/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      no-repeat center right 1.75rem/1.125rem 1.125rem;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
      no-repeat center right 1.75rem/1.125rem 1.125rem;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(2.875rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.8125rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header,
  .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer,
  .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header,
  .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer,
  .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-footer,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-header,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-bottom,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card {
  overflow: hidden;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-3by4::before {
  padding-top: 133.333333%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */


/*
! tailwindcss v3.3.0 | MIT License | https://tailwindcss.com
*/
*,:after,:before {
    box-sizing: border-box;
    border: 0 solid
}

:after,:before {
    --tw-content: ""
}

html {
    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,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal
}

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 {
    text-decoration: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,pre,samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
    background-color: transparent;
    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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,legend {
    padding: 0
}

menu,ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

img,video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

html {
    scroll-behavior: smooth
}

*,:after,:before {
    --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-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: rgba(59,130,246,.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:
}

::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-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: rgba(59,130,246,.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:
}

.container {
    width: 100%
}

.pointer-events-none {
    pointer-events: none
}

.\!visible {
    visibility: visible!important
}

.\!collapse {
    visibility: collapse!important
}

.collapse {
    visibility: collapse
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    inset: 0
}

.inset-x-0 {
    left: 0;
    right: 0
}

.inset-y-0 {
    top: 0;
    bottom: 0
}

.-bottom-16 {
    bottom: -4rem
}

.-bottom-2 {
    bottom: -.5rem
}

.-bottom-4 {
    bottom: -1rem
}

.-bottom-7 {
    bottom: -1.75rem
}

.-bottom-8 {
    bottom: -2rem
}

.-bottom-\[4\.5px\] {
    bottom: -4.5px
}

.-bottom-full {
    bottom: -100%
}

.-left-1 {
    left: -.25rem
}

.-left-1\.5 {
    left: -.375rem
}

.-left-5 {
    left: -1.25rem
}

.-left-6 {
    left: -1.5rem
}

.-left-\[13px\] {
    left: -13px
}

.-left-\[3px\] {
    left: -3px
}

.-right-1 {
    right: -.25rem
}

.-right-1\.5 {
    right: -.375rem
}

.-right-3 {
    right: -.75rem
}

.-right-4 {
    right: -1rem
}

.-right-40 {
    right: -10rem
}

.-right-5 {
    right: -1.25rem
}

.-right-\[1\%\] {
    right: -1%
}

.-right-\[10\%\] {
    right: -10%
}

.-right-\[10px\] {
    right: -10px
}

.-right-\[14px\] {
    right: -14px
}

.-right-\[7\%\] {
    right: -7%
}

.-top-1 {
    top: -.25rem
}

.-top-2 {
    top: -.5rem
}

.-top-2\.5 {
    top: -.625rem
}

.-top-3 {
    top: -.75rem
}

.-top-5 {
    top: -1.25rem
}

.-top-8 {
    top: -2rem
}

.-top-\[1\%\] {
    top: -1%
}

.-top-\[12px\] {
    top: -12px
}

.-top-\[25px\] {
    top: -25px
}

.-top-\[72\%\] {
    top: -72%
}

.-top-\[9px\] {
    top: -9px
}

.bottom-0 {
    bottom: 0
}

.bottom-0\.5 {
    bottom: .125rem
}

.bottom-1 {
    bottom: .25rem
}

.bottom-1\.5 {
    bottom: .375rem
}

.bottom-2 {
    bottom: .5rem
}

.bottom-2\.5 {
    bottom: .625rem
}

.bottom-6 {
    bottom: 1.5rem
}

.bottom-\[11px\] {
    bottom: 11px
}

.bottom-\[15px\] {
    bottom: 15px
}

.bottom-\[16\%\] {
    bottom: 16%
}

.bottom-\[180px\] {
    bottom: 180px
}

.bottom-\[1px\] {
    bottom: 1px
}

.bottom-\[25px\] {
    bottom: 25px
}

.bottom-\[28\%\] {
    bottom: 28%
}

.bottom-\[45px\] {
    bottom: 45px
}

.bottom-\[54\%\] {
    bottom: 54%
}

.bottom-\[5px\] {
    bottom: 5px
}

.left-0 {
    left: 0
}

.left-0\.5 {
    left: .125rem
}

.left-1 {
    left: .25rem
}

.left-1\.5 {
    left: .375rem
}

.left-5 {
    left: 1.25rem
}

.left-6 {
    left: 1.5rem
}

.left-\[10px\] {
    left: 10px
}

.left-\[13px\] {
    left: 13px
}

.left-\[23\%\] {
    left: 23%
}

.left-\[23px\] {
    left: 23px
}

.left-\[30\%\] {
    left: 30%
}

.left-\[47\.5\%\] {
    left: 47.5%
}

.left-\[48px\] {
    left: 48px
}

.left-\[51\%\] {
    left: 51%
}

.left-\[52\%\] {
    left: 52%
}

.left-\[53px\] {
    left: 53px
}

.left-\[6px\] {
    left: 6px
}

.right-0 {
    right: 0
}

.right-0\.5 {
    right: .125rem
}

.right-1 {
    right: .25rem
}

.right-1\.5 {
    right: .375rem
}

.right-2 {
    right: .5rem
}

.right-2\.5 {
    right: .625rem
}

.right-3 {
    right: .75rem
}

.right-4 {
    right: 1rem
}

.right-5 {
    right: 1.25rem
}

.right-6 {
    right: 1.5rem
}

.right-\[110px\] {
    right: 110px
}

.right-\[118px\] {
    right: 118px
}

.right-\[13px\] {
    right: 13px
}

.right-\[19\%\] {
    right: 19%
}

.right-\[23px\] {
    right: 23px
}

.right-\[25px\] {
    right: 25px
}

.right-\[4px\] {
    right: 4px
}

.right-\[66px\] {
    right: 66px
}

.right-\[78px\] {
    right: 78px
}

.right-\[95px\] {
    right: 95px
}

.right-\[9px\] {
    right: 9px
}

.top-0 {
    top: 0
}

.top-0\.5 {
    top: .125rem
}

.top-1 {
    top: .25rem
}

.top-1\.5 {
    top: .375rem
}

.top-1\/3 {
    top: 33.333333%
}

.top-2 {
    top: .5rem
}

.top-3 {
    top: .75rem
}

.top-3\.5 {
    top: .875rem
}

.top-4 {
    top: 1rem
}

.top-8 {
    top: 2rem
}

.top-\[11\%\] {
    top: 11%
}

.top-\[12\%\] {
    top: 12%
}

.top-\[18px\] {
    top: 18px
}

.top-\[76px\] {
    top: 76px
}

.-z-10 {
    z-index: -10
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-50 {
    z-index: 50
}

.z-\[11\] {
    z-index: 11
}

.z-\[12\] {
    z-index: 12
}

.z-\[1\] {
    z-index: 1
}

.z-\[2\] {
    z-index: 2
}

.z-\[34\] {
    z-index: 34
}

.z-\[5\] {
    z-index: 5
}

.z-\[6\] {
    z-index: 6
}

.z-\[7\] {
    z-index: 7
}

.z-\[8\] {
    z-index: 8
}

.z-\[9\] {
    z-index: 9
}

.col-span-1 {
    grid-column: span 1/span 1
}

.col-span-2 {
    grid-column: span 2/span 2
}

.row-span-2 {
    grid-row: span 2/span 2
}

.float-none {
    float: none
}

.m-0 {
    margin: 0
}

.m-auto {
    margin: auto
}

.-mx-3 {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.-mx-3\.5 {
    margin-left: -.875rem;
    margin-right: -.875rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem
}

.mx-\[9px\] {
    margin-left: 9px;
    margin-right: 9px
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.my-1\.5 {
    margin-top: .375rem;
    margin-bottom: .375rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-2\.5 {
    margin-top: .625rem;
    margin-bottom: .625rem
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.my-3\.5 {
    margin-top: .875rem;
    margin-bottom: .875rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem
}

.my-\[13px\] {
    margin-top: 13px;
    margin-bottom: 13px
}

.my-\[18px\] {
    margin-top: 18px;
    margin-bottom: 18px
}

.my-\[19px\] {
    margin-top: 19px;
    margin-bottom: 19px
}

.my-\[21px\] {
    margin-top: 21px;
    margin-bottom: 21px
}

.my-\[22px\] {
    margin-top: 22px;
    margin-bottom: 22px
}

.my-\[23px\] {
    margin-top: 23px;
    margin-bottom: 23px
}

.my-\[31px\] {
    margin-top: 31px;
    margin-bottom: 31px
}

.my-\[33px\] {
    margin-top: 33px;
    margin-bottom: 33px
}

.my-\[35px\] {
    margin-top: 35px;
    margin-bottom: 35px
}

.my-\[38px\] {
    margin-top: 38px;
    margin-bottom: 38px
}

.my-\[40px\] {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-\[41px\] {
    margin-top: 41px;
    margin-bottom: 41px
}

.my-\[42px\] {
    margin-top: 42px;
    margin-bottom: 42px
}

.my-\[60px\] {
    margin-top: 60px;
    margin-bottom: 60px
}

.my-\[61px\] {
    margin-top: 61px;
    margin-bottom: 61px
}

.-ml-1 {
    margin-left: -.25rem
}

.-ml-1\.5 {
    margin-left: -.375rem
}

.-ml-\[11px\] {
    margin-left: -11px
}

.-ml-\[25px\] {
    margin-left: -25px
}

.-ml-\[5px\] {
    margin-left: -5px
}

.-ml-\[9px\] {
    margin-left: -9px
}

.-mt-3 {
    margin-top: -.75rem
}

.-mt-5 {
    margin-top: -1.25rem
}

.-mt-\[2px\] {
    margin-top: -2px
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-1\.5 {
    margin-bottom: .375rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-2\.5 {
    margin-bottom: .625rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-3\.5 {
    margin-bottom: .875rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-7 {
    margin-bottom: 1.75rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-\[106px\] {
    margin-bottom: 106px
}

.mb-\[10px\] {
    margin-bottom: 10px
}

.mb-\[11px\] {
    margin-bottom: 11px
}

.mb-\[12px\] {
    margin-bottom: 12px
}

.mb-\[13px\] {
    margin-bottom: 13px
}

.mb-\[15px\] {
    margin-bottom: 15px
}

.mb-\[18px\] {
    margin-bottom: 18px
}

.mb-\[19px\] {
    margin-bottom: 19px
}

.mb-\[2\.5px\] {
    margin-bottom: 2.5px
}

.mb-\[21px\] {
    margin-bottom: 21px
}

.mb-\[22px\] {
    margin-bottom: 22px
}

.mb-\[23px\] {
    margin-bottom: 23px
}

.mb-\[25px\] {
    margin-bottom: 25px
}

.mb-\[26px\] {
    margin-bottom: 26px
}

.mb-\[28px\] {
    margin-bottom: 28px
}

.mb-\[2px\] {
    margin-bottom: 2px
}

.mb-\[30px\] {
    margin-bottom: 30px
}

.mb-\[31px\] {
    margin-bottom: 31px
}

.mb-\[33px\] {
    margin-bottom: 33px
}

.mb-\[35px\] {
    margin-bottom: 35px
}

.mb-\[3px\] {
    margin-bottom: 3px
}

.mb-\[4\.4px\] {
    margin-bottom: 4.4px
}

.mb-\[45px\] {
    margin-bottom: 45px
}

.mb-\[52px\] {
    margin-bottom: 52px
}

.mb-\[54px\] {
    margin-bottom: 54px
}

.mb-\[55px\] {
    margin-bottom: 55px
}

.mb-\[57px\] {
    margin-bottom: 57px
}

.mb-\[59px\] {
    margin-bottom: 59px
}

.mb-\[5px\] {
    margin-bottom: 5px
}

.mb-\[60px\] {
    margin-bottom: 60px
}

.mb-\[61px\] {
    margin-bottom: 61px
}

.mb-\[7px\] {
    margin-bottom: 7px
}

.mb-\[89px\] {
    margin-bottom: 89px
}

.mb-\[93px\] {
    margin-bottom: 93px
}

.mb-\[9px\] {
    margin-bottom: 9px
}

.ml-1 {
    margin-left: .25rem
}

.ml-1\.5 {
    margin-left: .375rem
}

.ml-12 {
    margin-left: 3rem
}

.ml-16 {
    margin-left: 4rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-2\.5 {
    margin-left: .625rem
}

.ml-3 {
    margin-left: .75rem
}

.ml-3\.5 {
    margin-left: .875rem
}

.ml-4 {
    margin-left: 1rem
}

.ml-5 {
    margin-left: 1.25rem
}

.ml-6 {
    margin-left: 1.5rem
}

.ml-\[10px\] {
    margin-left: 10px
}

.ml-\[13px\] {
    margin-left: 13px
}

.ml-\[15px\] {
    margin-left: 15px
}

.ml-\[18px\] {
    margin-left: 18px
}

.ml-\[19px\] {
    margin-left: 19px
}

.ml-\[20px\] {
    margin-left: 20px
}

.ml-\[21px\] {
    margin-left: 21px
}

.ml-\[22px\] {
    margin-left: 22px
}

.ml-\[25px\] {
    margin-left: 25px
}

.ml-\[33px\] {
    margin-left: 33px
}

.ml-\[46px\] {
    margin-left: 46px
}

.ml-\[55px\] {
    margin-left: 55px
}

.ml-\[57px\] {
    margin-left: 57px
}

.ml-\[59px\] {
    margin-left: 59px
}

.ml-\[5px\] {
    margin-left: 5px
}

.ml-\[61px\] {
    margin-left: 61px
}

.ml-\[65px\] {
    margin-left: 65px
}

.ml-\[9px\] {
    margin-left: 9px
}

.ml-auto {
    margin-left: auto
}

.mr-0 {
    margin-right: 0
}

.mr-0\.5 {
    margin-right: .125rem
}

.mr-1 {
    margin-right: .25rem
}

.mr-11 {
    margin-right: 2.75rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-2\.5 {
    margin-right: .625rem
}

.mr-3 {
    margin-right: .75rem
}

.mr-3\.5 {
    margin-right: .875rem
}

.mr-4 {
    margin-right: 1rem
}

.mr-5 {
    margin-right: 1.25rem
}

.mr-6 {
    margin-right: 1.5rem
}

.mr-\[10px\] {
    margin-right: 10px
}

.mr-\[11px\] {
    margin-right: 11px
}

.mr-\[12px\] {
    margin-right: 12px
}

.mr-\[13px\] {
    margin-right: 13px
}

.mr-\[15px\] {
    margin-right: 15px
}

.mr-\[17px\] {
    margin-right: 17px
}

.mr-\[22px\] {
    margin-right: 22px
}

.mr-\[25px\] {
    margin-right: 25px
}

.mr-\[30px\] {
    margin-right: 30px
}

.mr-\[54px\] {
    margin-right: 54px
}

.mr-\[5px\] {
    margin-right: 5px
}

.mr-\[9px\] {
    margin-right: 9px
}

.mt-0 {
    margin-top: 0
}

.mt-0\.5 {
    margin-top: .125rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-1\.5 {
    margin-top: .375rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-2\.5 {
    margin-top: .625rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-3\.5 {
    margin-top: .875rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-7 {
    margin-top: 1.75rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-9 {
    margin-top: 2.25rem
}

.mt-\[10px\] {
    margin-top: 10px
}

.mt-\[11px\] {
    margin-top: 11px
}

.mt-\[13px\] {
    margin-top: 13px
}

.mt-\[14\.5px\] {
    margin-top: 14.5px
}

.mt-\[14px\] {
    margin-top: 14px
}

.mt-\[15\.5px\] {
    margin-top: 15.5px
}

.mt-\[15px\] {
    margin-top: 15px
}

.mt-\[16px\] {
    margin-top: 16px
}

.mt-\[17px\] {
    margin-top: 17px
}

.mt-\[18px\] {
    margin-top: 18px
}

.mt-\[19px\] {
    margin-top: 19px
}

.mt-\[20px\] {
    margin-top: 20px
}

.mt-\[22px\] {
    margin-top: 22px
}

.mt-\[23px\] {
    margin-top: 23px
}

.mt-\[24px\] {
    margin-top: 24px
}

.mt-\[25px\] {
    margin-top: 25px
}

.mt-\[27px\] {
    margin-top: 27px
}

.mt-\[28px\] {
    margin-top: 28px
}

.mt-\[29px\] {
    margin-top: 29px
}

.mt-\[30\.87px\] {
    margin-top: 30.87px
}

.mt-\[30px\] {
    margin-top: 30px
}

.mt-\[31px\] {
    margin-top: 31px
}

.mt-\[33px\] {
    margin-top: 33px
}

.mt-\[34px\] {
    margin-top: 34px
}

.mt-\[35px\] {
    margin-top: 35px
}

.mt-\[37px\] {
    margin-top: 37px
}

.mt-\[38px\] {
    margin-top: 38px
}

.mt-\[3px\] {
    margin-top: 3px
}

.mt-\[42px\] {
    margin-top: 42px
}

.mt-\[45px\] {
    margin-top: 45px
}

.mt-\[4px\] {
    margin-top: 4px
}

.mt-\[50px\] {
    margin-top: 50px
}

.mt-\[57px\] {
    margin-top: 57px
}

.mt-\[5px\] {
    margin-top: 5px
}

.mt-\[60px\] {
    margin-top: 60px
}

.mt-\[61px\] {
    margin-top: 61px
}

.mt-\[7px\] {
    margin-top: 7px
}

.mt-\[9px\] {
    margin-top: 9px
}

.line-clamp-1 {
    -webkit-line-clamp: 1
}

.line-clamp-1,.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-clamp-2 {
    -webkit-line-clamp: 2
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.\!h-\[70px\] {
    height: 70px!important
}

.\!h-\[768x\] {
    height: 768x!important
}

.\!h-\[97px\] {
    height: 97px!important
}

.h-0 {
    height: 0
}

.h-1 {
    height: .25rem
}

.h-1\/2 {
    height: 50%
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-14 {
    height: 3.5rem
}

.h-2 {
    height: .5rem
}

.h-2\.5 {
    height: .625rem
}

.h-3 {
    height: .75rem
}

.h-3\.5 {
    height: .875rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-7 {
    height: 1.75rem
}

.h-8 {
    height: 2rem
}

.h-\[100px\] {
    height: 100px
}

.h-\[101px\] {
    height: 101px
}

.h-\[107px\] {
    height: 107px
}

.h-\[112px\] {
    height: 112px
}

.h-\[117px\] {
    height: 117px
}

.h-\[118px\] {
    height: 118px
}

.h-\[120px\] {
    height: 120px
}

.h-\[124px\] {
    height: 124px
}

.h-\[12px\] {
    height: 12px
}

.h-\[12rem\] {
    height: 12rem
}

.h-\[131px\] {
    height: 131px
}

.h-\[135px\] {
    height: 135px
}

.h-\[138px\] {
    height: 138px
}

.h-\[13px\] {
    height: 13px
}

.h-\[144px\] {
    height: 144px
}

.h-\[145px\] {
    height: 145px
}

.h-\[14px\] {
    height: 14px
}

.h-\[154px\] {
    height: 154px
}

.h-\[158px\] {
    height: 158px
}

.h-\[15px\] {
    height: 15px
}

.h-\[163px\] {
    height: 163px
}

.h-\[165px\] {
    height: 165px
}

.h-\[16px\] {
    height: 16px
}

.h-\[172px\] {
    height: 172px
}

.h-\[173px\] {
    height: 173px
}

.h-\[174px\] {
    height: 174px
}

.h-\[176px\] {
    height: 176px
}

.h-\[177px\] {
    height: 177px
}

.h-\[17px\] {
    height: 17px
}

.h-\[184px\] {
    height: 184px
}

.h-\[187px\] {
    height: 187px
}

.h-\[18px\] {
    height: 18px
}

.h-\[19px\] {
    height: 19px
}

.h-\[1px\] {
    height: 1px
}

.h-\[201px\] {
    height: 201px
}

.h-\[209px\] {
    height: 209px
}

.h-\[20px\] {
    height: 20px
}

.h-\[21px\] {
    height: 21px
}

.h-\[22px\] {
    height: 22px
}

.h-\[230px\] {
    height: 230px
}

.h-\[237px\] {
    height: 237px
}

.h-\[23px\] {
    height: 23px
}

.h-\[245px\] {
    height: 245px
}

.h-\[24px\] {
    height: 24px
}

.h-\[250px\] {
    height: 250px
}

.h-\[256px\] {
    height: 256px
}

.h-\[25px\] {
    height: 25px
}

.h-\[26px\] {
    height: 26px
}

.h-\[271px\] {
    height: 271px
}

.h-\[276px\] {
    height: 276px
}

.h-\[27px\] {
    height: 27px
}

.h-\[28px\] {
    height: 28px
}

.h-\[292px\] {
    height: 292px
}

.h-\[307px\] {
    height: 307px
}

.h-\[30px\] {
    height: 30px
}

.h-\[316px\] {
    height: 316px
}

.h-\[319px\] {
    height: 319px
}

.h-\[31px\] {
    height: 31px
}

.h-\[32px\] {
    height: 32px
}

.h-\[335px\] {
    height: 335px
}

.h-\[33px\] {
    height: 33px
}

.h-\[354px\] {
    height: 354px
}

.h-\[35px\] {
    height: 35px
}

.h-\[360px\] {
    height: 360px
}

.h-\[36px\] {
    height: 36px
}

.h-\[371px\] {
    height: 371px
}

.h-\[37px\] {
    height: 37px
}

.h-\[386px\] {
    height: 386px
}

.h-\[388px\] {
    height: 388px
}

.h-\[38px\] {
    height: 38px
}

.h-\[405px\] {
    height: 405px
}

.h-\[40px\] {
    height: 40px
}

.h-\[420px\] {
    height: 420px
}

.h-\[42px\] {
    height: 42px
}

.h-\[43\.27px\] {
    height: 43.27px
}

.h-\[43px\] {
    height: 43px
}

.h-\[440px\] {
    height: 440px
}

.h-\[441px\] {
    height: 441px
}

.h-\[445px\] {
    height: 445px
}

.h-\[44px\] {
    height: 44px
}

.h-\[46px\] {
    height: 46px
}

.h-\[47px\] {
    height: 47px
}

.h-\[48px\] {
    height: 48px
}

.h-\[500px\] {
    height: 500px
}

.h-\[50px\] {
    height: 50px
}

.h-\[51px\] {
    height: 51px
}

.h-\[523px\] {
    height: 523px
}

.h-\[54px\] {
    height: 54px
}

.h-\[55px\] {
    height: 55px
}

.h-\[560px\] {
    height: 560px
}

.h-\[56px\] {
    height: 56px
}

.h-\[606px\] {
    height: 606px
}

.h-\[60px\] {
    height: 60px
}

.h-\[60rem\] {
    height: 60rem
}

.h-\[61px\] {
    height: 61px
}

.h-\[620px\] {
    height: 620px
}

.h-\[65px\] {
    height: 65px
}

.h-\[66px\] {
    height: 66px
}

.h-\[6px\] {
    height: 6px
}

.h-\[711px\] {
    height: 711px
}

.h-\[74px\] {
    height: 74px
}

.h-\[75px\] {
    height: 75px
}

.h-\[763px\] {
    height: 763px
}

.h-\[78\%\] {
    height: 78%
}

.h-\[82px\] {
    height: 82px
}

.h-\[85px\] {
    height: 85px
}

.h-\[88px\] {
    height: 88px
}

.h-\[890px\] {
    height: 890px
}

.h-\[90px\] {
    height: 90px
}

.h-\[92px\] {
    height: 92px
}

.h-\[93px\] {
    height: 93px
}

.h-\[95px\] {
    height: 95px
}

.h-\[96px\] {
    height: 96px
}

.h-full {
    height: 100%
}

.h-max {
    height: -moz-max-content;
    height: max-content
}

.h-px {
    height: 1px
}

.h-screen {
    height: 100vh
}

.max-h-mobile-header {
    max-height: 40px
}

.max-h-mobile-navigate {
    max-height: 76px
}

.min-h-\[100px\] {
    min-height: 100px
}

.min-h-\[12px\] {
    min-height: 12px
}

.min-h-\[150px\] {
    min-height: 150px
}

.min-h-\[17px\] {
    min-height: 17px
}

.min-h-\[185px\] {
    min-height: 185px
}

.min-h-\[192px\] {
    min-height: 192px
}

.min-h-\[253px\] {
    min-height: 253px
}

.min-h-\[265px\] {
    min-height: 265px
}

.min-h-\[304px\] {
    min-height: 304px
}

.min-h-\[30px\] {
    min-height: 30px
}

.min-h-\[37px\] {
    min-height: 37px
}

.min-h-\[38px\] {
    min-height: 38px
}

.min-h-\[400px\] {
    min-height: 400px
}

.min-h-\[40px\] {
    min-height: 40px
}

.min-h-\[415px\] {
    min-height: 415px
}

.min-h-\[425px\] {
    min-height: 425px
}

.min-h-\[43px\] {
    min-height: 43px
}

.min-h-\[441px\] {
    min-height: 441px
}

.min-h-\[45px\] {
    min-height: 45px
}

.min-h-\[48px\] {
    min-height: 48px
}

.min-h-\[49vw\] {
    min-height: 49vw
}

.min-h-\[53px\] {
    min-height: 53px
}

.min-h-\[60px\] {
    min-height: 60px
}

.min-h-\[63px\] {
    min-height: 63px
}

.min-h-\[65rem\] {
    min-height: 65rem
}

.min-h-\[660px\] {
    min-height: 660px
}

.min-h-\[66px\] {
    min-height: 66px
}

.min-h-\[688px\] {
    min-height: 688px
}

.min-h-\[700px\] {
    min-height: 700px
}

.min-h-\[76px\] {
    min-height: 76px
}

.min-h-\[78px\] {
    min-height: 78px
}

.min-h-\[80px\] {
    min-height: 80px
}

.min-h-\[81px\] {
    min-height: 81px
}

.min-h-\[83px\] {
    min-height: 83px
}

.min-h-\[88px\] {
    min-height: 88px
}

.min-h-\[900px\] {
    min-height: 900px
}

.min-h-screen {
    min-height: 100vh
}

.\!w-\[118px\] {
    width: 118px!important
}

.\!w-\[188px\] {
    width: 188px!important
}

.\!w-\[250px\] {
    width: 250px!important
}

.\!w-\[414px\] {
    width: 414px!important
}

.\!w-\[67px\] {
    width: 67px!important
}

.\!w-\[97px\] {
    width: 97px!important
}

.w-1 {
    width: .25rem
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.333333%
}

.w-1\/4 {
    width: 25%
}

.w-10 {
    width: 2.5rem
}

.w-10\/12 {
    width: 83.333333%
}

.w-16 {
    width: 4rem
}

.w-2 {
    width: .5rem
}

.w-2\.5 {
    width: .625rem
}

.w-2\/3 {
    width: 66.666667%
}

.w-2\/4 {
    width: 50%
}

.w-2\/5 {
    width: 40%
}

.w-20 {
    width: 5rem
}

.w-28 {
    width: 7rem
}

.w-3 {
    width: .75rem
}

.w-3\.5 {
    width: .875rem
}

.w-3\/4 {
    width: 75%
}

.w-4\/6 {
    width: 66.666667%
}

.w-40 {
    width: 10rem
}

.w-5 {
    width: 1.25rem
}

.w-5\/12 {
    width: 41.666667%
}

.w-6 {
    width: 1.5rem
}

.w-7 {
    width: 1.75rem
}

.w-7\/12 {
    width: 58.333333%
}

.w-8 {
    width: 2rem
}

.w-\[100px\] {
    width: 100px
}

.w-\[102\.25px\] {
    width: 102.25px
}

.w-\[104px\] {
    width: 104px
}

.w-\[108px\] {
    width: 108px
}

.w-\[109px\] {
    width: 109px
}

.w-\[110px\] {
    width: 110px
}

.w-\[111px\] {
    width: 111px
}

.w-\[112px\] {
    width: 112px
}

.w-\[115px\] {
    width: 115px
}

.w-\[1180px\] {
    width: 1180px
}

.w-\[118px\] {
    width: 118px
}

.w-\[119px\] {
    width: 119px
}

.w-\[120px\] {
    width: 120px
}

.w-\[122px\] {
    width: 122px
}

.w-\[124px\] {
    width: 124px
}

.w-\[125px\] {
    width: 125px
}

.w-\[126\.5px\] {
    width: 126.5px
}

.w-\[126px\] {
    width: 126px
}

.w-\[129px\] {
    width: 129px
}

.w-\[12px\] {
    width: 12px
}

.w-\[130px\] {
    width: 130px
}

.w-\[131\.52px\] {
    width: 131.52px
}

.w-\[133px\] {
    width: 133px
}

.w-\[135px\] {
    width: 135px
}

.w-\[137px\] {
    width: 137px
}

.w-\[139px\] {
    width: 139px
}

.w-\[13px\] {
    width: 13px
}

.w-\[140px\] {
    width: 140px
}

.w-\[143px\] {
    width: 143px
}

.w-\[144px\] {
    width: 144px
}

.w-\[148\.5px\] {
    width: 148.5px
}

.w-\[14px\] {
    width: 14px
}

.w-\[150px\] {
    width: 150px
}

.w-\[152px\] {
    width: 152px
}

.w-\[153px\] {
    width: 153px
}

.w-\[154px\] {
    width: 154px
}

.w-\[156px\] {
    width: 156px
}

.w-\[15px\] {
    width: 15px
}

.w-\[160\.6px\] {
    width: 160.6px
}

.w-\[160px\] {
    width: 160px
}

.w-\[161px\] {
    width: 161px
}

.w-\[165px\] {
    width: 165px
}

.w-\[166px\] {
    width: 166px
}

.w-\[168px\] {
    width: 168px
}

.w-\[16px\] {
    width: 16px
}

.w-\[170px\] {
    width: 170px
}

.w-\[172px\] {
    width: 172px
}

.w-\[174px\] {
    width: 174px
}

.w-\[175px\] {
    width: 175px
}

.w-\[177px\] {
    width: 177px
}

.w-\[179px\] {
    width: 179px
}

.w-\[17px\] {
    width: 17px
}

.w-\[180px\] {
    width: 180px
}

.w-\[181px\] {
    width: 181px
}

.w-\[184px\] {
    width: 184px
}

.w-\[185px\] {
    width: 185px
}

.w-\[18px\] {
    width: 18px
}

.w-\[191px\] {
    width: 191px
}

.w-\[193px\] {
    width: 193px
}

.w-\[199px\] {
    width: 199px
}

.w-\[19px\] {
    width: 19px
}

.w-\[200px\] {
    width: 200px
}

.w-\[201px\] {
    width: 201px
}

.w-\[203px\] {
    width: 203px
}

.w-\[205px\] {
    width: 205px
}

.w-\[206px\] {
    width: 206px
}

.w-\[209px\] {
    width: 209px
}

.w-\[20px\] {
    width: 20px
}

.w-\[210px\] {
    width: 210px
}

.w-\[211px\] {
    width: 211px
}

.w-\[215px\] {
    width: 215px
}

.w-\[216px\] {
    width: 216px
}

.w-\[21px\] {
    width: 21px
}

.w-\[225px\] {
    width: 225px
}

.w-\[226px\] {
    width: 226px
}

.w-\[22px\] {
    width: 22px
}

.w-\[230px\] {
    width: 230px
}

.w-\[231\.5px\] {
    width: 231.5px
}

.w-\[235px\] {
    width: 235px
}

.w-\[23px\] {
    width: 23px
}

.w-\[240px\] {
    width: 240px
}

.w-\[242px\] {
    width: 242px
}

.w-\[245px\] {
    width: 245px
}

.w-\[24px\] {
    width: 24px
}

.w-\[25\.5px\] {
    width: 25.5px
}

.w-\[250px\] {
    width: 250px
}

.w-\[251px\] {
    width: 251px
}

.w-\[256px\] {
    width: 256px
}

.w-\[25px\] {
    width: 25px
}

.w-\[260px\] {
    width: 260px
}

.w-\[26px\] {
    width: 26px
}

.w-\[270px\] {
    width: 270px
}

.w-\[271px\] {
    width: 271px
}

.w-\[274px\] {
    width: 274px
}

.w-\[276px\] {
    width: 276px
}

.w-\[280px\] {
    width: 280px
}

.w-\[285px\] {
    width: 285px
}

.w-\[294px\] {
    width: 294px
}

.w-\[298px\] {
    width: 298px
}

.w-\[300px\] {
    width: 300px
}

.w-\[30px\] {
    width: 30px
}

.w-\[315px\] {
    width: 315px
}

.w-\[320px\] {
    width: 320px
}

.w-\[325px\] {
    width: 325px
}

.w-\[327px\] {
    width: 327px
}

.w-\[32px\] {
    width: 32px
}

.w-\[330px\] {
    width: 330px
}

.w-\[335px\] {
    width: 335px
}

.w-\[336px\] {
    width: 336px
}

.w-\[340px\] {
    width: 340px
}

.w-\[348px\] {
    width: 348px
}

.w-\[349px\] {
    width: 349px
}

.w-\[354px\] {
    width: 354px
}

.w-\[35px\] {
    width: 35px
}

.w-\[360px\] {
    width: 360px
}

.w-\[400px\] {
    width: 400px
}

.w-\[40px\] {
    width: 40px
}

.w-\[42px\] {
    width: 42px
}

.w-\[44px\] {
    width: 44px
}

.w-\[45\%\] {
    width: 45%
}

.w-\[45px\] {
    width: 45px
}

.w-\[46px\] {
    width: 46px
}

.w-\[476px\] {
    width: 476px
}

.w-\[47px\] {
    width: 47px
}

.w-\[480px\] {
    width: 480px
}

.w-\[48px\] {
    width: 48px
}

.w-\[498px\] {
    width: 498px
}

.w-\[50px\] {
    width: 50px
}

.w-\[520px\] {
    width: 520px
}

.w-\[52px\] {
    width: 52px
}

.w-\[544px\] {
    width: 544px
}

.w-\[54px\] {
    width: 54px
}

.w-\[55\%\] {
    width: 55%
}

.w-\[55px\] {
    width: 55px
}

.w-\[56\%\] {
    width: 56%
}

.w-\[58px\] {
    width: 58px
}

.w-\[60px\] {
    width: 60px
}

.w-\[61px\] {
    width: 61px
}

.w-\[645px\] {
    width: 645px
}

.w-\[650px\] {
    width: 650px
}

.w-\[65px\] {
    width: 65px
}

.w-\[66px\] {
    width: 66px
}

.w-\[67px\] {
    width: 67px
}

.w-\[6px\] {
    width: 6px
}

.w-\[70px\] {
    width: 70px
}

.w-\[72px\] {
    width: 72px
}

.w-\[74px\] {
    width: 74px
}

.w-\[75px\] {
    width: 75px
}

.w-\[77px\] {
    width: 77px
}

.w-\[78px\] {
    width: 78px
}

.w-\[792px\] {
    width: 792px
}

.w-\[80\.5px\] {
    width: 80.5px
}

.w-\[80px\] {
    width: 80px
}

.w-\[82px\] {
    width: 82px
}

.w-\[83px\] {
    width: 83px
}

.w-\[84px\] {
    width: 84px
}

.w-\[85px\] {
    width: 85px
}

.w-\[86px\] {
    width: 86px
}

.w-\[88px\] {
    width: 88px
}

.w-\[89px\] {
    width: 89px
}

.w-\[90px\] {
    width: 90px
}

.w-\[94\.68px\] {
    width: 94.68px
}

.w-\[94px\] {
    width: 94px
}

.w-\[96\%\] {
    width: 96%
}

.w-\[96px\] {
    width: 96px
}

.w-\[97px\] {
    width: 97px
}

.w-\[98px\] {
    width: 98px
}

.w-\[calc\(100\%-151px\)\] {
    width: calc(100% - 151px)
}

.w-\[calc\(100\%-268px\)\] {
    width: calc(100% - 268px)
}

.w-\[calc\(100\%-275px\)\] {
    width: calc(100% - 275px)
}

.w-\[calc\(100\%-32px\)\] {
    width: calc(100% - 32px)
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content
}

.w-full {
    width: 100%
}

.w-max {
    width: -moz-max-content;
    width: max-content
}

.w-screen {
    width: 100vw
}

.min-w-\[100px\] {
    min-width: 100px
}

.min-w-\[104px\] {
    min-width: 104px
}

.min-w-\[115px\] {
    min-width: 115px
}

.min-w-\[126px\] {
    min-width: 126px
}

.min-w-\[1290px\] {
    min-width: 1290px
}

.min-w-\[147px\] {
    min-width: 147px
}

.min-w-\[149px\] {
    min-width: 149px
}

.min-w-\[150px\] {
    min-width: 150px
}

.min-w-\[151px\] {
    min-width: 151px
}

.min-w-\[160px\] {
    min-width: 160px
}

.min-w-\[168px\] {
    min-width: 168px
}

.min-w-\[180px\] {
    min-width: 180px
}

.min-w-\[192px\] {
    min-width: 192px
}

.min-w-\[254px\] {
    min-width: 254px
}

.min-w-\[278px\] {
    min-width: 278px
}

.min-w-\[34px\] {
    min-width: 34px
}

.min-w-\[40px\] {
    min-width: 40px
}

.min-w-\[53px\] {
    min-width: 53px
}

.min-w-\[64px\] {
    min-width: 64px
}

.min-w-\[65px\] {
    min-width: 65px
}

.min-w-\[75px\] {
    min-width: 75px
}

.min-w-\[76px\] {
    min-width: 76px
}

.min-w-\[77px\] {
    min-width: 77px
}

.min-w-\[90px\] {
    min-width: 90px
}

.min-w-max {
    min-width: -moz-max-content;
    min-width: max-content
}

.max-w-\[1068px\] {
    max-width: 1068px
}

.max-w-\[1100px\] {
    max-width: 1100px
}

.max-w-\[1440px\] {
    max-width: 1440px
}

.max-w-\[180px\] {
    max-width: 180px
}

.max-w-\[198px\] {
    max-width: 198px
}

.max-w-\[325px\] {
    max-width: 325px
}

.max-w-\[327px\] {
    max-width: 327px
}

.max-w-\[3360px\] {
    max-width: 3360px
}

.max-w-\[350px\] {
    max-width: 350px
}

.max-w-\[366px\] {
    max-width: 366px
}

.max-w-\[380px\] {
    max-width: 380px
}

.max-w-\[450px\] {
    max-width: 450px
}

.max-w-\[476px\] {
    max-width: 476px
}

.max-w-\[498px\] {
    max-width: 498px
}

.max-w-\[521px\] {
    max-width: 521px
}

.max-w-\[544px\] {
    max-width: 544px
}

.max-w-\[598px\] {
    max-width: 598px
}

.max-w-\[650px\] {
    max-width: 650px
}

.max-w-\[700px\] {
    max-width: 700px
}

.max-w-\[850px\] {
    max-width: 850px
}

.max-w-\[calc\(100\%-360px\)\] {
    max-width: calc(100% - 360px)
}

.max-w-content-page {
    max-width: 1240px
}

.max-w-content-profile-page {
    max-width: 960px
}

.max-w-content-screen {
    max-width: 1290px
}

.max-w-full-screen {
    max-width: 1920px
}

.max-w-menu-sidebar {
    max-width: 270px
}

.max-w-mobile-screen {
    max-width: 650px
}

.max-w-mobile-sidebar {
    max-width: 270px
}

.flex-1 {
    flex: 1 1 0%
}

.flex-none {
    flex: none
}

.flex-grow,.grow {
    flex-grow: 1
}

.table-auto {
    table-layout: auto
}

.table-fixed {
    table-layout: fixed
}

.border-collapse {
    border-collapse: collapse
}

.border-separate {
    border-collapse: separate
}

.border-spacing-0 {
    --tw-border-spacing-x: 0px;
    --tw-border-spacing-y: 0px
}

.border-spacing-0,.border-spacing-0\.5 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-0\.5 {
    --tw-border-spacing-x: 0.125rem;
    --tw-border-spacing-y: 0.125rem
}

.border-spacing-1 {
    --tw-border-spacing-x: 0.25rem;
    --tw-border-spacing-y: 0.25rem
}

.border-spacing-1,.border-spacing-1\.5 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-1\.5 {
    --tw-border-spacing-x: 0.375rem;
    --tw-border-spacing-y: 0.375rem
}

.border-spacing-10 {
    --tw-border-spacing-x: 2.5rem;
    --tw-border-spacing-y: 2.5rem
}

.border-spacing-10,.border-spacing-11 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-11 {
    --tw-border-spacing-x: 2.75rem;
    --tw-border-spacing-y: 2.75rem
}

.border-spacing-12 {
    --tw-border-spacing-x: 3rem;
    --tw-border-spacing-y: 3rem
}

.border-spacing-12,.border-spacing-14 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-14 {
    --tw-border-spacing-x: 3.5rem;
    --tw-border-spacing-y: 3.5rem
}

.border-spacing-16 {
    --tw-border-spacing-x: 4rem;
    --tw-border-spacing-y: 4rem
}

.border-spacing-16,.border-spacing-2 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-2 {
    --tw-border-spacing-x: 0.5rem;
    --tw-border-spacing-y: 0.5rem
}

.border-spacing-2\.5 {
    --tw-border-spacing-x: 0.625rem;
    --tw-border-spacing-y: 0.625rem
}

.border-spacing-20,.border-spacing-2\.5 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-20 {
    --tw-border-spacing-x: 5rem;
    --tw-border-spacing-y: 5rem
}

.border-spacing-24 {
    --tw-border-spacing-x: 6rem;
    --tw-border-spacing-y: 6rem
}

.border-spacing-24,.border-spacing-28 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-28 {
    --tw-border-spacing-x: 7rem;
    --tw-border-spacing-y: 7rem
}

.border-spacing-3 {
    --tw-border-spacing-x: 0.75rem;
    --tw-border-spacing-y: 0.75rem
}

.border-spacing-3,.border-spacing-3\.5 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-3\.5 {
    --tw-border-spacing-x: 0.875rem;
    --tw-border-spacing-y: 0.875rem
}

.border-spacing-32 {
    --tw-border-spacing-x: 8rem;
    --tw-border-spacing-y: 8rem
}

.border-spacing-32,.border-spacing-36 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-36 {
    --tw-border-spacing-x: 9rem;
    --tw-border-spacing-y: 9rem
}

.border-spacing-4 {
    --tw-border-spacing-x: 1rem;
    --tw-border-spacing-y: 1rem
}

.border-spacing-4,.border-spacing-40 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-40 {
    --tw-border-spacing-x: 10rem;
    --tw-border-spacing-y: 10rem
}

.border-spacing-44 {
    --tw-border-spacing-x: 11rem;
    --tw-border-spacing-y: 11rem
}

.border-spacing-44,.border-spacing-48 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-48 {
    --tw-border-spacing-x: 12rem;
    --tw-border-spacing-y: 12rem
}

.border-spacing-5 {
    --tw-border-spacing-x: 1.25rem;
    --tw-border-spacing-y: 1.25rem
}

.border-spacing-5,.border-spacing-52 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-52 {
    --tw-border-spacing-x: 13rem;
    --tw-border-spacing-y: 13rem
}

.border-spacing-56 {
    --tw-border-spacing-x: 14rem;
    --tw-border-spacing-y: 14rem
}

.border-spacing-56,.border-spacing-6 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-6 {
    --tw-border-spacing-x: 1.5rem;
    --tw-border-spacing-y: 1.5rem
}

.border-spacing-60 {
    --tw-border-spacing-x: 15rem;
    --tw-border-spacing-y: 15rem
}

.border-spacing-60,.border-spacing-64 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-64 {
    --tw-border-spacing-x: 16rem;
    --tw-border-spacing-y: 16rem
}

.border-spacing-7 {
    --tw-border-spacing-x: 1.75rem;
    --tw-border-spacing-y: 1.75rem
}

.border-spacing-7,.border-spacing-72 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-72 {
    --tw-border-spacing-x: 18rem;
    --tw-border-spacing-y: 18rem
}

.border-spacing-8 {
    --tw-border-spacing-x: 2rem;
    --tw-border-spacing-y: 2rem
}

.border-spacing-8,.border-spacing-80 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-80 {
    --tw-border-spacing-x: 20rem;
    --tw-border-spacing-y: 20rem
}

.border-spacing-9 {
    --tw-border-spacing-x: 2.25rem;
    --tw-border-spacing-y: 2.25rem
}

.border-spacing-9,.border-spacing-96 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-96 {
    --tw-border-spacing-x: 24rem;
    --tw-border-spacing-y: 24rem
}

.border-spacing-px {
    --tw-border-spacing-x: 1px;
    --tw-border-spacing-y: 1px
}

.border-spacing-px,.border-spacing-x-0 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-x-0 {
    --tw-border-spacing-x: 0px
}

.border-spacing-x-0\.5 {
    --tw-border-spacing-x: 0.125rem
}

.border-spacing-x-0\.5,.border-spacing-x-1 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-x-1 {
    --tw-border-spacing-x: 0.25rem
}

.border-spacing-x-1\.5 {
    --tw-border-spacing-x: 0.375rem
}

.border-spacing-x-10,.border-spacing-x-1\.5 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-x-10 {
    --tw-border-spacing-x: 2.5rem
}

.border-spacing-x-11 {
    --tw-border-spacing-x: 2.75rem
}

.border-spacing-x-11,.border-spacing-x-12 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-x-12 {
    --tw-border-spacing-x: 3rem
}

.border-spacing-x-14 {
    --tw-border-spacing-x: 3.5rem
}

.border-spacing-x-14,.border-spacing-x-16 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-x-16 {
    --tw-border-spacing-x: 4rem
}

.border-spacing-x-2 {
    --tw-border-spacing-x: 0.5rem
}

.border-spacing-x-2,.border-spacing-x-2\.5 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-x-2\.5 {
    --tw-border-spacing-x: 0.625rem
}

.border-spacing-x-20 {
    --tw-border-spacing-x: 5rem
}

.border-spacing-x-20,.border-spacing-x-24 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-x-24 {
    --tw-border-spacing-x: 6rem
}

.border-spacing-x-28 {
    --tw-border-spacing-x: 7rem
}

.border-spacing-x-28,.border-spacing-x-3 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-x-3 {
    --tw-border-spacing-x: 0.75rem
}

.border-spacing-x-3\.5 {
    --tw-border-spacing-x: 0.875rem
}

.border-spacing-x-32,.border-spacing-x-3\.5 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-x-32 {
    --tw-border-spacing-x: 8rem
}

.border-spacing-x-36 {
    --tw-border-spacing-x: 9rem
}

.border-spacing-x-36,.border-spacing-x-4 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-x-4 {
    --tw-border-spacing-x: 1rem
}

.border-spacing-x-40 {
    --tw-border-spacing-x: 10rem
}

.border-spacing-x-40,.border-spacing-x-44 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-x-44 {
    --tw-border-spacing-x: 11rem
}

.border-spacing-x-48 {
    --tw-border-spacing-x: 12rem
}

.border-spacing-x-48,.border-spacing-x-5 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-x-5 {
    --tw-border-spacing-x: 1.25rem
}

.border-spacing-x-52 {
    --tw-border-spacing-x: 13rem
}

.border-spacing-x-52,.border-spacing-x-56 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-x-56 {
    --tw-border-spacing-x: 14rem
}

.border-spacing-x-6 {
    --tw-border-spacing-x: 1.5rem
}

.border-spacing-x-6,.border-spacing-x-60 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-x-60 {
    --tw-border-spacing-x: 15rem
}

.border-spacing-x-64 {
    --tw-border-spacing-x: 16rem
}

.border-spacing-x-64,.border-spacing-x-7 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-x-7 {
    --tw-border-spacing-x: 1.75rem
}

.border-spacing-x-72 {
    --tw-border-spacing-x: 18rem
}

.border-spacing-x-72,.border-spacing-x-8 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-x-8 {
    --tw-border-spacing-x: 2rem
}

.border-spacing-x-80 {
    --tw-border-spacing-x: 20rem
}

.border-spacing-x-80,.border-spacing-x-9 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-x-9 {
    --tw-border-spacing-x: 2.25rem
}

.border-spacing-x-96 {
    --tw-border-spacing-x: 24rem
}

.border-spacing-x-96,.border-spacing-x-px {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-x-px {
    --tw-border-spacing-x: 1px
}

.border-spacing-y-0 {
    --tw-border-spacing-y: 0px
}

.border-spacing-y-0,.border-spacing-y-0\.5 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-y-0\.5 {
    --tw-border-spacing-y: 0.125rem
}

.border-spacing-y-1 {
    --tw-border-spacing-y: 0.25rem
}

.border-spacing-y-1,.border-spacing-y-1\.5 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-y-1\.5 {
    --tw-border-spacing-y: 0.375rem
}

.border-spacing-y-10 {
    --tw-border-spacing-y: 2.5rem
}

.border-spacing-y-10,.border-spacing-y-11 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-y-11 {
    --tw-border-spacing-y: 2.75rem
}

.border-spacing-y-12 {
    --tw-border-spacing-y: 3rem
}

.border-spacing-y-12,.border-spacing-y-14 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-y-14 {
    --tw-border-spacing-y: 3.5rem
}

.border-spacing-y-16 {
    --tw-border-spacing-y: 4rem
}

.border-spacing-y-16,.border-spacing-y-2 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-y-2 {
    --tw-border-spacing-y: 0.5rem
}

.border-spacing-y-2\.5 {
    --tw-border-spacing-y: 0.625rem
}

.border-spacing-y-20,.border-spacing-y-2\.5 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-y-20 {
    --tw-border-spacing-y: 5rem
}

.border-spacing-y-24 {
    --tw-border-spacing-y: 6rem
}

.border-spacing-y-24,.border-spacing-y-28 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-y-28 {
    --tw-border-spacing-y: 7rem
}

.border-spacing-y-3 {
    --tw-border-spacing-y: 0.75rem
}

.border-spacing-y-3,.border-spacing-y-3\.5 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-y-3\.5 {
    --tw-border-spacing-y: 0.875rem
}

.border-spacing-y-32 {
    --tw-border-spacing-y: 8rem
}

.border-spacing-y-32,.border-spacing-y-36 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-y-36 {
    --tw-border-spacing-y: 9rem
}

.border-spacing-y-4 {
    --tw-border-spacing-y: 1rem
}

.border-spacing-y-4,.border-spacing-y-40 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-y-40 {
    --tw-border-spacing-y: 10rem
}

.border-spacing-y-44 {
    --tw-border-spacing-y: 11rem
}

.border-spacing-y-44,.border-spacing-y-48 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-y-48 {
    --tw-border-spacing-y: 12rem
}

.border-spacing-y-5 {
    --tw-border-spacing-y: 1.25rem
}

.border-spacing-y-5,.border-spacing-y-52 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-y-52 {
    --tw-border-spacing-y: 13rem
}

.border-spacing-y-56 {
    --tw-border-spacing-y: 14rem
}

.border-spacing-y-56,.border-spacing-y-6 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-y-6 {
    --tw-border-spacing-y: 1.5rem
}

.border-spacing-y-60 {
    --tw-border-spacing-y: 15rem
}

.border-spacing-y-60,.border-spacing-y-64 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-y-64 {
    --tw-border-spacing-y: 16rem
}

.border-spacing-y-7 {
    --tw-border-spacing-y: 1.75rem
}

.border-spacing-y-7,.border-spacing-y-72 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-y-72 {
    --tw-border-spacing-y: 18rem
}

.border-spacing-y-8 {
    --tw-border-spacing-y: 2rem
}

.border-spacing-y-8,.border-spacing-y-80 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-y-80 {
    --tw-border-spacing-y: 20rem
}

.border-spacing-y-9 {
    --tw-border-spacing-y: 2.25rem
}

.border-spacing-y-9,.border-spacing-y-96 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-y-96 {
    --tw-border-spacing-y: 24rem
}

.border-spacing-y-px {
    --tw-border-spacing-y: 1px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.-translate-x-full {
    --tw-translate-x: -100%
}

.-translate-x-full,.translate-x-0 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-0 {
    --tw-translate-x: 0px
}

.translate-x-\[58\%\] {
    --tw-translate-x: 58%
}

.translate-x-\[58\%\],.translate-y-0 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-0 {
    --tw-translate-y: 0px
}

.translate-y-full {
    --tw-translate-y: 100%
}

.rotate-45,.translate-y-full {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-45 {
    --tw-rotate: 45deg
}

.-skew-y-6 {
    --tw-skew-y: -6deg
}

.-skew-y-6,.skew-x-\[-20deg\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.skew-x-\[-20deg\] {
    --tw-skew-x: -20deg
}

.transform {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.animate-\[fade-in-up_1s_ease-out\] {
    animation: fade-in-up 1s ease-out
}

.animate-\[fade-in_1s_ease-out\] {
    animation: fade-in 1s ease-out
}

.animate-\[fade-in_2s_ease-out\] {
    animation: fade-in 2s ease-out
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate-fade-in {
    animation: fade-in .5s ease-out
}

.animate-marquee {
    animation: marquee 25s linear infinite
}

@keyframes marquee {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}

.animate-marquee-mobile {
    animation: marquee 9s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.animate-spin {
    animation: spin 1s linear infinite
}

@keyframes vip-1-ic {
    0% {
        bottom: 34%;
        left: 65%;
        opacity: 0
    }

    to {
        bottom: 16%;
        left: 52%;
        opacity: 1
    }
}

.animate-vip-1-ic {
    animation: vip-1-ic 1s ease-out
}

@keyframes vip-4-ic {
    0% {
        top: 39%;
        left: 66%;
        opacity: 0
    }

    to {
        top: 12%;
        left: 30%;
        opacity: 1
    }
}

.animate-vip-4-ic {
    animation: vip-4-ic 1s ease-out
}

@keyframes vip-green-ic {
    0% {
        top: -111%;
        right: 4%;
        opacity: 0
    }

    to {
        top: -72%;
        right: -10%;
        opacity: 1
    }
}

.animate-vip-green-ic {
    animation: vip-green-ic 1s ease-out
}

@keyframes vip-purple-ic {
    0% {
        bottom: 25%;
        left: 55%;
        opacity: 0
    }

    to {
        bottom: 1.5rem;
        left: 23%;
        opacity: 1
    }
}

.animate-vip-purple-ic {
    animation: vip-purple-ic 1s ease-out
}

@keyframes vip-red-ic {
    0% {
        top: 11%;
        left: 62%;
        opacity: 0
    }

    to {
        top: 0;
        left: 51%;
        opacity: 1
    }
}

.animate-vip-red-ic {
    animation: vip-red-ic 1s ease-out
}

@keyframes vip-yellow-ic {
    0% {
        top: 15%;
        right: 0;
        opacity: 0
    }

    to {
        top: -1%;
        right: -7%;
        opacity: 1
    }
}

.animate-vip-yellow-ic {
    animation: vip-yellow-ic 1s ease-out
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1.2)
    }

    to {
        transform: scale(.8)
    }
}

.animate-zoom-in-zoom-out {
    animation: zoom-in-zoom-out 1s ease infinite
}

@keyframes zoom-in-zoom-out-jackpot {
    0% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1)
    }

    to {
        transform: scale(.8)
    }
}

.animate-zoom-in-zoom-out-jackpot {
    animation: zoom-in-zoom-out-jackpot 1s ease infinite
}

.cursor-context-menu {
    cursor: context-menu
}

.cursor-not-allowed {
    cursor: url(/_next/static/media/mouse-disabled.bc14b1fa.svg),not-allowed
}

.cursor-pointer {
    cursor: url(/_next/static/media/hand.585d3773.svg),pointer
}

.cursor-wait {
    cursor: wait
}

.list-disc {
    list-style-type: disc
}

.list-none {
    list-style-type: none
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.grid-flow-col {
    grid-auto-flow: column
}

.grid-cols-10 {
    grid-template-columns: repeat(10,minmax(0,1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
}

.grid-cols-5 {
    grid-template-columns: repeat(5,minmax(0,1fr))
}

.grid-cols-6 {
    grid-template-columns: repeat(6,minmax(0,1fr))
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-stretch {
    align-items: stretch
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-evenly {
    justify-content: space-evenly
}

.gap-1 {
    gap: .25rem
}

.gap-\[13px\] {
    gap: 13px
}

.gap-\[18px\] {
    gap: 18px
}

.gap-\[22px\] {
    gap: 22px
}

.gap-\[58px\] {
    gap: 58px
}

.gap-x-1 {
    -moz-column-gap: .25rem;
    column-gap: .25rem
}

.gap-x-1\.5 {
    -moz-column-gap: .375rem;
    column-gap: .375rem
}

.gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem
}

.gap-x-2 {
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.gap-x-2\.5 {
    -moz-column-gap: .625rem;
    column-gap: .625rem
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.gap-x-\[122px\] {
    -moz-column-gap: 122px;
    column-gap: 122px
}

.gap-x-\[18px\] {
    -moz-column-gap: 18px;
    column-gap: 18px
}

.gap-x-\[3px\] {
    -moz-column-gap: 3px;
    column-gap: 3px
}

.gap-x-\[5px\] {
    -moz-column-gap: 5px;
    column-gap: 5px
}

.gap-y-0 {
    row-gap: 0
}

.gap-y-0\.5 {
    row-gap: .125rem
}

.gap-y-1 {
    row-gap: .25rem
}

.gap-y-1\.5 {
    row-gap: .375rem
}

.gap-y-2 {
    row-gap: .5rem
}

.gap-y-2\.5 {
    row-gap: .625rem
}

.gap-y-3 {
    row-gap: .75rem
}

.gap-y-3\.5 {
    row-gap: .875rem
}

.gap-y-\[19px\] {
    row-gap: 19px
}

.gap-y-\[20px\] {
    row-gap: 20px
}

.-space-x-\[21px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-21px * var(--tw-space-x-reverse));
    margin-left: calc(-21px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-0>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-0\.5>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.125rem * var(--tw-space-x-reverse));
    margin-left: calc(.125rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-1>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.25rem * var(--tw-space-x-reverse));
    margin-left: calc(.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-10>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem * var(--tw-space-x-reverse));
    margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-2\.5>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.625rem * var(--tw-space-x-reverse));
    margin-left: calc(.625rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-20>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-3>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.75rem * var(--tw-space-x-reverse));
    margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.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)))
}

.space-x-5>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-6>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[11px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11px * var(--tw-space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[12px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12px * var(--tw-space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[13px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13px * var(--tw-space-x-reverse));
    margin-left: calc(13px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[15\.5px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15.5px * var(--tw-space-x-reverse));
    margin-left: calc(15.5px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[16px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[17px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(17px * var(--tw-space-x-reverse));
    margin-left: calc(17px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[18px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18px * var(--tw-space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[21px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(21px * var(--tw-space-x-reverse));
    margin-left: calc(21px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[22px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(22px * var(--tw-space-x-reverse));
    margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[26px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26px * var(--tw-space-x-reverse));
    margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[28px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(28px * var(--tw-space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[29px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29px * var(--tw-space-x-reverse));
    margin-left: calc(29px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[30px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[31px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(31px * var(--tw-space-x-reverse));
    margin-left: calc(31px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[37px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(37px * var(--tw-space-x-reverse));
    margin-left: calc(37px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[41px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41px * var(--tw-space-x-reverse));
    margin-left: calc(41px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[43px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(43px * var(--tw-space-x-reverse));
    margin-left: calc(43px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[51px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(51px * var(--tw-space-x-reverse));
    margin-left: calc(51px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[60\.5px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60.5px * var(--tw-space-x-reverse));
    margin-left: calc(60.5px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[7\.5px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5px * var(--tw-space-x-reverse));
    margin-left: calc(7.5px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-\[9px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9px * var(--tw-space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-1>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.25rem * var(--tw-space-y-reverse))
}

.space-y-1\.5>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.375rem * var(--tw-space-y-reverse))
}

.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
}

.space-y-2\.5>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.625rem * var(--tw-space-y-reverse))
}

.space-y-3>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem * var(--tw-space-y-reverse))
}

.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))
}

.space-y-5>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}

.space-y-8>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}

.space-y-9>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse))
}

.space-y-\[11px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11px * var(--tw-space-y-reverse))
}

.space-y-\[15\.5px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15.5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15.5px * var(--tw-space-y-reverse))
}

.space-y-\[15px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px * var(--tw-space-y-reverse))
}

.space-y-\[17px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(17px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17px * var(--tw-space-y-reverse))
}

.space-y-\[18px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px * var(--tw-space-y-reverse))
}

.space-y-\[19px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(19px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19px * var(--tw-space-y-reverse))
}

.space-y-\[22px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22px * var(--tw-space-y-reverse))
}

.space-y-\[30px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse))
}

.space-y-\[31px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(31px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(31px * var(--tw-space-y-reverse))
}

.space-y-\[5px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse))
}

.space-y-\[7px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7px * var(--tw-space-y-reverse))
}

.divide-gray-text-footer>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(112 113 111/var(--tw-divide-opacity))
}

.divide-gray-text-footer\/0>:not([hidden])~:not([hidden]) {
    border-color: hsla(90,1%,44%,0)
}

.divide-gray-text-footer\/10>:not([hidden])~:not([hidden]) {
    border-color: hsla(90,1%,44%,.1)
}

.divide-gray-text-footer\/100>:not([hidden])~:not([hidden]) {
    border-color: #70716f
}

.divide-gray-text-footer\/20>:not([hidden])~:not([hidden]) {
    border-color: hsla(90,1%,44%,.2)
}

.divide-gray-text-footer\/25>:not([hidden])~:not([hidden]) {
    border-color: hsla(90,1%,44%,.25)
}

.divide-gray-text-footer\/30>:not([hidden])~:not([hidden]) {
    border-color: hsla(90,1%,44%,.3)
}

.divide-gray-text-footer\/40>:not([hidden])~:not([hidden]) {
    border-color: hsla(90,1%,44%,.4)
}

.divide-gray-text-footer\/5>:not([hidden])~:not([hidden]) {
    border-color: hsla(90,1%,44%,.05)
}

.divide-gray-text-footer\/50>:not([hidden])~:not([hidden]) {
    border-color: hsla(90,1%,44%,.5)
}

.divide-gray-text-footer\/60>:not([hidden])~:not([hidden]) {
    border-color: hsla(90,1%,44%,.6)
}

.divide-gray-text-footer\/70>:not([hidden])~:not([hidden]) {
    border-color: hsla(90,1%,44%,.7)
}

.divide-gray-text-footer\/75>:not([hidden])~:not([hidden]) {
    border-color: hsla(90,1%,44%,.75)
}

.divide-gray-text-footer\/80>:not([hidden])~:not([hidden]) {
    border-color: hsla(90,1%,44%,.8)
}

.divide-gray-text-footer\/90>:not([hidden])~:not([hidden]) {
    border-color: hsla(90,1%,44%,.9)
}

.divide-gray-text-footer\/95>:not([hidden])~:not([hidden]) {
    border-color: hsla(90,1%,44%,.95)
}

.divide-gray-text-game>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(143 143 143/var(--tw-divide-opacity))
}

.divide-gray-text-game\/0>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,56%,0)
}

.divide-gray-text-game\/10>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,56%,.1)
}

.divide-gray-text-game\/100>:not([hidden])~:not([hidden]) {
    border-color: #8f8f8f
}

.divide-gray-text-game\/20>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,56%,.2)
}

.divide-gray-text-game\/25>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,56%,.25)
}

.divide-gray-text-game\/30>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,56%,.3)
}

.divide-gray-text-game\/40>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,56%,.4)
}

.divide-gray-text-game\/5>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,56%,.05)
}

.divide-gray-text-game\/50>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,56%,.5)
}

.divide-gray-text-game\/60>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,56%,.6)
}

.divide-gray-text-game\/70>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,56%,.7)
}

.divide-gray-text-game\/75>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,56%,.75)
}

.divide-gray-text-game\/80>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,56%,.8)
}

.divide-gray-text-game\/90>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,56%,.9)
}

.divide-gray-text-game\/95>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,56%,.95)
}

.divide-gray-text-popup-login>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(128 128 128/var(--tw-divide-opacity))
}

.divide-gray-text-popup-login\/0>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,50%,0)
}

.divide-gray-text-popup-login\/10>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,50%,.1)
}

.divide-gray-text-popup-login\/100>:not([hidden])~:not([hidden]) {
    border-color: grey
}

.divide-gray-text-popup-login\/20>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,50%,.2)
}

.divide-gray-text-popup-login\/25>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,50%,.25)
}

.divide-gray-text-popup-login\/30>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,50%,.3)
}

.divide-gray-text-popup-login\/40>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,50%,.4)
}

.divide-gray-text-popup-login\/5>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,50%,.05)
}

.divide-gray-text-popup-login\/50>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,50%,.5)
}

.divide-gray-text-popup-login\/60>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,50%,.6)
}

.divide-gray-text-popup-login\/70>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,50%,.7)
}

.divide-gray-text-popup-login\/75>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,50%,.75)
}

.divide-gray-text-popup-login\/80>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,50%,.8)
}

.divide-gray-text-popup-login\/90>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,50%,.9)
}

.divide-gray-text-popup-login\/95>:not([hidden])~:not([hidden]) {
    border-color: hsla(0,0%,50%,.95)
}

.divide-mobile-nav-text-inactive>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(219 210 194/var(--tw-divide-opacity))
}

.divide-mobile-nav-text-inactive\/0>:not([hidden])~:not([hidden]) {
    border-color: hsla(38,26%,81%,0)
}

.divide-mobile-nav-text-inactive\/10>:not([hidden])~:not([hidden]) {
    border-color: hsla(38,26%,81%,.1)
}

.divide-mobile-nav-text-inactive\/100>:not([hidden])~:not([hidden]) {
    border-color: #dbd2c2
}

.divide-mobile-nav-text-inactive\/20>:not([hidden])~:not([hidden]) {
    border-color: hsla(38,26%,81%,.2)
}

.divide-mobile-nav-text-inactive\/25>:not([hidden])~:not([hidden]) {
    border-color: hsla(38,26%,81%,.25)
}

.divide-mobile-nav-text-inactive\/30>:not([hidden])~:not([hidden]) {
    border-color: hsla(38,26%,81%,.3)
}

.divide-mobile-nav-text-inactive\/40>:not([hidden])~:not([hidden]) {
    border-color: hsla(38,26%,81%,.4)
}

.divide-mobile-nav-text-inactive\/5>:not([hidden])~:not([hidden]) {
    border-color: hsla(38,26%,81%,.05)
}

.divide-mobile-nav-text-inactive\/50>:not([hidden])~:not([hidden]) {
    border-color: hsla(38,26%,81%,.5)
}

.divide-mobile-nav-text-inactive\/60>:not([hidden])~:not([hidden]) {
    border-color: hsla(38,26%,81%,.6)
}

.divide-mobile-nav-text-inactive\/70>:not([hidden])~:not([hidden]) {
    border-color: hsla(38,26%,81%,.7)
}

.divide-mobile-nav-text-inactive\/75>:not([hidden])~:not([hidden]) {
    border-color: hsla(38,26%,81%,.75)
}

.divide-mobile-nav-text-inactive\/80>:not([hidden])~:not([hidden]) {
    border-color: hsla(38,26%,81%,.8)
}

.divide-mobile-nav-text-inactive\/90>:not([hidden])~:not([hidden]) {
    border-color: hsla(38,26%,81%,.9)
}

.divide-mobile-nav-text-inactive\/95>:not([hidden])~:not([hidden]) {
    border-color: hsla(38,26%,81%,.95)
}

.divide-red-bg-hot-pick>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(23 14 10/var(--tw-divide-opacity))
}

.divide-red-bg-hot-pick\/0>:not([hidden])~:not([hidden]) {
    border-color: rgba(23,14,10,0)
}

.divide-red-bg-hot-pick\/10>:not([hidden])~:not([hidden]) {
    border-color: rgba(23,14,10,.1)
}

.divide-red-bg-hot-pick\/100>:not([hidden])~:not([hidden]) {
    border-color: #170e0a
}

.divide-red-bg-hot-pick\/20>:not([hidden])~:not([hidden]) {
    border-color: rgba(23,14,10,.2)
}

.divide-red-bg-hot-pick\/25>:not([hidden])~:not([hidden]) {
    border-color: rgba(23,14,10,.25)
}

.divide-red-bg-hot-pick\/30>:not([hidden])~:not([hidden]) {
    border-color: rgba(23,14,10,.3)
}

.divide-red-bg-hot-pick\/40>:not([hidden])~:not([hidden]) {
    border-color: rgba(23,14,10,.4)
}

.divide-red-bg-hot-pick\/5>:not([hidden])~:not([hidden]) {
    border-color: rgba(23,14,10,.05)
}

.divide-red-bg-hot-pick\/50>:not([hidden])~:not([hidden]) {
    border-color: rgba(23,14,10,.5)
}

.divide-red-bg-hot-pick\/60>:not([hidden])~:not([hidden]) {
    border-color: rgba(23,14,10,.6)
}

.divide-red-bg-hot-pick\/70>:not([hidden])~:not([hidden]) {
    border-color: rgba(23,14,10,.7)
}

.divide-red-bg-hot-pick\/75>:not([hidden])~:not([hidden]) {
    border-color: rgba(23,14,10,.75)
}

.divide-red-bg-hot-pick\/80>:not([hidden])~:not([hidden]) {
    border-color: rgba(23,14,10,.8)
}

.divide-red-bg-hot-pick\/90>:not([hidden])~:not([hidden]) {
    border-color: rgba(23,14,10,.9)
}

.divide-red-bg-hot-pick\/95>:not([hidden])~:not([hidden]) {
    border-color: rgba(23,14,10,.95)
}

.divide-rng-game-bg-bet>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(0 0 0/var(--tw-divide-opacity))
}

.divide-rng-game-bg-bet\/0>:not([hidden])~:not([hidden]) {
    border-color: transparent
}

.divide-rng-game-bg-bet\/10>:not([hidden])~:not([hidden]) {
    border-color: rgba(0,0,0,.1)
}

.divide-rng-game-bg-bet\/100>:not([hidden])~:not([hidden]) {
    border-color: #000
}

.divide-rng-game-bg-bet\/20>:not([hidden])~:not([hidden]) {
    border-color: rgba(0,0,0,.2)
}

.divide-rng-game-bg-bet\/25>:not([hidden])~:not([hidden]) {
    border-color: rgba(0,0,0,.25)
}

.divide-rng-game-bg-bet\/30>:not([hidden])~:not([hidden]) {
    border-color: rgba(0,0,0,.3)
}

.divide-rng-game-bg-bet\/40>:not([hidden])~:not([hidden]) {
    border-color: rgba(0,0,0,.4)
}

.divide-rng-game-bg-bet\/5>:not([hidden])~:not([hidden]) {
    border-color: rgba(0,0,0,.05)
}

.divide-rng-game-bg-bet\/50>:not([hidden])~:not([hidden]) {
    border-color: rgba(0,0,0,.5)
}

.divide-rng-game-bg-bet\/60>:not([hidden])~:not([hidden]) {
    border-color: rgba(0,0,0,.6)
}

.divide-rng-game-bg-bet\/70>:not([hidden])~:not([hidden]) {
    border-color: rgba(0,0,0,.7)
}

.divide-rng-game-bg-bet\/75>:not([hidden])~:not([hidden]) {
    border-color: rgba(0,0,0,.75)
}

.divide-rng-game-bg-bet\/80>:not([hidden])~:not([hidden]) {
    border-color: rgba(0,0,0,.8)
}

.divide-rng-game-bg-bet\/90>:not([hidden])~:not([hidden]) {
    border-color: rgba(0,0,0,.9)
}

.divide-rng-game-bg-bet\/95>:not([hidden])~:not([hidden]) {
    border-color: rgba(0,0,0,.95)
}

.divide-rng-game-bg-current-bet>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(235 206 130/var(--tw-divide-opacity))
}

.divide-rng-game-bg-current-bet\/0>:not([hidden])~:not([hidden]) {
    border-color: hsla(43,72%,72%,0)
}

.divide-rng-game-bg-current-bet\/10>:not([hidden])~:not([hidden]) {
    border-color: hsla(43,72%,72%,.1)
}

.divide-rng-game-bg-current-bet\/100>:not([hidden])~:not([hidden]) {
    border-color: #ebce82
}

.divide-rng-game-bg-current-bet\/20>:not([hidden])~:not([hidden]) {
    border-color: hsla(43,72%,72%,.2)
}

.divide-rng-game-bg-current-bet\/25>:not([hidden])~:not([hidden]) {
    border-color: hsla(43,72%,72%,.25)
}

.divide-rng-game-bg-current-bet\/30>:not([hidden])~:not([hidden]) {
    border-color: hsla(43,72%,72%,.3)
}

.divide-rng-game-bg-current-bet\/40>:not([hidden])~:not([hidden]) {
    border-color: hsla(43,72%,72%,.4)
}

.divide-rng-game-bg-current-bet\/5>:not([hidden])~:not([hidden]) {
    border-color: hsla(43,72%,72%,.05)
}

.divide-rng-game-bg-current-bet\/50>:not([hidden])~:not([hidden]) {
    border-color: hsla(43,72%,72%,.5)
}

.divide-rng-game-bg-current-bet\/60>:not([hidden])~:not([hidden]) {
    border-color: hsla(43,72%,72%,.6)
}

.divide-rng-game-bg-current-bet\/70>:not([hidden])~:not([hidden]) {
    border-color: hsla(43,72%,72%,.7)
}

.divide-rng-game-bg-current-bet\/75>:not([hidden])~:not([hidden]) {
    border-color: hsla(43,72%,72%,.75)
}

.divide-rng-game-bg-current-bet\/80>:not([hidden])~:not([hidden]) {
    border-color: hsla(43,72%,72%,.8)
}

.divide-rng-game-bg-current-bet\/90>:not([hidden])~:not([hidden]) {
    border-color: hsla(43,72%,72%,.9)
}

.divide-rng-game-bg-current-bet\/95>:not([hidden])~:not([hidden]) {
    border-color: hsla(43,72%,72%,.95)
}

.divide-rng-game-bg-filter>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(36 26 18/var(--tw-divide-opacity))
}

.divide-rng-game-bg-filter\/0>:not([hidden])~:not([hidden]) {
    border-color: rgba(36,26,18,0)
}

.divide-rng-game-bg-filter\/10>:not([hidden])~:not([hidden]) {
    border-color: rgba(36,26,18,.1)
}

.divide-rng-game-bg-filter\/100>:not([hidden])~:not([hidden]) {
    border-color: #241a12
}

.divide-rng-game-bg-filter\/20>:not([hidden])~:not([hidden]) {
    border-color: rgba(36,26,18,.2)
}

.divide-rng-game-bg-filter\/25>:not([hidden])~:not([hidden]) {
    border-color: rgba(36,26,18,.25)
}

.divide-rng-game-bg-filter\/30>:not([hidden])~:not([hidden]) {
    border-color: rgba(36,26,18,.3)
}

.divide-rng-game-bg-filter\/40>:not([hidden])~:not([hidden]) {
    border-color: rgba(36,26,18,.4)
}

.divide-rng-game-bg-filter\/5>:not([hidden])~:not([hidden]) {
    border-color: rgba(36,26,18,.05)
}

.divide-rng-game-bg-filter\/50>:not([hidden])~:not([hidden]) {
    border-color: rgba(36,26,18,.5)
}

.divide-rng-game-bg-filter\/60>:not([hidden])~:not([hidden]) {
    border-color: rgba(36,26,18,.6)
}

.divide-rng-game-bg-filter\/70>:not([hidden])~:not([hidden]) {
    border-color: rgba(36,26,18,.7)
}

.divide-rng-game-bg-filter\/75>:not([hidden])~:not([hidden]) {
    border-color: rgba(36,26,18,.75)
}

.divide-rng-game-bg-filter\/80>:not([hidden])~:not([hidden]) {
    border-color: rgba(36,26,18,.8)
}

.divide-rng-game-bg-filter\/90>:not([hidden])~:not([hidden]) {
    border-color: rgba(36,26,18,.9)
}

.divide-rng-game-bg-filter\/95>:not([hidden])~:not([hidden]) {
    border-color: rgba(36,26,18,.95)
}

.divide-rng-game-bg-popup-bet>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(51 50 47/var(--tw-divide-opacity))
}

.divide-rng-game-bg-popup-bet\/0>:not([hidden])~:not([hidden]) {
    border-color: rgba(51,50,47,0)
}

.divide-rng-game-bg-popup-bet\/10>:not([hidden])~:not([hidden]) {
    border-color: rgba(51,50,47,.1)
}

.divide-rng-game-bg-popup-bet\/100>:not([hidden])~:not([hidden]) {
    border-color: #33322f
}

.divide-rng-game-bg-popup-bet\/20>:not([hidden])~:not([hidden]) {
    border-color: rgba(51,50,47,.2)
}

.divide-rng-game-bg-popup-bet\/25>:not([hidden])~:not([hidden]) {
    border-color: rgba(51,50,47,.25)
}

.divide-rng-game-bg-popup-bet\/30>:not([hidden])~:not([hidden]) {
    border-color: rgba(51,50,47,.3)
}

.divide-rng-game-bg-popup-bet\/40>:not([hidden])~:not([hidden]) {
    border-color: rgba(51,50,47,.4)
}

.divide-rng-game-bg-popup-bet\/5>:not([hidden])~:not([hidden]) {
    border-color: rgba(51,50,47,.05)
}

.divide-rng-game-bg-popup-bet\/50>:not([hidden])~:not([hidden]) {
    border-color: rgba(51,50,47,.5)
}

.divide-rng-game-bg-popup-bet\/60>:not([hidden])~:not([hidden]) {
    border-color: rgba(51,50,47,.6)
}

.divide-rng-game-bg-popup-bet\/70>:not([hidden])~:not([hidden]) {
    border-color: rgba(51,50,47,.7)
}

.divide-rng-game-bg-popup-bet\/75>:not([hidden])~:not([hidden]) {
    border-color: rgba(51,50,47,.75)
}

.divide-rng-game-bg-popup-bet\/80>:not([hidden])~:not([hidden]) {
    border-color: rgba(51,50,47,.8)
}

.divide-rng-game-bg-popup-bet\/90>:not([hidden])~:not([hidden]) {
    border-color: rgba(51,50,47,.9)
}

.divide-rng-game-bg-popup-bet\/95>:not([hidden])~:not([hidden]) {
    border-color: rgba(51,50,47,.95)
}

.divide-rng-game-bg-tab>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(52 52 52/var(--tw-divide-opacity))
}

.divide-rng-game-bg-tab\/0>:not([hidden])~:not([hidden]) {
    border-color: rgba(52,52,52,0)
}

.divide-rng-game-bg-tab\/10>:not([hidden])~:not([hidden]) {
    border-color: rgba(52,52,52,.1)
}

.divide-rng-game-bg-tab\/100>:not([hidden])~:not([hidden]) {
    border-color: #343434
}

.divide-rng-game-bg-tab\/20>:not([hidden])~:not([hidden]) {
    border-color: rgba(52,52,52,.2)
}

.divide-rng-game-bg-tab\/25>:not([hidden])~:not([hidden]) {
    border-color: rgba(52,52,52,.25)
}

.divide-rng-game-bg-tab\/30>:not([hidden])~:not([hidden]) {
    border-color: rgba(52,52,52,.3)
}

.divide-rng-game-bg-tab\/40>:not([hidden])~:not([hidden]) {
    border-color: rgba(52,52,52,.4)
}

.divide-rng-game-bg-tab\/5>:not([hidden])~:not([hidden]) {
    border-color: rgba(52,52,52,.05)
}

.divide-rng-game-bg-tab\/50>:not([hidden])~:not([hidden]) {
    border-color: rgba(52,52,52,.5)
}

.divide-rng-game-bg-tab\/60>:not([hidden])~:not([hidden]) {
    border-color: rgba(52,52,52,.6)
}

.divide-rng-game-bg-tab\/70>:not([hidden])~:not([hidden]) {
    border-color: rgba(52,52,52,.7)
}

.divide-rng-game-bg-tab\/75>:not([hidden])~:not([hidden]) {
    border-color: rgba(52,52,52,.75)
}

.divide-rng-game-bg-tab\/80>:not([hidden])~:not([hidden]) {
    border-color: rgba(52,52,52,.8)
}

.divide-rng-game-bg-tab\/90>:not([hidden])~:not([hidden]) {
    border-color: rgba(52,52,52,.9)
}

.divide-rng-game-bg-tab\/95>:not([hidden])~:not([hidden]) {
    border-color: rgba(52,52,52,.95)
}

.divide-rng-game-border-circle>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(174 143 101/var(--tw-divide-opacity))
}

.divide-rng-game-border-circle\/0>:not([hidden])~:not([hidden]) {
    border-color: hsla(35,31%,54%,0)
}

.divide-rng-game-border-circle\/10>:not([hidden])~:not([hidden]) {
    border-color: hsla(35,31%,54%,.1)
}

.divide-rng-game-border-circle\/100>:not([hidden])~:not([hidden]) {
    border-color: #ae8f65
}

.divide-rng-game-border-circle\/20>:not([hidden])~:not([hidden]) {
    border-color: hsla(35,31%,54%,.2)
}

.divide-rng-game-border-circle\/25>:not([hidden])~:not([hidden]) {
    border-color: hsla(35,31%,54%,.25)
}

.divide-rng-game-border-circle\/30>:not([hidden])~:not([hidden]) {
    border-color: hsla(35,31%,54%,.3)
}

.divide-rng-game-border-circle\/40>:not([hidden])~:not([hidden]) {
    border-color: hsla(35,31%,54%,.4)
}

.divide-rng-game-border-circle\/5>:not([hidden])~:not([hidden]) {
    border-color: hsla(35,31%,54%,.05)
}

.divide-rng-game-border-circle\/50>:not([hidden])~:not([hidden]) {
    border-color: hsla(35,31%,54%,.5)
}

.divide-rng-game-border-circle\/60>:not([hidden])~:not([hidden]) {
    border-color: hsla(35,31%,54%,.6)
}

.divide-rng-game-border-circle\/70>:not([hidden])~:not([hidden]) {
    border-color: hsla(35,31%,54%,.7)
}

.divide-rng-game-border-circle\/75>:not([hidden])~:not([hidden]) {
    border-color: hsla(35,31%,54%,.75)
}

.divide-rng-game-border-circle\/80>:not([hidden])~:not([hidden]) {
    border-color: hsla(35,31%,54%,.8)
}

.divide-rng-game-border-circle\/90>:not([hidden])~:not([hidden]) {
    border-color: hsla(35,31%,54%,.9)
}

.divide-rng-game-border-circle\/95>:not([hidden])~:not([hidden]) {
    border-color: hsla(35,31%,54%,.95)
}

.divide-rng-game-text-current-bet>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(81 57 36/var(--tw-divide-opacity))
}

.divide-rng-game-text-current-bet\/0>:not([hidden])~:not([hidden]) {
    border-color: rgba(81,57,36,0)
}

.divide-rng-game-text-current-bet\/10>:not([hidden])~:not([hidden]) {
    border-color: rgba(81,57,36,.1)
}

.divide-rng-game-text-current-bet\/100>:not([hidden])~:not([hidden]) {
    border-color: #513924
}

.divide-rng-game-text-current-bet\/20>:not([hidden])~:not([hidden]) {
    border-color: rgba(81,57,36,.2)
}

.divide-rng-game-text-current-bet\/25>:not([hidden])~:not([hidden]) {
    border-color: rgba(81,57,36,.25)
}

.divide-rng-game-text-current-bet\/30>:not([hidden])~:not([hidden]) {
    border-color: rgba(81,57,36,.3)
}

.divide-rng-game-text-current-bet\/40>:not([hidden])~:not([hidden]) {
    border-color: rgba(81,57,36,.4)
}

.divide-rng-game-text-current-bet\/5>:not([hidden])~:not([hidden]) {
    border-color: rgba(81,57,36,.05)
}

.divide-rng-game-text-current-bet\/50>:not([hidden])~:not([hidden]) {
    border-color: rgba(81,57,36,.5)
}

.divide-rng-game-text-current-bet\/60>:not([hidden])~:not([hidden]) {
    border-color: rgba(81,57,36,.6)
}

.divide-rng-game-text-current-bet\/70>:not([hidden])~:not([hidden]) {
    border-color: rgba(81,57,36,.7)
}

.divide-rng-game-text-current-bet\/75>:not([hidden])~:not([hidden]) {
    border-color: rgba(81,57,36,.75)
}

.divide-rng-game-text-current-bet\/80>:not([hidden])~:not([hidden]) {
    border-color: rgba(81,57,36,.8)
}

.divide-rng-game-text-current-bet\/90>:not([hidden])~:not([hidden]) {
    border-color: rgba(81,57,36,.9)
}

.divide-rng-game-text-current-bet\/95>:not([hidden])~:not([hidden]) {
    border-color: rgba(81,57,36,.95)
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-y-hidden {
    overflow-y: hidden
}

.overflow-x-scroll {
    overflow-x: scroll
}

.overflow-y-scroll {
    overflow-y: scroll
}

.scroll-smooth {
    scroll-behavior: smooth
}

.text-ellipsis {
    text-overflow: ellipsis
}

.text-clip {
    text-overflow: clip
}

.whitespace-nowrap {
    white-space: nowrap
}

.whitespace-pre-line {
    white-space: pre-line
}

.break-words {
    overflow-wrap: break-word
}

.break-all {
    word-break: break-all
}

.rounded {
    border-radius: .25rem
}

.rounded-\[10px\] {
    border-radius: 10px
}

.rounded-\[20px\] {
    border-radius: 20px
}

.rounded-\[2px\] {
    border-radius: 2px
}

.rounded-\[3px\] {
    border-radius: 3px
}

.rounded-\[50px\] {
    border-radius: 50px
}

.rounded-\[5px\] {
    border-radius: 5px
}

.rounded-\[6px\] {
    border-radius: 6px
}

.rounded-\[7px\] {
    border-radius: 7px
}

.rounded-\[8px\] {
    border-radius: 8px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-b-\[20px\] {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
}

.rounded-b-\[7px\] {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px
}

.rounded-b-\[8px\] {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.rounded-l-\[5px\] {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.rounded-l-\[6px\] {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px
}

.rounded-r-\[5px\] {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.rounded-r-\[6px\] {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
}

.rounded-t-\[10px\] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.rounded-t-\[15px\] {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.rounded-t-\[20px\] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.rounded-t-\[5px\] {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.rounded-t-xl {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem
}

.rounded-bl-xl {
    border-bottom-left-radius: .75rem
}

.rounded-tl-\[5px\] {
    border-top-left-radius: 5px
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0
}

.border-2 {
    border-width: 2px
}

.border-4 {
    border-width: 4px
}

.border-8 {
    border-width: 8px
}

.border-x {
    border-left-width: 1px;
    border-right-width: 1px
}

.border-x-0 {
    border-left-width: 0;
    border-right-width: 0
}

.border-x-2 {
    border-left-width: 2px;
    border-right-width: 2px
}

.border-x-4 {
    border-left-width: 4px;
    border-right-width: 4px
}

.border-x-8 {
    border-left-width: 8px;
    border-right-width: 8px
}

.border-x-\[1px\] {
    border-left-width: 1px;
    border-right-width: 1px
}

.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px
}

.border-y-0 {
    border-top-width: 0;
    border-bottom-width: 0
}

.border-y-2 {
    border-top-width: 2px;
    border-bottom-width: 2px
}

.border-y-4 {
    border-top-width: 4px;
    border-bottom-width: 4px
}

.border-y-8 {
    border-top-width: 8px;
    border-bottom-width: 8px
}

.border-b {
    border-bottom-width: 1px
}

.border-b-0 {
    border-bottom-width: 0
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-b-4 {
    border-bottom-width: 4px
}

.border-b-8 {
    border-bottom-width: 8px
}

.border-b-\[1px\] {
    border-bottom-width: 1px
}

.border-b-\[2px\] {
    border-bottom-width: 2px
}

.border-e {
    border-inline-end-width:1px}

.border-e-0 {
    border-inline-end-width:0}

.border-e-2 {
    border-inline-end-width:2px}

.border-e-4 {
    border-inline-end-width:4px}

.border-e-8 {
    border-inline-end-width:8px}

.border-l {
    border-left-width: 1px
}

.border-l-0 {
    border-left-width: 0
}

.border-l-2 {
    border-left-width: 2px
}

.border-l-4 {
    border-left-width: 4px
}

.border-l-8 {
    border-left-width: 8px
}

.border-r {
    border-right-width: 1px
}

.border-r-0 {
    border-right-width: 0
}

.border-r-2 {
    border-right-width: 2px
}

.border-r-4 {
    border-right-width: 4px
}

.border-r-8 {
    border-right-width: 8px
}

.border-s {
    border-inline-start-width:1px}

.border-s-0 {
    border-inline-start-width:0}

.border-s-2 {
    border-inline-start-width:2px}

.border-s-4 {
    border-inline-start-width:4px}

.border-s-8 {
    border-inline-start-width:8px}

.border-t {
    border-top-width: 1px
}

.border-t-0 {
    border-top-width: 0
}

.border-t-2 {
    border-top-width: 2px
}

.border-t-4 {
    border-top-width: 4px
}

.border-t-8 {
    border-top-width: 8px
}

.border-t-\[3px\] {
    border-top-width: 3px
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.border-dotted {
    border-style: dotted
}

.border-double {
    border-style: double
}

.border-hidden {
    border-style: hidden
}

.border-none {
    border-style: none
}

.border-\[\#191818\] {
    --tw-border-opacity: 1;
    border-color: rgb(25 24 24/var(--tw-border-opacity))
}

.border-\[\#1AD021\] {
    --tw-border-opacity: 1;
    border-color: rgb(26 208 33/var(--tw-border-opacity))
}

.border-\[\#21B66E\] {
    --tw-border-opacity: 1;
    border-color: rgb(33 182 110/var(--tw-border-opacity))
}

.border-\[\#5A9DC2\] {
    --tw-border-opacity: 1;
    border-color: rgb(90 157 194/var(--tw-border-opacity))
}

.border-\[\#92754E\] {
    --tw-border-opacity: 1;
    border-color: rgb(146 117 78/var(--tw-border-opacity))
}

.border-\[\#A55B5B\] {
    --tw-border-opacity: 1;
    border-color: rgb(165 91 91/var(--tw-border-opacity))
}

.border-\[\#ABABA5\] {
    --tw-border-opacity: 1;
    border-color: rgb(171 171 165/var(--tw-border-opacity))
}

.border-\[\#B63C3C\] {
    --tw-border-opacity: 1;
    border-color: rgb(182 60 60/var(--tw-border-opacity))
}

.border-\[\#D0B276\] {
    --tw-border-opacity: 1;
    border-color: rgb(208 178 118/var(--tw-border-opacity))
}

.border-\[\#E7BE7E\] {
    --tw-border-opacity: 1;
    border-color: rgb(231 190 126/var(--tw-border-opacity))
}

.border-background-gray {
    --tw-border-opacity: 1;
    border-color: rgb(37 38 43/var(--tw-border-opacity))
}

.border-background-gray\/0 {
    border-color: rgba(37,38,43,0)
}

.border-background-gray\/10 {
    border-color: rgba(37,38,43,.1)
}

.border-background-gray\/100 {
    border-color: #25262b
}

.border-background-gray\/20 {
    border-color: rgba(37,38,43,.2)
}

.border-background-gray\/25 {
    border-color: rgba(37,38,43,.25)
}

.border-background-gray\/30 {
    border-color: rgba(37,38,43,.3)
}

.border-background-gray\/40 {
    border-color: rgba(37,38,43,.4)
}

.border-background-gray\/5 {
    border-color: rgba(37,38,43,.05)
}

.border-background-gray\/50 {
    border-color: rgba(37,38,43,.5)
}

.border-background-gray\/60 {
    border-color: rgba(37,38,43,.6)
}

.border-background-gray\/70 {
    border-color: rgba(37,38,43,.7)
}

.border-background-gray\/75 {
    border-color: rgba(37,38,43,.75)
}

.border-background-gray\/80 {
    border-color: rgba(37,38,43,.8)
}

.border-background-gray\/90 {
    border-color: rgba(37,38,43,.9)
}

.border-background-gray\/95 {
    border-color: rgba(37,38,43,.95)
}

.border-black-about {
    --tw-border-opacity: 1;
    border-color: rgb(41 41 41/var(--tw-border-opacity))
}

.border-black-about\/0 {
    border-color: rgba(41,41,41,0)
}

.border-black-about\/10 {
    border-color: rgba(41,41,41,.1)
}

.border-black-about\/100 {
    border-color: #292929
}

.border-black-about\/20 {
    border-color: rgba(41,41,41,.2)
}

.border-black-about\/25 {
    border-color: rgba(41,41,41,.25)
}

.border-black-about\/30 {
    border-color: rgba(41,41,41,.3)
}

.border-black-about\/40 {
    border-color: rgba(41,41,41,.4)
}

.border-black-about\/5 {
    border-color: rgba(41,41,41,.05)
}

.border-black-about\/50 {
    border-color: rgba(41,41,41,.5)
}

.border-black-about\/60 {
    border-color: rgba(41,41,41,.6)
}

.border-black-about\/70 {
    border-color: rgba(41,41,41,.7)
}

.border-black-about\/75 {
    border-color: rgba(41,41,41,.75)
}

.border-black-about\/80 {
    border-color: rgba(41,41,41,.8)
}

.border-black-about\/90 {
    border-color: rgba(41,41,41,.9)
}

.border-black-about\/95 {
    border-color: rgba(41,41,41,.95)
}

.border-black-account {
    --tw-border-opacity: 1;
    border-color: rgb(32 32 32/var(--tw-border-opacity))
}

.border-black-account\/0 {
    border-color: rgba(32,32,32,0)
}

.border-black-account\/10 {
    border-color: rgba(32,32,32,.1)
}

.border-black-account\/100 {
    border-color: #202020
}

.border-black-account\/20 {
    border-color: rgba(32,32,32,.2)
}

.border-black-account\/25 {
    border-color: rgba(32,32,32,.25)
}

.border-black-account\/30 {
    border-color: rgba(32,32,32,.3)
}

.border-black-account\/40 {
    border-color: rgba(32,32,32,.4)
}

.border-black-account\/5 {
    border-color: rgba(32,32,32,.05)
}

.border-black-account\/50 {
    border-color: rgba(32,32,32,.5)
}

.border-black-account\/60 {
    border-color: rgba(32,32,32,.6)
}

.border-black-account\/70 {
    border-color: rgba(32,32,32,.7)
}

.border-black-account\/75 {
    border-color: rgba(32,32,32,.75)
}

.border-black-account\/80 {
    border-color: rgba(32,32,32,.8)
}

.border-black-account\/90 {
    border-color: rgba(32,32,32,.9)
}

.border-black-account\/95 {
    border-color: rgba(32,32,32,.95)
}

.border-black-bg1 {
    --tw-border-opacity: 1;
    border-color: rgb(15 16 17/var(--tw-border-opacity))
}

.border-black-bg1\/0 {
    border-color: rgba(15,16,17,0)
}

.border-black-bg1\/10 {
    border-color: rgba(15,16,17,.1)
}

.border-black-bg1\/100 {
    border-color: #0f1011
}

.border-black-bg1\/20 {
    border-color: rgba(15,16,17,.2)
}

.border-black-bg1\/25 {
    border-color: rgba(15,16,17,.25)
}

.border-black-bg1\/30 {
    border-color: rgba(15,16,17,.3)
}

.border-black-bg1\/40 {
    border-color: rgba(15,16,17,.4)
}

.border-black-bg1\/5 {
    border-color: rgba(15,16,17,.05)
}

.border-black-bg1\/50 {
    border-color: rgba(15,16,17,.5)
}

.border-black-bg1\/60 {
    border-color: rgba(15,16,17,.6)
}

.border-black-bg1\/70 {
    border-color: rgba(15,16,17,.7)
}

.border-black-bg1\/75 {
    border-color: rgba(15,16,17,.75)
}

.border-black-bg1\/80 {
    border-color: rgba(15,16,17,.8)
}

.border-black-bg1\/90 {
    border-color: rgba(15,16,17,.9)
}

.border-black-bg1\/95 {
    border-color: rgba(15,16,17,.95)
}

.border-black-coin {
    --tw-border-opacity: 1;
    border-color: rgb(38 38 38/var(--tw-border-opacity))
}

.border-black-coin\/0 {
    border-color: rgba(38,38,38,0)
}

.border-black-coin\/10 {
    border-color: rgba(38,38,38,.1)
}

.border-black-coin\/100 {
    border-color: #262626
}

.border-black-coin\/20 {
    border-color: rgba(38,38,38,.2)
}

.border-black-coin\/25 {
    border-color: rgba(38,38,38,.25)
}

.border-black-coin\/30 {
    border-color: rgba(38,38,38,.3)
}

.border-black-coin\/40 {
    border-color: rgba(38,38,38,.4)
}

.border-black-coin\/5 {
    border-color: rgba(38,38,38,.05)
}

.border-black-coin\/50 {
    border-color: rgba(38,38,38,.5)
}

.border-black-coin\/60 {
    border-color: rgba(38,38,38,.6)
}

.border-black-coin\/70 {
    border-color: rgba(38,38,38,.7)
}

.border-black-coin\/75 {
    border-color: rgba(38,38,38,.75)
}

.border-black-coin\/80 {
    border-color: rgba(38,38,38,.8)
}

.border-black-coin\/90 {
    border-color: rgba(38,38,38,.9)
}

.border-black-coin\/95 {
    border-color: rgba(38,38,38,.95)
}

.border-black-config {
    --tw-border-opacity: 1;
    border-color: rgb(51 48 41/var(--tw-border-opacity))
}

.border-black-config\/0 {
    border-color: rgba(51,48,41,0)
}

.border-black-config\/10 {
    border-color: rgba(51,48,41,.1)
}

.border-black-config\/100 {
    border-color: #333029
}

.border-black-config\/20 {
    border-color: rgba(51,48,41,.2)
}

.border-black-config\/25 {
    border-color: rgba(51,48,41,.25)
}

.border-black-config\/30 {
    border-color: rgba(51,48,41,.3)
}

.border-black-config\/40 {
    border-color: rgba(51,48,41,.4)
}

.border-black-config\/5 {
    border-color: rgba(51,48,41,.05)
}

.border-black-config\/50 {
    border-color: rgba(51,48,41,.5)
}

.border-black-config\/60 {
    border-color: rgba(51,48,41,.6)
}

.border-black-config\/70 {
    border-color: rgba(51,48,41,.7)
}

.border-black-config\/75 {
    border-color: rgba(51,48,41,.75)
}

.border-black-config\/80 {
    border-color: rgba(51,48,41,.8)
}

.border-black-config\/90 {
    border-color: rgba(51,48,41,.9)
}

.border-black-config\/95 {
    border-color: rgba(51,48,41,.95)
}

.border-black-default {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-black-default\/0 {
    border-color: transparent
}

.border-black-default\/10 {
    border-color: rgba(0,0,0,.1)
}

.border-black-default\/100 {
    border-color: #000
}

.border-black-default\/20 {
    border-color: rgba(0,0,0,.2)
}

.border-black-default\/25 {
    border-color: rgba(0,0,0,.25)
}

.border-black-default\/30 {
    border-color: rgba(0,0,0,.3)
}

.border-black-default\/40 {
    border-color: rgba(0,0,0,.4)
}

.border-black-default\/5 {
    border-color: rgba(0,0,0,.05)
}

.border-black-default\/50 {
    border-color: rgba(0,0,0,.5)
}

.border-black-default\/60 {
    border-color: rgba(0,0,0,.6)
}

.border-black-default\/70 {
    border-color: rgba(0,0,0,.7)
}

.border-black-default\/75 {
    border-color: rgba(0,0,0,.75)
}

.border-black-default\/80 {
    border-color: rgba(0,0,0,.8)
}

.border-black-default\/90 {
    border-color: rgba(0,0,0,.9)
}

.border-black-default\/95 {
    border-color: rgba(0,0,0,.95)
}

.border-black-footer {
    --tw-border-opacity: 1;
    border-color: rgb(25 27 30/var(--tw-border-opacity))
}

.border-black-footer\/0 {
    border-color: rgba(25,27,30,0)
}

.border-black-footer\/10 {
    border-color: rgba(25,27,30,.1)
}

.border-black-footer\/100 {
    border-color: #191b1e
}

.border-black-footer\/20 {
    border-color: rgba(25,27,30,.2)
}

.border-black-footer\/25 {
    border-color: rgba(25,27,30,.25)
}

.border-black-footer\/30 {
    border-color: rgba(25,27,30,.3)
}

.border-black-footer\/40 {
    border-color: rgba(25,27,30,.4)
}

.border-black-footer\/5 {
    border-color: rgba(25,27,30,.05)
}

.border-black-footer\/50 {
    border-color: rgba(25,27,30,.5)
}

.border-black-footer\/60 {
    border-color: rgba(25,27,30,.6)
}

.border-black-footer\/70 {
    border-color: rgba(25,27,30,.7)
}

.border-black-footer\/75 {
    border-color: rgba(25,27,30,.75)
}

.border-black-footer\/80 {
    border-color: rgba(25,27,30,.8)
}

.border-black-footer\/90 {
    border-color: rgba(25,27,30,.9)
}

.border-black-footer\/95 {
    border-color: rgba(25,27,30,.95)
}

.border-black-head {
    --tw-border-opacity: 1;
    border-color: rgb(51 48 41/var(--tw-border-opacity))
}

.border-black-head-table {
    --tw-border-opacity: 1;
    border-color: rgb(10 12 14/var(--tw-border-opacity))
}

.border-black-head-table\/0 {
    border-color: rgba(10,12,14,0)
}

.border-black-head-table\/10 {
    border-color: rgba(10,12,14,.1)
}

.border-black-head-table\/100 {
    border-color: #0a0c0e
}

.border-black-head-table\/20 {
    border-color: rgba(10,12,14,.2)
}

.border-black-head-table\/25 {
    border-color: rgba(10,12,14,.25)
}

.border-black-head-table\/30 {
    border-color: rgba(10,12,14,.3)
}

.border-black-head-table\/40 {
    border-color: rgba(10,12,14,.4)
}

.border-black-head-table\/5 {
    border-color: rgba(10,12,14,.05)
}

.border-black-head-table\/50 {
    border-color: rgba(10,12,14,.5)
}

.border-black-head-table\/60 {
    border-color: rgba(10,12,14,.6)
}

.border-black-head-table\/70 {
    border-color: rgba(10,12,14,.7)
}

.border-black-head-table\/75 {
    border-color: rgba(10,12,14,.75)
}

.border-black-head-table\/80 {
    border-color: rgba(10,12,14,.8)
}

.border-black-head-table\/90 {
    border-color: rgba(10,12,14,.9)
}

.border-black-head-table\/95 {
    border-color: rgba(10,12,14,.95)
}

.border-black-head\/0 {
    border-color: rgba(51,48,41,0)
}

.border-black-head\/10 {
    border-color: rgba(51,48,41,.1)
}

.border-black-head\/100 {
    border-color: #333029
}

.border-black-head\/20 {
    border-color: rgba(51,48,41,.2)
}

.border-black-head\/25 {
    border-color: rgba(51,48,41,.25)
}

.border-black-head\/30 {
    border-color: rgba(51,48,41,.3)
}

.border-black-head\/40 {
    border-color: rgba(51,48,41,.4)
}

.border-black-head\/5 {
    border-color: rgba(51,48,41,.05)
}

.border-black-head\/50 {
    border-color: rgba(51,48,41,.5)
}

.border-black-head\/60 {
    border-color: rgba(51,48,41,.6)
}

.border-black-head\/70 {
    border-color: rgba(51,48,41,.7)
}

.border-black-head\/75 {
    border-color: rgba(51,48,41,.75)
}

.border-black-head\/80 {
    border-color: rgba(51,48,41,.8)
}

.border-black-head\/90 {
    border-color: rgba(51,48,41,.9)
}

.border-black-head\/95 {
    border-color: rgba(51,48,41,.95)
}

.border-black-header-about {
    --tw-border-opacity: 1;
    border-color: rgb(32 32 32/var(--tw-border-opacity))
}

.border-black-header-about\/0 {
    border-color: rgba(32,32,32,0)
}

.border-black-header-about\/10 {
    border-color: rgba(32,32,32,.1)
}

.border-black-header-about\/100 {
    border-color: #202020
}

.border-black-header-about\/20 {
    border-color: rgba(32,32,32,.2)
}

.border-black-header-about\/25 {
    border-color: rgba(32,32,32,.25)
}

.border-black-header-about\/30 {
    border-color: rgba(32,32,32,.3)
}

.border-black-header-about\/40 {
    border-color: rgba(32,32,32,.4)
}

.border-black-header-about\/5 {
    border-color: rgba(32,32,32,.05)
}

.border-black-header-about\/50 {
    border-color: rgba(32,32,32,.5)
}

.border-black-header-about\/60 {
    border-color: rgba(32,32,32,.6)
}

.border-black-header-about\/70 {
    border-color: rgba(32,32,32,.7)
}

.border-black-header-about\/75 {
    border-color: rgba(32,32,32,.75)
}

.border-black-header-about\/80 {
    border-color: rgba(32,32,32,.8)
}

.border-black-header-about\/90 {
    border-color: rgba(32,32,32,.9)
}

.border-black-header-about\/95 {
    border-color: rgba(32,32,32,.95)
}

.border-black-header-top {
    --tw-border-opacity: 1;
    border-color: rgb(14 9 1/var(--tw-border-opacity))
}

.border-black-header-top\/0 {
    border-color: rgba(14,9,1,0)
}

.border-black-header-top\/10 {
    border-color: rgba(14,9,1,.1)
}

.border-black-header-top\/100 {
    border-color: #0e0901
}

.border-black-header-top\/20 {
    border-color: rgba(14,9,1,.2)
}

.border-black-header-top\/25 {
    border-color: rgba(14,9,1,.25)
}

.border-black-header-top\/30 {
    border-color: rgba(14,9,1,.3)
}

.border-black-header-top\/40 {
    border-color: rgba(14,9,1,.4)
}

.border-black-header-top\/5 {
    border-color: rgba(14,9,1,.05)
}

.border-black-header-top\/50 {
    border-color: rgba(14,9,1,.5)
}

.border-black-header-top\/60 {
    border-color: rgba(14,9,1,.6)
}

.border-black-header-top\/70 {
    border-color: rgba(14,9,1,.7)
}

.border-black-header-top\/75 {
    border-color: rgba(14,9,1,.75)
}

.border-black-header-top\/80 {
    border-color: rgba(14,9,1,.8)
}

.border-black-header-top\/90 {
    border-color: rgba(14,9,1,.9)
}

.border-black-header-top\/95 {
    border-color: rgba(14,9,1,.95)
}

.border-black-main {
    --tw-border-opacity: 1;
    border-color: rgb(13 9 6/var(--tw-border-opacity))
}

.border-black-main\/0 {
    border-color: rgba(13,9,6,0)
}

.border-black-main\/10 {
    border-color: rgba(13,9,6,.1)
}

.border-black-main\/100 {
    border-color: #0d0906
}

.border-black-main\/20 {
    border-color: rgba(13,9,6,.2)
}

.border-black-main\/25 {
    border-color: rgba(13,9,6,.25)
}

.border-black-main\/30 {
    border-color: rgba(13,9,6,.3)
}

.border-black-main\/40 {
    border-color: rgba(13,9,6,.4)
}

.border-black-main\/5 {
    border-color: rgba(13,9,6,.05)
}

.border-black-main\/50 {
    border-color: rgba(13,9,6,.5)
}

.border-black-main\/60 {
    border-color: rgba(13,9,6,.6)
}

.border-black-main\/70 {
    border-color: rgba(13,9,6,.7)
}

.border-black-main\/75 {
    border-color: rgba(13,9,6,.75)
}

.border-black-main\/80 {
    border-color: rgba(13,9,6,.8)
}

.border-black-main\/90 {
    border-color: rgba(13,9,6,.9)
}

.border-black-main\/95 {
    border-color: rgba(13,9,6,.95)
}

.border-black-option {
    --tw-border-opacity: 1;
    border-color: rgb(11 12 11/var(--tw-border-opacity))
}

.border-black-option\/0 {
    border-color: rgba(11,12,11,0)
}

.border-black-option\/10 {
    border-color: rgba(11,12,11,.1)
}

.border-black-option\/100 {
    border-color: #0b0c0b
}

.border-black-option\/20 {
    border-color: rgba(11,12,11,.2)
}

.border-black-option\/25 {
    border-color: rgba(11,12,11,.25)
}

.border-black-option\/30 {
    border-color: rgba(11,12,11,.3)
}

.border-black-option\/40 {
    border-color: rgba(11,12,11,.4)
}

.border-black-option\/5 {
    border-color: rgba(11,12,11,.05)
}

.border-black-option\/50 {
    border-color: rgba(11,12,11,.5)
}

.border-black-option\/60 {
    border-color: rgba(11,12,11,.6)
}

.border-black-option\/70 {
    border-color: rgba(11,12,11,.7)
}

.border-black-option\/75 {
    border-color: rgba(11,12,11,.75)
}

.border-black-option\/80 {
    border-color: rgba(11,12,11,.8)
}

.border-black-option\/90 {
    border-color: rgba(11,12,11,.9)
}

.border-black-option\/95 {
    border-color: rgba(11,12,11,.95)
}

.border-black-table-account {
    --tw-border-opacity: 1;
    border-color: rgb(26 26 26/var(--tw-border-opacity))
}

.border-black-table-account\/0 {
    border-color: rgba(26,26,26,0)
}

.border-black-table-account\/10 {
    border-color: rgba(26,26,26,.1)
}

.border-black-table-account\/100 {
    border-color: #1a1a1a
}

.border-black-table-account\/20 {
    border-color: rgba(26,26,26,.2)
}

.border-black-table-account\/25 {
    border-color: rgba(26,26,26,.25)
}

.border-black-table-account\/30 {
    border-color: rgba(26,26,26,.3)
}

.border-black-table-account\/40 {
    border-color: rgba(26,26,26,.4)
}

.border-black-table-account\/5 {
    border-color: rgba(26,26,26,.05)
}

.border-black-table-account\/50 {
    border-color: rgba(26,26,26,.5)
}

.border-black-table-account\/60 {
    border-color: rgba(26,26,26,.6)
}

.border-black-table-account\/70 {
    border-color: rgba(26,26,26,.7)
}

.border-black-table-account\/75 {
    border-color: rgba(26,26,26,.75)
}

.border-black-table-account\/80 {
    border-color: rgba(26,26,26,.8)
}

.border-black-table-account\/90 {
    border-color: rgba(26,26,26,.9)
}

.border-black-table-account\/95 {
    border-color: rgba(26,26,26,.95)
}

.border-black-text {
    --tw-border-opacity: 1;
    border-color: rgb(26 29 27/var(--tw-border-opacity))
}

.border-black-text\/0 {
    border-color: rgba(26,29,27,0)
}

.border-black-text\/10 {
    border-color: rgba(26,29,27,.1)
}

.border-black-text\/100 {
    border-color: #1a1d1b
}

.border-black-text\/20 {
    border-color: rgba(26,29,27,.2)
}

.border-black-text\/25 {
    border-color: rgba(26,29,27,.25)
}

.border-black-text\/30 {
    border-color: rgba(26,29,27,.3)
}

.border-black-text\/40 {
    border-color: rgba(26,29,27,.4)
}

.border-black-text\/5 {
    border-color: rgba(26,29,27,.05)
}

.border-black-text\/50 {
    border-color: rgba(26,29,27,.5)
}

.border-black-text\/60 {
    border-color: rgba(26,29,27,.6)
}

.border-black-text\/70 {
    border-color: rgba(26,29,27,.7)
}

.border-black-text\/75 {
    border-color: rgba(26,29,27,.75)
}

.border-black-text\/80 {
    border-color: rgba(26,29,27,.8)
}

.border-black-text\/90 {
    border-color: rgba(26,29,27,.9)
}

.border-black-text\/95 {
    border-color: rgba(26,29,27,.95)
}

.border-black-text1 {
    --tw-border-opacity: 1;
    border-color: rgb(71 70 63/var(--tw-border-opacity))
}

.border-black-text1\/0 {
    border-color: rgba(71,70,63,0)
}

.border-black-text1\/10 {
    border-color: rgba(71,70,63,.1)
}

.border-black-text1\/100 {
    border-color: #47463f
}

.border-black-text1\/20 {
    border-color: rgba(71,70,63,.2)
}

.border-black-text1\/25 {
    border-color: rgba(71,70,63,.25)
}

.border-black-text1\/30 {
    border-color: rgba(71,70,63,.3)
}

.border-black-text1\/40 {
    border-color: rgba(71,70,63,.4)
}

.border-black-text1\/5 {
    border-color: rgba(71,70,63,.05)
}

.border-black-text1\/50 {
    border-color: rgba(71,70,63,.5)
}

.border-black-text1\/60 {
    border-color: rgba(71,70,63,.6)
}

.border-black-text1\/70 {
    border-color: rgba(71,70,63,.7)
}

.border-black-text1\/75 {
    border-color: rgba(71,70,63,.75)
}

.border-black-text1\/80 {
    border-color: rgba(71,70,63,.8)
}

.border-black-text1\/90 {
    border-color: rgba(71,70,63,.9)
}

.border-black-text1\/95 {
    border-color: rgba(71,70,63,.95)
}

.border-black-vip {
    --tw-border-opacity: 1;
    border-color: rgb(15 15 15/var(--tw-border-opacity))
}

.border-black-vip\/0 {
    border-color: hsla(0,0%,6%,0)
}

.border-black-vip\/10 {
    border-color: hsla(0,0%,6%,.1)
}

.border-black-vip\/100 {
    border-color: #0f0f0f
}

.border-black-vip\/20 {
    border-color: hsla(0,0%,6%,.2)
}

.border-black-vip\/25 {
    border-color: hsla(0,0%,6%,.25)
}

.border-black-vip\/30 {
    border-color: hsla(0,0%,6%,.3)
}

.border-black-vip\/40 {
    border-color: hsla(0,0%,6%,.4)
}

.border-black-vip\/5 {
    border-color: hsla(0,0%,6%,.05)
}

.border-black-vip\/50 {
    border-color: hsla(0,0%,6%,.5)
}

.border-black-vip\/60 {
    border-color: hsla(0,0%,6%,.6)
}

.border-black-vip\/70 {
    border-color: hsla(0,0%,6%,.7)
}

.border-black-vip\/75 {
    border-color: hsla(0,0%,6%,.75)
}

.border-black-vip\/80 {
    border-color: hsla(0,0%,6%,.8)
}

.border-black-vip\/90 {
    border-color: hsla(0,0%,6%,.9)
}

.border-black-vip\/95 {
    border-color: hsla(0,0%,6%,.95)
}

.border-blue-head-table {
    --tw-border-opacity: 1;
    border-color: rgb(8 77 160/var(--tw-border-opacity))
}

.border-blue-head-table\/0 {
    border-color: rgba(8,77,160,0)
}

.border-blue-head-table\/10 {
    border-color: rgba(8,77,160,.1)
}

.border-blue-head-table\/100 {
    border-color: #084da0
}

.border-blue-head-table\/20 {
    border-color: rgba(8,77,160,.2)
}

.border-blue-head-table\/25 {
    border-color: rgba(8,77,160,.25)
}

.border-blue-head-table\/30 {
    border-color: rgba(8,77,160,.3)
}

.border-blue-head-table\/40 {
    border-color: rgba(8,77,160,.4)
}

.border-blue-head-table\/5 {
    border-color: rgba(8,77,160,.05)
}

.border-blue-head-table\/50 {
    border-color: rgba(8,77,160,.5)
}

.border-blue-head-table\/60 {
    border-color: rgba(8,77,160,.6)
}

.border-blue-head-table\/70 {
    border-color: rgba(8,77,160,.7)
}

.border-blue-head-table\/75 {
    border-color: rgba(8,77,160,.75)
}

.border-blue-head-table\/80 {
    border-color: rgba(8,77,160,.8)
}

.border-blue-head-table\/90 {
    border-color: rgba(8,77,160,.9)
}

.border-blue-head-table\/95 {
    border-color: rgba(8,77,160,.95)
}

.border-blue-item-history {
    --tw-border-opacity: 1;
    border-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-blue-item-history\/0 {
    border-color: rgba(48,53,56,0)
}

.border-blue-item-history\/10 {
    border-color: rgba(48,53,56,.1)
}

.border-blue-item-history\/100 {
    border-color: #303538
}

.border-blue-item-history\/20 {
    border-color: rgba(48,53,56,.2)
}

.border-blue-item-history\/25 {
    border-color: rgba(48,53,56,.25)
}

.border-blue-item-history\/30 {
    border-color: rgba(48,53,56,.3)
}

.border-blue-item-history\/40 {
    border-color: rgba(48,53,56,.4)
}

.border-blue-item-history\/5 {
    border-color: rgba(48,53,56,.05)
}

.border-blue-item-history\/50 {
    border-color: rgba(48,53,56,.5)
}

.border-blue-item-history\/60 {
    border-color: rgba(48,53,56,.6)
}

.border-blue-item-history\/70 {
    border-color: rgba(48,53,56,.7)
}

.border-blue-item-history\/75 {
    border-color: rgba(48,53,56,.75)
}

.border-blue-item-history\/80 {
    border-color: rgba(48,53,56,.8)
}

.border-blue-item-history\/90 {
    border-color: rgba(48,53,56,.9)
}

.border-blue-item-history\/95 {
    border-color: rgba(48,53,56,.95)
}

.border-blue-process {
    --tw-border-opacity: 1;
    border-color: rgb(76 88 102/var(--tw-border-opacity))
}

.border-blue-process\/0 {
    border-color: rgba(76,88,102,0)
}

.border-blue-process\/10 {
    border-color: rgba(76,88,102,.1)
}

.border-blue-process\/100 {
    border-color: #4c5866
}

.border-blue-process\/20 {
    border-color: rgba(76,88,102,.2)
}

.border-blue-process\/25 {
    border-color: rgba(76,88,102,.25)
}

.border-blue-process\/30 {
    border-color: rgba(76,88,102,.3)
}

.border-blue-process\/40 {
    border-color: rgba(76,88,102,.4)
}

.border-blue-process\/5 {
    border-color: rgba(76,88,102,.05)
}

.border-blue-process\/50 {
    border-color: rgba(76,88,102,.5)
}

.border-blue-process\/60 {
    border-color: rgba(76,88,102,.6)
}

.border-blue-process\/70 {
    border-color: rgba(76,88,102,.7)
}

.border-blue-process\/75 {
    border-color: rgba(76,88,102,.75)
}

.border-blue-process\/80 {
    border-color: rgba(76,88,102,.8)
}

.border-blue-process\/90 {
    border-color: rgba(76,88,102,.9)
}

.border-blue-process\/95 {
    border-color: rgba(76,88,102,.95)
}

.border-btn-inactive {
    --tw-border-opacity: 1;
    border-color: rgb(109 109 109/var(--tw-border-opacity))
}

.border-btn-inactive\/0 {
    border-color: hsla(0,0%,43%,0)
}

.border-btn-inactive\/10 {
    border-color: hsla(0,0%,43%,.1)
}

.border-btn-inactive\/100 {
    border-color: #6d6d6d
}

.border-btn-inactive\/20 {
    border-color: hsla(0,0%,43%,.2)
}

.border-btn-inactive\/25 {
    border-color: hsla(0,0%,43%,.25)
}

.border-btn-inactive\/30 {
    border-color: hsla(0,0%,43%,.3)
}

.border-btn-inactive\/40 {
    border-color: hsla(0,0%,43%,.4)
}

.border-btn-inactive\/5 {
    border-color: hsla(0,0%,43%,.05)
}

.border-btn-inactive\/50 {
    border-color: hsla(0,0%,43%,.5)
}

.border-btn-inactive\/60 {
    border-color: hsla(0,0%,43%,.6)
}

.border-btn-inactive\/70 {
    border-color: hsla(0,0%,43%,.7)
}

.border-btn-inactive\/75 {
    border-color: hsla(0,0%,43%,.75)
}

.border-btn-inactive\/80 {
    border-color: hsla(0,0%,43%,.8)
}

.border-btn-inactive\/90 {
    border-color: hsla(0,0%,43%,.9)
}

.border-btn-inactive\/95 {
    border-color: hsla(0,0%,43%,.95)
}

.border-button {
    --tw-border-opacity: 1;
    border-color: rgb(185 143 93/var(--tw-border-opacity))
}

.border-button\/0 {
    border-color: rgba(185,143,93,0)
}

.border-button\/10 {
    border-color: rgba(185,143,93,.1)
}

.border-button\/100 {
    border-color: #b98f5d
}

.border-button\/20 {
    border-color: rgba(185,143,93,.2)
}

.border-button\/25 {
    border-color: rgba(185,143,93,.25)
}

.border-button\/30 {
    border-color: rgba(185,143,93,.3)
}

.border-button\/40 {
    border-color: rgba(185,143,93,.4)
}

.border-button\/5 {
    border-color: rgba(185,143,93,.05)
}

.border-button\/50 {
    border-color: rgba(185,143,93,.5)
}

.border-button\/60 {
    border-color: rgba(185,143,93,.6)
}

.border-button\/70 {
    border-color: rgba(185,143,93,.7)
}

.border-button\/75 {
    border-color: rgba(185,143,93,.75)
}

.border-button\/80 {
    border-color: rgba(185,143,93,.8)
}

.border-button\/90 {
    border-color: rgba(185,143,93,.9)
}

.border-button\/95 {
    border-color: rgba(185,143,93,.95)
}

.border-card {
    --tw-border-opacity: 1;
    border-color: rgb(21 18 18/var(--tw-border-opacity))
}

.border-card\/0 {
    border-color: hsla(0,8%,8%,0)
}

.border-card\/10 {
    border-color: hsla(0,8%,8%,.1)
}

.border-card\/100 {
    border-color: #151212
}

.border-card\/20 {
    border-color: hsla(0,8%,8%,.2)
}

.border-card\/25 {
    border-color: hsla(0,8%,8%,.25)
}

.border-card\/30 {
    border-color: hsla(0,8%,8%,.3)
}

.border-card\/40 {
    border-color: hsla(0,8%,8%,.4)
}

.border-card\/5 {
    border-color: hsla(0,8%,8%,.05)
}

.border-card\/50 {
    border-color: hsla(0,8%,8%,.5)
}

.border-card\/60 {
    border-color: hsla(0,8%,8%,.6)
}

.border-card\/70 {
    border-color: hsla(0,8%,8%,.7)
}

.border-card\/75 {
    border-color: hsla(0,8%,8%,.75)
}

.border-card\/80 {
    border-color: hsla(0,8%,8%,.8)
}

.border-card\/90 {
    border-color: hsla(0,8%,8%,.9)
}

.border-card\/95 {
    border-color: hsla(0,8%,8%,.95)
}

.border-disable-text {
    --tw-border-opacity: 1;
    border-color: rgb(109 109 109/var(--tw-border-opacity))
}

.border-disable-text\/0 {
    border-color: hsla(0,0%,43%,0)
}

.border-disable-text\/10 {
    border-color: hsla(0,0%,43%,.1)
}

.border-disable-text\/100 {
    border-color: #6d6d6d
}

.border-disable-text\/20 {
    border-color: hsla(0,0%,43%,.2)
}

.border-disable-text\/25 {
    border-color: hsla(0,0%,43%,.25)
}

.border-disable-text\/30 {
    border-color: hsla(0,0%,43%,.3)
}

.border-disable-text\/40 {
    border-color: hsla(0,0%,43%,.4)
}

.border-disable-text\/5 {
    border-color: hsla(0,0%,43%,.05)
}

.border-disable-text\/50 {
    border-color: hsla(0,0%,43%,.5)
}

.border-disable-text\/60 {
    border-color: hsla(0,0%,43%,.6)
}

.border-disable-text\/70 {
    border-color: hsla(0,0%,43%,.7)
}

.border-disable-text\/75 {
    border-color: hsla(0,0%,43%,.75)
}

.border-disable-text\/80 {
    border-color: hsla(0,0%,43%,.8)
}

.border-disable-text\/90 {
    border-color: hsla(0,0%,43%,.9)
}

.border-disable-text\/95 {
    border-color: hsla(0,0%,43%,.95)
}

.border-event-promotion-big-win-bg {
    --tw-border-opacity: 1;
    border-color: rgb(149 118 76/var(--tw-border-opacity))
}

.border-event-promotion-big-win-bg\/0 {
    border-color: rgba(149,118,76,0)
}

.border-event-promotion-big-win-bg\/10 {
    border-color: rgba(149,118,76,.1)
}

.border-event-promotion-big-win-bg\/100 {
    border-color: #95764c
}

.border-event-promotion-big-win-bg\/20 {
    border-color: rgba(149,118,76,.2)
}

.border-event-promotion-big-win-bg\/25 {
    border-color: rgba(149,118,76,.25)
}

.border-event-promotion-big-win-bg\/30 {
    border-color: rgba(149,118,76,.3)
}

.border-event-promotion-big-win-bg\/40 {
    border-color: rgba(149,118,76,.4)
}

.border-event-promotion-big-win-bg\/5 {
    border-color: rgba(149,118,76,.05)
}

.border-event-promotion-big-win-bg\/50 {
    border-color: rgba(149,118,76,.5)
}

.border-event-promotion-big-win-bg\/60 {
    border-color: rgba(149,118,76,.6)
}

.border-event-promotion-big-win-bg\/70 {
    border-color: rgba(149,118,76,.7)
}

.border-event-promotion-big-win-bg\/75 {
    border-color: rgba(149,118,76,.75)
}

.border-event-promotion-big-win-bg\/80 {
    border-color: rgba(149,118,76,.8)
}

.border-event-promotion-big-win-bg\/90 {
    border-color: rgba(149,118,76,.9)
}

.border-event-promotion-big-win-bg\/95 {
    border-color: rgba(149,118,76,.95)
}

.border-event-promotion-highlight {
    --tw-border-opacity: 1;
    border-color: rgb(246 192 65/var(--tw-border-opacity))
}

.border-event-promotion-highlight\/0 {
    border-color: rgba(246,192,65,0)
}

.border-event-promotion-highlight\/10 {
    border-color: rgba(246,192,65,.1)
}

.border-event-promotion-highlight\/100 {
    border-color: #f6c041
}

.border-event-promotion-highlight\/20 {
    border-color: rgba(246,192,65,.2)
}

.border-event-promotion-highlight\/25 {
    border-color: rgba(246,192,65,.25)
}

.border-event-promotion-highlight\/30 {
    border-color: rgba(246,192,65,.3)
}

.border-event-promotion-highlight\/40 {
    border-color: rgba(246,192,65,.4)
}

.border-event-promotion-highlight\/5 {
    border-color: rgba(246,192,65,.05)
}

.border-event-promotion-highlight\/50 {
    border-color: rgba(246,192,65,.5)
}

.border-event-promotion-highlight\/60 {
    border-color: rgba(246,192,65,.6)
}

.border-event-promotion-highlight\/70 {
    border-color: rgba(246,192,65,.7)
}

.border-event-promotion-highlight\/75 {
    border-color: rgba(246,192,65,.75)
}

.border-event-promotion-highlight\/80 {
    border-color: rgba(246,192,65,.8)
}

.border-event-promotion-highlight\/90 {
    border-color: rgba(246,192,65,.9)
}

.border-event-promotion-highlight\/95 {
    border-color: rgba(246,192,65,.95)
}

.border-gray-about {
    --tw-border-opacity: 1;
    border-color: rgb(145 145 145/var(--tw-border-opacity))
}

.border-gray-about\/0 {
    border-color: hsla(0,0%,57%,0)
}

.border-gray-about\/10 {
    border-color: hsla(0,0%,57%,.1)
}

.border-gray-about\/100 {
    border-color: #919191
}

.border-gray-about\/20 {
    border-color: hsla(0,0%,57%,.2)
}

.border-gray-about\/25 {
    border-color: hsla(0,0%,57%,.25)
}

.border-gray-about\/30 {
    border-color: hsla(0,0%,57%,.3)
}

.border-gray-about\/40 {
    border-color: hsla(0,0%,57%,.4)
}

.border-gray-about\/5 {
    border-color: hsla(0,0%,57%,.05)
}

.border-gray-about\/50 {
    border-color: hsla(0,0%,57%,.5)
}

.border-gray-about\/60 {
    border-color: hsla(0,0%,57%,.6)
}

.border-gray-about\/70 {
    border-color: hsla(0,0%,57%,.7)
}

.border-gray-about\/75 {
    border-color: hsla(0,0%,57%,.75)
}

.border-gray-about\/80 {
    border-color: hsla(0,0%,57%,.8)
}

.border-gray-about\/90 {
    border-color: hsla(0,0%,57%,.9)
}

.border-gray-about\/95 {
    border-color: hsla(0,0%,57%,.95)
}

.border-gray-alert {
    --tw-border-opacity: 1;
    border-color: rgb(50 52 59/var(--tw-border-opacity))
}

.border-gray-alert\/0 {
    border-color: rgba(50,52,59,0)
}

.border-gray-alert\/10 {
    border-color: rgba(50,52,59,.1)
}

.border-gray-alert\/100 {
    border-color: #32343b
}

.border-gray-alert\/20 {
    border-color: rgba(50,52,59,.2)
}

.border-gray-alert\/25 {
    border-color: rgba(50,52,59,.25)
}

.border-gray-alert\/30 {
    border-color: rgba(50,52,59,.3)
}

.border-gray-alert\/40 {
    border-color: rgba(50,52,59,.4)
}

.border-gray-alert\/5 {
    border-color: rgba(50,52,59,.05)
}

.border-gray-alert\/50 {
    border-color: rgba(50,52,59,.5)
}

.border-gray-alert\/60 {
    border-color: rgba(50,52,59,.6)
}

.border-gray-alert\/70 {
    border-color: rgba(50,52,59,.7)
}

.border-gray-alert\/75 {
    border-color: rgba(50,52,59,.75)
}

.border-gray-alert\/80 {
    border-color: rgba(50,52,59,.8)
}

.border-gray-alert\/90 {
    border-color: rgba(50,52,59,.9)
}

.border-gray-alert\/95 {
    border-color: rgba(50,52,59,.95)
}

.border-gray-background {
    --tw-border-opacity: 1;
    border-color: rgb(45 45 45/var(--tw-border-opacity))
}

.border-gray-background\/0 {
    border-color: rgba(45,45,45,0)
}

.border-gray-background\/10 {
    border-color: rgba(45,45,45,.1)
}

.border-gray-background\/100 {
    border-color: #2d2d2d
}

.border-gray-background\/20 {
    border-color: rgba(45,45,45,.2)
}

.border-gray-background\/25 {
    border-color: rgba(45,45,45,.25)
}

.border-gray-background\/30 {
    border-color: rgba(45,45,45,.3)
}

.border-gray-background\/40 {
    border-color: rgba(45,45,45,.4)
}

.border-gray-background\/5 {
    border-color: rgba(45,45,45,.05)
}

.border-gray-background\/50 {
    border-color: rgba(45,45,45,.5)
}

.border-gray-background\/60 {
    border-color: rgba(45,45,45,.6)
}

.border-gray-background\/70 {
    border-color: rgba(45,45,45,.7)
}

.border-gray-background\/75 {
    border-color: rgba(45,45,45,.75)
}

.border-gray-background\/80 {
    border-color: rgba(45,45,45,.8)
}

.border-gray-background\/90 {
    border-color: rgba(45,45,45,.9)
}

.border-gray-background\/95 {
    border-color: rgba(45,45,45,.95)
}

.border-gray-background1 {
    --tw-border-opacity: 1;
    border-color: rgb(73 72 71/var(--tw-border-opacity))
}

.border-gray-background1\/0 {
    border-color: rgba(73,72,71,0)
}

.border-gray-background1\/10 {
    border-color: rgba(73,72,71,.1)
}

.border-gray-background1\/100 {
    border-color: #494847
}

.border-gray-background1\/20 {
    border-color: rgba(73,72,71,.2)
}

.border-gray-background1\/25 {
    border-color: rgba(73,72,71,.25)
}

.border-gray-background1\/30 {
    border-color: rgba(73,72,71,.3)
}

.border-gray-background1\/40 {
    border-color: rgba(73,72,71,.4)
}

.border-gray-background1\/5 {
    border-color: rgba(73,72,71,.05)
}

.border-gray-background1\/50 {
    border-color: rgba(73,72,71,.5)
}

.border-gray-background1\/60 {
    border-color: rgba(73,72,71,.6)
}

.border-gray-background1\/70 {
    border-color: rgba(73,72,71,.7)
}

.border-gray-background1\/75 {
    border-color: rgba(73,72,71,.75)
}

.border-gray-background1\/80 {
    border-color: rgba(73,72,71,.8)
}

.border-gray-background1\/90 {
    border-color: rgba(73,72,71,.9)
}

.border-gray-background1\/95 {
    border-color: rgba(73,72,71,.95)
}

.border-gray-background2 {
    --tw-border-opacity: 1;
    border-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-gray-background2\/0 {
    border-color: rgba(58,58,58,0)
}

.border-gray-background2\/10 {
    border-color: rgba(58,58,58,.1)
}

.border-gray-background2\/100 {
    border-color: #3a3a3a
}

.border-gray-background2\/20 {
    border-color: rgba(58,58,58,.2)
}

.border-gray-background2\/25 {
    border-color: rgba(58,58,58,.25)
}

.border-gray-background2\/30 {
    border-color: rgba(58,58,58,.3)
}

.border-gray-background2\/40 {
    border-color: rgba(58,58,58,.4)
}

.border-gray-background2\/5 {
    border-color: rgba(58,58,58,.05)
}

.border-gray-background2\/50 {
    border-color: rgba(58,58,58,.5)
}

.border-gray-background2\/60 {
    border-color: rgba(58,58,58,.6)
}

.border-gray-background2\/70 {
    border-color: rgba(58,58,58,.7)
}

.border-gray-background2\/75 {
    border-color: rgba(58,58,58,.75)
}

.border-gray-background2\/80 {
    border-color: rgba(58,58,58,.8)
}

.border-gray-background2\/90 {
    border-color: rgba(58,58,58,.9)
}

.border-gray-background2\/95 {
    border-color: rgba(58,58,58,.95)
}

.border-gray-bg1 {
    --tw-border-opacity: 1;
    border-color: rgb(23 22 19/var(--tw-border-opacity))
}

.border-gray-bg1\/0 {
    border-color: rgba(23,22,19,0)
}

.border-gray-bg1\/10 {
    border-color: rgba(23,22,19,.1)
}

.border-gray-bg1\/100 {
    border-color: #171613
}

.border-gray-bg1\/20 {
    border-color: rgba(23,22,19,.2)
}

.border-gray-bg1\/25 {
    border-color: rgba(23,22,19,.25)
}

.border-gray-bg1\/30 {
    border-color: rgba(23,22,19,.3)
}

.border-gray-bg1\/40 {
    border-color: rgba(23,22,19,.4)
}

.border-gray-bg1\/5 {
    border-color: rgba(23,22,19,.05)
}

.border-gray-bg1\/50 {
    border-color: rgba(23,22,19,.5)
}

.border-gray-bg1\/60 {
    border-color: rgba(23,22,19,.6)
}

.border-gray-bg1\/70 {
    border-color: rgba(23,22,19,.7)
}

.border-gray-bg1\/75 {
    border-color: rgba(23,22,19,.75)
}

.border-gray-bg1\/80 {
    border-color: rgba(23,22,19,.8)
}

.border-gray-bg1\/90 {
    border-color: rgba(23,22,19,.9)
}

.border-gray-bg1\/95 {
    border-color: rgba(23,22,19,.95)
}

.border-gray-bg2 {
    --tw-border-opacity: 1;
    border-color: rgb(71 70 64/var(--tw-border-opacity))
}

.border-gray-bg2\/0 {
    border-color: rgba(71,70,64,0)
}

.border-gray-bg2\/10 {
    border-color: rgba(71,70,64,.1)
}

.border-gray-bg2\/100 {
    border-color: #474640
}

.border-gray-bg2\/20 {
    border-color: rgba(71,70,64,.2)
}

.border-gray-bg2\/25 {
    border-color: rgba(71,70,64,.25)
}

.border-gray-bg2\/30 {
    border-color: rgba(71,70,64,.3)
}

.border-gray-bg2\/40 {
    border-color: rgba(71,70,64,.4)
}

.border-gray-bg2\/5 {
    border-color: rgba(71,70,64,.05)
}

.border-gray-bg2\/50 {
    border-color: rgba(71,70,64,.5)
}

.border-gray-bg2\/60 {
    border-color: rgba(71,70,64,.6)
}

.border-gray-bg2\/70 {
    border-color: rgba(71,70,64,.7)
}

.border-gray-bg2\/75 {
    border-color: rgba(71,70,64,.75)
}

.border-gray-bg2\/80 {
    border-color: rgba(71,70,64,.8)
}

.border-gray-bg2\/90 {
    border-color: rgba(71,70,64,.9)
}

.border-gray-bg2\/95 {
    border-color: rgba(71,70,64,.95)
}

.border-gray-bg3 {
    --tw-border-opacity: 1;
    border-color: rgb(51 50 47/var(--tw-border-opacity))
}

.border-gray-bg3\/0 {
    border-color: rgba(51,50,47,0)
}

.border-gray-bg3\/10 {
    border-color: rgba(51,50,47,.1)
}

.border-gray-bg3\/100 {
    border-color: #33322f
}

.border-gray-bg3\/20 {
    border-color: rgba(51,50,47,.2)
}

.border-gray-bg3\/25 {
    border-color: rgba(51,50,47,.25)
}

.border-gray-bg3\/30 {
    border-color: rgba(51,50,47,.3)
}

.border-gray-bg3\/40 {
    border-color: rgba(51,50,47,.4)
}

.border-gray-bg3\/5 {
    border-color: rgba(51,50,47,.05)
}

.border-gray-bg3\/50 {
    border-color: rgba(51,50,47,.5)
}

.border-gray-bg3\/60 {
    border-color: rgba(51,50,47,.6)
}

.border-gray-bg3\/70 {
    border-color: rgba(51,50,47,.7)
}

.border-gray-bg3\/75 {
    border-color: rgba(51,50,47,.75)
}

.border-gray-bg3\/80 {
    border-color: rgba(51,50,47,.8)
}

.border-gray-bg3\/90 {
    border-color: rgba(51,50,47,.9)
}

.border-gray-bg3\/95 {
    border-color: rgba(51,50,47,.95)
}

.border-gray-bg4 {
    --tw-border-opacity: 1;
    border-color: rgb(41 42 43/var(--tw-border-opacity))
}

.border-gray-bg4\/0 {
    border-color: rgba(41,42,43,0)
}

.border-gray-bg4\/10 {
    border-color: rgba(41,42,43,.1)
}

.border-gray-bg4\/100 {
    border-color: #292a2b
}

.border-gray-bg4\/20 {
    border-color: rgba(41,42,43,.2)
}

.border-gray-bg4\/25 {
    border-color: rgba(41,42,43,.25)
}

.border-gray-bg4\/30 {
    border-color: rgba(41,42,43,.3)
}

.border-gray-bg4\/40 {
    border-color: rgba(41,42,43,.4)
}

.border-gray-bg4\/5 {
    border-color: rgba(41,42,43,.05)
}

.border-gray-bg4\/50 {
    border-color: rgba(41,42,43,.5)
}

.border-gray-bg4\/60 {
    border-color: rgba(41,42,43,.6)
}

.border-gray-bg4\/70 {
    border-color: rgba(41,42,43,.7)
}

.border-gray-bg4\/75 {
    border-color: rgba(41,42,43,.75)
}

.border-gray-bg4\/80 {
    border-color: rgba(41,42,43,.8)
}

.border-gray-bg4\/90 {
    border-color: rgba(41,42,43,.9)
}

.border-gray-bg4\/95 {
    border-color: rgba(41,42,43,.95)
}

.border-gray-bg5 {
    --tw-border-opacity: 1;
    border-color: rgb(33 34 35/var(--tw-border-opacity))
}

.border-gray-bg5\/0 {
    border-color: rgba(33,34,35,0)
}

.border-gray-bg5\/10 {
    border-color: rgba(33,34,35,.1)
}

.border-gray-bg5\/100 {
    border-color: #212223
}

.border-gray-bg5\/20 {
    border-color: rgba(33,34,35,.2)
}

.border-gray-bg5\/25 {
    border-color: rgba(33,34,35,.25)
}

.border-gray-bg5\/30 {
    border-color: rgba(33,34,35,.3)
}

.border-gray-bg5\/40 {
    border-color: rgba(33,34,35,.4)
}

.border-gray-bg5\/5 {
    border-color: rgba(33,34,35,.05)
}

.border-gray-bg5\/50 {
    border-color: rgba(33,34,35,.5)
}

.border-gray-bg5\/60 {
    border-color: rgba(33,34,35,.6)
}

.border-gray-bg5\/70 {
    border-color: rgba(33,34,35,.7)
}

.border-gray-bg5\/75 {
    border-color: rgba(33,34,35,.75)
}

.border-gray-bg5\/80 {
    border-color: rgba(33,34,35,.8)
}

.border-gray-bg5\/90 {
    border-color: rgba(33,34,35,.9)
}

.border-gray-bg5\/95 {
    border-color: rgba(33,34,35,.95)
}

.border-gray-border {
    --tw-border-opacity: 1;
    border-color: rgb(65 65 65/var(--tw-border-opacity))
}

.border-gray-border\/0 {
    border-color: rgba(65,65,65,0)
}

.border-gray-border\/10 {
    border-color: rgba(65,65,65,.1)
}

.border-gray-border\/100 {
    border-color: #414141
}

.border-gray-border\/20 {
    border-color: rgba(65,65,65,.2)
}

.border-gray-border\/25 {
    border-color: rgba(65,65,65,.25)
}

.border-gray-border\/30 {
    border-color: rgba(65,65,65,.3)
}

.border-gray-border\/40 {
    border-color: rgba(65,65,65,.4)
}

.border-gray-border\/5 {
    border-color: rgba(65,65,65,.05)
}

.border-gray-border\/50 {
    border-color: rgba(65,65,65,.5)
}

.border-gray-border\/60 {
    border-color: rgba(65,65,65,.6)
}

.border-gray-border\/70 {
    border-color: rgba(65,65,65,.7)
}

.border-gray-border\/75 {
    border-color: rgba(65,65,65,.75)
}

.border-gray-border\/80 {
    border-color: rgba(65,65,65,.8)
}

.border-gray-border\/90 {
    border-color: rgba(65,65,65,.9)
}

.border-gray-border\/95 {
    border-color: rgba(65,65,65,.95)
}

.border-gray-button {
    --tw-border-opacity: 1;
    border-color: rgb(115 115 116/var(--tw-border-opacity))
}

.border-gray-button\/0 {
    border-color: hsla(240,0%,45%,0)
}

.border-gray-button\/10 {
    border-color: hsla(240,0%,45%,.1)
}

.border-gray-button\/100 {
    border-color: #737374
}

.border-gray-button\/20 {
    border-color: hsla(240,0%,45%,.2)
}

.border-gray-button\/25 {
    border-color: hsla(240,0%,45%,.25)
}

.border-gray-button\/30 {
    border-color: hsla(240,0%,45%,.3)
}

.border-gray-button\/40 {
    border-color: hsla(240,0%,45%,.4)
}

.border-gray-button\/5 {
    border-color: hsla(240,0%,45%,.05)
}

.border-gray-button\/50 {
    border-color: hsla(240,0%,45%,.5)
}

.border-gray-button\/60 {
    border-color: hsla(240,0%,45%,.6)
}

.border-gray-button\/70 {
    border-color: hsla(240,0%,45%,.7)
}

.border-gray-button\/75 {
    border-color: hsla(240,0%,45%,.75)
}

.border-gray-button\/80 {
    border-color: hsla(240,0%,45%,.8)
}

.border-gray-button\/90 {
    border-color: hsla(240,0%,45%,.9)
}

.border-gray-button\/95 {
    border-color: hsla(240,0%,45%,.95)
}

.border-gray-claimed {
    --tw-border-opacity: 1;
    border-color: rgb(62 61 61/var(--tw-border-opacity))
}

.border-gray-claimed\/0 {
    border-color: rgba(62,61,61,0)
}

.border-gray-claimed\/10 {
    border-color: rgba(62,61,61,.1)
}

.border-gray-claimed\/100 {
    border-color: #3e3d3d
}

.border-gray-claimed\/20 {
    border-color: rgba(62,61,61,.2)
}

.border-gray-claimed\/25 {
    border-color: rgba(62,61,61,.25)
}

.border-gray-claimed\/30 {
    border-color: rgba(62,61,61,.3)
}

.border-gray-claimed\/40 {
    border-color: rgba(62,61,61,.4)
}

.border-gray-claimed\/5 {
    border-color: rgba(62,61,61,.05)
}

.border-gray-claimed\/50 {
    border-color: rgba(62,61,61,.5)
}

.border-gray-claimed\/60 {
    border-color: rgba(62,61,61,.6)
}

.border-gray-claimed\/70 {
    border-color: rgba(62,61,61,.7)
}

.border-gray-claimed\/75 {
    border-color: rgba(62,61,61,.75)
}

.border-gray-claimed\/80 {
    border-color: rgba(62,61,61,.8)
}

.border-gray-claimed\/90 {
    border-color: rgba(62,61,61,.9)
}

.border-gray-claimed\/95 {
    border-color: rgba(62,61,61,.95)
}

.border-gray-default {
    --tw-border-opacity: 1;
    border-color: rgb(130 138 147/var(--tw-border-opacity))
}

.border-gray-default\/0 {
    border-color: hsla(212,7%,54%,0)
}

.border-gray-default\/10 {
    border-color: hsla(212,7%,54%,.1)
}

.border-gray-default\/100 {
    border-color: #828a93
}

.border-gray-default\/20 {
    border-color: hsla(212,7%,54%,.2)
}

.border-gray-default\/25 {
    border-color: hsla(212,7%,54%,.25)
}

.border-gray-default\/30 {
    border-color: hsla(212,7%,54%,.3)
}

.border-gray-default\/40 {
    border-color: hsla(212,7%,54%,.4)
}

.border-gray-default\/5 {
    border-color: hsla(212,7%,54%,.05)
}

.border-gray-default\/50 {
    border-color: hsla(212,7%,54%,.5)
}

.border-gray-default\/60 {
    border-color: hsla(212,7%,54%,.6)
}

.border-gray-default\/70 {
    border-color: hsla(212,7%,54%,.7)
}

.border-gray-default\/75 {
    border-color: hsla(212,7%,54%,.75)
}

.border-gray-default\/80 {
    border-color: hsla(212,7%,54%,.8)
}

.border-gray-default\/90 {
    border-color: hsla(212,7%,54%,.9)
}

.border-gray-default\/95 {
    border-color: hsla(212,7%,54%,.95)
}

.border-gray-disable {
    --tw-border-opacity: 1;
    border-color: rgb(102 102 100/var(--tw-border-opacity))
}

.border-gray-disable\/0 {
    border-color: hsla(60,1%,40%,0)
}

.border-gray-disable\/10 {
    border-color: hsla(60,1%,40%,.1)
}

.border-gray-disable\/100 {
    border-color: #666664
}

.border-gray-disable\/20 {
    border-color: hsla(60,1%,40%,.2)
}

.border-gray-disable\/25 {
    border-color: hsla(60,1%,40%,.25)
}

.border-gray-disable\/30 {
    border-color: hsla(60,1%,40%,.3)
}

.border-gray-disable\/40 {
    border-color: hsla(60,1%,40%,.4)
}

.border-gray-disable\/5 {
    border-color: hsla(60,1%,40%,.05)
}

.border-gray-disable\/50 {
    border-color: hsla(60,1%,40%,.5)
}

.border-gray-disable\/60 {
    border-color: hsla(60,1%,40%,.6)
}

.border-gray-disable\/70 {
    border-color: hsla(60,1%,40%,.7)
}

.border-gray-disable\/75 {
    border-color: hsla(60,1%,40%,.75)
}

.border-gray-disable\/80 {
    border-color: hsla(60,1%,40%,.8)
}

.border-gray-disable\/90 {
    border-color: hsla(60,1%,40%,.9)
}

.border-gray-disable\/95 {
    border-color: hsla(60,1%,40%,.95)
}

.border-gray-form {
    --tw-border-opacity: 1;
    border-color: rgb(42 44 49/var(--tw-border-opacity))
}

.border-gray-form\/0 {
    border-color: rgba(42,44,49,0)
}

.border-gray-form\/10 {
    border-color: rgba(42,44,49,.1)
}

.border-gray-form\/100 {
    border-color: #2a2c31
}

.border-gray-form\/20 {
    border-color: rgba(42,44,49,.2)
}

.border-gray-form\/25 {
    border-color: rgba(42,44,49,.25)
}

.border-gray-form\/30 {
    border-color: rgba(42,44,49,.3)
}

.border-gray-form\/40 {
    border-color: rgba(42,44,49,.4)
}

.border-gray-form\/5 {
    border-color: rgba(42,44,49,.05)
}

.border-gray-form\/50 {
    border-color: rgba(42,44,49,.5)
}

.border-gray-form\/60 {
    border-color: rgba(42,44,49,.6)
}

.border-gray-form\/70 {
    border-color: rgba(42,44,49,.7)
}

.border-gray-form\/75 {
    border-color: rgba(42,44,49,.75)
}

.border-gray-form\/80 {
    border-color: rgba(42,44,49,.8)
}

.border-gray-form\/90 {
    border-color: rgba(42,44,49,.9)
}

.border-gray-form\/95 {
    border-color: rgba(42,44,49,.95)
}

.border-gray-hot-match-text {
    --tw-border-opacity: 1;
    border-color: rgb(205 204 206/var(--tw-border-opacity))
}

.border-gray-hot-match-text\/0 {
    border-color: hsla(270,2%,80%,0)
}

.border-gray-hot-match-text\/10 {
    border-color: hsla(270,2%,80%,.1)
}

.border-gray-hot-match-text\/100 {
    border-color: #cdccce
}

.border-gray-hot-match-text\/20 {
    border-color: hsla(270,2%,80%,.2)
}

.border-gray-hot-match-text\/25 {
    border-color: hsla(270,2%,80%,.25)
}

.border-gray-hot-match-text\/30 {
    border-color: hsla(270,2%,80%,.3)
}

.border-gray-hot-match-text\/40 {
    border-color: hsla(270,2%,80%,.4)
}

.border-gray-hot-match-text\/5 {
    border-color: hsla(270,2%,80%,.05)
}

.border-gray-hot-match-text\/50 {
    border-color: hsla(270,2%,80%,.5)
}

.border-gray-hot-match-text\/60 {
    border-color: hsla(270,2%,80%,.6)
}

.border-gray-hot-match-text\/70 {
    border-color: hsla(270,2%,80%,.7)
}

.border-gray-hot-match-text\/75 {
    border-color: hsla(270,2%,80%,.75)
}

.border-gray-hot-match-text\/80 {
    border-color: hsla(270,2%,80%,.8)
}

.border-gray-hot-match-text\/90 {
    border-color: hsla(270,2%,80%,.9)
}

.border-gray-hot-match-text\/95 {
    border-color: hsla(270,2%,80%,.95)
}

.border-gray-info {
    --tw-border-opacity: 1;
    border-color: rgb(38 38 38/var(--tw-border-opacity))
}

.border-gray-info\/0 {
    border-color: rgba(38,38,38,0)
}

.border-gray-info\/10 {
    border-color: rgba(38,38,38,.1)
}

.border-gray-info\/100 {
    border-color: #262626
}

.border-gray-info\/20 {
    border-color: rgba(38,38,38,.2)
}

.border-gray-info\/25 {
    border-color: rgba(38,38,38,.25)
}

.border-gray-info\/30 {
    border-color: rgba(38,38,38,.3)
}

.border-gray-info\/40 {
    border-color: rgba(38,38,38,.4)
}

.border-gray-info\/5 {
    border-color: rgba(38,38,38,.05)
}

.border-gray-info\/50 {
    border-color: rgba(38,38,38,.5)
}

.border-gray-info\/60 {
    border-color: rgba(38,38,38,.6)
}

.border-gray-info\/70 {
    border-color: rgba(38,38,38,.7)
}

.border-gray-info\/75 {
    border-color: rgba(38,38,38,.75)
}

.border-gray-info\/80 {
    border-color: rgba(38,38,38,.8)
}

.border-gray-info\/90 {
    border-color: rgba(38,38,38,.9)
}

.border-gray-info\/95 {
    border-color: rgba(38,38,38,.95)
}

.border-gray-item-history {
    --tw-border-opacity: 1;
    border-color: rgb(56 64 69/var(--tw-border-opacity))
}

.border-gray-item-history\/0 {
    border-color: rgba(56,64,69,0)
}

.border-gray-item-history\/10 {
    border-color: rgba(56,64,69,.1)
}

.border-gray-item-history\/100 {
    border-color: #384045
}

.border-gray-item-history\/20 {
    border-color: rgba(56,64,69,.2)
}

.border-gray-item-history\/25 {
    border-color: rgba(56,64,69,.25)
}

.border-gray-item-history\/30 {
    border-color: rgba(56,64,69,.3)
}

.border-gray-item-history\/40 {
    border-color: rgba(56,64,69,.4)
}

.border-gray-item-history\/5 {
    border-color: rgba(56,64,69,.05)
}

.border-gray-item-history\/50 {
    border-color: rgba(56,64,69,.5)
}

.border-gray-item-history\/60 {
    border-color: rgba(56,64,69,.6)
}

.border-gray-item-history\/70 {
    border-color: rgba(56,64,69,.7)
}

.border-gray-item-history\/75 {
    border-color: rgba(56,64,69,.75)
}

.border-gray-item-history\/80 {
    border-color: rgba(56,64,69,.8)
}

.border-gray-item-history\/90 {
    border-color: rgba(56,64,69,.9)
}

.border-gray-item-history\/95 {
    border-color: rgba(56,64,69,.95)
}

.border-gray-label {
    --tw-border-opacity: 1;
    border-color: rgb(138 138 138/var(--tw-border-opacity))
}

.border-gray-label\/0 {
    border-color: hsla(0,0%,54%,0)
}

.border-gray-label\/10 {
    border-color: hsla(0,0%,54%,.1)
}

.border-gray-label\/100 {
    border-color: #8a8a8a
}

.border-gray-label\/20 {
    border-color: hsla(0,0%,54%,.2)
}

.border-gray-label\/25 {
    border-color: hsla(0,0%,54%,.25)
}

.border-gray-label\/30 {
    border-color: hsla(0,0%,54%,.3)
}

.border-gray-label\/40 {
    border-color: hsla(0,0%,54%,.4)
}

.border-gray-label\/5 {
    border-color: hsla(0,0%,54%,.05)
}

.border-gray-label\/50 {
    border-color: hsla(0,0%,54%,.5)
}

.border-gray-label\/60 {
    border-color: hsla(0,0%,54%,.6)
}

.border-gray-label\/70 {
    border-color: hsla(0,0%,54%,.7)
}

.border-gray-label\/75 {
    border-color: hsla(0,0%,54%,.75)
}

.border-gray-label\/80 {
    border-color: hsla(0,0%,54%,.8)
}

.border-gray-label\/90 {
    border-color: hsla(0,0%,54%,.9)
}

.border-gray-label\/95 {
    border-color: hsla(0,0%,54%,.95)
}

.border-gray-light {
    --tw-border-opacity: 1;
    border-color: rgb(151 150 153/var(--tw-border-opacity))
}

.border-gray-light\/0 {
    border-color: hsla(260,1%,59%,0)
}

.border-gray-light\/10 {
    border-color: hsla(260,1%,59%,.1)
}

.border-gray-light\/100 {
    border-color: #979699
}

.border-gray-light\/20 {
    border-color: hsla(260,1%,59%,.2)
}

.border-gray-light\/25 {
    border-color: hsla(260,1%,59%,.25)
}

.border-gray-light\/30 {
    border-color: hsla(260,1%,59%,.3)
}

.border-gray-light\/40 {
    border-color: hsla(260,1%,59%,.4)
}

.border-gray-light\/5 {
    border-color: hsla(260,1%,59%,.05)
}

.border-gray-light\/50 {
    border-color: hsla(260,1%,59%,.5)
}

.border-gray-light\/60 {
    border-color: hsla(260,1%,59%,.6)
}

.border-gray-light\/70 {
    border-color: hsla(260,1%,59%,.7)
}

.border-gray-light\/75 {
    border-color: hsla(260,1%,59%,.75)
}

.border-gray-light\/80 {
    border-color: hsla(260,1%,59%,.8)
}

.border-gray-light\/90 {
    border-color: hsla(260,1%,59%,.9)
}

.border-gray-light\/95 {
    border-color: hsla(260,1%,59%,.95)
}

.border-gray-marquee-text {
    --tw-border-opacity: 1;
    border-color: rgb(190 189 184/var(--tw-border-opacity))
}

.border-gray-marquee-text\/0 {
    border-color: hsla(50,4%,73%,0)
}

.border-gray-marquee-text\/10 {
    border-color: hsla(50,4%,73%,.1)
}

.border-gray-marquee-text\/100 {
    border-color: #bebdb8
}

.border-gray-marquee-text\/20 {
    border-color: hsla(50,4%,73%,.2)
}

.border-gray-marquee-text\/25 {
    border-color: hsla(50,4%,73%,.25)
}

.border-gray-marquee-text\/30 {
    border-color: hsla(50,4%,73%,.3)
}

.border-gray-marquee-text\/40 {
    border-color: hsla(50,4%,73%,.4)
}

.border-gray-marquee-text\/5 {
    border-color: hsla(50,4%,73%,.05)
}

.border-gray-marquee-text\/50 {
    border-color: hsla(50,4%,73%,.5)
}

.border-gray-marquee-text\/60 {
    border-color: hsla(50,4%,73%,.6)
}

.border-gray-marquee-text\/70 {
    border-color: hsla(50,4%,73%,.7)
}

.border-gray-marquee-text\/75 {
    border-color: hsla(50,4%,73%,.75)
}

.border-gray-marquee-text\/80 {
    border-color: hsla(50,4%,73%,.8)
}

.border-gray-marquee-text\/90 {
    border-color: hsla(50,4%,73%,.9)
}

.border-gray-marquee-text\/95 {
    border-color: hsla(50,4%,73%,.95)
}

.border-gray-placeholder {
    --tw-border-opacity: 1;
    border-color: rgb(130 138 147/var(--tw-border-opacity))
}

.border-gray-placeholder\/0 {
    border-color: hsla(212,7%,54%,0)
}

.border-gray-placeholder\/10 {
    border-color: hsla(212,7%,54%,.1)
}

.border-gray-placeholder\/100 {
    border-color: #828a93
}

.border-gray-placeholder\/20 {
    border-color: hsla(212,7%,54%,.2)
}

.border-gray-placeholder\/25 {
    border-color: hsla(212,7%,54%,.25)
}

.border-gray-placeholder\/30 {
    border-color: hsla(212,7%,54%,.3)
}

.border-gray-placeholder\/40 {
    border-color: hsla(212,7%,54%,.4)
}

.border-gray-placeholder\/5 {
    border-color: hsla(212,7%,54%,.05)
}

.border-gray-placeholder\/50 {
    border-color: hsla(212,7%,54%,.5)
}

.border-gray-placeholder\/60 {
    border-color: hsla(212,7%,54%,.6)
}

.border-gray-placeholder\/70 {
    border-color: hsla(212,7%,54%,.7)
}

.border-gray-placeholder\/75 {
    border-color: hsla(212,7%,54%,.75)
}

.border-gray-placeholder\/80 {
    border-color: hsla(212,7%,54%,.8)
}

.border-gray-placeholder\/90 {
    border-color: hsla(212,7%,54%,.9)
}

.border-gray-placeholder\/95 {
    border-color: hsla(212,7%,54%,.95)
}

.border-gray-popup {
    --tw-border-opacity: 1;
    border-color: rgb(178 178 182/var(--tw-border-opacity))
}

.border-gray-popup\/0 {
    border-color: hsla(240,3%,71%,0)
}

.border-gray-popup\/10 {
    border-color: hsla(240,3%,71%,.1)
}

.border-gray-popup\/100 {
    border-color: #b2b2b6
}

.border-gray-popup\/20 {
    border-color: hsla(240,3%,71%,.2)
}

.border-gray-popup\/25 {
    border-color: hsla(240,3%,71%,.25)
}

.border-gray-popup\/30 {
    border-color: hsla(240,3%,71%,.3)
}

.border-gray-popup\/40 {
    border-color: hsla(240,3%,71%,.4)
}

.border-gray-popup\/5 {
    border-color: hsla(240,3%,71%,.05)
}

.border-gray-popup\/50 {
    border-color: hsla(240,3%,71%,.5)
}

.border-gray-popup\/60 {
    border-color: hsla(240,3%,71%,.6)
}

.border-gray-popup\/70 {
    border-color: hsla(240,3%,71%,.7)
}

.border-gray-popup\/75 {
    border-color: hsla(240,3%,71%,.75)
}

.border-gray-popup\/80 {
    border-color: hsla(240,3%,71%,.8)
}

.border-gray-popup\/90 {
    border-color: hsla(240,3%,71%,.9)
}

.border-gray-popup\/95 {
    border-color: hsla(240,3%,71%,.95)
}

.border-gray-progress-non {
    --tw-border-opacity: 1;
    border-color: rgb(15 16 17/var(--tw-border-opacity))
}

.border-gray-progress-non\/0 {
    border-color: rgba(15,16,17,0)
}

.border-gray-progress-non\/10 {
    border-color: rgba(15,16,17,.1)
}

.border-gray-progress-non\/100 {
    border-color: #0f1011
}

.border-gray-progress-non\/20 {
    border-color: rgba(15,16,17,.2)
}

.border-gray-progress-non\/25 {
    border-color: rgba(15,16,17,.25)
}

.border-gray-progress-non\/30 {
    border-color: rgba(15,16,17,.3)
}

.border-gray-progress-non\/40 {
    border-color: rgba(15,16,17,.4)
}

.border-gray-progress-non\/5 {
    border-color: rgba(15,16,17,.05)
}

.border-gray-progress-non\/50 {
    border-color: rgba(15,16,17,.5)
}

.border-gray-progress-non\/60 {
    border-color: rgba(15,16,17,.6)
}

.border-gray-progress-non\/70 {
    border-color: rgba(15,16,17,.7)
}

.border-gray-progress-non\/75 {
    border-color: rgba(15,16,17,.75)
}

.border-gray-progress-non\/80 {
    border-color: rgba(15,16,17,.8)
}

.border-gray-progress-non\/90 {
    border-color: rgba(15,16,17,.9)
}

.border-gray-progress-non\/95 {
    border-color: rgba(15,16,17,.95)
}

.border-gray-qr-code {
    --tw-border-opacity: 1;
    border-color: rgb(85 85 85/var(--tw-border-opacity))
}

.border-gray-qr-code\/0 {
    border-color: rgba(85,85,85,0)
}

.border-gray-qr-code\/10 {
    border-color: rgba(85,85,85,.1)
}

.border-gray-qr-code\/100 {
    border-color: #555
}

.border-gray-qr-code\/20 {
    border-color: rgba(85,85,85,.2)
}

.border-gray-qr-code\/25 {
    border-color: rgba(85,85,85,.25)
}

.border-gray-qr-code\/30 {
    border-color: rgba(85,85,85,.3)
}

.border-gray-qr-code\/40 {
    border-color: rgba(85,85,85,.4)
}

.border-gray-qr-code\/5 {
    border-color: rgba(85,85,85,.05)
}

.border-gray-qr-code\/50 {
    border-color: rgba(85,85,85,.5)
}

.border-gray-qr-code\/60 {
    border-color: rgba(85,85,85,.6)
}

.border-gray-qr-code\/70 {
    border-color: rgba(85,85,85,.7)
}

.border-gray-qr-code\/75 {
    border-color: rgba(85,85,85,.75)
}

.border-gray-qr-code\/80 {
    border-color: rgba(85,85,85,.8)
}

.border-gray-qr-code\/90 {
    border-color: rgba(85,85,85,.9)
}

.border-gray-qr-code\/95 {
    border-color: rgba(85,85,85,.95)
}

.border-gray-show-all {
    --tw-border-opacity: 1;
    border-color: rgb(86 86 86/var(--tw-border-opacity))
}

.border-gray-show-all\/0 {
    border-color: rgba(86,86,86,0)
}

.border-gray-show-all\/10 {
    border-color: rgba(86,86,86,.1)
}

.border-gray-show-all\/100 {
    border-color: #565656
}

.border-gray-show-all\/20 {
    border-color: rgba(86,86,86,.2)
}

.border-gray-show-all\/25 {
    border-color: rgba(86,86,86,.25)
}

.border-gray-show-all\/30 {
    border-color: rgba(86,86,86,.3)
}

.border-gray-show-all\/40 {
    border-color: rgba(86,86,86,.4)
}

.border-gray-show-all\/5 {
    border-color: rgba(86,86,86,.05)
}

.border-gray-show-all\/50 {
    border-color: rgba(86,86,86,.5)
}

.border-gray-show-all\/60 {
    border-color: rgba(86,86,86,.6)
}

.border-gray-show-all\/70 {
    border-color: rgba(86,86,86,.7)
}

.border-gray-show-all\/75 {
    border-color: rgba(86,86,86,.75)
}

.border-gray-show-all\/80 {
    border-color: rgba(86,86,86,.8)
}

.border-gray-show-all\/90 {
    border-color: rgba(86,86,86,.9)
}

.border-gray-show-all\/95 {
    border-color: rgba(86,86,86,.95)
}

.border-gray-symbol-coin {
    --tw-border-opacity: 1;
    border-color: rgb(73 73 74/var(--tw-border-opacity))
}

.border-gray-symbol-coin\/0 {
    border-color: rgba(73,73,74,0)
}

.border-gray-symbol-coin\/10 {
    border-color: rgba(73,73,74,.1)
}

.border-gray-symbol-coin\/100 {
    border-color: #49494a
}

.border-gray-symbol-coin\/20 {
    border-color: rgba(73,73,74,.2)
}

.border-gray-symbol-coin\/25 {
    border-color: rgba(73,73,74,.25)
}

.border-gray-symbol-coin\/30 {
    border-color: rgba(73,73,74,.3)
}

.border-gray-symbol-coin\/40 {
    border-color: rgba(73,73,74,.4)
}

.border-gray-symbol-coin\/5 {
    border-color: rgba(73,73,74,.05)
}

.border-gray-symbol-coin\/50 {
    border-color: rgba(73,73,74,.5)
}

.border-gray-symbol-coin\/60 {
    border-color: rgba(73,73,74,.6)
}

.border-gray-symbol-coin\/70 {
    border-color: rgba(73,73,74,.7)
}

.border-gray-symbol-coin\/75 {
    border-color: rgba(73,73,74,.75)
}

.border-gray-symbol-coin\/80 {
    border-color: rgba(73,73,74,.8)
}

.border-gray-symbol-coin\/90 {
    border-color: rgba(73,73,74,.9)
}

.border-gray-symbol-coin\/95 {
    border-color: rgba(73,73,74,.95)
}

.border-gray-text {
    --tw-border-opacity: 1;
    border-color: rgb(219 210 194/var(--tw-border-opacity))
}

.border-gray-text-footer {
    --tw-border-opacity: 1;
    border-color: rgb(112 113 111/var(--tw-border-opacity))
}

.border-gray-text-footer\/0 {
    border-color: hsla(90,1%,44%,0)
}

.border-gray-text-footer\/10 {
    border-color: hsla(90,1%,44%,.1)
}

.border-gray-text-footer\/100 {
    border-color: #70716f
}

.border-gray-text-footer\/20 {
    border-color: hsla(90,1%,44%,.2)
}

.border-gray-text-footer\/25 {
    border-color: hsla(90,1%,44%,.25)
}

.border-gray-text-footer\/30 {
    border-color: hsla(90,1%,44%,.3)
}

.border-gray-text-footer\/40 {
    border-color: hsla(90,1%,44%,.4)
}

.border-gray-text-footer\/5 {
    border-color: hsla(90,1%,44%,.05)
}

.border-gray-text-footer\/50 {
    border-color: hsla(90,1%,44%,.5)
}

.border-gray-text-footer\/60 {
    border-color: hsla(90,1%,44%,.6)
}

.border-gray-text-footer\/70 {
    border-color: hsla(90,1%,44%,.7)
}

.border-gray-text-footer\/75 {
    border-color: hsla(90,1%,44%,.75)
}

.border-gray-text-footer\/80 {
    border-color: hsla(90,1%,44%,.8)
}

.border-gray-text-footer\/90 {
    border-color: hsla(90,1%,44%,.9)
}

.border-gray-text-footer\/95 {
    border-color: hsla(90,1%,44%,.95)
}

.border-gray-text-game {
    --tw-border-opacity: 1;
    border-color: rgb(143 143 143/var(--tw-border-opacity))
}

.border-gray-text-game\/0 {
    border-color: hsla(0,0%,56%,0)
}

.border-gray-text-game\/10 {
    border-color: hsla(0,0%,56%,.1)
}

.border-gray-text-game\/100 {
    border-color: #8f8f8f
}

.border-gray-text-game\/20 {
    border-color: hsla(0,0%,56%,.2)
}

.border-gray-text-game\/25 {
    border-color: hsla(0,0%,56%,.25)
}

.border-gray-text-game\/30 {
    border-color: hsla(0,0%,56%,.3)
}

.border-gray-text-game\/40 {
    border-color: hsla(0,0%,56%,.4)
}

.border-gray-text-game\/5 {
    border-color: hsla(0,0%,56%,.05)
}

.border-gray-text-game\/50 {
    border-color: hsla(0,0%,56%,.5)
}

.border-gray-text-game\/60 {
    border-color: hsla(0,0%,56%,.6)
}

.border-gray-text-game\/70 {
    border-color: hsla(0,0%,56%,.7)
}

.border-gray-text-game\/75 {
    border-color: hsla(0,0%,56%,.75)
}

.border-gray-text-game\/80 {
    border-color: hsla(0,0%,56%,.8)
}

.border-gray-text-game\/90 {
    border-color: hsla(0,0%,56%,.9)
}

.border-gray-text-game\/95 {
    border-color: hsla(0,0%,56%,.95)
}

.border-gray-text-popup-login {
    --tw-border-opacity: 1;
    border-color: rgb(128 128 128/var(--tw-border-opacity))
}

.border-gray-text-popup-login\/0 {
    border-color: hsla(0,0%,50%,0)
}

.border-gray-text-popup-login\/10 {
    border-color: hsla(0,0%,50%,.1)
}

.border-gray-text-popup-login\/100 {
    border-color: grey
}

.border-gray-text-popup-login\/20 {
    border-color: hsla(0,0%,50%,.2)
}

.border-gray-text-popup-login\/25 {
    border-color: hsla(0,0%,50%,.25)
}

.border-gray-text-popup-login\/30 {
    border-color: hsla(0,0%,50%,.3)
}

.border-gray-text-popup-login\/40 {
    border-color: hsla(0,0%,50%,.4)
}

.border-gray-text-popup-login\/5 {
    border-color: hsla(0,0%,50%,.05)
}

.border-gray-text-popup-login\/50 {
    border-color: hsla(0,0%,50%,.5)
}

.border-gray-text-popup-login\/60 {
    border-color: hsla(0,0%,50%,.6)
}

.border-gray-text-popup-login\/70 {
    border-color: hsla(0,0%,50%,.7)
}

.border-gray-text-popup-login\/75 {
    border-color: hsla(0,0%,50%,.75)
}

.border-gray-text-popup-login\/80 {
    border-color: hsla(0,0%,50%,.8)
}

.border-gray-text-popup-login\/90 {
    border-color: hsla(0,0%,50%,.9)
}

.border-gray-text-popup-login\/95 {
    border-color: hsla(0,0%,50%,.95)
}

.border-gray-text\/0 {
    border-color: hsla(38,26%,81%,0)
}

.border-gray-text\/10 {
    border-color: hsla(38,26%,81%,.1)
}

.border-gray-text\/100 {
    border-color: #dbd2c2
}

.border-gray-text\/20 {
    border-color: hsla(38,26%,81%,.2)
}

.border-gray-text\/25 {
    border-color: hsla(38,26%,81%,.25)
}

.border-gray-text\/30 {
    border-color: hsla(38,26%,81%,.3)
}

.border-gray-text\/40 {
    border-color: hsla(38,26%,81%,.4)
}

.border-gray-text\/5 {
    border-color: hsla(38,26%,81%,.05)
}

.border-gray-text\/50 {
    border-color: hsla(38,26%,81%,.5)
}

.border-gray-text\/60 {
    border-color: hsla(38,26%,81%,.6)
}

.border-gray-text\/70 {
    border-color: hsla(38,26%,81%,.7)
}

.border-gray-text\/75 {
    border-color: hsla(38,26%,81%,.75)
}

.border-gray-text\/80 {
    border-color: hsla(38,26%,81%,.8)
}

.border-gray-text\/90 {
    border-color: hsla(38,26%,81%,.9)
}

.border-gray-text\/95 {
    border-color: hsla(38,26%,81%,.95)
}

.border-gray-title-game {
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230/var(--tw-border-opacity))
}

.border-gray-title-game\/0 {
    border-color: hsla(0,0%,90%,0)
}

.border-gray-title-game\/10 {
    border-color: hsla(0,0%,90%,.1)
}

.border-gray-title-game\/100 {
    border-color: #e6e6e6
}

.border-gray-title-game\/20 {
    border-color: hsla(0,0%,90%,.2)
}

.border-gray-title-game\/25 {
    border-color: hsla(0,0%,90%,.25)
}

.border-gray-title-game\/30 {
    border-color: hsla(0,0%,90%,.3)
}

.border-gray-title-game\/40 {
    border-color: hsla(0,0%,90%,.4)
}

.border-gray-title-game\/5 {
    border-color: hsla(0,0%,90%,.05)
}

.border-gray-title-game\/50 {
    border-color: hsla(0,0%,90%,.5)
}

.border-gray-title-game\/60 {
    border-color: hsla(0,0%,90%,.6)
}

.border-gray-title-game\/70 {
    border-color: hsla(0,0%,90%,.7)
}

.border-gray-title-game\/75 {
    border-color: hsla(0,0%,90%,.75)
}

.border-gray-title-game\/80 {
    border-color: hsla(0,0%,90%,.8)
}

.border-gray-title-game\/90 {
    border-color: hsla(0,0%,90%,.9)
}

.border-gray-title-game\/95 {
    border-color: hsla(0,0%,90%,.95)
}

.border-gray-white {
    --tw-border-opacity: 1;
    border-color: rgb(227 227 226/var(--tw-border-opacity))
}

.border-gray-white\/0 {
    border-color: hsla(60,2%,89%,0)
}

.border-gray-white\/10 {
    border-color: hsla(60,2%,89%,.1)
}

.border-gray-white\/100 {
    border-color: #e3e3e2
}

.border-gray-white\/20 {
    border-color: hsla(60,2%,89%,.2)
}

.border-gray-white\/25 {
    border-color: hsla(60,2%,89%,.25)
}

.border-gray-white\/30 {
    border-color: hsla(60,2%,89%,.3)
}

.border-gray-white\/40 {
    border-color: hsla(60,2%,89%,.4)
}

.border-gray-white\/5 {
    border-color: hsla(60,2%,89%,.05)
}

.border-gray-white\/50 {
    border-color: hsla(60,2%,89%,.5)
}

.border-gray-white\/60 {
    border-color: hsla(60,2%,89%,.6)
}

.border-gray-white\/70 {
    border-color: hsla(60,2%,89%,.7)
}

.border-gray-white\/75 {
    border-color: hsla(60,2%,89%,.75)
}

.border-gray-white\/80 {
    border-color: hsla(60,2%,89%,.8)
}

.border-gray-white\/90 {
    border-color: hsla(60,2%,89%,.9)
}

.border-gray-white\/95 {
    border-color: hsla(60,2%,89%,.95)
}

.border-green-success {
    --tw-border-opacity: 1;
    border-color: rgb(98 202 121/var(--tw-border-opacity))
}

.border-green-success\/0 {
    border-color: rgba(98,202,121,0)
}

.border-green-success\/10 {
    border-color: rgba(98,202,121,.1)
}

.border-green-success\/100 {
    border-color: #62ca79
}

.border-green-success\/20 {
    border-color: rgba(98,202,121,.2)
}

.border-green-success\/25 {
    border-color: rgba(98,202,121,.25)
}

.border-green-success\/30 {
    border-color: rgba(98,202,121,.3)
}

.border-green-success\/40 {
    border-color: rgba(98,202,121,.4)
}

.border-green-success\/5 {
    border-color: rgba(98,202,121,.05)
}

.border-green-success\/50 {
    border-color: rgba(98,202,121,.5)
}

.border-green-success\/60 {
    border-color: rgba(98,202,121,.6)
}

.border-green-success\/70 {
    border-color: rgba(98,202,121,.7)
}

.border-green-success\/75 {
    border-color: rgba(98,202,121,.75)
}

.border-green-success\/80 {
    border-color: rgba(98,202,121,.8)
}

.border-green-success\/90 {
    border-color: rgba(98,202,121,.9)
}

.border-green-success\/95 {
    border-color: rgba(98,202,121,.95)
}

.border-green-win {
    --tw-border-opacity: 1;
    border-color: rgb(92 191 117/var(--tw-border-opacity))
}

.border-green-win\/0 {
    border-color: rgba(92,191,117,0)
}

.border-green-win\/10 {
    border-color: rgba(92,191,117,.1)
}

.border-green-win\/100 {
    border-color: #5cbf75
}

.border-green-win\/20 {
    border-color: rgba(92,191,117,.2)
}

.border-green-win\/25 {
    border-color: rgba(92,191,117,.25)
}

.border-green-win\/30 {
    border-color: rgba(92,191,117,.3)
}

.border-green-win\/40 {
    border-color: rgba(92,191,117,.4)
}

.border-green-win\/5 {
    border-color: rgba(92,191,117,.05)
}

.border-green-win\/50 {
    border-color: rgba(92,191,117,.5)
}

.border-green-win\/60 {
    border-color: rgba(92,191,117,.6)
}

.border-green-win\/70 {
    border-color: rgba(92,191,117,.7)
}

.border-green-win\/75 {
    border-color: rgba(92,191,117,.75)
}

.border-green-win\/80 {
    border-color: rgba(92,191,117,.8)
}

.border-green-win\/90 {
    border-color: rgba(92,191,117,.9)
}

.border-green-win\/95 {
    border-color: rgba(92,191,117,.95)
}

.border-highlight-leo88 {
    --tw-border-opacity: 1;
    border-color: rgb(184 28 28/var(--tw-border-opacity))
}

.border-highlight-leo88\/0 {
    border-color: rgba(184,28,28,0)
}

.border-highlight-leo88\/10 {
    border-color: rgba(184,28,28,.1)
}

.border-highlight-leo88\/100 {
    border-color: #b81c1c
}

.border-highlight-leo88\/20 {
    border-color: rgba(184,28,28,.2)
}

.border-highlight-leo88\/25 {
    border-color: rgba(184,28,28,.25)
}

.border-highlight-leo88\/30 {
    border-color: rgba(184,28,28,.3)
}

.border-highlight-leo88\/40 {
    border-color: rgba(184,28,28,.4)
}

.border-highlight-leo88\/5 {
    border-color: rgba(184,28,28,.05)
}

.border-highlight-leo88\/50 {
    border-color: rgba(184,28,28,.5)
}

.border-highlight-leo88\/60 {
    border-color: rgba(184,28,28,.6)
}

.border-highlight-leo88\/70 {
    border-color: rgba(184,28,28,.7)
}

.border-highlight-leo88\/75 {
    border-color: rgba(184,28,28,.75)
}

.border-highlight-leo88\/80 {
    border-color: rgba(184,28,28,.8)
}

.border-highlight-leo88\/90 {
    border-color: rgba(184,28,28,.9)
}

.border-highlight-leo88\/95 {
    border-color: rgba(184,28,28,.95)
}

.border-home-title {
    --tw-border-opacity: 1;
    border-color: rgb(255 221 169/var(--tw-border-opacity))
}

.border-home-title\/0 {
    border-color: rgba(255,221,169,0)
}

.border-home-title\/10 {
    border-color: rgba(255,221,169,.1)
}

.border-home-title\/100 {
    border-color: #ffdda9
}

.border-home-title\/20 {
    border-color: rgba(255,221,169,.2)
}

.border-home-title\/25 {
    border-color: rgba(255,221,169,.25)
}

.border-home-title\/30 {
    border-color: rgba(255,221,169,.3)
}

.border-home-title\/40 {
    border-color: rgba(255,221,169,.4)
}

.border-home-title\/5 {
    border-color: rgba(255,221,169,.05)
}

.border-home-title\/50 {
    border-color: rgba(255,221,169,.5)
}

.border-home-title\/60 {
    border-color: rgba(255,221,169,.6)
}

.border-home-title\/70 {
    border-color: rgba(255,221,169,.7)
}

.border-home-title\/75 {
    border-color: rgba(255,221,169,.75)
}

.border-home-title\/80 {
    border-color: rgba(255,221,169,.8)
}

.border-home-title\/90 {
    border-color: rgba(255,221,169,.9)
}

.border-home-title\/95 {
    border-color: rgba(255,221,169,.95)
}

.border-hot-match-green {
    --tw-border-opacity: 1;
    border-color: rgb(74 197 64/var(--tw-border-opacity))
}

.border-hot-match-green\/0 {
    border-color: rgba(74,197,64,0)
}

.border-hot-match-green\/10 {
    border-color: rgba(74,197,64,.1)
}

.border-hot-match-green\/100 {
    border-color: #4ac540
}

.border-hot-match-green\/20 {
    border-color: rgba(74,197,64,.2)
}

.border-hot-match-green\/25 {
    border-color: rgba(74,197,64,.25)
}

.border-hot-match-green\/30 {
    border-color: rgba(74,197,64,.3)
}

.border-hot-match-green\/40 {
    border-color: rgba(74,197,64,.4)
}

.border-hot-match-green\/5 {
    border-color: rgba(74,197,64,.05)
}

.border-hot-match-green\/50 {
    border-color: rgba(74,197,64,.5)
}

.border-hot-match-green\/60 {
    border-color: rgba(74,197,64,.6)
}

.border-hot-match-green\/70 {
    border-color: rgba(74,197,64,.7)
}

.border-hot-match-green\/75 {
    border-color: rgba(74,197,64,.75)
}

.border-hot-match-green\/80 {
    border-color: rgba(74,197,64,.8)
}

.border-hot-match-green\/90 {
    border-color: rgba(74,197,64,.9)
}

.border-hot-match-green\/95 {
    border-color: rgba(74,197,64,.95)
}

.border-hot-match-highlight {
    --tw-border-opacity: 1;
    border-color: rgb(251 236 231/var(--tw-border-opacity))
}

.border-hot-match-highlight\/0 {
    border-color: hsla(15,71%,95%,0)
}

.border-hot-match-highlight\/10 {
    border-color: hsla(15,71%,95%,.1)
}

.border-hot-match-highlight\/100 {
    border-color: #fbece7
}

.border-hot-match-highlight\/20 {
    border-color: hsla(15,71%,95%,.2)
}

.border-hot-match-highlight\/25 {
    border-color: hsla(15,71%,95%,.25)
}

.border-hot-match-highlight\/30 {
    border-color: hsla(15,71%,95%,.3)
}

.border-hot-match-highlight\/40 {
    border-color: hsla(15,71%,95%,.4)
}

.border-hot-match-highlight\/5 {
    border-color: hsla(15,71%,95%,.05)
}

.border-hot-match-highlight\/50 {
    border-color: hsla(15,71%,95%,.5)
}

.border-hot-match-highlight\/60 {
    border-color: hsla(15,71%,95%,.6)
}

.border-hot-match-highlight\/70 {
    border-color: hsla(15,71%,95%,.7)
}

.border-hot-match-highlight\/75 {
    border-color: hsla(15,71%,95%,.75)
}

.border-hot-match-highlight\/80 {
    border-color: hsla(15,71%,95%,.8)
}

.border-hot-match-highlight\/90 {
    border-color: hsla(15,71%,95%,.9)
}

.border-hot-match-highlight\/95 {
    border-color: hsla(15,71%,95%,.95)
}

.border-hot-match-match {
    --tw-border-opacity: 1;
    border-color: rgb(86 63 42/var(--tw-border-opacity))
}

.border-hot-match-match\/0 {
    border-color: rgba(86,63,42,0)
}

.border-hot-match-match\/10 {
    border-color: rgba(86,63,42,.1)
}

.border-hot-match-match\/100 {
    border-color: #563f2a
}

.border-hot-match-match\/20 {
    border-color: rgba(86,63,42,.2)
}

.border-hot-match-match\/25 {
    border-color: rgba(86,63,42,.25)
}

.border-hot-match-match\/30 {
    border-color: rgba(86,63,42,.3)
}

.border-hot-match-match\/40 {
    border-color: rgba(86,63,42,.4)
}

.border-hot-match-match\/5 {
    border-color: rgba(86,63,42,.05)
}

.border-hot-match-match\/50 {
    border-color: rgba(86,63,42,.5)
}

.border-hot-match-match\/60 {
    border-color: rgba(86,63,42,.6)
}

.border-hot-match-match\/70 {
    border-color: rgba(86,63,42,.7)
}

.border-hot-match-match\/75 {
    border-color: rgba(86,63,42,.75)
}

.border-hot-match-match\/80 {
    border-color: rgba(86,63,42,.8)
}

.border-hot-match-match\/90 {
    border-color: rgba(86,63,42,.9)
}

.border-hot-match-match\/95 {
    border-color: rgba(86,63,42,.95)
}

.border-hot-match-provider {
    --tw-border-opacity: 1;
    border-color: rgb(50 44 41/var(--tw-border-opacity))
}

.border-hot-match-provider\/0 {
    border-color: rgba(50,44,41,0)
}

.border-hot-match-provider\/10 {
    border-color: rgba(50,44,41,.1)
}

.border-hot-match-provider\/100 {
    border-color: #322c29
}

.border-hot-match-provider\/20 {
    border-color: rgba(50,44,41,.2)
}

.border-hot-match-provider\/25 {
    border-color: rgba(50,44,41,.25)
}

.border-hot-match-provider\/30 {
    border-color: rgba(50,44,41,.3)
}

.border-hot-match-provider\/40 {
    border-color: rgba(50,44,41,.4)
}

.border-hot-match-provider\/5 {
    border-color: rgba(50,44,41,.05)
}

.border-hot-match-provider\/50 {
    border-color: rgba(50,44,41,.5)
}

.border-hot-match-provider\/60 {
    border-color: rgba(50,44,41,.6)
}

.border-hot-match-provider\/70 {
    border-color: rgba(50,44,41,.7)
}

.border-hot-match-provider\/75 {
    border-color: rgba(50,44,41,.75)
}

.border-hot-match-provider\/80 {
    border-color: rgba(50,44,41,.8)
}

.border-hot-match-provider\/90 {
    border-color: rgba(50,44,41,.9)
}

.border-hot-match-provider\/95 {
    border-color: rgba(50,44,41,.95)
}

.border-hot-match-red {
    --tw-border-opacity: 1;
    border-color: rgb(234 51 42/var(--tw-border-opacity))
}

.border-hot-match-red\/0 {
    border-color: rgba(234,51,42,0)
}

.border-hot-match-red\/10 {
    border-color: rgba(234,51,42,.1)
}

.border-hot-match-red\/100 {
    border-color: #ea332a
}

.border-hot-match-red\/20 {
    border-color: rgba(234,51,42,.2)
}

.border-hot-match-red\/25 {
    border-color: rgba(234,51,42,.25)
}

.border-hot-match-red\/30 {
    border-color: rgba(234,51,42,.3)
}

.border-hot-match-red\/40 {
    border-color: rgba(234,51,42,.4)
}

.border-hot-match-red\/5 {
    border-color: rgba(234,51,42,.05)
}

.border-hot-match-red\/50 {
    border-color: rgba(234,51,42,.5)
}

.border-hot-match-red\/60 {
    border-color: rgba(234,51,42,.6)
}

.border-hot-match-red\/70 {
    border-color: rgba(234,51,42,.7)
}

.border-hot-match-red\/75 {
    border-color: rgba(234,51,42,.75)
}

.border-hot-match-red\/80 {
    border-color: rgba(234,51,42,.8)
}

.border-hot-match-red\/90 {
    border-color: rgba(234,51,42,.9)
}

.border-hot-match-red\/95 {
    border-color: rgba(234,51,42,.95)
}

.border-hot-match-row {
    --tw-border-opacity: 1;
    border-color: rgb(244 204 144/var(--tw-border-opacity))
}

.border-hot-match-row\/0 {
    border-color: hsla(36,82%,76%,0)
}

.border-hot-match-row\/10 {
    border-color: hsla(36,82%,76%,.1)
}

.border-hot-match-row\/100 {
    border-color: #f4cc90
}

.border-hot-match-row\/20 {
    border-color: hsla(36,82%,76%,.2)
}

.border-hot-match-row\/25 {
    border-color: hsla(36,82%,76%,.25)
}

.border-hot-match-row\/30 {
    border-color: hsla(36,82%,76%,.3)
}

.border-hot-match-row\/40 {
    border-color: hsla(36,82%,76%,.4)
}

.border-hot-match-row\/5 {
    border-color: hsla(36,82%,76%,.05)
}

.border-hot-match-row\/50 {
    border-color: hsla(36,82%,76%,.5)
}

.border-hot-match-row\/60 {
    border-color: hsla(36,82%,76%,.6)
}

.border-hot-match-row\/70 {
    border-color: hsla(36,82%,76%,.7)
}

.border-hot-match-row\/75 {
    border-color: hsla(36,82%,76%,.75)
}

.border-hot-match-row\/80 {
    border-color: hsla(36,82%,76%,.8)
}

.border-hot-match-row\/90 {
    border-color: hsla(36,82%,76%,.9)
}

.border-hot-match-row\/95 {
    border-color: hsla(36,82%,76%,.95)
}

.border-hot-match-table-title {
    --tw-border-opacity: 1;
    border-color: rgb(255 214 145/var(--tw-border-opacity))
}

.border-hot-match-table-title\/0 {
    border-color: rgba(255,214,145,0)
}

.border-hot-match-table-title\/10 {
    border-color: rgba(255,214,145,.1)
}

.border-hot-match-table-title\/100 {
    border-color: #ffd691
}

.border-hot-match-table-title\/20 {
    border-color: rgba(255,214,145,.2)
}

.border-hot-match-table-title\/25 {
    border-color: rgba(255,214,145,.25)
}

.border-hot-match-table-title\/30 {
    border-color: rgba(255,214,145,.3)
}

.border-hot-match-table-title\/40 {
    border-color: rgba(255,214,145,.4)
}

.border-hot-match-table-title\/5 {
    border-color: rgba(255,214,145,.05)
}

.border-hot-match-table-title\/50 {
    border-color: rgba(255,214,145,.5)
}

.border-hot-match-table-title\/60 {
    border-color: rgba(255,214,145,.6)
}

.border-hot-match-table-title\/70 {
    border-color: rgba(255,214,145,.7)
}

.border-hot-match-table-title\/75 {
    border-color: rgba(255,214,145,.75)
}

.border-hot-match-table-title\/80 {
    border-color: rgba(255,214,145,.8)
}

.border-hot-match-table-title\/90 {
    border-color: rgba(255,214,145,.9)
}

.border-hot-match-table-title\/95 {
    border-color: rgba(255,214,145,.95)
}

.border-hot-match-text {
    --tw-border-opacity: 1;
    border-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-hot-match-text\/0 {
    border-color: rgba(58,58,58,0)
}

.border-hot-match-text\/10 {
    border-color: rgba(58,58,58,.1)
}

.border-hot-match-text\/100 {
    border-color: #3a3a3a
}

.border-hot-match-text\/20 {
    border-color: rgba(58,58,58,.2)
}

.border-hot-match-text\/25 {
    border-color: rgba(58,58,58,.25)
}

.border-hot-match-text\/30 {
    border-color: rgba(58,58,58,.3)
}

.border-hot-match-text\/40 {
    border-color: rgba(58,58,58,.4)
}

.border-hot-match-text\/5 {
    border-color: rgba(58,58,58,.05)
}

.border-hot-match-text\/50 {
    border-color: rgba(58,58,58,.5)
}

.border-hot-match-text\/60 {
    border-color: rgba(58,58,58,.6)
}

.border-hot-match-text\/70 {
    border-color: rgba(58,58,58,.7)
}

.border-hot-match-text\/75 {
    border-color: rgba(58,58,58,.75)
}

.border-hot-match-text\/80 {
    border-color: rgba(58,58,58,.8)
}

.border-hot-match-text\/90 {
    border-color: rgba(58,58,58,.9)
}

.border-hot-match-text\/95 {
    border-color: rgba(58,58,58,.95)
}

.border-inactive {
    --tw-border-opacity: 1;
    border-color: rgb(115 115 116/var(--tw-border-opacity))
}

.border-inactive\/0 {
    border-color: hsla(240,0%,45%,0)
}

.border-inactive\/10 {
    border-color: hsla(240,0%,45%,.1)
}

.border-inactive\/100 {
    border-color: #737374
}

.border-inactive\/20 {
    border-color: hsla(240,0%,45%,.2)
}

.border-inactive\/25 {
    border-color: hsla(240,0%,45%,.25)
}

.border-inactive\/30 {
    border-color: hsla(240,0%,45%,.3)
}

.border-inactive\/40 {
    border-color: hsla(240,0%,45%,.4)
}

.border-inactive\/5 {
    border-color: hsla(240,0%,45%,.05)
}

.border-inactive\/50 {
    border-color: hsla(240,0%,45%,.5)
}

.border-inactive\/60 {
    border-color: hsla(240,0%,45%,.6)
}

.border-inactive\/70 {
    border-color: hsla(240,0%,45%,.7)
}

.border-inactive\/75 {
    border-color: hsla(240,0%,45%,.75)
}

.border-inactive\/80 {
    border-color: hsla(240,0%,45%,.8)
}

.border-inactive\/90 {
    border-color: hsla(240,0%,45%,.9)
}

.border-inactive\/95 {
    border-color: hsla(240,0%,45%,.95)
}

.border-input-popup {
    --tw-border-opacity: 1;
    border-color: rgb(21 22 22/var(--tw-border-opacity))
}

.border-input-popup\/0 {
    border-color: rgba(21,22,22,0)
}

.border-input-popup\/10 {
    border-color: rgba(21,22,22,.1)
}

.border-input-popup\/100 {
    border-color: #151616
}

.border-input-popup\/20 {
    border-color: rgba(21,22,22,.2)
}

.border-input-popup\/25 {
    border-color: rgba(21,22,22,.25)
}

.border-input-popup\/30 {
    border-color: rgba(21,22,22,.3)
}

.border-input-popup\/40 {
    border-color: rgba(21,22,22,.4)
}

.border-input-popup\/5 {
    border-color: rgba(21,22,22,.05)
}

.border-input-popup\/50 {
    border-color: rgba(21,22,22,.5)
}

.border-input-popup\/60 {
    border-color: rgba(21,22,22,.6)
}

.border-input-popup\/70 {
    border-color: rgba(21,22,22,.7)
}

.border-input-popup\/75 {
    border-color: rgba(21,22,22,.75)
}

.border-input-popup\/80 {
    border-color: rgba(21,22,22,.8)
}

.border-input-popup\/90 {
    border-color: rgba(21,22,22,.9)
}

.border-input-popup\/95 {
    border-color: rgba(21,22,22,.95)
}

.border-input-profile {
    --tw-border-opacity: 1;
    border-color: rgb(68 67 67/var(--tw-border-opacity))
}

.border-input-profile\/0 {
    border-color: rgba(68,67,67,0)
}

.border-input-profile\/10 {
    border-color: rgba(68,67,67,.1)
}

.border-input-profile\/100 {
    border-color: #444343
}

.border-input-profile\/20 {
    border-color: rgba(68,67,67,.2)
}

.border-input-profile\/25 {
    border-color: rgba(68,67,67,.25)
}

.border-input-profile\/30 {
    border-color: rgba(68,67,67,.3)
}

.border-input-profile\/40 {
    border-color: rgba(68,67,67,.4)
}

.border-input-profile\/5 {
    border-color: rgba(68,67,67,.05)
}

.border-input-profile\/50 {
    border-color: rgba(68,67,67,.5)
}

.border-input-profile\/60 {
    border-color: rgba(68,67,67,.6)
}

.border-input-profile\/70 {
    border-color: rgba(68,67,67,.7)
}

.border-input-profile\/75 {
    border-color: rgba(68,67,67,.75)
}

.border-input-profile\/80 {
    border-color: rgba(68,67,67,.8)
}

.border-input-profile\/90 {
    border-color: rgba(68,67,67,.9)
}

.border-input-profile\/95 {
    border-color: rgba(68,67,67,.95)
}

.border-item-history-first {
    --tw-border-opacity: 1;
    border-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-item-history-first\/0 {
    border-color: rgba(48,53,56,0)
}

.border-item-history-first\/10 {
    border-color: rgba(48,53,56,.1)
}

.border-item-history-first\/100 {
    border-color: #303538
}

.border-item-history-first\/20 {
    border-color: rgba(48,53,56,.2)
}

.border-item-history-first\/25 {
    border-color: rgba(48,53,56,.25)
}

.border-item-history-first\/30 {
    border-color: rgba(48,53,56,.3)
}

.border-item-history-first\/40 {
    border-color: rgba(48,53,56,.4)
}

.border-item-history-first\/5 {
    border-color: rgba(48,53,56,.05)
}

.border-item-history-first\/50 {
    border-color: rgba(48,53,56,.5)
}

.border-item-history-first\/60 {
    border-color: rgba(48,53,56,.6)
}

.border-item-history-first\/70 {
    border-color: rgba(48,53,56,.7)
}

.border-item-history-first\/75 {
    border-color: rgba(48,53,56,.75)
}

.border-item-history-first\/80 {
    border-color: rgba(48,53,56,.8)
}

.border-item-history-first\/90 {
    border-color: rgba(48,53,56,.9)
}

.border-item-history-first\/95 {
    border-color: rgba(48,53,56,.95)
}

.border-item-history-second {
    --tw-border-opacity: 1;
    border-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-item-history-second\/0 {
    border-color: rgba(39,38,36,0)
}

.border-item-history-second\/10 {
    border-color: rgba(39,38,36,.1)
}

.border-item-history-second\/100 {
    border-color: #272624
}

.border-item-history-second\/20 {
    border-color: rgba(39,38,36,.2)
}

.border-item-history-second\/25 {
    border-color: rgba(39,38,36,.25)
}

.border-item-history-second\/30 {
    border-color: rgba(39,38,36,.3)
}

.border-item-history-second\/40 {
    border-color: rgba(39,38,36,.4)
}

.border-item-history-second\/5 {
    border-color: rgba(39,38,36,.05)
}

.border-item-history-second\/50 {
    border-color: rgba(39,38,36,.5)
}

.border-item-history-second\/60 {
    border-color: rgba(39,38,36,.6)
}

.border-item-history-second\/70 {
    border-color: rgba(39,38,36,.7)
}

.border-item-history-second\/75 {
    border-color: rgba(39,38,36,.75)
}

.border-item-history-second\/80 {
    border-color: rgba(39,38,36,.8)
}

.border-item-history-second\/90 {
    border-color: rgba(39,38,36,.9)
}

.border-item-history-second\/95 {
    border-color: rgba(39,38,36,.95)
}

.border-login-form {
    --tw-border-opacity: 1;
    border-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-login-form\/0 {
    border-color: rgba(39,38,36,0)
}

.border-login-form\/10 {
    border-color: rgba(39,38,36,.1)
}

.border-login-form\/100 {
    border-color: #272624
}

.border-login-form\/20 {
    border-color: rgba(39,38,36,.2)
}

.border-login-form\/25 {
    border-color: rgba(39,38,36,.25)
}

.border-login-form\/30 {
    border-color: rgba(39,38,36,.3)
}

.border-login-form\/40 {
    border-color: rgba(39,38,36,.4)
}

.border-login-form\/5 {
    border-color: rgba(39,38,36,.05)
}

.border-login-form\/50 {
    border-color: rgba(39,38,36,.5)
}

.border-login-form\/60 {
    border-color: rgba(39,38,36,.6)
}

.border-login-form\/70 {
    border-color: rgba(39,38,36,.7)
}

.border-login-form\/75 {
    border-color: rgba(39,38,36,.75)
}

.border-login-form\/80 {
    border-color: rgba(39,38,36,.8)
}

.border-login-form\/90 {
    border-color: rgba(39,38,36,.9)
}

.border-login-form\/95 {
    border-color: rgba(39,38,36,.95)
}

.border-main-header {
    --tw-border-opacity: 1;
    border-color: rgb(36 29 27/var(--tw-border-opacity))
}

.border-main-header\/0 {
    border-color: rgba(36,29,27,0)
}

.border-main-header\/10 {
    border-color: rgba(36,29,27,.1)
}

.border-main-header\/100 {
    border-color: #241d1b
}

.border-main-header\/20 {
    border-color: rgba(36,29,27,.2)
}

.border-main-header\/25 {
    border-color: rgba(36,29,27,.25)
}

.border-main-header\/30 {
    border-color: rgba(36,29,27,.3)
}

.border-main-header\/40 {
    border-color: rgba(36,29,27,.4)
}

.border-main-header\/5 {
    border-color: rgba(36,29,27,.05)
}

.border-main-header\/50 {
    border-color: rgba(36,29,27,.5)
}

.border-main-header\/60 {
    border-color: rgba(36,29,27,.6)
}

.border-main-header\/70 {
    border-color: rgba(36,29,27,.7)
}

.border-main-header\/75 {
    border-color: rgba(36,29,27,.75)
}

.border-main-header\/80 {
    border-color: rgba(36,29,27,.8)
}

.border-main-header\/90 {
    border-color: rgba(36,29,27,.9)
}

.border-main-header\/95 {
    border-color: rgba(36,29,27,.95)
}

.border-marquee {
    --tw-border-opacity: 1;
    border-color: rgb(225 214 180/var(--tw-border-opacity))
}

.border-marquee\/0 {
    border-color: hsla(45,43%,79%,0)
}

.border-marquee\/10 {
    border-color: hsla(45,43%,79%,.1)
}

.border-marquee\/100 {
    border-color: #e1d6b4
}

.border-marquee\/20 {
    border-color: hsla(45,43%,79%,.2)
}

.border-marquee\/25 {
    border-color: hsla(45,43%,79%,.25)
}

.border-marquee\/30 {
    border-color: hsla(45,43%,79%,.3)
}

.border-marquee\/40 {
    border-color: hsla(45,43%,79%,.4)
}

.border-marquee\/5 {
    border-color: hsla(45,43%,79%,.05)
}

.border-marquee\/50 {
    border-color: hsla(45,43%,79%,.5)
}

.border-marquee\/60 {
    border-color: hsla(45,43%,79%,.6)
}

.border-marquee\/70 {
    border-color: hsla(45,43%,79%,.7)
}

.border-marquee\/75 {
    border-color: hsla(45,43%,79%,.75)
}

.border-marquee\/80 {
    border-color: hsla(45,43%,79%,.8)
}

.border-marquee\/90 {
    border-color: hsla(45,43%,79%,.9)
}

.border-marquee\/95 {
    border-color: hsla(45,43%,79%,.95)
}

.border-mobile-account-info {
    --tw-border-opacity: 1;
    border-color: rgb(79 54 31/var(--tw-border-opacity))
}

.border-mobile-account-info\/0 {
    border-color: rgba(79,54,31,0)
}

.border-mobile-account-info\/10 {
    border-color: rgba(79,54,31,.1)
}

.border-mobile-account-info\/100 {
    border-color: #4f361f
}

.border-mobile-account-info\/20 {
    border-color: rgba(79,54,31,.2)
}

.border-mobile-account-info\/25 {
    border-color: rgba(79,54,31,.25)
}

.border-mobile-account-info\/30 {
    border-color: rgba(79,54,31,.3)
}

.border-mobile-account-info\/40 {
    border-color: rgba(79,54,31,.4)
}

.border-mobile-account-info\/5 {
    border-color: rgba(79,54,31,.05)
}

.border-mobile-account-info\/50 {
    border-color: rgba(79,54,31,.5)
}

.border-mobile-account-info\/60 {
    border-color: rgba(79,54,31,.6)
}

.border-mobile-account-info\/70 {
    border-color: rgba(79,54,31,.7)
}

.border-mobile-account-info\/75 {
    border-color: rgba(79,54,31,.75)
}

.border-mobile-account-info\/80 {
    border-color: rgba(79,54,31,.8)
}

.border-mobile-account-info\/90 {
    border-color: rgba(79,54,31,.9)
}

.border-mobile-account-info\/95 {
    border-color: rgba(79,54,31,.95)
}

.border-mobile-border {
    --tw-border-opacity: 1;
    border-color: rgb(124 76 26/var(--tw-border-opacity))
}

.border-mobile-border\/0 {
    border-color: rgba(124,76,26,0)
}

.border-mobile-border\/10 {
    border-color: rgba(124,76,26,.1)
}

.border-mobile-border\/100 {
    border-color: #7c4c1a
}

.border-mobile-border\/20 {
    border-color: rgba(124,76,26,.2)
}

.border-mobile-border\/25 {
    border-color: rgba(124,76,26,.25)
}

.border-mobile-border\/30 {
    border-color: rgba(124,76,26,.3)
}

.border-mobile-border\/40 {
    border-color: rgba(124,76,26,.4)
}

.border-mobile-border\/5 {
    border-color: rgba(124,76,26,.05)
}

.border-mobile-border\/50 {
    border-color: rgba(124,76,26,.5)
}

.border-mobile-border\/60 {
    border-color: rgba(124,76,26,.6)
}

.border-mobile-border\/70 {
    border-color: rgba(124,76,26,.7)
}

.border-mobile-border\/75 {
    border-color: rgba(124,76,26,.75)
}

.border-mobile-border\/80 {
    border-color: rgba(124,76,26,.8)
}

.border-mobile-border\/90 {
    border-color: rgba(124,76,26,.9)
}

.border-mobile-border\/95 {
    border-color: rgba(124,76,26,.95)
}

.border-mobile-card {
    --tw-border-opacity: 1;
    border-color: rgb(35 35 35/var(--tw-border-opacity))
}

.border-mobile-card\/0 {
    border-color: rgba(35,35,35,0)
}

.border-mobile-card\/10 {
    border-color: rgba(35,35,35,.1)
}

.border-mobile-card\/100 {
    border-color: #232323
}

.border-mobile-card\/20 {
    border-color: rgba(35,35,35,.2)
}

.border-mobile-card\/25 {
    border-color: rgba(35,35,35,.25)
}

.border-mobile-card\/30 {
    border-color: rgba(35,35,35,.3)
}

.border-mobile-card\/40 {
    border-color: rgba(35,35,35,.4)
}

.border-mobile-card\/5 {
    border-color: rgba(35,35,35,.05)
}

.border-mobile-card\/50 {
    border-color: rgba(35,35,35,.5)
}

.border-mobile-card\/60 {
    border-color: rgba(35,35,35,.6)
}

.border-mobile-card\/70 {
    border-color: rgba(35,35,35,.7)
}

.border-mobile-card\/75 {
    border-color: rgba(35,35,35,.75)
}

.border-mobile-card\/80 {
    border-color: rgba(35,35,35,.8)
}

.border-mobile-card\/90 {
    border-color: rgba(35,35,35,.9)
}

.border-mobile-card\/95 {
    border-color: rgba(35,35,35,.95)
}

.border-mobile-menu-game-background {
    --tw-border-opacity: 1;
    border-color: rgb(38 27 24/var(--tw-border-opacity))
}

.border-mobile-menu-game-background\/0 {
    border-color: rgba(38,27,24,0)
}

.border-mobile-menu-game-background\/10 {
    border-color: rgba(38,27,24,.1)
}

.border-mobile-menu-game-background\/100 {
    border-color: #261b18
}

.border-mobile-menu-game-background\/20 {
    border-color: rgba(38,27,24,.2)
}

.border-mobile-menu-game-background\/25 {
    border-color: rgba(38,27,24,.25)
}

.border-mobile-menu-game-background\/30 {
    border-color: rgba(38,27,24,.3)
}

.border-mobile-menu-game-background\/40 {
    border-color: rgba(38,27,24,.4)
}

.border-mobile-menu-game-background\/5 {
    border-color: rgba(38,27,24,.05)
}

.border-mobile-menu-game-background\/50 {
    border-color: rgba(38,27,24,.5)
}

.border-mobile-menu-game-background\/60 {
    border-color: rgba(38,27,24,.6)
}

.border-mobile-menu-game-background\/70 {
    border-color: rgba(38,27,24,.7)
}

.border-mobile-menu-game-background\/75 {
    border-color: rgba(38,27,24,.75)
}

.border-mobile-menu-game-background\/80 {
    border-color: rgba(38,27,24,.8)
}

.border-mobile-menu-game-background\/90 {
    border-color: rgba(38,27,24,.9)
}

.border-mobile-menu-game-background\/95 {
    border-color: rgba(38,27,24,.95)
}

.border-mobile-menu-game-filter {
    --tw-border-opacity: 1;
    border-color: rgb(65 46 27/var(--tw-border-opacity))
}

.border-mobile-menu-game-filter\/0 {
    border-color: rgba(65,46,27,0)
}

.border-mobile-menu-game-filter\/10 {
    border-color: rgba(65,46,27,.1)
}

.border-mobile-menu-game-filter\/100 {
    border-color: #412e1b
}

.border-mobile-menu-game-filter\/20 {
    border-color: rgba(65,46,27,.2)
}

.border-mobile-menu-game-filter\/25 {
    border-color: rgba(65,46,27,.25)
}

.border-mobile-menu-game-filter\/30 {
    border-color: rgba(65,46,27,.3)
}

.border-mobile-menu-game-filter\/40 {
    border-color: rgba(65,46,27,.4)
}

.border-mobile-menu-game-filter\/5 {
    border-color: rgba(65,46,27,.05)
}

.border-mobile-menu-game-filter\/50 {
    border-color: rgba(65,46,27,.5)
}

.border-mobile-menu-game-filter\/60 {
    border-color: rgba(65,46,27,.6)
}

.border-mobile-menu-game-filter\/70 {
    border-color: rgba(65,46,27,.7)
}

.border-mobile-menu-game-filter\/75 {
    border-color: rgba(65,46,27,.75)
}

.border-mobile-menu-game-filter\/80 {
    border-color: rgba(65,46,27,.8)
}

.border-mobile-menu-game-filter\/90 {
    border-color: rgba(65,46,27,.9)
}

.border-mobile-menu-game-filter\/95 {
    border-color: rgba(65,46,27,.95)
}

.border-mobile-menu-game-provider {
    --tw-border-opacity: 1;
    border-color: rgb(58 38 17/var(--tw-border-opacity))
}

.border-mobile-menu-game-provider\/0 {
    border-color: rgba(58,38,17,0)
}

.border-mobile-menu-game-provider\/10 {
    border-color: rgba(58,38,17,.1)
}

.border-mobile-menu-game-provider\/100 {
    border-color: #3a2611
}

.border-mobile-menu-game-provider\/20 {
    border-color: rgba(58,38,17,.2)
}

.border-mobile-menu-game-provider\/25 {
    border-color: rgba(58,38,17,.25)
}

.border-mobile-menu-game-provider\/30 {
    border-color: rgba(58,38,17,.3)
}

.border-mobile-menu-game-provider\/40 {
    border-color: rgba(58,38,17,.4)
}

.border-mobile-menu-game-provider\/5 {
    border-color: rgba(58,38,17,.05)
}

.border-mobile-menu-game-provider\/50 {
    border-color: rgba(58,38,17,.5)
}

.border-mobile-menu-game-provider\/60 {
    border-color: rgba(58,38,17,.6)
}

.border-mobile-menu-game-provider\/70 {
    border-color: rgba(58,38,17,.7)
}

.border-mobile-menu-game-provider\/75 {
    border-color: rgba(58,38,17,.75)
}

.border-mobile-menu-game-provider\/80 {
    border-color: rgba(58,38,17,.8)
}

.border-mobile-menu-game-provider\/90 {
    border-color: rgba(58,38,17,.9)
}

.border-mobile-menu-game-provider\/95 {
    border-color: rgba(58,38,17,.95)
}

.border-mobile-menu-game-text {
    --tw-border-opacity: 1;
    border-color: rgb(128 117 106/var(--tw-border-opacity))
}

.border-mobile-menu-game-text\/0 {
    border-color: hsla(30,9%,46%,0)
}

.border-mobile-menu-game-text\/10 {
    border-color: hsla(30,9%,46%,.1)
}

.border-mobile-menu-game-text\/100 {
    border-color: #80756a
}

.border-mobile-menu-game-text\/20 {
    border-color: hsla(30,9%,46%,.2)
}

.border-mobile-menu-game-text\/25 {
    border-color: hsla(30,9%,46%,.25)
}

.border-mobile-menu-game-text\/30 {
    border-color: hsla(30,9%,46%,.3)
}

.border-mobile-menu-game-text\/40 {
    border-color: hsla(30,9%,46%,.4)
}

.border-mobile-menu-game-text\/5 {
    border-color: hsla(30,9%,46%,.05)
}

.border-mobile-menu-game-text\/50 {
    border-color: hsla(30,9%,46%,.5)
}

.border-mobile-menu-game-text\/60 {
    border-color: hsla(30,9%,46%,.6)
}

.border-mobile-menu-game-text\/70 {
    border-color: hsla(30,9%,46%,.7)
}

.border-mobile-menu-game-text\/75 {
    border-color: hsla(30,9%,46%,.75)
}

.border-mobile-menu-game-text\/80 {
    border-color: hsla(30,9%,46%,.8)
}

.border-mobile-menu-game-text\/90 {
    border-color: hsla(30,9%,46%,.9)
}

.border-mobile-menu-game-text\/95 {
    border-color: hsla(30,9%,46%,.95)
}

.border-mobile-nav-text-inactive {
    --tw-border-opacity: 1;
    border-color: rgb(219 210 194/var(--tw-border-opacity))
}

.border-mobile-nav-text-inactive\/0 {
    border-color: hsla(38,26%,81%,0)
}

.border-mobile-nav-text-inactive\/10 {
    border-color: hsla(38,26%,81%,.1)
}

.border-mobile-nav-text-inactive\/100 {
    border-color: #dbd2c2
}

.border-mobile-nav-text-inactive\/20 {
    border-color: hsla(38,26%,81%,.2)
}

.border-mobile-nav-text-inactive\/25 {
    border-color: hsla(38,26%,81%,.25)
}

.border-mobile-nav-text-inactive\/30 {
    border-color: hsla(38,26%,81%,.3)
}

.border-mobile-nav-text-inactive\/40 {
    border-color: hsla(38,26%,81%,.4)
}

.border-mobile-nav-text-inactive\/5 {
    border-color: hsla(38,26%,81%,.05)
}

.border-mobile-nav-text-inactive\/50 {
    border-color: hsla(38,26%,81%,.5)
}

.border-mobile-nav-text-inactive\/60 {
    border-color: hsla(38,26%,81%,.6)
}

.border-mobile-nav-text-inactive\/70 {
    border-color: hsla(38,26%,81%,.7)
}

.border-mobile-nav-text-inactive\/75 {
    border-color: hsla(38,26%,81%,.75)
}

.border-mobile-nav-text-inactive\/80 {
    border-color: hsla(38,26%,81%,.8)
}

.border-mobile-nav-text-inactive\/90 {
    border-color: hsla(38,26%,81%,.9)
}

.border-mobile-nav-text-inactive\/95 {
    border-color: hsla(38,26%,81%,.95)
}

.border-mobile-sidebar-logo {
    --tw-border-opacity: 1;
    border-color: rgb(67 46 27/var(--tw-border-opacity))
}

.border-mobile-sidebar-logo\/0 {
    border-color: rgba(67,46,27,0)
}

.border-mobile-sidebar-logo\/10 {
    border-color: rgba(67,46,27,.1)
}

.border-mobile-sidebar-logo\/100 {
    border-color: #432e1b
}

.border-mobile-sidebar-logo\/20 {
    border-color: rgba(67,46,27,.2)
}

.border-mobile-sidebar-logo\/25 {
    border-color: rgba(67,46,27,.25)
}

.border-mobile-sidebar-logo\/30 {
    border-color: rgba(67,46,27,.3)
}

.border-mobile-sidebar-logo\/40 {
    border-color: rgba(67,46,27,.4)
}

.border-mobile-sidebar-logo\/5 {
    border-color: rgba(67,46,27,.05)
}

.border-mobile-sidebar-logo\/50 {
    border-color: rgba(67,46,27,.5)
}

.border-mobile-sidebar-logo\/60 {
    border-color: rgba(67,46,27,.6)
}

.border-mobile-sidebar-logo\/70 {
    border-color: rgba(67,46,27,.7)
}

.border-mobile-sidebar-logo\/75 {
    border-color: rgba(67,46,27,.75)
}

.border-mobile-sidebar-logo\/80 {
    border-color: rgba(67,46,27,.8)
}

.border-mobile-sidebar-logo\/90 {
    border-color: rgba(67,46,27,.9)
}

.border-mobile-sidebar-logo\/95 {
    border-color: rgba(67,46,27,.95)
}

.border-mobile-table-header {
    --tw-border-opacity: 1;
    border-color: rgb(113 95 71/var(--tw-border-opacity))
}

.border-mobile-table-header\/0 {
    border-color: rgba(113,95,71,0)
}

.border-mobile-table-header\/10 {
    border-color: rgba(113,95,71,.1)
}

.border-mobile-table-header\/100 {
    border-color: #715f47
}

.border-mobile-table-header\/20 {
    border-color: rgba(113,95,71,.2)
}

.border-mobile-table-header\/25 {
    border-color: rgba(113,95,71,.25)
}

.border-mobile-table-header\/30 {
    border-color: rgba(113,95,71,.3)
}

.border-mobile-table-header\/40 {
    border-color: rgba(113,95,71,.4)
}

.border-mobile-table-header\/5 {
    border-color: rgba(113,95,71,.05)
}

.border-mobile-table-header\/50 {
    border-color: rgba(113,95,71,.5)
}

.border-mobile-table-header\/60 {
    border-color: rgba(113,95,71,.6)
}

.border-mobile-table-header\/70 {
    border-color: rgba(113,95,71,.7)
}

.border-mobile-table-header\/75 {
    border-color: rgba(113,95,71,.75)
}

.border-mobile-table-header\/80 {
    border-color: rgba(113,95,71,.8)
}

.border-mobile-table-header\/90 {
    border-color: rgba(113,95,71,.9)
}

.border-mobile-table-header\/95 {
    border-color: rgba(113,95,71,.95)
}

.border-orange {
    --tw-border-opacity: 1;
    border-color: rgb(200 150 51/var(--tw-border-opacity))
}

.border-orange\/0 {
    border-color: rgba(200,150,51,0)
}

.border-orange\/10 {
    border-color: rgba(200,150,51,.1)
}

.border-orange\/100 {
    border-color: #c89633
}

.border-orange\/20 {
    border-color: rgba(200,150,51,.2)
}

.border-orange\/25 {
    border-color: rgba(200,150,51,.25)
}

.border-orange\/30 {
    border-color: rgba(200,150,51,.3)
}

.border-orange\/40 {
    border-color: rgba(200,150,51,.4)
}

.border-orange\/5 {
    border-color: rgba(200,150,51,.05)
}

.border-orange\/50 {
    border-color: rgba(200,150,51,.5)
}

.border-orange\/60 {
    border-color: rgba(200,150,51,.6)
}

.border-orange\/70 {
    border-color: rgba(200,150,51,.7)
}

.border-orange\/75 {
    border-color: rgba(200,150,51,.75)
}

.border-orange\/80 {
    border-color: rgba(200,150,51,.8)
}

.border-orange\/90 {
    border-color: rgba(200,150,51,.9)
}

.border-orange\/95 {
    border-color: rgba(200,150,51,.95)
}

.border-progress-below {
    --tw-border-opacity: 1;
    border-color: rgb(52 44 42/var(--tw-border-opacity))
}

.border-progress-below\/0 {
    border-color: rgba(52,44,42,0)
}

.border-progress-below\/10 {
    border-color: rgba(52,44,42,.1)
}

.border-progress-below\/100 {
    border-color: #342c2a
}

.border-progress-below\/20 {
    border-color: rgba(52,44,42,.2)
}

.border-progress-below\/25 {
    border-color: rgba(52,44,42,.25)
}

.border-progress-below\/30 {
    border-color: rgba(52,44,42,.3)
}

.border-progress-below\/40 {
    border-color: rgba(52,44,42,.4)
}

.border-progress-below\/5 {
    border-color: rgba(52,44,42,.05)
}

.border-progress-below\/50 {
    border-color: rgba(52,44,42,.5)
}

.border-progress-below\/60 {
    border-color: rgba(52,44,42,.6)
}

.border-progress-below\/70 {
    border-color: rgba(52,44,42,.7)
}

.border-progress-below\/75 {
    border-color: rgba(52,44,42,.75)
}

.border-progress-below\/80 {
    border-color: rgba(52,44,42,.8)
}

.border-progress-below\/90 {
    border-color: rgba(52,44,42,.9)
}

.border-progress-below\/95 {
    border-color: rgba(52,44,42,.95)
}

.border-promotion-profile-cashback {
    --tw-border-opacity: 1;
    border-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-promotion-profile-cashback\/0 {
    border-color: rgba(58,58,58,0)
}

.border-promotion-profile-cashback\/10 {
    border-color: rgba(58,58,58,.1)
}

.border-promotion-profile-cashback\/100 {
    border-color: #3a3a3a
}

.border-promotion-profile-cashback\/20 {
    border-color: rgba(58,58,58,.2)
}

.border-promotion-profile-cashback\/25 {
    border-color: rgba(58,58,58,.25)
}

.border-promotion-profile-cashback\/30 {
    border-color: rgba(58,58,58,.3)
}

.border-promotion-profile-cashback\/40 {
    border-color: rgba(58,58,58,.4)
}

.border-promotion-profile-cashback\/5 {
    border-color: rgba(58,58,58,.05)
}

.border-promotion-profile-cashback\/50 {
    border-color: rgba(58,58,58,.5)
}

.border-promotion-profile-cashback\/60 {
    border-color: rgba(58,58,58,.6)
}

.border-promotion-profile-cashback\/70 {
    border-color: rgba(58,58,58,.7)
}

.border-promotion-profile-cashback\/75 {
    border-color: rgba(58,58,58,.75)
}

.border-promotion-profile-cashback\/80 {
    border-color: rgba(58,58,58,.8)
}

.border-promotion-profile-cashback\/90 {
    border-color: rgba(58,58,58,.9)
}

.border-promotion-profile-cashback\/95 {
    border-color: rgba(58,58,58,.95)
}

.border-promotion-profile-header {
    --tw-border-opacity: 1;
    border-color: rgb(65 64 64/var(--tw-border-opacity))
}

.border-promotion-profile-header\/0 {
    border-color: rgba(65,64,64,0)
}

.border-promotion-profile-header\/10 {
    border-color: rgba(65,64,64,.1)
}

.border-promotion-profile-header\/100 {
    border-color: #414040
}

.border-promotion-profile-header\/20 {
    border-color: rgba(65,64,64,.2)
}

.border-promotion-profile-header\/25 {
    border-color: rgba(65,64,64,.25)
}

.border-promotion-profile-header\/30 {
    border-color: rgba(65,64,64,.3)
}

.border-promotion-profile-header\/40 {
    border-color: rgba(65,64,64,.4)
}

.border-promotion-profile-header\/5 {
    border-color: rgba(65,64,64,.05)
}

.border-promotion-profile-header\/50 {
    border-color: rgba(65,64,64,.5)
}

.border-promotion-profile-header\/60 {
    border-color: rgba(65,64,64,.6)
}

.border-promotion-profile-header\/70 {
    border-color: rgba(65,64,64,.7)
}

.border-promotion-profile-header\/75 {
    border-color: rgba(65,64,64,.75)
}

.border-promotion-profile-header\/80 {
    border-color: rgba(65,64,64,.8)
}

.border-promotion-profile-header\/90 {
    border-color: rgba(65,64,64,.9)
}

.border-promotion-profile-header\/95 {
    border-color: rgba(65,64,64,.95)
}

.border-red-attention {
    --tw-border-opacity: 1;
    border-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-red-attention\/0 {
    border-color: rgba(204,30,30,0)
}

.border-red-attention\/10 {
    border-color: rgba(204,30,30,.1)
}

.border-red-attention\/100 {
    border-color: #cc1e1e
}

.border-red-attention\/20 {
    border-color: rgba(204,30,30,.2)
}

.border-red-attention\/25 {
    border-color: rgba(204,30,30,.25)
}

.border-red-attention\/30 {
    border-color: rgba(204,30,30,.3)
}

.border-red-attention\/40 {
    border-color: rgba(204,30,30,.4)
}

.border-red-attention\/5 {
    border-color: rgba(204,30,30,.05)
}

.border-red-attention\/50 {
    border-color: rgba(204,30,30,.5)
}

.border-red-attention\/60 {
    border-color: rgba(204,30,30,.6)
}

.border-red-attention\/70 {
    border-color: rgba(204,30,30,.7)
}

.border-red-attention\/75 {
    border-color: rgba(204,30,30,.75)
}

.border-red-attention\/80 {
    border-color: rgba(204,30,30,.8)
}

.border-red-attention\/90 {
    border-color: rgba(204,30,30,.9)
}

.border-red-attention\/95 {
    border-color: rgba(204,30,30,.95)
}

.border-red-bg-hot-pick {
    --tw-border-opacity: 1;
    border-color: rgb(23 14 10/var(--tw-border-opacity))
}

.border-red-bg-hot-pick\/0 {
    border-color: rgba(23,14,10,0)
}

.border-red-bg-hot-pick\/10 {
    border-color: rgba(23,14,10,.1)
}

.border-red-bg-hot-pick\/100 {
    border-color: #170e0a
}

.border-red-bg-hot-pick\/20 {
    border-color: rgba(23,14,10,.2)
}

.border-red-bg-hot-pick\/25 {
    border-color: rgba(23,14,10,.25)
}

.border-red-bg-hot-pick\/30 {
    border-color: rgba(23,14,10,.3)
}

.border-red-bg-hot-pick\/40 {
    border-color: rgba(23,14,10,.4)
}

.border-red-bg-hot-pick\/5 {
    border-color: rgba(23,14,10,.05)
}

.border-red-bg-hot-pick\/50 {
    border-color: rgba(23,14,10,.5)
}

.border-red-bg-hot-pick\/60 {
    border-color: rgba(23,14,10,.6)
}

.border-red-bg-hot-pick\/70 {
    border-color: rgba(23,14,10,.7)
}

.border-red-bg-hot-pick\/75 {
    border-color: rgba(23,14,10,.75)
}

.border-red-bg-hot-pick\/80 {
    border-color: rgba(23,14,10,.8)
}

.border-red-bg-hot-pick\/90 {
    border-color: rgba(23,14,10,.9)
}

.border-red-bg-hot-pick\/95 {
    border-color: rgba(23,14,10,.95)
}

.border-red-cancelled {
    --tw-border-opacity: 1;
    border-color: rgb(239 65 57/var(--tw-border-opacity))
}

.border-red-cancelled\/0 {
    border-color: rgba(239,65,57,0)
}

.border-red-cancelled\/10 {
    border-color: rgba(239,65,57,.1)
}

.border-red-cancelled\/100 {
    border-color: #ef4139
}

.border-red-cancelled\/20 {
    border-color: rgba(239,65,57,.2)
}

.border-red-cancelled\/25 {
    border-color: rgba(239,65,57,.25)
}

.border-red-cancelled\/30 {
    border-color: rgba(239,65,57,.3)
}

.border-red-cancelled\/40 {
    border-color: rgba(239,65,57,.4)
}

.border-red-cancelled\/5 {
    border-color: rgba(239,65,57,.05)
}

.border-red-cancelled\/50 {
    border-color: rgba(239,65,57,.5)
}

.border-red-cancelled\/60 {
    border-color: rgba(239,65,57,.6)
}

.border-red-cancelled\/70 {
    border-color: rgba(239,65,57,.7)
}

.border-red-cancelled\/75 {
    border-color: rgba(239,65,57,.75)
}

.border-red-cancelled\/80 {
    border-color: rgba(239,65,57,.8)
}

.border-red-cancelled\/90 {
    border-color: rgba(239,65,57,.9)
}

.border-red-cancelled\/95 {
    border-color: rgba(239,65,57,.95)
}

.border-red-default {
    --tw-border-opacity: 1;
    border-color: rgb(255 0 0/var(--tw-border-opacity))
}

.border-red-default\/0 {
    border-color: rgba(255,0,0,0)
}

.border-red-default\/10 {
    border-color: rgba(255,0,0,.1)
}

.border-red-default\/100 {
    border-color: red
}

.border-red-default\/20 {
    border-color: rgba(255,0,0,.2)
}

.border-red-default\/25 {
    border-color: rgba(255,0,0,.25)
}

.border-red-default\/30 {
    border-color: rgba(255,0,0,.3)
}

.border-red-default\/40 {
    border-color: rgba(255,0,0,.4)
}

.border-red-default\/5 {
    border-color: rgba(255,0,0,.05)
}

.border-red-default\/50 {
    border-color: rgba(255,0,0,.5)
}

.border-red-default\/60 {
    border-color: rgba(255,0,0,.6)
}

.border-red-default\/70 {
    border-color: rgba(255,0,0,.7)
}

.border-red-default\/75 {
    border-color: rgba(255,0,0,.75)
}

.border-red-default\/80 {
    border-color: rgba(255,0,0,.8)
}

.border-red-default\/90 {
    border-color: rgba(255,0,0,.9)
}

.border-red-default\/95 {
    border-color: rgba(255,0,0,.95)
}

.border-red-error {
    --tw-border-opacity: 1;
    border-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-red-error\/0 {
    border-color: rgba(204,30,30,0)
}

.border-red-error\/10 {
    border-color: rgba(204,30,30,.1)
}

.border-red-error\/100 {
    border-color: #cc1e1e
}

.border-red-error\/20 {
    border-color: rgba(204,30,30,.2)
}

.border-red-error\/25 {
    border-color: rgba(204,30,30,.25)
}

.border-red-error\/30 {
    border-color: rgba(204,30,30,.3)
}

.border-red-error\/40 {
    border-color: rgba(204,30,30,.4)
}

.border-red-error\/5 {
    border-color: rgba(204,30,30,.05)
}

.border-red-error\/50 {
    border-color: rgba(204,30,30,.5)
}

.border-red-error\/60 {
    border-color: rgba(204,30,30,.6)
}

.border-red-error\/70 {
    border-color: rgba(204,30,30,.7)
}

.border-red-error\/75 {
    border-color: rgba(204,30,30,.75)
}

.border-red-error\/80 {
    border-color: rgba(204,30,30,.8)
}

.border-red-error\/90 {
    border-color: rgba(204,30,30,.9)
}

.border-red-error\/95 {
    border-color: rgba(204,30,30,.95)
}

.border-red-logo {
    --tw-border-opacity: 1;
    border-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-red-logo\/0 {
    border-color: rgba(204,30,30,0)
}

.border-red-logo\/10 {
    border-color: rgba(204,30,30,.1)
}

.border-red-logo\/100 {
    border-color: #cc1e1e
}

.border-red-logo\/20 {
    border-color: rgba(204,30,30,.2)
}

.border-red-logo\/25 {
    border-color: rgba(204,30,30,.25)
}

.border-red-logo\/30 {
    border-color: rgba(204,30,30,.3)
}

.border-red-logo\/40 {
    border-color: rgba(204,30,30,.4)
}

.border-red-logo\/5 {
    border-color: rgba(204,30,30,.05)
}

.border-red-logo\/50 {
    border-color: rgba(204,30,30,.5)
}

.border-red-logo\/60 {
    border-color: rgba(204,30,30,.6)
}

.border-red-logo\/70 {
    border-color: rgba(204,30,30,.7)
}

.border-red-logo\/75 {
    border-color: rgba(204,30,30,.75)
}

.border-red-logo\/80 {
    border-color: rgba(204,30,30,.8)
}

.border-red-logo\/90 {
    border-color: rgba(204,30,30,.9)
}

.border-red-logo\/95 {
    border-color: rgba(204,30,30,.95)
}

.border-red-loss {
    --tw-border-opacity: 1;
    border-color: rgb(239 65 57/var(--tw-border-opacity))
}

.border-red-loss\/0 {
    border-color: rgba(239,65,57,0)
}

.border-red-loss\/10 {
    border-color: rgba(239,65,57,.1)
}

.border-red-loss\/100 {
    border-color: #ef4139
}

.border-red-loss\/20 {
    border-color: rgba(239,65,57,.2)
}

.border-red-loss\/25 {
    border-color: rgba(239,65,57,.25)
}

.border-red-loss\/30 {
    border-color: rgba(239,65,57,.3)
}

.border-red-loss\/40 {
    border-color: rgba(239,65,57,.4)
}

.border-red-loss\/5 {
    border-color: rgba(239,65,57,.05)
}

.border-red-loss\/50 {
    border-color: rgba(239,65,57,.5)
}

.border-red-loss\/60 {
    border-color: rgba(239,65,57,.6)
}

.border-red-loss\/70 {
    border-color: rgba(239,65,57,.7)
}

.border-red-loss\/75 {
    border-color: rgba(239,65,57,.75)
}

.border-red-loss\/80 {
    border-color: rgba(239,65,57,.8)
}

.border-red-loss\/90 {
    border-color: rgba(239,65,57,.9)
}

.border-red-loss\/95 {
    border-color: rgba(239,65,57,.95)
}

.border-red-notification {
    --tw-border-opacity: 1;
    border-color: rgb(216 0 39/var(--tw-border-opacity))
}

.border-red-notification\/0 {
    border-color: rgba(216,0,39,0)
}

.border-red-notification\/10 {
    border-color: rgba(216,0,39,.1)
}

.border-red-notification\/100 {
    border-color: #d80027
}

.border-red-notification\/20 {
    border-color: rgba(216,0,39,.2)
}

.border-red-notification\/25 {
    border-color: rgba(216,0,39,.25)
}

.border-red-notification\/30 {
    border-color: rgba(216,0,39,.3)
}

.border-red-notification\/40 {
    border-color: rgba(216,0,39,.4)
}

.border-red-notification\/5 {
    border-color: rgba(216,0,39,.05)
}

.border-red-notification\/50 {
    border-color: rgba(216,0,39,.5)
}

.border-red-notification\/60 {
    border-color: rgba(216,0,39,.6)
}

.border-red-notification\/70 {
    border-color: rgba(216,0,39,.7)
}

.border-red-notification\/75 {
    border-color: rgba(216,0,39,.75)
}

.border-red-notification\/80 {
    border-color: rgba(216,0,39,.8)
}

.border-red-notification\/90 {
    border-color: rgba(216,0,39,.9)
}

.border-red-notification\/95 {
    border-color: rgba(216,0,39,.95)
}

.border-red-update-button {
    --tw-border-opacity: 1;
    border-color: rgb(197 91 75/var(--tw-border-opacity))
}

.border-red-update-button\/0 {
    border-color: rgba(197,91,75,0)
}

.border-red-update-button\/10 {
    border-color: rgba(197,91,75,.1)
}

.border-red-update-button\/100 {
    border-color: #c55b4b
}

.border-red-update-button\/20 {
    border-color: rgba(197,91,75,.2)
}

.border-red-update-button\/25 {
    border-color: rgba(197,91,75,.25)
}

.border-red-update-button\/30 {
    border-color: rgba(197,91,75,.3)
}

.border-red-update-button\/40 {
    border-color: rgba(197,91,75,.4)
}

.border-red-update-button\/5 {
    border-color: rgba(197,91,75,.05)
}

.border-red-update-button\/50 {
    border-color: rgba(197,91,75,.5)
}

.border-red-update-button\/60 {
    border-color: rgba(197,91,75,.6)
}

.border-red-update-button\/70 {
    border-color: rgba(197,91,75,.7)
}

.border-red-update-button\/75 {
    border-color: rgba(197,91,75,.75)
}

.border-red-update-button\/80 {
    border-color: rgba(197,91,75,.8)
}

.border-red-update-button\/90 {
    border-color: rgba(197,91,75,.9)
}

.border-red-update-button\/95 {
    border-color: rgba(197,91,75,.95)
}

.border-rng-game-bet-number-active {
    --tw-border-opacity: 1;
    border-color: rgb(38 26 14/var(--tw-border-opacity))
}

.border-rng-game-bet-number-active\/0 {
    border-color: rgba(38,26,14,0)
}

.border-rng-game-bet-number-active\/10 {
    border-color: rgba(38,26,14,.1)
}

.border-rng-game-bet-number-active\/100 {
    border-color: #261a0e
}

.border-rng-game-bet-number-active\/20 {
    border-color: rgba(38,26,14,.2)
}

.border-rng-game-bet-number-active\/25 {
    border-color: rgba(38,26,14,.25)
}

.border-rng-game-bet-number-active\/30 {
    border-color: rgba(38,26,14,.3)
}

.border-rng-game-bet-number-active\/40 {
    border-color: rgba(38,26,14,.4)
}

.border-rng-game-bet-number-active\/5 {
    border-color: rgba(38,26,14,.05)
}

.border-rng-game-bet-number-active\/50 {
    border-color: rgba(38,26,14,.5)
}

.border-rng-game-bet-number-active\/60 {
    border-color: rgba(38,26,14,.6)
}

.border-rng-game-bet-number-active\/70 {
    border-color: rgba(38,26,14,.7)
}

.border-rng-game-bet-number-active\/75 {
    border-color: rgba(38,26,14,.75)
}

.border-rng-game-bet-number-active\/80 {
    border-color: rgba(38,26,14,.8)
}

.border-rng-game-bet-number-active\/90 {
    border-color: rgba(38,26,14,.9)
}

.border-rng-game-bet-number-active\/95 {
    border-color: rgba(38,26,14,.95)
}

.border-rng-game-bet-number-inactive {
    --tw-border-opacity: 1;
    border-color: rgb(242 219 184/var(--tw-border-opacity))
}

.border-rng-game-bet-number-inactive\/0 {
    border-color: hsla(36,69%,84%,0)
}

.border-rng-game-bet-number-inactive\/10 {
    border-color: hsla(36,69%,84%,.1)
}

.border-rng-game-bet-number-inactive\/100 {
    border-color: #f2dbb8
}

.border-rng-game-bet-number-inactive\/20 {
    border-color: hsla(36,69%,84%,.2)
}

.border-rng-game-bet-number-inactive\/25 {
    border-color: hsla(36,69%,84%,.25)
}

.border-rng-game-bet-number-inactive\/30 {
    border-color: hsla(36,69%,84%,.3)
}

.border-rng-game-bet-number-inactive\/40 {
    border-color: hsla(36,69%,84%,.4)
}

.border-rng-game-bet-number-inactive\/5 {
    border-color: hsla(36,69%,84%,.05)
}

.border-rng-game-bet-number-inactive\/50 {
    border-color: hsla(36,69%,84%,.5)
}

.border-rng-game-bet-number-inactive\/60 {
    border-color: hsla(36,69%,84%,.6)
}

.border-rng-game-bet-number-inactive\/70 {
    border-color: hsla(36,69%,84%,.7)
}

.border-rng-game-bet-number-inactive\/75 {
    border-color: hsla(36,69%,84%,.75)
}

.border-rng-game-bet-number-inactive\/80 {
    border-color: hsla(36,69%,84%,.8)
}

.border-rng-game-bet-number-inactive\/90 {
    border-color: hsla(36,69%,84%,.9)
}

.border-rng-game-bet-number-inactive\/95 {
    border-color: hsla(36,69%,84%,.95)
}

.border-rng-game-bg {
    --tw-border-opacity: 1;
    border-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-rng-game-bg-bet {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-rng-game-bg-bet\/0 {
    border-color: transparent
}

.border-rng-game-bg-bet\/10 {
    border-color: rgba(0,0,0,.1)
}

.border-rng-game-bg-bet\/100 {
    border-color: #000
}

.border-rng-game-bg-bet\/20 {
    border-color: rgba(0,0,0,.2)
}

.border-rng-game-bg-bet\/25 {
    border-color: rgba(0,0,0,.25)
}

.border-rng-game-bg-bet\/30 {
    border-color: rgba(0,0,0,.3)
}

.border-rng-game-bg-bet\/40 {
    border-color: rgba(0,0,0,.4)
}

.border-rng-game-bg-bet\/5 {
    border-color: rgba(0,0,0,.05)
}

.border-rng-game-bg-bet\/50 {
    border-color: rgba(0,0,0,.5)
}

.border-rng-game-bg-bet\/60 {
    border-color: rgba(0,0,0,.6)
}

.border-rng-game-bg-bet\/70 {
    border-color: rgba(0,0,0,.7)
}

.border-rng-game-bg-bet\/75 {
    border-color: rgba(0,0,0,.75)
}

.border-rng-game-bg-bet\/80 {
    border-color: rgba(0,0,0,.8)
}

.border-rng-game-bg-bet\/90 {
    border-color: rgba(0,0,0,.9)
}

.border-rng-game-bg-bet\/95 {
    border-color: rgba(0,0,0,.95)
}

.border-rng-game-bg-current-bet {
    --tw-border-opacity: 1;
    border-color: rgb(235 206 130/var(--tw-border-opacity))
}

.border-rng-game-bg-current-bet\/0 {
    border-color: hsla(43,72%,72%,0)
}

.border-rng-game-bg-current-bet\/10 {
    border-color: hsla(43,72%,72%,.1)
}

.border-rng-game-bg-current-bet\/100 {
    border-color: #ebce82
}

.border-rng-game-bg-current-bet\/20 {
    border-color: hsla(43,72%,72%,.2)
}

.border-rng-game-bg-current-bet\/25 {
    border-color: hsla(43,72%,72%,.25)
}

.border-rng-game-bg-current-bet\/30 {
    border-color: hsla(43,72%,72%,.3)
}

.border-rng-game-bg-current-bet\/40 {
    border-color: hsla(43,72%,72%,.4)
}

.border-rng-game-bg-current-bet\/5 {
    border-color: hsla(43,72%,72%,.05)
}

.border-rng-game-bg-current-bet\/50 {
    border-color: hsla(43,72%,72%,.5)
}

.border-rng-game-bg-current-bet\/60 {
    border-color: hsla(43,72%,72%,.6)
}

.border-rng-game-bg-current-bet\/70 {
    border-color: hsla(43,72%,72%,.7)
}

.border-rng-game-bg-current-bet\/75 {
    border-color: hsla(43,72%,72%,.75)
}

.border-rng-game-bg-current-bet\/80 {
    border-color: hsla(43,72%,72%,.8)
}

.border-rng-game-bg-current-bet\/90 {
    border-color: hsla(43,72%,72%,.9)
}

.border-rng-game-bg-current-bet\/95 {
    border-color: hsla(43,72%,72%,.95)
}

.border-rng-game-bg-filter {
    --tw-border-opacity: 1;
    border-color: rgb(36 26 18/var(--tw-border-opacity))
}

.border-rng-game-bg-filter\/0 {
    border-color: rgba(36,26,18,0)
}

.border-rng-game-bg-filter\/10 {
    border-color: rgba(36,26,18,.1)
}

.border-rng-game-bg-filter\/100 {
    border-color: #241a12
}

.border-rng-game-bg-filter\/20 {
    border-color: rgba(36,26,18,.2)
}

.border-rng-game-bg-filter\/25 {
    border-color: rgba(36,26,18,.25)
}

.border-rng-game-bg-filter\/30 {
    border-color: rgba(36,26,18,.3)
}

.border-rng-game-bg-filter\/40 {
    border-color: rgba(36,26,18,.4)
}

.border-rng-game-bg-filter\/5 {
    border-color: rgba(36,26,18,.05)
}

.border-rng-game-bg-filter\/50 {
    border-color: rgba(36,26,18,.5)
}

.border-rng-game-bg-filter\/60 {
    border-color: rgba(36,26,18,.6)
}

.border-rng-game-bg-filter\/70 {
    border-color: rgba(36,26,18,.7)
}

.border-rng-game-bg-filter\/75 {
    border-color: rgba(36,26,18,.75)
}

.border-rng-game-bg-filter\/80 {
    border-color: rgba(36,26,18,.8)
}

.border-rng-game-bg-filter\/90 {
    border-color: rgba(36,26,18,.9)
}

.border-rng-game-bg-filter\/95 {
    border-color: rgba(36,26,18,.95)
}

.border-rng-game-bg-popup-bet {
    --tw-border-opacity: 1;
    border-color: rgb(51 50 47/var(--tw-border-opacity))
}

.border-rng-game-bg-popup-bet\/0 {
    border-color: rgba(51,50,47,0)
}

.border-rng-game-bg-popup-bet\/10 {
    border-color: rgba(51,50,47,.1)
}

.border-rng-game-bg-popup-bet\/100 {
    border-color: #33322f
}

.border-rng-game-bg-popup-bet\/20 {
    border-color: rgba(51,50,47,.2)
}

.border-rng-game-bg-popup-bet\/25 {
    border-color: rgba(51,50,47,.25)
}

.border-rng-game-bg-popup-bet\/30 {
    border-color: rgba(51,50,47,.3)
}

.border-rng-game-bg-popup-bet\/40 {
    border-color: rgba(51,50,47,.4)
}

.border-rng-game-bg-popup-bet\/5 {
    border-color: rgba(51,50,47,.05)
}

.border-rng-game-bg-popup-bet\/50 {
    border-color: rgba(51,50,47,.5)
}

.border-rng-game-bg-popup-bet\/60 {
    border-color: rgba(51,50,47,.6)
}

.border-rng-game-bg-popup-bet\/70 {
    border-color: rgba(51,50,47,.7)
}

.border-rng-game-bg-popup-bet\/75 {
    border-color: rgba(51,50,47,.75)
}

.border-rng-game-bg-popup-bet\/80 {
    border-color: rgba(51,50,47,.8)
}

.border-rng-game-bg-popup-bet\/90 {
    border-color: rgba(51,50,47,.9)
}

.border-rng-game-bg-popup-bet\/95 {
    border-color: rgba(51,50,47,.95)
}

.border-rng-game-bg-tab {
    --tw-border-opacity: 1;
    border-color: rgb(52 52 52/var(--tw-border-opacity))
}

.border-rng-game-bg-tab\/0 {
    border-color: rgba(52,52,52,0)
}

.border-rng-game-bg-tab\/10 {
    border-color: rgba(52,52,52,.1)
}

.border-rng-game-bg-tab\/100 {
    border-color: #343434
}

.border-rng-game-bg-tab\/20 {
    border-color: rgba(52,52,52,.2)
}

.border-rng-game-bg-tab\/25 {
    border-color: rgba(52,52,52,.25)
}

.border-rng-game-bg-tab\/30 {
    border-color: rgba(52,52,52,.3)
}

.border-rng-game-bg-tab\/40 {
    border-color: rgba(52,52,52,.4)
}

.border-rng-game-bg-tab\/5 {
    border-color: rgba(52,52,52,.05)
}

.border-rng-game-bg-tab\/50 {
    border-color: rgba(52,52,52,.5)
}

.border-rng-game-bg-tab\/60 {
    border-color: rgba(52,52,52,.6)
}

.border-rng-game-bg-tab\/70 {
    border-color: rgba(52,52,52,.7)
}

.border-rng-game-bg-tab\/75 {
    border-color: rgba(52,52,52,.75)
}

.border-rng-game-bg-tab\/80 {
    border-color: rgba(52,52,52,.8)
}

.border-rng-game-bg-tab\/90 {
    border-color: rgba(52,52,52,.9)
}

.border-rng-game-bg-tab\/95 {
    border-color: rgba(52,52,52,.95)
}

.border-rng-game-bg\/0 {
    border-color: rgba(137,113,80,0)
}

.border-rng-game-bg\/10 {
    border-color: rgba(137,113,80,.1)
}

.border-rng-game-bg\/100 {
    border-color: #897150
}

.border-rng-game-bg\/20 {
    border-color: rgba(137,113,80,.2)
}

.border-rng-game-bg\/25 {
    border-color: rgba(137,113,80,.25)
}

.border-rng-game-bg\/30 {
    border-color: rgba(137,113,80,.3)
}

.border-rng-game-bg\/40 {
    border-color: rgba(137,113,80,.4)
}

.border-rng-game-bg\/5 {
    border-color: rgba(137,113,80,.05)
}

.border-rng-game-bg\/50 {
    border-color: rgba(137,113,80,.5)
}

.border-rng-game-bg\/60 {
    border-color: rgba(137,113,80,.6)
}

.border-rng-game-bg\/70 {
    border-color: rgba(137,113,80,.7)
}

.border-rng-game-bg\/75 {
    border-color: rgba(137,113,80,.75)
}

.border-rng-game-bg\/80 {
    border-color: rgba(137,113,80,.8)
}

.border-rng-game-bg\/90 {
    border-color: rgba(137,113,80,.9)
}

.border-rng-game-bg\/95 {
    border-color: rgba(137,113,80,.95)
}

.border-rng-game-border-circle {
    --tw-border-opacity: 1;
    border-color: rgb(174 143 101/var(--tw-border-opacity))
}

.border-rng-game-border-circle\/0 {
    border-color: hsla(35,31%,54%,0)
}

.border-rng-game-border-circle\/10 {
    border-color: hsla(35,31%,54%,.1)
}

.border-rng-game-border-circle\/100 {
    border-color: #ae8f65
}

.border-rng-game-border-circle\/20 {
    border-color: hsla(35,31%,54%,.2)
}

.border-rng-game-border-circle\/25 {
    border-color: hsla(35,31%,54%,.25)
}

.border-rng-game-border-circle\/30 {
    border-color: hsla(35,31%,54%,.3)
}

.border-rng-game-border-circle\/40 {
    border-color: hsla(35,31%,54%,.4)
}

.border-rng-game-border-circle\/5 {
    border-color: hsla(35,31%,54%,.05)
}

.border-rng-game-border-circle\/50 {
    border-color: hsla(35,31%,54%,.5)
}

.border-rng-game-border-circle\/60 {
    border-color: hsla(35,31%,54%,.6)
}

.border-rng-game-border-circle\/70 {
    border-color: hsla(35,31%,54%,.7)
}

.border-rng-game-border-circle\/75 {
    border-color: hsla(35,31%,54%,.75)
}

.border-rng-game-border-circle\/80 {
    border-color: hsla(35,31%,54%,.8)
}

.border-rng-game-border-circle\/90 {
    border-color: hsla(35,31%,54%,.9)
}

.border-rng-game-border-circle\/95 {
    border-color: hsla(35,31%,54%,.95)
}

.border-rng-game-header-table {
    --tw-border-opacity: 1;
    border-color: rgb(23 12 12/var(--tw-border-opacity))
}

.border-rng-game-header-table\/0 {
    border-color: rgba(23,12,12,0)
}

.border-rng-game-header-table\/10 {
    border-color: rgba(23,12,12,.1)
}

.border-rng-game-header-table\/100 {
    border-color: #170c0c
}

.border-rng-game-header-table\/20 {
    border-color: rgba(23,12,12,.2)
}

.border-rng-game-header-table\/25 {
    border-color: rgba(23,12,12,.25)
}

.border-rng-game-header-table\/30 {
    border-color: rgba(23,12,12,.3)
}

.border-rng-game-header-table\/40 {
    border-color: rgba(23,12,12,.4)
}

.border-rng-game-header-table\/5 {
    border-color: rgba(23,12,12,.05)
}

.border-rng-game-header-table\/50 {
    border-color: rgba(23,12,12,.5)
}

.border-rng-game-header-table\/60 {
    border-color: rgba(23,12,12,.6)
}

.border-rng-game-header-table\/70 {
    border-color: rgba(23,12,12,.7)
}

.border-rng-game-header-table\/75 {
    border-color: rgba(23,12,12,.75)
}

.border-rng-game-header-table\/80 {
    border-color: rgba(23,12,12,.8)
}

.border-rng-game-header-table\/90 {
    border-color: rgba(23,12,12,.9)
}

.border-rng-game-header-table\/95 {
    border-color: rgba(23,12,12,.95)
}

.border-rng-game-item-1 {
    --tw-border-opacity: 1;
    border-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-rng-game-item-1\/0 {
    border-color: rgba(39,38,36,0)
}

.border-rng-game-item-1\/10 {
    border-color: rgba(39,38,36,.1)
}

.border-rng-game-item-1\/100 {
    border-color: #272624
}

.border-rng-game-item-1\/20 {
    border-color: rgba(39,38,36,.2)
}

.border-rng-game-item-1\/25 {
    border-color: rgba(39,38,36,.25)
}

.border-rng-game-item-1\/30 {
    border-color: rgba(39,38,36,.3)
}

.border-rng-game-item-1\/40 {
    border-color: rgba(39,38,36,.4)
}

.border-rng-game-item-1\/5 {
    border-color: rgba(39,38,36,.05)
}

.border-rng-game-item-1\/50 {
    border-color: rgba(39,38,36,.5)
}

.border-rng-game-item-1\/60 {
    border-color: rgba(39,38,36,.6)
}

.border-rng-game-item-1\/70 {
    border-color: rgba(39,38,36,.7)
}

.border-rng-game-item-1\/75 {
    border-color: rgba(39,38,36,.75)
}

.border-rng-game-item-1\/80 {
    border-color: rgba(39,38,36,.8)
}

.border-rng-game-item-1\/90 {
    border-color: rgba(39,38,36,.9)
}

.border-rng-game-item-1\/95 {
    border-color: rgba(39,38,36,.95)
}

.border-rng-game-item-2 {
    --tw-border-opacity: 1;
    border-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-rng-game-item-2\/0 {
    border-color: rgba(48,53,56,0)
}

.border-rng-game-item-2\/10 {
    border-color: rgba(48,53,56,.1)
}

.border-rng-game-item-2\/100 {
    border-color: #303538
}

.border-rng-game-item-2\/20 {
    border-color: rgba(48,53,56,.2)
}

.border-rng-game-item-2\/25 {
    border-color: rgba(48,53,56,.25)
}

.border-rng-game-item-2\/30 {
    border-color: rgba(48,53,56,.3)
}

.border-rng-game-item-2\/40 {
    border-color: rgba(48,53,56,.4)
}

.border-rng-game-item-2\/5 {
    border-color: rgba(48,53,56,.05)
}

.border-rng-game-item-2\/50 {
    border-color: rgba(48,53,56,.5)
}

.border-rng-game-item-2\/60 {
    border-color: rgba(48,53,56,.6)
}

.border-rng-game-item-2\/70 {
    border-color: rgba(48,53,56,.7)
}

.border-rng-game-item-2\/75 {
    border-color: rgba(48,53,56,.75)
}

.border-rng-game-item-2\/80 {
    border-color: rgba(48,53,56,.8)
}

.border-rng-game-item-2\/90 {
    border-color: rgba(48,53,56,.9)
}

.border-rng-game-item-2\/95 {
    border-color: rgba(48,53,56,.95)
}

.border-rng-game-money-bet {
    --tw-border-opacity: 1;
    border-color: rgb(202 164 64/var(--tw-border-opacity))
}

.border-rng-game-money-bet\/0 {
    border-color: rgba(202,164,64,0)
}

.border-rng-game-money-bet\/10 {
    border-color: rgba(202,164,64,.1)
}

.border-rng-game-money-bet\/100 {
    border-color: #caa440
}

.border-rng-game-money-bet\/20 {
    border-color: rgba(202,164,64,.2)
}

.border-rng-game-money-bet\/25 {
    border-color: rgba(202,164,64,.25)
}

.border-rng-game-money-bet\/30 {
    border-color: rgba(202,164,64,.3)
}

.border-rng-game-money-bet\/40 {
    border-color: rgba(202,164,64,.4)
}

.border-rng-game-money-bet\/5 {
    border-color: rgba(202,164,64,.05)
}

.border-rng-game-money-bet\/50 {
    border-color: rgba(202,164,64,.5)
}

.border-rng-game-money-bet\/60 {
    border-color: rgba(202,164,64,.6)
}

.border-rng-game-money-bet\/70 {
    border-color: rgba(202,164,64,.7)
}

.border-rng-game-money-bet\/75 {
    border-color: rgba(202,164,64,.75)
}

.border-rng-game-money-bet\/80 {
    border-color: rgba(202,164,64,.8)
}

.border-rng-game-money-bet\/90 {
    border-color: rgba(202,164,64,.9)
}

.border-rng-game-money-bet\/95 {
    border-color: rgba(202,164,64,.95)
}

.border-rng-game-tab-bet-result-active {
    --tw-border-opacity: 1;
    border-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-rng-game-tab-bet-result-active\/0 {
    border-color: rgba(137,113,80,0)
}

.border-rng-game-tab-bet-result-active\/10 {
    border-color: rgba(137,113,80,.1)
}

.border-rng-game-tab-bet-result-active\/100 {
    border-color: #897150
}

.border-rng-game-tab-bet-result-active\/20 {
    border-color: rgba(137,113,80,.2)
}

.border-rng-game-tab-bet-result-active\/25 {
    border-color: rgba(137,113,80,.25)
}

.border-rng-game-tab-bet-result-active\/30 {
    border-color: rgba(137,113,80,.3)
}

.border-rng-game-tab-bet-result-active\/40 {
    border-color: rgba(137,113,80,.4)
}

.border-rng-game-tab-bet-result-active\/5 {
    border-color: rgba(137,113,80,.05)
}

.border-rng-game-tab-bet-result-active\/50 {
    border-color: rgba(137,113,80,.5)
}

.border-rng-game-tab-bet-result-active\/60 {
    border-color: rgba(137,113,80,.6)
}

.border-rng-game-tab-bet-result-active\/70 {
    border-color: rgba(137,113,80,.7)
}

.border-rng-game-tab-bet-result-active\/75 {
    border-color: rgba(137,113,80,.75)
}

.border-rng-game-tab-bet-result-active\/80 {
    border-color: rgba(137,113,80,.8)
}

.border-rng-game-tab-bet-result-active\/90 {
    border-color: rgba(137,113,80,.9)
}

.border-rng-game-tab-bet-result-active\/95 {
    border-color: rgba(137,113,80,.95)
}

.border-rng-game-tab-bet-result-inactive {
    --tw-border-opacity: 1;
    border-color: rgb(68 59 39/var(--tw-border-opacity))
}

.border-rng-game-tab-bet-result-inactive\/0 {
    border-color: rgba(68,59,39,0)
}

.border-rng-game-tab-bet-result-inactive\/10 {
    border-color: rgba(68,59,39,.1)
}

.border-rng-game-tab-bet-result-inactive\/100 {
    border-color: #443b27
}

.border-rng-game-tab-bet-result-inactive\/20 {
    border-color: rgba(68,59,39,.2)
}

.border-rng-game-tab-bet-result-inactive\/25 {
    border-color: rgba(68,59,39,.25)
}

.border-rng-game-tab-bet-result-inactive\/30 {
    border-color: rgba(68,59,39,.3)
}

.border-rng-game-tab-bet-result-inactive\/40 {
    border-color: rgba(68,59,39,.4)
}

.border-rng-game-tab-bet-result-inactive\/5 {
    border-color: rgba(68,59,39,.05)
}

.border-rng-game-tab-bet-result-inactive\/50 {
    border-color: rgba(68,59,39,.5)
}

.border-rng-game-tab-bet-result-inactive\/60 {
    border-color: rgba(68,59,39,.6)
}

.border-rng-game-tab-bet-result-inactive\/70 {
    border-color: rgba(68,59,39,.7)
}

.border-rng-game-tab-bet-result-inactive\/75 {
    border-color: rgba(68,59,39,.75)
}

.border-rng-game-tab-bet-result-inactive\/80 {
    border-color: rgba(68,59,39,.8)
}

.border-rng-game-tab-bet-result-inactive\/90 {
    border-color: rgba(68,59,39,.9)
}

.border-rng-game-tab-bet-result-inactive\/95 {
    border-color: rgba(68,59,39,.95)
}

.border-rng-game-text-current-bet {
    --tw-border-opacity: 1;
    border-color: rgb(81 57 36/var(--tw-border-opacity))
}

.border-rng-game-text-current-bet\/0 {
    border-color: rgba(81,57,36,0)
}

.border-rng-game-text-current-bet\/10 {
    border-color: rgba(81,57,36,.1)
}

.border-rng-game-text-current-bet\/100 {
    border-color: #513924
}

.border-rng-game-text-current-bet\/20 {
    border-color: rgba(81,57,36,.2)
}

.border-rng-game-text-current-bet\/25 {
    border-color: rgba(81,57,36,.25)
}

.border-rng-game-text-current-bet\/30 {
    border-color: rgba(81,57,36,.3)
}

.border-rng-game-text-current-bet\/40 {
    border-color: rgba(81,57,36,.4)
}

.border-rng-game-text-current-bet\/5 {
    border-color: rgba(81,57,36,.05)
}

.border-rng-game-text-current-bet\/50 {
    border-color: rgba(81,57,36,.5)
}

.border-rng-game-text-current-bet\/60 {
    border-color: rgba(81,57,36,.6)
}

.border-rng-game-text-current-bet\/70 {
    border-color: rgba(81,57,36,.7)
}

.border-rng-game-text-current-bet\/75 {
    border-color: rgba(81,57,36,.75)
}

.border-rng-game-text-current-bet\/80 {
    border-color: rgba(81,57,36,.8)
}

.border-rng-game-text-current-bet\/90 {
    border-color: rgba(81,57,36,.9)
}

.border-rng-game-text-current-bet\/95 {
    border-color: rgba(81,57,36,.95)
}

.border-rng-game-total {
    --tw-border-opacity: 1;
    border-color: rgb(229 198 117/var(--tw-border-opacity))
}

.border-rng-game-total\/0 {
    border-color: hsla(43,68%,68%,0)
}

.border-rng-game-total\/10 {
    border-color: hsla(43,68%,68%,.1)
}

.border-rng-game-total\/100 {
    border-color: #e5c675
}

.border-rng-game-total\/20 {
    border-color: hsla(43,68%,68%,.2)
}

.border-rng-game-total\/25 {
    border-color: hsla(43,68%,68%,.25)
}

.border-rng-game-total\/30 {
    border-color: hsla(43,68%,68%,.3)
}

.border-rng-game-total\/40 {
    border-color: hsla(43,68%,68%,.4)
}

.border-rng-game-total\/5 {
    border-color: hsla(43,68%,68%,.05)
}

.border-rng-game-total\/50 {
    border-color: hsla(43,68%,68%,.5)
}

.border-rng-game-total\/60 {
    border-color: hsla(43,68%,68%,.6)
}

.border-rng-game-total\/70 {
    border-color: hsla(43,68%,68%,.7)
}

.border-rng-game-total\/75 {
    border-color: hsla(43,68%,68%,.75)
}

.border-rng-game-total\/80 {
    border-color: hsla(43,68%,68%,.8)
}

.border-rng-game-total\/90 {
    border-color: hsla(43,68%,68%,.9)
}

.border-rng-game-total\/95 {
    border-color: hsla(43,68%,68%,.95)
}

.border-sub-page-header {
    --tw-border-opacity: 1;
    border-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-sub-page-header\/0 {
    border-color: rgba(137,113,80,0)
}

.border-sub-page-header\/10 {
    border-color: rgba(137,113,80,.1)
}

.border-sub-page-header\/100 {
    border-color: #897150
}

.border-sub-page-header\/20 {
    border-color: rgba(137,113,80,.2)
}

.border-sub-page-header\/25 {
    border-color: rgba(137,113,80,.25)
}

.border-sub-page-header\/30 {
    border-color: rgba(137,113,80,.3)
}

.border-sub-page-header\/40 {
    border-color: rgba(137,113,80,.4)
}

.border-sub-page-header\/5 {
    border-color: rgba(137,113,80,.05)
}

.border-sub-page-header\/50 {
    border-color: rgba(137,113,80,.5)
}

.border-sub-page-header\/60 {
    border-color: rgba(137,113,80,.6)
}

.border-sub-page-header\/70 {
    border-color: rgba(137,113,80,.7)
}

.border-sub-page-header\/75 {
    border-color: rgba(137,113,80,.75)
}

.border-sub-page-header\/80 {
    border-color: rgba(137,113,80,.8)
}

.border-sub-page-header\/90 {
    border-color: rgba(137,113,80,.9)
}

.border-sub-page-header\/95 {
    border-color: rgba(137,113,80,.95)
}

.border-sub-page-sidebar {
    --tw-border-opacity: 1;
    border-color: rgb(29 24 24/var(--tw-border-opacity))
}

.border-sub-page-sidebar\/0 {
    border-color: rgba(29,24,24,0)
}

.border-sub-page-sidebar\/10 {
    border-color: rgba(29,24,24,.1)
}

.border-sub-page-sidebar\/100 {
    border-color: #1d1818
}

.border-sub-page-sidebar\/20 {
    border-color: rgba(29,24,24,.2)
}

.border-sub-page-sidebar\/25 {
    border-color: rgba(29,24,24,.25)
}

.border-sub-page-sidebar\/30 {
    border-color: rgba(29,24,24,.3)
}

.border-sub-page-sidebar\/40 {
    border-color: rgba(29,24,24,.4)
}

.border-sub-page-sidebar\/5 {
    border-color: rgba(29,24,24,.05)
}

.border-sub-page-sidebar\/50 {
    border-color: rgba(29,24,24,.5)
}

.border-sub-page-sidebar\/60 {
    border-color: rgba(29,24,24,.6)
}

.border-sub-page-sidebar\/70 {
    border-color: rgba(29,24,24,.7)
}

.border-sub-page-sidebar\/75 {
    border-color: rgba(29,24,24,.75)
}

.border-sub-page-sidebar\/80 {
    border-color: rgba(29,24,24,.8)
}

.border-sub-page-sidebar\/90 {
    border-color: rgba(29,24,24,.9)
}

.border-sub-page-sidebar\/95 {
    border-color: rgba(29,24,24,.95)
}

.border-transparent,.border-transparent\/0 {
    border-color: transparent
}

.border-transparent\/10 {
    border-color: rgba(0,0,0,.1)
}

.border-transparent\/100 {
    border-color: #000
}

.border-transparent\/20 {
    border-color: rgba(0,0,0,.2)
}

.border-transparent\/25 {
    border-color: rgba(0,0,0,.25)
}

.border-transparent\/30 {
    border-color: rgba(0,0,0,.3)
}

.border-transparent\/40 {
    border-color: rgba(0,0,0,.4)
}

.border-transparent\/5 {
    border-color: rgba(0,0,0,.05)
}

.border-transparent\/50 {
    border-color: rgba(0,0,0,.5)
}

.border-transparent\/60 {
    border-color: rgba(0,0,0,.6)
}

.border-transparent\/70 {
    border-color: rgba(0,0,0,.7)
}

.border-transparent\/75 {
    border-color: rgba(0,0,0,.75)
}

.border-transparent\/80 {
    border-color: rgba(0,0,0,.8)
}

.border-transparent\/90 {
    border-color: rgba(0,0,0,.9)
}

.border-transparent\/95 {
    border-color: rgba(0,0,0,.95)
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-white\/0 {
    border-color: hsla(0,0%,100%,0)
}

.border-white\/10 {
    border-color: hsla(0,0%,100%,.1)
}

.border-white\/100 {
    border-color: #fff
}

.border-white\/20 {
    border-color: hsla(0,0%,100%,.2)
}

.border-white\/25 {
    border-color: hsla(0,0%,100%,.25)
}

.border-white\/30 {
    border-color: hsla(0,0%,100%,.3)
}

.border-white\/40 {
    border-color: hsla(0,0%,100%,.4)
}

.border-white\/5 {
    border-color: hsla(0,0%,100%,.05)
}

.border-white\/50 {
    border-color: hsla(0,0%,100%,.5)
}

.border-white\/60 {
    border-color: hsla(0,0%,100%,.6)
}

.border-white\/70 {
    border-color: hsla(0,0%,100%,.7)
}

.border-white\/75 {
    border-color: hsla(0,0%,100%,.75)
}

.border-white\/80 {
    border-color: hsla(0,0%,100%,.8)
}

.border-white\/90 {
    border-color: hsla(0,0%,100%,.9)
}

.border-white\/95 {
    border-color: hsla(0,0%,100%,.95)
}

.border-yellow-active {
    --tw-border-opacity: 1;
    border-color: rgb(236 194 69/var(--tw-border-opacity))
}

.border-yellow-active\/0 {
    border-color: rgba(236,194,69,0)
}

.border-yellow-active\/10 {
    border-color: rgba(236,194,69,.1)
}

.border-yellow-active\/100 {
    border-color: #ecc245
}

.border-yellow-active\/20 {
    border-color: rgba(236,194,69,.2)
}

.border-yellow-active\/25 {
    border-color: rgba(236,194,69,.25)
}

.border-yellow-active\/30 {
    border-color: rgba(236,194,69,.3)
}

.border-yellow-active\/40 {
    border-color: rgba(236,194,69,.4)
}

.border-yellow-active\/5 {
    border-color: rgba(236,194,69,.05)
}

.border-yellow-active\/50 {
    border-color: rgba(236,194,69,.5)
}

.border-yellow-active\/60 {
    border-color: rgba(236,194,69,.6)
}

.border-yellow-active\/70 {
    border-color: rgba(236,194,69,.7)
}

.border-yellow-active\/75 {
    border-color: rgba(236,194,69,.75)
}

.border-yellow-active\/80 {
    border-color: rgba(236,194,69,.8)
}

.border-yellow-active\/90 {
    border-color: rgba(236,194,69,.9)
}

.border-yellow-active\/95 {
    border-color: rgba(236,194,69,.95)
}

.border-yellow-black {
    --tw-border-opacity: 1;
    border-color: rgb(154 126 61/var(--tw-border-opacity))
}

.border-yellow-black\/0 {
    border-color: rgba(154,126,61,0)
}

.border-yellow-black\/10 {
    border-color: rgba(154,126,61,.1)
}

.border-yellow-black\/100 {
    border-color: #9a7e3d
}

.border-yellow-black\/20 {
    border-color: rgba(154,126,61,.2)
}

.border-yellow-black\/25 {
    border-color: rgba(154,126,61,.25)
}

.border-yellow-black\/30 {
    border-color: rgba(154,126,61,.3)
}

.border-yellow-black\/40 {
    border-color: rgba(154,126,61,.4)
}

.border-yellow-black\/5 {
    border-color: rgba(154,126,61,.05)
}

.border-yellow-black\/50 {
    border-color: rgba(154,126,61,.5)
}

.border-yellow-black\/60 {
    border-color: rgba(154,126,61,.6)
}

.border-yellow-black\/70 {
    border-color: rgba(154,126,61,.7)
}

.border-yellow-black\/75 {
    border-color: rgba(154,126,61,.75)
}

.border-yellow-black\/80 {
    border-color: rgba(154,126,61,.8)
}

.border-yellow-black\/90 {
    border-color: rgba(154,126,61,.9)
}

.border-yellow-black\/95 {
    border-color: rgba(154,126,61,.95)
}

.border-yellow-default {
    --tw-border-opacity: 1;
    border-color: rgb(234 192 68/var(--tw-border-opacity))
}

.border-yellow-default\/0 {
    border-color: rgba(234,192,68,0)
}

.border-yellow-default\/10 {
    border-color: rgba(234,192,68,.1)
}

.border-yellow-default\/100 {
    border-color: #eac044
}

.border-yellow-default\/20 {
    border-color: rgba(234,192,68,.2)
}

.border-yellow-default\/25 {
    border-color: rgba(234,192,68,.25)
}

.border-yellow-default\/30 {
    border-color: rgba(234,192,68,.3)
}

.border-yellow-default\/40 {
    border-color: rgba(234,192,68,.4)
}

.border-yellow-default\/5 {
    border-color: rgba(234,192,68,.05)
}

.border-yellow-default\/50 {
    border-color: rgba(234,192,68,.5)
}

.border-yellow-default\/60 {
    border-color: rgba(234,192,68,.6)
}

.border-yellow-default\/70 {
    border-color: rgba(234,192,68,.7)
}

.border-yellow-default\/75 {
    border-color: rgba(234,192,68,.75)
}

.border-yellow-default\/80 {
    border-color: rgba(234,192,68,.8)
}

.border-yellow-default\/90 {
    border-color: rgba(234,192,68,.9)
}

.border-yellow-default\/95 {
    border-color: rgba(234,192,68,.95)
}

.border-yellow-orange {
    --tw-border-opacity: 1;
    border-color: rgb(220 179 118/var(--tw-border-opacity))
}

.border-yellow-orange\/0 {
    border-color: hsla(36,59%,66%,0)
}

.border-yellow-orange\/10 {
    border-color: hsla(36,59%,66%,.1)
}

.border-yellow-orange\/100 {
    border-color: #dcb376
}

.border-yellow-orange\/20 {
    border-color: hsla(36,59%,66%,.2)
}

.border-yellow-orange\/25 {
    border-color: hsla(36,59%,66%,.25)
}

.border-yellow-orange\/30 {
    border-color: hsla(36,59%,66%,.3)
}

.border-yellow-orange\/40 {
    border-color: hsla(36,59%,66%,.4)
}

.border-yellow-orange\/5 {
    border-color: hsla(36,59%,66%,.05)
}

.border-yellow-orange\/50 {
    border-color: hsla(36,59%,66%,.5)
}

.border-yellow-orange\/60 {
    border-color: hsla(36,59%,66%,.6)
}

.border-yellow-orange\/70 {
    border-color: hsla(36,59%,66%,.7)
}

.border-yellow-orange\/75 {
    border-color: hsla(36,59%,66%,.75)
}

.border-yellow-orange\/80 {
    border-color: hsla(36,59%,66%,.8)
}

.border-yellow-orange\/90 {
    border-color: hsla(36,59%,66%,.9)
}

.border-yellow-orange\/95 {
    border-color: hsla(36,59%,66%,.95)
}

.border-yellow-term {
    --tw-border-opacity: 1;
    border-color: rgb(179 143 23/var(--tw-border-opacity))
}

.border-yellow-term\/0 {
    border-color: rgba(179,143,23,0)
}

.border-yellow-term\/10 {
    border-color: rgba(179,143,23,.1)
}

.border-yellow-term\/100 {
    border-color: #b38f17
}

.border-yellow-term\/20 {
    border-color: rgba(179,143,23,.2)
}

.border-yellow-term\/25 {
    border-color: rgba(179,143,23,.25)
}

.border-yellow-term\/30 {
    border-color: rgba(179,143,23,.3)
}

.border-yellow-term\/40 {
    border-color: rgba(179,143,23,.4)
}

.border-yellow-term\/5 {
    border-color: rgba(179,143,23,.05)
}

.border-yellow-term\/50 {
    border-color: rgba(179,143,23,.5)
}

.border-yellow-term\/60 {
    border-color: rgba(179,143,23,.6)
}

.border-yellow-term\/70 {
    border-color: rgba(179,143,23,.7)
}

.border-yellow-term\/75 {
    border-color: rgba(179,143,23,.75)
}

.border-yellow-term\/80 {
    border-color: rgba(179,143,23,.8)
}

.border-yellow-term\/90 {
    border-color: rgba(179,143,23,.9)
}

.border-yellow-term\/95 {
    border-color: rgba(179,143,23,.95)
}

.border-yellow-text {
    --tw-border-opacity: 1;
    border-color: rgb(244 194 18/var(--tw-border-opacity))
}

.border-yellow-text\/0 {
    border-color: rgba(244,194,18,0)
}

.border-yellow-text\/10 {
    border-color: rgba(244,194,18,.1)
}

.border-yellow-text\/100 {
    border-color: #f4c212
}

.border-yellow-text\/20 {
    border-color: rgba(244,194,18,.2)
}

.border-yellow-text\/25 {
    border-color: rgba(244,194,18,.25)
}

.border-yellow-text\/30 {
    border-color: rgba(244,194,18,.3)
}

.border-yellow-text\/40 {
    border-color: rgba(244,194,18,.4)
}

.border-yellow-text\/5 {
    border-color: rgba(244,194,18,.05)
}

.border-yellow-text\/50 {
    border-color: rgba(244,194,18,.5)
}

.border-yellow-text\/60 {
    border-color: rgba(244,194,18,.6)
}

.border-yellow-text\/70 {
    border-color: rgba(244,194,18,.7)
}

.border-yellow-text\/75 {
    border-color: rgba(244,194,18,.75)
}

.border-yellow-text\/80 {
    border-color: rgba(244,194,18,.8)
}

.border-yellow-text\/90 {
    border-color: rgba(244,194,18,.9)
}

.border-yellow-text\/95 {
    border-color: rgba(244,194,18,.95)
}

.border-x-background-gray {
    --tw-border-opacity: 1;
    border-left-color: rgb(37 38 43/var(--tw-border-opacity));
    border-right-color: rgb(37 38 43/var(--tw-border-opacity))
}

.border-x-background-gray\/0 {
    border-left-color: rgba(37,38,43,0);
    border-right-color: rgba(37,38,43,0)
}

.border-x-background-gray\/10 {
    border-left-color: rgba(37,38,43,.1);
    border-right-color: rgba(37,38,43,.1)
}

.border-x-background-gray\/100 {
    border-left-color: #25262b;
    border-right-color: #25262b
}

.border-x-background-gray\/20 {
    border-left-color: rgba(37,38,43,.2);
    border-right-color: rgba(37,38,43,.2)
}

.border-x-background-gray\/25 {
    border-left-color: rgba(37,38,43,.25);
    border-right-color: rgba(37,38,43,.25)
}

.border-x-background-gray\/30 {
    border-left-color: rgba(37,38,43,.3);
    border-right-color: rgba(37,38,43,.3)
}

.border-x-background-gray\/40 {
    border-left-color: rgba(37,38,43,.4);
    border-right-color: rgba(37,38,43,.4)
}

.border-x-background-gray\/5 {
    border-left-color: rgba(37,38,43,.05);
    border-right-color: rgba(37,38,43,.05)
}

.border-x-background-gray\/50 {
    border-left-color: rgba(37,38,43,.5);
    border-right-color: rgba(37,38,43,.5)
}

.border-x-background-gray\/60 {
    border-left-color: rgba(37,38,43,.6);
    border-right-color: rgba(37,38,43,.6)
}

.border-x-background-gray\/70 {
    border-left-color: rgba(37,38,43,.7);
    border-right-color: rgba(37,38,43,.7)
}

.border-x-background-gray\/75 {
    border-left-color: rgba(37,38,43,.75);
    border-right-color: rgba(37,38,43,.75)
}

.border-x-background-gray\/80 {
    border-left-color: rgba(37,38,43,.8);
    border-right-color: rgba(37,38,43,.8)
}

.border-x-background-gray\/90 {
    border-left-color: rgba(37,38,43,.9);
    border-right-color: rgba(37,38,43,.9)
}

.border-x-background-gray\/95 {
    border-left-color: rgba(37,38,43,.95);
    border-right-color: rgba(37,38,43,.95)
}

.border-x-black-about {
    --tw-border-opacity: 1;
    border-left-color: rgb(41 41 41/var(--tw-border-opacity));
    border-right-color: rgb(41 41 41/var(--tw-border-opacity))
}

.border-x-black-about\/0 {
    border-left-color: rgba(41,41,41,0);
    border-right-color: rgba(41,41,41,0)
}

.border-x-black-about\/10 {
    border-left-color: rgba(41,41,41,.1);
    border-right-color: rgba(41,41,41,.1)
}

.border-x-black-about\/100 {
    border-left-color: #292929;
    border-right-color: #292929
}

.border-x-black-about\/20 {
    border-left-color: rgba(41,41,41,.2);
    border-right-color: rgba(41,41,41,.2)
}

.border-x-black-about\/25 {
    border-left-color: rgba(41,41,41,.25);
    border-right-color: rgba(41,41,41,.25)
}

.border-x-black-about\/30 {
    border-left-color: rgba(41,41,41,.3);
    border-right-color: rgba(41,41,41,.3)
}

.border-x-black-about\/40 {
    border-left-color: rgba(41,41,41,.4);
    border-right-color: rgba(41,41,41,.4)
}

.border-x-black-about\/5 {
    border-left-color: rgba(41,41,41,.05);
    border-right-color: rgba(41,41,41,.05)
}

.border-x-black-about\/50 {
    border-left-color: rgba(41,41,41,.5);
    border-right-color: rgba(41,41,41,.5)
}

.border-x-black-about\/60 {
    border-left-color: rgba(41,41,41,.6);
    border-right-color: rgba(41,41,41,.6)
}

.border-x-black-about\/70 {
    border-left-color: rgba(41,41,41,.7);
    border-right-color: rgba(41,41,41,.7)
}

.border-x-black-about\/75 {
    border-left-color: rgba(41,41,41,.75);
    border-right-color: rgba(41,41,41,.75)
}

.border-x-black-about\/80 {
    border-left-color: rgba(41,41,41,.8);
    border-right-color: rgba(41,41,41,.8)
}

.border-x-black-about\/90 {
    border-left-color: rgba(41,41,41,.9);
    border-right-color: rgba(41,41,41,.9)
}

.border-x-black-about\/95 {
    border-left-color: rgba(41,41,41,.95);
    border-right-color: rgba(41,41,41,.95)
}

.border-x-black-account {
    --tw-border-opacity: 1;
    border-left-color: rgb(32 32 32/var(--tw-border-opacity));
    border-right-color: rgb(32 32 32/var(--tw-border-opacity))
}

.border-x-black-account\/0 {
    border-left-color: rgba(32,32,32,0);
    border-right-color: rgba(32,32,32,0)
}

.border-x-black-account\/10 {
    border-left-color: rgba(32,32,32,.1);
    border-right-color: rgba(32,32,32,.1)
}

.border-x-black-account\/100 {
    border-left-color: #202020;
    border-right-color: #202020
}

.border-x-black-account\/20 {
    border-left-color: rgba(32,32,32,.2);
    border-right-color: rgba(32,32,32,.2)
}

.border-x-black-account\/25 {
    border-left-color: rgba(32,32,32,.25);
    border-right-color: rgba(32,32,32,.25)
}

.border-x-black-account\/30 {
    border-left-color: rgba(32,32,32,.3);
    border-right-color: rgba(32,32,32,.3)
}

.border-x-black-account\/40 {
    border-left-color: rgba(32,32,32,.4);
    border-right-color: rgba(32,32,32,.4)
}

.border-x-black-account\/5 {
    border-left-color: rgba(32,32,32,.05);
    border-right-color: rgba(32,32,32,.05)
}

.border-x-black-account\/50 {
    border-left-color: rgba(32,32,32,.5);
    border-right-color: rgba(32,32,32,.5)
}

.border-x-black-account\/60 {
    border-left-color: rgba(32,32,32,.6);
    border-right-color: rgba(32,32,32,.6)
}

.border-x-black-account\/70 {
    border-left-color: rgba(32,32,32,.7);
    border-right-color: rgba(32,32,32,.7)
}

.border-x-black-account\/75 {
    border-left-color: rgba(32,32,32,.75);
    border-right-color: rgba(32,32,32,.75)
}

.border-x-black-account\/80 {
    border-left-color: rgba(32,32,32,.8);
    border-right-color: rgba(32,32,32,.8)
}

.border-x-black-account\/90 {
    border-left-color: rgba(32,32,32,.9);
    border-right-color: rgba(32,32,32,.9)
}

.border-x-black-account\/95 {
    border-left-color: rgba(32,32,32,.95);
    border-right-color: rgba(32,32,32,.95)
}

.border-x-black-bg1 {
    --tw-border-opacity: 1;
    border-left-color: rgb(15 16 17/var(--tw-border-opacity));
    border-right-color: rgb(15 16 17/var(--tw-border-opacity))
}

.border-x-black-bg1\/0 {
    border-left-color: rgba(15,16,17,0);
    border-right-color: rgba(15,16,17,0)
}

.border-x-black-bg1\/10 {
    border-left-color: rgba(15,16,17,.1);
    border-right-color: rgba(15,16,17,.1)
}

.border-x-black-bg1\/100 {
    border-left-color: #0f1011;
    border-right-color: #0f1011
}

.border-x-black-bg1\/20 {
    border-left-color: rgba(15,16,17,.2);
    border-right-color: rgba(15,16,17,.2)
}

.border-x-black-bg1\/25 {
    border-left-color: rgba(15,16,17,.25);
    border-right-color: rgba(15,16,17,.25)
}

.border-x-black-bg1\/30 {
    border-left-color: rgba(15,16,17,.3);
    border-right-color: rgba(15,16,17,.3)
}

.border-x-black-bg1\/40 {
    border-left-color: rgba(15,16,17,.4);
    border-right-color: rgba(15,16,17,.4)
}

.border-x-black-bg1\/5 {
    border-left-color: rgba(15,16,17,.05);
    border-right-color: rgba(15,16,17,.05)
}

.border-x-black-bg1\/50 {
    border-left-color: rgba(15,16,17,.5);
    border-right-color: rgba(15,16,17,.5)
}

.border-x-black-bg1\/60 {
    border-left-color: rgba(15,16,17,.6);
    border-right-color: rgba(15,16,17,.6)
}

.border-x-black-bg1\/70 {
    border-left-color: rgba(15,16,17,.7);
    border-right-color: rgba(15,16,17,.7)
}

.border-x-black-bg1\/75 {
    border-left-color: rgba(15,16,17,.75);
    border-right-color: rgba(15,16,17,.75)
}

.border-x-black-bg1\/80 {
    border-left-color: rgba(15,16,17,.8);
    border-right-color: rgba(15,16,17,.8)
}

.border-x-black-bg1\/90 {
    border-left-color: rgba(15,16,17,.9);
    border-right-color: rgba(15,16,17,.9)
}

.border-x-black-bg1\/95 {
    border-left-color: rgba(15,16,17,.95);
    border-right-color: rgba(15,16,17,.95)
}

.border-x-black-coin {
    --tw-border-opacity: 1;
    border-left-color: rgb(38 38 38/var(--tw-border-opacity));
    border-right-color: rgb(38 38 38/var(--tw-border-opacity))
}

.border-x-black-coin\/0 {
    border-left-color: rgba(38,38,38,0);
    border-right-color: rgba(38,38,38,0)
}

.border-x-black-coin\/10 {
    border-left-color: rgba(38,38,38,.1);
    border-right-color: rgba(38,38,38,.1)
}

.border-x-black-coin\/100 {
    border-left-color: #262626;
    border-right-color: #262626
}

.border-x-black-coin\/20 {
    border-left-color: rgba(38,38,38,.2);
    border-right-color: rgba(38,38,38,.2)
}

.border-x-black-coin\/25 {
    border-left-color: rgba(38,38,38,.25);
    border-right-color: rgba(38,38,38,.25)
}

.border-x-black-coin\/30 {
    border-left-color: rgba(38,38,38,.3);
    border-right-color: rgba(38,38,38,.3)
}

.border-x-black-coin\/40 {
    border-left-color: rgba(38,38,38,.4);
    border-right-color: rgba(38,38,38,.4)
}

.border-x-black-coin\/5 {
    border-left-color: rgba(38,38,38,.05);
    border-right-color: rgba(38,38,38,.05)
}

.border-x-black-coin\/50 {
    border-left-color: rgba(38,38,38,.5);
    border-right-color: rgba(38,38,38,.5)
}

.border-x-black-coin\/60 {
    border-left-color: rgba(38,38,38,.6);
    border-right-color: rgba(38,38,38,.6)
}

.border-x-black-coin\/70 {
    border-left-color: rgba(38,38,38,.7);
    border-right-color: rgba(38,38,38,.7)
}

.border-x-black-coin\/75 {
    border-left-color: rgba(38,38,38,.75);
    border-right-color: rgba(38,38,38,.75)
}

.border-x-black-coin\/80 {
    border-left-color: rgba(38,38,38,.8);
    border-right-color: rgba(38,38,38,.8)
}

.border-x-black-coin\/90 {
    border-left-color: rgba(38,38,38,.9);
    border-right-color: rgba(38,38,38,.9)
}

.border-x-black-coin\/95 {
    border-left-color: rgba(38,38,38,.95);
    border-right-color: rgba(38,38,38,.95)
}

.border-x-black-config {
    --tw-border-opacity: 1;
    border-left-color: rgb(51 48 41/var(--tw-border-opacity));
    border-right-color: rgb(51 48 41/var(--tw-border-opacity))
}

.border-x-black-config\/0 {
    border-left-color: rgba(51,48,41,0);
    border-right-color: rgba(51,48,41,0)
}

.border-x-black-config\/10 {
    border-left-color: rgba(51,48,41,.1);
    border-right-color: rgba(51,48,41,.1)
}

.border-x-black-config\/100 {
    border-left-color: #333029;
    border-right-color: #333029
}

.border-x-black-config\/20 {
    border-left-color: rgba(51,48,41,.2);
    border-right-color: rgba(51,48,41,.2)
}

.border-x-black-config\/25 {
    border-left-color: rgba(51,48,41,.25);
    border-right-color: rgba(51,48,41,.25)
}

.border-x-black-config\/30 {
    border-left-color: rgba(51,48,41,.3);
    border-right-color: rgba(51,48,41,.3)
}

.border-x-black-config\/40 {
    border-left-color: rgba(51,48,41,.4);
    border-right-color: rgba(51,48,41,.4)
}

.border-x-black-config\/5 {
    border-left-color: rgba(51,48,41,.05);
    border-right-color: rgba(51,48,41,.05)
}

.border-x-black-config\/50 {
    border-left-color: rgba(51,48,41,.5);
    border-right-color: rgba(51,48,41,.5)
}

.border-x-black-config\/60 {
    border-left-color: rgba(51,48,41,.6);
    border-right-color: rgba(51,48,41,.6)
}

.border-x-black-config\/70 {
    border-left-color: rgba(51,48,41,.7);
    border-right-color: rgba(51,48,41,.7)
}

.border-x-black-config\/75 {
    border-left-color: rgba(51,48,41,.75);
    border-right-color: rgba(51,48,41,.75)
}

.border-x-black-config\/80 {
    border-left-color: rgba(51,48,41,.8);
    border-right-color: rgba(51,48,41,.8)
}

.border-x-black-config\/90 {
    border-left-color: rgba(51,48,41,.9);
    border-right-color: rgba(51,48,41,.9)
}

.border-x-black-config\/95 {
    border-left-color: rgba(51,48,41,.95);
    border-right-color: rgba(51,48,41,.95)
}

.border-x-black-default {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 0 0/var(--tw-border-opacity));
    border-right-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-x-black-default\/0 {
    border-left-color: transparent;
    border-right-color: transparent
}

.border-x-black-default\/10 {
    border-left-color: rgba(0,0,0,.1);
    border-right-color: rgba(0,0,0,.1)
}

.border-x-black-default\/100 {
    border-left-color: #000;
    border-right-color: #000
}

.border-x-black-default\/20 {
    border-left-color: rgba(0,0,0,.2);
    border-right-color: rgba(0,0,0,.2)
}

.border-x-black-default\/25 {
    border-left-color: rgba(0,0,0,.25);
    border-right-color: rgba(0,0,0,.25)
}

.border-x-black-default\/30 {
    border-left-color: rgba(0,0,0,.3);
    border-right-color: rgba(0,0,0,.3)
}

.border-x-black-default\/40 {
    border-left-color: rgba(0,0,0,.4);
    border-right-color: rgba(0,0,0,.4)
}

.border-x-black-default\/5 {
    border-left-color: rgba(0,0,0,.05);
    border-right-color: rgba(0,0,0,.05)
}

.border-x-black-default\/50 {
    border-left-color: rgba(0,0,0,.5);
    border-right-color: rgba(0,0,0,.5)
}

.border-x-black-default\/60 {
    border-left-color: rgba(0,0,0,.6);
    border-right-color: rgba(0,0,0,.6)
}

.border-x-black-default\/70 {
    border-left-color: rgba(0,0,0,.7);
    border-right-color: rgba(0,0,0,.7)
}

.border-x-black-default\/75 {
    border-left-color: rgba(0,0,0,.75);
    border-right-color: rgba(0,0,0,.75)
}

.border-x-black-default\/80 {
    border-left-color: rgba(0,0,0,.8);
    border-right-color: rgba(0,0,0,.8)
}

.border-x-black-default\/90 {
    border-left-color: rgba(0,0,0,.9);
    border-right-color: rgba(0,0,0,.9)
}

.border-x-black-default\/95 {
    border-left-color: rgba(0,0,0,.95);
    border-right-color: rgba(0,0,0,.95)
}

.border-x-black-footer {
    --tw-border-opacity: 1;
    border-left-color: rgb(25 27 30/var(--tw-border-opacity));
    border-right-color: rgb(25 27 30/var(--tw-border-opacity))
}

.border-x-black-footer\/0 {
    border-left-color: rgba(25,27,30,0);
    border-right-color: rgba(25,27,30,0)
}

.border-x-black-footer\/10 {
    border-left-color: rgba(25,27,30,.1);
    border-right-color: rgba(25,27,30,.1)
}

.border-x-black-footer\/100 {
    border-left-color: #191b1e;
    border-right-color: #191b1e
}

.border-x-black-footer\/20 {
    border-left-color: rgba(25,27,30,.2);
    border-right-color: rgba(25,27,30,.2)
}

.border-x-black-footer\/25 {
    border-left-color: rgba(25,27,30,.25);
    border-right-color: rgba(25,27,30,.25)
}

.border-x-black-footer\/30 {
    border-left-color: rgba(25,27,30,.3);
    border-right-color: rgba(25,27,30,.3)
}

.border-x-black-footer\/40 {
    border-left-color: rgba(25,27,30,.4);
    border-right-color: rgba(25,27,30,.4)
}

.border-x-black-footer\/5 {
    border-left-color: rgba(25,27,30,.05);
    border-right-color: rgba(25,27,30,.05)
}

.border-x-black-footer\/50 {
    border-left-color: rgba(25,27,30,.5);
    border-right-color: rgba(25,27,30,.5)
}

.border-x-black-footer\/60 {
    border-left-color: rgba(25,27,30,.6);
    border-right-color: rgba(25,27,30,.6)
}

.border-x-black-footer\/70 {
    border-left-color: rgba(25,27,30,.7);
    border-right-color: rgba(25,27,30,.7)
}

.border-x-black-footer\/75 {
    border-left-color: rgba(25,27,30,.75);
    border-right-color: rgba(25,27,30,.75)
}

.border-x-black-footer\/80 {
    border-left-color: rgba(25,27,30,.8);
    border-right-color: rgba(25,27,30,.8)
}

.border-x-black-footer\/90 {
    border-left-color: rgba(25,27,30,.9);
    border-right-color: rgba(25,27,30,.9)
}

.border-x-black-footer\/95 {
    border-left-color: rgba(25,27,30,.95);
    border-right-color: rgba(25,27,30,.95)
}

.border-x-black-head {
    --tw-border-opacity: 1;
    border-left-color: rgb(51 48 41/var(--tw-border-opacity));
    border-right-color: rgb(51 48 41/var(--tw-border-opacity))
}

.border-x-black-head-table {
    --tw-border-opacity: 1;
    border-left-color: rgb(10 12 14/var(--tw-border-opacity));
    border-right-color: rgb(10 12 14/var(--tw-border-opacity))
}

.border-x-black-head-table\/0 {
    border-left-color: rgba(10,12,14,0);
    border-right-color: rgba(10,12,14,0)
}

.border-x-black-head-table\/10 {
    border-left-color: rgba(10,12,14,.1);
    border-right-color: rgba(10,12,14,.1)
}

.border-x-black-head-table\/100 {
    border-left-color: #0a0c0e;
    border-right-color: #0a0c0e
}

.border-x-black-head-table\/20 {
    border-left-color: rgba(10,12,14,.2);
    border-right-color: rgba(10,12,14,.2)
}

.border-x-black-head-table\/25 {
    border-left-color: rgba(10,12,14,.25);
    border-right-color: rgba(10,12,14,.25)
}

.border-x-black-head-table\/30 {
    border-left-color: rgba(10,12,14,.3);
    border-right-color: rgba(10,12,14,.3)
}

.border-x-black-head-table\/40 {
    border-left-color: rgba(10,12,14,.4);
    border-right-color: rgba(10,12,14,.4)
}

.border-x-black-head-table\/5 {
    border-left-color: rgba(10,12,14,.05);
    border-right-color: rgba(10,12,14,.05)
}

.border-x-black-head-table\/50 {
    border-left-color: rgba(10,12,14,.5);
    border-right-color: rgba(10,12,14,.5)
}

.border-x-black-head-table\/60 {
    border-left-color: rgba(10,12,14,.6);
    border-right-color: rgba(10,12,14,.6)
}

.border-x-black-head-table\/70 {
    border-left-color: rgba(10,12,14,.7);
    border-right-color: rgba(10,12,14,.7)
}

.border-x-black-head-table\/75 {
    border-left-color: rgba(10,12,14,.75);
    border-right-color: rgba(10,12,14,.75)
}

.border-x-black-head-table\/80 {
    border-left-color: rgba(10,12,14,.8);
    border-right-color: rgba(10,12,14,.8)
}

.border-x-black-head-table\/90 {
    border-left-color: rgba(10,12,14,.9);
    border-right-color: rgba(10,12,14,.9)
}

.border-x-black-head-table\/95 {
    border-left-color: rgba(10,12,14,.95);
    border-right-color: rgba(10,12,14,.95)
}

.border-x-black-head\/0 {
    border-left-color: rgba(51,48,41,0);
    border-right-color: rgba(51,48,41,0)
}

.border-x-black-head\/10 {
    border-left-color: rgba(51,48,41,.1);
    border-right-color: rgba(51,48,41,.1)
}

.border-x-black-head\/100 {
    border-left-color: #333029;
    border-right-color: #333029
}

.border-x-black-head\/20 {
    border-left-color: rgba(51,48,41,.2);
    border-right-color: rgba(51,48,41,.2)
}

.border-x-black-head\/25 {
    border-left-color: rgba(51,48,41,.25);
    border-right-color: rgba(51,48,41,.25)
}

.border-x-black-head\/30 {
    border-left-color: rgba(51,48,41,.3);
    border-right-color: rgba(51,48,41,.3)
}

.border-x-black-head\/40 {
    border-left-color: rgba(51,48,41,.4);
    border-right-color: rgba(51,48,41,.4)
}

.border-x-black-head\/5 {
    border-left-color: rgba(51,48,41,.05);
    border-right-color: rgba(51,48,41,.05)
}

.border-x-black-head\/50 {
    border-left-color: rgba(51,48,41,.5);
    border-right-color: rgba(51,48,41,.5)
}

.border-x-black-head\/60 {
    border-left-color: rgba(51,48,41,.6);
    border-right-color: rgba(51,48,41,.6)
}

.border-x-black-head\/70 {
    border-left-color: rgba(51,48,41,.7);
    border-right-color: rgba(51,48,41,.7)
}

.border-x-black-head\/75 {
    border-left-color: rgba(51,48,41,.75);
    border-right-color: rgba(51,48,41,.75)
}

.border-x-black-head\/80 {
    border-left-color: rgba(51,48,41,.8);
    border-right-color: rgba(51,48,41,.8)
}

.border-x-black-head\/90 {
    border-left-color: rgba(51,48,41,.9);
    border-right-color: rgba(51,48,41,.9)
}

.border-x-black-head\/95 {
    border-left-color: rgba(51,48,41,.95);
    border-right-color: rgba(51,48,41,.95)
}

.border-x-black-header-about {
    --tw-border-opacity: 1;
    border-left-color: rgb(32 32 32/var(--tw-border-opacity));
    border-right-color: rgb(32 32 32/var(--tw-border-opacity))
}

.border-x-black-header-about\/0 {
    border-left-color: rgba(32,32,32,0);
    border-right-color: rgba(32,32,32,0)
}

.border-x-black-header-about\/10 {
    border-left-color: rgba(32,32,32,.1);
    border-right-color: rgba(32,32,32,.1)
}

.border-x-black-header-about\/100 {
    border-left-color: #202020;
    border-right-color: #202020
}

.border-x-black-header-about\/20 {
    border-left-color: rgba(32,32,32,.2);
    border-right-color: rgba(32,32,32,.2)
}

.border-x-black-header-about\/25 {
    border-left-color: rgba(32,32,32,.25);
    border-right-color: rgba(32,32,32,.25)
}

.border-x-black-header-about\/30 {
    border-left-color: rgba(32,32,32,.3);
    border-right-color: rgba(32,32,32,.3)
}

.border-x-black-header-about\/40 {
    border-left-color: rgba(32,32,32,.4);
    border-right-color: rgba(32,32,32,.4)
}

.border-x-black-header-about\/5 {
    border-left-color: rgba(32,32,32,.05);
    border-right-color: rgba(32,32,32,.05)
}

.border-x-black-header-about\/50 {
    border-left-color: rgba(32,32,32,.5);
    border-right-color: rgba(32,32,32,.5)
}

.border-x-black-header-about\/60 {
    border-left-color: rgba(32,32,32,.6);
    border-right-color: rgba(32,32,32,.6)
}

.border-x-black-header-about\/70 {
    border-left-color: rgba(32,32,32,.7);
    border-right-color: rgba(32,32,32,.7)
}

.border-x-black-header-about\/75 {
    border-left-color: rgba(32,32,32,.75);
    border-right-color: rgba(32,32,32,.75)
}

.border-x-black-header-about\/80 {
    border-left-color: rgba(32,32,32,.8);
    border-right-color: rgba(32,32,32,.8)
}

.border-x-black-header-about\/90 {
    border-left-color: rgba(32,32,32,.9);
    border-right-color: rgba(32,32,32,.9)
}

.border-x-black-header-about\/95 {
    border-left-color: rgba(32,32,32,.95);
    border-right-color: rgba(32,32,32,.95)
}

.border-x-black-header-top {
    --tw-border-opacity: 1;
    border-left-color: rgb(14 9 1/var(--tw-border-opacity));
    border-right-color: rgb(14 9 1/var(--tw-border-opacity))
}

.border-x-black-header-top\/0 {
    border-left-color: rgba(14,9,1,0);
    border-right-color: rgba(14,9,1,0)
}

.border-x-black-header-top\/10 {
    border-left-color: rgba(14,9,1,.1);
    border-right-color: rgba(14,9,1,.1)
}

.border-x-black-header-top\/100 {
    border-left-color: #0e0901;
    border-right-color: #0e0901
}

.border-x-black-header-top\/20 {
    border-left-color: rgba(14,9,1,.2);
    border-right-color: rgba(14,9,1,.2)
}

.border-x-black-header-top\/25 {
    border-left-color: rgba(14,9,1,.25);
    border-right-color: rgba(14,9,1,.25)
}

.border-x-black-header-top\/30 {
    border-left-color: rgba(14,9,1,.3);
    border-right-color: rgba(14,9,1,.3)
}

.border-x-black-header-top\/40 {
    border-left-color: rgba(14,9,1,.4);
    border-right-color: rgba(14,9,1,.4)
}

.border-x-black-header-top\/5 {
    border-left-color: rgba(14,9,1,.05);
    border-right-color: rgba(14,9,1,.05)
}

.border-x-black-header-top\/50 {
    border-left-color: rgba(14,9,1,.5);
    border-right-color: rgba(14,9,1,.5)
}

.border-x-black-header-top\/60 {
    border-left-color: rgba(14,9,1,.6);
    border-right-color: rgba(14,9,1,.6)
}

.border-x-black-header-top\/70 {
    border-left-color: rgba(14,9,1,.7);
    border-right-color: rgba(14,9,1,.7)
}

.border-x-black-header-top\/75 {
    border-left-color: rgba(14,9,1,.75);
    border-right-color: rgba(14,9,1,.75)
}

.border-x-black-header-top\/80 {
    border-left-color: rgba(14,9,1,.8);
    border-right-color: rgba(14,9,1,.8)
}

.border-x-black-header-top\/90 {
    border-left-color: rgba(14,9,1,.9);
    border-right-color: rgba(14,9,1,.9)
}

.border-x-black-header-top\/95 {
    border-left-color: rgba(14,9,1,.95);
    border-right-color: rgba(14,9,1,.95)
}

.border-x-black-main {
    --tw-border-opacity: 1;
    border-left-color: rgb(13 9 6/var(--tw-border-opacity));
    border-right-color: rgb(13 9 6/var(--tw-border-opacity))
}

.border-x-black-main\/0 {
    border-left-color: rgba(13,9,6,0);
    border-right-color: rgba(13,9,6,0)
}

.border-x-black-main\/10 {
    border-left-color: rgba(13,9,6,.1);
    border-right-color: rgba(13,9,6,.1)
}

.border-x-black-main\/100 {
    border-left-color: #0d0906;
    border-right-color: #0d0906
}

.border-x-black-main\/20 {
    border-left-color: rgba(13,9,6,.2);
    border-right-color: rgba(13,9,6,.2)
}

.border-x-black-main\/25 {
    border-left-color: rgba(13,9,6,.25);
    border-right-color: rgba(13,9,6,.25)
}

.border-x-black-main\/30 {
    border-left-color: rgba(13,9,6,.3);
    border-right-color: rgba(13,9,6,.3)
}

.border-x-black-main\/40 {
    border-left-color: rgba(13,9,6,.4);
    border-right-color: rgba(13,9,6,.4)
}

.border-x-black-main\/5 {
    border-left-color: rgba(13,9,6,.05);
    border-right-color: rgba(13,9,6,.05)
}

.border-x-black-main\/50 {
    border-left-color: rgba(13,9,6,.5);
    border-right-color: rgba(13,9,6,.5)
}

.border-x-black-main\/60 {
    border-left-color: rgba(13,9,6,.6);
    border-right-color: rgba(13,9,6,.6)
}

.border-x-black-main\/70 {
    border-left-color: rgba(13,9,6,.7);
    border-right-color: rgba(13,9,6,.7)
}

.border-x-black-main\/75 {
    border-left-color: rgba(13,9,6,.75);
    border-right-color: rgba(13,9,6,.75)
}

.border-x-black-main\/80 {
    border-left-color: rgba(13,9,6,.8);
    border-right-color: rgba(13,9,6,.8)
}

.border-x-black-main\/90 {
    border-left-color: rgba(13,9,6,.9);
    border-right-color: rgba(13,9,6,.9)
}

.border-x-black-main\/95 {
    border-left-color: rgba(13,9,6,.95);
    border-right-color: rgba(13,9,6,.95)
}

.border-x-black-option {
    --tw-border-opacity: 1;
    border-left-color: rgb(11 12 11/var(--tw-border-opacity));
    border-right-color: rgb(11 12 11/var(--tw-border-opacity))
}

.border-x-black-option\/0 {
    border-left-color: rgba(11,12,11,0);
    border-right-color: rgba(11,12,11,0)
}

.border-x-black-option\/10 {
    border-left-color: rgba(11,12,11,.1);
    border-right-color: rgba(11,12,11,.1)
}

.border-x-black-option\/100 {
    border-left-color: #0b0c0b;
    border-right-color: #0b0c0b
}

.border-x-black-option\/20 {
    border-left-color: rgba(11,12,11,.2);
    border-right-color: rgba(11,12,11,.2)
}

.border-x-black-option\/25 {
    border-left-color: rgba(11,12,11,.25);
    border-right-color: rgba(11,12,11,.25)
}

.border-x-black-option\/30 {
    border-left-color: rgba(11,12,11,.3);
    border-right-color: rgba(11,12,11,.3)
}

.border-x-black-option\/40 {
    border-left-color: rgba(11,12,11,.4);
    border-right-color: rgba(11,12,11,.4)
}

.border-x-black-option\/5 {
    border-left-color: rgba(11,12,11,.05);
    border-right-color: rgba(11,12,11,.05)
}

.border-x-black-option\/50 {
    border-left-color: rgba(11,12,11,.5);
    border-right-color: rgba(11,12,11,.5)
}

.border-x-black-option\/60 {
    border-left-color: rgba(11,12,11,.6);
    border-right-color: rgba(11,12,11,.6)
}

.border-x-black-option\/70 {
    border-left-color: rgba(11,12,11,.7);
    border-right-color: rgba(11,12,11,.7)
}

.border-x-black-option\/75 {
    border-left-color: rgba(11,12,11,.75);
    border-right-color: rgba(11,12,11,.75)
}

.border-x-black-option\/80 {
    border-left-color: rgba(11,12,11,.8);
    border-right-color: rgba(11,12,11,.8)
}

.border-x-black-option\/90 {
    border-left-color: rgba(11,12,11,.9);
    border-right-color: rgba(11,12,11,.9)
}

.border-x-black-option\/95 {
    border-left-color: rgba(11,12,11,.95);
    border-right-color: rgba(11,12,11,.95)
}

.border-x-black-table-account {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 26 26/var(--tw-border-opacity));
    border-right-color: rgb(26 26 26/var(--tw-border-opacity))
}

.border-x-black-table-account\/0 {
    border-left-color: rgba(26,26,26,0);
    border-right-color: rgba(26,26,26,0)
}

.border-x-black-table-account\/10 {
    border-left-color: rgba(26,26,26,.1);
    border-right-color: rgba(26,26,26,.1)
}

.border-x-black-table-account\/100 {
    border-left-color: #1a1a1a;
    border-right-color: #1a1a1a
}

.border-x-black-table-account\/20 {
    border-left-color: rgba(26,26,26,.2);
    border-right-color: rgba(26,26,26,.2)
}

.border-x-black-table-account\/25 {
    border-left-color: rgba(26,26,26,.25);
    border-right-color: rgba(26,26,26,.25)
}

.border-x-black-table-account\/30 {
    border-left-color: rgba(26,26,26,.3);
    border-right-color: rgba(26,26,26,.3)
}

.border-x-black-table-account\/40 {
    border-left-color: rgba(26,26,26,.4);
    border-right-color: rgba(26,26,26,.4)
}

.border-x-black-table-account\/5 {
    border-left-color: rgba(26,26,26,.05);
    border-right-color: rgba(26,26,26,.05)
}

.border-x-black-table-account\/50 {
    border-left-color: rgba(26,26,26,.5);
    border-right-color: rgba(26,26,26,.5)
}

.border-x-black-table-account\/60 {
    border-left-color: rgba(26,26,26,.6);
    border-right-color: rgba(26,26,26,.6)
}

.border-x-black-table-account\/70 {
    border-left-color: rgba(26,26,26,.7);
    border-right-color: rgba(26,26,26,.7)
}

.border-x-black-table-account\/75 {
    border-left-color: rgba(26,26,26,.75);
    border-right-color: rgba(26,26,26,.75)
}

.border-x-black-table-account\/80 {
    border-left-color: rgba(26,26,26,.8);
    border-right-color: rgba(26,26,26,.8)
}

.border-x-black-table-account\/90 {
    border-left-color: rgba(26,26,26,.9);
    border-right-color: rgba(26,26,26,.9)
}

.border-x-black-table-account\/95 {
    border-left-color: rgba(26,26,26,.95);
    border-right-color: rgba(26,26,26,.95)
}

.border-x-black-text {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 29 27/var(--tw-border-opacity));
    border-right-color: rgb(26 29 27/var(--tw-border-opacity))
}

.border-x-black-text\/0 {
    border-left-color: rgba(26,29,27,0);
    border-right-color: rgba(26,29,27,0)
}

.border-x-black-text\/10 {
    border-left-color: rgba(26,29,27,.1);
    border-right-color: rgba(26,29,27,.1)
}

.border-x-black-text\/100 {
    border-left-color: #1a1d1b;
    border-right-color: #1a1d1b
}

.border-x-black-text\/20 {
    border-left-color: rgba(26,29,27,.2);
    border-right-color: rgba(26,29,27,.2)
}

.border-x-black-text\/25 {
    border-left-color: rgba(26,29,27,.25);
    border-right-color: rgba(26,29,27,.25)
}

.border-x-black-text\/30 {
    border-left-color: rgba(26,29,27,.3);
    border-right-color: rgba(26,29,27,.3)
}

.border-x-black-text\/40 {
    border-left-color: rgba(26,29,27,.4);
    border-right-color: rgba(26,29,27,.4)
}

.border-x-black-text\/5 {
    border-left-color: rgba(26,29,27,.05);
    border-right-color: rgba(26,29,27,.05)
}

.border-x-black-text\/50 {
    border-left-color: rgba(26,29,27,.5);
    border-right-color: rgba(26,29,27,.5)
}

.border-x-black-text\/60 {
    border-left-color: rgba(26,29,27,.6);
    border-right-color: rgba(26,29,27,.6)
}

.border-x-black-text\/70 {
    border-left-color: rgba(26,29,27,.7);
    border-right-color: rgba(26,29,27,.7)
}

.border-x-black-text\/75 {
    border-left-color: rgba(26,29,27,.75);
    border-right-color: rgba(26,29,27,.75)
}

.border-x-black-text\/80 {
    border-left-color: rgba(26,29,27,.8);
    border-right-color: rgba(26,29,27,.8)
}

.border-x-black-text\/90 {
    border-left-color: rgba(26,29,27,.9);
    border-right-color: rgba(26,29,27,.9)
}

.border-x-black-text\/95 {
    border-left-color: rgba(26,29,27,.95);
    border-right-color: rgba(26,29,27,.95)
}

.border-x-black-text1 {
    --tw-border-opacity: 1;
    border-left-color: rgb(71 70 63/var(--tw-border-opacity));
    border-right-color: rgb(71 70 63/var(--tw-border-opacity))
}

.border-x-black-text1\/0 {
    border-left-color: rgba(71,70,63,0);
    border-right-color: rgba(71,70,63,0)
}

.border-x-black-text1\/10 {
    border-left-color: rgba(71,70,63,.1);
    border-right-color: rgba(71,70,63,.1)
}

.border-x-black-text1\/100 {
    border-left-color: #47463f;
    border-right-color: #47463f
}

.border-x-black-text1\/20 {
    border-left-color: rgba(71,70,63,.2);
    border-right-color: rgba(71,70,63,.2)
}

.border-x-black-text1\/25 {
    border-left-color: rgba(71,70,63,.25);
    border-right-color: rgba(71,70,63,.25)
}

.border-x-black-text1\/30 {
    border-left-color: rgba(71,70,63,.3);
    border-right-color: rgba(71,70,63,.3)
}

.border-x-black-text1\/40 {
    border-left-color: rgba(71,70,63,.4);
    border-right-color: rgba(71,70,63,.4)
}

.border-x-black-text1\/5 {
    border-left-color: rgba(71,70,63,.05);
    border-right-color: rgba(71,70,63,.05)
}

.border-x-black-text1\/50 {
    border-left-color: rgba(71,70,63,.5);
    border-right-color: rgba(71,70,63,.5)
}

.border-x-black-text1\/60 {
    border-left-color: rgba(71,70,63,.6);
    border-right-color: rgba(71,70,63,.6)
}

.border-x-black-text1\/70 {
    border-left-color: rgba(71,70,63,.7);
    border-right-color: rgba(71,70,63,.7)
}

.border-x-black-text1\/75 {
    border-left-color: rgba(71,70,63,.75);
    border-right-color: rgba(71,70,63,.75)
}

.border-x-black-text1\/80 {
    border-left-color: rgba(71,70,63,.8);
    border-right-color: rgba(71,70,63,.8)
}

.border-x-black-text1\/90 {
    border-left-color: rgba(71,70,63,.9);
    border-right-color: rgba(71,70,63,.9)
}

.border-x-black-text1\/95 {
    border-left-color: rgba(71,70,63,.95);
    border-right-color: rgba(71,70,63,.95)
}

.border-x-black-vip {
    --tw-border-opacity: 1;
    border-left-color: rgb(15 15 15/var(--tw-border-opacity));
    border-right-color: rgb(15 15 15/var(--tw-border-opacity))
}

.border-x-black-vip\/0 {
    border-left-color: hsla(0,0%,6%,0);
    border-right-color: hsla(0,0%,6%,0)
}

.border-x-black-vip\/10 {
    border-left-color: hsla(0,0%,6%,.1);
    border-right-color: hsla(0,0%,6%,.1)
}

.border-x-black-vip\/100 {
    border-left-color: #0f0f0f;
    border-right-color: #0f0f0f
}

.border-x-black-vip\/20 {
    border-left-color: hsla(0,0%,6%,.2);
    border-right-color: hsla(0,0%,6%,.2)
}

.border-x-black-vip\/25 {
    border-left-color: hsla(0,0%,6%,.25);
    border-right-color: hsla(0,0%,6%,.25)
}

.border-x-black-vip\/30 {
    border-left-color: hsla(0,0%,6%,.3);
    border-right-color: hsla(0,0%,6%,.3)
}

.border-x-black-vip\/40 {
    border-left-color: hsla(0,0%,6%,.4);
    border-right-color: hsla(0,0%,6%,.4)
}

.border-x-black-vip\/5 {
    border-left-color: hsla(0,0%,6%,.05);
    border-right-color: hsla(0,0%,6%,.05)
}

.border-x-black-vip\/50 {
    border-left-color: hsla(0,0%,6%,.5);
    border-right-color: hsla(0,0%,6%,.5)
}

.border-x-black-vip\/60 {
    border-left-color: hsla(0,0%,6%,.6);
    border-right-color: hsla(0,0%,6%,.6)
}

.border-x-black-vip\/70 {
    border-left-color: hsla(0,0%,6%,.7);
    border-right-color: hsla(0,0%,6%,.7)
}

.border-x-black-vip\/75 {
    border-left-color: hsla(0,0%,6%,.75);
    border-right-color: hsla(0,0%,6%,.75)
}

.border-x-black-vip\/80 {
    border-left-color: hsla(0,0%,6%,.8);
    border-right-color: hsla(0,0%,6%,.8)
}

.border-x-black-vip\/90 {
    border-left-color: hsla(0,0%,6%,.9);
    border-right-color: hsla(0,0%,6%,.9)
}

.border-x-black-vip\/95 {
    border-left-color: hsla(0,0%,6%,.95);
    border-right-color: hsla(0,0%,6%,.95)
}

.border-x-blue-head-table {
    --tw-border-opacity: 1;
    border-left-color: rgb(8 77 160/var(--tw-border-opacity));
    border-right-color: rgb(8 77 160/var(--tw-border-opacity))
}

.border-x-blue-head-table\/0 {
    border-left-color: rgba(8,77,160,0);
    border-right-color: rgba(8,77,160,0)
}

.border-x-blue-head-table\/10 {
    border-left-color: rgba(8,77,160,.1);
    border-right-color: rgba(8,77,160,.1)
}

.border-x-blue-head-table\/100 {
    border-left-color: #084da0;
    border-right-color: #084da0
}

.border-x-blue-head-table\/20 {
    border-left-color: rgba(8,77,160,.2);
    border-right-color: rgba(8,77,160,.2)
}

.border-x-blue-head-table\/25 {
    border-left-color: rgba(8,77,160,.25);
    border-right-color: rgba(8,77,160,.25)
}

.border-x-blue-head-table\/30 {
    border-left-color: rgba(8,77,160,.3);
    border-right-color: rgba(8,77,160,.3)
}

.border-x-blue-head-table\/40 {
    border-left-color: rgba(8,77,160,.4);
    border-right-color: rgba(8,77,160,.4)
}

.border-x-blue-head-table\/5 {
    border-left-color: rgba(8,77,160,.05);
    border-right-color: rgba(8,77,160,.05)
}

.border-x-blue-head-table\/50 {
    border-left-color: rgba(8,77,160,.5);
    border-right-color: rgba(8,77,160,.5)
}

.border-x-blue-head-table\/60 {
    border-left-color: rgba(8,77,160,.6);
    border-right-color: rgba(8,77,160,.6)
}

.border-x-blue-head-table\/70 {
    border-left-color: rgba(8,77,160,.7);
    border-right-color: rgba(8,77,160,.7)
}

.border-x-blue-head-table\/75 {
    border-left-color: rgba(8,77,160,.75);
    border-right-color: rgba(8,77,160,.75)
}

.border-x-blue-head-table\/80 {
    border-left-color: rgba(8,77,160,.8);
    border-right-color: rgba(8,77,160,.8)
}

.border-x-blue-head-table\/90 {
    border-left-color: rgba(8,77,160,.9);
    border-right-color: rgba(8,77,160,.9)
}

.border-x-blue-head-table\/95 {
    border-left-color: rgba(8,77,160,.95);
    border-right-color: rgba(8,77,160,.95)
}

.border-x-blue-item-history {
    --tw-border-opacity: 1;
    border-left-color: rgb(48 53 56/var(--tw-border-opacity));
    border-right-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-x-blue-item-history\/0 {
    border-left-color: rgba(48,53,56,0);
    border-right-color: rgba(48,53,56,0)
}

.border-x-blue-item-history\/10 {
    border-left-color: rgba(48,53,56,.1);
    border-right-color: rgba(48,53,56,.1)
}

.border-x-blue-item-history\/100 {
    border-left-color: #303538;
    border-right-color: #303538
}

.border-x-blue-item-history\/20 {
    border-left-color: rgba(48,53,56,.2);
    border-right-color: rgba(48,53,56,.2)
}

.border-x-blue-item-history\/25 {
    border-left-color: rgba(48,53,56,.25);
    border-right-color: rgba(48,53,56,.25)
}

.border-x-blue-item-history\/30 {
    border-left-color: rgba(48,53,56,.3);
    border-right-color: rgba(48,53,56,.3)
}

.border-x-blue-item-history\/40 {
    border-left-color: rgba(48,53,56,.4);
    border-right-color: rgba(48,53,56,.4)
}

.border-x-blue-item-history\/5 {
    border-left-color: rgba(48,53,56,.05);
    border-right-color: rgba(48,53,56,.05)
}

.border-x-blue-item-history\/50 {
    border-left-color: rgba(48,53,56,.5);
    border-right-color: rgba(48,53,56,.5)
}

.border-x-blue-item-history\/60 {
    border-left-color: rgba(48,53,56,.6);
    border-right-color: rgba(48,53,56,.6)
}

.border-x-blue-item-history\/70 {
    border-left-color: rgba(48,53,56,.7);
    border-right-color: rgba(48,53,56,.7)
}

.border-x-blue-item-history\/75 {
    border-left-color: rgba(48,53,56,.75);
    border-right-color: rgba(48,53,56,.75)
}

.border-x-blue-item-history\/80 {
    border-left-color: rgba(48,53,56,.8);
    border-right-color: rgba(48,53,56,.8)
}

.border-x-blue-item-history\/90 {
    border-left-color: rgba(48,53,56,.9);
    border-right-color: rgba(48,53,56,.9)
}

.border-x-blue-item-history\/95 {
    border-left-color: rgba(48,53,56,.95);
    border-right-color: rgba(48,53,56,.95)
}

.border-x-blue-process {
    --tw-border-opacity: 1;
    border-left-color: rgb(76 88 102/var(--tw-border-opacity));
    border-right-color: rgb(76 88 102/var(--tw-border-opacity))
}

.border-x-blue-process\/0 {
    border-left-color: rgba(76,88,102,0);
    border-right-color: rgba(76,88,102,0)
}

.border-x-blue-process\/10 {
    border-left-color: rgba(76,88,102,.1);
    border-right-color: rgba(76,88,102,.1)
}

.border-x-blue-process\/100 {
    border-left-color: #4c5866;
    border-right-color: #4c5866
}

.border-x-blue-process\/20 {
    border-left-color: rgba(76,88,102,.2);
    border-right-color: rgba(76,88,102,.2)
}

.border-x-blue-process\/25 {
    border-left-color: rgba(76,88,102,.25);
    border-right-color: rgba(76,88,102,.25)
}

.border-x-blue-process\/30 {
    border-left-color: rgba(76,88,102,.3);
    border-right-color: rgba(76,88,102,.3)
}

.border-x-blue-process\/40 {
    border-left-color: rgba(76,88,102,.4);
    border-right-color: rgba(76,88,102,.4)
}

.border-x-blue-process\/5 {
    border-left-color: rgba(76,88,102,.05);
    border-right-color: rgba(76,88,102,.05)
}

.border-x-blue-process\/50 {
    border-left-color: rgba(76,88,102,.5);
    border-right-color: rgba(76,88,102,.5)
}

.border-x-blue-process\/60 {
    border-left-color: rgba(76,88,102,.6);
    border-right-color: rgba(76,88,102,.6)
}

.border-x-blue-process\/70 {
    border-left-color: rgba(76,88,102,.7);
    border-right-color: rgba(76,88,102,.7)
}

.border-x-blue-process\/75 {
    border-left-color: rgba(76,88,102,.75);
    border-right-color: rgba(76,88,102,.75)
}

.border-x-blue-process\/80 {
    border-left-color: rgba(76,88,102,.8);
    border-right-color: rgba(76,88,102,.8)
}

.border-x-blue-process\/90 {
    border-left-color: rgba(76,88,102,.9);
    border-right-color: rgba(76,88,102,.9)
}

.border-x-blue-process\/95 {
    border-left-color: rgba(76,88,102,.95);
    border-right-color: rgba(76,88,102,.95)
}

.border-x-btn-inactive {
    --tw-border-opacity: 1;
    border-left-color: rgb(109 109 109/var(--tw-border-opacity));
    border-right-color: rgb(109 109 109/var(--tw-border-opacity))
}

.border-x-btn-inactive\/0 {
    border-left-color: hsla(0,0%,43%,0);
    border-right-color: hsla(0,0%,43%,0)
}

.border-x-btn-inactive\/10 {
    border-left-color: hsla(0,0%,43%,.1);
    border-right-color: hsla(0,0%,43%,.1)
}

.border-x-btn-inactive\/100 {
    border-left-color: #6d6d6d;
    border-right-color: #6d6d6d
}

.border-x-btn-inactive\/20 {
    border-left-color: hsla(0,0%,43%,.2);
    border-right-color: hsla(0,0%,43%,.2)
}

.border-x-btn-inactive\/25 {
    border-left-color: hsla(0,0%,43%,.25);
    border-right-color: hsla(0,0%,43%,.25)
}

.border-x-btn-inactive\/30 {
    border-left-color: hsla(0,0%,43%,.3);
    border-right-color: hsla(0,0%,43%,.3)
}

.border-x-btn-inactive\/40 {
    border-left-color: hsla(0,0%,43%,.4);
    border-right-color: hsla(0,0%,43%,.4)
}

.border-x-btn-inactive\/5 {
    border-left-color: hsla(0,0%,43%,.05);
    border-right-color: hsla(0,0%,43%,.05)
}

.border-x-btn-inactive\/50 {
    border-left-color: hsla(0,0%,43%,.5);
    border-right-color: hsla(0,0%,43%,.5)
}

.border-x-btn-inactive\/60 {
    border-left-color: hsla(0,0%,43%,.6);
    border-right-color: hsla(0,0%,43%,.6)
}

.border-x-btn-inactive\/70 {
    border-left-color: hsla(0,0%,43%,.7);
    border-right-color: hsla(0,0%,43%,.7)
}

.border-x-btn-inactive\/75 {
    border-left-color: hsla(0,0%,43%,.75);
    border-right-color: hsla(0,0%,43%,.75)
}

.border-x-btn-inactive\/80 {
    border-left-color: hsla(0,0%,43%,.8);
    border-right-color: hsla(0,0%,43%,.8)
}

.border-x-btn-inactive\/90 {
    border-left-color: hsla(0,0%,43%,.9);
    border-right-color: hsla(0,0%,43%,.9)
}

.border-x-btn-inactive\/95 {
    border-left-color: hsla(0,0%,43%,.95);
    border-right-color: hsla(0,0%,43%,.95)
}

.border-x-button {
    --tw-border-opacity: 1;
    border-left-color: rgb(185 143 93/var(--tw-border-opacity));
    border-right-color: rgb(185 143 93/var(--tw-border-opacity))
}

.border-x-button\/0 {
    border-left-color: rgba(185,143,93,0);
    border-right-color: rgba(185,143,93,0)
}

.border-x-button\/10 {
    border-left-color: rgba(185,143,93,.1);
    border-right-color: rgba(185,143,93,.1)
}

.border-x-button\/100 {
    border-left-color: #b98f5d;
    border-right-color: #b98f5d
}

.border-x-button\/20 {
    border-left-color: rgba(185,143,93,.2);
    border-right-color: rgba(185,143,93,.2)
}

.border-x-button\/25 {
    border-left-color: rgba(185,143,93,.25);
    border-right-color: rgba(185,143,93,.25)
}

.border-x-button\/30 {
    border-left-color: rgba(185,143,93,.3);
    border-right-color: rgba(185,143,93,.3)
}

.border-x-button\/40 {
    border-left-color: rgba(185,143,93,.4);
    border-right-color: rgba(185,143,93,.4)
}

.border-x-button\/5 {
    border-left-color: rgba(185,143,93,.05);
    border-right-color: rgba(185,143,93,.05)
}

.border-x-button\/50 {
    border-left-color: rgba(185,143,93,.5);
    border-right-color: rgba(185,143,93,.5)
}

.border-x-button\/60 {
    border-left-color: rgba(185,143,93,.6);
    border-right-color: rgba(185,143,93,.6)
}

.border-x-button\/70 {
    border-left-color: rgba(185,143,93,.7);
    border-right-color: rgba(185,143,93,.7)
}

.border-x-button\/75 {
    border-left-color: rgba(185,143,93,.75);
    border-right-color: rgba(185,143,93,.75)
}

.border-x-button\/80 {
    border-left-color: rgba(185,143,93,.8);
    border-right-color: rgba(185,143,93,.8)
}

.border-x-button\/90 {
    border-left-color: rgba(185,143,93,.9);
    border-right-color: rgba(185,143,93,.9)
}

.border-x-button\/95 {
    border-left-color: rgba(185,143,93,.95);
    border-right-color: rgba(185,143,93,.95)
}

.border-x-card {
    --tw-border-opacity: 1;
    border-left-color: rgb(21 18 18/var(--tw-border-opacity));
    border-right-color: rgb(21 18 18/var(--tw-border-opacity))
}

.border-x-card\/0 {
    border-left-color: hsla(0,8%,8%,0);
    border-right-color: hsla(0,8%,8%,0)
}

.border-x-card\/10 {
    border-left-color: hsla(0,8%,8%,.1);
    border-right-color: hsla(0,8%,8%,.1)
}

.border-x-card\/100 {
    border-left-color: #151212;
    border-right-color: #151212
}

.border-x-card\/20 {
    border-left-color: hsla(0,8%,8%,.2);
    border-right-color: hsla(0,8%,8%,.2)
}

.border-x-card\/25 {
    border-left-color: hsla(0,8%,8%,.25);
    border-right-color: hsla(0,8%,8%,.25)
}

.border-x-card\/30 {
    border-left-color: hsla(0,8%,8%,.3);
    border-right-color: hsla(0,8%,8%,.3)
}

.border-x-card\/40 {
    border-left-color: hsla(0,8%,8%,.4);
    border-right-color: hsla(0,8%,8%,.4)
}

.border-x-card\/5 {
    border-left-color: hsla(0,8%,8%,.05);
    border-right-color: hsla(0,8%,8%,.05)
}

.border-x-card\/50 {
    border-left-color: hsla(0,8%,8%,.5);
    border-right-color: hsla(0,8%,8%,.5)
}

.border-x-card\/60 {
    border-left-color: hsla(0,8%,8%,.6);
    border-right-color: hsla(0,8%,8%,.6)
}

.border-x-card\/70 {
    border-left-color: hsla(0,8%,8%,.7);
    border-right-color: hsla(0,8%,8%,.7)
}

.border-x-card\/75 {
    border-left-color: hsla(0,8%,8%,.75);
    border-right-color: hsla(0,8%,8%,.75)
}

.border-x-card\/80 {
    border-left-color: hsla(0,8%,8%,.8);
    border-right-color: hsla(0,8%,8%,.8)
}

.border-x-card\/90 {
    border-left-color: hsla(0,8%,8%,.9);
    border-right-color: hsla(0,8%,8%,.9)
}

.border-x-card\/95 {
    border-left-color: hsla(0,8%,8%,.95);
    border-right-color: hsla(0,8%,8%,.95)
}

.border-x-disable-text {
    --tw-border-opacity: 1;
    border-left-color: rgb(109 109 109/var(--tw-border-opacity));
    border-right-color: rgb(109 109 109/var(--tw-border-opacity))
}

.border-x-disable-text\/0 {
    border-left-color: hsla(0,0%,43%,0);
    border-right-color: hsla(0,0%,43%,0)
}

.border-x-disable-text\/10 {
    border-left-color: hsla(0,0%,43%,.1);
    border-right-color: hsla(0,0%,43%,.1)
}

.border-x-disable-text\/100 {
    border-left-color: #6d6d6d;
    border-right-color: #6d6d6d
}

.border-x-disable-text\/20 {
    border-left-color: hsla(0,0%,43%,.2);
    border-right-color: hsla(0,0%,43%,.2)
}

.border-x-disable-text\/25 {
    border-left-color: hsla(0,0%,43%,.25);
    border-right-color: hsla(0,0%,43%,.25)
}

.border-x-disable-text\/30 {
    border-left-color: hsla(0,0%,43%,.3);
    border-right-color: hsla(0,0%,43%,.3)
}

.border-x-disable-text\/40 {
    border-left-color: hsla(0,0%,43%,.4);
    border-right-color: hsla(0,0%,43%,.4)
}

.border-x-disable-text\/5 {
    border-left-color: hsla(0,0%,43%,.05);
    border-right-color: hsla(0,0%,43%,.05)
}

.border-x-disable-text\/50 {
    border-left-color: hsla(0,0%,43%,.5);
    border-right-color: hsla(0,0%,43%,.5)
}

.border-x-disable-text\/60 {
    border-left-color: hsla(0,0%,43%,.6);
    border-right-color: hsla(0,0%,43%,.6)
}

.border-x-disable-text\/70 {
    border-left-color: hsla(0,0%,43%,.7);
    border-right-color: hsla(0,0%,43%,.7)
}

.border-x-disable-text\/75 {
    border-left-color: hsla(0,0%,43%,.75);
    border-right-color: hsla(0,0%,43%,.75)
}

.border-x-disable-text\/80 {
    border-left-color: hsla(0,0%,43%,.8);
    border-right-color: hsla(0,0%,43%,.8)
}

.border-x-disable-text\/90 {
    border-left-color: hsla(0,0%,43%,.9);
    border-right-color: hsla(0,0%,43%,.9)
}

.border-x-disable-text\/95 {
    border-left-color: hsla(0,0%,43%,.95);
    border-right-color: hsla(0,0%,43%,.95)
}

.border-x-event-promotion-big-win-bg {
    --tw-border-opacity: 1;
    border-left-color: rgb(149 118 76/var(--tw-border-opacity));
    border-right-color: rgb(149 118 76/var(--tw-border-opacity))
}

.border-x-event-promotion-big-win-bg\/0 {
    border-left-color: rgba(149,118,76,0);
    border-right-color: rgba(149,118,76,0)
}

.border-x-event-promotion-big-win-bg\/10 {
    border-left-color: rgba(149,118,76,.1);
    border-right-color: rgba(149,118,76,.1)
}

.border-x-event-promotion-big-win-bg\/100 {
    border-left-color: #95764c;
    border-right-color: #95764c
}

.border-x-event-promotion-big-win-bg\/20 {
    border-left-color: rgba(149,118,76,.2);
    border-right-color: rgba(149,118,76,.2)
}

.border-x-event-promotion-big-win-bg\/25 {
    border-left-color: rgba(149,118,76,.25);
    border-right-color: rgba(149,118,76,.25)
}

.border-x-event-promotion-big-win-bg\/30 {
    border-left-color: rgba(149,118,76,.3);
    border-right-color: rgba(149,118,76,.3)
}

.border-x-event-promotion-big-win-bg\/40 {
    border-left-color: rgba(149,118,76,.4);
    border-right-color: rgba(149,118,76,.4)
}

.border-x-event-promotion-big-win-bg\/5 {
    border-left-color: rgba(149,118,76,.05);
    border-right-color: rgba(149,118,76,.05)
}

.border-x-event-promotion-big-win-bg\/50 {
    border-left-color: rgba(149,118,76,.5);
    border-right-color: rgba(149,118,76,.5)
}

.border-x-event-promotion-big-win-bg\/60 {
    border-left-color: rgba(149,118,76,.6);
    border-right-color: rgba(149,118,76,.6)
}

.border-x-event-promotion-big-win-bg\/70 {
    border-left-color: rgba(149,118,76,.7);
    border-right-color: rgba(149,118,76,.7)
}

.border-x-event-promotion-big-win-bg\/75 {
    border-left-color: rgba(149,118,76,.75);
    border-right-color: rgba(149,118,76,.75)
}

.border-x-event-promotion-big-win-bg\/80 {
    border-left-color: rgba(149,118,76,.8);
    border-right-color: rgba(149,118,76,.8)
}

.border-x-event-promotion-big-win-bg\/90 {
    border-left-color: rgba(149,118,76,.9);
    border-right-color: rgba(149,118,76,.9)
}

.border-x-event-promotion-big-win-bg\/95 {
    border-left-color: rgba(149,118,76,.95);
    border-right-color: rgba(149,118,76,.95)
}

.border-x-event-promotion-highlight {
    --tw-border-opacity: 1;
    border-left-color: rgb(246 192 65/var(--tw-border-opacity));
    border-right-color: rgb(246 192 65/var(--tw-border-opacity))
}

.border-x-event-promotion-highlight\/0 {
    border-left-color: rgba(246,192,65,0);
    border-right-color: rgba(246,192,65,0)
}

.border-x-event-promotion-highlight\/10 {
    border-left-color: rgba(246,192,65,.1);
    border-right-color: rgba(246,192,65,.1)
}

.border-x-event-promotion-highlight\/100 {
    border-left-color: #f6c041;
    border-right-color: #f6c041
}

.border-x-event-promotion-highlight\/20 {
    border-left-color: rgba(246,192,65,.2);
    border-right-color: rgba(246,192,65,.2)
}

.border-x-event-promotion-highlight\/25 {
    border-left-color: rgba(246,192,65,.25);
    border-right-color: rgba(246,192,65,.25)
}

.border-x-event-promotion-highlight\/30 {
    border-left-color: rgba(246,192,65,.3);
    border-right-color: rgba(246,192,65,.3)
}

.border-x-event-promotion-highlight\/40 {
    border-left-color: rgba(246,192,65,.4);
    border-right-color: rgba(246,192,65,.4)
}

.border-x-event-promotion-highlight\/5 {
    border-left-color: rgba(246,192,65,.05);
    border-right-color: rgba(246,192,65,.05)
}

.border-x-event-promotion-highlight\/50 {
    border-left-color: rgba(246,192,65,.5);
    border-right-color: rgba(246,192,65,.5)
}

.border-x-event-promotion-highlight\/60 {
    border-left-color: rgba(246,192,65,.6);
    border-right-color: rgba(246,192,65,.6)
}

.border-x-event-promotion-highlight\/70 {
    border-left-color: rgba(246,192,65,.7);
    border-right-color: rgba(246,192,65,.7)
}

.border-x-event-promotion-highlight\/75 {
    border-left-color: rgba(246,192,65,.75);
    border-right-color: rgba(246,192,65,.75)
}

.border-x-event-promotion-highlight\/80 {
    border-left-color: rgba(246,192,65,.8);
    border-right-color: rgba(246,192,65,.8)
}

.border-x-event-promotion-highlight\/90 {
    border-left-color: rgba(246,192,65,.9);
    border-right-color: rgba(246,192,65,.9)
}

.border-x-event-promotion-highlight\/95 {
    border-left-color: rgba(246,192,65,.95);
    border-right-color: rgba(246,192,65,.95)
}

.border-x-gray-about {
    --tw-border-opacity: 1;
    border-left-color: rgb(145 145 145/var(--tw-border-opacity));
    border-right-color: rgb(145 145 145/var(--tw-border-opacity))
}

.border-x-gray-about\/0 {
    border-left-color: hsla(0,0%,57%,0);
    border-right-color: hsla(0,0%,57%,0)
}

.border-x-gray-about\/10 {
    border-left-color: hsla(0,0%,57%,.1);
    border-right-color: hsla(0,0%,57%,.1)
}

.border-x-gray-about\/100 {
    border-left-color: #919191;
    border-right-color: #919191
}

.border-x-gray-about\/20 {
    border-left-color: hsla(0,0%,57%,.2);
    border-right-color: hsla(0,0%,57%,.2)
}

.border-x-gray-about\/25 {
    border-left-color: hsla(0,0%,57%,.25);
    border-right-color: hsla(0,0%,57%,.25)
}

.border-x-gray-about\/30 {
    border-left-color: hsla(0,0%,57%,.3);
    border-right-color: hsla(0,0%,57%,.3)
}

.border-x-gray-about\/40 {
    border-left-color: hsla(0,0%,57%,.4);
    border-right-color: hsla(0,0%,57%,.4)
}

.border-x-gray-about\/5 {
    border-left-color: hsla(0,0%,57%,.05);
    border-right-color: hsla(0,0%,57%,.05)
}

.border-x-gray-about\/50 {
    border-left-color: hsla(0,0%,57%,.5);
    border-right-color: hsla(0,0%,57%,.5)
}

.border-x-gray-about\/60 {
    border-left-color: hsla(0,0%,57%,.6);
    border-right-color: hsla(0,0%,57%,.6)
}

.border-x-gray-about\/70 {
    border-left-color: hsla(0,0%,57%,.7);
    border-right-color: hsla(0,0%,57%,.7)
}

.border-x-gray-about\/75 {
    border-left-color: hsla(0,0%,57%,.75);
    border-right-color: hsla(0,0%,57%,.75)
}

.border-x-gray-about\/80 {
    border-left-color: hsla(0,0%,57%,.8);
    border-right-color: hsla(0,0%,57%,.8)
}

.border-x-gray-about\/90 {
    border-left-color: hsla(0,0%,57%,.9);
    border-right-color: hsla(0,0%,57%,.9)
}

.border-x-gray-about\/95 {
    border-left-color: hsla(0,0%,57%,.95);
    border-right-color: hsla(0,0%,57%,.95)
}

.border-x-gray-alert {
    --tw-border-opacity: 1;
    border-left-color: rgb(50 52 59/var(--tw-border-opacity));
    border-right-color: rgb(50 52 59/var(--tw-border-opacity))
}

.border-x-gray-alert\/0 {
    border-left-color: rgba(50,52,59,0);
    border-right-color: rgba(50,52,59,0)
}

.border-x-gray-alert\/10 {
    border-left-color: rgba(50,52,59,.1);
    border-right-color: rgba(50,52,59,.1)
}

.border-x-gray-alert\/100 {
    border-left-color: #32343b;
    border-right-color: #32343b
}

.border-x-gray-alert\/20 {
    border-left-color: rgba(50,52,59,.2);
    border-right-color: rgba(50,52,59,.2)
}

.border-x-gray-alert\/25 {
    border-left-color: rgba(50,52,59,.25);
    border-right-color: rgba(50,52,59,.25)
}

.border-x-gray-alert\/30 {
    border-left-color: rgba(50,52,59,.3);
    border-right-color: rgba(50,52,59,.3)
}

.border-x-gray-alert\/40 {
    border-left-color: rgba(50,52,59,.4);
    border-right-color: rgba(50,52,59,.4)
}

.border-x-gray-alert\/5 {
    border-left-color: rgba(50,52,59,.05);
    border-right-color: rgba(50,52,59,.05)
}

.border-x-gray-alert\/50 {
    border-left-color: rgba(50,52,59,.5);
    border-right-color: rgba(50,52,59,.5)
}

.border-x-gray-alert\/60 {
    border-left-color: rgba(50,52,59,.6);
    border-right-color: rgba(50,52,59,.6)
}

.border-x-gray-alert\/70 {
    border-left-color: rgba(50,52,59,.7);
    border-right-color: rgba(50,52,59,.7)
}

.border-x-gray-alert\/75 {
    border-left-color: rgba(50,52,59,.75);
    border-right-color: rgba(50,52,59,.75)
}

.border-x-gray-alert\/80 {
    border-left-color: rgba(50,52,59,.8);
    border-right-color: rgba(50,52,59,.8)
}

.border-x-gray-alert\/90 {
    border-left-color: rgba(50,52,59,.9);
    border-right-color: rgba(50,52,59,.9)
}

.border-x-gray-alert\/95 {
    border-left-color: rgba(50,52,59,.95);
    border-right-color: rgba(50,52,59,.95)
}

.border-x-gray-background {
    --tw-border-opacity: 1;
    border-left-color: rgb(45 45 45/var(--tw-border-opacity));
    border-right-color: rgb(45 45 45/var(--tw-border-opacity))
}

.border-x-gray-background\/0 {
    border-left-color: rgba(45,45,45,0);
    border-right-color: rgba(45,45,45,0)
}

.border-x-gray-background\/10 {
    border-left-color: rgba(45,45,45,.1);
    border-right-color: rgba(45,45,45,.1)
}

.border-x-gray-background\/100 {
    border-left-color: #2d2d2d;
    border-right-color: #2d2d2d
}

.border-x-gray-background\/20 {
    border-left-color: rgba(45,45,45,.2);
    border-right-color: rgba(45,45,45,.2)
}

.border-x-gray-background\/25 {
    border-left-color: rgba(45,45,45,.25);
    border-right-color: rgba(45,45,45,.25)
}

.border-x-gray-background\/30 {
    border-left-color: rgba(45,45,45,.3);
    border-right-color: rgba(45,45,45,.3)
}

.border-x-gray-background\/40 {
    border-left-color: rgba(45,45,45,.4);
    border-right-color: rgba(45,45,45,.4)
}

.border-x-gray-background\/5 {
    border-left-color: rgba(45,45,45,.05);
    border-right-color: rgba(45,45,45,.05)
}

.border-x-gray-background\/50 {
    border-left-color: rgba(45,45,45,.5);
    border-right-color: rgba(45,45,45,.5)
}

.border-x-gray-background\/60 {
    border-left-color: rgba(45,45,45,.6);
    border-right-color: rgba(45,45,45,.6)
}

.border-x-gray-background\/70 {
    border-left-color: rgba(45,45,45,.7);
    border-right-color: rgba(45,45,45,.7)
}

.border-x-gray-background\/75 {
    border-left-color: rgba(45,45,45,.75);
    border-right-color: rgba(45,45,45,.75)
}

.border-x-gray-background\/80 {
    border-left-color: rgba(45,45,45,.8);
    border-right-color: rgba(45,45,45,.8)
}

.border-x-gray-background\/90 {
    border-left-color: rgba(45,45,45,.9);
    border-right-color: rgba(45,45,45,.9)
}

.border-x-gray-background\/95 {
    border-left-color: rgba(45,45,45,.95);
    border-right-color: rgba(45,45,45,.95)
}

.border-x-gray-background1 {
    --tw-border-opacity: 1;
    border-left-color: rgb(73 72 71/var(--tw-border-opacity));
    border-right-color: rgb(73 72 71/var(--tw-border-opacity))
}

.border-x-gray-background1\/0 {
    border-left-color: rgba(73,72,71,0);
    border-right-color: rgba(73,72,71,0)
}

.border-x-gray-background1\/10 {
    border-left-color: rgba(73,72,71,.1);
    border-right-color: rgba(73,72,71,.1)
}

.border-x-gray-background1\/100 {
    border-left-color: #494847;
    border-right-color: #494847
}

.border-x-gray-background1\/20 {
    border-left-color: rgba(73,72,71,.2);
    border-right-color: rgba(73,72,71,.2)
}

.border-x-gray-background1\/25 {
    border-left-color: rgba(73,72,71,.25);
    border-right-color: rgba(73,72,71,.25)
}

.border-x-gray-background1\/30 {
    border-left-color: rgba(73,72,71,.3);
    border-right-color: rgba(73,72,71,.3)
}

.border-x-gray-background1\/40 {
    border-left-color: rgba(73,72,71,.4);
    border-right-color: rgba(73,72,71,.4)
}

.border-x-gray-background1\/5 {
    border-left-color: rgba(73,72,71,.05);
    border-right-color: rgba(73,72,71,.05)
}

.border-x-gray-background1\/50 {
    border-left-color: rgba(73,72,71,.5);
    border-right-color: rgba(73,72,71,.5)
}

.border-x-gray-background1\/60 {
    border-left-color: rgba(73,72,71,.6);
    border-right-color: rgba(73,72,71,.6)
}

.border-x-gray-background1\/70 {
    border-left-color: rgba(73,72,71,.7);
    border-right-color: rgba(73,72,71,.7)
}

.border-x-gray-background1\/75 {
    border-left-color: rgba(73,72,71,.75);
    border-right-color: rgba(73,72,71,.75)
}

.border-x-gray-background1\/80 {
    border-left-color: rgba(73,72,71,.8);
    border-right-color: rgba(73,72,71,.8)
}

.border-x-gray-background1\/90 {
    border-left-color: rgba(73,72,71,.9);
    border-right-color: rgba(73,72,71,.9)
}

.border-x-gray-background1\/95 {
    border-left-color: rgba(73,72,71,.95);
    border-right-color: rgba(73,72,71,.95)
}

.border-x-gray-background2 {
    --tw-border-opacity: 1;
    border-left-color: rgb(58 58 58/var(--tw-border-opacity));
    border-right-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-x-gray-background2\/0 {
    border-left-color: rgba(58,58,58,0);
    border-right-color: rgba(58,58,58,0)
}

.border-x-gray-background2\/10 {
    border-left-color: rgba(58,58,58,.1);
    border-right-color: rgba(58,58,58,.1)
}

.border-x-gray-background2\/100 {
    border-left-color: #3a3a3a;
    border-right-color: #3a3a3a
}

.border-x-gray-background2\/20 {
    border-left-color: rgba(58,58,58,.2);
    border-right-color: rgba(58,58,58,.2)
}

.border-x-gray-background2\/25 {
    border-left-color: rgba(58,58,58,.25);
    border-right-color: rgba(58,58,58,.25)
}

.border-x-gray-background2\/30 {
    border-left-color: rgba(58,58,58,.3);
    border-right-color: rgba(58,58,58,.3)
}

.border-x-gray-background2\/40 {
    border-left-color: rgba(58,58,58,.4);
    border-right-color: rgba(58,58,58,.4)
}

.border-x-gray-background2\/5 {
    border-left-color: rgba(58,58,58,.05);
    border-right-color: rgba(58,58,58,.05)
}

.border-x-gray-background2\/50 {
    border-left-color: rgba(58,58,58,.5);
    border-right-color: rgba(58,58,58,.5)
}

.border-x-gray-background2\/60 {
    border-left-color: rgba(58,58,58,.6);
    border-right-color: rgba(58,58,58,.6)
}

.border-x-gray-background2\/70 {
    border-left-color: rgba(58,58,58,.7);
    border-right-color: rgba(58,58,58,.7)
}

.border-x-gray-background2\/75 {
    border-left-color: rgba(58,58,58,.75);
    border-right-color: rgba(58,58,58,.75)
}

.border-x-gray-background2\/80 {
    border-left-color: rgba(58,58,58,.8);
    border-right-color: rgba(58,58,58,.8)
}

.border-x-gray-background2\/90 {
    border-left-color: rgba(58,58,58,.9);
    border-right-color: rgba(58,58,58,.9)
}

.border-x-gray-background2\/95 {
    border-left-color: rgba(58,58,58,.95);
    border-right-color: rgba(58,58,58,.95)
}

.border-x-gray-bg1 {
    --tw-border-opacity: 1;
    border-left-color: rgb(23 22 19/var(--tw-border-opacity));
    border-right-color: rgb(23 22 19/var(--tw-border-opacity))
}

.border-x-gray-bg1\/0 {
    border-left-color: rgba(23,22,19,0);
    border-right-color: rgba(23,22,19,0)
}

.border-x-gray-bg1\/10 {
    border-left-color: rgba(23,22,19,.1);
    border-right-color: rgba(23,22,19,.1)
}

.border-x-gray-bg1\/100 {
    border-left-color: #171613;
    border-right-color: #171613
}

.border-x-gray-bg1\/20 {
    border-left-color: rgba(23,22,19,.2);
    border-right-color: rgba(23,22,19,.2)
}

.border-x-gray-bg1\/25 {
    border-left-color: rgba(23,22,19,.25);
    border-right-color: rgba(23,22,19,.25)
}

.border-x-gray-bg1\/30 {
    border-left-color: rgba(23,22,19,.3);
    border-right-color: rgba(23,22,19,.3)
}

.border-x-gray-bg1\/40 {
    border-left-color: rgba(23,22,19,.4);
    border-right-color: rgba(23,22,19,.4)
}

.border-x-gray-bg1\/5 {
    border-left-color: rgba(23,22,19,.05);
    border-right-color: rgba(23,22,19,.05)
}

.border-x-gray-bg1\/50 {
    border-left-color: rgba(23,22,19,.5);
    border-right-color: rgba(23,22,19,.5)
}

.border-x-gray-bg1\/60 {
    border-left-color: rgba(23,22,19,.6);
    border-right-color: rgba(23,22,19,.6)
}

.border-x-gray-bg1\/70 {
    border-left-color: rgba(23,22,19,.7);
    border-right-color: rgba(23,22,19,.7)
}

.border-x-gray-bg1\/75 {
    border-left-color: rgba(23,22,19,.75);
    border-right-color: rgba(23,22,19,.75)
}

.border-x-gray-bg1\/80 {
    border-left-color: rgba(23,22,19,.8);
    border-right-color: rgba(23,22,19,.8)
}

.border-x-gray-bg1\/90 {
    border-left-color: rgba(23,22,19,.9);
    border-right-color: rgba(23,22,19,.9)
}

.border-x-gray-bg1\/95 {
    border-left-color: rgba(23,22,19,.95);
    border-right-color: rgba(23,22,19,.95)
}

.border-x-gray-bg2 {
    --tw-border-opacity: 1;
    border-left-color: rgb(71 70 64/var(--tw-border-opacity));
    border-right-color: rgb(71 70 64/var(--tw-border-opacity))
}

.border-x-gray-bg2\/0 {
    border-left-color: rgba(71,70,64,0);
    border-right-color: rgba(71,70,64,0)
}

.border-x-gray-bg2\/10 {
    border-left-color: rgba(71,70,64,.1);
    border-right-color: rgba(71,70,64,.1)
}

.border-x-gray-bg2\/100 {
    border-left-color: #474640;
    border-right-color: #474640
}

.border-x-gray-bg2\/20 {
    border-left-color: rgba(71,70,64,.2);
    border-right-color: rgba(71,70,64,.2)
}

.border-x-gray-bg2\/25 {
    border-left-color: rgba(71,70,64,.25);
    border-right-color: rgba(71,70,64,.25)
}

.border-x-gray-bg2\/30 {
    border-left-color: rgba(71,70,64,.3);
    border-right-color: rgba(71,70,64,.3)
}

.border-x-gray-bg2\/40 {
    border-left-color: rgba(71,70,64,.4);
    border-right-color: rgba(71,70,64,.4)
}

.border-x-gray-bg2\/5 {
    border-left-color: rgba(71,70,64,.05);
    border-right-color: rgba(71,70,64,.05)
}

.border-x-gray-bg2\/50 {
    border-left-color: rgba(71,70,64,.5);
    border-right-color: rgba(71,70,64,.5)
}

.border-x-gray-bg2\/60 {
    border-left-color: rgba(71,70,64,.6);
    border-right-color: rgba(71,70,64,.6)
}

.border-x-gray-bg2\/70 {
    border-left-color: rgba(71,70,64,.7);
    border-right-color: rgba(71,70,64,.7)
}

.border-x-gray-bg2\/75 {
    border-left-color: rgba(71,70,64,.75);
    border-right-color: rgba(71,70,64,.75)
}

.border-x-gray-bg2\/80 {
    border-left-color: rgba(71,70,64,.8);
    border-right-color: rgba(71,70,64,.8)
}

.border-x-gray-bg2\/90 {
    border-left-color: rgba(71,70,64,.9);
    border-right-color: rgba(71,70,64,.9)
}

.border-x-gray-bg2\/95 {
    border-left-color: rgba(71,70,64,.95);
    border-right-color: rgba(71,70,64,.95)
}

.border-x-gray-bg3 {
    --tw-border-opacity: 1;
    border-left-color: rgb(51 50 47/var(--tw-border-opacity));
    border-right-color: rgb(51 50 47/var(--tw-border-opacity))
}

.border-x-gray-bg3\/0 {
    border-left-color: rgba(51,50,47,0);
    border-right-color: rgba(51,50,47,0)
}

.border-x-gray-bg3\/10 {
    border-left-color: rgba(51,50,47,.1);
    border-right-color: rgba(51,50,47,.1)
}

.border-x-gray-bg3\/100 {
    border-left-color: #33322f;
    border-right-color: #33322f
}

.border-x-gray-bg3\/20 {
    border-left-color: rgba(51,50,47,.2);
    border-right-color: rgba(51,50,47,.2)
}

.border-x-gray-bg3\/25 {
    border-left-color: rgba(51,50,47,.25);
    border-right-color: rgba(51,50,47,.25)
}

.border-x-gray-bg3\/30 {
    border-left-color: rgba(51,50,47,.3);
    border-right-color: rgba(51,50,47,.3)
}

.border-x-gray-bg3\/40 {
    border-left-color: rgba(51,50,47,.4);
    border-right-color: rgba(51,50,47,.4)
}

.border-x-gray-bg3\/5 {
    border-left-color: rgba(51,50,47,.05);
    border-right-color: rgba(51,50,47,.05)
}

.border-x-gray-bg3\/50 {
    border-left-color: rgba(51,50,47,.5);
    border-right-color: rgba(51,50,47,.5)
}

.border-x-gray-bg3\/60 {
    border-left-color: rgba(51,50,47,.6);
    border-right-color: rgba(51,50,47,.6)
}

.border-x-gray-bg3\/70 {
    border-left-color: rgba(51,50,47,.7);
    border-right-color: rgba(51,50,47,.7)
}

.border-x-gray-bg3\/75 {
    border-left-color: rgba(51,50,47,.75);
    border-right-color: rgba(51,50,47,.75)
}

.border-x-gray-bg3\/80 {
    border-left-color: rgba(51,50,47,.8);
    border-right-color: rgba(51,50,47,.8)
}

.border-x-gray-bg3\/90 {
    border-left-color: rgba(51,50,47,.9);
    border-right-color: rgba(51,50,47,.9)
}

.border-x-gray-bg3\/95 {
    border-left-color: rgba(51,50,47,.95);
    border-right-color: rgba(51,50,47,.95)
}

.border-x-gray-bg4 {
    --tw-border-opacity: 1;
    border-left-color: rgb(41 42 43/var(--tw-border-opacity));
    border-right-color: rgb(41 42 43/var(--tw-border-opacity))
}

.border-x-gray-bg4\/0 {
    border-left-color: rgba(41,42,43,0);
    border-right-color: rgba(41,42,43,0)
}

.border-x-gray-bg4\/10 {
    border-left-color: rgba(41,42,43,.1);
    border-right-color: rgba(41,42,43,.1)
}

.border-x-gray-bg4\/100 {
    border-left-color: #292a2b;
    border-right-color: #292a2b
}

.border-x-gray-bg4\/20 {
    border-left-color: rgba(41,42,43,.2);
    border-right-color: rgba(41,42,43,.2)
}

.border-x-gray-bg4\/25 {
    border-left-color: rgba(41,42,43,.25);
    border-right-color: rgba(41,42,43,.25)
}

.border-x-gray-bg4\/30 {
    border-left-color: rgba(41,42,43,.3);
    border-right-color: rgba(41,42,43,.3)
}

.border-x-gray-bg4\/40 {
    border-left-color: rgba(41,42,43,.4);
    border-right-color: rgba(41,42,43,.4)
}

.border-x-gray-bg4\/5 {
    border-left-color: rgba(41,42,43,.05);
    border-right-color: rgba(41,42,43,.05)
}

.border-x-gray-bg4\/50 {
    border-left-color: rgba(41,42,43,.5);
    border-right-color: rgba(41,42,43,.5)
}

.border-x-gray-bg4\/60 {
    border-left-color: rgba(41,42,43,.6);
    border-right-color: rgba(41,42,43,.6)
}

.border-x-gray-bg4\/70 {
    border-left-color: rgba(41,42,43,.7);
    border-right-color: rgba(41,42,43,.7)
}

.border-x-gray-bg4\/75 {
    border-left-color: rgba(41,42,43,.75);
    border-right-color: rgba(41,42,43,.75)
}

.border-x-gray-bg4\/80 {
    border-left-color: rgba(41,42,43,.8);
    border-right-color: rgba(41,42,43,.8)
}

.border-x-gray-bg4\/90 {
    border-left-color: rgba(41,42,43,.9);
    border-right-color: rgba(41,42,43,.9)
}

.border-x-gray-bg4\/95 {
    border-left-color: rgba(41,42,43,.95);
    border-right-color: rgba(41,42,43,.95)
}

.border-x-gray-bg5 {
    --tw-border-opacity: 1;
    border-left-color: rgb(33 34 35/var(--tw-border-opacity));
    border-right-color: rgb(33 34 35/var(--tw-border-opacity))
}

.border-x-gray-bg5\/0 {
    border-left-color: rgba(33,34,35,0);
    border-right-color: rgba(33,34,35,0)
}

.border-x-gray-bg5\/10 {
    border-left-color: rgba(33,34,35,.1);
    border-right-color: rgba(33,34,35,.1)
}

.border-x-gray-bg5\/100 {
    border-left-color: #212223;
    border-right-color: #212223
}

.border-x-gray-bg5\/20 {
    border-left-color: rgba(33,34,35,.2);
    border-right-color: rgba(33,34,35,.2)
}

.border-x-gray-bg5\/25 {
    border-left-color: rgba(33,34,35,.25);
    border-right-color: rgba(33,34,35,.25)
}

.border-x-gray-bg5\/30 {
    border-left-color: rgba(33,34,35,.3);
    border-right-color: rgba(33,34,35,.3)
}

.border-x-gray-bg5\/40 {
    border-left-color: rgba(33,34,35,.4);
    border-right-color: rgba(33,34,35,.4)
}

.border-x-gray-bg5\/5 {
    border-left-color: rgba(33,34,35,.05);
    border-right-color: rgba(33,34,35,.05)
}

.border-x-gray-bg5\/50 {
    border-left-color: rgba(33,34,35,.5);
    border-right-color: rgba(33,34,35,.5)
}

.border-x-gray-bg5\/60 {
    border-left-color: rgba(33,34,35,.6);
    border-right-color: rgba(33,34,35,.6)
}

.border-x-gray-bg5\/70 {
    border-left-color: rgba(33,34,35,.7);
    border-right-color: rgba(33,34,35,.7)
}

.border-x-gray-bg5\/75 {
    border-left-color: rgba(33,34,35,.75);
    border-right-color: rgba(33,34,35,.75)
}

.border-x-gray-bg5\/80 {
    border-left-color: rgba(33,34,35,.8);
    border-right-color: rgba(33,34,35,.8)
}

.border-x-gray-bg5\/90 {
    border-left-color: rgba(33,34,35,.9);
    border-right-color: rgba(33,34,35,.9)
}

.border-x-gray-bg5\/95 {
    border-left-color: rgba(33,34,35,.95);
    border-right-color: rgba(33,34,35,.95)
}

.border-x-gray-border {
    --tw-border-opacity: 1;
    border-left-color: rgb(65 65 65/var(--tw-border-opacity));
    border-right-color: rgb(65 65 65/var(--tw-border-opacity))
}

.border-x-gray-border\/0 {
    border-left-color: rgba(65,65,65,0);
    border-right-color: rgba(65,65,65,0)
}

.border-x-gray-border\/10 {
    border-left-color: rgba(65,65,65,.1);
    border-right-color: rgba(65,65,65,.1)
}

.border-x-gray-border\/100 {
    border-left-color: #414141;
    border-right-color: #414141
}

.border-x-gray-border\/20 {
    border-left-color: rgba(65,65,65,.2);
    border-right-color: rgba(65,65,65,.2)
}

.border-x-gray-border\/25 {
    border-left-color: rgba(65,65,65,.25);
    border-right-color: rgba(65,65,65,.25)
}

.border-x-gray-border\/30 {
    border-left-color: rgba(65,65,65,.3);
    border-right-color: rgba(65,65,65,.3)
}

.border-x-gray-border\/40 {
    border-left-color: rgba(65,65,65,.4);
    border-right-color: rgba(65,65,65,.4)
}

.border-x-gray-border\/5 {
    border-left-color: rgba(65,65,65,.05);
    border-right-color: rgba(65,65,65,.05)
}

.border-x-gray-border\/50 {
    border-left-color: rgba(65,65,65,.5);
    border-right-color: rgba(65,65,65,.5)
}

.border-x-gray-border\/60 {
    border-left-color: rgba(65,65,65,.6);
    border-right-color: rgba(65,65,65,.6)
}

.border-x-gray-border\/70 {
    border-left-color: rgba(65,65,65,.7);
    border-right-color: rgba(65,65,65,.7)
}

.border-x-gray-border\/75 {
    border-left-color: rgba(65,65,65,.75);
    border-right-color: rgba(65,65,65,.75)
}

.border-x-gray-border\/80 {
    border-left-color: rgba(65,65,65,.8);
    border-right-color: rgba(65,65,65,.8)
}

.border-x-gray-border\/90 {
    border-left-color: rgba(65,65,65,.9);
    border-right-color: rgba(65,65,65,.9)
}

.border-x-gray-border\/95 {
    border-left-color: rgba(65,65,65,.95);
    border-right-color: rgba(65,65,65,.95)
}

.border-x-gray-button {
    --tw-border-opacity: 1;
    border-left-color: rgb(115 115 116/var(--tw-border-opacity));
    border-right-color: rgb(115 115 116/var(--tw-border-opacity))
}

.border-x-gray-button\/0 {
    border-left-color: hsla(240,0%,45%,0);
    border-right-color: hsla(240,0%,45%,0)
}

.border-x-gray-button\/10 {
    border-left-color: hsla(240,0%,45%,.1);
    border-right-color: hsla(240,0%,45%,.1)
}

.border-x-gray-button\/100 {
    border-left-color: #737374;
    border-right-color: #737374
}

.border-x-gray-button\/20 {
    border-left-color: hsla(240,0%,45%,.2);
    border-right-color: hsla(240,0%,45%,.2)
}

.border-x-gray-button\/25 {
    border-left-color: hsla(240,0%,45%,.25);
    border-right-color: hsla(240,0%,45%,.25)
}

.border-x-gray-button\/30 {
    border-left-color: hsla(240,0%,45%,.3);
    border-right-color: hsla(240,0%,45%,.3)
}

.border-x-gray-button\/40 {
    border-left-color: hsla(240,0%,45%,.4);
    border-right-color: hsla(240,0%,45%,.4)
}

.border-x-gray-button\/5 {
    border-left-color: hsla(240,0%,45%,.05);
    border-right-color: hsla(240,0%,45%,.05)
}

.border-x-gray-button\/50 {
    border-left-color: hsla(240,0%,45%,.5);
    border-right-color: hsla(240,0%,45%,.5)
}

.border-x-gray-button\/60 {
    border-left-color: hsla(240,0%,45%,.6);
    border-right-color: hsla(240,0%,45%,.6)
}

.border-x-gray-button\/70 {
    border-left-color: hsla(240,0%,45%,.7);
    border-right-color: hsla(240,0%,45%,.7)
}

.border-x-gray-button\/75 {
    border-left-color: hsla(240,0%,45%,.75);
    border-right-color: hsla(240,0%,45%,.75)
}

.border-x-gray-button\/80 {
    border-left-color: hsla(240,0%,45%,.8);
    border-right-color: hsla(240,0%,45%,.8)
}

.border-x-gray-button\/90 {
    border-left-color: hsla(240,0%,45%,.9);
    border-right-color: hsla(240,0%,45%,.9)
}

.border-x-gray-button\/95 {
    border-left-color: hsla(240,0%,45%,.95);
    border-right-color: hsla(240,0%,45%,.95)
}

.border-x-gray-claimed {
    --tw-border-opacity: 1;
    border-left-color: rgb(62 61 61/var(--tw-border-opacity));
    border-right-color: rgb(62 61 61/var(--tw-border-opacity))
}

.border-x-gray-claimed\/0 {
    border-left-color: rgba(62,61,61,0);
    border-right-color: rgba(62,61,61,0)
}

.border-x-gray-claimed\/10 {
    border-left-color: rgba(62,61,61,.1);
    border-right-color: rgba(62,61,61,.1)
}

.border-x-gray-claimed\/100 {
    border-left-color: #3e3d3d;
    border-right-color: #3e3d3d
}

.border-x-gray-claimed\/20 {
    border-left-color: rgba(62,61,61,.2);
    border-right-color: rgba(62,61,61,.2)
}

.border-x-gray-claimed\/25 {
    border-left-color: rgba(62,61,61,.25);
    border-right-color: rgba(62,61,61,.25)
}

.border-x-gray-claimed\/30 {
    border-left-color: rgba(62,61,61,.3);
    border-right-color: rgba(62,61,61,.3)
}

.border-x-gray-claimed\/40 {
    border-left-color: rgba(62,61,61,.4);
    border-right-color: rgba(62,61,61,.4)
}

.border-x-gray-claimed\/5 {
    border-left-color: rgba(62,61,61,.05);
    border-right-color: rgba(62,61,61,.05)
}

.border-x-gray-claimed\/50 {
    border-left-color: rgba(62,61,61,.5);
    border-right-color: rgba(62,61,61,.5)
}

.border-x-gray-claimed\/60 {
    border-left-color: rgba(62,61,61,.6);
    border-right-color: rgba(62,61,61,.6)
}

.border-x-gray-claimed\/70 {
    border-left-color: rgba(62,61,61,.7);
    border-right-color: rgba(62,61,61,.7)
}

.border-x-gray-claimed\/75 {
    border-left-color: rgba(62,61,61,.75);
    border-right-color: rgba(62,61,61,.75)
}

.border-x-gray-claimed\/80 {
    border-left-color: rgba(62,61,61,.8);
    border-right-color: rgba(62,61,61,.8)
}

.border-x-gray-claimed\/90 {
    border-left-color: rgba(62,61,61,.9);
    border-right-color: rgba(62,61,61,.9)
}

.border-x-gray-claimed\/95 {
    border-left-color: rgba(62,61,61,.95);
    border-right-color: rgba(62,61,61,.95)
}

.border-x-gray-default {
    --tw-border-opacity: 1;
    border-left-color: rgb(130 138 147/var(--tw-border-opacity));
    border-right-color: rgb(130 138 147/var(--tw-border-opacity))
}

.border-x-gray-default\/0 {
    border-left-color: hsla(212,7%,54%,0);
    border-right-color: hsla(212,7%,54%,0)
}

.border-x-gray-default\/10 {
    border-left-color: hsla(212,7%,54%,.1);
    border-right-color: hsla(212,7%,54%,.1)
}

.border-x-gray-default\/100 {
    border-left-color: #828a93;
    border-right-color: #828a93
}

.border-x-gray-default\/20 {
    border-left-color: hsla(212,7%,54%,.2);
    border-right-color: hsla(212,7%,54%,.2)
}

.border-x-gray-default\/25 {
    border-left-color: hsla(212,7%,54%,.25);
    border-right-color: hsla(212,7%,54%,.25)
}

.border-x-gray-default\/30 {
    border-left-color: hsla(212,7%,54%,.3);
    border-right-color: hsla(212,7%,54%,.3)
}

.border-x-gray-default\/40 {
    border-left-color: hsla(212,7%,54%,.4);
    border-right-color: hsla(212,7%,54%,.4)
}

.border-x-gray-default\/5 {
    border-left-color: hsla(212,7%,54%,.05);
    border-right-color: hsla(212,7%,54%,.05)
}

.border-x-gray-default\/50 {
    border-left-color: hsla(212,7%,54%,.5);
    border-right-color: hsla(212,7%,54%,.5)
}

.border-x-gray-default\/60 {
    border-left-color: hsla(212,7%,54%,.6);
    border-right-color: hsla(212,7%,54%,.6)
}

.border-x-gray-default\/70 {
    border-left-color: hsla(212,7%,54%,.7);
    border-right-color: hsla(212,7%,54%,.7)
}

.border-x-gray-default\/75 {
    border-left-color: hsla(212,7%,54%,.75);
    border-right-color: hsla(212,7%,54%,.75)
}

.border-x-gray-default\/80 {
    border-left-color: hsla(212,7%,54%,.8);
    border-right-color: hsla(212,7%,54%,.8)
}

.border-x-gray-default\/90 {
    border-left-color: hsla(212,7%,54%,.9);
    border-right-color: hsla(212,7%,54%,.9)
}

.border-x-gray-default\/95 {
    border-left-color: hsla(212,7%,54%,.95);
    border-right-color: hsla(212,7%,54%,.95)
}

.border-x-gray-disable {
    --tw-border-opacity: 1;
    border-left-color: rgb(102 102 100/var(--tw-border-opacity));
    border-right-color: rgb(102 102 100/var(--tw-border-opacity))
}

.border-x-gray-disable\/0 {
    border-left-color: hsla(60,1%,40%,0);
    border-right-color: hsla(60,1%,40%,0)
}

.border-x-gray-disable\/10 {
    border-left-color: hsla(60,1%,40%,.1);
    border-right-color: hsla(60,1%,40%,.1)
}

.border-x-gray-disable\/100 {
    border-left-color: #666664;
    border-right-color: #666664
}

.border-x-gray-disable\/20 {
    border-left-color: hsla(60,1%,40%,.2);
    border-right-color: hsla(60,1%,40%,.2)
}

.border-x-gray-disable\/25 {
    border-left-color: hsla(60,1%,40%,.25);
    border-right-color: hsla(60,1%,40%,.25)
}

.border-x-gray-disable\/30 {
    border-left-color: hsla(60,1%,40%,.3);
    border-right-color: hsla(60,1%,40%,.3)
}

.border-x-gray-disable\/40 {
    border-left-color: hsla(60,1%,40%,.4);
    border-right-color: hsla(60,1%,40%,.4)
}

.border-x-gray-disable\/5 {
    border-left-color: hsla(60,1%,40%,.05);
    border-right-color: hsla(60,1%,40%,.05)
}

.border-x-gray-disable\/50 {
    border-left-color: hsla(60,1%,40%,.5);
    border-right-color: hsla(60,1%,40%,.5)
}

.border-x-gray-disable\/60 {
    border-left-color: hsla(60,1%,40%,.6);
    border-right-color: hsla(60,1%,40%,.6)
}

.border-x-gray-disable\/70 {
    border-left-color: hsla(60,1%,40%,.7);
    border-right-color: hsla(60,1%,40%,.7)
}

.border-x-gray-disable\/75 {
    border-left-color: hsla(60,1%,40%,.75);
    border-right-color: hsla(60,1%,40%,.75)
}

.border-x-gray-disable\/80 {
    border-left-color: hsla(60,1%,40%,.8);
    border-right-color: hsla(60,1%,40%,.8)
}

.border-x-gray-disable\/90 {
    border-left-color: hsla(60,1%,40%,.9);
    border-right-color: hsla(60,1%,40%,.9)
}

.border-x-gray-disable\/95 {
    border-left-color: hsla(60,1%,40%,.95);
    border-right-color: hsla(60,1%,40%,.95)
}

.border-x-gray-form {
    --tw-border-opacity: 1;
    border-left-color: rgb(42 44 49/var(--tw-border-opacity));
    border-right-color: rgb(42 44 49/var(--tw-border-opacity))
}

.border-x-gray-form\/0 {
    border-left-color: rgba(42,44,49,0);
    border-right-color: rgba(42,44,49,0)
}

.border-x-gray-form\/10 {
    border-left-color: rgba(42,44,49,.1);
    border-right-color: rgba(42,44,49,.1)
}

.border-x-gray-form\/100 {
    border-left-color: #2a2c31;
    border-right-color: #2a2c31
}

.border-x-gray-form\/20 {
    border-left-color: rgba(42,44,49,.2);
    border-right-color: rgba(42,44,49,.2)
}

.border-x-gray-form\/25 {
    border-left-color: rgba(42,44,49,.25);
    border-right-color: rgba(42,44,49,.25)
}

.border-x-gray-form\/30 {
    border-left-color: rgba(42,44,49,.3);
    border-right-color: rgba(42,44,49,.3)
}

.border-x-gray-form\/40 {
    border-left-color: rgba(42,44,49,.4);
    border-right-color: rgba(42,44,49,.4)
}

.border-x-gray-form\/5 {
    border-left-color: rgba(42,44,49,.05);
    border-right-color: rgba(42,44,49,.05)
}

.border-x-gray-form\/50 {
    border-left-color: rgba(42,44,49,.5);
    border-right-color: rgba(42,44,49,.5)
}

.border-x-gray-form\/60 {
    border-left-color: rgba(42,44,49,.6);
    border-right-color: rgba(42,44,49,.6)
}

.border-x-gray-form\/70 {
    border-left-color: rgba(42,44,49,.7);
    border-right-color: rgba(42,44,49,.7)
}

.border-x-gray-form\/75 {
    border-left-color: rgba(42,44,49,.75);
    border-right-color: rgba(42,44,49,.75)
}

.border-x-gray-form\/80 {
    border-left-color: rgba(42,44,49,.8);
    border-right-color: rgba(42,44,49,.8)
}

.border-x-gray-form\/90 {
    border-left-color: rgba(42,44,49,.9);
    border-right-color: rgba(42,44,49,.9)
}

.border-x-gray-form\/95 {
    border-left-color: rgba(42,44,49,.95);
    border-right-color: rgba(42,44,49,.95)
}

.border-x-gray-hot-match-text {
    --tw-border-opacity: 1;
    border-left-color: rgb(205 204 206/var(--tw-border-opacity));
    border-right-color: rgb(205 204 206/var(--tw-border-opacity))
}

.border-x-gray-hot-match-text\/0 {
    border-left-color: hsla(270,2%,80%,0);
    border-right-color: hsla(270,2%,80%,0)
}

.border-x-gray-hot-match-text\/10 {
    border-left-color: hsla(270,2%,80%,.1);
    border-right-color: hsla(270,2%,80%,.1)
}

.border-x-gray-hot-match-text\/100 {
    border-left-color: #cdccce;
    border-right-color: #cdccce
}

.border-x-gray-hot-match-text\/20 {
    border-left-color: hsla(270,2%,80%,.2);
    border-right-color: hsla(270,2%,80%,.2)
}

.border-x-gray-hot-match-text\/25 {
    border-left-color: hsla(270,2%,80%,.25);
    border-right-color: hsla(270,2%,80%,.25)
}

.border-x-gray-hot-match-text\/30 {
    border-left-color: hsla(270,2%,80%,.3);
    border-right-color: hsla(270,2%,80%,.3)
}

.border-x-gray-hot-match-text\/40 {
    border-left-color: hsla(270,2%,80%,.4);
    border-right-color: hsla(270,2%,80%,.4)
}

.border-x-gray-hot-match-text\/5 {
    border-left-color: hsla(270,2%,80%,.05);
    border-right-color: hsla(270,2%,80%,.05)
}

.border-x-gray-hot-match-text\/50 {
    border-left-color: hsla(270,2%,80%,.5);
    border-right-color: hsla(270,2%,80%,.5)
}

.border-x-gray-hot-match-text\/60 {
    border-left-color: hsla(270,2%,80%,.6);
    border-right-color: hsla(270,2%,80%,.6)
}

.border-x-gray-hot-match-text\/70 {
    border-left-color: hsla(270,2%,80%,.7);
    border-right-color: hsla(270,2%,80%,.7)
}

.border-x-gray-hot-match-text\/75 {
    border-left-color: hsla(270,2%,80%,.75);
    border-right-color: hsla(270,2%,80%,.75)
}

.border-x-gray-hot-match-text\/80 {
    border-left-color: hsla(270,2%,80%,.8);
    border-right-color: hsla(270,2%,80%,.8)
}

.border-x-gray-hot-match-text\/90 {
    border-left-color: hsla(270,2%,80%,.9);
    border-right-color: hsla(270,2%,80%,.9)
}

.border-x-gray-hot-match-text\/95 {
    border-left-color: hsla(270,2%,80%,.95);
    border-right-color: hsla(270,2%,80%,.95)
}

.border-x-gray-info {
    --tw-border-opacity: 1;
    border-left-color: rgb(38 38 38/var(--tw-border-opacity));
    border-right-color: rgb(38 38 38/var(--tw-border-opacity))
}

.border-x-gray-info\/0 {
    border-left-color: rgba(38,38,38,0);
    border-right-color: rgba(38,38,38,0)
}

.border-x-gray-info\/10 {
    border-left-color: rgba(38,38,38,.1);
    border-right-color: rgba(38,38,38,.1)
}

.border-x-gray-info\/100 {
    border-left-color: #262626;
    border-right-color: #262626
}

.border-x-gray-info\/20 {
    border-left-color: rgba(38,38,38,.2);
    border-right-color: rgba(38,38,38,.2)
}

.border-x-gray-info\/25 {
    border-left-color: rgba(38,38,38,.25);
    border-right-color: rgba(38,38,38,.25)
}

.border-x-gray-info\/30 {
    border-left-color: rgba(38,38,38,.3);
    border-right-color: rgba(38,38,38,.3)
}

.border-x-gray-info\/40 {
    border-left-color: rgba(38,38,38,.4);
    border-right-color: rgba(38,38,38,.4)
}

.border-x-gray-info\/5 {
    border-left-color: rgba(38,38,38,.05);
    border-right-color: rgba(38,38,38,.05)
}

.border-x-gray-info\/50 {
    border-left-color: rgba(38,38,38,.5);
    border-right-color: rgba(38,38,38,.5)
}

.border-x-gray-info\/60 {
    border-left-color: rgba(38,38,38,.6);
    border-right-color: rgba(38,38,38,.6)
}

.border-x-gray-info\/70 {
    border-left-color: rgba(38,38,38,.7);
    border-right-color: rgba(38,38,38,.7)
}

.border-x-gray-info\/75 {
    border-left-color: rgba(38,38,38,.75);
    border-right-color: rgba(38,38,38,.75)
}

.border-x-gray-info\/80 {
    border-left-color: rgba(38,38,38,.8);
    border-right-color: rgba(38,38,38,.8)
}

.border-x-gray-info\/90 {
    border-left-color: rgba(38,38,38,.9);
    border-right-color: rgba(38,38,38,.9)
}

.border-x-gray-info\/95 {
    border-left-color: rgba(38,38,38,.95);
    border-right-color: rgba(38,38,38,.95)
}

.border-x-gray-item-history {
    --tw-border-opacity: 1;
    border-left-color: rgb(56 64 69/var(--tw-border-opacity));
    border-right-color: rgb(56 64 69/var(--tw-border-opacity))
}

.border-x-gray-item-history\/0 {
    border-left-color: rgba(56,64,69,0);
    border-right-color: rgba(56,64,69,0)
}

.border-x-gray-item-history\/10 {
    border-left-color: rgba(56,64,69,.1);
    border-right-color: rgba(56,64,69,.1)
}

.border-x-gray-item-history\/100 {
    border-left-color: #384045;
    border-right-color: #384045
}

.border-x-gray-item-history\/20 {
    border-left-color: rgba(56,64,69,.2);
    border-right-color: rgba(56,64,69,.2)
}

.border-x-gray-item-history\/25 {
    border-left-color: rgba(56,64,69,.25);
    border-right-color: rgba(56,64,69,.25)
}

.border-x-gray-item-history\/30 {
    border-left-color: rgba(56,64,69,.3);
    border-right-color: rgba(56,64,69,.3)
}

.border-x-gray-item-history\/40 {
    border-left-color: rgba(56,64,69,.4);
    border-right-color: rgba(56,64,69,.4)
}

.border-x-gray-item-history\/5 {
    border-left-color: rgba(56,64,69,.05);
    border-right-color: rgba(56,64,69,.05)
}

.border-x-gray-item-history\/50 {
    border-left-color: rgba(56,64,69,.5);
    border-right-color: rgba(56,64,69,.5)
}

.border-x-gray-item-history\/60 {
    border-left-color: rgba(56,64,69,.6);
    border-right-color: rgba(56,64,69,.6)
}

.border-x-gray-item-history\/70 {
    border-left-color: rgba(56,64,69,.7);
    border-right-color: rgba(56,64,69,.7)
}

.border-x-gray-item-history\/75 {
    border-left-color: rgba(56,64,69,.75);
    border-right-color: rgba(56,64,69,.75)
}

.border-x-gray-item-history\/80 {
    border-left-color: rgba(56,64,69,.8);
    border-right-color: rgba(56,64,69,.8)
}

.border-x-gray-item-history\/90 {
    border-left-color: rgba(56,64,69,.9);
    border-right-color: rgba(56,64,69,.9)
}

.border-x-gray-item-history\/95 {
    border-left-color: rgba(56,64,69,.95);
    border-right-color: rgba(56,64,69,.95)
}

.border-x-gray-label {
    --tw-border-opacity: 1;
    border-left-color: rgb(138 138 138/var(--tw-border-opacity));
    border-right-color: rgb(138 138 138/var(--tw-border-opacity))
}

.border-x-gray-label\/0 {
    border-left-color: hsla(0,0%,54%,0);
    border-right-color: hsla(0,0%,54%,0)
}

.border-x-gray-label\/10 {
    border-left-color: hsla(0,0%,54%,.1);
    border-right-color: hsla(0,0%,54%,.1)
}

.border-x-gray-label\/100 {
    border-left-color: #8a8a8a;
    border-right-color: #8a8a8a
}

.border-x-gray-label\/20 {
    border-left-color: hsla(0,0%,54%,.2);
    border-right-color: hsla(0,0%,54%,.2)
}

.border-x-gray-label\/25 {
    border-left-color: hsla(0,0%,54%,.25);
    border-right-color: hsla(0,0%,54%,.25)
}

.border-x-gray-label\/30 {
    border-left-color: hsla(0,0%,54%,.3);
    border-right-color: hsla(0,0%,54%,.3)
}

.border-x-gray-label\/40 {
    border-left-color: hsla(0,0%,54%,.4);
    border-right-color: hsla(0,0%,54%,.4)
}

.border-x-gray-label\/5 {
    border-left-color: hsla(0,0%,54%,.05);
    border-right-color: hsla(0,0%,54%,.05)
}

.border-x-gray-label\/50 {
    border-left-color: hsla(0,0%,54%,.5);
    border-right-color: hsla(0,0%,54%,.5)
}

.border-x-gray-label\/60 {
    border-left-color: hsla(0,0%,54%,.6);
    border-right-color: hsla(0,0%,54%,.6)
}

.border-x-gray-label\/70 {
    border-left-color: hsla(0,0%,54%,.7);
    border-right-color: hsla(0,0%,54%,.7)
}

.border-x-gray-label\/75 {
    border-left-color: hsla(0,0%,54%,.75);
    border-right-color: hsla(0,0%,54%,.75)
}

.border-x-gray-label\/80 {
    border-left-color: hsla(0,0%,54%,.8);
    border-right-color: hsla(0,0%,54%,.8)
}

.border-x-gray-label\/90 {
    border-left-color: hsla(0,0%,54%,.9);
    border-right-color: hsla(0,0%,54%,.9)
}

.border-x-gray-label\/95 {
    border-left-color: hsla(0,0%,54%,.95);
    border-right-color: hsla(0,0%,54%,.95)
}

.border-x-gray-light {
    --tw-border-opacity: 1;
    border-left-color: rgb(151 150 153/var(--tw-border-opacity));
    border-right-color: rgb(151 150 153/var(--tw-border-opacity))
}

.border-x-gray-light\/0 {
    border-left-color: hsla(260,1%,59%,0);
    border-right-color: hsla(260,1%,59%,0)
}

.border-x-gray-light\/10 {
    border-left-color: hsla(260,1%,59%,.1);
    border-right-color: hsla(260,1%,59%,.1)
}

.border-x-gray-light\/100 {
    border-left-color: #979699;
    border-right-color: #979699
}

.border-x-gray-light\/20 {
    border-left-color: hsla(260,1%,59%,.2);
    border-right-color: hsla(260,1%,59%,.2)
}

.border-x-gray-light\/25 {
    border-left-color: hsla(260,1%,59%,.25);
    border-right-color: hsla(260,1%,59%,.25)
}

.border-x-gray-light\/30 {
    border-left-color: hsla(260,1%,59%,.3);
    border-right-color: hsla(260,1%,59%,.3)
}

.border-x-gray-light\/40 {
    border-left-color: hsla(260,1%,59%,.4);
    border-right-color: hsla(260,1%,59%,.4)
}

.border-x-gray-light\/5 {
    border-left-color: hsla(260,1%,59%,.05);
    border-right-color: hsla(260,1%,59%,.05)
}

.border-x-gray-light\/50 {
    border-left-color: hsla(260,1%,59%,.5);
    border-right-color: hsla(260,1%,59%,.5)
}

.border-x-gray-light\/60 {
    border-left-color: hsla(260,1%,59%,.6);
    border-right-color: hsla(260,1%,59%,.6)
}

.border-x-gray-light\/70 {
    border-left-color: hsla(260,1%,59%,.7);
    border-right-color: hsla(260,1%,59%,.7)
}

.border-x-gray-light\/75 {
    border-left-color: hsla(260,1%,59%,.75);
    border-right-color: hsla(260,1%,59%,.75)
}

.border-x-gray-light\/80 {
    border-left-color: hsla(260,1%,59%,.8);
    border-right-color: hsla(260,1%,59%,.8)
}

.border-x-gray-light\/90 {
    border-left-color: hsla(260,1%,59%,.9);
    border-right-color: hsla(260,1%,59%,.9)
}

.border-x-gray-light\/95 {
    border-left-color: hsla(260,1%,59%,.95);
    border-right-color: hsla(260,1%,59%,.95)
}

.border-x-gray-marquee-text {
    --tw-border-opacity: 1;
    border-left-color: rgb(190 189 184/var(--tw-border-opacity));
    border-right-color: rgb(190 189 184/var(--tw-border-opacity))
}

.border-x-gray-marquee-text\/0 {
    border-left-color: hsla(50,4%,73%,0);
    border-right-color: hsla(50,4%,73%,0)
}

.border-x-gray-marquee-text\/10 {
    border-left-color: hsla(50,4%,73%,.1);
    border-right-color: hsla(50,4%,73%,.1)
}

.border-x-gray-marquee-text\/100 {
    border-left-color: #bebdb8;
    border-right-color: #bebdb8
}

.border-x-gray-marquee-text\/20 {
    border-left-color: hsla(50,4%,73%,.2);
    border-right-color: hsla(50,4%,73%,.2)
}

.border-x-gray-marquee-text\/25 {
    border-left-color: hsla(50,4%,73%,.25);
    border-right-color: hsla(50,4%,73%,.25)
}

.border-x-gray-marquee-text\/30 {
    border-left-color: hsla(50,4%,73%,.3);
    border-right-color: hsla(50,4%,73%,.3)
}

.border-x-gray-marquee-text\/40 {
    border-left-color: hsla(50,4%,73%,.4);
    border-right-color: hsla(50,4%,73%,.4)
}

.border-x-gray-marquee-text\/5 {
    border-left-color: hsla(50,4%,73%,.05);
    border-right-color: hsla(50,4%,73%,.05)
}

.border-x-gray-marquee-text\/50 {
    border-left-color: hsla(50,4%,73%,.5);
    border-right-color: hsla(50,4%,73%,.5)
}

.border-x-gray-marquee-text\/60 {
    border-left-color: hsla(50,4%,73%,.6);
    border-right-color: hsla(50,4%,73%,.6)
}

.border-x-gray-marquee-text\/70 {
    border-left-color: hsla(50,4%,73%,.7);
    border-right-color: hsla(50,4%,73%,.7)
}

.border-x-gray-marquee-text\/75 {
    border-left-color: hsla(50,4%,73%,.75);
    border-right-color: hsla(50,4%,73%,.75)
}

.border-x-gray-marquee-text\/80 {
    border-left-color: hsla(50,4%,73%,.8);
    border-right-color: hsla(50,4%,73%,.8)
}

.border-x-gray-marquee-text\/90 {
    border-left-color: hsla(50,4%,73%,.9);
    border-right-color: hsla(50,4%,73%,.9)
}

.border-x-gray-marquee-text\/95 {
    border-left-color: hsla(50,4%,73%,.95);
    border-right-color: hsla(50,4%,73%,.95)
}

.border-x-gray-placeholder {
    --tw-border-opacity: 1;
    border-left-color: rgb(130 138 147/var(--tw-border-opacity));
    border-right-color: rgb(130 138 147/var(--tw-border-opacity))
}

.border-x-gray-placeholder\/0 {
    border-left-color: hsla(212,7%,54%,0);
    border-right-color: hsla(212,7%,54%,0)
}

.border-x-gray-placeholder\/10 {
    border-left-color: hsla(212,7%,54%,.1);
    border-right-color: hsla(212,7%,54%,.1)
}

.border-x-gray-placeholder\/100 {
    border-left-color: #828a93;
    border-right-color: #828a93
}

.border-x-gray-placeholder\/20 {
    border-left-color: hsla(212,7%,54%,.2);
    border-right-color: hsla(212,7%,54%,.2)
}

.border-x-gray-placeholder\/25 {
    border-left-color: hsla(212,7%,54%,.25);
    border-right-color: hsla(212,7%,54%,.25)
}

.border-x-gray-placeholder\/30 {
    border-left-color: hsla(212,7%,54%,.3);
    border-right-color: hsla(212,7%,54%,.3)
}

.border-x-gray-placeholder\/40 {
    border-left-color: hsla(212,7%,54%,.4);
    border-right-color: hsla(212,7%,54%,.4)
}

.border-x-gray-placeholder\/5 {
    border-left-color: hsla(212,7%,54%,.05);
    border-right-color: hsla(212,7%,54%,.05)
}

.border-x-gray-placeholder\/50 {
    border-left-color: hsla(212,7%,54%,.5);
    border-right-color: hsla(212,7%,54%,.5)
}

.border-x-gray-placeholder\/60 {
    border-left-color: hsla(212,7%,54%,.6);
    border-right-color: hsla(212,7%,54%,.6)
}

.border-x-gray-placeholder\/70 {
    border-left-color: hsla(212,7%,54%,.7);
    border-right-color: hsla(212,7%,54%,.7)
}

.border-x-gray-placeholder\/75 {
    border-left-color: hsla(212,7%,54%,.75);
    border-right-color: hsla(212,7%,54%,.75)
}

.border-x-gray-placeholder\/80 {
    border-left-color: hsla(212,7%,54%,.8);
    border-right-color: hsla(212,7%,54%,.8)
}

.border-x-gray-placeholder\/90 {
    border-left-color: hsla(212,7%,54%,.9);
    border-right-color: hsla(212,7%,54%,.9)
}

.border-x-gray-placeholder\/95 {
    border-left-color: hsla(212,7%,54%,.95);
    border-right-color: hsla(212,7%,54%,.95)
}

.border-x-gray-popup {
    --tw-border-opacity: 1;
    border-left-color: rgb(178 178 182/var(--tw-border-opacity));
    border-right-color: rgb(178 178 182/var(--tw-border-opacity))
}

.border-x-gray-popup\/0 {
    border-left-color: hsla(240,3%,71%,0);
    border-right-color: hsla(240,3%,71%,0)
}

.border-x-gray-popup\/10 {
    border-left-color: hsla(240,3%,71%,.1);
    border-right-color: hsla(240,3%,71%,.1)
}

.border-x-gray-popup\/100 {
    border-left-color: #b2b2b6;
    border-right-color: #b2b2b6
}

.border-x-gray-popup\/20 {
    border-left-color: hsla(240,3%,71%,.2);
    border-right-color: hsla(240,3%,71%,.2)
}

.border-x-gray-popup\/25 {
    border-left-color: hsla(240,3%,71%,.25);
    border-right-color: hsla(240,3%,71%,.25)
}

.border-x-gray-popup\/30 {
    border-left-color: hsla(240,3%,71%,.3);
    border-right-color: hsla(240,3%,71%,.3)
}

.border-x-gray-popup\/40 {
    border-left-color: hsla(240,3%,71%,.4);
    border-right-color: hsla(240,3%,71%,.4)
}

.border-x-gray-popup\/5 {
    border-left-color: hsla(240,3%,71%,.05);
    border-right-color: hsla(240,3%,71%,.05)
}

.border-x-gray-popup\/50 {
    border-left-color: hsla(240,3%,71%,.5);
    border-right-color: hsla(240,3%,71%,.5)
}

.border-x-gray-popup\/60 {
    border-left-color: hsla(240,3%,71%,.6);
    border-right-color: hsla(240,3%,71%,.6)
}

.border-x-gray-popup\/70 {
    border-left-color: hsla(240,3%,71%,.7);
    border-right-color: hsla(240,3%,71%,.7)
}

.border-x-gray-popup\/75 {
    border-left-color: hsla(240,3%,71%,.75);
    border-right-color: hsla(240,3%,71%,.75)
}

.border-x-gray-popup\/80 {
    border-left-color: hsla(240,3%,71%,.8);
    border-right-color: hsla(240,3%,71%,.8)
}

.border-x-gray-popup\/90 {
    border-left-color: hsla(240,3%,71%,.9);
    border-right-color: hsla(240,3%,71%,.9)
}

.border-x-gray-popup\/95 {
    border-left-color: hsla(240,3%,71%,.95);
    border-right-color: hsla(240,3%,71%,.95)
}

.border-x-gray-progress-non {
    --tw-border-opacity: 1;
    border-left-color: rgb(15 16 17/var(--tw-border-opacity));
    border-right-color: rgb(15 16 17/var(--tw-border-opacity))
}

.border-x-gray-progress-non\/0 {
    border-left-color: rgba(15,16,17,0);
    border-right-color: rgba(15,16,17,0)
}

.border-x-gray-progress-non\/10 {
    border-left-color: rgba(15,16,17,.1);
    border-right-color: rgba(15,16,17,.1)
}

.border-x-gray-progress-non\/100 {
    border-left-color: #0f1011;
    border-right-color: #0f1011
}

.border-x-gray-progress-non\/20 {
    border-left-color: rgba(15,16,17,.2);
    border-right-color: rgba(15,16,17,.2)
}

.border-x-gray-progress-non\/25 {
    border-left-color: rgba(15,16,17,.25);
    border-right-color: rgba(15,16,17,.25)
}

.border-x-gray-progress-non\/30 {
    border-left-color: rgba(15,16,17,.3);
    border-right-color: rgba(15,16,17,.3)
}

.border-x-gray-progress-non\/40 {
    border-left-color: rgba(15,16,17,.4);
    border-right-color: rgba(15,16,17,.4)
}

.border-x-gray-progress-non\/5 {
    border-left-color: rgba(15,16,17,.05);
    border-right-color: rgba(15,16,17,.05)
}

.border-x-gray-progress-non\/50 {
    border-left-color: rgba(15,16,17,.5);
    border-right-color: rgba(15,16,17,.5)
}

.border-x-gray-progress-non\/60 {
    border-left-color: rgba(15,16,17,.6);
    border-right-color: rgba(15,16,17,.6)
}

.border-x-gray-progress-non\/70 {
    border-left-color: rgba(15,16,17,.7);
    border-right-color: rgba(15,16,17,.7)
}

.border-x-gray-progress-non\/75 {
    border-left-color: rgba(15,16,17,.75);
    border-right-color: rgba(15,16,17,.75)
}

.border-x-gray-progress-non\/80 {
    border-left-color: rgba(15,16,17,.8);
    border-right-color: rgba(15,16,17,.8)
}

.border-x-gray-progress-non\/90 {
    border-left-color: rgba(15,16,17,.9);
    border-right-color: rgba(15,16,17,.9)
}

.border-x-gray-progress-non\/95 {
    border-left-color: rgba(15,16,17,.95);
    border-right-color: rgba(15,16,17,.95)
}

.border-x-gray-qr-code {
    --tw-border-opacity: 1;
    border-left-color: rgb(85 85 85/var(--tw-border-opacity));
    border-right-color: rgb(85 85 85/var(--tw-border-opacity))
}

.border-x-gray-qr-code\/0 {
    border-left-color: rgba(85,85,85,0);
    border-right-color: rgba(85,85,85,0)
}

.border-x-gray-qr-code\/10 {
    border-left-color: rgba(85,85,85,.1);
    border-right-color: rgba(85,85,85,.1)
}

.border-x-gray-qr-code\/100 {
    border-left-color: #555;
    border-right-color: #555
}

.border-x-gray-qr-code\/20 {
    border-left-color: rgba(85,85,85,.2);
    border-right-color: rgba(85,85,85,.2)
}

.border-x-gray-qr-code\/25 {
    border-left-color: rgba(85,85,85,.25);
    border-right-color: rgba(85,85,85,.25)
}

.border-x-gray-qr-code\/30 {
    border-left-color: rgba(85,85,85,.3);
    border-right-color: rgba(85,85,85,.3)
}

.border-x-gray-qr-code\/40 {
    border-left-color: rgba(85,85,85,.4);
    border-right-color: rgba(85,85,85,.4)
}

.border-x-gray-qr-code\/5 {
    border-left-color: rgba(85,85,85,.05);
    border-right-color: rgba(85,85,85,.05)
}

.border-x-gray-qr-code\/50 {
    border-left-color: rgba(85,85,85,.5);
    border-right-color: rgba(85,85,85,.5)
}

.border-x-gray-qr-code\/60 {
    border-left-color: rgba(85,85,85,.6);
    border-right-color: rgba(85,85,85,.6)
}

.border-x-gray-qr-code\/70 {
    border-left-color: rgba(85,85,85,.7);
    border-right-color: rgba(85,85,85,.7)
}

.border-x-gray-qr-code\/75 {
    border-left-color: rgba(85,85,85,.75);
    border-right-color: rgba(85,85,85,.75)
}

.border-x-gray-qr-code\/80 {
    border-left-color: rgba(85,85,85,.8);
    border-right-color: rgba(85,85,85,.8)
}

.border-x-gray-qr-code\/90 {
    border-left-color: rgba(85,85,85,.9);
    border-right-color: rgba(85,85,85,.9)
}

.border-x-gray-qr-code\/95 {
    border-left-color: rgba(85,85,85,.95);
    border-right-color: rgba(85,85,85,.95)
}

.border-x-gray-show-all {
    --tw-border-opacity: 1;
    border-left-color: rgb(86 86 86/var(--tw-border-opacity));
    border-right-color: rgb(86 86 86/var(--tw-border-opacity))
}

.border-x-gray-show-all\/0 {
    border-left-color: rgba(86,86,86,0);
    border-right-color: rgba(86,86,86,0)
}

.border-x-gray-show-all\/10 {
    border-left-color: rgba(86,86,86,.1);
    border-right-color: rgba(86,86,86,.1)
}

.border-x-gray-show-all\/100 {
    border-left-color: #565656;
    border-right-color: #565656
}

.border-x-gray-show-all\/20 {
    border-left-color: rgba(86,86,86,.2);
    border-right-color: rgba(86,86,86,.2)
}

.border-x-gray-show-all\/25 {
    border-left-color: rgba(86,86,86,.25);
    border-right-color: rgba(86,86,86,.25)
}

.border-x-gray-show-all\/30 {
    border-left-color: rgba(86,86,86,.3);
    border-right-color: rgba(86,86,86,.3)
}

.border-x-gray-show-all\/40 {
    border-left-color: rgba(86,86,86,.4);
    border-right-color: rgba(86,86,86,.4)
}

.border-x-gray-show-all\/5 {
    border-left-color: rgba(86,86,86,.05);
    border-right-color: rgba(86,86,86,.05)
}

.border-x-gray-show-all\/50 {
    border-left-color: rgba(86,86,86,.5);
    border-right-color: rgba(86,86,86,.5)
}

.border-x-gray-show-all\/60 {
    border-left-color: rgba(86,86,86,.6);
    border-right-color: rgba(86,86,86,.6)
}

.border-x-gray-show-all\/70 {
    border-left-color: rgba(86,86,86,.7);
    border-right-color: rgba(86,86,86,.7)
}

.border-x-gray-show-all\/75 {
    border-left-color: rgba(86,86,86,.75);
    border-right-color: rgba(86,86,86,.75)
}

.border-x-gray-show-all\/80 {
    border-left-color: rgba(86,86,86,.8);
    border-right-color: rgba(86,86,86,.8)
}

.border-x-gray-show-all\/90 {
    border-left-color: rgba(86,86,86,.9);
    border-right-color: rgba(86,86,86,.9)
}

.border-x-gray-show-all\/95 {
    border-left-color: rgba(86,86,86,.95);
    border-right-color: rgba(86,86,86,.95)
}

.border-x-gray-symbol-coin {
    --tw-border-opacity: 1;
    border-left-color: rgb(73 73 74/var(--tw-border-opacity));
    border-right-color: rgb(73 73 74/var(--tw-border-opacity))
}

.border-x-gray-symbol-coin\/0 {
    border-left-color: rgba(73,73,74,0);
    border-right-color: rgba(73,73,74,0)
}

.border-x-gray-symbol-coin\/10 {
    border-left-color: rgba(73,73,74,.1);
    border-right-color: rgba(73,73,74,.1)
}

.border-x-gray-symbol-coin\/100 {
    border-left-color: #49494a;
    border-right-color: #49494a
}

.border-x-gray-symbol-coin\/20 {
    border-left-color: rgba(73,73,74,.2);
    border-right-color: rgba(73,73,74,.2)
}

.border-x-gray-symbol-coin\/25 {
    border-left-color: rgba(73,73,74,.25);
    border-right-color: rgba(73,73,74,.25)
}

.border-x-gray-symbol-coin\/30 {
    border-left-color: rgba(73,73,74,.3);
    border-right-color: rgba(73,73,74,.3)
}

.border-x-gray-symbol-coin\/40 {
    border-left-color: rgba(73,73,74,.4);
    border-right-color: rgba(73,73,74,.4)
}

.border-x-gray-symbol-coin\/5 {
    border-left-color: rgba(73,73,74,.05);
    border-right-color: rgba(73,73,74,.05)
}

.border-x-gray-symbol-coin\/50 {
    border-left-color: rgba(73,73,74,.5);
    border-right-color: rgba(73,73,74,.5)
}

.border-x-gray-symbol-coin\/60 {
    border-left-color: rgba(73,73,74,.6);
    border-right-color: rgba(73,73,74,.6)
}

.border-x-gray-symbol-coin\/70 {
    border-left-color: rgba(73,73,74,.7);
    border-right-color: rgba(73,73,74,.7)
}

.border-x-gray-symbol-coin\/75 {
    border-left-color: rgba(73,73,74,.75);
    border-right-color: rgba(73,73,74,.75)
}

.border-x-gray-symbol-coin\/80 {
    border-left-color: rgba(73,73,74,.8);
    border-right-color: rgba(73,73,74,.8)
}

.border-x-gray-symbol-coin\/90 {
    border-left-color: rgba(73,73,74,.9);
    border-right-color: rgba(73,73,74,.9)
}

.border-x-gray-symbol-coin\/95 {
    border-left-color: rgba(73,73,74,.95);
    border-right-color: rgba(73,73,74,.95)
}

.border-x-gray-text {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 210 194/var(--tw-border-opacity));
    border-right-color: rgb(219 210 194/var(--tw-border-opacity))
}

.border-x-gray-text-footer {
    --tw-border-opacity: 1;
    border-left-color: rgb(112 113 111/var(--tw-border-opacity));
    border-right-color: rgb(112 113 111/var(--tw-border-opacity))
}

.border-x-gray-text-footer\/0 {
    border-left-color: hsla(90,1%,44%,0);
    border-right-color: hsla(90,1%,44%,0)
}

.border-x-gray-text-footer\/10 {
    border-left-color: hsla(90,1%,44%,.1);
    border-right-color: hsla(90,1%,44%,.1)
}

.border-x-gray-text-footer\/100 {
    border-left-color: #70716f;
    border-right-color: #70716f
}

.border-x-gray-text-footer\/20 {
    border-left-color: hsla(90,1%,44%,.2);
    border-right-color: hsla(90,1%,44%,.2)
}

.border-x-gray-text-footer\/25 {
    border-left-color: hsla(90,1%,44%,.25);
    border-right-color: hsla(90,1%,44%,.25)
}

.border-x-gray-text-footer\/30 {
    border-left-color: hsla(90,1%,44%,.3);
    border-right-color: hsla(90,1%,44%,.3)
}

.border-x-gray-text-footer\/40 {
    border-left-color: hsla(90,1%,44%,.4);
    border-right-color: hsla(90,1%,44%,.4)
}

.border-x-gray-text-footer\/5 {
    border-left-color: hsla(90,1%,44%,.05);
    border-right-color: hsla(90,1%,44%,.05)
}

.border-x-gray-text-footer\/50 {
    border-left-color: hsla(90,1%,44%,.5);
    border-right-color: hsla(90,1%,44%,.5)
}

.border-x-gray-text-footer\/60 {
    border-left-color: hsla(90,1%,44%,.6);
    border-right-color: hsla(90,1%,44%,.6)
}

.border-x-gray-text-footer\/70 {
    border-left-color: hsla(90,1%,44%,.7);
    border-right-color: hsla(90,1%,44%,.7)
}

.border-x-gray-text-footer\/75 {
    border-left-color: hsla(90,1%,44%,.75);
    border-right-color: hsla(90,1%,44%,.75)
}

.border-x-gray-text-footer\/80 {
    border-left-color: hsla(90,1%,44%,.8);
    border-right-color: hsla(90,1%,44%,.8)
}

.border-x-gray-text-footer\/90 {
    border-left-color: hsla(90,1%,44%,.9);
    border-right-color: hsla(90,1%,44%,.9)
}

.border-x-gray-text-footer\/95 {
    border-left-color: hsla(90,1%,44%,.95);
    border-right-color: hsla(90,1%,44%,.95)
}

.border-x-gray-text-game {
    --tw-border-opacity: 1;
    border-left-color: rgb(143 143 143/var(--tw-border-opacity));
    border-right-color: rgb(143 143 143/var(--tw-border-opacity))
}

.border-x-gray-text-game\/0 {
    border-left-color: hsla(0,0%,56%,0);
    border-right-color: hsla(0,0%,56%,0)
}

.border-x-gray-text-game\/10 {
    border-left-color: hsla(0,0%,56%,.1);
    border-right-color: hsla(0,0%,56%,.1)
}

.border-x-gray-text-game\/100 {
    border-left-color: #8f8f8f;
    border-right-color: #8f8f8f
}

.border-x-gray-text-game\/20 {
    border-left-color: hsla(0,0%,56%,.2);
    border-right-color: hsla(0,0%,56%,.2)
}

.border-x-gray-text-game\/25 {
    border-left-color: hsla(0,0%,56%,.25);
    border-right-color: hsla(0,0%,56%,.25)
}

.border-x-gray-text-game\/30 {
    border-left-color: hsla(0,0%,56%,.3);
    border-right-color: hsla(0,0%,56%,.3)
}

.border-x-gray-text-game\/40 {
    border-left-color: hsla(0,0%,56%,.4);
    border-right-color: hsla(0,0%,56%,.4)
}

.border-x-gray-text-game\/5 {
    border-left-color: hsla(0,0%,56%,.05);
    border-right-color: hsla(0,0%,56%,.05)
}

.border-x-gray-text-game\/50 {
    border-left-color: hsla(0,0%,56%,.5);
    border-right-color: hsla(0,0%,56%,.5)
}

.border-x-gray-text-game\/60 {
    border-left-color: hsla(0,0%,56%,.6);
    border-right-color: hsla(0,0%,56%,.6)
}

.border-x-gray-text-game\/70 {
    border-left-color: hsla(0,0%,56%,.7);
    border-right-color: hsla(0,0%,56%,.7)
}

.border-x-gray-text-game\/75 {
    border-left-color: hsla(0,0%,56%,.75);
    border-right-color: hsla(0,0%,56%,.75)
}

.border-x-gray-text-game\/80 {
    border-left-color: hsla(0,0%,56%,.8);
    border-right-color: hsla(0,0%,56%,.8)
}

.border-x-gray-text-game\/90 {
    border-left-color: hsla(0,0%,56%,.9);
    border-right-color: hsla(0,0%,56%,.9)
}

.border-x-gray-text-game\/95 {
    border-left-color: hsla(0,0%,56%,.95);
    border-right-color: hsla(0,0%,56%,.95)
}

.border-x-gray-text-popup-login {
    --tw-border-opacity: 1;
    border-left-color: rgb(128 128 128/var(--tw-border-opacity));
    border-right-color: rgb(128 128 128/var(--tw-border-opacity))
}

.border-x-gray-text-popup-login\/0 {
    border-left-color: hsla(0,0%,50%,0);
    border-right-color: hsla(0,0%,50%,0)
}

.border-x-gray-text-popup-login\/10 {
    border-left-color: hsla(0,0%,50%,.1);
    border-right-color: hsla(0,0%,50%,.1)
}

.border-x-gray-text-popup-login\/100 {
    border-left-color: grey;
    border-right-color: grey
}

.border-x-gray-text-popup-login\/20 {
    border-left-color: hsla(0,0%,50%,.2);
    border-right-color: hsla(0,0%,50%,.2)
}

.border-x-gray-text-popup-login\/25 {
    border-left-color: hsla(0,0%,50%,.25);
    border-right-color: hsla(0,0%,50%,.25)
}

.border-x-gray-text-popup-login\/30 {
    border-left-color: hsla(0,0%,50%,.3);
    border-right-color: hsla(0,0%,50%,.3)
}

.border-x-gray-text-popup-login\/40 {
    border-left-color: hsla(0,0%,50%,.4);
    border-right-color: hsla(0,0%,50%,.4)
}

.border-x-gray-text-popup-login\/5 {
    border-left-color: hsla(0,0%,50%,.05);
    border-right-color: hsla(0,0%,50%,.05)
}

.border-x-gray-text-popup-login\/50 {
    border-left-color: hsla(0,0%,50%,.5);
    border-right-color: hsla(0,0%,50%,.5)
}

.border-x-gray-text-popup-login\/60 {
    border-left-color: hsla(0,0%,50%,.6);
    border-right-color: hsla(0,0%,50%,.6)
}

.border-x-gray-text-popup-login\/70 {
    border-left-color: hsla(0,0%,50%,.7);
    border-right-color: hsla(0,0%,50%,.7)
}

.border-x-gray-text-popup-login\/75 {
    border-left-color: hsla(0,0%,50%,.75);
    border-right-color: hsla(0,0%,50%,.75)
}

.border-x-gray-text-popup-login\/80 {
    border-left-color: hsla(0,0%,50%,.8);
    border-right-color: hsla(0,0%,50%,.8)
}

.border-x-gray-text-popup-login\/90 {
    border-left-color: hsla(0,0%,50%,.9);
    border-right-color: hsla(0,0%,50%,.9)
}

.border-x-gray-text-popup-login\/95 {
    border-left-color: hsla(0,0%,50%,.95);
    border-right-color: hsla(0,0%,50%,.95)
}

.border-x-gray-text\/0 {
    border-left-color: hsla(38,26%,81%,0);
    border-right-color: hsla(38,26%,81%,0)
}

.border-x-gray-text\/10 {
    border-left-color: hsla(38,26%,81%,.1);
    border-right-color: hsla(38,26%,81%,.1)
}

.border-x-gray-text\/100 {
    border-left-color: #dbd2c2;
    border-right-color: #dbd2c2
}

.border-x-gray-text\/20 {
    border-left-color: hsla(38,26%,81%,.2);
    border-right-color: hsla(38,26%,81%,.2)
}

.border-x-gray-text\/25 {
    border-left-color: hsla(38,26%,81%,.25);
    border-right-color: hsla(38,26%,81%,.25)
}

.border-x-gray-text\/30 {
    border-left-color: hsla(38,26%,81%,.3);
    border-right-color: hsla(38,26%,81%,.3)
}

.border-x-gray-text\/40 {
    border-left-color: hsla(38,26%,81%,.4);
    border-right-color: hsla(38,26%,81%,.4)
}

.border-x-gray-text\/5 {
    border-left-color: hsla(38,26%,81%,.05);
    border-right-color: hsla(38,26%,81%,.05)
}

.border-x-gray-text\/50 {
    border-left-color: hsla(38,26%,81%,.5);
    border-right-color: hsla(38,26%,81%,.5)
}

.border-x-gray-text\/60 {
    border-left-color: hsla(38,26%,81%,.6);
    border-right-color: hsla(38,26%,81%,.6)
}

.border-x-gray-text\/70 {
    border-left-color: hsla(38,26%,81%,.7);
    border-right-color: hsla(38,26%,81%,.7)
}

.border-x-gray-text\/75 {
    border-left-color: hsla(38,26%,81%,.75);
    border-right-color: hsla(38,26%,81%,.75)
}

.border-x-gray-text\/80 {
    border-left-color: hsla(38,26%,81%,.8);
    border-right-color: hsla(38,26%,81%,.8)
}

.border-x-gray-text\/90 {
    border-left-color: hsla(38,26%,81%,.9);
    border-right-color: hsla(38,26%,81%,.9)
}

.border-x-gray-text\/95 {
    border-left-color: hsla(38,26%,81%,.95);
    border-right-color: hsla(38,26%,81%,.95)
}

.border-x-gray-title-game {
    --tw-border-opacity: 1;
    border-left-color: rgb(230 230 230/var(--tw-border-opacity));
    border-right-color: rgb(230 230 230/var(--tw-border-opacity))
}

.border-x-gray-title-game\/0 {
    border-left-color: hsla(0,0%,90%,0);
    border-right-color: hsla(0,0%,90%,0)
}

.border-x-gray-title-game\/10 {
    border-left-color: hsla(0,0%,90%,.1);
    border-right-color: hsla(0,0%,90%,.1)
}

.border-x-gray-title-game\/100 {
    border-left-color: #e6e6e6;
    border-right-color: #e6e6e6
}

.border-x-gray-title-game\/20 {
    border-left-color: hsla(0,0%,90%,.2);
    border-right-color: hsla(0,0%,90%,.2)
}

.border-x-gray-title-game\/25 {
    border-left-color: hsla(0,0%,90%,.25);
    border-right-color: hsla(0,0%,90%,.25)
}

.border-x-gray-title-game\/30 {
    border-left-color: hsla(0,0%,90%,.3);
    border-right-color: hsla(0,0%,90%,.3)
}

.border-x-gray-title-game\/40 {
    border-left-color: hsla(0,0%,90%,.4);
    border-right-color: hsla(0,0%,90%,.4)
}

.border-x-gray-title-game\/5 {
    border-left-color: hsla(0,0%,90%,.05);
    border-right-color: hsla(0,0%,90%,.05)
}

.border-x-gray-title-game\/50 {
    border-left-color: hsla(0,0%,90%,.5);
    border-right-color: hsla(0,0%,90%,.5)
}

.border-x-gray-title-game\/60 {
    border-left-color: hsla(0,0%,90%,.6);
    border-right-color: hsla(0,0%,90%,.6)
}

.border-x-gray-title-game\/70 {
    border-left-color: hsla(0,0%,90%,.7);
    border-right-color: hsla(0,0%,90%,.7)
}

.border-x-gray-title-game\/75 {
    border-left-color: hsla(0,0%,90%,.75);
    border-right-color: hsla(0,0%,90%,.75)
}

.border-x-gray-title-game\/80 {
    border-left-color: hsla(0,0%,90%,.8);
    border-right-color: hsla(0,0%,90%,.8)
}

.border-x-gray-title-game\/90 {
    border-left-color: hsla(0,0%,90%,.9);
    border-right-color: hsla(0,0%,90%,.9)
}

.border-x-gray-title-game\/95 {
    border-left-color: hsla(0,0%,90%,.95);
    border-right-color: hsla(0,0%,90%,.95)
}

.border-x-gray-white {
    --tw-border-opacity: 1;
    border-left-color: rgb(227 227 226/var(--tw-border-opacity));
    border-right-color: rgb(227 227 226/var(--tw-border-opacity))
}

.border-x-gray-white\/0 {
    border-left-color: hsla(60,2%,89%,0);
    border-right-color: hsla(60,2%,89%,0)
}

.border-x-gray-white\/10 {
    border-left-color: hsla(60,2%,89%,.1);
    border-right-color: hsla(60,2%,89%,.1)
}

.border-x-gray-white\/100 {
    border-left-color: #e3e3e2;
    border-right-color: #e3e3e2
}

.border-x-gray-white\/20 {
    border-left-color: hsla(60,2%,89%,.2);
    border-right-color: hsla(60,2%,89%,.2)
}

.border-x-gray-white\/25 {
    border-left-color: hsla(60,2%,89%,.25);
    border-right-color: hsla(60,2%,89%,.25)
}

.border-x-gray-white\/30 {
    border-left-color: hsla(60,2%,89%,.3);
    border-right-color: hsla(60,2%,89%,.3)
}

.border-x-gray-white\/40 {
    border-left-color: hsla(60,2%,89%,.4);
    border-right-color: hsla(60,2%,89%,.4)
}

.border-x-gray-white\/5 {
    border-left-color: hsla(60,2%,89%,.05);
    border-right-color: hsla(60,2%,89%,.05)
}

.border-x-gray-white\/50 {
    border-left-color: hsla(60,2%,89%,.5);
    border-right-color: hsla(60,2%,89%,.5)
}

.border-x-gray-white\/60 {
    border-left-color: hsla(60,2%,89%,.6);
    border-right-color: hsla(60,2%,89%,.6)
}

.border-x-gray-white\/70 {
    border-left-color: hsla(60,2%,89%,.7);
    border-right-color: hsla(60,2%,89%,.7)
}

.border-x-gray-white\/75 {
    border-left-color: hsla(60,2%,89%,.75);
    border-right-color: hsla(60,2%,89%,.75)
}

.border-x-gray-white\/80 {
    border-left-color: hsla(60,2%,89%,.8);
    border-right-color: hsla(60,2%,89%,.8)
}

.border-x-gray-white\/90 {
    border-left-color: hsla(60,2%,89%,.9);
    border-right-color: hsla(60,2%,89%,.9)
}

.border-x-gray-white\/95 {
    border-left-color: hsla(60,2%,89%,.95);
    border-right-color: hsla(60,2%,89%,.95)
}

.border-x-green-success {
    --tw-border-opacity: 1;
    border-left-color: rgb(98 202 121/var(--tw-border-opacity));
    border-right-color: rgb(98 202 121/var(--tw-border-opacity))
}

.border-x-green-success\/0 {
    border-left-color: rgba(98,202,121,0);
    border-right-color: rgba(98,202,121,0)
}

.border-x-green-success\/10 {
    border-left-color: rgba(98,202,121,.1);
    border-right-color: rgba(98,202,121,.1)
}

.border-x-green-success\/100 {
    border-left-color: #62ca79;
    border-right-color: #62ca79
}

.border-x-green-success\/20 {
    border-left-color: rgba(98,202,121,.2);
    border-right-color: rgba(98,202,121,.2)
}

.border-x-green-success\/25 {
    border-left-color: rgba(98,202,121,.25);
    border-right-color: rgba(98,202,121,.25)
}

.border-x-green-success\/30 {
    border-left-color: rgba(98,202,121,.3);
    border-right-color: rgba(98,202,121,.3)
}

.border-x-green-success\/40 {
    border-left-color: rgba(98,202,121,.4);
    border-right-color: rgba(98,202,121,.4)
}

.border-x-green-success\/5 {
    border-left-color: rgba(98,202,121,.05);
    border-right-color: rgba(98,202,121,.05)
}

.border-x-green-success\/50 {
    border-left-color: rgba(98,202,121,.5);
    border-right-color: rgba(98,202,121,.5)
}

.border-x-green-success\/60 {
    border-left-color: rgba(98,202,121,.6);
    border-right-color: rgba(98,202,121,.6)
}

.border-x-green-success\/70 {
    border-left-color: rgba(98,202,121,.7);
    border-right-color: rgba(98,202,121,.7)
}

.border-x-green-success\/75 {
    border-left-color: rgba(98,202,121,.75);
    border-right-color: rgba(98,202,121,.75)
}

.border-x-green-success\/80 {
    border-left-color: rgba(98,202,121,.8);
    border-right-color: rgba(98,202,121,.8)
}

.border-x-green-success\/90 {
    border-left-color: rgba(98,202,121,.9);
    border-right-color: rgba(98,202,121,.9)
}

.border-x-green-success\/95 {
    border-left-color: rgba(98,202,121,.95);
    border-right-color: rgba(98,202,121,.95)
}

.border-x-green-win {
    --tw-border-opacity: 1;
    border-left-color: rgb(92 191 117/var(--tw-border-opacity));
    border-right-color: rgb(92 191 117/var(--tw-border-opacity))
}

.border-x-green-win\/0 {
    border-left-color: rgba(92,191,117,0);
    border-right-color: rgba(92,191,117,0)
}

.border-x-green-win\/10 {
    border-left-color: rgba(92,191,117,.1);
    border-right-color: rgba(92,191,117,.1)
}

.border-x-green-win\/100 {
    border-left-color: #5cbf75;
    border-right-color: #5cbf75
}

.border-x-green-win\/20 {
    border-left-color: rgba(92,191,117,.2);
    border-right-color: rgba(92,191,117,.2)
}

.border-x-green-win\/25 {
    border-left-color: rgba(92,191,117,.25);
    border-right-color: rgba(92,191,117,.25)
}

.border-x-green-win\/30 {
    border-left-color: rgba(92,191,117,.3);
    border-right-color: rgba(92,191,117,.3)
}

.border-x-green-win\/40 {
    border-left-color: rgba(92,191,117,.4);
    border-right-color: rgba(92,191,117,.4)
}

.border-x-green-win\/5 {
    border-left-color: rgba(92,191,117,.05);
    border-right-color: rgba(92,191,117,.05)
}

.border-x-green-win\/50 {
    border-left-color: rgba(92,191,117,.5);
    border-right-color: rgba(92,191,117,.5)
}

.border-x-green-win\/60 {
    border-left-color: rgba(92,191,117,.6);
    border-right-color: rgba(92,191,117,.6)
}

.border-x-green-win\/70 {
    border-left-color: rgba(92,191,117,.7);
    border-right-color: rgba(92,191,117,.7)
}

.border-x-green-win\/75 {
    border-left-color: rgba(92,191,117,.75);
    border-right-color: rgba(92,191,117,.75)
}

.border-x-green-win\/80 {
    border-left-color: rgba(92,191,117,.8);
    border-right-color: rgba(92,191,117,.8)
}

.border-x-green-win\/90 {
    border-left-color: rgba(92,191,117,.9);
    border-right-color: rgba(92,191,117,.9)
}

.border-x-green-win\/95 {
    border-left-color: rgba(92,191,117,.95);
    border-right-color: rgba(92,191,117,.95)
}

.border-x-highlight-leo88 {
    --tw-border-opacity: 1;
    border-left-color: rgb(184 28 28/var(--tw-border-opacity));
    border-right-color: rgb(184 28 28/var(--tw-border-opacity))
}

.border-x-highlight-leo88\/0 {
    border-left-color: rgba(184,28,28,0);
    border-right-color: rgba(184,28,28,0)
}

.border-x-highlight-leo88\/10 {
    border-left-color: rgba(184,28,28,.1);
    border-right-color: rgba(184,28,28,.1)
}

.border-x-highlight-leo88\/100 {
    border-left-color: #b81c1c;
    border-right-color: #b81c1c
}

.border-x-highlight-leo88\/20 {
    border-left-color: rgba(184,28,28,.2);
    border-right-color: rgba(184,28,28,.2)
}

.border-x-highlight-leo88\/25 {
    border-left-color: rgba(184,28,28,.25);
    border-right-color: rgba(184,28,28,.25)
}

.border-x-highlight-leo88\/30 {
    border-left-color: rgba(184,28,28,.3);
    border-right-color: rgba(184,28,28,.3)
}

.border-x-highlight-leo88\/40 {
    border-left-color: rgba(184,28,28,.4);
    border-right-color: rgba(184,28,28,.4)
}

.border-x-highlight-leo88\/5 {
    border-left-color: rgba(184,28,28,.05);
    border-right-color: rgba(184,28,28,.05)
}

.border-x-highlight-leo88\/50 {
    border-left-color: rgba(184,28,28,.5);
    border-right-color: rgba(184,28,28,.5)
}

.border-x-highlight-leo88\/60 {
    border-left-color: rgba(184,28,28,.6);
    border-right-color: rgba(184,28,28,.6)
}

.border-x-highlight-leo88\/70 {
    border-left-color: rgba(184,28,28,.7);
    border-right-color: rgba(184,28,28,.7)
}

.border-x-highlight-leo88\/75 {
    border-left-color: rgba(184,28,28,.75);
    border-right-color: rgba(184,28,28,.75)
}

.border-x-highlight-leo88\/80 {
    border-left-color: rgba(184,28,28,.8);
    border-right-color: rgba(184,28,28,.8)
}

.border-x-highlight-leo88\/90 {
    border-left-color: rgba(184,28,28,.9);
    border-right-color: rgba(184,28,28,.9)
}

.border-x-highlight-leo88\/95 {
    border-left-color: rgba(184,28,28,.95);
    border-right-color: rgba(184,28,28,.95)
}

.border-x-home-title {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 221 169/var(--tw-border-opacity));
    border-right-color: rgb(255 221 169/var(--tw-border-opacity))
}

.border-x-home-title\/0 {
    border-left-color: rgba(255,221,169,0);
    border-right-color: rgba(255,221,169,0)
}

.border-x-home-title\/10 {
    border-left-color: rgba(255,221,169,.1);
    border-right-color: rgba(255,221,169,.1)
}

.border-x-home-title\/100 {
    border-left-color: #ffdda9;
    border-right-color: #ffdda9
}

.border-x-home-title\/20 {
    border-left-color: rgba(255,221,169,.2);
    border-right-color: rgba(255,221,169,.2)
}

.border-x-home-title\/25 {
    border-left-color: rgba(255,221,169,.25);
    border-right-color: rgba(255,221,169,.25)
}

.border-x-home-title\/30 {
    border-left-color: rgba(255,221,169,.3);
    border-right-color: rgba(255,221,169,.3)
}

.border-x-home-title\/40 {
    border-left-color: rgba(255,221,169,.4);
    border-right-color: rgba(255,221,169,.4)
}

.border-x-home-title\/5 {
    border-left-color: rgba(255,221,169,.05);
    border-right-color: rgba(255,221,169,.05)
}

.border-x-home-title\/50 {
    border-left-color: rgba(255,221,169,.5);
    border-right-color: rgba(255,221,169,.5)
}

.border-x-home-title\/60 {
    border-left-color: rgba(255,221,169,.6);
    border-right-color: rgba(255,221,169,.6)
}

.border-x-home-title\/70 {
    border-left-color: rgba(255,221,169,.7);
    border-right-color: rgba(255,221,169,.7)
}

.border-x-home-title\/75 {
    border-left-color: rgba(255,221,169,.75);
    border-right-color: rgba(255,221,169,.75)
}

.border-x-home-title\/80 {
    border-left-color: rgba(255,221,169,.8);
    border-right-color: rgba(255,221,169,.8)
}

.border-x-home-title\/90 {
    border-left-color: rgba(255,221,169,.9);
    border-right-color: rgba(255,221,169,.9)
}

.border-x-home-title\/95 {
    border-left-color: rgba(255,221,169,.95);
    border-right-color: rgba(255,221,169,.95)
}

.border-x-hot-match-green {
    --tw-border-opacity: 1;
    border-left-color: rgb(74 197 64/var(--tw-border-opacity));
    border-right-color: rgb(74 197 64/var(--tw-border-opacity))
}

.border-x-hot-match-green\/0 {
    border-left-color: rgba(74,197,64,0);
    border-right-color: rgba(74,197,64,0)
}

.border-x-hot-match-green\/10 {
    border-left-color: rgba(74,197,64,.1);
    border-right-color: rgba(74,197,64,.1)
}

.border-x-hot-match-green\/100 {
    border-left-color: #4ac540;
    border-right-color: #4ac540
}

.border-x-hot-match-green\/20 {
    border-left-color: rgba(74,197,64,.2);
    border-right-color: rgba(74,197,64,.2)
}

.border-x-hot-match-green\/25 {
    border-left-color: rgba(74,197,64,.25);
    border-right-color: rgba(74,197,64,.25)
}

.border-x-hot-match-green\/30 {
    border-left-color: rgba(74,197,64,.3);
    border-right-color: rgba(74,197,64,.3)
}

.border-x-hot-match-green\/40 {
    border-left-color: rgba(74,197,64,.4);
    border-right-color: rgba(74,197,64,.4)
}

.border-x-hot-match-green\/5 {
    border-left-color: rgba(74,197,64,.05);
    border-right-color: rgba(74,197,64,.05)
}

.border-x-hot-match-green\/50 {
    border-left-color: rgba(74,197,64,.5);
    border-right-color: rgba(74,197,64,.5)
}

.border-x-hot-match-green\/60 {
    border-left-color: rgba(74,197,64,.6);
    border-right-color: rgba(74,197,64,.6)
}

.border-x-hot-match-green\/70 {
    border-left-color: rgba(74,197,64,.7);
    border-right-color: rgba(74,197,64,.7)
}

.border-x-hot-match-green\/75 {
    border-left-color: rgba(74,197,64,.75);
    border-right-color: rgba(74,197,64,.75)
}

.border-x-hot-match-green\/80 {
    border-left-color: rgba(74,197,64,.8);
    border-right-color: rgba(74,197,64,.8)
}

.border-x-hot-match-green\/90 {
    border-left-color: rgba(74,197,64,.9);
    border-right-color: rgba(74,197,64,.9)
}

.border-x-hot-match-green\/95 {
    border-left-color: rgba(74,197,64,.95);
    border-right-color: rgba(74,197,64,.95)
}

.border-x-hot-match-highlight {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 236 231/var(--tw-border-opacity));
    border-right-color: rgb(251 236 231/var(--tw-border-opacity))
}

.border-x-hot-match-highlight\/0 {
    border-left-color: hsla(15,71%,95%,0);
    border-right-color: hsla(15,71%,95%,0)
}

.border-x-hot-match-highlight\/10 {
    border-left-color: hsla(15,71%,95%,.1);
    border-right-color: hsla(15,71%,95%,.1)
}

.border-x-hot-match-highlight\/100 {
    border-left-color: #fbece7;
    border-right-color: #fbece7
}

.border-x-hot-match-highlight\/20 {
    border-left-color: hsla(15,71%,95%,.2);
    border-right-color: hsla(15,71%,95%,.2)
}

.border-x-hot-match-highlight\/25 {
    border-left-color: hsla(15,71%,95%,.25);
    border-right-color: hsla(15,71%,95%,.25)
}

.border-x-hot-match-highlight\/30 {
    border-left-color: hsla(15,71%,95%,.3);
    border-right-color: hsla(15,71%,95%,.3)
}

.border-x-hot-match-highlight\/40 {
    border-left-color: hsla(15,71%,95%,.4);
    border-right-color: hsla(15,71%,95%,.4)
}

.border-x-hot-match-highlight\/5 {
    border-left-color: hsla(15,71%,95%,.05);
    border-right-color: hsla(15,71%,95%,.05)
}

.border-x-hot-match-highlight\/50 {
    border-left-color: hsla(15,71%,95%,.5);
    border-right-color: hsla(15,71%,95%,.5)
}

.border-x-hot-match-highlight\/60 {
    border-left-color: hsla(15,71%,95%,.6);
    border-right-color: hsla(15,71%,95%,.6)
}

.border-x-hot-match-highlight\/70 {
    border-left-color: hsla(15,71%,95%,.7);
    border-right-color: hsla(15,71%,95%,.7)
}

.border-x-hot-match-highlight\/75 {
    border-left-color: hsla(15,71%,95%,.75);
    border-right-color: hsla(15,71%,95%,.75)
}

.border-x-hot-match-highlight\/80 {
    border-left-color: hsla(15,71%,95%,.8);
    border-right-color: hsla(15,71%,95%,.8)
}

.border-x-hot-match-highlight\/90 {
    border-left-color: hsla(15,71%,95%,.9);
    border-right-color: hsla(15,71%,95%,.9)
}

.border-x-hot-match-highlight\/95 {
    border-left-color: hsla(15,71%,95%,.95);
    border-right-color: hsla(15,71%,95%,.95)
}

.border-x-hot-match-match {
    --tw-border-opacity: 1;
    border-left-color: rgb(86 63 42/var(--tw-border-opacity));
    border-right-color: rgb(86 63 42/var(--tw-border-opacity))
}

.border-x-hot-match-match\/0 {
    border-left-color: rgba(86,63,42,0);
    border-right-color: rgba(86,63,42,0)
}

.border-x-hot-match-match\/10 {
    border-left-color: rgba(86,63,42,.1);
    border-right-color: rgba(86,63,42,.1)
}

.border-x-hot-match-match\/100 {
    border-left-color: #563f2a;
    border-right-color: #563f2a
}

.border-x-hot-match-match\/20 {
    border-left-color: rgba(86,63,42,.2);
    border-right-color: rgba(86,63,42,.2)
}

.border-x-hot-match-match\/25 {
    border-left-color: rgba(86,63,42,.25);
    border-right-color: rgba(86,63,42,.25)
}

.border-x-hot-match-match\/30 {
    border-left-color: rgba(86,63,42,.3);
    border-right-color: rgba(86,63,42,.3)
}

.border-x-hot-match-match\/40 {
    border-left-color: rgba(86,63,42,.4);
    border-right-color: rgba(86,63,42,.4)
}

.border-x-hot-match-match\/5 {
    border-left-color: rgba(86,63,42,.05);
    border-right-color: rgba(86,63,42,.05)
}

.border-x-hot-match-match\/50 {
    border-left-color: rgba(86,63,42,.5);
    border-right-color: rgba(86,63,42,.5)
}

.border-x-hot-match-match\/60 {
    border-left-color: rgba(86,63,42,.6);
    border-right-color: rgba(86,63,42,.6)
}

.border-x-hot-match-match\/70 {
    border-left-color: rgba(86,63,42,.7);
    border-right-color: rgba(86,63,42,.7)
}

.border-x-hot-match-match\/75 {
    border-left-color: rgba(86,63,42,.75);
    border-right-color: rgba(86,63,42,.75)
}

.border-x-hot-match-match\/80 {
    border-left-color: rgba(86,63,42,.8);
    border-right-color: rgba(86,63,42,.8)
}

.border-x-hot-match-match\/90 {
    border-left-color: rgba(86,63,42,.9);
    border-right-color: rgba(86,63,42,.9)
}

.border-x-hot-match-match\/95 {
    border-left-color: rgba(86,63,42,.95);
    border-right-color: rgba(86,63,42,.95)
}

.border-x-hot-match-provider {
    --tw-border-opacity: 1;
    border-left-color: rgb(50 44 41/var(--tw-border-opacity));
    border-right-color: rgb(50 44 41/var(--tw-border-opacity))
}

.border-x-hot-match-provider\/0 {
    border-left-color: rgba(50,44,41,0);
    border-right-color: rgba(50,44,41,0)
}

.border-x-hot-match-provider\/10 {
    border-left-color: rgba(50,44,41,.1);
    border-right-color: rgba(50,44,41,.1)
}

.border-x-hot-match-provider\/100 {
    border-left-color: #322c29;
    border-right-color: #322c29
}

.border-x-hot-match-provider\/20 {
    border-left-color: rgba(50,44,41,.2);
    border-right-color: rgba(50,44,41,.2)
}

.border-x-hot-match-provider\/25 {
    border-left-color: rgba(50,44,41,.25);
    border-right-color: rgba(50,44,41,.25)
}

.border-x-hot-match-provider\/30 {
    border-left-color: rgba(50,44,41,.3);
    border-right-color: rgba(50,44,41,.3)
}

.border-x-hot-match-provider\/40 {
    border-left-color: rgba(50,44,41,.4);
    border-right-color: rgba(50,44,41,.4)
}

.border-x-hot-match-provider\/5 {
    border-left-color: rgba(50,44,41,.05);
    border-right-color: rgba(50,44,41,.05)
}

.border-x-hot-match-provider\/50 {
    border-left-color: rgba(50,44,41,.5);
    border-right-color: rgba(50,44,41,.5)
}

.border-x-hot-match-provider\/60 {
    border-left-color: rgba(50,44,41,.6);
    border-right-color: rgba(50,44,41,.6)
}

.border-x-hot-match-provider\/70 {
    border-left-color: rgba(50,44,41,.7);
    border-right-color: rgba(50,44,41,.7)
}

.border-x-hot-match-provider\/75 {
    border-left-color: rgba(50,44,41,.75);
    border-right-color: rgba(50,44,41,.75)
}

.border-x-hot-match-provider\/80 {
    border-left-color: rgba(50,44,41,.8);
    border-right-color: rgba(50,44,41,.8)
}

.border-x-hot-match-provider\/90 {
    border-left-color: rgba(50,44,41,.9);
    border-right-color: rgba(50,44,41,.9)
}

.border-x-hot-match-provider\/95 {
    border-left-color: rgba(50,44,41,.95);
    border-right-color: rgba(50,44,41,.95)
}

.border-x-hot-match-red {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 51 42/var(--tw-border-opacity));
    border-right-color: rgb(234 51 42/var(--tw-border-opacity))
}

.border-x-hot-match-red\/0 {
    border-left-color: rgba(234,51,42,0);
    border-right-color: rgba(234,51,42,0)
}

.border-x-hot-match-red\/10 {
    border-left-color: rgba(234,51,42,.1);
    border-right-color: rgba(234,51,42,.1)
}

.border-x-hot-match-red\/100 {
    border-left-color: #ea332a;
    border-right-color: #ea332a
}

.border-x-hot-match-red\/20 {
    border-left-color: rgba(234,51,42,.2);
    border-right-color: rgba(234,51,42,.2)
}

.border-x-hot-match-red\/25 {
    border-left-color: rgba(234,51,42,.25);
    border-right-color: rgba(234,51,42,.25)
}

.border-x-hot-match-red\/30 {
    border-left-color: rgba(234,51,42,.3);
    border-right-color: rgba(234,51,42,.3)
}

.border-x-hot-match-red\/40 {
    border-left-color: rgba(234,51,42,.4);
    border-right-color: rgba(234,51,42,.4)
}

.border-x-hot-match-red\/5 {
    border-left-color: rgba(234,51,42,.05);
    border-right-color: rgba(234,51,42,.05)
}

.border-x-hot-match-red\/50 {
    border-left-color: rgba(234,51,42,.5);
    border-right-color: rgba(234,51,42,.5)
}

.border-x-hot-match-red\/60 {
    border-left-color: rgba(234,51,42,.6);
    border-right-color: rgba(234,51,42,.6)
}

.border-x-hot-match-red\/70 {
    border-left-color: rgba(234,51,42,.7);
    border-right-color: rgba(234,51,42,.7)
}

.border-x-hot-match-red\/75 {
    border-left-color: rgba(234,51,42,.75);
    border-right-color: rgba(234,51,42,.75)
}

.border-x-hot-match-red\/80 {
    border-left-color: rgba(234,51,42,.8);
    border-right-color: rgba(234,51,42,.8)
}

.border-x-hot-match-red\/90 {
    border-left-color: rgba(234,51,42,.9);
    border-right-color: rgba(234,51,42,.9)
}

.border-x-hot-match-red\/95 {
    border-left-color: rgba(234,51,42,.95);
    border-right-color: rgba(234,51,42,.95)
}

.border-x-hot-match-row {
    --tw-border-opacity: 1;
    border-left-color: rgb(244 204 144/var(--tw-border-opacity));
    border-right-color: rgb(244 204 144/var(--tw-border-opacity))
}

.border-x-hot-match-row\/0 {
    border-left-color: hsla(36,82%,76%,0);
    border-right-color: hsla(36,82%,76%,0)
}

.border-x-hot-match-row\/10 {
    border-left-color: hsla(36,82%,76%,.1);
    border-right-color: hsla(36,82%,76%,.1)
}

.border-x-hot-match-row\/100 {
    border-left-color: #f4cc90;
    border-right-color: #f4cc90
}

.border-x-hot-match-row\/20 {
    border-left-color: hsla(36,82%,76%,.2);
    border-right-color: hsla(36,82%,76%,.2)
}

.border-x-hot-match-row\/25 {
    border-left-color: hsla(36,82%,76%,.25);
    border-right-color: hsla(36,82%,76%,.25)
}

.border-x-hot-match-row\/30 {
    border-left-color: hsla(36,82%,76%,.3);
    border-right-color: hsla(36,82%,76%,.3)
}

.border-x-hot-match-row\/40 {
    border-left-color: hsla(36,82%,76%,.4);
    border-right-color: hsla(36,82%,76%,.4)
}

.border-x-hot-match-row\/5 {
    border-left-color: hsla(36,82%,76%,.05);
    border-right-color: hsla(36,82%,76%,.05)
}

.border-x-hot-match-row\/50 {
    border-left-color: hsla(36,82%,76%,.5);
    border-right-color: hsla(36,82%,76%,.5)
}

.border-x-hot-match-row\/60 {
    border-left-color: hsla(36,82%,76%,.6);
    border-right-color: hsla(36,82%,76%,.6)
}

.border-x-hot-match-row\/70 {
    border-left-color: hsla(36,82%,76%,.7);
    border-right-color: hsla(36,82%,76%,.7)
}

.border-x-hot-match-row\/75 {
    border-left-color: hsla(36,82%,76%,.75);
    border-right-color: hsla(36,82%,76%,.75)
}

.border-x-hot-match-row\/80 {
    border-left-color: hsla(36,82%,76%,.8);
    border-right-color: hsla(36,82%,76%,.8)
}

.border-x-hot-match-row\/90 {
    border-left-color: hsla(36,82%,76%,.9);
    border-right-color: hsla(36,82%,76%,.9)
}

.border-x-hot-match-row\/95 {
    border-left-color: hsla(36,82%,76%,.95);
    border-right-color: hsla(36,82%,76%,.95)
}

.border-x-hot-match-table-title {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 214 145/var(--tw-border-opacity));
    border-right-color: rgb(255 214 145/var(--tw-border-opacity))
}

.border-x-hot-match-table-title\/0 {
    border-left-color: rgba(255,214,145,0);
    border-right-color: rgba(255,214,145,0)
}

.border-x-hot-match-table-title\/10 {
    border-left-color: rgba(255,214,145,.1);
    border-right-color: rgba(255,214,145,.1)
}

.border-x-hot-match-table-title\/100 {
    border-left-color: #ffd691;
    border-right-color: #ffd691
}

.border-x-hot-match-table-title\/20 {
    border-left-color: rgba(255,214,145,.2);
    border-right-color: rgba(255,214,145,.2)
}

.border-x-hot-match-table-title\/25 {
    border-left-color: rgba(255,214,145,.25);
    border-right-color: rgba(255,214,145,.25)
}

.border-x-hot-match-table-title\/30 {
    border-left-color: rgba(255,214,145,.3);
    border-right-color: rgba(255,214,145,.3)
}

.border-x-hot-match-table-title\/40 {
    border-left-color: rgba(255,214,145,.4);
    border-right-color: rgba(255,214,145,.4)
}

.border-x-hot-match-table-title\/5 {
    border-left-color: rgba(255,214,145,.05);
    border-right-color: rgba(255,214,145,.05)
}

.border-x-hot-match-table-title\/50 {
    border-left-color: rgba(255,214,145,.5);
    border-right-color: rgba(255,214,145,.5)
}

.border-x-hot-match-table-title\/60 {
    border-left-color: rgba(255,214,145,.6);
    border-right-color: rgba(255,214,145,.6)
}

.border-x-hot-match-table-title\/70 {
    border-left-color: rgba(255,214,145,.7);
    border-right-color: rgba(255,214,145,.7)
}

.border-x-hot-match-table-title\/75 {
    border-left-color: rgba(255,214,145,.75);
    border-right-color: rgba(255,214,145,.75)
}

.border-x-hot-match-table-title\/80 {
    border-left-color: rgba(255,214,145,.8);
    border-right-color: rgba(255,214,145,.8)
}

.border-x-hot-match-table-title\/90 {
    border-left-color: rgba(255,214,145,.9);
    border-right-color: rgba(255,214,145,.9)
}

.border-x-hot-match-table-title\/95 {
    border-left-color: rgba(255,214,145,.95);
    border-right-color: rgba(255,214,145,.95)
}

.border-x-hot-match-text {
    --tw-border-opacity: 1;
    border-left-color: rgb(58 58 58/var(--tw-border-opacity));
    border-right-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-x-hot-match-text\/0 {
    border-left-color: rgba(58,58,58,0);
    border-right-color: rgba(58,58,58,0)
}

.border-x-hot-match-text\/10 {
    border-left-color: rgba(58,58,58,.1);
    border-right-color: rgba(58,58,58,.1)
}

.border-x-hot-match-text\/100 {
    border-left-color: #3a3a3a;
    border-right-color: #3a3a3a
}

.border-x-hot-match-text\/20 {
    border-left-color: rgba(58,58,58,.2);
    border-right-color: rgba(58,58,58,.2)
}

.border-x-hot-match-text\/25 {
    border-left-color: rgba(58,58,58,.25);
    border-right-color: rgba(58,58,58,.25)
}

.border-x-hot-match-text\/30 {
    border-left-color: rgba(58,58,58,.3);
    border-right-color: rgba(58,58,58,.3)
}

.border-x-hot-match-text\/40 {
    border-left-color: rgba(58,58,58,.4);
    border-right-color: rgba(58,58,58,.4)
}

.border-x-hot-match-text\/5 {
    border-left-color: rgba(58,58,58,.05);
    border-right-color: rgba(58,58,58,.05)
}

.border-x-hot-match-text\/50 {
    border-left-color: rgba(58,58,58,.5);
    border-right-color: rgba(58,58,58,.5)
}

.border-x-hot-match-text\/60 {
    border-left-color: rgba(58,58,58,.6);
    border-right-color: rgba(58,58,58,.6)
}

.border-x-hot-match-text\/70 {
    border-left-color: rgba(58,58,58,.7);
    border-right-color: rgba(58,58,58,.7)
}

.border-x-hot-match-text\/75 {
    border-left-color: rgba(58,58,58,.75);
    border-right-color: rgba(58,58,58,.75)
}

.border-x-hot-match-text\/80 {
    border-left-color: rgba(58,58,58,.8);
    border-right-color: rgba(58,58,58,.8)
}

.border-x-hot-match-text\/90 {
    border-left-color: rgba(58,58,58,.9);
    border-right-color: rgba(58,58,58,.9)
}

.border-x-hot-match-text\/95 {
    border-left-color: rgba(58,58,58,.95);
    border-right-color: rgba(58,58,58,.95)
}

.border-x-inactive {
    --tw-border-opacity: 1;
    border-left-color: rgb(115 115 116/var(--tw-border-opacity));
    border-right-color: rgb(115 115 116/var(--tw-border-opacity))
}

.border-x-inactive\/0 {
    border-left-color: hsla(240,0%,45%,0);
    border-right-color: hsla(240,0%,45%,0)
}

.border-x-inactive\/10 {
    border-left-color: hsla(240,0%,45%,.1);
    border-right-color: hsla(240,0%,45%,.1)
}

.border-x-inactive\/100 {
    border-left-color: #737374;
    border-right-color: #737374
}

.border-x-inactive\/20 {
    border-left-color: hsla(240,0%,45%,.2);
    border-right-color: hsla(240,0%,45%,.2)
}

.border-x-inactive\/25 {
    border-left-color: hsla(240,0%,45%,.25);
    border-right-color: hsla(240,0%,45%,.25)
}

.border-x-inactive\/30 {
    border-left-color: hsla(240,0%,45%,.3);
    border-right-color: hsla(240,0%,45%,.3)
}

.border-x-inactive\/40 {
    border-left-color: hsla(240,0%,45%,.4);
    border-right-color: hsla(240,0%,45%,.4)
}

.border-x-inactive\/5 {
    border-left-color: hsla(240,0%,45%,.05);
    border-right-color: hsla(240,0%,45%,.05)
}

.border-x-inactive\/50 {
    border-left-color: hsla(240,0%,45%,.5);
    border-right-color: hsla(240,0%,45%,.5)
}

.border-x-inactive\/60 {
    border-left-color: hsla(240,0%,45%,.6);
    border-right-color: hsla(240,0%,45%,.6)
}

.border-x-inactive\/70 {
    border-left-color: hsla(240,0%,45%,.7);
    border-right-color: hsla(240,0%,45%,.7)
}

.border-x-inactive\/75 {
    border-left-color: hsla(240,0%,45%,.75);
    border-right-color: hsla(240,0%,45%,.75)
}

.border-x-inactive\/80 {
    border-left-color: hsla(240,0%,45%,.8);
    border-right-color: hsla(240,0%,45%,.8)
}

.border-x-inactive\/90 {
    border-left-color: hsla(240,0%,45%,.9);
    border-right-color: hsla(240,0%,45%,.9)
}

.border-x-inactive\/95 {
    border-left-color: hsla(240,0%,45%,.95);
    border-right-color: hsla(240,0%,45%,.95)
}

.border-x-input-popup {
    --tw-border-opacity: 1;
    border-left-color: rgb(21 22 22/var(--tw-border-opacity));
    border-right-color: rgb(21 22 22/var(--tw-border-opacity))
}

.border-x-input-popup\/0 {
    border-left-color: rgba(21,22,22,0);
    border-right-color: rgba(21,22,22,0)
}

.border-x-input-popup\/10 {
    border-left-color: rgba(21,22,22,.1);
    border-right-color: rgba(21,22,22,.1)
}

.border-x-input-popup\/100 {
    border-left-color: #151616;
    border-right-color: #151616
}

.border-x-input-popup\/20 {
    border-left-color: rgba(21,22,22,.2);
    border-right-color: rgba(21,22,22,.2)
}

.border-x-input-popup\/25 {
    border-left-color: rgba(21,22,22,.25);
    border-right-color: rgba(21,22,22,.25)
}

.border-x-input-popup\/30 {
    border-left-color: rgba(21,22,22,.3);
    border-right-color: rgba(21,22,22,.3)
}

.border-x-input-popup\/40 {
    border-left-color: rgba(21,22,22,.4);
    border-right-color: rgba(21,22,22,.4)
}

.border-x-input-popup\/5 {
    border-left-color: rgba(21,22,22,.05);
    border-right-color: rgba(21,22,22,.05)
}

.border-x-input-popup\/50 {
    border-left-color: rgba(21,22,22,.5);
    border-right-color: rgba(21,22,22,.5)
}

.border-x-input-popup\/60 {
    border-left-color: rgba(21,22,22,.6);
    border-right-color: rgba(21,22,22,.6)
}

.border-x-input-popup\/70 {
    border-left-color: rgba(21,22,22,.7);
    border-right-color: rgba(21,22,22,.7)
}

.border-x-input-popup\/75 {
    border-left-color: rgba(21,22,22,.75);
    border-right-color: rgba(21,22,22,.75)
}

.border-x-input-popup\/80 {
    border-left-color: rgba(21,22,22,.8);
    border-right-color: rgba(21,22,22,.8)
}

.border-x-input-popup\/90 {
    border-left-color: rgba(21,22,22,.9);
    border-right-color: rgba(21,22,22,.9)
}

.border-x-input-popup\/95 {
    border-left-color: rgba(21,22,22,.95);
    border-right-color: rgba(21,22,22,.95)
}

.border-x-input-profile {
    --tw-border-opacity: 1;
    border-left-color: rgb(68 67 67/var(--tw-border-opacity));
    border-right-color: rgb(68 67 67/var(--tw-border-opacity))
}

.border-x-input-profile\/0 {
    border-left-color: rgba(68,67,67,0);
    border-right-color: rgba(68,67,67,0)
}

.border-x-input-profile\/10 {
    border-left-color: rgba(68,67,67,.1);
    border-right-color: rgba(68,67,67,.1)
}

.border-x-input-profile\/100 {
    border-left-color: #444343;
    border-right-color: #444343
}

.border-x-input-profile\/20 {
    border-left-color: rgba(68,67,67,.2);
    border-right-color: rgba(68,67,67,.2)
}

.border-x-input-profile\/25 {
    border-left-color: rgba(68,67,67,.25);
    border-right-color: rgba(68,67,67,.25)
}

.border-x-input-profile\/30 {
    border-left-color: rgba(68,67,67,.3);
    border-right-color: rgba(68,67,67,.3)
}

.border-x-input-profile\/40 {
    border-left-color: rgba(68,67,67,.4);
    border-right-color: rgba(68,67,67,.4)
}

.border-x-input-profile\/5 {
    border-left-color: rgba(68,67,67,.05);
    border-right-color: rgba(68,67,67,.05)
}

.border-x-input-profile\/50 {
    border-left-color: rgba(68,67,67,.5);
    border-right-color: rgba(68,67,67,.5)
}

.border-x-input-profile\/60 {
    border-left-color: rgba(68,67,67,.6);
    border-right-color: rgba(68,67,67,.6)
}

.border-x-input-profile\/70 {
    border-left-color: rgba(68,67,67,.7);
    border-right-color: rgba(68,67,67,.7)
}

.border-x-input-profile\/75 {
    border-left-color: rgba(68,67,67,.75);
    border-right-color: rgba(68,67,67,.75)
}

.border-x-input-profile\/80 {
    border-left-color: rgba(68,67,67,.8);
    border-right-color: rgba(68,67,67,.8)
}

.border-x-input-profile\/90 {
    border-left-color: rgba(68,67,67,.9);
    border-right-color: rgba(68,67,67,.9)
}

.border-x-input-profile\/95 {
    border-left-color: rgba(68,67,67,.95);
    border-right-color: rgba(68,67,67,.95)
}

.border-x-item-history-first {
    --tw-border-opacity: 1;
    border-left-color: rgb(48 53 56/var(--tw-border-opacity));
    border-right-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-x-item-history-first\/0 {
    border-left-color: rgba(48,53,56,0);
    border-right-color: rgba(48,53,56,0)
}

.border-x-item-history-first\/10 {
    border-left-color: rgba(48,53,56,.1);
    border-right-color: rgba(48,53,56,.1)
}

.border-x-item-history-first\/100 {
    border-left-color: #303538;
    border-right-color: #303538
}

.border-x-item-history-first\/20 {
    border-left-color: rgba(48,53,56,.2);
    border-right-color: rgba(48,53,56,.2)
}

.border-x-item-history-first\/25 {
    border-left-color: rgba(48,53,56,.25);
    border-right-color: rgba(48,53,56,.25)
}

.border-x-item-history-first\/30 {
    border-left-color: rgba(48,53,56,.3);
    border-right-color: rgba(48,53,56,.3)
}

.border-x-item-history-first\/40 {
    border-left-color: rgba(48,53,56,.4);
    border-right-color: rgba(48,53,56,.4)
}

.border-x-item-history-first\/5 {
    border-left-color: rgba(48,53,56,.05);
    border-right-color: rgba(48,53,56,.05)
}

.border-x-item-history-first\/50 {
    border-left-color: rgba(48,53,56,.5);
    border-right-color: rgba(48,53,56,.5)
}

.border-x-item-history-first\/60 {
    border-left-color: rgba(48,53,56,.6);
    border-right-color: rgba(48,53,56,.6)
}

.border-x-item-history-first\/70 {
    border-left-color: rgba(48,53,56,.7);
    border-right-color: rgba(48,53,56,.7)
}

.border-x-item-history-first\/75 {
    border-left-color: rgba(48,53,56,.75);
    border-right-color: rgba(48,53,56,.75)
}

.border-x-item-history-first\/80 {
    border-left-color: rgba(48,53,56,.8);
    border-right-color: rgba(48,53,56,.8)
}

.border-x-item-history-first\/90 {
    border-left-color: rgba(48,53,56,.9);
    border-right-color: rgba(48,53,56,.9)
}

.border-x-item-history-first\/95 {
    border-left-color: rgba(48,53,56,.95);
    border-right-color: rgba(48,53,56,.95)
}

.border-x-item-history-second {
    --tw-border-opacity: 1;
    border-left-color: rgb(39 38 36/var(--tw-border-opacity));
    border-right-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-x-item-history-second\/0 {
    border-left-color: rgba(39,38,36,0);
    border-right-color: rgba(39,38,36,0)
}

.border-x-item-history-second\/10 {
    border-left-color: rgba(39,38,36,.1);
    border-right-color: rgba(39,38,36,.1)
}

.border-x-item-history-second\/100 {
    border-left-color: #272624;
    border-right-color: #272624
}

.border-x-item-history-second\/20 {
    border-left-color: rgba(39,38,36,.2);
    border-right-color: rgba(39,38,36,.2)
}

.border-x-item-history-second\/25 {
    border-left-color: rgba(39,38,36,.25);
    border-right-color: rgba(39,38,36,.25)
}

.border-x-item-history-second\/30 {
    border-left-color: rgba(39,38,36,.3);
    border-right-color: rgba(39,38,36,.3)
}

.border-x-item-history-second\/40 {
    border-left-color: rgba(39,38,36,.4);
    border-right-color: rgba(39,38,36,.4)
}

.border-x-item-history-second\/5 {
    border-left-color: rgba(39,38,36,.05);
    border-right-color: rgba(39,38,36,.05)
}

.border-x-item-history-second\/50 {
    border-left-color: rgba(39,38,36,.5);
    border-right-color: rgba(39,38,36,.5)
}

.border-x-item-history-second\/60 {
    border-left-color: rgba(39,38,36,.6);
    border-right-color: rgba(39,38,36,.6)
}

.border-x-item-history-second\/70 {
    border-left-color: rgba(39,38,36,.7);
    border-right-color: rgba(39,38,36,.7)
}

.border-x-item-history-second\/75 {
    border-left-color: rgba(39,38,36,.75);
    border-right-color: rgba(39,38,36,.75)
}

.border-x-item-history-second\/80 {
    border-left-color: rgba(39,38,36,.8);
    border-right-color: rgba(39,38,36,.8)
}

.border-x-item-history-second\/90 {
    border-left-color: rgba(39,38,36,.9);
    border-right-color: rgba(39,38,36,.9)
}

.border-x-item-history-second\/95 {
    border-left-color: rgba(39,38,36,.95);
    border-right-color: rgba(39,38,36,.95)
}

.border-x-login-form {
    --tw-border-opacity: 1;
    border-left-color: rgb(39 38 36/var(--tw-border-opacity));
    border-right-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-x-login-form\/0 {
    border-left-color: rgba(39,38,36,0);
    border-right-color: rgba(39,38,36,0)
}

.border-x-login-form\/10 {
    border-left-color: rgba(39,38,36,.1);
    border-right-color: rgba(39,38,36,.1)
}

.border-x-login-form\/100 {
    border-left-color: #272624;
    border-right-color: #272624
}

.border-x-login-form\/20 {
    border-left-color: rgba(39,38,36,.2);
    border-right-color: rgba(39,38,36,.2)
}

.border-x-login-form\/25 {
    border-left-color: rgba(39,38,36,.25);
    border-right-color: rgba(39,38,36,.25)
}

.border-x-login-form\/30 {
    border-left-color: rgba(39,38,36,.3);
    border-right-color: rgba(39,38,36,.3)
}

.border-x-login-form\/40 {
    border-left-color: rgba(39,38,36,.4);
    border-right-color: rgba(39,38,36,.4)
}

.border-x-login-form\/5 {
    border-left-color: rgba(39,38,36,.05);
    border-right-color: rgba(39,38,36,.05)
}

.border-x-login-form\/50 {
    border-left-color: rgba(39,38,36,.5);
    border-right-color: rgba(39,38,36,.5)
}

.border-x-login-form\/60 {
    border-left-color: rgba(39,38,36,.6);
    border-right-color: rgba(39,38,36,.6)
}

.border-x-login-form\/70 {
    border-left-color: rgba(39,38,36,.7);
    border-right-color: rgba(39,38,36,.7)
}

.border-x-login-form\/75 {
    border-left-color: rgba(39,38,36,.75);
    border-right-color: rgba(39,38,36,.75)
}

.border-x-login-form\/80 {
    border-left-color: rgba(39,38,36,.8);
    border-right-color: rgba(39,38,36,.8)
}

.border-x-login-form\/90 {
    border-left-color: rgba(39,38,36,.9);
    border-right-color: rgba(39,38,36,.9)
}

.border-x-login-form\/95 {
    border-left-color: rgba(39,38,36,.95);
    border-right-color: rgba(39,38,36,.95)
}

.border-x-main-header {
    --tw-border-opacity: 1;
    border-left-color: rgb(36 29 27/var(--tw-border-opacity));
    border-right-color: rgb(36 29 27/var(--tw-border-opacity))
}

.border-x-main-header\/0 {
    border-left-color: rgba(36,29,27,0);
    border-right-color: rgba(36,29,27,0)
}

.border-x-main-header\/10 {
    border-left-color: rgba(36,29,27,.1);
    border-right-color: rgba(36,29,27,.1)
}

.border-x-main-header\/100 {
    border-left-color: #241d1b;
    border-right-color: #241d1b
}

.border-x-main-header\/20 {
    border-left-color: rgba(36,29,27,.2);
    border-right-color: rgba(36,29,27,.2)
}

.border-x-main-header\/25 {
    border-left-color: rgba(36,29,27,.25);
    border-right-color: rgba(36,29,27,.25)
}

.border-x-main-header\/30 {
    border-left-color: rgba(36,29,27,.3);
    border-right-color: rgba(36,29,27,.3)
}

.border-x-main-header\/40 {
    border-left-color: rgba(36,29,27,.4);
    border-right-color: rgba(36,29,27,.4)
}

.border-x-main-header\/5 {
    border-left-color: rgba(36,29,27,.05);
    border-right-color: rgba(36,29,27,.05)
}

.border-x-main-header\/50 {
    border-left-color: rgba(36,29,27,.5);
    border-right-color: rgba(36,29,27,.5)
}

.border-x-main-header\/60 {
    border-left-color: rgba(36,29,27,.6);
    border-right-color: rgba(36,29,27,.6)
}

.border-x-main-header\/70 {
    border-left-color: rgba(36,29,27,.7);
    border-right-color: rgba(36,29,27,.7)
}

.border-x-main-header\/75 {
    border-left-color: rgba(36,29,27,.75);
    border-right-color: rgba(36,29,27,.75)
}

.border-x-main-header\/80 {
    border-left-color: rgba(36,29,27,.8);
    border-right-color: rgba(36,29,27,.8)
}

.border-x-main-header\/90 {
    border-left-color: rgba(36,29,27,.9);
    border-right-color: rgba(36,29,27,.9)
}

.border-x-main-header\/95 {
    border-left-color: rgba(36,29,27,.95);
    border-right-color: rgba(36,29,27,.95)
}

.border-x-marquee {
    --tw-border-opacity: 1;
    border-left-color: rgb(225 214 180/var(--tw-border-opacity));
    border-right-color: rgb(225 214 180/var(--tw-border-opacity))
}

.border-x-marquee\/0 {
    border-left-color: hsla(45,43%,79%,0);
    border-right-color: hsla(45,43%,79%,0)
}

.border-x-marquee\/10 {
    border-left-color: hsla(45,43%,79%,.1);
    border-right-color: hsla(45,43%,79%,.1)
}

.border-x-marquee\/100 {
    border-left-color: #e1d6b4;
    border-right-color: #e1d6b4
}

.border-x-marquee\/20 {
    border-left-color: hsla(45,43%,79%,.2);
    border-right-color: hsla(45,43%,79%,.2)
}

.border-x-marquee\/25 {
    border-left-color: hsla(45,43%,79%,.25);
    border-right-color: hsla(45,43%,79%,.25)
}

.border-x-marquee\/30 {
    border-left-color: hsla(45,43%,79%,.3);
    border-right-color: hsla(45,43%,79%,.3)
}

.border-x-marquee\/40 {
    border-left-color: hsla(45,43%,79%,.4);
    border-right-color: hsla(45,43%,79%,.4)
}

.border-x-marquee\/5 {
    border-left-color: hsla(45,43%,79%,.05);
    border-right-color: hsla(45,43%,79%,.05)
}

.border-x-marquee\/50 {
    border-left-color: hsla(45,43%,79%,.5);
    border-right-color: hsla(45,43%,79%,.5)
}

.border-x-marquee\/60 {
    border-left-color: hsla(45,43%,79%,.6);
    border-right-color: hsla(45,43%,79%,.6)
}

.border-x-marquee\/70 {
    border-left-color: hsla(45,43%,79%,.7);
    border-right-color: hsla(45,43%,79%,.7)
}

.border-x-marquee\/75 {
    border-left-color: hsla(45,43%,79%,.75);
    border-right-color: hsla(45,43%,79%,.75)
}

.border-x-marquee\/80 {
    border-left-color: hsla(45,43%,79%,.8);
    border-right-color: hsla(45,43%,79%,.8)
}

.border-x-marquee\/90 {
    border-left-color: hsla(45,43%,79%,.9);
    border-right-color: hsla(45,43%,79%,.9)
}

.border-x-marquee\/95 {
    border-left-color: hsla(45,43%,79%,.95);
    border-right-color: hsla(45,43%,79%,.95)
}

.border-x-mobile-account-info {
    --tw-border-opacity: 1;
    border-left-color: rgb(79 54 31/var(--tw-border-opacity));
    border-right-color: rgb(79 54 31/var(--tw-border-opacity))
}

.border-x-mobile-account-info\/0 {
    border-left-color: rgba(79,54,31,0);
    border-right-color: rgba(79,54,31,0)
}

.border-x-mobile-account-info\/10 {
    border-left-color: rgba(79,54,31,.1);
    border-right-color: rgba(79,54,31,.1)
}

.border-x-mobile-account-info\/100 {
    border-left-color: #4f361f;
    border-right-color: #4f361f
}

.border-x-mobile-account-info\/20 {
    border-left-color: rgba(79,54,31,.2);
    border-right-color: rgba(79,54,31,.2)
}

.border-x-mobile-account-info\/25 {
    border-left-color: rgba(79,54,31,.25);
    border-right-color: rgba(79,54,31,.25)
}

.border-x-mobile-account-info\/30 {
    border-left-color: rgba(79,54,31,.3);
    border-right-color: rgba(79,54,31,.3)
}

.border-x-mobile-account-info\/40 {
    border-left-color: rgba(79,54,31,.4);
    border-right-color: rgba(79,54,31,.4)
}

.border-x-mobile-account-info\/5 {
    border-left-color: rgba(79,54,31,.05);
    border-right-color: rgba(79,54,31,.05)
}

.border-x-mobile-account-info\/50 {
    border-left-color: rgba(79,54,31,.5);
    border-right-color: rgba(79,54,31,.5)
}

.border-x-mobile-account-info\/60 {
    border-left-color: rgba(79,54,31,.6);
    border-right-color: rgba(79,54,31,.6)
}

.border-x-mobile-account-info\/70 {
    border-left-color: rgba(79,54,31,.7);
    border-right-color: rgba(79,54,31,.7)
}

.border-x-mobile-account-info\/75 {
    border-left-color: rgba(79,54,31,.75);
    border-right-color: rgba(79,54,31,.75)
}

.border-x-mobile-account-info\/80 {
    border-left-color: rgba(79,54,31,.8);
    border-right-color: rgba(79,54,31,.8)
}

.border-x-mobile-account-info\/90 {
    border-left-color: rgba(79,54,31,.9);
    border-right-color: rgba(79,54,31,.9)
}

.border-x-mobile-account-info\/95 {
    border-left-color: rgba(79,54,31,.95);
    border-right-color: rgba(79,54,31,.95)
}

.border-x-mobile-border {
    --tw-border-opacity: 1;
    border-left-color: rgb(124 76 26/var(--tw-border-opacity));
    border-right-color: rgb(124 76 26/var(--tw-border-opacity))
}

.border-x-mobile-border\/0 {
    border-left-color: rgba(124,76,26,0);
    border-right-color: rgba(124,76,26,0)
}

.border-x-mobile-border\/10 {
    border-left-color: rgba(124,76,26,.1);
    border-right-color: rgba(124,76,26,.1)
}

.border-x-mobile-border\/100 {
    border-left-color: #7c4c1a;
    border-right-color: #7c4c1a
}

.border-x-mobile-border\/20 {
    border-left-color: rgba(124,76,26,.2);
    border-right-color: rgba(124,76,26,.2)
}

.border-x-mobile-border\/25 {
    border-left-color: rgba(124,76,26,.25);
    border-right-color: rgba(124,76,26,.25)
}

.border-x-mobile-border\/30 {
    border-left-color: rgba(124,76,26,.3);
    border-right-color: rgba(124,76,26,.3)
}

.border-x-mobile-border\/40 {
    border-left-color: rgba(124,76,26,.4);
    border-right-color: rgba(124,76,26,.4)
}

.border-x-mobile-border\/5 {
    border-left-color: rgba(124,76,26,.05);
    border-right-color: rgba(124,76,26,.05)
}

.border-x-mobile-border\/50 {
    border-left-color: rgba(124,76,26,.5);
    border-right-color: rgba(124,76,26,.5)
}

.border-x-mobile-border\/60 {
    border-left-color: rgba(124,76,26,.6);
    border-right-color: rgba(124,76,26,.6)
}

.border-x-mobile-border\/70 {
    border-left-color: rgba(124,76,26,.7);
    border-right-color: rgba(124,76,26,.7)
}

.border-x-mobile-border\/75 {
    border-left-color: rgba(124,76,26,.75);
    border-right-color: rgba(124,76,26,.75)
}

.border-x-mobile-border\/80 {
    border-left-color: rgba(124,76,26,.8);
    border-right-color: rgba(124,76,26,.8)
}

.border-x-mobile-border\/90 {
    border-left-color: rgba(124,76,26,.9);
    border-right-color: rgba(124,76,26,.9)
}

.border-x-mobile-border\/95 {
    border-left-color: rgba(124,76,26,.95);
    border-right-color: rgba(124,76,26,.95)
}

.border-x-mobile-card {
    --tw-border-opacity: 1;
    border-left-color: rgb(35 35 35/var(--tw-border-opacity));
    border-right-color: rgb(35 35 35/var(--tw-border-opacity))
}

.border-x-mobile-card\/0 {
    border-left-color: rgba(35,35,35,0);
    border-right-color: rgba(35,35,35,0)
}

.border-x-mobile-card\/10 {
    border-left-color: rgba(35,35,35,.1);
    border-right-color: rgba(35,35,35,.1)
}

.border-x-mobile-card\/100 {
    border-left-color: #232323;
    border-right-color: #232323
}

.border-x-mobile-card\/20 {
    border-left-color: rgba(35,35,35,.2);
    border-right-color: rgba(35,35,35,.2)
}

.border-x-mobile-card\/25 {
    border-left-color: rgba(35,35,35,.25);
    border-right-color: rgba(35,35,35,.25)
}

.border-x-mobile-card\/30 {
    border-left-color: rgba(35,35,35,.3);
    border-right-color: rgba(35,35,35,.3)
}

.border-x-mobile-card\/40 {
    border-left-color: rgba(35,35,35,.4);
    border-right-color: rgba(35,35,35,.4)
}

.border-x-mobile-card\/5 {
    border-left-color: rgba(35,35,35,.05);
    border-right-color: rgba(35,35,35,.05)
}

.border-x-mobile-card\/50 {
    border-left-color: rgba(35,35,35,.5);
    border-right-color: rgba(35,35,35,.5)
}

.border-x-mobile-card\/60 {
    border-left-color: rgba(35,35,35,.6);
    border-right-color: rgba(35,35,35,.6)
}

.border-x-mobile-card\/70 {
    border-left-color: rgba(35,35,35,.7);
    border-right-color: rgba(35,35,35,.7)
}

.border-x-mobile-card\/75 {
    border-left-color: rgba(35,35,35,.75);
    border-right-color: rgba(35,35,35,.75)
}

.border-x-mobile-card\/80 {
    border-left-color: rgba(35,35,35,.8);
    border-right-color: rgba(35,35,35,.8)
}

.border-x-mobile-card\/90 {
    border-left-color: rgba(35,35,35,.9);
    border-right-color: rgba(35,35,35,.9)
}

.border-x-mobile-card\/95 {
    border-left-color: rgba(35,35,35,.95);
    border-right-color: rgba(35,35,35,.95)
}

.border-x-mobile-menu-game-background {
    --tw-border-opacity: 1;
    border-left-color: rgb(38 27 24/var(--tw-border-opacity));
    border-right-color: rgb(38 27 24/var(--tw-border-opacity))
}

.border-x-mobile-menu-game-background\/0 {
    border-left-color: rgba(38,27,24,0);
    border-right-color: rgba(38,27,24,0)
}

.border-x-mobile-menu-game-background\/10 {
    border-left-color: rgba(38,27,24,.1);
    border-right-color: rgba(38,27,24,.1)
}

.border-x-mobile-menu-game-background\/100 {
    border-left-color: #261b18;
    border-right-color: #261b18
}

.border-x-mobile-menu-game-background\/20 {
    border-left-color: rgba(38,27,24,.2);
    border-right-color: rgba(38,27,24,.2)
}

.border-x-mobile-menu-game-background\/25 {
    border-left-color: rgba(38,27,24,.25);
    border-right-color: rgba(38,27,24,.25)
}

.border-x-mobile-menu-game-background\/30 {
    border-left-color: rgba(38,27,24,.3);
    border-right-color: rgba(38,27,24,.3)
}

.border-x-mobile-menu-game-background\/40 {
    border-left-color: rgba(38,27,24,.4);
    border-right-color: rgba(38,27,24,.4)
}

.border-x-mobile-menu-game-background\/5 {
    border-left-color: rgba(38,27,24,.05);
    border-right-color: rgba(38,27,24,.05)
}

.border-x-mobile-menu-game-background\/50 {
    border-left-color: rgba(38,27,24,.5);
    border-right-color: rgba(38,27,24,.5)
}

.border-x-mobile-menu-game-background\/60 {
    border-left-color: rgba(38,27,24,.6);
    border-right-color: rgba(38,27,24,.6)
}

.border-x-mobile-menu-game-background\/70 {
    border-left-color: rgba(38,27,24,.7);
    border-right-color: rgba(38,27,24,.7)
}

.border-x-mobile-menu-game-background\/75 {
    border-left-color: rgba(38,27,24,.75);
    border-right-color: rgba(38,27,24,.75)
}

.border-x-mobile-menu-game-background\/80 {
    border-left-color: rgba(38,27,24,.8);
    border-right-color: rgba(38,27,24,.8)
}

.border-x-mobile-menu-game-background\/90 {
    border-left-color: rgba(38,27,24,.9);
    border-right-color: rgba(38,27,24,.9)
}

.border-x-mobile-menu-game-background\/95 {
    border-left-color: rgba(38,27,24,.95);
    border-right-color: rgba(38,27,24,.95)
}

.border-x-mobile-menu-game-filter {
    --tw-border-opacity: 1;
    border-left-color: rgb(65 46 27/var(--tw-border-opacity));
    border-right-color: rgb(65 46 27/var(--tw-border-opacity))
}

.border-x-mobile-menu-game-filter\/0 {
    border-left-color: rgba(65,46,27,0);
    border-right-color: rgba(65,46,27,0)
}

.border-x-mobile-menu-game-filter\/10 {
    border-left-color: rgba(65,46,27,.1);
    border-right-color: rgba(65,46,27,.1)
}

.border-x-mobile-menu-game-filter\/100 {
    border-left-color: #412e1b;
    border-right-color: #412e1b
}

.border-x-mobile-menu-game-filter\/20 {
    border-left-color: rgba(65,46,27,.2);
    border-right-color: rgba(65,46,27,.2)
}

.border-x-mobile-menu-game-filter\/25 {
    border-left-color: rgba(65,46,27,.25);
    border-right-color: rgba(65,46,27,.25)
}

.border-x-mobile-menu-game-filter\/30 {
    border-left-color: rgba(65,46,27,.3);
    border-right-color: rgba(65,46,27,.3)
}

.border-x-mobile-menu-game-filter\/40 {
    border-left-color: rgba(65,46,27,.4);
    border-right-color: rgba(65,46,27,.4)
}

.border-x-mobile-menu-game-filter\/5 {
    border-left-color: rgba(65,46,27,.05);
    border-right-color: rgba(65,46,27,.05)
}

.border-x-mobile-menu-game-filter\/50 {
    border-left-color: rgba(65,46,27,.5);
    border-right-color: rgba(65,46,27,.5)
}

.border-x-mobile-menu-game-filter\/60 {
    border-left-color: rgba(65,46,27,.6);
    border-right-color: rgba(65,46,27,.6)
}

.border-x-mobile-menu-game-filter\/70 {
    border-left-color: rgba(65,46,27,.7);
    border-right-color: rgba(65,46,27,.7)
}

.border-x-mobile-menu-game-filter\/75 {
    border-left-color: rgba(65,46,27,.75);
    border-right-color: rgba(65,46,27,.75)
}

.border-x-mobile-menu-game-filter\/80 {
    border-left-color: rgba(65,46,27,.8);
    border-right-color: rgba(65,46,27,.8)
}

.border-x-mobile-menu-game-filter\/90 {
    border-left-color: rgba(65,46,27,.9);
    border-right-color: rgba(65,46,27,.9)
}

.border-x-mobile-menu-game-filter\/95 {
    border-left-color: rgba(65,46,27,.95);
    border-right-color: rgba(65,46,27,.95)
}

.border-x-mobile-menu-game-provider {
    --tw-border-opacity: 1;
    border-left-color: rgb(58 38 17/var(--tw-border-opacity));
    border-right-color: rgb(58 38 17/var(--tw-border-opacity))
}

.border-x-mobile-menu-game-provider\/0 {
    border-left-color: rgba(58,38,17,0);
    border-right-color: rgba(58,38,17,0)
}

.border-x-mobile-menu-game-provider\/10 {
    border-left-color: rgba(58,38,17,.1);
    border-right-color: rgba(58,38,17,.1)
}

.border-x-mobile-menu-game-provider\/100 {
    border-left-color: #3a2611;
    border-right-color: #3a2611
}

.border-x-mobile-menu-game-provider\/20 {
    border-left-color: rgba(58,38,17,.2);
    border-right-color: rgba(58,38,17,.2)
}

.border-x-mobile-menu-game-provider\/25 {
    border-left-color: rgba(58,38,17,.25);
    border-right-color: rgba(58,38,17,.25)
}

.border-x-mobile-menu-game-provider\/30 {
    border-left-color: rgba(58,38,17,.3);
    border-right-color: rgba(58,38,17,.3)
}

.border-x-mobile-menu-game-provider\/40 {
    border-left-color: rgba(58,38,17,.4);
    border-right-color: rgba(58,38,17,.4)
}

.border-x-mobile-menu-game-provider\/5 {
    border-left-color: rgba(58,38,17,.05);
    border-right-color: rgba(58,38,17,.05)
}

.border-x-mobile-menu-game-provider\/50 {
    border-left-color: rgba(58,38,17,.5);
    border-right-color: rgba(58,38,17,.5)
}

.border-x-mobile-menu-game-provider\/60 {
    border-left-color: rgba(58,38,17,.6);
    border-right-color: rgba(58,38,17,.6)
}

.border-x-mobile-menu-game-provider\/70 {
    border-left-color: rgba(58,38,17,.7);
    border-right-color: rgba(58,38,17,.7)
}

.border-x-mobile-menu-game-provider\/75 {
    border-left-color: rgba(58,38,17,.75);
    border-right-color: rgba(58,38,17,.75)
}

.border-x-mobile-menu-game-provider\/80 {
    border-left-color: rgba(58,38,17,.8);
    border-right-color: rgba(58,38,17,.8)
}

.border-x-mobile-menu-game-provider\/90 {
    border-left-color: rgba(58,38,17,.9);
    border-right-color: rgba(58,38,17,.9)
}

.border-x-mobile-menu-game-provider\/95 {
    border-left-color: rgba(58,38,17,.95);
    border-right-color: rgba(58,38,17,.95)
}

.border-x-mobile-menu-game-text {
    --tw-border-opacity: 1;
    border-left-color: rgb(128 117 106/var(--tw-border-opacity));
    border-right-color: rgb(128 117 106/var(--tw-border-opacity))
}

.border-x-mobile-menu-game-text\/0 {
    border-left-color: hsla(30,9%,46%,0);
    border-right-color: hsla(30,9%,46%,0)
}

.border-x-mobile-menu-game-text\/10 {
    border-left-color: hsla(30,9%,46%,.1);
    border-right-color: hsla(30,9%,46%,.1)
}

.border-x-mobile-menu-game-text\/100 {
    border-left-color: #80756a;
    border-right-color: #80756a
}

.border-x-mobile-menu-game-text\/20 {
    border-left-color: hsla(30,9%,46%,.2);
    border-right-color: hsla(30,9%,46%,.2)
}

.border-x-mobile-menu-game-text\/25 {
    border-left-color: hsla(30,9%,46%,.25);
    border-right-color: hsla(30,9%,46%,.25)
}

.border-x-mobile-menu-game-text\/30 {
    border-left-color: hsla(30,9%,46%,.3);
    border-right-color: hsla(30,9%,46%,.3)
}

.border-x-mobile-menu-game-text\/40 {
    border-left-color: hsla(30,9%,46%,.4);
    border-right-color: hsla(30,9%,46%,.4)
}

.border-x-mobile-menu-game-text\/5 {
    border-left-color: hsla(30,9%,46%,.05);
    border-right-color: hsla(30,9%,46%,.05)
}

.border-x-mobile-menu-game-text\/50 {
    border-left-color: hsla(30,9%,46%,.5);
    border-right-color: hsla(30,9%,46%,.5)
}

.border-x-mobile-menu-game-text\/60 {
    border-left-color: hsla(30,9%,46%,.6);
    border-right-color: hsla(30,9%,46%,.6)
}

.border-x-mobile-menu-game-text\/70 {
    border-left-color: hsla(30,9%,46%,.7);
    border-right-color: hsla(30,9%,46%,.7)
}

.border-x-mobile-menu-game-text\/75 {
    border-left-color: hsla(30,9%,46%,.75);
    border-right-color: hsla(30,9%,46%,.75)
}

.border-x-mobile-menu-game-text\/80 {
    border-left-color: hsla(30,9%,46%,.8);
    border-right-color: hsla(30,9%,46%,.8)
}

.border-x-mobile-menu-game-text\/90 {
    border-left-color: hsla(30,9%,46%,.9);
    border-right-color: hsla(30,9%,46%,.9)
}

.border-x-mobile-menu-game-text\/95 {
    border-left-color: hsla(30,9%,46%,.95);
    border-right-color: hsla(30,9%,46%,.95)
}

.border-x-mobile-nav-text-inactive {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 210 194/var(--tw-border-opacity));
    border-right-color: rgb(219 210 194/var(--tw-border-opacity))
}

.border-x-mobile-nav-text-inactive\/0 {
    border-left-color: hsla(38,26%,81%,0);
    border-right-color: hsla(38,26%,81%,0)
}

.border-x-mobile-nav-text-inactive\/10 {
    border-left-color: hsla(38,26%,81%,.1);
    border-right-color: hsla(38,26%,81%,.1)
}

.border-x-mobile-nav-text-inactive\/100 {
    border-left-color: #dbd2c2;
    border-right-color: #dbd2c2
}

.border-x-mobile-nav-text-inactive\/20 {
    border-left-color: hsla(38,26%,81%,.2);
    border-right-color: hsla(38,26%,81%,.2)
}

.border-x-mobile-nav-text-inactive\/25 {
    border-left-color: hsla(38,26%,81%,.25);
    border-right-color: hsla(38,26%,81%,.25)
}

.border-x-mobile-nav-text-inactive\/30 {
    border-left-color: hsla(38,26%,81%,.3);
    border-right-color: hsla(38,26%,81%,.3)
}

.border-x-mobile-nav-text-inactive\/40 {
    border-left-color: hsla(38,26%,81%,.4);
    border-right-color: hsla(38,26%,81%,.4)
}

.border-x-mobile-nav-text-inactive\/5 {
    border-left-color: hsla(38,26%,81%,.05);
    border-right-color: hsla(38,26%,81%,.05)
}

.border-x-mobile-nav-text-inactive\/50 {
    border-left-color: hsla(38,26%,81%,.5);
    border-right-color: hsla(38,26%,81%,.5)
}

.border-x-mobile-nav-text-inactive\/60 {
    border-left-color: hsla(38,26%,81%,.6);
    border-right-color: hsla(38,26%,81%,.6)
}

.border-x-mobile-nav-text-inactive\/70 {
    border-left-color: hsla(38,26%,81%,.7);
    border-right-color: hsla(38,26%,81%,.7)
}

.border-x-mobile-nav-text-inactive\/75 {
    border-left-color: hsla(38,26%,81%,.75);
    border-right-color: hsla(38,26%,81%,.75)
}

.border-x-mobile-nav-text-inactive\/80 {
    border-left-color: hsla(38,26%,81%,.8);
    border-right-color: hsla(38,26%,81%,.8)
}

.border-x-mobile-nav-text-inactive\/90 {
    border-left-color: hsla(38,26%,81%,.9);
    border-right-color: hsla(38,26%,81%,.9)
}

.border-x-mobile-nav-text-inactive\/95 {
    border-left-color: hsla(38,26%,81%,.95);
    border-right-color: hsla(38,26%,81%,.95)
}

.border-x-mobile-sidebar-logo {
    --tw-border-opacity: 1;
    border-left-color: rgb(67 46 27/var(--tw-border-opacity));
    border-right-color: rgb(67 46 27/var(--tw-border-opacity))
}

.border-x-mobile-sidebar-logo\/0 {
    border-left-color: rgba(67,46,27,0);
    border-right-color: rgba(67,46,27,0)
}

.border-x-mobile-sidebar-logo\/10 {
    border-left-color: rgba(67,46,27,.1);
    border-right-color: rgba(67,46,27,.1)
}

.border-x-mobile-sidebar-logo\/100 {
    border-left-color: #432e1b;
    border-right-color: #432e1b
}

.border-x-mobile-sidebar-logo\/20 {
    border-left-color: rgba(67,46,27,.2);
    border-right-color: rgba(67,46,27,.2)
}

.border-x-mobile-sidebar-logo\/25 {
    border-left-color: rgba(67,46,27,.25);
    border-right-color: rgba(67,46,27,.25)
}

.border-x-mobile-sidebar-logo\/30 {
    border-left-color: rgba(67,46,27,.3);
    border-right-color: rgba(67,46,27,.3)
}

.border-x-mobile-sidebar-logo\/40 {
    border-left-color: rgba(67,46,27,.4);
    border-right-color: rgba(67,46,27,.4)
}

.border-x-mobile-sidebar-logo\/5 {
    border-left-color: rgba(67,46,27,.05);
    border-right-color: rgba(67,46,27,.05)
}

.border-x-mobile-sidebar-logo\/50 {
    border-left-color: rgba(67,46,27,.5);
    border-right-color: rgba(67,46,27,.5)
}

.border-x-mobile-sidebar-logo\/60 {
    border-left-color: rgba(67,46,27,.6);
    border-right-color: rgba(67,46,27,.6)
}

.border-x-mobile-sidebar-logo\/70 {
    border-left-color: rgba(67,46,27,.7);
    border-right-color: rgba(67,46,27,.7)
}

.border-x-mobile-sidebar-logo\/75 {
    border-left-color: rgba(67,46,27,.75);
    border-right-color: rgba(67,46,27,.75)
}

.border-x-mobile-sidebar-logo\/80 {
    border-left-color: rgba(67,46,27,.8);
    border-right-color: rgba(67,46,27,.8)
}

.border-x-mobile-sidebar-logo\/90 {
    border-left-color: rgba(67,46,27,.9);
    border-right-color: rgba(67,46,27,.9)
}

.border-x-mobile-sidebar-logo\/95 {
    border-left-color: rgba(67,46,27,.95);
    border-right-color: rgba(67,46,27,.95)
}

.border-x-mobile-table-header {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 95 71/var(--tw-border-opacity));
    border-right-color: rgb(113 95 71/var(--tw-border-opacity))
}

.border-x-mobile-table-header\/0 {
    border-left-color: rgba(113,95,71,0);
    border-right-color: rgba(113,95,71,0)
}

.border-x-mobile-table-header\/10 {
    border-left-color: rgba(113,95,71,.1);
    border-right-color: rgba(113,95,71,.1)
}

.border-x-mobile-table-header\/100 {
    border-left-color: #715f47;
    border-right-color: #715f47
}

.border-x-mobile-table-header\/20 {
    border-left-color: rgba(113,95,71,.2);
    border-right-color: rgba(113,95,71,.2)
}

.border-x-mobile-table-header\/25 {
    border-left-color: rgba(113,95,71,.25);
    border-right-color: rgba(113,95,71,.25)
}

.border-x-mobile-table-header\/30 {
    border-left-color: rgba(113,95,71,.3);
    border-right-color: rgba(113,95,71,.3)
}

.border-x-mobile-table-header\/40 {
    border-left-color: rgba(113,95,71,.4);
    border-right-color: rgba(113,95,71,.4)
}

.border-x-mobile-table-header\/5 {
    border-left-color: rgba(113,95,71,.05);
    border-right-color: rgba(113,95,71,.05)
}

.border-x-mobile-table-header\/50 {
    border-left-color: rgba(113,95,71,.5);
    border-right-color: rgba(113,95,71,.5)
}

.border-x-mobile-table-header\/60 {
    border-left-color: rgba(113,95,71,.6);
    border-right-color: rgba(113,95,71,.6)
}

.border-x-mobile-table-header\/70 {
    border-left-color: rgba(113,95,71,.7);
    border-right-color: rgba(113,95,71,.7)
}

.border-x-mobile-table-header\/75 {
    border-left-color: rgba(113,95,71,.75);
    border-right-color: rgba(113,95,71,.75)
}

.border-x-mobile-table-header\/80 {
    border-left-color: rgba(113,95,71,.8);
    border-right-color: rgba(113,95,71,.8)
}

.border-x-mobile-table-header\/90 {
    border-left-color: rgba(113,95,71,.9);
    border-right-color: rgba(113,95,71,.9)
}

.border-x-mobile-table-header\/95 {
    border-left-color: rgba(113,95,71,.95);
    border-right-color: rgba(113,95,71,.95)
}

.border-x-orange {
    --tw-border-opacity: 1;
    border-left-color: rgb(200 150 51/var(--tw-border-opacity));
    border-right-color: rgb(200 150 51/var(--tw-border-opacity))
}

.border-x-orange\/0 {
    border-left-color: rgba(200,150,51,0);
    border-right-color: rgba(200,150,51,0)
}

.border-x-orange\/10 {
    border-left-color: rgba(200,150,51,.1);
    border-right-color: rgba(200,150,51,.1)
}

.border-x-orange\/100 {
    border-left-color: #c89633;
    border-right-color: #c89633
}

.border-x-orange\/20 {
    border-left-color: rgba(200,150,51,.2);
    border-right-color: rgba(200,150,51,.2)
}

.border-x-orange\/25 {
    border-left-color: rgba(200,150,51,.25);
    border-right-color: rgba(200,150,51,.25)
}

.border-x-orange\/30 {
    border-left-color: rgba(200,150,51,.3);
    border-right-color: rgba(200,150,51,.3)
}

.border-x-orange\/40 {
    border-left-color: rgba(200,150,51,.4);
    border-right-color: rgba(200,150,51,.4)
}

.border-x-orange\/5 {
    border-left-color: rgba(200,150,51,.05);
    border-right-color: rgba(200,150,51,.05)
}

.border-x-orange\/50 {
    border-left-color: rgba(200,150,51,.5);
    border-right-color: rgba(200,150,51,.5)
}

.border-x-orange\/60 {
    border-left-color: rgba(200,150,51,.6);
    border-right-color: rgba(200,150,51,.6)
}

.border-x-orange\/70 {
    border-left-color: rgba(200,150,51,.7);
    border-right-color: rgba(200,150,51,.7)
}

.border-x-orange\/75 {
    border-left-color: rgba(200,150,51,.75);
    border-right-color: rgba(200,150,51,.75)
}

.border-x-orange\/80 {
    border-left-color: rgba(200,150,51,.8);
    border-right-color: rgba(200,150,51,.8)
}

.border-x-orange\/90 {
    border-left-color: rgba(200,150,51,.9);
    border-right-color: rgba(200,150,51,.9)
}

.border-x-orange\/95 {
    border-left-color: rgba(200,150,51,.95);
    border-right-color: rgba(200,150,51,.95)
}

.border-x-progress-below {
    --tw-border-opacity: 1;
    border-left-color: rgb(52 44 42/var(--tw-border-opacity));
    border-right-color: rgb(52 44 42/var(--tw-border-opacity))
}

.border-x-progress-below\/0 {
    border-left-color: rgba(52,44,42,0);
    border-right-color: rgba(52,44,42,0)
}

.border-x-progress-below\/10 {
    border-left-color: rgba(52,44,42,.1);
    border-right-color: rgba(52,44,42,.1)
}

.border-x-progress-below\/100 {
    border-left-color: #342c2a;
    border-right-color: #342c2a
}

.border-x-progress-below\/20 {
    border-left-color: rgba(52,44,42,.2);
    border-right-color: rgba(52,44,42,.2)
}

.border-x-progress-below\/25 {
    border-left-color: rgba(52,44,42,.25);
    border-right-color: rgba(52,44,42,.25)
}

.border-x-progress-below\/30 {
    border-left-color: rgba(52,44,42,.3);
    border-right-color: rgba(52,44,42,.3)
}

.border-x-progress-below\/40 {
    border-left-color: rgba(52,44,42,.4);
    border-right-color: rgba(52,44,42,.4)
}

.border-x-progress-below\/5 {
    border-left-color: rgba(52,44,42,.05);
    border-right-color: rgba(52,44,42,.05)
}

.border-x-progress-below\/50 {
    border-left-color: rgba(52,44,42,.5);
    border-right-color: rgba(52,44,42,.5)
}

.border-x-progress-below\/60 {
    border-left-color: rgba(52,44,42,.6);
    border-right-color: rgba(52,44,42,.6)
}

.border-x-progress-below\/70 {
    border-left-color: rgba(52,44,42,.7);
    border-right-color: rgba(52,44,42,.7)
}

.border-x-progress-below\/75 {
    border-left-color: rgba(52,44,42,.75);
    border-right-color: rgba(52,44,42,.75)
}

.border-x-progress-below\/80 {
    border-left-color: rgba(52,44,42,.8);
    border-right-color: rgba(52,44,42,.8)
}

.border-x-progress-below\/90 {
    border-left-color: rgba(52,44,42,.9);
    border-right-color: rgba(52,44,42,.9)
}

.border-x-progress-below\/95 {
    border-left-color: rgba(52,44,42,.95);
    border-right-color: rgba(52,44,42,.95)
}

.border-x-promotion-profile-cashback {
    --tw-border-opacity: 1;
    border-left-color: rgb(58 58 58/var(--tw-border-opacity));
    border-right-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-x-promotion-profile-cashback\/0 {
    border-left-color: rgba(58,58,58,0);
    border-right-color: rgba(58,58,58,0)
}

.border-x-promotion-profile-cashback\/10 {
    border-left-color: rgba(58,58,58,.1);
    border-right-color: rgba(58,58,58,.1)
}

.border-x-promotion-profile-cashback\/100 {
    border-left-color: #3a3a3a;
    border-right-color: #3a3a3a
}

.border-x-promotion-profile-cashback\/20 {
    border-left-color: rgba(58,58,58,.2);
    border-right-color: rgba(58,58,58,.2)
}

.border-x-promotion-profile-cashback\/25 {
    border-left-color: rgba(58,58,58,.25);
    border-right-color: rgba(58,58,58,.25)
}

.border-x-promotion-profile-cashback\/30 {
    border-left-color: rgba(58,58,58,.3);
    border-right-color: rgba(58,58,58,.3)
}

.border-x-promotion-profile-cashback\/40 {
    border-left-color: rgba(58,58,58,.4);
    border-right-color: rgba(58,58,58,.4)
}

.border-x-promotion-profile-cashback\/5 {
    border-left-color: rgba(58,58,58,.05);
    border-right-color: rgba(58,58,58,.05)
}

.border-x-promotion-profile-cashback\/50 {
    border-left-color: rgba(58,58,58,.5);
    border-right-color: rgba(58,58,58,.5)
}

.border-x-promotion-profile-cashback\/60 {
    border-left-color: rgba(58,58,58,.6);
    border-right-color: rgba(58,58,58,.6)
}

.border-x-promotion-profile-cashback\/70 {
    border-left-color: rgba(58,58,58,.7);
    border-right-color: rgba(58,58,58,.7)
}

.border-x-promotion-profile-cashback\/75 {
    border-left-color: rgba(58,58,58,.75);
    border-right-color: rgba(58,58,58,.75)
}

.border-x-promotion-profile-cashback\/80 {
    border-left-color: rgba(58,58,58,.8);
    border-right-color: rgba(58,58,58,.8)
}

.border-x-promotion-profile-cashback\/90 {
    border-left-color: rgba(58,58,58,.9);
    border-right-color: rgba(58,58,58,.9)
}

.border-x-promotion-profile-cashback\/95 {
    border-left-color: rgba(58,58,58,.95);
    border-right-color: rgba(58,58,58,.95)
}

.border-x-promotion-profile-header {
    --tw-border-opacity: 1;
    border-left-color: rgb(65 64 64/var(--tw-border-opacity));
    border-right-color: rgb(65 64 64/var(--tw-border-opacity))
}

.border-x-promotion-profile-header\/0 {
    border-left-color: rgba(65,64,64,0);
    border-right-color: rgba(65,64,64,0)
}

.border-x-promotion-profile-header\/10 {
    border-left-color: rgba(65,64,64,.1);
    border-right-color: rgba(65,64,64,.1)
}

.border-x-promotion-profile-header\/100 {
    border-left-color: #414040;
    border-right-color: #414040
}

.border-x-promotion-profile-header\/20 {
    border-left-color: rgba(65,64,64,.2);
    border-right-color: rgba(65,64,64,.2)
}

.border-x-promotion-profile-header\/25 {
    border-left-color: rgba(65,64,64,.25);
    border-right-color: rgba(65,64,64,.25)
}

.border-x-promotion-profile-header\/30 {
    border-left-color: rgba(65,64,64,.3);
    border-right-color: rgba(65,64,64,.3)
}

.border-x-promotion-profile-header\/40 {
    border-left-color: rgba(65,64,64,.4);
    border-right-color: rgba(65,64,64,.4)
}

.border-x-promotion-profile-header\/5 {
    border-left-color: rgba(65,64,64,.05);
    border-right-color: rgba(65,64,64,.05)
}

.border-x-promotion-profile-header\/50 {
    border-left-color: rgba(65,64,64,.5);
    border-right-color: rgba(65,64,64,.5)
}

.border-x-promotion-profile-header\/60 {
    border-left-color: rgba(65,64,64,.6);
    border-right-color: rgba(65,64,64,.6)
}

.border-x-promotion-profile-header\/70 {
    border-left-color: rgba(65,64,64,.7);
    border-right-color: rgba(65,64,64,.7)
}

.border-x-promotion-profile-header\/75 {
    border-left-color: rgba(65,64,64,.75);
    border-right-color: rgba(65,64,64,.75)
}

.border-x-promotion-profile-header\/80 {
    border-left-color: rgba(65,64,64,.8);
    border-right-color: rgba(65,64,64,.8)
}

.border-x-promotion-profile-header\/90 {
    border-left-color: rgba(65,64,64,.9);
    border-right-color: rgba(65,64,64,.9)
}

.border-x-promotion-profile-header\/95 {
    border-left-color: rgba(65,64,64,.95);
    border-right-color: rgba(65,64,64,.95)
}

.border-x-red-attention {
    --tw-border-opacity: 1;
    border-left-color: rgb(204 30 30/var(--tw-border-opacity));
    border-right-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-x-red-attention\/0 {
    border-left-color: rgba(204,30,30,0);
    border-right-color: rgba(204,30,30,0)
}

.border-x-red-attention\/10 {
    border-left-color: rgba(204,30,30,.1);
    border-right-color: rgba(204,30,30,.1)
}

.border-x-red-attention\/100 {
    border-left-color: #cc1e1e;
    border-right-color: #cc1e1e
}

.border-x-red-attention\/20 {
    border-left-color: rgba(204,30,30,.2);
    border-right-color: rgba(204,30,30,.2)
}

.border-x-red-attention\/25 {
    border-left-color: rgba(204,30,30,.25);
    border-right-color: rgba(204,30,30,.25)
}

.border-x-red-attention\/30 {
    border-left-color: rgba(204,30,30,.3);
    border-right-color: rgba(204,30,30,.3)
}

.border-x-red-attention\/40 {
    border-left-color: rgba(204,30,30,.4);
    border-right-color: rgba(204,30,30,.4)
}

.border-x-red-attention\/5 {
    border-left-color: rgba(204,30,30,.05);
    border-right-color: rgba(204,30,30,.05)
}

.border-x-red-attention\/50 {
    border-left-color: rgba(204,30,30,.5);
    border-right-color: rgba(204,30,30,.5)
}

.border-x-red-attention\/60 {
    border-left-color: rgba(204,30,30,.6);
    border-right-color: rgba(204,30,30,.6)
}

.border-x-red-attention\/70 {
    border-left-color: rgba(204,30,30,.7);
    border-right-color: rgba(204,30,30,.7)
}

.border-x-red-attention\/75 {
    border-left-color: rgba(204,30,30,.75);
    border-right-color: rgba(204,30,30,.75)
}

.border-x-red-attention\/80 {
    border-left-color: rgba(204,30,30,.8);
    border-right-color: rgba(204,30,30,.8)
}

.border-x-red-attention\/90 {
    border-left-color: rgba(204,30,30,.9);
    border-right-color: rgba(204,30,30,.9)
}

.border-x-red-attention\/95 {
    border-left-color: rgba(204,30,30,.95);
    border-right-color: rgba(204,30,30,.95)
}

.border-x-red-bg-hot-pick {
    --tw-border-opacity: 1;
    border-left-color: rgb(23 14 10/var(--tw-border-opacity));
    border-right-color: rgb(23 14 10/var(--tw-border-opacity))
}

.border-x-red-bg-hot-pick\/0 {
    border-left-color: rgba(23,14,10,0);
    border-right-color: rgba(23,14,10,0)
}

.border-x-red-bg-hot-pick\/10 {
    border-left-color: rgba(23,14,10,.1);
    border-right-color: rgba(23,14,10,.1)
}

.border-x-red-bg-hot-pick\/100 {
    border-left-color: #170e0a;
    border-right-color: #170e0a
}

.border-x-red-bg-hot-pick\/20 {
    border-left-color: rgba(23,14,10,.2);
    border-right-color: rgba(23,14,10,.2)
}

.border-x-red-bg-hot-pick\/25 {
    border-left-color: rgba(23,14,10,.25);
    border-right-color: rgba(23,14,10,.25)
}

.border-x-red-bg-hot-pick\/30 {
    border-left-color: rgba(23,14,10,.3);
    border-right-color: rgba(23,14,10,.3)
}

.border-x-red-bg-hot-pick\/40 {
    border-left-color: rgba(23,14,10,.4);
    border-right-color: rgba(23,14,10,.4)
}

.border-x-red-bg-hot-pick\/5 {
    border-left-color: rgba(23,14,10,.05);
    border-right-color: rgba(23,14,10,.05)
}

.border-x-red-bg-hot-pick\/50 {
    border-left-color: rgba(23,14,10,.5);
    border-right-color: rgba(23,14,10,.5)
}

.border-x-red-bg-hot-pick\/60 {
    border-left-color: rgba(23,14,10,.6);
    border-right-color: rgba(23,14,10,.6)
}

.border-x-red-bg-hot-pick\/70 {
    border-left-color: rgba(23,14,10,.7);
    border-right-color: rgba(23,14,10,.7)
}

.border-x-red-bg-hot-pick\/75 {
    border-left-color: rgba(23,14,10,.75);
    border-right-color: rgba(23,14,10,.75)
}

.border-x-red-bg-hot-pick\/80 {
    border-left-color: rgba(23,14,10,.8);
    border-right-color: rgba(23,14,10,.8)
}

.border-x-red-bg-hot-pick\/90 {
    border-left-color: rgba(23,14,10,.9);
    border-right-color: rgba(23,14,10,.9)
}

.border-x-red-bg-hot-pick\/95 {
    border-left-color: rgba(23,14,10,.95);
    border-right-color: rgba(23,14,10,.95)
}

.border-x-red-cancelled {
    --tw-border-opacity: 1;
    border-left-color: rgb(239 65 57/var(--tw-border-opacity));
    border-right-color: rgb(239 65 57/var(--tw-border-opacity))
}

.border-x-red-cancelled\/0 {
    border-left-color: rgba(239,65,57,0);
    border-right-color: rgba(239,65,57,0)
}

.border-x-red-cancelled\/10 {
    border-left-color: rgba(239,65,57,.1);
    border-right-color: rgba(239,65,57,.1)
}

.border-x-red-cancelled\/100 {
    border-left-color: #ef4139;
    border-right-color: #ef4139
}

.border-x-red-cancelled\/20 {
    border-left-color: rgba(239,65,57,.2);
    border-right-color: rgba(239,65,57,.2)
}

.border-x-red-cancelled\/25 {
    border-left-color: rgba(239,65,57,.25);
    border-right-color: rgba(239,65,57,.25)
}

.border-x-red-cancelled\/30 {
    border-left-color: rgba(239,65,57,.3);
    border-right-color: rgba(239,65,57,.3)
}

.border-x-red-cancelled\/40 {
    border-left-color: rgba(239,65,57,.4);
    border-right-color: rgba(239,65,57,.4)
}

.border-x-red-cancelled\/5 {
    border-left-color: rgba(239,65,57,.05);
    border-right-color: rgba(239,65,57,.05)
}

.border-x-red-cancelled\/50 {
    border-left-color: rgba(239,65,57,.5);
    border-right-color: rgba(239,65,57,.5)
}

.border-x-red-cancelled\/60 {
    border-left-color: rgba(239,65,57,.6);
    border-right-color: rgba(239,65,57,.6)
}

.border-x-red-cancelled\/70 {
    border-left-color: rgba(239,65,57,.7);
    border-right-color: rgba(239,65,57,.7)
}

.border-x-red-cancelled\/75 {
    border-left-color: rgba(239,65,57,.75);
    border-right-color: rgba(239,65,57,.75)
}

.border-x-red-cancelled\/80 {
    border-left-color: rgba(239,65,57,.8);
    border-right-color: rgba(239,65,57,.8)
}

.border-x-red-cancelled\/90 {
    border-left-color: rgba(239,65,57,.9);
    border-right-color: rgba(239,65,57,.9)
}

.border-x-red-cancelled\/95 {
    border-left-color: rgba(239,65,57,.95);
    border-right-color: rgba(239,65,57,.95)
}

.border-x-red-default {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 0 0/var(--tw-border-opacity));
    border-right-color: rgb(255 0 0/var(--tw-border-opacity))
}

.border-x-red-default\/0 {
    border-left-color: rgba(255,0,0,0);
    border-right-color: rgba(255,0,0,0)
}

.border-x-red-default\/10 {
    border-left-color: rgba(255,0,0,.1);
    border-right-color: rgba(255,0,0,.1)
}

.border-x-red-default\/100 {
    border-left-color: red;
    border-right-color: red
}

.border-x-red-default\/20 {
    border-left-color: rgba(255,0,0,.2);
    border-right-color: rgba(255,0,0,.2)
}

.border-x-red-default\/25 {
    border-left-color: rgba(255,0,0,.25);
    border-right-color: rgba(255,0,0,.25)
}

.border-x-red-default\/30 {
    border-left-color: rgba(255,0,0,.3);
    border-right-color: rgba(255,0,0,.3)
}

.border-x-red-default\/40 {
    border-left-color: rgba(255,0,0,.4);
    border-right-color: rgba(255,0,0,.4)
}

.border-x-red-default\/5 {
    border-left-color: rgba(255,0,0,.05);
    border-right-color: rgba(255,0,0,.05)
}

.border-x-red-default\/50 {
    border-left-color: rgba(255,0,0,.5);
    border-right-color: rgba(255,0,0,.5)
}

.border-x-red-default\/60 {
    border-left-color: rgba(255,0,0,.6);
    border-right-color: rgba(255,0,0,.6)
}

.border-x-red-default\/70 {
    border-left-color: rgba(255,0,0,.7);
    border-right-color: rgba(255,0,0,.7)
}

.border-x-red-default\/75 {
    border-left-color: rgba(255,0,0,.75);
    border-right-color: rgba(255,0,0,.75)
}

.border-x-red-default\/80 {
    border-left-color: rgba(255,0,0,.8);
    border-right-color: rgba(255,0,0,.8)
}

.border-x-red-default\/90 {
    border-left-color: rgba(255,0,0,.9);
    border-right-color: rgba(255,0,0,.9)
}

.border-x-red-default\/95 {
    border-left-color: rgba(255,0,0,.95);
    border-right-color: rgba(255,0,0,.95)
}

.border-x-red-error {
    --tw-border-opacity: 1;
    border-left-color: rgb(204 30 30/var(--tw-border-opacity));
    border-right-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-x-red-error\/0 {
    border-left-color: rgba(204,30,30,0);
    border-right-color: rgba(204,30,30,0)
}

.border-x-red-error\/10 {
    border-left-color: rgba(204,30,30,.1);
    border-right-color: rgba(204,30,30,.1)
}

.border-x-red-error\/100 {
    border-left-color: #cc1e1e;
    border-right-color: #cc1e1e
}

.border-x-red-error\/20 {
    border-left-color: rgba(204,30,30,.2);
    border-right-color: rgba(204,30,30,.2)
}

.border-x-red-error\/25 {
    border-left-color: rgba(204,30,30,.25);
    border-right-color: rgba(204,30,30,.25)
}

.border-x-red-error\/30 {
    border-left-color: rgba(204,30,30,.3);
    border-right-color: rgba(204,30,30,.3)
}

.border-x-red-error\/40 {
    border-left-color: rgba(204,30,30,.4);
    border-right-color: rgba(204,30,30,.4)
}

.border-x-red-error\/5 {
    border-left-color: rgba(204,30,30,.05);
    border-right-color: rgba(204,30,30,.05)
}

.border-x-red-error\/50 {
    border-left-color: rgba(204,30,30,.5);
    border-right-color: rgba(204,30,30,.5)
}

.border-x-red-error\/60 {
    border-left-color: rgba(204,30,30,.6);
    border-right-color: rgba(204,30,30,.6)
}

.border-x-red-error\/70 {
    border-left-color: rgba(204,30,30,.7);
    border-right-color: rgba(204,30,30,.7)
}

.border-x-red-error\/75 {
    border-left-color: rgba(204,30,30,.75);
    border-right-color: rgba(204,30,30,.75)
}

.border-x-red-error\/80 {
    border-left-color: rgba(204,30,30,.8);
    border-right-color: rgba(204,30,30,.8)
}

.border-x-red-error\/90 {
    border-left-color: rgba(204,30,30,.9);
    border-right-color: rgba(204,30,30,.9)
}

.border-x-red-error\/95 {
    border-left-color: rgba(204,30,30,.95);
    border-right-color: rgba(204,30,30,.95)
}

.border-x-red-logo {
    --tw-border-opacity: 1;
    border-left-color: rgb(204 30 30/var(--tw-border-opacity));
    border-right-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-x-red-logo\/0 {
    border-left-color: rgba(204,30,30,0);
    border-right-color: rgba(204,30,30,0)
}

.border-x-red-logo\/10 {
    border-left-color: rgba(204,30,30,.1);
    border-right-color: rgba(204,30,30,.1)
}

.border-x-red-logo\/100 {
    border-left-color: #cc1e1e;
    border-right-color: #cc1e1e
}

.border-x-red-logo\/20 {
    border-left-color: rgba(204,30,30,.2);
    border-right-color: rgba(204,30,30,.2)
}

.border-x-red-logo\/25 {
    border-left-color: rgba(204,30,30,.25);
    border-right-color: rgba(204,30,30,.25)
}

.border-x-red-logo\/30 {
    border-left-color: rgba(204,30,30,.3);
    border-right-color: rgba(204,30,30,.3)
}

.border-x-red-logo\/40 {
    border-left-color: rgba(204,30,30,.4);
    border-right-color: rgba(204,30,30,.4)
}

.border-x-red-logo\/5 {
    border-left-color: rgba(204,30,30,.05);
    border-right-color: rgba(204,30,30,.05)
}

.border-x-red-logo\/50 {
    border-left-color: rgba(204,30,30,.5);
    border-right-color: rgba(204,30,30,.5)
}

.border-x-red-logo\/60 {
    border-left-color: rgba(204,30,30,.6);
    border-right-color: rgba(204,30,30,.6)
}

.border-x-red-logo\/70 {
    border-left-color: rgba(204,30,30,.7);
    border-right-color: rgba(204,30,30,.7)
}

.border-x-red-logo\/75 {
    border-left-color: rgba(204,30,30,.75);
    border-right-color: rgba(204,30,30,.75)
}

.border-x-red-logo\/80 {
    border-left-color: rgba(204,30,30,.8);
    border-right-color: rgba(204,30,30,.8)
}

.border-x-red-logo\/90 {
    border-left-color: rgba(204,30,30,.9);
    border-right-color: rgba(204,30,30,.9)
}

.border-x-red-logo\/95 {
    border-left-color: rgba(204,30,30,.95);
    border-right-color: rgba(204,30,30,.95)
}

.border-x-red-loss {
    --tw-border-opacity: 1;
    border-left-color: rgb(239 65 57/var(--tw-border-opacity));
    border-right-color: rgb(239 65 57/var(--tw-border-opacity))
}

.border-x-red-loss\/0 {
    border-left-color: rgba(239,65,57,0);
    border-right-color: rgba(239,65,57,0)
}

.border-x-red-loss\/10 {
    border-left-color: rgba(239,65,57,.1);
    border-right-color: rgba(239,65,57,.1)
}

.border-x-red-loss\/100 {
    border-left-color: #ef4139;
    border-right-color: #ef4139
}

.border-x-red-loss\/20 {
    border-left-color: rgba(239,65,57,.2);
    border-right-color: rgba(239,65,57,.2)
}

.border-x-red-loss\/25 {
    border-left-color: rgba(239,65,57,.25);
    border-right-color: rgba(239,65,57,.25)
}

.border-x-red-loss\/30 {
    border-left-color: rgba(239,65,57,.3);
    border-right-color: rgba(239,65,57,.3)
}

.border-x-red-loss\/40 {
    border-left-color: rgba(239,65,57,.4);
    border-right-color: rgba(239,65,57,.4)
}

.border-x-red-loss\/5 {
    border-left-color: rgba(239,65,57,.05);
    border-right-color: rgba(239,65,57,.05)
}

.border-x-red-loss\/50 {
    border-left-color: rgba(239,65,57,.5);
    border-right-color: rgba(239,65,57,.5)
}

.border-x-red-loss\/60 {
    border-left-color: rgba(239,65,57,.6);
    border-right-color: rgba(239,65,57,.6)
}

.border-x-red-loss\/70 {
    border-left-color: rgba(239,65,57,.7);
    border-right-color: rgba(239,65,57,.7)
}

.border-x-red-loss\/75 {
    border-left-color: rgba(239,65,57,.75);
    border-right-color: rgba(239,65,57,.75)
}

.border-x-red-loss\/80 {
    border-left-color: rgba(239,65,57,.8);
    border-right-color: rgba(239,65,57,.8)
}

.border-x-red-loss\/90 {
    border-left-color: rgba(239,65,57,.9);
    border-right-color: rgba(239,65,57,.9)
}

.border-x-red-loss\/95 {
    border-left-color: rgba(239,65,57,.95);
    border-right-color: rgba(239,65,57,.95)
}

.border-x-red-notification {
    --tw-border-opacity: 1;
    border-left-color: rgb(216 0 39/var(--tw-border-opacity));
    border-right-color: rgb(216 0 39/var(--tw-border-opacity))
}

.border-x-red-notification\/0 {
    border-left-color: rgba(216,0,39,0);
    border-right-color: rgba(216,0,39,0)
}

.border-x-red-notification\/10 {
    border-left-color: rgba(216,0,39,.1);
    border-right-color: rgba(216,0,39,.1)
}

.border-x-red-notification\/100 {
    border-left-color: #d80027;
    border-right-color: #d80027
}

.border-x-red-notification\/20 {
    border-left-color: rgba(216,0,39,.2);
    border-right-color: rgba(216,0,39,.2)
}

.border-x-red-notification\/25 {
    border-left-color: rgba(216,0,39,.25);
    border-right-color: rgba(216,0,39,.25)
}

.border-x-red-notification\/30 {
    border-left-color: rgba(216,0,39,.3);
    border-right-color: rgba(216,0,39,.3)
}

.border-x-red-notification\/40 {
    border-left-color: rgba(216,0,39,.4);
    border-right-color: rgba(216,0,39,.4)
}

.border-x-red-notification\/5 {
    border-left-color: rgba(216,0,39,.05);
    border-right-color: rgba(216,0,39,.05)
}

.border-x-red-notification\/50 {
    border-left-color: rgba(216,0,39,.5);
    border-right-color: rgba(216,0,39,.5)
}

.border-x-red-notification\/60 {
    border-left-color: rgba(216,0,39,.6);
    border-right-color: rgba(216,0,39,.6)
}

.border-x-red-notification\/70 {
    border-left-color: rgba(216,0,39,.7);
    border-right-color: rgba(216,0,39,.7)
}

.border-x-red-notification\/75 {
    border-left-color: rgba(216,0,39,.75);
    border-right-color: rgba(216,0,39,.75)
}

.border-x-red-notification\/80 {
    border-left-color: rgba(216,0,39,.8);
    border-right-color: rgba(216,0,39,.8)
}

.border-x-red-notification\/90 {
    border-left-color: rgba(216,0,39,.9);
    border-right-color: rgba(216,0,39,.9)
}

.border-x-red-notification\/95 {
    border-left-color: rgba(216,0,39,.95);
    border-right-color: rgba(216,0,39,.95)
}

.border-x-red-update-button {
    --tw-border-opacity: 1;
    border-left-color: rgb(197 91 75/var(--tw-border-opacity));
    border-right-color: rgb(197 91 75/var(--tw-border-opacity))
}

.border-x-red-update-button\/0 {
    border-left-color: rgba(197,91,75,0);
    border-right-color: rgba(197,91,75,0)
}

.border-x-red-update-button\/10 {
    border-left-color: rgba(197,91,75,.1);
    border-right-color: rgba(197,91,75,.1)
}

.border-x-red-update-button\/100 {
    border-left-color: #c55b4b;
    border-right-color: #c55b4b
}

.border-x-red-update-button\/20 {
    border-left-color: rgba(197,91,75,.2);
    border-right-color: rgba(197,91,75,.2)
}

.border-x-red-update-button\/25 {
    border-left-color: rgba(197,91,75,.25);
    border-right-color: rgba(197,91,75,.25)
}

.border-x-red-update-button\/30 {
    border-left-color: rgba(197,91,75,.3);
    border-right-color: rgba(197,91,75,.3)
}

.border-x-red-update-button\/40 {
    border-left-color: rgba(197,91,75,.4);
    border-right-color: rgba(197,91,75,.4)
}

.border-x-red-update-button\/5 {
    border-left-color: rgba(197,91,75,.05);
    border-right-color: rgba(197,91,75,.05)
}

.border-x-red-update-button\/50 {
    border-left-color: rgba(197,91,75,.5);
    border-right-color: rgba(197,91,75,.5)
}

.border-x-red-update-button\/60 {
    border-left-color: rgba(197,91,75,.6);
    border-right-color: rgba(197,91,75,.6)
}

.border-x-red-update-button\/70 {
    border-left-color: rgba(197,91,75,.7);
    border-right-color: rgba(197,91,75,.7)
}

.border-x-red-update-button\/75 {
    border-left-color: rgba(197,91,75,.75);
    border-right-color: rgba(197,91,75,.75)
}

.border-x-red-update-button\/80 {
    border-left-color: rgba(197,91,75,.8);
    border-right-color: rgba(197,91,75,.8)
}

.border-x-red-update-button\/90 {
    border-left-color: rgba(197,91,75,.9);
    border-right-color: rgba(197,91,75,.9)
}

.border-x-red-update-button\/95 {
    border-left-color: rgba(197,91,75,.95);
    border-right-color: rgba(197,91,75,.95)
}

.border-x-rng-game-bet-number-active {
    --tw-border-opacity: 1;
    border-left-color: rgb(38 26 14/var(--tw-border-opacity));
    border-right-color: rgb(38 26 14/var(--tw-border-opacity))
}

.border-x-rng-game-bet-number-active\/0 {
    border-left-color: rgba(38,26,14,0);
    border-right-color: rgba(38,26,14,0)
}

.border-x-rng-game-bet-number-active\/10 {
    border-left-color: rgba(38,26,14,.1);
    border-right-color: rgba(38,26,14,.1)
}

.border-x-rng-game-bet-number-active\/100 {
    border-left-color: #261a0e;
    border-right-color: #261a0e
}

.border-x-rng-game-bet-number-active\/20 {
    border-left-color: rgba(38,26,14,.2);
    border-right-color: rgba(38,26,14,.2)
}

.border-x-rng-game-bet-number-active\/25 {
    border-left-color: rgba(38,26,14,.25);
    border-right-color: rgba(38,26,14,.25)
}

.border-x-rng-game-bet-number-active\/30 {
    border-left-color: rgba(38,26,14,.3);
    border-right-color: rgba(38,26,14,.3)
}

.border-x-rng-game-bet-number-active\/40 {
    border-left-color: rgba(38,26,14,.4);
    border-right-color: rgba(38,26,14,.4)
}

.border-x-rng-game-bet-number-active\/5 {
    border-left-color: rgba(38,26,14,.05);
    border-right-color: rgba(38,26,14,.05)
}

.border-x-rng-game-bet-number-active\/50 {
    border-left-color: rgba(38,26,14,.5);
    border-right-color: rgba(38,26,14,.5)
}

.border-x-rng-game-bet-number-active\/60 {
    border-left-color: rgba(38,26,14,.6);
    border-right-color: rgba(38,26,14,.6)
}

.border-x-rng-game-bet-number-active\/70 {
    border-left-color: rgba(38,26,14,.7);
    border-right-color: rgba(38,26,14,.7)
}

.border-x-rng-game-bet-number-active\/75 {
    border-left-color: rgba(38,26,14,.75);
    border-right-color: rgba(38,26,14,.75)
}

.border-x-rng-game-bet-number-active\/80 {
    border-left-color: rgba(38,26,14,.8);
    border-right-color: rgba(38,26,14,.8)
}

.border-x-rng-game-bet-number-active\/90 {
    border-left-color: rgba(38,26,14,.9);
    border-right-color: rgba(38,26,14,.9)
}

.border-x-rng-game-bet-number-active\/95 {
    border-left-color: rgba(38,26,14,.95);
    border-right-color: rgba(38,26,14,.95)
}

.border-x-rng-game-bet-number-inactive {
    --tw-border-opacity: 1;
    border-left-color: rgb(242 219 184/var(--tw-border-opacity));
    border-right-color: rgb(242 219 184/var(--tw-border-opacity))
}

.border-x-rng-game-bet-number-inactive\/0 {
    border-left-color: hsla(36,69%,84%,0);
    border-right-color: hsla(36,69%,84%,0)
}

.border-x-rng-game-bet-number-inactive\/10 {
    border-left-color: hsla(36,69%,84%,.1);
    border-right-color: hsla(36,69%,84%,.1)
}

.border-x-rng-game-bet-number-inactive\/100 {
    border-left-color: #f2dbb8;
    border-right-color: #f2dbb8
}

.border-x-rng-game-bet-number-inactive\/20 {
    border-left-color: hsla(36,69%,84%,.2);
    border-right-color: hsla(36,69%,84%,.2)
}

.border-x-rng-game-bet-number-inactive\/25 {
    border-left-color: hsla(36,69%,84%,.25);
    border-right-color: hsla(36,69%,84%,.25)
}

.border-x-rng-game-bet-number-inactive\/30 {
    border-left-color: hsla(36,69%,84%,.3);
    border-right-color: hsla(36,69%,84%,.3)
}

.border-x-rng-game-bet-number-inactive\/40 {
    border-left-color: hsla(36,69%,84%,.4);
    border-right-color: hsla(36,69%,84%,.4)
}

.border-x-rng-game-bet-number-inactive\/5 {
    border-left-color: hsla(36,69%,84%,.05);
    border-right-color: hsla(36,69%,84%,.05)
}

.border-x-rng-game-bet-number-inactive\/50 {
    border-left-color: hsla(36,69%,84%,.5);
    border-right-color: hsla(36,69%,84%,.5)
}

.border-x-rng-game-bet-number-inactive\/60 {
    border-left-color: hsla(36,69%,84%,.6);
    border-right-color: hsla(36,69%,84%,.6)
}

.border-x-rng-game-bet-number-inactive\/70 {
    border-left-color: hsla(36,69%,84%,.7);
    border-right-color: hsla(36,69%,84%,.7)
}

.border-x-rng-game-bet-number-inactive\/75 {
    border-left-color: hsla(36,69%,84%,.75);
    border-right-color: hsla(36,69%,84%,.75)
}

.border-x-rng-game-bet-number-inactive\/80 {
    border-left-color: hsla(36,69%,84%,.8);
    border-right-color: hsla(36,69%,84%,.8)
}

.border-x-rng-game-bet-number-inactive\/90 {
    border-left-color: hsla(36,69%,84%,.9);
    border-right-color: hsla(36,69%,84%,.9)
}

.border-x-rng-game-bet-number-inactive\/95 {
    border-left-color: hsla(36,69%,84%,.95);
    border-right-color: hsla(36,69%,84%,.95)
}

.border-x-rng-game-bg {
    --tw-border-opacity: 1;
    border-left-color: rgb(137 113 80/var(--tw-border-opacity));
    border-right-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-x-rng-game-bg-bet {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 0 0/var(--tw-border-opacity));
    border-right-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-x-rng-game-bg-bet\/0 {
    border-left-color: transparent;
    border-right-color: transparent
}

.border-x-rng-game-bg-bet\/10 {
    border-left-color: rgba(0,0,0,.1);
    border-right-color: rgba(0,0,0,.1)
}

.border-x-rng-game-bg-bet\/100 {
    border-left-color: #000;
    border-right-color: #000
}

.border-x-rng-game-bg-bet\/20 {
    border-left-color: rgba(0,0,0,.2);
    border-right-color: rgba(0,0,0,.2)
}

.border-x-rng-game-bg-bet\/25 {
    border-left-color: rgba(0,0,0,.25);
    border-right-color: rgba(0,0,0,.25)
}

.border-x-rng-game-bg-bet\/30 {
    border-left-color: rgba(0,0,0,.3);
    border-right-color: rgba(0,0,0,.3)
}

.border-x-rng-game-bg-bet\/40 {
    border-left-color: rgba(0,0,0,.4);
    border-right-color: rgba(0,0,0,.4)
}

.border-x-rng-game-bg-bet\/5 {
    border-left-color: rgba(0,0,0,.05);
    border-right-color: rgba(0,0,0,.05)
}

.border-x-rng-game-bg-bet\/50 {
    border-left-color: rgba(0,0,0,.5);
    border-right-color: rgba(0,0,0,.5)
}

.border-x-rng-game-bg-bet\/60 {
    border-left-color: rgba(0,0,0,.6);
    border-right-color: rgba(0,0,0,.6)
}

.border-x-rng-game-bg-bet\/70 {
    border-left-color: rgba(0,0,0,.7);
    border-right-color: rgba(0,0,0,.7)
}

.border-x-rng-game-bg-bet\/75 {
    border-left-color: rgba(0,0,0,.75);
    border-right-color: rgba(0,0,0,.75)
}

.border-x-rng-game-bg-bet\/80 {
    border-left-color: rgba(0,0,0,.8);
    border-right-color: rgba(0,0,0,.8)
}

.border-x-rng-game-bg-bet\/90 {
    border-left-color: rgba(0,0,0,.9);
    border-right-color: rgba(0,0,0,.9)
}

.border-x-rng-game-bg-bet\/95 {
    border-left-color: rgba(0,0,0,.95);
    border-right-color: rgba(0,0,0,.95)
}

.border-x-rng-game-bg-current-bet {
    --tw-border-opacity: 1;
    border-left-color: rgb(235 206 130/var(--tw-border-opacity));
    border-right-color: rgb(235 206 130/var(--tw-border-opacity))
}

.border-x-rng-game-bg-current-bet\/0 {
    border-left-color: hsla(43,72%,72%,0);
    border-right-color: hsla(43,72%,72%,0)
}

.border-x-rng-game-bg-current-bet\/10 {
    border-left-color: hsla(43,72%,72%,.1);
    border-right-color: hsla(43,72%,72%,.1)
}

.border-x-rng-game-bg-current-bet\/100 {
    border-left-color: #ebce82;
    border-right-color: #ebce82
}

.border-x-rng-game-bg-current-bet\/20 {
    border-left-color: hsla(43,72%,72%,.2);
    border-right-color: hsla(43,72%,72%,.2)
}

.border-x-rng-game-bg-current-bet\/25 {
    border-left-color: hsla(43,72%,72%,.25);
    border-right-color: hsla(43,72%,72%,.25)
}

.border-x-rng-game-bg-current-bet\/30 {
    border-left-color: hsla(43,72%,72%,.3);
    border-right-color: hsla(43,72%,72%,.3)
}

.border-x-rng-game-bg-current-bet\/40 {
    border-left-color: hsla(43,72%,72%,.4);
    border-right-color: hsla(43,72%,72%,.4)
}

.border-x-rng-game-bg-current-bet\/5 {
    border-left-color: hsla(43,72%,72%,.05);
    border-right-color: hsla(43,72%,72%,.05)
}

.border-x-rng-game-bg-current-bet\/50 {
    border-left-color: hsla(43,72%,72%,.5);
    border-right-color: hsla(43,72%,72%,.5)
}

.border-x-rng-game-bg-current-bet\/60 {
    border-left-color: hsla(43,72%,72%,.6);
    border-right-color: hsla(43,72%,72%,.6)
}

.border-x-rng-game-bg-current-bet\/70 {
    border-left-color: hsla(43,72%,72%,.7);
    border-right-color: hsla(43,72%,72%,.7)
}

.border-x-rng-game-bg-current-bet\/75 {
    border-left-color: hsla(43,72%,72%,.75);
    border-right-color: hsla(43,72%,72%,.75)
}

.border-x-rng-game-bg-current-bet\/80 {
    border-left-color: hsla(43,72%,72%,.8);
    border-right-color: hsla(43,72%,72%,.8)
}

.border-x-rng-game-bg-current-bet\/90 {
    border-left-color: hsla(43,72%,72%,.9);
    border-right-color: hsla(43,72%,72%,.9)
}

.border-x-rng-game-bg-current-bet\/95 {
    border-left-color: hsla(43,72%,72%,.95);
    border-right-color: hsla(43,72%,72%,.95)
}

.border-x-rng-game-bg-filter {
    --tw-border-opacity: 1;
    border-left-color: rgb(36 26 18/var(--tw-border-opacity));
    border-right-color: rgb(36 26 18/var(--tw-border-opacity))
}

.border-x-rng-game-bg-filter\/0 {
    border-left-color: rgba(36,26,18,0);
    border-right-color: rgba(36,26,18,0)
}

.border-x-rng-game-bg-filter\/10 {
    border-left-color: rgba(36,26,18,.1);
    border-right-color: rgba(36,26,18,.1)
}

.border-x-rng-game-bg-filter\/100 {
    border-left-color: #241a12;
    border-right-color: #241a12
}

.border-x-rng-game-bg-filter\/20 {
    border-left-color: rgba(36,26,18,.2);
    border-right-color: rgba(36,26,18,.2)
}

.border-x-rng-game-bg-filter\/25 {
    border-left-color: rgba(36,26,18,.25);
    border-right-color: rgba(36,26,18,.25)
}

.border-x-rng-game-bg-filter\/30 {
    border-left-color: rgba(36,26,18,.3);
    border-right-color: rgba(36,26,18,.3)
}

.border-x-rng-game-bg-filter\/40 {
    border-left-color: rgba(36,26,18,.4);
    border-right-color: rgba(36,26,18,.4)
}

.border-x-rng-game-bg-filter\/5 {
    border-left-color: rgba(36,26,18,.05);
    border-right-color: rgba(36,26,18,.05)
}

.border-x-rng-game-bg-filter\/50 {
    border-left-color: rgba(36,26,18,.5);
    border-right-color: rgba(36,26,18,.5)
}

.border-x-rng-game-bg-filter\/60 {
    border-left-color: rgba(36,26,18,.6);
    border-right-color: rgba(36,26,18,.6)
}

.border-x-rng-game-bg-filter\/70 {
    border-left-color: rgba(36,26,18,.7);
    border-right-color: rgba(36,26,18,.7)
}

.border-x-rng-game-bg-filter\/75 {
    border-left-color: rgba(36,26,18,.75);
    border-right-color: rgba(36,26,18,.75)
}

.border-x-rng-game-bg-filter\/80 {
    border-left-color: rgba(36,26,18,.8);
    border-right-color: rgba(36,26,18,.8)
}

.border-x-rng-game-bg-filter\/90 {
    border-left-color: rgba(36,26,18,.9);
    border-right-color: rgba(36,26,18,.9)
}

.border-x-rng-game-bg-filter\/95 {
    border-left-color: rgba(36,26,18,.95);
    border-right-color: rgba(36,26,18,.95)
}

.border-x-rng-game-bg-popup-bet {
    --tw-border-opacity: 1;
    border-left-color: rgb(51 50 47/var(--tw-border-opacity));
    border-right-color: rgb(51 50 47/var(--tw-border-opacity))
}

.border-x-rng-game-bg-popup-bet\/0 {
    border-left-color: rgba(51,50,47,0);
    border-right-color: rgba(51,50,47,0)
}

.border-x-rng-game-bg-popup-bet\/10 {
    border-left-color: rgba(51,50,47,.1);
    border-right-color: rgba(51,50,47,.1)
}

.border-x-rng-game-bg-popup-bet\/100 {
    border-left-color: #33322f;
    border-right-color: #33322f
}

.border-x-rng-game-bg-popup-bet\/20 {
    border-left-color: rgba(51,50,47,.2);
    border-right-color: rgba(51,50,47,.2)
}

.border-x-rng-game-bg-popup-bet\/25 {
    border-left-color: rgba(51,50,47,.25);
    border-right-color: rgba(51,50,47,.25)
}

.border-x-rng-game-bg-popup-bet\/30 {
    border-left-color: rgba(51,50,47,.3);
    border-right-color: rgba(51,50,47,.3)
}

.border-x-rng-game-bg-popup-bet\/40 {
    border-left-color: rgba(51,50,47,.4);
    border-right-color: rgba(51,50,47,.4)
}

.border-x-rng-game-bg-popup-bet\/5 {
    border-left-color: rgba(51,50,47,.05);
    border-right-color: rgba(51,50,47,.05)
}

.border-x-rng-game-bg-popup-bet\/50 {
    border-left-color: rgba(51,50,47,.5);
    border-right-color: rgba(51,50,47,.5)
}

.border-x-rng-game-bg-popup-bet\/60 {
    border-left-color: rgba(51,50,47,.6);
    border-right-color: rgba(51,50,47,.6)
}

.border-x-rng-game-bg-popup-bet\/70 {
    border-left-color: rgba(51,50,47,.7);
    border-right-color: rgba(51,50,47,.7)
}

.border-x-rng-game-bg-popup-bet\/75 {
    border-left-color: rgba(51,50,47,.75);
    border-right-color: rgba(51,50,47,.75)
}

.border-x-rng-game-bg-popup-bet\/80 {
    border-left-color: rgba(51,50,47,.8);
    border-right-color: rgba(51,50,47,.8)
}

.border-x-rng-game-bg-popup-bet\/90 {
    border-left-color: rgba(51,50,47,.9);
    border-right-color: rgba(51,50,47,.9)
}

.border-x-rng-game-bg-popup-bet\/95 {
    border-left-color: rgba(51,50,47,.95);
    border-right-color: rgba(51,50,47,.95)
}

.border-x-rng-game-bg-tab {
    --tw-border-opacity: 1;
    border-left-color: rgb(52 52 52/var(--tw-border-opacity));
    border-right-color: rgb(52 52 52/var(--tw-border-opacity))
}

.border-x-rng-game-bg-tab\/0 {
    border-left-color: rgba(52,52,52,0);
    border-right-color: rgba(52,52,52,0)
}

.border-x-rng-game-bg-tab\/10 {
    border-left-color: rgba(52,52,52,.1);
    border-right-color: rgba(52,52,52,.1)
}

.border-x-rng-game-bg-tab\/100 {
    border-left-color: #343434;
    border-right-color: #343434
}

.border-x-rng-game-bg-tab\/20 {
    border-left-color: rgba(52,52,52,.2);
    border-right-color: rgba(52,52,52,.2)
}

.border-x-rng-game-bg-tab\/25 {
    border-left-color: rgba(52,52,52,.25);
    border-right-color: rgba(52,52,52,.25)
}

.border-x-rng-game-bg-tab\/30 {
    border-left-color: rgba(52,52,52,.3);
    border-right-color: rgba(52,52,52,.3)
}

.border-x-rng-game-bg-tab\/40 {
    border-left-color: rgba(52,52,52,.4);
    border-right-color: rgba(52,52,52,.4)
}

.border-x-rng-game-bg-tab\/5 {
    border-left-color: rgba(52,52,52,.05);
    border-right-color: rgba(52,52,52,.05)
}

.border-x-rng-game-bg-tab\/50 {
    border-left-color: rgba(52,52,52,.5);
    border-right-color: rgba(52,52,52,.5)
}

.border-x-rng-game-bg-tab\/60 {
    border-left-color: rgba(52,52,52,.6);
    border-right-color: rgba(52,52,52,.6)
}

.border-x-rng-game-bg-tab\/70 {
    border-left-color: rgba(52,52,52,.7);
    border-right-color: rgba(52,52,52,.7)
}

.border-x-rng-game-bg-tab\/75 {
    border-left-color: rgba(52,52,52,.75);
    border-right-color: rgba(52,52,52,.75)
}

.border-x-rng-game-bg-tab\/80 {
    border-left-color: rgba(52,52,52,.8);
    border-right-color: rgba(52,52,52,.8)
}

.border-x-rng-game-bg-tab\/90 {
    border-left-color: rgba(52,52,52,.9);
    border-right-color: rgba(52,52,52,.9)
}

.border-x-rng-game-bg-tab\/95 {
    border-left-color: rgba(52,52,52,.95);
    border-right-color: rgba(52,52,52,.95)
}

.border-x-rng-game-bg\/0 {
    border-left-color: rgba(137,113,80,0);
    border-right-color: rgba(137,113,80,0)
}

.border-x-rng-game-bg\/10 {
    border-left-color: rgba(137,113,80,.1);
    border-right-color: rgba(137,113,80,.1)
}

.border-x-rng-game-bg\/100 {
    border-left-color: #897150;
    border-right-color: #897150
}

.border-x-rng-game-bg\/20 {
    border-left-color: rgba(137,113,80,.2);
    border-right-color: rgba(137,113,80,.2)
}

.border-x-rng-game-bg\/25 {
    border-left-color: rgba(137,113,80,.25);
    border-right-color: rgba(137,113,80,.25)
}

.border-x-rng-game-bg\/30 {
    border-left-color: rgba(137,113,80,.3);
    border-right-color: rgba(137,113,80,.3)
}

.border-x-rng-game-bg\/40 {
    border-left-color: rgba(137,113,80,.4);
    border-right-color: rgba(137,113,80,.4)
}

.border-x-rng-game-bg\/5 {
    border-left-color: rgba(137,113,80,.05);
    border-right-color: rgba(137,113,80,.05)
}

.border-x-rng-game-bg\/50 {
    border-left-color: rgba(137,113,80,.5);
    border-right-color: rgba(137,113,80,.5)
}

.border-x-rng-game-bg\/60 {
    border-left-color: rgba(137,113,80,.6);
    border-right-color: rgba(137,113,80,.6)
}

.border-x-rng-game-bg\/70 {
    border-left-color: rgba(137,113,80,.7);
    border-right-color: rgba(137,113,80,.7)
}

.border-x-rng-game-bg\/75 {
    border-left-color: rgba(137,113,80,.75);
    border-right-color: rgba(137,113,80,.75)
}

.border-x-rng-game-bg\/80 {
    border-left-color: rgba(137,113,80,.8);
    border-right-color: rgba(137,113,80,.8)
}

.border-x-rng-game-bg\/90 {
    border-left-color: rgba(137,113,80,.9);
    border-right-color: rgba(137,113,80,.9)
}

.border-x-rng-game-bg\/95 {
    border-left-color: rgba(137,113,80,.95);
    border-right-color: rgba(137,113,80,.95)
}

.border-x-rng-game-border-circle {
    --tw-border-opacity: 1;
    border-left-color: rgb(174 143 101/var(--tw-border-opacity));
    border-right-color: rgb(174 143 101/var(--tw-border-opacity))
}

.border-x-rng-game-border-circle\/0 {
    border-left-color: hsla(35,31%,54%,0);
    border-right-color: hsla(35,31%,54%,0)
}

.border-x-rng-game-border-circle\/10 {
    border-left-color: hsla(35,31%,54%,.1);
    border-right-color: hsla(35,31%,54%,.1)
}

.border-x-rng-game-border-circle\/100 {
    border-left-color: #ae8f65;
    border-right-color: #ae8f65
}

.border-x-rng-game-border-circle\/20 {
    border-left-color: hsla(35,31%,54%,.2);
    border-right-color: hsla(35,31%,54%,.2)
}

.border-x-rng-game-border-circle\/25 {
    border-left-color: hsla(35,31%,54%,.25);
    border-right-color: hsla(35,31%,54%,.25)
}

.border-x-rng-game-border-circle\/30 {
    border-left-color: hsla(35,31%,54%,.3);
    border-right-color: hsla(35,31%,54%,.3)
}

.border-x-rng-game-border-circle\/40 {
    border-left-color: hsla(35,31%,54%,.4);
    border-right-color: hsla(35,31%,54%,.4)
}

.border-x-rng-game-border-circle\/5 {
    border-left-color: hsla(35,31%,54%,.05);
    border-right-color: hsla(35,31%,54%,.05)
}

.border-x-rng-game-border-circle\/50 {
    border-left-color: hsla(35,31%,54%,.5);
    border-right-color: hsla(35,31%,54%,.5)
}

.border-x-rng-game-border-circle\/60 {
    border-left-color: hsla(35,31%,54%,.6);
    border-right-color: hsla(35,31%,54%,.6)
}

.border-x-rng-game-border-circle\/70 {
    border-left-color: hsla(35,31%,54%,.7);
    border-right-color: hsla(35,31%,54%,.7)
}

.border-x-rng-game-border-circle\/75 {
    border-left-color: hsla(35,31%,54%,.75);
    border-right-color: hsla(35,31%,54%,.75)
}

.border-x-rng-game-border-circle\/80 {
    border-left-color: hsla(35,31%,54%,.8);
    border-right-color: hsla(35,31%,54%,.8)
}

.border-x-rng-game-border-circle\/90 {
    border-left-color: hsla(35,31%,54%,.9);
    border-right-color: hsla(35,31%,54%,.9)
}

.border-x-rng-game-border-circle\/95 {
    border-left-color: hsla(35,31%,54%,.95);
    border-right-color: hsla(35,31%,54%,.95)
}

.border-x-rng-game-header-table {
    --tw-border-opacity: 1;
    border-left-color: rgb(23 12 12/var(--tw-border-opacity));
    border-right-color: rgb(23 12 12/var(--tw-border-opacity))
}

.border-x-rng-game-header-table\/0 {
    border-left-color: rgba(23,12,12,0);
    border-right-color: rgba(23,12,12,0)
}

.border-x-rng-game-header-table\/10 {
    border-left-color: rgba(23,12,12,.1);
    border-right-color: rgba(23,12,12,.1)
}

.border-x-rng-game-header-table\/100 {
    border-left-color: #170c0c;
    border-right-color: #170c0c
}

.border-x-rng-game-header-table\/20 {
    border-left-color: rgba(23,12,12,.2);
    border-right-color: rgba(23,12,12,.2)
}

.border-x-rng-game-header-table\/25 {
    border-left-color: rgba(23,12,12,.25);
    border-right-color: rgba(23,12,12,.25)
}

.border-x-rng-game-header-table\/30 {
    border-left-color: rgba(23,12,12,.3);
    border-right-color: rgba(23,12,12,.3)
}

.border-x-rng-game-header-table\/40 {
    border-left-color: rgba(23,12,12,.4);
    border-right-color: rgba(23,12,12,.4)
}

.border-x-rng-game-header-table\/5 {
    border-left-color: rgba(23,12,12,.05);
    border-right-color: rgba(23,12,12,.05)
}

.border-x-rng-game-header-table\/50 {
    border-left-color: rgba(23,12,12,.5);
    border-right-color: rgba(23,12,12,.5)
}

.border-x-rng-game-header-table\/60 {
    border-left-color: rgba(23,12,12,.6);
    border-right-color: rgba(23,12,12,.6)
}

.border-x-rng-game-header-table\/70 {
    border-left-color: rgba(23,12,12,.7);
    border-right-color: rgba(23,12,12,.7)
}

.border-x-rng-game-header-table\/75 {
    border-left-color: rgba(23,12,12,.75);
    border-right-color: rgba(23,12,12,.75)
}

.border-x-rng-game-header-table\/80 {
    border-left-color: rgba(23,12,12,.8);
    border-right-color: rgba(23,12,12,.8)
}

.border-x-rng-game-header-table\/90 {
    border-left-color: rgba(23,12,12,.9);
    border-right-color: rgba(23,12,12,.9)
}

.border-x-rng-game-header-table\/95 {
    border-left-color: rgba(23,12,12,.95);
    border-right-color: rgba(23,12,12,.95)
}

.border-x-rng-game-item-1 {
    --tw-border-opacity: 1;
    border-left-color: rgb(39 38 36/var(--tw-border-opacity));
    border-right-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-x-rng-game-item-1\/0 {
    border-left-color: rgba(39,38,36,0);
    border-right-color: rgba(39,38,36,0)
}

.border-x-rng-game-item-1\/10 {
    border-left-color: rgba(39,38,36,.1);
    border-right-color: rgba(39,38,36,.1)
}

.border-x-rng-game-item-1\/100 {
    border-left-color: #272624;
    border-right-color: #272624
}

.border-x-rng-game-item-1\/20 {
    border-left-color: rgba(39,38,36,.2);
    border-right-color: rgba(39,38,36,.2)
}

.border-x-rng-game-item-1\/25 {
    border-left-color: rgba(39,38,36,.25);
    border-right-color: rgba(39,38,36,.25)
}

.border-x-rng-game-item-1\/30 {
    border-left-color: rgba(39,38,36,.3);
    border-right-color: rgba(39,38,36,.3)
}

.border-x-rng-game-item-1\/40 {
    border-left-color: rgba(39,38,36,.4);
    border-right-color: rgba(39,38,36,.4)
}

.border-x-rng-game-item-1\/5 {
    border-left-color: rgba(39,38,36,.05);
    border-right-color: rgba(39,38,36,.05)
}

.border-x-rng-game-item-1\/50 {
    border-left-color: rgba(39,38,36,.5);
    border-right-color: rgba(39,38,36,.5)
}

.border-x-rng-game-item-1\/60 {
    border-left-color: rgba(39,38,36,.6);
    border-right-color: rgba(39,38,36,.6)
}

.border-x-rng-game-item-1\/70 {
    border-left-color: rgba(39,38,36,.7);
    border-right-color: rgba(39,38,36,.7)
}

.border-x-rng-game-item-1\/75 {
    border-left-color: rgba(39,38,36,.75);
    border-right-color: rgba(39,38,36,.75)
}

.border-x-rng-game-item-1\/80 {
    border-left-color: rgba(39,38,36,.8);
    border-right-color: rgba(39,38,36,.8)
}

.border-x-rng-game-item-1\/90 {
    border-left-color: rgba(39,38,36,.9);
    border-right-color: rgba(39,38,36,.9)
}

.border-x-rng-game-item-1\/95 {
    border-left-color: rgba(39,38,36,.95);
    border-right-color: rgba(39,38,36,.95)
}

.border-x-rng-game-item-2 {
    --tw-border-opacity: 1;
    border-left-color: rgb(48 53 56/var(--tw-border-opacity));
    border-right-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-x-rng-game-item-2\/0 {
    border-left-color: rgba(48,53,56,0);
    border-right-color: rgba(48,53,56,0)
}

.border-x-rng-game-item-2\/10 {
    border-left-color: rgba(48,53,56,.1);
    border-right-color: rgba(48,53,56,.1)
}

.border-x-rng-game-item-2\/100 {
    border-left-color: #303538;
    border-right-color: #303538
}

.border-x-rng-game-item-2\/20 {
    border-left-color: rgba(48,53,56,.2);
    border-right-color: rgba(48,53,56,.2)
}

.border-x-rng-game-item-2\/25 {
    border-left-color: rgba(48,53,56,.25);
    border-right-color: rgba(48,53,56,.25)
}

.border-x-rng-game-item-2\/30 {
    border-left-color: rgba(48,53,56,.3);
    border-right-color: rgba(48,53,56,.3)
}

.border-x-rng-game-item-2\/40 {
    border-left-color: rgba(48,53,56,.4);
    border-right-color: rgba(48,53,56,.4)
}

.border-x-rng-game-item-2\/5 {
    border-left-color: rgba(48,53,56,.05);
    border-right-color: rgba(48,53,56,.05)
}

.border-x-rng-game-item-2\/50 {
    border-left-color: rgba(48,53,56,.5);
    border-right-color: rgba(48,53,56,.5)
}

.border-x-rng-game-item-2\/60 {
    border-left-color: rgba(48,53,56,.6);
    border-right-color: rgba(48,53,56,.6)
}

.border-x-rng-game-item-2\/70 {
    border-left-color: rgba(48,53,56,.7);
    border-right-color: rgba(48,53,56,.7)
}

.border-x-rng-game-item-2\/75 {
    border-left-color: rgba(48,53,56,.75);
    border-right-color: rgba(48,53,56,.75)
}

.border-x-rng-game-item-2\/80 {
    border-left-color: rgba(48,53,56,.8);
    border-right-color: rgba(48,53,56,.8)
}

.border-x-rng-game-item-2\/90 {
    border-left-color: rgba(48,53,56,.9);
    border-right-color: rgba(48,53,56,.9)
}

.border-x-rng-game-item-2\/95 {
    border-left-color: rgba(48,53,56,.95);
    border-right-color: rgba(48,53,56,.95)
}

.border-x-rng-game-money-bet {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 164 64/var(--tw-border-opacity));
    border-right-color: rgb(202 164 64/var(--tw-border-opacity))
}

.border-x-rng-game-money-bet\/0 {
    border-left-color: rgba(202,164,64,0);
    border-right-color: rgba(202,164,64,0)
}

.border-x-rng-game-money-bet\/10 {
    border-left-color: rgba(202,164,64,.1);
    border-right-color: rgba(202,164,64,.1)
}

.border-x-rng-game-money-bet\/100 {
    border-left-color: #caa440;
    border-right-color: #caa440
}

.border-x-rng-game-money-bet\/20 {
    border-left-color: rgba(202,164,64,.2);
    border-right-color: rgba(202,164,64,.2)
}

.border-x-rng-game-money-bet\/25 {
    border-left-color: rgba(202,164,64,.25);
    border-right-color: rgba(202,164,64,.25)
}

.border-x-rng-game-money-bet\/30 {
    border-left-color: rgba(202,164,64,.3);
    border-right-color: rgba(202,164,64,.3)
}

.border-x-rng-game-money-bet\/40 {
    border-left-color: rgba(202,164,64,.4);
    border-right-color: rgba(202,164,64,.4)
}

.border-x-rng-game-money-bet\/5 {
    border-left-color: rgba(202,164,64,.05);
    border-right-color: rgba(202,164,64,.05)
}

.border-x-rng-game-money-bet\/50 {
    border-left-color: rgba(202,164,64,.5);
    border-right-color: rgba(202,164,64,.5)
}

.border-x-rng-game-money-bet\/60 {
    border-left-color: rgba(202,164,64,.6);
    border-right-color: rgba(202,164,64,.6)
}

.border-x-rng-game-money-bet\/70 {
    border-left-color: rgba(202,164,64,.7);
    border-right-color: rgba(202,164,64,.7)
}

.border-x-rng-game-money-bet\/75 {
    border-left-color: rgba(202,164,64,.75);
    border-right-color: rgba(202,164,64,.75)
}

.border-x-rng-game-money-bet\/80 {
    border-left-color: rgba(202,164,64,.8);
    border-right-color: rgba(202,164,64,.8)
}

.border-x-rng-game-money-bet\/90 {
    border-left-color: rgba(202,164,64,.9);
    border-right-color: rgba(202,164,64,.9)
}

.border-x-rng-game-money-bet\/95 {
    border-left-color: rgba(202,164,64,.95);
    border-right-color: rgba(202,164,64,.95)
}

.border-x-rng-game-tab-bet-result-active {
    --tw-border-opacity: 1;
    border-left-color: rgb(137 113 80/var(--tw-border-opacity));
    border-right-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-x-rng-game-tab-bet-result-active\/0 {
    border-left-color: rgba(137,113,80,0);
    border-right-color: rgba(137,113,80,0)
}

.border-x-rng-game-tab-bet-result-active\/10 {
    border-left-color: rgba(137,113,80,.1);
    border-right-color: rgba(137,113,80,.1)
}

.border-x-rng-game-tab-bet-result-active\/100 {
    border-left-color: #897150;
    border-right-color: #897150
}

.border-x-rng-game-tab-bet-result-active\/20 {
    border-left-color: rgba(137,113,80,.2);
    border-right-color: rgba(137,113,80,.2)
}

.border-x-rng-game-tab-bet-result-active\/25 {
    border-left-color: rgba(137,113,80,.25);
    border-right-color: rgba(137,113,80,.25)
}

.border-x-rng-game-tab-bet-result-active\/30 {
    border-left-color: rgba(137,113,80,.3);
    border-right-color: rgba(137,113,80,.3)
}

.border-x-rng-game-tab-bet-result-active\/40 {
    border-left-color: rgba(137,113,80,.4);
    border-right-color: rgba(137,113,80,.4)
}

.border-x-rng-game-tab-bet-result-active\/5 {
    border-left-color: rgba(137,113,80,.05);
    border-right-color: rgba(137,113,80,.05)
}

.border-x-rng-game-tab-bet-result-active\/50 {
    border-left-color: rgba(137,113,80,.5);
    border-right-color: rgba(137,113,80,.5)
}

.border-x-rng-game-tab-bet-result-active\/60 {
    border-left-color: rgba(137,113,80,.6);
    border-right-color: rgba(137,113,80,.6)
}

.border-x-rng-game-tab-bet-result-active\/70 {
    border-left-color: rgba(137,113,80,.7);
    border-right-color: rgba(137,113,80,.7)
}

.border-x-rng-game-tab-bet-result-active\/75 {
    border-left-color: rgba(137,113,80,.75);
    border-right-color: rgba(137,113,80,.75)
}

.border-x-rng-game-tab-bet-result-active\/80 {
    border-left-color: rgba(137,113,80,.8);
    border-right-color: rgba(137,113,80,.8)
}

.border-x-rng-game-tab-bet-result-active\/90 {
    border-left-color: rgba(137,113,80,.9);
    border-right-color: rgba(137,113,80,.9)
}

.border-x-rng-game-tab-bet-result-active\/95 {
    border-left-color: rgba(137,113,80,.95);
    border-right-color: rgba(137,113,80,.95)
}

.border-x-rng-game-tab-bet-result-inactive {
    --tw-border-opacity: 1;
    border-left-color: rgb(68 59 39/var(--tw-border-opacity));
    border-right-color: rgb(68 59 39/var(--tw-border-opacity))
}

.border-x-rng-game-tab-bet-result-inactive\/0 {
    border-left-color: rgba(68,59,39,0);
    border-right-color: rgba(68,59,39,0)
}

.border-x-rng-game-tab-bet-result-inactive\/10 {
    border-left-color: rgba(68,59,39,.1);
    border-right-color: rgba(68,59,39,.1)
}

.border-x-rng-game-tab-bet-result-inactive\/100 {
    border-left-color: #443b27;
    border-right-color: #443b27
}

.border-x-rng-game-tab-bet-result-inactive\/20 {
    border-left-color: rgba(68,59,39,.2);
    border-right-color: rgba(68,59,39,.2)
}

.border-x-rng-game-tab-bet-result-inactive\/25 {
    border-left-color: rgba(68,59,39,.25);
    border-right-color: rgba(68,59,39,.25)
}

.border-x-rng-game-tab-bet-result-inactive\/30 {
    border-left-color: rgba(68,59,39,.3);
    border-right-color: rgba(68,59,39,.3)
}

.border-x-rng-game-tab-bet-result-inactive\/40 {
    border-left-color: rgba(68,59,39,.4);
    border-right-color: rgba(68,59,39,.4)
}

.border-x-rng-game-tab-bet-result-inactive\/5 {
    border-left-color: rgba(68,59,39,.05);
    border-right-color: rgba(68,59,39,.05)
}

.border-x-rng-game-tab-bet-result-inactive\/50 {
    border-left-color: rgba(68,59,39,.5);
    border-right-color: rgba(68,59,39,.5)
}

.border-x-rng-game-tab-bet-result-inactive\/60 {
    border-left-color: rgba(68,59,39,.6);
    border-right-color: rgba(68,59,39,.6)
}

.border-x-rng-game-tab-bet-result-inactive\/70 {
    border-left-color: rgba(68,59,39,.7);
    border-right-color: rgba(68,59,39,.7)
}

.border-x-rng-game-tab-bet-result-inactive\/75 {
    border-left-color: rgba(68,59,39,.75);
    border-right-color: rgba(68,59,39,.75)
}

.border-x-rng-game-tab-bet-result-inactive\/80 {
    border-left-color: rgba(68,59,39,.8);
    border-right-color: rgba(68,59,39,.8)
}

.border-x-rng-game-tab-bet-result-inactive\/90 {
    border-left-color: rgba(68,59,39,.9);
    border-right-color: rgba(68,59,39,.9)
}

.border-x-rng-game-tab-bet-result-inactive\/95 {
    border-left-color: rgba(68,59,39,.95);
    border-right-color: rgba(68,59,39,.95)
}

.border-x-rng-game-text-current-bet {
    --tw-border-opacity: 1;
    border-left-color: rgb(81 57 36/var(--tw-border-opacity));
    border-right-color: rgb(81 57 36/var(--tw-border-opacity))
}

.border-x-rng-game-text-current-bet\/0 {
    border-left-color: rgba(81,57,36,0);
    border-right-color: rgba(81,57,36,0)
}

.border-x-rng-game-text-current-bet\/10 {
    border-left-color: rgba(81,57,36,.1);
    border-right-color: rgba(81,57,36,.1)
}

.border-x-rng-game-text-current-bet\/100 {
    border-left-color: #513924;
    border-right-color: #513924
}

.border-x-rng-game-text-current-bet\/20 {
    border-left-color: rgba(81,57,36,.2);
    border-right-color: rgba(81,57,36,.2)
}

.border-x-rng-game-text-current-bet\/25 {
    border-left-color: rgba(81,57,36,.25);
    border-right-color: rgba(81,57,36,.25)
}

.border-x-rng-game-text-current-bet\/30 {
    border-left-color: rgba(81,57,36,.3);
    border-right-color: rgba(81,57,36,.3)
}

.border-x-rng-game-text-current-bet\/40 {
    border-left-color: rgba(81,57,36,.4);
    border-right-color: rgba(81,57,36,.4)
}

.border-x-rng-game-text-current-bet\/5 {
    border-left-color: rgba(81,57,36,.05);
    border-right-color: rgba(81,57,36,.05)
}

.border-x-rng-game-text-current-bet\/50 {
    border-left-color: rgba(81,57,36,.5);
    border-right-color: rgba(81,57,36,.5)
}

.border-x-rng-game-text-current-bet\/60 {
    border-left-color: rgba(81,57,36,.6);
    border-right-color: rgba(81,57,36,.6)
}

.border-x-rng-game-text-current-bet\/70 {
    border-left-color: rgba(81,57,36,.7);
    border-right-color: rgba(81,57,36,.7)
}

.border-x-rng-game-text-current-bet\/75 {
    border-left-color: rgba(81,57,36,.75);
    border-right-color: rgba(81,57,36,.75)
}

.border-x-rng-game-text-current-bet\/80 {
    border-left-color: rgba(81,57,36,.8);
    border-right-color: rgba(81,57,36,.8)
}

.border-x-rng-game-text-current-bet\/90 {
    border-left-color: rgba(81,57,36,.9);
    border-right-color: rgba(81,57,36,.9)
}

.border-x-rng-game-text-current-bet\/95 {
    border-left-color: rgba(81,57,36,.95);
    border-right-color: rgba(81,57,36,.95)
}

.border-x-rng-game-total {
    --tw-border-opacity: 1;
    border-left-color: rgb(229 198 117/var(--tw-border-opacity));
    border-right-color: rgb(229 198 117/var(--tw-border-opacity))
}

.border-x-rng-game-total\/0 {
    border-left-color: hsla(43,68%,68%,0);
    border-right-color: hsla(43,68%,68%,0)
}

.border-x-rng-game-total\/10 {
    border-left-color: hsla(43,68%,68%,.1);
    border-right-color: hsla(43,68%,68%,.1)
}

.border-x-rng-game-total\/100 {
    border-left-color: #e5c675;
    border-right-color: #e5c675
}

.border-x-rng-game-total\/20 {
    border-left-color: hsla(43,68%,68%,.2);
    border-right-color: hsla(43,68%,68%,.2)
}

.border-x-rng-game-total\/25 {
    border-left-color: hsla(43,68%,68%,.25);
    border-right-color: hsla(43,68%,68%,.25)
}

.border-x-rng-game-total\/30 {
    border-left-color: hsla(43,68%,68%,.3);
    border-right-color: hsla(43,68%,68%,.3)
}

.border-x-rng-game-total\/40 {
    border-left-color: hsla(43,68%,68%,.4);
    border-right-color: hsla(43,68%,68%,.4)
}

.border-x-rng-game-total\/5 {
    border-left-color: hsla(43,68%,68%,.05);
    border-right-color: hsla(43,68%,68%,.05)
}

.border-x-rng-game-total\/50 {
    border-left-color: hsla(43,68%,68%,.5);
    border-right-color: hsla(43,68%,68%,.5)
}

.border-x-rng-game-total\/60 {
    border-left-color: hsla(43,68%,68%,.6);
    border-right-color: hsla(43,68%,68%,.6)
}

.border-x-rng-game-total\/70 {
    border-left-color: hsla(43,68%,68%,.7);
    border-right-color: hsla(43,68%,68%,.7)
}

.border-x-rng-game-total\/75 {
    border-left-color: hsla(43,68%,68%,.75);
    border-right-color: hsla(43,68%,68%,.75)
}

.border-x-rng-game-total\/80 {
    border-left-color: hsla(43,68%,68%,.8);
    border-right-color: hsla(43,68%,68%,.8)
}

.border-x-rng-game-total\/90 {
    border-left-color: hsla(43,68%,68%,.9);
    border-right-color: hsla(43,68%,68%,.9)
}

.border-x-rng-game-total\/95 {
    border-left-color: hsla(43,68%,68%,.95);
    border-right-color: hsla(43,68%,68%,.95)
}

.border-x-sub-page-header {
    --tw-border-opacity: 1;
    border-left-color: rgb(137 113 80/var(--tw-border-opacity));
    border-right-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-x-sub-page-header\/0 {
    border-left-color: rgba(137,113,80,0);
    border-right-color: rgba(137,113,80,0)
}

.border-x-sub-page-header\/10 {
    border-left-color: rgba(137,113,80,.1);
    border-right-color: rgba(137,113,80,.1)
}

.border-x-sub-page-header\/100 {
    border-left-color: #897150;
    border-right-color: #897150
}

.border-x-sub-page-header\/20 {
    border-left-color: rgba(137,113,80,.2);
    border-right-color: rgba(137,113,80,.2)
}

.border-x-sub-page-header\/25 {
    border-left-color: rgba(137,113,80,.25);
    border-right-color: rgba(137,113,80,.25)
}

.border-x-sub-page-header\/30 {
    border-left-color: rgba(137,113,80,.3);
    border-right-color: rgba(137,113,80,.3)
}

.border-x-sub-page-header\/40 {
    border-left-color: rgba(137,113,80,.4);
    border-right-color: rgba(137,113,80,.4)
}

.border-x-sub-page-header\/5 {
    border-left-color: rgba(137,113,80,.05);
    border-right-color: rgba(137,113,80,.05)
}

.border-x-sub-page-header\/50 {
    border-left-color: rgba(137,113,80,.5);
    border-right-color: rgba(137,113,80,.5)
}

.border-x-sub-page-header\/60 {
    border-left-color: rgba(137,113,80,.6);
    border-right-color: rgba(137,113,80,.6)
}

.border-x-sub-page-header\/70 {
    border-left-color: rgba(137,113,80,.7);
    border-right-color: rgba(137,113,80,.7)
}

.border-x-sub-page-header\/75 {
    border-left-color: rgba(137,113,80,.75);
    border-right-color: rgba(137,113,80,.75)
}

.border-x-sub-page-header\/80 {
    border-left-color: rgba(137,113,80,.8);
    border-right-color: rgba(137,113,80,.8)
}

.border-x-sub-page-header\/90 {
    border-left-color: rgba(137,113,80,.9);
    border-right-color: rgba(137,113,80,.9)
}

.border-x-sub-page-header\/95 {
    border-left-color: rgba(137,113,80,.95);
    border-right-color: rgba(137,113,80,.95)
}

.border-x-sub-page-sidebar {
    --tw-border-opacity: 1;
    border-left-color: rgb(29 24 24/var(--tw-border-opacity));
    border-right-color: rgb(29 24 24/var(--tw-border-opacity))
}

.border-x-sub-page-sidebar\/0 {
    border-left-color: rgba(29,24,24,0);
    border-right-color: rgba(29,24,24,0)
}

.border-x-sub-page-sidebar\/10 {
    border-left-color: rgba(29,24,24,.1);
    border-right-color: rgba(29,24,24,.1)
}

.border-x-sub-page-sidebar\/100 {
    border-left-color: #1d1818;
    border-right-color: #1d1818
}

.border-x-sub-page-sidebar\/20 {
    border-left-color: rgba(29,24,24,.2);
    border-right-color: rgba(29,24,24,.2)
}

.border-x-sub-page-sidebar\/25 {
    border-left-color: rgba(29,24,24,.25);
    border-right-color: rgba(29,24,24,.25)
}

.border-x-sub-page-sidebar\/30 {
    border-left-color: rgba(29,24,24,.3);
    border-right-color: rgba(29,24,24,.3)
}

.border-x-sub-page-sidebar\/40 {
    border-left-color: rgba(29,24,24,.4);
    border-right-color: rgba(29,24,24,.4)
}

.border-x-sub-page-sidebar\/5 {
    border-left-color: rgba(29,24,24,.05);
    border-right-color: rgba(29,24,24,.05)
}

.border-x-sub-page-sidebar\/50 {
    border-left-color: rgba(29,24,24,.5);
    border-right-color: rgba(29,24,24,.5)
}

.border-x-sub-page-sidebar\/60 {
    border-left-color: rgba(29,24,24,.6);
    border-right-color: rgba(29,24,24,.6)
}

.border-x-sub-page-sidebar\/70 {
    border-left-color: rgba(29,24,24,.7);
    border-right-color: rgba(29,24,24,.7)
}

.border-x-sub-page-sidebar\/75 {
    border-left-color: rgba(29,24,24,.75);
    border-right-color: rgba(29,24,24,.75)
}

.border-x-sub-page-sidebar\/80 {
    border-left-color: rgba(29,24,24,.8);
    border-right-color: rgba(29,24,24,.8)
}

.border-x-sub-page-sidebar\/90 {
    border-left-color: rgba(29,24,24,.9);
    border-right-color: rgba(29,24,24,.9)
}

.border-x-sub-page-sidebar\/95 {
    border-left-color: rgba(29,24,24,.95);
    border-right-color: rgba(29,24,24,.95)
}

.border-x-transparent,.border-x-transparent\/0 {
    border-left-color: transparent;
    border-right-color: transparent
}

.border-x-transparent\/10 {
    border-left-color: rgba(0,0,0,.1);
    border-right-color: rgba(0,0,0,.1)
}

.border-x-transparent\/100 {
    border-left-color: #000;
    border-right-color: #000
}

.border-x-transparent\/20 {
    border-left-color: rgba(0,0,0,.2);
    border-right-color: rgba(0,0,0,.2)
}

.border-x-transparent\/25 {
    border-left-color: rgba(0,0,0,.25);
    border-right-color: rgba(0,0,0,.25)
}

.border-x-transparent\/30 {
    border-left-color: rgba(0,0,0,.3);
    border-right-color: rgba(0,0,0,.3)
}

.border-x-transparent\/40 {
    border-left-color: rgba(0,0,0,.4);
    border-right-color: rgba(0,0,0,.4)
}

.border-x-transparent\/5 {
    border-left-color: rgba(0,0,0,.05);
    border-right-color: rgba(0,0,0,.05)
}

.border-x-transparent\/50 {
    border-left-color: rgba(0,0,0,.5);
    border-right-color: rgba(0,0,0,.5)
}

.border-x-transparent\/60 {
    border-left-color: rgba(0,0,0,.6);
    border-right-color: rgba(0,0,0,.6)
}

.border-x-transparent\/70 {
    border-left-color: rgba(0,0,0,.7);
    border-right-color: rgba(0,0,0,.7)
}

.border-x-transparent\/75 {
    border-left-color: rgba(0,0,0,.75);
    border-right-color: rgba(0,0,0,.75)
}

.border-x-transparent\/80 {
    border-left-color: rgba(0,0,0,.8);
    border-right-color: rgba(0,0,0,.8)
}

.border-x-transparent\/90 {
    border-left-color: rgba(0,0,0,.9);
    border-right-color: rgba(0,0,0,.9)
}

.border-x-transparent\/95 {
    border-left-color: rgba(0,0,0,.95);
    border-right-color: rgba(0,0,0,.95)
}

.border-x-white {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 255 255/var(--tw-border-opacity));
    border-right-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-x-white\/0 {
    border-left-color: hsla(0,0%,100%,0);
    border-right-color: hsla(0,0%,100%,0)
}

.border-x-white\/10 {
    border-left-color: hsla(0,0%,100%,.1);
    border-right-color: hsla(0,0%,100%,.1)
}

.border-x-white\/100 {
    border-left-color: #fff;
    border-right-color: #fff
}

.border-x-white\/20 {
    border-left-color: hsla(0,0%,100%,.2);
    border-right-color: hsla(0,0%,100%,.2)
}

.border-x-white\/25 {
    border-left-color: hsla(0,0%,100%,.25);
    border-right-color: hsla(0,0%,100%,.25)
}

.border-x-white\/30 {
    border-left-color: hsla(0,0%,100%,.3);
    border-right-color: hsla(0,0%,100%,.3)
}

.border-x-white\/40 {
    border-left-color: hsla(0,0%,100%,.4);
    border-right-color: hsla(0,0%,100%,.4)
}

.border-x-white\/5 {
    border-left-color: hsla(0,0%,100%,.05);
    border-right-color: hsla(0,0%,100%,.05)
}

.border-x-white\/50 {
    border-left-color: hsla(0,0%,100%,.5);
    border-right-color: hsla(0,0%,100%,.5)
}

.border-x-white\/60 {
    border-left-color: hsla(0,0%,100%,.6);
    border-right-color: hsla(0,0%,100%,.6)
}

.border-x-white\/70 {
    border-left-color: hsla(0,0%,100%,.7);
    border-right-color: hsla(0,0%,100%,.7)
}

.border-x-white\/75 {
    border-left-color: hsla(0,0%,100%,.75);
    border-right-color: hsla(0,0%,100%,.75)
}

.border-x-white\/80 {
    border-left-color: hsla(0,0%,100%,.8);
    border-right-color: hsla(0,0%,100%,.8)
}

.border-x-white\/90 {
    border-left-color: hsla(0,0%,100%,.9);
    border-right-color: hsla(0,0%,100%,.9)
}

.border-x-white\/95 {
    border-left-color: hsla(0,0%,100%,.95);
    border-right-color: hsla(0,0%,100%,.95)
}

.border-x-yellow-active {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 194 69/var(--tw-border-opacity));
    border-right-color: rgb(236 194 69/var(--tw-border-opacity))
}

.border-x-yellow-active\/0 {
    border-left-color: rgba(236,194,69,0);
    border-right-color: rgba(236,194,69,0)
}

.border-x-yellow-active\/10 {
    border-left-color: rgba(236,194,69,.1);
    border-right-color: rgba(236,194,69,.1)
}

.border-x-yellow-active\/100 {
    border-left-color: #ecc245;
    border-right-color: #ecc245
}

.border-x-yellow-active\/20 {
    border-left-color: rgba(236,194,69,.2);
    border-right-color: rgba(236,194,69,.2)
}

.border-x-yellow-active\/25 {
    border-left-color: rgba(236,194,69,.25);
    border-right-color: rgba(236,194,69,.25)
}

.border-x-yellow-active\/30 {
    border-left-color: rgba(236,194,69,.3);
    border-right-color: rgba(236,194,69,.3)
}

.border-x-yellow-active\/40 {
    border-left-color: rgba(236,194,69,.4);
    border-right-color: rgba(236,194,69,.4)
}

.border-x-yellow-active\/5 {
    border-left-color: rgba(236,194,69,.05);
    border-right-color: rgba(236,194,69,.05)
}

.border-x-yellow-active\/50 {
    border-left-color: rgba(236,194,69,.5);
    border-right-color: rgba(236,194,69,.5)
}

.border-x-yellow-active\/60 {
    border-left-color: rgba(236,194,69,.6);
    border-right-color: rgba(236,194,69,.6)
}

.border-x-yellow-active\/70 {
    border-left-color: rgba(236,194,69,.7);
    border-right-color: rgba(236,194,69,.7)
}

.border-x-yellow-active\/75 {
    border-left-color: rgba(236,194,69,.75);
    border-right-color: rgba(236,194,69,.75)
}

.border-x-yellow-active\/80 {
    border-left-color: rgba(236,194,69,.8);
    border-right-color: rgba(236,194,69,.8)
}

.border-x-yellow-active\/90 {
    border-left-color: rgba(236,194,69,.9);
    border-right-color: rgba(236,194,69,.9)
}

.border-x-yellow-active\/95 {
    border-left-color: rgba(236,194,69,.95);
    border-right-color: rgba(236,194,69,.95)
}

.border-x-yellow-black {
    --tw-border-opacity: 1;
    border-left-color: rgb(154 126 61/var(--tw-border-opacity));
    border-right-color: rgb(154 126 61/var(--tw-border-opacity))
}

.border-x-yellow-black\/0 {
    border-left-color: rgba(154,126,61,0);
    border-right-color: rgba(154,126,61,0)
}

.border-x-yellow-black\/10 {
    border-left-color: rgba(154,126,61,.1);
    border-right-color: rgba(154,126,61,.1)
}

.border-x-yellow-black\/100 {
    border-left-color: #9a7e3d;
    border-right-color: #9a7e3d
}

.border-x-yellow-black\/20 {
    border-left-color: rgba(154,126,61,.2);
    border-right-color: rgba(154,126,61,.2)
}

.border-x-yellow-black\/25 {
    border-left-color: rgba(154,126,61,.25);
    border-right-color: rgba(154,126,61,.25)
}

.border-x-yellow-black\/30 {
    border-left-color: rgba(154,126,61,.3);
    border-right-color: rgba(154,126,61,.3)
}

.border-x-yellow-black\/40 {
    border-left-color: rgba(154,126,61,.4);
    border-right-color: rgba(154,126,61,.4)
}

.border-x-yellow-black\/5 {
    border-left-color: rgba(154,126,61,.05);
    border-right-color: rgba(154,126,61,.05)
}

.border-x-yellow-black\/50 {
    border-left-color: rgba(154,126,61,.5);
    border-right-color: rgba(154,126,61,.5)
}

.border-x-yellow-black\/60 {
    border-left-color: rgba(154,126,61,.6);
    border-right-color: rgba(154,126,61,.6)
}

.border-x-yellow-black\/70 {
    border-left-color: rgba(154,126,61,.7);
    border-right-color: rgba(154,126,61,.7)
}

.border-x-yellow-black\/75 {
    border-left-color: rgba(154,126,61,.75);
    border-right-color: rgba(154,126,61,.75)
}

.border-x-yellow-black\/80 {
    border-left-color: rgba(154,126,61,.8);
    border-right-color: rgba(154,126,61,.8)
}

.border-x-yellow-black\/90 {
    border-left-color: rgba(154,126,61,.9);
    border-right-color: rgba(154,126,61,.9)
}

.border-x-yellow-black\/95 {
    border-left-color: rgba(154,126,61,.95);
    border-right-color: rgba(154,126,61,.95)
}

.border-x-yellow-default {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 192 68/var(--tw-border-opacity));
    border-right-color: rgb(234 192 68/var(--tw-border-opacity))
}

.border-x-yellow-default\/0 {
    border-left-color: rgba(234,192,68,0);
    border-right-color: rgba(234,192,68,0)
}

.border-x-yellow-default\/10 {
    border-left-color: rgba(234,192,68,.1);
    border-right-color: rgba(234,192,68,.1)
}

.border-x-yellow-default\/100 {
    border-left-color: #eac044;
    border-right-color: #eac044
}

.border-x-yellow-default\/20 {
    border-left-color: rgba(234,192,68,.2);
    border-right-color: rgba(234,192,68,.2)
}

.border-x-yellow-default\/25 {
    border-left-color: rgba(234,192,68,.25);
    border-right-color: rgba(234,192,68,.25)
}

.border-x-yellow-default\/30 {
    border-left-color: rgba(234,192,68,.3);
    border-right-color: rgba(234,192,68,.3)
}

.border-x-yellow-default\/40 {
    border-left-color: rgba(234,192,68,.4);
    border-right-color: rgba(234,192,68,.4)
}

.border-x-yellow-default\/5 {
    border-left-color: rgba(234,192,68,.05);
    border-right-color: rgba(234,192,68,.05)
}

.border-x-yellow-default\/50 {
    border-left-color: rgba(234,192,68,.5);
    border-right-color: rgba(234,192,68,.5)
}

.border-x-yellow-default\/60 {
    border-left-color: rgba(234,192,68,.6);
    border-right-color: rgba(234,192,68,.6)
}

.border-x-yellow-default\/70 {
    border-left-color: rgba(234,192,68,.7);
    border-right-color: rgba(234,192,68,.7)
}

.border-x-yellow-default\/75 {
    border-left-color: rgba(234,192,68,.75);
    border-right-color: rgba(234,192,68,.75)
}

.border-x-yellow-default\/80 {
    border-left-color: rgba(234,192,68,.8);
    border-right-color: rgba(234,192,68,.8)
}

.border-x-yellow-default\/90 {
    border-left-color: rgba(234,192,68,.9);
    border-right-color: rgba(234,192,68,.9)
}

.border-x-yellow-default\/95 {
    border-left-color: rgba(234,192,68,.95);
    border-right-color: rgba(234,192,68,.95)
}

.border-x-yellow-orange {
    --tw-border-opacity: 1;
    border-left-color: rgb(220 179 118/var(--tw-border-opacity));
    border-right-color: rgb(220 179 118/var(--tw-border-opacity))
}

.border-x-yellow-orange\/0 {
    border-left-color: hsla(36,59%,66%,0);
    border-right-color: hsla(36,59%,66%,0)
}

.border-x-yellow-orange\/10 {
    border-left-color: hsla(36,59%,66%,.1);
    border-right-color: hsla(36,59%,66%,.1)
}

.border-x-yellow-orange\/100 {
    border-left-color: #dcb376;
    border-right-color: #dcb376
}

.border-x-yellow-orange\/20 {
    border-left-color: hsla(36,59%,66%,.2);
    border-right-color: hsla(36,59%,66%,.2)
}

.border-x-yellow-orange\/25 {
    border-left-color: hsla(36,59%,66%,.25);
    border-right-color: hsla(36,59%,66%,.25)
}

.border-x-yellow-orange\/30 {
    border-left-color: hsla(36,59%,66%,.3);
    border-right-color: hsla(36,59%,66%,.3)
}

.border-x-yellow-orange\/40 {
    border-left-color: hsla(36,59%,66%,.4);
    border-right-color: hsla(36,59%,66%,.4)
}

.border-x-yellow-orange\/5 {
    border-left-color: hsla(36,59%,66%,.05);
    border-right-color: hsla(36,59%,66%,.05)
}

.border-x-yellow-orange\/50 {
    border-left-color: hsla(36,59%,66%,.5);
    border-right-color: hsla(36,59%,66%,.5)
}

.border-x-yellow-orange\/60 {
    border-left-color: hsla(36,59%,66%,.6);
    border-right-color: hsla(36,59%,66%,.6)
}

.border-x-yellow-orange\/70 {
    border-left-color: hsla(36,59%,66%,.7);
    border-right-color: hsla(36,59%,66%,.7)
}

.border-x-yellow-orange\/75 {
    border-left-color: hsla(36,59%,66%,.75);
    border-right-color: hsla(36,59%,66%,.75)
}

.border-x-yellow-orange\/80 {
    border-left-color: hsla(36,59%,66%,.8);
    border-right-color: hsla(36,59%,66%,.8)
}

.border-x-yellow-orange\/90 {
    border-left-color: hsla(36,59%,66%,.9);
    border-right-color: hsla(36,59%,66%,.9)
}

.border-x-yellow-orange\/95 {
    border-left-color: hsla(36,59%,66%,.95);
    border-right-color: hsla(36,59%,66%,.95)
}

.border-x-yellow-term {
    --tw-border-opacity: 1;
    border-left-color: rgb(179 143 23/var(--tw-border-opacity));
    border-right-color: rgb(179 143 23/var(--tw-border-opacity))
}

.border-x-yellow-term\/0 {
    border-left-color: rgba(179,143,23,0);
    border-right-color: rgba(179,143,23,0)
}

.border-x-yellow-term\/10 {
    border-left-color: rgba(179,143,23,.1);
    border-right-color: rgba(179,143,23,.1)
}

.border-x-yellow-term\/100 {
    border-left-color: #b38f17;
    border-right-color: #b38f17
}

.border-x-yellow-term\/20 {
    border-left-color: rgba(179,143,23,.2);
    border-right-color: rgba(179,143,23,.2)
}

.border-x-yellow-term\/25 {
    border-left-color: rgba(179,143,23,.25);
    border-right-color: rgba(179,143,23,.25)
}

.border-x-yellow-term\/30 {
    border-left-color: rgba(179,143,23,.3);
    border-right-color: rgba(179,143,23,.3)
}

.border-x-yellow-term\/40 {
    border-left-color: rgba(179,143,23,.4);
    border-right-color: rgba(179,143,23,.4)
}

.border-x-yellow-term\/5 {
    border-left-color: rgba(179,143,23,.05);
    border-right-color: rgba(179,143,23,.05)
}

.border-x-yellow-term\/50 {
    border-left-color: rgba(179,143,23,.5);
    border-right-color: rgba(179,143,23,.5)
}

.border-x-yellow-term\/60 {
    border-left-color: rgba(179,143,23,.6);
    border-right-color: rgba(179,143,23,.6)
}

.border-x-yellow-term\/70 {
    border-left-color: rgba(179,143,23,.7);
    border-right-color: rgba(179,143,23,.7)
}

.border-x-yellow-term\/75 {
    border-left-color: rgba(179,143,23,.75);
    border-right-color: rgba(179,143,23,.75)
}

.border-x-yellow-term\/80 {
    border-left-color: rgba(179,143,23,.8);
    border-right-color: rgba(179,143,23,.8)
}

.border-x-yellow-term\/90 {
    border-left-color: rgba(179,143,23,.9);
    border-right-color: rgba(179,143,23,.9)
}

.border-x-yellow-term\/95 {
    border-left-color: rgba(179,143,23,.95);
    border-right-color: rgba(179,143,23,.95)
}

.border-x-yellow-text {
    --tw-border-opacity: 1;
    border-left-color: rgb(244 194 18/var(--tw-border-opacity));
    border-right-color: rgb(244 194 18/var(--tw-border-opacity))
}

.border-x-yellow-text\/0 {
    border-left-color: rgba(244,194,18,0);
    border-right-color: rgba(244,194,18,0)
}

.border-x-yellow-text\/10 {
    border-left-color: rgba(244,194,18,.1);
    border-right-color: rgba(244,194,18,.1)
}

.border-x-yellow-text\/100 {
    border-left-color: #f4c212;
    border-right-color: #f4c212
}

.border-x-yellow-text\/20 {
    border-left-color: rgba(244,194,18,.2);
    border-right-color: rgba(244,194,18,.2)
}

.border-x-yellow-text\/25 {
    border-left-color: rgba(244,194,18,.25);
    border-right-color: rgba(244,194,18,.25)
}

.border-x-yellow-text\/30 {
    border-left-color: rgba(244,194,18,.3);
    border-right-color: rgba(244,194,18,.3)
}

.border-x-yellow-text\/40 {
    border-left-color: rgba(244,194,18,.4);
    border-right-color: rgba(244,194,18,.4)
}

.border-x-yellow-text\/5 {
    border-left-color: rgba(244,194,18,.05);
    border-right-color: rgba(244,194,18,.05)
}

.border-x-yellow-text\/50 {
    border-left-color: rgba(244,194,18,.5);
    border-right-color: rgba(244,194,18,.5)
}

.border-x-yellow-text\/60 {
    border-left-color: rgba(244,194,18,.6);
    border-right-color: rgba(244,194,18,.6)
}

.border-x-yellow-text\/70 {
    border-left-color: rgba(244,194,18,.7);
    border-right-color: rgba(244,194,18,.7)
}

.border-x-yellow-text\/75 {
    border-left-color: rgba(244,194,18,.75);
    border-right-color: rgba(244,194,18,.75)
}

.border-x-yellow-text\/80 {
    border-left-color: rgba(244,194,18,.8);
    border-right-color: rgba(244,194,18,.8)
}

.border-x-yellow-text\/90 {
    border-left-color: rgba(244,194,18,.9);
    border-right-color: rgba(244,194,18,.9)
}

.border-x-yellow-text\/95 {
    border-left-color: rgba(244,194,18,.95);
    border-right-color: rgba(244,194,18,.95)
}

.border-y-background-gray {
    --tw-border-opacity: 1;
    border-top-color: rgb(37 38 43/var(--tw-border-opacity));
    border-bottom-color: rgb(37 38 43/var(--tw-border-opacity))
}

.border-y-background-gray\/0 {
    border-top-color: rgba(37,38,43,0);
    border-bottom-color: rgba(37,38,43,0)
}

.border-y-background-gray\/10 {
    border-top-color: rgba(37,38,43,.1);
    border-bottom-color: rgba(37,38,43,.1)
}

.border-y-background-gray\/100 {
    border-top-color: #25262b;
    border-bottom-color: #25262b
}

.border-y-background-gray\/20 {
    border-top-color: rgba(37,38,43,.2);
    border-bottom-color: rgba(37,38,43,.2)
}

.border-y-background-gray\/25 {
    border-top-color: rgba(37,38,43,.25);
    border-bottom-color: rgba(37,38,43,.25)
}

.border-y-background-gray\/30 {
    border-top-color: rgba(37,38,43,.3);
    border-bottom-color: rgba(37,38,43,.3)
}

.border-y-background-gray\/40 {
    border-top-color: rgba(37,38,43,.4);
    border-bottom-color: rgba(37,38,43,.4)
}

.border-y-background-gray\/5 {
    border-top-color: rgba(37,38,43,.05);
    border-bottom-color: rgba(37,38,43,.05)
}

.border-y-background-gray\/50 {
    border-top-color: rgba(37,38,43,.5);
    border-bottom-color: rgba(37,38,43,.5)
}

.border-y-background-gray\/60 {
    border-top-color: rgba(37,38,43,.6);
    border-bottom-color: rgba(37,38,43,.6)
}

.border-y-background-gray\/70 {
    border-top-color: rgba(37,38,43,.7);
    border-bottom-color: rgba(37,38,43,.7)
}

.border-y-background-gray\/75 {
    border-top-color: rgba(37,38,43,.75);
    border-bottom-color: rgba(37,38,43,.75)
}

.border-y-background-gray\/80 {
    border-top-color: rgba(37,38,43,.8);
    border-bottom-color: rgba(37,38,43,.8)
}

.border-y-background-gray\/90 {
    border-top-color: rgba(37,38,43,.9);
    border-bottom-color: rgba(37,38,43,.9)
}

.border-y-background-gray\/95 {
    border-top-color: rgba(37,38,43,.95);
    border-bottom-color: rgba(37,38,43,.95)
}

.border-y-black-about {
    --tw-border-opacity: 1;
    border-top-color: rgb(41 41 41/var(--tw-border-opacity));
    border-bottom-color: rgb(41 41 41/var(--tw-border-opacity))
}

.border-y-black-about\/0 {
    border-top-color: rgba(41,41,41,0);
    border-bottom-color: rgba(41,41,41,0)
}

.border-y-black-about\/10 {
    border-top-color: rgba(41,41,41,.1);
    border-bottom-color: rgba(41,41,41,.1)
}

.border-y-black-about\/100 {
    border-top-color: #292929;
    border-bottom-color: #292929
}

.border-y-black-about\/20 {
    border-top-color: rgba(41,41,41,.2);
    border-bottom-color: rgba(41,41,41,.2)
}

.border-y-black-about\/25 {
    border-top-color: rgba(41,41,41,.25);
    border-bottom-color: rgba(41,41,41,.25)
}

.border-y-black-about\/30 {
    border-top-color: rgba(41,41,41,.3);
    border-bottom-color: rgba(41,41,41,.3)
}

.border-y-black-about\/40 {
    border-top-color: rgba(41,41,41,.4);
    border-bottom-color: rgba(41,41,41,.4)
}

.border-y-black-about\/5 {
    border-top-color: rgba(41,41,41,.05);
    border-bottom-color: rgba(41,41,41,.05)
}

.border-y-black-about\/50 {
    border-top-color: rgba(41,41,41,.5);
    border-bottom-color: rgba(41,41,41,.5)
}

.border-y-black-about\/60 {
    border-top-color: rgba(41,41,41,.6);
    border-bottom-color: rgba(41,41,41,.6)
}

.border-y-black-about\/70 {
    border-top-color: rgba(41,41,41,.7);
    border-bottom-color: rgba(41,41,41,.7)
}

.border-y-black-about\/75 {
    border-top-color: rgba(41,41,41,.75);
    border-bottom-color: rgba(41,41,41,.75)
}

.border-y-black-about\/80 {
    border-top-color: rgba(41,41,41,.8);
    border-bottom-color: rgba(41,41,41,.8)
}

.border-y-black-about\/90 {
    border-top-color: rgba(41,41,41,.9);
    border-bottom-color: rgba(41,41,41,.9)
}

.border-y-black-about\/95 {
    border-top-color: rgba(41,41,41,.95);
    border-bottom-color: rgba(41,41,41,.95)
}

.border-y-black-account {
    --tw-border-opacity: 1;
    border-top-color: rgb(32 32 32/var(--tw-border-opacity));
    border-bottom-color: rgb(32 32 32/var(--tw-border-opacity))
}

.border-y-black-account\/0 {
    border-top-color: rgba(32,32,32,0);
    border-bottom-color: rgba(32,32,32,0)
}

.border-y-black-account\/10 {
    border-top-color: rgba(32,32,32,.1);
    border-bottom-color: rgba(32,32,32,.1)
}

.border-y-black-account\/100 {
    border-top-color: #202020;
    border-bottom-color: #202020
}

.border-y-black-account\/20 {
    border-top-color: rgba(32,32,32,.2);
    border-bottom-color: rgba(32,32,32,.2)
}

.border-y-black-account\/25 {
    border-top-color: rgba(32,32,32,.25);
    border-bottom-color: rgba(32,32,32,.25)
}

.border-y-black-account\/30 {
    border-top-color: rgba(32,32,32,.3);
    border-bottom-color: rgba(32,32,32,.3)
}

.border-y-black-account\/40 {
    border-top-color: rgba(32,32,32,.4);
    border-bottom-color: rgba(32,32,32,.4)
}

.border-y-black-account\/5 {
    border-top-color: rgba(32,32,32,.05);
    border-bottom-color: rgba(32,32,32,.05)
}

.border-y-black-account\/50 {
    border-top-color: rgba(32,32,32,.5);
    border-bottom-color: rgba(32,32,32,.5)
}

.border-y-black-account\/60 {
    border-top-color: rgba(32,32,32,.6);
    border-bottom-color: rgba(32,32,32,.6)
}

.border-y-black-account\/70 {
    border-top-color: rgba(32,32,32,.7);
    border-bottom-color: rgba(32,32,32,.7)
}

.border-y-black-account\/75 {
    border-top-color: rgba(32,32,32,.75);
    border-bottom-color: rgba(32,32,32,.75)
}

.border-y-black-account\/80 {
    border-top-color: rgba(32,32,32,.8);
    border-bottom-color: rgba(32,32,32,.8)
}

.border-y-black-account\/90 {
    border-top-color: rgba(32,32,32,.9);
    border-bottom-color: rgba(32,32,32,.9)
}

.border-y-black-account\/95 {
    border-top-color: rgba(32,32,32,.95);
    border-bottom-color: rgba(32,32,32,.95)
}

.border-y-black-bg1 {
    --tw-border-opacity: 1;
    border-top-color: rgb(15 16 17/var(--tw-border-opacity));
    border-bottom-color: rgb(15 16 17/var(--tw-border-opacity))
}

.border-y-black-bg1\/0 {
    border-top-color: rgba(15,16,17,0);
    border-bottom-color: rgba(15,16,17,0)
}

.border-y-black-bg1\/10 {
    border-top-color: rgba(15,16,17,.1);
    border-bottom-color: rgba(15,16,17,.1)
}

.border-y-black-bg1\/100 {
    border-top-color: #0f1011;
    border-bottom-color: #0f1011
}

.border-y-black-bg1\/20 {
    border-top-color: rgba(15,16,17,.2);
    border-bottom-color: rgba(15,16,17,.2)
}

.border-y-black-bg1\/25 {
    border-top-color: rgba(15,16,17,.25);
    border-bottom-color: rgba(15,16,17,.25)
}

.border-y-black-bg1\/30 {
    border-top-color: rgba(15,16,17,.3);
    border-bottom-color: rgba(15,16,17,.3)
}

.border-y-black-bg1\/40 {
    border-top-color: rgba(15,16,17,.4);
    border-bottom-color: rgba(15,16,17,.4)
}

.border-y-black-bg1\/5 {
    border-top-color: rgba(15,16,17,.05);
    border-bottom-color: rgba(15,16,17,.05)
}

.border-y-black-bg1\/50 {
    border-top-color: rgba(15,16,17,.5);
    border-bottom-color: rgba(15,16,17,.5)
}

.border-y-black-bg1\/60 {
    border-top-color: rgba(15,16,17,.6);
    border-bottom-color: rgba(15,16,17,.6)
}

.border-y-black-bg1\/70 {
    border-top-color: rgba(15,16,17,.7);
    border-bottom-color: rgba(15,16,17,.7)
}

.border-y-black-bg1\/75 {
    border-top-color: rgba(15,16,17,.75);
    border-bottom-color: rgba(15,16,17,.75)
}

.border-y-black-bg1\/80 {
    border-top-color: rgba(15,16,17,.8);
    border-bottom-color: rgba(15,16,17,.8)
}

.border-y-black-bg1\/90 {
    border-top-color: rgba(15,16,17,.9);
    border-bottom-color: rgba(15,16,17,.9)
}

.border-y-black-bg1\/95 {
    border-top-color: rgba(15,16,17,.95);
    border-bottom-color: rgba(15,16,17,.95)
}

.border-y-black-coin {
    --tw-border-opacity: 1;
    border-top-color: rgb(38 38 38/var(--tw-border-opacity));
    border-bottom-color: rgb(38 38 38/var(--tw-border-opacity))
}

.border-y-black-coin\/0 {
    border-top-color: rgba(38,38,38,0);
    border-bottom-color: rgba(38,38,38,0)
}

.border-y-black-coin\/10 {
    border-top-color: rgba(38,38,38,.1);
    border-bottom-color: rgba(38,38,38,.1)
}

.border-y-black-coin\/100 {
    border-top-color: #262626;
    border-bottom-color: #262626
}

.border-y-black-coin\/20 {
    border-top-color: rgba(38,38,38,.2);
    border-bottom-color: rgba(38,38,38,.2)
}

.border-y-black-coin\/25 {
    border-top-color: rgba(38,38,38,.25);
    border-bottom-color: rgba(38,38,38,.25)
}

.border-y-black-coin\/30 {
    border-top-color: rgba(38,38,38,.3);
    border-bottom-color: rgba(38,38,38,.3)
}

.border-y-black-coin\/40 {
    border-top-color: rgba(38,38,38,.4);
    border-bottom-color: rgba(38,38,38,.4)
}

.border-y-black-coin\/5 {
    border-top-color: rgba(38,38,38,.05);
    border-bottom-color: rgba(38,38,38,.05)
}

.border-y-black-coin\/50 {
    border-top-color: rgba(38,38,38,.5);
    border-bottom-color: rgba(38,38,38,.5)
}

.border-y-black-coin\/60 {
    border-top-color: rgba(38,38,38,.6);
    border-bottom-color: rgba(38,38,38,.6)
}

.border-y-black-coin\/70 {
    border-top-color: rgba(38,38,38,.7);
    border-bottom-color: rgba(38,38,38,.7)
}

.border-y-black-coin\/75 {
    border-top-color: rgba(38,38,38,.75);
    border-bottom-color: rgba(38,38,38,.75)
}

.border-y-black-coin\/80 {
    border-top-color: rgba(38,38,38,.8);
    border-bottom-color: rgba(38,38,38,.8)
}

.border-y-black-coin\/90 {
    border-top-color: rgba(38,38,38,.9);
    border-bottom-color: rgba(38,38,38,.9)
}

.border-y-black-coin\/95 {
    border-top-color: rgba(38,38,38,.95);
    border-bottom-color: rgba(38,38,38,.95)
}

.border-y-black-config {
    --tw-border-opacity: 1;
    border-top-color: rgb(51 48 41/var(--tw-border-opacity));
    border-bottom-color: rgb(51 48 41/var(--tw-border-opacity))
}

.border-y-black-config\/0 {
    border-top-color: rgba(51,48,41,0);
    border-bottom-color: rgba(51,48,41,0)
}

.border-y-black-config\/10 {
    border-top-color: rgba(51,48,41,.1);
    border-bottom-color: rgba(51,48,41,.1)
}

.border-y-black-config\/100 {
    border-top-color: #333029;
    border-bottom-color: #333029
}

.border-y-black-config\/20 {
    border-top-color: rgba(51,48,41,.2);
    border-bottom-color: rgba(51,48,41,.2)
}

.border-y-black-config\/25 {
    border-top-color: rgba(51,48,41,.25);
    border-bottom-color: rgba(51,48,41,.25)
}

.border-y-black-config\/30 {
    border-top-color: rgba(51,48,41,.3);
    border-bottom-color: rgba(51,48,41,.3)
}

.border-y-black-config\/40 {
    border-top-color: rgba(51,48,41,.4);
    border-bottom-color: rgba(51,48,41,.4)
}

.border-y-black-config\/5 {
    border-top-color: rgba(51,48,41,.05);
    border-bottom-color: rgba(51,48,41,.05)
}

.border-y-black-config\/50 {
    border-top-color: rgba(51,48,41,.5);
    border-bottom-color: rgba(51,48,41,.5)
}

.border-y-black-config\/60 {
    border-top-color: rgba(51,48,41,.6);
    border-bottom-color: rgba(51,48,41,.6)
}

.border-y-black-config\/70 {
    border-top-color: rgba(51,48,41,.7);
    border-bottom-color: rgba(51,48,41,.7)
}

.border-y-black-config\/75 {
    border-top-color: rgba(51,48,41,.75);
    border-bottom-color: rgba(51,48,41,.75)
}

.border-y-black-config\/80 {
    border-top-color: rgba(51,48,41,.8);
    border-bottom-color: rgba(51,48,41,.8)
}

.border-y-black-config\/90 {
    border-top-color: rgba(51,48,41,.9);
    border-bottom-color: rgba(51,48,41,.9)
}

.border-y-black-config\/95 {
    border-top-color: rgba(51,48,41,.95);
    border-bottom-color: rgba(51,48,41,.95)
}

.border-y-black-default {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 0 0/var(--tw-border-opacity));
    border-bottom-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-y-black-default\/0 {
    border-top-color: transparent;
    border-bottom-color: transparent
}

.border-y-black-default\/10 {
    border-top-color: rgba(0,0,0,.1);
    border-bottom-color: rgba(0,0,0,.1)
}

.border-y-black-default\/100 {
    border-top-color: #000;
    border-bottom-color: #000
}

.border-y-black-default\/20 {
    border-top-color: rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.2)
}

.border-y-black-default\/25 {
    border-top-color: rgba(0,0,0,.25);
    border-bottom-color: rgba(0,0,0,.25)
}

.border-y-black-default\/30 {
    border-top-color: rgba(0,0,0,.3);
    border-bottom-color: rgba(0,0,0,.3)
}

.border-y-black-default\/40 {
    border-top-color: rgba(0,0,0,.4);
    border-bottom-color: rgba(0,0,0,.4)
}

.border-y-black-default\/5 {
    border-top-color: rgba(0,0,0,.05);
    border-bottom-color: rgba(0,0,0,.05)
}

.border-y-black-default\/50 {
    border-top-color: rgba(0,0,0,.5);
    border-bottom-color: rgba(0,0,0,.5)
}

.border-y-black-default\/60 {
    border-top-color: rgba(0,0,0,.6);
    border-bottom-color: rgba(0,0,0,.6)
}

.border-y-black-default\/70 {
    border-top-color: rgba(0,0,0,.7);
    border-bottom-color: rgba(0,0,0,.7)
}

.border-y-black-default\/75 {
    border-top-color: rgba(0,0,0,.75);
    border-bottom-color: rgba(0,0,0,.75)
}

.border-y-black-default\/80 {
    border-top-color: rgba(0,0,0,.8);
    border-bottom-color: rgba(0,0,0,.8)
}

.border-y-black-default\/90 {
    border-top-color: rgba(0,0,0,.9);
    border-bottom-color: rgba(0,0,0,.9)
}

.border-y-black-default\/95 {
    border-top-color: rgba(0,0,0,.95);
    border-bottom-color: rgba(0,0,0,.95)
}

.border-y-black-footer {
    --tw-border-opacity: 1;
    border-top-color: rgb(25 27 30/var(--tw-border-opacity));
    border-bottom-color: rgb(25 27 30/var(--tw-border-opacity))
}

.border-y-black-footer\/0 {
    border-top-color: rgba(25,27,30,0);
    border-bottom-color: rgba(25,27,30,0)
}

.border-y-black-footer\/10 {
    border-top-color: rgba(25,27,30,.1);
    border-bottom-color: rgba(25,27,30,.1)
}

.border-y-black-footer\/100 {
    border-top-color: #191b1e;
    border-bottom-color: #191b1e
}

.border-y-black-footer\/20 {
    border-top-color: rgba(25,27,30,.2);
    border-bottom-color: rgba(25,27,30,.2)
}

.border-y-black-footer\/25 {
    border-top-color: rgba(25,27,30,.25);
    border-bottom-color: rgba(25,27,30,.25)
}

.border-y-black-footer\/30 {
    border-top-color: rgba(25,27,30,.3);
    border-bottom-color: rgba(25,27,30,.3)
}

.border-y-black-footer\/40 {
    border-top-color: rgba(25,27,30,.4);
    border-bottom-color: rgba(25,27,30,.4)
}

.border-y-black-footer\/5 {
    border-top-color: rgba(25,27,30,.05);
    border-bottom-color: rgba(25,27,30,.05)
}

.border-y-black-footer\/50 {
    border-top-color: rgba(25,27,30,.5);
    border-bottom-color: rgba(25,27,30,.5)
}

.border-y-black-footer\/60 {
    border-top-color: rgba(25,27,30,.6);
    border-bottom-color: rgba(25,27,30,.6)
}

.border-y-black-footer\/70 {
    border-top-color: rgba(25,27,30,.7);
    border-bottom-color: rgba(25,27,30,.7)
}

.border-y-black-footer\/75 {
    border-top-color: rgba(25,27,30,.75);
    border-bottom-color: rgba(25,27,30,.75)
}

.border-y-black-footer\/80 {
    border-top-color: rgba(25,27,30,.8);
    border-bottom-color: rgba(25,27,30,.8)
}

.border-y-black-footer\/90 {
    border-top-color: rgba(25,27,30,.9);
    border-bottom-color: rgba(25,27,30,.9)
}

.border-y-black-footer\/95 {
    border-top-color: rgba(25,27,30,.95);
    border-bottom-color: rgba(25,27,30,.95)
}

.border-y-black-head {
    --tw-border-opacity: 1;
    border-top-color: rgb(51 48 41/var(--tw-border-opacity));
    border-bottom-color: rgb(51 48 41/var(--tw-border-opacity))
}

.border-y-black-head-table {
    --tw-border-opacity: 1;
    border-top-color: rgb(10 12 14/var(--tw-border-opacity));
    border-bottom-color: rgb(10 12 14/var(--tw-border-opacity))
}

.border-y-black-head-table\/0 {
    border-top-color: rgba(10,12,14,0);
    border-bottom-color: rgba(10,12,14,0)
}

.border-y-black-head-table\/10 {
    border-top-color: rgba(10,12,14,.1);
    border-bottom-color: rgba(10,12,14,.1)
}

.border-y-black-head-table\/100 {
    border-top-color: #0a0c0e;
    border-bottom-color: #0a0c0e
}

.border-y-black-head-table\/20 {
    border-top-color: rgba(10,12,14,.2);
    border-bottom-color: rgba(10,12,14,.2)
}

.border-y-black-head-table\/25 {
    border-top-color: rgba(10,12,14,.25);
    border-bottom-color: rgba(10,12,14,.25)
}

.border-y-black-head-table\/30 {
    border-top-color: rgba(10,12,14,.3);
    border-bottom-color: rgba(10,12,14,.3)
}

.border-y-black-head-table\/40 {
    border-top-color: rgba(10,12,14,.4);
    border-bottom-color: rgba(10,12,14,.4)
}

.border-y-black-head-table\/5 {
    border-top-color: rgba(10,12,14,.05);
    border-bottom-color: rgba(10,12,14,.05)
}

.border-y-black-head-table\/50 {
    border-top-color: rgba(10,12,14,.5);
    border-bottom-color: rgba(10,12,14,.5)
}

.border-y-black-head-table\/60 {
    border-top-color: rgba(10,12,14,.6);
    border-bottom-color: rgba(10,12,14,.6)
}

.border-y-black-head-table\/70 {
    border-top-color: rgba(10,12,14,.7);
    border-bottom-color: rgba(10,12,14,.7)
}

.border-y-black-head-table\/75 {
    border-top-color: rgba(10,12,14,.75);
    border-bottom-color: rgba(10,12,14,.75)
}

.border-y-black-head-table\/80 {
    border-top-color: rgba(10,12,14,.8);
    border-bottom-color: rgba(10,12,14,.8)
}

.border-y-black-head-table\/90 {
    border-top-color: rgba(10,12,14,.9);
    border-bottom-color: rgba(10,12,14,.9)
}

.border-y-black-head-table\/95 {
    border-top-color: rgba(10,12,14,.95);
    border-bottom-color: rgba(10,12,14,.95)
}

.border-y-black-head\/0 {
    border-top-color: rgba(51,48,41,0);
    border-bottom-color: rgba(51,48,41,0)
}

.border-y-black-head\/10 {
    border-top-color: rgba(51,48,41,.1);
    border-bottom-color: rgba(51,48,41,.1)
}

.border-y-black-head\/100 {
    border-top-color: #333029;
    border-bottom-color: #333029
}

.border-y-black-head\/20 {
    border-top-color: rgba(51,48,41,.2);
    border-bottom-color: rgba(51,48,41,.2)
}

.border-y-black-head\/25 {
    border-top-color: rgba(51,48,41,.25);
    border-bottom-color: rgba(51,48,41,.25)
}

.border-y-black-head\/30 {
    border-top-color: rgba(51,48,41,.3);
    border-bottom-color: rgba(51,48,41,.3)
}

.border-y-black-head\/40 {
    border-top-color: rgba(51,48,41,.4);
    border-bottom-color: rgba(51,48,41,.4)
}

.border-y-black-head\/5 {
    border-top-color: rgba(51,48,41,.05);
    border-bottom-color: rgba(51,48,41,.05)
}

.border-y-black-head\/50 {
    border-top-color: rgba(51,48,41,.5);
    border-bottom-color: rgba(51,48,41,.5)
}

.border-y-black-head\/60 {
    border-top-color: rgba(51,48,41,.6);
    border-bottom-color: rgba(51,48,41,.6)
}

.border-y-black-head\/70 {
    border-top-color: rgba(51,48,41,.7);
    border-bottom-color: rgba(51,48,41,.7)
}

.border-y-black-head\/75 {
    border-top-color: rgba(51,48,41,.75);
    border-bottom-color: rgba(51,48,41,.75)
}

.border-y-black-head\/80 {
    border-top-color: rgba(51,48,41,.8);
    border-bottom-color: rgba(51,48,41,.8)
}

.border-y-black-head\/90 {
    border-top-color: rgba(51,48,41,.9);
    border-bottom-color: rgba(51,48,41,.9)
}

.border-y-black-head\/95 {
    border-top-color: rgba(51,48,41,.95);
    border-bottom-color: rgba(51,48,41,.95)
}

.border-y-black-header-about {
    --tw-border-opacity: 1;
    border-top-color: rgb(32 32 32/var(--tw-border-opacity));
    border-bottom-color: rgb(32 32 32/var(--tw-border-opacity))
}

.border-y-black-header-about\/0 {
    border-top-color: rgba(32,32,32,0);
    border-bottom-color: rgba(32,32,32,0)
}

.border-y-black-header-about\/10 {
    border-top-color: rgba(32,32,32,.1);
    border-bottom-color: rgba(32,32,32,.1)
}

.border-y-black-header-about\/100 {
    border-top-color: #202020;
    border-bottom-color: #202020
}

.border-y-black-header-about\/20 {
    border-top-color: rgba(32,32,32,.2);
    border-bottom-color: rgba(32,32,32,.2)
}

.border-y-black-header-about\/25 {
    border-top-color: rgba(32,32,32,.25);
    border-bottom-color: rgba(32,32,32,.25)
}

.border-y-black-header-about\/30 {
    border-top-color: rgba(32,32,32,.3);
    border-bottom-color: rgba(32,32,32,.3)
}

.border-y-black-header-about\/40 {
    border-top-color: rgba(32,32,32,.4);
    border-bottom-color: rgba(32,32,32,.4)
}

.border-y-black-header-about\/5 {
    border-top-color: rgba(32,32,32,.05);
    border-bottom-color: rgba(32,32,32,.05)
}

.border-y-black-header-about\/50 {
    border-top-color: rgba(32,32,32,.5);
    border-bottom-color: rgba(32,32,32,.5)
}

.border-y-black-header-about\/60 {
    border-top-color: rgba(32,32,32,.6);
    border-bottom-color: rgba(32,32,32,.6)
}

.border-y-black-header-about\/70 {
    border-top-color: rgba(32,32,32,.7);
    border-bottom-color: rgba(32,32,32,.7)
}

.border-y-black-header-about\/75 {
    border-top-color: rgba(32,32,32,.75);
    border-bottom-color: rgba(32,32,32,.75)
}

.border-y-black-header-about\/80 {
    border-top-color: rgba(32,32,32,.8);
    border-bottom-color: rgba(32,32,32,.8)
}

.border-y-black-header-about\/90 {
    border-top-color: rgba(32,32,32,.9);
    border-bottom-color: rgba(32,32,32,.9)
}

.border-y-black-header-about\/95 {
    border-top-color: rgba(32,32,32,.95);
    border-bottom-color: rgba(32,32,32,.95)
}

.border-y-black-header-top {
    --tw-border-opacity: 1;
    border-top-color: rgb(14 9 1/var(--tw-border-opacity));
    border-bottom-color: rgb(14 9 1/var(--tw-border-opacity))
}

.border-y-black-header-top\/0 {
    border-top-color: rgba(14,9,1,0);
    border-bottom-color: rgba(14,9,1,0)
}

.border-y-black-header-top\/10 {
    border-top-color: rgba(14,9,1,.1);
    border-bottom-color: rgba(14,9,1,.1)
}

.border-y-black-header-top\/100 {
    border-top-color: #0e0901;
    border-bottom-color: #0e0901
}

.border-y-black-header-top\/20 {
    border-top-color: rgba(14,9,1,.2);
    border-bottom-color: rgba(14,9,1,.2)
}

.border-y-black-header-top\/25 {
    border-top-color: rgba(14,9,1,.25);
    border-bottom-color: rgba(14,9,1,.25)
}

.border-y-black-header-top\/30 {
    border-top-color: rgba(14,9,1,.3);
    border-bottom-color: rgba(14,9,1,.3)
}

.border-y-black-header-top\/40 {
    border-top-color: rgba(14,9,1,.4);
    border-bottom-color: rgba(14,9,1,.4)
}

.border-y-black-header-top\/5 {
    border-top-color: rgba(14,9,1,.05);
    border-bottom-color: rgba(14,9,1,.05)
}

.border-y-black-header-top\/50 {
    border-top-color: rgba(14,9,1,.5);
    border-bottom-color: rgba(14,9,1,.5)
}

.border-y-black-header-top\/60 {
    border-top-color: rgba(14,9,1,.6);
    border-bottom-color: rgba(14,9,1,.6)
}

.border-y-black-header-top\/70 {
    border-top-color: rgba(14,9,1,.7);
    border-bottom-color: rgba(14,9,1,.7)
}

.border-y-black-header-top\/75 {
    border-top-color: rgba(14,9,1,.75);
    border-bottom-color: rgba(14,9,1,.75)
}

.border-y-black-header-top\/80 {
    border-top-color: rgba(14,9,1,.8);
    border-bottom-color: rgba(14,9,1,.8)
}

.border-y-black-header-top\/90 {
    border-top-color: rgba(14,9,1,.9);
    border-bottom-color: rgba(14,9,1,.9)
}

.border-y-black-header-top\/95 {
    border-top-color: rgba(14,9,1,.95);
    border-bottom-color: rgba(14,9,1,.95)
}

.border-y-black-main {
    --tw-border-opacity: 1;
    border-top-color: rgb(13 9 6/var(--tw-border-opacity));
    border-bottom-color: rgb(13 9 6/var(--tw-border-opacity))
}

.border-y-black-main\/0 {
    border-top-color: rgba(13,9,6,0);
    border-bottom-color: rgba(13,9,6,0)
}

.border-y-black-main\/10 {
    border-top-color: rgba(13,9,6,.1);
    border-bottom-color: rgba(13,9,6,.1)
}

.border-y-black-main\/100 {
    border-top-color: #0d0906;
    border-bottom-color: #0d0906
}

.border-y-black-main\/20 {
    border-top-color: rgba(13,9,6,.2);
    border-bottom-color: rgba(13,9,6,.2)
}

.border-y-black-main\/25 {
    border-top-color: rgba(13,9,6,.25);
    border-bottom-color: rgba(13,9,6,.25)
}

.border-y-black-main\/30 {
    border-top-color: rgba(13,9,6,.3);
    border-bottom-color: rgba(13,9,6,.3)
}

.border-y-black-main\/40 {
    border-top-color: rgba(13,9,6,.4);
    border-bottom-color: rgba(13,9,6,.4)
}

.border-y-black-main\/5 {
    border-top-color: rgba(13,9,6,.05);
    border-bottom-color: rgba(13,9,6,.05)
}

.border-y-black-main\/50 {
    border-top-color: rgba(13,9,6,.5);
    border-bottom-color: rgba(13,9,6,.5)
}

.border-y-black-main\/60 {
    border-top-color: rgba(13,9,6,.6);
    border-bottom-color: rgba(13,9,6,.6)
}

.border-y-black-main\/70 {
    border-top-color: rgba(13,9,6,.7);
    border-bottom-color: rgba(13,9,6,.7)
}

.border-y-black-main\/75 {
    border-top-color: rgba(13,9,6,.75);
    border-bottom-color: rgba(13,9,6,.75)
}

.border-y-black-main\/80 {
    border-top-color: rgba(13,9,6,.8);
    border-bottom-color: rgba(13,9,6,.8)
}

.border-y-black-main\/90 {
    border-top-color: rgba(13,9,6,.9);
    border-bottom-color: rgba(13,9,6,.9)
}

.border-y-black-main\/95 {
    border-top-color: rgba(13,9,6,.95);
    border-bottom-color: rgba(13,9,6,.95)
}

.border-y-black-option {
    --tw-border-opacity: 1;
    border-top-color: rgb(11 12 11/var(--tw-border-opacity));
    border-bottom-color: rgb(11 12 11/var(--tw-border-opacity))
}

.border-y-black-option\/0 {
    border-top-color: rgba(11,12,11,0);
    border-bottom-color: rgba(11,12,11,0)
}

.border-y-black-option\/10 {
    border-top-color: rgba(11,12,11,.1);
    border-bottom-color: rgba(11,12,11,.1)
}

.border-y-black-option\/100 {
    border-top-color: #0b0c0b;
    border-bottom-color: #0b0c0b
}

.border-y-black-option\/20 {
    border-top-color: rgba(11,12,11,.2);
    border-bottom-color: rgba(11,12,11,.2)
}

.border-y-black-option\/25 {
    border-top-color: rgba(11,12,11,.25);
    border-bottom-color: rgba(11,12,11,.25)
}

.border-y-black-option\/30 {
    border-top-color: rgba(11,12,11,.3);
    border-bottom-color: rgba(11,12,11,.3)
}

.border-y-black-option\/40 {
    border-top-color: rgba(11,12,11,.4);
    border-bottom-color: rgba(11,12,11,.4)
}

.border-y-black-option\/5 {
    border-top-color: rgba(11,12,11,.05);
    border-bottom-color: rgba(11,12,11,.05)
}

.border-y-black-option\/50 {
    border-top-color: rgba(11,12,11,.5);
    border-bottom-color: rgba(11,12,11,.5)
}

.border-y-black-option\/60 {
    border-top-color: rgba(11,12,11,.6);
    border-bottom-color: rgba(11,12,11,.6)
}

.border-y-black-option\/70 {
    border-top-color: rgba(11,12,11,.7);
    border-bottom-color: rgba(11,12,11,.7)
}

.border-y-black-option\/75 {
    border-top-color: rgba(11,12,11,.75);
    border-bottom-color: rgba(11,12,11,.75)
}

.border-y-black-option\/80 {
    border-top-color: rgba(11,12,11,.8);
    border-bottom-color: rgba(11,12,11,.8)
}

.border-y-black-option\/90 {
    border-top-color: rgba(11,12,11,.9);
    border-bottom-color: rgba(11,12,11,.9)
}

.border-y-black-option\/95 {
    border-top-color: rgba(11,12,11,.95);
    border-bottom-color: rgba(11,12,11,.95)
}

.border-y-black-table-account {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 26 26/var(--tw-border-opacity));
    border-bottom-color: rgb(26 26 26/var(--tw-border-opacity))
}

.border-y-black-table-account\/0 {
    border-top-color: rgba(26,26,26,0);
    border-bottom-color: rgba(26,26,26,0)
}

.border-y-black-table-account\/10 {
    border-top-color: rgba(26,26,26,.1);
    border-bottom-color: rgba(26,26,26,.1)
}

.border-y-black-table-account\/100 {
    border-top-color: #1a1a1a;
    border-bottom-color: #1a1a1a
}

.border-y-black-table-account\/20 {
    border-top-color: rgba(26,26,26,.2);
    border-bottom-color: rgba(26,26,26,.2)
}

.border-y-black-table-account\/25 {
    border-top-color: rgba(26,26,26,.25);
    border-bottom-color: rgba(26,26,26,.25)
}

.border-y-black-table-account\/30 {
    border-top-color: rgba(26,26,26,.3);
    border-bottom-color: rgba(26,26,26,.3)
}

.border-y-black-table-account\/40 {
    border-top-color: rgba(26,26,26,.4);
    border-bottom-color: rgba(26,26,26,.4)
}

.border-y-black-table-account\/5 {
    border-top-color: rgba(26,26,26,.05);
    border-bottom-color: rgba(26,26,26,.05)
}

.border-y-black-table-account\/50 {
    border-top-color: rgba(26,26,26,.5);
    border-bottom-color: rgba(26,26,26,.5)
}

.border-y-black-table-account\/60 {
    border-top-color: rgba(26,26,26,.6);
    border-bottom-color: rgba(26,26,26,.6)
}

.border-y-black-table-account\/70 {
    border-top-color: rgba(26,26,26,.7);
    border-bottom-color: rgba(26,26,26,.7)
}

.border-y-black-table-account\/75 {
    border-top-color: rgba(26,26,26,.75);
    border-bottom-color: rgba(26,26,26,.75)
}

.border-y-black-table-account\/80 {
    border-top-color: rgba(26,26,26,.8);
    border-bottom-color: rgba(26,26,26,.8)
}

.border-y-black-table-account\/90 {
    border-top-color: rgba(26,26,26,.9);
    border-bottom-color: rgba(26,26,26,.9)
}

.border-y-black-table-account\/95 {
    border-top-color: rgba(26,26,26,.95);
    border-bottom-color: rgba(26,26,26,.95)
}

.border-y-black-text {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 29 27/var(--tw-border-opacity));
    border-bottom-color: rgb(26 29 27/var(--tw-border-opacity))
}

.border-y-black-text\/0 {
    border-top-color: rgba(26,29,27,0);
    border-bottom-color: rgba(26,29,27,0)
}

.border-y-black-text\/10 {
    border-top-color: rgba(26,29,27,.1);
    border-bottom-color: rgba(26,29,27,.1)
}

.border-y-black-text\/100 {
    border-top-color: #1a1d1b;
    border-bottom-color: #1a1d1b
}

.border-y-black-text\/20 {
    border-top-color: rgba(26,29,27,.2);
    border-bottom-color: rgba(26,29,27,.2)
}

.border-y-black-text\/25 {
    border-top-color: rgba(26,29,27,.25);
    border-bottom-color: rgba(26,29,27,.25)
}

.border-y-black-text\/30 {
    border-top-color: rgba(26,29,27,.3);
    border-bottom-color: rgba(26,29,27,.3)
}

.border-y-black-text\/40 {
    border-top-color: rgba(26,29,27,.4);
    border-bottom-color: rgba(26,29,27,.4)
}

.border-y-black-text\/5 {
    border-top-color: rgba(26,29,27,.05);
    border-bottom-color: rgba(26,29,27,.05)
}

.border-y-black-text\/50 {
    border-top-color: rgba(26,29,27,.5);
    border-bottom-color: rgba(26,29,27,.5)
}

.border-y-black-text\/60 {
    border-top-color: rgba(26,29,27,.6);
    border-bottom-color: rgba(26,29,27,.6)
}

.border-y-black-text\/70 {
    border-top-color: rgba(26,29,27,.7);
    border-bottom-color: rgba(26,29,27,.7)
}

.border-y-black-text\/75 {
    border-top-color: rgba(26,29,27,.75);
    border-bottom-color: rgba(26,29,27,.75)
}

.border-y-black-text\/80 {
    border-top-color: rgba(26,29,27,.8);
    border-bottom-color: rgba(26,29,27,.8)
}

.border-y-black-text\/90 {
    border-top-color: rgba(26,29,27,.9);
    border-bottom-color: rgba(26,29,27,.9)
}

.border-y-black-text\/95 {
    border-top-color: rgba(26,29,27,.95);
    border-bottom-color: rgba(26,29,27,.95)
}

.border-y-black-text1 {
    --tw-border-opacity: 1;
    border-top-color: rgb(71 70 63/var(--tw-border-opacity));
    border-bottom-color: rgb(71 70 63/var(--tw-border-opacity))
}

.border-y-black-text1\/0 {
    border-top-color: rgba(71,70,63,0);
    border-bottom-color: rgba(71,70,63,0)
}

.border-y-black-text1\/10 {
    border-top-color: rgba(71,70,63,.1);
    border-bottom-color: rgba(71,70,63,.1)
}

.border-y-black-text1\/100 {
    border-top-color: #47463f;
    border-bottom-color: #47463f
}

.border-y-black-text1\/20 {
    border-top-color: rgba(71,70,63,.2);
    border-bottom-color: rgba(71,70,63,.2)
}

.border-y-black-text1\/25 {
    border-top-color: rgba(71,70,63,.25);
    border-bottom-color: rgba(71,70,63,.25)
}

.border-y-black-text1\/30 {
    border-top-color: rgba(71,70,63,.3);
    border-bottom-color: rgba(71,70,63,.3)
}

.border-y-black-text1\/40 {
    border-top-color: rgba(71,70,63,.4);
    border-bottom-color: rgba(71,70,63,.4)
}

.border-y-black-text1\/5 {
    border-top-color: rgba(71,70,63,.05);
    border-bottom-color: rgba(71,70,63,.05)
}

.border-y-black-text1\/50 {
    border-top-color: rgba(71,70,63,.5);
    border-bottom-color: rgba(71,70,63,.5)
}

.border-y-black-text1\/60 {
    border-top-color: rgba(71,70,63,.6);
    border-bottom-color: rgba(71,70,63,.6)
}

.border-y-black-text1\/70 {
    border-top-color: rgba(71,70,63,.7);
    border-bottom-color: rgba(71,70,63,.7)
}

.border-y-black-text1\/75 {
    border-top-color: rgba(71,70,63,.75);
    border-bottom-color: rgba(71,70,63,.75)
}

.border-y-black-text1\/80 {
    border-top-color: rgba(71,70,63,.8);
    border-bottom-color: rgba(71,70,63,.8)
}

.border-y-black-text1\/90 {
    border-top-color: rgba(71,70,63,.9);
    border-bottom-color: rgba(71,70,63,.9)
}

.border-y-black-text1\/95 {
    border-top-color: rgba(71,70,63,.95);
    border-bottom-color: rgba(71,70,63,.95)
}

.border-y-black-vip {
    --tw-border-opacity: 1;
    border-top-color: rgb(15 15 15/var(--tw-border-opacity));
    border-bottom-color: rgb(15 15 15/var(--tw-border-opacity))
}

.border-y-black-vip\/0 {
    border-top-color: hsla(0,0%,6%,0);
    border-bottom-color: hsla(0,0%,6%,0)
}

.border-y-black-vip\/10 {
    border-top-color: hsla(0,0%,6%,.1);
    border-bottom-color: hsla(0,0%,6%,.1)
}

.border-y-black-vip\/100 {
    border-top-color: #0f0f0f;
    border-bottom-color: #0f0f0f
}

.border-y-black-vip\/20 {
    border-top-color: hsla(0,0%,6%,.2);
    border-bottom-color: hsla(0,0%,6%,.2)
}

.border-y-black-vip\/25 {
    border-top-color: hsla(0,0%,6%,.25);
    border-bottom-color: hsla(0,0%,6%,.25)
}

.border-y-black-vip\/30 {
    border-top-color: hsla(0,0%,6%,.3);
    border-bottom-color: hsla(0,0%,6%,.3)
}

.border-y-black-vip\/40 {
    border-top-color: hsla(0,0%,6%,.4);
    border-bottom-color: hsla(0,0%,6%,.4)
}

.border-y-black-vip\/5 {
    border-top-color: hsla(0,0%,6%,.05);
    border-bottom-color: hsla(0,0%,6%,.05)
}

.border-y-black-vip\/50 {
    border-top-color: hsla(0,0%,6%,.5);
    border-bottom-color: hsla(0,0%,6%,.5)
}

.border-y-black-vip\/60 {
    border-top-color: hsla(0,0%,6%,.6);
    border-bottom-color: hsla(0,0%,6%,.6)
}

.border-y-black-vip\/70 {
    border-top-color: hsla(0,0%,6%,.7);
    border-bottom-color: hsla(0,0%,6%,.7)
}

.border-y-black-vip\/75 {
    border-top-color: hsla(0,0%,6%,.75);
    border-bottom-color: hsla(0,0%,6%,.75)
}

.border-y-black-vip\/80 {
    border-top-color: hsla(0,0%,6%,.8);
    border-bottom-color: hsla(0,0%,6%,.8)
}

.border-y-black-vip\/90 {
    border-top-color: hsla(0,0%,6%,.9);
    border-bottom-color: hsla(0,0%,6%,.9)
}

.border-y-black-vip\/95 {
    border-top-color: hsla(0,0%,6%,.95);
    border-bottom-color: hsla(0,0%,6%,.95)
}

.border-y-blue-head-table {
    --tw-border-opacity: 1;
    border-top-color: rgb(8 77 160/var(--tw-border-opacity));
    border-bottom-color: rgb(8 77 160/var(--tw-border-opacity))
}

.border-y-blue-head-table\/0 {
    border-top-color: rgba(8,77,160,0);
    border-bottom-color: rgba(8,77,160,0)
}

.border-y-blue-head-table\/10 {
    border-top-color: rgba(8,77,160,.1);
    border-bottom-color: rgba(8,77,160,.1)
}

.border-y-blue-head-table\/100 {
    border-top-color: #084da0;
    border-bottom-color: #084da0
}

.border-y-blue-head-table\/20 {
    border-top-color: rgba(8,77,160,.2);
    border-bottom-color: rgba(8,77,160,.2)
}

.border-y-blue-head-table\/25 {
    border-top-color: rgba(8,77,160,.25);
    border-bottom-color: rgba(8,77,160,.25)
}

.border-y-blue-head-table\/30 {
    border-top-color: rgba(8,77,160,.3);
    border-bottom-color: rgba(8,77,160,.3)
}

.border-y-blue-head-table\/40 {
    border-top-color: rgba(8,77,160,.4);
    border-bottom-color: rgba(8,77,160,.4)
}

.border-y-blue-head-table\/5 {
    border-top-color: rgba(8,77,160,.05);
    border-bottom-color: rgba(8,77,160,.05)
}

.border-y-blue-head-table\/50 {
    border-top-color: rgba(8,77,160,.5);
    border-bottom-color: rgba(8,77,160,.5)
}

.border-y-blue-head-table\/60 {
    border-top-color: rgba(8,77,160,.6);
    border-bottom-color: rgba(8,77,160,.6)
}

.border-y-blue-head-table\/70 {
    border-top-color: rgba(8,77,160,.7);
    border-bottom-color: rgba(8,77,160,.7)
}

.border-y-blue-head-table\/75 {
    border-top-color: rgba(8,77,160,.75);
    border-bottom-color: rgba(8,77,160,.75)
}

.border-y-blue-head-table\/80 {
    border-top-color: rgba(8,77,160,.8);
    border-bottom-color: rgba(8,77,160,.8)
}

.border-y-blue-head-table\/90 {
    border-top-color: rgba(8,77,160,.9);
    border-bottom-color: rgba(8,77,160,.9)
}

.border-y-blue-head-table\/95 {
    border-top-color: rgba(8,77,160,.95);
    border-bottom-color: rgba(8,77,160,.95)
}

.border-y-blue-item-history {
    --tw-border-opacity: 1;
    border-top-color: rgb(48 53 56/var(--tw-border-opacity));
    border-bottom-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-y-blue-item-history\/0 {
    border-top-color: rgba(48,53,56,0);
    border-bottom-color: rgba(48,53,56,0)
}

.border-y-blue-item-history\/10 {
    border-top-color: rgba(48,53,56,.1);
    border-bottom-color: rgba(48,53,56,.1)
}

.border-y-blue-item-history\/100 {
    border-top-color: #303538;
    border-bottom-color: #303538
}

.border-y-blue-item-history\/20 {
    border-top-color: rgba(48,53,56,.2);
    border-bottom-color: rgba(48,53,56,.2)
}

.border-y-blue-item-history\/25 {
    border-top-color: rgba(48,53,56,.25);
    border-bottom-color: rgba(48,53,56,.25)
}

.border-y-blue-item-history\/30 {
    border-top-color: rgba(48,53,56,.3);
    border-bottom-color: rgba(48,53,56,.3)
}

.border-y-blue-item-history\/40 {
    border-top-color: rgba(48,53,56,.4);
    border-bottom-color: rgba(48,53,56,.4)
}

.border-y-blue-item-history\/5 {
    border-top-color: rgba(48,53,56,.05);
    border-bottom-color: rgba(48,53,56,.05)
}

.border-y-blue-item-history\/50 {
    border-top-color: rgba(48,53,56,.5);
    border-bottom-color: rgba(48,53,56,.5)
}

.border-y-blue-item-history\/60 {
    border-top-color: rgba(48,53,56,.6);
    border-bottom-color: rgba(48,53,56,.6)
}

.border-y-blue-item-history\/70 {
    border-top-color: rgba(48,53,56,.7);
    border-bottom-color: rgba(48,53,56,.7)
}

.border-y-blue-item-history\/75 {
    border-top-color: rgba(48,53,56,.75);
    border-bottom-color: rgba(48,53,56,.75)
}

.border-y-blue-item-history\/80 {
    border-top-color: rgba(48,53,56,.8);
    border-bottom-color: rgba(48,53,56,.8)
}

.border-y-blue-item-history\/90 {
    border-top-color: rgba(48,53,56,.9);
    border-bottom-color: rgba(48,53,56,.9)
}

.border-y-blue-item-history\/95 {
    border-top-color: rgba(48,53,56,.95);
    border-bottom-color: rgba(48,53,56,.95)
}

.border-y-blue-process {
    --tw-border-opacity: 1;
    border-top-color: rgb(76 88 102/var(--tw-border-opacity));
    border-bottom-color: rgb(76 88 102/var(--tw-border-opacity))
}

.border-y-blue-process\/0 {
    border-top-color: rgba(76,88,102,0);
    border-bottom-color: rgba(76,88,102,0)
}

.border-y-blue-process\/10 {
    border-top-color: rgba(76,88,102,.1);
    border-bottom-color: rgba(76,88,102,.1)
}

.border-y-blue-process\/100 {
    border-top-color: #4c5866;
    border-bottom-color: #4c5866
}

.border-y-blue-process\/20 {
    border-top-color: rgba(76,88,102,.2);
    border-bottom-color: rgba(76,88,102,.2)
}

.border-y-blue-process\/25 {
    border-top-color: rgba(76,88,102,.25);
    border-bottom-color: rgba(76,88,102,.25)
}

.border-y-blue-process\/30 {
    border-top-color: rgba(76,88,102,.3);
    border-bottom-color: rgba(76,88,102,.3)
}

.border-y-blue-process\/40 {
    border-top-color: rgba(76,88,102,.4);
    border-bottom-color: rgba(76,88,102,.4)
}

.border-y-blue-process\/5 {
    border-top-color: rgba(76,88,102,.05);
    border-bottom-color: rgba(76,88,102,.05)
}

.border-y-blue-process\/50 {
    border-top-color: rgba(76,88,102,.5);
    border-bottom-color: rgba(76,88,102,.5)
}

.border-y-blue-process\/60 {
    border-top-color: rgba(76,88,102,.6);
    border-bottom-color: rgba(76,88,102,.6)
}

.border-y-blue-process\/70 {
    border-top-color: rgba(76,88,102,.7);
    border-bottom-color: rgba(76,88,102,.7)
}

.border-y-blue-process\/75 {
    border-top-color: rgba(76,88,102,.75);
    border-bottom-color: rgba(76,88,102,.75)
}

.border-y-blue-process\/80 {
    border-top-color: rgba(76,88,102,.8);
    border-bottom-color: rgba(76,88,102,.8)
}

.border-y-blue-process\/90 {
    border-top-color: rgba(76,88,102,.9);
    border-bottom-color: rgba(76,88,102,.9)
}

.border-y-blue-process\/95 {
    border-top-color: rgba(76,88,102,.95);
    border-bottom-color: rgba(76,88,102,.95)
}

.border-y-btn-inactive {
    --tw-border-opacity: 1;
    border-top-color: rgb(109 109 109/var(--tw-border-opacity));
    border-bottom-color: rgb(109 109 109/var(--tw-border-opacity))
}

.border-y-btn-inactive\/0 {
    border-top-color: hsla(0,0%,43%,0);
    border-bottom-color: hsla(0,0%,43%,0)
}

.border-y-btn-inactive\/10 {
    border-top-color: hsla(0,0%,43%,.1);
    border-bottom-color: hsla(0,0%,43%,.1)
}

.border-y-btn-inactive\/100 {
    border-top-color: #6d6d6d;
    border-bottom-color: #6d6d6d
}

.border-y-btn-inactive\/20 {
    border-top-color: hsla(0,0%,43%,.2);
    border-bottom-color: hsla(0,0%,43%,.2)
}

.border-y-btn-inactive\/25 {
    border-top-color: hsla(0,0%,43%,.25);
    border-bottom-color: hsla(0,0%,43%,.25)
}

.border-y-btn-inactive\/30 {
    border-top-color: hsla(0,0%,43%,.3);
    border-bottom-color: hsla(0,0%,43%,.3)
}

.border-y-btn-inactive\/40 {
    border-top-color: hsla(0,0%,43%,.4);
    border-bottom-color: hsla(0,0%,43%,.4)
}

.border-y-btn-inactive\/5 {
    border-top-color: hsla(0,0%,43%,.05);
    border-bottom-color: hsla(0,0%,43%,.05)
}

.border-y-btn-inactive\/50 {
    border-top-color: hsla(0,0%,43%,.5);
    border-bottom-color: hsla(0,0%,43%,.5)
}

.border-y-btn-inactive\/60 {
    border-top-color: hsla(0,0%,43%,.6);
    border-bottom-color: hsla(0,0%,43%,.6)
}

.border-y-btn-inactive\/70 {
    border-top-color: hsla(0,0%,43%,.7);
    border-bottom-color: hsla(0,0%,43%,.7)
}

.border-y-btn-inactive\/75 {
    border-top-color: hsla(0,0%,43%,.75);
    border-bottom-color: hsla(0,0%,43%,.75)
}

.border-y-btn-inactive\/80 {
    border-top-color: hsla(0,0%,43%,.8);
    border-bottom-color: hsla(0,0%,43%,.8)
}

.border-y-btn-inactive\/90 {
    border-top-color: hsla(0,0%,43%,.9);
    border-bottom-color: hsla(0,0%,43%,.9)
}

.border-y-btn-inactive\/95 {
    border-top-color: hsla(0,0%,43%,.95);
    border-bottom-color: hsla(0,0%,43%,.95)
}

.border-y-button {
    --tw-border-opacity: 1;
    border-top-color: rgb(185 143 93/var(--tw-border-opacity));
    border-bottom-color: rgb(185 143 93/var(--tw-border-opacity))
}

.border-y-button\/0 {
    border-top-color: rgba(185,143,93,0);
    border-bottom-color: rgba(185,143,93,0)
}

.border-y-button\/10 {
    border-top-color: rgba(185,143,93,.1);
    border-bottom-color: rgba(185,143,93,.1)
}

.border-y-button\/100 {
    border-top-color: #b98f5d;
    border-bottom-color: #b98f5d
}

.border-y-button\/20 {
    border-top-color: rgba(185,143,93,.2);
    border-bottom-color: rgba(185,143,93,.2)
}

.border-y-button\/25 {
    border-top-color: rgba(185,143,93,.25);
    border-bottom-color: rgba(185,143,93,.25)
}

.border-y-button\/30 {
    border-top-color: rgba(185,143,93,.3);
    border-bottom-color: rgba(185,143,93,.3)
}

.border-y-button\/40 {
    border-top-color: rgba(185,143,93,.4);
    border-bottom-color: rgba(185,143,93,.4)
}

.border-y-button\/5 {
    border-top-color: rgba(185,143,93,.05);
    border-bottom-color: rgba(185,143,93,.05)
}

.border-y-button\/50 {
    border-top-color: rgba(185,143,93,.5);
    border-bottom-color: rgba(185,143,93,.5)
}

.border-y-button\/60 {
    border-top-color: rgba(185,143,93,.6);
    border-bottom-color: rgba(185,143,93,.6)
}

.border-y-button\/70 {
    border-top-color: rgba(185,143,93,.7);
    border-bottom-color: rgba(185,143,93,.7)
}

.border-y-button\/75 {
    border-top-color: rgba(185,143,93,.75);
    border-bottom-color: rgba(185,143,93,.75)
}

.border-y-button\/80 {
    border-top-color: rgba(185,143,93,.8);
    border-bottom-color: rgba(185,143,93,.8)
}

.border-y-button\/90 {
    border-top-color: rgba(185,143,93,.9);
    border-bottom-color: rgba(185,143,93,.9)
}

.border-y-button\/95 {
    border-top-color: rgba(185,143,93,.95);
    border-bottom-color: rgba(185,143,93,.95)
}

.border-y-card {
    --tw-border-opacity: 1;
    border-top-color: rgb(21 18 18/var(--tw-border-opacity));
    border-bottom-color: rgb(21 18 18/var(--tw-border-opacity))
}

.border-y-card\/0 {
    border-top-color: hsla(0,8%,8%,0);
    border-bottom-color: hsla(0,8%,8%,0)
}

.border-y-card\/10 {
    border-top-color: hsla(0,8%,8%,.1);
    border-bottom-color: hsla(0,8%,8%,.1)
}

.border-y-card\/100 {
    border-top-color: #151212;
    border-bottom-color: #151212
}

.border-y-card\/20 {
    border-top-color: hsla(0,8%,8%,.2);
    border-bottom-color: hsla(0,8%,8%,.2)
}

.border-y-card\/25 {
    border-top-color: hsla(0,8%,8%,.25);
    border-bottom-color: hsla(0,8%,8%,.25)
}

.border-y-card\/30 {
    border-top-color: hsla(0,8%,8%,.3);
    border-bottom-color: hsla(0,8%,8%,.3)
}

.border-y-card\/40 {
    border-top-color: hsla(0,8%,8%,.4);
    border-bottom-color: hsla(0,8%,8%,.4)
}

.border-y-card\/5 {
    border-top-color: hsla(0,8%,8%,.05);
    border-bottom-color: hsla(0,8%,8%,.05)
}

.border-y-card\/50 {
    border-top-color: hsla(0,8%,8%,.5);
    border-bottom-color: hsla(0,8%,8%,.5)
}

.border-y-card\/60 {
    border-top-color: hsla(0,8%,8%,.6);
    border-bottom-color: hsla(0,8%,8%,.6)
}

.border-y-card\/70 {
    border-top-color: hsla(0,8%,8%,.7);
    border-bottom-color: hsla(0,8%,8%,.7)
}

.border-y-card\/75 {
    border-top-color: hsla(0,8%,8%,.75);
    border-bottom-color: hsla(0,8%,8%,.75)
}

.border-y-card\/80 {
    border-top-color: hsla(0,8%,8%,.8);
    border-bottom-color: hsla(0,8%,8%,.8)
}

.border-y-card\/90 {
    border-top-color: hsla(0,8%,8%,.9);
    border-bottom-color: hsla(0,8%,8%,.9)
}

.border-y-card\/95 {
    border-top-color: hsla(0,8%,8%,.95);
    border-bottom-color: hsla(0,8%,8%,.95)
}

.border-y-disable-text {
    --tw-border-opacity: 1;
    border-top-color: rgb(109 109 109/var(--tw-border-opacity));
    border-bottom-color: rgb(109 109 109/var(--tw-border-opacity))
}

.border-y-disable-text\/0 {
    border-top-color: hsla(0,0%,43%,0);
    border-bottom-color: hsla(0,0%,43%,0)
}

.border-y-disable-text\/10 {
    border-top-color: hsla(0,0%,43%,.1);
    border-bottom-color: hsla(0,0%,43%,.1)
}

.border-y-disable-text\/100 {
    border-top-color: #6d6d6d;
    border-bottom-color: #6d6d6d
}

.border-y-disable-text\/20 {
    border-top-color: hsla(0,0%,43%,.2);
    border-bottom-color: hsla(0,0%,43%,.2)
}

.border-y-disable-text\/25 {
    border-top-color: hsla(0,0%,43%,.25);
    border-bottom-color: hsla(0,0%,43%,.25)
}

.border-y-disable-text\/30 {
    border-top-color: hsla(0,0%,43%,.3);
    border-bottom-color: hsla(0,0%,43%,.3)
}

.border-y-disable-text\/40 {
    border-top-color: hsla(0,0%,43%,.4);
    border-bottom-color: hsla(0,0%,43%,.4)
}

.border-y-disable-text\/5 {
    border-top-color: hsla(0,0%,43%,.05);
    border-bottom-color: hsla(0,0%,43%,.05)
}

.border-y-disable-text\/50 {
    border-top-color: hsla(0,0%,43%,.5);
    border-bottom-color: hsla(0,0%,43%,.5)
}

.border-y-disable-text\/60 {
    border-top-color: hsla(0,0%,43%,.6);
    border-bottom-color: hsla(0,0%,43%,.6)
}

.border-y-disable-text\/70 {
    border-top-color: hsla(0,0%,43%,.7);
    border-bottom-color: hsla(0,0%,43%,.7)
}

.border-y-disable-text\/75 {
    border-top-color: hsla(0,0%,43%,.75);
    border-bottom-color: hsla(0,0%,43%,.75)
}

.border-y-disable-text\/80 {
    border-top-color: hsla(0,0%,43%,.8);
    border-bottom-color: hsla(0,0%,43%,.8)
}

.border-y-disable-text\/90 {
    border-top-color: hsla(0,0%,43%,.9);
    border-bottom-color: hsla(0,0%,43%,.9)
}

.border-y-disable-text\/95 {
    border-top-color: hsla(0,0%,43%,.95);
    border-bottom-color: hsla(0,0%,43%,.95)
}

.border-y-event-promotion-big-win-bg {
    --tw-border-opacity: 1;
    border-top-color: rgb(149 118 76/var(--tw-border-opacity));
    border-bottom-color: rgb(149 118 76/var(--tw-border-opacity))
}

.border-y-event-promotion-big-win-bg\/0 {
    border-top-color: rgba(149,118,76,0);
    border-bottom-color: rgba(149,118,76,0)
}

.border-y-event-promotion-big-win-bg\/10 {
    border-top-color: rgba(149,118,76,.1);
    border-bottom-color: rgba(149,118,76,.1)
}

.border-y-event-promotion-big-win-bg\/100 {
    border-top-color: #95764c;
    border-bottom-color: #95764c
}

.border-y-event-promotion-big-win-bg\/20 {
    border-top-color: rgba(149,118,76,.2);
    border-bottom-color: rgba(149,118,76,.2)
}

.border-y-event-promotion-big-win-bg\/25 {
    border-top-color: rgba(149,118,76,.25);
    border-bottom-color: rgba(149,118,76,.25)
}

.border-y-event-promotion-big-win-bg\/30 {
    border-top-color: rgba(149,118,76,.3);
    border-bottom-color: rgba(149,118,76,.3)
}

.border-y-event-promotion-big-win-bg\/40 {
    border-top-color: rgba(149,118,76,.4);
    border-bottom-color: rgba(149,118,76,.4)
}

.border-y-event-promotion-big-win-bg\/5 {
    border-top-color: rgba(149,118,76,.05);
    border-bottom-color: rgba(149,118,76,.05)
}

.border-y-event-promotion-big-win-bg\/50 {
    border-top-color: rgba(149,118,76,.5);
    border-bottom-color: rgba(149,118,76,.5)
}

.border-y-event-promotion-big-win-bg\/60 {
    border-top-color: rgba(149,118,76,.6);
    border-bottom-color: rgba(149,118,76,.6)
}

.border-y-event-promotion-big-win-bg\/70 {
    border-top-color: rgba(149,118,76,.7);
    border-bottom-color: rgba(149,118,76,.7)
}

.border-y-event-promotion-big-win-bg\/75 {
    border-top-color: rgba(149,118,76,.75);
    border-bottom-color: rgba(149,118,76,.75)
}

.border-y-event-promotion-big-win-bg\/80 {
    border-top-color: rgba(149,118,76,.8);
    border-bottom-color: rgba(149,118,76,.8)
}

.border-y-event-promotion-big-win-bg\/90 {
    border-top-color: rgba(149,118,76,.9);
    border-bottom-color: rgba(149,118,76,.9)
}

.border-y-event-promotion-big-win-bg\/95 {
    border-top-color: rgba(149,118,76,.95);
    border-bottom-color: rgba(149,118,76,.95)
}

.border-y-event-promotion-highlight {
    --tw-border-opacity: 1;
    border-top-color: rgb(246 192 65/var(--tw-border-opacity));
    border-bottom-color: rgb(246 192 65/var(--tw-border-opacity))
}

.border-y-event-promotion-highlight\/0 {
    border-top-color: rgba(246,192,65,0);
    border-bottom-color: rgba(246,192,65,0)
}

.border-y-event-promotion-highlight\/10 {
    border-top-color: rgba(246,192,65,.1);
    border-bottom-color: rgba(246,192,65,.1)
}

.border-y-event-promotion-highlight\/100 {
    border-top-color: #f6c041;
    border-bottom-color: #f6c041
}

.border-y-event-promotion-highlight\/20 {
    border-top-color: rgba(246,192,65,.2);
    border-bottom-color: rgba(246,192,65,.2)
}

.border-y-event-promotion-highlight\/25 {
    border-top-color: rgba(246,192,65,.25);
    border-bottom-color: rgba(246,192,65,.25)
}

.border-y-event-promotion-highlight\/30 {
    border-top-color: rgba(246,192,65,.3);
    border-bottom-color: rgba(246,192,65,.3)
}

.border-y-event-promotion-highlight\/40 {
    border-top-color: rgba(246,192,65,.4);
    border-bottom-color: rgba(246,192,65,.4)
}

.border-y-event-promotion-highlight\/5 {
    border-top-color: rgba(246,192,65,.05);
    border-bottom-color: rgba(246,192,65,.05)
}

.border-y-event-promotion-highlight\/50 {
    border-top-color: rgba(246,192,65,.5);
    border-bottom-color: rgba(246,192,65,.5)
}

.border-y-event-promotion-highlight\/60 {
    border-top-color: rgba(246,192,65,.6);
    border-bottom-color: rgba(246,192,65,.6)
}

.border-y-event-promotion-highlight\/70 {
    border-top-color: rgba(246,192,65,.7);
    border-bottom-color: rgba(246,192,65,.7)
}

.border-y-event-promotion-highlight\/75 {
    border-top-color: rgba(246,192,65,.75);
    border-bottom-color: rgba(246,192,65,.75)
}

.border-y-event-promotion-highlight\/80 {
    border-top-color: rgba(246,192,65,.8);
    border-bottom-color: rgba(246,192,65,.8)
}

.border-y-event-promotion-highlight\/90 {
    border-top-color: rgba(246,192,65,.9);
    border-bottom-color: rgba(246,192,65,.9)
}

.border-y-event-promotion-highlight\/95 {
    border-top-color: rgba(246,192,65,.95);
    border-bottom-color: rgba(246,192,65,.95)
}

.border-y-gray-about {
    --tw-border-opacity: 1;
    border-top-color: rgb(145 145 145/var(--tw-border-opacity));
    border-bottom-color: rgb(145 145 145/var(--tw-border-opacity))
}

.border-y-gray-about\/0 {
    border-top-color: hsla(0,0%,57%,0);
    border-bottom-color: hsla(0,0%,57%,0)
}

.border-y-gray-about\/10 {
    border-top-color: hsla(0,0%,57%,.1);
    border-bottom-color: hsla(0,0%,57%,.1)
}

.border-y-gray-about\/100 {
    border-top-color: #919191;
    border-bottom-color: #919191
}

.border-y-gray-about\/20 {
    border-top-color: hsla(0,0%,57%,.2);
    border-bottom-color: hsla(0,0%,57%,.2)
}

.border-y-gray-about\/25 {
    border-top-color: hsla(0,0%,57%,.25);
    border-bottom-color: hsla(0,0%,57%,.25)
}

.border-y-gray-about\/30 {
    border-top-color: hsla(0,0%,57%,.3);
    border-bottom-color: hsla(0,0%,57%,.3)
}

.border-y-gray-about\/40 {
    border-top-color: hsla(0,0%,57%,.4);
    border-bottom-color: hsla(0,0%,57%,.4)
}

.border-y-gray-about\/5 {
    border-top-color: hsla(0,0%,57%,.05);
    border-bottom-color: hsla(0,0%,57%,.05)
}

.border-y-gray-about\/50 {
    border-top-color: hsla(0,0%,57%,.5);
    border-bottom-color: hsla(0,0%,57%,.5)
}

.border-y-gray-about\/60 {
    border-top-color: hsla(0,0%,57%,.6);
    border-bottom-color: hsla(0,0%,57%,.6)
}

.border-y-gray-about\/70 {
    border-top-color: hsla(0,0%,57%,.7);
    border-bottom-color: hsla(0,0%,57%,.7)
}

.border-y-gray-about\/75 {
    border-top-color: hsla(0,0%,57%,.75);
    border-bottom-color: hsla(0,0%,57%,.75)
}

.border-y-gray-about\/80 {
    border-top-color: hsla(0,0%,57%,.8);
    border-bottom-color: hsla(0,0%,57%,.8)
}

.border-y-gray-about\/90 {
    border-top-color: hsla(0,0%,57%,.9);
    border-bottom-color: hsla(0,0%,57%,.9)
}

.border-y-gray-about\/95 {
    border-top-color: hsla(0,0%,57%,.95);
    border-bottom-color: hsla(0,0%,57%,.95)
}

.border-y-gray-alert {
    --tw-border-opacity: 1;
    border-top-color: rgb(50 52 59/var(--tw-border-opacity));
    border-bottom-color: rgb(50 52 59/var(--tw-border-opacity))
}

.border-y-gray-alert\/0 {
    border-top-color: rgba(50,52,59,0);
    border-bottom-color: rgba(50,52,59,0)
}

.border-y-gray-alert\/10 {
    border-top-color: rgba(50,52,59,.1);
    border-bottom-color: rgba(50,52,59,.1)
}

.border-y-gray-alert\/100 {
    border-top-color: #32343b;
    border-bottom-color: #32343b
}

.border-y-gray-alert\/20 {
    border-top-color: rgba(50,52,59,.2);
    border-bottom-color: rgba(50,52,59,.2)
}

.border-y-gray-alert\/25 {
    border-top-color: rgba(50,52,59,.25);
    border-bottom-color: rgba(50,52,59,.25)
}

.border-y-gray-alert\/30 {
    border-top-color: rgba(50,52,59,.3);
    border-bottom-color: rgba(50,52,59,.3)
}

.border-y-gray-alert\/40 {
    border-top-color: rgba(50,52,59,.4);
    border-bottom-color: rgba(50,52,59,.4)
}

.border-y-gray-alert\/5 {
    border-top-color: rgba(50,52,59,.05);
    border-bottom-color: rgba(50,52,59,.05)
}

.border-y-gray-alert\/50 {
    border-top-color: rgba(50,52,59,.5);
    border-bottom-color: rgba(50,52,59,.5)
}

.border-y-gray-alert\/60 {
    border-top-color: rgba(50,52,59,.6);
    border-bottom-color: rgba(50,52,59,.6)
}

.border-y-gray-alert\/70 {
    border-top-color: rgba(50,52,59,.7);
    border-bottom-color: rgba(50,52,59,.7)
}

.border-y-gray-alert\/75 {
    border-top-color: rgba(50,52,59,.75);
    border-bottom-color: rgba(50,52,59,.75)
}

.border-y-gray-alert\/80 {
    border-top-color: rgba(50,52,59,.8);
    border-bottom-color: rgba(50,52,59,.8)
}

.border-y-gray-alert\/90 {
    border-top-color: rgba(50,52,59,.9);
    border-bottom-color: rgba(50,52,59,.9)
}

.border-y-gray-alert\/95 {
    border-top-color: rgba(50,52,59,.95);
    border-bottom-color: rgba(50,52,59,.95)
}

.border-y-gray-background {
    --tw-border-opacity: 1;
    border-top-color: rgb(45 45 45/var(--tw-border-opacity));
    border-bottom-color: rgb(45 45 45/var(--tw-border-opacity))
}

.border-y-gray-background\/0 {
    border-top-color: rgba(45,45,45,0);
    border-bottom-color: rgba(45,45,45,0)
}

.border-y-gray-background\/10 {
    border-top-color: rgba(45,45,45,.1);
    border-bottom-color: rgba(45,45,45,.1)
}

.border-y-gray-background\/100 {
    border-top-color: #2d2d2d;
    border-bottom-color: #2d2d2d
}

.border-y-gray-background\/20 {
    border-top-color: rgba(45,45,45,.2);
    border-bottom-color: rgba(45,45,45,.2)
}

.border-y-gray-background\/25 {
    border-top-color: rgba(45,45,45,.25);
    border-bottom-color: rgba(45,45,45,.25)
}

.border-y-gray-background\/30 {
    border-top-color: rgba(45,45,45,.3);
    border-bottom-color: rgba(45,45,45,.3)
}

.border-y-gray-background\/40 {
    border-top-color: rgba(45,45,45,.4);
    border-bottom-color: rgba(45,45,45,.4)
}

.border-y-gray-background\/5 {
    border-top-color: rgba(45,45,45,.05);
    border-bottom-color: rgba(45,45,45,.05)
}

.border-y-gray-background\/50 {
    border-top-color: rgba(45,45,45,.5);
    border-bottom-color: rgba(45,45,45,.5)
}

.border-y-gray-background\/60 {
    border-top-color: rgba(45,45,45,.6);
    border-bottom-color: rgba(45,45,45,.6)
}

.border-y-gray-background\/70 {
    border-top-color: rgba(45,45,45,.7);
    border-bottom-color: rgba(45,45,45,.7)
}

.border-y-gray-background\/75 {
    border-top-color: rgba(45,45,45,.75);
    border-bottom-color: rgba(45,45,45,.75)
}

.border-y-gray-background\/80 {
    border-top-color: rgba(45,45,45,.8);
    border-bottom-color: rgba(45,45,45,.8)
}

.border-y-gray-background\/90 {
    border-top-color: rgba(45,45,45,.9);
    border-bottom-color: rgba(45,45,45,.9)
}

.border-y-gray-background\/95 {
    border-top-color: rgba(45,45,45,.95);
    border-bottom-color: rgba(45,45,45,.95)
}

.border-y-gray-background1 {
    --tw-border-opacity: 1;
    border-top-color: rgb(73 72 71/var(--tw-border-opacity));
    border-bottom-color: rgb(73 72 71/var(--tw-border-opacity))
}

.border-y-gray-background1\/0 {
    border-top-color: rgba(73,72,71,0);
    border-bottom-color: rgba(73,72,71,0)
}

.border-y-gray-background1\/10 {
    border-top-color: rgba(73,72,71,.1);
    border-bottom-color: rgba(73,72,71,.1)
}

.border-y-gray-background1\/100 {
    border-top-color: #494847;
    border-bottom-color: #494847
}

.border-y-gray-background1\/20 {
    border-top-color: rgba(73,72,71,.2);
    border-bottom-color: rgba(73,72,71,.2)
}

.border-y-gray-background1\/25 {
    border-top-color: rgba(73,72,71,.25);
    border-bottom-color: rgba(73,72,71,.25)
}

.border-y-gray-background1\/30 {
    border-top-color: rgba(73,72,71,.3);
    border-bottom-color: rgba(73,72,71,.3)
}

.border-y-gray-background1\/40 {
    border-top-color: rgba(73,72,71,.4);
    border-bottom-color: rgba(73,72,71,.4)
}

.border-y-gray-background1\/5 {
    border-top-color: rgba(73,72,71,.05);
    border-bottom-color: rgba(73,72,71,.05)
}

.border-y-gray-background1\/50 {
    border-top-color: rgba(73,72,71,.5);
    border-bottom-color: rgba(73,72,71,.5)
}

.border-y-gray-background1\/60 {
    border-top-color: rgba(73,72,71,.6);
    border-bottom-color: rgba(73,72,71,.6)
}

.border-y-gray-background1\/70 {
    border-top-color: rgba(73,72,71,.7);
    border-bottom-color: rgba(73,72,71,.7)
}

.border-y-gray-background1\/75 {
    border-top-color: rgba(73,72,71,.75);
    border-bottom-color: rgba(73,72,71,.75)
}

.border-y-gray-background1\/80 {
    border-top-color: rgba(73,72,71,.8);
    border-bottom-color: rgba(73,72,71,.8)
}

.border-y-gray-background1\/90 {
    border-top-color: rgba(73,72,71,.9);
    border-bottom-color: rgba(73,72,71,.9)
}

.border-y-gray-background1\/95 {
    border-top-color: rgba(73,72,71,.95);
    border-bottom-color: rgba(73,72,71,.95)
}

.border-y-gray-background2 {
    --tw-border-opacity: 1;
    border-top-color: rgb(58 58 58/var(--tw-border-opacity));
    border-bottom-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-y-gray-background2\/0 {
    border-top-color: rgba(58,58,58,0);
    border-bottom-color: rgba(58,58,58,0)
}

.border-y-gray-background2\/10 {
    border-top-color: rgba(58,58,58,.1);
    border-bottom-color: rgba(58,58,58,.1)
}

.border-y-gray-background2\/100 {
    border-top-color: #3a3a3a;
    border-bottom-color: #3a3a3a
}

.border-y-gray-background2\/20 {
    border-top-color: rgba(58,58,58,.2);
    border-bottom-color: rgba(58,58,58,.2)
}

.border-y-gray-background2\/25 {
    border-top-color: rgba(58,58,58,.25);
    border-bottom-color: rgba(58,58,58,.25)
}

.border-y-gray-background2\/30 {
    border-top-color: rgba(58,58,58,.3);
    border-bottom-color: rgba(58,58,58,.3)
}

.border-y-gray-background2\/40 {
    border-top-color: rgba(58,58,58,.4);
    border-bottom-color: rgba(58,58,58,.4)
}

.border-y-gray-background2\/5 {
    border-top-color: rgba(58,58,58,.05);
    border-bottom-color: rgba(58,58,58,.05)
}

.border-y-gray-background2\/50 {
    border-top-color: rgba(58,58,58,.5);
    border-bottom-color: rgba(58,58,58,.5)
}

.border-y-gray-background2\/60 {
    border-top-color: rgba(58,58,58,.6);
    border-bottom-color: rgba(58,58,58,.6)
}

.border-y-gray-background2\/70 {
    border-top-color: rgba(58,58,58,.7);
    border-bottom-color: rgba(58,58,58,.7)
}

.border-y-gray-background2\/75 {
    border-top-color: rgba(58,58,58,.75);
    border-bottom-color: rgba(58,58,58,.75)
}

.border-y-gray-background2\/80 {
    border-top-color: rgba(58,58,58,.8);
    border-bottom-color: rgba(58,58,58,.8)
}

.border-y-gray-background2\/90 {
    border-top-color: rgba(58,58,58,.9);
    border-bottom-color: rgba(58,58,58,.9)
}

.border-y-gray-background2\/95 {
    border-top-color: rgba(58,58,58,.95);
    border-bottom-color: rgba(58,58,58,.95)
}

.border-y-gray-bg1 {
    --tw-border-opacity: 1;
    border-top-color: rgb(23 22 19/var(--tw-border-opacity));
    border-bottom-color: rgb(23 22 19/var(--tw-border-opacity))
}

.border-y-gray-bg1\/0 {
    border-top-color: rgba(23,22,19,0);
    border-bottom-color: rgba(23,22,19,0)
}

.border-y-gray-bg1\/10 {
    border-top-color: rgba(23,22,19,.1);
    border-bottom-color: rgba(23,22,19,.1)
}

.border-y-gray-bg1\/100 {
    border-top-color: #171613;
    border-bottom-color: #171613
}

.border-y-gray-bg1\/20 {
    border-top-color: rgba(23,22,19,.2);
    border-bottom-color: rgba(23,22,19,.2)
}

.border-y-gray-bg1\/25 {
    border-top-color: rgba(23,22,19,.25);
    border-bottom-color: rgba(23,22,19,.25)
}

.border-y-gray-bg1\/30 {
    border-top-color: rgba(23,22,19,.3);
    border-bottom-color: rgba(23,22,19,.3)
}

.border-y-gray-bg1\/40 {
    border-top-color: rgba(23,22,19,.4);
    border-bottom-color: rgba(23,22,19,.4)
}

.border-y-gray-bg1\/5 {
    border-top-color: rgba(23,22,19,.05);
    border-bottom-color: rgba(23,22,19,.05)
}

.border-y-gray-bg1\/50 {
    border-top-color: rgba(23,22,19,.5);
    border-bottom-color: rgba(23,22,19,.5)
}

.border-y-gray-bg1\/60 {
    border-top-color: rgba(23,22,19,.6);
    border-bottom-color: rgba(23,22,19,.6)
}

.border-y-gray-bg1\/70 {
    border-top-color: rgba(23,22,19,.7);
    border-bottom-color: rgba(23,22,19,.7)
}

.border-y-gray-bg1\/75 {
    border-top-color: rgba(23,22,19,.75);
    border-bottom-color: rgba(23,22,19,.75)
}

.border-y-gray-bg1\/80 {
    border-top-color: rgba(23,22,19,.8);
    border-bottom-color: rgba(23,22,19,.8)
}

.border-y-gray-bg1\/90 {
    border-top-color: rgba(23,22,19,.9);
    border-bottom-color: rgba(23,22,19,.9)
}

.border-y-gray-bg1\/95 {
    border-top-color: rgba(23,22,19,.95);
    border-bottom-color: rgba(23,22,19,.95)
}

.border-y-gray-bg2 {
    --tw-border-opacity: 1;
    border-top-color: rgb(71 70 64/var(--tw-border-opacity));
    border-bottom-color: rgb(71 70 64/var(--tw-border-opacity))
}

.border-y-gray-bg2\/0 {
    border-top-color: rgba(71,70,64,0);
    border-bottom-color: rgba(71,70,64,0)
}

.border-y-gray-bg2\/10 {
    border-top-color: rgba(71,70,64,.1);
    border-bottom-color: rgba(71,70,64,.1)
}

.border-y-gray-bg2\/100 {
    border-top-color: #474640;
    border-bottom-color: #474640
}

.border-y-gray-bg2\/20 {
    border-top-color: rgba(71,70,64,.2);
    border-bottom-color: rgba(71,70,64,.2)
}

.border-y-gray-bg2\/25 {
    border-top-color: rgba(71,70,64,.25);
    border-bottom-color: rgba(71,70,64,.25)
}

.border-y-gray-bg2\/30 {
    border-top-color: rgba(71,70,64,.3);
    border-bottom-color: rgba(71,70,64,.3)
}

.border-y-gray-bg2\/40 {
    border-top-color: rgba(71,70,64,.4);
    border-bottom-color: rgba(71,70,64,.4)
}

.border-y-gray-bg2\/5 {
    border-top-color: rgba(71,70,64,.05);
    border-bottom-color: rgba(71,70,64,.05)
}

.border-y-gray-bg2\/50 {
    border-top-color: rgba(71,70,64,.5);
    border-bottom-color: rgba(71,70,64,.5)
}

.border-y-gray-bg2\/60 {
    border-top-color: rgba(71,70,64,.6);
    border-bottom-color: rgba(71,70,64,.6)
}

.border-y-gray-bg2\/70 {
    border-top-color: rgba(71,70,64,.7);
    border-bottom-color: rgba(71,70,64,.7)
}

.border-y-gray-bg2\/75 {
    border-top-color: rgba(71,70,64,.75);
    border-bottom-color: rgba(71,70,64,.75)
}

.border-y-gray-bg2\/80 {
    border-top-color: rgba(71,70,64,.8);
    border-bottom-color: rgba(71,70,64,.8)
}

.border-y-gray-bg2\/90 {
    border-top-color: rgba(71,70,64,.9);
    border-bottom-color: rgba(71,70,64,.9)
}

.border-y-gray-bg2\/95 {
    border-top-color: rgba(71,70,64,.95);
    border-bottom-color: rgba(71,70,64,.95)
}

.border-y-gray-bg3 {
    --tw-border-opacity: 1;
    border-top-color: rgb(51 50 47/var(--tw-border-opacity));
    border-bottom-color: rgb(51 50 47/var(--tw-border-opacity))
}

.border-y-gray-bg3\/0 {
    border-top-color: rgba(51,50,47,0);
    border-bottom-color: rgba(51,50,47,0)
}

.border-y-gray-bg3\/10 {
    border-top-color: rgba(51,50,47,.1);
    border-bottom-color: rgba(51,50,47,.1)
}

.border-y-gray-bg3\/100 {
    border-top-color: #33322f;
    border-bottom-color: #33322f
}

.border-y-gray-bg3\/20 {
    border-top-color: rgba(51,50,47,.2);
    border-bottom-color: rgba(51,50,47,.2)
}

.border-y-gray-bg3\/25 {
    border-top-color: rgba(51,50,47,.25);
    border-bottom-color: rgba(51,50,47,.25)
}

.border-y-gray-bg3\/30 {
    border-top-color: rgba(51,50,47,.3);
    border-bottom-color: rgba(51,50,47,.3)
}

.border-y-gray-bg3\/40 {
    border-top-color: rgba(51,50,47,.4);
    border-bottom-color: rgba(51,50,47,.4)
}

.border-y-gray-bg3\/5 {
    border-top-color: rgba(51,50,47,.05);
    border-bottom-color: rgba(51,50,47,.05)
}

.border-y-gray-bg3\/50 {
    border-top-color: rgba(51,50,47,.5);
    border-bottom-color: rgba(51,50,47,.5)
}

.border-y-gray-bg3\/60 {
    border-top-color: rgba(51,50,47,.6);
    border-bottom-color: rgba(51,50,47,.6)
}

.border-y-gray-bg3\/70 {
    border-top-color: rgba(51,50,47,.7);
    border-bottom-color: rgba(51,50,47,.7)
}

.border-y-gray-bg3\/75 {
    border-top-color: rgba(51,50,47,.75);
    border-bottom-color: rgba(51,50,47,.75)
}

.border-y-gray-bg3\/80 {
    border-top-color: rgba(51,50,47,.8);
    border-bottom-color: rgba(51,50,47,.8)
}

.border-y-gray-bg3\/90 {
    border-top-color: rgba(51,50,47,.9);
    border-bottom-color: rgba(51,50,47,.9)
}

.border-y-gray-bg3\/95 {
    border-top-color: rgba(51,50,47,.95);
    border-bottom-color: rgba(51,50,47,.95)
}

.border-y-gray-bg4 {
    --tw-border-opacity: 1;
    border-top-color: rgb(41 42 43/var(--tw-border-opacity));
    border-bottom-color: rgb(41 42 43/var(--tw-border-opacity))
}

.border-y-gray-bg4\/0 {
    border-top-color: rgba(41,42,43,0);
    border-bottom-color: rgba(41,42,43,0)
}

.border-y-gray-bg4\/10 {
    border-top-color: rgba(41,42,43,.1);
    border-bottom-color: rgba(41,42,43,.1)
}

.border-y-gray-bg4\/100 {
    border-top-color: #292a2b;
    border-bottom-color: #292a2b
}

.border-y-gray-bg4\/20 {
    border-top-color: rgba(41,42,43,.2);
    border-bottom-color: rgba(41,42,43,.2)
}

.border-y-gray-bg4\/25 {
    border-top-color: rgba(41,42,43,.25);
    border-bottom-color: rgba(41,42,43,.25)
}

.border-y-gray-bg4\/30 {
    border-top-color: rgba(41,42,43,.3);
    border-bottom-color: rgba(41,42,43,.3)
}

.border-y-gray-bg4\/40 {
    border-top-color: rgba(41,42,43,.4);
    border-bottom-color: rgba(41,42,43,.4)
}

.border-y-gray-bg4\/5 {
    border-top-color: rgba(41,42,43,.05);
    border-bottom-color: rgba(41,42,43,.05)
}

.border-y-gray-bg4\/50 {
    border-top-color: rgba(41,42,43,.5);
    border-bottom-color: rgba(41,42,43,.5)
}

.border-y-gray-bg4\/60 {
    border-top-color: rgba(41,42,43,.6);
    border-bottom-color: rgba(41,42,43,.6)
}

.border-y-gray-bg4\/70 {
    border-top-color: rgba(41,42,43,.7);
    border-bottom-color: rgba(41,42,43,.7)
}

.border-y-gray-bg4\/75 {
    border-top-color: rgba(41,42,43,.75);
    border-bottom-color: rgba(41,42,43,.75)
}

.border-y-gray-bg4\/80 {
    border-top-color: rgba(41,42,43,.8);
    border-bottom-color: rgba(41,42,43,.8)
}

.border-y-gray-bg4\/90 {
    border-top-color: rgba(41,42,43,.9);
    border-bottom-color: rgba(41,42,43,.9)
}

.border-y-gray-bg4\/95 {
    border-top-color: rgba(41,42,43,.95);
    border-bottom-color: rgba(41,42,43,.95)
}

.border-y-gray-bg5 {
    --tw-border-opacity: 1;
    border-top-color: rgb(33 34 35/var(--tw-border-opacity));
    border-bottom-color: rgb(33 34 35/var(--tw-border-opacity))
}

.border-y-gray-bg5\/0 {
    border-top-color: rgba(33,34,35,0);
    border-bottom-color: rgba(33,34,35,0)
}

.border-y-gray-bg5\/10 {
    border-top-color: rgba(33,34,35,.1);
    border-bottom-color: rgba(33,34,35,.1)
}

.border-y-gray-bg5\/100 {
    border-top-color: #212223;
    border-bottom-color: #212223
}

.border-y-gray-bg5\/20 {
    border-top-color: rgba(33,34,35,.2);
    border-bottom-color: rgba(33,34,35,.2)
}

.border-y-gray-bg5\/25 {
    border-top-color: rgba(33,34,35,.25);
    border-bottom-color: rgba(33,34,35,.25)
}

.border-y-gray-bg5\/30 {
    border-top-color: rgba(33,34,35,.3);
    border-bottom-color: rgba(33,34,35,.3)
}

.border-y-gray-bg5\/40 {
    border-top-color: rgba(33,34,35,.4);
    border-bottom-color: rgba(33,34,35,.4)
}

.border-y-gray-bg5\/5 {
    border-top-color: rgba(33,34,35,.05);
    border-bottom-color: rgba(33,34,35,.05)
}

.border-y-gray-bg5\/50 {
    border-top-color: rgba(33,34,35,.5);
    border-bottom-color: rgba(33,34,35,.5)
}

.border-y-gray-bg5\/60 {
    border-top-color: rgba(33,34,35,.6);
    border-bottom-color: rgba(33,34,35,.6)
}

.border-y-gray-bg5\/70 {
    border-top-color: rgba(33,34,35,.7);
    border-bottom-color: rgba(33,34,35,.7)
}

.border-y-gray-bg5\/75 {
    border-top-color: rgba(33,34,35,.75);
    border-bottom-color: rgba(33,34,35,.75)
}

.border-y-gray-bg5\/80 {
    border-top-color: rgba(33,34,35,.8);
    border-bottom-color: rgba(33,34,35,.8)
}

.border-y-gray-bg5\/90 {
    border-top-color: rgba(33,34,35,.9);
    border-bottom-color: rgba(33,34,35,.9)
}

.border-y-gray-bg5\/95 {
    border-top-color: rgba(33,34,35,.95);
    border-bottom-color: rgba(33,34,35,.95)
}

.border-y-gray-border {
    --tw-border-opacity: 1;
    border-top-color: rgb(65 65 65/var(--tw-border-opacity));
    border-bottom-color: rgb(65 65 65/var(--tw-border-opacity))
}

.border-y-gray-border\/0 {
    border-top-color: rgba(65,65,65,0);
    border-bottom-color: rgba(65,65,65,0)
}

.border-y-gray-border\/10 {
    border-top-color: rgba(65,65,65,.1);
    border-bottom-color: rgba(65,65,65,.1)
}

.border-y-gray-border\/100 {
    border-top-color: #414141;
    border-bottom-color: #414141
}

.border-y-gray-border\/20 {
    border-top-color: rgba(65,65,65,.2);
    border-bottom-color: rgba(65,65,65,.2)
}

.border-y-gray-border\/25 {
    border-top-color: rgba(65,65,65,.25);
    border-bottom-color: rgba(65,65,65,.25)
}

.border-y-gray-border\/30 {
    border-top-color: rgba(65,65,65,.3);
    border-bottom-color: rgba(65,65,65,.3)
}

.border-y-gray-border\/40 {
    border-top-color: rgba(65,65,65,.4);
    border-bottom-color: rgba(65,65,65,.4)
}

.border-y-gray-border\/5 {
    border-top-color: rgba(65,65,65,.05);
    border-bottom-color: rgba(65,65,65,.05)
}

.border-y-gray-border\/50 {
    border-top-color: rgba(65,65,65,.5);
    border-bottom-color: rgba(65,65,65,.5)
}

.border-y-gray-border\/60 {
    border-top-color: rgba(65,65,65,.6);
    border-bottom-color: rgba(65,65,65,.6)
}

.border-y-gray-border\/70 {
    border-top-color: rgba(65,65,65,.7);
    border-bottom-color: rgba(65,65,65,.7)
}

.border-y-gray-border\/75 {
    border-top-color: rgba(65,65,65,.75);
    border-bottom-color: rgba(65,65,65,.75)
}

.border-y-gray-border\/80 {
    border-top-color: rgba(65,65,65,.8);
    border-bottom-color: rgba(65,65,65,.8)
}

.border-y-gray-border\/90 {
    border-top-color: rgba(65,65,65,.9);
    border-bottom-color: rgba(65,65,65,.9)
}

.border-y-gray-border\/95 {
    border-top-color: rgba(65,65,65,.95);
    border-bottom-color: rgba(65,65,65,.95)
}

.border-y-gray-button {
    --tw-border-opacity: 1;
    border-top-color: rgb(115 115 116/var(--tw-border-opacity));
    border-bottom-color: rgb(115 115 116/var(--tw-border-opacity))
}

.border-y-gray-button\/0 {
    border-top-color: hsla(240,0%,45%,0);
    border-bottom-color: hsla(240,0%,45%,0)
}

.border-y-gray-button\/10 {
    border-top-color: hsla(240,0%,45%,.1);
    border-bottom-color: hsla(240,0%,45%,.1)
}

.border-y-gray-button\/100 {
    border-top-color: #737374;
    border-bottom-color: #737374
}

.border-y-gray-button\/20 {
    border-top-color: hsla(240,0%,45%,.2);
    border-bottom-color: hsla(240,0%,45%,.2)
}

.border-y-gray-button\/25 {
    border-top-color: hsla(240,0%,45%,.25);
    border-bottom-color: hsla(240,0%,45%,.25)
}

.border-y-gray-button\/30 {
    border-top-color: hsla(240,0%,45%,.3);
    border-bottom-color: hsla(240,0%,45%,.3)
}

.border-y-gray-button\/40 {
    border-top-color: hsla(240,0%,45%,.4);
    border-bottom-color: hsla(240,0%,45%,.4)
}

.border-y-gray-button\/5 {
    border-top-color: hsla(240,0%,45%,.05);
    border-bottom-color: hsla(240,0%,45%,.05)
}

.border-y-gray-button\/50 {
    border-top-color: hsla(240,0%,45%,.5);
    border-bottom-color: hsla(240,0%,45%,.5)
}

.border-y-gray-button\/60 {
    border-top-color: hsla(240,0%,45%,.6);
    border-bottom-color: hsla(240,0%,45%,.6)
}

.border-y-gray-button\/70 {
    border-top-color: hsla(240,0%,45%,.7);
    border-bottom-color: hsla(240,0%,45%,.7)
}

.border-y-gray-button\/75 {
    border-top-color: hsla(240,0%,45%,.75);
    border-bottom-color: hsla(240,0%,45%,.75)
}

.border-y-gray-button\/80 {
    border-top-color: hsla(240,0%,45%,.8);
    border-bottom-color: hsla(240,0%,45%,.8)
}

.border-y-gray-button\/90 {
    border-top-color: hsla(240,0%,45%,.9);
    border-bottom-color: hsla(240,0%,45%,.9)
}

.border-y-gray-button\/95 {
    border-top-color: hsla(240,0%,45%,.95);
    border-bottom-color: hsla(240,0%,45%,.95)
}

.border-y-gray-claimed {
    --tw-border-opacity: 1;
    border-top-color: rgb(62 61 61/var(--tw-border-opacity));
    border-bottom-color: rgb(62 61 61/var(--tw-border-opacity))
}

.border-y-gray-claimed\/0 {
    border-top-color: rgba(62,61,61,0);
    border-bottom-color: rgba(62,61,61,0)
}

.border-y-gray-claimed\/10 {
    border-top-color: rgba(62,61,61,.1);
    border-bottom-color: rgba(62,61,61,.1)
}

.border-y-gray-claimed\/100 {
    border-top-color: #3e3d3d;
    border-bottom-color: #3e3d3d
}

.border-y-gray-claimed\/20 {
    border-top-color: rgba(62,61,61,.2);
    border-bottom-color: rgba(62,61,61,.2)
}

.border-y-gray-claimed\/25 {
    border-top-color: rgba(62,61,61,.25);
    border-bottom-color: rgba(62,61,61,.25)
}

.border-y-gray-claimed\/30 {
    border-top-color: rgba(62,61,61,.3);
    border-bottom-color: rgba(62,61,61,.3)
}

.border-y-gray-claimed\/40 {
    border-top-color: rgba(62,61,61,.4);
    border-bottom-color: rgba(62,61,61,.4)
}

.border-y-gray-claimed\/5 {
    border-top-color: rgba(62,61,61,.05);
    border-bottom-color: rgba(62,61,61,.05)
}

.border-y-gray-claimed\/50 {
    border-top-color: rgba(62,61,61,.5);
    border-bottom-color: rgba(62,61,61,.5)
}

.border-y-gray-claimed\/60 {
    border-top-color: rgba(62,61,61,.6);
    border-bottom-color: rgba(62,61,61,.6)
}

.border-y-gray-claimed\/70 {
    border-top-color: rgba(62,61,61,.7);
    border-bottom-color: rgba(62,61,61,.7)
}

.border-y-gray-claimed\/75 {
    border-top-color: rgba(62,61,61,.75);
    border-bottom-color: rgba(62,61,61,.75)
}

.border-y-gray-claimed\/80 {
    border-top-color: rgba(62,61,61,.8);
    border-bottom-color: rgba(62,61,61,.8)
}

.border-y-gray-claimed\/90 {
    border-top-color: rgba(62,61,61,.9);
    border-bottom-color: rgba(62,61,61,.9)
}

.border-y-gray-claimed\/95 {
    border-top-color: rgba(62,61,61,.95);
    border-bottom-color: rgba(62,61,61,.95)
}

.border-y-gray-default {
    --tw-border-opacity: 1;
    border-top-color: rgb(130 138 147/var(--tw-border-opacity));
    border-bottom-color: rgb(130 138 147/var(--tw-border-opacity))
}

.border-y-gray-default\/0 {
    border-top-color: hsla(212,7%,54%,0);
    border-bottom-color: hsla(212,7%,54%,0)
}

.border-y-gray-default\/10 {
    border-top-color: hsla(212,7%,54%,.1);
    border-bottom-color: hsla(212,7%,54%,.1)
}

.border-y-gray-default\/100 {
    border-top-color: #828a93;
    border-bottom-color: #828a93
}

.border-y-gray-default\/20 {
    border-top-color: hsla(212,7%,54%,.2);
    border-bottom-color: hsla(212,7%,54%,.2)
}

.border-y-gray-default\/25 {
    border-top-color: hsla(212,7%,54%,.25);
    border-bottom-color: hsla(212,7%,54%,.25)
}

.border-y-gray-default\/30 {
    border-top-color: hsla(212,7%,54%,.3);
    border-bottom-color: hsla(212,7%,54%,.3)
}

.border-y-gray-default\/40 {
    border-top-color: hsla(212,7%,54%,.4);
    border-bottom-color: hsla(212,7%,54%,.4)
}

.border-y-gray-default\/5 {
    border-top-color: hsla(212,7%,54%,.05);
    border-bottom-color: hsla(212,7%,54%,.05)
}

.border-y-gray-default\/50 {
    border-top-color: hsla(212,7%,54%,.5);
    border-bottom-color: hsla(212,7%,54%,.5)
}

.border-y-gray-default\/60 {
    border-top-color: hsla(212,7%,54%,.6);
    border-bottom-color: hsla(212,7%,54%,.6)
}

.border-y-gray-default\/70 {
    border-top-color: hsla(212,7%,54%,.7);
    border-bottom-color: hsla(212,7%,54%,.7)
}

.border-y-gray-default\/75 {
    border-top-color: hsla(212,7%,54%,.75);
    border-bottom-color: hsla(212,7%,54%,.75)
}

.border-y-gray-default\/80 {
    border-top-color: hsla(212,7%,54%,.8);
    border-bottom-color: hsla(212,7%,54%,.8)
}

.border-y-gray-default\/90 {
    border-top-color: hsla(212,7%,54%,.9);
    border-bottom-color: hsla(212,7%,54%,.9)
}

.border-y-gray-default\/95 {
    border-top-color: hsla(212,7%,54%,.95);
    border-bottom-color: hsla(212,7%,54%,.95)
}

.border-y-gray-disable {
    --tw-border-opacity: 1;
    border-top-color: rgb(102 102 100/var(--tw-border-opacity));
    border-bottom-color: rgb(102 102 100/var(--tw-border-opacity))
}

.border-y-gray-disable\/0 {
    border-top-color: hsla(60,1%,40%,0);
    border-bottom-color: hsla(60,1%,40%,0)
}

.border-y-gray-disable\/10 {
    border-top-color: hsla(60,1%,40%,.1);
    border-bottom-color: hsla(60,1%,40%,.1)
}

.border-y-gray-disable\/100 {
    border-top-color: #666664;
    border-bottom-color: #666664
}

.border-y-gray-disable\/20 {
    border-top-color: hsla(60,1%,40%,.2);
    border-bottom-color: hsla(60,1%,40%,.2)
}

.border-y-gray-disable\/25 {
    border-top-color: hsla(60,1%,40%,.25);
    border-bottom-color: hsla(60,1%,40%,.25)
}

.border-y-gray-disable\/30 {
    border-top-color: hsla(60,1%,40%,.3);
    border-bottom-color: hsla(60,1%,40%,.3)
}

.border-y-gray-disable\/40 {
    border-top-color: hsla(60,1%,40%,.4);
    border-bottom-color: hsla(60,1%,40%,.4)
}

.border-y-gray-disable\/5 {
    border-top-color: hsla(60,1%,40%,.05);
    border-bottom-color: hsla(60,1%,40%,.05)
}

.border-y-gray-disable\/50 {
    border-top-color: hsla(60,1%,40%,.5);
    border-bottom-color: hsla(60,1%,40%,.5)
}

.border-y-gray-disable\/60 {
    border-top-color: hsla(60,1%,40%,.6);
    border-bottom-color: hsla(60,1%,40%,.6)
}

.border-y-gray-disable\/70 {
    border-top-color: hsla(60,1%,40%,.7);
    border-bottom-color: hsla(60,1%,40%,.7)
}

.border-y-gray-disable\/75 {
    border-top-color: hsla(60,1%,40%,.75);
    border-bottom-color: hsla(60,1%,40%,.75)
}

.border-y-gray-disable\/80 {
    border-top-color: hsla(60,1%,40%,.8);
    border-bottom-color: hsla(60,1%,40%,.8)
}

.border-y-gray-disable\/90 {
    border-top-color: hsla(60,1%,40%,.9);
    border-bottom-color: hsla(60,1%,40%,.9)
}

.border-y-gray-disable\/95 {
    border-top-color: hsla(60,1%,40%,.95);
    border-bottom-color: hsla(60,1%,40%,.95)
}

.border-y-gray-form {
    --tw-border-opacity: 1;
    border-top-color: rgb(42 44 49/var(--tw-border-opacity));
    border-bottom-color: rgb(42 44 49/var(--tw-border-opacity))
}

.border-y-gray-form\/0 {
    border-top-color: rgba(42,44,49,0);
    border-bottom-color: rgba(42,44,49,0)
}

.border-y-gray-form\/10 {
    border-top-color: rgba(42,44,49,.1);
    border-bottom-color: rgba(42,44,49,.1)
}

.border-y-gray-form\/100 {
    border-top-color: #2a2c31;
    border-bottom-color: #2a2c31
}

.border-y-gray-form\/20 {
    border-top-color: rgba(42,44,49,.2);
    border-bottom-color: rgba(42,44,49,.2)
}

.border-y-gray-form\/25 {
    border-top-color: rgba(42,44,49,.25);
    border-bottom-color: rgba(42,44,49,.25)
}

.border-y-gray-form\/30 {
    border-top-color: rgba(42,44,49,.3);
    border-bottom-color: rgba(42,44,49,.3)
}

.border-y-gray-form\/40 {
    border-top-color: rgba(42,44,49,.4);
    border-bottom-color: rgba(42,44,49,.4)
}

.border-y-gray-form\/5 {
    border-top-color: rgba(42,44,49,.05);
    border-bottom-color: rgba(42,44,49,.05)
}

.border-y-gray-form\/50 {
    border-top-color: rgba(42,44,49,.5);
    border-bottom-color: rgba(42,44,49,.5)
}

.border-y-gray-form\/60 {
    border-top-color: rgba(42,44,49,.6);
    border-bottom-color: rgba(42,44,49,.6)
}

.border-y-gray-form\/70 {
    border-top-color: rgba(42,44,49,.7);
    border-bottom-color: rgba(42,44,49,.7)
}

.border-y-gray-form\/75 {
    border-top-color: rgba(42,44,49,.75);
    border-bottom-color: rgba(42,44,49,.75)
}

.border-y-gray-form\/80 {
    border-top-color: rgba(42,44,49,.8);
    border-bottom-color: rgba(42,44,49,.8)
}

.border-y-gray-form\/90 {
    border-top-color: rgba(42,44,49,.9);
    border-bottom-color: rgba(42,44,49,.9)
}

.border-y-gray-form\/95 {
    border-top-color: rgba(42,44,49,.95);
    border-bottom-color: rgba(42,44,49,.95)
}

.border-y-gray-hot-match-text {
    --tw-border-opacity: 1;
    border-top-color: rgb(205 204 206/var(--tw-border-opacity));
    border-bottom-color: rgb(205 204 206/var(--tw-border-opacity))
}

.border-y-gray-hot-match-text\/0 {
    border-top-color: hsla(270,2%,80%,0);
    border-bottom-color: hsla(270,2%,80%,0)
}

.border-y-gray-hot-match-text\/10 {
    border-top-color: hsla(270,2%,80%,.1);
    border-bottom-color: hsla(270,2%,80%,.1)
}

.border-y-gray-hot-match-text\/100 {
    border-top-color: #cdccce;
    border-bottom-color: #cdccce
}

.border-y-gray-hot-match-text\/20 {
    border-top-color: hsla(270,2%,80%,.2);
    border-bottom-color: hsla(270,2%,80%,.2)
}

.border-y-gray-hot-match-text\/25 {
    border-top-color: hsla(270,2%,80%,.25);
    border-bottom-color: hsla(270,2%,80%,.25)
}

.border-y-gray-hot-match-text\/30 {
    border-top-color: hsla(270,2%,80%,.3);
    border-bottom-color: hsla(270,2%,80%,.3)
}

.border-y-gray-hot-match-text\/40 {
    border-top-color: hsla(270,2%,80%,.4);
    border-bottom-color: hsla(270,2%,80%,.4)
}

.border-y-gray-hot-match-text\/5 {
    border-top-color: hsla(270,2%,80%,.05);
    border-bottom-color: hsla(270,2%,80%,.05)
}

.border-y-gray-hot-match-text\/50 {
    border-top-color: hsla(270,2%,80%,.5);
    border-bottom-color: hsla(270,2%,80%,.5)
}

.border-y-gray-hot-match-text\/60 {
    border-top-color: hsla(270,2%,80%,.6);
    border-bottom-color: hsla(270,2%,80%,.6)
}

.border-y-gray-hot-match-text\/70 {
    border-top-color: hsla(270,2%,80%,.7);
    border-bottom-color: hsla(270,2%,80%,.7)
}

.border-y-gray-hot-match-text\/75 {
    border-top-color: hsla(270,2%,80%,.75);
    border-bottom-color: hsla(270,2%,80%,.75)
}

.border-y-gray-hot-match-text\/80 {
    border-top-color: hsla(270,2%,80%,.8);
    border-bottom-color: hsla(270,2%,80%,.8)
}

.border-y-gray-hot-match-text\/90 {
    border-top-color: hsla(270,2%,80%,.9);
    border-bottom-color: hsla(270,2%,80%,.9)
}

.border-y-gray-hot-match-text\/95 {
    border-top-color: hsla(270,2%,80%,.95);
    border-bottom-color: hsla(270,2%,80%,.95)
}

.border-y-gray-info {
    --tw-border-opacity: 1;
    border-top-color: rgb(38 38 38/var(--tw-border-opacity));
    border-bottom-color: rgb(38 38 38/var(--tw-border-opacity))
}

.border-y-gray-info\/0 {
    border-top-color: rgba(38,38,38,0);
    border-bottom-color: rgba(38,38,38,0)
}

.border-y-gray-info\/10 {
    border-top-color: rgba(38,38,38,.1);
    border-bottom-color: rgba(38,38,38,.1)
}

.border-y-gray-info\/100 {
    border-top-color: #262626;
    border-bottom-color: #262626
}

.border-y-gray-info\/20 {
    border-top-color: rgba(38,38,38,.2);
    border-bottom-color: rgba(38,38,38,.2)
}

.border-y-gray-info\/25 {
    border-top-color: rgba(38,38,38,.25);
    border-bottom-color: rgba(38,38,38,.25)
}

.border-y-gray-info\/30 {
    border-top-color: rgba(38,38,38,.3);
    border-bottom-color: rgba(38,38,38,.3)
}

.border-y-gray-info\/40 {
    border-top-color: rgba(38,38,38,.4);
    border-bottom-color: rgba(38,38,38,.4)
}

.border-y-gray-info\/5 {
    border-top-color: rgba(38,38,38,.05);
    border-bottom-color: rgba(38,38,38,.05)
}

.border-y-gray-info\/50 {
    border-top-color: rgba(38,38,38,.5);
    border-bottom-color: rgba(38,38,38,.5)
}

.border-y-gray-info\/60 {
    border-top-color: rgba(38,38,38,.6);
    border-bottom-color: rgba(38,38,38,.6)
}

.border-y-gray-info\/70 {
    border-top-color: rgba(38,38,38,.7);
    border-bottom-color: rgba(38,38,38,.7)
}

.border-y-gray-info\/75 {
    border-top-color: rgba(38,38,38,.75);
    border-bottom-color: rgba(38,38,38,.75)
}

.border-y-gray-info\/80 {
    border-top-color: rgba(38,38,38,.8);
    border-bottom-color: rgba(38,38,38,.8)
}

.border-y-gray-info\/90 {
    border-top-color: rgba(38,38,38,.9);
    border-bottom-color: rgba(38,38,38,.9)
}

.border-y-gray-info\/95 {
    border-top-color: rgba(38,38,38,.95);
    border-bottom-color: rgba(38,38,38,.95)
}

.border-y-gray-item-history {
    --tw-border-opacity: 1;
    border-top-color: rgb(56 64 69/var(--tw-border-opacity));
    border-bottom-color: rgb(56 64 69/var(--tw-border-opacity))
}

.border-y-gray-item-history\/0 {
    border-top-color: rgba(56,64,69,0);
    border-bottom-color: rgba(56,64,69,0)
}

.border-y-gray-item-history\/10 {
    border-top-color: rgba(56,64,69,.1);
    border-bottom-color: rgba(56,64,69,.1)
}

.border-y-gray-item-history\/100 {
    border-top-color: #384045;
    border-bottom-color: #384045
}

.border-y-gray-item-history\/20 {
    border-top-color: rgba(56,64,69,.2);
    border-bottom-color: rgba(56,64,69,.2)
}

.border-y-gray-item-history\/25 {
    border-top-color: rgba(56,64,69,.25);
    border-bottom-color: rgba(56,64,69,.25)
}

.border-y-gray-item-history\/30 {
    border-top-color: rgba(56,64,69,.3);
    border-bottom-color: rgba(56,64,69,.3)
}

.border-y-gray-item-history\/40 {
    border-top-color: rgba(56,64,69,.4);
    border-bottom-color: rgba(56,64,69,.4)
}

.border-y-gray-item-history\/5 {
    border-top-color: rgba(56,64,69,.05);
    border-bottom-color: rgba(56,64,69,.05)
}

.border-y-gray-item-history\/50 {
    border-top-color: rgba(56,64,69,.5);
    border-bottom-color: rgba(56,64,69,.5)
}

.border-y-gray-item-history\/60 {
    border-top-color: rgba(56,64,69,.6);
    border-bottom-color: rgba(56,64,69,.6)
}

.border-y-gray-item-history\/70 {
    border-top-color: rgba(56,64,69,.7);
    border-bottom-color: rgba(56,64,69,.7)
}

.border-y-gray-item-history\/75 {
    border-top-color: rgba(56,64,69,.75);
    border-bottom-color: rgba(56,64,69,.75)
}

.border-y-gray-item-history\/80 {
    border-top-color: rgba(56,64,69,.8);
    border-bottom-color: rgba(56,64,69,.8)
}

.border-y-gray-item-history\/90 {
    border-top-color: rgba(56,64,69,.9);
    border-bottom-color: rgba(56,64,69,.9)
}

.border-y-gray-item-history\/95 {
    border-top-color: rgba(56,64,69,.95);
    border-bottom-color: rgba(56,64,69,.95)
}

.border-y-gray-label {
    --tw-border-opacity: 1;
    border-top-color: rgb(138 138 138/var(--tw-border-opacity));
    border-bottom-color: rgb(138 138 138/var(--tw-border-opacity))
}

.border-y-gray-label\/0 {
    border-top-color: hsla(0,0%,54%,0);
    border-bottom-color: hsla(0,0%,54%,0)
}

.border-y-gray-label\/10 {
    border-top-color: hsla(0,0%,54%,.1);
    border-bottom-color: hsla(0,0%,54%,.1)
}

.border-y-gray-label\/100 {
    border-top-color: #8a8a8a;
    border-bottom-color: #8a8a8a
}

.border-y-gray-label\/20 {
    border-top-color: hsla(0,0%,54%,.2);
    border-bottom-color: hsla(0,0%,54%,.2)
}

.border-y-gray-label\/25 {
    border-top-color: hsla(0,0%,54%,.25);
    border-bottom-color: hsla(0,0%,54%,.25)
}

.border-y-gray-label\/30 {
    border-top-color: hsla(0,0%,54%,.3);
    border-bottom-color: hsla(0,0%,54%,.3)
}

.border-y-gray-label\/40 {
    border-top-color: hsla(0,0%,54%,.4);
    border-bottom-color: hsla(0,0%,54%,.4)
}

.border-y-gray-label\/5 {
    border-top-color: hsla(0,0%,54%,.05);
    border-bottom-color: hsla(0,0%,54%,.05)
}

.border-y-gray-label\/50 {
    border-top-color: hsla(0,0%,54%,.5);
    border-bottom-color: hsla(0,0%,54%,.5)
}

.border-y-gray-label\/60 {
    border-top-color: hsla(0,0%,54%,.6);
    border-bottom-color: hsla(0,0%,54%,.6)
}

.border-y-gray-label\/70 {
    border-top-color: hsla(0,0%,54%,.7);
    border-bottom-color: hsla(0,0%,54%,.7)
}

.border-y-gray-label\/75 {
    border-top-color: hsla(0,0%,54%,.75);
    border-bottom-color: hsla(0,0%,54%,.75)
}

.border-y-gray-label\/80 {
    border-top-color: hsla(0,0%,54%,.8);
    border-bottom-color: hsla(0,0%,54%,.8)
}

.border-y-gray-label\/90 {
    border-top-color: hsla(0,0%,54%,.9);
    border-bottom-color: hsla(0,0%,54%,.9)
}

.border-y-gray-label\/95 {
    border-top-color: hsla(0,0%,54%,.95);
    border-bottom-color: hsla(0,0%,54%,.95)
}

.border-y-gray-light {
    --tw-border-opacity: 1;
    border-top-color: rgb(151 150 153/var(--tw-border-opacity));
    border-bottom-color: rgb(151 150 153/var(--tw-border-opacity))
}

.border-y-gray-light\/0 {
    border-top-color: hsla(260,1%,59%,0);
    border-bottom-color: hsla(260,1%,59%,0)
}

.border-y-gray-light\/10 {
    border-top-color: hsla(260,1%,59%,.1);
    border-bottom-color: hsla(260,1%,59%,.1)
}

.border-y-gray-light\/100 {
    border-top-color: #979699;
    border-bottom-color: #979699
}

.border-y-gray-light\/20 {
    border-top-color: hsla(260,1%,59%,.2);
    border-bottom-color: hsla(260,1%,59%,.2)
}

.border-y-gray-light\/25 {
    border-top-color: hsla(260,1%,59%,.25);
    border-bottom-color: hsla(260,1%,59%,.25)
}

.border-y-gray-light\/30 {
    border-top-color: hsla(260,1%,59%,.3);
    border-bottom-color: hsla(260,1%,59%,.3)
}

.border-y-gray-light\/40 {
    border-top-color: hsla(260,1%,59%,.4);
    border-bottom-color: hsla(260,1%,59%,.4)
}

.border-y-gray-light\/5 {
    border-top-color: hsla(260,1%,59%,.05);
    border-bottom-color: hsla(260,1%,59%,.05)
}

.border-y-gray-light\/50 {
    border-top-color: hsla(260,1%,59%,.5);
    border-bottom-color: hsla(260,1%,59%,.5)
}

.border-y-gray-light\/60 {
    border-top-color: hsla(260,1%,59%,.6);
    border-bottom-color: hsla(260,1%,59%,.6)
}

.border-y-gray-light\/70 {
    border-top-color: hsla(260,1%,59%,.7);
    border-bottom-color: hsla(260,1%,59%,.7)
}

.border-y-gray-light\/75 {
    border-top-color: hsla(260,1%,59%,.75);
    border-bottom-color: hsla(260,1%,59%,.75)
}

.border-y-gray-light\/80 {
    border-top-color: hsla(260,1%,59%,.8);
    border-bottom-color: hsla(260,1%,59%,.8)
}

.border-y-gray-light\/90 {
    border-top-color: hsla(260,1%,59%,.9);
    border-bottom-color: hsla(260,1%,59%,.9)
}

.border-y-gray-light\/95 {
    border-top-color: hsla(260,1%,59%,.95);
    border-bottom-color: hsla(260,1%,59%,.95)
}

.border-y-gray-marquee-text {
    --tw-border-opacity: 1;
    border-top-color: rgb(190 189 184/var(--tw-border-opacity));
    border-bottom-color: rgb(190 189 184/var(--tw-border-opacity))
}

.border-y-gray-marquee-text\/0 {
    border-top-color: hsla(50,4%,73%,0);
    border-bottom-color: hsla(50,4%,73%,0)
}

.border-y-gray-marquee-text\/10 {
    border-top-color: hsla(50,4%,73%,.1);
    border-bottom-color: hsla(50,4%,73%,.1)
}

.border-y-gray-marquee-text\/100 {
    border-top-color: #bebdb8;
    border-bottom-color: #bebdb8
}

.border-y-gray-marquee-text\/20 {
    border-top-color: hsla(50,4%,73%,.2);
    border-bottom-color: hsla(50,4%,73%,.2)
}

.border-y-gray-marquee-text\/25 {
    border-top-color: hsla(50,4%,73%,.25);
    border-bottom-color: hsla(50,4%,73%,.25)
}

.border-y-gray-marquee-text\/30 {
    border-top-color: hsla(50,4%,73%,.3);
    border-bottom-color: hsla(50,4%,73%,.3)
}

.border-y-gray-marquee-text\/40 {
    border-top-color: hsla(50,4%,73%,.4);
    border-bottom-color: hsla(50,4%,73%,.4)
}

.border-y-gray-marquee-text\/5 {
    border-top-color: hsla(50,4%,73%,.05);
    border-bottom-color: hsla(50,4%,73%,.05)
}

.border-y-gray-marquee-text\/50 {
    border-top-color: hsla(50,4%,73%,.5);
    border-bottom-color: hsla(50,4%,73%,.5)
}

.border-y-gray-marquee-text\/60 {
    border-top-color: hsla(50,4%,73%,.6);
    border-bottom-color: hsla(50,4%,73%,.6)
}

.border-y-gray-marquee-text\/70 {
    border-top-color: hsla(50,4%,73%,.7);
    border-bottom-color: hsla(50,4%,73%,.7)
}

.border-y-gray-marquee-text\/75 {
    border-top-color: hsla(50,4%,73%,.75);
    border-bottom-color: hsla(50,4%,73%,.75)
}

.border-y-gray-marquee-text\/80 {
    border-top-color: hsla(50,4%,73%,.8);
    border-bottom-color: hsla(50,4%,73%,.8)
}

.border-y-gray-marquee-text\/90 {
    border-top-color: hsla(50,4%,73%,.9);
    border-bottom-color: hsla(50,4%,73%,.9)
}

.border-y-gray-marquee-text\/95 {
    border-top-color: hsla(50,4%,73%,.95);
    border-bottom-color: hsla(50,4%,73%,.95)
}

.border-y-gray-placeholder {
    --tw-border-opacity: 1;
    border-top-color: rgb(130 138 147/var(--tw-border-opacity));
    border-bottom-color: rgb(130 138 147/var(--tw-border-opacity))
}

.border-y-gray-placeholder\/0 {
    border-top-color: hsla(212,7%,54%,0);
    border-bottom-color: hsla(212,7%,54%,0)
}

.border-y-gray-placeholder\/10 {
    border-top-color: hsla(212,7%,54%,.1);
    border-bottom-color: hsla(212,7%,54%,.1)
}

.border-y-gray-placeholder\/100 {
    border-top-color: #828a93;
    border-bottom-color: #828a93
}

.border-y-gray-placeholder\/20 {
    border-top-color: hsla(212,7%,54%,.2);
    border-bottom-color: hsla(212,7%,54%,.2)
}

.border-y-gray-placeholder\/25 {
    border-top-color: hsla(212,7%,54%,.25);
    border-bottom-color: hsla(212,7%,54%,.25)
}

.border-y-gray-placeholder\/30 {
    border-top-color: hsla(212,7%,54%,.3);
    border-bottom-color: hsla(212,7%,54%,.3)
}

.border-y-gray-placeholder\/40 {
    border-top-color: hsla(212,7%,54%,.4);
    border-bottom-color: hsla(212,7%,54%,.4)
}

.border-y-gray-placeholder\/5 {
    border-top-color: hsla(212,7%,54%,.05);
    border-bottom-color: hsla(212,7%,54%,.05)
}

.border-y-gray-placeholder\/50 {
    border-top-color: hsla(212,7%,54%,.5);
    border-bottom-color: hsla(212,7%,54%,.5)
}

.border-y-gray-placeholder\/60 {
    border-top-color: hsla(212,7%,54%,.6);
    border-bottom-color: hsla(212,7%,54%,.6)
}

.border-y-gray-placeholder\/70 {
    border-top-color: hsla(212,7%,54%,.7);
    border-bottom-color: hsla(212,7%,54%,.7)
}

.border-y-gray-placeholder\/75 {
    border-top-color: hsla(212,7%,54%,.75);
    border-bottom-color: hsla(212,7%,54%,.75)
}

.border-y-gray-placeholder\/80 {
    border-top-color: hsla(212,7%,54%,.8);
    border-bottom-color: hsla(212,7%,54%,.8)
}

.border-y-gray-placeholder\/90 {
    border-top-color: hsla(212,7%,54%,.9);
    border-bottom-color: hsla(212,7%,54%,.9)
}

.border-y-gray-placeholder\/95 {
    border-top-color: hsla(212,7%,54%,.95);
    border-bottom-color: hsla(212,7%,54%,.95)
}

.border-y-gray-popup {
    --tw-border-opacity: 1;
    border-top-color: rgb(178 178 182/var(--tw-border-opacity));
    border-bottom-color: rgb(178 178 182/var(--tw-border-opacity))
}

.border-y-gray-popup\/0 {
    border-top-color: hsla(240,3%,71%,0);
    border-bottom-color: hsla(240,3%,71%,0)
}

.border-y-gray-popup\/10 {
    border-top-color: hsla(240,3%,71%,.1);
    border-bottom-color: hsla(240,3%,71%,.1)
}

.border-y-gray-popup\/100 {
    border-top-color: #b2b2b6;
    border-bottom-color: #b2b2b6
}

.border-y-gray-popup\/20 {
    border-top-color: hsla(240,3%,71%,.2);
    border-bottom-color: hsla(240,3%,71%,.2)
}

.border-y-gray-popup\/25 {
    border-top-color: hsla(240,3%,71%,.25);
    border-bottom-color: hsla(240,3%,71%,.25)
}

.border-y-gray-popup\/30 {
    border-top-color: hsla(240,3%,71%,.3);
    border-bottom-color: hsla(240,3%,71%,.3)
}

.border-y-gray-popup\/40 {
    border-top-color: hsla(240,3%,71%,.4);
    border-bottom-color: hsla(240,3%,71%,.4)
}

.border-y-gray-popup\/5 {
    border-top-color: hsla(240,3%,71%,.05);
    border-bottom-color: hsla(240,3%,71%,.05)
}

.border-y-gray-popup\/50 {
    border-top-color: hsla(240,3%,71%,.5);
    border-bottom-color: hsla(240,3%,71%,.5)
}

.border-y-gray-popup\/60 {
    border-top-color: hsla(240,3%,71%,.6);
    border-bottom-color: hsla(240,3%,71%,.6)
}

.border-y-gray-popup\/70 {
    border-top-color: hsla(240,3%,71%,.7);
    border-bottom-color: hsla(240,3%,71%,.7)
}

.border-y-gray-popup\/75 {
    border-top-color: hsla(240,3%,71%,.75);
    border-bottom-color: hsla(240,3%,71%,.75)
}

.border-y-gray-popup\/80 {
    border-top-color: hsla(240,3%,71%,.8);
    border-bottom-color: hsla(240,3%,71%,.8)
}

.border-y-gray-popup\/90 {
    border-top-color: hsla(240,3%,71%,.9);
    border-bottom-color: hsla(240,3%,71%,.9)
}

.border-y-gray-popup\/95 {
    border-top-color: hsla(240,3%,71%,.95);
    border-bottom-color: hsla(240,3%,71%,.95)
}

.border-y-gray-progress-non {
    --tw-border-opacity: 1;
    border-top-color: rgb(15 16 17/var(--tw-border-opacity));
    border-bottom-color: rgb(15 16 17/var(--tw-border-opacity))
}

.border-y-gray-progress-non\/0 {
    border-top-color: rgba(15,16,17,0);
    border-bottom-color: rgba(15,16,17,0)
}

.border-y-gray-progress-non\/10 {
    border-top-color: rgba(15,16,17,.1);
    border-bottom-color: rgba(15,16,17,.1)
}

.border-y-gray-progress-non\/100 {
    border-top-color: #0f1011;
    border-bottom-color: #0f1011
}

.border-y-gray-progress-non\/20 {
    border-top-color: rgba(15,16,17,.2);
    border-bottom-color: rgba(15,16,17,.2)
}

.border-y-gray-progress-non\/25 {
    border-top-color: rgba(15,16,17,.25);
    border-bottom-color: rgba(15,16,17,.25)
}

.border-y-gray-progress-non\/30 {
    border-top-color: rgba(15,16,17,.3);
    border-bottom-color: rgba(15,16,17,.3)
}

.border-y-gray-progress-non\/40 {
    border-top-color: rgba(15,16,17,.4);
    border-bottom-color: rgba(15,16,17,.4)
}

.border-y-gray-progress-non\/5 {
    border-top-color: rgba(15,16,17,.05);
    border-bottom-color: rgba(15,16,17,.05)
}

.border-y-gray-progress-non\/50 {
    border-top-color: rgba(15,16,17,.5);
    border-bottom-color: rgba(15,16,17,.5)
}

.border-y-gray-progress-non\/60 {
    border-top-color: rgba(15,16,17,.6);
    border-bottom-color: rgba(15,16,17,.6)
}

.border-y-gray-progress-non\/70 {
    border-top-color: rgba(15,16,17,.7);
    border-bottom-color: rgba(15,16,17,.7)
}

.border-y-gray-progress-non\/75 {
    border-top-color: rgba(15,16,17,.75);
    border-bottom-color: rgba(15,16,17,.75)
}

.border-y-gray-progress-non\/80 {
    border-top-color: rgba(15,16,17,.8);
    border-bottom-color: rgba(15,16,17,.8)
}

.border-y-gray-progress-non\/90 {
    border-top-color: rgba(15,16,17,.9);
    border-bottom-color: rgba(15,16,17,.9)
}

.border-y-gray-progress-non\/95 {
    border-top-color: rgba(15,16,17,.95);
    border-bottom-color: rgba(15,16,17,.95)
}

.border-y-gray-qr-code {
    --tw-border-opacity: 1;
    border-top-color: rgb(85 85 85/var(--tw-border-opacity));
    border-bottom-color: rgb(85 85 85/var(--tw-border-opacity))
}

.border-y-gray-qr-code\/0 {
    border-top-color: rgba(85,85,85,0);
    border-bottom-color: rgba(85,85,85,0)
}

.border-y-gray-qr-code\/10 {
    border-top-color: rgba(85,85,85,.1);
    border-bottom-color: rgba(85,85,85,.1)
}

.border-y-gray-qr-code\/100 {
    border-top-color: #555;
    border-bottom-color: #555
}

.border-y-gray-qr-code\/20 {
    border-top-color: rgba(85,85,85,.2);
    border-bottom-color: rgba(85,85,85,.2)
}

.border-y-gray-qr-code\/25 {
    border-top-color: rgba(85,85,85,.25);
    border-bottom-color: rgba(85,85,85,.25)
}

.border-y-gray-qr-code\/30 {
    border-top-color: rgba(85,85,85,.3);
    border-bottom-color: rgba(85,85,85,.3)
}

.border-y-gray-qr-code\/40 {
    border-top-color: rgba(85,85,85,.4);
    border-bottom-color: rgba(85,85,85,.4)
}

.border-y-gray-qr-code\/5 {
    border-top-color: rgba(85,85,85,.05);
    border-bottom-color: rgba(85,85,85,.05)
}

.border-y-gray-qr-code\/50 {
    border-top-color: rgba(85,85,85,.5);
    border-bottom-color: rgba(85,85,85,.5)
}

.border-y-gray-qr-code\/60 {
    border-top-color: rgba(85,85,85,.6);
    border-bottom-color: rgba(85,85,85,.6)
}

.border-y-gray-qr-code\/70 {
    border-top-color: rgba(85,85,85,.7);
    border-bottom-color: rgba(85,85,85,.7)
}

.border-y-gray-qr-code\/75 {
    border-top-color: rgba(85,85,85,.75);
    border-bottom-color: rgba(85,85,85,.75)
}

.border-y-gray-qr-code\/80 {
    border-top-color: rgba(85,85,85,.8);
    border-bottom-color: rgba(85,85,85,.8)
}

.border-y-gray-qr-code\/90 {
    border-top-color: rgba(85,85,85,.9);
    border-bottom-color: rgba(85,85,85,.9)
}

.border-y-gray-qr-code\/95 {
    border-top-color: rgba(85,85,85,.95);
    border-bottom-color: rgba(85,85,85,.95)
}

.border-y-gray-show-all {
    --tw-border-opacity: 1;
    border-top-color: rgb(86 86 86/var(--tw-border-opacity));
    border-bottom-color: rgb(86 86 86/var(--tw-border-opacity))
}

.border-y-gray-show-all\/0 {
    border-top-color: rgba(86,86,86,0);
    border-bottom-color: rgba(86,86,86,0)
}

.border-y-gray-show-all\/10 {
    border-top-color: rgba(86,86,86,.1);
    border-bottom-color: rgba(86,86,86,.1)
}

.border-y-gray-show-all\/100 {
    border-top-color: #565656;
    border-bottom-color: #565656
}

.border-y-gray-show-all\/20 {
    border-top-color: rgba(86,86,86,.2);
    border-bottom-color: rgba(86,86,86,.2)
}

.border-y-gray-show-all\/25 {
    border-top-color: rgba(86,86,86,.25);
    border-bottom-color: rgba(86,86,86,.25)
}

.border-y-gray-show-all\/30 {
    border-top-color: rgba(86,86,86,.3);
    border-bottom-color: rgba(86,86,86,.3)
}

.border-y-gray-show-all\/40 {
    border-top-color: rgba(86,86,86,.4);
    border-bottom-color: rgba(86,86,86,.4)
}

.border-y-gray-show-all\/5 {
    border-top-color: rgba(86,86,86,.05);
    border-bottom-color: rgba(86,86,86,.05)
}

.border-y-gray-show-all\/50 {
    border-top-color: rgba(86,86,86,.5);
    border-bottom-color: rgba(86,86,86,.5)
}

.border-y-gray-show-all\/60 {
    border-top-color: rgba(86,86,86,.6);
    border-bottom-color: rgba(86,86,86,.6)
}

.border-y-gray-show-all\/70 {
    border-top-color: rgba(86,86,86,.7);
    border-bottom-color: rgba(86,86,86,.7)
}

.border-y-gray-show-all\/75 {
    border-top-color: rgba(86,86,86,.75);
    border-bottom-color: rgba(86,86,86,.75)
}

.border-y-gray-show-all\/80 {
    border-top-color: rgba(86,86,86,.8);
    border-bottom-color: rgba(86,86,86,.8)
}

.border-y-gray-show-all\/90 {
    border-top-color: rgba(86,86,86,.9);
    border-bottom-color: rgba(86,86,86,.9)
}

.border-y-gray-show-all\/95 {
    border-top-color: rgba(86,86,86,.95);
    border-bottom-color: rgba(86,86,86,.95)
}

.border-y-gray-symbol-coin {
    --tw-border-opacity: 1;
    border-top-color: rgb(73 73 74/var(--tw-border-opacity));
    border-bottom-color: rgb(73 73 74/var(--tw-border-opacity))
}

.border-y-gray-symbol-coin\/0 {
    border-top-color: rgba(73,73,74,0);
    border-bottom-color: rgba(73,73,74,0)
}

.border-y-gray-symbol-coin\/10 {
    border-top-color: rgba(73,73,74,.1);
    border-bottom-color: rgba(73,73,74,.1)
}

.border-y-gray-symbol-coin\/100 {
    border-top-color: #49494a;
    border-bottom-color: #49494a
}

.border-y-gray-symbol-coin\/20 {
    border-top-color: rgba(73,73,74,.2);
    border-bottom-color: rgba(73,73,74,.2)
}

.border-y-gray-symbol-coin\/25 {
    border-top-color: rgba(73,73,74,.25);
    border-bottom-color: rgba(73,73,74,.25)
}

.border-y-gray-symbol-coin\/30 {
    border-top-color: rgba(73,73,74,.3);
    border-bottom-color: rgba(73,73,74,.3)
}

.border-y-gray-symbol-coin\/40 {
    border-top-color: rgba(73,73,74,.4);
    border-bottom-color: rgba(73,73,74,.4)
}

.border-y-gray-symbol-coin\/5 {
    border-top-color: rgba(73,73,74,.05);
    border-bottom-color: rgba(73,73,74,.05)
}

.border-y-gray-symbol-coin\/50 {
    border-top-color: rgba(73,73,74,.5);
    border-bottom-color: rgba(73,73,74,.5)
}

.border-y-gray-symbol-coin\/60 {
    border-top-color: rgba(73,73,74,.6);
    border-bottom-color: rgba(73,73,74,.6)
}

.border-y-gray-symbol-coin\/70 {
    border-top-color: rgba(73,73,74,.7);
    border-bottom-color: rgba(73,73,74,.7)
}

.border-y-gray-symbol-coin\/75 {
    border-top-color: rgba(73,73,74,.75);
    border-bottom-color: rgba(73,73,74,.75)
}

.border-y-gray-symbol-coin\/80 {
    border-top-color: rgba(73,73,74,.8);
    border-bottom-color: rgba(73,73,74,.8)
}

.border-y-gray-symbol-coin\/90 {
    border-top-color: rgba(73,73,74,.9);
    border-bottom-color: rgba(73,73,74,.9)
}

.border-y-gray-symbol-coin\/95 {
    border-top-color: rgba(73,73,74,.95);
    border-bottom-color: rgba(73,73,74,.95)
}

.border-y-gray-text {
    --tw-border-opacity: 1;
    border-top-color: rgb(219 210 194/var(--tw-border-opacity));
    border-bottom-color: rgb(219 210 194/var(--tw-border-opacity))
}

.border-y-gray-text-footer {
    --tw-border-opacity: 1;
    border-top-color: rgb(112 113 111/var(--tw-border-opacity));
    border-bottom-color: rgb(112 113 111/var(--tw-border-opacity))
}

.border-y-gray-text-footer\/0 {
    border-top-color: hsla(90,1%,44%,0);
    border-bottom-color: hsla(90,1%,44%,0)
}

.border-y-gray-text-footer\/10 {
    border-top-color: hsla(90,1%,44%,.1);
    border-bottom-color: hsla(90,1%,44%,.1)
}

.border-y-gray-text-footer\/100 {
    border-top-color: #70716f;
    border-bottom-color: #70716f
}

.border-y-gray-text-footer\/20 {
    border-top-color: hsla(90,1%,44%,.2);
    border-bottom-color: hsla(90,1%,44%,.2)
}

.border-y-gray-text-footer\/25 {
    border-top-color: hsla(90,1%,44%,.25);
    border-bottom-color: hsla(90,1%,44%,.25)
}

.border-y-gray-text-footer\/30 {
    border-top-color: hsla(90,1%,44%,.3);
    border-bottom-color: hsla(90,1%,44%,.3)
}

.border-y-gray-text-footer\/40 {
    border-top-color: hsla(90,1%,44%,.4);
    border-bottom-color: hsla(90,1%,44%,.4)
}

.border-y-gray-text-footer\/5 {
    border-top-color: hsla(90,1%,44%,.05);
    border-bottom-color: hsla(90,1%,44%,.05)
}

.border-y-gray-text-footer\/50 {
    border-top-color: hsla(90,1%,44%,.5);
    border-bottom-color: hsla(90,1%,44%,.5)
}

.border-y-gray-text-footer\/60 {
    border-top-color: hsla(90,1%,44%,.6);
    border-bottom-color: hsla(90,1%,44%,.6)
}

.border-y-gray-text-footer\/70 {
    border-top-color: hsla(90,1%,44%,.7);
    border-bottom-color: hsla(90,1%,44%,.7)
}

.border-y-gray-text-footer\/75 {
    border-top-color: hsla(90,1%,44%,.75);
    border-bottom-color: hsla(90,1%,44%,.75)
}

.border-y-gray-text-footer\/80 {
    border-top-color: hsla(90,1%,44%,.8);
    border-bottom-color: hsla(90,1%,44%,.8)
}

.border-y-gray-text-footer\/90 {
    border-top-color: hsla(90,1%,44%,.9);
    border-bottom-color: hsla(90,1%,44%,.9)
}

.border-y-gray-text-footer\/95 {
    border-top-color: hsla(90,1%,44%,.95);
    border-bottom-color: hsla(90,1%,44%,.95)
}

.border-y-gray-text-game {
    --tw-border-opacity: 1;
    border-top-color: rgb(143 143 143/var(--tw-border-opacity));
    border-bottom-color: rgb(143 143 143/var(--tw-border-opacity))
}

.border-y-gray-text-game\/0 {
    border-top-color: hsla(0,0%,56%,0);
    border-bottom-color: hsla(0,0%,56%,0)
}

.border-y-gray-text-game\/10 {
    border-top-color: hsla(0,0%,56%,.1);
    border-bottom-color: hsla(0,0%,56%,.1)
}

.border-y-gray-text-game\/100 {
    border-top-color: #8f8f8f;
    border-bottom-color: #8f8f8f
}

.border-y-gray-text-game\/20 {
    border-top-color: hsla(0,0%,56%,.2);
    border-bottom-color: hsla(0,0%,56%,.2)
}

.border-y-gray-text-game\/25 {
    border-top-color: hsla(0,0%,56%,.25);
    border-bottom-color: hsla(0,0%,56%,.25)
}

.border-y-gray-text-game\/30 {
    border-top-color: hsla(0,0%,56%,.3);
    border-bottom-color: hsla(0,0%,56%,.3)
}

.border-y-gray-text-game\/40 {
    border-top-color: hsla(0,0%,56%,.4);
    border-bottom-color: hsla(0,0%,56%,.4)
}

.border-y-gray-text-game\/5 {
    border-top-color: hsla(0,0%,56%,.05);
    border-bottom-color: hsla(0,0%,56%,.05)
}

.border-y-gray-text-game\/50 {
    border-top-color: hsla(0,0%,56%,.5);
    border-bottom-color: hsla(0,0%,56%,.5)
}

.border-y-gray-text-game\/60 {
    border-top-color: hsla(0,0%,56%,.6);
    border-bottom-color: hsla(0,0%,56%,.6)
}

.border-y-gray-text-game\/70 {
    border-top-color: hsla(0,0%,56%,.7);
    border-bottom-color: hsla(0,0%,56%,.7)
}

.border-y-gray-text-game\/75 {
    border-top-color: hsla(0,0%,56%,.75);
    border-bottom-color: hsla(0,0%,56%,.75)
}

.border-y-gray-text-game\/80 {
    border-top-color: hsla(0,0%,56%,.8);
    border-bottom-color: hsla(0,0%,56%,.8)
}

.border-y-gray-text-game\/90 {
    border-top-color: hsla(0,0%,56%,.9);
    border-bottom-color: hsla(0,0%,56%,.9)
}

.border-y-gray-text-game\/95 {
    border-top-color: hsla(0,0%,56%,.95);
    border-bottom-color: hsla(0,0%,56%,.95)
}

.border-y-gray-text-popup-login {
    --tw-border-opacity: 1;
    border-top-color: rgb(128 128 128/var(--tw-border-opacity));
    border-bottom-color: rgb(128 128 128/var(--tw-border-opacity))
}

.border-y-gray-text-popup-login\/0 {
    border-top-color: hsla(0,0%,50%,0);
    border-bottom-color: hsla(0,0%,50%,0)
}

.border-y-gray-text-popup-login\/10 {
    border-top-color: hsla(0,0%,50%,.1);
    border-bottom-color: hsla(0,0%,50%,.1)
}

.border-y-gray-text-popup-login\/100 {
    border-top-color: grey;
    border-bottom-color: grey
}

.border-y-gray-text-popup-login\/20 {
    border-top-color: hsla(0,0%,50%,.2);
    border-bottom-color: hsla(0,0%,50%,.2)
}

.border-y-gray-text-popup-login\/25 {
    border-top-color: hsla(0,0%,50%,.25);
    border-bottom-color: hsla(0,0%,50%,.25)
}

.border-y-gray-text-popup-login\/30 {
    border-top-color: hsla(0,0%,50%,.3);
    border-bottom-color: hsla(0,0%,50%,.3)
}

.border-y-gray-text-popup-login\/40 {
    border-top-color: hsla(0,0%,50%,.4);
    border-bottom-color: hsla(0,0%,50%,.4)
}

.border-y-gray-text-popup-login\/5 {
    border-top-color: hsla(0,0%,50%,.05);
    border-bottom-color: hsla(0,0%,50%,.05)
}

.border-y-gray-text-popup-login\/50 {
    border-top-color: hsla(0,0%,50%,.5);
    border-bottom-color: hsla(0,0%,50%,.5)
}

.border-y-gray-text-popup-login\/60 {
    border-top-color: hsla(0,0%,50%,.6);
    border-bottom-color: hsla(0,0%,50%,.6)
}

.border-y-gray-text-popup-login\/70 {
    border-top-color: hsla(0,0%,50%,.7);
    border-bottom-color: hsla(0,0%,50%,.7)
}

.border-y-gray-text-popup-login\/75 {
    border-top-color: hsla(0,0%,50%,.75);
    border-bottom-color: hsla(0,0%,50%,.75)
}

.border-y-gray-text-popup-login\/80 {
    border-top-color: hsla(0,0%,50%,.8);
    border-bottom-color: hsla(0,0%,50%,.8)
}

.border-y-gray-text-popup-login\/90 {
    border-top-color: hsla(0,0%,50%,.9);
    border-bottom-color: hsla(0,0%,50%,.9)
}

.border-y-gray-text-popup-login\/95 {
    border-top-color: hsla(0,0%,50%,.95);
    border-bottom-color: hsla(0,0%,50%,.95)
}

.border-y-gray-text\/0 {
    border-top-color: hsla(38,26%,81%,0);
    border-bottom-color: hsla(38,26%,81%,0)
}

.border-y-gray-text\/10 {
    border-top-color: hsla(38,26%,81%,.1);
    border-bottom-color: hsla(38,26%,81%,.1)
}

.border-y-gray-text\/100 {
    border-top-color: #dbd2c2;
    border-bottom-color: #dbd2c2
}

.border-y-gray-text\/20 {
    border-top-color: hsla(38,26%,81%,.2);
    border-bottom-color: hsla(38,26%,81%,.2)
}

.border-y-gray-text\/25 {
    border-top-color: hsla(38,26%,81%,.25);
    border-bottom-color: hsla(38,26%,81%,.25)
}

.border-y-gray-text\/30 {
    border-top-color: hsla(38,26%,81%,.3);
    border-bottom-color: hsla(38,26%,81%,.3)
}

.border-y-gray-text\/40 {
    border-top-color: hsla(38,26%,81%,.4);
    border-bottom-color: hsla(38,26%,81%,.4)
}

.border-y-gray-text\/5 {
    border-top-color: hsla(38,26%,81%,.05);
    border-bottom-color: hsla(38,26%,81%,.05)
}

.border-y-gray-text\/50 {
    border-top-color: hsla(38,26%,81%,.5);
    border-bottom-color: hsla(38,26%,81%,.5)
}

.border-y-gray-text\/60 {
    border-top-color: hsla(38,26%,81%,.6);
    border-bottom-color: hsla(38,26%,81%,.6)
}

.border-y-gray-text\/70 {
    border-top-color: hsla(38,26%,81%,.7);
    border-bottom-color: hsla(38,26%,81%,.7)
}

.border-y-gray-text\/75 {
    border-top-color: hsla(38,26%,81%,.75);
    border-bottom-color: hsla(38,26%,81%,.75)
}

.border-y-gray-text\/80 {
    border-top-color: hsla(38,26%,81%,.8);
    border-bottom-color: hsla(38,26%,81%,.8)
}

.border-y-gray-text\/90 {
    border-top-color: hsla(38,26%,81%,.9);
    border-bottom-color: hsla(38,26%,81%,.9)
}

.border-y-gray-text\/95 {
    border-top-color: hsla(38,26%,81%,.95);
    border-bottom-color: hsla(38,26%,81%,.95)
}

.border-y-gray-title-game {
    --tw-border-opacity: 1;
    border-top-color: rgb(230 230 230/var(--tw-border-opacity));
    border-bottom-color: rgb(230 230 230/var(--tw-border-opacity))
}

.border-y-gray-title-game\/0 {
    border-top-color: hsla(0,0%,90%,0);
    border-bottom-color: hsla(0,0%,90%,0)
}

.border-y-gray-title-game\/10 {
    border-top-color: hsla(0,0%,90%,.1);
    border-bottom-color: hsla(0,0%,90%,.1)
}

.border-y-gray-title-game\/100 {
    border-top-color: #e6e6e6;
    border-bottom-color: #e6e6e6
}

.border-y-gray-title-game\/20 {
    border-top-color: hsla(0,0%,90%,.2);
    border-bottom-color: hsla(0,0%,90%,.2)
}

.border-y-gray-title-game\/25 {
    border-top-color: hsla(0,0%,90%,.25);
    border-bottom-color: hsla(0,0%,90%,.25)
}

.border-y-gray-title-game\/30 {
    border-top-color: hsla(0,0%,90%,.3);
    border-bottom-color: hsla(0,0%,90%,.3)
}

.border-y-gray-title-game\/40 {
    border-top-color: hsla(0,0%,90%,.4);
    border-bottom-color: hsla(0,0%,90%,.4)
}

.border-y-gray-title-game\/5 {
    border-top-color: hsla(0,0%,90%,.05);
    border-bottom-color: hsla(0,0%,90%,.05)
}

.border-y-gray-title-game\/50 {
    border-top-color: hsla(0,0%,90%,.5);
    border-bottom-color: hsla(0,0%,90%,.5)
}

.border-y-gray-title-game\/60 {
    border-top-color: hsla(0,0%,90%,.6);
    border-bottom-color: hsla(0,0%,90%,.6)
}

.border-y-gray-title-game\/70 {
    border-top-color: hsla(0,0%,90%,.7);
    border-bottom-color: hsla(0,0%,90%,.7)
}

.border-y-gray-title-game\/75 {
    border-top-color: hsla(0,0%,90%,.75);
    border-bottom-color: hsla(0,0%,90%,.75)
}

.border-y-gray-title-game\/80 {
    border-top-color: hsla(0,0%,90%,.8);
    border-bottom-color: hsla(0,0%,90%,.8)
}

.border-y-gray-title-game\/90 {
    border-top-color: hsla(0,0%,90%,.9);
    border-bottom-color: hsla(0,0%,90%,.9)
}

.border-y-gray-title-game\/95 {
    border-top-color: hsla(0,0%,90%,.95);
    border-bottom-color: hsla(0,0%,90%,.95)
}

.border-y-gray-white {
    --tw-border-opacity: 1;
    border-top-color: rgb(227 227 226/var(--tw-border-opacity));
    border-bottom-color: rgb(227 227 226/var(--tw-border-opacity))
}

.border-y-gray-white\/0 {
    border-top-color: hsla(60,2%,89%,0);
    border-bottom-color: hsla(60,2%,89%,0)
}

.border-y-gray-white\/10 {
    border-top-color: hsla(60,2%,89%,.1);
    border-bottom-color: hsla(60,2%,89%,.1)
}

.border-y-gray-white\/100 {
    border-top-color: #e3e3e2;
    border-bottom-color: #e3e3e2
}

.border-y-gray-white\/20 {
    border-top-color: hsla(60,2%,89%,.2);
    border-bottom-color: hsla(60,2%,89%,.2)
}

.border-y-gray-white\/25 {
    border-top-color: hsla(60,2%,89%,.25);
    border-bottom-color: hsla(60,2%,89%,.25)
}

.border-y-gray-white\/30 {
    border-top-color: hsla(60,2%,89%,.3);
    border-bottom-color: hsla(60,2%,89%,.3)
}

.border-y-gray-white\/40 {
    border-top-color: hsla(60,2%,89%,.4);
    border-bottom-color: hsla(60,2%,89%,.4)
}

.border-y-gray-white\/5 {
    border-top-color: hsla(60,2%,89%,.05);
    border-bottom-color: hsla(60,2%,89%,.05)
}

.border-y-gray-white\/50 {
    border-top-color: hsla(60,2%,89%,.5);
    border-bottom-color: hsla(60,2%,89%,.5)
}

.border-y-gray-white\/60 {
    border-top-color: hsla(60,2%,89%,.6);
    border-bottom-color: hsla(60,2%,89%,.6)
}

.border-y-gray-white\/70 {
    border-top-color: hsla(60,2%,89%,.7);
    border-bottom-color: hsla(60,2%,89%,.7)
}

.border-y-gray-white\/75 {
    border-top-color: hsla(60,2%,89%,.75);
    border-bottom-color: hsla(60,2%,89%,.75)
}

.border-y-gray-white\/80 {
    border-top-color: hsla(60,2%,89%,.8);
    border-bottom-color: hsla(60,2%,89%,.8)
}

.border-y-gray-white\/90 {
    border-top-color: hsla(60,2%,89%,.9);
    border-bottom-color: hsla(60,2%,89%,.9)
}

.border-y-gray-white\/95 {
    border-top-color: hsla(60,2%,89%,.95);
    border-bottom-color: hsla(60,2%,89%,.95)
}

.border-y-green-success {
    --tw-border-opacity: 1;
    border-top-color: rgb(98 202 121/var(--tw-border-opacity));
    border-bottom-color: rgb(98 202 121/var(--tw-border-opacity))
}

.border-y-green-success\/0 {
    border-top-color: rgba(98,202,121,0);
    border-bottom-color: rgba(98,202,121,0)
}

.border-y-green-success\/10 {
    border-top-color: rgba(98,202,121,.1);
    border-bottom-color: rgba(98,202,121,.1)
}

.border-y-green-success\/100 {
    border-top-color: #62ca79;
    border-bottom-color: #62ca79
}

.border-y-green-success\/20 {
    border-top-color: rgba(98,202,121,.2);
    border-bottom-color: rgba(98,202,121,.2)
}

.border-y-green-success\/25 {
    border-top-color: rgba(98,202,121,.25);
    border-bottom-color: rgba(98,202,121,.25)
}

.border-y-green-success\/30 {
    border-top-color: rgba(98,202,121,.3);
    border-bottom-color: rgba(98,202,121,.3)
}

.border-y-green-success\/40 {
    border-top-color: rgba(98,202,121,.4);
    border-bottom-color: rgba(98,202,121,.4)
}

.border-y-green-success\/5 {
    border-top-color: rgba(98,202,121,.05);
    border-bottom-color: rgba(98,202,121,.05)
}

.border-y-green-success\/50 {
    border-top-color: rgba(98,202,121,.5);
    border-bottom-color: rgba(98,202,121,.5)
}

.border-y-green-success\/60 {
    border-top-color: rgba(98,202,121,.6);
    border-bottom-color: rgba(98,202,121,.6)
}

.border-y-green-success\/70 {
    border-top-color: rgba(98,202,121,.7);
    border-bottom-color: rgba(98,202,121,.7)
}

.border-y-green-success\/75 {
    border-top-color: rgba(98,202,121,.75);
    border-bottom-color: rgba(98,202,121,.75)
}

.border-y-green-success\/80 {
    border-top-color: rgba(98,202,121,.8);
    border-bottom-color: rgba(98,202,121,.8)
}

.border-y-green-success\/90 {
    border-top-color: rgba(98,202,121,.9);
    border-bottom-color: rgba(98,202,121,.9)
}

.border-y-green-success\/95 {
    border-top-color: rgba(98,202,121,.95);
    border-bottom-color: rgba(98,202,121,.95)
}

.border-y-green-win {
    --tw-border-opacity: 1;
    border-top-color: rgb(92 191 117/var(--tw-border-opacity));
    border-bottom-color: rgb(92 191 117/var(--tw-border-opacity))
}

.border-y-green-win\/0 {
    border-top-color: rgba(92,191,117,0);
    border-bottom-color: rgba(92,191,117,0)
}

.border-y-green-win\/10 {
    border-top-color: rgba(92,191,117,.1);
    border-bottom-color: rgba(92,191,117,.1)
}

.border-y-green-win\/100 {
    border-top-color: #5cbf75;
    border-bottom-color: #5cbf75
}

.border-y-green-win\/20 {
    border-top-color: rgba(92,191,117,.2);
    border-bottom-color: rgba(92,191,117,.2)
}

.border-y-green-win\/25 {
    border-top-color: rgba(92,191,117,.25);
    border-bottom-color: rgba(92,191,117,.25)
}

.border-y-green-win\/30 {
    border-top-color: rgba(92,191,117,.3);
    border-bottom-color: rgba(92,191,117,.3)
}

.border-y-green-win\/40 {
    border-top-color: rgba(92,191,117,.4);
    border-bottom-color: rgba(92,191,117,.4)
}

.border-y-green-win\/5 {
    border-top-color: rgba(92,191,117,.05);
    border-bottom-color: rgba(92,191,117,.05)
}

.border-y-green-win\/50 {
    border-top-color: rgba(92,191,117,.5);
    border-bottom-color: rgba(92,191,117,.5)
}

.border-y-green-win\/60 {
    border-top-color: rgba(92,191,117,.6);
    border-bottom-color: rgba(92,191,117,.6)
}

.border-y-green-win\/70 {
    border-top-color: rgba(92,191,117,.7);
    border-bottom-color: rgba(92,191,117,.7)
}

.border-y-green-win\/75 {
    border-top-color: rgba(92,191,117,.75);
    border-bottom-color: rgba(92,191,117,.75)
}

.border-y-green-win\/80 {
    border-top-color: rgba(92,191,117,.8);
    border-bottom-color: rgba(92,191,117,.8)
}

.border-y-green-win\/90 {
    border-top-color: rgba(92,191,117,.9);
    border-bottom-color: rgba(92,191,117,.9)
}

.border-y-green-win\/95 {
    border-top-color: rgba(92,191,117,.95);
    border-bottom-color: rgba(92,191,117,.95)
}

.border-y-highlight-leo88 {
    --tw-border-opacity: 1;
    border-top-color: rgb(184 28 28/var(--tw-border-opacity));
    border-bottom-color: rgb(184 28 28/var(--tw-border-opacity))
}

.border-y-highlight-leo88\/0 {
    border-top-color: rgba(184,28,28,0);
    border-bottom-color: rgba(184,28,28,0)
}

.border-y-highlight-leo88\/10 {
    border-top-color: rgba(184,28,28,.1);
    border-bottom-color: rgba(184,28,28,.1)
}

.border-y-highlight-leo88\/100 {
    border-top-color: #b81c1c;
    border-bottom-color: #b81c1c
}

.border-y-highlight-leo88\/20 {
    border-top-color: rgba(184,28,28,.2);
    border-bottom-color: rgba(184,28,28,.2)
}

.border-y-highlight-leo88\/25 {
    border-top-color: rgba(184,28,28,.25);
    border-bottom-color: rgba(184,28,28,.25)
}

.border-y-highlight-leo88\/30 {
    border-top-color: rgba(184,28,28,.3);
    border-bottom-color: rgba(184,28,28,.3)
}

.border-y-highlight-leo88\/40 {
    border-top-color: rgba(184,28,28,.4);
    border-bottom-color: rgba(184,28,28,.4)
}

.border-y-highlight-leo88\/5 {
    border-top-color: rgba(184,28,28,.05);
    border-bottom-color: rgba(184,28,28,.05)
}

.border-y-highlight-leo88\/50 {
    border-top-color: rgba(184,28,28,.5);
    border-bottom-color: rgba(184,28,28,.5)
}

.border-y-highlight-leo88\/60 {
    border-top-color: rgba(184,28,28,.6);
    border-bottom-color: rgba(184,28,28,.6)
}

.border-y-highlight-leo88\/70 {
    border-top-color: rgba(184,28,28,.7);
    border-bottom-color: rgba(184,28,28,.7)
}

.border-y-highlight-leo88\/75 {
    border-top-color: rgba(184,28,28,.75);
    border-bottom-color: rgba(184,28,28,.75)
}

.border-y-highlight-leo88\/80 {
    border-top-color: rgba(184,28,28,.8);
    border-bottom-color: rgba(184,28,28,.8)
}

.border-y-highlight-leo88\/90 {
    border-top-color: rgba(184,28,28,.9);
    border-bottom-color: rgba(184,28,28,.9)
}

.border-y-highlight-leo88\/95 {
    border-top-color: rgba(184,28,28,.95);
    border-bottom-color: rgba(184,28,28,.95)
}

.border-y-home-title {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 221 169/var(--tw-border-opacity));
    border-bottom-color: rgb(255 221 169/var(--tw-border-opacity))
}

.border-y-home-title\/0 {
    border-top-color: rgba(255,221,169,0);
    border-bottom-color: rgba(255,221,169,0)
}

.border-y-home-title\/10 {
    border-top-color: rgba(255,221,169,.1);
    border-bottom-color: rgba(255,221,169,.1)
}

.border-y-home-title\/100 {
    border-top-color: #ffdda9;
    border-bottom-color: #ffdda9
}

.border-y-home-title\/20 {
    border-top-color: rgba(255,221,169,.2);
    border-bottom-color: rgba(255,221,169,.2)
}

.border-y-home-title\/25 {
    border-top-color: rgba(255,221,169,.25);
    border-bottom-color: rgba(255,221,169,.25)
}

.border-y-home-title\/30 {
    border-top-color: rgba(255,221,169,.3);
    border-bottom-color: rgba(255,221,169,.3)
}

.border-y-home-title\/40 {
    border-top-color: rgba(255,221,169,.4);
    border-bottom-color: rgba(255,221,169,.4)
}

.border-y-home-title\/5 {
    border-top-color: rgba(255,221,169,.05);
    border-bottom-color: rgba(255,221,169,.05)
}

.border-y-home-title\/50 {
    border-top-color: rgba(255,221,169,.5);
    border-bottom-color: rgba(255,221,169,.5)
}

.border-y-home-title\/60 {
    border-top-color: rgba(255,221,169,.6);
    border-bottom-color: rgba(255,221,169,.6)
}

.border-y-home-title\/70 {
    border-top-color: rgba(255,221,169,.7);
    border-bottom-color: rgba(255,221,169,.7)
}

.border-y-home-title\/75 {
    border-top-color: rgba(255,221,169,.75);
    border-bottom-color: rgba(255,221,169,.75)
}

.border-y-home-title\/80 {
    border-top-color: rgba(255,221,169,.8);
    border-bottom-color: rgba(255,221,169,.8)
}

.border-y-home-title\/90 {
    border-top-color: rgba(255,221,169,.9);
    border-bottom-color: rgba(255,221,169,.9)
}

.border-y-home-title\/95 {
    border-top-color: rgba(255,221,169,.95);
    border-bottom-color: rgba(255,221,169,.95)
}

.border-y-hot-match-green {
    --tw-border-opacity: 1;
    border-top-color: rgb(74 197 64/var(--tw-border-opacity));
    border-bottom-color: rgb(74 197 64/var(--tw-border-opacity))
}

.border-y-hot-match-green\/0 {
    border-top-color: rgba(74,197,64,0);
    border-bottom-color: rgba(74,197,64,0)
}

.border-y-hot-match-green\/10 {
    border-top-color: rgba(74,197,64,.1);
    border-bottom-color: rgba(74,197,64,.1)
}

.border-y-hot-match-green\/100 {
    border-top-color: #4ac540;
    border-bottom-color: #4ac540
}

.border-y-hot-match-green\/20 {
    border-top-color: rgba(74,197,64,.2);
    border-bottom-color: rgba(74,197,64,.2)
}

.border-y-hot-match-green\/25 {
    border-top-color: rgba(74,197,64,.25);
    border-bottom-color: rgba(74,197,64,.25)
}

.border-y-hot-match-green\/30 {
    border-top-color: rgba(74,197,64,.3);
    border-bottom-color: rgba(74,197,64,.3)
}

.border-y-hot-match-green\/40 {
    border-top-color: rgba(74,197,64,.4);
    border-bottom-color: rgba(74,197,64,.4)
}

.border-y-hot-match-green\/5 {
    border-top-color: rgba(74,197,64,.05);
    border-bottom-color: rgba(74,197,64,.05)
}

.border-y-hot-match-green\/50 {
    border-top-color: rgba(74,197,64,.5);
    border-bottom-color: rgba(74,197,64,.5)
}

.border-y-hot-match-green\/60 {
    border-top-color: rgba(74,197,64,.6);
    border-bottom-color: rgba(74,197,64,.6)
}

.border-y-hot-match-green\/70 {
    border-top-color: rgba(74,197,64,.7);
    border-bottom-color: rgba(74,197,64,.7)
}

.border-y-hot-match-green\/75 {
    border-top-color: rgba(74,197,64,.75);
    border-bottom-color: rgba(74,197,64,.75)
}

.border-y-hot-match-green\/80 {
    border-top-color: rgba(74,197,64,.8);
    border-bottom-color: rgba(74,197,64,.8)
}

.border-y-hot-match-green\/90 {
    border-top-color: rgba(74,197,64,.9);
    border-bottom-color: rgba(74,197,64,.9)
}

.border-y-hot-match-green\/95 {
    border-top-color: rgba(74,197,64,.95);
    border-bottom-color: rgba(74,197,64,.95)
}

.border-y-hot-match-highlight {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 236 231/var(--tw-border-opacity));
    border-bottom-color: rgb(251 236 231/var(--tw-border-opacity))
}

.border-y-hot-match-highlight\/0 {
    border-top-color: hsla(15,71%,95%,0);
    border-bottom-color: hsla(15,71%,95%,0)
}

.border-y-hot-match-highlight\/10 {
    border-top-color: hsla(15,71%,95%,.1);
    border-bottom-color: hsla(15,71%,95%,.1)
}

.border-y-hot-match-highlight\/100 {
    border-top-color: #fbece7;
    border-bottom-color: #fbece7
}

.border-y-hot-match-highlight\/20 {
    border-top-color: hsla(15,71%,95%,.2);
    border-bottom-color: hsla(15,71%,95%,.2)
}

.border-y-hot-match-highlight\/25 {
    border-top-color: hsla(15,71%,95%,.25);
    border-bottom-color: hsla(15,71%,95%,.25)
}

.border-y-hot-match-highlight\/30 {
    border-top-color: hsla(15,71%,95%,.3);
    border-bottom-color: hsla(15,71%,95%,.3)
}

.border-y-hot-match-highlight\/40 {
    border-top-color: hsla(15,71%,95%,.4);
    border-bottom-color: hsla(15,71%,95%,.4)
}

.border-y-hot-match-highlight\/5 {
    border-top-color: hsla(15,71%,95%,.05);
    border-bottom-color: hsla(15,71%,95%,.05)
}

.border-y-hot-match-highlight\/50 {
    border-top-color: hsla(15,71%,95%,.5);
    border-bottom-color: hsla(15,71%,95%,.5)
}

.border-y-hot-match-highlight\/60 {
    border-top-color: hsla(15,71%,95%,.6);
    border-bottom-color: hsla(15,71%,95%,.6)
}

.border-y-hot-match-highlight\/70 {
    border-top-color: hsla(15,71%,95%,.7);
    border-bottom-color: hsla(15,71%,95%,.7)
}

.border-y-hot-match-highlight\/75 {
    border-top-color: hsla(15,71%,95%,.75);
    border-bottom-color: hsla(15,71%,95%,.75)
}

.border-y-hot-match-highlight\/80 {
    border-top-color: hsla(15,71%,95%,.8);
    border-bottom-color: hsla(15,71%,95%,.8)
}

.border-y-hot-match-highlight\/90 {
    border-top-color: hsla(15,71%,95%,.9);
    border-bottom-color: hsla(15,71%,95%,.9)
}

.border-y-hot-match-highlight\/95 {
    border-top-color: hsla(15,71%,95%,.95);
    border-bottom-color: hsla(15,71%,95%,.95)
}

.border-y-hot-match-match {
    --tw-border-opacity: 1;
    border-top-color: rgb(86 63 42/var(--tw-border-opacity));
    border-bottom-color: rgb(86 63 42/var(--tw-border-opacity))
}

.border-y-hot-match-match\/0 {
    border-top-color: rgba(86,63,42,0);
    border-bottom-color: rgba(86,63,42,0)
}

.border-y-hot-match-match\/10 {
    border-top-color: rgba(86,63,42,.1);
    border-bottom-color: rgba(86,63,42,.1)
}

.border-y-hot-match-match\/100 {
    border-top-color: #563f2a;
    border-bottom-color: #563f2a
}

.border-y-hot-match-match\/20 {
    border-top-color: rgba(86,63,42,.2);
    border-bottom-color: rgba(86,63,42,.2)
}

.border-y-hot-match-match\/25 {
    border-top-color: rgba(86,63,42,.25);
    border-bottom-color: rgba(86,63,42,.25)
}

.border-y-hot-match-match\/30 {
    border-top-color: rgba(86,63,42,.3);
    border-bottom-color: rgba(86,63,42,.3)
}

.border-y-hot-match-match\/40 {
    border-top-color: rgba(86,63,42,.4);
    border-bottom-color: rgba(86,63,42,.4)
}

.border-y-hot-match-match\/5 {
    border-top-color: rgba(86,63,42,.05);
    border-bottom-color: rgba(86,63,42,.05)
}

.border-y-hot-match-match\/50 {
    border-top-color: rgba(86,63,42,.5);
    border-bottom-color: rgba(86,63,42,.5)
}

.border-y-hot-match-match\/60 {
    border-top-color: rgba(86,63,42,.6);
    border-bottom-color: rgba(86,63,42,.6)
}

.border-y-hot-match-match\/70 {
    border-top-color: rgba(86,63,42,.7);
    border-bottom-color: rgba(86,63,42,.7)
}

.border-y-hot-match-match\/75 {
    border-top-color: rgba(86,63,42,.75);
    border-bottom-color: rgba(86,63,42,.75)
}

.border-y-hot-match-match\/80 {
    border-top-color: rgba(86,63,42,.8);
    border-bottom-color: rgba(86,63,42,.8)
}

.border-y-hot-match-match\/90 {
    border-top-color: rgba(86,63,42,.9);
    border-bottom-color: rgba(86,63,42,.9)
}

.border-y-hot-match-match\/95 {
    border-top-color: rgba(86,63,42,.95);
    border-bottom-color: rgba(86,63,42,.95)
}

.border-y-hot-match-provider {
    --tw-border-opacity: 1;
    border-top-color: rgb(50 44 41/var(--tw-border-opacity));
    border-bottom-color: rgb(50 44 41/var(--tw-border-opacity))
}

.border-y-hot-match-provider\/0 {
    border-top-color: rgba(50,44,41,0);
    border-bottom-color: rgba(50,44,41,0)
}

.border-y-hot-match-provider\/10 {
    border-top-color: rgba(50,44,41,.1);
    border-bottom-color: rgba(50,44,41,.1)
}

.border-y-hot-match-provider\/100 {
    border-top-color: #322c29;
    border-bottom-color: #322c29
}

.border-y-hot-match-provider\/20 {
    border-top-color: rgba(50,44,41,.2);
    border-bottom-color: rgba(50,44,41,.2)
}

.border-y-hot-match-provider\/25 {
    border-top-color: rgba(50,44,41,.25);
    border-bottom-color: rgba(50,44,41,.25)
}

.border-y-hot-match-provider\/30 {
    border-top-color: rgba(50,44,41,.3);
    border-bottom-color: rgba(50,44,41,.3)
}

.border-y-hot-match-provider\/40 {
    border-top-color: rgba(50,44,41,.4);
    border-bottom-color: rgba(50,44,41,.4)
}

.border-y-hot-match-provider\/5 {
    border-top-color: rgba(50,44,41,.05);
    border-bottom-color: rgba(50,44,41,.05)
}

.border-y-hot-match-provider\/50 {
    border-top-color: rgba(50,44,41,.5);
    border-bottom-color: rgba(50,44,41,.5)
}

.border-y-hot-match-provider\/60 {
    border-top-color: rgba(50,44,41,.6);
    border-bottom-color: rgba(50,44,41,.6)
}

.border-y-hot-match-provider\/70 {
    border-top-color: rgba(50,44,41,.7);
    border-bottom-color: rgba(50,44,41,.7)
}

.border-y-hot-match-provider\/75 {
    border-top-color: rgba(50,44,41,.75);
    border-bottom-color: rgba(50,44,41,.75)
}

.border-y-hot-match-provider\/80 {
    border-top-color: rgba(50,44,41,.8);
    border-bottom-color: rgba(50,44,41,.8)
}

.border-y-hot-match-provider\/90 {
    border-top-color: rgba(50,44,41,.9);
    border-bottom-color: rgba(50,44,41,.9)
}

.border-y-hot-match-provider\/95 {
    border-top-color: rgba(50,44,41,.95);
    border-bottom-color: rgba(50,44,41,.95)
}

.border-y-hot-match-red {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 51 42/var(--tw-border-opacity));
    border-bottom-color: rgb(234 51 42/var(--tw-border-opacity))
}

.border-y-hot-match-red\/0 {
    border-top-color: rgba(234,51,42,0);
    border-bottom-color: rgba(234,51,42,0)
}

.border-y-hot-match-red\/10 {
    border-top-color: rgba(234,51,42,.1);
    border-bottom-color: rgba(234,51,42,.1)
}

.border-y-hot-match-red\/100 {
    border-top-color: #ea332a;
    border-bottom-color: #ea332a
}

.border-y-hot-match-red\/20 {
    border-top-color: rgba(234,51,42,.2);
    border-bottom-color: rgba(234,51,42,.2)
}

.border-y-hot-match-red\/25 {
    border-top-color: rgba(234,51,42,.25);
    border-bottom-color: rgba(234,51,42,.25)
}

.border-y-hot-match-red\/30 {
    border-top-color: rgba(234,51,42,.3);
    border-bottom-color: rgba(234,51,42,.3)
}

.border-y-hot-match-red\/40 {
    border-top-color: rgba(234,51,42,.4);
    border-bottom-color: rgba(234,51,42,.4)
}

.border-y-hot-match-red\/5 {
    border-top-color: rgba(234,51,42,.05);
    border-bottom-color: rgba(234,51,42,.05)
}

.border-y-hot-match-red\/50 {
    border-top-color: rgba(234,51,42,.5);
    border-bottom-color: rgba(234,51,42,.5)
}

.border-y-hot-match-red\/60 {
    border-top-color: rgba(234,51,42,.6);
    border-bottom-color: rgba(234,51,42,.6)
}

.border-y-hot-match-red\/70 {
    border-top-color: rgba(234,51,42,.7);
    border-bottom-color: rgba(234,51,42,.7)
}

.border-y-hot-match-red\/75 {
    border-top-color: rgba(234,51,42,.75);
    border-bottom-color: rgba(234,51,42,.75)
}

.border-y-hot-match-red\/80 {
    border-top-color: rgba(234,51,42,.8);
    border-bottom-color: rgba(234,51,42,.8)
}

.border-y-hot-match-red\/90 {
    border-top-color: rgba(234,51,42,.9);
    border-bottom-color: rgba(234,51,42,.9)
}

.border-y-hot-match-red\/95 {
    border-top-color: rgba(234,51,42,.95);
    border-bottom-color: rgba(234,51,42,.95)
}

.border-y-hot-match-row {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 204 144/var(--tw-border-opacity));
    border-bottom-color: rgb(244 204 144/var(--tw-border-opacity))
}

.border-y-hot-match-row\/0 {
    border-top-color: hsla(36,82%,76%,0);
    border-bottom-color: hsla(36,82%,76%,0)
}

.border-y-hot-match-row\/10 {
    border-top-color: hsla(36,82%,76%,.1);
    border-bottom-color: hsla(36,82%,76%,.1)
}

.border-y-hot-match-row\/100 {
    border-top-color: #f4cc90;
    border-bottom-color: #f4cc90
}

.border-y-hot-match-row\/20 {
    border-top-color: hsla(36,82%,76%,.2);
    border-bottom-color: hsla(36,82%,76%,.2)
}

.border-y-hot-match-row\/25 {
    border-top-color: hsla(36,82%,76%,.25);
    border-bottom-color: hsla(36,82%,76%,.25)
}

.border-y-hot-match-row\/30 {
    border-top-color: hsla(36,82%,76%,.3);
    border-bottom-color: hsla(36,82%,76%,.3)
}

.border-y-hot-match-row\/40 {
    border-top-color: hsla(36,82%,76%,.4);
    border-bottom-color: hsla(36,82%,76%,.4)
}

.border-y-hot-match-row\/5 {
    border-top-color: hsla(36,82%,76%,.05);
    border-bottom-color: hsla(36,82%,76%,.05)
}

.border-y-hot-match-row\/50 {
    border-top-color: hsla(36,82%,76%,.5);
    border-bottom-color: hsla(36,82%,76%,.5)
}

.border-y-hot-match-row\/60 {
    border-top-color: hsla(36,82%,76%,.6);
    border-bottom-color: hsla(36,82%,76%,.6)
}

.border-y-hot-match-row\/70 {
    border-top-color: hsla(36,82%,76%,.7);
    border-bottom-color: hsla(36,82%,76%,.7)
}

.border-y-hot-match-row\/75 {
    border-top-color: hsla(36,82%,76%,.75);
    border-bottom-color: hsla(36,82%,76%,.75)
}

.border-y-hot-match-row\/80 {
    border-top-color: hsla(36,82%,76%,.8);
    border-bottom-color: hsla(36,82%,76%,.8)
}

.border-y-hot-match-row\/90 {
    border-top-color: hsla(36,82%,76%,.9);
    border-bottom-color: hsla(36,82%,76%,.9)
}

.border-y-hot-match-row\/95 {
    border-top-color: hsla(36,82%,76%,.95);
    border-bottom-color: hsla(36,82%,76%,.95)
}

.border-y-hot-match-table-title {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 214 145/var(--tw-border-opacity));
    border-bottom-color: rgb(255 214 145/var(--tw-border-opacity))
}

.border-y-hot-match-table-title\/0 {
    border-top-color: rgba(255,214,145,0);
    border-bottom-color: rgba(255,214,145,0)
}

.border-y-hot-match-table-title\/10 {
    border-top-color: rgba(255,214,145,.1);
    border-bottom-color: rgba(255,214,145,.1)
}

.border-y-hot-match-table-title\/100 {
    border-top-color: #ffd691;
    border-bottom-color: #ffd691
}

.border-y-hot-match-table-title\/20 {
    border-top-color: rgba(255,214,145,.2);
    border-bottom-color: rgba(255,214,145,.2)
}

.border-y-hot-match-table-title\/25 {
    border-top-color: rgba(255,214,145,.25);
    border-bottom-color: rgba(255,214,145,.25)
}

.border-y-hot-match-table-title\/30 {
    border-top-color: rgba(255,214,145,.3);
    border-bottom-color: rgba(255,214,145,.3)
}

.border-y-hot-match-table-title\/40 {
    border-top-color: rgba(255,214,145,.4);
    border-bottom-color: rgba(255,214,145,.4)
}

.border-y-hot-match-table-title\/5 {
    border-top-color: rgba(255,214,145,.05);
    border-bottom-color: rgba(255,214,145,.05)
}

.border-y-hot-match-table-title\/50 {
    border-top-color: rgba(255,214,145,.5);
    border-bottom-color: rgba(255,214,145,.5)
}

.border-y-hot-match-table-title\/60 {
    border-top-color: rgba(255,214,145,.6);
    border-bottom-color: rgba(255,214,145,.6)
}

.border-y-hot-match-table-title\/70 {
    border-top-color: rgba(255,214,145,.7);
    border-bottom-color: rgba(255,214,145,.7)
}

.border-y-hot-match-table-title\/75 {
    border-top-color: rgba(255,214,145,.75);
    border-bottom-color: rgba(255,214,145,.75)
}

.border-y-hot-match-table-title\/80 {
    border-top-color: rgba(255,214,145,.8);
    border-bottom-color: rgba(255,214,145,.8)
}

.border-y-hot-match-table-title\/90 {
    border-top-color: rgba(255,214,145,.9);
    border-bottom-color: rgba(255,214,145,.9)
}

.border-y-hot-match-table-title\/95 {
    border-top-color: rgba(255,214,145,.95);
    border-bottom-color: rgba(255,214,145,.95)
}

.border-y-hot-match-text {
    --tw-border-opacity: 1;
    border-top-color: rgb(58 58 58/var(--tw-border-opacity));
    border-bottom-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-y-hot-match-text\/0 {
    border-top-color: rgba(58,58,58,0);
    border-bottom-color: rgba(58,58,58,0)
}

.border-y-hot-match-text\/10 {
    border-top-color: rgba(58,58,58,.1);
    border-bottom-color: rgba(58,58,58,.1)
}

.border-y-hot-match-text\/100 {
    border-top-color: #3a3a3a;
    border-bottom-color: #3a3a3a
}

.border-y-hot-match-text\/20 {
    border-top-color: rgba(58,58,58,.2);
    border-bottom-color: rgba(58,58,58,.2)
}

.border-y-hot-match-text\/25 {
    border-top-color: rgba(58,58,58,.25);
    border-bottom-color: rgba(58,58,58,.25)
}

.border-y-hot-match-text\/30 {
    border-top-color: rgba(58,58,58,.3);
    border-bottom-color: rgba(58,58,58,.3)
}

.border-y-hot-match-text\/40 {
    border-top-color: rgba(58,58,58,.4);
    border-bottom-color: rgba(58,58,58,.4)
}

.border-y-hot-match-text\/5 {
    border-top-color: rgba(58,58,58,.05);
    border-bottom-color: rgba(58,58,58,.05)
}

.border-y-hot-match-text\/50 {
    border-top-color: rgba(58,58,58,.5);
    border-bottom-color: rgba(58,58,58,.5)
}

.border-y-hot-match-text\/60 {
    border-top-color: rgba(58,58,58,.6);
    border-bottom-color: rgba(58,58,58,.6)
}

.border-y-hot-match-text\/70 {
    border-top-color: rgba(58,58,58,.7);
    border-bottom-color: rgba(58,58,58,.7)
}

.border-y-hot-match-text\/75 {
    border-top-color: rgba(58,58,58,.75);
    border-bottom-color: rgba(58,58,58,.75)
}

.border-y-hot-match-text\/80 {
    border-top-color: rgba(58,58,58,.8);
    border-bottom-color: rgba(58,58,58,.8)
}

.border-y-hot-match-text\/90 {
    border-top-color: rgba(58,58,58,.9);
    border-bottom-color: rgba(58,58,58,.9)
}

.border-y-hot-match-text\/95 {
    border-top-color: rgba(58,58,58,.95);
    border-bottom-color: rgba(58,58,58,.95)
}

.border-y-inactive {
    --tw-border-opacity: 1;
    border-top-color: rgb(115 115 116/var(--tw-border-opacity));
    border-bottom-color: rgb(115 115 116/var(--tw-border-opacity))
}

.border-y-inactive\/0 {
    border-top-color: hsla(240,0%,45%,0);
    border-bottom-color: hsla(240,0%,45%,0)
}

.border-y-inactive\/10 {
    border-top-color: hsla(240,0%,45%,.1);
    border-bottom-color: hsla(240,0%,45%,.1)
}

.border-y-inactive\/100 {
    border-top-color: #737374;
    border-bottom-color: #737374
}

.border-y-inactive\/20 {
    border-top-color: hsla(240,0%,45%,.2);
    border-bottom-color: hsla(240,0%,45%,.2)
}

.border-y-inactive\/25 {
    border-top-color: hsla(240,0%,45%,.25);
    border-bottom-color: hsla(240,0%,45%,.25)
}

.border-y-inactive\/30 {
    border-top-color: hsla(240,0%,45%,.3);
    border-bottom-color: hsla(240,0%,45%,.3)
}

.border-y-inactive\/40 {
    border-top-color: hsla(240,0%,45%,.4);
    border-bottom-color: hsla(240,0%,45%,.4)
}

.border-y-inactive\/5 {
    border-top-color: hsla(240,0%,45%,.05);
    border-bottom-color: hsla(240,0%,45%,.05)
}

.border-y-inactive\/50 {
    border-top-color: hsla(240,0%,45%,.5);
    border-bottom-color: hsla(240,0%,45%,.5)
}

.border-y-inactive\/60 {
    border-top-color: hsla(240,0%,45%,.6);
    border-bottom-color: hsla(240,0%,45%,.6)
}

.border-y-inactive\/70 {
    border-top-color: hsla(240,0%,45%,.7);
    border-bottom-color: hsla(240,0%,45%,.7)
}

.border-y-inactive\/75 {
    border-top-color: hsla(240,0%,45%,.75);
    border-bottom-color: hsla(240,0%,45%,.75)
}

.border-y-inactive\/80 {
    border-top-color: hsla(240,0%,45%,.8);
    border-bottom-color: hsla(240,0%,45%,.8)
}

.border-y-inactive\/90 {
    border-top-color: hsla(240,0%,45%,.9);
    border-bottom-color: hsla(240,0%,45%,.9)
}

.border-y-inactive\/95 {
    border-top-color: hsla(240,0%,45%,.95);
    border-bottom-color: hsla(240,0%,45%,.95)
}

.border-y-input-popup {
    --tw-border-opacity: 1;
    border-top-color: rgb(21 22 22/var(--tw-border-opacity));
    border-bottom-color: rgb(21 22 22/var(--tw-border-opacity))
}

.border-y-input-popup\/0 {
    border-top-color: rgba(21,22,22,0);
    border-bottom-color: rgba(21,22,22,0)
}

.border-y-input-popup\/10 {
    border-top-color: rgba(21,22,22,.1);
    border-bottom-color: rgba(21,22,22,.1)
}

.border-y-input-popup\/100 {
    border-top-color: #151616;
    border-bottom-color: #151616
}

.border-y-input-popup\/20 {
    border-top-color: rgba(21,22,22,.2);
    border-bottom-color: rgba(21,22,22,.2)
}

.border-y-input-popup\/25 {
    border-top-color: rgba(21,22,22,.25);
    border-bottom-color: rgba(21,22,22,.25)
}

.border-y-input-popup\/30 {
    border-top-color: rgba(21,22,22,.3);
    border-bottom-color: rgba(21,22,22,.3)
}

.border-y-input-popup\/40 {
    border-top-color: rgba(21,22,22,.4);
    border-bottom-color: rgba(21,22,22,.4)
}

.border-y-input-popup\/5 {
    border-top-color: rgba(21,22,22,.05);
    border-bottom-color: rgba(21,22,22,.05)
}

.border-y-input-popup\/50 {
    border-top-color: rgba(21,22,22,.5);
    border-bottom-color: rgba(21,22,22,.5)
}

.border-y-input-popup\/60 {
    border-top-color: rgba(21,22,22,.6);
    border-bottom-color: rgba(21,22,22,.6)
}

.border-y-input-popup\/70 {
    border-top-color: rgba(21,22,22,.7);
    border-bottom-color: rgba(21,22,22,.7)
}

.border-y-input-popup\/75 {
    border-top-color: rgba(21,22,22,.75);
    border-bottom-color: rgba(21,22,22,.75)
}

.border-y-input-popup\/80 {
    border-top-color: rgba(21,22,22,.8);
    border-bottom-color: rgba(21,22,22,.8)
}

.border-y-input-popup\/90 {
    border-top-color: rgba(21,22,22,.9);
    border-bottom-color: rgba(21,22,22,.9)
}

.border-y-input-popup\/95 {
    border-top-color: rgba(21,22,22,.95);
    border-bottom-color: rgba(21,22,22,.95)
}

.border-y-input-profile {
    --tw-border-opacity: 1;
    border-top-color: rgb(68 67 67/var(--tw-border-opacity));
    border-bottom-color: rgb(68 67 67/var(--tw-border-opacity))
}

.border-y-input-profile\/0 {
    border-top-color: rgba(68,67,67,0);
    border-bottom-color: rgba(68,67,67,0)
}

.border-y-input-profile\/10 {
    border-top-color: rgba(68,67,67,.1);
    border-bottom-color: rgba(68,67,67,.1)
}

.border-y-input-profile\/100 {
    border-top-color: #444343;
    border-bottom-color: #444343
}

.border-y-input-profile\/20 {
    border-top-color: rgba(68,67,67,.2);
    border-bottom-color: rgba(68,67,67,.2)
}

.border-y-input-profile\/25 {
    border-top-color: rgba(68,67,67,.25);
    border-bottom-color: rgba(68,67,67,.25)
}

.border-y-input-profile\/30 {
    border-top-color: rgba(68,67,67,.3);
    border-bottom-color: rgba(68,67,67,.3)
}

.border-y-input-profile\/40 {
    border-top-color: rgba(68,67,67,.4);
    border-bottom-color: rgba(68,67,67,.4)
}

.border-y-input-profile\/5 {
    border-top-color: rgba(68,67,67,.05);
    border-bottom-color: rgba(68,67,67,.05)
}

.border-y-input-profile\/50 {
    border-top-color: rgba(68,67,67,.5);
    border-bottom-color: rgba(68,67,67,.5)
}

.border-y-input-profile\/60 {
    border-top-color: rgba(68,67,67,.6);
    border-bottom-color: rgba(68,67,67,.6)
}

.border-y-input-profile\/70 {
    border-top-color: rgba(68,67,67,.7);
    border-bottom-color: rgba(68,67,67,.7)
}

.border-y-input-profile\/75 {
    border-top-color: rgba(68,67,67,.75);
    border-bottom-color: rgba(68,67,67,.75)
}

.border-y-input-profile\/80 {
    border-top-color: rgba(68,67,67,.8);
    border-bottom-color: rgba(68,67,67,.8)
}

.border-y-input-profile\/90 {
    border-top-color: rgba(68,67,67,.9);
    border-bottom-color: rgba(68,67,67,.9)
}

.border-y-input-profile\/95 {
    border-top-color: rgba(68,67,67,.95);
    border-bottom-color: rgba(68,67,67,.95)
}

.border-y-item-history-first {
    --tw-border-opacity: 1;
    border-top-color: rgb(48 53 56/var(--tw-border-opacity));
    border-bottom-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-y-item-history-first\/0 {
    border-top-color: rgba(48,53,56,0);
    border-bottom-color: rgba(48,53,56,0)
}

.border-y-item-history-first\/10 {
    border-top-color: rgba(48,53,56,.1);
    border-bottom-color: rgba(48,53,56,.1)
}

.border-y-item-history-first\/100 {
    border-top-color: #303538;
    border-bottom-color: #303538
}

.border-y-item-history-first\/20 {
    border-top-color: rgba(48,53,56,.2);
    border-bottom-color: rgba(48,53,56,.2)
}

.border-y-item-history-first\/25 {
    border-top-color: rgba(48,53,56,.25);
    border-bottom-color: rgba(48,53,56,.25)
}

.border-y-item-history-first\/30 {
    border-top-color: rgba(48,53,56,.3);
    border-bottom-color: rgba(48,53,56,.3)
}

.border-y-item-history-first\/40 {
    border-top-color: rgba(48,53,56,.4);
    border-bottom-color: rgba(48,53,56,.4)
}

.border-y-item-history-first\/5 {
    border-top-color: rgba(48,53,56,.05);
    border-bottom-color: rgba(48,53,56,.05)
}

.border-y-item-history-first\/50 {
    border-top-color: rgba(48,53,56,.5);
    border-bottom-color: rgba(48,53,56,.5)
}

.border-y-item-history-first\/60 {
    border-top-color: rgba(48,53,56,.6);
    border-bottom-color: rgba(48,53,56,.6)
}

.border-y-item-history-first\/70 {
    border-top-color: rgba(48,53,56,.7);
    border-bottom-color: rgba(48,53,56,.7)
}

.border-y-item-history-first\/75 {
    border-top-color: rgba(48,53,56,.75);
    border-bottom-color: rgba(48,53,56,.75)
}

.border-y-item-history-first\/80 {
    border-top-color: rgba(48,53,56,.8);
    border-bottom-color: rgba(48,53,56,.8)
}

.border-y-item-history-first\/90 {
    border-top-color: rgba(48,53,56,.9);
    border-bottom-color: rgba(48,53,56,.9)
}

.border-y-item-history-first\/95 {
    border-top-color: rgba(48,53,56,.95);
    border-bottom-color: rgba(48,53,56,.95)
}

.border-y-item-history-second {
    --tw-border-opacity: 1;
    border-top-color: rgb(39 38 36/var(--tw-border-opacity));
    border-bottom-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-y-item-history-second\/0 {
    border-top-color: rgba(39,38,36,0);
    border-bottom-color: rgba(39,38,36,0)
}

.border-y-item-history-second\/10 {
    border-top-color: rgba(39,38,36,.1);
    border-bottom-color: rgba(39,38,36,.1)
}

.border-y-item-history-second\/100 {
    border-top-color: #272624;
    border-bottom-color: #272624
}

.border-y-item-history-second\/20 {
    border-top-color: rgba(39,38,36,.2);
    border-bottom-color: rgba(39,38,36,.2)
}

.border-y-item-history-second\/25 {
    border-top-color: rgba(39,38,36,.25);
    border-bottom-color: rgba(39,38,36,.25)
}

.border-y-item-history-second\/30 {
    border-top-color: rgba(39,38,36,.3);
    border-bottom-color: rgba(39,38,36,.3)
}

.border-y-item-history-second\/40 {
    border-top-color: rgba(39,38,36,.4);
    border-bottom-color: rgba(39,38,36,.4)
}

.border-y-item-history-second\/5 {
    border-top-color: rgba(39,38,36,.05);
    border-bottom-color: rgba(39,38,36,.05)
}

.border-y-item-history-second\/50 {
    border-top-color: rgba(39,38,36,.5);
    border-bottom-color: rgba(39,38,36,.5)
}

.border-y-item-history-second\/60 {
    border-top-color: rgba(39,38,36,.6);
    border-bottom-color: rgba(39,38,36,.6)
}

.border-y-item-history-second\/70 {
    border-top-color: rgba(39,38,36,.7);
    border-bottom-color: rgba(39,38,36,.7)
}

.border-y-item-history-second\/75 {
    border-top-color: rgba(39,38,36,.75);
    border-bottom-color: rgba(39,38,36,.75)
}

.border-y-item-history-second\/80 {
    border-top-color: rgba(39,38,36,.8);
    border-bottom-color: rgba(39,38,36,.8)
}

.border-y-item-history-second\/90 {
    border-top-color: rgba(39,38,36,.9);
    border-bottom-color: rgba(39,38,36,.9)
}

.border-y-item-history-second\/95 {
    border-top-color: rgba(39,38,36,.95);
    border-bottom-color: rgba(39,38,36,.95)
}

.border-y-login-form {
    --tw-border-opacity: 1;
    border-top-color: rgb(39 38 36/var(--tw-border-opacity));
    border-bottom-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-y-login-form\/0 {
    border-top-color: rgba(39,38,36,0);
    border-bottom-color: rgba(39,38,36,0)
}

.border-y-login-form\/10 {
    border-top-color: rgba(39,38,36,.1);
    border-bottom-color: rgba(39,38,36,.1)
}

.border-y-login-form\/100 {
    border-top-color: #272624;
    border-bottom-color: #272624
}

.border-y-login-form\/20 {
    border-top-color: rgba(39,38,36,.2);
    border-bottom-color: rgba(39,38,36,.2)
}

.border-y-login-form\/25 {
    border-top-color: rgba(39,38,36,.25);
    border-bottom-color: rgba(39,38,36,.25)
}

.border-y-login-form\/30 {
    border-top-color: rgba(39,38,36,.3);
    border-bottom-color: rgba(39,38,36,.3)
}

.border-y-login-form\/40 {
    border-top-color: rgba(39,38,36,.4);
    border-bottom-color: rgba(39,38,36,.4)
}

.border-y-login-form\/5 {
    border-top-color: rgba(39,38,36,.05);
    border-bottom-color: rgba(39,38,36,.05)
}

.border-y-login-form\/50 {
    border-top-color: rgba(39,38,36,.5);
    border-bottom-color: rgba(39,38,36,.5)
}

.border-y-login-form\/60 {
    border-top-color: rgba(39,38,36,.6);
    border-bottom-color: rgba(39,38,36,.6)
}

.border-y-login-form\/70 {
    border-top-color: rgba(39,38,36,.7);
    border-bottom-color: rgba(39,38,36,.7)
}

.border-y-login-form\/75 {
    border-top-color: rgba(39,38,36,.75);
    border-bottom-color: rgba(39,38,36,.75)
}

.border-y-login-form\/80 {
    border-top-color: rgba(39,38,36,.8);
    border-bottom-color: rgba(39,38,36,.8)
}

.border-y-login-form\/90 {
    border-top-color: rgba(39,38,36,.9);
    border-bottom-color: rgba(39,38,36,.9)
}

.border-y-login-form\/95 {
    border-top-color: rgba(39,38,36,.95);
    border-bottom-color: rgba(39,38,36,.95)
}

.border-y-main-header {
    --tw-border-opacity: 1;
    border-top-color: rgb(36 29 27/var(--tw-border-opacity));
    border-bottom-color: rgb(36 29 27/var(--tw-border-opacity))
}

.border-y-main-header\/0 {
    border-top-color: rgba(36,29,27,0);
    border-bottom-color: rgba(36,29,27,0)
}

.border-y-main-header\/10 {
    border-top-color: rgba(36,29,27,.1);
    border-bottom-color: rgba(36,29,27,.1)
}

.border-y-main-header\/100 {
    border-top-color: #241d1b;
    border-bottom-color: #241d1b
}

.border-y-main-header\/20 {
    border-top-color: rgba(36,29,27,.2);
    border-bottom-color: rgba(36,29,27,.2)
}

.border-y-main-header\/25 {
    border-top-color: rgba(36,29,27,.25);
    border-bottom-color: rgba(36,29,27,.25)
}

.border-y-main-header\/30 {
    border-top-color: rgba(36,29,27,.3);
    border-bottom-color: rgba(36,29,27,.3)
}

.border-y-main-header\/40 {
    border-top-color: rgba(36,29,27,.4);
    border-bottom-color: rgba(36,29,27,.4)
}

.border-y-main-header\/5 {
    border-top-color: rgba(36,29,27,.05);
    border-bottom-color: rgba(36,29,27,.05)
}

.border-y-main-header\/50 {
    border-top-color: rgba(36,29,27,.5);
    border-bottom-color: rgba(36,29,27,.5)
}

.border-y-main-header\/60 {
    border-top-color: rgba(36,29,27,.6);
    border-bottom-color: rgba(36,29,27,.6)
}

.border-y-main-header\/70 {
    border-top-color: rgba(36,29,27,.7);
    border-bottom-color: rgba(36,29,27,.7)
}

.border-y-main-header\/75 {
    border-top-color: rgba(36,29,27,.75);
    border-bottom-color: rgba(36,29,27,.75)
}

.border-y-main-header\/80 {
    border-top-color: rgba(36,29,27,.8);
    border-bottom-color: rgba(36,29,27,.8)
}

.border-y-main-header\/90 {
    border-top-color: rgba(36,29,27,.9);
    border-bottom-color: rgba(36,29,27,.9)
}

.border-y-main-header\/95 {
    border-top-color: rgba(36,29,27,.95);
    border-bottom-color: rgba(36,29,27,.95)
}

.border-y-marquee {
    --tw-border-opacity: 1;
    border-top-color: rgb(225 214 180/var(--tw-border-opacity));
    border-bottom-color: rgb(225 214 180/var(--tw-border-opacity))
}

.border-y-marquee\/0 {
    border-top-color: hsla(45,43%,79%,0);
    border-bottom-color: hsla(45,43%,79%,0)
}

.border-y-marquee\/10 {
    border-top-color: hsla(45,43%,79%,.1);
    border-bottom-color: hsla(45,43%,79%,.1)
}

.border-y-marquee\/100 {
    border-top-color: #e1d6b4;
    border-bottom-color: #e1d6b4
}

.border-y-marquee\/20 {
    border-top-color: hsla(45,43%,79%,.2);
    border-bottom-color: hsla(45,43%,79%,.2)
}

.border-y-marquee\/25 {
    border-top-color: hsla(45,43%,79%,.25);
    border-bottom-color: hsla(45,43%,79%,.25)
}

.border-y-marquee\/30 {
    border-top-color: hsla(45,43%,79%,.3);
    border-bottom-color: hsla(45,43%,79%,.3)
}

.border-y-marquee\/40 {
    border-top-color: hsla(45,43%,79%,.4);
    border-bottom-color: hsla(45,43%,79%,.4)
}

.border-y-marquee\/5 {
    border-top-color: hsla(45,43%,79%,.05);
    border-bottom-color: hsla(45,43%,79%,.05)
}

.border-y-marquee\/50 {
    border-top-color: hsla(45,43%,79%,.5);
    border-bottom-color: hsla(45,43%,79%,.5)
}

.border-y-marquee\/60 {
    border-top-color: hsla(45,43%,79%,.6);
    border-bottom-color: hsla(45,43%,79%,.6)
}

.border-y-marquee\/70 {
    border-top-color: hsla(45,43%,79%,.7);
    border-bottom-color: hsla(45,43%,79%,.7)
}

.border-y-marquee\/75 {
    border-top-color: hsla(45,43%,79%,.75);
    border-bottom-color: hsla(45,43%,79%,.75)
}

.border-y-marquee\/80 {
    border-top-color: hsla(45,43%,79%,.8);
    border-bottom-color: hsla(45,43%,79%,.8)
}

.border-y-marquee\/90 {
    border-top-color: hsla(45,43%,79%,.9);
    border-bottom-color: hsla(45,43%,79%,.9)
}

.border-y-marquee\/95 {
    border-top-color: hsla(45,43%,79%,.95);
    border-bottom-color: hsla(45,43%,79%,.95)
}

.border-y-mobile-account-info {
    --tw-border-opacity: 1;
    border-top-color: rgb(79 54 31/var(--tw-border-opacity));
    border-bottom-color: rgb(79 54 31/var(--tw-border-opacity))
}

.border-y-mobile-account-info\/0 {
    border-top-color: rgba(79,54,31,0);
    border-bottom-color: rgba(79,54,31,0)
}

.border-y-mobile-account-info\/10 {
    border-top-color: rgba(79,54,31,.1);
    border-bottom-color: rgba(79,54,31,.1)
}

.border-y-mobile-account-info\/100 {
    border-top-color: #4f361f;
    border-bottom-color: #4f361f
}

.border-y-mobile-account-info\/20 {
    border-top-color: rgba(79,54,31,.2);
    border-bottom-color: rgba(79,54,31,.2)
}

.border-y-mobile-account-info\/25 {
    border-top-color: rgba(79,54,31,.25);
    border-bottom-color: rgba(79,54,31,.25)
}

.border-y-mobile-account-info\/30 {
    border-top-color: rgba(79,54,31,.3);
    border-bottom-color: rgba(79,54,31,.3)
}

.border-y-mobile-account-info\/40 {
    border-top-color: rgba(79,54,31,.4);
    border-bottom-color: rgba(79,54,31,.4)
}

.border-y-mobile-account-info\/5 {
    border-top-color: rgba(79,54,31,.05);
    border-bottom-color: rgba(79,54,31,.05)
}

.border-y-mobile-account-info\/50 {
    border-top-color: rgba(79,54,31,.5);
    border-bottom-color: rgba(79,54,31,.5)
}

.border-y-mobile-account-info\/60 {
    border-top-color: rgba(79,54,31,.6);
    border-bottom-color: rgba(79,54,31,.6)
}

.border-y-mobile-account-info\/70 {
    border-top-color: rgba(79,54,31,.7);
    border-bottom-color: rgba(79,54,31,.7)
}

.border-y-mobile-account-info\/75 {
    border-top-color: rgba(79,54,31,.75);
    border-bottom-color: rgba(79,54,31,.75)
}

.border-y-mobile-account-info\/80 {
    border-top-color: rgba(79,54,31,.8);
    border-bottom-color: rgba(79,54,31,.8)
}

.border-y-mobile-account-info\/90 {
    border-top-color: rgba(79,54,31,.9);
    border-bottom-color: rgba(79,54,31,.9)
}

.border-y-mobile-account-info\/95 {
    border-top-color: rgba(79,54,31,.95);
    border-bottom-color: rgba(79,54,31,.95)
}

.border-y-mobile-border {
    --tw-border-opacity: 1;
    border-top-color: rgb(124 76 26/var(--tw-border-opacity));
    border-bottom-color: rgb(124 76 26/var(--tw-border-opacity))
}

.border-y-mobile-border\/0 {
    border-top-color: rgba(124,76,26,0);
    border-bottom-color: rgba(124,76,26,0)
}

.border-y-mobile-border\/10 {
    border-top-color: rgba(124,76,26,.1);
    border-bottom-color: rgba(124,76,26,.1)
}

.border-y-mobile-border\/100 {
    border-top-color: #7c4c1a;
    border-bottom-color: #7c4c1a
}

.border-y-mobile-border\/20 {
    border-top-color: rgba(124,76,26,.2);
    border-bottom-color: rgba(124,76,26,.2)
}

.border-y-mobile-border\/25 {
    border-top-color: rgba(124,76,26,.25);
    border-bottom-color: rgba(124,76,26,.25)
}

.border-y-mobile-border\/30 {
    border-top-color: rgba(124,76,26,.3);
    border-bottom-color: rgba(124,76,26,.3)
}

.border-y-mobile-border\/40 {
    border-top-color: rgba(124,76,26,.4);
    border-bottom-color: rgba(124,76,26,.4)
}

.border-y-mobile-border\/5 {
    border-top-color: rgba(124,76,26,.05);
    border-bottom-color: rgba(124,76,26,.05)
}

.border-y-mobile-border\/50 {
    border-top-color: rgba(124,76,26,.5);
    border-bottom-color: rgba(124,76,26,.5)
}

.border-y-mobile-border\/60 {
    border-top-color: rgba(124,76,26,.6);
    border-bottom-color: rgba(124,76,26,.6)
}

.border-y-mobile-border\/70 {
    border-top-color: rgba(124,76,26,.7);
    border-bottom-color: rgba(124,76,26,.7)
}

.border-y-mobile-border\/75 {
    border-top-color: rgba(124,76,26,.75);
    border-bottom-color: rgba(124,76,26,.75)
}

.border-y-mobile-border\/80 {
    border-top-color: rgba(124,76,26,.8);
    border-bottom-color: rgba(124,76,26,.8)
}

.border-y-mobile-border\/90 {
    border-top-color: rgba(124,76,26,.9);
    border-bottom-color: rgba(124,76,26,.9)
}

.border-y-mobile-border\/95 {
    border-top-color: rgba(124,76,26,.95);
    border-bottom-color: rgba(124,76,26,.95)
}

.border-y-mobile-card {
    --tw-border-opacity: 1;
    border-top-color: rgb(35 35 35/var(--tw-border-opacity));
    border-bottom-color: rgb(35 35 35/var(--tw-border-opacity))
}

.border-y-mobile-card\/0 {
    border-top-color: rgba(35,35,35,0);
    border-bottom-color: rgba(35,35,35,0)
}

.border-y-mobile-card\/10 {
    border-top-color: rgba(35,35,35,.1);
    border-bottom-color: rgba(35,35,35,.1)
}

.border-y-mobile-card\/100 {
    border-top-color: #232323;
    border-bottom-color: #232323
}

.border-y-mobile-card\/20 {
    border-top-color: rgba(35,35,35,.2);
    border-bottom-color: rgba(35,35,35,.2)
}

.border-y-mobile-card\/25 {
    border-top-color: rgba(35,35,35,.25);
    border-bottom-color: rgba(35,35,35,.25)
}

.border-y-mobile-card\/30 {
    border-top-color: rgba(35,35,35,.3);
    border-bottom-color: rgba(35,35,35,.3)
}

.border-y-mobile-card\/40 {
    border-top-color: rgba(35,35,35,.4);
    border-bottom-color: rgba(35,35,35,.4)
}

.border-y-mobile-card\/5 {
    border-top-color: rgba(35,35,35,.05);
    border-bottom-color: rgba(35,35,35,.05)
}

.border-y-mobile-card\/50 {
    border-top-color: rgba(35,35,35,.5);
    border-bottom-color: rgba(35,35,35,.5)
}

.border-y-mobile-card\/60 {
    border-top-color: rgba(35,35,35,.6);
    border-bottom-color: rgba(35,35,35,.6)
}

.border-y-mobile-card\/70 {
    border-top-color: rgba(35,35,35,.7);
    border-bottom-color: rgba(35,35,35,.7)
}

.border-y-mobile-card\/75 {
    border-top-color: rgba(35,35,35,.75);
    border-bottom-color: rgba(35,35,35,.75)
}

.border-y-mobile-card\/80 {
    border-top-color: rgba(35,35,35,.8);
    border-bottom-color: rgba(35,35,35,.8)
}

.border-y-mobile-card\/90 {
    border-top-color: rgba(35,35,35,.9);
    border-bottom-color: rgba(35,35,35,.9)
}

.border-y-mobile-card\/95 {
    border-top-color: rgba(35,35,35,.95);
    border-bottom-color: rgba(35,35,35,.95)
}

.border-y-mobile-menu-game-background {
    --tw-border-opacity: 1;
    border-top-color: rgb(38 27 24/var(--tw-border-opacity));
    border-bottom-color: rgb(38 27 24/var(--tw-border-opacity))
}

.border-y-mobile-menu-game-background\/0 {
    border-top-color: rgba(38,27,24,0);
    border-bottom-color: rgba(38,27,24,0)
}

.border-y-mobile-menu-game-background\/10 {
    border-top-color: rgba(38,27,24,.1);
    border-bottom-color: rgba(38,27,24,.1)
}

.border-y-mobile-menu-game-background\/100 {
    border-top-color: #261b18;
    border-bottom-color: #261b18
}

.border-y-mobile-menu-game-background\/20 {
    border-top-color: rgba(38,27,24,.2);
    border-bottom-color: rgba(38,27,24,.2)
}

.border-y-mobile-menu-game-background\/25 {
    border-top-color: rgba(38,27,24,.25);
    border-bottom-color: rgba(38,27,24,.25)
}

.border-y-mobile-menu-game-background\/30 {
    border-top-color: rgba(38,27,24,.3);
    border-bottom-color: rgba(38,27,24,.3)
}

.border-y-mobile-menu-game-background\/40 {
    border-top-color: rgba(38,27,24,.4);
    border-bottom-color: rgba(38,27,24,.4)
}

.border-y-mobile-menu-game-background\/5 {
    border-top-color: rgba(38,27,24,.05);
    border-bottom-color: rgba(38,27,24,.05)
}

.border-y-mobile-menu-game-background\/50 {
    border-top-color: rgba(38,27,24,.5);
    border-bottom-color: rgba(38,27,24,.5)
}

.border-y-mobile-menu-game-background\/60 {
    border-top-color: rgba(38,27,24,.6);
    border-bottom-color: rgba(38,27,24,.6)
}

.border-y-mobile-menu-game-background\/70 {
    border-top-color: rgba(38,27,24,.7);
    border-bottom-color: rgba(38,27,24,.7)
}

.border-y-mobile-menu-game-background\/75 {
    border-top-color: rgba(38,27,24,.75);
    border-bottom-color: rgba(38,27,24,.75)
}

.border-y-mobile-menu-game-background\/80 {
    border-top-color: rgba(38,27,24,.8);
    border-bottom-color: rgba(38,27,24,.8)
}

.border-y-mobile-menu-game-background\/90 {
    border-top-color: rgba(38,27,24,.9);
    border-bottom-color: rgba(38,27,24,.9)
}

.border-y-mobile-menu-game-background\/95 {
    border-top-color: rgba(38,27,24,.95);
    border-bottom-color: rgba(38,27,24,.95)
}

.border-y-mobile-menu-game-filter {
    --tw-border-opacity: 1;
    border-top-color: rgb(65 46 27/var(--tw-border-opacity));
    border-bottom-color: rgb(65 46 27/var(--tw-border-opacity))
}

.border-y-mobile-menu-game-filter\/0 {
    border-top-color: rgba(65,46,27,0);
    border-bottom-color: rgba(65,46,27,0)
}

.border-y-mobile-menu-game-filter\/10 {
    border-top-color: rgba(65,46,27,.1);
    border-bottom-color: rgba(65,46,27,.1)
}

.border-y-mobile-menu-game-filter\/100 {
    border-top-color: #412e1b;
    border-bottom-color: #412e1b
}

.border-y-mobile-menu-game-filter\/20 {
    border-top-color: rgba(65,46,27,.2);
    border-bottom-color: rgba(65,46,27,.2)
}

.border-y-mobile-menu-game-filter\/25 {
    border-top-color: rgba(65,46,27,.25);
    border-bottom-color: rgba(65,46,27,.25)
}

.border-y-mobile-menu-game-filter\/30 {
    border-top-color: rgba(65,46,27,.3);
    border-bottom-color: rgba(65,46,27,.3)
}

.border-y-mobile-menu-game-filter\/40 {
    border-top-color: rgba(65,46,27,.4);
    border-bottom-color: rgba(65,46,27,.4)
}

.border-y-mobile-menu-game-filter\/5 {
    border-top-color: rgba(65,46,27,.05);
    border-bottom-color: rgba(65,46,27,.05)
}

.border-y-mobile-menu-game-filter\/50 {
    border-top-color: rgba(65,46,27,.5);
    border-bottom-color: rgba(65,46,27,.5)
}

.border-y-mobile-menu-game-filter\/60 {
    border-top-color: rgba(65,46,27,.6);
    border-bottom-color: rgba(65,46,27,.6)
}

.border-y-mobile-menu-game-filter\/70 {
    border-top-color: rgba(65,46,27,.7);
    border-bottom-color: rgba(65,46,27,.7)
}

.border-y-mobile-menu-game-filter\/75 {
    border-top-color: rgba(65,46,27,.75);
    border-bottom-color: rgba(65,46,27,.75)
}

.border-y-mobile-menu-game-filter\/80 {
    border-top-color: rgba(65,46,27,.8);
    border-bottom-color: rgba(65,46,27,.8)
}

.border-y-mobile-menu-game-filter\/90 {
    border-top-color: rgba(65,46,27,.9);
    border-bottom-color: rgba(65,46,27,.9)
}

.border-y-mobile-menu-game-filter\/95 {
    border-top-color: rgba(65,46,27,.95);
    border-bottom-color: rgba(65,46,27,.95)
}

.border-y-mobile-menu-game-provider {
    --tw-border-opacity: 1;
    border-top-color: rgb(58 38 17/var(--tw-border-opacity));
    border-bottom-color: rgb(58 38 17/var(--tw-border-opacity))
}

.border-y-mobile-menu-game-provider\/0 {
    border-top-color: rgba(58,38,17,0);
    border-bottom-color: rgba(58,38,17,0)
}

.border-y-mobile-menu-game-provider\/10 {
    border-top-color: rgba(58,38,17,.1);
    border-bottom-color: rgba(58,38,17,.1)
}

.border-y-mobile-menu-game-provider\/100 {
    border-top-color: #3a2611;
    border-bottom-color: #3a2611
}

.border-y-mobile-menu-game-provider\/20 {
    border-top-color: rgba(58,38,17,.2);
    border-bottom-color: rgba(58,38,17,.2)
}

.border-y-mobile-menu-game-provider\/25 {
    border-top-color: rgba(58,38,17,.25);
    border-bottom-color: rgba(58,38,17,.25)
}

.border-y-mobile-menu-game-provider\/30 {
    border-top-color: rgba(58,38,17,.3);
    border-bottom-color: rgba(58,38,17,.3)
}

.border-y-mobile-menu-game-provider\/40 {
    border-top-color: rgba(58,38,17,.4);
    border-bottom-color: rgba(58,38,17,.4)
}

.border-y-mobile-menu-game-provider\/5 {
    border-top-color: rgba(58,38,17,.05);
    border-bottom-color: rgba(58,38,17,.05)
}

.border-y-mobile-menu-game-provider\/50 {
    border-top-color: rgba(58,38,17,.5);
    border-bottom-color: rgba(58,38,17,.5)
}

.border-y-mobile-menu-game-provider\/60 {
    border-top-color: rgba(58,38,17,.6);
    border-bottom-color: rgba(58,38,17,.6)
}

.border-y-mobile-menu-game-provider\/70 {
    border-top-color: rgba(58,38,17,.7);
    border-bottom-color: rgba(58,38,17,.7)
}

.border-y-mobile-menu-game-provider\/75 {
    border-top-color: rgba(58,38,17,.75);
    border-bottom-color: rgba(58,38,17,.75)
}

.border-y-mobile-menu-game-provider\/80 {
    border-top-color: rgba(58,38,17,.8);
    border-bottom-color: rgba(58,38,17,.8)
}

.border-y-mobile-menu-game-provider\/90 {
    border-top-color: rgba(58,38,17,.9);
    border-bottom-color: rgba(58,38,17,.9)
}

.border-y-mobile-menu-game-provider\/95 {
    border-top-color: rgba(58,38,17,.95);
    border-bottom-color: rgba(58,38,17,.95)
}

.border-y-mobile-menu-game-text {
    --tw-border-opacity: 1;
    border-top-color: rgb(128 117 106/var(--tw-border-opacity));
    border-bottom-color: rgb(128 117 106/var(--tw-border-opacity))
}

.border-y-mobile-menu-game-text\/0 {
    border-top-color: hsla(30,9%,46%,0);
    border-bottom-color: hsla(30,9%,46%,0)
}

.border-y-mobile-menu-game-text\/10 {
    border-top-color: hsla(30,9%,46%,.1);
    border-bottom-color: hsla(30,9%,46%,.1)
}

.border-y-mobile-menu-game-text\/100 {
    border-top-color: #80756a;
    border-bottom-color: #80756a
}

.border-y-mobile-menu-game-text\/20 {
    border-top-color: hsla(30,9%,46%,.2);
    border-bottom-color: hsla(30,9%,46%,.2)
}

.border-y-mobile-menu-game-text\/25 {
    border-top-color: hsla(30,9%,46%,.25);
    border-bottom-color: hsla(30,9%,46%,.25)
}

.border-y-mobile-menu-game-text\/30 {
    border-top-color: hsla(30,9%,46%,.3);
    border-bottom-color: hsla(30,9%,46%,.3)
}

.border-y-mobile-menu-game-text\/40 {
    border-top-color: hsla(30,9%,46%,.4);
    border-bottom-color: hsla(30,9%,46%,.4)
}

.border-y-mobile-menu-game-text\/5 {
    border-top-color: hsla(30,9%,46%,.05);
    border-bottom-color: hsla(30,9%,46%,.05)
}

.border-y-mobile-menu-game-text\/50 {
    border-top-color: hsla(30,9%,46%,.5);
    border-bottom-color: hsla(30,9%,46%,.5)
}

.border-y-mobile-menu-game-text\/60 {
    border-top-color: hsla(30,9%,46%,.6);
    border-bottom-color: hsla(30,9%,46%,.6)
}

.border-y-mobile-menu-game-text\/70 {
    border-top-color: hsla(30,9%,46%,.7);
    border-bottom-color: hsla(30,9%,46%,.7)
}

.border-y-mobile-menu-game-text\/75 {
    border-top-color: hsla(30,9%,46%,.75);
    border-bottom-color: hsla(30,9%,46%,.75)
}

.border-y-mobile-menu-game-text\/80 {
    border-top-color: hsla(30,9%,46%,.8);
    border-bottom-color: hsla(30,9%,46%,.8)
}

.border-y-mobile-menu-game-text\/90 {
    border-top-color: hsla(30,9%,46%,.9);
    border-bottom-color: hsla(30,9%,46%,.9)
}

.border-y-mobile-menu-game-text\/95 {
    border-top-color: hsla(30,9%,46%,.95);
    border-bottom-color: hsla(30,9%,46%,.95)
}

.border-y-mobile-nav-text-inactive {
    --tw-border-opacity: 1;
    border-top-color: rgb(219 210 194/var(--tw-border-opacity));
    border-bottom-color: rgb(219 210 194/var(--tw-border-opacity))
}

.border-y-mobile-nav-text-inactive\/0 {
    border-top-color: hsla(38,26%,81%,0);
    border-bottom-color: hsla(38,26%,81%,0)
}

.border-y-mobile-nav-text-inactive\/10 {
    border-top-color: hsla(38,26%,81%,.1);
    border-bottom-color: hsla(38,26%,81%,.1)
}

.border-y-mobile-nav-text-inactive\/100 {
    border-top-color: #dbd2c2;
    border-bottom-color: #dbd2c2
}

.border-y-mobile-nav-text-inactive\/20 {
    border-top-color: hsla(38,26%,81%,.2);
    border-bottom-color: hsla(38,26%,81%,.2)
}

.border-y-mobile-nav-text-inactive\/25 {
    border-top-color: hsla(38,26%,81%,.25);
    border-bottom-color: hsla(38,26%,81%,.25)
}

.border-y-mobile-nav-text-inactive\/30 {
    border-top-color: hsla(38,26%,81%,.3);
    border-bottom-color: hsla(38,26%,81%,.3)
}

.border-y-mobile-nav-text-inactive\/40 {
    border-top-color: hsla(38,26%,81%,.4);
    border-bottom-color: hsla(38,26%,81%,.4)
}

.border-y-mobile-nav-text-inactive\/5 {
    border-top-color: hsla(38,26%,81%,.05);
    border-bottom-color: hsla(38,26%,81%,.05)
}

.border-y-mobile-nav-text-inactive\/50 {
    border-top-color: hsla(38,26%,81%,.5);
    border-bottom-color: hsla(38,26%,81%,.5)
}

.border-y-mobile-nav-text-inactive\/60 {
    border-top-color: hsla(38,26%,81%,.6);
    border-bottom-color: hsla(38,26%,81%,.6)
}

.border-y-mobile-nav-text-inactive\/70 {
    border-top-color: hsla(38,26%,81%,.7);
    border-bottom-color: hsla(38,26%,81%,.7)
}

.border-y-mobile-nav-text-inactive\/75 {
    border-top-color: hsla(38,26%,81%,.75);
    border-bottom-color: hsla(38,26%,81%,.75)
}

.border-y-mobile-nav-text-inactive\/80 {
    border-top-color: hsla(38,26%,81%,.8);
    border-bottom-color: hsla(38,26%,81%,.8)
}

.border-y-mobile-nav-text-inactive\/90 {
    border-top-color: hsla(38,26%,81%,.9);
    border-bottom-color: hsla(38,26%,81%,.9)
}

.border-y-mobile-nav-text-inactive\/95 {
    border-top-color: hsla(38,26%,81%,.95);
    border-bottom-color: hsla(38,26%,81%,.95)
}

.border-y-mobile-sidebar-logo {
    --tw-border-opacity: 1;
    border-top-color: rgb(67 46 27/var(--tw-border-opacity));
    border-bottom-color: rgb(67 46 27/var(--tw-border-opacity))
}

.border-y-mobile-sidebar-logo\/0 {
    border-top-color: rgba(67,46,27,0);
    border-bottom-color: rgba(67,46,27,0)
}

.border-y-mobile-sidebar-logo\/10 {
    border-top-color: rgba(67,46,27,.1);
    border-bottom-color: rgba(67,46,27,.1)
}

.border-y-mobile-sidebar-logo\/100 {
    border-top-color: #432e1b;
    border-bottom-color: #432e1b
}

.border-y-mobile-sidebar-logo\/20 {
    border-top-color: rgba(67,46,27,.2);
    border-bottom-color: rgba(67,46,27,.2)
}

.border-y-mobile-sidebar-logo\/25 {
    border-top-color: rgba(67,46,27,.25);
    border-bottom-color: rgba(67,46,27,.25)
}

.border-y-mobile-sidebar-logo\/30 {
    border-top-color: rgba(67,46,27,.3);
    border-bottom-color: rgba(67,46,27,.3)
}

.border-y-mobile-sidebar-logo\/40 {
    border-top-color: rgba(67,46,27,.4);
    border-bottom-color: rgba(67,46,27,.4)
}

.border-y-mobile-sidebar-logo\/5 {
    border-top-color: rgba(67,46,27,.05);
    border-bottom-color: rgba(67,46,27,.05)
}

.border-y-mobile-sidebar-logo\/50 {
    border-top-color: rgba(67,46,27,.5);
    border-bottom-color: rgba(67,46,27,.5)
}

.border-y-mobile-sidebar-logo\/60 {
    border-top-color: rgba(67,46,27,.6);
    border-bottom-color: rgba(67,46,27,.6)
}

.border-y-mobile-sidebar-logo\/70 {
    border-top-color: rgba(67,46,27,.7);
    border-bottom-color: rgba(67,46,27,.7)
}

.border-y-mobile-sidebar-logo\/75 {
    border-top-color: rgba(67,46,27,.75);
    border-bottom-color: rgba(67,46,27,.75)
}

.border-y-mobile-sidebar-logo\/80 {
    border-top-color: rgba(67,46,27,.8);
    border-bottom-color: rgba(67,46,27,.8)
}

.border-y-mobile-sidebar-logo\/90 {
    border-top-color: rgba(67,46,27,.9);
    border-bottom-color: rgba(67,46,27,.9)
}

.border-y-mobile-sidebar-logo\/95 {
    border-top-color: rgba(67,46,27,.95);
    border-bottom-color: rgba(67,46,27,.95)
}

.border-y-mobile-table-header {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 95 71/var(--tw-border-opacity));
    border-bottom-color: rgb(113 95 71/var(--tw-border-opacity))
}

.border-y-mobile-table-header\/0 {
    border-top-color: rgba(113,95,71,0);
    border-bottom-color: rgba(113,95,71,0)
}

.border-y-mobile-table-header\/10 {
    border-top-color: rgba(113,95,71,.1);
    border-bottom-color: rgba(113,95,71,.1)
}

.border-y-mobile-table-header\/100 {
    border-top-color: #715f47;
    border-bottom-color: #715f47
}

.border-y-mobile-table-header\/20 {
    border-top-color: rgba(113,95,71,.2);
    border-bottom-color: rgba(113,95,71,.2)
}

.border-y-mobile-table-header\/25 {
    border-top-color: rgba(113,95,71,.25);
    border-bottom-color: rgba(113,95,71,.25)
}

.border-y-mobile-table-header\/30 {
    border-top-color: rgba(113,95,71,.3);
    border-bottom-color: rgba(113,95,71,.3)
}

.border-y-mobile-table-header\/40 {
    border-top-color: rgba(113,95,71,.4);
    border-bottom-color: rgba(113,95,71,.4)
}

.border-y-mobile-table-header\/5 {
    border-top-color: rgba(113,95,71,.05);
    border-bottom-color: rgba(113,95,71,.05)
}

.border-y-mobile-table-header\/50 {
    border-top-color: rgba(113,95,71,.5);
    border-bottom-color: rgba(113,95,71,.5)
}

.border-y-mobile-table-header\/60 {
    border-top-color: rgba(113,95,71,.6);
    border-bottom-color: rgba(113,95,71,.6)
}

.border-y-mobile-table-header\/70 {
    border-top-color: rgba(113,95,71,.7);
    border-bottom-color: rgba(113,95,71,.7)
}

.border-y-mobile-table-header\/75 {
    border-top-color: rgba(113,95,71,.75);
    border-bottom-color: rgba(113,95,71,.75)
}

.border-y-mobile-table-header\/80 {
    border-top-color: rgba(113,95,71,.8);
    border-bottom-color: rgba(113,95,71,.8)
}

.border-y-mobile-table-header\/90 {
    border-top-color: rgba(113,95,71,.9);
    border-bottom-color: rgba(113,95,71,.9)
}

.border-y-mobile-table-header\/95 {
    border-top-color: rgba(113,95,71,.95);
    border-bottom-color: rgba(113,95,71,.95)
}

.border-y-orange {
    --tw-border-opacity: 1;
    border-top-color: rgb(200 150 51/var(--tw-border-opacity));
    border-bottom-color: rgb(200 150 51/var(--tw-border-opacity))
}

.border-y-orange\/0 {
    border-top-color: rgba(200,150,51,0);
    border-bottom-color: rgba(200,150,51,0)
}

.border-y-orange\/10 {
    border-top-color: rgba(200,150,51,.1);
    border-bottom-color: rgba(200,150,51,.1)
}

.border-y-orange\/100 {
    border-top-color: #c89633;
    border-bottom-color: #c89633
}

.border-y-orange\/20 {
    border-top-color: rgba(200,150,51,.2);
    border-bottom-color: rgba(200,150,51,.2)
}

.border-y-orange\/25 {
    border-top-color: rgba(200,150,51,.25);
    border-bottom-color: rgba(200,150,51,.25)
}

.border-y-orange\/30 {
    border-top-color: rgba(200,150,51,.3);
    border-bottom-color: rgba(200,150,51,.3)
}

.border-y-orange\/40 {
    border-top-color: rgba(200,150,51,.4);
    border-bottom-color: rgba(200,150,51,.4)
}

.border-y-orange\/5 {
    border-top-color: rgba(200,150,51,.05);
    border-bottom-color: rgba(200,150,51,.05)
}

.border-y-orange\/50 {
    border-top-color: rgba(200,150,51,.5);
    border-bottom-color: rgba(200,150,51,.5)
}

.border-y-orange\/60 {
    border-top-color: rgba(200,150,51,.6);
    border-bottom-color: rgba(200,150,51,.6)
}

.border-y-orange\/70 {
    border-top-color: rgba(200,150,51,.7);
    border-bottom-color: rgba(200,150,51,.7)
}

.border-y-orange\/75 {
    border-top-color: rgba(200,150,51,.75);
    border-bottom-color: rgba(200,150,51,.75)
}

.border-y-orange\/80 {
    border-top-color: rgba(200,150,51,.8);
    border-bottom-color: rgba(200,150,51,.8)
}

.border-y-orange\/90 {
    border-top-color: rgba(200,150,51,.9);
    border-bottom-color: rgba(200,150,51,.9)
}

.border-y-orange\/95 {
    border-top-color: rgba(200,150,51,.95);
    border-bottom-color: rgba(200,150,51,.95)
}

.border-y-progress-below {
    --tw-border-opacity: 1;
    border-top-color: rgb(52 44 42/var(--tw-border-opacity));
    border-bottom-color: rgb(52 44 42/var(--tw-border-opacity))
}

.border-y-progress-below\/0 {
    border-top-color: rgba(52,44,42,0);
    border-bottom-color: rgba(52,44,42,0)
}

.border-y-progress-below\/10 {
    border-top-color: rgba(52,44,42,.1);
    border-bottom-color: rgba(52,44,42,.1)
}

.border-y-progress-below\/100 {
    border-top-color: #342c2a;
    border-bottom-color: #342c2a
}

.border-y-progress-below\/20 {
    border-top-color: rgba(52,44,42,.2);
    border-bottom-color: rgba(52,44,42,.2)
}

.border-y-progress-below\/25 {
    border-top-color: rgba(52,44,42,.25);
    border-bottom-color: rgba(52,44,42,.25)
}

.border-y-progress-below\/30 {
    border-top-color: rgba(52,44,42,.3);
    border-bottom-color: rgba(52,44,42,.3)
}

.border-y-progress-below\/40 {
    border-top-color: rgba(52,44,42,.4);
    border-bottom-color: rgba(52,44,42,.4)
}

.border-y-progress-below\/5 {
    border-top-color: rgba(52,44,42,.05);
    border-bottom-color: rgba(52,44,42,.05)
}

.border-y-progress-below\/50 {
    border-top-color: rgba(52,44,42,.5);
    border-bottom-color: rgba(52,44,42,.5)
}

.border-y-progress-below\/60 {
    border-top-color: rgba(52,44,42,.6);
    border-bottom-color: rgba(52,44,42,.6)
}

.border-y-progress-below\/70 {
    border-top-color: rgba(52,44,42,.7);
    border-bottom-color: rgba(52,44,42,.7)
}

.border-y-progress-below\/75 {
    border-top-color: rgba(52,44,42,.75);
    border-bottom-color: rgba(52,44,42,.75)
}

.border-y-progress-below\/80 {
    border-top-color: rgba(52,44,42,.8);
    border-bottom-color: rgba(52,44,42,.8)
}

.border-y-progress-below\/90 {
    border-top-color: rgba(52,44,42,.9);
    border-bottom-color: rgba(52,44,42,.9)
}

.border-y-progress-below\/95 {
    border-top-color: rgba(52,44,42,.95);
    border-bottom-color: rgba(52,44,42,.95)
}

.border-y-promotion-profile-cashback {
    --tw-border-opacity: 1;
    border-top-color: rgb(58 58 58/var(--tw-border-opacity));
    border-bottom-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-y-promotion-profile-cashback\/0 {
    border-top-color: rgba(58,58,58,0);
    border-bottom-color: rgba(58,58,58,0)
}

.border-y-promotion-profile-cashback\/10 {
    border-top-color: rgba(58,58,58,.1);
    border-bottom-color: rgba(58,58,58,.1)
}

.border-y-promotion-profile-cashback\/100 {
    border-top-color: #3a3a3a;
    border-bottom-color: #3a3a3a
}

.border-y-promotion-profile-cashback\/20 {
    border-top-color: rgba(58,58,58,.2);
    border-bottom-color: rgba(58,58,58,.2)
}

.border-y-promotion-profile-cashback\/25 {
    border-top-color: rgba(58,58,58,.25);
    border-bottom-color: rgba(58,58,58,.25)
}

.border-y-promotion-profile-cashback\/30 {
    border-top-color: rgba(58,58,58,.3);
    border-bottom-color: rgba(58,58,58,.3)
}

.border-y-promotion-profile-cashback\/40 {
    border-top-color: rgba(58,58,58,.4);
    border-bottom-color: rgba(58,58,58,.4)
}

.border-y-promotion-profile-cashback\/5 {
    border-top-color: rgba(58,58,58,.05);
    border-bottom-color: rgba(58,58,58,.05)
}

.border-y-promotion-profile-cashback\/50 {
    border-top-color: rgba(58,58,58,.5);
    border-bottom-color: rgba(58,58,58,.5)
}

.border-y-promotion-profile-cashback\/60 {
    border-top-color: rgba(58,58,58,.6);
    border-bottom-color: rgba(58,58,58,.6)
}

.border-y-promotion-profile-cashback\/70 {
    border-top-color: rgba(58,58,58,.7);
    border-bottom-color: rgba(58,58,58,.7)
}

.border-y-promotion-profile-cashback\/75 {
    border-top-color: rgba(58,58,58,.75);
    border-bottom-color: rgba(58,58,58,.75)
}

.border-y-promotion-profile-cashback\/80 {
    border-top-color: rgba(58,58,58,.8);
    border-bottom-color: rgba(58,58,58,.8)
}

.border-y-promotion-profile-cashback\/90 {
    border-top-color: rgba(58,58,58,.9);
    border-bottom-color: rgba(58,58,58,.9)
}

.border-y-promotion-profile-cashback\/95 {
    border-top-color: rgba(58,58,58,.95);
    border-bottom-color: rgba(58,58,58,.95)
}

.border-y-promotion-profile-header {
    --tw-border-opacity: 1;
    border-top-color: rgb(65 64 64/var(--tw-border-opacity));
    border-bottom-color: rgb(65 64 64/var(--tw-border-opacity))
}

.border-y-promotion-profile-header\/0 {
    border-top-color: rgba(65,64,64,0);
    border-bottom-color: rgba(65,64,64,0)
}

.border-y-promotion-profile-header\/10 {
    border-top-color: rgba(65,64,64,.1);
    border-bottom-color: rgba(65,64,64,.1)
}

.border-y-promotion-profile-header\/100 {
    border-top-color: #414040;
    border-bottom-color: #414040
}

.border-y-promotion-profile-header\/20 {
    border-top-color: rgba(65,64,64,.2);
    border-bottom-color: rgba(65,64,64,.2)
}

.border-y-promotion-profile-header\/25 {
    border-top-color: rgba(65,64,64,.25);
    border-bottom-color: rgba(65,64,64,.25)
}

.border-y-promotion-profile-header\/30 {
    border-top-color: rgba(65,64,64,.3);
    border-bottom-color: rgba(65,64,64,.3)
}

.border-y-promotion-profile-header\/40 {
    border-top-color: rgba(65,64,64,.4);
    border-bottom-color: rgba(65,64,64,.4)
}

.border-y-promotion-profile-header\/5 {
    border-top-color: rgba(65,64,64,.05);
    border-bottom-color: rgba(65,64,64,.05)
}

.border-y-promotion-profile-header\/50 {
    border-top-color: rgba(65,64,64,.5);
    border-bottom-color: rgba(65,64,64,.5)
}

.border-y-promotion-profile-header\/60 {
    border-top-color: rgba(65,64,64,.6);
    border-bottom-color: rgba(65,64,64,.6)
}

.border-y-promotion-profile-header\/70 {
    border-top-color: rgba(65,64,64,.7);
    border-bottom-color: rgba(65,64,64,.7)
}

.border-y-promotion-profile-header\/75 {
    border-top-color: rgba(65,64,64,.75);
    border-bottom-color: rgba(65,64,64,.75)
}

.border-y-promotion-profile-header\/80 {
    border-top-color: rgba(65,64,64,.8);
    border-bottom-color: rgba(65,64,64,.8)
}

.border-y-promotion-profile-header\/90 {
    border-top-color: rgba(65,64,64,.9);
    border-bottom-color: rgba(65,64,64,.9)
}

.border-y-promotion-profile-header\/95 {
    border-top-color: rgba(65,64,64,.95);
    border-bottom-color: rgba(65,64,64,.95)
}

.border-y-red-attention {
    --tw-border-opacity: 1;
    border-top-color: rgb(204 30 30/var(--tw-border-opacity));
    border-bottom-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-y-red-attention\/0 {
    border-top-color: rgba(204,30,30,0);
    border-bottom-color: rgba(204,30,30,0)
}

.border-y-red-attention\/10 {
    border-top-color: rgba(204,30,30,.1);
    border-bottom-color: rgba(204,30,30,.1)
}

.border-y-red-attention\/100 {
    border-top-color: #cc1e1e;
    border-bottom-color: #cc1e1e
}

.border-y-red-attention\/20 {
    border-top-color: rgba(204,30,30,.2);
    border-bottom-color: rgba(204,30,30,.2)
}

.border-y-red-attention\/25 {
    border-top-color: rgba(204,30,30,.25);
    border-bottom-color: rgba(204,30,30,.25)
}

.border-y-red-attention\/30 {
    border-top-color: rgba(204,30,30,.3);
    border-bottom-color: rgba(204,30,30,.3)
}

.border-y-red-attention\/40 {
    border-top-color: rgba(204,30,30,.4);
    border-bottom-color: rgba(204,30,30,.4)
}

.border-y-red-attention\/5 {
    border-top-color: rgba(204,30,30,.05);
    border-bottom-color: rgba(204,30,30,.05)
}

.border-y-red-attention\/50 {
    border-top-color: rgba(204,30,30,.5);
    border-bottom-color: rgba(204,30,30,.5)
}

.border-y-red-attention\/60 {
    border-top-color: rgba(204,30,30,.6);
    border-bottom-color: rgba(204,30,30,.6)
}

.border-y-red-attention\/70 {
    border-top-color: rgba(204,30,30,.7);
    border-bottom-color: rgba(204,30,30,.7)
}

.border-y-red-attention\/75 {
    border-top-color: rgba(204,30,30,.75);
    border-bottom-color: rgba(204,30,30,.75)
}

.border-y-red-attention\/80 {
    border-top-color: rgba(204,30,30,.8);
    border-bottom-color: rgba(204,30,30,.8)
}

.border-y-red-attention\/90 {
    border-top-color: rgba(204,30,30,.9);
    border-bottom-color: rgba(204,30,30,.9)
}

.border-y-red-attention\/95 {
    border-top-color: rgba(204,30,30,.95);
    border-bottom-color: rgba(204,30,30,.95)
}

.border-y-red-bg-hot-pick {
    --tw-border-opacity: 1;
    border-top-color: rgb(23 14 10/var(--tw-border-opacity));
    border-bottom-color: rgb(23 14 10/var(--tw-border-opacity))
}

.border-y-red-bg-hot-pick\/0 {
    border-top-color: rgba(23,14,10,0);
    border-bottom-color: rgba(23,14,10,0)
}

.border-y-red-bg-hot-pick\/10 {
    border-top-color: rgba(23,14,10,.1);
    border-bottom-color: rgba(23,14,10,.1)
}

.border-y-red-bg-hot-pick\/100 {
    border-top-color: #170e0a;
    border-bottom-color: #170e0a
}

.border-y-red-bg-hot-pick\/20 {
    border-top-color: rgba(23,14,10,.2);
    border-bottom-color: rgba(23,14,10,.2)
}

.border-y-red-bg-hot-pick\/25 {
    border-top-color: rgba(23,14,10,.25);
    border-bottom-color: rgba(23,14,10,.25)
}

.border-y-red-bg-hot-pick\/30 {
    border-top-color: rgba(23,14,10,.3);
    border-bottom-color: rgba(23,14,10,.3)
}

.border-y-red-bg-hot-pick\/40 {
    border-top-color: rgba(23,14,10,.4);
    border-bottom-color: rgba(23,14,10,.4)
}

.border-y-red-bg-hot-pick\/5 {
    border-top-color: rgba(23,14,10,.05);
    border-bottom-color: rgba(23,14,10,.05)
}

.border-y-red-bg-hot-pick\/50 {
    border-top-color: rgba(23,14,10,.5);
    border-bottom-color: rgba(23,14,10,.5)
}

.border-y-red-bg-hot-pick\/60 {
    border-top-color: rgba(23,14,10,.6);
    border-bottom-color: rgba(23,14,10,.6)
}

.border-y-red-bg-hot-pick\/70 {
    border-top-color: rgba(23,14,10,.7);
    border-bottom-color: rgba(23,14,10,.7)
}

.border-y-red-bg-hot-pick\/75 {
    border-top-color: rgba(23,14,10,.75);
    border-bottom-color: rgba(23,14,10,.75)
}

.border-y-red-bg-hot-pick\/80 {
    border-top-color: rgba(23,14,10,.8);
    border-bottom-color: rgba(23,14,10,.8)
}

.border-y-red-bg-hot-pick\/90 {
    border-top-color: rgba(23,14,10,.9);
    border-bottom-color: rgba(23,14,10,.9)
}

.border-y-red-bg-hot-pick\/95 {
    border-top-color: rgba(23,14,10,.95);
    border-bottom-color: rgba(23,14,10,.95)
}

.border-y-red-cancelled {
    --tw-border-opacity: 1;
    border-top-color: rgb(239 65 57/var(--tw-border-opacity));
    border-bottom-color: rgb(239 65 57/var(--tw-border-opacity))
}

.border-y-red-cancelled\/0 {
    border-top-color: rgba(239,65,57,0);
    border-bottom-color: rgba(239,65,57,0)
}

.border-y-red-cancelled\/10 {
    border-top-color: rgba(239,65,57,.1);
    border-bottom-color: rgba(239,65,57,.1)
}

.border-y-red-cancelled\/100 {
    border-top-color: #ef4139;
    border-bottom-color: #ef4139
}

.border-y-red-cancelled\/20 {
    border-top-color: rgba(239,65,57,.2);
    border-bottom-color: rgba(239,65,57,.2)
}

.border-y-red-cancelled\/25 {
    border-top-color: rgba(239,65,57,.25);
    border-bottom-color: rgba(239,65,57,.25)
}

.border-y-red-cancelled\/30 {
    border-top-color: rgba(239,65,57,.3);
    border-bottom-color: rgba(239,65,57,.3)
}

.border-y-red-cancelled\/40 {
    border-top-color: rgba(239,65,57,.4);
    border-bottom-color: rgba(239,65,57,.4)
}

.border-y-red-cancelled\/5 {
    border-top-color: rgba(239,65,57,.05);
    border-bottom-color: rgba(239,65,57,.05)
}

.border-y-red-cancelled\/50 {
    border-top-color: rgba(239,65,57,.5);
    border-bottom-color: rgba(239,65,57,.5)
}

.border-y-red-cancelled\/60 {
    border-top-color: rgba(239,65,57,.6);
    border-bottom-color: rgba(239,65,57,.6)
}

.border-y-red-cancelled\/70 {
    border-top-color: rgba(239,65,57,.7);
    border-bottom-color: rgba(239,65,57,.7)
}

.border-y-red-cancelled\/75 {
    border-top-color: rgba(239,65,57,.75);
    border-bottom-color: rgba(239,65,57,.75)
}

.border-y-red-cancelled\/80 {
    border-top-color: rgba(239,65,57,.8);
    border-bottom-color: rgba(239,65,57,.8)
}

.border-y-red-cancelled\/90 {
    border-top-color: rgba(239,65,57,.9);
    border-bottom-color: rgba(239,65,57,.9)
}

.border-y-red-cancelled\/95 {
    border-top-color: rgba(239,65,57,.95);
    border-bottom-color: rgba(239,65,57,.95)
}

.border-y-red-default {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 0 0/var(--tw-border-opacity));
    border-bottom-color: rgb(255 0 0/var(--tw-border-opacity))
}

.border-y-red-default\/0 {
    border-top-color: rgba(255,0,0,0);
    border-bottom-color: rgba(255,0,0,0)
}

.border-y-red-default\/10 {
    border-top-color: rgba(255,0,0,.1);
    border-bottom-color: rgba(255,0,0,.1)
}

.border-y-red-default\/100 {
    border-top-color: red;
    border-bottom-color: red
}

.border-y-red-default\/20 {
    border-top-color: rgba(255,0,0,.2);
    border-bottom-color: rgba(255,0,0,.2)
}

.border-y-red-default\/25 {
    border-top-color: rgba(255,0,0,.25);
    border-bottom-color: rgba(255,0,0,.25)
}

.border-y-red-default\/30 {
    border-top-color: rgba(255,0,0,.3);
    border-bottom-color: rgba(255,0,0,.3)
}

.border-y-red-default\/40 {
    border-top-color: rgba(255,0,0,.4);
    border-bottom-color: rgba(255,0,0,.4)
}

.border-y-red-default\/5 {
    border-top-color: rgba(255,0,0,.05);
    border-bottom-color: rgba(255,0,0,.05)
}

.border-y-red-default\/50 {
    border-top-color: rgba(255,0,0,.5);
    border-bottom-color: rgba(255,0,0,.5)
}

.border-y-red-default\/60 {
    border-top-color: rgba(255,0,0,.6);
    border-bottom-color: rgba(255,0,0,.6)
}

.border-y-red-default\/70 {
    border-top-color: rgba(255,0,0,.7);
    border-bottom-color: rgba(255,0,0,.7)
}

.border-y-red-default\/75 {
    border-top-color: rgba(255,0,0,.75);
    border-bottom-color: rgba(255,0,0,.75)
}

.border-y-red-default\/80 {
    border-top-color: rgba(255,0,0,.8);
    border-bottom-color: rgba(255,0,0,.8)
}

.border-y-red-default\/90 {
    border-top-color: rgba(255,0,0,.9);
    border-bottom-color: rgba(255,0,0,.9)
}

.border-y-red-default\/95 {
    border-top-color: rgba(255,0,0,.95);
    border-bottom-color: rgba(255,0,0,.95)
}

.border-y-red-error {
    --tw-border-opacity: 1;
    border-top-color: rgb(204 30 30/var(--tw-border-opacity));
    border-bottom-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-y-red-error\/0 {
    border-top-color: rgba(204,30,30,0);
    border-bottom-color: rgba(204,30,30,0)
}

.border-y-red-error\/10 {
    border-top-color: rgba(204,30,30,.1);
    border-bottom-color: rgba(204,30,30,.1)
}

.border-y-red-error\/100 {
    border-top-color: #cc1e1e;
    border-bottom-color: #cc1e1e
}

.border-y-red-error\/20 {
    border-top-color: rgba(204,30,30,.2);
    border-bottom-color: rgba(204,30,30,.2)
}

.border-y-red-error\/25 {
    border-top-color: rgba(204,30,30,.25);
    border-bottom-color: rgba(204,30,30,.25)
}

.border-y-red-error\/30 {
    border-top-color: rgba(204,30,30,.3);
    border-bottom-color: rgba(204,30,30,.3)
}

.border-y-red-error\/40 {
    border-top-color: rgba(204,30,30,.4);
    border-bottom-color: rgba(204,30,30,.4)
}

.border-y-red-error\/5 {
    border-top-color: rgba(204,30,30,.05);
    border-bottom-color: rgba(204,30,30,.05)
}

.border-y-red-error\/50 {
    border-top-color: rgba(204,30,30,.5);
    border-bottom-color: rgba(204,30,30,.5)
}

.border-y-red-error\/60 {
    border-top-color: rgba(204,30,30,.6);
    border-bottom-color: rgba(204,30,30,.6)
}

.border-y-red-error\/70 {
    border-top-color: rgba(204,30,30,.7);
    border-bottom-color: rgba(204,30,30,.7)
}

.border-y-red-error\/75 {
    border-top-color: rgba(204,30,30,.75);
    border-bottom-color: rgba(204,30,30,.75)
}

.border-y-red-error\/80 {
    border-top-color: rgba(204,30,30,.8);
    border-bottom-color: rgba(204,30,30,.8)
}

.border-y-red-error\/90 {
    border-top-color: rgba(204,30,30,.9);
    border-bottom-color: rgba(204,30,30,.9)
}

.border-y-red-error\/95 {
    border-top-color: rgba(204,30,30,.95);
    border-bottom-color: rgba(204,30,30,.95)
}

.border-y-red-logo {
    --tw-border-opacity: 1;
    border-top-color: rgb(204 30 30/var(--tw-border-opacity));
    border-bottom-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-y-red-logo\/0 {
    border-top-color: rgba(204,30,30,0);
    border-bottom-color: rgba(204,30,30,0)
}

.border-y-red-logo\/10 {
    border-top-color: rgba(204,30,30,.1);
    border-bottom-color: rgba(204,30,30,.1)
}

.border-y-red-logo\/100 {
    border-top-color: #cc1e1e;
    border-bottom-color: #cc1e1e
}

.border-y-red-logo\/20 {
    border-top-color: rgba(204,30,30,.2);
    border-bottom-color: rgba(204,30,30,.2)
}

.border-y-red-logo\/25 {
    border-top-color: rgba(204,30,30,.25);
    border-bottom-color: rgba(204,30,30,.25)
}

.border-y-red-logo\/30 {
    border-top-color: rgba(204,30,30,.3);
    border-bottom-color: rgba(204,30,30,.3)
}

.border-y-red-logo\/40 {
    border-top-color: rgba(204,30,30,.4);
    border-bottom-color: rgba(204,30,30,.4)
}

.border-y-red-logo\/5 {
    border-top-color: rgba(204,30,30,.05);
    border-bottom-color: rgba(204,30,30,.05)
}

.border-y-red-logo\/50 {
    border-top-color: rgba(204,30,30,.5);
    border-bottom-color: rgba(204,30,30,.5)
}

.border-y-red-logo\/60 {
    border-top-color: rgba(204,30,30,.6);
    border-bottom-color: rgba(204,30,30,.6)
}

.border-y-red-logo\/70 {
    border-top-color: rgba(204,30,30,.7);
    border-bottom-color: rgba(204,30,30,.7)
}

.border-y-red-logo\/75 {
    border-top-color: rgba(204,30,30,.75);
    border-bottom-color: rgba(204,30,30,.75)
}

.border-y-red-logo\/80 {
    border-top-color: rgba(204,30,30,.8);
    border-bottom-color: rgba(204,30,30,.8)
}

.border-y-red-logo\/90 {
    border-top-color: rgba(204,30,30,.9);
    border-bottom-color: rgba(204,30,30,.9)
}

.border-y-red-logo\/95 {
    border-top-color: rgba(204,30,30,.95);
    border-bottom-color: rgba(204,30,30,.95)
}

.border-y-red-loss {
    --tw-border-opacity: 1;
    border-top-color: rgb(239 65 57/var(--tw-border-opacity));
    border-bottom-color: rgb(239 65 57/var(--tw-border-opacity))
}

.border-y-red-loss\/0 {
    border-top-color: rgba(239,65,57,0);
    border-bottom-color: rgba(239,65,57,0)
}

.border-y-red-loss\/10 {
    border-top-color: rgba(239,65,57,.1);
    border-bottom-color: rgba(239,65,57,.1)
}

.border-y-red-loss\/100 {
    border-top-color: #ef4139;
    border-bottom-color: #ef4139
}

.border-y-red-loss\/20 {
    border-top-color: rgba(239,65,57,.2);
    border-bottom-color: rgba(239,65,57,.2)
}

.border-y-red-loss\/25 {
    border-top-color: rgba(239,65,57,.25);
    border-bottom-color: rgba(239,65,57,.25)
}

.border-y-red-loss\/30 {
    border-top-color: rgba(239,65,57,.3);
    border-bottom-color: rgba(239,65,57,.3)
}

.border-y-red-loss\/40 {
    border-top-color: rgba(239,65,57,.4);
    border-bottom-color: rgba(239,65,57,.4)
}

.border-y-red-loss\/5 {
    border-top-color: rgba(239,65,57,.05);
    border-bottom-color: rgba(239,65,57,.05)
}

.border-y-red-loss\/50 {
    border-top-color: rgba(239,65,57,.5);
    border-bottom-color: rgba(239,65,57,.5)
}

.border-y-red-loss\/60 {
    border-top-color: rgba(239,65,57,.6);
    border-bottom-color: rgba(239,65,57,.6)
}

.border-y-red-loss\/70 {
    border-top-color: rgba(239,65,57,.7);
    border-bottom-color: rgba(239,65,57,.7)
}

.border-y-red-loss\/75 {
    border-top-color: rgba(239,65,57,.75);
    border-bottom-color: rgba(239,65,57,.75)
}

.border-y-red-loss\/80 {
    border-top-color: rgba(239,65,57,.8);
    border-bottom-color: rgba(239,65,57,.8)
}

.border-y-red-loss\/90 {
    border-top-color: rgba(239,65,57,.9);
    border-bottom-color: rgba(239,65,57,.9)
}

.border-y-red-loss\/95 {
    border-top-color: rgba(239,65,57,.95);
    border-bottom-color: rgba(239,65,57,.95)
}

.border-y-red-notification {
    --tw-border-opacity: 1;
    border-top-color: rgb(216 0 39/var(--tw-border-opacity));
    border-bottom-color: rgb(216 0 39/var(--tw-border-opacity))
}

.border-y-red-notification\/0 {
    border-top-color: rgba(216,0,39,0);
    border-bottom-color: rgba(216,0,39,0)
}

.border-y-red-notification\/10 {
    border-top-color: rgba(216,0,39,.1);
    border-bottom-color: rgba(216,0,39,.1)
}

.border-y-red-notification\/100 {
    border-top-color: #d80027;
    border-bottom-color: #d80027
}

.border-y-red-notification\/20 {
    border-top-color: rgba(216,0,39,.2);
    border-bottom-color: rgba(216,0,39,.2)
}

.border-y-red-notification\/25 {
    border-top-color: rgba(216,0,39,.25);
    border-bottom-color: rgba(216,0,39,.25)
}

.border-y-red-notification\/30 {
    border-top-color: rgba(216,0,39,.3);
    border-bottom-color: rgba(216,0,39,.3)
}

.border-y-red-notification\/40 {
    border-top-color: rgba(216,0,39,.4);
    border-bottom-color: rgba(216,0,39,.4)
}

.border-y-red-notification\/5 {
    border-top-color: rgba(216,0,39,.05);
    border-bottom-color: rgba(216,0,39,.05)
}

.border-y-red-notification\/50 {
    border-top-color: rgba(216,0,39,.5);
    border-bottom-color: rgba(216,0,39,.5)
}

.border-y-red-notification\/60 {
    border-top-color: rgba(216,0,39,.6);
    border-bottom-color: rgba(216,0,39,.6)
}

.border-y-red-notification\/70 {
    border-top-color: rgba(216,0,39,.7);
    border-bottom-color: rgba(216,0,39,.7)
}

.border-y-red-notification\/75 {
    border-top-color: rgba(216,0,39,.75);
    border-bottom-color: rgba(216,0,39,.75)
}

.border-y-red-notification\/80 {
    border-top-color: rgba(216,0,39,.8);
    border-bottom-color: rgba(216,0,39,.8)
}

.border-y-red-notification\/90 {
    border-top-color: rgba(216,0,39,.9);
    border-bottom-color: rgba(216,0,39,.9)
}

.border-y-red-notification\/95 {
    border-top-color: rgba(216,0,39,.95);
    border-bottom-color: rgba(216,0,39,.95)
}

.border-y-red-update-button {
    --tw-border-opacity: 1;
    border-top-color: rgb(197 91 75/var(--tw-border-opacity));
    border-bottom-color: rgb(197 91 75/var(--tw-border-opacity))
}

.border-y-red-update-button\/0 {
    border-top-color: rgba(197,91,75,0);
    border-bottom-color: rgba(197,91,75,0)
}

.border-y-red-update-button\/10 {
    border-top-color: rgba(197,91,75,.1);
    border-bottom-color: rgba(197,91,75,.1)
}

.border-y-red-update-button\/100 {
    border-top-color: #c55b4b;
    border-bottom-color: #c55b4b
}

.border-y-red-update-button\/20 {
    border-top-color: rgba(197,91,75,.2);
    border-bottom-color: rgba(197,91,75,.2)
}

.border-y-red-update-button\/25 {
    border-top-color: rgba(197,91,75,.25);
    border-bottom-color: rgba(197,91,75,.25)
}

.border-y-red-update-button\/30 {
    border-top-color: rgba(197,91,75,.3);
    border-bottom-color: rgba(197,91,75,.3)
}

.border-y-red-update-button\/40 {
    border-top-color: rgba(197,91,75,.4);
    border-bottom-color: rgba(197,91,75,.4)
}

.border-y-red-update-button\/5 {
    border-top-color: rgba(197,91,75,.05);
    border-bottom-color: rgba(197,91,75,.05)
}

.border-y-red-update-button\/50 {
    border-top-color: rgba(197,91,75,.5);
    border-bottom-color: rgba(197,91,75,.5)
}

.border-y-red-update-button\/60 {
    border-top-color: rgba(197,91,75,.6);
    border-bottom-color: rgba(197,91,75,.6)
}

.border-y-red-update-button\/70 {
    border-top-color: rgba(197,91,75,.7);
    border-bottom-color: rgba(197,91,75,.7)
}

.border-y-red-update-button\/75 {
    border-top-color: rgba(197,91,75,.75);
    border-bottom-color: rgba(197,91,75,.75)
}

.border-y-red-update-button\/80 {
    border-top-color: rgba(197,91,75,.8);
    border-bottom-color: rgba(197,91,75,.8)
}

.border-y-red-update-button\/90 {
    border-top-color: rgba(197,91,75,.9);
    border-bottom-color: rgba(197,91,75,.9)
}

.border-y-red-update-button\/95 {
    border-top-color: rgba(197,91,75,.95);
    border-bottom-color: rgba(197,91,75,.95)
}

.border-y-rng-game-bet-number-active {
    --tw-border-opacity: 1;
    border-top-color: rgb(38 26 14/var(--tw-border-opacity));
    border-bottom-color: rgb(38 26 14/var(--tw-border-opacity))
}

.border-y-rng-game-bet-number-active\/0 {
    border-top-color: rgba(38,26,14,0);
    border-bottom-color: rgba(38,26,14,0)
}

.border-y-rng-game-bet-number-active\/10 {
    border-top-color: rgba(38,26,14,.1);
    border-bottom-color: rgba(38,26,14,.1)
}

.border-y-rng-game-bet-number-active\/100 {
    border-top-color: #261a0e;
    border-bottom-color: #261a0e
}

.border-y-rng-game-bet-number-active\/20 {
    border-top-color: rgba(38,26,14,.2);
    border-bottom-color: rgba(38,26,14,.2)
}

.border-y-rng-game-bet-number-active\/25 {
    border-top-color: rgba(38,26,14,.25);
    border-bottom-color: rgba(38,26,14,.25)
}

.border-y-rng-game-bet-number-active\/30 {
    border-top-color: rgba(38,26,14,.3);
    border-bottom-color: rgba(38,26,14,.3)
}

.border-y-rng-game-bet-number-active\/40 {
    border-top-color: rgba(38,26,14,.4);
    border-bottom-color: rgba(38,26,14,.4)
}

.border-y-rng-game-bet-number-active\/5 {
    border-top-color: rgba(38,26,14,.05);
    border-bottom-color: rgba(38,26,14,.05)
}

.border-y-rng-game-bet-number-active\/50 {
    border-top-color: rgba(38,26,14,.5);
    border-bottom-color: rgba(38,26,14,.5)
}

.border-y-rng-game-bet-number-active\/60 {
    border-top-color: rgba(38,26,14,.6);
    border-bottom-color: rgba(38,26,14,.6)
}

.border-y-rng-game-bet-number-active\/70 {
    border-top-color: rgba(38,26,14,.7);
    border-bottom-color: rgba(38,26,14,.7)
}

.border-y-rng-game-bet-number-active\/75 {
    border-top-color: rgba(38,26,14,.75);
    border-bottom-color: rgba(38,26,14,.75)
}

.border-y-rng-game-bet-number-active\/80 {
    border-top-color: rgba(38,26,14,.8);
    border-bottom-color: rgba(38,26,14,.8)
}

.border-y-rng-game-bet-number-active\/90 {
    border-top-color: rgba(38,26,14,.9);
    border-bottom-color: rgba(38,26,14,.9)
}

.border-y-rng-game-bet-number-active\/95 {
    border-top-color: rgba(38,26,14,.95);
    border-bottom-color: rgba(38,26,14,.95)
}

.border-y-rng-game-bet-number-inactive {
    --tw-border-opacity: 1;
    border-top-color: rgb(242 219 184/var(--tw-border-opacity));
    border-bottom-color: rgb(242 219 184/var(--tw-border-opacity))
}

.border-y-rng-game-bet-number-inactive\/0 {
    border-top-color: hsla(36,69%,84%,0);
    border-bottom-color: hsla(36,69%,84%,0)
}

.border-y-rng-game-bet-number-inactive\/10 {
    border-top-color: hsla(36,69%,84%,.1);
    border-bottom-color: hsla(36,69%,84%,.1)
}

.border-y-rng-game-bet-number-inactive\/100 {
    border-top-color: #f2dbb8;
    border-bottom-color: #f2dbb8
}

.border-y-rng-game-bet-number-inactive\/20 {
    border-top-color: hsla(36,69%,84%,.2);
    border-bottom-color: hsla(36,69%,84%,.2)
}

.border-y-rng-game-bet-number-inactive\/25 {
    border-top-color: hsla(36,69%,84%,.25);
    border-bottom-color: hsla(36,69%,84%,.25)
}

.border-y-rng-game-bet-number-inactive\/30 {
    border-top-color: hsla(36,69%,84%,.3);
    border-bottom-color: hsla(36,69%,84%,.3)
}

.border-y-rng-game-bet-number-inactive\/40 {
    border-top-color: hsla(36,69%,84%,.4);
    border-bottom-color: hsla(36,69%,84%,.4)
}

.border-y-rng-game-bet-number-inactive\/5 {
    border-top-color: hsla(36,69%,84%,.05);
    border-bottom-color: hsla(36,69%,84%,.05)
}

.border-y-rng-game-bet-number-inactive\/50 {
    border-top-color: hsla(36,69%,84%,.5);
    border-bottom-color: hsla(36,69%,84%,.5)
}

.border-y-rng-game-bet-number-inactive\/60 {
    border-top-color: hsla(36,69%,84%,.6);
    border-bottom-color: hsla(36,69%,84%,.6)
}

.border-y-rng-game-bet-number-inactive\/70 {
    border-top-color: hsla(36,69%,84%,.7);
    border-bottom-color: hsla(36,69%,84%,.7)
}

.border-y-rng-game-bet-number-inactive\/75 {
    border-top-color: hsla(36,69%,84%,.75);
    border-bottom-color: hsla(36,69%,84%,.75)
}

.border-y-rng-game-bet-number-inactive\/80 {
    border-top-color: hsla(36,69%,84%,.8);
    border-bottom-color: hsla(36,69%,84%,.8)
}

.border-y-rng-game-bet-number-inactive\/90 {
    border-top-color: hsla(36,69%,84%,.9);
    border-bottom-color: hsla(36,69%,84%,.9)
}

.border-y-rng-game-bet-number-inactive\/95 {
    border-top-color: hsla(36,69%,84%,.95);
    border-bottom-color: hsla(36,69%,84%,.95)
}

.border-y-rng-game-bg {
    --tw-border-opacity: 1;
    border-top-color: rgb(137 113 80/var(--tw-border-opacity));
    border-bottom-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-y-rng-game-bg-bet {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 0 0/var(--tw-border-opacity));
    border-bottom-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-y-rng-game-bg-bet\/0 {
    border-top-color: transparent;
    border-bottom-color: transparent
}

.border-y-rng-game-bg-bet\/10 {
    border-top-color: rgba(0,0,0,.1);
    border-bottom-color: rgba(0,0,0,.1)
}

.border-y-rng-game-bg-bet\/100 {
    border-top-color: #000;
    border-bottom-color: #000
}

.border-y-rng-game-bg-bet\/20 {
    border-top-color: rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.2)
}

.border-y-rng-game-bg-bet\/25 {
    border-top-color: rgba(0,0,0,.25);
    border-bottom-color: rgba(0,0,0,.25)
}

.border-y-rng-game-bg-bet\/30 {
    border-top-color: rgba(0,0,0,.3);
    border-bottom-color: rgba(0,0,0,.3)
}

.border-y-rng-game-bg-bet\/40 {
    border-top-color: rgba(0,0,0,.4);
    border-bottom-color: rgba(0,0,0,.4)
}

.border-y-rng-game-bg-bet\/5 {
    border-top-color: rgba(0,0,0,.05);
    border-bottom-color: rgba(0,0,0,.05)
}

.border-y-rng-game-bg-bet\/50 {
    border-top-color: rgba(0,0,0,.5);
    border-bottom-color: rgba(0,0,0,.5)
}

.border-y-rng-game-bg-bet\/60 {
    border-top-color: rgba(0,0,0,.6);
    border-bottom-color: rgba(0,0,0,.6)
}

.border-y-rng-game-bg-bet\/70 {
    border-top-color: rgba(0,0,0,.7);
    border-bottom-color: rgba(0,0,0,.7)
}

.border-y-rng-game-bg-bet\/75 {
    border-top-color: rgba(0,0,0,.75);
    border-bottom-color: rgba(0,0,0,.75)
}

.border-y-rng-game-bg-bet\/80 {
    border-top-color: rgba(0,0,0,.8);
    border-bottom-color: rgba(0,0,0,.8)
}

.border-y-rng-game-bg-bet\/90 {
    border-top-color: rgba(0,0,0,.9);
    border-bottom-color: rgba(0,0,0,.9)
}

.border-y-rng-game-bg-bet\/95 {
    border-top-color: rgba(0,0,0,.95);
    border-bottom-color: rgba(0,0,0,.95)
}

.border-y-rng-game-bg-current-bet {
    --tw-border-opacity: 1;
    border-top-color: rgb(235 206 130/var(--tw-border-opacity));
    border-bottom-color: rgb(235 206 130/var(--tw-border-opacity))
}

.border-y-rng-game-bg-current-bet\/0 {
    border-top-color: hsla(43,72%,72%,0);
    border-bottom-color: hsla(43,72%,72%,0)
}

.border-y-rng-game-bg-current-bet\/10 {
    border-top-color: hsla(43,72%,72%,.1);
    border-bottom-color: hsla(43,72%,72%,.1)
}

.border-y-rng-game-bg-current-bet\/100 {
    border-top-color: #ebce82;
    border-bottom-color: #ebce82
}

.border-y-rng-game-bg-current-bet\/20 {
    border-top-color: hsla(43,72%,72%,.2);
    border-bottom-color: hsla(43,72%,72%,.2)
}

.border-y-rng-game-bg-current-bet\/25 {
    border-top-color: hsla(43,72%,72%,.25);
    border-bottom-color: hsla(43,72%,72%,.25)
}

.border-y-rng-game-bg-current-bet\/30 {
    border-top-color: hsla(43,72%,72%,.3);
    border-bottom-color: hsla(43,72%,72%,.3)
}

.border-y-rng-game-bg-current-bet\/40 {
    border-top-color: hsla(43,72%,72%,.4);
    border-bottom-color: hsla(43,72%,72%,.4)
}

.border-y-rng-game-bg-current-bet\/5 {
    border-top-color: hsla(43,72%,72%,.05);
    border-bottom-color: hsla(43,72%,72%,.05)
}

.border-y-rng-game-bg-current-bet\/50 {
    border-top-color: hsla(43,72%,72%,.5);
    border-bottom-color: hsla(43,72%,72%,.5)
}

.border-y-rng-game-bg-current-bet\/60 {
    border-top-color: hsla(43,72%,72%,.6);
    border-bottom-color: hsla(43,72%,72%,.6)
}

.border-y-rng-game-bg-current-bet\/70 {
    border-top-color: hsla(43,72%,72%,.7);
    border-bottom-color: hsla(43,72%,72%,.7)
}

.border-y-rng-game-bg-current-bet\/75 {
    border-top-color: hsla(43,72%,72%,.75);
    border-bottom-color: hsla(43,72%,72%,.75)
}

.border-y-rng-game-bg-current-bet\/80 {
    border-top-color: hsla(43,72%,72%,.8);
    border-bottom-color: hsla(43,72%,72%,.8)
}

.border-y-rng-game-bg-current-bet\/90 {
    border-top-color: hsla(43,72%,72%,.9);
    border-bottom-color: hsla(43,72%,72%,.9)
}

.border-y-rng-game-bg-current-bet\/95 {
    border-top-color: hsla(43,72%,72%,.95);
    border-bottom-color: hsla(43,72%,72%,.95)
}

.border-y-rng-game-bg-filter {
    --tw-border-opacity: 1;
    border-top-color: rgb(36 26 18/var(--tw-border-opacity));
    border-bottom-color: rgb(36 26 18/var(--tw-border-opacity))
}

.border-y-rng-game-bg-filter\/0 {
    border-top-color: rgba(36,26,18,0);
    border-bottom-color: rgba(36,26,18,0)
}

.border-y-rng-game-bg-filter\/10 {
    border-top-color: rgba(36,26,18,.1);
    border-bottom-color: rgba(36,26,18,.1)
}

.border-y-rng-game-bg-filter\/100 {
    border-top-color: #241a12;
    border-bottom-color: #241a12
}

.border-y-rng-game-bg-filter\/20 {
    border-top-color: rgba(36,26,18,.2);
    border-bottom-color: rgba(36,26,18,.2)
}

.border-y-rng-game-bg-filter\/25 {
    border-top-color: rgba(36,26,18,.25);
    border-bottom-color: rgba(36,26,18,.25)
}

.border-y-rng-game-bg-filter\/30 {
    border-top-color: rgba(36,26,18,.3);
    border-bottom-color: rgba(36,26,18,.3)
}

.border-y-rng-game-bg-filter\/40 {
    border-top-color: rgba(36,26,18,.4);
    border-bottom-color: rgba(36,26,18,.4)
}

.border-y-rng-game-bg-filter\/5 {
    border-top-color: rgba(36,26,18,.05);
    border-bottom-color: rgba(36,26,18,.05)
}

.border-y-rng-game-bg-filter\/50 {
    border-top-color: rgba(36,26,18,.5);
    border-bottom-color: rgba(36,26,18,.5)
}

.border-y-rng-game-bg-filter\/60 {
    border-top-color: rgba(36,26,18,.6);
    border-bottom-color: rgba(36,26,18,.6)
}

.border-y-rng-game-bg-filter\/70 {
    border-top-color: rgba(36,26,18,.7);
    border-bottom-color: rgba(36,26,18,.7)
}

.border-y-rng-game-bg-filter\/75 {
    border-top-color: rgba(36,26,18,.75);
    border-bottom-color: rgba(36,26,18,.75)
}

.border-y-rng-game-bg-filter\/80 {
    border-top-color: rgba(36,26,18,.8);
    border-bottom-color: rgba(36,26,18,.8)
}

.border-y-rng-game-bg-filter\/90 {
    border-top-color: rgba(36,26,18,.9);
    border-bottom-color: rgba(36,26,18,.9)
}

.border-y-rng-game-bg-filter\/95 {
    border-top-color: rgba(36,26,18,.95);
    border-bottom-color: rgba(36,26,18,.95)
}

.border-y-rng-game-bg-popup-bet {
    --tw-border-opacity: 1;
    border-top-color: rgb(51 50 47/var(--tw-border-opacity));
    border-bottom-color: rgb(51 50 47/var(--tw-border-opacity))
}

.border-y-rng-game-bg-popup-bet\/0 {
    border-top-color: rgba(51,50,47,0);
    border-bottom-color: rgba(51,50,47,0)
}

.border-y-rng-game-bg-popup-bet\/10 {
    border-top-color: rgba(51,50,47,.1);
    border-bottom-color: rgba(51,50,47,.1)
}

.border-y-rng-game-bg-popup-bet\/100 {
    border-top-color: #33322f;
    border-bottom-color: #33322f
}

.border-y-rng-game-bg-popup-bet\/20 {
    border-top-color: rgba(51,50,47,.2);
    border-bottom-color: rgba(51,50,47,.2)
}

.border-y-rng-game-bg-popup-bet\/25 {
    border-top-color: rgba(51,50,47,.25);
    border-bottom-color: rgba(51,50,47,.25)
}

.border-y-rng-game-bg-popup-bet\/30 {
    border-top-color: rgba(51,50,47,.3);
    border-bottom-color: rgba(51,50,47,.3)
}

.border-y-rng-game-bg-popup-bet\/40 {
    border-top-color: rgba(51,50,47,.4);
    border-bottom-color: rgba(51,50,47,.4)
}

.border-y-rng-game-bg-popup-bet\/5 {
    border-top-color: rgba(51,50,47,.05);
    border-bottom-color: rgba(51,50,47,.05)
}

.border-y-rng-game-bg-popup-bet\/50 {
    border-top-color: rgba(51,50,47,.5);
    border-bottom-color: rgba(51,50,47,.5)
}

.border-y-rng-game-bg-popup-bet\/60 {
    border-top-color: rgba(51,50,47,.6);
    border-bottom-color: rgba(51,50,47,.6)
}

.border-y-rng-game-bg-popup-bet\/70 {
    border-top-color: rgba(51,50,47,.7);
    border-bottom-color: rgba(51,50,47,.7)
}

.border-y-rng-game-bg-popup-bet\/75 {
    border-top-color: rgba(51,50,47,.75);
    border-bottom-color: rgba(51,50,47,.75)
}

.border-y-rng-game-bg-popup-bet\/80 {
    border-top-color: rgba(51,50,47,.8);
    border-bottom-color: rgba(51,50,47,.8)
}

.border-y-rng-game-bg-popup-bet\/90 {
    border-top-color: rgba(51,50,47,.9);
    border-bottom-color: rgba(51,50,47,.9)
}

.border-y-rng-game-bg-popup-bet\/95 {
    border-top-color: rgba(51,50,47,.95);
    border-bottom-color: rgba(51,50,47,.95)
}

.border-y-rng-game-bg-tab {
    --tw-border-opacity: 1;
    border-top-color: rgb(52 52 52/var(--tw-border-opacity));
    border-bottom-color: rgb(52 52 52/var(--tw-border-opacity))
}

.border-y-rng-game-bg-tab\/0 {
    border-top-color: rgba(52,52,52,0);
    border-bottom-color: rgba(52,52,52,0)
}

.border-y-rng-game-bg-tab\/10 {
    border-top-color: rgba(52,52,52,.1);
    border-bottom-color: rgba(52,52,52,.1)
}

.border-y-rng-game-bg-tab\/100 {
    border-top-color: #343434;
    border-bottom-color: #343434
}

.border-y-rng-game-bg-tab\/20 {
    border-top-color: rgba(52,52,52,.2);
    border-bottom-color: rgba(52,52,52,.2)
}

.border-y-rng-game-bg-tab\/25 {
    border-top-color: rgba(52,52,52,.25);
    border-bottom-color: rgba(52,52,52,.25)
}

.border-y-rng-game-bg-tab\/30 {
    border-top-color: rgba(52,52,52,.3);
    border-bottom-color: rgba(52,52,52,.3)
}

.border-y-rng-game-bg-tab\/40 {
    border-top-color: rgba(52,52,52,.4);
    border-bottom-color: rgba(52,52,52,.4)
}

.border-y-rng-game-bg-tab\/5 {
    border-top-color: rgba(52,52,52,.05);
    border-bottom-color: rgba(52,52,52,.05)
}

.border-y-rng-game-bg-tab\/50 {
    border-top-color: rgba(52,52,52,.5);
    border-bottom-color: rgba(52,52,52,.5)
}

.border-y-rng-game-bg-tab\/60 {
    border-top-color: rgba(52,52,52,.6);
    border-bottom-color: rgba(52,52,52,.6)
}

.border-y-rng-game-bg-tab\/70 {
    border-top-color: rgba(52,52,52,.7);
    border-bottom-color: rgba(52,52,52,.7)
}

.border-y-rng-game-bg-tab\/75 {
    border-top-color: rgba(52,52,52,.75);
    border-bottom-color: rgba(52,52,52,.75)
}

.border-y-rng-game-bg-tab\/80 {
    border-top-color: rgba(52,52,52,.8);
    border-bottom-color: rgba(52,52,52,.8)
}

.border-y-rng-game-bg-tab\/90 {
    border-top-color: rgba(52,52,52,.9);
    border-bottom-color: rgba(52,52,52,.9)
}

.border-y-rng-game-bg-tab\/95 {
    border-top-color: rgba(52,52,52,.95);
    border-bottom-color: rgba(52,52,52,.95)
}

.border-y-rng-game-bg\/0 {
    border-top-color: rgba(137,113,80,0);
    border-bottom-color: rgba(137,113,80,0)
}

.border-y-rng-game-bg\/10 {
    border-top-color: rgba(137,113,80,.1);
    border-bottom-color: rgba(137,113,80,.1)
}

.border-y-rng-game-bg\/100 {
    border-top-color: #897150;
    border-bottom-color: #897150
}

.border-y-rng-game-bg\/20 {
    border-top-color: rgba(137,113,80,.2);
    border-bottom-color: rgba(137,113,80,.2)
}

.border-y-rng-game-bg\/25 {
    border-top-color: rgba(137,113,80,.25);
    border-bottom-color: rgba(137,113,80,.25)
}

.border-y-rng-game-bg\/30 {
    border-top-color: rgba(137,113,80,.3);
    border-bottom-color: rgba(137,113,80,.3)
}

.border-y-rng-game-bg\/40 {
    border-top-color: rgba(137,113,80,.4);
    border-bottom-color: rgba(137,113,80,.4)
}

.border-y-rng-game-bg\/5 {
    border-top-color: rgba(137,113,80,.05);
    border-bottom-color: rgba(137,113,80,.05)
}

.border-y-rng-game-bg\/50 {
    border-top-color: rgba(137,113,80,.5);
    border-bottom-color: rgba(137,113,80,.5)
}

.border-y-rng-game-bg\/60 {
    border-top-color: rgba(137,113,80,.6);
    border-bottom-color: rgba(137,113,80,.6)
}

.border-y-rng-game-bg\/70 {
    border-top-color: rgba(137,113,80,.7);
    border-bottom-color: rgba(137,113,80,.7)
}

.border-y-rng-game-bg\/75 {
    border-top-color: rgba(137,113,80,.75);
    border-bottom-color: rgba(137,113,80,.75)
}

.border-y-rng-game-bg\/80 {
    border-top-color: rgba(137,113,80,.8);
    border-bottom-color: rgba(137,113,80,.8)
}

.border-y-rng-game-bg\/90 {
    border-top-color: rgba(137,113,80,.9);
    border-bottom-color: rgba(137,113,80,.9)
}

.border-y-rng-game-bg\/95 {
    border-top-color: rgba(137,113,80,.95);
    border-bottom-color: rgba(137,113,80,.95)
}

.border-y-rng-game-border-circle {
    --tw-border-opacity: 1;
    border-top-color: rgb(174 143 101/var(--tw-border-opacity));
    border-bottom-color: rgb(174 143 101/var(--tw-border-opacity))
}

.border-y-rng-game-border-circle\/0 {
    border-top-color: hsla(35,31%,54%,0);
    border-bottom-color: hsla(35,31%,54%,0)
}

.border-y-rng-game-border-circle\/10 {
    border-top-color: hsla(35,31%,54%,.1);
    border-bottom-color: hsla(35,31%,54%,.1)
}

.border-y-rng-game-border-circle\/100 {
    border-top-color: #ae8f65;
    border-bottom-color: #ae8f65
}

.border-y-rng-game-border-circle\/20 {
    border-top-color: hsla(35,31%,54%,.2);
    border-bottom-color: hsla(35,31%,54%,.2)
}

.border-y-rng-game-border-circle\/25 {
    border-top-color: hsla(35,31%,54%,.25);
    border-bottom-color: hsla(35,31%,54%,.25)
}

.border-y-rng-game-border-circle\/30 {
    border-top-color: hsla(35,31%,54%,.3);
    border-bottom-color: hsla(35,31%,54%,.3)
}

.border-y-rng-game-border-circle\/40 {
    border-top-color: hsla(35,31%,54%,.4);
    border-bottom-color: hsla(35,31%,54%,.4)
}

.border-y-rng-game-border-circle\/5 {
    border-top-color: hsla(35,31%,54%,.05);
    border-bottom-color: hsla(35,31%,54%,.05)
}

.border-y-rng-game-border-circle\/50 {
    border-top-color: hsla(35,31%,54%,.5);
    border-bottom-color: hsla(35,31%,54%,.5)
}

.border-y-rng-game-border-circle\/60 {
    border-top-color: hsla(35,31%,54%,.6);
    border-bottom-color: hsla(35,31%,54%,.6)
}

.border-y-rng-game-border-circle\/70 {
    border-top-color: hsla(35,31%,54%,.7);
    border-bottom-color: hsla(35,31%,54%,.7)
}

.border-y-rng-game-border-circle\/75 {
    border-top-color: hsla(35,31%,54%,.75);
    border-bottom-color: hsla(35,31%,54%,.75)
}

.border-y-rng-game-border-circle\/80 {
    border-top-color: hsla(35,31%,54%,.8);
    border-bottom-color: hsla(35,31%,54%,.8)
}

.border-y-rng-game-border-circle\/90 {
    border-top-color: hsla(35,31%,54%,.9);
    border-bottom-color: hsla(35,31%,54%,.9)
}

.border-y-rng-game-border-circle\/95 {
    border-top-color: hsla(35,31%,54%,.95);
    border-bottom-color: hsla(35,31%,54%,.95)
}

.border-y-rng-game-header-table {
    --tw-border-opacity: 1;
    border-top-color: rgb(23 12 12/var(--tw-border-opacity));
    border-bottom-color: rgb(23 12 12/var(--tw-border-opacity))
}

.border-y-rng-game-header-table\/0 {
    border-top-color: rgba(23,12,12,0);
    border-bottom-color: rgba(23,12,12,0)
}

.border-y-rng-game-header-table\/10 {
    border-top-color: rgba(23,12,12,.1);
    border-bottom-color: rgba(23,12,12,.1)
}

.border-y-rng-game-header-table\/100 {
    border-top-color: #170c0c;
    border-bottom-color: #170c0c
}

.border-y-rng-game-header-table\/20 {
    border-top-color: rgba(23,12,12,.2);
    border-bottom-color: rgba(23,12,12,.2)
}

.border-y-rng-game-header-table\/25 {
    border-top-color: rgba(23,12,12,.25);
    border-bottom-color: rgba(23,12,12,.25)
}

.border-y-rng-game-header-table\/30 {
    border-top-color: rgba(23,12,12,.3);
    border-bottom-color: rgba(23,12,12,.3)
}

.border-y-rng-game-header-table\/40 {
    border-top-color: rgba(23,12,12,.4);
    border-bottom-color: rgba(23,12,12,.4)
}

.border-y-rng-game-header-table\/5 {
    border-top-color: rgba(23,12,12,.05);
    border-bottom-color: rgba(23,12,12,.05)
}

.border-y-rng-game-header-table\/50 {
    border-top-color: rgba(23,12,12,.5);
    border-bottom-color: rgba(23,12,12,.5)
}

.border-y-rng-game-header-table\/60 {
    border-top-color: rgba(23,12,12,.6);
    border-bottom-color: rgba(23,12,12,.6)
}

.border-y-rng-game-header-table\/70 {
    border-top-color: rgba(23,12,12,.7);
    border-bottom-color: rgba(23,12,12,.7)
}

.border-y-rng-game-header-table\/75 {
    border-top-color: rgba(23,12,12,.75);
    border-bottom-color: rgba(23,12,12,.75)
}

.border-y-rng-game-header-table\/80 {
    border-top-color: rgba(23,12,12,.8);
    border-bottom-color: rgba(23,12,12,.8)
}

.border-y-rng-game-header-table\/90 {
    border-top-color: rgba(23,12,12,.9);
    border-bottom-color: rgba(23,12,12,.9)
}

.border-y-rng-game-header-table\/95 {
    border-top-color: rgba(23,12,12,.95);
    border-bottom-color: rgba(23,12,12,.95)
}

.border-y-rng-game-item-1 {
    --tw-border-opacity: 1;
    border-top-color: rgb(39 38 36/var(--tw-border-opacity));
    border-bottom-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-y-rng-game-item-1\/0 {
    border-top-color: rgba(39,38,36,0);
    border-bottom-color: rgba(39,38,36,0)
}

.border-y-rng-game-item-1\/10 {
    border-top-color: rgba(39,38,36,.1);
    border-bottom-color: rgba(39,38,36,.1)
}

.border-y-rng-game-item-1\/100 {
    border-top-color: #272624;
    border-bottom-color: #272624
}

.border-y-rng-game-item-1\/20 {
    border-top-color: rgba(39,38,36,.2);
    border-bottom-color: rgba(39,38,36,.2)
}

.border-y-rng-game-item-1\/25 {
    border-top-color: rgba(39,38,36,.25);
    border-bottom-color: rgba(39,38,36,.25)
}

.border-y-rng-game-item-1\/30 {
    border-top-color: rgba(39,38,36,.3);
    border-bottom-color: rgba(39,38,36,.3)
}

.border-y-rng-game-item-1\/40 {
    border-top-color: rgba(39,38,36,.4);
    border-bottom-color: rgba(39,38,36,.4)
}

.border-y-rng-game-item-1\/5 {
    border-top-color: rgba(39,38,36,.05);
    border-bottom-color: rgba(39,38,36,.05)
}

.border-y-rng-game-item-1\/50 {
    border-top-color: rgba(39,38,36,.5);
    border-bottom-color: rgba(39,38,36,.5)
}

.border-y-rng-game-item-1\/60 {
    border-top-color: rgba(39,38,36,.6);
    border-bottom-color: rgba(39,38,36,.6)
}

.border-y-rng-game-item-1\/70 {
    border-top-color: rgba(39,38,36,.7);
    border-bottom-color: rgba(39,38,36,.7)
}

.border-y-rng-game-item-1\/75 {
    border-top-color: rgba(39,38,36,.75);
    border-bottom-color: rgba(39,38,36,.75)
}

.border-y-rng-game-item-1\/80 {
    border-top-color: rgba(39,38,36,.8);
    border-bottom-color: rgba(39,38,36,.8)
}

.border-y-rng-game-item-1\/90 {
    border-top-color: rgba(39,38,36,.9);
    border-bottom-color: rgba(39,38,36,.9)
}

.border-y-rng-game-item-1\/95 {
    border-top-color: rgba(39,38,36,.95);
    border-bottom-color: rgba(39,38,36,.95)
}

.border-y-rng-game-item-2 {
    --tw-border-opacity: 1;
    border-top-color: rgb(48 53 56/var(--tw-border-opacity));
    border-bottom-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-y-rng-game-item-2\/0 {
    border-top-color: rgba(48,53,56,0);
    border-bottom-color: rgba(48,53,56,0)
}

.border-y-rng-game-item-2\/10 {
    border-top-color: rgba(48,53,56,.1);
    border-bottom-color: rgba(48,53,56,.1)
}

.border-y-rng-game-item-2\/100 {
    border-top-color: #303538;
    border-bottom-color: #303538
}

.border-y-rng-game-item-2\/20 {
    border-top-color: rgba(48,53,56,.2);
    border-bottom-color: rgba(48,53,56,.2)
}

.border-y-rng-game-item-2\/25 {
    border-top-color: rgba(48,53,56,.25);
    border-bottom-color: rgba(48,53,56,.25)
}

.border-y-rng-game-item-2\/30 {
    border-top-color: rgba(48,53,56,.3);
    border-bottom-color: rgba(48,53,56,.3)
}

.border-y-rng-game-item-2\/40 {
    border-top-color: rgba(48,53,56,.4);
    border-bottom-color: rgba(48,53,56,.4)
}

.border-y-rng-game-item-2\/5 {
    border-top-color: rgba(48,53,56,.05);
    border-bottom-color: rgba(48,53,56,.05)
}

.border-y-rng-game-item-2\/50 {
    border-top-color: rgba(48,53,56,.5);
    border-bottom-color: rgba(48,53,56,.5)
}

.border-y-rng-game-item-2\/60 {
    border-top-color: rgba(48,53,56,.6);
    border-bottom-color: rgba(48,53,56,.6)
}

.border-y-rng-game-item-2\/70 {
    border-top-color: rgba(48,53,56,.7);
    border-bottom-color: rgba(48,53,56,.7)
}

.border-y-rng-game-item-2\/75 {
    border-top-color: rgba(48,53,56,.75);
    border-bottom-color: rgba(48,53,56,.75)
}

.border-y-rng-game-item-2\/80 {
    border-top-color: rgba(48,53,56,.8);
    border-bottom-color: rgba(48,53,56,.8)
}

.border-y-rng-game-item-2\/90 {
    border-top-color: rgba(48,53,56,.9);
    border-bottom-color: rgba(48,53,56,.9)
}

.border-y-rng-game-item-2\/95 {
    border-top-color: rgba(48,53,56,.95);
    border-bottom-color: rgba(48,53,56,.95)
}

.border-y-rng-game-money-bet {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 164 64/var(--tw-border-opacity));
    border-bottom-color: rgb(202 164 64/var(--tw-border-opacity))
}

.border-y-rng-game-money-bet\/0 {
    border-top-color: rgba(202,164,64,0);
    border-bottom-color: rgba(202,164,64,0)
}

.border-y-rng-game-money-bet\/10 {
    border-top-color: rgba(202,164,64,.1);
    border-bottom-color: rgba(202,164,64,.1)
}

.border-y-rng-game-money-bet\/100 {
    border-top-color: #caa440;
    border-bottom-color: #caa440
}

.border-y-rng-game-money-bet\/20 {
    border-top-color: rgba(202,164,64,.2);
    border-bottom-color: rgba(202,164,64,.2)
}

.border-y-rng-game-money-bet\/25 {
    border-top-color: rgba(202,164,64,.25);
    border-bottom-color: rgba(202,164,64,.25)
}

.border-y-rng-game-money-bet\/30 {
    border-top-color: rgba(202,164,64,.3);
    border-bottom-color: rgba(202,164,64,.3)
}

.border-y-rng-game-money-bet\/40 {
    border-top-color: rgba(202,164,64,.4);
    border-bottom-color: rgba(202,164,64,.4)
}

.border-y-rng-game-money-bet\/5 {
    border-top-color: rgba(202,164,64,.05);
    border-bottom-color: rgba(202,164,64,.05)
}

.border-y-rng-game-money-bet\/50 {
    border-top-color: rgba(202,164,64,.5);
    border-bottom-color: rgba(202,164,64,.5)
}

.border-y-rng-game-money-bet\/60 {
    border-top-color: rgba(202,164,64,.6);
    border-bottom-color: rgba(202,164,64,.6)
}

.border-y-rng-game-money-bet\/70 {
    border-top-color: rgba(202,164,64,.7);
    border-bottom-color: rgba(202,164,64,.7)
}

.border-y-rng-game-money-bet\/75 {
    border-top-color: rgba(202,164,64,.75);
    border-bottom-color: rgba(202,164,64,.75)
}

.border-y-rng-game-money-bet\/80 {
    border-top-color: rgba(202,164,64,.8);
    border-bottom-color: rgba(202,164,64,.8)
}

.border-y-rng-game-money-bet\/90 {
    border-top-color: rgba(202,164,64,.9);
    border-bottom-color: rgba(202,164,64,.9)
}

.border-y-rng-game-money-bet\/95 {
    border-top-color: rgba(202,164,64,.95);
    border-bottom-color: rgba(202,164,64,.95)
}

.border-y-rng-game-tab-bet-result-active {
    --tw-border-opacity: 1;
    border-top-color: rgb(137 113 80/var(--tw-border-opacity));
    border-bottom-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-y-rng-game-tab-bet-result-active\/0 {
    border-top-color: rgba(137,113,80,0);
    border-bottom-color: rgba(137,113,80,0)
}

.border-y-rng-game-tab-bet-result-active\/10 {
    border-top-color: rgba(137,113,80,.1);
    border-bottom-color: rgba(137,113,80,.1)
}

.border-y-rng-game-tab-bet-result-active\/100 {
    border-top-color: #897150;
    border-bottom-color: #897150
}

.border-y-rng-game-tab-bet-result-active\/20 {
    border-top-color: rgba(137,113,80,.2);
    border-bottom-color: rgba(137,113,80,.2)
}

.border-y-rng-game-tab-bet-result-active\/25 {
    border-top-color: rgba(137,113,80,.25);
    border-bottom-color: rgba(137,113,80,.25)
}

.border-y-rng-game-tab-bet-result-active\/30 {
    border-top-color: rgba(137,113,80,.3);
    border-bottom-color: rgba(137,113,80,.3)
}

.border-y-rng-game-tab-bet-result-active\/40 {
    border-top-color: rgba(137,113,80,.4);
    border-bottom-color: rgba(137,113,80,.4)
}

.border-y-rng-game-tab-bet-result-active\/5 {
    border-top-color: rgba(137,113,80,.05);
    border-bottom-color: rgba(137,113,80,.05)
}

.border-y-rng-game-tab-bet-result-active\/50 {
    border-top-color: rgba(137,113,80,.5);
    border-bottom-color: rgba(137,113,80,.5)
}

.border-y-rng-game-tab-bet-result-active\/60 {
    border-top-color: rgba(137,113,80,.6);
    border-bottom-color: rgba(137,113,80,.6)
}

.border-y-rng-game-tab-bet-result-active\/70 {
    border-top-color: rgba(137,113,80,.7);
    border-bottom-color: rgba(137,113,80,.7)
}

.border-y-rng-game-tab-bet-result-active\/75 {
    border-top-color: rgba(137,113,80,.75);
    border-bottom-color: rgba(137,113,80,.75)
}

.border-y-rng-game-tab-bet-result-active\/80 {
    border-top-color: rgba(137,113,80,.8);
    border-bottom-color: rgba(137,113,80,.8)
}

.border-y-rng-game-tab-bet-result-active\/90 {
    border-top-color: rgba(137,113,80,.9);
    border-bottom-color: rgba(137,113,80,.9)
}

.border-y-rng-game-tab-bet-result-active\/95 {
    border-top-color: rgba(137,113,80,.95);
    border-bottom-color: rgba(137,113,80,.95)
}

.border-y-rng-game-tab-bet-result-inactive {
    --tw-border-opacity: 1;
    border-top-color: rgb(68 59 39/var(--tw-border-opacity));
    border-bottom-color: rgb(68 59 39/var(--tw-border-opacity))
}

.border-y-rng-game-tab-bet-result-inactive\/0 {
    border-top-color: rgba(68,59,39,0);
    border-bottom-color: rgba(68,59,39,0)
}

.border-y-rng-game-tab-bet-result-inactive\/10 {
    border-top-color: rgba(68,59,39,.1);
    border-bottom-color: rgba(68,59,39,.1)
}

.border-y-rng-game-tab-bet-result-inactive\/100 {
    border-top-color: #443b27;
    border-bottom-color: #443b27
}

.border-y-rng-game-tab-bet-result-inactive\/20 {
    border-top-color: rgba(68,59,39,.2);
    border-bottom-color: rgba(68,59,39,.2)
}

.border-y-rng-game-tab-bet-result-inactive\/25 {
    border-top-color: rgba(68,59,39,.25);
    border-bottom-color: rgba(68,59,39,.25)
}

.border-y-rng-game-tab-bet-result-inactive\/30 {
    border-top-color: rgba(68,59,39,.3);
    border-bottom-color: rgba(68,59,39,.3)
}

.border-y-rng-game-tab-bet-result-inactive\/40 {
    border-top-color: rgba(68,59,39,.4);
    border-bottom-color: rgba(68,59,39,.4)
}

.border-y-rng-game-tab-bet-result-inactive\/5 {
    border-top-color: rgba(68,59,39,.05);
    border-bottom-color: rgba(68,59,39,.05)
}

.border-y-rng-game-tab-bet-result-inactive\/50 {
    border-top-color: rgba(68,59,39,.5);
    border-bottom-color: rgba(68,59,39,.5)
}

.border-y-rng-game-tab-bet-result-inactive\/60 {
    border-top-color: rgba(68,59,39,.6);
    border-bottom-color: rgba(68,59,39,.6)
}

.border-y-rng-game-tab-bet-result-inactive\/70 {
    border-top-color: rgba(68,59,39,.7);
    border-bottom-color: rgba(68,59,39,.7)
}

.border-y-rng-game-tab-bet-result-inactive\/75 {
    border-top-color: rgba(68,59,39,.75);
    border-bottom-color: rgba(68,59,39,.75)
}

.border-y-rng-game-tab-bet-result-inactive\/80 {
    border-top-color: rgba(68,59,39,.8);
    border-bottom-color: rgba(68,59,39,.8)
}

.border-y-rng-game-tab-bet-result-inactive\/90 {
    border-top-color: rgba(68,59,39,.9);
    border-bottom-color: rgba(68,59,39,.9)
}

.border-y-rng-game-tab-bet-result-inactive\/95 {
    border-top-color: rgba(68,59,39,.95);
    border-bottom-color: rgba(68,59,39,.95)
}

.border-y-rng-game-text-current-bet {
    --tw-border-opacity: 1;
    border-top-color: rgb(81 57 36/var(--tw-border-opacity));
    border-bottom-color: rgb(81 57 36/var(--tw-border-opacity))
}

.border-y-rng-game-text-current-bet\/0 {
    border-top-color: rgba(81,57,36,0);
    border-bottom-color: rgba(81,57,36,0)
}

.border-y-rng-game-text-current-bet\/10 {
    border-top-color: rgba(81,57,36,.1);
    border-bottom-color: rgba(81,57,36,.1)
}

.border-y-rng-game-text-current-bet\/100 {
    border-top-color: #513924;
    border-bottom-color: #513924
}

.border-y-rng-game-text-current-bet\/20 {
    border-top-color: rgba(81,57,36,.2);
    border-bottom-color: rgba(81,57,36,.2)
}

.border-y-rng-game-text-current-bet\/25 {
    border-top-color: rgba(81,57,36,.25);
    border-bottom-color: rgba(81,57,36,.25)
}

.border-y-rng-game-text-current-bet\/30 {
    border-top-color: rgba(81,57,36,.3);
    border-bottom-color: rgba(81,57,36,.3)
}

.border-y-rng-game-text-current-bet\/40 {
    border-top-color: rgba(81,57,36,.4);
    border-bottom-color: rgba(81,57,36,.4)
}

.border-y-rng-game-text-current-bet\/5 {
    border-top-color: rgba(81,57,36,.05);
    border-bottom-color: rgba(81,57,36,.05)
}

.border-y-rng-game-text-current-bet\/50 {
    border-top-color: rgba(81,57,36,.5);
    border-bottom-color: rgba(81,57,36,.5)
}

.border-y-rng-game-text-current-bet\/60 {
    border-top-color: rgba(81,57,36,.6);
    border-bottom-color: rgba(81,57,36,.6)
}

.border-y-rng-game-text-current-bet\/70 {
    border-top-color: rgba(81,57,36,.7);
    border-bottom-color: rgba(81,57,36,.7)
}

.border-y-rng-game-text-current-bet\/75 {
    border-top-color: rgba(81,57,36,.75);
    border-bottom-color: rgba(81,57,36,.75)
}

.border-y-rng-game-text-current-bet\/80 {
    border-top-color: rgba(81,57,36,.8);
    border-bottom-color: rgba(81,57,36,.8)
}

.border-y-rng-game-text-current-bet\/90 {
    border-top-color: rgba(81,57,36,.9);
    border-bottom-color: rgba(81,57,36,.9)
}

.border-y-rng-game-text-current-bet\/95 {
    border-top-color: rgba(81,57,36,.95);
    border-bottom-color: rgba(81,57,36,.95)
}

.border-y-rng-game-total {
    --tw-border-opacity: 1;
    border-top-color: rgb(229 198 117/var(--tw-border-opacity));
    border-bottom-color: rgb(229 198 117/var(--tw-border-opacity))
}

.border-y-rng-game-total\/0 {
    border-top-color: hsla(43,68%,68%,0);
    border-bottom-color: hsla(43,68%,68%,0)
}

.border-y-rng-game-total\/10 {
    border-top-color: hsla(43,68%,68%,.1);
    border-bottom-color: hsla(43,68%,68%,.1)
}

.border-y-rng-game-total\/100 {
    border-top-color: #e5c675;
    border-bottom-color: #e5c675
}

.border-y-rng-game-total\/20 {
    border-top-color: hsla(43,68%,68%,.2);
    border-bottom-color: hsla(43,68%,68%,.2)
}

.border-y-rng-game-total\/25 {
    border-top-color: hsla(43,68%,68%,.25);
    border-bottom-color: hsla(43,68%,68%,.25)
}

.border-y-rng-game-total\/30 {
    border-top-color: hsla(43,68%,68%,.3);
    border-bottom-color: hsla(43,68%,68%,.3)
}

.border-y-rng-game-total\/40 {
    border-top-color: hsla(43,68%,68%,.4);
    border-bottom-color: hsla(43,68%,68%,.4)
}

.border-y-rng-game-total\/5 {
    border-top-color: hsla(43,68%,68%,.05);
    border-bottom-color: hsla(43,68%,68%,.05)
}

.border-y-rng-game-total\/50 {
    border-top-color: hsla(43,68%,68%,.5);
    border-bottom-color: hsla(43,68%,68%,.5)
}

.border-y-rng-game-total\/60 {
    border-top-color: hsla(43,68%,68%,.6);
    border-bottom-color: hsla(43,68%,68%,.6)
}

.border-y-rng-game-total\/70 {
    border-top-color: hsla(43,68%,68%,.7);
    border-bottom-color: hsla(43,68%,68%,.7)
}

.border-y-rng-game-total\/75 {
    border-top-color: hsla(43,68%,68%,.75);
    border-bottom-color: hsla(43,68%,68%,.75)
}

.border-y-rng-game-total\/80 {
    border-top-color: hsla(43,68%,68%,.8);
    border-bottom-color: hsla(43,68%,68%,.8)
}

.border-y-rng-game-total\/90 {
    border-top-color: hsla(43,68%,68%,.9);
    border-bottom-color: hsla(43,68%,68%,.9)
}

.border-y-rng-game-total\/95 {
    border-top-color: hsla(43,68%,68%,.95);
    border-bottom-color: hsla(43,68%,68%,.95)
}

.border-y-sub-page-header {
    --tw-border-opacity: 1;
    border-top-color: rgb(137 113 80/var(--tw-border-opacity));
    border-bottom-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-y-sub-page-header\/0 {
    border-top-color: rgba(137,113,80,0);
    border-bottom-color: rgba(137,113,80,0)
}

.border-y-sub-page-header\/10 {
    border-top-color: rgba(137,113,80,.1);
    border-bottom-color: rgba(137,113,80,.1)
}

.border-y-sub-page-header\/100 {
    border-top-color: #897150;
    border-bottom-color: #897150
}

.border-y-sub-page-header\/20 {
    border-top-color: rgba(137,113,80,.2);
    border-bottom-color: rgba(137,113,80,.2)
}

.border-y-sub-page-header\/25 {
    border-top-color: rgba(137,113,80,.25);
    border-bottom-color: rgba(137,113,80,.25)
}

.border-y-sub-page-header\/30 {
    border-top-color: rgba(137,113,80,.3);
    border-bottom-color: rgba(137,113,80,.3)
}

.border-y-sub-page-header\/40 {
    border-top-color: rgba(137,113,80,.4);
    border-bottom-color: rgba(137,113,80,.4)
}

.border-y-sub-page-header\/5 {
    border-top-color: rgba(137,113,80,.05);
    border-bottom-color: rgba(137,113,80,.05)
}

.border-y-sub-page-header\/50 {
    border-top-color: rgba(137,113,80,.5);
    border-bottom-color: rgba(137,113,80,.5)
}

.border-y-sub-page-header\/60 {
    border-top-color: rgba(137,113,80,.6);
    border-bottom-color: rgba(137,113,80,.6)
}

.border-y-sub-page-header\/70 {
    border-top-color: rgba(137,113,80,.7);
    border-bottom-color: rgba(137,113,80,.7)
}

.border-y-sub-page-header\/75 {
    border-top-color: rgba(137,113,80,.75);
    border-bottom-color: rgba(137,113,80,.75)
}

.border-y-sub-page-header\/80 {
    border-top-color: rgba(137,113,80,.8);
    border-bottom-color: rgba(137,113,80,.8)
}

.border-y-sub-page-header\/90 {
    border-top-color: rgba(137,113,80,.9);
    border-bottom-color: rgba(137,113,80,.9)
}

.border-y-sub-page-header\/95 {
    border-top-color: rgba(137,113,80,.95);
    border-bottom-color: rgba(137,113,80,.95)
}

.border-y-sub-page-sidebar {
    --tw-border-opacity: 1;
    border-top-color: rgb(29 24 24/var(--tw-border-opacity));
    border-bottom-color: rgb(29 24 24/var(--tw-border-opacity))
}

.border-y-sub-page-sidebar\/0 {
    border-top-color: rgba(29,24,24,0);
    border-bottom-color: rgba(29,24,24,0)
}

.border-y-sub-page-sidebar\/10 {
    border-top-color: rgba(29,24,24,.1);
    border-bottom-color: rgba(29,24,24,.1)
}

.border-y-sub-page-sidebar\/100 {
    border-top-color: #1d1818;
    border-bottom-color: #1d1818
}

.border-y-sub-page-sidebar\/20 {
    border-top-color: rgba(29,24,24,.2);
    border-bottom-color: rgba(29,24,24,.2)
}

.border-y-sub-page-sidebar\/25 {
    border-top-color: rgba(29,24,24,.25);
    border-bottom-color: rgba(29,24,24,.25)
}

.border-y-sub-page-sidebar\/30 {
    border-top-color: rgba(29,24,24,.3);
    border-bottom-color: rgba(29,24,24,.3)
}

.border-y-sub-page-sidebar\/40 {
    border-top-color: rgba(29,24,24,.4);
    border-bottom-color: rgba(29,24,24,.4)
}

.border-y-sub-page-sidebar\/5 {
    border-top-color: rgba(29,24,24,.05);
    border-bottom-color: rgba(29,24,24,.05)
}

.border-y-sub-page-sidebar\/50 {
    border-top-color: rgba(29,24,24,.5);
    border-bottom-color: rgba(29,24,24,.5)
}

.border-y-sub-page-sidebar\/60 {
    border-top-color: rgba(29,24,24,.6);
    border-bottom-color: rgba(29,24,24,.6)
}

.border-y-sub-page-sidebar\/70 {
    border-top-color: rgba(29,24,24,.7);
    border-bottom-color: rgba(29,24,24,.7)
}

.border-y-sub-page-sidebar\/75 {
    border-top-color: rgba(29,24,24,.75);
    border-bottom-color: rgba(29,24,24,.75)
}

.border-y-sub-page-sidebar\/80 {
    border-top-color: rgba(29,24,24,.8);
    border-bottom-color: rgba(29,24,24,.8)
}

.border-y-sub-page-sidebar\/90 {
    border-top-color: rgba(29,24,24,.9);
    border-bottom-color: rgba(29,24,24,.9)
}

.border-y-sub-page-sidebar\/95 {
    border-top-color: rgba(29,24,24,.95);
    border-bottom-color: rgba(29,24,24,.95)
}

.border-y-transparent,.border-y-transparent\/0 {
    border-top-color: transparent;
    border-bottom-color: transparent
}

.border-y-transparent\/10 {
    border-top-color: rgba(0,0,0,.1);
    border-bottom-color: rgba(0,0,0,.1)
}

.border-y-transparent\/100 {
    border-top-color: #000;
    border-bottom-color: #000
}

.border-y-transparent\/20 {
    border-top-color: rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.2)
}

.border-y-transparent\/25 {
    border-top-color: rgba(0,0,0,.25);
    border-bottom-color: rgba(0,0,0,.25)
}

.border-y-transparent\/30 {
    border-top-color: rgba(0,0,0,.3);
    border-bottom-color: rgba(0,0,0,.3)
}

.border-y-transparent\/40 {
    border-top-color: rgba(0,0,0,.4);
    border-bottom-color: rgba(0,0,0,.4)
}

.border-y-transparent\/5 {
    border-top-color: rgba(0,0,0,.05);
    border-bottom-color: rgba(0,0,0,.05)
}

.border-y-transparent\/50 {
    border-top-color: rgba(0,0,0,.5);
    border-bottom-color: rgba(0,0,0,.5)
}

.border-y-transparent\/60 {
    border-top-color: rgba(0,0,0,.6);
    border-bottom-color: rgba(0,0,0,.6)
}

.border-y-transparent\/70 {
    border-top-color: rgba(0,0,0,.7);
    border-bottom-color: rgba(0,0,0,.7)
}

.border-y-transparent\/75 {
    border-top-color: rgba(0,0,0,.75);
    border-bottom-color: rgba(0,0,0,.75)
}

.border-y-transparent\/80 {
    border-top-color: rgba(0,0,0,.8);
    border-bottom-color: rgba(0,0,0,.8)
}

.border-y-transparent\/90 {
    border-top-color: rgba(0,0,0,.9);
    border-bottom-color: rgba(0,0,0,.9)
}

.border-y-transparent\/95 {
    border-top-color: rgba(0,0,0,.95);
    border-bottom-color: rgba(0,0,0,.95)
}

.border-y-white {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255/var(--tw-border-opacity));
    border-bottom-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-y-white\/0 {
    border-top-color: hsla(0,0%,100%,0);
    border-bottom-color: hsla(0,0%,100%,0)
}

.border-y-white\/10 {
    border-top-color: hsla(0,0%,100%,.1);
    border-bottom-color: hsla(0,0%,100%,.1)
}

.border-y-white\/100 {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.border-y-white\/20 {
    border-top-color: hsla(0,0%,100%,.2);
    border-bottom-color: hsla(0,0%,100%,.2)
}

.border-y-white\/25 {
    border-top-color: hsla(0,0%,100%,.25);
    border-bottom-color: hsla(0,0%,100%,.25)
}

.border-y-white\/30 {
    border-top-color: hsla(0,0%,100%,.3);
    border-bottom-color: hsla(0,0%,100%,.3)
}

.border-y-white\/40 {
    border-top-color: hsla(0,0%,100%,.4);
    border-bottom-color: hsla(0,0%,100%,.4)
}

.border-y-white\/5 {
    border-top-color: hsla(0,0%,100%,.05);
    border-bottom-color: hsla(0,0%,100%,.05)
}

.border-y-white\/50 {
    border-top-color: hsla(0,0%,100%,.5);
    border-bottom-color: hsla(0,0%,100%,.5)
}

.border-y-white\/60 {
    border-top-color: hsla(0,0%,100%,.6);
    border-bottom-color: hsla(0,0%,100%,.6)
}

.border-y-white\/70 {
    border-top-color: hsla(0,0%,100%,.7);
    border-bottom-color: hsla(0,0%,100%,.7)
}

.border-y-white\/75 {
    border-top-color: hsla(0,0%,100%,.75);
    border-bottom-color: hsla(0,0%,100%,.75)
}

.border-y-white\/80 {
    border-top-color: hsla(0,0%,100%,.8);
    border-bottom-color: hsla(0,0%,100%,.8)
}

.border-y-white\/90 {
    border-top-color: hsla(0,0%,100%,.9);
    border-bottom-color: hsla(0,0%,100%,.9)
}

.border-y-white\/95 {
    border-top-color: hsla(0,0%,100%,.95);
    border-bottom-color: hsla(0,0%,100%,.95)
}

.border-y-yellow-active {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 194 69/var(--tw-border-opacity));
    border-bottom-color: rgb(236 194 69/var(--tw-border-opacity))
}

.border-y-yellow-active\/0 {
    border-top-color: rgba(236,194,69,0);
    border-bottom-color: rgba(236,194,69,0)
}

.border-y-yellow-active\/10 {
    border-top-color: rgba(236,194,69,.1);
    border-bottom-color: rgba(236,194,69,.1)
}

.border-y-yellow-active\/100 {
    border-top-color: #ecc245;
    border-bottom-color: #ecc245
}

.border-y-yellow-active\/20 {
    border-top-color: rgba(236,194,69,.2);
    border-bottom-color: rgba(236,194,69,.2)
}

.border-y-yellow-active\/25 {
    border-top-color: rgba(236,194,69,.25);
    border-bottom-color: rgba(236,194,69,.25)
}

.border-y-yellow-active\/30 {
    border-top-color: rgba(236,194,69,.3);
    border-bottom-color: rgba(236,194,69,.3)
}

.border-y-yellow-active\/40 {
    border-top-color: rgba(236,194,69,.4);
    border-bottom-color: rgba(236,194,69,.4)
}

.border-y-yellow-active\/5 {
    border-top-color: rgba(236,194,69,.05);
    border-bottom-color: rgba(236,194,69,.05)
}

.border-y-yellow-active\/50 {
    border-top-color: rgba(236,194,69,.5);
    border-bottom-color: rgba(236,194,69,.5)
}

.border-y-yellow-active\/60 {
    border-top-color: rgba(236,194,69,.6);
    border-bottom-color: rgba(236,194,69,.6)
}

.border-y-yellow-active\/70 {
    border-top-color: rgba(236,194,69,.7);
    border-bottom-color: rgba(236,194,69,.7)
}

.border-y-yellow-active\/75 {
    border-top-color: rgba(236,194,69,.75);
    border-bottom-color: rgba(236,194,69,.75)
}

.border-y-yellow-active\/80 {
    border-top-color: rgba(236,194,69,.8);
    border-bottom-color: rgba(236,194,69,.8)
}

.border-y-yellow-active\/90 {
    border-top-color: rgba(236,194,69,.9);
    border-bottom-color: rgba(236,194,69,.9)
}

.border-y-yellow-active\/95 {
    border-top-color: rgba(236,194,69,.95);
    border-bottom-color: rgba(236,194,69,.95)
}

.border-y-yellow-black {
    --tw-border-opacity: 1;
    border-top-color: rgb(154 126 61/var(--tw-border-opacity));
    border-bottom-color: rgb(154 126 61/var(--tw-border-opacity))
}

.border-y-yellow-black\/0 {
    border-top-color: rgba(154,126,61,0);
    border-bottom-color: rgba(154,126,61,0)
}

.border-y-yellow-black\/10 {
    border-top-color: rgba(154,126,61,.1);
    border-bottom-color: rgba(154,126,61,.1)
}

.border-y-yellow-black\/100 {
    border-top-color: #9a7e3d;
    border-bottom-color: #9a7e3d
}

.border-y-yellow-black\/20 {
    border-top-color: rgba(154,126,61,.2);
    border-bottom-color: rgba(154,126,61,.2)
}

.border-y-yellow-black\/25 {
    border-top-color: rgba(154,126,61,.25);
    border-bottom-color: rgba(154,126,61,.25)
}

.border-y-yellow-black\/30 {
    border-top-color: rgba(154,126,61,.3);
    border-bottom-color: rgba(154,126,61,.3)
}

.border-y-yellow-black\/40 {
    border-top-color: rgba(154,126,61,.4);
    border-bottom-color: rgba(154,126,61,.4)
}

.border-y-yellow-black\/5 {
    border-top-color: rgba(154,126,61,.05);
    border-bottom-color: rgba(154,126,61,.05)
}

.border-y-yellow-black\/50 {
    border-top-color: rgba(154,126,61,.5);
    border-bottom-color: rgba(154,126,61,.5)
}

.border-y-yellow-black\/60 {
    border-top-color: rgba(154,126,61,.6);
    border-bottom-color: rgba(154,126,61,.6)
}

.border-y-yellow-black\/70 {
    border-top-color: rgba(154,126,61,.7);
    border-bottom-color: rgba(154,126,61,.7)
}

.border-y-yellow-black\/75 {
    border-top-color: rgba(154,126,61,.75);
    border-bottom-color: rgba(154,126,61,.75)
}

.border-y-yellow-black\/80 {
    border-top-color: rgba(154,126,61,.8);
    border-bottom-color: rgba(154,126,61,.8)
}

.border-y-yellow-black\/90 {
    border-top-color: rgba(154,126,61,.9);
    border-bottom-color: rgba(154,126,61,.9)
}

.border-y-yellow-black\/95 {
    border-top-color: rgba(154,126,61,.95);
    border-bottom-color: rgba(154,126,61,.95)
}

.border-y-yellow-default {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 192 68/var(--tw-border-opacity));
    border-bottom-color: rgb(234 192 68/var(--tw-border-opacity))
}

.border-y-yellow-default\/0 {
    border-top-color: rgba(234,192,68,0);
    border-bottom-color: rgba(234,192,68,0)
}

.border-y-yellow-default\/10 {
    border-top-color: rgba(234,192,68,.1);
    border-bottom-color: rgba(234,192,68,.1)
}

.border-y-yellow-default\/100 {
    border-top-color: #eac044;
    border-bottom-color: #eac044
}

.border-y-yellow-default\/20 {
    border-top-color: rgba(234,192,68,.2);
    border-bottom-color: rgba(234,192,68,.2)
}

.border-y-yellow-default\/25 {
    border-top-color: rgba(234,192,68,.25);
    border-bottom-color: rgba(234,192,68,.25)
}

.border-y-yellow-default\/30 {
    border-top-color: rgba(234,192,68,.3);
    border-bottom-color: rgba(234,192,68,.3)
}

.border-y-yellow-default\/40 {
    border-top-color: rgba(234,192,68,.4);
    border-bottom-color: rgba(234,192,68,.4)
}

.border-y-yellow-default\/5 {
    border-top-color: rgba(234,192,68,.05);
    border-bottom-color: rgba(234,192,68,.05)
}

.border-y-yellow-default\/50 {
    border-top-color: rgba(234,192,68,.5);
    border-bottom-color: rgba(234,192,68,.5)
}

.border-y-yellow-default\/60 {
    border-top-color: rgba(234,192,68,.6);
    border-bottom-color: rgba(234,192,68,.6)
}

.border-y-yellow-default\/70 {
    border-top-color: rgba(234,192,68,.7);
    border-bottom-color: rgba(234,192,68,.7)
}

.border-y-yellow-default\/75 {
    border-top-color: rgba(234,192,68,.75);
    border-bottom-color: rgba(234,192,68,.75)
}

.border-y-yellow-default\/80 {
    border-top-color: rgba(234,192,68,.8);
    border-bottom-color: rgba(234,192,68,.8)
}

.border-y-yellow-default\/90 {
    border-top-color: rgba(234,192,68,.9);
    border-bottom-color: rgba(234,192,68,.9)
}

.border-y-yellow-default\/95 {
    border-top-color: rgba(234,192,68,.95);
    border-bottom-color: rgba(234,192,68,.95)
}

.border-y-yellow-orange {
    --tw-border-opacity: 1;
    border-top-color: rgb(220 179 118/var(--tw-border-opacity));
    border-bottom-color: rgb(220 179 118/var(--tw-border-opacity))
}

.border-y-yellow-orange\/0 {
    border-top-color: hsla(36,59%,66%,0);
    border-bottom-color: hsla(36,59%,66%,0)
}

.border-y-yellow-orange\/10 {
    border-top-color: hsla(36,59%,66%,.1);
    border-bottom-color: hsla(36,59%,66%,.1)
}

.border-y-yellow-orange\/100 {
    border-top-color: #dcb376;
    border-bottom-color: #dcb376
}

.border-y-yellow-orange\/20 {
    border-top-color: hsla(36,59%,66%,.2);
    border-bottom-color: hsla(36,59%,66%,.2)
}

.border-y-yellow-orange\/25 {
    border-top-color: hsla(36,59%,66%,.25);
    border-bottom-color: hsla(36,59%,66%,.25)
}

.border-y-yellow-orange\/30 {
    border-top-color: hsla(36,59%,66%,.3);
    border-bottom-color: hsla(36,59%,66%,.3)
}

.border-y-yellow-orange\/40 {
    border-top-color: hsla(36,59%,66%,.4);
    border-bottom-color: hsla(36,59%,66%,.4)
}

.border-y-yellow-orange\/5 {
    border-top-color: hsla(36,59%,66%,.05);
    border-bottom-color: hsla(36,59%,66%,.05)
}

.border-y-yellow-orange\/50 {
    border-top-color: hsla(36,59%,66%,.5);
    border-bottom-color: hsla(36,59%,66%,.5)
}

.border-y-yellow-orange\/60 {
    border-top-color: hsla(36,59%,66%,.6);
    border-bottom-color: hsla(36,59%,66%,.6)
}

.border-y-yellow-orange\/70 {
    border-top-color: hsla(36,59%,66%,.7);
    border-bottom-color: hsla(36,59%,66%,.7)
}

.border-y-yellow-orange\/75 {
    border-top-color: hsla(36,59%,66%,.75);
    border-bottom-color: hsla(36,59%,66%,.75)
}

.border-y-yellow-orange\/80 {
    border-top-color: hsla(36,59%,66%,.8);
    border-bottom-color: hsla(36,59%,66%,.8)
}

.border-y-yellow-orange\/90 {
    border-top-color: hsla(36,59%,66%,.9);
    border-bottom-color: hsla(36,59%,66%,.9)
}

.border-y-yellow-orange\/95 {
    border-top-color: hsla(36,59%,66%,.95);
    border-bottom-color: hsla(36,59%,66%,.95)
}

.border-y-yellow-term {
    --tw-border-opacity: 1;
    border-top-color: rgb(179 143 23/var(--tw-border-opacity));
    border-bottom-color: rgb(179 143 23/var(--tw-border-opacity))
}

.border-y-yellow-term\/0 {
    border-top-color: rgba(179,143,23,0);
    border-bottom-color: rgba(179,143,23,0)
}

.border-y-yellow-term\/10 {
    border-top-color: rgba(179,143,23,.1);
    border-bottom-color: rgba(179,143,23,.1)
}

.border-y-yellow-term\/100 {
    border-top-color: #b38f17;
    border-bottom-color: #b38f17
}

.border-y-yellow-term\/20 {
    border-top-color: rgba(179,143,23,.2);
    border-bottom-color: rgba(179,143,23,.2)
}

.border-y-yellow-term\/25 {
    border-top-color: rgba(179,143,23,.25);
    border-bottom-color: rgba(179,143,23,.25)
}

.border-y-yellow-term\/30 {
    border-top-color: rgba(179,143,23,.3);
    border-bottom-color: rgba(179,143,23,.3)
}

.border-y-yellow-term\/40 {
    border-top-color: rgba(179,143,23,.4);
    border-bottom-color: rgba(179,143,23,.4)
}

.border-y-yellow-term\/5 {
    border-top-color: rgba(179,143,23,.05);
    border-bottom-color: rgba(179,143,23,.05)
}

.border-y-yellow-term\/50 {
    border-top-color: rgba(179,143,23,.5);
    border-bottom-color: rgba(179,143,23,.5)
}

.border-y-yellow-term\/60 {
    border-top-color: rgba(179,143,23,.6);
    border-bottom-color: rgba(179,143,23,.6)
}

.border-y-yellow-term\/70 {
    border-top-color: rgba(179,143,23,.7);
    border-bottom-color: rgba(179,143,23,.7)
}

.border-y-yellow-term\/75 {
    border-top-color: rgba(179,143,23,.75);
    border-bottom-color: rgba(179,143,23,.75)
}

.border-y-yellow-term\/80 {
    border-top-color: rgba(179,143,23,.8);
    border-bottom-color: rgba(179,143,23,.8)
}

.border-y-yellow-term\/90 {
    border-top-color: rgba(179,143,23,.9);
    border-bottom-color: rgba(179,143,23,.9)
}

.border-y-yellow-term\/95 {
    border-top-color: rgba(179,143,23,.95);
    border-bottom-color: rgba(179,143,23,.95)
}

.border-y-yellow-text {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 194 18/var(--tw-border-opacity));
    border-bottom-color: rgb(244 194 18/var(--tw-border-opacity))
}

.border-y-yellow-text\/0 {
    border-top-color: rgba(244,194,18,0);
    border-bottom-color: rgba(244,194,18,0)
}

.border-y-yellow-text\/10 {
    border-top-color: rgba(244,194,18,.1);
    border-bottom-color: rgba(244,194,18,.1)
}

.border-y-yellow-text\/100 {
    border-top-color: #f4c212;
    border-bottom-color: #f4c212
}

.border-y-yellow-text\/20 {
    border-top-color: rgba(244,194,18,.2);
    border-bottom-color: rgba(244,194,18,.2)
}

.border-y-yellow-text\/25 {
    border-top-color: rgba(244,194,18,.25);
    border-bottom-color: rgba(244,194,18,.25)
}

.border-y-yellow-text\/30 {
    border-top-color: rgba(244,194,18,.3);
    border-bottom-color: rgba(244,194,18,.3)
}

.border-y-yellow-text\/40 {
    border-top-color: rgba(244,194,18,.4);
    border-bottom-color: rgba(244,194,18,.4)
}

.border-y-yellow-text\/5 {
    border-top-color: rgba(244,194,18,.05);
    border-bottom-color: rgba(244,194,18,.05)
}

.border-y-yellow-text\/50 {
    border-top-color: rgba(244,194,18,.5);
    border-bottom-color: rgba(244,194,18,.5)
}

.border-y-yellow-text\/60 {
    border-top-color: rgba(244,194,18,.6);
    border-bottom-color: rgba(244,194,18,.6)
}

.border-y-yellow-text\/70 {
    border-top-color: rgba(244,194,18,.7);
    border-bottom-color: rgba(244,194,18,.7)
}

.border-y-yellow-text\/75 {
    border-top-color: rgba(244,194,18,.75);
    border-bottom-color: rgba(244,194,18,.75)
}

.border-y-yellow-text\/80 {
    border-top-color: rgba(244,194,18,.8);
    border-bottom-color: rgba(244,194,18,.8)
}

.border-y-yellow-text\/90 {
    border-top-color: rgba(244,194,18,.9);
    border-bottom-color: rgba(244,194,18,.9)
}

.border-y-yellow-text\/95 {
    border-top-color: rgba(244,194,18,.95);
    border-bottom-color: rgba(244,194,18,.95)
}

.border-b-background-gray {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(37 38 43/var(--tw-border-opacity))
}

.border-b-background-gray\/0 {
    border-bottom-color: rgba(37,38,43,0)
}

.border-b-background-gray\/10 {
    border-bottom-color: rgba(37,38,43,.1)
}

.border-b-background-gray\/100 {
    border-bottom-color: #25262b
}

.border-b-background-gray\/20 {
    border-bottom-color: rgba(37,38,43,.2)
}

.border-b-background-gray\/25 {
    border-bottom-color: rgba(37,38,43,.25)
}

.border-b-background-gray\/30 {
    border-bottom-color: rgba(37,38,43,.3)
}

.border-b-background-gray\/40 {
    border-bottom-color: rgba(37,38,43,.4)
}

.border-b-background-gray\/5 {
    border-bottom-color: rgba(37,38,43,.05)
}

.border-b-background-gray\/50 {
    border-bottom-color: rgba(37,38,43,.5)
}

.border-b-background-gray\/60 {
    border-bottom-color: rgba(37,38,43,.6)
}

.border-b-background-gray\/70 {
    border-bottom-color: rgba(37,38,43,.7)
}

.border-b-background-gray\/75 {
    border-bottom-color: rgba(37,38,43,.75)
}

.border-b-background-gray\/80 {
    border-bottom-color: rgba(37,38,43,.8)
}

.border-b-background-gray\/90 {
    border-bottom-color: rgba(37,38,43,.9)
}

.border-b-background-gray\/95 {
    border-bottom-color: rgba(37,38,43,.95)
}

.border-b-black-about {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(41 41 41/var(--tw-border-opacity))
}

.border-b-black-about\/0 {
    border-bottom-color: rgba(41,41,41,0)
}

.border-b-black-about\/10 {
    border-bottom-color: rgba(41,41,41,.1)
}

.border-b-black-about\/100 {
    border-bottom-color: #292929
}

.border-b-black-about\/20 {
    border-bottom-color: rgba(41,41,41,.2)
}

.border-b-black-about\/25 {
    border-bottom-color: rgba(41,41,41,.25)
}

.border-b-black-about\/30 {
    border-bottom-color: rgba(41,41,41,.3)
}

.border-b-black-about\/40 {
    border-bottom-color: rgba(41,41,41,.4)
}

.border-b-black-about\/5 {
    border-bottom-color: rgba(41,41,41,.05)
}

.border-b-black-about\/50 {
    border-bottom-color: rgba(41,41,41,.5)
}

.border-b-black-about\/60 {
    border-bottom-color: rgba(41,41,41,.6)
}

.border-b-black-about\/70 {
    border-bottom-color: rgba(41,41,41,.7)
}

.border-b-black-about\/75 {
    border-bottom-color: rgba(41,41,41,.75)
}

.border-b-black-about\/80 {
    border-bottom-color: rgba(41,41,41,.8)
}

.border-b-black-about\/90 {
    border-bottom-color: rgba(41,41,41,.9)
}

.border-b-black-about\/95 {
    border-bottom-color: rgba(41,41,41,.95)
}

.border-b-black-account {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(32 32 32/var(--tw-border-opacity))
}

.border-b-black-account\/0 {
    border-bottom-color: rgba(32,32,32,0)
}

.border-b-black-account\/10 {
    border-bottom-color: rgba(32,32,32,.1)
}

.border-b-black-account\/100 {
    border-bottom-color: #202020
}

.border-b-black-account\/20 {
    border-bottom-color: rgba(32,32,32,.2)
}

.border-b-black-account\/25 {
    border-bottom-color: rgba(32,32,32,.25)
}

.border-b-black-account\/30 {
    border-bottom-color: rgba(32,32,32,.3)
}

.border-b-black-account\/40 {
    border-bottom-color: rgba(32,32,32,.4)
}

.border-b-black-account\/5 {
    border-bottom-color: rgba(32,32,32,.05)
}

.border-b-black-account\/50 {
    border-bottom-color: rgba(32,32,32,.5)
}

.border-b-black-account\/60 {
    border-bottom-color: rgba(32,32,32,.6)
}

.border-b-black-account\/70 {
    border-bottom-color: rgba(32,32,32,.7)
}

.border-b-black-account\/75 {
    border-bottom-color: rgba(32,32,32,.75)
}

.border-b-black-account\/80 {
    border-bottom-color: rgba(32,32,32,.8)
}

.border-b-black-account\/90 {
    border-bottom-color: rgba(32,32,32,.9)
}

.border-b-black-account\/95 {
    border-bottom-color: rgba(32,32,32,.95)
}

.border-b-black-bg1 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(15 16 17/var(--tw-border-opacity))
}

.border-b-black-bg1\/0 {
    border-bottom-color: rgba(15,16,17,0)
}

.border-b-black-bg1\/10 {
    border-bottom-color: rgba(15,16,17,.1)
}

.border-b-black-bg1\/100 {
    border-bottom-color: #0f1011
}

.border-b-black-bg1\/20 {
    border-bottom-color: rgba(15,16,17,.2)
}

.border-b-black-bg1\/25 {
    border-bottom-color: rgba(15,16,17,.25)
}

.border-b-black-bg1\/30 {
    border-bottom-color: rgba(15,16,17,.3)
}

.border-b-black-bg1\/40 {
    border-bottom-color: rgba(15,16,17,.4)
}

.border-b-black-bg1\/5 {
    border-bottom-color: rgba(15,16,17,.05)
}

.border-b-black-bg1\/50 {
    border-bottom-color: rgba(15,16,17,.5)
}

.border-b-black-bg1\/60 {
    border-bottom-color: rgba(15,16,17,.6)
}

.border-b-black-bg1\/70 {
    border-bottom-color: rgba(15,16,17,.7)
}

.border-b-black-bg1\/75 {
    border-bottom-color: rgba(15,16,17,.75)
}

.border-b-black-bg1\/80 {
    border-bottom-color: rgba(15,16,17,.8)
}

.border-b-black-bg1\/90 {
    border-bottom-color: rgba(15,16,17,.9)
}

.border-b-black-bg1\/95 {
    border-bottom-color: rgba(15,16,17,.95)
}

.border-b-black-coin {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(38 38 38/var(--tw-border-opacity))
}

.border-b-black-coin\/0 {
    border-bottom-color: rgba(38,38,38,0)
}

.border-b-black-coin\/10 {
    border-bottom-color: rgba(38,38,38,.1)
}

.border-b-black-coin\/100 {
    border-bottom-color: #262626
}

.border-b-black-coin\/20 {
    border-bottom-color: rgba(38,38,38,.2)
}

.border-b-black-coin\/25 {
    border-bottom-color: rgba(38,38,38,.25)
}

.border-b-black-coin\/30 {
    border-bottom-color: rgba(38,38,38,.3)
}

.border-b-black-coin\/40 {
    border-bottom-color: rgba(38,38,38,.4)
}

.border-b-black-coin\/5 {
    border-bottom-color: rgba(38,38,38,.05)
}

.border-b-black-coin\/50 {
    border-bottom-color: rgba(38,38,38,.5)
}

.border-b-black-coin\/60 {
    border-bottom-color: rgba(38,38,38,.6)
}

.border-b-black-coin\/70 {
    border-bottom-color: rgba(38,38,38,.7)
}

.border-b-black-coin\/75 {
    border-bottom-color: rgba(38,38,38,.75)
}

.border-b-black-coin\/80 {
    border-bottom-color: rgba(38,38,38,.8)
}

.border-b-black-coin\/90 {
    border-bottom-color: rgba(38,38,38,.9)
}

.border-b-black-coin\/95 {
    border-bottom-color: rgba(38,38,38,.95)
}

.border-b-black-config {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(51 48 41/var(--tw-border-opacity))
}

.border-b-black-config\/0 {
    border-bottom-color: rgba(51,48,41,0)
}

.border-b-black-config\/10 {
    border-bottom-color: rgba(51,48,41,.1)
}

.border-b-black-config\/100 {
    border-bottom-color: #333029
}

.border-b-black-config\/20 {
    border-bottom-color: rgba(51,48,41,.2)
}

.border-b-black-config\/25 {
    border-bottom-color: rgba(51,48,41,.25)
}

.border-b-black-config\/30 {
    border-bottom-color: rgba(51,48,41,.3)
}

.border-b-black-config\/40 {
    border-bottom-color: rgba(51,48,41,.4)
}

.border-b-black-config\/5 {
    border-bottom-color: rgba(51,48,41,.05)
}

.border-b-black-config\/50 {
    border-bottom-color: rgba(51,48,41,.5)
}

.border-b-black-config\/60 {
    border-bottom-color: rgba(51,48,41,.6)
}

.border-b-black-config\/70 {
    border-bottom-color: rgba(51,48,41,.7)
}

.border-b-black-config\/75 {
    border-bottom-color: rgba(51,48,41,.75)
}

.border-b-black-config\/80 {
    border-bottom-color: rgba(51,48,41,.8)
}

.border-b-black-config\/90 {
    border-bottom-color: rgba(51,48,41,.9)
}

.border-b-black-config\/95 {
    border-bottom-color: rgba(51,48,41,.95)
}

.border-b-black-default {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-b-black-default\/0 {
    border-bottom-color: transparent
}

.border-b-black-default\/10 {
    border-bottom-color: rgba(0,0,0,.1)
}

.border-b-black-default\/100 {
    border-bottom-color: #000
}

.border-b-black-default\/20 {
    border-bottom-color: rgba(0,0,0,.2)
}

.border-b-black-default\/25 {
    border-bottom-color: rgba(0,0,0,.25)
}

.border-b-black-default\/30 {
    border-bottom-color: rgba(0,0,0,.3)
}

.border-b-black-default\/40 {
    border-bottom-color: rgba(0,0,0,.4)
}

.border-b-black-default\/5 {
    border-bottom-color: rgba(0,0,0,.05)
}

.border-b-black-default\/50 {
    border-bottom-color: rgba(0,0,0,.5)
}

.border-b-black-default\/60 {
    border-bottom-color: rgba(0,0,0,.6)
}

.border-b-black-default\/70 {
    border-bottom-color: rgba(0,0,0,.7)
}

.border-b-black-default\/75 {
    border-bottom-color: rgba(0,0,0,.75)
}

.border-b-black-default\/80 {
    border-bottom-color: rgba(0,0,0,.8)
}

.border-b-black-default\/90 {
    border-bottom-color: rgba(0,0,0,.9)
}

.border-b-black-default\/95 {
    border-bottom-color: rgba(0,0,0,.95)
}

.border-b-black-footer {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(25 27 30/var(--tw-border-opacity))
}

.border-b-black-footer\/0 {
    border-bottom-color: rgba(25,27,30,0)
}

.border-b-black-footer\/10 {
    border-bottom-color: rgba(25,27,30,.1)
}

.border-b-black-footer\/100 {
    border-bottom-color: #191b1e
}

.border-b-black-footer\/20 {
    border-bottom-color: rgba(25,27,30,.2)
}

.border-b-black-footer\/25 {
    border-bottom-color: rgba(25,27,30,.25)
}

.border-b-black-footer\/30 {
    border-bottom-color: rgba(25,27,30,.3)
}

.border-b-black-footer\/40 {
    border-bottom-color: rgba(25,27,30,.4)
}

.border-b-black-footer\/5 {
    border-bottom-color: rgba(25,27,30,.05)
}

.border-b-black-footer\/50 {
    border-bottom-color: rgba(25,27,30,.5)
}

.border-b-black-footer\/60 {
    border-bottom-color: rgba(25,27,30,.6)
}

.border-b-black-footer\/70 {
    border-bottom-color: rgba(25,27,30,.7)
}

.border-b-black-footer\/75 {
    border-bottom-color: rgba(25,27,30,.75)
}

.border-b-black-footer\/80 {
    border-bottom-color: rgba(25,27,30,.8)
}

.border-b-black-footer\/90 {
    border-bottom-color: rgba(25,27,30,.9)
}

.border-b-black-footer\/95 {
    border-bottom-color: rgba(25,27,30,.95)
}

.border-b-black-head {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(51 48 41/var(--tw-border-opacity))
}

.border-b-black-head-table {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(10 12 14/var(--tw-border-opacity))
}

.border-b-black-head-table\/0 {
    border-bottom-color: rgba(10,12,14,0)
}

.border-b-black-head-table\/10 {
    border-bottom-color: rgba(10,12,14,.1)
}

.border-b-black-head-table\/100 {
    border-bottom-color: #0a0c0e
}

.border-b-black-head-table\/20 {
    border-bottom-color: rgba(10,12,14,.2)
}

.border-b-black-head-table\/25 {
    border-bottom-color: rgba(10,12,14,.25)
}

.border-b-black-head-table\/30 {
    border-bottom-color: rgba(10,12,14,.3)
}

.border-b-black-head-table\/40 {
    border-bottom-color: rgba(10,12,14,.4)
}

.border-b-black-head-table\/5 {
    border-bottom-color: rgba(10,12,14,.05)
}

.border-b-black-head-table\/50 {
    border-bottom-color: rgba(10,12,14,.5)
}

.border-b-black-head-table\/60 {
    border-bottom-color: rgba(10,12,14,.6)
}

.border-b-black-head-table\/70 {
    border-bottom-color: rgba(10,12,14,.7)
}

.border-b-black-head-table\/75 {
    border-bottom-color: rgba(10,12,14,.75)
}

.border-b-black-head-table\/80 {
    border-bottom-color: rgba(10,12,14,.8)
}

.border-b-black-head-table\/90 {
    border-bottom-color: rgba(10,12,14,.9)
}

.border-b-black-head-table\/95 {
    border-bottom-color: rgba(10,12,14,.95)
}

.border-b-black-head\/0 {
    border-bottom-color: rgba(51,48,41,0)
}

.border-b-black-head\/10 {
    border-bottom-color: rgba(51,48,41,.1)
}

.border-b-black-head\/100 {
    border-bottom-color: #333029
}

.border-b-black-head\/20 {
    border-bottom-color: rgba(51,48,41,.2)
}

.border-b-black-head\/25 {
    border-bottom-color: rgba(51,48,41,.25)
}

.border-b-black-head\/30 {
    border-bottom-color: rgba(51,48,41,.3)
}

.border-b-black-head\/40 {
    border-bottom-color: rgba(51,48,41,.4)
}

.border-b-black-head\/5 {
    border-bottom-color: rgba(51,48,41,.05)
}

.border-b-black-head\/50 {
    border-bottom-color: rgba(51,48,41,.5)
}

.border-b-black-head\/60 {
    border-bottom-color: rgba(51,48,41,.6)
}

.border-b-black-head\/70 {
    border-bottom-color: rgba(51,48,41,.7)
}

.border-b-black-head\/75 {
    border-bottom-color: rgba(51,48,41,.75)
}

.border-b-black-head\/80 {
    border-bottom-color: rgba(51,48,41,.8)
}

.border-b-black-head\/90 {
    border-bottom-color: rgba(51,48,41,.9)
}

.border-b-black-head\/95 {
    border-bottom-color: rgba(51,48,41,.95)
}

.border-b-black-header-about {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(32 32 32/var(--tw-border-opacity))
}

.border-b-black-header-about\/0 {
    border-bottom-color: rgba(32,32,32,0)
}

.border-b-black-header-about\/10 {
    border-bottom-color: rgba(32,32,32,.1)
}

.border-b-black-header-about\/100 {
    border-bottom-color: #202020
}

.border-b-black-header-about\/20 {
    border-bottom-color: rgba(32,32,32,.2)
}

.border-b-black-header-about\/25 {
    border-bottom-color: rgba(32,32,32,.25)
}

.border-b-black-header-about\/30 {
    border-bottom-color: rgba(32,32,32,.3)
}

.border-b-black-header-about\/40 {
    border-bottom-color: rgba(32,32,32,.4)
}

.border-b-black-header-about\/5 {
    border-bottom-color: rgba(32,32,32,.05)
}

.border-b-black-header-about\/50 {
    border-bottom-color: rgba(32,32,32,.5)
}

.border-b-black-header-about\/60 {
    border-bottom-color: rgba(32,32,32,.6)
}

.border-b-black-header-about\/70 {
    border-bottom-color: rgba(32,32,32,.7)
}

.border-b-black-header-about\/75 {
    border-bottom-color: rgba(32,32,32,.75)
}

.border-b-black-header-about\/80 {
    border-bottom-color: rgba(32,32,32,.8)
}

.border-b-black-header-about\/90 {
    border-bottom-color: rgba(32,32,32,.9)
}

.border-b-black-header-about\/95 {
    border-bottom-color: rgba(32,32,32,.95)
}

.border-b-black-header-top {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(14 9 1/var(--tw-border-opacity))
}

.border-b-black-header-top\/0 {
    border-bottom-color: rgba(14,9,1,0)
}

.border-b-black-header-top\/10 {
    border-bottom-color: rgba(14,9,1,.1)
}

.border-b-black-header-top\/100 {
    border-bottom-color: #0e0901
}

.border-b-black-header-top\/20 {
    border-bottom-color: rgba(14,9,1,.2)
}

.border-b-black-header-top\/25 {
    border-bottom-color: rgba(14,9,1,.25)
}

.border-b-black-header-top\/30 {
    border-bottom-color: rgba(14,9,1,.3)
}

.border-b-black-header-top\/40 {
    border-bottom-color: rgba(14,9,1,.4)
}

.border-b-black-header-top\/5 {
    border-bottom-color: rgba(14,9,1,.05)
}

.border-b-black-header-top\/50 {
    border-bottom-color: rgba(14,9,1,.5)
}

.border-b-black-header-top\/60 {
    border-bottom-color: rgba(14,9,1,.6)
}

.border-b-black-header-top\/70 {
    border-bottom-color: rgba(14,9,1,.7)
}

.border-b-black-header-top\/75 {
    border-bottom-color: rgba(14,9,1,.75)
}

.border-b-black-header-top\/80 {
    border-bottom-color: rgba(14,9,1,.8)
}

.border-b-black-header-top\/90 {
    border-bottom-color: rgba(14,9,1,.9)
}

.border-b-black-header-top\/95 {
    border-bottom-color: rgba(14,9,1,.95)
}

.border-b-black-main {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(13 9 6/var(--tw-border-opacity))
}

.border-b-black-main\/0 {
    border-bottom-color: rgba(13,9,6,0)
}

.border-b-black-main\/10 {
    border-bottom-color: rgba(13,9,6,.1)
}

.border-b-black-main\/100 {
    border-bottom-color: #0d0906
}

.border-b-black-main\/20 {
    border-bottom-color: rgba(13,9,6,.2)
}

.border-b-black-main\/25 {
    border-bottom-color: rgba(13,9,6,.25)
}

.border-b-black-main\/30 {
    border-bottom-color: rgba(13,9,6,.3)
}

.border-b-black-main\/40 {
    border-bottom-color: rgba(13,9,6,.4)
}

.border-b-black-main\/5 {
    border-bottom-color: rgba(13,9,6,.05)
}

.border-b-black-main\/50 {
    border-bottom-color: rgba(13,9,6,.5)
}

.border-b-black-main\/60 {
    border-bottom-color: rgba(13,9,6,.6)
}

.border-b-black-main\/70 {
    border-bottom-color: rgba(13,9,6,.7)
}

.border-b-black-main\/75 {
    border-bottom-color: rgba(13,9,6,.75)
}

.border-b-black-main\/80 {
    border-bottom-color: rgba(13,9,6,.8)
}

.border-b-black-main\/90 {
    border-bottom-color: rgba(13,9,6,.9)
}

.border-b-black-main\/95 {
    border-bottom-color: rgba(13,9,6,.95)
}

.border-b-black-option {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(11 12 11/var(--tw-border-opacity))
}

.border-b-black-option\/0 {
    border-bottom-color: rgba(11,12,11,0)
}

.border-b-black-option\/10 {
    border-bottom-color: rgba(11,12,11,.1)
}

.border-b-black-option\/100 {
    border-bottom-color: #0b0c0b
}

.border-b-black-option\/20 {
    border-bottom-color: rgba(11,12,11,.2)
}

.border-b-black-option\/25 {
    border-bottom-color: rgba(11,12,11,.25)
}

.border-b-black-option\/30 {
    border-bottom-color: rgba(11,12,11,.3)
}

.border-b-black-option\/40 {
    border-bottom-color: rgba(11,12,11,.4)
}

.border-b-black-option\/5 {
    border-bottom-color: rgba(11,12,11,.05)
}

.border-b-black-option\/50 {
    border-bottom-color: rgba(11,12,11,.5)
}

.border-b-black-option\/60 {
    border-bottom-color: rgba(11,12,11,.6)
}

.border-b-black-option\/70 {
    border-bottom-color: rgba(11,12,11,.7)
}

.border-b-black-option\/75 {
    border-bottom-color: rgba(11,12,11,.75)
}

.border-b-black-option\/80 {
    border-bottom-color: rgba(11,12,11,.8)
}

.border-b-black-option\/90 {
    border-bottom-color: rgba(11,12,11,.9)
}

.border-b-black-option\/95 {
    border-bottom-color: rgba(11,12,11,.95)
}

.border-b-black-table-account {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(26 26 26/var(--tw-border-opacity))
}

.border-b-black-table-account\/0 {
    border-bottom-color: rgba(26,26,26,0)
}

.border-b-black-table-account\/10 {
    border-bottom-color: rgba(26,26,26,.1)
}

.border-b-black-table-account\/100 {
    border-bottom-color: #1a1a1a
}

.border-b-black-table-account\/20 {
    border-bottom-color: rgba(26,26,26,.2)
}

.border-b-black-table-account\/25 {
    border-bottom-color: rgba(26,26,26,.25)
}

.border-b-black-table-account\/30 {
    border-bottom-color: rgba(26,26,26,.3)
}

.border-b-black-table-account\/40 {
    border-bottom-color: rgba(26,26,26,.4)
}

.border-b-black-table-account\/5 {
    border-bottom-color: rgba(26,26,26,.05)
}

.border-b-black-table-account\/50 {
    border-bottom-color: rgba(26,26,26,.5)
}

.border-b-black-table-account\/60 {
    border-bottom-color: rgba(26,26,26,.6)
}

.border-b-black-table-account\/70 {
    border-bottom-color: rgba(26,26,26,.7)
}

.border-b-black-table-account\/75 {
    border-bottom-color: rgba(26,26,26,.75)
}

.border-b-black-table-account\/80 {
    border-bottom-color: rgba(26,26,26,.8)
}

.border-b-black-table-account\/90 {
    border-bottom-color: rgba(26,26,26,.9)
}

.border-b-black-table-account\/95 {
    border-bottom-color: rgba(26,26,26,.95)
}

.border-b-black-text {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(26 29 27/var(--tw-border-opacity))
}

.border-b-black-text\/0 {
    border-bottom-color: rgba(26,29,27,0)
}

.border-b-black-text\/10 {
    border-bottom-color: rgba(26,29,27,.1)
}

.border-b-black-text\/100 {
    border-bottom-color: #1a1d1b
}

.border-b-black-text\/20 {
    border-bottom-color: rgba(26,29,27,.2)
}

.border-b-black-text\/25 {
    border-bottom-color: rgba(26,29,27,.25)
}

.border-b-black-text\/30 {
    border-bottom-color: rgba(26,29,27,.3)
}

.border-b-black-text\/40 {
    border-bottom-color: rgba(26,29,27,.4)
}

.border-b-black-text\/5 {
    border-bottom-color: rgba(26,29,27,.05)
}

.border-b-black-text\/50 {
    border-bottom-color: rgba(26,29,27,.5)
}

.border-b-black-text\/60 {
    border-bottom-color: rgba(26,29,27,.6)
}

.border-b-black-text\/70 {
    border-bottom-color: rgba(26,29,27,.7)
}

.border-b-black-text\/75 {
    border-bottom-color: rgba(26,29,27,.75)
}

.border-b-black-text\/80 {
    border-bottom-color: rgba(26,29,27,.8)
}

.border-b-black-text\/90 {
    border-bottom-color: rgba(26,29,27,.9)
}

.border-b-black-text\/95 {
    border-bottom-color: rgba(26,29,27,.95)
}

.border-b-black-text1 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(71 70 63/var(--tw-border-opacity))
}

.border-b-black-text1\/0 {
    border-bottom-color: rgba(71,70,63,0)
}

.border-b-black-text1\/10 {
    border-bottom-color: rgba(71,70,63,.1)
}

.border-b-black-text1\/100 {
    border-bottom-color: #47463f
}

.border-b-black-text1\/20 {
    border-bottom-color: rgba(71,70,63,.2)
}

.border-b-black-text1\/25 {
    border-bottom-color: rgba(71,70,63,.25)
}

.border-b-black-text1\/30 {
    border-bottom-color: rgba(71,70,63,.3)
}

.border-b-black-text1\/40 {
    border-bottom-color: rgba(71,70,63,.4)
}

.border-b-black-text1\/5 {
    border-bottom-color: rgba(71,70,63,.05)
}

.border-b-black-text1\/50 {
    border-bottom-color: rgba(71,70,63,.5)
}

.border-b-black-text1\/60 {
    border-bottom-color: rgba(71,70,63,.6)
}

.border-b-black-text1\/70 {
    border-bottom-color: rgba(71,70,63,.7)
}

.border-b-black-text1\/75 {
    border-bottom-color: rgba(71,70,63,.75)
}

.border-b-black-text1\/80 {
    border-bottom-color: rgba(71,70,63,.8)
}

.border-b-black-text1\/90 {
    border-bottom-color: rgba(71,70,63,.9)
}

.border-b-black-text1\/95 {
    border-bottom-color: rgba(71,70,63,.95)
}

.border-b-black-vip {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(15 15 15/var(--tw-border-opacity))
}

.border-b-black-vip\/0 {
    border-bottom-color: hsla(0,0%,6%,0)
}

.border-b-black-vip\/10 {
    border-bottom-color: hsla(0,0%,6%,.1)
}

.border-b-black-vip\/100 {
    border-bottom-color: #0f0f0f
}

.border-b-black-vip\/20 {
    border-bottom-color: hsla(0,0%,6%,.2)
}

.border-b-black-vip\/25 {
    border-bottom-color: hsla(0,0%,6%,.25)
}

.border-b-black-vip\/30 {
    border-bottom-color: hsla(0,0%,6%,.3)
}

.border-b-black-vip\/40 {
    border-bottom-color: hsla(0,0%,6%,.4)
}

.border-b-black-vip\/5 {
    border-bottom-color: hsla(0,0%,6%,.05)
}

.border-b-black-vip\/50 {
    border-bottom-color: hsla(0,0%,6%,.5)
}

.border-b-black-vip\/60 {
    border-bottom-color: hsla(0,0%,6%,.6)
}

.border-b-black-vip\/70 {
    border-bottom-color: hsla(0,0%,6%,.7)
}

.border-b-black-vip\/75 {
    border-bottom-color: hsla(0,0%,6%,.75)
}

.border-b-black-vip\/80 {
    border-bottom-color: hsla(0,0%,6%,.8)
}

.border-b-black-vip\/90 {
    border-bottom-color: hsla(0,0%,6%,.9)
}

.border-b-black-vip\/95 {
    border-bottom-color: hsla(0,0%,6%,.95)
}

.border-b-blue-head-table {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(8 77 160/var(--tw-border-opacity))
}

.border-b-blue-head-table\/0 {
    border-bottom-color: rgba(8,77,160,0)
}

.border-b-blue-head-table\/10 {
    border-bottom-color: rgba(8,77,160,.1)
}

.border-b-blue-head-table\/100 {
    border-bottom-color: #084da0
}

.border-b-blue-head-table\/20 {
    border-bottom-color: rgba(8,77,160,.2)
}

.border-b-blue-head-table\/25 {
    border-bottom-color: rgba(8,77,160,.25)
}

.border-b-blue-head-table\/30 {
    border-bottom-color: rgba(8,77,160,.3)
}

.border-b-blue-head-table\/40 {
    border-bottom-color: rgba(8,77,160,.4)
}

.border-b-blue-head-table\/5 {
    border-bottom-color: rgba(8,77,160,.05)
}

.border-b-blue-head-table\/50 {
    border-bottom-color: rgba(8,77,160,.5)
}

.border-b-blue-head-table\/60 {
    border-bottom-color: rgba(8,77,160,.6)
}

.border-b-blue-head-table\/70 {
    border-bottom-color: rgba(8,77,160,.7)
}

.border-b-blue-head-table\/75 {
    border-bottom-color: rgba(8,77,160,.75)
}

.border-b-blue-head-table\/80 {
    border-bottom-color: rgba(8,77,160,.8)
}

.border-b-blue-head-table\/90 {
    border-bottom-color: rgba(8,77,160,.9)
}

.border-b-blue-head-table\/95 {
    border-bottom-color: rgba(8,77,160,.95)
}

.border-b-blue-item-history {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-b-blue-item-history\/0 {
    border-bottom-color: rgba(48,53,56,0)
}

.border-b-blue-item-history\/10 {
    border-bottom-color: rgba(48,53,56,.1)
}

.border-b-blue-item-history\/100 {
    border-bottom-color: #303538
}

.border-b-blue-item-history\/20 {
    border-bottom-color: rgba(48,53,56,.2)
}

.border-b-blue-item-history\/25 {
    border-bottom-color: rgba(48,53,56,.25)
}

.border-b-blue-item-history\/30 {
    border-bottom-color: rgba(48,53,56,.3)
}

.border-b-blue-item-history\/40 {
    border-bottom-color: rgba(48,53,56,.4)
}

.border-b-blue-item-history\/5 {
    border-bottom-color: rgba(48,53,56,.05)
}

.border-b-blue-item-history\/50 {
    border-bottom-color: rgba(48,53,56,.5)
}

.border-b-blue-item-history\/60 {
    border-bottom-color: rgba(48,53,56,.6)
}

.border-b-blue-item-history\/70 {
    border-bottom-color: rgba(48,53,56,.7)
}

.border-b-blue-item-history\/75 {
    border-bottom-color: rgba(48,53,56,.75)
}

.border-b-blue-item-history\/80 {
    border-bottom-color: rgba(48,53,56,.8)
}

.border-b-blue-item-history\/90 {
    border-bottom-color: rgba(48,53,56,.9)
}

.border-b-blue-item-history\/95 {
    border-bottom-color: rgba(48,53,56,.95)
}

.border-b-blue-process {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(76 88 102/var(--tw-border-opacity))
}

.border-b-blue-process\/0 {
    border-bottom-color: rgba(76,88,102,0)
}

.border-b-blue-process\/10 {
    border-bottom-color: rgba(76,88,102,.1)
}

.border-b-blue-process\/100 {
    border-bottom-color: #4c5866
}

.border-b-blue-process\/20 {
    border-bottom-color: rgba(76,88,102,.2)
}

.border-b-blue-process\/25 {
    border-bottom-color: rgba(76,88,102,.25)
}

.border-b-blue-process\/30 {
    border-bottom-color: rgba(76,88,102,.3)
}

.border-b-blue-process\/40 {
    border-bottom-color: rgba(76,88,102,.4)
}

.border-b-blue-process\/5 {
    border-bottom-color: rgba(76,88,102,.05)
}

.border-b-blue-process\/50 {
    border-bottom-color: rgba(76,88,102,.5)
}

.border-b-blue-process\/60 {
    border-bottom-color: rgba(76,88,102,.6)
}

.border-b-blue-process\/70 {
    border-bottom-color: rgba(76,88,102,.7)
}

.border-b-blue-process\/75 {
    border-bottom-color: rgba(76,88,102,.75)
}

.border-b-blue-process\/80 {
    border-bottom-color: rgba(76,88,102,.8)
}

.border-b-blue-process\/90 {
    border-bottom-color: rgba(76,88,102,.9)
}

.border-b-blue-process\/95 {
    border-bottom-color: rgba(76,88,102,.95)
}

.border-b-btn-inactive {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(109 109 109/var(--tw-border-opacity))
}

.border-b-btn-inactive\/0 {
    border-bottom-color: hsla(0,0%,43%,0)
}

.border-b-btn-inactive\/10 {
    border-bottom-color: hsla(0,0%,43%,.1)
}

.border-b-btn-inactive\/100 {
    border-bottom-color: #6d6d6d
}

.border-b-btn-inactive\/20 {
    border-bottom-color: hsla(0,0%,43%,.2)
}

.border-b-btn-inactive\/25 {
    border-bottom-color: hsla(0,0%,43%,.25)
}

.border-b-btn-inactive\/30 {
    border-bottom-color: hsla(0,0%,43%,.3)
}

.border-b-btn-inactive\/40 {
    border-bottom-color: hsla(0,0%,43%,.4)
}

.border-b-btn-inactive\/5 {
    border-bottom-color: hsla(0,0%,43%,.05)
}

.border-b-btn-inactive\/50 {
    border-bottom-color: hsla(0,0%,43%,.5)
}

.border-b-btn-inactive\/60 {
    border-bottom-color: hsla(0,0%,43%,.6)
}

.border-b-btn-inactive\/70 {
    border-bottom-color: hsla(0,0%,43%,.7)
}

.border-b-btn-inactive\/75 {
    border-bottom-color: hsla(0,0%,43%,.75)
}

.border-b-btn-inactive\/80 {
    border-bottom-color: hsla(0,0%,43%,.8)
}

.border-b-btn-inactive\/90 {
    border-bottom-color: hsla(0,0%,43%,.9)
}

.border-b-btn-inactive\/95 {
    border-bottom-color: hsla(0,0%,43%,.95)
}

.border-b-button {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(185 143 93/var(--tw-border-opacity))
}

.border-b-button\/0 {
    border-bottom-color: rgba(185,143,93,0)
}

.border-b-button\/10 {
    border-bottom-color: rgba(185,143,93,.1)
}

.border-b-button\/100 {
    border-bottom-color: #b98f5d
}

.border-b-button\/20 {
    border-bottom-color: rgba(185,143,93,.2)
}

.border-b-button\/25 {
    border-bottom-color: rgba(185,143,93,.25)
}

.border-b-button\/30 {
    border-bottom-color: rgba(185,143,93,.3)
}

.border-b-button\/40 {
    border-bottom-color: rgba(185,143,93,.4)
}

.border-b-button\/5 {
    border-bottom-color: rgba(185,143,93,.05)
}

.border-b-button\/50 {
    border-bottom-color: rgba(185,143,93,.5)
}

.border-b-button\/60 {
    border-bottom-color: rgba(185,143,93,.6)
}

.border-b-button\/70 {
    border-bottom-color: rgba(185,143,93,.7)
}

.border-b-button\/75 {
    border-bottom-color: rgba(185,143,93,.75)
}

.border-b-button\/80 {
    border-bottom-color: rgba(185,143,93,.8)
}

.border-b-button\/90 {
    border-bottom-color: rgba(185,143,93,.9)
}

.border-b-button\/95 {
    border-bottom-color: rgba(185,143,93,.95)
}

.border-b-card {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(21 18 18/var(--tw-border-opacity))
}

.border-b-card\/0 {
    border-bottom-color: hsla(0,8%,8%,0)
}

.border-b-card\/10 {
    border-bottom-color: hsla(0,8%,8%,.1)
}

.border-b-card\/100 {
    border-bottom-color: #151212
}

.border-b-card\/20 {
    border-bottom-color: hsla(0,8%,8%,.2)
}

.border-b-card\/25 {
    border-bottom-color: hsla(0,8%,8%,.25)
}

.border-b-card\/30 {
    border-bottom-color: hsla(0,8%,8%,.3)
}

.border-b-card\/40 {
    border-bottom-color: hsla(0,8%,8%,.4)
}

.border-b-card\/5 {
    border-bottom-color: hsla(0,8%,8%,.05)
}

.border-b-card\/50 {
    border-bottom-color: hsla(0,8%,8%,.5)
}

.border-b-card\/60 {
    border-bottom-color: hsla(0,8%,8%,.6)
}

.border-b-card\/70 {
    border-bottom-color: hsla(0,8%,8%,.7)
}

.border-b-card\/75 {
    border-bottom-color: hsla(0,8%,8%,.75)
}

.border-b-card\/80 {
    border-bottom-color: hsla(0,8%,8%,.8)
}

.border-b-card\/90 {
    border-bottom-color: hsla(0,8%,8%,.9)
}

.border-b-card\/95 {
    border-bottom-color: hsla(0,8%,8%,.95)
}

.border-b-disable-text {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(109 109 109/var(--tw-border-opacity))
}

.border-b-disable-text\/0 {
    border-bottom-color: hsla(0,0%,43%,0)
}

.border-b-disable-text\/10 {
    border-bottom-color: hsla(0,0%,43%,.1)
}

.border-b-disable-text\/100 {
    border-bottom-color: #6d6d6d
}

.border-b-disable-text\/20 {
    border-bottom-color: hsla(0,0%,43%,.2)
}

.border-b-disable-text\/25 {
    border-bottom-color: hsla(0,0%,43%,.25)
}

.border-b-disable-text\/30 {
    border-bottom-color: hsla(0,0%,43%,.3)
}

.border-b-disable-text\/40 {
    border-bottom-color: hsla(0,0%,43%,.4)
}

.border-b-disable-text\/5 {
    border-bottom-color: hsla(0,0%,43%,.05)
}

.border-b-disable-text\/50 {
    border-bottom-color: hsla(0,0%,43%,.5)
}

.border-b-disable-text\/60 {
    border-bottom-color: hsla(0,0%,43%,.6)
}

.border-b-disable-text\/70 {
    border-bottom-color: hsla(0,0%,43%,.7)
}

.border-b-disable-text\/75 {
    border-bottom-color: hsla(0,0%,43%,.75)
}

.border-b-disable-text\/80 {
    border-bottom-color: hsla(0,0%,43%,.8)
}

.border-b-disable-text\/90 {
    border-bottom-color: hsla(0,0%,43%,.9)
}

.border-b-disable-text\/95 {
    border-bottom-color: hsla(0,0%,43%,.95)
}

.border-b-event-promotion-big-win-bg {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(149 118 76/var(--tw-border-opacity))
}

.border-b-event-promotion-big-win-bg\/0 {
    border-bottom-color: rgba(149,118,76,0)
}

.border-b-event-promotion-big-win-bg\/10 {
    border-bottom-color: rgba(149,118,76,.1)
}

.border-b-event-promotion-big-win-bg\/100 {
    border-bottom-color: #95764c
}

.border-b-event-promotion-big-win-bg\/20 {
    border-bottom-color: rgba(149,118,76,.2)
}

.border-b-event-promotion-big-win-bg\/25 {
    border-bottom-color: rgba(149,118,76,.25)
}

.border-b-event-promotion-big-win-bg\/30 {
    border-bottom-color: rgba(149,118,76,.3)
}

.border-b-event-promotion-big-win-bg\/40 {
    border-bottom-color: rgba(149,118,76,.4)
}

.border-b-event-promotion-big-win-bg\/5 {
    border-bottom-color: rgba(149,118,76,.05)
}

.border-b-event-promotion-big-win-bg\/50 {
    border-bottom-color: rgba(149,118,76,.5)
}

.border-b-event-promotion-big-win-bg\/60 {
    border-bottom-color: rgba(149,118,76,.6)
}

.border-b-event-promotion-big-win-bg\/70 {
    border-bottom-color: rgba(149,118,76,.7)
}

.border-b-event-promotion-big-win-bg\/75 {
    border-bottom-color: rgba(149,118,76,.75)
}

.border-b-event-promotion-big-win-bg\/80 {
    border-bottom-color: rgba(149,118,76,.8)
}

.border-b-event-promotion-big-win-bg\/90 {
    border-bottom-color: rgba(149,118,76,.9)
}

.border-b-event-promotion-big-win-bg\/95 {
    border-bottom-color: rgba(149,118,76,.95)
}

.border-b-event-promotion-highlight {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(246 192 65/var(--tw-border-opacity))
}

.border-b-event-promotion-highlight\/0 {
    border-bottom-color: rgba(246,192,65,0)
}

.border-b-event-promotion-highlight\/10 {
    border-bottom-color: rgba(246,192,65,.1)
}

.border-b-event-promotion-highlight\/100 {
    border-bottom-color: #f6c041
}

.border-b-event-promotion-highlight\/20 {
    border-bottom-color: rgba(246,192,65,.2)
}

.border-b-event-promotion-highlight\/25 {
    border-bottom-color: rgba(246,192,65,.25)
}

.border-b-event-promotion-highlight\/30 {
    border-bottom-color: rgba(246,192,65,.3)
}

.border-b-event-promotion-highlight\/40 {
    border-bottom-color: rgba(246,192,65,.4)
}

.border-b-event-promotion-highlight\/5 {
    border-bottom-color: rgba(246,192,65,.05)
}

.border-b-event-promotion-highlight\/50 {
    border-bottom-color: rgba(246,192,65,.5)
}

.border-b-event-promotion-highlight\/60 {
    border-bottom-color: rgba(246,192,65,.6)
}

.border-b-event-promotion-highlight\/70 {
    border-bottom-color: rgba(246,192,65,.7)
}

.border-b-event-promotion-highlight\/75 {
    border-bottom-color: rgba(246,192,65,.75)
}

.border-b-event-promotion-highlight\/80 {
    border-bottom-color: rgba(246,192,65,.8)
}

.border-b-event-promotion-highlight\/90 {
    border-bottom-color: rgba(246,192,65,.9)
}

.border-b-event-promotion-highlight\/95 {
    border-bottom-color: rgba(246,192,65,.95)
}

.border-b-gray-about {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(145 145 145/var(--tw-border-opacity))
}

.border-b-gray-about\/0 {
    border-bottom-color: hsla(0,0%,57%,0)
}

.border-b-gray-about\/10 {
    border-bottom-color: hsla(0,0%,57%,.1)
}

.border-b-gray-about\/100 {
    border-bottom-color: #919191
}

.border-b-gray-about\/20 {
    border-bottom-color: hsla(0,0%,57%,.2)
}

.border-b-gray-about\/25 {
    border-bottom-color: hsla(0,0%,57%,.25)
}

.border-b-gray-about\/30 {
    border-bottom-color: hsla(0,0%,57%,.3)
}

.border-b-gray-about\/40 {
    border-bottom-color: hsla(0,0%,57%,.4)
}

.border-b-gray-about\/5 {
    border-bottom-color: hsla(0,0%,57%,.05)
}

.border-b-gray-about\/50 {
    border-bottom-color: hsla(0,0%,57%,.5)
}

.border-b-gray-about\/60 {
    border-bottom-color: hsla(0,0%,57%,.6)
}

.border-b-gray-about\/70 {
    border-bottom-color: hsla(0,0%,57%,.7)
}

.border-b-gray-about\/75 {
    border-bottom-color: hsla(0,0%,57%,.75)
}

.border-b-gray-about\/80 {
    border-bottom-color: hsla(0,0%,57%,.8)
}

.border-b-gray-about\/90 {
    border-bottom-color: hsla(0,0%,57%,.9)
}

.border-b-gray-about\/95 {
    border-bottom-color: hsla(0,0%,57%,.95)
}

.border-b-gray-alert {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(50 52 59/var(--tw-border-opacity))
}

.border-b-gray-alert\/0 {
    border-bottom-color: rgba(50,52,59,0)
}

.border-b-gray-alert\/10 {
    border-bottom-color: rgba(50,52,59,.1)
}

.border-b-gray-alert\/100 {
    border-bottom-color: #32343b
}

.border-b-gray-alert\/20 {
    border-bottom-color: rgba(50,52,59,.2)
}

.border-b-gray-alert\/25 {
    border-bottom-color: rgba(50,52,59,.25)
}

.border-b-gray-alert\/30 {
    border-bottom-color: rgba(50,52,59,.3)
}

.border-b-gray-alert\/40 {
    border-bottom-color: rgba(50,52,59,.4)
}

.border-b-gray-alert\/5 {
    border-bottom-color: rgba(50,52,59,.05)
}

.border-b-gray-alert\/50 {
    border-bottom-color: rgba(50,52,59,.5)
}

.border-b-gray-alert\/60 {
    border-bottom-color: rgba(50,52,59,.6)
}

.border-b-gray-alert\/70 {
    border-bottom-color: rgba(50,52,59,.7)
}

.border-b-gray-alert\/75 {
    border-bottom-color: rgba(50,52,59,.75)
}

.border-b-gray-alert\/80 {
    border-bottom-color: rgba(50,52,59,.8)
}

.border-b-gray-alert\/90 {
    border-bottom-color: rgba(50,52,59,.9)
}

.border-b-gray-alert\/95 {
    border-bottom-color: rgba(50,52,59,.95)
}

.border-b-gray-background {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(45 45 45/var(--tw-border-opacity))
}

.border-b-gray-background\/0 {
    border-bottom-color: rgba(45,45,45,0)
}

.border-b-gray-background\/10 {
    border-bottom-color: rgba(45,45,45,.1)
}

.border-b-gray-background\/100 {
    border-bottom-color: #2d2d2d
}

.border-b-gray-background\/20 {
    border-bottom-color: rgba(45,45,45,.2)
}

.border-b-gray-background\/25 {
    border-bottom-color: rgba(45,45,45,.25)
}

.border-b-gray-background\/30 {
    border-bottom-color: rgba(45,45,45,.3)
}

.border-b-gray-background\/40 {
    border-bottom-color: rgba(45,45,45,.4)
}

.border-b-gray-background\/5 {
    border-bottom-color: rgba(45,45,45,.05)
}

.border-b-gray-background\/50 {
    border-bottom-color: rgba(45,45,45,.5)
}

.border-b-gray-background\/60 {
    border-bottom-color: rgba(45,45,45,.6)
}

.border-b-gray-background\/70 {
    border-bottom-color: rgba(45,45,45,.7)
}

.border-b-gray-background\/75 {
    border-bottom-color: rgba(45,45,45,.75)
}

.border-b-gray-background\/80 {
    border-bottom-color: rgba(45,45,45,.8)
}

.border-b-gray-background\/90 {
    border-bottom-color: rgba(45,45,45,.9)
}

.border-b-gray-background\/95 {
    border-bottom-color: rgba(45,45,45,.95)
}

.border-b-gray-background1 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(73 72 71/var(--tw-border-opacity))
}

.border-b-gray-background1\/0 {
    border-bottom-color: rgba(73,72,71,0)
}

.border-b-gray-background1\/10 {
    border-bottom-color: rgba(73,72,71,.1)
}

.border-b-gray-background1\/100 {
    border-bottom-color: #494847
}

.border-b-gray-background1\/20 {
    border-bottom-color: rgba(73,72,71,.2)
}

.border-b-gray-background1\/25 {
    border-bottom-color: rgba(73,72,71,.25)
}

.border-b-gray-background1\/30 {
    border-bottom-color: rgba(73,72,71,.3)
}

.border-b-gray-background1\/40 {
    border-bottom-color: rgba(73,72,71,.4)
}

.border-b-gray-background1\/5 {
    border-bottom-color: rgba(73,72,71,.05)
}

.border-b-gray-background1\/50 {
    border-bottom-color: rgba(73,72,71,.5)
}

.border-b-gray-background1\/60 {
    border-bottom-color: rgba(73,72,71,.6)
}

.border-b-gray-background1\/70 {
    border-bottom-color: rgba(73,72,71,.7)
}

.border-b-gray-background1\/75 {
    border-bottom-color: rgba(73,72,71,.75)
}

.border-b-gray-background1\/80 {
    border-bottom-color: rgba(73,72,71,.8)
}

.border-b-gray-background1\/90 {
    border-bottom-color: rgba(73,72,71,.9)
}

.border-b-gray-background1\/95 {
    border-bottom-color: rgba(73,72,71,.95)
}

.border-b-gray-background2 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-b-gray-background2\/0 {
    border-bottom-color: rgba(58,58,58,0)
}

.border-b-gray-background2\/10 {
    border-bottom-color: rgba(58,58,58,.1)
}

.border-b-gray-background2\/100 {
    border-bottom-color: #3a3a3a
}

.border-b-gray-background2\/20 {
    border-bottom-color: rgba(58,58,58,.2)
}

.border-b-gray-background2\/25 {
    border-bottom-color: rgba(58,58,58,.25)
}

.border-b-gray-background2\/30 {
    border-bottom-color: rgba(58,58,58,.3)
}

.border-b-gray-background2\/40 {
    border-bottom-color: rgba(58,58,58,.4)
}

.border-b-gray-background2\/5 {
    border-bottom-color: rgba(58,58,58,.05)
}

.border-b-gray-background2\/50 {
    border-bottom-color: rgba(58,58,58,.5)
}

.border-b-gray-background2\/60 {
    border-bottom-color: rgba(58,58,58,.6)
}

.border-b-gray-background2\/70 {
    border-bottom-color: rgba(58,58,58,.7)
}

.border-b-gray-background2\/75 {
    border-bottom-color: rgba(58,58,58,.75)
}

.border-b-gray-background2\/80 {
    border-bottom-color: rgba(58,58,58,.8)
}

.border-b-gray-background2\/90 {
    border-bottom-color: rgba(58,58,58,.9)
}

.border-b-gray-background2\/95 {
    border-bottom-color: rgba(58,58,58,.95)
}

.border-b-gray-bg1 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(23 22 19/var(--tw-border-opacity))
}

.border-b-gray-bg1\/0 {
    border-bottom-color: rgba(23,22,19,0)
}

.border-b-gray-bg1\/10 {
    border-bottom-color: rgba(23,22,19,.1)
}

.border-b-gray-bg1\/100 {
    border-bottom-color: #171613
}

.border-b-gray-bg1\/20 {
    border-bottom-color: rgba(23,22,19,.2)
}

.border-b-gray-bg1\/25 {
    border-bottom-color: rgba(23,22,19,.25)
}

.border-b-gray-bg1\/30 {
    border-bottom-color: rgba(23,22,19,.3)
}

.border-b-gray-bg1\/40 {
    border-bottom-color: rgba(23,22,19,.4)
}

.border-b-gray-bg1\/5 {
    border-bottom-color: rgba(23,22,19,.05)
}

.border-b-gray-bg1\/50 {
    border-bottom-color: rgba(23,22,19,.5)
}

.border-b-gray-bg1\/60 {
    border-bottom-color: rgba(23,22,19,.6)
}

.border-b-gray-bg1\/70 {
    border-bottom-color: rgba(23,22,19,.7)
}

.border-b-gray-bg1\/75 {
    border-bottom-color: rgba(23,22,19,.75)
}

.border-b-gray-bg1\/80 {
    border-bottom-color: rgba(23,22,19,.8)
}

.border-b-gray-bg1\/90 {
    border-bottom-color: rgba(23,22,19,.9)
}

.border-b-gray-bg1\/95 {
    border-bottom-color: rgba(23,22,19,.95)
}

.border-b-gray-bg2 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(71 70 64/var(--tw-border-opacity))
}

.border-b-gray-bg2\/0 {
    border-bottom-color: rgba(71,70,64,0)
}

.border-b-gray-bg2\/10 {
    border-bottom-color: rgba(71,70,64,.1)
}

.border-b-gray-bg2\/100 {
    border-bottom-color: #474640
}

.border-b-gray-bg2\/20 {
    border-bottom-color: rgba(71,70,64,.2)
}

.border-b-gray-bg2\/25 {
    border-bottom-color: rgba(71,70,64,.25)
}

.border-b-gray-bg2\/30 {
    border-bottom-color: rgba(71,70,64,.3)
}

.border-b-gray-bg2\/40 {
    border-bottom-color: rgba(71,70,64,.4)
}

.border-b-gray-bg2\/5 {
    border-bottom-color: rgba(71,70,64,.05)
}

.border-b-gray-bg2\/50 {
    border-bottom-color: rgba(71,70,64,.5)
}

.border-b-gray-bg2\/60 {
    border-bottom-color: rgba(71,70,64,.6)
}

.border-b-gray-bg2\/70 {
    border-bottom-color: rgba(71,70,64,.7)
}

.border-b-gray-bg2\/75 {
    border-bottom-color: rgba(71,70,64,.75)
}

.border-b-gray-bg2\/80 {
    border-bottom-color: rgba(71,70,64,.8)
}

.border-b-gray-bg2\/90 {
    border-bottom-color: rgba(71,70,64,.9)
}

.border-b-gray-bg2\/95 {
    border-bottom-color: rgba(71,70,64,.95)
}

.border-b-gray-bg3 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(51 50 47/var(--tw-border-opacity))
}

.border-b-gray-bg3\/0 {
    border-bottom-color: rgba(51,50,47,0)
}

.border-b-gray-bg3\/10 {
    border-bottom-color: rgba(51,50,47,.1)
}

.border-b-gray-bg3\/100 {
    border-bottom-color: #33322f
}

.border-b-gray-bg3\/20 {
    border-bottom-color: rgba(51,50,47,.2)
}

.border-b-gray-bg3\/25 {
    border-bottom-color: rgba(51,50,47,.25)
}

.border-b-gray-bg3\/30 {
    border-bottom-color: rgba(51,50,47,.3)
}

.border-b-gray-bg3\/40 {
    border-bottom-color: rgba(51,50,47,.4)
}

.border-b-gray-bg3\/5 {
    border-bottom-color: rgba(51,50,47,.05)
}

.border-b-gray-bg3\/50 {
    border-bottom-color: rgba(51,50,47,.5)
}

.border-b-gray-bg3\/60 {
    border-bottom-color: rgba(51,50,47,.6)
}

.border-b-gray-bg3\/70 {
    border-bottom-color: rgba(51,50,47,.7)
}

.border-b-gray-bg3\/75 {
    border-bottom-color: rgba(51,50,47,.75)
}

.border-b-gray-bg3\/80 {
    border-bottom-color: rgba(51,50,47,.8)
}

.border-b-gray-bg3\/90 {
    border-bottom-color: rgba(51,50,47,.9)
}

.border-b-gray-bg3\/95 {
    border-bottom-color: rgba(51,50,47,.95)
}

.border-b-gray-bg4 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(41 42 43/var(--tw-border-opacity))
}

.border-b-gray-bg4\/0 {
    border-bottom-color: rgba(41,42,43,0)
}

.border-b-gray-bg4\/10 {
    border-bottom-color: rgba(41,42,43,.1)
}

.border-b-gray-bg4\/100 {
    border-bottom-color: #292a2b
}

.border-b-gray-bg4\/20 {
    border-bottom-color: rgba(41,42,43,.2)
}

.border-b-gray-bg4\/25 {
    border-bottom-color: rgba(41,42,43,.25)
}

.border-b-gray-bg4\/30 {
    border-bottom-color: rgba(41,42,43,.3)
}

.border-b-gray-bg4\/40 {
    border-bottom-color: rgba(41,42,43,.4)
}

.border-b-gray-bg4\/5 {
    border-bottom-color: rgba(41,42,43,.05)
}

.border-b-gray-bg4\/50 {
    border-bottom-color: rgba(41,42,43,.5)
}

.border-b-gray-bg4\/60 {
    border-bottom-color: rgba(41,42,43,.6)
}

.border-b-gray-bg4\/70 {
    border-bottom-color: rgba(41,42,43,.7)
}

.border-b-gray-bg4\/75 {
    border-bottom-color: rgba(41,42,43,.75)
}

.border-b-gray-bg4\/80 {
    border-bottom-color: rgba(41,42,43,.8)
}

.border-b-gray-bg4\/90 {
    border-bottom-color: rgba(41,42,43,.9)
}

.border-b-gray-bg4\/95 {
    border-bottom-color: rgba(41,42,43,.95)
}

.border-b-gray-bg5 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(33 34 35/var(--tw-border-opacity))
}

.border-b-gray-bg5\/0 {
    border-bottom-color: rgba(33,34,35,0)
}

.border-b-gray-bg5\/10 {
    border-bottom-color: rgba(33,34,35,.1)
}

.border-b-gray-bg5\/100 {
    border-bottom-color: #212223
}

.border-b-gray-bg5\/20 {
    border-bottom-color: rgba(33,34,35,.2)
}

.border-b-gray-bg5\/25 {
    border-bottom-color: rgba(33,34,35,.25)
}

.border-b-gray-bg5\/30 {
    border-bottom-color: rgba(33,34,35,.3)
}

.border-b-gray-bg5\/40 {
    border-bottom-color: rgba(33,34,35,.4)
}

.border-b-gray-bg5\/5 {
    border-bottom-color: rgba(33,34,35,.05)
}

.border-b-gray-bg5\/50 {
    border-bottom-color: rgba(33,34,35,.5)
}

.border-b-gray-bg5\/60 {
    border-bottom-color: rgba(33,34,35,.6)
}

.border-b-gray-bg5\/70 {
    border-bottom-color: rgba(33,34,35,.7)
}

.border-b-gray-bg5\/75 {
    border-bottom-color: rgba(33,34,35,.75)
}

.border-b-gray-bg5\/80 {
    border-bottom-color: rgba(33,34,35,.8)
}

.border-b-gray-bg5\/90 {
    border-bottom-color: rgba(33,34,35,.9)
}

.border-b-gray-bg5\/95 {
    border-bottom-color: rgba(33,34,35,.95)
}

.border-b-gray-border {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(65 65 65/var(--tw-border-opacity))
}

.border-b-gray-border\/0 {
    border-bottom-color: rgba(65,65,65,0)
}

.border-b-gray-border\/10 {
    border-bottom-color: rgba(65,65,65,.1)
}

.border-b-gray-border\/100 {
    border-bottom-color: #414141
}

.border-b-gray-border\/20 {
    border-bottom-color: rgba(65,65,65,.2)
}

.border-b-gray-border\/25 {
    border-bottom-color: rgba(65,65,65,.25)
}

.border-b-gray-border\/30 {
    border-bottom-color: rgba(65,65,65,.3)
}

.border-b-gray-border\/40 {
    border-bottom-color: rgba(65,65,65,.4)
}

.border-b-gray-border\/5 {
    border-bottom-color: rgba(65,65,65,.05)
}

.border-b-gray-border\/50 {
    border-bottom-color: rgba(65,65,65,.5)
}

.border-b-gray-border\/60 {
    border-bottom-color: rgba(65,65,65,.6)
}

.border-b-gray-border\/70 {
    border-bottom-color: rgba(65,65,65,.7)
}

.border-b-gray-border\/75 {
    border-bottom-color: rgba(65,65,65,.75)
}

.border-b-gray-border\/80 {
    border-bottom-color: rgba(65,65,65,.8)
}

.border-b-gray-border\/90 {
    border-bottom-color: rgba(65,65,65,.9)
}

.border-b-gray-border\/95 {
    border-bottom-color: rgba(65,65,65,.95)
}

.border-b-gray-button {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(115 115 116/var(--tw-border-opacity))
}

.border-b-gray-button\/0 {
    border-bottom-color: hsla(240,0%,45%,0)
}

.border-b-gray-button\/10 {
    border-bottom-color: hsla(240,0%,45%,.1)
}

.border-b-gray-button\/100 {
    border-bottom-color: #737374
}

.border-b-gray-button\/20 {
    border-bottom-color: hsla(240,0%,45%,.2)
}

.border-b-gray-button\/25 {
    border-bottom-color: hsla(240,0%,45%,.25)
}

.border-b-gray-button\/30 {
    border-bottom-color: hsla(240,0%,45%,.3)
}

.border-b-gray-button\/40 {
    border-bottom-color: hsla(240,0%,45%,.4)
}

.border-b-gray-button\/5 {
    border-bottom-color: hsla(240,0%,45%,.05)
}

.border-b-gray-button\/50 {
    border-bottom-color: hsla(240,0%,45%,.5)
}

.border-b-gray-button\/60 {
    border-bottom-color: hsla(240,0%,45%,.6)
}

.border-b-gray-button\/70 {
    border-bottom-color: hsla(240,0%,45%,.7)
}

.border-b-gray-button\/75 {
    border-bottom-color: hsla(240,0%,45%,.75)
}

.border-b-gray-button\/80 {
    border-bottom-color: hsla(240,0%,45%,.8)
}

.border-b-gray-button\/90 {
    border-bottom-color: hsla(240,0%,45%,.9)
}

.border-b-gray-button\/95 {
    border-bottom-color: hsla(240,0%,45%,.95)
}

.border-b-gray-claimed {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(62 61 61/var(--tw-border-opacity))
}

.border-b-gray-claimed\/0 {
    border-bottom-color: rgba(62,61,61,0)
}

.border-b-gray-claimed\/10 {
    border-bottom-color: rgba(62,61,61,.1)
}

.border-b-gray-claimed\/100 {
    border-bottom-color: #3e3d3d
}

.border-b-gray-claimed\/20 {
    border-bottom-color: rgba(62,61,61,.2)
}

.border-b-gray-claimed\/25 {
    border-bottom-color: rgba(62,61,61,.25)
}

.border-b-gray-claimed\/30 {
    border-bottom-color: rgba(62,61,61,.3)
}

.border-b-gray-claimed\/40 {
    border-bottom-color: rgba(62,61,61,.4)
}

.border-b-gray-claimed\/5 {
    border-bottom-color: rgba(62,61,61,.05)
}

.border-b-gray-claimed\/50 {
    border-bottom-color: rgba(62,61,61,.5)
}

.border-b-gray-claimed\/60 {
    border-bottom-color: rgba(62,61,61,.6)
}

.border-b-gray-claimed\/70 {
    border-bottom-color: rgba(62,61,61,.7)
}

.border-b-gray-claimed\/75 {
    border-bottom-color: rgba(62,61,61,.75)
}

.border-b-gray-claimed\/80 {
    border-bottom-color: rgba(62,61,61,.8)
}

.border-b-gray-claimed\/90 {
    border-bottom-color: rgba(62,61,61,.9)
}

.border-b-gray-claimed\/95 {
    border-bottom-color: rgba(62,61,61,.95)
}

.border-b-gray-default {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(130 138 147/var(--tw-border-opacity))
}

.border-b-gray-default\/0 {
    border-bottom-color: hsla(212,7%,54%,0)
}

.border-b-gray-default\/10 {
    border-bottom-color: hsla(212,7%,54%,.1)
}

.border-b-gray-default\/100 {
    border-bottom-color: #828a93
}

.border-b-gray-default\/20 {
    border-bottom-color: hsla(212,7%,54%,.2)
}

.border-b-gray-default\/25 {
    border-bottom-color: hsla(212,7%,54%,.25)
}

.border-b-gray-default\/30 {
    border-bottom-color: hsla(212,7%,54%,.3)
}

.border-b-gray-default\/40 {
    border-bottom-color: hsla(212,7%,54%,.4)
}

.border-b-gray-default\/5 {
    border-bottom-color: hsla(212,7%,54%,.05)
}

.border-b-gray-default\/50 {
    border-bottom-color: hsla(212,7%,54%,.5)
}

.border-b-gray-default\/60 {
    border-bottom-color: hsla(212,7%,54%,.6)
}

.border-b-gray-default\/70 {
    border-bottom-color: hsla(212,7%,54%,.7)
}

.border-b-gray-default\/75 {
    border-bottom-color: hsla(212,7%,54%,.75)
}

.border-b-gray-default\/80 {
    border-bottom-color: hsla(212,7%,54%,.8)
}

.border-b-gray-default\/90 {
    border-bottom-color: hsla(212,7%,54%,.9)
}

.border-b-gray-default\/95 {
    border-bottom-color: hsla(212,7%,54%,.95)
}

.border-b-gray-disable {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(102 102 100/var(--tw-border-opacity))
}

.border-b-gray-disable\/0 {
    border-bottom-color: hsla(60,1%,40%,0)
}

.border-b-gray-disable\/10 {
    border-bottom-color: hsla(60,1%,40%,.1)
}

.border-b-gray-disable\/100 {
    border-bottom-color: #666664
}

.border-b-gray-disable\/20 {
    border-bottom-color: hsla(60,1%,40%,.2)
}

.border-b-gray-disable\/25 {
    border-bottom-color: hsla(60,1%,40%,.25)
}

.border-b-gray-disable\/30 {
    border-bottom-color: hsla(60,1%,40%,.3)
}

.border-b-gray-disable\/40 {
    border-bottom-color: hsla(60,1%,40%,.4)
}

.border-b-gray-disable\/5 {
    border-bottom-color: hsla(60,1%,40%,.05)
}

.border-b-gray-disable\/50 {
    border-bottom-color: hsla(60,1%,40%,.5)
}

.border-b-gray-disable\/60 {
    border-bottom-color: hsla(60,1%,40%,.6)
}

.border-b-gray-disable\/70 {
    border-bottom-color: hsla(60,1%,40%,.7)
}

.border-b-gray-disable\/75 {
    border-bottom-color: hsla(60,1%,40%,.75)
}

.border-b-gray-disable\/80 {
    border-bottom-color: hsla(60,1%,40%,.8)
}

.border-b-gray-disable\/90 {
    border-bottom-color: hsla(60,1%,40%,.9)
}

.border-b-gray-disable\/95 {
    border-bottom-color: hsla(60,1%,40%,.95)
}

.border-b-gray-form {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(42 44 49/var(--tw-border-opacity))
}

.border-b-gray-form\/0 {
    border-bottom-color: rgba(42,44,49,0)
}

.border-b-gray-form\/10 {
    border-bottom-color: rgba(42,44,49,.1)
}

.border-b-gray-form\/100 {
    border-bottom-color: #2a2c31
}

.border-b-gray-form\/20 {
    border-bottom-color: rgba(42,44,49,.2)
}

.border-b-gray-form\/25 {
    border-bottom-color: rgba(42,44,49,.25)
}

.border-b-gray-form\/30 {
    border-bottom-color: rgba(42,44,49,.3)
}

.border-b-gray-form\/40 {
    border-bottom-color: rgba(42,44,49,.4)
}

.border-b-gray-form\/5 {
    border-bottom-color: rgba(42,44,49,.05)
}

.border-b-gray-form\/50 {
    border-bottom-color: rgba(42,44,49,.5)
}

.border-b-gray-form\/60 {
    border-bottom-color: rgba(42,44,49,.6)
}

.border-b-gray-form\/70 {
    border-bottom-color: rgba(42,44,49,.7)
}

.border-b-gray-form\/75 {
    border-bottom-color: rgba(42,44,49,.75)
}

.border-b-gray-form\/80 {
    border-bottom-color: rgba(42,44,49,.8)
}

.border-b-gray-form\/90 {
    border-bottom-color: rgba(42,44,49,.9)
}

.border-b-gray-form\/95 {
    border-bottom-color: rgba(42,44,49,.95)
}

.border-b-gray-hot-match-text {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(205 204 206/var(--tw-border-opacity))
}

.border-b-gray-hot-match-text\/0 {
    border-bottom-color: hsla(270,2%,80%,0)
}

.border-b-gray-hot-match-text\/10 {
    border-bottom-color: hsla(270,2%,80%,.1)
}

.border-b-gray-hot-match-text\/100 {
    border-bottom-color: #cdccce
}

.border-b-gray-hot-match-text\/20 {
    border-bottom-color: hsla(270,2%,80%,.2)
}

.border-b-gray-hot-match-text\/25 {
    border-bottom-color: hsla(270,2%,80%,.25)
}

.border-b-gray-hot-match-text\/30 {
    border-bottom-color: hsla(270,2%,80%,.3)
}

.border-b-gray-hot-match-text\/40 {
    border-bottom-color: hsla(270,2%,80%,.4)
}

.border-b-gray-hot-match-text\/5 {
    border-bottom-color: hsla(270,2%,80%,.05)
}

.border-b-gray-hot-match-text\/50 {
    border-bottom-color: hsla(270,2%,80%,.5)
}

.border-b-gray-hot-match-text\/60 {
    border-bottom-color: hsla(270,2%,80%,.6)
}

.border-b-gray-hot-match-text\/70 {
    border-bottom-color: hsla(270,2%,80%,.7)
}

.border-b-gray-hot-match-text\/75 {
    border-bottom-color: hsla(270,2%,80%,.75)
}

.border-b-gray-hot-match-text\/80 {
    border-bottom-color: hsla(270,2%,80%,.8)
}

.border-b-gray-hot-match-text\/90 {
    border-bottom-color: hsla(270,2%,80%,.9)
}

.border-b-gray-hot-match-text\/95 {
    border-bottom-color: hsla(270,2%,80%,.95)
}

.border-b-gray-info {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(38 38 38/var(--tw-border-opacity))
}

.border-b-gray-info\/0 {
    border-bottom-color: rgba(38,38,38,0)
}

.border-b-gray-info\/10 {
    border-bottom-color: rgba(38,38,38,.1)
}

.border-b-gray-info\/100 {
    border-bottom-color: #262626
}

.border-b-gray-info\/20 {
    border-bottom-color: rgba(38,38,38,.2)
}

.border-b-gray-info\/25 {
    border-bottom-color: rgba(38,38,38,.25)
}

.border-b-gray-info\/30 {
    border-bottom-color: rgba(38,38,38,.3)
}

.border-b-gray-info\/40 {
    border-bottom-color: rgba(38,38,38,.4)
}

.border-b-gray-info\/5 {
    border-bottom-color: rgba(38,38,38,.05)
}

.border-b-gray-info\/50 {
    border-bottom-color: rgba(38,38,38,.5)
}

.border-b-gray-info\/60 {
    border-bottom-color: rgba(38,38,38,.6)
}

.border-b-gray-info\/70 {
    border-bottom-color: rgba(38,38,38,.7)
}

.border-b-gray-info\/75 {
    border-bottom-color: rgba(38,38,38,.75)
}

.border-b-gray-info\/80 {
    border-bottom-color: rgba(38,38,38,.8)
}

.border-b-gray-info\/90 {
    border-bottom-color: rgba(38,38,38,.9)
}

.border-b-gray-info\/95 {
    border-bottom-color: rgba(38,38,38,.95)
}

.border-b-gray-item-history {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(56 64 69/var(--tw-border-opacity))
}

.border-b-gray-item-history\/0 {
    border-bottom-color: rgba(56,64,69,0)
}

.border-b-gray-item-history\/10 {
    border-bottom-color: rgba(56,64,69,.1)
}

.border-b-gray-item-history\/100 {
    border-bottom-color: #384045
}

.border-b-gray-item-history\/20 {
    border-bottom-color: rgba(56,64,69,.2)
}

.border-b-gray-item-history\/25 {
    border-bottom-color: rgba(56,64,69,.25)
}

.border-b-gray-item-history\/30 {
    border-bottom-color: rgba(56,64,69,.3)
}

.border-b-gray-item-history\/40 {
    border-bottom-color: rgba(56,64,69,.4)
}

.border-b-gray-item-history\/5 {
    border-bottom-color: rgba(56,64,69,.05)
}

.border-b-gray-item-history\/50 {
    border-bottom-color: rgba(56,64,69,.5)
}

.border-b-gray-item-history\/60 {
    border-bottom-color: rgba(56,64,69,.6)
}

.border-b-gray-item-history\/70 {
    border-bottom-color: rgba(56,64,69,.7)
}

.border-b-gray-item-history\/75 {
    border-bottom-color: rgba(56,64,69,.75)
}

.border-b-gray-item-history\/80 {
    border-bottom-color: rgba(56,64,69,.8)
}

.border-b-gray-item-history\/90 {
    border-bottom-color: rgba(56,64,69,.9)
}

.border-b-gray-item-history\/95 {
    border-bottom-color: rgba(56,64,69,.95)
}

.border-b-gray-label {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(138 138 138/var(--tw-border-opacity))
}

.border-b-gray-label\/0 {
    border-bottom-color: hsla(0,0%,54%,0)
}

.border-b-gray-label\/10 {
    border-bottom-color: hsla(0,0%,54%,.1)
}

.border-b-gray-label\/100 {
    border-bottom-color: #8a8a8a
}

.border-b-gray-label\/20 {
    border-bottom-color: hsla(0,0%,54%,.2)
}

.border-b-gray-label\/25 {
    border-bottom-color: hsla(0,0%,54%,.25)
}

.border-b-gray-label\/30 {
    border-bottom-color: hsla(0,0%,54%,.3)
}

.border-b-gray-label\/40 {
    border-bottom-color: hsla(0,0%,54%,.4)
}

.border-b-gray-label\/5 {
    border-bottom-color: hsla(0,0%,54%,.05)
}

.border-b-gray-label\/50 {
    border-bottom-color: hsla(0,0%,54%,.5)
}

.border-b-gray-label\/60 {
    border-bottom-color: hsla(0,0%,54%,.6)
}

.border-b-gray-label\/70 {
    border-bottom-color: hsla(0,0%,54%,.7)
}

.border-b-gray-label\/75 {
    border-bottom-color: hsla(0,0%,54%,.75)
}

.border-b-gray-label\/80 {
    border-bottom-color: hsla(0,0%,54%,.8)
}

.border-b-gray-label\/90 {
    border-bottom-color: hsla(0,0%,54%,.9)
}

.border-b-gray-label\/95 {
    border-bottom-color: hsla(0,0%,54%,.95)
}

.border-b-gray-light {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(151 150 153/var(--tw-border-opacity))
}

.border-b-gray-light\/0 {
    border-bottom-color: hsla(260,1%,59%,0)
}

.border-b-gray-light\/10 {
    border-bottom-color: hsla(260,1%,59%,.1)
}

.border-b-gray-light\/100 {
    border-bottom-color: #979699
}

.border-b-gray-light\/20 {
    border-bottom-color: hsla(260,1%,59%,.2)
}

.border-b-gray-light\/25 {
    border-bottom-color: hsla(260,1%,59%,.25)
}

.border-b-gray-light\/30 {
    border-bottom-color: hsla(260,1%,59%,.3)
}

.border-b-gray-light\/40 {
    border-bottom-color: hsla(260,1%,59%,.4)
}

.border-b-gray-light\/5 {
    border-bottom-color: hsla(260,1%,59%,.05)
}

.border-b-gray-light\/50 {
    border-bottom-color: hsla(260,1%,59%,.5)
}

.border-b-gray-light\/60 {
    border-bottom-color: hsla(260,1%,59%,.6)
}

.border-b-gray-light\/70 {
    border-bottom-color: hsla(260,1%,59%,.7)
}

.border-b-gray-light\/75 {
    border-bottom-color: hsla(260,1%,59%,.75)
}

.border-b-gray-light\/80 {
    border-bottom-color: hsla(260,1%,59%,.8)
}

.border-b-gray-light\/90 {
    border-bottom-color: hsla(260,1%,59%,.9)
}

.border-b-gray-light\/95 {
    border-bottom-color: hsla(260,1%,59%,.95)
}

.border-b-gray-marquee-text {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(190 189 184/var(--tw-border-opacity))
}

.border-b-gray-marquee-text\/0 {
    border-bottom-color: hsla(50,4%,73%,0)
}

.border-b-gray-marquee-text\/10 {
    border-bottom-color: hsla(50,4%,73%,.1)
}

.border-b-gray-marquee-text\/100 {
    border-bottom-color: #bebdb8
}

.border-b-gray-marquee-text\/20 {
    border-bottom-color: hsla(50,4%,73%,.2)
}

.border-b-gray-marquee-text\/25 {
    border-bottom-color: hsla(50,4%,73%,.25)
}

.border-b-gray-marquee-text\/30 {
    border-bottom-color: hsla(50,4%,73%,.3)
}

.border-b-gray-marquee-text\/40 {
    border-bottom-color: hsla(50,4%,73%,.4)
}

.border-b-gray-marquee-text\/5 {
    border-bottom-color: hsla(50,4%,73%,.05)
}

.border-b-gray-marquee-text\/50 {
    border-bottom-color: hsla(50,4%,73%,.5)
}

.border-b-gray-marquee-text\/60 {
    border-bottom-color: hsla(50,4%,73%,.6)
}

.border-b-gray-marquee-text\/70 {
    border-bottom-color: hsla(50,4%,73%,.7)
}

.border-b-gray-marquee-text\/75 {
    border-bottom-color: hsla(50,4%,73%,.75)
}

.border-b-gray-marquee-text\/80 {
    border-bottom-color: hsla(50,4%,73%,.8)
}

.border-b-gray-marquee-text\/90 {
    border-bottom-color: hsla(50,4%,73%,.9)
}

.border-b-gray-marquee-text\/95 {
    border-bottom-color: hsla(50,4%,73%,.95)
}

.border-b-gray-placeholder {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(130 138 147/var(--tw-border-opacity))
}

.border-b-gray-placeholder\/0 {
    border-bottom-color: hsla(212,7%,54%,0)
}

.border-b-gray-placeholder\/10 {
    border-bottom-color: hsla(212,7%,54%,.1)
}

.border-b-gray-placeholder\/100 {
    border-bottom-color: #828a93
}

.border-b-gray-placeholder\/20 {
    border-bottom-color: hsla(212,7%,54%,.2)
}

.border-b-gray-placeholder\/25 {
    border-bottom-color: hsla(212,7%,54%,.25)
}

.border-b-gray-placeholder\/30 {
    border-bottom-color: hsla(212,7%,54%,.3)
}

.border-b-gray-placeholder\/40 {
    border-bottom-color: hsla(212,7%,54%,.4)
}

.border-b-gray-placeholder\/5 {
    border-bottom-color: hsla(212,7%,54%,.05)
}

.border-b-gray-placeholder\/50 {
    border-bottom-color: hsla(212,7%,54%,.5)
}

.border-b-gray-placeholder\/60 {
    border-bottom-color: hsla(212,7%,54%,.6)
}

.border-b-gray-placeholder\/70 {
    border-bottom-color: hsla(212,7%,54%,.7)
}

.border-b-gray-placeholder\/75 {
    border-bottom-color: hsla(212,7%,54%,.75)
}

.border-b-gray-placeholder\/80 {
    border-bottom-color: hsla(212,7%,54%,.8)
}

.border-b-gray-placeholder\/90 {
    border-bottom-color: hsla(212,7%,54%,.9)
}

.border-b-gray-placeholder\/95 {
    border-bottom-color: hsla(212,7%,54%,.95)
}

.border-b-gray-popup {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(178 178 182/var(--tw-border-opacity))
}

.border-b-gray-popup\/0 {
    border-bottom-color: hsla(240,3%,71%,0)
}

.border-b-gray-popup\/10 {
    border-bottom-color: hsla(240,3%,71%,.1)
}

.border-b-gray-popup\/100 {
    border-bottom-color: #b2b2b6
}

.border-b-gray-popup\/20 {
    border-bottom-color: hsla(240,3%,71%,.2)
}

.border-b-gray-popup\/25 {
    border-bottom-color: hsla(240,3%,71%,.25)
}

.border-b-gray-popup\/30 {
    border-bottom-color: hsla(240,3%,71%,.3)
}

.border-b-gray-popup\/40 {
    border-bottom-color: hsla(240,3%,71%,.4)
}

.border-b-gray-popup\/5 {
    border-bottom-color: hsla(240,3%,71%,.05)
}

.border-b-gray-popup\/50 {
    border-bottom-color: hsla(240,3%,71%,.5)
}

.border-b-gray-popup\/60 {
    border-bottom-color: hsla(240,3%,71%,.6)
}

.border-b-gray-popup\/70 {
    border-bottom-color: hsla(240,3%,71%,.7)
}

.border-b-gray-popup\/75 {
    border-bottom-color: hsla(240,3%,71%,.75)
}

.border-b-gray-popup\/80 {
    border-bottom-color: hsla(240,3%,71%,.8)
}

.border-b-gray-popup\/90 {
    border-bottom-color: hsla(240,3%,71%,.9)
}

.border-b-gray-popup\/95 {
    border-bottom-color: hsla(240,3%,71%,.95)
}

.border-b-gray-progress-non {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(15 16 17/var(--tw-border-opacity))
}

.border-b-gray-progress-non\/0 {
    border-bottom-color: rgba(15,16,17,0)
}

.border-b-gray-progress-non\/10 {
    border-bottom-color: rgba(15,16,17,.1)
}

.border-b-gray-progress-non\/100 {
    border-bottom-color: #0f1011
}

.border-b-gray-progress-non\/20 {
    border-bottom-color: rgba(15,16,17,.2)
}

.border-b-gray-progress-non\/25 {
    border-bottom-color: rgba(15,16,17,.25)
}

.border-b-gray-progress-non\/30 {
    border-bottom-color: rgba(15,16,17,.3)
}

.border-b-gray-progress-non\/40 {
    border-bottom-color: rgba(15,16,17,.4)
}

.border-b-gray-progress-non\/5 {
    border-bottom-color: rgba(15,16,17,.05)
}

.border-b-gray-progress-non\/50 {
    border-bottom-color: rgba(15,16,17,.5)
}

.border-b-gray-progress-non\/60 {
    border-bottom-color: rgba(15,16,17,.6)
}

.border-b-gray-progress-non\/70 {
    border-bottom-color: rgba(15,16,17,.7)
}

.border-b-gray-progress-non\/75 {
    border-bottom-color: rgba(15,16,17,.75)
}

.border-b-gray-progress-non\/80 {
    border-bottom-color: rgba(15,16,17,.8)
}

.border-b-gray-progress-non\/90 {
    border-bottom-color: rgba(15,16,17,.9)
}

.border-b-gray-progress-non\/95 {
    border-bottom-color: rgba(15,16,17,.95)
}

.border-b-gray-qr-code {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(85 85 85/var(--tw-border-opacity))
}

.border-b-gray-qr-code\/0 {
    border-bottom-color: rgba(85,85,85,0)
}

.border-b-gray-qr-code\/10 {
    border-bottom-color: rgba(85,85,85,.1)
}

.border-b-gray-qr-code\/100 {
    border-bottom-color: #555
}

.border-b-gray-qr-code\/20 {
    border-bottom-color: rgba(85,85,85,.2)
}

.border-b-gray-qr-code\/25 {
    border-bottom-color: rgba(85,85,85,.25)
}

.border-b-gray-qr-code\/30 {
    border-bottom-color: rgba(85,85,85,.3)
}

.border-b-gray-qr-code\/40 {
    border-bottom-color: rgba(85,85,85,.4)
}

.border-b-gray-qr-code\/5 {
    border-bottom-color: rgba(85,85,85,.05)
}

.border-b-gray-qr-code\/50 {
    border-bottom-color: rgba(85,85,85,.5)
}

.border-b-gray-qr-code\/60 {
    border-bottom-color: rgba(85,85,85,.6)
}

.border-b-gray-qr-code\/70 {
    border-bottom-color: rgba(85,85,85,.7)
}

.border-b-gray-qr-code\/75 {
    border-bottom-color: rgba(85,85,85,.75)
}

.border-b-gray-qr-code\/80 {
    border-bottom-color: rgba(85,85,85,.8)
}

.border-b-gray-qr-code\/90 {
    border-bottom-color: rgba(85,85,85,.9)
}

.border-b-gray-qr-code\/95 {
    border-bottom-color: rgba(85,85,85,.95)
}

.border-b-gray-show-all {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(86 86 86/var(--tw-border-opacity))
}

.border-b-gray-show-all\/0 {
    border-bottom-color: rgba(86,86,86,0)
}

.border-b-gray-show-all\/10 {
    border-bottom-color: rgba(86,86,86,.1)
}

.border-b-gray-show-all\/100 {
    border-bottom-color: #565656
}

.border-b-gray-show-all\/20 {
    border-bottom-color: rgba(86,86,86,.2)
}

.border-b-gray-show-all\/25 {
    border-bottom-color: rgba(86,86,86,.25)
}

.border-b-gray-show-all\/30 {
    border-bottom-color: rgba(86,86,86,.3)
}

.border-b-gray-show-all\/40 {
    border-bottom-color: rgba(86,86,86,.4)
}

.border-b-gray-show-all\/5 {
    border-bottom-color: rgba(86,86,86,.05)
}

.border-b-gray-show-all\/50 {
    border-bottom-color: rgba(86,86,86,.5)
}

.border-b-gray-show-all\/60 {
    border-bottom-color: rgba(86,86,86,.6)
}

.border-b-gray-show-all\/70 {
    border-bottom-color: rgba(86,86,86,.7)
}

.border-b-gray-show-all\/75 {
    border-bottom-color: rgba(86,86,86,.75)
}

.border-b-gray-show-all\/80 {
    border-bottom-color: rgba(86,86,86,.8)
}

.border-b-gray-show-all\/90 {
    border-bottom-color: rgba(86,86,86,.9)
}

.border-b-gray-show-all\/95 {
    border-bottom-color: rgba(86,86,86,.95)
}

.border-b-gray-symbol-coin {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(73 73 74/var(--tw-border-opacity))
}

.border-b-gray-symbol-coin\/0 {
    border-bottom-color: rgba(73,73,74,0)
}

.border-b-gray-symbol-coin\/10 {
    border-bottom-color: rgba(73,73,74,.1)
}

.border-b-gray-symbol-coin\/100 {
    border-bottom-color: #49494a
}

.border-b-gray-symbol-coin\/20 {
    border-bottom-color: rgba(73,73,74,.2)
}

.border-b-gray-symbol-coin\/25 {
    border-bottom-color: rgba(73,73,74,.25)
}

.border-b-gray-symbol-coin\/30 {
    border-bottom-color: rgba(73,73,74,.3)
}

.border-b-gray-symbol-coin\/40 {
    border-bottom-color: rgba(73,73,74,.4)
}

.border-b-gray-symbol-coin\/5 {
    border-bottom-color: rgba(73,73,74,.05)
}

.border-b-gray-symbol-coin\/50 {
    border-bottom-color: rgba(73,73,74,.5)
}

.border-b-gray-symbol-coin\/60 {
    border-bottom-color: rgba(73,73,74,.6)
}

.border-b-gray-symbol-coin\/70 {
    border-bottom-color: rgba(73,73,74,.7)
}

.border-b-gray-symbol-coin\/75 {
    border-bottom-color: rgba(73,73,74,.75)
}

.border-b-gray-symbol-coin\/80 {
    border-bottom-color: rgba(73,73,74,.8)
}

.border-b-gray-symbol-coin\/90 {
    border-bottom-color: rgba(73,73,74,.9)
}

.border-b-gray-symbol-coin\/95 {
    border-bottom-color: rgba(73,73,74,.95)
}

.border-b-gray-text {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(219 210 194/var(--tw-border-opacity))
}

.border-b-gray-text-footer {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(112 113 111/var(--tw-border-opacity))
}

.border-b-gray-text-footer\/0 {
    border-bottom-color: hsla(90,1%,44%,0)
}

.border-b-gray-text-footer\/10 {
    border-bottom-color: hsla(90,1%,44%,.1)
}

.border-b-gray-text-footer\/100 {
    border-bottom-color: #70716f
}

.border-b-gray-text-footer\/20 {
    border-bottom-color: hsla(90,1%,44%,.2)
}

.border-b-gray-text-footer\/25 {
    border-bottom-color: hsla(90,1%,44%,.25)
}

.border-b-gray-text-footer\/30 {
    border-bottom-color: hsla(90,1%,44%,.3)
}

.border-b-gray-text-footer\/40 {
    border-bottom-color: hsla(90,1%,44%,.4)
}

.border-b-gray-text-footer\/5 {
    border-bottom-color: hsla(90,1%,44%,.05)
}

.border-b-gray-text-footer\/50 {
    border-bottom-color: hsla(90,1%,44%,.5)
}

.border-b-gray-text-footer\/60 {
    border-bottom-color: hsla(90,1%,44%,.6)
}

.border-b-gray-text-footer\/70 {
    border-bottom-color: hsla(90,1%,44%,.7)
}

.border-b-gray-text-footer\/75 {
    border-bottom-color: hsla(90,1%,44%,.75)
}

.border-b-gray-text-footer\/80 {
    border-bottom-color: hsla(90,1%,44%,.8)
}

.border-b-gray-text-footer\/90 {
    border-bottom-color: hsla(90,1%,44%,.9)
}

.border-b-gray-text-footer\/95 {
    border-bottom-color: hsla(90,1%,44%,.95)
}

.border-b-gray-text-game {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(143 143 143/var(--tw-border-opacity))
}

.border-b-gray-text-game\/0 {
    border-bottom-color: hsla(0,0%,56%,0)
}

.border-b-gray-text-game\/10 {
    border-bottom-color: hsla(0,0%,56%,.1)
}

.border-b-gray-text-game\/100 {
    border-bottom-color: #8f8f8f
}

.border-b-gray-text-game\/20 {
    border-bottom-color: hsla(0,0%,56%,.2)
}

.border-b-gray-text-game\/25 {
    border-bottom-color: hsla(0,0%,56%,.25)
}

.border-b-gray-text-game\/30 {
    border-bottom-color: hsla(0,0%,56%,.3)
}

.border-b-gray-text-game\/40 {
    border-bottom-color: hsla(0,0%,56%,.4)
}

.border-b-gray-text-game\/5 {
    border-bottom-color: hsla(0,0%,56%,.05)
}

.border-b-gray-text-game\/50 {
    border-bottom-color: hsla(0,0%,56%,.5)
}

.border-b-gray-text-game\/60 {
    border-bottom-color: hsla(0,0%,56%,.6)
}

.border-b-gray-text-game\/70 {
    border-bottom-color: hsla(0,0%,56%,.7)
}

.border-b-gray-text-game\/75 {
    border-bottom-color: hsla(0,0%,56%,.75)
}

.border-b-gray-text-game\/80 {
    border-bottom-color: hsla(0,0%,56%,.8)
}

.border-b-gray-text-game\/90 {
    border-bottom-color: hsla(0,0%,56%,.9)
}

.border-b-gray-text-game\/95 {
    border-bottom-color: hsla(0,0%,56%,.95)
}

.border-b-gray-text-popup-login {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(128 128 128/var(--tw-border-opacity))
}

.border-b-gray-text-popup-login\/0 {
    border-bottom-color: hsla(0,0%,50%,0)
}

.border-b-gray-text-popup-login\/10 {
    border-bottom-color: hsla(0,0%,50%,.1)
}

.border-b-gray-text-popup-login\/100 {
    border-bottom-color: grey
}

.border-b-gray-text-popup-login\/20 {
    border-bottom-color: hsla(0,0%,50%,.2)
}

.border-b-gray-text-popup-login\/25 {
    border-bottom-color: hsla(0,0%,50%,.25)
}

.border-b-gray-text-popup-login\/30 {
    border-bottom-color: hsla(0,0%,50%,.3)
}

.border-b-gray-text-popup-login\/40 {
    border-bottom-color: hsla(0,0%,50%,.4)
}

.border-b-gray-text-popup-login\/5 {
    border-bottom-color: hsla(0,0%,50%,.05)
}

.border-b-gray-text-popup-login\/50 {
    border-bottom-color: hsla(0,0%,50%,.5)
}

.border-b-gray-text-popup-login\/60 {
    border-bottom-color: hsla(0,0%,50%,.6)
}

.border-b-gray-text-popup-login\/70 {
    border-bottom-color: hsla(0,0%,50%,.7)
}

.border-b-gray-text-popup-login\/75 {
    border-bottom-color: hsla(0,0%,50%,.75)
}

.border-b-gray-text-popup-login\/80 {
    border-bottom-color: hsla(0,0%,50%,.8)
}

.border-b-gray-text-popup-login\/90 {
    border-bottom-color: hsla(0,0%,50%,.9)
}

.border-b-gray-text-popup-login\/95 {
    border-bottom-color: hsla(0,0%,50%,.95)
}

.border-b-gray-text\/0 {
    border-bottom-color: hsla(38,26%,81%,0)
}

.border-b-gray-text\/10 {
    border-bottom-color: hsla(38,26%,81%,.1)
}

.border-b-gray-text\/100 {
    border-bottom-color: #dbd2c2
}

.border-b-gray-text\/20 {
    border-bottom-color: hsla(38,26%,81%,.2)
}

.border-b-gray-text\/25 {
    border-bottom-color: hsla(38,26%,81%,.25)
}

.border-b-gray-text\/30 {
    border-bottom-color: hsla(38,26%,81%,.3)
}

.border-b-gray-text\/40 {
    border-bottom-color: hsla(38,26%,81%,.4)
}

.border-b-gray-text\/5 {
    border-bottom-color: hsla(38,26%,81%,.05)
}

.border-b-gray-text\/50 {
    border-bottom-color: hsla(38,26%,81%,.5)
}

.border-b-gray-text\/60 {
    border-bottom-color: hsla(38,26%,81%,.6)
}

.border-b-gray-text\/70 {
    border-bottom-color: hsla(38,26%,81%,.7)
}

.border-b-gray-text\/75 {
    border-bottom-color: hsla(38,26%,81%,.75)
}

.border-b-gray-text\/80 {
    border-bottom-color: hsla(38,26%,81%,.8)
}

.border-b-gray-text\/90 {
    border-bottom-color: hsla(38,26%,81%,.9)
}

.border-b-gray-text\/95 {
    border-bottom-color: hsla(38,26%,81%,.95)
}

.border-b-gray-title-game {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(230 230 230/var(--tw-border-opacity))
}

.border-b-gray-title-game\/0 {
    border-bottom-color: hsla(0,0%,90%,0)
}

.border-b-gray-title-game\/10 {
    border-bottom-color: hsla(0,0%,90%,.1)
}

.border-b-gray-title-game\/100 {
    border-bottom-color: #e6e6e6
}

.border-b-gray-title-game\/20 {
    border-bottom-color: hsla(0,0%,90%,.2)
}

.border-b-gray-title-game\/25 {
    border-bottom-color: hsla(0,0%,90%,.25)
}

.border-b-gray-title-game\/30 {
    border-bottom-color: hsla(0,0%,90%,.3)
}

.border-b-gray-title-game\/40 {
    border-bottom-color: hsla(0,0%,90%,.4)
}

.border-b-gray-title-game\/5 {
    border-bottom-color: hsla(0,0%,90%,.05)
}

.border-b-gray-title-game\/50 {
    border-bottom-color: hsla(0,0%,90%,.5)
}

.border-b-gray-title-game\/60 {
    border-bottom-color: hsla(0,0%,90%,.6)
}

.border-b-gray-title-game\/70 {
    border-bottom-color: hsla(0,0%,90%,.7)
}

.border-b-gray-title-game\/75 {
    border-bottom-color: hsla(0,0%,90%,.75)
}

.border-b-gray-title-game\/80 {
    border-bottom-color: hsla(0,0%,90%,.8)
}

.border-b-gray-title-game\/90 {
    border-bottom-color: hsla(0,0%,90%,.9)
}

.border-b-gray-title-game\/95 {
    border-bottom-color: hsla(0,0%,90%,.95)
}

.border-b-gray-white {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(227 227 226/var(--tw-border-opacity))
}

.border-b-gray-white\/0 {
    border-bottom-color: hsla(60,2%,89%,0)
}

.border-b-gray-white\/10 {
    border-bottom-color: hsla(60,2%,89%,.1)
}

.border-b-gray-white\/100 {
    border-bottom-color: #e3e3e2
}

.border-b-gray-white\/20 {
    border-bottom-color: hsla(60,2%,89%,.2)
}

.border-b-gray-white\/25 {
    border-bottom-color: hsla(60,2%,89%,.25)
}

.border-b-gray-white\/30 {
    border-bottom-color: hsla(60,2%,89%,.3)
}

.border-b-gray-white\/40 {
    border-bottom-color: hsla(60,2%,89%,.4)
}

.border-b-gray-white\/5 {
    border-bottom-color: hsla(60,2%,89%,.05)
}

.border-b-gray-white\/50 {
    border-bottom-color: hsla(60,2%,89%,.5)
}

.border-b-gray-white\/60 {
    border-bottom-color: hsla(60,2%,89%,.6)
}

.border-b-gray-white\/70 {
    border-bottom-color: hsla(60,2%,89%,.7)
}

.border-b-gray-white\/75 {
    border-bottom-color: hsla(60,2%,89%,.75)
}

.border-b-gray-white\/80 {
    border-bottom-color: hsla(60,2%,89%,.8)
}

.border-b-gray-white\/90 {
    border-bottom-color: hsla(60,2%,89%,.9)
}

.border-b-gray-white\/95 {
    border-bottom-color: hsla(60,2%,89%,.95)
}

.border-b-green-success {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(98 202 121/var(--tw-border-opacity))
}

.border-b-green-success\/0 {
    border-bottom-color: rgba(98,202,121,0)
}

.border-b-green-success\/10 {
    border-bottom-color: rgba(98,202,121,.1)
}

.border-b-green-success\/100 {
    border-bottom-color: #62ca79
}

.border-b-green-success\/20 {
    border-bottom-color: rgba(98,202,121,.2)
}

.border-b-green-success\/25 {
    border-bottom-color: rgba(98,202,121,.25)
}

.border-b-green-success\/30 {
    border-bottom-color: rgba(98,202,121,.3)
}

.border-b-green-success\/40 {
    border-bottom-color: rgba(98,202,121,.4)
}

.border-b-green-success\/5 {
    border-bottom-color: rgba(98,202,121,.05)
}

.border-b-green-success\/50 {
    border-bottom-color: rgba(98,202,121,.5)
}

.border-b-green-success\/60 {
    border-bottom-color: rgba(98,202,121,.6)
}

.border-b-green-success\/70 {
    border-bottom-color: rgba(98,202,121,.7)
}

.border-b-green-success\/75 {
    border-bottom-color: rgba(98,202,121,.75)
}

.border-b-green-success\/80 {
    border-bottom-color: rgba(98,202,121,.8)
}

.border-b-green-success\/90 {
    border-bottom-color: rgba(98,202,121,.9)
}

.border-b-green-success\/95 {
    border-bottom-color: rgba(98,202,121,.95)
}

.border-b-green-win {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(92 191 117/var(--tw-border-opacity))
}

.border-b-green-win\/0 {
    border-bottom-color: rgba(92,191,117,0)
}

.border-b-green-win\/10 {
    border-bottom-color: rgba(92,191,117,.1)
}

.border-b-green-win\/100 {
    border-bottom-color: #5cbf75
}

.border-b-green-win\/20 {
    border-bottom-color: rgba(92,191,117,.2)
}

.border-b-green-win\/25 {
    border-bottom-color: rgba(92,191,117,.25)
}

.border-b-green-win\/30 {
    border-bottom-color: rgba(92,191,117,.3)
}

.border-b-green-win\/40 {
    border-bottom-color: rgba(92,191,117,.4)
}

.border-b-green-win\/5 {
    border-bottom-color: rgba(92,191,117,.05)
}

.border-b-green-win\/50 {
    border-bottom-color: rgba(92,191,117,.5)
}

.border-b-green-win\/60 {
    border-bottom-color: rgba(92,191,117,.6)
}

.border-b-green-win\/70 {
    border-bottom-color: rgba(92,191,117,.7)
}

.border-b-green-win\/75 {
    border-bottom-color: rgba(92,191,117,.75)
}

.border-b-green-win\/80 {
    border-bottom-color: rgba(92,191,117,.8)
}

.border-b-green-win\/90 {
    border-bottom-color: rgba(92,191,117,.9)
}

.border-b-green-win\/95 {
    border-bottom-color: rgba(92,191,117,.95)
}

.border-b-highlight-leo88 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(184 28 28/var(--tw-border-opacity))
}

.border-b-highlight-leo88\/0 {
    border-bottom-color: rgba(184,28,28,0)
}

.border-b-highlight-leo88\/10 {
    border-bottom-color: rgba(184,28,28,.1)
}

.border-b-highlight-leo88\/100 {
    border-bottom-color: #b81c1c
}

.border-b-highlight-leo88\/20 {
    border-bottom-color: rgba(184,28,28,.2)
}

.border-b-highlight-leo88\/25 {
    border-bottom-color: rgba(184,28,28,.25)
}

.border-b-highlight-leo88\/30 {
    border-bottom-color: rgba(184,28,28,.3)
}

.border-b-highlight-leo88\/40 {
    border-bottom-color: rgba(184,28,28,.4)
}

.border-b-highlight-leo88\/5 {
    border-bottom-color: rgba(184,28,28,.05)
}

.border-b-highlight-leo88\/50 {
    border-bottom-color: rgba(184,28,28,.5)
}

.border-b-highlight-leo88\/60 {
    border-bottom-color: rgba(184,28,28,.6)
}

.border-b-highlight-leo88\/70 {
    border-bottom-color: rgba(184,28,28,.7)
}

.border-b-highlight-leo88\/75 {
    border-bottom-color: rgba(184,28,28,.75)
}

.border-b-highlight-leo88\/80 {
    border-bottom-color: rgba(184,28,28,.8)
}

.border-b-highlight-leo88\/90 {
    border-bottom-color: rgba(184,28,28,.9)
}

.border-b-highlight-leo88\/95 {
    border-bottom-color: rgba(184,28,28,.95)
}

.border-b-home-title {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 221 169/var(--tw-border-opacity))
}

.border-b-home-title\/0 {
    border-bottom-color: rgba(255,221,169,0)
}

.border-b-home-title\/10 {
    border-bottom-color: rgba(255,221,169,.1)
}

.border-b-home-title\/100 {
    border-bottom-color: #ffdda9
}

.border-b-home-title\/20 {
    border-bottom-color: rgba(255,221,169,.2)
}

.border-b-home-title\/25 {
    border-bottom-color: rgba(255,221,169,.25)
}

.border-b-home-title\/30 {
    border-bottom-color: rgba(255,221,169,.3)
}

.border-b-home-title\/40 {
    border-bottom-color: rgba(255,221,169,.4)
}

.border-b-home-title\/5 {
    border-bottom-color: rgba(255,221,169,.05)
}

.border-b-home-title\/50 {
    border-bottom-color: rgba(255,221,169,.5)
}

.border-b-home-title\/60 {
    border-bottom-color: rgba(255,221,169,.6)
}

.border-b-home-title\/70 {
    border-bottom-color: rgba(255,221,169,.7)
}

.border-b-home-title\/75 {
    border-bottom-color: rgba(255,221,169,.75)
}

.border-b-home-title\/80 {
    border-bottom-color: rgba(255,221,169,.8)
}

.border-b-home-title\/90 {
    border-bottom-color: rgba(255,221,169,.9)
}

.border-b-home-title\/95 {
    border-bottom-color: rgba(255,221,169,.95)
}

.border-b-hot-match-green {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(74 197 64/var(--tw-border-opacity))
}

.border-b-hot-match-green\/0 {
    border-bottom-color: rgba(74,197,64,0)
}

.border-b-hot-match-green\/10 {
    border-bottom-color: rgba(74,197,64,.1)
}

.border-b-hot-match-green\/100 {
    border-bottom-color: #4ac540
}

.border-b-hot-match-green\/20 {
    border-bottom-color: rgba(74,197,64,.2)
}

.border-b-hot-match-green\/25 {
    border-bottom-color: rgba(74,197,64,.25)
}

.border-b-hot-match-green\/30 {
    border-bottom-color: rgba(74,197,64,.3)
}

.border-b-hot-match-green\/40 {
    border-bottom-color: rgba(74,197,64,.4)
}

.border-b-hot-match-green\/5 {
    border-bottom-color: rgba(74,197,64,.05)
}

.border-b-hot-match-green\/50 {
    border-bottom-color: rgba(74,197,64,.5)
}

.border-b-hot-match-green\/60 {
    border-bottom-color: rgba(74,197,64,.6)
}

.border-b-hot-match-green\/70 {
    border-bottom-color: rgba(74,197,64,.7)
}

.border-b-hot-match-green\/75 {
    border-bottom-color: rgba(74,197,64,.75)
}

.border-b-hot-match-green\/80 {
    border-bottom-color: rgba(74,197,64,.8)
}

.border-b-hot-match-green\/90 {
    border-bottom-color: rgba(74,197,64,.9)
}

.border-b-hot-match-green\/95 {
    border-bottom-color: rgba(74,197,64,.95)
}

.border-b-hot-match-highlight {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(251 236 231/var(--tw-border-opacity))
}

.border-b-hot-match-highlight\/0 {
    border-bottom-color: hsla(15,71%,95%,0)
}

.border-b-hot-match-highlight\/10 {
    border-bottom-color: hsla(15,71%,95%,.1)
}

.border-b-hot-match-highlight\/100 {
    border-bottom-color: #fbece7
}

.border-b-hot-match-highlight\/20 {
    border-bottom-color: hsla(15,71%,95%,.2)
}

.border-b-hot-match-highlight\/25 {
    border-bottom-color: hsla(15,71%,95%,.25)
}

.border-b-hot-match-highlight\/30 {
    border-bottom-color: hsla(15,71%,95%,.3)
}

.border-b-hot-match-highlight\/40 {
    border-bottom-color: hsla(15,71%,95%,.4)
}

.border-b-hot-match-highlight\/5 {
    border-bottom-color: hsla(15,71%,95%,.05)
}

.border-b-hot-match-highlight\/50 {
    border-bottom-color: hsla(15,71%,95%,.5)
}

.border-b-hot-match-highlight\/60 {
    border-bottom-color: hsla(15,71%,95%,.6)
}

.border-b-hot-match-highlight\/70 {
    border-bottom-color: hsla(15,71%,95%,.7)
}

.border-b-hot-match-highlight\/75 {
    border-bottom-color: hsla(15,71%,95%,.75)
}

.border-b-hot-match-highlight\/80 {
    border-bottom-color: hsla(15,71%,95%,.8)
}

.border-b-hot-match-highlight\/90 {
    border-bottom-color: hsla(15,71%,95%,.9)
}

.border-b-hot-match-highlight\/95 {
    border-bottom-color: hsla(15,71%,95%,.95)
}

.border-b-hot-match-match {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(86 63 42/var(--tw-border-opacity))
}

.border-b-hot-match-match\/0 {
    border-bottom-color: rgba(86,63,42,0)
}

.border-b-hot-match-match\/10 {
    border-bottom-color: rgba(86,63,42,.1)
}

.border-b-hot-match-match\/100 {
    border-bottom-color: #563f2a
}

.border-b-hot-match-match\/20 {
    border-bottom-color: rgba(86,63,42,.2)
}

.border-b-hot-match-match\/25 {
    border-bottom-color: rgba(86,63,42,.25)
}

.border-b-hot-match-match\/30 {
    border-bottom-color: rgba(86,63,42,.3)
}

.border-b-hot-match-match\/40 {
    border-bottom-color: rgba(86,63,42,.4)
}

.border-b-hot-match-match\/5 {
    border-bottom-color: rgba(86,63,42,.05)
}

.border-b-hot-match-match\/50 {
    border-bottom-color: rgba(86,63,42,.5)
}

.border-b-hot-match-match\/60 {
    border-bottom-color: rgba(86,63,42,.6)
}

.border-b-hot-match-match\/70 {
    border-bottom-color: rgba(86,63,42,.7)
}

.border-b-hot-match-match\/75 {
    border-bottom-color: rgba(86,63,42,.75)
}

.border-b-hot-match-match\/80 {
    border-bottom-color: rgba(86,63,42,.8)
}

.border-b-hot-match-match\/90 {
    border-bottom-color: rgba(86,63,42,.9)
}

.border-b-hot-match-match\/95 {
    border-bottom-color: rgba(86,63,42,.95)
}

.border-b-hot-match-provider {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(50 44 41/var(--tw-border-opacity))
}

.border-b-hot-match-provider\/0 {
    border-bottom-color: rgba(50,44,41,0)
}

.border-b-hot-match-provider\/10 {
    border-bottom-color: rgba(50,44,41,.1)
}

.border-b-hot-match-provider\/100 {
    border-bottom-color: #322c29
}

.border-b-hot-match-provider\/20 {
    border-bottom-color: rgba(50,44,41,.2)
}

.border-b-hot-match-provider\/25 {
    border-bottom-color: rgba(50,44,41,.25)
}

.border-b-hot-match-provider\/30 {
    border-bottom-color: rgba(50,44,41,.3)
}

.border-b-hot-match-provider\/40 {
    border-bottom-color: rgba(50,44,41,.4)
}

.border-b-hot-match-provider\/5 {
    border-bottom-color: rgba(50,44,41,.05)
}

.border-b-hot-match-provider\/50 {
    border-bottom-color: rgba(50,44,41,.5)
}

.border-b-hot-match-provider\/60 {
    border-bottom-color: rgba(50,44,41,.6)
}

.border-b-hot-match-provider\/70 {
    border-bottom-color: rgba(50,44,41,.7)
}

.border-b-hot-match-provider\/75 {
    border-bottom-color: rgba(50,44,41,.75)
}

.border-b-hot-match-provider\/80 {
    border-bottom-color: rgba(50,44,41,.8)
}

.border-b-hot-match-provider\/90 {
    border-bottom-color: rgba(50,44,41,.9)
}

.border-b-hot-match-provider\/95 {
    border-bottom-color: rgba(50,44,41,.95)
}

.border-b-hot-match-red {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(234 51 42/var(--tw-border-opacity))
}

.border-b-hot-match-red\/0 {
    border-bottom-color: rgba(234,51,42,0)
}

.border-b-hot-match-red\/10 {
    border-bottom-color: rgba(234,51,42,.1)
}

.border-b-hot-match-red\/100 {
    border-bottom-color: #ea332a
}

.border-b-hot-match-red\/20 {
    border-bottom-color: rgba(234,51,42,.2)
}

.border-b-hot-match-red\/25 {
    border-bottom-color: rgba(234,51,42,.25)
}

.border-b-hot-match-red\/30 {
    border-bottom-color: rgba(234,51,42,.3)
}

.border-b-hot-match-red\/40 {
    border-bottom-color: rgba(234,51,42,.4)
}

.border-b-hot-match-red\/5 {
    border-bottom-color: rgba(234,51,42,.05)
}

.border-b-hot-match-red\/50 {
    border-bottom-color: rgba(234,51,42,.5)
}

.border-b-hot-match-red\/60 {
    border-bottom-color: rgba(234,51,42,.6)
}

.border-b-hot-match-red\/70 {
    border-bottom-color: rgba(234,51,42,.7)
}

.border-b-hot-match-red\/75 {
    border-bottom-color: rgba(234,51,42,.75)
}

.border-b-hot-match-red\/80 {
    border-bottom-color: rgba(234,51,42,.8)
}

.border-b-hot-match-red\/90 {
    border-bottom-color: rgba(234,51,42,.9)
}

.border-b-hot-match-red\/95 {
    border-bottom-color: rgba(234,51,42,.95)
}

.border-b-hot-match-row {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(244 204 144/var(--tw-border-opacity))
}

.border-b-hot-match-row\/0 {
    border-bottom-color: hsla(36,82%,76%,0)
}

.border-b-hot-match-row\/10 {
    border-bottom-color: hsla(36,82%,76%,.1)
}

.border-b-hot-match-row\/100 {
    border-bottom-color: #f4cc90
}

.border-b-hot-match-row\/20 {
    border-bottom-color: hsla(36,82%,76%,.2)
}

.border-b-hot-match-row\/25 {
    border-bottom-color: hsla(36,82%,76%,.25)
}

.border-b-hot-match-row\/30 {
    border-bottom-color: hsla(36,82%,76%,.3)
}

.border-b-hot-match-row\/40 {
    border-bottom-color: hsla(36,82%,76%,.4)
}

.border-b-hot-match-row\/5 {
    border-bottom-color: hsla(36,82%,76%,.05)
}

.border-b-hot-match-row\/50 {
    border-bottom-color: hsla(36,82%,76%,.5)
}

.border-b-hot-match-row\/60 {
    border-bottom-color: hsla(36,82%,76%,.6)
}

.border-b-hot-match-row\/70 {
    border-bottom-color: hsla(36,82%,76%,.7)
}

.border-b-hot-match-row\/75 {
    border-bottom-color: hsla(36,82%,76%,.75)
}

.border-b-hot-match-row\/80 {
    border-bottom-color: hsla(36,82%,76%,.8)
}

.border-b-hot-match-row\/90 {
    border-bottom-color: hsla(36,82%,76%,.9)
}

.border-b-hot-match-row\/95 {
    border-bottom-color: hsla(36,82%,76%,.95)
}

.border-b-hot-match-table-title {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 214 145/var(--tw-border-opacity))
}

.border-b-hot-match-table-title\/0 {
    border-bottom-color: rgba(255,214,145,0)
}

.border-b-hot-match-table-title\/10 {
    border-bottom-color: rgba(255,214,145,.1)
}

.border-b-hot-match-table-title\/100 {
    border-bottom-color: #ffd691
}

.border-b-hot-match-table-title\/20 {
    border-bottom-color: rgba(255,214,145,.2)
}

.border-b-hot-match-table-title\/25 {
    border-bottom-color: rgba(255,214,145,.25)
}

.border-b-hot-match-table-title\/30 {
    border-bottom-color: rgba(255,214,145,.3)
}

.border-b-hot-match-table-title\/40 {
    border-bottom-color: rgba(255,214,145,.4)
}

.border-b-hot-match-table-title\/5 {
    border-bottom-color: rgba(255,214,145,.05)
}

.border-b-hot-match-table-title\/50 {
    border-bottom-color: rgba(255,214,145,.5)
}

.border-b-hot-match-table-title\/60 {
    border-bottom-color: rgba(255,214,145,.6)
}

.border-b-hot-match-table-title\/70 {
    border-bottom-color: rgba(255,214,145,.7)
}

.border-b-hot-match-table-title\/75 {
    border-bottom-color: rgba(255,214,145,.75)
}

.border-b-hot-match-table-title\/80 {
    border-bottom-color: rgba(255,214,145,.8)
}

.border-b-hot-match-table-title\/90 {
    border-bottom-color: rgba(255,214,145,.9)
}

.border-b-hot-match-table-title\/95 {
    border-bottom-color: rgba(255,214,145,.95)
}

.border-b-hot-match-text {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-b-hot-match-text\/0 {
    border-bottom-color: rgba(58,58,58,0)
}

.border-b-hot-match-text\/10 {
    border-bottom-color: rgba(58,58,58,.1)
}

.border-b-hot-match-text\/100 {
    border-bottom-color: #3a3a3a
}

.border-b-hot-match-text\/20 {
    border-bottom-color: rgba(58,58,58,.2)
}

.border-b-hot-match-text\/25 {
    border-bottom-color: rgba(58,58,58,.25)
}

.border-b-hot-match-text\/30 {
    border-bottom-color: rgba(58,58,58,.3)
}

.border-b-hot-match-text\/40 {
    border-bottom-color: rgba(58,58,58,.4)
}

.border-b-hot-match-text\/5 {
    border-bottom-color: rgba(58,58,58,.05)
}

.border-b-hot-match-text\/50 {
    border-bottom-color: rgba(58,58,58,.5)
}

.border-b-hot-match-text\/60 {
    border-bottom-color: rgba(58,58,58,.6)
}

.border-b-hot-match-text\/70 {
    border-bottom-color: rgba(58,58,58,.7)
}

.border-b-hot-match-text\/75 {
    border-bottom-color: rgba(58,58,58,.75)
}

.border-b-hot-match-text\/80 {
    border-bottom-color: rgba(58,58,58,.8)
}

.border-b-hot-match-text\/90 {
    border-bottom-color: rgba(58,58,58,.9)
}

.border-b-hot-match-text\/95 {
    border-bottom-color: rgba(58,58,58,.95)
}

.border-b-inactive {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(115 115 116/var(--tw-border-opacity))
}

.border-b-inactive\/0 {
    border-bottom-color: hsla(240,0%,45%,0)
}

.border-b-inactive\/10 {
    border-bottom-color: hsla(240,0%,45%,.1)
}

.border-b-inactive\/100 {
    border-bottom-color: #737374
}

.border-b-inactive\/20 {
    border-bottom-color: hsla(240,0%,45%,.2)
}

.border-b-inactive\/25 {
    border-bottom-color: hsla(240,0%,45%,.25)
}

.border-b-inactive\/30 {
    border-bottom-color: hsla(240,0%,45%,.3)
}

.border-b-inactive\/40 {
    border-bottom-color: hsla(240,0%,45%,.4)
}

.border-b-inactive\/5 {
    border-bottom-color: hsla(240,0%,45%,.05)
}

.border-b-inactive\/50 {
    border-bottom-color: hsla(240,0%,45%,.5)
}

.border-b-inactive\/60 {
    border-bottom-color: hsla(240,0%,45%,.6)
}

.border-b-inactive\/70 {
    border-bottom-color: hsla(240,0%,45%,.7)
}

.border-b-inactive\/75 {
    border-bottom-color: hsla(240,0%,45%,.75)
}

.border-b-inactive\/80 {
    border-bottom-color: hsla(240,0%,45%,.8)
}

.border-b-inactive\/90 {
    border-bottom-color: hsla(240,0%,45%,.9)
}

.border-b-inactive\/95 {
    border-bottom-color: hsla(240,0%,45%,.95)
}

.border-b-input-popup {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(21 22 22/var(--tw-border-opacity))
}

.border-b-input-popup\/0 {
    border-bottom-color: rgba(21,22,22,0)
}

.border-b-input-popup\/10 {
    border-bottom-color: rgba(21,22,22,.1)
}

.border-b-input-popup\/100 {
    border-bottom-color: #151616
}

.border-b-input-popup\/20 {
    border-bottom-color: rgba(21,22,22,.2)
}

.border-b-input-popup\/25 {
    border-bottom-color: rgba(21,22,22,.25)
}

.border-b-input-popup\/30 {
    border-bottom-color: rgba(21,22,22,.3)
}

.border-b-input-popup\/40 {
    border-bottom-color: rgba(21,22,22,.4)
}

.border-b-input-popup\/5 {
    border-bottom-color: rgba(21,22,22,.05)
}

.border-b-input-popup\/50 {
    border-bottom-color: rgba(21,22,22,.5)
}

.border-b-input-popup\/60 {
    border-bottom-color: rgba(21,22,22,.6)
}

.border-b-input-popup\/70 {
    border-bottom-color: rgba(21,22,22,.7)
}

.border-b-input-popup\/75 {
    border-bottom-color: rgba(21,22,22,.75)
}

.border-b-input-popup\/80 {
    border-bottom-color: rgba(21,22,22,.8)
}

.border-b-input-popup\/90 {
    border-bottom-color: rgba(21,22,22,.9)
}

.border-b-input-popup\/95 {
    border-bottom-color: rgba(21,22,22,.95)
}

.border-b-input-profile {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(68 67 67/var(--tw-border-opacity))
}

.border-b-input-profile\/0 {
    border-bottom-color: rgba(68,67,67,0)
}

.border-b-input-profile\/10 {
    border-bottom-color: rgba(68,67,67,.1)
}

.border-b-input-profile\/100 {
    border-bottom-color: #444343
}

.border-b-input-profile\/20 {
    border-bottom-color: rgba(68,67,67,.2)
}

.border-b-input-profile\/25 {
    border-bottom-color: rgba(68,67,67,.25)
}

.border-b-input-profile\/30 {
    border-bottom-color: rgba(68,67,67,.3)
}

.border-b-input-profile\/40 {
    border-bottom-color: rgba(68,67,67,.4)
}

.border-b-input-profile\/5 {
    border-bottom-color: rgba(68,67,67,.05)
}

.border-b-input-profile\/50 {
    border-bottom-color: rgba(68,67,67,.5)
}

.border-b-input-profile\/60 {
    border-bottom-color: rgba(68,67,67,.6)
}

.border-b-input-profile\/70 {
    border-bottom-color: rgba(68,67,67,.7)
}

.border-b-input-profile\/75 {
    border-bottom-color: rgba(68,67,67,.75)
}

.border-b-input-profile\/80 {
    border-bottom-color: rgba(68,67,67,.8)
}

.border-b-input-profile\/90 {
    border-bottom-color: rgba(68,67,67,.9)
}

.border-b-input-profile\/95 {
    border-bottom-color: rgba(68,67,67,.95)
}

.border-b-item-history-first {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-b-item-history-first\/0 {
    border-bottom-color: rgba(48,53,56,0)
}

.border-b-item-history-first\/10 {
    border-bottom-color: rgba(48,53,56,.1)
}

.border-b-item-history-first\/100 {
    border-bottom-color: #303538
}

.border-b-item-history-first\/20 {
    border-bottom-color: rgba(48,53,56,.2)
}

.border-b-item-history-first\/25 {
    border-bottom-color: rgba(48,53,56,.25)
}

.border-b-item-history-first\/30 {
    border-bottom-color: rgba(48,53,56,.3)
}

.border-b-item-history-first\/40 {
    border-bottom-color: rgba(48,53,56,.4)
}

.border-b-item-history-first\/5 {
    border-bottom-color: rgba(48,53,56,.05)
}

.border-b-item-history-first\/50 {
    border-bottom-color: rgba(48,53,56,.5)
}

.border-b-item-history-first\/60 {
    border-bottom-color: rgba(48,53,56,.6)
}

.border-b-item-history-first\/70 {
    border-bottom-color: rgba(48,53,56,.7)
}

.border-b-item-history-first\/75 {
    border-bottom-color: rgba(48,53,56,.75)
}

.border-b-item-history-first\/80 {
    border-bottom-color: rgba(48,53,56,.8)
}

.border-b-item-history-first\/90 {
    border-bottom-color: rgba(48,53,56,.9)
}

.border-b-item-history-first\/95 {
    border-bottom-color: rgba(48,53,56,.95)
}

.border-b-item-history-second {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-b-item-history-second\/0 {
    border-bottom-color: rgba(39,38,36,0)
}

.border-b-item-history-second\/10 {
    border-bottom-color: rgba(39,38,36,.1)
}

.border-b-item-history-second\/100 {
    border-bottom-color: #272624
}

.border-b-item-history-second\/20 {
    border-bottom-color: rgba(39,38,36,.2)
}

.border-b-item-history-second\/25 {
    border-bottom-color: rgba(39,38,36,.25)
}

.border-b-item-history-second\/30 {
    border-bottom-color: rgba(39,38,36,.3)
}

.border-b-item-history-second\/40 {
    border-bottom-color: rgba(39,38,36,.4)
}

.border-b-item-history-second\/5 {
    border-bottom-color: rgba(39,38,36,.05)
}

.border-b-item-history-second\/50 {
    border-bottom-color: rgba(39,38,36,.5)
}

.border-b-item-history-second\/60 {
    border-bottom-color: rgba(39,38,36,.6)
}

.border-b-item-history-second\/70 {
    border-bottom-color: rgba(39,38,36,.7)
}

.border-b-item-history-second\/75 {
    border-bottom-color: rgba(39,38,36,.75)
}

.border-b-item-history-second\/80 {
    border-bottom-color: rgba(39,38,36,.8)
}

.border-b-item-history-second\/90 {
    border-bottom-color: rgba(39,38,36,.9)
}

.border-b-item-history-second\/95 {
    border-bottom-color: rgba(39,38,36,.95)
}

.border-b-login-form {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-b-login-form\/0 {
    border-bottom-color: rgba(39,38,36,0)
}

.border-b-login-form\/10 {
    border-bottom-color: rgba(39,38,36,.1)
}

.border-b-login-form\/100 {
    border-bottom-color: #272624
}

.border-b-login-form\/20 {
    border-bottom-color: rgba(39,38,36,.2)
}

.border-b-login-form\/25 {
    border-bottom-color: rgba(39,38,36,.25)
}

.border-b-login-form\/30 {
    border-bottom-color: rgba(39,38,36,.3)
}

.border-b-login-form\/40 {
    border-bottom-color: rgba(39,38,36,.4)
}

.border-b-login-form\/5 {
    border-bottom-color: rgba(39,38,36,.05)
}

.border-b-login-form\/50 {
    border-bottom-color: rgba(39,38,36,.5)
}

.border-b-login-form\/60 {
    border-bottom-color: rgba(39,38,36,.6)
}

.border-b-login-form\/70 {
    border-bottom-color: rgba(39,38,36,.7)
}

.border-b-login-form\/75 {
    border-bottom-color: rgba(39,38,36,.75)
}

.border-b-login-form\/80 {
    border-bottom-color: rgba(39,38,36,.8)
}

.border-b-login-form\/90 {
    border-bottom-color: rgba(39,38,36,.9)
}

.border-b-login-form\/95 {
    border-bottom-color: rgba(39,38,36,.95)
}

.border-b-main-header {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(36 29 27/var(--tw-border-opacity))
}

.border-b-main-header\/0 {
    border-bottom-color: rgba(36,29,27,0)
}

.border-b-main-header\/10 {
    border-bottom-color: rgba(36,29,27,.1)
}

.border-b-main-header\/100 {
    border-bottom-color: #241d1b
}

.border-b-main-header\/20 {
    border-bottom-color: rgba(36,29,27,.2)
}

.border-b-main-header\/25 {
    border-bottom-color: rgba(36,29,27,.25)
}

.border-b-main-header\/30 {
    border-bottom-color: rgba(36,29,27,.3)
}

.border-b-main-header\/40 {
    border-bottom-color: rgba(36,29,27,.4)
}

.border-b-main-header\/5 {
    border-bottom-color: rgba(36,29,27,.05)
}

.border-b-main-header\/50 {
    border-bottom-color: rgba(36,29,27,.5)
}

.border-b-main-header\/60 {
    border-bottom-color: rgba(36,29,27,.6)
}

.border-b-main-header\/70 {
    border-bottom-color: rgba(36,29,27,.7)
}

.border-b-main-header\/75 {
    border-bottom-color: rgba(36,29,27,.75)
}

.border-b-main-header\/80 {
    border-bottom-color: rgba(36,29,27,.8)
}

.border-b-main-header\/90 {
    border-bottom-color: rgba(36,29,27,.9)
}

.border-b-main-header\/95 {
    border-bottom-color: rgba(36,29,27,.95)
}

.border-b-marquee {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(225 214 180/var(--tw-border-opacity))
}

.border-b-marquee\/0 {
    border-bottom-color: hsla(45,43%,79%,0)
}

.border-b-marquee\/10 {
    border-bottom-color: hsla(45,43%,79%,.1)
}

.border-b-marquee\/100 {
    border-bottom-color: #e1d6b4
}

.border-b-marquee\/20 {
    border-bottom-color: hsla(45,43%,79%,.2)
}

.border-b-marquee\/25 {
    border-bottom-color: hsla(45,43%,79%,.25)
}

.border-b-marquee\/30 {
    border-bottom-color: hsla(45,43%,79%,.3)
}

.border-b-marquee\/40 {
    border-bottom-color: hsla(45,43%,79%,.4)
}

.border-b-marquee\/5 {
    border-bottom-color: hsla(45,43%,79%,.05)
}

.border-b-marquee\/50 {
    border-bottom-color: hsla(45,43%,79%,.5)
}

.border-b-marquee\/60 {
    border-bottom-color: hsla(45,43%,79%,.6)
}

.border-b-marquee\/70 {
    border-bottom-color: hsla(45,43%,79%,.7)
}

.border-b-marquee\/75 {
    border-bottom-color: hsla(45,43%,79%,.75)
}

.border-b-marquee\/80 {
    border-bottom-color: hsla(45,43%,79%,.8)
}

.border-b-marquee\/90 {
    border-bottom-color: hsla(45,43%,79%,.9)
}

.border-b-marquee\/95 {
    border-bottom-color: hsla(45,43%,79%,.95)
}

.border-b-mobile-account-info {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(79 54 31/var(--tw-border-opacity))
}

.border-b-mobile-account-info\/0 {
    border-bottom-color: rgba(79,54,31,0)
}

.border-b-mobile-account-info\/10 {
    border-bottom-color: rgba(79,54,31,.1)
}

.border-b-mobile-account-info\/100 {
    border-bottom-color: #4f361f
}

.border-b-mobile-account-info\/20 {
    border-bottom-color: rgba(79,54,31,.2)
}

.border-b-mobile-account-info\/25 {
    border-bottom-color: rgba(79,54,31,.25)
}

.border-b-mobile-account-info\/30 {
    border-bottom-color: rgba(79,54,31,.3)
}

.border-b-mobile-account-info\/40 {
    border-bottom-color: rgba(79,54,31,.4)
}

.border-b-mobile-account-info\/5 {
    border-bottom-color: rgba(79,54,31,.05)
}

.border-b-mobile-account-info\/50 {
    border-bottom-color: rgba(79,54,31,.5)
}

.border-b-mobile-account-info\/60 {
    border-bottom-color: rgba(79,54,31,.6)
}

.border-b-mobile-account-info\/70 {
    border-bottom-color: rgba(79,54,31,.7)
}

.border-b-mobile-account-info\/75 {
    border-bottom-color: rgba(79,54,31,.75)
}

.border-b-mobile-account-info\/80 {
    border-bottom-color: rgba(79,54,31,.8)
}

.border-b-mobile-account-info\/90 {
    border-bottom-color: rgba(79,54,31,.9)
}

.border-b-mobile-account-info\/95 {
    border-bottom-color: rgba(79,54,31,.95)
}

.border-b-mobile-border {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(124 76 26/var(--tw-border-opacity))
}

.border-b-mobile-border\/0 {
    border-bottom-color: rgba(124,76,26,0)
}

.border-b-mobile-border\/10 {
    border-bottom-color: rgba(124,76,26,.1)
}

.border-b-mobile-border\/100 {
    border-bottom-color: #7c4c1a
}

.border-b-mobile-border\/20 {
    border-bottom-color: rgba(124,76,26,.2)
}

.border-b-mobile-border\/25 {
    border-bottom-color: rgba(124,76,26,.25)
}

.border-b-mobile-border\/30 {
    border-bottom-color: rgba(124,76,26,.3)
}

.border-b-mobile-border\/40 {
    border-bottom-color: rgba(124,76,26,.4)
}

.border-b-mobile-border\/5 {
    border-bottom-color: rgba(124,76,26,.05)
}

.border-b-mobile-border\/50 {
    border-bottom-color: rgba(124,76,26,.5)
}

.border-b-mobile-border\/60 {
    border-bottom-color: rgba(124,76,26,.6)
}

.border-b-mobile-border\/70 {
    border-bottom-color: rgba(124,76,26,.7)
}

.border-b-mobile-border\/75 {
    border-bottom-color: rgba(124,76,26,.75)
}

.border-b-mobile-border\/80 {
    border-bottom-color: rgba(124,76,26,.8)
}

.border-b-mobile-border\/90 {
    border-bottom-color: rgba(124,76,26,.9)
}

.border-b-mobile-border\/95 {
    border-bottom-color: rgba(124,76,26,.95)
}

.border-b-mobile-card {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(35 35 35/var(--tw-border-opacity))
}

.border-b-mobile-card\/0 {
    border-bottom-color: rgba(35,35,35,0)
}

.border-b-mobile-card\/10 {
    border-bottom-color: rgba(35,35,35,.1)
}

.border-b-mobile-card\/100 {
    border-bottom-color: #232323
}

.border-b-mobile-card\/20 {
    border-bottom-color: rgba(35,35,35,.2)
}

.border-b-mobile-card\/25 {
    border-bottom-color: rgba(35,35,35,.25)
}

.border-b-mobile-card\/30 {
    border-bottom-color: rgba(35,35,35,.3)
}

.border-b-mobile-card\/40 {
    border-bottom-color: rgba(35,35,35,.4)
}

.border-b-mobile-card\/5 {
    border-bottom-color: rgba(35,35,35,.05)
}

.border-b-mobile-card\/50 {
    border-bottom-color: rgba(35,35,35,.5)
}

.border-b-mobile-card\/60 {
    border-bottom-color: rgba(35,35,35,.6)
}

.border-b-mobile-card\/70 {
    border-bottom-color: rgba(35,35,35,.7)
}

.border-b-mobile-card\/75 {
    border-bottom-color: rgba(35,35,35,.75)
}

.border-b-mobile-card\/80 {
    border-bottom-color: rgba(35,35,35,.8)
}

.border-b-mobile-card\/90 {
    border-bottom-color: rgba(35,35,35,.9)
}

.border-b-mobile-card\/95 {
    border-bottom-color: rgba(35,35,35,.95)
}

.border-b-mobile-menu-game-background {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(38 27 24/var(--tw-border-opacity))
}

.border-b-mobile-menu-game-background\/0 {
    border-bottom-color: rgba(38,27,24,0)
}

.border-b-mobile-menu-game-background\/10 {
    border-bottom-color: rgba(38,27,24,.1)
}

.border-b-mobile-menu-game-background\/100 {
    border-bottom-color: #261b18
}

.border-b-mobile-menu-game-background\/20 {
    border-bottom-color: rgba(38,27,24,.2)
}

.border-b-mobile-menu-game-background\/25 {
    border-bottom-color: rgba(38,27,24,.25)
}

.border-b-mobile-menu-game-background\/30 {
    border-bottom-color: rgba(38,27,24,.3)
}

.border-b-mobile-menu-game-background\/40 {
    border-bottom-color: rgba(38,27,24,.4)
}

.border-b-mobile-menu-game-background\/5 {
    border-bottom-color: rgba(38,27,24,.05)
}

.border-b-mobile-menu-game-background\/50 {
    border-bottom-color: rgba(38,27,24,.5)
}

.border-b-mobile-menu-game-background\/60 {
    border-bottom-color: rgba(38,27,24,.6)
}

.border-b-mobile-menu-game-background\/70 {
    border-bottom-color: rgba(38,27,24,.7)
}

.border-b-mobile-menu-game-background\/75 {
    border-bottom-color: rgba(38,27,24,.75)
}

.border-b-mobile-menu-game-background\/80 {
    border-bottom-color: rgba(38,27,24,.8)
}

.border-b-mobile-menu-game-background\/90 {
    border-bottom-color: rgba(38,27,24,.9)
}

.border-b-mobile-menu-game-background\/95 {
    border-bottom-color: rgba(38,27,24,.95)
}

.border-b-mobile-menu-game-filter {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(65 46 27/var(--tw-border-opacity))
}

.border-b-mobile-menu-game-filter\/0 {
    border-bottom-color: rgba(65,46,27,0)
}

.border-b-mobile-menu-game-filter\/10 {
    border-bottom-color: rgba(65,46,27,.1)
}

.border-b-mobile-menu-game-filter\/100 {
    border-bottom-color: #412e1b
}

.border-b-mobile-menu-game-filter\/20 {
    border-bottom-color: rgba(65,46,27,.2)
}

.border-b-mobile-menu-game-filter\/25 {
    border-bottom-color: rgba(65,46,27,.25)
}

.border-b-mobile-menu-game-filter\/30 {
    border-bottom-color: rgba(65,46,27,.3)
}

.border-b-mobile-menu-game-filter\/40 {
    border-bottom-color: rgba(65,46,27,.4)
}

.border-b-mobile-menu-game-filter\/5 {
    border-bottom-color: rgba(65,46,27,.05)
}

.border-b-mobile-menu-game-filter\/50 {
    border-bottom-color: rgba(65,46,27,.5)
}

.border-b-mobile-menu-game-filter\/60 {
    border-bottom-color: rgba(65,46,27,.6)
}

.border-b-mobile-menu-game-filter\/70 {
    border-bottom-color: rgba(65,46,27,.7)
}

.border-b-mobile-menu-game-filter\/75 {
    border-bottom-color: rgba(65,46,27,.75)
}

.border-b-mobile-menu-game-filter\/80 {
    border-bottom-color: rgba(65,46,27,.8)
}

.border-b-mobile-menu-game-filter\/90 {
    border-bottom-color: rgba(65,46,27,.9)
}

.border-b-mobile-menu-game-filter\/95 {
    border-bottom-color: rgba(65,46,27,.95)
}

.border-b-mobile-menu-game-provider {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(58 38 17/var(--tw-border-opacity))
}

.border-b-mobile-menu-game-provider\/0 {
    border-bottom-color: rgba(58,38,17,0)
}

.border-b-mobile-menu-game-provider\/10 {
    border-bottom-color: rgba(58,38,17,.1)
}

.border-b-mobile-menu-game-provider\/100 {
    border-bottom-color: #3a2611
}

.border-b-mobile-menu-game-provider\/20 {
    border-bottom-color: rgba(58,38,17,.2)
}

.border-b-mobile-menu-game-provider\/25 {
    border-bottom-color: rgba(58,38,17,.25)
}

.border-b-mobile-menu-game-provider\/30 {
    border-bottom-color: rgba(58,38,17,.3)
}

.border-b-mobile-menu-game-provider\/40 {
    border-bottom-color: rgba(58,38,17,.4)
}

.border-b-mobile-menu-game-provider\/5 {
    border-bottom-color: rgba(58,38,17,.05)
}

.border-b-mobile-menu-game-provider\/50 {
    border-bottom-color: rgba(58,38,17,.5)
}

.border-b-mobile-menu-game-provider\/60 {
    border-bottom-color: rgba(58,38,17,.6)
}

.border-b-mobile-menu-game-provider\/70 {
    border-bottom-color: rgba(58,38,17,.7)
}

.border-b-mobile-menu-game-provider\/75 {
    border-bottom-color: rgba(58,38,17,.75)
}

.border-b-mobile-menu-game-provider\/80 {
    border-bottom-color: rgba(58,38,17,.8)
}

.border-b-mobile-menu-game-provider\/90 {
    border-bottom-color: rgba(58,38,17,.9)
}

.border-b-mobile-menu-game-provider\/95 {
    border-bottom-color: rgba(58,38,17,.95)
}

.border-b-mobile-menu-game-text {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(128 117 106/var(--tw-border-opacity))
}

.border-b-mobile-menu-game-text\/0 {
    border-bottom-color: hsla(30,9%,46%,0)
}

.border-b-mobile-menu-game-text\/10 {
    border-bottom-color: hsla(30,9%,46%,.1)
}

.border-b-mobile-menu-game-text\/100 {
    border-bottom-color: #80756a
}

.border-b-mobile-menu-game-text\/20 {
    border-bottom-color: hsla(30,9%,46%,.2)
}

.border-b-mobile-menu-game-text\/25 {
    border-bottom-color: hsla(30,9%,46%,.25)
}

.border-b-mobile-menu-game-text\/30 {
    border-bottom-color: hsla(30,9%,46%,.3)
}

.border-b-mobile-menu-game-text\/40 {
    border-bottom-color: hsla(30,9%,46%,.4)
}

.border-b-mobile-menu-game-text\/5 {
    border-bottom-color: hsla(30,9%,46%,.05)
}

.border-b-mobile-menu-game-text\/50 {
    border-bottom-color: hsla(30,9%,46%,.5)
}

.border-b-mobile-menu-game-text\/60 {
    border-bottom-color: hsla(30,9%,46%,.6)
}

.border-b-mobile-menu-game-text\/70 {
    border-bottom-color: hsla(30,9%,46%,.7)
}

.border-b-mobile-menu-game-text\/75 {
    border-bottom-color: hsla(30,9%,46%,.75)
}

.border-b-mobile-menu-game-text\/80 {
    border-bottom-color: hsla(30,9%,46%,.8)
}

.border-b-mobile-menu-game-text\/90 {
    border-bottom-color: hsla(30,9%,46%,.9)
}

.border-b-mobile-menu-game-text\/95 {
    border-bottom-color: hsla(30,9%,46%,.95)
}

.border-b-mobile-nav-text-inactive {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(219 210 194/var(--tw-border-opacity))
}

.border-b-mobile-nav-text-inactive\/0 {
    border-bottom-color: hsla(38,26%,81%,0)
}

.border-b-mobile-nav-text-inactive\/10 {
    border-bottom-color: hsla(38,26%,81%,.1)
}

.border-b-mobile-nav-text-inactive\/100 {
    border-bottom-color: #dbd2c2
}

.border-b-mobile-nav-text-inactive\/20 {
    border-bottom-color: hsla(38,26%,81%,.2)
}

.border-b-mobile-nav-text-inactive\/25 {
    border-bottom-color: hsla(38,26%,81%,.25)
}

.border-b-mobile-nav-text-inactive\/30 {
    border-bottom-color: hsla(38,26%,81%,.3)
}

.border-b-mobile-nav-text-inactive\/40 {
    border-bottom-color: hsla(38,26%,81%,.4)
}

.border-b-mobile-nav-text-inactive\/5 {
    border-bottom-color: hsla(38,26%,81%,.05)
}

.border-b-mobile-nav-text-inactive\/50 {
    border-bottom-color: hsla(38,26%,81%,.5)
}

.border-b-mobile-nav-text-inactive\/60 {
    border-bottom-color: hsla(38,26%,81%,.6)
}

.border-b-mobile-nav-text-inactive\/70 {
    border-bottom-color: hsla(38,26%,81%,.7)
}

.border-b-mobile-nav-text-inactive\/75 {
    border-bottom-color: hsla(38,26%,81%,.75)
}

.border-b-mobile-nav-text-inactive\/80 {
    border-bottom-color: hsla(38,26%,81%,.8)
}

.border-b-mobile-nav-text-inactive\/90 {
    border-bottom-color: hsla(38,26%,81%,.9)
}

.border-b-mobile-nav-text-inactive\/95 {
    border-bottom-color: hsla(38,26%,81%,.95)
}

.border-b-mobile-sidebar-logo {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(67 46 27/var(--tw-border-opacity))
}

.border-b-mobile-sidebar-logo\/0 {
    border-bottom-color: rgba(67,46,27,0)
}

.border-b-mobile-sidebar-logo\/10 {
    border-bottom-color: rgba(67,46,27,.1)
}

.border-b-mobile-sidebar-logo\/100 {
    border-bottom-color: #432e1b
}

.border-b-mobile-sidebar-logo\/20 {
    border-bottom-color: rgba(67,46,27,.2)
}

.border-b-mobile-sidebar-logo\/25 {
    border-bottom-color: rgba(67,46,27,.25)
}

.border-b-mobile-sidebar-logo\/30 {
    border-bottom-color: rgba(67,46,27,.3)
}

.border-b-mobile-sidebar-logo\/40 {
    border-bottom-color: rgba(67,46,27,.4)
}

.border-b-mobile-sidebar-logo\/5 {
    border-bottom-color: rgba(67,46,27,.05)
}

.border-b-mobile-sidebar-logo\/50 {
    border-bottom-color: rgba(67,46,27,.5)
}

.border-b-mobile-sidebar-logo\/60 {
    border-bottom-color: rgba(67,46,27,.6)
}

.border-b-mobile-sidebar-logo\/70 {
    border-bottom-color: rgba(67,46,27,.7)
}

.border-b-mobile-sidebar-logo\/75 {
    border-bottom-color: rgba(67,46,27,.75)
}

.border-b-mobile-sidebar-logo\/80 {
    border-bottom-color: rgba(67,46,27,.8)
}

.border-b-mobile-sidebar-logo\/90 {
    border-bottom-color: rgba(67,46,27,.9)
}

.border-b-mobile-sidebar-logo\/95 {
    border-bottom-color: rgba(67,46,27,.95)
}

.border-b-mobile-table-header {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(113 95 71/var(--tw-border-opacity))
}

.border-b-mobile-table-header\/0 {
    border-bottom-color: rgba(113,95,71,0)
}

.border-b-mobile-table-header\/10 {
    border-bottom-color: rgba(113,95,71,.1)
}

.border-b-mobile-table-header\/100 {
    border-bottom-color: #715f47
}

.border-b-mobile-table-header\/20 {
    border-bottom-color: rgba(113,95,71,.2)
}

.border-b-mobile-table-header\/25 {
    border-bottom-color: rgba(113,95,71,.25)
}

.border-b-mobile-table-header\/30 {
    border-bottom-color: rgba(113,95,71,.3)
}

.border-b-mobile-table-header\/40 {
    border-bottom-color: rgba(113,95,71,.4)
}

.border-b-mobile-table-header\/5 {
    border-bottom-color: rgba(113,95,71,.05)
}

.border-b-mobile-table-header\/50 {
    border-bottom-color: rgba(113,95,71,.5)
}

.border-b-mobile-table-header\/60 {
    border-bottom-color: rgba(113,95,71,.6)
}

.border-b-mobile-table-header\/70 {
    border-bottom-color: rgba(113,95,71,.7)
}

.border-b-mobile-table-header\/75 {
    border-bottom-color: rgba(113,95,71,.75)
}

.border-b-mobile-table-header\/80 {
    border-bottom-color: rgba(113,95,71,.8)
}

.border-b-mobile-table-header\/90 {
    border-bottom-color: rgba(113,95,71,.9)
}

.border-b-mobile-table-header\/95 {
    border-bottom-color: rgba(113,95,71,.95)
}

.border-b-orange {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(200 150 51/var(--tw-border-opacity))
}

.border-b-orange\/0 {
    border-bottom-color: rgba(200,150,51,0)
}

.border-b-orange\/10 {
    border-bottom-color: rgba(200,150,51,.1)
}

.border-b-orange\/100 {
    border-bottom-color: #c89633
}

.border-b-orange\/20 {
    border-bottom-color: rgba(200,150,51,.2)
}

.border-b-orange\/25 {
    border-bottom-color: rgba(200,150,51,.25)
}

.border-b-orange\/30 {
    border-bottom-color: rgba(200,150,51,.3)
}

.border-b-orange\/40 {
    border-bottom-color: rgba(200,150,51,.4)
}

.border-b-orange\/5 {
    border-bottom-color: rgba(200,150,51,.05)
}

.border-b-orange\/50 {
    border-bottom-color: rgba(200,150,51,.5)
}

.border-b-orange\/60 {
    border-bottom-color: rgba(200,150,51,.6)
}

.border-b-orange\/70 {
    border-bottom-color: rgba(200,150,51,.7)
}

.border-b-orange\/75 {
    border-bottom-color: rgba(200,150,51,.75)
}

.border-b-orange\/80 {
    border-bottom-color: rgba(200,150,51,.8)
}

.border-b-orange\/90 {
    border-bottom-color: rgba(200,150,51,.9)
}

.border-b-orange\/95 {
    border-bottom-color: rgba(200,150,51,.95)
}

.border-b-progress-below {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(52 44 42/var(--tw-border-opacity))
}

.border-b-progress-below\/0 {
    border-bottom-color: rgba(52,44,42,0)
}

.border-b-progress-below\/10 {
    border-bottom-color: rgba(52,44,42,.1)
}

.border-b-progress-below\/100 {
    border-bottom-color: #342c2a
}

.border-b-progress-below\/20 {
    border-bottom-color: rgba(52,44,42,.2)
}

.border-b-progress-below\/25 {
    border-bottom-color: rgba(52,44,42,.25)
}

.border-b-progress-below\/30 {
    border-bottom-color: rgba(52,44,42,.3)
}

.border-b-progress-below\/40 {
    border-bottom-color: rgba(52,44,42,.4)
}

.border-b-progress-below\/5 {
    border-bottom-color: rgba(52,44,42,.05)
}

.border-b-progress-below\/50 {
    border-bottom-color: rgba(52,44,42,.5)
}

.border-b-progress-below\/60 {
    border-bottom-color: rgba(52,44,42,.6)
}

.border-b-progress-below\/70 {
    border-bottom-color: rgba(52,44,42,.7)
}

.border-b-progress-below\/75 {
    border-bottom-color: rgba(52,44,42,.75)
}

.border-b-progress-below\/80 {
    border-bottom-color: rgba(52,44,42,.8)
}

.border-b-progress-below\/90 {
    border-bottom-color: rgba(52,44,42,.9)
}

.border-b-progress-below\/95 {
    border-bottom-color: rgba(52,44,42,.95)
}

.border-b-promotion-profile-cashback {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-b-promotion-profile-cashback\/0 {
    border-bottom-color: rgba(58,58,58,0)
}

.border-b-promotion-profile-cashback\/10 {
    border-bottom-color: rgba(58,58,58,.1)
}

.border-b-promotion-profile-cashback\/100 {
    border-bottom-color: #3a3a3a
}

.border-b-promotion-profile-cashback\/20 {
    border-bottom-color: rgba(58,58,58,.2)
}

.border-b-promotion-profile-cashback\/25 {
    border-bottom-color: rgba(58,58,58,.25)
}

.border-b-promotion-profile-cashback\/30 {
    border-bottom-color: rgba(58,58,58,.3)
}

.border-b-promotion-profile-cashback\/40 {
    border-bottom-color: rgba(58,58,58,.4)
}

.border-b-promotion-profile-cashback\/5 {
    border-bottom-color: rgba(58,58,58,.05)
}

.border-b-promotion-profile-cashback\/50 {
    border-bottom-color: rgba(58,58,58,.5)
}

.border-b-promotion-profile-cashback\/60 {
    border-bottom-color: rgba(58,58,58,.6)
}

.border-b-promotion-profile-cashback\/70 {
    border-bottom-color: rgba(58,58,58,.7)
}

.border-b-promotion-profile-cashback\/75 {
    border-bottom-color: rgba(58,58,58,.75)
}

.border-b-promotion-profile-cashback\/80 {
    border-bottom-color: rgba(58,58,58,.8)
}

.border-b-promotion-profile-cashback\/90 {
    border-bottom-color: rgba(58,58,58,.9)
}

.border-b-promotion-profile-cashback\/95 {
    border-bottom-color: rgba(58,58,58,.95)
}

.border-b-promotion-profile-header {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(65 64 64/var(--tw-border-opacity))
}

.border-b-promotion-profile-header\/0 {
    border-bottom-color: rgba(65,64,64,0)
}

.border-b-promotion-profile-header\/10 {
    border-bottom-color: rgba(65,64,64,.1)
}

.border-b-promotion-profile-header\/100 {
    border-bottom-color: #414040
}

.border-b-promotion-profile-header\/20 {
    border-bottom-color: rgba(65,64,64,.2)
}

.border-b-promotion-profile-header\/25 {
    border-bottom-color: rgba(65,64,64,.25)
}

.border-b-promotion-profile-header\/30 {
    border-bottom-color: rgba(65,64,64,.3)
}

.border-b-promotion-profile-header\/40 {
    border-bottom-color: rgba(65,64,64,.4)
}

.border-b-promotion-profile-header\/5 {
    border-bottom-color: rgba(65,64,64,.05)
}

.border-b-promotion-profile-header\/50 {
    border-bottom-color: rgba(65,64,64,.5)
}

.border-b-promotion-profile-header\/60 {
    border-bottom-color: rgba(65,64,64,.6)
}

.border-b-promotion-profile-header\/70 {
    border-bottom-color: rgba(65,64,64,.7)
}

.border-b-promotion-profile-header\/75 {
    border-bottom-color: rgba(65,64,64,.75)
}

.border-b-promotion-profile-header\/80 {
    border-bottom-color: rgba(65,64,64,.8)
}

.border-b-promotion-profile-header\/90 {
    border-bottom-color: rgba(65,64,64,.9)
}

.border-b-promotion-profile-header\/95 {
    border-bottom-color: rgba(65,64,64,.95)
}

.border-b-red-attention {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-b-red-attention\/0 {
    border-bottom-color: rgba(204,30,30,0)
}

.border-b-red-attention\/10 {
    border-bottom-color: rgba(204,30,30,.1)
}

.border-b-red-attention\/100 {
    border-bottom-color: #cc1e1e
}

.border-b-red-attention\/20 {
    border-bottom-color: rgba(204,30,30,.2)
}

.border-b-red-attention\/25 {
    border-bottom-color: rgba(204,30,30,.25)
}

.border-b-red-attention\/30 {
    border-bottom-color: rgba(204,30,30,.3)
}

.border-b-red-attention\/40 {
    border-bottom-color: rgba(204,30,30,.4)
}

.border-b-red-attention\/5 {
    border-bottom-color: rgba(204,30,30,.05)
}

.border-b-red-attention\/50 {
    border-bottom-color: rgba(204,30,30,.5)
}

.border-b-red-attention\/60 {
    border-bottom-color: rgba(204,30,30,.6)
}

.border-b-red-attention\/70 {
    border-bottom-color: rgba(204,30,30,.7)
}

.border-b-red-attention\/75 {
    border-bottom-color: rgba(204,30,30,.75)
}

.border-b-red-attention\/80 {
    border-bottom-color: rgba(204,30,30,.8)
}

.border-b-red-attention\/90 {
    border-bottom-color: rgba(204,30,30,.9)
}

.border-b-red-attention\/95 {
    border-bottom-color: rgba(204,30,30,.95)
}

.border-b-red-bg-hot-pick {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(23 14 10/var(--tw-border-opacity))
}

.border-b-red-bg-hot-pick\/0 {
    border-bottom-color: rgba(23,14,10,0)
}

.border-b-red-bg-hot-pick\/10 {
    border-bottom-color: rgba(23,14,10,.1)
}

.border-b-red-bg-hot-pick\/100 {
    border-bottom-color: #170e0a
}

.border-b-red-bg-hot-pick\/20 {
    border-bottom-color: rgba(23,14,10,.2)
}

.border-b-red-bg-hot-pick\/25 {
    border-bottom-color: rgba(23,14,10,.25)
}

.border-b-red-bg-hot-pick\/30 {
    border-bottom-color: rgba(23,14,10,.3)
}

.border-b-red-bg-hot-pick\/40 {
    border-bottom-color: rgba(23,14,10,.4)
}

.border-b-red-bg-hot-pick\/5 {
    border-bottom-color: rgba(23,14,10,.05)
}

.border-b-red-bg-hot-pick\/50 {
    border-bottom-color: rgba(23,14,10,.5)
}

.border-b-red-bg-hot-pick\/60 {
    border-bottom-color: rgba(23,14,10,.6)
}

.border-b-red-bg-hot-pick\/70 {
    border-bottom-color: rgba(23,14,10,.7)
}

.border-b-red-bg-hot-pick\/75 {
    border-bottom-color: rgba(23,14,10,.75)
}

.border-b-red-bg-hot-pick\/80 {
    border-bottom-color: rgba(23,14,10,.8)
}

.border-b-red-bg-hot-pick\/90 {
    border-bottom-color: rgba(23,14,10,.9)
}

.border-b-red-bg-hot-pick\/95 {
    border-bottom-color: rgba(23,14,10,.95)
}

.border-b-red-cancelled {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(239 65 57/var(--tw-border-opacity))
}

.border-b-red-cancelled\/0 {
    border-bottom-color: rgba(239,65,57,0)
}

.border-b-red-cancelled\/10 {
    border-bottom-color: rgba(239,65,57,.1)
}

.border-b-red-cancelled\/100 {
    border-bottom-color: #ef4139
}

.border-b-red-cancelled\/20 {
    border-bottom-color: rgba(239,65,57,.2)
}

.border-b-red-cancelled\/25 {
    border-bottom-color: rgba(239,65,57,.25)
}

.border-b-red-cancelled\/30 {
    border-bottom-color: rgba(239,65,57,.3)
}

.border-b-red-cancelled\/40 {
    border-bottom-color: rgba(239,65,57,.4)
}

.border-b-red-cancelled\/5 {
    border-bottom-color: rgba(239,65,57,.05)
}

.border-b-red-cancelled\/50 {
    border-bottom-color: rgba(239,65,57,.5)
}

.border-b-red-cancelled\/60 {
    border-bottom-color: rgba(239,65,57,.6)
}

.border-b-red-cancelled\/70 {
    border-bottom-color: rgba(239,65,57,.7)
}

.border-b-red-cancelled\/75 {
    border-bottom-color: rgba(239,65,57,.75)
}

.border-b-red-cancelled\/80 {
    border-bottom-color: rgba(239,65,57,.8)
}

.border-b-red-cancelled\/90 {
    border-bottom-color: rgba(239,65,57,.9)
}

.border-b-red-cancelled\/95 {
    border-bottom-color: rgba(239,65,57,.95)
}

.border-b-red-default {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 0 0/var(--tw-border-opacity))
}

.border-b-red-default\/0 {
    border-bottom-color: rgba(255,0,0,0)
}

.border-b-red-default\/10 {
    border-bottom-color: rgba(255,0,0,.1)
}

.border-b-red-default\/100 {
    border-bottom-color: red
}

.border-b-red-default\/20 {
    border-bottom-color: rgba(255,0,0,.2)
}

.border-b-red-default\/25 {
    border-bottom-color: rgba(255,0,0,.25)
}

.border-b-red-default\/30 {
    border-bottom-color: rgba(255,0,0,.3)
}

.border-b-red-default\/40 {
    border-bottom-color: rgba(255,0,0,.4)
}

.border-b-red-default\/5 {
    border-bottom-color: rgba(255,0,0,.05)
}

.border-b-red-default\/50 {
    border-bottom-color: rgba(255,0,0,.5)
}

.border-b-red-default\/60 {
    border-bottom-color: rgba(255,0,0,.6)
}

.border-b-red-default\/70 {
    border-bottom-color: rgba(255,0,0,.7)
}

.border-b-red-default\/75 {
    border-bottom-color: rgba(255,0,0,.75)
}

.border-b-red-default\/80 {
    border-bottom-color: rgba(255,0,0,.8)
}

.border-b-red-default\/90 {
    border-bottom-color: rgba(255,0,0,.9)
}

.border-b-red-default\/95 {
    border-bottom-color: rgba(255,0,0,.95)
}

.border-b-red-error {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-b-red-error\/0 {
    border-bottom-color: rgba(204,30,30,0)
}

.border-b-red-error\/10 {
    border-bottom-color: rgba(204,30,30,.1)
}

.border-b-red-error\/100 {
    border-bottom-color: #cc1e1e
}

.border-b-red-error\/20 {
    border-bottom-color: rgba(204,30,30,.2)
}

.border-b-red-error\/25 {
    border-bottom-color: rgba(204,30,30,.25)
}

.border-b-red-error\/30 {
    border-bottom-color: rgba(204,30,30,.3)
}

.border-b-red-error\/40 {
    border-bottom-color: rgba(204,30,30,.4)
}

.border-b-red-error\/5 {
    border-bottom-color: rgba(204,30,30,.05)
}

.border-b-red-error\/50 {
    border-bottom-color: rgba(204,30,30,.5)
}

.border-b-red-error\/60 {
    border-bottom-color: rgba(204,30,30,.6)
}

.border-b-red-error\/70 {
    border-bottom-color: rgba(204,30,30,.7)
}

.border-b-red-error\/75 {
    border-bottom-color: rgba(204,30,30,.75)
}

.border-b-red-error\/80 {
    border-bottom-color: rgba(204,30,30,.8)
}

.border-b-red-error\/90 {
    border-bottom-color: rgba(204,30,30,.9)
}

.border-b-red-error\/95 {
    border-bottom-color: rgba(204,30,30,.95)
}

.border-b-red-logo {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-b-red-logo\/0 {
    border-bottom-color: rgba(204,30,30,0)
}

.border-b-red-logo\/10 {
    border-bottom-color: rgba(204,30,30,.1)
}

.border-b-red-logo\/100 {
    border-bottom-color: #cc1e1e
}

.border-b-red-logo\/20 {
    border-bottom-color: rgba(204,30,30,.2)
}

.border-b-red-logo\/25 {
    border-bottom-color: rgba(204,30,30,.25)
}

.border-b-red-logo\/30 {
    border-bottom-color: rgba(204,30,30,.3)
}

.border-b-red-logo\/40 {
    border-bottom-color: rgba(204,30,30,.4)
}

.border-b-red-logo\/5 {
    border-bottom-color: rgba(204,30,30,.05)
}

.border-b-red-logo\/50 {
    border-bottom-color: rgba(204,30,30,.5)
}

.border-b-red-logo\/60 {
    border-bottom-color: rgba(204,30,30,.6)
}

.border-b-red-logo\/70 {
    border-bottom-color: rgba(204,30,30,.7)
}

.border-b-red-logo\/75 {
    border-bottom-color: rgba(204,30,30,.75)
}

.border-b-red-logo\/80 {
    border-bottom-color: rgba(204,30,30,.8)
}

.border-b-red-logo\/90 {
    border-bottom-color: rgba(204,30,30,.9)
}

.border-b-red-logo\/95 {
    border-bottom-color: rgba(204,30,30,.95)
}

.border-b-red-loss {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(239 65 57/var(--tw-border-opacity))
}

.border-b-red-loss\/0 {
    border-bottom-color: rgba(239,65,57,0)
}

.border-b-red-loss\/10 {
    border-bottom-color: rgba(239,65,57,.1)
}

.border-b-red-loss\/100 {
    border-bottom-color: #ef4139
}

.border-b-red-loss\/20 {
    border-bottom-color: rgba(239,65,57,.2)
}

.border-b-red-loss\/25 {
    border-bottom-color: rgba(239,65,57,.25)
}

.border-b-red-loss\/30 {
    border-bottom-color: rgba(239,65,57,.3)
}

.border-b-red-loss\/40 {
    border-bottom-color: rgba(239,65,57,.4)
}

.border-b-red-loss\/5 {
    border-bottom-color: rgba(239,65,57,.05)
}

.border-b-red-loss\/50 {
    border-bottom-color: rgba(239,65,57,.5)
}

.border-b-red-loss\/60 {
    border-bottom-color: rgba(239,65,57,.6)
}

.border-b-red-loss\/70 {
    border-bottom-color: rgba(239,65,57,.7)
}

.border-b-red-loss\/75 {
    border-bottom-color: rgba(239,65,57,.75)
}

.border-b-red-loss\/80 {
    border-bottom-color: rgba(239,65,57,.8)
}

.border-b-red-loss\/90 {
    border-bottom-color: rgba(239,65,57,.9)
}

.border-b-red-loss\/95 {
    border-bottom-color: rgba(239,65,57,.95)
}

.border-b-red-notification {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(216 0 39/var(--tw-border-opacity))
}

.border-b-red-notification\/0 {
    border-bottom-color: rgba(216,0,39,0)
}

.border-b-red-notification\/10 {
    border-bottom-color: rgba(216,0,39,.1)
}

.border-b-red-notification\/100 {
    border-bottom-color: #d80027
}

.border-b-red-notification\/20 {
    border-bottom-color: rgba(216,0,39,.2)
}

.border-b-red-notification\/25 {
    border-bottom-color: rgba(216,0,39,.25)
}

.border-b-red-notification\/30 {
    border-bottom-color: rgba(216,0,39,.3)
}

.border-b-red-notification\/40 {
    border-bottom-color: rgba(216,0,39,.4)
}

.border-b-red-notification\/5 {
    border-bottom-color: rgba(216,0,39,.05)
}

.border-b-red-notification\/50 {
    border-bottom-color: rgba(216,0,39,.5)
}

.border-b-red-notification\/60 {
    border-bottom-color: rgba(216,0,39,.6)
}

.border-b-red-notification\/70 {
    border-bottom-color: rgba(216,0,39,.7)
}

.border-b-red-notification\/75 {
    border-bottom-color: rgba(216,0,39,.75)
}

.border-b-red-notification\/80 {
    border-bottom-color: rgba(216,0,39,.8)
}

.border-b-red-notification\/90 {
    border-bottom-color: rgba(216,0,39,.9)
}

.border-b-red-notification\/95 {
    border-bottom-color: rgba(216,0,39,.95)
}

.border-b-red-update-button {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(197 91 75/var(--tw-border-opacity))
}

.border-b-red-update-button\/0 {
    border-bottom-color: rgba(197,91,75,0)
}

.border-b-red-update-button\/10 {
    border-bottom-color: rgba(197,91,75,.1)
}

.border-b-red-update-button\/100 {
    border-bottom-color: #c55b4b
}

.border-b-red-update-button\/20 {
    border-bottom-color: rgba(197,91,75,.2)
}

.border-b-red-update-button\/25 {
    border-bottom-color: rgba(197,91,75,.25)
}

.border-b-red-update-button\/30 {
    border-bottom-color: rgba(197,91,75,.3)
}

.border-b-red-update-button\/40 {
    border-bottom-color: rgba(197,91,75,.4)
}

.border-b-red-update-button\/5 {
    border-bottom-color: rgba(197,91,75,.05)
}

.border-b-red-update-button\/50 {
    border-bottom-color: rgba(197,91,75,.5)
}

.border-b-red-update-button\/60 {
    border-bottom-color: rgba(197,91,75,.6)
}

.border-b-red-update-button\/70 {
    border-bottom-color: rgba(197,91,75,.7)
}

.border-b-red-update-button\/75 {
    border-bottom-color: rgba(197,91,75,.75)
}

.border-b-red-update-button\/80 {
    border-bottom-color: rgba(197,91,75,.8)
}

.border-b-red-update-button\/90 {
    border-bottom-color: rgba(197,91,75,.9)
}

.border-b-red-update-button\/95 {
    border-bottom-color: rgba(197,91,75,.95)
}

.border-b-rng-game-bet-number-active {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(38 26 14/var(--tw-border-opacity))
}

.border-b-rng-game-bet-number-active\/0 {
    border-bottom-color: rgba(38,26,14,0)
}

.border-b-rng-game-bet-number-active\/10 {
    border-bottom-color: rgba(38,26,14,.1)
}

.border-b-rng-game-bet-number-active\/100 {
    border-bottom-color: #261a0e
}

.border-b-rng-game-bet-number-active\/20 {
    border-bottom-color: rgba(38,26,14,.2)
}

.border-b-rng-game-bet-number-active\/25 {
    border-bottom-color: rgba(38,26,14,.25)
}

.border-b-rng-game-bet-number-active\/30 {
    border-bottom-color: rgba(38,26,14,.3)
}

.border-b-rng-game-bet-number-active\/40 {
    border-bottom-color: rgba(38,26,14,.4)
}

.border-b-rng-game-bet-number-active\/5 {
    border-bottom-color: rgba(38,26,14,.05)
}

.border-b-rng-game-bet-number-active\/50 {
    border-bottom-color: rgba(38,26,14,.5)
}

.border-b-rng-game-bet-number-active\/60 {
    border-bottom-color: rgba(38,26,14,.6)
}

.border-b-rng-game-bet-number-active\/70 {
    border-bottom-color: rgba(38,26,14,.7)
}

.border-b-rng-game-bet-number-active\/75 {
    border-bottom-color: rgba(38,26,14,.75)
}

.border-b-rng-game-bet-number-active\/80 {
    border-bottom-color: rgba(38,26,14,.8)
}

.border-b-rng-game-bet-number-active\/90 {
    border-bottom-color: rgba(38,26,14,.9)
}

.border-b-rng-game-bet-number-active\/95 {
    border-bottom-color: rgba(38,26,14,.95)
}

.border-b-rng-game-bet-number-inactive {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(242 219 184/var(--tw-border-opacity))
}

.border-b-rng-game-bet-number-inactive\/0 {
    border-bottom-color: hsla(36,69%,84%,0)
}

.border-b-rng-game-bet-number-inactive\/10 {
    border-bottom-color: hsla(36,69%,84%,.1)
}

.border-b-rng-game-bet-number-inactive\/100 {
    border-bottom-color: #f2dbb8
}

.border-b-rng-game-bet-number-inactive\/20 {
    border-bottom-color: hsla(36,69%,84%,.2)
}

.border-b-rng-game-bet-number-inactive\/25 {
    border-bottom-color: hsla(36,69%,84%,.25)
}

.border-b-rng-game-bet-number-inactive\/30 {
    border-bottom-color: hsla(36,69%,84%,.3)
}

.border-b-rng-game-bet-number-inactive\/40 {
    border-bottom-color: hsla(36,69%,84%,.4)
}

.border-b-rng-game-bet-number-inactive\/5 {
    border-bottom-color: hsla(36,69%,84%,.05)
}

.border-b-rng-game-bet-number-inactive\/50 {
    border-bottom-color: hsla(36,69%,84%,.5)
}

.border-b-rng-game-bet-number-inactive\/60 {
    border-bottom-color: hsla(36,69%,84%,.6)
}

.border-b-rng-game-bet-number-inactive\/70 {
    border-bottom-color: hsla(36,69%,84%,.7)
}

.border-b-rng-game-bet-number-inactive\/75 {
    border-bottom-color: hsla(36,69%,84%,.75)
}

.border-b-rng-game-bet-number-inactive\/80 {
    border-bottom-color: hsla(36,69%,84%,.8)
}

.border-b-rng-game-bet-number-inactive\/90 {
    border-bottom-color: hsla(36,69%,84%,.9)
}

.border-b-rng-game-bet-number-inactive\/95 {
    border-bottom-color: hsla(36,69%,84%,.95)
}

.border-b-rng-game-bg {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-b-rng-game-bg-bet {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-b-rng-game-bg-bet\/0 {
    border-bottom-color: transparent
}

.border-b-rng-game-bg-bet\/10 {
    border-bottom-color: rgba(0,0,0,.1)
}

.border-b-rng-game-bg-bet\/100 {
    border-bottom-color: #000
}

.border-b-rng-game-bg-bet\/20 {
    border-bottom-color: rgba(0,0,0,.2)
}

.border-b-rng-game-bg-bet\/25 {
    border-bottom-color: rgba(0,0,0,.25)
}

.border-b-rng-game-bg-bet\/30 {
    border-bottom-color: rgba(0,0,0,.3)
}

.border-b-rng-game-bg-bet\/40 {
    border-bottom-color: rgba(0,0,0,.4)
}

.border-b-rng-game-bg-bet\/5 {
    border-bottom-color: rgba(0,0,0,.05)
}

.border-b-rng-game-bg-bet\/50 {
    border-bottom-color: rgba(0,0,0,.5)
}

.border-b-rng-game-bg-bet\/60 {
    border-bottom-color: rgba(0,0,0,.6)
}

.border-b-rng-game-bg-bet\/70 {
    border-bottom-color: rgba(0,0,0,.7)
}

.border-b-rng-game-bg-bet\/75 {
    border-bottom-color: rgba(0,0,0,.75)
}

.border-b-rng-game-bg-bet\/80 {
    border-bottom-color: rgba(0,0,0,.8)
}

.border-b-rng-game-bg-bet\/90 {
    border-bottom-color: rgba(0,0,0,.9)
}

.border-b-rng-game-bg-bet\/95 {
    border-bottom-color: rgba(0,0,0,.95)
}

.border-b-rng-game-bg-current-bet {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(235 206 130/var(--tw-border-opacity))
}

.border-b-rng-game-bg-current-bet\/0 {
    border-bottom-color: hsla(43,72%,72%,0)
}

.border-b-rng-game-bg-current-bet\/10 {
    border-bottom-color: hsla(43,72%,72%,.1)
}

.border-b-rng-game-bg-current-bet\/100 {
    border-bottom-color: #ebce82
}

.border-b-rng-game-bg-current-bet\/20 {
    border-bottom-color: hsla(43,72%,72%,.2)
}

.border-b-rng-game-bg-current-bet\/25 {
    border-bottom-color: hsla(43,72%,72%,.25)
}

.border-b-rng-game-bg-current-bet\/30 {
    border-bottom-color: hsla(43,72%,72%,.3)
}

.border-b-rng-game-bg-current-bet\/40 {
    border-bottom-color: hsla(43,72%,72%,.4)
}

.border-b-rng-game-bg-current-bet\/5 {
    border-bottom-color: hsla(43,72%,72%,.05)
}

.border-b-rng-game-bg-current-bet\/50 {
    border-bottom-color: hsla(43,72%,72%,.5)
}

.border-b-rng-game-bg-current-bet\/60 {
    border-bottom-color: hsla(43,72%,72%,.6)
}

.border-b-rng-game-bg-current-bet\/70 {
    border-bottom-color: hsla(43,72%,72%,.7)
}

.border-b-rng-game-bg-current-bet\/75 {
    border-bottom-color: hsla(43,72%,72%,.75)
}

.border-b-rng-game-bg-current-bet\/80 {
    border-bottom-color: hsla(43,72%,72%,.8)
}

.border-b-rng-game-bg-current-bet\/90 {
    border-bottom-color: hsla(43,72%,72%,.9)
}

.border-b-rng-game-bg-current-bet\/95 {
    border-bottom-color: hsla(43,72%,72%,.95)
}

.border-b-rng-game-bg-filter {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(36 26 18/var(--tw-border-opacity))
}

.border-b-rng-game-bg-filter\/0 {
    border-bottom-color: rgba(36,26,18,0)
}

.border-b-rng-game-bg-filter\/10 {
    border-bottom-color: rgba(36,26,18,.1)
}

.border-b-rng-game-bg-filter\/100 {
    border-bottom-color: #241a12
}

.border-b-rng-game-bg-filter\/20 {
    border-bottom-color: rgba(36,26,18,.2)
}

.border-b-rng-game-bg-filter\/25 {
    border-bottom-color: rgba(36,26,18,.25)
}

.border-b-rng-game-bg-filter\/30 {
    border-bottom-color: rgba(36,26,18,.3)
}

.border-b-rng-game-bg-filter\/40 {
    border-bottom-color: rgba(36,26,18,.4)
}

.border-b-rng-game-bg-filter\/5 {
    border-bottom-color: rgba(36,26,18,.05)
}

.border-b-rng-game-bg-filter\/50 {
    border-bottom-color: rgba(36,26,18,.5)
}

.border-b-rng-game-bg-filter\/60 {
    border-bottom-color: rgba(36,26,18,.6)
}

.border-b-rng-game-bg-filter\/70 {
    border-bottom-color: rgba(36,26,18,.7)
}

.border-b-rng-game-bg-filter\/75 {
    border-bottom-color: rgba(36,26,18,.75)
}

.border-b-rng-game-bg-filter\/80 {
    border-bottom-color: rgba(36,26,18,.8)
}

.border-b-rng-game-bg-filter\/90 {
    border-bottom-color: rgba(36,26,18,.9)
}

.border-b-rng-game-bg-filter\/95 {
    border-bottom-color: rgba(36,26,18,.95)
}

.border-b-rng-game-bg-popup-bet {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(51 50 47/var(--tw-border-opacity))
}

.border-b-rng-game-bg-popup-bet\/0 {
    border-bottom-color: rgba(51,50,47,0)
}

.border-b-rng-game-bg-popup-bet\/10 {
    border-bottom-color: rgba(51,50,47,.1)
}

.border-b-rng-game-bg-popup-bet\/100 {
    border-bottom-color: #33322f
}

.border-b-rng-game-bg-popup-bet\/20 {
    border-bottom-color: rgba(51,50,47,.2)
}

.border-b-rng-game-bg-popup-bet\/25 {
    border-bottom-color: rgba(51,50,47,.25)
}

.border-b-rng-game-bg-popup-bet\/30 {
    border-bottom-color: rgba(51,50,47,.3)
}

.border-b-rng-game-bg-popup-bet\/40 {
    border-bottom-color: rgba(51,50,47,.4)
}

.border-b-rng-game-bg-popup-bet\/5 {
    border-bottom-color: rgba(51,50,47,.05)
}

.border-b-rng-game-bg-popup-bet\/50 {
    border-bottom-color: rgba(51,50,47,.5)
}

.border-b-rng-game-bg-popup-bet\/60 {
    border-bottom-color: rgba(51,50,47,.6)
}

.border-b-rng-game-bg-popup-bet\/70 {
    border-bottom-color: rgba(51,50,47,.7)
}

.border-b-rng-game-bg-popup-bet\/75 {
    border-bottom-color: rgba(51,50,47,.75)
}

.border-b-rng-game-bg-popup-bet\/80 {
    border-bottom-color: rgba(51,50,47,.8)
}

.border-b-rng-game-bg-popup-bet\/90 {
    border-bottom-color: rgba(51,50,47,.9)
}

.border-b-rng-game-bg-popup-bet\/95 {
    border-bottom-color: rgba(51,50,47,.95)
}

.border-b-rng-game-bg-tab {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(52 52 52/var(--tw-border-opacity))
}

.border-b-rng-game-bg-tab\/0 {
    border-bottom-color: rgba(52,52,52,0)
}

.border-b-rng-game-bg-tab\/10 {
    border-bottom-color: rgba(52,52,52,.1)
}

.border-b-rng-game-bg-tab\/100 {
    border-bottom-color: #343434
}

.border-b-rng-game-bg-tab\/20 {
    border-bottom-color: rgba(52,52,52,.2)
}

.border-b-rng-game-bg-tab\/25 {
    border-bottom-color: rgba(52,52,52,.25)
}

.border-b-rng-game-bg-tab\/30 {
    border-bottom-color: rgba(52,52,52,.3)
}

.border-b-rng-game-bg-tab\/40 {
    border-bottom-color: rgba(52,52,52,.4)
}

.border-b-rng-game-bg-tab\/5 {
    border-bottom-color: rgba(52,52,52,.05)
}

.border-b-rng-game-bg-tab\/50 {
    border-bottom-color: rgba(52,52,52,.5)
}

.border-b-rng-game-bg-tab\/60 {
    border-bottom-color: rgba(52,52,52,.6)
}

.border-b-rng-game-bg-tab\/70 {
    border-bottom-color: rgba(52,52,52,.7)
}

.border-b-rng-game-bg-tab\/75 {
    border-bottom-color: rgba(52,52,52,.75)
}

.border-b-rng-game-bg-tab\/80 {
    border-bottom-color: rgba(52,52,52,.8)
}

.border-b-rng-game-bg-tab\/90 {
    border-bottom-color: rgba(52,52,52,.9)
}

.border-b-rng-game-bg-tab\/95 {
    border-bottom-color: rgba(52,52,52,.95)
}

.border-b-rng-game-bg\/0 {
    border-bottom-color: rgba(137,113,80,0)
}

.border-b-rng-game-bg\/10 {
    border-bottom-color: rgba(137,113,80,.1)
}

.border-b-rng-game-bg\/100 {
    border-bottom-color: #897150
}

.border-b-rng-game-bg\/20 {
    border-bottom-color: rgba(137,113,80,.2)
}

.border-b-rng-game-bg\/25 {
    border-bottom-color: rgba(137,113,80,.25)
}

.border-b-rng-game-bg\/30 {
    border-bottom-color: rgba(137,113,80,.3)
}

.border-b-rng-game-bg\/40 {
    border-bottom-color: rgba(137,113,80,.4)
}

.border-b-rng-game-bg\/5 {
    border-bottom-color: rgba(137,113,80,.05)
}

.border-b-rng-game-bg\/50 {
    border-bottom-color: rgba(137,113,80,.5)
}

.border-b-rng-game-bg\/60 {
    border-bottom-color: rgba(137,113,80,.6)
}

.border-b-rng-game-bg\/70 {
    border-bottom-color: rgba(137,113,80,.7)
}

.border-b-rng-game-bg\/75 {
    border-bottom-color: rgba(137,113,80,.75)
}

.border-b-rng-game-bg\/80 {
    border-bottom-color: rgba(137,113,80,.8)
}

.border-b-rng-game-bg\/90 {
    border-bottom-color: rgba(137,113,80,.9)
}

.border-b-rng-game-bg\/95 {
    border-bottom-color: rgba(137,113,80,.95)
}

.border-b-rng-game-border-circle {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(174 143 101/var(--tw-border-opacity))
}

.border-b-rng-game-border-circle\/0 {
    border-bottom-color: hsla(35,31%,54%,0)
}

.border-b-rng-game-border-circle\/10 {
    border-bottom-color: hsla(35,31%,54%,.1)
}

.border-b-rng-game-border-circle\/100 {
    border-bottom-color: #ae8f65
}

.border-b-rng-game-border-circle\/20 {
    border-bottom-color: hsla(35,31%,54%,.2)
}

.border-b-rng-game-border-circle\/25 {
    border-bottom-color: hsla(35,31%,54%,.25)
}

.border-b-rng-game-border-circle\/30 {
    border-bottom-color: hsla(35,31%,54%,.3)
}

.border-b-rng-game-border-circle\/40 {
    border-bottom-color: hsla(35,31%,54%,.4)
}

.border-b-rng-game-border-circle\/5 {
    border-bottom-color: hsla(35,31%,54%,.05)
}

.border-b-rng-game-border-circle\/50 {
    border-bottom-color: hsla(35,31%,54%,.5)
}

.border-b-rng-game-border-circle\/60 {
    border-bottom-color: hsla(35,31%,54%,.6)
}

.border-b-rng-game-border-circle\/70 {
    border-bottom-color: hsla(35,31%,54%,.7)
}

.border-b-rng-game-border-circle\/75 {
    border-bottom-color: hsla(35,31%,54%,.75)
}

.border-b-rng-game-border-circle\/80 {
    border-bottom-color: hsla(35,31%,54%,.8)
}

.border-b-rng-game-border-circle\/90 {
    border-bottom-color: hsla(35,31%,54%,.9)
}

.border-b-rng-game-border-circle\/95 {
    border-bottom-color: hsla(35,31%,54%,.95)
}

.border-b-rng-game-header-table {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(23 12 12/var(--tw-border-opacity))
}

.border-b-rng-game-header-table\/0 {
    border-bottom-color: rgba(23,12,12,0)
}

.border-b-rng-game-header-table\/10 {
    border-bottom-color: rgba(23,12,12,.1)
}

.border-b-rng-game-header-table\/100 {
    border-bottom-color: #170c0c
}

.border-b-rng-game-header-table\/20 {
    border-bottom-color: rgba(23,12,12,.2)
}

.border-b-rng-game-header-table\/25 {
    border-bottom-color: rgba(23,12,12,.25)
}

.border-b-rng-game-header-table\/30 {
    border-bottom-color: rgba(23,12,12,.3)
}

.border-b-rng-game-header-table\/40 {
    border-bottom-color: rgba(23,12,12,.4)
}

.border-b-rng-game-header-table\/5 {
    border-bottom-color: rgba(23,12,12,.05)
}

.border-b-rng-game-header-table\/50 {
    border-bottom-color: rgba(23,12,12,.5)
}

.border-b-rng-game-header-table\/60 {
    border-bottom-color: rgba(23,12,12,.6)
}

.border-b-rng-game-header-table\/70 {
    border-bottom-color: rgba(23,12,12,.7)
}

.border-b-rng-game-header-table\/75 {
    border-bottom-color: rgba(23,12,12,.75)
}

.border-b-rng-game-header-table\/80 {
    border-bottom-color: rgba(23,12,12,.8)
}

.border-b-rng-game-header-table\/90 {
    border-bottom-color: rgba(23,12,12,.9)
}

.border-b-rng-game-header-table\/95 {
    border-bottom-color: rgba(23,12,12,.95)
}

.border-b-rng-game-item-1 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-b-rng-game-item-1\/0 {
    border-bottom-color: rgba(39,38,36,0)
}

.border-b-rng-game-item-1\/10 {
    border-bottom-color: rgba(39,38,36,.1)
}

.border-b-rng-game-item-1\/100 {
    border-bottom-color: #272624
}

.border-b-rng-game-item-1\/20 {
    border-bottom-color: rgba(39,38,36,.2)
}

.border-b-rng-game-item-1\/25 {
    border-bottom-color: rgba(39,38,36,.25)
}

.border-b-rng-game-item-1\/30 {
    border-bottom-color: rgba(39,38,36,.3)
}

.border-b-rng-game-item-1\/40 {
    border-bottom-color: rgba(39,38,36,.4)
}

.border-b-rng-game-item-1\/5 {
    border-bottom-color: rgba(39,38,36,.05)
}

.border-b-rng-game-item-1\/50 {
    border-bottom-color: rgba(39,38,36,.5)
}

.border-b-rng-game-item-1\/60 {
    border-bottom-color: rgba(39,38,36,.6)
}

.border-b-rng-game-item-1\/70 {
    border-bottom-color: rgba(39,38,36,.7)
}

.border-b-rng-game-item-1\/75 {
    border-bottom-color: rgba(39,38,36,.75)
}

.border-b-rng-game-item-1\/80 {
    border-bottom-color: rgba(39,38,36,.8)
}

.border-b-rng-game-item-1\/90 {
    border-bottom-color: rgba(39,38,36,.9)
}

.border-b-rng-game-item-1\/95 {
    border-bottom-color: rgba(39,38,36,.95)
}

.border-b-rng-game-item-2 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-b-rng-game-item-2\/0 {
    border-bottom-color: rgba(48,53,56,0)
}

.border-b-rng-game-item-2\/10 {
    border-bottom-color: rgba(48,53,56,.1)
}

.border-b-rng-game-item-2\/100 {
    border-bottom-color: #303538
}

.border-b-rng-game-item-2\/20 {
    border-bottom-color: rgba(48,53,56,.2)
}

.border-b-rng-game-item-2\/25 {
    border-bottom-color: rgba(48,53,56,.25)
}

.border-b-rng-game-item-2\/30 {
    border-bottom-color: rgba(48,53,56,.3)
}

.border-b-rng-game-item-2\/40 {
    border-bottom-color: rgba(48,53,56,.4)
}

.border-b-rng-game-item-2\/5 {
    border-bottom-color: rgba(48,53,56,.05)
}

.border-b-rng-game-item-2\/50 {
    border-bottom-color: rgba(48,53,56,.5)
}

.border-b-rng-game-item-2\/60 {
    border-bottom-color: rgba(48,53,56,.6)
}

.border-b-rng-game-item-2\/70 {
    border-bottom-color: rgba(48,53,56,.7)
}

.border-b-rng-game-item-2\/75 {
    border-bottom-color: rgba(48,53,56,.75)
}

.border-b-rng-game-item-2\/80 {
    border-bottom-color: rgba(48,53,56,.8)
}

.border-b-rng-game-item-2\/90 {
    border-bottom-color: rgba(48,53,56,.9)
}

.border-b-rng-game-item-2\/95 {
    border-bottom-color: rgba(48,53,56,.95)
}

.border-b-rng-game-money-bet {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(202 164 64/var(--tw-border-opacity))
}

.border-b-rng-game-money-bet\/0 {
    border-bottom-color: rgba(202,164,64,0)
}

.border-b-rng-game-money-bet\/10 {
    border-bottom-color: rgba(202,164,64,.1)
}

.border-b-rng-game-money-bet\/100 {
    border-bottom-color: #caa440
}

.border-b-rng-game-money-bet\/20 {
    border-bottom-color: rgba(202,164,64,.2)
}

.border-b-rng-game-money-bet\/25 {
    border-bottom-color: rgba(202,164,64,.25)
}

.border-b-rng-game-money-bet\/30 {
    border-bottom-color: rgba(202,164,64,.3)
}

.border-b-rng-game-money-bet\/40 {
    border-bottom-color: rgba(202,164,64,.4)
}

.border-b-rng-game-money-bet\/5 {
    border-bottom-color: rgba(202,164,64,.05)
}

.border-b-rng-game-money-bet\/50 {
    border-bottom-color: rgba(202,164,64,.5)
}

.border-b-rng-game-money-bet\/60 {
    border-bottom-color: rgba(202,164,64,.6)
}

.border-b-rng-game-money-bet\/70 {
    border-bottom-color: rgba(202,164,64,.7)
}

.border-b-rng-game-money-bet\/75 {
    border-bottom-color: rgba(202,164,64,.75)
}

.border-b-rng-game-money-bet\/80 {
    border-bottom-color: rgba(202,164,64,.8)
}

.border-b-rng-game-money-bet\/90 {
    border-bottom-color: rgba(202,164,64,.9)
}

.border-b-rng-game-money-bet\/95 {
    border-bottom-color: rgba(202,164,64,.95)
}

.border-b-rng-game-tab-bet-result-active {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-b-rng-game-tab-bet-result-active\/0 {
    border-bottom-color: rgba(137,113,80,0)
}

.border-b-rng-game-tab-bet-result-active\/10 {
    border-bottom-color: rgba(137,113,80,.1)
}

.border-b-rng-game-tab-bet-result-active\/100 {
    border-bottom-color: #897150
}

.border-b-rng-game-tab-bet-result-active\/20 {
    border-bottom-color: rgba(137,113,80,.2)
}

.border-b-rng-game-tab-bet-result-active\/25 {
    border-bottom-color: rgba(137,113,80,.25)
}

.border-b-rng-game-tab-bet-result-active\/30 {
    border-bottom-color: rgba(137,113,80,.3)
}

.border-b-rng-game-tab-bet-result-active\/40 {
    border-bottom-color: rgba(137,113,80,.4)
}

.border-b-rng-game-tab-bet-result-active\/5 {
    border-bottom-color: rgba(137,113,80,.05)
}

.border-b-rng-game-tab-bet-result-active\/50 {
    border-bottom-color: rgba(137,113,80,.5)
}

.border-b-rng-game-tab-bet-result-active\/60 {
    border-bottom-color: rgba(137,113,80,.6)
}

.border-b-rng-game-tab-bet-result-active\/70 {
    border-bottom-color: rgba(137,113,80,.7)
}

.border-b-rng-game-tab-bet-result-active\/75 {
    border-bottom-color: rgba(137,113,80,.75)
}

.border-b-rng-game-tab-bet-result-active\/80 {
    border-bottom-color: rgba(137,113,80,.8)
}

.border-b-rng-game-tab-bet-result-active\/90 {
    border-bottom-color: rgba(137,113,80,.9)
}

.border-b-rng-game-tab-bet-result-active\/95 {
    border-bottom-color: rgba(137,113,80,.95)
}

.border-b-rng-game-tab-bet-result-inactive {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(68 59 39/var(--tw-border-opacity))
}

.border-b-rng-game-tab-bet-result-inactive\/0 {
    border-bottom-color: rgba(68,59,39,0)
}

.border-b-rng-game-tab-bet-result-inactive\/10 {
    border-bottom-color: rgba(68,59,39,.1)
}

.border-b-rng-game-tab-bet-result-inactive\/100 {
    border-bottom-color: #443b27
}

.border-b-rng-game-tab-bet-result-inactive\/20 {
    border-bottom-color: rgba(68,59,39,.2)
}

.border-b-rng-game-tab-bet-result-inactive\/25 {
    border-bottom-color: rgba(68,59,39,.25)
}

.border-b-rng-game-tab-bet-result-inactive\/30 {
    border-bottom-color: rgba(68,59,39,.3)
}

.border-b-rng-game-tab-bet-result-inactive\/40 {
    border-bottom-color: rgba(68,59,39,.4)
}

.border-b-rng-game-tab-bet-result-inactive\/5 {
    border-bottom-color: rgba(68,59,39,.05)
}

.border-b-rng-game-tab-bet-result-inactive\/50 {
    border-bottom-color: rgba(68,59,39,.5)
}

.border-b-rng-game-tab-bet-result-inactive\/60 {
    border-bottom-color: rgba(68,59,39,.6)
}

.border-b-rng-game-tab-bet-result-inactive\/70 {
    border-bottom-color: rgba(68,59,39,.7)
}

.border-b-rng-game-tab-bet-result-inactive\/75 {
    border-bottom-color: rgba(68,59,39,.75)
}

.border-b-rng-game-tab-bet-result-inactive\/80 {
    border-bottom-color: rgba(68,59,39,.8)
}

.border-b-rng-game-tab-bet-result-inactive\/90 {
    border-bottom-color: rgba(68,59,39,.9)
}

.border-b-rng-game-tab-bet-result-inactive\/95 {
    border-bottom-color: rgba(68,59,39,.95)
}

.border-b-rng-game-text-current-bet {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(81 57 36/var(--tw-border-opacity))
}

.border-b-rng-game-text-current-bet\/0 {
    border-bottom-color: rgba(81,57,36,0)
}

.border-b-rng-game-text-current-bet\/10 {
    border-bottom-color: rgba(81,57,36,.1)
}

.border-b-rng-game-text-current-bet\/100 {
    border-bottom-color: #513924
}

.border-b-rng-game-text-current-bet\/20 {
    border-bottom-color: rgba(81,57,36,.2)
}

.border-b-rng-game-text-current-bet\/25 {
    border-bottom-color: rgba(81,57,36,.25)
}

.border-b-rng-game-text-current-bet\/30 {
    border-bottom-color: rgba(81,57,36,.3)
}

.border-b-rng-game-text-current-bet\/40 {
    border-bottom-color: rgba(81,57,36,.4)
}

.border-b-rng-game-text-current-bet\/5 {
    border-bottom-color: rgba(81,57,36,.05)
}

.border-b-rng-game-text-current-bet\/50 {
    border-bottom-color: rgba(81,57,36,.5)
}

.border-b-rng-game-text-current-bet\/60 {
    border-bottom-color: rgba(81,57,36,.6)
}

.border-b-rng-game-text-current-bet\/70 {
    border-bottom-color: rgba(81,57,36,.7)
}

.border-b-rng-game-text-current-bet\/75 {
    border-bottom-color: rgba(81,57,36,.75)
}

.border-b-rng-game-text-current-bet\/80 {
    border-bottom-color: rgba(81,57,36,.8)
}

.border-b-rng-game-text-current-bet\/90 {
    border-bottom-color: rgba(81,57,36,.9)
}

.border-b-rng-game-text-current-bet\/95 {
    border-bottom-color: rgba(81,57,36,.95)
}

.border-b-rng-game-total {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(229 198 117/var(--tw-border-opacity))
}

.border-b-rng-game-total\/0 {
    border-bottom-color: hsla(43,68%,68%,0)
}

.border-b-rng-game-total\/10 {
    border-bottom-color: hsla(43,68%,68%,.1)
}

.border-b-rng-game-total\/100 {
    border-bottom-color: #e5c675
}

.border-b-rng-game-total\/20 {
    border-bottom-color: hsla(43,68%,68%,.2)
}

.border-b-rng-game-total\/25 {
    border-bottom-color: hsla(43,68%,68%,.25)
}

.border-b-rng-game-total\/30 {
    border-bottom-color: hsla(43,68%,68%,.3)
}

.border-b-rng-game-total\/40 {
    border-bottom-color: hsla(43,68%,68%,.4)
}

.border-b-rng-game-total\/5 {
    border-bottom-color: hsla(43,68%,68%,.05)
}

.border-b-rng-game-total\/50 {
    border-bottom-color: hsla(43,68%,68%,.5)
}

.border-b-rng-game-total\/60 {
    border-bottom-color: hsla(43,68%,68%,.6)
}

.border-b-rng-game-total\/70 {
    border-bottom-color: hsla(43,68%,68%,.7)
}

.border-b-rng-game-total\/75 {
    border-bottom-color: hsla(43,68%,68%,.75)
}

.border-b-rng-game-total\/80 {
    border-bottom-color: hsla(43,68%,68%,.8)
}

.border-b-rng-game-total\/90 {
    border-bottom-color: hsla(43,68%,68%,.9)
}

.border-b-rng-game-total\/95 {
    border-bottom-color: hsla(43,68%,68%,.95)
}

.border-b-sub-page-header {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-b-sub-page-header\/0 {
    border-bottom-color: rgba(137,113,80,0)
}

.border-b-sub-page-header\/10 {
    border-bottom-color: rgba(137,113,80,.1)
}

.border-b-sub-page-header\/100 {
    border-bottom-color: #897150
}

.border-b-sub-page-header\/20 {
    border-bottom-color: rgba(137,113,80,.2)
}

.border-b-sub-page-header\/25 {
    border-bottom-color: rgba(137,113,80,.25)
}

.border-b-sub-page-header\/30 {
    border-bottom-color: rgba(137,113,80,.3)
}

.border-b-sub-page-header\/40 {
    border-bottom-color: rgba(137,113,80,.4)
}

.border-b-sub-page-header\/5 {
    border-bottom-color: rgba(137,113,80,.05)
}

.border-b-sub-page-header\/50 {
    border-bottom-color: rgba(137,113,80,.5)
}

.border-b-sub-page-header\/60 {
    border-bottom-color: rgba(137,113,80,.6)
}

.border-b-sub-page-header\/70 {
    border-bottom-color: rgba(137,113,80,.7)
}

.border-b-sub-page-header\/75 {
    border-bottom-color: rgba(137,113,80,.75)
}

.border-b-sub-page-header\/80 {
    border-bottom-color: rgba(137,113,80,.8)
}

.border-b-sub-page-header\/90 {
    border-bottom-color: rgba(137,113,80,.9)
}

.border-b-sub-page-header\/95 {
    border-bottom-color: rgba(137,113,80,.95)
}

.border-b-sub-page-sidebar {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(29 24 24/var(--tw-border-opacity))
}

.border-b-sub-page-sidebar\/0 {
    border-bottom-color: rgba(29,24,24,0)
}

.border-b-sub-page-sidebar\/10 {
    border-bottom-color: rgba(29,24,24,.1)
}

.border-b-sub-page-sidebar\/100 {
    border-bottom-color: #1d1818
}

.border-b-sub-page-sidebar\/20 {
    border-bottom-color: rgba(29,24,24,.2)
}

.border-b-sub-page-sidebar\/25 {
    border-bottom-color: rgba(29,24,24,.25)
}

.border-b-sub-page-sidebar\/30 {
    border-bottom-color: rgba(29,24,24,.3)
}

.border-b-sub-page-sidebar\/40 {
    border-bottom-color: rgba(29,24,24,.4)
}

.border-b-sub-page-sidebar\/5 {
    border-bottom-color: rgba(29,24,24,.05)
}

.border-b-sub-page-sidebar\/50 {
    border-bottom-color: rgba(29,24,24,.5)
}

.border-b-sub-page-sidebar\/60 {
    border-bottom-color: rgba(29,24,24,.6)
}

.border-b-sub-page-sidebar\/70 {
    border-bottom-color: rgba(29,24,24,.7)
}

.border-b-sub-page-sidebar\/75 {
    border-bottom-color: rgba(29,24,24,.75)
}

.border-b-sub-page-sidebar\/80 {
    border-bottom-color: rgba(29,24,24,.8)
}

.border-b-sub-page-sidebar\/90 {
    border-bottom-color: rgba(29,24,24,.9)
}

.border-b-sub-page-sidebar\/95 {
    border-bottom-color: rgba(29,24,24,.95)
}

.border-b-transparent,.border-b-transparent\/0 {
    border-bottom-color: transparent
}

.border-b-transparent\/10 {
    border-bottom-color: rgba(0,0,0,.1)
}

.border-b-transparent\/100 {
    border-bottom-color: #000
}

.border-b-transparent\/20 {
    border-bottom-color: rgba(0,0,0,.2)
}

.border-b-transparent\/25 {
    border-bottom-color: rgba(0,0,0,.25)
}

.border-b-transparent\/30 {
    border-bottom-color: rgba(0,0,0,.3)
}

.border-b-transparent\/40 {
    border-bottom-color: rgba(0,0,0,.4)
}

.border-b-transparent\/5 {
    border-bottom-color: rgba(0,0,0,.05)
}

.border-b-transparent\/50 {
    border-bottom-color: rgba(0,0,0,.5)
}

.border-b-transparent\/60 {
    border-bottom-color: rgba(0,0,0,.6)
}

.border-b-transparent\/70 {
    border-bottom-color: rgba(0,0,0,.7)
}

.border-b-transparent\/75 {
    border-bottom-color: rgba(0,0,0,.75)
}

.border-b-transparent\/80 {
    border-bottom-color: rgba(0,0,0,.8)
}

.border-b-transparent\/90 {
    border-bottom-color: rgba(0,0,0,.9)
}

.border-b-transparent\/95 {
    border-bottom-color: rgba(0,0,0,.95)
}

.border-b-white {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-b-white\/0 {
    border-bottom-color: hsla(0,0%,100%,0)
}

.border-b-white\/10 {
    border-bottom-color: hsla(0,0%,100%,.1)
}

.border-b-white\/100 {
    border-bottom-color: #fff
}

.border-b-white\/20 {
    border-bottom-color: hsla(0,0%,100%,.2)
}

.border-b-white\/25 {
    border-bottom-color: hsla(0,0%,100%,.25)
}

.border-b-white\/30 {
    border-bottom-color: hsla(0,0%,100%,.3)
}

.border-b-white\/40 {
    border-bottom-color: hsla(0,0%,100%,.4)
}

.border-b-white\/5 {
    border-bottom-color: hsla(0,0%,100%,.05)
}

.border-b-white\/50 {
    border-bottom-color: hsla(0,0%,100%,.5)
}

.border-b-white\/60 {
    border-bottom-color: hsla(0,0%,100%,.6)
}

.border-b-white\/70 {
    border-bottom-color: hsla(0,0%,100%,.7)
}

.border-b-white\/75 {
    border-bottom-color: hsla(0,0%,100%,.75)
}

.border-b-white\/80 {
    border-bottom-color: hsla(0,0%,100%,.8)
}

.border-b-white\/90 {
    border-bottom-color: hsla(0,0%,100%,.9)
}

.border-b-white\/95 {
    border-bottom-color: hsla(0,0%,100%,.95)
}

.border-b-yellow-active {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(236 194 69/var(--tw-border-opacity))
}

.border-b-yellow-active\/0 {
    border-bottom-color: rgba(236,194,69,0)
}

.border-b-yellow-active\/10 {
    border-bottom-color: rgba(236,194,69,.1)
}

.border-b-yellow-active\/100 {
    border-bottom-color: #ecc245
}

.border-b-yellow-active\/20 {
    border-bottom-color: rgba(236,194,69,.2)
}

.border-b-yellow-active\/25 {
    border-bottom-color: rgba(236,194,69,.25)
}

.border-b-yellow-active\/30 {
    border-bottom-color: rgba(236,194,69,.3)
}

.border-b-yellow-active\/40 {
    border-bottom-color: rgba(236,194,69,.4)
}

.border-b-yellow-active\/5 {
    border-bottom-color: rgba(236,194,69,.05)
}

.border-b-yellow-active\/50 {
    border-bottom-color: rgba(236,194,69,.5)
}

.border-b-yellow-active\/60 {
    border-bottom-color: rgba(236,194,69,.6)
}

.border-b-yellow-active\/70 {
    border-bottom-color: rgba(236,194,69,.7)
}

.border-b-yellow-active\/75 {
    border-bottom-color: rgba(236,194,69,.75)
}

.border-b-yellow-active\/80 {
    border-bottom-color: rgba(236,194,69,.8)
}

.border-b-yellow-active\/90 {
    border-bottom-color: rgba(236,194,69,.9)
}

.border-b-yellow-active\/95 {
    border-bottom-color: rgba(236,194,69,.95)
}

.border-b-yellow-black {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(154 126 61/var(--tw-border-opacity))
}

.border-b-yellow-black\/0 {
    border-bottom-color: rgba(154,126,61,0)
}

.border-b-yellow-black\/10 {
    border-bottom-color: rgba(154,126,61,.1)
}

.border-b-yellow-black\/100 {
    border-bottom-color: #9a7e3d
}

.border-b-yellow-black\/20 {
    border-bottom-color: rgba(154,126,61,.2)
}

.border-b-yellow-black\/25 {
    border-bottom-color: rgba(154,126,61,.25)
}

.border-b-yellow-black\/30 {
    border-bottom-color: rgba(154,126,61,.3)
}

.border-b-yellow-black\/40 {
    border-bottom-color: rgba(154,126,61,.4)
}

.border-b-yellow-black\/5 {
    border-bottom-color: rgba(154,126,61,.05)
}

.border-b-yellow-black\/50 {
    border-bottom-color: rgba(154,126,61,.5)
}

.border-b-yellow-black\/60 {
    border-bottom-color: rgba(154,126,61,.6)
}

.border-b-yellow-black\/70 {
    border-bottom-color: rgba(154,126,61,.7)
}

.border-b-yellow-black\/75 {
    border-bottom-color: rgba(154,126,61,.75)
}

.border-b-yellow-black\/80 {
    border-bottom-color: rgba(154,126,61,.8)
}

.border-b-yellow-black\/90 {
    border-bottom-color: rgba(154,126,61,.9)
}

.border-b-yellow-black\/95 {
    border-bottom-color: rgba(154,126,61,.95)
}

.border-b-yellow-default {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(234 192 68/var(--tw-border-opacity))
}

.border-b-yellow-default\/0 {
    border-bottom-color: rgba(234,192,68,0)
}

.border-b-yellow-default\/10 {
    border-bottom-color: rgba(234,192,68,.1)
}

.border-b-yellow-default\/100 {
    border-bottom-color: #eac044
}

.border-b-yellow-default\/20 {
    border-bottom-color: rgba(234,192,68,.2)
}

.border-b-yellow-default\/25 {
    border-bottom-color: rgba(234,192,68,.25)
}

.border-b-yellow-default\/30 {
    border-bottom-color: rgba(234,192,68,.3)
}

.border-b-yellow-default\/40 {
    border-bottom-color: rgba(234,192,68,.4)
}

.border-b-yellow-default\/5 {
    border-bottom-color: rgba(234,192,68,.05)
}

.border-b-yellow-default\/50 {
    border-bottom-color: rgba(234,192,68,.5)
}

.border-b-yellow-default\/60 {
    border-bottom-color: rgba(234,192,68,.6)
}

.border-b-yellow-default\/70 {
    border-bottom-color: rgba(234,192,68,.7)
}

.border-b-yellow-default\/75 {
    border-bottom-color: rgba(234,192,68,.75)
}

.border-b-yellow-default\/80 {
    border-bottom-color: rgba(234,192,68,.8)
}

.border-b-yellow-default\/90 {
    border-bottom-color: rgba(234,192,68,.9)
}

.border-b-yellow-default\/95 {
    border-bottom-color: rgba(234,192,68,.95)
}

.border-b-yellow-orange {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(220 179 118/var(--tw-border-opacity))
}

.border-b-yellow-orange\/0 {
    border-bottom-color: hsla(36,59%,66%,0)
}

.border-b-yellow-orange\/10 {
    border-bottom-color: hsla(36,59%,66%,.1)
}

.border-b-yellow-orange\/100 {
    border-bottom-color: #dcb376
}

.border-b-yellow-orange\/20 {
    border-bottom-color: hsla(36,59%,66%,.2)
}

.border-b-yellow-orange\/25 {
    border-bottom-color: hsla(36,59%,66%,.25)
}

.border-b-yellow-orange\/30 {
    border-bottom-color: hsla(36,59%,66%,.3)
}

.border-b-yellow-orange\/40 {
    border-bottom-color: hsla(36,59%,66%,.4)
}

.border-b-yellow-orange\/5 {
    border-bottom-color: hsla(36,59%,66%,.05)
}

.border-b-yellow-orange\/50 {
    border-bottom-color: hsla(36,59%,66%,.5)
}

.border-b-yellow-orange\/60 {
    border-bottom-color: hsla(36,59%,66%,.6)
}

.border-b-yellow-orange\/70 {
    border-bottom-color: hsla(36,59%,66%,.7)
}

.border-b-yellow-orange\/75 {
    border-bottom-color: hsla(36,59%,66%,.75)
}

.border-b-yellow-orange\/80 {
    border-bottom-color: hsla(36,59%,66%,.8)
}

.border-b-yellow-orange\/90 {
    border-bottom-color: hsla(36,59%,66%,.9)
}

.border-b-yellow-orange\/95 {
    border-bottom-color: hsla(36,59%,66%,.95)
}

.border-b-yellow-term {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(179 143 23/var(--tw-border-opacity))
}

.border-b-yellow-term\/0 {
    border-bottom-color: rgba(179,143,23,0)
}

.border-b-yellow-term\/10 {
    border-bottom-color: rgba(179,143,23,.1)
}

.border-b-yellow-term\/100 {
    border-bottom-color: #b38f17
}

.border-b-yellow-term\/20 {
    border-bottom-color: rgba(179,143,23,.2)
}

.border-b-yellow-term\/25 {
    border-bottom-color: rgba(179,143,23,.25)
}

.border-b-yellow-term\/30 {
    border-bottom-color: rgba(179,143,23,.3)
}

.border-b-yellow-term\/40 {
    border-bottom-color: rgba(179,143,23,.4)
}

.border-b-yellow-term\/5 {
    border-bottom-color: rgba(179,143,23,.05)
}

.border-b-yellow-term\/50 {
    border-bottom-color: rgba(179,143,23,.5)
}

.border-b-yellow-term\/60 {
    border-bottom-color: rgba(179,143,23,.6)
}

.border-b-yellow-term\/70 {
    border-bottom-color: rgba(179,143,23,.7)
}

.border-b-yellow-term\/75 {
    border-bottom-color: rgba(179,143,23,.75)
}

.border-b-yellow-term\/80 {
    border-bottom-color: rgba(179,143,23,.8)
}

.border-b-yellow-term\/90 {
    border-bottom-color: rgba(179,143,23,.9)
}

.border-b-yellow-term\/95 {
    border-bottom-color: rgba(179,143,23,.95)
}

.border-b-yellow-text {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(244 194 18/var(--tw-border-opacity))
}

.border-b-yellow-text\/0 {
    border-bottom-color: rgba(244,194,18,0)
}

.border-b-yellow-text\/10 {
    border-bottom-color: rgba(244,194,18,.1)
}

.border-b-yellow-text\/100 {
    border-bottom-color: #f4c212
}

.border-b-yellow-text\/20 {
    border-bottom-color: rgba(244,194,18,.2)
}

.border-b-yellow-text\/25 {
    border-bottom-color: rgba(244,194,18,.25)
}

.border-b-yellow-text\/30 {
    border-bottom-color: rgba(244,194,18,.3)
}

.border-b-yellow-text\/40 {
    border-bottom-color: rgba(244,194,18,.4)
}

.border-b-yellow-text\/5 {
    border-bottom-color: rgba(244,194,18,.05)
}

.border-b-yellow-text\/50 {
    border-bottom-color: rgba(244,194,18,.5)
}

.border-b-yellow-text\/60 {
    border-bottom-color: rgba(244,194,18,.6)
}

.border-b-yellow-text\/70 {
    border-bottom-color: rgba(244,194,18,.7)
}

.border-b-yellow-text\/75 {
    border-bottom-color: rgba(244,194,18,.75)
}

.border-b-yellow-text\/80 {
    border-bottom-color: rgba(244,194,18,.8)
}

.border-b-yellow-text\/90 {
    border-bottom-color: rgba(244,194,18,.9)
}

.border-b-yellow-text\/95 {
    border-bottom-color: rgba(244,194,18,.95)
}

.border-e-background-gray {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(37 38 43/var(--tw-border-opacity))}

.border-e-background-gray\/0 {
    border-inline-end-color: rgba(37,38,43,0)
}

.border-e-background-gray\/10 {
    border-inline-end-color:rgba(37,38,43,.1)}

.border-e-background-gray\/100 {
    border-inline-end-color:#25262b}

.border-e-background-gray\/20 {
    border-inline-end-color:rgba(37,38,43,.2)}

.border-e-background-gray\/25 {
    border-inline-end-color:rgba(37,38,43,.25)}

.border-e-background-gray\/30 {
    border-inline-end-color:rgba(37,38,43,.3)}

.border-e-background-gray\/40 {
    border-inline-end-color:rgba(37,38,43,.4)}

.border-e-background-gray\/5 {
    border-inline-end-color:rgba(37,38,43,.05)}

.border-e-background-gray\/50 {
    border-inline-end-color:rgba(37,38,43,.5)}

.border-e-background-gray\/60 {
    border-inline-end-color:rgba(37,38,43,.6)}

.border-e-background-gray\/70 {
    border-inline-end-color:rgba(37,38,43,.7)}

.border-e-background-gray\/75 {
    border-inline-end-color:rgba(37,38,43,.75)}

.border-e-background-gray\/80 {
    border-inline-end-color:rgba(37,38,43,.8)}

.border-e-background-gray\/90 {
    border-inline-end-color:rgba(37,38,43,.9)}

.border-e-background-gray\/95 {
    border-inline-end-color:rgba(37,38,43,.95)}

.border-e-black-about {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(41 41 41/var(--tw-border-opacity))}

.border-e-black-about\/0 {
    border-inline-end-color: rgba(41,41,41,0)
}

.border-e-black-about\/10 {
    border-inline-end-color:rgba(41,41,41,.1)}

.border-e-black-about\/100 {
    border-inline-end-color:#292929}

.border-e-black-about\/20 {
    border-inline-end-color:rgba(41,41,41,.2)}

.border-e-black-about\/25 {
    border-inline-end-color:rgba(41,41,41,.25)}

.border-e-black-about\/30 {
    border-inline-end-color:rgba(41,41,41,.3)}

.border-e-black-about\/40 {
    border-inline-end-color:rgba(41,41,41,.4)}

.border-e-black-about\/5 {
    border-inline-end-color:rgba(41,41,41,.05)}

.border-e-black-about\/50 {
    border-inline-end-color:rgba(41,41,41,.5)}

.border-e-black-about\/60 {
    border-inline-end-color:rgba(41,41,41,.6)}

.border-e-black-about\/70 {
    border-inline-end-color:rgba(41,41,41,.7)}

.border-e-black-about\/75 {
    border-inline-end-color:rgba(41,41,41,.75)}

.border-e-black-about\/80 {
    border-inline-end-color:rgba(41,41,41,.8)}

.border-e-black-about\/90 {
    border-inline-end-color:rgba(41,41,41,.9)}

.border-e-black-about\/95 {
    border-inline-end-color:rgba(41,41,41,.95)}

.border-e-black-account {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(32 32 32/var(--tw-border-opacity))}

.border-e-black-account\/0 {
    border-inline-end-color: rgba(32,32,32,0)
}

.border-e-black-account\/10 {
    border-inline-end-color:rgba(32,32,32,.1)}

.border-e-black-account\/100 {
    border-inline-end-color:#202020}

.border-e-black-account\/20 {
    border-inline-end-color:rgba(32,32,32,.2)}

.border-e-black-account\/25 {
    border-inline-end-color:rgba(32,32,32,.25)}

.border-e-black-account\/30 {
    border-inline-end-color:rgba(32,32,32,.3)}

.border-e-black-account\/40 {
    border-inline-end-color:rgba(32,32,32,.4)}

.border-e-black-account\/5 {
    border-inline-end-color:rgba(32,32,32,.05)}

.border-e-black-account\/50 {
    border-inline-end-color:rgba(32,32,32,.5)}

.border-e-black-account\/60 {
    border-inline-end-color:rgba(32,32,32,.6)}

.border-e-black-account\/70 {
    border-inline-end-color:rgba(32,32,32,.7)}

.border-e-black-account\/75 {
    border-inline-end-color:rgba(32,32,32,.75)}

.border-e-black-account\/80 {
    border-inline-end-color:rgba(32,32,32,.8)}

.border-e-black-account\/90 {
    border-inline-end-color:rgba(32,32,32,.9)}

.border-e-black-account\/95 {
    border-inline-end-color:rgba(32,32,32,.95)}

.border-e-black-bg1 {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(15 16 17/var(--tw-border-opacity))}

.border-e-black-bg1\/0 {
    border-inline-end-color: rgba(15,16,17,0)
}

.border-e-black-bg1\/10 {
    border-inline-end-color:rgba(15,16,17,.1)}

.border-e-black-bg1\/100 {
    border-inline-end-color:#0f1011}

.border-e-black-bg1\/20 {
    border-inline-end-color:rgba(15,16,17,.2)}

.border-e-black-bg1\/25 {
    border-inline-end-color:rgba(15,16,17,.25)}

.border-e-black-bg1\/30 {
    border-inline-end-color:rgba(15,16,17,.3)}

.border-e-black-bg1\/40 {
    border-inline-end-color:rgba(15,16,17,.4)}

.border-e-black-bg1\/5 {
    border-inline-end-color:rgba(15,16,17,.05)}

.border-e-black-bg1\/50 {
    border-inline-end-color:rgba(15,16,17,.5)}

.border-e-black-bg1\/60 {
    border-inline-end-color:rgba(15,16,17,.6)}

.border-e-black-bg1\/70 {
    border-inline-end-color:rgba(15,16,17,.7)}

.border-e-black-bg1\/75 {
    border-inline-end-color:rgba(15,16,17,.75)}

.border-e-black-bg1\/80 {
    border-inline-end-color:rgba(15,16,17,.8)}

.border-e-black-bg1\/90 {
    border-inline-end-color:rgba(15,16,17,.9)}

.border-e-black-bg1\/95 {
    border-inline-end-color:rgba(15,16,17,.95)}

.border-e-black-coin {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(38 38 38/var(--tw-border-opacity))}

.border-e-black-coin\/0 {
    border-inline-end-color: rgba(38,38,38,0)
}

.border-e-black-coin\/10 {
    border-inline-end-color:rgba(38,38,38,.1)}

.border-e-black-coin\/100 {
    border-inline-end-color:#262626}

.border-e-black-coin\/20 {
    border-inline-end-color:rgba(38,38,38,.2)}

.border-e-black-coin\/25 {
    border-inline-end-color:rgba(38,38,38,.25)}

.border-e-black-coin\/30 {
    border-inline-end-color:rgba(38,38,38,.3)}

.border-e-black-coin\/40 {
    border-inline-end-color:rgba(38,38,38,.4)}

.border-e-black-coin\/5 {
    border-inline-end-color:rgba(38,38,38,.05)}

.border-e-black-coin\/50 {
    border-inline-end-color:rgba(38,38,38,.5)}

.border-e-black-coin\/60 {
    border-inline-end-color:rgba(38,38,38,.6)}

.border-e-black-coin\/70 {
    border-inline-end-color:rgba(38,38,38,.7)}

.border-e-black-coin\/75 {
    border-inline-end-color:rgba(38,38,38,.75)}

.border-e-black-coin\/80 {
    border-inline-end-color:rgba(38,38,38,.8)}

.border-e-black-coin\/90 {
    border-inline-end-color:rgba(38,38,38,.9)}

.border-e-black-coin\/95 {
    border-inline-end-color:rgba(38,38,38,.95)}

.border-e-black-config {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(51 48 41/var(--tw-border-opacity))}

.border-e-black-config\/0 {
    border-inline-end-color: rgba(51,48,41,0)
}

.border-e-black-config\/10 {
    border-inline-end-color:rgba(51,48,41,.1)}

.border-e-black-config\/100 {
    border-inline-end-color:#333029}

.border-e-black-config\/20 {
    border-inline-end-color:rgba(51,48,41,.2)}

.border-e-black-config\/25 {
    border-inline-end-color:rgba(51,48,41,.25)}

.border-e-black-config\/30 {
    border-inline-end-color:rgba(51,48,41,.3)}

.border-e-black-config\/40 {
    border-inline-end-color:rgba(51,48,41,.4)}

.border-e-black-config\/5 {
    border-inline-end-color:rgba(51,48,41,.05)}

.border-e-black-config\/50 {
    border-inline-end-color:rgba(51,48,41,.5)}

.border-e-black-config\/60 {
    border-inline-end-color:rgba(51,48,41,.6)}

.border-e-black-config\/70 {
    border-inline-end-color:rgba(51,48,41,.7)}

.border-e-black-config\/75 {
    border-inline-end-color:rgba(51,48,41,.75)}

.border-e-black-config\/80 {
    border-inline-end-color:rgba(51,48,41,.8)}

.border-e-black-config\/90 {
    border-inline-end-color:rgba(51,48,41,.9)}

.border-e-black-config\/95 {
    border-inline-end-color:rgba(51,48,41,.95)}

.border-e-black-default {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(0 0 0/var(--tw-border-opacity))}

.border-e-black-default\/0 {
    border-inline-end-color: transparent
}

.border-e-black-default\/10 {
    border-inline-end-color:rgba(0,0,0,.1)}

.border-e-black-default\/100 {
    border-inline-end-color:#000}

.border-e-black-default\/20 {
    border-inline-end-color:rgba(0,0,0,.2)}

.border-e-black-default\/25 {
    border-inline-end-color:rgba(0,0,0,.25)}

.border-e-black-default\/30 {
    border-inline-end-color:rgba(0,0,0,.3)}

.border-e-black-default\/40 {
    border-inline-end-color:rgba(0,0,0,.4)}

.border-e-black-default\/5 {
    border-inline-end-color:rgba(0,0,0,.05)}

.border-e-black-default\/50 {
    border-inline-end-color:rgba(0,0,0,.5)}

.border-e-black-default\/60 {
    border-inline-end-color:rgba(0,0,0,.6)}

.border-e-black-default\/70 {
    border-inline-end-color:rgba(0,0,0,.7)}

.border-e-black-default\/75 {
    border-inline-end-color:rgba(0,0,0,.75)}

.border-e-black-default\/80 {
    border-inline-end-color:rgba(0,0,0,.8)}

.border-e-black-default\/90 {
    border-inline-end-color:rgba(0,0,0,.9)}

.border-e-black-default\/95 {
    border-inline-end-color:rgba(0,0,0,.95)}

.border-e-black-footer {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(25 27 30/var(--tw-border-opacity))}

.border-e-black-footer\/0 {
    border-inline-end-color: rgba(25,27,30,0)
}

.border-e-black-footer\/10 {
    border-inline-end-color:rgba(25,27,30,.1)}

.border-e-black-footer\/100 {
    border-inline-end-color:#191b1e}

.border-e-black-footer\/20 {
    border-inline-end-color:rgba(25,27,30,.2)}

.border-e-black-footer\/25 {
    border-inline-end-color:rgba(25,27,30,.25)}

.border-e-black-footer\/30 {
    border-inline-end-color:rgba(25,27,30,.3)}

.border-e-black-footer\/40 {
    border-inline-end-color:rgba(25,27,30,.4)}

.border-e-black-footer\/5 {
    border-inline-end-color:rgba(25,27,30,.05)}

.border-e-black-footer\/50 {
    border-inline-end-color:rgba(25,27,30,.5)}

.border-e-black-footer\/60 {
    border-inline-end-color:rgba(25,27,30,.6)}

.border-e-black-footer\/70 {
    border-inline-end-color:rgba(25,27,30,.7)}

.border-e-black-footer\/75 {
    border-inline-end-color:rgba(25,27,30,.75)}

.border-e-black-footer\/80 {
    border-inline-end-color:rgba(25,27,30,.8)}

.border-e-black-footer\/90 {
    border-inline-end-color:rgba(25,27,30,.9)}

.border-e-black-footer\/95 {
    border-inline-end-color:rgba(25,27,30,.95)}

.border-e-black-head {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(51 48 41/var(--tw-border-opacity))}

.border-e-black-head-table {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(10 12 14/var(--tw-border-opacity))}

.border-e-black-head-table\/0 {
    border-inline-end-color: rgba(10,12,14,0)
}

.border-e-black-head-table\/10 {
    border-inline-end-color:rgba(10,12,14,.1)}

.border-e-black-head-table\/100 {
    border-inline-end-color:#0a0c0e}

.border-e-black-head-table\/20 {
    border-inline-end-color:rgba(10,12,14,.2)}

.border-e-black-head-table\/25 {
    border-inline-end-color:rgba(10,12,14,.25)}

.border-e-black-head-table\/30 {
    border-inline-end-color:rgba(10,12,14,.3)}

.border-e-black-head-table\/40 {
    border-inline-end-color:rgba(10,12,14,.4)}

.border-e-black-head-table\/5 {
    border-inline-end-color:rgba(10,12,14,.05)}

.border-e-black-head-table\/50 {
    border-inline-end-color:rgba(10,12,14,.5)}

.border-e-black-head-table\/60 {
    border-inline-end-color:rgba(10,12,14,.6)}

.border-e-black-head-table\/70 {
    border-inline-end-color:rgba(10,12,14,.7)}

.border-e-black-head-table\/75 {
    border-inline-end-color:rgba(10,12,14,.75)}

.border-e-black-head-table\/80 {
    border-inline-end-color:rgba(10,12,14,.8)}

.border-e-black-head-table\/90 {
    border-inline-end-color:rgba(10,12,14,.9)}

.border-e-black-head-table\/95 {
    border-inline-end-color:rgba(10,12,14,.95)}

.border-e-black-head\/0 {
    border-inline-end-color:rgba(51,48,41,0)}

.border-e-black-head\/10 {
    border-inline-end-color:rgba(51,48,41,.1)}

.border-e-black-head\/100 {
    border-inline-end-color:#333029}

.border-e-black-head\/20 {
    border-inline-end-color:rgba(51,48,41,.2)}

.border-e-black-head\/25 {
    border-inline-end-color:rgba(51,48,41,.25)}

.border-e-black-head\/30 {
    border-inline-end-color:rgba(51,48,41,.3)}

.border-e-black-head\/40 {
    border-inline-end-color:rgba(51,48,41,.4)}

.border-e-black-head\/5 {
    border-inline-end-color:rgba(51,48,41,.05)}

.border-e-black-head\/50 {
    border-inline-end-color:rgba(51,48,41,.5)}

.border-e-black-head\/60 {
    border-inline-end-color:rgba(51,48,41,.6)}

.border-e-black-head\/70 {
    border-inline-end-color:rgba(51,48,41,.7)}

.border-e-black-head\/75 {
    border-inline-end-color:rgba(51,48,41,.75)}

.border-e-black-head\/80 {
    border-inline-end-color:rgba(51,48,41,.8)}

.border-e-black-head\/90 {
    border-inline-end-color:rgba(51,48,41,.9)}

.border-e-black-head\/95 {
    border-inline-end-color:rgba(51,48,41,.95)}

.border-e-black-header-about {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(32 32 32/var(--tw-border-opacity))}

.border-e-black-header-about\/0 {
    border-inline-end-color: rgba(32,32,32,0)
}

.border-e-black-header-about\/10 {
    border-inline-end-color:rgba(32,32,32,.1)}

.border-e-black-header-about\/100 {
    border-inline-end-color:#202020}

.border-e-black-header-about\/20 {
    border-inline-end-color:rgba(32,32,32,.2)}

.border-e-black-header-about\/25 {
    border-inline-end-color:rgba(32,32,32,.25)}

.border-e-black-header-about\/30 {
    border-inline-end-color:rgba(32,32,32,.3)}

.border-e-black-header-about\/40 {
    border-inline-end-color:rgba(32,32,32,.4)}

.border-e-black-header-about\/5 {
    border-inline-end-color:rgba(32,32,32,.05)}

.border-e-black-header-about\/50 {
    border-inline-end-color:rgba(32,32,32,.5)}

.border-e-black-header-about\/60 {
    border-inline-end-color:rgba(32,32,32,.6)}

.border-e-black-header-about\/70 {
    border-inline-end-color:rgba(32,32,32,.7)}

.border-e-black-header-about\/75 {
    border-inline-end-color:rgba(32,32,32,.75)}

.border-e-black-header-about\/80 {
    border-inline-end-color:rgba(32,32,32,.8)}

.border-e-black-header-about\/90 {
    border-inline-end-color:rgba(32,32,32,.9)}

.border-e-black-header-about\/95 {
    border-inline-end-color:rgba(32,32,32,.95)}

.border-e-black-header-top {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(14 9 1/var(--tw-border-opacity))}

.border-e-black-header-top\/0 {
    border-inline-end-color: rgba(14,9,1,0)
}

.border-e-black-header-top\/10 {
    border-inline-end-color:rgba(14,9,1,.1)}

.border-e-black-header-top\/100 {
    border-inline-end-color:#0e0901}

.border-e-black-header-top\/20 {
    border-inline-end-color:rgba(14,9,1,.2)}

.border-e-black-header-top\/25 {
    border-inline-end-color:rgba(14,9,1,.25)}

.border-e-black-header-top\/30 {
    border-inline-end-color:rgba(14,9,1,.3)}

.border-e-black-header-top\/40 {
    border-inline-end-color:rgba(14,9,1,.4)}

.border-e-black-header-top\/5 {
    border-inline-end-color:rgba(14,9,1,.05)}

.border-e-black-header-top\/50 {
    border-inline-end-color:rgba(14,9,1,.5)}

.border-e-black-header-top\/60 {
    border-inline-end-color:rgba(14,9,1,.6)}

.border-e-black-header-top\/70 {
    border-inline-end-color:rgba(14,9,1,.7)}

.border-e-black-header-top\/75 {
    border-inline-end-color:rgba(14,9,1,.75)}

.border-e-black-header-top\/80 {
    border-inline-end-color:rgba(14,9,1,.8)}

.border-e-black-header-top\/90 {
    border-inline-end-color:rgba(14,9,1,.9)}

.border-e-black-header-top\/95 {
    border-inline-end-color:rgba(14,9,1,.95)}

.border-e-black-main {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(13 9 6/var(--tw-border-opacity))}

.border-e-black-main\/0 {
    border-inline-end-color: rgba(13,9,6,0)
}

.border-e-black-main\/10 {
    border-inline-end-color:rgba(13,9,6,.1)}

.border-e-black-main\/100 {
    border-inline-end-color:#0d0906}

.border-e-black-main\/20 {
    border-inline-end-color:rgba(13,9,6,.2)}

.border-e-black-main\/25 {
    border-inline-end-color:rgba(13,9,6,.25)}

.border-e-black-main\/30 {
    border-inline-end-color:rgba(13,9,6,.3)}

.border-e-black-main\/40 {
    border-inline-end-color:rgba(13,9,6,.4)}

.border-e-black-main\/5 {
    border-inline-end-color:rgba(13,9,6,.05)}

.border-e-black-main\/50 {
    border-inline-end-color:rgba(13,9,6,.5)}

.border-e-black-main\/60 {
    border-inline-end-color:rgba(13,9,6,.6)}

.border-e-black-main\/70 {
    border-inline-end-color:rgba(13,9,6,.7)}

.border-e-black-main\/75 {
    border-inline-end-color:rgba(13,9,6,.75)}

.border-e-black-main\/80 {
    border-inline-end-color:rgba(13,9,6,.8)}

.border-e-black-main\/90 {
    border-inline-end-color:rgba(13,9,6,.9)}

.border-e-black-main\/95 {
    border-inline-end-color:rgba(13,9,6,.95)}

.border-e-black-option {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(11 12 11/var(--tw-border-opacity))}

.border-e-black-option\/0 {
    border-inline-end-color: rgba(11,12,11,0)
}

.border-e-black-option\/10 {
    border-inline-end-color:rgba(11,12,11,.1)}

.border-e-black-option\/100 {
    border-inline-end-color:#0b0c0b}

.border-e-black-option\/20 {
    border-inline-end-color:rgba(11,12,11,.2)}

.border-e-black-option\/25 {
    border-inline-end-color:rgba(11,12,11,.25)}

.border-e-black-option\/30 {
    border-inline-end-color:rgba(11,12,11,.3)}

.border-e-black-option\/40 {
    border-inline-end-color:rgba(11,12,11,.4)}

.border-e-black-option\/5 {
    border-inline-end-color:rgba(11,12,11,.05)}

.border-e-black-option\/50 {
    border-inline-end-color:rgba(11,12,11,.5)}

.border-e-black-option\/60 {
    border-inline-end-color:rgba(11,12,11,.6)}

.border-e-black-option\/70 {
    border-inline-end-color:rgba(11,12,11,.7)}

.border-e-black-option\/75 {
    border-inline-end-color:rgba(11,12,11,.75)}

.border-e-black-option\/80 {
    border-inline-end-color:rgba(11,12,11,.8)}

.border-e-black-option\/90 {
    border-inline-end-color:rgba(11,12,11,.9)}

.border-e-black-option\/95 {
    border-inline-end-color:rgba(11,12,11,.95)}

.border-e-black-table-account {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(26 26 26/var(--tw-border-opacity))}

.border-e-black-table-account\/0 {
    border-inline-end-color: rgba(26,26,26,0)
}

.border-e-black-table-account\/10 {
    border-inline-end-color:rgba(26,26,26,.1)}

.border-e-black-table-account\/100 {
    border-inline-end-color:#1a1a1a}

.border-e-black-table-account\/20 {
    border-inline-end-color:rgba(26,26,26,.2)}

.border-e-black-table-account\/25 {
    border-inline-end-color:rgba(26,26,26,.25)}

.border-e-black-table-account\/30 {
    border-inline-end-color:rgba(26,26,26,.3)}

.border-e-black-table-account\/40 {
    border-inline-end-color:rgba(26,26,26,.4)}

.border-e-black-table-account\/5 {
    border-inline-end-color:rgba(26,26,26,.05)}

.border-e-black-table-account\/50 {
    border-inline-end-color:rgba(26,26,26,.5)}

.border-e-black-table-account\/60 {
    border-inline-end-color:rgba(26,26,26,.6)}

.border-e-black-table-account\/70 {
    border-inline-end-color:rgba(26,26,26,.7)}

.border-e-black-table-account\/75 {
    border-inline-end-color:rgba(26,26,26,.75)}

.border-e-black-table-account\/80 {
    border-inline-end-color:rgba(26,26,26,.8)}

.border-e-black-table-account\/90 {
    border-inline-end-color:rgba(26,26,26,.9)}

.border-e-black-table-account\/95 {
    border-inline-end-color:rgba(26,26,26,.95)}

.border-e-black-text {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(26 29 27/var(--tw-border-opacity))}

.border-e-black-text\/0 {
    border-inline-end-color: rgba(26,29,27,0)
}

.border-e-black-text\/10 {
    border-inline-end-color:rgba(26,29,27,.1)}

.border-e-black-text\/100 {
    border-inline-end-color:#1a1d1b}

.border-e-black-text\/20 {
    border-inline-end-color:rgba(26,29,27,.2)}

.border-e-black-text\/25 {
    border-inline-end-color:rgba(26,29,27,.25)}

.border-e-black-text\/30 {
    border-inline-end-color:rgba(26,29,27,.3)}

.border-e-black-text\/40 {
    border-inline-end-color:rgba(26,29,27,.4)}

.border-e-black-text\/5 {
    border-inline-end-color:rgba(26,29,27,.05)}

.border-e-black-text\/50 {
    border-inline-end-color:rgba(26,29,27,.5)}

.border-e-black-text\/60 {
    border-inline-end-color:rgba(26,29,27,.6)}

.border-e-black-text\/70 {
    border-inline-end-color:rgba(26,29,27,.7)}

.border-e-black-text\/75 {
    border-inline-end-color:rgba(26,29,27,.75)}

.border-e-black-text\/80 {
    border-inline-end-color:rgba(26,29,27,.8)}

.border-e-black-text\/90 {
    border-inline-end-color:rgba(26,29,27,.9)}

.border-e-black-text\/95 {
    border-inline-end-color:rgba(26,29,27,.95)}

.border-e-black-text1 {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(71 70 63/var(--tw-border-opacity))}

.border-e-black-text1\/0 {
    border-inline-end-color: rgba(71,70,63,0)
}

.border-e-black-text1\/10 {
    border-inline-end-color:rgba(71,70,63,.1)}

.border-e-black-text1\/100 {
    border-inline-end-color:#47463f}

.border-e-black-text1\/20 {
    border-inline-end-color:rgba(71,70,63,.2)}

.border-e-black-text1\/25 {
    border-inline-end-color:rgba(71,70,63,.25)}

.border-e-black-text1\/30 {
    border-inline-end-color:rgba(71,70,63,.3)}

.border-e-black-text1\/40 {
    border-inline-end-color:rgba(71,70,63,.4)}

.border-e-black-text1\/5 {
    border-inline-end-color:rgba(71,70,63,.05)}

.border-e-black-text1\/50 {
    border-inline-end-color:rgba(71,70,63,.5)}

.border-e-black-text1\/60 {
    border-inline-end-color:rgba(71,70,63,.6)}

.border-e-black-text1\/70 {
    border-inline-end-color:rgba(71,70,63,.7)}

.border-e-black-text1\/75 {
    border-inline-end-color:rgba(71,70,63,.75)}

.border-e-black-text1\/80 {
    border-inline-end-color:rgba(71,70,63,.8)}

.border-e-black-text1\/90 {
    border-inline-end-color:rgba(71,70,63,.9)}

.border-e-black-text1\/95 {
    border-inline-end-color:rgba(71,70,63,.95)}

.border-e-black-vip {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(15 15 15/var(--tw-border-opacity))}

.border-e-black-vip\/0 {
    border-inline-end-color: hsla(0,0%,6%,0)
}

.border-e-black-vip\/10 {
    border-inline-end-color:hsla(0,0%,6%,.1)}

.border-e-black-vip\/100 {
    border-inline-end-color:#0f0f0f}

.border-e-black-vip\/20 {
    border-inline-end-color:hsla(0,0%,6%,.2)}

.border-e-black-vip\/25 {
    border-inline-end-color:hsla(0,0%,6%,.25)}

.border-e-black-vip\/30 {
    border-inline-end-color:hsla(0,0%,6%,.3)}

.border-e-black-vip\/40 {
    border-inline-end-color:hsla(0,0%,6%,.4)}

.border-e-black-vip\/5 {
    border-inline-end-color:hsla(0,0%,6%,.05)}

.border-e-black-vip\/50 {
    border-inline-end-color:hsla(0,0%,6%,.5)}

.border-e-black-vip\/60 {
    border-inline-end-color:hsla(0,0%,6%,.6)}

.border-e-black-vip\/70 {
    border-inline-end-color:hsla(0,0%,6%,.7)}

.border-e-black-vip\/75 {
    border-inline-end-color:hsla(0,0%,6%,.75)}

.border-e-black-vip\/80 {
    border-inline-end-color:hsla(0,0%,6%,.8)}

.border-e-black-vip\/90 {
    border-inline-end-color:hsla(0,0%,6%,.9)}

.border-e-black-vip\/95 {
    border-inline-end-color:hsla(0,0%,6%,.95)}

.border-e-blue-head-table {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(8 77 160/var(--tw-border-opacity))}

.border-e-blue-head-table\/0 {
    border-inline-end-color: rgba(8,77,160,0)
}

.border-e-blue-head-table\/10 {
    border-inline-end-color:rgba(8,77,160,.1)}

.border-e-blue-head-table\/100 {
    border-inline-end-color:#084da0}

.border-e-blue-head-table\/20 {
    border-inline-end-color:rgba(8,77,160,.2)}

.border-e-blue-head-table\/25 {
    border-inline-end-color:rgba(8,77,160,.25)}

.border-e-blue-head-table\/30 {
    border-inline-end-color:rgba(8,77,160,.3)}

.border-e-blue-head-table\/40 {
    border-inline-end-color:rgba(8,77,160,.4)}

.border-e-blue-head-table\/5 {
    border-inline-end-color:rgba(8,77,160,.05)}

.border-e-blue-head-table\/50 {
    border-inline-end-color:rgba(8,77,160,.5)}

.border-e-blue-head-table\/60 {
    border-inline-end-color:rgba(8,77,160,.6)}

.border-e-blue-head-table\/70 {
    border-inline-end-color:rgba(8,77,160,.7)}

.border-e-blue-head-table\/75 {
    border-inline-end-color:rgba(8,77,160,.75)}

.border-e-blue-head-table\/80 {
    border-inline-end-color:rgba(8,77,160,.8)}

.border-e-blue-head-table\/90 {
    border-inline-end-color:rgba(8,77,160,.9)}

.border-e-blue-head-table\/95 {
    border-inline-end-color:rgba(8,77,160,.95)}

.border-e-blue-item-history {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(48 53 56/var(--tw-border-opacity))}

.border-e-blue-item-history\/0 {
    border-inline-end-color: rgba(48,53,56,0)
}

.border-e-blue-item-history\/10 {
    border-inline-end-color:rgba(48,53,56,.1)}

.border-e-blue-item-history\/100 {
    border-inline-end-color:#303538}

.border-e-blue-item-history\/20 {
    border-inline-end-color:rgba(48,53,56,.2)}

.border-e-blue-item-history\/25 {
    border-inline-end-color:rgba(48,53,56,.25)}

.border-e-blue-item-history\/30 {
    border-inline-end-color:rgba(48,53,56,.3)}

.border-e-blue-item-history\/40 {
    border-inline-end-color:rgba(48,53,56,.4)}

.border-e-blue-item-history\/5 {
    border-inline-end-color:rgba(48,53,56,.05)}

.border-e-blue-item-history\/50 {
    border-inline-end-color:rgba(48,53,56,.5)}

.border-e-blue-item-history\/60 {
    border-inline-end-color:rgba(48,53,56,.6)}

.border-e-blue-item-history\/70 {
    border-inline-end-color:rgba(48,53,56,.7)}

.border-e-blue-item-history\/75 {
    border-inline-end-color:rgba(48,53,56,.75)}

.border-e-blue-item-history\/80 {
    border-inline-end-color:rgba(48,53,56,.8)}

.border-e-blue-item-history\/90 {
    border-inline-end-color:rgba(48,53,56,.9)}

.border-e-blue-item-history\/95 {
    border-inline-end-color:rgba(48,53,56,.95)}

.border-e-blue-process {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(76 88 102/var(--tw-border-opacity))}

.border-e-blue-process\/0 {
    border-inline-end-color: rgba(76,88,102,0)
}

.border-e-blue-process\/10 {
    border-inline-end-color:rgba(76,88,102,.1)}

.border-e-blue-process\/100 {
    border-inline-end-color:#4c5866}

.border-e-blue-process\/20 {
    border-inline-end-color:rgba(76,88,102,.2)}

.border-e-blue-process\/25 {
    border-inline-end-color:rgba(76,88,102,.25)}

.border-e-blue-process\/30 {
    border-inline-end-color:rgba(76,88,102,.3)}

.border-e-blue-process\/40 {
    border-inline-end-color:rgba(76,88,102,.4)}

.border-e-blue-process\/5 {
    border-inline-end-color:rgba(76,88,102,.05)}

.border-e-blue-process\/50 {
    border-inline-end-color:rgba(76,88,102,.5)}

.border-e-blue-process\/60 {
    border-inline-end-color:rgba(76,88,102,.6)}

.border-e-blue-process\/70 {
    border-inline-end-color:rgba(76,88,102,.7)}

.border-e-blue-process\/75 {
    border-inline-end-color:rgba(76,88,102,.75)}

.border-e-blue-process\/80 {
    border-inline-end-color:rgba(76,88,102,.8)}

.border-e-blue-process\/90 {
    border-inline-end-color:rgba(76,88,102,.9)}

.border-e-blue-process\/95 {
    border-inline-end-color:rgba(76,88,102,.95)}

.border-e-btn-inactive {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(109 109 109/var(--tw-border-opacity))}

.border-e-btn-inactive\/0 {
    border-inline-end-color: hsla(0,0%,43%,0)
}

.border-e-btn-inactive\/10 {
    border-inline-end-color:hsla(0,0%,43%,.1)}

.border-e-btn-inactive\/100 {
    border-inline-end-color:#6d6d6d}

.border-e-btn-inactive\/20 {
    border-inline-end-color:hsla(0,0%,43%,.2)}

.border-e-btn-inactive\/25 {
    border-inline-end-color:hsla(0,0%,43%,.25)}

.border-e-btn-inactive\/30 {
    border-inline-end-color:hsla(0,0%,43%,.3)}

.border-e-btn-inactive\/40 {
    border-inline-end-color:hsla(0,0%,43%,.4)}

.border-e-btn-inactive\/5 {
    border-inline-end-color:hsla(0,0%,43%,.05)}

.border-e-btn-inactive\/50 {
    border-inline-end-color:hsla(0,0%,43%,.5)}

.border-e-btn-inactive\/60 {
    border-inline-end-color:hsla(0,0%,43%,.6)}

.border-e-btn-inactive\/70 {
    border-inline-end-color:hsla(0,0%,43%,.7)}

.border-e-btn-inactive\/75 {
    border-inline-end-color:hsla(0,0%,43%,.75)}

.border-e-btn-inactive\/80 {
    border-inline-end-color:hsla(0,0%,43%,.8)}

.border-e-btn-inactive\/90 {
    border-inline-end-color:hsla(0,0%,43%,.9)}

.border-e-btn-inactive\/95 {
    border-inline-end-color:hsla(0,0%,43%,.95)}

.border-e-button {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(185 143 93/var(--tw-border-opacity))}

.border-e-button\/0 {
    border-inline-end-color: rgba(185,143,93,0)
}

.border-e-button\/10 {
    border-inline-end-color:rgba(185,143,93,.1)}

.border-e-button\/100 {
    border-inline-end-color:#b98f5d}

.border-e-button\/20 {
    border-inline-end-color:rgba(185,143,93,.2)}

.border-e-button\/25 {
    border-inline-end-color:rgba(185,143,93,.25)}

.border-e-button\/30 {
    border-inline-end-color:rgba(185,143,93,.3)}

.border-e-button\/40 {
    border-inline-end-color:rgba(185,143,93,.4)}

.border-e-button\/5 {
    border-inline-end-color:rgba(185,143,93,.05)}

.border-e-button\/50 {
    border-inline-end-color:rgba(185,143,93,.5)}

.border-e-button\/60 {
    border-inline-end-color:rgba(185,143,93,.6)}

.border-e-button\/70 {
    border-inline-end-color:rgba(185,143,93,.7)}

.border-e-button\/75 {
    border-inline-end-color:rgba(185,143,93,.75)}

.border-e-button\/80 {
    border-inline-end-color:rgba(185,143,93,.8)}

.border-e-button\/90 {
    border-inline-end-color:rgba(185,143,93,.9)}

.border-e-button\/95 {
    border-inline-end-color:rgba(185,143,93,.95)}

.border-e-card {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(21 18 18/var(--tw-border-opacity))}

.border-e-card\/0 {
    border-inline-end-color: hsla(0,8%,8%,0)
}

.border-e-card\/10 {
    border-inline-end-color:hsla(0,8%,8%,.1)}

.border-e-card\/100 {
    border-inline-end-color:#151212}

.border-e-card\/20 {
    border-inline-end-color:hsla(0,8%,8%,.2)}

.border-e-card\/25 {
    border-inline-end-color:hsla(0,8%,8%,.25)}

.border-e-card\/30 {
    border-inline-end-color:hsla(0,8%,8%,.3)}

.border-e-card\/40 {
    border-inline-end-color:hsla(0,8%,8%,.4)}

.border-e-card\/5 {
    border-inline-end-color:hsla(0,8%,8%,.05)}

.border-e-card\/50 {
    border-inline-end-color:hsla(0,8%,8%,.5)}

.border-e-card\/60 {
    border-inline-end-color:hsla(0,8%,8%,.6)}

.border-e-card\/70 {
    border-inline-end-color:hsla(0,8%,8%,.7)}

.border-e-card\/75 {
    border-inline-end-color:hsla(0,8%,8%,.75)}

.border-e-card\/80 {
    border-inline-end-color:hsla(0,8%,8%,.8)}

.border-e-card\/90 {
    border-inline-end-color:hsla(0,8%,8%,.9)}

.border-e-card\/95 {
    border-inline-end-color:hsla(0,8%,8%,.95)}

.border-e-disable-text {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(109 109 109/var(--tw-border-opacity))}

.border-e-disable-text\/0 {
    border-inline-end-color: hsla(0,0%,43%,0)
}

.border-e-disable-text\/10 {
    border-inline-end-color:hsla(0,0%,43%,.1)}

.border-e-disable-text\/100 {
    border-inline-end-color:#6d6d6d}

.border-e-disable-text\/20 {
    border-inline-end-color:hsla(0,0%,43%,.2)}

.border-e-disable-text\/25 {
    border-inline-end-color:hsla(0,0%,43%,.25)}

.border-e-disable-text\/30 {
    border-inline-end-color:hsla(0,0%,43%,.3)}

.border-e-disable-text\/40 {
    border-inline-end-color:hsla(0,0%,43%,.4)}

.border-e-disable-text\/5 {
    border-inline-end-color:hsla(0,0%,43%,.05)}

.border-e-disable-text\/50 {
    border-inline-end-color:hsla(0,0%,43%,.5)}

.border-e-disable-text\/60 {
    border-inline-end-color:hsla(0,0%,43%,.6)}

.border-e-disable-text\/70 {
    border-inline-end-color:hsla(0,0%,43%,.7)}

.border-e-disable-text\/75 {
    border-inline-end-color:hsla(0,0%,43%,.75)}

.border-e-disable-text\/80 {
    border-inline-end-color:hsla(0,0%,43%,.8)}

.border-e-disable-text\/90 {
    border-inline-end-color:hsla(0,0%,43%,.9)}

.border-e-disable-text\/95 {
    border-inline-end-color:hsla(0,0%,43%,.95)}

.border-e-event-promotion-big-win-bg {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(149 118 76/var(--tw-border-opacity))}

.border-e-event-promotion-big-win-bg\/0 {
    border-inline-end-color: rgba(149,118,76,0)
}

.border-e-event-promotion-big-win-bg\/10 {
    border-inline-end-color:rgba(149,118,76,.1)}

.border-e-event-promotion-big-win-bg\/100 {
    border-inline-end-color:#95764c}

.border-e-event-promotion-big-win-bg\/20 {
    border-inline-end-color:rgba(149,118,76,.2)}

.border-e-event-promotion-big-win-bg\/25 {
    border-inline-end-color:rgba(149,118,76,.25)}

.border-e-event-promotion-big-win-bg\/30 {
    border-inline-end-color:rgba(149,118,76,.3)}

.border-e-event-promotion-big-win-bg\/40 {
    border-inline-end-color:rgba(149,118,76,.4)}

.border-e-event-promotion-big-win-bg\/5 {
    border-inline-end-color:rgba(149,118,76,.05)}

.border-e-event-promotion-big-win-bg\/50 {
    border-inline-end-color:rgba(149,118,76,.5)}

.border-e-event-promotion-big-win-bg\/60 {
    border-inline-end-color:rgba(149,118,76,.6)}

.border-e-event-promotion-big-win-bg\/70 {
    border-inline-end-color:rgba(149,118,76,.7)}

.border-e-event-promotion-big-win-bg\/75 {
    border-inline-end-color:rgba(149,118,76,.75)}

.border-e-event-promotion-big-win-bg\/80 {
    border-inline-end-color:rgba(149,118,76,.8)}

.border-e-event-promotion-big-win-bg\/90 {
    border-inline-end-color:rgba(149,118,76,.9)}

.border-e-event-promotion-big-win-bg\/95 {
    border-inline-end-color:rgba(149,118,76,.95)}

.border-e-event-promotion-highlight {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(246 192 65/var(--tw-border-opacity))}

.border-e-event-promotion-highlight\/0 {
    border-inline-end-color: rgba(246,192,65,0)
}

.border-e-event-promotion-highlight\/10 {
    border-inline-end-color:rgba(246,192,65,.1)}

.border-e-event-promotion-highlight\/100 {
    border-inline-end-color:#f6c041}

.border-e-event-promotion-highlight\/20 {
    border-inline-end-color:rgba(246,192,65,.2)}

.border-e-event-promotion-highlight\/25 {
    border-inline-end-color:rgba(246,192,65,.25)}

.border-e-event-promotion-highlight\/30 {
    border-inline-end-color:rgba(246,192,65,.3)}

.border-e-event-promotion-highlight\/40 {
    border-inline-end-color:rgba(246,192,65,.4)}

.border-e-event-promotion-highlight\/5 {
    border-inline-end-color:rgba(246,192,65,.05)}

.border-e-event-promotion-highlight\/50 {
    border-inline-end-color:rgba(246,192,65,.5)}

.border-e-event-promotion-highlight\/60 {
    border-inline-end-color:rgba(246,192,65,.6)}

.border-e-event-promotion-highlight\/70 {
    border-inline-end-color:rgba(246,192,65,.7)}

.border-e-event-promotion-highlight\/75 {
    border-inline-end-color:rgba(246,192,65,.75)}

.border-e-event-promotion-highlight\/80 {
    border-inline-end-color:rgba(246,192,65,.8)}

.border-e-event-promotion-highlight\/90 {
    border-inline-end-color:rgba(246,192,65,.9)}

.border-e-event-promotion-highlight\/95 {
    border-inline-end-color:rgba(246,192,65,.95)}

.border-e-gray-about {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(145 145 145/var(--tw-border-opacity))}

.border-e-gray-about\/0 {
    border-inline-end-color: hsla(0,0%,57%,0)
}

.border-e-gray-about\/10 {
    border-inline-end-color:hsla(0,0%,57%,.1)}

.border-e-gray-about\/100 {
    border-inline-end-color:#919191}

.border-e-gray-about\/20 {
    border-inline-end-color:hsla(0,0%,57%,.2)}

.border-e-gray-about\/25 {
    border-inline-end-color:hsla(0,0%,57%,.25)}

.border-e-gray-about\/30 {
    border-inline-end-color:hsla(0,0%,57%,.3)}

.border-e-gray-about\/40 {
    border-inline-end-color:hsla(0,0%,57%,.4)}

.border-e-gray-about\/5 {
    border-inline-end-color:hsla(0,0%,57%,.05)}

.border-e-gray-about\/50 {
    border-inline-end-color:hsla(0,0%,57%,.5)}

.border-e-gray-about\/60 {
    border-inline-end-color:hsla(0,0%,57%,.6)}

.border-e-gray-about\/70 {
    border-inline-end-color:hsla(0,0%,57%,.7)}

.border-e-gray-about\/75 {
    border-inline-end-color:hsla(0,0%,57%,.75)}

.border-e-gray-about\/80 {
    border-inline-end-color:hsla(0,0%,57%,.8)}

.border-e-gray-about\/90 {
    border-inline-end-color:hsla(0,0%,57%,.9)}

.border-e-gray-about\/95 {
    border-inline-end-color:hsla(0,0%,57%,.95)}

.border-e-gray-alert {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(50 52 59/var(--tw-border-opacity))}

.border-e-gray-alert\/0 {
    border-inline-end-color: rgba(50,52,59,0)
}

.border-e-gray-alert\/10 {
    border-inline-end-color:rgba(50,52,59,.1)}

.border-e-gray-alert\/100 {
    border-inline-end-color:#32343b}

.border-e-gray-alert\/20 {
    border-inline-end-color:rgba(50,52,59,.2)}

.border-e-gray-alert\/25 {
    border-inline-end-color:rgba(50,52,59,.25)}

.border-e-gray-alert\/30 {
    border-inline-end-color:rgba(50,52,59,.3)}

.border-e-gray-alert\/40 {
    border-inline-end-color:rgba(50,52,59,.4)}

.border-e-gray-alert\/5 {
    border-inline-end-color:rgba(50,52,59,.05)}

.border-e-gray-alert\/50 {
    border-inline-end-color:rgba(50,52,59,.5)}

.border-e-gray-alert\/60 {
    border-inline-end-color:rgba(50,52,59,.6)}

.border-e-gray-alert\/70 {
    border-inline-end-color:rgba(50,52,59,.7)}

.border-e-gray-alert\/75 {
    border-inline-end-color:rgba(50,52,59,.75)}

.border-e-gray-alert\/80 {
    border-inline-end-color:rgba(50,52,59,.8)}

.border-e-gray-alert\/90 {
    border-inline-end-color:rgba(50,52,59,.9)}

.border-e-gray-alert\/95 {
    border-inline-end-color:rgba(50,52,59,.95)}

.border-e-gray-background {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(45 45 45/var(--tw-border-opacity))}

.border-e-gray-background\/0 {
    border-inline-end-color: rgba(45,45,45,0)
}

.border-e-gray-background\/10 {
    border-inline-end-color:rgba(45,45,45,.1)}

.border-e-gray-background\/100 {
    border-inline-end-color:#2d2d2d}

.border-e-gray-background\/20 {
    border-inline-end-color:rgba(45,45,45,.2)}

.border-e-gray-background\/25 {
    border-inline-end-color:rgba(45,45,45,.25)}

.border-e-gray-background\/30 {
    border-inline-end-color:rgba(45,45,45,.3)}

.border-e-gray-background\/40 {
    border-inline-end-color:rgba(45,45,45,.4)}

.border-e-gray-background\/5 {
    border-inline-end-color:rgba(45,45,45,.05)}

.border-e-gray-background\/50 {
    border-inline-end-color:rgba(45,45,45,.5)}

.border-e-gray-background\/60 {
    border-inline-end-color:rgba(45,45,45,.6)}

.border-e-gray-background\/70 {
    border-inline-end-color:rgba(45,45,45,.7)}

.border-e-gray-background\/75 {
    border-inline-end-color:rgba(45,45,45,.75)}

.border-e-gray-background\/80 {
    border-inline-end-color:rgba(45,45,45,.8)}

.border-e-gray-background\/90 {
    border-inline-end-color:rgba(45,45,45,.9)}

.border-e-gray-background\/95 {
    border-inline-end-color:rgba(45,45,45,.95)}

.border-e-gray-background1 {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(73 72 71/var(--tw-border-opacity))}

.border-e-gray-background1\/0 {
    border-inline-end-color: rgba(73,72,71,0)
}

.border-e-gray-background1\/10 {
    border-inline-end-color:rgba(73,72,71,.1)}

.border-e-gray-background1\/100 {
    border-inline-end-color:#494847}

.border-e-gray-background1\/20 {
    border-inline-end-color:rgba(73,72,71,.2)}

.border-e-gray-background1\/25 {
    border-inline-end-color:rgba(73,72,71,.25)}

.border-e-gray-background1\/30 {
    border-inline-end-color:rgba(73,72,71,.3)}

.border-e-gray-background1\/40 {
    border-inline-end-color:rgba(73,72,71,.4)}

.border-e-gray-background1\/5 {
    border-inline-end-color:rgba(73,72,71,.05)}

.border-e-gray-background1\/50 {
    border-inline-end-color:rgba(73,72,71,.5)}

.border-e-gray-background1\/60 {
    border-inline-end-color:rgba(73,72,71,.6)}

.border-e-gray-background1\/70 {
    border-inline-end-color:rgba(73,72,71,.7)}

.border-e-gray-background1\/75 {
    border-inline-end-color:rgba(73,72,71,.75)}

.border-e-gray-background1\/80 {
    border-inline-end-color:rgba(73,72,71,.8)}

.border-e-gray-background1\/90 {
    border-inline-end-color:rgba(73,72,71,.9)}

.border-e-gray-background1\/95 {
    border-inline-end-color:rgba(73,72,71,.95)}

.border-e-gray-background2 {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(58 58 58/var(--tw-border-opacity))}

.border-e-gray-background2\/0 {
    border-inline-end-color: rgba(58,58,58,0)
}

.border-e-gray-background2\/10 {
    border-inline-end-color:rgba(58,58,58,.1)}

.border-e-gray-background2\/100 {
    border-inline-end-color:#3a3a3a}

.border-e-gray-background2\/20 {
    border-inline-end-color:rgba(58,58,58,.2)}

.border-e-gray-background2\/25 {
    border-inline-end-color:rgba(58,58,58,.25)}

.border-e-gray-background2\/30 {
    border-inline-end-color:rgba(58,58,58,.3)}

.border-e-gray-background2\/40 {
    border-inline-end-color:rgba(58,58,58,.4)}

.border-e-gray-background2\/5 {
    border-inline-end-color:rgba(58,58,58,.05)}

.border-e-gray-background2\/50 {
    border-inline-end-color:rgba(58,58,58,.5)}

.border-e-gray-background2\/60 {
    border-inline-end-color:rgba(58,58,58,.6)}

.border-e-gray-background2\/70 {
    border-inline-end-color:rgba(58,58,58,.7)}

.border-e-gray-background2\/75 {
    border-inline-end-color:rgba(58,58,58,.75)}

.border-e-gray-background2\/80 {
    border-inline-end-color:rgba(58,58,58,.8)}

.border-e-gray-background2\/90 {
    border-inline-end-color:rgba(58,58,58,.9)}

.border-e-gray-background2\/95 {
    border-inline-end-color:rgba(58,58,58,.95)}

.border-e-gray-bg1 {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(23 22 19/var(--tw-border-opacity))}

.border-e-gray-bg1\/0 {
    border-inline-end-color: rgba(23,22,19,0)
}

.border-e-gray-bg1\/10 {
    border-inline-end-color:rgba(23,22,19,.1)}

.border-e-gray-bg1\/100 {
    border-inline-end-color:#171613}

.border-e-gray-bg1\/20 {
    border-inline-end-color:rgba(23,22,19,.2)}

.border-e-gray-bg1\/25 {
    border-inline-end-color:rgba(23,22,19,.25)}

.border-e-gray-bg1\/30 {
    border-inline-end-color:rgba(23,22,19,.3)}

.border-e-gray-bg1\/40 {
    border-inline-end-color:rgba(23,22,19,.4)}

.border-e-gray-bg1\/5 {
    border-inline-end-color:rgba(23,22,19,.05)}

.border-e-gray-bg1\/50 {
    border-inline-end-color:rgba(23,22,19,.5)}

.border-e-gray-bg1\/60 {
    border-inline-end-color:rgba(23,22,19,.6)}

.border-e-gray-bg1\/70 {
    border-inline-end-color:rgba(23,22,19,.7)}

.border-e-gray-bg1\/75 {
    border-inline-end-color:rgba(23,22,19,.75)}

.border-e-gray-bg1\/80 {
    border-inline-end-color:rgba(23,22,19,.8)}

.border-e-gray-bg1\/90 {
    border-inline-end-color:rgba(23,22,19,.9)}

.border-e-gray-bg1\/95 {
    border-inline-end-color:rgba(23,22,19,.95)}

.border-e-gray-bg2 {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(71 70 64/var(--tw-border-opacity))}

.border-e-gray-bg2\/0 {
    border-inline-end-color: rgba(71,70,64,0)
}

.border-e-gray-bg2\/10 {
    border-inline-end-color:rgba(71,70,64,.1)}

.border-e-gray-bg2\/100 {
    border-inline-end-color:#474640}

.border-e-gray-bg2\/20 {
    border-inline-end-color:rgba(71,70,64,.2)}

.border-e-gray-bg2\/25 {
    border-inline-end-color:rgba(71,70,64,.25)}

.border-e-gray-bg2\/30 {
    border-inline-end-color:rgba(71,70,64,.3)}

.border-e-gray-bg2\/40 {
    border-inline-end-color:rgba(71,70,64,.4)}

.border-e-gray-bg2\/5 {
    border-inline-end-color:rgba(71,70,64,.05)}

.border-e-gray-bg2\/50 {
    border-inline-end-color:rgba(71,70,64,.5)}

.border-e-gray-bg2\/60 {
    border-inline-end-color:rgba(71,70,64,.6)}

.border-e-gray-bg2\/70 {
    border-inline-end-color:rgba(71,70,64,.7)}

.border-e-gray-bg2\/75 {
    border-inline-end-color:rgba(71,70,64,.75)}

.border-e-gray-bg2\/80 {
    border-inline-end-color:rgba(71,70,64,.8)}

.border-e-gray-bg2\/90 {
    border-inline-end-color:rgba(71,70,64,.9)}

.border-e-gray-bg2\/95 {
    border-inline-end-color:rgba(71,70,64,.95)}

.border-e-gray-bg3 {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(51 50 47/var(--tw-border-opacity))}

.border-e-gray-bg3\/0 {
    border-inline-end-color: rgba(51,50,47,0)
}

.border-e-gray-bg3\/10 {
    border-inline-end-color:rgba(51,50,47,.1)}

.border-e-gray-bg3\/100 {
    border-inline-end-color:#33322f}

.border-e-gray-bg3\/20 {
    border-inline-end-color:rgba(51,50,47,.2)}

.border-e-gray-bg3\/25 {
    border-inline-end-color:rgba(51,50,47,.25)}

.border-e-gray-bg3\/30 {
    border-inline-end-color:rgba(51,50,47,.3)}

.border-e-gray-bg3\/40 {
    border-inline-end-color:rgba(51,50,47,.4)}

.border-e-gray-bg3\/5 {
    border-inline-end-color:rgba(51,50,47,.05)}

.border-e-gray-bg3\/50 {
    border-inline-end-color:rgba(51,50,47,.5)}

.border-e-gray-bg3\/60 {
    border-inline-end-color:rgba(51,50,47,.6)}

.border-e-gray-bg3\/70 {
    border-inline-end-color:rgba(51,50,47,.7)}

.border-e-gray-bg3\/75 {
    border-inline-end-color:rgba(51,50,47,.75)}

.border-e-gray-bg3\/80 {
    border-inline-end-color:rgba(51,50,47,.8)}

.border-e-gray-bg3\/90 {
    border-inline-end-color:rgba(51,50,47,.9)}

.border-e-gray-bg3\/95 {
    border-inline-end-color:rgba(51,50,47,.95)}

.border-e-gray-bg4 {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(41 42 43/var(--tw-border-opacity))}

.border-e-gray-bg4\/0 {
    border-inline-end-color: rgba(41,42,43,0)
}

.border-e-gray-bg4\/10 {
    border-inline-end-color:rgba(41,42,43,.1)}

.border-e-gray-bg4\/100 {
    border-inline-end-color:#292a2b}

.border-e-gray-bg4\/20 {
    border-inline-end-color:rgba(41,42,43,.2)}

.border-e-gray-bg4\/25 {
    border-inline-end-color:rgba(41,42,43,.25)}

.border-e-gray-bg4\/30 {
    border-inline-end-color:rgba(41,42,43,.3)}

.border-e-gray-bg4\/40 {
    border-inline-end-color:rgba(41,42,43,.4)}

.border-e-gray-bg4\/5 {
    border-inline-end-color:rgba(41,42,43,.05)}

.border-e-gray-bg4\/50 {
    border-inline-end-color:rgba(41,42,43,.5)}

.border-e-gray-bg4\/60 {
    border-inline-end-color:rgba(41,42,43,.6)}

.border-e-gray-bg4\/70 {
    border-inline-end-color:rgba(41,42,43,.7)}

.border-e-gray-bg4\/75 {
    border-inline-end-color:rgba(41,42,43,.75)}

.border-e-gray-bg4\/80 {
    border-inline-end-color:rgba(41,42,43,.8)}

.border-e-gray-bg4\/90 {
    border-inline-end-color:rgba(41,42,43,.9)}

.border-e-gray-bg4\/95 {
    border-inline-end-color:rgba(41,42,43,.95)}

.border-e-gray-bg5 {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(33 34 35/var(--tw-border-opacity))}

.border-e-gray-bg5\/0 {
    border-inline-end-color: rgba(33,34,35,0)
}

.border-e-gray-bg5\/10 {
    border-inline-end-color:rgba(33,34,35,.1)}

.border-e-gray-bg5\/100 {
    border-inline-end-color:#212223}

.border-e-gray-bg5\/20 {
    border-inline-end-color:rgba(33,34,35,.2)}

.border-e-gray-bg5\/25 {
    border-inline-end-color:rgba(33,34,35,.25)}

.border-e-gray-bg5\/30 {
    border-inline-end-color:rgba(33,34,35,.3)}

.border-e-gray-bg5\/40 {
    border-inline-end-color:rgba(33,34,35,.4)}

.border-e-gray-bg5\/5 {
    border-inline-end-color:rgba(33,34,35,.05)}

.border-e-gray-bg5\/50 {
    border-inline-end-color:rgba(33,34,35,.5)}

.border-e-gray-bg5\/60 {
    border-inline-end-color:rgba(33,34,35,.6)}

.border-e-gray-bg5\/70 {
    border-inline-end-color:rgba(33,34,35,.7)}

.border-e-gray-bg5\/75 {
    border-inline-end-color:rgba(33,34,35,.75)}

.border-e-gray-bg5\/80 {
    border-inline-end-color:rgba(33,34,35,.8)}

.border-e-gray-bg5\/90 {
    border-inline-end-color:rgba(33,34,35,.9)}

.border-e-gray-bg5\/95 {
    border-inline-end-color:rgba(33,34,35,.95)}

.border-e-gray-border {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(65 65 65/var(--tw-border-opacity))}

.border-e-gray-border\/0 {
    border-inline-end-color: rgba(65,65,65,0)
}

.border-e-gray-border\/10 {
    border-inline-end-color:rgba(65,65,65,.1)}

.border-e-gray-border\/100 {
    border-inline-end-color:#414141}

.border-e-gray-border\/20 {
    border-inline-end-color:rgba(65,65,65,.2)}

.border-e-gray-border\/25 {
    border-inline-end-color:rgba(65,65,65,.25)}

.border-e-gray-border\/30 {
    border-inline-end-color:rgba(65,65,65,.3)}

.border-e-gray-border\/40 {
    border-inline-end-color:rgba(65,65,65,.4)}

.border-e-gray-border\/5 {
    border-inline-end-color:rgba(65,65,65,.05)}

.border-e-gray-border\/50 {
    border-inline-end-color:rgba(65,65,65,.5)}

.border-e-gray-border\/60 {
    border-inline-end-color:rgba(65,65,65,.6)}

.border-e-gray-border\/70 {
    border-inline-end-color:rgba(65,65,65,.7)}

.border-e-gray-border\/75 {
    border-inline-end-color:rgba(65,65,65,.75)}

.border-e-gray-border\/80 {
    border-inline-end-color:rgba(65,65,65,.8)}

.border-e-gray-border\/90 {
    border-inline-end-color:rgba(65,65,65,.9)}

.border-e-gray-border\/95 {
    border-inline-end-color:rgba(65,65,65,.95)}

.border-e-gray-button {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(115 115 116/var(--tw-border-opacity))}

.border-e-gray-button\/0 {
    border-inline-end-color: hsla(240,0%,45%,0)
}

.border-e-gray-button\/10 {
    border-inline-end-color:hsla(240,0%,45%,.1)}

.border-e-gray-button\/100 {
    border-inline-end-color:#737374}

.border-e-gray-button\/20 {
    border-inline-end-color:hsla(240,0%,45%,.2)}

.border-e-gray-button\/25 {
    border-inline-end-color:hsla(240,0%,45%,.25)}

.border-e-gray-button\/30 {
    border-inline-end-color:hsla(240,0%,45%,.3)}

.border-e-gray-button\/40 {
    border-inline-end-color:hsla(240,0%,45%,.4)}

.border-e-gray-button\/5 {
    border-inline-end-color:hsla(240,0%,45%,.05)}

.border-e-gray-button\/50 {
    border-inline-end-color:hsla(240,0%,45%,.5)}

.border-e-gray-button\/60 {
    border-inline-end-color:hsla(240,0%,45%,.6)}

.border-e-gray-button\/70 {
    border-inline-end-color:hsla(240,0%,45%,.7)}

.border-e-gray-button\/75 {
    border-inline-end-color:hsla(240,0%,45%,.75)}

.border-e-gray-button\/80 {
    border-inline-end-color:hsla(240,0%,45%,.8)}

.border-e-gray-button\/90 {
    border-inline-end-color:hsla(240,0%,45%,.9)}

.border-e-gray-button\/95 {
    border-inline-end-color:hsla(240,0%,45%,.95)}

.border-e-gray-claimed {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(62 61 61/var(--tw-border-opacity))}

.border-e-gray-claimed\/0 {
    border-inline-end-color: rgba(62,61,61,0)
}

.border-e-gray-claimed\/10 {
    border-inline-end-color:rgba(62,61,61,.1)}

.border-e-gray-claimed\/100 {
    border-inline-end-color:#3e3d3d}

.border-e-gray-claimed\/20 {
    border-inline-end-color:rgba(62,61,61,.2)}

.border-e-gray-claimed\/25 {
    border-inline-end-color:rgba(62,61,61,.25)}

.border-e-gray-claimed\/30 {
    border-inline-end-color:rgba(62,61,61,.3)}

.border-e-gray-claimed\/40 {
    border-inline-end-color:rgba(62,61,61,.4)}

.border-e-gray-claimed\/5 {
    border-inline-end-color:rgba(62,61,61,.05)}

.border-e-gray-claimed\/50 {
    border-inline-end-color:rgba(62,61,61,.5)}

.border-e-gray-claimed\/60 {
    border-inline-end-color:rgba(62,61,61,.6)}

.border-e-gray-claimed\/70 {
    border-inline-end-color:rgba(62,61,61,.7)}

.border-e-gray-claimed\/75 {
    border-inline-end-color:rgba(62,61,61,.75)}

.border-e-gray-claimed\/80 {
    border-inline-end-color:rgba(62,61,61,.8)}

.border-e-gray-claimed\/90 {
    border-inline-end-color:rgba(62,61,61,.9)}

.border-e-gray-claimed\/95 {
    border-inline-end-color:rgba(62,61,61,.95)}

.border-e-gray-default {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(130 138 147/var(--tw-border-opacity))}

.border-e-gray-default\/0 {
    border-inline-end-color: hsla(212,7%,54%,0)
}

.border-e-gray-default\/10 {
    border-inline-end-color:hsla(212,7%,54%,.1)}

.border-e-gray-default\/100 {
    border-inline-end-color:#828a93}

.border-e-gray-default\/20 {
    border-inline-end-color:hsla(212,7%,54%,.2)}

.border-e-gray-default\/25 {
    border-inline-end-color:hsla(212,7%,54%,.25)}

.border-e-gray-default\/30 {
    border-inline-end-color:hsla(212,7%,54%,.3)}

.border-e-gray-default\/40 {
    border-inline-end-color:hsla(212,7%,54%,.4)}

.border-e-gray-default\/5 {
    border-inline-end-color:hsla(212,7%,54%,.05)}

.border-e-gray-default\/50 {
    border-inline-end-color:hsla(212,7%,54%,.5)}

.border-e-gray-default\/60 {
    border-inline-end-color:hsla(212,7%,54%,.6)}

.border-e-gray-default\/70 {
    border-inline-end-color:hsla(212,7%,54%,.7)}

.border-e-gray-default\/75 {
    border-inline-end-color:hsla(212,7%,54%,.75)}

.border-e-gray-default\/80 {
    border-inline-end-color:hsla(212,7%,54%,.8)}

.border-e-gray-default\/90 {
    border-inline-end-color:hsla(212,7%,54%,.9)}

.border-e-gray-default\/95 {
    border-inline-end-color:hsla(212,7%,54%,.95)}

.border-e-gray-disable {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(102 102 100/var(--tw-border-opacity))}

.border-e-gray-disable\/0 {
    border-inline-end-color: hsla(60,1%,40%,0)
}

.border-e-gray-disable\/10 {
    border-inline-end-color:hsla(60,1%,40%,.1)}

.border-e-gray-disable\/100 {
    border-inline-end-color:#666664}

.border-e-gray-disable\/20 {
    border-inline-end-color:hsla(60,1%,40%,.2)}

.border-e-gray-disable\/25 {
    border-inline-end-color:hsla(60,1%,40%,.25)}

.border-e-gray-disable\/30 {
    border-inline-end-color:hsla(60,1%,40%,.3)}

.border-e-gray-disable\/40 {
    border-inline-end-color:hsla(60,1%,40%,.4)}

.border-e-gray-disable\/5 {
    border-inline-end-color:hsla(60,1%,40%,.05)}

.border-e-gray-disable\/50 {
    border-inline-end-color:hsla(60,1%,40%,.5)}

.border-e-gray-disable\/60 {
    border-inline-end-color:hsla(60,1%,40%,.6)}

.border-e-gray-disable\/70 {
    border-inline-end-color:hsla(60,1%,40%,.7)}

.border-e-gray-disable\/75 {
    border-inline-end-color:hsla(60,1%,40%,.75)}

.border-e-gray-disable\/80 {
    border-inline-end-color:hsla(60,1%,40%,.8)}

.border-e-gray-disable\/90 {
    border-inline-end-color:hsla(60,1%,40%,.9)}

.border-e-gray-disable\/95 {
    border-inline-end-color:hsla(60,1%,40%,.95)}

.border-e-gray-form {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(42 44 49/var(--tw-border-opacity))}

.border-e-gray-form\/0 {
    border-inline-end-color: rgba(42,44,49,0)
}

.border-e-gray-form\/10 {
    border-inline-end-color:rgba(42,44,49,.1)}

.border-e-gray-form\/100 {
    border-inline-end-color:#2a2c31}

.border-e-gray-form\/20 {
    border-inline-end-color:rgba(42,44,49,.2)}

.border-e-gray-form\/25 {
    border-inline-end-color:rgba(42,44,49,.25)}

.border-e-gray-form\/30 {
    border-inline-end-color:rgba(42,44,49,.3)}

.border-e-gray-form\/40 {
    border-inline-end-color:rgba(42,44,49,.4)}

.border-e-gray-form\/5 {
    border-inline-end-color:rgba(42,44,49,.05)}

.border-e-gray-form\/50 {
    border-inline-end-color:rgba(42,44,49,.5)}

.border-e-gray-form\/60 {
    border-inline-end-color:rgba(42,44,49,.6)}

.border-e-gray-form\/70 {
    border-inline-end-color:rgba(42,44,49,.7)}

.border-e-gray-form\/75 {
    border-inline-end-color:rgba(42,44,49,.75)}

.border-e-gray-form\/80 {
    border-inline-end-color:rgba(42,44,49,.8)}

.border-e-gray-form\/90 {
    border-inline-end-color:rgba(42,44,49,.9)}

.border-e-gray-form\/95 {
    border-inline-end-color:rgba(42,44,49,.95)}

.border-e-gray-hot-match-text {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(205 204 206/var(--tw-border-opacity))}

.border-e-gray-hot-match-text\/0 {
    border-inline-end-color: hsla(270,2%,80%,0)
}

.border-e-gray-hot-match-text\/10 {
    border-inline-end-color:hsla(270,2%,80%,.1)}

.border-e-gray-hot-match-text\/100 {
    border-inline-end-color:#cdccce}

.border-e-gray-hot-match-text\/20 {
    border-inline-end-color:hsla(270,2%,80%,.2)}

.border-e-gray-hot-match-text\/25 {
    border-inline-end-color:hsla(270,2%,80%,.25)}

.border-e-gray-hot-match-text\/30 {
    border-inline-end-color:hsla(270,2%,80%,.3)}

.border-e-gray-hot-match-text\/40 {
    border-inline-end-color:hsla(270,2%,80%,.4)}

.border-e-gray-hot-match-text\/5 {
    border-inline-end-color:hsla(270,2%,80%,.05)}

.border-e-gray-hot-match-text\/50 {
    border-inline-end-color:hsla(270,2%,80%,.5)}

.border-e-gray-hot-match-text\/60 {
    border-inline-end-color:hsla(270,2%,80%,.6)}

.border-e-gray-hot-match-text\/70 {
    border-inline-end-color:hsla(270,2%,80%,.7)}

.border-e-gray-hot-match-text\/75 {
    border-inline-end-color:hsla(270,2%,80%,.75)}

.border-e-gray-hot-match-text\/80 {
    border-inline-end-color:hsla(270,2%,80%,.8)}

.border-e-gray-hot-match-text\/90 {
    border-inline-end-color:hsla(270,2%,80%,.9)}

.border-e-gray-hot-match-text\/95 {
    border-inline-end-color:hsla(270,2%,80%,.95)}

.border-e-gray-info {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(38 38 38/var(--tw-border-opacity))}

.border-e-gray-info\/0 {
    border-inline-end-color: rgba(38,38,38,0)
}

.border-e-gray-info\/10 {
    border-inline-end-color:rgba(38,38,38,.1)}

.border-e-gray-info\/100 {
    border-inline-end-color:#262626}

.border-e-gray-info\/20 {
    border-inline-end-color:rgba(38,38,38,.2)}

.border-e-gray-info\/25 {
    border-inline-end-color:rgba(38,38,38,.25)}

.border-e-gray-info\/30 {
    border-inline-end-color:rgba(38,38,38,.3)}

.border-e-gray-info\/40 {
    border-inline-end-color:rgba(38,38,38,.4)}

.border-e-gray-info\/5 {
    border-inline-end-color:rgba(38,38,38,.05)}

.border-e-gray-info\/50 {
    border-inline-end-color:rgba(38,38,38,.5)}

.border-e-gray-info\/60 {
    border-inline-end-color:rgba(38,38,38,.6)}

.border-e-gray-info\/70 {
    border-inline-end-color:rgba(38,38,38,.7)}

.border-e-gray-info\/75 {
    border-inline-end-color:rgba(38,38,38,.75)}

.border-e-gray-info\/80 {
    border-inline-end-color:rgba(38,38,38,.8)}

.border-e-gray-info\/90 {
    border-inline-end-color:rgba(38,38,38,.9)}

.border-e-gray-info\/95 {
    border-inline-end-color:rgba(38,38,38,.95)}

.border-e-gray-item-history {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(56 64 69/var(--tw-border-opacity))}

.border-e-gray-item-history\/0 {
    border-inline-end-color: rgba(56,64,69,0)
}

.border-e-gray-item-history\/10 {
    border-inline-end-color:rgba(56,64,69,.1)}

.border-e-gray-item-history\/100 {
    border-inline-end-color:#384045}

.border-e-gray-item-history\/20 {
    border-inline-end-color:rgba(56,64,69,.2)}

.border-e-gray-item-history\/25 {
    border-inline-end-color:rgba(56,64,69,.25)}

.border-e-gray-item-history\/30 {
    border-inline-end-color:rgba(56,64,69,.3)}

.border-e-gray-item-history\/40 {
    border-inline-end-color:rgba(56,64,69,.4)}

.border-e-gray-item-history\/5 {
    border-inline-end-color:rgba(56,64,69,.05)}

.border-e-gray-item-history\/50 {
    border-inline-end-color:rgba(56,64,69,.5)}

.border-e-gray-item-history\/60 {
    border-inline-end-color:rgba(56,64,69,.6)}

.border-e-gray-item-history\/70 {
    border-inline-end-color:rgba(56,64,69,.7)}

.border-e-gray-item-history\/75 {
    border-inline-end-color:rgba(56,64,69,.75)}

.border-e-gray-item-history\/80 {
    border-inline-end-color:rgba(56,64,69,.8)}

.border-e-gray-item-history\/90 {
    border-inline-end-color:rgba(56,64,69,.9)}

.border-e-gray-item-history\/95 {
    border-inline-end-color:rgba(56,64,69,.95)}

.border-e-gray-label {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(138 138 138/var(--tw-border-opacity))}

.border-e-gray-label\/0 {
    border-inline-end-color: hsla(0,0%,54%,0)
}

.border-e-gray-label\/10 {
    border-inline-end-color:hsla(0,0%,54%,.1)}

.border-e-gray-label\/100 {
    border-inline-end-color:#8a8a8a}

.border-e-gray-label\/20 {
    border-inline-end-color:hsla(0,0%,54%,.2)}

.border-e-gray-label\/25 {
    border-inline-end-color:hsla(0,0%,54%,.25)}

.border-e-gray-label\/30 {
    border-inline-end-color:hsla(0,0%,54%,.3)}

.border-e-gray-label\/40 {
    border-inline-end-color:hsla(0,0%,54%,.4)}

.border-e-gray-label\/5 {
    border-inline-end-color:hsla(0,0%,54%,.05)}

.border-e-gray-label\/50 {
    border-inline-end-color:hsla(0,0%,54%,.5)}

.border-e-gray-label\/60 {
    border-inline-end-color:hsla(0,0%,54%,.6)}

.border-e-gray-label\/70 {
    border-inline-end-color:hsla(0,0%,54%,.7)}

.border-e-gray-label\/75 {
    border-inline-end-color:hsla(0,0%,54%,.75)}

.border-e-gray-label\/80 {
    border-inline-end-color:hsla(0,0%,54%,.8)}

.border-e-gray-label\/90 {
    border-inline-end-color:hsla(0,0%,54%,.9)}

.border-e-gray-label\/95 {
    border-inline-end-color:hsla(0,0%,54%,.95)}

.border-e-gray-light {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(151 150 153/var(--tw-border-opacity))}

.border-e-gray-light\/0 {
    border-inline-end-color: hsla(260,1%,59%,0)
}

.border-e-gray-light\/10 {
    border-inline-end-color:hsla(260,1%,59%,.1)}

.border-e-gray-light\/100 {
    border-inline-end-color:#979699}

.border-e-gray-light\/20 {
    border-inline-end-color:hsla(260,1%,59%,.2)}

.border-e-gray-light\/25 {
    border-inline-end-color:hsla(260,1%,59%,.25)}

.border-e-gray-light\/30 {
    border-inline-end-color:hsla(260,1%,59%,.3)}

.border-e-gray-light\/40 {
    border-inline-end-color:hsla(260,1%,59%,.4)}

.border-e-gray-light\/5 {
    border-inline-end-color:hsla(260,1%,59%,.05)}

.border-e-gray-light\/50 {
    border-inline-end-color:hsla(260,1%,59%,.5)}

.border-e-gray-light\/60 {
    border-inline-end-color:hsla(260,1%,59%,.6)}

.border-e-gray-light\/70 {
    border-inline-end-color:hsla(260,1%,59%,.7)}

.border-e-gray-light\/75 {
    border-inline-end-color:hsla(260,1%,59%,.75)}

.border-e-gray-light\/80 {
    border-inline-end-color:hsla(260,1%,59%,.8)}

.border-e-gray-light\/90 {
    border-inline-end-color:hsla(260,1%,59%,.9)}

.border-e-gray-light\/95 {
    border-inline-end-color:hsla(260,1%,59%,.95)}

.border-e-gray-marquee-text {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(190 189 184/var(--tw-border-opacity))}

.border-e-gray-marquee-text\/0 {
    border-inline-end-color: hsla(50,4%,73%,0)
}

.border-e-gray-marquee-text\/10 {
    border-inline-end-color:hsla(50,4%,73%,.1)}

.border-e-gray-marquee-text\/100 {
    border-inline-end-color:#bebdb8}

.border-e-gray-marquee-text\/20 {
    border-inline-end-color:hsla(50,4%,73%,.2)}

.border-e-gray-marquee-text\/25 {
    border-inline-end-color:hsla(50,4%,73%,.25)}

.border-e-gray-marquee-text\/30 {
    border-inline-end-color:hsla(50,4%,73%,.3)}

.border-e-gray-marquee-text\/40 {
    border-inline-end-color:hsla(50,4%,73%,.4)}

.border-e-gray-marquee-text\/5 {
    border-inline-end-color:hsla(50,4%,73%,.05)}

.border-e-gray-marquee-text\/50 {
    border-inline-end-color:hsla(50,4%,73%,.5)}

.border-e-gray-marquee-text\/60 {
    border-inline-end-color:hsla(50,4%,73%,.6)}

.border-e-gray-marquee-text\/70 {
    border-inline-end-color:hsla(50,4%,73%,.7)}

.border-e-gray-marquee-text\/75 {
    border-inline-end-color:hsla(50,4%,73%,.75)}

.border-e-gray-marquee-text\/80 {
    border-inline-end-color:hsla(50,4%,73%,.8)}

.border-e-gray-marquee-text\/90 {
    border-inline-end-color:hsla(50,4%,73%,.9)}

.border-e-gray-marquee-text\/95 {
    border-inline-end-color:hsla(50,4%,73%,.95)}

.border-e-gray-placeholder {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(130 138 147/var(--tw-border-opacity))}

.border-e-gray-placeholder\/0 {
    border-inline-end-color: hsla(212,7%,54%,0)
}

.border-e-gray-placeholder\/10 {
    border-inline-end-color:hsla(212,7%,54%,.1)}

.border-e-gray-placeholder\/100 {
    border-inline-end-color:#828a93}

.border-e-gray-placeholder\/20 {
    border-inline-end-color:hsla(212,7%,54%,.2)}

.border-e-gray-placeholder\/25 {
    border-inline-end-color:hsla(212,7%,54%,.25)}

.border-e-gray-placeholder\/30 {
    border-inline-end-color:hsla(212,7%,54%,.3)}

.border-e-gray-placeholder\/40 {
    border-inline-end-color:hsla(212,7%,54%,.4)}

.border-e-gray-placeholder\/5 {
    border-inline-end-color:hsla(212,7%,54%,.05)}

.border-e-gray-placeholder\/50 {
    border-inline-end-color:hsla(212,7%,54%,.5)}

.border-e-gray-placeholder\/60 {
    border-inline-end-color:hsla(212,7%,54%,.6)}

.border-e-gray-placeholder\/70 {
    border-inline-end-color:hsla(212,7%,54%,.7)}

.border-e-gray-placeholder\/75 {
    border-inline-end-color:hsla(212,7%,54%,.75)}

.border-e-gray-placeholder\/80 {
    border-inline-end-color:hsla(212,7%,54%,.8)}

.border-e-gray-placeholder\/90 {
    border-inline-end-color:hsla(212,7%,54%,.9)}

.border-e-gray-placeholder\/95 {
    border-inline-end-color:hsla(212,7%,54%,.95)}

.border-e-gray-popup {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(178 178 182/var(--tw-border-opacity))}

.border-e-gray-popup\/0 {
    border-inline-end-color: hsla(240,3%,71%,0)
}

.border-e-gray-popup\/10 {
    border-inline-end-color:hsla(240,3%,71%,.1)}

.border-e-gray-popup\/100 {
    border-inline-end-color:#b2b2b6}

.border-e-gray-popup\/20 {
    border-inline-end-color:hsla(240,3%,71%,.2)}

.border-e-gray-popup\/25 {
    border-inline-end-color:hsla(240,3%,71%,.25)}

.border-e-gray-popup\/30 {
    border-inline-end-color:hsla(240,3%,71%,.3)}

.border-e-gray-popup\/40 {
    border-inline-end-color:hsla(240,3%,71%,.4)}

.border-e-gray-popup\/5 {
    border-inline-end-color:hsla(240,3%,71%,.05)}

.border-e-gray-popup\/50 {
    border-inline-end-color:hsla(240,3%,71%,.5)}

.border-e-gray-popup\/60 {
    border-inline-end-color:hsla(240,3%,71%,.6)}

.border-e-gray-popup\/70 {
    border-inline-end-color:hsla(240,3%,71%,.7)}

.border-e-gray-popup\/75 {
    border-inline-end-color:hsla(240,3%,71%,.75)}

.border-e-gray-popup\/80 {
    border-inline-end-color:hsla(240,3%,71%,.8)}

.border-e-gray-popup\/90 {
    border-inline-end-color:hsla(240,3%,71%,.9)}

.border-e-gray-popup\/95 {
    border-inline-end-color:hsla(240,3%,71%,.95)}

.border-e-gray-progress-non {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(15 16 17/var(--tw-border-opacity))}

.border-e-gray-progress-non\/0 {
    border-inline-end-color: rgba(15,16,17,0)
}

.border-e-gray-progress-non\/10 {
    border-inline-end-color:rgba(15,16,17,.1)}

.border-e-gray-progress-non\/100 {
    border-inline-end-color:#0f1011}

.border-e-gray-progress-non\/20 {
    border-inline-end-color:rgba(15,16,17,.2)}

.border-e-gray-progress-non\/25 {
    border-inline-end-color:rgba(15,16,17,.25)}

.border-e-gray-progress-non\/30 {
    border-inline-end-color:rgba(15,16,17,.3)}

.border-e-gray-progress-non\/40 {
    border-inline-end-color:rgba(15,16,17,.4)}

.border-e-gray-progress-non\/5 {
    border-inline-end-color:rgba(15,16,17,.05)}

.border-e-gray-progress-non\/50 {
    border-inline-end-color:rgba(15,16,17,.5)}

.border-e-gray-progress-non\/60 {
    border-inline-end-color:rgba(15,16,17,.6)}

.border-e-gray-progress-non\/70 {
    border-inline-end-color:rgba(15,16,17,.7)}

.border-e-gray-progress-non\/75 {
    border-inline-end-color:rgba(15,16,17,.75)}

.border-e-gray-progress-non\/80 {
    border-inline-end-color:rgba(15,16,17,.8)}

.border-e-gray-progress-non\/90 {
    border-inline-end-color:rgba(15,16,17,.9)}

.border-e-gray-progress-non\/95 {
    border-inline-end-color:rgba(15,16,17,.95)}

.border-e-gray-qr-code {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(85 85 85/var(--tw-border-opacity))}

.border-e-gray-qr-code\/0 {
    border-inline-end-color: rgba(85,85,85,0)
}

.border-e-gray-qr-code\/10 {
    border-inline-end-color:rgba(85,85,85,.1)}

.border-e-gray-qr-code\/100 {
    border-inline-end-color:#555}

.border-e-gray-qr-code\/20 {
    border-inline-end-color:rgba(85,85,85,.2)}

.border-e-gray-qr-code\/25 {
    border-inline-end-color:rgba(85,85,85,.25)}

.border-e-gray-qr-code\/30 {
    border-inline-end-color:rgba(85,85,85,.3)}

.border-e-gray-qr-code\/40 {
    border-inline-end-color:rgba(85,85,85,.4)}

.border-e-gray-qr-code\/5 {
    border-inline-end-color:rgba(85,85,85,.05)}

.border-e-gray-qr-code\/50 {
    border-inline-end-color:rgba(85,85,85,.5)}

.border-e-gray-qr-code\/60 {
    border-inline-end-color:rgba(85,85,85,.6)}

.border-e-gray-qr-code\/70 {
    border-inline-end-color:rgba(85,85,85,.7)}

.border-e-gray-qr-code\/75 {
    border-inline-end-color:rgba(85,85,85,.75)}

.border-e-gray-qr-code\/80 {
    border-inline-end-color:rgba(85,85,85,.8)}

.border-e-gray-qr-code\/90 {
    border-inline-end-color:rgba(85,85,85,.9)}

.border-e-gray-qr-code\/95 {
    border-inline-end-color:rgba(85,85,85,.95)}

.border-e-gray-show-all {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(86 86 86/var(--tw-border-opacity))}

.border-e-gray-show-all\/0 {
    border-inline-end-color: rgba(86,86,86,0)
}

.border-e-gray-show-all\/10 {
    border-inline-end-color:rgba(86,86,86,.1)}

.border-e-gray-show-all\/100 {
    border-inline-end-color:#565656}

.border-e-gray-show-all\/20 {
    border-inline-end-color:rgba(86,86,86,.2)}

.border-e-gray-show-all\/25 {
    border-inline-end-color:rgba(86,86,86,.25)}

.border-e-gray-show-all\/30 {
    border-inline-end-color:rgba(86,86,86,.3)}

.border-e-gray-show-all\/40 {
    border-inline-end-color:rgba(86,86,86,.4)}

.border-e-gray-show-all\/5 {
    border-inline-end-color:rgba(86,86,86,.05)}

.border-e-gray-show-all\/50 {
    border-inline-end-color:rgba(86,86,86,.5)}

.border-e-gray-show-all\/60 {
    border-inline-end-color:rgba(86,86,86,.6)}

.border-e-gray-show-all\/70 {
    border-inline-end-color:rgba(86,86,86,.7)}

.border-e-gray-show-all\/75 {
    border-inline-end-color:rgba(86,86,86,.75)}

.border-e-gray-show-all\/80 {
    border-inline-end-color:rgba(86,86,86,.8)}

.border-e-gray-show-all\/90 {
    border-inline-end-color:rgba(86,86,86,.9)}

.border-e-gray-show-all\/95 {
    border-inline-end-color:rgba(86,86,86,.95)}

.border-e-gray-symbol-coin {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(73 73 74/var(--tw-border-opacity))}

.border-e-gray-symbol-coin\/0 {
    border-inline-end-color: rgba(73,73,74,0)
}

.border-e-gray-symbol-coin\/10 {
    border-inline-end-color:rgba(73,73,74,.1)}

.border-e-gray-symbol-coin\/100 {
    border-inline-end-color:#49494a}

.border-e-gray-symbol-coin\/20 {
    border-inline-end-color:rgba(73,73,74,.2)}

.border-e-gray-symbol-coin\/25 {
    border-inline-end-color:rgba(73,73,74,.25)}

.border-e-gray-symbol-coin\/30 {
    border-inline-end-color:rgba(73,73,74,.3)}

.border-e-gray-symbol-coin\/40 {
    border-inline-end-color:rgba(73,73,74,.4)}

.border-e-gray-symbol-coin\/5 {
    border-inline-end-color:rgba(73,73,74,.05)}

.border-e-gray-symbol-coin\/50 {
    border-inline-end-color:rgba(73,73,74,.5)}

.border-e-gray-symbol-coin\/60 {
    border-inline-end-color:rgba(73,73,74,.6)}

.border-e-gray-symbol-coin\/70 {
    border-inline-end-color:rgba(73,73,74,.7)}

.border-e-gray-symbol-coin\/75 {
    border-inline-end-color:rgba(73,73,74,.75)}

.border-e-gray-symbol-coin\/80 {
    border-inline-end-color:rgba(73,73,74,.8)}

.border-e-gray-symbol-coin\/90 {
    border-inline-end-color:rgba(73,73,74,.9)}

.border-e-gray-symbol-coin\/95 {
    border-inline-end-color:rgba(73,73,74,.95)}

.border-e-gray-text {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(219 210 194/var(--tw-border-opacity))}

.border-e-gray-text-footer {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(112 113 111/var(--tw-border-opacity))}

.border-e-gray-text-footer\/0 {
    border-inline-end-color: hsla(90,1%,44%,0)
}

.border-e-gray-text-footer\/10 {
    border-inline-end-color:hsla(90,1%,44%,.1)}

.border-e-gray-text-footer\/100 {
    border-inline-end-color:#70716f}

.border-e-gray-text-footer\/20 {
    border-inline-end-color:hsla(90,1%,44%,.2)}

.border-e-gray-text-footer\/25 {
    border-inline-end-color:hsla(90,1%,44%,.25)}

.border-e-gray-text-footer\/30 {
    border-inline-end-color:hsla(90,1%,44%,.3)}

.border-e-gray-text-footer\/40 {
    border-inline-end-color:hsla(90,1%,44%,.4)}

.border-e-gray-text-footer\/5 {
    border-inline-end-color:hsla(90,1%,44%,.05)}

.border-e-gray-text-footer\/50 {
    border-inline-end-color:hsla(90,1%,44%,.5)}

.border-e-gray-text-footer\/60 {
    border-inline-end-color:hsla(90,1%,44%,.6)}

.border-e-gray-text-footer\/70 {
    border-inline-end-color:hsla(90,1%,44%,.7)}

.border-e-gray-text-footer\/75 {
    border-inline-end-color:hsla(90,1%,44%,.75)}

.border-e-gray-text-footer\/80 {
    border-inline-end-color:hsla(90,1%,44%,.8)}

.border-e-gray-text-footer\/90 {
    border-inline-end-color:hsla(90,1%,44%,.9)}

.border-e-gray-text-footer\/95 {
    border-inline-end-color:hsla(90,1%,44%,.95)}

.border-e-gray-text-game {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(143 143 143/var(--tw-border-opacity))}

.border-e-gray-text-game\/0 {
    border-inline-end-color: hsla(0,0%,56%,0)
}

.border-e-gray-text-game\/10 {
    border-inline-end-color:hsla(0,0%,56%,.1)}

.border-e-gray-text-game\/100 {
    border-inline-end-color:#8f8f8f}

.border-e-gray-text-game\/20 {
    border-inline-end-color:hsla(0,0%,56%,.2)}

.border-e-gray-text-game\/25 {
    border-inline-end-color:hsla(0,0%,56%,.25)}

.border-e-gray-text-game\/30 {
    border-inline-end-color:hsla(0,0%,56%,.3)}

.border-e-gray-text-game\/40 {
    border-inline-end-color:hsla(0,0%,56%,.4)}

.border-e-gray-text-game\/5 {
    border-inline-end-color:hsla(0,0%,56%,.05)}

.border-e-gray-text-game\/50 {
    border-inline-end-color:hsla(0,0%,56%,.5)}

.border-e-gray-text-game\/60 {
    border-inline-end-color:hsla(0,0%,56%,.6)}

.border-e-gray-text-game\/70 {
    border-inline-end-color:hsla(0,0%,56%,.7)}

.border-e-gray-text-game\/75 {
    border-inline-end-color:hsla(0,0%,56%,.75)}

.border-e-gray-text-game\/80 {
    border-inline-end-color:hsla(0,0%,56%,.8)}

.border-e-gray-text-game\/90 {
    border-inline-end-color:hsla(0,0%,56%,.9)}

.border-e-gray-text-game\/95 {
    border-inline-end-color:hsla(0,0%,56%,.95)}

.border-e-gray-text-popup-login {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(128 128 128/var(--tw-border-opacity))}

.border-e-gray-text-popup-login\/0 {
    border-inline-end-color: hsla(0,0%,50%,0)
}

.border-e-gray-text-popup-login\/10 {
    border-inline-end-color:hsla(0,0%,50%,.1)}

.border-e-gray-text-popup-login\/100 {
    border-inline-end-color:grey}

.border-e-gray-text-popup-login\/20 {
    border-inline-end-color:hsla(0,0%,50%,.2)}

.border-e-gray-text-popup-login\/25 {
    border-inline-end-color:hsla(0,0%,50%,.25)}

.border-e-gray-text-popup-login\/30 {
    border-inline-end-color:hsla(0,0%,50%,.3)}

.border-e-gray-text-popup-login\/40 {
    border-inline-end-color:hsla(0,0%,50%,.4)}

.border-e-gray-text-popup-login\/5 {
    border-inline-end-color:hsla(0,0%,50%,.05)}

.border-e-gray-text-popup-login\/50 {
    border-inline-end-color:hsla(0,0%,50%,.5)}

.border-e-gray-text-popup-login\/60 {
    border-inline-end-color:hsla(0,0%,50%,.6)}

.border-e-gray-text-popup-login\/70 {
    border-inline-end-color:hsla(0,0%,50%,.7)}

.border-e-gray-text-popup-login\/75 {
    border-inline-end-color:hsla(0,0%,50%,.75)}

.border-e-gray-text-popup-login\/80 {
    border-inline-end-color:hsla(0,0%,50%,.8)}

.border-e-gray-text-popup-login\/90 {
    border-inline-end-color:hsla(0,0%,50%,.9)}

.border-e-gray-text-popup-login\/95 {
    border-inline-end-color:hsla(0,0%,50%,.95)}

.border-e-gray-text\/0 {
    border-inline-end-color:hsla(38,26%,81%,0)}

.border-e-gray-text\/10 {
    border-inline-end-color:hsla(38,26%,81%,.1)}

.border-e-gray-text\/100 {
    border-inline-end-color:#dbd2c2}

.border-e-gray-text\/20 {
    border-inline-end-color:hsla(38,26%,81%,.2)}

.border-e-gray-text\/25 {
    border-inline-end-color:hsla(38,26%,81%,.25)}

.border-e-gray-text\/30 {
    border-inline-end-color:hsla(38,26%,81%,.3)}

.border-e-gray-text\/40 {
    border-inline-end-color:hsla(38,26%,81%,.4)}

.border-e-gray-text\/5 {
    border-inline-end-color:hsla(38,26%,81%,.05)}

.border-e-gray-text\/50 {
    border-inline-end-color:hsla(38,26%,81%,.5)}

.border-e-gray-text\/60 {
    border-inline-end-color:hsla(38,26%,81%,.6)}

.border-e-gray-text\/70 {
    border-inline-end-color:hsla(38,26%,81%,.7)}

.border-e-gray-text\/75 {
    border-inline-end-color:hsla(38,26%,81%,.75)}

.border-e-gray-text\/80 {
    border-inline-end-color:hsla(38,26%,81%,.8)}

.border-e-gray-text\/90 {
    border-inline-end-color:hsla(38,26%,81%,.9)}

.border-e-gray-text\/95 {
    border-inline-end-color:hsla(38,26%,81%,.95)}

.border-e-gray-title-game {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(230 230 230/var(--tw-border-opacity))}

.border-e-gray-title-game\/0 {
    border-inline-end-color: hsla(0,0%,90%,0)
}

.border-e-gray-title-game\/10 {
    border-inline-end-color:hsla(0,0%,90%,.1)}

.border-e-gray-title-game\/100 {
    border-inline-end-color:#e6e6e6}

.border-e-gray-title-game\/20 {
    border-inline-end-color:hsla(0,0%,90%,.2)}

.border-e-gray-title-game\/25 {
    border-inline-end-color:hsla(0,0%,90%,.25)}

.border-e-gray-title-game\/30 {
    border-inline-end-color:hsla(0,0%,90%,.3)}

.border-e-gray-title-game\/40 {
    border-inline-end-color:hsla(0,0%,90%,.4)}

.border-e-gray-title-game\/5 {
    border-inline-end-color:hsla(0,0%,90%,.05)}

.border-e-gray-title-game\/50 {
    border-inline-end-color:hsla(0,0%,90%,.5)}

.border-e-gray-title-game\/60 {
    border-inline-end-color:hsla(0,0%,90%,.6)}

.border-e-gray-title-game\/70 {
    border-inline-end-color:hsla(0,0%,90%,.7)}

.border-e-gray-title-game\/75 {
    border-inline-end-color:hsla(0,0%,90%,.75)}

.border-e-gray-title-game\/80 {
    border-inline-end-color:hsla(0,0%,90%,.8)}

.border-e-gray-title-game\/90 {
    border-inline-end-color:hsla(0,0%,90%,.9)}

.border-e-gray-title-game\/95 {
    border-inline-end-color:hsla(0,0%,90%,.95)}

.border-e-gray-white {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(227 227 226/var(--tw-border-opacity))}

.border-e-gray-white\/0 {
    border-inline-end-color: hsla(60,2%,89%,0)
}

.border-e-gray-white\/10 {
    border-inline-end-color:hsla(60,2%,89%,.1)}

.border-e-gray-white\/100 {
    border-inline-end-color:#e3e3e2}

.border-e-gray-white\/20 {
    border-inline-end-color:hsla(60,2%,89%,.2)}

.border-e-gray-white\/25 {
    border-inline-end-color:hsla(60,2%,89%,.25)}

.border-e-gray-white\/30 {
    border-inline-end-color:hsla(60,2%,89%,.3)}

.border-e-gray-white\/40 {
    border-inline-end-color:hsla(60,2%,89%,.4)}

.border-e-gray-white\/5 {
    border-inline-end-color:hsla(60,2%,89%,.05)}

.border-e-gray-white\/50 {
    border-inline-end-color:hsla(60,2%,89%,.5)}

.border-e-gray-white\/60 {
    border-inline-end-color:hsla(60,2%,89%,.6)}

.border-e-gray-white\/70 {
    border-inline-end-color:hsla(60,2%,89%,.7)}

.border-e-gray-white\/75 {
    border-inline-end-color:hsla(60,2%,89%,.75)}

.border-e-gray-white\/80 {
    border-inline-end-color:hsla(60,2%,89%,.8)}

.border-e-gray-white\/90 {
    border-inline-end-color:hsla(60,2%,89%,.9)}

.border-e-gray-white\/95 {
    border-inline-end-color:hsla(60,2%,89%,.95)}

.border-e-green-success {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(98 202 121/var(--tw-border-opacity))}

.border-e-green-success\/0 {
    border-inline-end-color: rgba(98,202,121,0)
}

.border-e-green-success\/10 {
    border-inline-end-color:rgba(98,202,121,.1)}

.border-e-green-success\/100 {
    border-inline-end-color:#62ca79}

.border-e-green-success\/20 {
    border-inline-end-color:rgba(98,202,121,.2)}

.border-e-green-success\/25 {
    border-inline-end-color:rgba(98,202,121,.25)}

.border-e-green-success\/30 {
    border-inline-end-color:rgba(98,202,121,.3)}

.border-e-green-success\/40 {
    border-inline-end-color:rgba(98,202,121,.4)}

.border-e-green-success\/5 {
    border-inline-end-color:rgba(98,202,121,.05)}

.border-e-green-success\/50 {
    border-inline-end-color:rgba(98,202,121,.5)}

.border-e-green-success\/60 {
    border-inline-end-color:rgba(98,202,121,.6)}

.border-e-green-success\/70 {
    border-inline-end-color:rgba(98,202,121,.7)}

.border-e-green-success\/75 {
    border-inline-end-color:rgba(98,202,121,.75)}

.border-e-green-success\/80 {
    border-inline-end-color:rgba(98,202,121,.8)}

.border-e-green-success\/90 {
    border-inline-end-color:rgba(98,202,121,.9)}

.border-e-green-success\/95 {
    border-inline-end-color:rgba(98,202,121,.95)}

.border-e-green-win {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(92 191 117/var(--tw-border-opacity))}

.border-e-green-win\/0 {
    border-inline-end-color: rgba(92,191,117,0)
}

.border-e-green-win\/10 {
    border-inline-end-color:rgba(92,191,117,.1)}

.border-e-green-win\/100 {
    border-inline-end-color:#5cbf75}

.border-e-green-win\/20 {
    border-inline-end-color:rgba(92,191,117,.2)}

.border-e-green-win\/25 {
    border-inline-end-color:rgba(92,191,117,.25)}

.border-e-green-win\/30 {
    border-inline-end-color:rgba(92,191,117,.3)}

.border-e-green-win\/40 {
    border-inline-end-color:rgba(92,191,117,.4)}

.border-e-green-win\/5 {
    border-inline-end-color:rgba(92,191,117,.05)}

.border-e-green-win\/50 {
    border-inline-end-color:rgba(92,191,117,.5)}

.border-e-green-win\/60 {
    border-inline-end-color:rgba(92,191,117,.6)}

.border-e-green-win\/70 {
    border-inline-end-color:rgba(92,191,117,.7)}

.border-e-green-win\/75 {
    border-inline-end-color:rgba(92,191,117,.75)}

.border-e-green-win\/80 {
    border-inline-end-color:rgba(92,191,117,.8)}

.border-e-green-win\/90 {
    border-inline-end-color:rgba(92,191,117,.9)}

.border-e-green-win\/95 {
    border-inline-end-color:rgba(92,191,117,.95)}

.border-e-highlight-leo88 {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(184 28 28/var(--tw-border-opacity))}

.border-e-highlight-leo88\/0 {
    border-inline-end-color: rgba(184,28,28,0)
}

.border-e-highlight-leo88\/10 {
    border-inline-end-color:rgba(184,28,28,.1)}

.border-e-highlight-leo88\/100 {
    border-inline-end-color:#b81c1c}

.border-e-highlight-leo88\/20 {
    border-inline-end-color:rgba(184,28,28,.2)}

.border-e-highlight-leo88\/25 {
    border-inline-end-color:rgba(184,28,28,.25)}

.border-e-highlight-leo88\/30 {
    border-inline-end-color:rgba(184,28,28,.3)}

.border-e-highlight-leo88\/40 {
    border-inline-end-color:rgba(184,28,28,.4)}

.border-e-highlight-leo88\/5 {
    border-inline-end-color:rgba(184,28,28,.05)}

.border-e-highlight-leo88\/50 {
    border-inline-end-color:rgba(184,28,28,.5)}

.border-e-highlight-leo88\/60 {
    border-inline-end-color:rgba(184,28,28,.6)}

.border-e-highlight-leo88\/70 {
    border-inline-end-color:rgba(184,28,28,.7)}

.border-e-highlight-leo88\/75 {
    border-inline-end-color:rgba(184,28,28,.75)}

.border-e-highlight-leo88\/80 {
    border-inline-end-color:rgba(184,28,28,.8)}

.border-e-highlight-leo88\/90 {
    border-inline-end-color:rgba(184,28,28,.9)}

.border-e-highlight-leo88\/95 {
    border-inline-end-color:rgba(184,28,28,.95)}

.border-e-home-title {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(255 221 169/var(--tw-border-opacity))}

.border-e-home-title\/0 {
    border-inline-end-color: rgba(255,221,169,0)
}

.border-e-home-title\/10 {
    border-inline-end-color:rgba(255,221,169,.1)}

.border-e-home-title\/100 {
    border-inline-end-color:#ffdda9}

.border-e-home-title\/20 {
    border-inline-end-color:rgba(255,221,169,.2)}

.border-e-home-title\/25 {
    border-inline-end-color:rgba(255,221,169,.25)}

.border-e-home-title\/30 {
    border-inline-end-color:rgba(255,221,169,.3)}

.border-e-home-title\/40 {
    border-inline-end-color:rgba(255,221,169,.4)}

.border-e-home-title\/5 {
    border-inline-end-color:rgba(255,221,169,.05)}

.border-e-home-title\/50 {
    border-inline-end-color:rgba(255,221,169,.5)}

.border-e-home-title\/60 {
    border-inline-end-color:rgba(255,221,169,.6)}

.border-e-home-title\/70 {
    border-inline-end-color:rgba(255,221,169,.7)}

.border-e-home-title\/75 {
    border-inline-end-color:rgba(255,221,169,.75)}

.border-e-home-title\/80 {
    border-inline-end-color:rgba(255,221,169,.8)}

.border-e-home-title\/90 {
    border-inline-end-color:rgba(255,221,169,.9)}

.border-e-home-title\/95 {
    border-inline-end-color:rgba(255,221,169,.95)}

.border-e-hot-match-green {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(74 197 64/var(--tw-border-opacity))}

.border-e-hot-match-green\/0 {
    border-inline-end-color: rgba(74,197,64,0)
}

.border-e-hot-match-green\/10 {
    border-inline-end-color:rgba(74,197,64,.1)}

.border-e-hot-match-green\/100 {
    border-inline-end-color:#4ac540}

.border-e-hot-match-green\/20 {
    border-inline-end-color:rgba(74,197,64,.2)}

.border-e-hot-match-green\/25 {
    border-inline-end-color:rgba(74,197,64,.25)}

.border-e-hot-match-green\/30 {
    border-inline-end-color:rgba(74,197,64,.3)}

.border-e-hot-match-green\/40 {
    border-inline-end-color:rgba(74,197,64,.4)}

.border-e-hot-match-green\/5 {
    border-inline-end-color:rgba(74,197,64,.05)}

.border-e-hot-match-green\/50 {
    border-inline-end-color:rgba(74,197,64,.5)}

.border-e-hot-match-green\/60 {
    border-inline-end-color:rgba(74,197,64,.6)}

.border-e-hot-match-green\/70 {
    border-inline-end-color:rgba(74,197,64,.7)}

.border-e-hot-match-green\/75 {
    border-inline-end-color:rgba(74,197,64,.75)}

.border-e-hot-match-green\/80 {
    border-inline-end-color:rgba(74,197,64,.8)}

.border-e-hot-match-green\/90 {
    border-inline-end-color:rgba(74,197,64,.9)}

.border-e-hot-match-green\/95 {
    border-inline-end-color:rgba(74,197,64,.95)}

.border-e-hot-match-highlight {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(251 236 231/var(--tw-border-opacity))}

.border-e-hot-match-highlight\/0 {
    border-inline-end-color: hsla(15,71%,95%,0)
}

.border-e-hot-match-highlight\/10 {
    border-inline-end-color:hsla(15,71%,95%,.1)}

.border-e-hot-match-highlight\/100 {
    border-inline-end-color:#fbece7}

.border-e-hot-match-highlight\/20 {
    border-inline-end-color:hsla(15,71%,95%,.2)}

.border-e-hot-match-highlight\/25 {
    border-inline-end-color:hsla(15,71%,95%,.25)}

.border-e-hot-match-highlight\/30 {
    border-inline-end-color:hsla(15,71%,95%,.3)}

.border-e-hot-match-highlight\/40 {
    border-inline-end-color:hsla(15,71%,95%,.4)}

.border-e-hot-match-highlight\/5 {
    border-inline-end-color:hsla(15,71%,95%,.05)}

.border-e-hot-match-highlight\/50 {
    border-inline-end-color:hsla(15,71%,95%,.5)}

.border-e-hot-match-highlight\/60 {
    border-inline-end-color:hsla(15,71%,95%,.6)}

.border-e-hot-match-highlight\/70 {
    border-inline-end-color:hsla(15,71%,95%,.7)}

.border-e-hot-match-highlight\/75 {
    border-inline-end-color:hsla(15,71%,95%,.75)}

.border-e-hot-match-highlight\/80 {
    border-inline-end-color:hsla(15,71%,95%,.8)}

.border-e-hot-match-highlight\/90 {
    border-inline-end-color:hsla(15,71%,95%,.9)}

.border-e-hot-match-highlight\/95 {
    border-inline-end-color:hsla(15,71%,95%,.95)}

.border-e-hot-match-match {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(86 63 42/var(--tw-border-opacity))}

.border-e-hot-match-match\/0 {
    border-inline-end-color: rgba(86,63,42,0)
}

.border-e-hot-match-match\/10 {
    border-inline-end-color:rgba(86,63,42,.1)}

.border-e-hot-match-match\/100 {
    border-inline-end-color:#563f2a}

.border-e-hot-match-match\/20 {
    border-inline-end-color:rgba(86,63,42,.2)}

.border-e-hot-match-match\/25 {
    border-inline-end-color:rgba(86,63,42,.25)}

.border-e-hot-match-match\/30 {
    border-inline-end-color:rgba(86,63,42,.3)}

.border-e-hot-match-match\/40 {
    border-inline-end-color:rgba(86,63,42,.4)}

.border-e-hot-match-match\/5 {
    border-inline-end-color:rgba(86,63,42,.05)}

.border-e-hot-match-match\/50 {
    border-inline-end-color:rgba(86,63,42,.5)}

.border-e-hot-match-match\/60 {
    border-inline-end-color:rgba(86,63,42,.6)}

.border-e-hot-match-match\/70 {
    border-inline-end-color:rgba(86,63,42,.7)}

.border-e-hot-match-match\/75 {
    border-inline-end-color:rgba(86,63,42,.75)}

.border-e-hot-match-match\/80 {
    border-inline-end-color:rgba(86,63,42,.8)}

.border-e-hot-match-match\/90 {
    border-inline-end-color:rgba(86,63,42,.9)}

.border-e-hot-match-match\/95 {
    border-inline-end-color:rgba(86,63,42,.95)}

.border-e-hot-match-provider {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(50 44 41/var(--tw-border-opacity))}

.border-e-hot-match-provider\/0 {
    border-inline-end-color: rgba(50,44,41,0)
}

.border-e-hot-match-provider\/10 {
    border-inline-end-color:rgba(50,44,41,.1)}

.border-e-hot-match-provider\/100 {
    border-inline-end-color:#322c29}

.border-e-hot-match-provider\/20 {
    border-inline-end-color:rgba(50,44,41,.2)}

.border-e-hot-match-provider\/25 {
    border-inline-end-color:rgba(50,44,41,.25)}

.border-e-hot-match-provider\/30 {
    border-inline-end-color:rgba(50,44,41,.3)}

.border-e-hot-match-provider\/40 {
    border-inline-end-color:rgba(50,44,41,.4)}

.border-e-hot-match-provider\/5 {
    border-inline-end-color:rgba(50,44,41,.05)}

.border-e-hot-match-provider\/50 {
    border-inline-end-color:rgba(50,44,41,.5)}

.border-e-hot-match-provider\/60 {
    border-inline-end-color:rgba(50,44,41,.6)}

.border-e-hot-match-provider\/70 {
    border-inline-end-color:rgba(50,44,41,.7)}

.border-e-hot-match-provider\/75 {
    border-inline-end-color:rgba(50,44,41,.75)}

.border-e-hot-match-provider\/80 {
    border-inline-end-color:rgba(50,44,41,.8)}

.border-e-hot-match-provider\/90 {
    border-inline-end-color:rgba(50,44,41,.9)}

.border-e-hot-match-provider\/95 {
    border-inline-end-color:rgba(50,44,41,.95)}

.border-e-hot-match-red {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(234 51 42/var(--tw-border-opacity))}

.border-e-hot-match-red\/0 {
    border-inline-end-color: rgba(234,51,42,0)
}

.border-e-hot-match-red\/10 {
    border-inline-end-color:rgba(234,51,42,.1)}

.border-e-hot-match-red\/100 {
    border-inline-end-color:#ea332a}

.border-e-hot-match-red\/20 {
    border-inline-end-color:rgba(234,51,42,.2)}

.border-e-hot-match-red\/25 {
    border-inline-end-color:rgba(234,51,42,.25)}

.border-e-hot-match-red\/30 {
    border-inline-end-color:rgba(234,51,42,.3)}

.border-e-hot-match-red\/40 {
    border-inline-end-color:rgba(234,51,42,.4)}

.border-e-hot-match-red\/5 {
    border-inline-end-color:rgba(234,51,42,.05)}

.border-e-hot-match-red\/50 {
    border-inline-end-color:rgba(234,51,42,.5)}

.border-e-hot-match-red\/60 {
    border-inline-end-color:rgba(234,51,42,.6)}

.border-e-hot-match-red\/70 {
    border-inline-end-color:rgba(234,51,42,.7)}

.border-e-hot-match-red\/75 {
    border-inline-end-color:rgba(234,51,42,.75)}

.border-e-hot-match-red\/80 {
    border-inline-end-color:rgba(234,51,42,.8)}

.border-e-hot-match-red\/90 {
    border-inline-end-color:rgba(234,51,42,.9)}

.border-e-hot-match-red\/95 {
    border-inline-end-color:rgba(234,51,42,.95)}

.border-e-hot-match-row {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(244 204 144/var(--tw-border-opacity))}

.border-e-hot-match-row\/0 {
    border-inline-end-color: hsla(36,82%,76%,0)
}

.border-e-hot-match-row\/10 {
    border-inline-end-color:hsla(36,82%,76%,.1)}

.border-e-hot-match-row\/100 {
    border-inline-end-color:#f4cc90}

.border-e-hot-match-row\/20 {
    border-inline-end-color:hsla(36,82%,76%,.2)}

.border-e-hot-match-row\/25 {
    border-inline-end-color:hsla(36,82%,76%,.25)}

.border-e-hot-match-row\/30 {
    border-inline-end-color:hsla(36,82%,76%,.3)}

.border-e-hot-match-row\/40 {
    border-inline-end-color:hsla(36,82%,76%,.4)}

.border-e-hot-match-row\/5 {
    border-inline-end-color:hsla(36,82%,76%,.05)}

.border-e-hot-match-row\/50 {
    border-inline-end-color:hsla(36,82%,76%,.5)}

.border-e-hot-match-row\/60 {
    border-inline-end-color:hsla(36,82%,76%,.6)}

.border-e-hot-match-row\/70 {
    border-inline-end-color:hsla(36,82%,76%,.7)}

.border-e-hot-match-row\/75 {
    border-inline-end-color:hsla(36,82%,76%,.75)}

.border-e-hot-match-row\/80 {
    border-inline-end-color:hsla(36,82%,76%,.8)}

.border-e-hot-match-row\/90 {
    border-inline-end-color:hsla(36,82%,76%,.9)}

.border-e-hot-match-row\/95 {
    border-inline-end-color:hsla(36,82%,76%,.95)}

.border-e-hot-match-table-title {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(255 214 145/var(--tw-border-opacity))}

.border-e-hot-match-table-title\/0 {
    border-inline-end-color: rgba(255,214,145,0)
}

.border-e-hot-match-table-title\/10 {
    border-inline-end-color:rgba(255,214,145,.1)}

.border-e-hot-match-table-title\/100 {
    border-inline-end-color:#ffd691}

.border-e-hot-match-table-title\/20 {
    border-inline-end-color:rgba(255,214,145,.2)}

.border-e-hot-match-table-title\/25 {
    border-inline-end-color:rgba(255,214,145,.25)}

.border-e-hot-match-table-title\/30 {
    border-inline-end-color:rgba(255,214,145,.3)}

.border-e-hot-match-table-title\/40 {
    border-inline-end-color:rgba(255,214,145,.4)}

.border-e-hot-match-table-title\/5 {
    border-inline-end-color:rgba(255,214,145,.05)}

.border-e-hot-match-table-title\/50 {
    border-inline-end-color:rgba(255,214,145,.5)}

.border-e-hot-match-table-title\/60 {
    border-inline-end-color:rgba(255,214,145,.6)}

.border-e-hot-match-table-title\/70 {
    border-inline-end-color:rgba(255,214,145,.7)}

.border-e-hot-match-table-title\/75 {
    border-inline-end-color:rgba(255,214,145,.75)}

.border-e-hot-match-table-title\/80 {
    border-inline-end-color:rgba(255,214,145,.8)}

.border-e-hot-match-table-title\/90 {
    border-inline-end-color:rgba(255,214,145,.9)}

.border-e-hot-match-table-title\/95 {
    border-inline-end-color:rgba(255,214,145,.95)}

.border-e-hot-match-text {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(58 58 58/var(--tw-border-opacity))}

.border-e-hot-match-text\/0 {
    border-inline-end-color: rgba(58,58,58,0)
}

.border-e-hot-match-text\/10 {
    border-inline-end-color:rgba(58,58,58,.1)}

.border-e-hot-match-text\/100 {
    border-inline-end-color:#3a3a3a}

.border-e-hot-match-text\/20 {
    border-inline-end-color:rgba(58,58,58,.2)}

.border-e-hot-match-text\/25 {
    border-inline-end-color:rgba(58,58,58,.25)}

.border-e-hot-match-text\/30 {
    border-inline-end-color:rgba(58,58,58,.3)}

.border-e-hot-match-text\/40 {
    border-inline-end-color:rgba(58,58,58,.4)}

.border-e-hot-match-text\/5 {
    border-inline-end-color:rgba(58,58,58,.05)}

.border-e-hot-match-text\/50 {
    border-inline-end-color:rgba(58,58,58,.5)}

.border-e-hot-match-text\/60 {
    border-inline-end-color:rgba(58,58,58,.6)}

.border-e-hot-match-text\/70 {
    border-inline-end-color:rgba(58,58,58,.7)}

.border-e-hot-match-text\/75 {
    border-inline-end-color:rgba(58,58,58,.75)}

.border-e-hot-match-text\/80 {
    border-inline-end-color:rgba(58,58,58,.8)}

.border-e-hot-match-text\/90 {
    border-inline-end-color:rgba(58,58,58,.9)}

.border-e-hot-match-text\/95 {
    border-inline-end-color:rgba(58,58,58,.95)}

.border-e-inactive {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(115 115 116/var(--tw-border-opacity))}

.border-e-inactive\/0 {
    border-inline-end-color: hsla(240,0%,45%,0)
}

.border-e-inactive\/10 {
    border-inline-end-color:hsla(240,0%,45%,.1)}

.border-e-inactive\/100 {
    border-inline-end-color:#737374}

.border-e-inactive\/20 {
    border-inline-end-color:hsla(240,0%,45%,.2)}

.border-e-inactive\/25 {
    border-inline-end-color:hsla(240,0%,45%,.25)}

.border-e-inactive\/30 {
    border-inline-end-color:hsla(240,0%,45%,.3)}

.border-e-inactive\/40 {
    border-inline-end-color:hsla(240,0%,45%,.4)}

.border-e-inactive\/5 {
    border-inline-end-color:hsla(240,0%,45%,.05)}

.border-e-inactive\/50 {
    border-inline-end-color:hsla(240,0%,45%,.5)}

.border-e-inactive\/60 {
    border-inline-end-color:hsla(240,0%,45%,.6)}

.border-e-inactive\/70 {
    border-inline-end-color:hsla(240,0%,45%,.7)}

.border-e-inactive\/75 {
    border-inline-end-color:hsla(240,0%,45%,.75)}

.border-e-inactive\/80 {
    border-inline-end-color:hsla(240,0%,45%,.8)}

.border-e-inactive\/90 {
    border-inline-end-color:hsla(240,0%,45%,.9)}

.border-e-inactive\/95 {
    border-inline-end-color:hsla(240,0%,45%,.95)}

.border-e-input-popup {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(21 22 22/var(--tw-border-opacity))}

.border-e-input-popup\/0 {
    border-inline-end-color: rgba(21,22,22,0)
}

.border-e-input-popup\/10 {
    border-inline-end-color:rgba(21,22,22,.1)}

.border-e-input-popup\/100 {
    border-inline-end-color:#151616}

.border-e-input-popup\/20 {
    border-inline-end-color:rgba(21,22,22,.2)}

.border-e-input-popup\/25 {
    border-inline-end-color:rgba(21,22,22,.25)}

.border-e-input-popup\/30 {
    border-inline-end-color:rgba(21,22,22,.3)}

.border-e-input-popup\/40 {
    border-inline-end-color:rgba(21,22,22,.4)}

.border-e-input-popup\/5 {
    border-inline-end-color:rgba(21,22,22,.05)}

.border-e-input-popup\/50 {
    border-inline-end-color:rgba(21,22,22,.5)}

.border-e-input-popup\/60 {
    border-inline-end-color:rgba(21,22,22,.6)}

.border-e-input-popup\/70 {
    border-inline-end-color:rgba(21,22,22,.7)}

.border-e-input-popup\/75 {
    border-inline-end-color:rgba(21,22,22,.75)}

.border-e-input-popup\/80 {
    border-inline-end-color:rgba(21,22,22,.8)}

.border-e-input-popup\/90 {
    border-inline-end-color:rgba(21,22,22,.9)}

.border-e-input-popup\/95 {
    border-inline-end-color:rgba(21,22,22,.95)}

.border-e-input-profile {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(68 67 67/var(--tw-border-opacity))}

.border-e-input-profile\/0 {
    border-inline-end-color: rgba(68,67,67,0)
}

.border-e-input-profile\/10 {
    border-inline-end-color:rgba(68,67,67,.1)}

.border-e-input-profile\/100 {
    border-inline-end-color:#444343}

.border-e-input-profile\/20 {
    border-inline-end-color:rgba(68,67,67,.2)}

.border-e-input-profile\/25 {
    border-inline-end-color:rgba(68,67,67,.25)}

.border-e-input-profile\/30 {
    border-inline-end-color:rgba(68,67,67,.3)}

.border-e-input-profile\/40 {
    border-inline-end-color:rgba(68,67,67,.4)}

.border-e-input-profile\/5 {
    border-inline-end-color:rgba(68,67,67,.05)}

.border-e-input-profile\/50 {
    border-inline-end-color:rgba(68,67,67,.5)}

.border-e-input-profile\/60 {
    border-inline-end-color:rgba(68,67,67,.6)}

.border-e-input-profile\/70 {
    border-inline-end-color:rgba(68,67,67,.7)}

.border-e-input-profile\/75 {
    border-inline-end-color:rgba(68,67,67,.75)}

.border-e-input-profile\/80 {
    border-inline-end-color:rgba(68,67,67,.8)}

.border-e-input-profile\/90 {
    border-inline-end-color:rgba(68,67,67,.9)}

.border-e-input-profile\/95 {
    border-inline-end-color:rgba(68,67,67,.95)}

.border-e-item-history-first {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(48 53 56/var(--tw-border-opacity))}

.border-e-item-history-first\/0 {
    border-inline-end-color: rgba(48,53,56,0)
}

.border-e-item-history-first\/10 {
    border-inline-end-color:rgba(48,53,56,.1)}

.border-e-item-history-first\/100 {
    border-inline-end-color:#303538}

.border-e-item-history-first\/20 {
    border-inline-end-color:rgba(48,53,56,.2)}

.border-e-item-history-first\/25 {
    border-inline-end-color:rgba(48,53,56,.25)}

.border-e-item-history-first\/30 {
    border-inline-end-color:rgba(48,53,56,.3)}

.border-e-item-history-first\/40 {
    border-inline-end-color:rgba(48,53,56,.4)}

.border-e-item-history-first\/5 {
    border-inline-end-color:rgba(48,53,56,.05)}

.border-e-item-history-first\/50 {
    border-inline-end-color:rgba(48,53,56,.5)}

.border-e-item-history-first\/60 {
    border-inline-end-color:rgba(48,53,56,.6)}

.border-e-item-history-first\/70 {
    border-inline-end-color:rgba(48,53,56,.7)}

.border-e-item-history-first\/75 {
    border-inline-end-color:rgba(48,53,56,.75)}

.border-e-item-history-first\/80 {
    border-inline-end-color:rgba(48,53,56,.8)}

.border-e-item-history-first\/90 {
    border-inline-end-color:rgba(48,53,56,.9)}

.border-e-item-history-first\/95 {
    border-inline-end-color:rgba(48,53,56,.95)}

.border-e-item-history-second {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(39 38 36/var(--tw-border-opacity))}

.border-e-item-history-second\/0 {
    border-inline-end-color: rgba(39,38,36,0)
}

.border-e-item-history-second\/10 {
    border-inline-end-color:rgba(39,38,36,.1)}

.border-e-item-history-second\/100 {
    border-inline-end-color:#272624}

.border-e-item-history-second\/20 {
    border-inline-end-color:rgba(39,38,36,.2)}

.border-e-item-history-second\/25 {
    border-inline-end-color:rgba(39,38,36,.25)}

.border-e-item-history-second\/30 {
    border-inline-end-color:rgba(39,38,36,.3)}

.border-e-item-history-second\/40 {
    border-inline-end-color:rgba(39,38,36,.4)}

.border-e-item-history-second\/5 {
    border-inline-end-color:rgba(39,38,36,.05)}

.border-e-item-history-second\/50 {
    border-inline-end-color:rgba(39,38,36,.5)}

.border-e-item-history-second\/60 {
    border-inline-end-color:rgba(39,38,36,.6)}

.border-e-item-history-second\/70 {
    border-inline-end-color:rgba(39,38,36,.7)}

.border-e-item-history-second\/75 {
    border-inline-end-color:rgba(39,38,36,.75)}

.border-e-item-history-second\/80 {
    border-inline-end-color:rgba(39,38,36,.8)}

.border-e-item-history-second\/90 {
    border-inline-end-color:rgba(39,38,36,.9)}

.border-e-item-history-second\/95 {
    border-inline-end-color:rgba(39,38,36,.95)}

.border-e-login-form {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(39 38 36/var(--tw-border-opacity))}

.border-e-login-form\/0 {
    border-inline-end-color: rgba(39,38,36,0)
}

.border-e-login-form\/10 {
    border-inline-end-color:rgba(39,38,36,.1)}

.border-e-login-form\/100 {
    border-inline-end-color:#272624}

.border-e-login-form\/20 {
    border-inline-end-color:rgba(39,38,36,.2)}

.border-e-login-form\/25 {
    border-inline-end-color:rgba(39,38,36,.25)}

.border-e-login-form\/30 {
    border-inline-end-color:rgba(39,38,36,.3)}

.border-e-login-form\/40 {
    border-inline-end-color:rgba(39,38,36,.4)}

.border-e-login-form\/5 {
    border-inline-end-color:rgba(39,38,36,.05)}

.border-e-login-form\/50 {
    border-inline-end-color:rgba(39,38,36,.5)}

.border-e-login-form\/60 {
    border-inline-end-color:rgba(39,38,36,.6)}

.border-e-login-form\/70 {
    border-inline-end-color:rgba(39,38,36,.7)}

.border-e-login-form\/75 {
    border-inline-end-color:rgba(39,38,36,.75)}

.border-e-login-form\/80 {
    border-inline-end-color:rgba(39,38,36,.8)}

.border-e-login-form\/90 {
    border-inline-end-color:rgba(39,38,36,.9)}

.border-e-login-form\/95 {
    border-inline-end-color:rgba(39,38,36,.95)}

.border-e-main-header {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(36 29 27/var(--tw-border-opacity))}

.border-e-main-header\/0 {
    border-inline-end-color: rgba(36,29,27,0)
}

.border-e-main-header\/10 {
    border-inline-end-color:rgba(36,29,27,.1)}

.border-e-main-header\/100 {
    border-inline-end-color:#241d1b}

.border-e-main-header\/20 {
    border-inline-end-color:rgba(36,29,27,.2)}

.border-e-main-header\/25 {
    border-inline-end-color:rgba(36,29,27,.25)}

.border-e-main-header\/30 {
    border-inline-end-color:rgba(36,29,27,.3)}

.border-e-main-header\/40 {
    border-inline-end-color:rgba(36,29,27,.4)}

.border-e-main-header\/5 {
    border-inline-end-color:rgba(36,29,27,.05)}

.border-e-main-header\/50 {
    border-inline-end-color:rgba(36,29,27,.5)}

.border-e-main-header\/60 {
    border-inline-end-color:rgba(36,29,27,.6)}

.border-e-main-header\/70 {
    border-inline-end-color:rgba(36,29,27,.7)}

.border-e-main-header\/75 {
    border-inline-end-color:rgba(36,29,27,.75)}

.border-e-main-header\/80 {
    border-inline-end-color:rgba(36,29,27,.8)}

.border-e-main-header\/90 {
    border-inline-end-color:rgba(36,29,27,.9)}

.border-e-main-header\/95 {
    border-inline-end-color:rgba(36,29,27,.95)}

.border-e-marquee {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(225 214 180/var(--tw-border-opacity))}

.border-e-marquee\/0 {
    border-inline-end-color: hsla(45,43%,79%,0)
}

.border-e-marquee\/10 {
    border-inline-end-color:hsla(45,43%,79%,.1)}

.border-e-marquee\/100 {
    border-inline-end-color:#e1d6b4}

.border-e-marquee\/20 {
    border-inline-end-color:hsla(45,43%,79%,.2)}

.border-e-marquee\/25 {
    border-inline-end-color:hsla(45,43%,79%,.25)}

.border-e-marquee\/30 {
    border-inline-end-color:hsla(45,43%,79%,.3)}

.border-e-marquee\/40 {
    border-inline-end-color:hsla(45,43%,79%,.4)}

.border-e-marquee\/5 {
    border-inline-end-color:hsla(45,43%,79%,.05)}

.border-e-marquee\/50 {
    border-inline-end-color:hsla(45,43%,79%,.5)}

.border-e-marquee\/60 {
    border-inline-end-color:hsla(45,43%,79%,.6)}

.border-e-marquee\/70 {
    border-inline-end-color:hsla(45,43%,79%,.7)}

.border-e-marquee\/75 {
    border-inline-end-color:hsla(45,43%,79%,.75)}

.border-e-marquee\/80 {
    border-inline-end-color:hsla(45,43%,79%,.8)}

.border-e-marquee\/90 {
    border-inline-end-color:hsla(45,43%,79%,.9)}

.border-e-marquee\/95 {
    border-inline-end-color:hsla(45,43%,79%,.95)}

.border-e-mobile-account-info {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(79 54 31/var(--tw-border-opacity))}

.border-e-mobile-account-info\/0 {
    border-inline-end-color: rgba(79,54,31,0)
}

.border-e-mobile-account-info\/10 {
    border-inline-end-color:rgba(79,54,31,.1)}

.border-e-mobile-account-info\/100 {
    border-inline-end-color:#4f361f}

.border-e-mobile-account-info\/20 {
    border-inline-end-color:rgba(79,54,31,.2)}

.border-e-mobile-account-info\/25 {
    border-inline-end-color:rgba(79,54,31,.25)}

.border-e-mobile-account-info\/30 {
    border-inline-end-color:rgba(79,54,31,.3)}

.border-e-mobile-account-info\/40 {
    border-inline-end-color:rgba(79,54,31,.4)}

.border-e-mobile-account-info\/5 {
    border-inline-end-color:rgba(79,54,31,.05)}

.border-e-mobile-account-info\/50 {
    border-inline-end-color:rgba(79,54,31,.5)}

.border-e-mobile-account-info\/60 {
    border-inline-end-color:rgba(79,54,31,.6)}

.border-e-mobile-account-info\/70 {
    border-inline-end-color:rgba(79,54,31,.7)}

.border-e-mobile-account-info\/75 {
    border-inline-end-color:rgba(79,54,31,.75)}

.border-e-mobile-account-info\/80 {
    border-inline-end-color:rgba(79,54,31,.8)}

.border-e-mobile-account-info\/90 {
    border-inline-end-color:rgba(79,54,31,.9)}

.border-e-mobile-account-info\/95 {
    border-inline-end-color:rgba(79,54,31,.95)}

.border-e-mobile-border {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(124 76 26/var(--tw-border-opacity))}

.border-e-mobile-border\/0 {
    border-inline-end-color: rgba(124,76,26,0)
}

.border-e-mobile-border\/10 {
    border-inline-end-color:rgba(124,76,26,.1)}

.border-e-mobile-border\/100 {
    border-inline-end-color:#7c4c1a}

.border-e-mobile-border\/20 {
    border-inline-end-color:rgba(124,76,26,.2)}

.border-e-mobile-border\/25 {
    border-inline-end-color:rgba(124,76,26,.25)}

.border-e-mobile-border\/30 {
    border-inline-end-color:rgba(124,76,26,.3)}

.border-e-mobile-border\/40 {
    border-inline-end-color:rgba(124,76,26,.4)}

.border-e-mobile-border\/5 {
    border-inline-end-color:rgba(124,76,26,.05)}

.border-e-mobile-border\/50 {
    border-inline-end-color:rgba(124,76,26,.5)}

.border-e-mobile-border\/60 {
    border-inline-end-color:rgba(124,76,26,.6)}

.border-e-mobile-border\/70 {
    border-inline-end-color:rgba(124,76,26,.7)}

.border-e-mobile-border\/75 {
    border-inline-end-color:rgba(124,76,26,.75)}

.border-e-mobile-border\/80 {
    border-inline-end-color:rgba(124,76,26,.8)}

.border-e-mobile-border\/90 {
    border-inline-end-color:rgba(124,76,26,.9)}

.border-e-mobile-border\/95 {
    border-inline-end-color:rgba(124,76,26,.95)}

.border-e-mobile-card {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(35 35 35/var(--tw-border-opacity))}

.border-e-mobile-card\/0 {
    border-inline-end-color: rgba(35,35,35,0)
}

.border-e-mobile-card\/10 {
    border-inline-end-color:rgba(35,35,35,.1)}

.border-e-mobile-card\/100 {
    border-inline-end-color:#232323}

.border-e-mobile-card\/20 {
    border-inline-end-color:rgba(35,35,35,.2)}

.border-e-mobile-card\/25 {
    border-inline-end-color:rgba(35,35,35,.25)}

.border-e-mobile-card\/30 {
    border-inline-end-color:rgba(35,35,35,.3)}

.border-e-mobile-card\/40 {
    border-inline-end-color:rgba(35,35,35,.4)}

.border-e-mobile-card\/5 {
    border-inline-end-color:rgba(35,35,35,.05)}

.border-e-mobile-card\/50 {
    border-inline-end-color:rgba(35,35,35,.5)}

.border-e-mobile-card\/60 {
    border-inline-end-color:rgba(35,35,35,.6)}

.border-e-mobile-card\/70 {
    border-inline-end-color:rgba(35,35,35,.7)}

.border-e-mobile-card\/75 {
    border-inline-end-color:rgba(35,35,35,.75)}

.border-e-mobile-card\/80 {
    border-inline-end-color:rgba(35,35,35,.8)}

.border-e-mobile-card\/90 {
    border-inline-end-color:rgba(35,35,35,.9)}

.border-e-mobile-card\/95 {
    border-inline-end-color:rgba(35,35,35,.95)}

.border-e-mobile-menu-game-background {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(38 27 24/var(--tw-border-opacity))}

.border-e-mobile-menu-game-background\/0 {
    border-inline-end-color: rgba(38,27,24,0)
}

.border-e-mobile-menu-game-background\/10 {
    border-inline-end-color:rgba(38,27,24,.1)}

.border-e-mobile-menu-game-background\/100 {
    border-inline-end-color:#261b18}

.border-e-mobile-menu-game-background\/20 {
    border-inline-end-color:rgba(38,27,24,.2)}

.border-e-mobile-menu-game-background\/25 {
    border-inline-end-color:rgba(38,27,24,.25)}

.border-e-mobile-menu-game-background\/30 {
    border-inline-end-color:rgba(38,27,24,.3)}

.border-e-mobile-menu-game-background\/40 {
    border-inline-end-color:rgba(38,27,24,.4)}

.border-e-mobile-menu-game-background\/5 {
    border-inline-end-color:rgba(38,27,24,.05)}

.border-e-mobile-menu-game-background\/50 {
    border-inline-end-color:rgba(38,27,24,.5)}

.border-e-mobile-menu-game-background\/60 {
    border-inline-end-color:rgba(38,27,24,.6)}

.border-e-mobile-menu-game-background\/70 {
    border-inline-end-color:rgba(38,27,24,.7)}

.border-e-mobile-menu-game-background\/75 {
    border-inline-end-color:rgba(38,27,24,.75)}

.border-e-mobile-menu-game-background\/80 {
    border-inline-end-color:rgba(38,27,24,.8)}

.border-e-mobile-menu-game-background\/90 {
    border-inline-end-color:rgba(38,27,24,.9)}

.border-e-mobile-menu-game-background\/95 {
    border-inline-end-color:rgba(38,27,24,.95)}

.border-e-mobile-menu-game-filter {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(65 46 27/var(--tw-border-opacity))}

.border-e-mobile-menu-game-filter\/0 {
    border-inline-end-color: rgba(65,46,27,0)
}

.border-e-mobile-menu-game-filter\/10 {
    border-inline-end-color:rgba(65,46,27,.1)}

.border-e-mobile-menu-game-filter\/100 {
    border-inline-end-color:#412e1b}

.border-e-mobile-menu-game-filter\/20 {
    border-inline-end-color:rgba(65,46,27,.2)}

.border-e-mobile-menu-game-filter\/25 {
    border-inline-end-color:rgba(65,46,27,.25)}

.border-e-mobile-menu-game-filter\/30 {
    border-inline-end-color:rgba(65,46,27,.3)}

.border-e-mobile-menu-game-filter\/40 {
    border-inline-end-color:rgba(65,46,27,.4)}

.border-e-mobile-menu-game-filter\/5 {
    border-inline-end-color:rgba(65,46,27,.05)}

.border-e-mobile-menu-game-filter\/50 {
    border-inline-end-color:rgba(65,46,27,.5)}

.border-e-mobile-menu-game-filter\/60 {
    border-inline-end-color:rgba(65,46,27,.6)}

.border-e-mobile-menu-game-filter\/70 {
    border-inline-end-color:rgba(65,46,27,.7)}

.border-e-mobile-menu-game-filter\/75 {
    border-inline-end-color:rgba(65,46,27,.75)}

.border-e-mobile-menu-game-filter\/80 {
    border-inline-end-color:rgba(65,46,27,.8)}

.border-e-mobile-menu-game-filter\/90 {
    border-inline-end-color:rgba(65,46,27,.9)}

.border-e-mobile-menu-game-filter\/95 {
    border-inline-end-color:rgba(65,46,27,.95)}

.border-e-mobile-menu-game-provider {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(58 38 17/var(--tw-border-opacity))}

.border-e-mobile-menu-game-provider\/0 {
    border-inline-end-color: rgba(58,38,17,0)
}

.border-e-mobile-menu-game-provider\/10 {
    border-inline-end-color:rgba(58,38,17,.1)}

.border-e-mobile-menu-game-provider\/100 {
    border-inline-end-color:#3a2611}

.border-e-mobile-menu-game-provider\/20 {
    border-inline-end-color:rgba(58,38,17,.2)}

.border-e-mobile-menu-game-provider\/25 {
    border-inline-end-color:rgba(58,38,17,.25)}

.border-e-mobile-menu-game-provider\/30 {
    border-inline-end-color:rgba(58,38,17,.3)}

.border-e-mobile-menu-game-provider\/40 {
    border-inline-end-color:rgba(58,38,17,.4)}

.border-e-mobile-menu-game-provider\/5 {
    border-inline-end-color:rgba(58,38,17,.05)}

.border-e-mobile-menu-game-provider\/50 {
    border-inline-end-color:rgba(58,38,17,.5)}

.border-e-mobile-menu-game-provider\/60 {
    border-inline-end-color:rgba(58,38,17,.6)}

.border-e-mobile-menu-game-provider\/70 {
    border-inline-end-color:rgba(58,38,17,.7)}

.border-e-mobile-menu-game-provider\/75 {
    border-inline-end-color:rgba(58,38,17,.75)}

.border-e-mobile-menu-game-provider\/80 {
    border-inline-end-color:rgba(58,38,17,.8)}

.border-e-mobile-menu-game-provider\/90 {
    border-inline-end-color:rgba(58,38,17,.9)}

.border-e-mobile-menu-game-provider\/95 {
    border-inline-end-color:rgba(58,38,17,.95)}

.border-e-mobile-menu-game-text {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(128 117 106/var(--tw-border-opacity))}

.border-e-mobile-menu-game-text\/0 {
    border-inline-end-color: hsla(30,9%,46%,0)
}

.border-e-mobile-menu-game-text\/10 {
    border-inline-end-color:hsla(30,9%,46%,.1)}

.border-e-mobile-menu-game-text\/100 {
    border-inline-end-color:#80756a}

.border-e-mobile-menu-game-text\/20 {
    border-inline-end-color:hsla(30,9%,46%,.2)}

.border-e-mobile-menu-game-text\/25 {
    border-inline-end-color:hsla(30,9%,46%,.25)}

.border-e-mobile-menu-game-text\/30 {
    border-inline-end-color:hsla(30,9%,46%,.3)}

.border-e-mobile-menu-game-text\/40 {
    border-inline-end-color:hsla(30,9%,46%,.4)}

.border-e-mobile-menu-game-text\/5 {
    border-inline-end-color:hsla(30,9%,46%,.05)}

.border-e-mobile-menu-game-text\/50 {
    border-inline-end-color:hsla(30,9%,46%,.5)}

.border-e-mobile-menu-game-text\/60 {
    border-inline-end-color:hsla(30,9%,46%,.6)}

.border-e-mobile-menu-game-text\/70 {
    border-inline-end-color:hsla(30,9%,46%,.7)}

.border-e-mobile-menu-game-text\/75 {
    border-inline-end-color:hsla(30,9%,46%,.75)}

.border-e-mobile-menu-game-text\/80 {
    border-inline-end-color:hsla(30,9%,46%,.8)}

.border-e-mobile-menu-game-text\/90 {
    border-inline-end-color:hsla(30,9%,46%,.9)}

.border-e-mobile-menu-game-text\/95 {
    border-inline-end-color:hsla(30,9%,46%,.95)}

.border-e-mobile-nav-text-inactive {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(219 210 194/var(--tw-border-opacity))}

.border-e-mobile-nav-text-inactive\/0 {
    border-inline-end-color: hsla(38,26%,81%,0)
}

.border-e-mobile-nav-text-inactive\/10 {
    border-inline-end-color:hsla(38,26%,81%,.1)}

.border-e-mobile-nav-text-inactive\/100 {
    border-inline-end-color:#dbd2c2}

.border-e-mobile-nav-text-inactive\/20 {
    border-inline-end-color:hsla(38,26%,81%,.2)}

.border-e-mobile-nav-text-inactive\/25 {
    border-inline-end-color:hsla(38,26%,81%,.25)}

.border-e-mobile-nav-text-inactive\/30 {
    border-inline-end-color:hsla(38,26%,81%,.3)}

.border-e-mobile-nav-text-inactive\/40 {
    border-inline-end-color:hsla(38,26%,81%,.4)}

.border-e-mobile-nav-text-inactive\/5 {
    border-inline-end-color:hsla(38,26%,81%,.05)}

.border-e-mobile-nav-text-inactive\/50 {
    border-inline-end-color:hsla(38,26%,81%,.5)}

.border-e-mobile-nav-text-inactive\/60 {
    border-inline-end-color:hsla(38,26%,81%,.6)}

.border-e-mobile-nav-text-inactive\/70 {
    border-inline-end-color:hsla(38,26%,81%,.7)}

.border-e-mobile-nav-text-inactive\/75 {
    border-inline-end-color:hsla(38,26%,81%,.75)}

.border-e-mobile-nav-text-inactive\/80 {
    border-inline-end-color:hsla(38,26%,81%,.8)}

.border-e-mobile-nav-text-inactive\/90 {
    border-inline-end-color:hsla(38,26%,81%,.9)}

.border-e-mobile-nav-text-inactive\/95 {
    border-inline-end-color:hsla(38,26%,81%,.95)}

.border-e-mobile-sidebar-logo {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(67 46 27/var(--tw-border-opacity))}

.border-e-mobile-sidebar-logo\/0 {
    border-inline-end-color: rgba(67,46,27,0)
}

.border-e-mobile-sidebar-logo\/10 {
    border-inline-end-color:rgba(67,46,27,.1)}

.border-e-mobile-sidebar-logo\/100 {
    border-inline-end-color:#432e1b}

.border-e-mobile-sidebar-logo\/20 {
    border-inline-end-color:rgba(67,46,27,.2)}

.border-e-mobile-sidebar-logo\/25 {
    border-inline-end-color:rgba(67,46,27,.25)}

.border-e-mobile-sidebar-logo\/30 {
    border-inline-end-color:rgba(67,46,27,.3)}

.border-e-mobile-sidebar-logo\/40 {
    border-inline-end-color:rgba(67,46,27,.4)}

.border-e-mobile-sidebar-logo\/5 {
    border-inline-end-color:rgba(67,46,27,.05)}

.border-e-mobile-sidebar-logo\/50 {
    border-inline-end-color:rgba(67,46,27,.5)}

.border-e-mobile-sidebar-logo\/60 {
    border-inline-end-color:rgba(67,46,27,.6)}

.border-e-mobile-sidebar-logo\/70 {
    border-inline-end-color:rgba(67,46,27,.7)}

.border-e-mobile-sidebar-logo\/75 {
    border-inline-end-color:rgba(67,46,27,.75)}

.border-e-mobile-sidebar-logo\/80 {
    border-inline-end-color:rgba(67,46,27,.8)}

.border-e-mobile-sidebar-logo\/90 {
    border-inline-end-color:rgba(67,46,27,.9)}

.border-e-mobile-sidebar-logo\/95 {
    border-inline-end-color:rgba(67,46,27,.95)}

.border-e-mobile-table-header {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(113 95 71/var(--tw-border-opacity))}

.border-e-mobile-table-header\/0 {
    border-inline-end-color: rgba(113,95,71,0)
}

.border-e-mobile-table-header\/10 {
    border-inline-end-color:rgba(113,95,71,.1)}

.border-e-mobile-table-header\/100 {
    border-inline-end-color:#715f47}

.border-e-mobile-table-header\/20 {
    border-inline-end-color:rgba(113,95,71,.2)}

.border-e-mobile-table-header\/25 {
    border-inline-end-color:rgba(113,95,71,.25)}

.border-e-mobile-table-header\/30 {
    border-inline-end-color:rgba(113,95,71,.3)}

.border-e-mobile-table-header\/40 {
    border-inline-end-color:rgba(113,95,71,.4)}

.border-e-mobile-table-header\/5 {
    border-inline-end-color:rgba(113,95,71,.05)}

.border-e-mobile-table-header\/50 {
    border-inline-end-color:rgba(113,95,71,.5)}

.border-e-mobile-table-header\/60 {
    border-inline-end-color:rgba(113,95,71,.6)}

.border-e-mobile-table-header\/70 {
    border-inline-end-color:rgba(113,95,71,.7)}

.border-e-mobile-table-header\/75 {
    border-inline-end-color:rgba(113,95,71,.75)}

.border-e-mobile-table-header\/80 {
    border-inline-end-color:rgba(113,95,71,.8)}

.border-e-mobile-table-header\/90 {
    border-inline-end-color:rgba(113,95,71,.9)}

.border-e-mobile-table-header\/95 {
    border-inline-end-color:rgba(113,95,71,.95)}

.border-e-orange {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(200 150 51/var(--tw-border-opacity))}

.border-e-orange\/0 {
    border-inline-end-color: rgba(200,150,51,0)
}

.border-e-orange\/10 {
    border-inline-end-color:rgba(200,150,51,.1)}

.border-e-orange\/100 {
    border-inline-end-color:#c89633}

.border-e-orange\/20 {
    border-inline-end-color:rgba(200,150,51,.2)}

.border-e-orange\/25 {
    border-inline-end-color:rgba(200,150,51,.25)}

.border-e-orange\/30 {
    border-inline-end-color:rgba(200,150,51,.3)}

.border-e-orange\/40 {
    border-inline-end-color:rgba(200,150,51,.4)}

.border-e-orange\/5 {
    border-inline-end-color:rgba(200,150,51,.05)}

.border-e-orange\/50 {
    border-inline-end-color:rgba(200,150,51,.5)}

.border-e-orange\/60 {
    border-inline-end-color:rgba(200,150,51,.6)}

.border-e-orange\/70 {
    border-inline-end-color:rgba(200,150,51,.7)}

.border-e-orange\/75 {
    border-inline-end-color:rgba(200,150,51,.75)}

.border-e-orange\/80 {
    border-inline-end-color:rgba(200,150,51,.8)}

.border-e-orange\/90 {
    border-inline-end-color:rgba(200,150,51,.9)}

.border-e-orange\/95 {
    border-inline-end-color:rgba(200,150,51,.95)}

.border-e-progress-below {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(52 44 42/var(--tw-border-opacity))}

.border-e-progress-below\/0 {
    border-inline-end-color: rgba(52,44,42,0)
}

.border-e-progress-below\/10 {
    border-inline-end-color:rgba(52,44,42,.1)}

.border-e-progress-below\/100 {
    border-inline-end-color:#342c2a}

.border-e-progress-below\/20 {
    border-inline-end-color:rgba(52,44,42,.2)}

.border-e-progress-below\/25 {
    border-inline-end-color:rgba(52,44,42,.25)}

.border-e-progress-below\/30 {
    border-inline-end-color:rgba(52,44,42,.3)}

.border-e-progress-below\/40 {
    border-inline-end-color:rgba(52,44,42,.4)}

.border-e-progress-below\/5 {
    border-inline-end-color:rgba(52,44,42,.05)}

.border-e-progress-below\/50 {
    border-inline-end-color:rgba(52,44,42,.5)}

.border-e-progress-below\/60 {
    border-inline-end-color:rgba(52,44,42,.6)}

.border-e-progress-below\/70 {
    border-inline-end-color:rgba(52,44,42,.7)}

.border-e-progress-below\/75 {
    border-inline-end-color:rgba(52,44,42,.75)}

.border-e-progress-below\/80 {
    border-inline-end-color:rgba(52,44,42,.8)}

.border-e-progress-below\/90 {
    border-inline-end-color:rgba(52,44,42,.9)}

.border-e-progress-below\/95 {
    border-inline-end-color:rgba(52,44,42,.95)}

.border-e-promotion-profile-cashback {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(58 58 58/var(--tw-border-opacity))}

.border-e-promotion-profile-cashback\/0 {
    border-inline-end-color: rgba(58,58,58,0)
}

.border-e-promotion-profile-cashback\/10 {
    border-inline-end-color:rgba(58,58,58,.1)}

.border-e-promotion-profile-cashback\/100 {
    border-inline-end-color:#3a3a3a}

.border-e-promotion-profile-cashback\/20 {
    border-inline-end-color:rgba(58,58,58,.2)}

.border-e-promotion-profile-cashback\/25 {
    border-inline-end-color:rgba(58,58,58,.25)}

.border-e-promotion-profile-cashback\/30 {
    border-inline-end-color:rgba(58,58,58,.3)}

.border-e-promotion-profile-cashback\/40 {
    border-inline-end-color:rgba(58,58,58,.4)}

.border-e-promotion-profile-cashback\/5 {
    border-inline-end-color:rgba(58,58,58,.05)}

.border-e-promotion-profile-cashback\/50 {
    border-inline-end-color:rgba(58,58,58,.5)}

.border-e-promotion-profile-cashback\/60 {
    border-inline-end-color:rgba(58,58,58,.6)}

.border-e-promotion-profile-cashback\/70 {
    border-inline-end-color:rgba(58,58,58,.7)}

.border-e-promotion-profile-cashback\/75 {
    border-inline-end-color:rgba(58,58,58,.75)}

.border-e-promotion-profile-cashback\/80 {
    border-inline-end-color:rgba(58,58,58,.8)}

.border-e-promotion-profile-cashback\/90 {
    border-inline-end-color:rgba(58,58,58,.9)}

.border-e-promotion-profile-cashback\/95 {
    border-inline-end-color:rgba(58,58,58,.95)}

.border-e-promotion-profile-header {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(65 64 64/var(--tw-border-opacity))}

.border-e-promotion-profile-header\/0 {
    border-inline-end-color: rgba(65,64,64,0)
}

.border-e-promotion-profile-header\/10 {
    border-inline-end-color:rgba(65,64,64,.1)}

.border-e-promotion-profile-header\/100 {
    border-inline-end-color:#414040}

.border-e-promotion-profile-header\/20 {
    border-inline-end-color:rgba(65,64,64,.2)}

.border-e-promotion-profile-header\/25 {
    border-inline-end-color:rgba(65,64,64,.25)}

.border-e-promotion-profile-header\/30 {
    border-inline-end-color:rgba(65,64,64,.3)}

.border-e-promotion-profile-header\/40 {
    border-inline-end-color:rgba(65,64,64,.4)}

.border-e-promotion-profile-header\/5 {
    border-inline-end-color:rgba(65,64,64,.05)}

.border-e-promotion-profile-header\/50 {
    border-inline-end-color:rgba(65,64,64,.5)}

.border-e-promotion-profile-header\/60 {
    border-inline-end-color:rgba(65,64,64,.6)}

.border-e-promotion-profile-header\/70 {
    border-inline-end-color:rgba(65,64,64,.7)}

.border-e-promotion-profile-header\/75 {
    border-inline-end-color:rgba(65,64,64,.75)}

.border-e-promotion-profile-header\/80 {
    border-inline-end-color:rgba(65,64,64,.8)}

.border-e-promotion-profile-header\/90 {
    border-inline-end-color:rgba(65,64,64,.9)}

.border-e-promotion-profile-header\/95 {
    border-inline-end-color:rgba(65,64,64,.95)}

.border-e-red-attention {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(204 30 30/var(--tw-border-opacity))}

.border-e-red-attention\/0 {
    border-inline-end-color: rgba(204,30,30,0)
}

.border-e-red-attention\/10 {
    border-inline-end-color:rgba(204,30,30,.1)}

.border-e-red-attention\/100 {
    border-inline-end-color:#cc1e1e}

.border-e-red-attention\/20 {
    border-inline-end-color:rgba(204,30,30,.2)}

.border-e-red-attention\/25 {
    border-inline-end-color:rgba(204,30,30,.25)}

.border-e-red-attention\/30 {
    border-inline-end-color:rgba(204,30,30,.3)}

.border-e-red-attention\/40 {
    border-inline-end-color:rgba(204,30,30,.4)}

.border-e-red-attention\/5 {
    border-inline-end-color:rgba(204,30,30,.05)}

.border-e-red-attention\/50 {
    border-inline-end-color:rgba(204,30,30,.5)}

.border-e-red-attention\/60 {
    border-inline-end-color:rgba(204,30,30,.6)}

.border-e-red-attention\/70 {
    border-inline-end-color:rgba(204,30,30,.7)}

.border-e-red-attention\/75 {
    border-inline-end-color:rgba(204,30,30,.75)}

.border-e-red-attention\/80 {
    border-inline-end-color:rgba(204,30,30,.8)}

.border-e-red-attention\/90 {
    border-inline-end-color:rgba(204,30,30,.9)}

.border-e-red-attention\/95 {
    border-inline-end-color:rgba(204,30,30,.95)}

.border-e-red-bg-hot-pick {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(23 14 10/var(--tw-border-opacity))}

.border-e-red-bg-hot-pick\/0 {
    border-inline-end-color: rgba(23,14,10,0)
}

.border-e-red-bg-hot-pick\/10 {
    border-inline-end-color:rgba(23,14,10,.1)}

.border-e-red-bg-hot-pick\/100 {
    border-inline-end-color:#170e0a}

.border-e-red-bg-hot-pick\/20 {
    border-inline-end-color:rgba(23,14,10,.2)}

.border-e-red-bg-hot-pick\/25 {
    border-inline-end-color:rgba(23,14,10,.25)}

.border-e-red-bg-hot-pick\/30 {
    border-inline-end-color:rgba(23,14,10,.3)}

.border-e-red-bg-hot-pick\/40 {
    border-inline-end-color:rgba(23,14,10,.4)}

.border-e-red-bg-hot-pick\/5 {
    border-inline-end-color:rgba(23,14,10,.05)}

.border-e-red-bg-hot-pick\/50 {
    border-inline-end-color:rgba(23,14,10,.5)}

.border-e-red-bg-hot-pick\/60 {
    border-inline-end-color:rgba(23,14,10,.6)}

.border-e-red-bg-hot-pick\/70 {
    border-inline-end-color:rgba(23,14,10,.7)}

.border-e-red-bg-hot-pick\/75 {
    border-inline-end-color:rgba(23,14,10,.75)}

.border-e-red-bg-hot-pick\/80 {
    border-inline-end-color:rgba(23,14,10,.8)}

.border-e-red-bg-hot-pick\/90 {
    border-inline-end-color:rgba(23,14,10,.9)}

.border-e-red-bg-hot-pick\/95 {
    border-inline-end-color:rgba(23,14,10,.95)}

.border-e-red-cancelled {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(239 65 57/var(--tw-border-opacity))}

.border-e-red-cancelled\/0 {
    border-inline-end-color: rgba(239,65,57,0)
}

.border-e-red-cancelled\/10 {
    border-inline-end-color:rgba(239,65,57,.1)}

.border-e-red-cancelled\/100 {
    border-inline-end-color:#ef4139}

.border-e-red-cancelled\/20 {
    border-inline-end-color:rgba(239,65,57,.2)}

.border-e-red-cancelled\/25 {
    border-inline-end-color:rgba(239,65,57,.25)}

.border-e-red-cancelled\/30 {
    border-inline-end-color:rgba(239,65,57,.3)}

.border-e-red-cancelled\/40 {
    border-inline-end-color:rgba(239,65,57,.4)}

.border-e-red-cancelled\/5 {
    border-inline-end-color:rgba(239,65,57,.05)}

.border-e-red-cancelled\/50 {
    border-inline-end-color:rgba(239,65,57,.5)}

.border-e-red-cancelled\/60 {
    border-inline-end-color:rgba(239,65,57,.6)}

.border-e-red-cancelled\/70 {
    border-inline-end-color:rgba(239,65,57,.7)}

.border-e-red-cancelled\/75 {
    border-inline-end-color:rgba(239,65,57,.75)}

.border-e-red-cancelled\/80 {
    border-inline-end-color:rgba(239,65,57,.8)}

.border-e-red-cancelled\/90 {
    border-inline-end-color:rgba(239,65,57,.9)}

.border-e-red-cancelled\/95 {
    border-inline-end-color:rgba(239,65,57,.95)}

.border-e-red-default {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(255 0 0/var(--tw-border-opacity))}

.border-e-red-default\/0 {
    border-inline-end-color: rgba(255,0,0,0)
}

.border-e-red-default\/10 {
    border-inline-end-color:rgba(255,0,0,.1)}

.border-e-red-default\/100 {
    border-inline-end-color:red}

.border-e-red-default\/20 {
    border-inline-end-color:rgba(255,0,0,.2)}

.border-e-red-default\/25 {
    border-inline-end-color:rgba(255,0,0,.25)}

.border-e-red-default\/30 {
    border-inline-end-color:rgba(255,0,0,.3)}

.border-e-red-default\/40 {
    border-inline-end-color:rgba(255,0,0,.4)}

.border-e-red-default\/5 {
    border-inline-end-color:rgba(255,0,0,.05)}

.border-e-red-default\/50 {
    border-inline-end-color:rgba(255,0,0,.5)}

.border-e-red-default\/60 {
    border-inline-end-color:rgba(255,0,0,.6)}

.border-e-red-default\/70 {
    border-inline-end-color:rgba(255,0,0,.7)}

.border-e-red-default\/75 {
    border-inline-end-color:rgba(255,0,0,.75)}

.border-e-red-default\/80 {
    border-inline-end-color:rgba(255,0,0,.8)}

.border-e-red-default\/90 {
    border-inline-end-color:rgba(255,0,0,.9)}

.border-e-red-default\/95 {
    border-inline-end-color:rgba(255,0,0,.95)}

.border-e-red-error {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(204 30 30/var(--tw-border-opacity))}

.border-e-red-error\/0 {
    border-inline-end-color: rgba(204,30,30,0)
}

.border-e-red-error\/10 {
    border-inline-end-color:rgba(204,30,30,.1)}

.border-e-red-error\/100 {
    border-inline-end-color:#cc1e1e}

.border-e-red-error\/20 {
    border-inline-end-color:rgba(204,30,30,.2)}

.border-e-red-error\/25 {
    border-inline-end-color:rgba(204,30,30,.25)}

.border-e-red-error\/30 {
    border-inline-end-color:rgba(204,30,30,.3)}

.border-e-red-error\/40 {
    border-inline-end-color:rgba(204,30,30,.4)}

.border-e-red-error\/5 {
    border-inline-end-color:rgba(204,30,30,.05)}

.border-e-red-error\/50 {
    border-inline-end-color:rgba(204,30,30,.5)}

.border-e-red-error\/60 {
    border-inline-end-color:rgba(204,30,30,.6)}

.border-e-red-error\/70 {
    border-inline-end-color:rgba(204,30,30,.7)}

.border-e-red-error\/75 {
    border-inline-end-color:rgba(204,30,30,.75)}

.border-e-red-error\/80 {
    border-inline-end-color:rgba(204,30,30,.8)}

.border-e-red-error\/90 {
    border-inline-end-color:rgba(204,30,30,.9)}

.border-e-red-error\/95 {
    border-inline-end-color:rgba(204,30,30,.95)}

.border-e-red-logo {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(204 30 30/var(--tw-border-opacity))}

.border-e-red-logo\/0 {
    border-inline-end-color: rgba(204,30,30,0)
}

.border-e-red-logo\/10 {
    border-inline-end-color:rgba(204,30,30,.1)}

.border-e-red-logo\/100 {
    border-inline-end-color:#cc1e1e}

.border-e-red-logo\/20 {
    border-inline-end-color:rgba(204,30,30,.2)}

.border-e-red-logo\/25 {
    border-inline-end-color:rgba(204,30,30,.25)}

.border-e-red-logo\/30 {
    border-inline-end-color:rgba(204,30,30,.3)}

.border-e-red-logo\/40 {
    border-inline-end-color:rgba(204,30,30,.4)}

.border-e-red-logo\/5 {
    border-inline-end-color:rgba(204,30,30,.05)}

.border-e-red-logo\/50 {
    border-inline-end-color:rgba(204,30,30,.5)}

.border-e-red-logo\/60 {
    border-inline-end-color:rgba(204,30,30,.6)}

.border-e-red-logo\/70 {
    border-inline-end-color:rgba(204,30,30,.7)}

.border-e-red-logo\/75 {
    border-inline-end-color:rgba(204,30,30,.75)}

.border-e-red-logo\/80 {
    border-inline-end-color:rgba(204,30,30,.8)}

.border-e-red-logo\/90 {
    border-inline-end-color:rgba(204,30,30,.9)}

.border-e-red-logo\/95 {
    border-inline-end-color:rgba(204,30,30,.95)}

.border-e-red-loss {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(239 65 57/var(--tw-border-opacity))}

.border-e-red-loss\/0 {
    border-inline-end-color: rgba(239,65,57,0)
}

.border-e-red-loss\/10 {
    border-inline-end-color:rgba(239,65,57,.1)}

.border-e-red-loss\/100 {
    border-inline-end-color:#ef4139}

.border-e-red-loss\/20 {
    border-inline-end-color:rgba(239,65,57,.2)}

.border-e-red-loss\/25 {
    border-inline-end-color:rgba(239,65,57,.25)}

.border-e-red-loss\/30 {
    border-inline-end-color:rgba(239,65,57,.3)}

.border-e-red-loss\/40 {
    border-inline-end-color:rgba(239,65,57,.4)}

.border-e-red-loss\/5 {
    border-inline-end-color:rgba(239,65,57,.05)}

.border-e-red-loss\/50 {
    border-inline-end-color:rgba(239,65,57,.5)}

.border-e-red-loss\/60 {
    border-inline-end-color:rgba(239,65,57,.6)}

.border-e-red-loss\/70 {
    border-inline-end-color:rgba(239,65,57,.7)}

.border-e-red-loss\/75 {
    border-inline-end-color:rgba(239,65,57,.75)}

.border-e-red-loss\/80 {
    border-inline-end-color:rgba(239,65,57,.8)}

.border-e-red-loss\/90 {
    border-inline-end-color:rgba(239,65,57,.9)}

.border-e-red-loss\/95 {
    border-inline-end-color:rgba(239,65,57,.95)}

.border-e-red-notification {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(216 0 39/var(--tw-border-opacity))}

.border-e-red-notification\/0 {
    border-inline-end-color: rgba(216,0,39,0)
}

.border-e-red-notification\/10 {
    border-inline-end-color:rgba(216,0,39,.1)}

.border-e-red-notification\/100 {
    border-inline-end-color:#d80027}

.border-e-red-notification\/20 {
    border-inline-end-color:rgba(216,0,39,.2)}

.border-e-red-notification\/25 {
    border-inline-end-color:rgba(216,0,39,.25)}

.border-e-red-notification\/30 {
    border-inline-end-color:rgba(216,0,39,.3)}

.border-e-red-notification\/40 {
    border-inline-end-color:rgba(216,0,39,.4)}

.border-e-red-notification\/5 {
    border-inline-end-color:rgba(216,0,39,.05)}

.border-e-red-notification\/50 {
    border-inline-end-color:rgba(216,0,39,.5)}

.border-e-red-notification\/60 {
    border-inline-end-color:rgba(216,0,39,.6)}

.border-e-red-notification\/70 {
    border-inline-end-color:rgba(216,0,39,.7)}

.border-e-red-notification\/75 {
    border-inline-end-color:rgba(216,0,39,.75)}

.border-e-red-notification\/80 {
    border-inline-end-color:rgba(216,0,39,.8)}

.border-e-red-notification\/90 {
    border-inline-end-color:rgba(216,0,39,.9)}

.border-e-red-notification\/95 {
    border-inline-end-color:rgba(216,0,39,.95)}

.border-e-red-update-button {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(197 91 75/var(--tw-border-opacity))}

.border-e-red-update-button\/0 {
    border-inline-end-color: rgba(197,91,75,0)
}

.border-e-red-update-button\/10 {
    border-inline-end-color:rgba(197,91,75,.1)}

.border-e-red-update-button\/100 {
    border-inline-end-color:#c55b4b}

.border-e-red-update-button\/20 {
    border-inline-end-color:rgba(197,91,75,.2)}

.border-e-red-update-button\/25 {
    border-inline-end-color:rgba(197,91,75,.25)}

.border-e-red-update-button\/30 {
    border-inline-end-color:rgba(197,91,75,.3)}

.border-e-red-update-button\/40 {
    border-inline-end-color:rgba(197,91,75,.4)}

.border-e-red-update-button\/5 {
    border-inline-end-color:rgba(197,91,75,.05)}

.border-e-red-update-button\/50 {
    border-inline-end-color:rgba(197,91,75,.5)}

.border-e-red-update-button\/60 {
    border-inline-end-color:rgba(197,91,75,.6)}

.border-e-red-update-button\/70 {
    border-inline-end-color:rgba(197,91,75,.7)}

.border-e-red-update-button\/75 {
    border-inline-end-color:rgba(197,91,75,.75)}

.border-e-red-update-button\/80 {
    border-inline-end-color:rgba(197,91,75,.8)}

.border-e-red-update-button\/90 {
    border-inline-end-color:rgba(197,91,75,.9)}

.border-e-red-update-button\/95 {
    border-inline-end-color:rgba(197,91,75,.95)}

.border-e-rng-game-bet-number-active {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(38 26 14/var(--tw-border-opacity))}

.border-e-rng-game-bet-number-active\/0 {
    border-inline-end-color: rgba(38,26,14,0)
}

.border-e-rng-game-bet-number-active\/10 {
    border-inline-end-color:rgba(38,26,14,.1)}

.border-e-rng-game-bet-number-active\/100 {
    border-inline-end-color:#261a0e}

.border-e-rng-game-bet-number-active\/20 {
    border-inline-end-color:rgba(38,26,14,.2)}

.border-e-rng-game-bet-number-active\/25 {
    border-inline-end-color:rgba(38,26,14,.25)}

.border-e-rng-game-bet-number-active\/30 {
    border-inline-end-color:rgba(38,26,14,.3)}

.border-e-rng-game-bet-number-active\/40 {
    border-inline-end-color:rgba(38,26,14,.4)}

.border-e-rng-game-bet-number-active\/5 {
    border-inline-end-color:rgba(38,26,14,.05)}

.border-e-rng-game-bet-number-active\/50 {
    border-inline-end-color:rgba(38,26,14,.5)}

.border-e-rng-game-bet-number-active\/60 {
    border-inline-end-color:rgba(38,26,14,.6)}

.border-e-rng-game-bet-number-active\/70 {
    border-inline-end-color:rgba(38,26,14,.7)}

.border-e-rng-game-bet-number-active\/75 {
    border-inline-end-color:rgba(38,26,14,.75)}

.border-e-rng-game-bet-number-active\/80 {
    border-inline-end-color:rgba(38,26,14,.8)}

.border-e-rng-game-bet-number-active\/90 {
    border-inline-end-color:rgba(38,26,14,.9)}

.border-e-rng-game-bet-number-active\/95 {
    border-inline-end-color:rgba(38,26,14,.95)}

.border-e-rng-game-bet-number-inactive {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(242 219 184/var(--tw-border-opacity))}

.border-e-rng-game-bet-number-inactive\/0 {
    border-inline-end-color: hsla(36,69%,84%,0)
}

.border-e-rng-game-bet-number-inactive\/10 {
    border-inline-end-color:hsla(36,69%,84%,.1)}

.border-e-rng-game-bet-number-inactive\/100 {
    border-inline-end-color:#f2dbb8}

.border-e-rng-game-bet-number-inactive\/20 {
    border-inline-end-color:hsla(36,69%,84%,.2)}

.border-e-rng-game-bet-number-inactive\/25 {
    border-inline-end-color:hsla(36,69%,84%,.25)}

.border-e-rng-game-bet-number-inactive\/30 {
    border-inline-end-color:hsla(36,69%,84%,.3)}

.border-e-rng-game-bet-number-inactive\/40 {
    border-inline-end-color:hsla(36,69%,84%,.4)}

.border-e-rng-game-bet-number-inactive\/5 {
    border-inline-end-color:hsla(36,69%,84%,.05)}

.border-e-rng-game-bet-number-inactive\/50 {
    border-inline-end-color:hsla(36,69%,84%,.5)}

.border-e-rng-game-bet-number-inactive\/60 {
    border-inline-end-color:hsla(36,69%,84%,.6)}

.border-e-rng-game-bet-number-inactive\/70 {
    border-inline-end-color:hsla(36,69%,84%,.7)}

.border-e-rng-game-bet-number-inactive\/75 {
    border-inline-end-color:hsla(36,69%,84%,.75)}

.border-e-rng-game-bet-number-inactive\/80 {
    border-inline-end-color:hsla(36,69%,84%,.8)}

.border-e-rng-game-bet-number-inactive\/90 {
    border-inline-end-color:hsla(36,69%,84%,.9)}

.border-e-rng-game-bet-number-inactive\/95 {
    border-inline-end-color:hsla(36,69%,84%,.95)}

.border-e-rng-game-bg {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(137 113 80/var(--tw-border-opacity))}

.border-e-rng-game-bg-bet {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(0 0 0/var(--tw-border-opacity))}

.border-e-rng-game-bg-bet\/0 {
    border-inline-end-color: transparent
}

.border-e-rng-game-bg-bet\/10 {
    border-inline-end-color:rgba(0,0,0,.1)}

.border-e-rng-game-bg-bet\/100 {
    border-inline-end-color:#000}

.border-e-rng-game-bg-bet\/20 {
    border-inline-end-color:rgba(0,0,0,.2)}

.border-e-rng-game-bg-bet\/25 {
    border-inline-end-color:rgba(0,0,0,.25)}

.border-e-rng-game-bg-bet\/30 {
    border-inline-end-color:rgba(0,0,0,.3)}

.border-e-rng-game-bg-bet\/40 {
    border-inline-end-color:rgba(0,0,0,.4)}

.border-e-rng-game-bg-bet\/5 {
    border-inline-end-color:rgba(0,0,0,.05)}

.border-e-rng-game-bg-bet\/50 {
    border-inline-end-color:rgba(0,0,0,.5)}

.border-e-rng-game-bg-bet\/60 {
    border-inline-end-color:rgba(0,0,0,.6)}

.border-e-rng-game-bg-bet\/70 {
    border-inline-end-color:rgba(0,0,0,.7)}

.border-e-rng-game-bg-bet\/75 {
    border-inline-end-color:rgba(0,0,0,.75)}

.border-e-rng-game-bg-bet\/80 {
    border-inline-end-color:rgba(0,0,0,.8)}

.border-e-rng-game-bg-bet\/90 {
    border-inline-end-color:rgba(0,0,0,.9)}

.border-e-rng-game-bg-bet\/95 {
    border-inline-end-color:rgba(0,0,0,.95)}

.border-e-rng-game-bg-current-bet {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(235 206 130/var(--tw-border-opacity))}

.border-e-rng-game-bg-current-bet\/0 {
    border-inline-end-color: hsla(43,72%,72%,0)
}

.border-e-rng-game-bg-current-bet\/10 {
    border-inline-end-color:hsla(43,72%,72%,.1)}

.border-e-rng-game-bg-current-bet\/100 {
    border-inline-end-color:#ebce82}

.border-e-rng-game-bg-current-bet\/20 {
    border-inline-end-color:hsla(43,72%,72%,.2)}

.border-e-rng-game-bg-current-bet\/25 {
    border-inline-end-color:hsla(43,72%,72%,.25)}

.border-e-rng-game-bg-current-bet\/30 {
    border-inline-end-color:hsla(43,72%,72%,.3)}

.border-e-rng-game-bg-current-bet\/40 {
    border-inline-end-color:hsla(43,72%,72%,.4)}

.border-e-rng-game-bg-current-bet\/5 {
    border-inline-end-color:hsla(43,72%,72%,.05)}

.border-e-rng-game-bg-current-bet\/50 {
    border-inline-end-color:hsla(43,72%,72%,.5)}

.border-e-rng-game-bg-current-bet\/60 {
    border-inline-end-color:hsla(43,72%,72%,.6)}

.border-e-rng-game-bg-current-bet\/70 {
    border-inline-end-color:hsla(43,72%,72%,.7)}

.border-e-rng-game-bg-current-bet\/75 {
    border-inline-end-color:hsla(43,72%,72%,.75)}

.border-e-rng-game-bg-current-bet\/80 {
    border-inline-end-color:hsla(43,72%,72%,.8)}

.border-e-rng-game-bg-current-bet\/90 {
    border-inline-end-color:hsla(43,72%,72%,.9)}

.border-e-rng-game-bg-current-bet\/95 {
    border-inline-end-color:hsla(43,72%,72%,.95)}

.border-e-rng-game-bg-filter {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(36 26 18/var(--tw-border-opacity))}

.border-e-rng-game-bg-filter\/0 {
    border-inline-end-color: rgba(36,26,18,0)
}

.border-e-rng-game-bg-filter\/10 {
    border-inline-end-color:rgba(36,26,18,.1)}

.border-e-rng-game-bg-filter\/100 {
    border-inline-end-color:#241a12}

.border-e-rng-game-bg-filter\/20 {
    border-inline-end-color:rgba(36,26,18,.2)}

.border-e-rng-game-bg-filter\/25 {
    border-inline-end-color:rgba(36,26,18,.25)}

.border-e-rng-game-bg-filter\/30 {
    border-inline-end-color:rgba(36,26,18,.3)}

.border-e-rng-game-bg-filter\/40 {
    border-inline-end-color:rgba(36,26,18,.4)}

.border-e-rng-game-bg-filter\/5 {
    border-inline-end-color:rgba(36,26,18,.05)}

.border-e-rng-game-bg-filter\/50 {
    border-inline-end-color:rgba(36,26,18,.5)}

.border-e-rng-game-bg-filter\/60 {
    border-inline-end-color:rgba(36,26,18,.6)}

.border-e-rng-game-bg-filter\/70 {
    border-inline-end-color:rgba(36,26,18,.7)}

.border-e-rng-game-bg-filter\/75 {
    border-inline-end-color:rgba(36,26,18,.75)}

.border-e-rng-game-bg-filter\/80 {
    border-inline-end-color:rgba(36,26,18,.8)}

.border-e-rng-game-bg-filter\/90 {
    border-inline-end-color:rgba(36,26,18,.9)}

.border-e-rng-game-bg-filter\/95 {
    border-inline-end-color:rgba(36,26,18,.95)}

.border-e-rng-game-bg-popup-bet {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(51 50 47/var(--tw-border-opacity))}

.border-e-rng-game-bg-popup-bet\/0 {
    border-inline-end-color: rgba(51,50,47,0)
}

.border-e-rng-game-bg-popup-bet\/10 {
    border-inline-end-color:rgba(51,50,47,.1)}

.border-e-rng-game-bg-popup-bet\/100 {
    border-inline-end-color:#33322f}

.border-e-rng-game-bg-popup-bet\/20 {
    border-inline-end-color:rgba(51,50,47,.2)}

.border-e-rng-game-bg-popup-bet\/25 {
    border-inline-end-color:rgba(51,50,47,.25)}

.border-e-rng-game-bg-popup-bet\/30 {
    border-inline-end-color:rgba(51,50,47,.3)}

.border-e-rng-game-bg-popup-bet\/40 {
    border-inline-end-color:rgba(51,50,47,.4)}

.border-e-rng-game-bg-popup-bet\/5 {
    border-inline-end-color:rgba(51,50,47,.05)}

.border-e-rng-game-bg-popup-bet\/50 {
    border-inline-end-color:rgba(51,50,47,.5)}

.border-e-rng-game-bg-popup-bet\/60 {
    border-inline-end-color:rgba(51,50,47,.6)}

.border-e-rng-game-bg-popup-bet\/70 {
    border-inline-end-color:rgba(51,50,47,.7)}

.border-e-rng-game-bg-popup-bet\/75 {
    border-inline-end-color:rgba(51,50,47,.75)}

.border-e-rng-game-bg-popup-bet\/80 {
    border-inline-end-color:rgba(51,50,47,.8)}

.border-e-rng-game-bg-popup-bet\/90 {
    border-inline-end-color:rgba(51,50,47,.9)}

.border-e-rng-game-bg-popup-bet\/95 {
    border-inline-end-color:rgba(51,50,47,.95)}

.border-e-rng-game-bg-tab {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(52 52 52/var(--tw-border-opacity))}

.border-e-rng-game-bg-tab\/0 {
    border-inline-end-color: rgba(52,52,52,0)
}

.border-e-rng-game-bg-tab\/10 {
    border-inline-end-color:rgba(52,52,52,.1)}

.border-e-rng-game-bg-tab\/100 {
    border-inline-end-color:#343434}

.border-e-rng-game-bg-tab\/20 {
    border-inline-end-color:rgba(52,52,52,.2)}

.border-e-rng-game-bg-tab\/25 {
    border-inline-end-color:rgba(52,52,52,.25)}

.border-e-rng-game-bg-tab\/30 {
    border-inline-end-color:rgba(52,52,52,.3)}

.border-e-rng-game-bg-tab\/40 {
    border-inline-end-color:rgba(52,52,52,.4)}

.border-e-rng-game-bg-tab\/5 {
    border-inline-end-color:rgba(52,52,52,.05)}

.border-e-rng-game-bg-tab\/50 {
    border-inline-end-color:rgba(52,52,52,.5)}

.border-e-rng-game-bg-tab\/60 {
    border-inline-end-color:rgba(52,52,52,.6)}

.border-e-rng-game-bg-tab\/70 {
    border-inline-end-color:rgba(52,52,52,.7)}

.border-e-rng-game-bg-tab\/75 {
    border-inline-end-color:rgba(52,52,52,.75)}

.border-e-rng-game-bg-tab\/80 {
    border-inline-end-color:rgba(52,52,52,.8)}

.border-e-rng-game-bg-tab\/90 {
    border-inline-end-color:rgba(52,52,52,.9)}

.border-e-rng-game-bg-tab\/95 {
    border-inline-end-color:rgba(52,52,52,.95)}

.border-e-rng-game-bg\/0 {
    border-inline-end-color:rgba(137,113,80,0)}

.border-e-rng-game-bg\/10 {
    border-inline-end-color:rgba(137,113,80,.1)}

.border-e-rng-game-bg\/100 {
    border-inline-end-color:#897150}

.border-e-rng-game-bg\/20 {
    border-inline-end-color:rgba(137,113,80,.2)}

.border-e-rng-game-bg\/25 {
    border-inline-end-color:rgba(137,113,80,.25)}

.border-e-rng-game-bg\/30 {
    border-inline-end-color:rgba(137,113,80,.3)}

.border-e-rng-game-bg\/40 {
    border-inline-end-color:rgba(137,113,80,.4)}

.border-e-rng-game-bg\/5 {
    border-inline-end-color:rgba(137,113,80,.05)}

.border-e-rng-game-bg\/50 {
    border-inline-end-color:rgba(137,113,80,.5)}

.border-e-rng-game-bg\/60 {
    border-inline-end-color:rgba(137,113,80,.6)}

.border-e-rng-game-bg\/70 {
    border-inline-end-color:rgba(137,113,80,.7)}

.border-e-rng-game-bg\/75 {
    border-inline-end-color:rgba(137,113,80,.75)}

.border-e-rng-game-bg\/80 {
    border-inline-end-color:rgba(137,113,80,.8)}

.border-e-rng-game-bg\/90 {
    border-inline-end-color:rgba(137,113,80,.9)}

.border-e-rng-game-bg\/95 {
    border-inline-end-color:rgba(137,113,80,.95)}

.border-e-rng-game-border-circle {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(174 143 101/var(--tw-border-opacity))}

.border-e-rng-game-border-circle\/0 {
    border-inline-end-color: hsla(35,31%,54%,0)
}

.border-e-rng-game-border-circle\/10 {
    border-inline-end-color:hsla(35,31%,54%,.1)}

.border-e-rng-game-border-circle\/100 {
    border-inline-end-color:#ae8f65}

.border-e-rng-game-border-circle\/20 {
    border-inline-end-color:hsla(35,31%,54%,.2)}

.border-e-rng-game-border-circle\/25 {
    border-inline-end-color:hsla(35,31%,54%,.25)}

.border-e-rng-game-border-circle\/30 {
    border-inline-end-color:hsla(35,31%,54%,.3)}

.border-e-rng-game-border-circle\/40 {
    border-inline-end-color:hsla(35,31%,54%,.4)}

.border-e-rng-game-border-circle\/5 {
    border-inline-end-color:hsla(35,31%,54%,.05)}

.border-e-rng-game-border-circle\/50 {
    border-inline-end-color:hsla(35,31%,54%,.5)}

.border-e-rng-game-border-circle\/60 {
    border-inline-end-color:hsla(35,31%,54%,.6)}

.border-e-rng-game-border-circle\/70 {
    border-inline-end-color:hsla(35,31%,54%,.7)}

.border-e-rng-game-border-circle\/75 {
    border-inline-end-color:hsla(35,31%,54%,.75)}

.border-e-rng-game-border-circle\/80 {
    border-inline-end-color:hsla(35,31%,54%,.8)}

.border-e-rng-game-border-circle\/90 {
    border-inline-end-color:hsla(35,31%,54%,.9)}

.border-e-rng-game-border-circle\/95 {
    border-inline-end-color:hsla(35,31%,54%,.95)}

.border-e-rng-game-header-table {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(23 12 12/var(--tw-border-opacity))}

.border-e-rng-game-header-table\/0 {
    border-inline-end-color: rgba(23,12,12,0)
}

.border-e-rng-game-header-table\/10 {
    border-inline-end-color:rgba(23,12,12,.1)}

.border-e-rng-game-header-table\/100 {
    border-inline-end-color:#170c0c}

.border-e-rng-game-header-table\/20 {
    border-inline-end-color:rgba(23,12,12,.2)}

.border-e-rng-game-header-table\/25 {
    border-inline-end-color:rgba(23,12,12,.25)}

.border-e-rng-game-header-table\/30 {
    border-inline-end-color:rgba(23,12,12,.3)}

.border-e-rng-game-header-table\/40 {
    border-inline-end-color:rgba(23,12,12,.4)}

.border-e-rng-game-header-table\/5 {
    border-inline-end-color:rgba(23,12,12,.05)}

.border-e-rng-game-header-table\/50 {
    border-inline-end-color:rgba(23,12,12,.5)}

.border-e-rng-game-header-table\/60 {
    border-inline-end-color:rgba(23,12,12,.6)}

.border-e-rng-game-header-table\/70 {
    border-inline-end-color:rgba(23,12,12,.7)}

.border-e-rng-game-header-table\/75 {
    border-inline-end-color:rgba(23,12,12,.75)}

.border-e-rng-game-header-table\/80 {
    border-inline-end-color:rgba(23,12,12,.8)}

.border-e-rng-game-header-table\/90 {
    border-inline-end-color:rgba(23,12,12,.9)}

.border-e-rng-game-header-table\/95 {
    border-inline-end-color:rgba(23,12,12,.95)}

.border-e-rng-game-item-1 {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(39 38 36/var(--tw-border-opacity))}

.border-e-rng-game-item-1\/0 {
    border-inline-end-color: rgba(39,38,36,0)
}

.border-e-rng-game-item-1\/10 {
    border-inline-end-color:rgba(39,38,36,.1)}

.border-e-rng-game-item-1\/100 {
    border-inline-end-color:#272624}

.border-e-rng-game-item-1\/20 {
    border-inline-end-color:rgba(39,38,36,.2)}

.border-e-rng-game-item-1\/25 {
    border-inline-end-color:rgba(39,38,36,.25)}

.border-e-rng-game-item-1\/30 {
    border-inline-end-color:rgba(39,38,36,.3)}

.border-e-rng-game-item-1\/40 {
    border-inline-end-color:rgba(39,38,36,.4)}

.border-e-rng-game-item-1\/5 {
    border-inline-end-color:rgba(39,38,36,.05)}

.border-e-rng-game-item-1\/50 {
    border-inline-end-color:rgba(39,38,36,.5)}

.border-e-rng-game-item-1\/60 {
    border-inline-end-color:rgba(39,38,36,.6)}

.border-e-rng-game-item-1\/70 {
    border-inline-end-color:rgba(39,38,36,.7)}

.border-e-rng-game-item-1\/75 {
    border-inline-end-color:rgba(39,38,36,.75)}

.border-e-rng-game-item-1\/80 {
    border-inline-end-color:rgba(39,38,36,.8)}

.border-e-rng-game-item-1\/90 {
    border-inline-end-color:rgba(39,38,36,.9)}

.border-e-rng-game-item-1\/95 {
    border-inline-end-color:rgba(39,38,36,.95)}

.border-e-rng-game-item-2 {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(48 53 56/var(--tw-border-opacity))}

.border-e-rng-game-item-2\/0 {
    border-inline-end-color: rgba(48,53,56,0)
}

.border-e-rng-game-item-2\/10 {
    border-inline-end-color:rgba(48,53,56,.1)}

.border-e-rng-game-item-2\/100 {
    border-inline-end-color:#303538}

.border-e-rng-game-item-2\/20 {
    border-inline-end-color:rgba(48,53,56,.2)}

.border-e-rng-game-item-2\/25 {
    border-inline-end-color:rgba(48,53,56,.25)}

.border-e-rng-game-item-2\/30 {
    border-inline-end-color:rgba(48,53,56,.3)}

.border-e-rng-game-item-2\/40 {
    border-inline-end-color:rgba(48,53,56,.4)}

.border-e-rng-game-item-2\/5 {
    border-inline-end-color:rgba(48,53,56,.05)}

.border-e-rng-game-item-2\/50 {
    border-inline-end-color:rgba(48,53,56,.5)}

.border-e-rng-game-item-2\/60 {
    border-inline-end-color:rgba(48,53,56,.6)}

.border-e-rng-game-item-2\/70 {
    border-inline-end-color:rgba(48,53,56,.7)}

.border-e-rng-game-item-2\/75 {
    border-inline-end-color:rgba(48,53,56,.75)}

.border-e-rng-game-item-2\/80 {
    border-inline-end-color:rgba(48,53,56,.8)}

.border-e-rng-game-item-2\/90 {
    border-inline-end-color:rgba(48,53,56,.9)}

.border-e-rng-game-item-2\/95 {
    border-inline-end-color:rgba(48,53,56,.95)}

.border-e-rng-game-money-bet {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(202 164 64/var(--tw-border-opacity))}

.border-e-rng-game-money-bet\/0 {
    border-inline-end-color: rgba(202,164,64,0)
}

.border-e-rng-game-money-bet\/10 {
    border-inline-end-color:rgba(202,164,64,.1)}

.border-e-rng-game-money-bet\/100 {
    border-inline-end-color:#caa440}

.border-e-rng-game-money-bet\/20 {
    border-inline-end-color:rgba(202,164,64,.2)}

.border-e-rng-game-money-bet\/25 {
    border-inline-end-color:rgba(202,164,64,.25)}

.border-e-rng-game-money-bet\/30 {
    border-inline-end-color:rgba(202,164,64,.3)}

.border-e-rng-game-money-bet\/40 {
    border-inline-end-color:rgba(202,164,64,.4)}

.border-e-rng-game-money-bet\/5 {
    border-inline-end-color:rgba(202,164,64,.05)}

.border-e-rng-game-money-bet\/50 {
    border-inline-end-color:rgba(202,164,64,.5)}

.border-e-rng-game-money-bet\/60 {
    border-inline-end-color:rgba(202,164,64,.6)}

.border-e-rng-game-money-bet\/70 {
    border-inline-end-color:rgba(202,164,64,.7)}

.border-e-rng-game-money-bet\/75 {
    border-inline-end-color:rgba(202,164,64,.75)}

.border-e-rng-game-money-bet\/80 {
    border-inline-end-color:rgba(202,164,64,.8)}

.border-e-rng-game-money-bet\/90 {
    border-inline-end-color:rgba(202,164,64,.9)}

.border-e-rng-game-money-bet\/95 {
    border-inline-end-color:rgba(202,164,64,.95)}

.border-e-rng-game-tab-bet-result-active {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(137 113 80/var(--tw-border-opacity))}

.border-e-rng-game-tab-bet-result-active\/0 {
    border-inline-end-color: rgba(137,113,80,0)
}

.border-e-rng-game-tab-bet-result-active\/10 {
    border-inline-end-color:rgba(137,113,80,.1)}

.border-e-rng-game-tab-bet-result-active\/100 {
    border-inline-end-color:#897150}

.border-e-rng-game-tab-bet-result-active\/20 {
    border-inline-end-color:rgba(137,113,80,.2)}

.border-e-rng-game-tab-bet-result-active\/25 {
    border-inline-end-color:rgba(137,113,80,.25)}

.border-e-rng-game-tab-bet-result-active\/30 {
    border-inline-end-color:rgba(137,113,80,.3)}

.border-e-rng-game-tab-bet-result-active\/40 {
    border-inline-end-color:rgba(137,113,80,.4)}

.border-e-rng-game-tab-bet-result-active\/5 {
    border-inline-end-color:rgba(137,113,80,.05)}

.border-e-rng-game-tab-bet-result-active\/50 {
    border-inline-end-color:rgba(137,113,80,.5)}

.border-e-rng-game-tab-bet-result-active\/60 {
    border-inline-end-color:rgba(137,113,80,.6)}

.border-e-rng-game-tab-bet-result-active\/70 {
    border-inline-end-color:rgba(137,113,80,.7)}

.border-e-rng-game-tab-bet-result-active\/75 {
    border-inline-end-color:rgba(137,113,80,.75)}

.border-e-rng-game-tab-bet-result-active\/80 {
    border-inline-end-color:rgba(137,113,80,.8)}

.border-e-rng-game-tab-bet-result-active\/90 {
    border-inline-end-color:rgba(137,113,80,.9)}

.border-e-rng-game-tab-bet-result-active\/95 {
    border-inline-end-color:rgba(137,113,80,.95)}

.border-e-rng-game-tab-bet-result-inactive {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(68 59 39/var(--tw-border-opacity))}

.border-e-rng-game-tab-bet-result-inactive\/0 {
    border-inline-end-color: rgba(68,59,39,0)
}

.border-e-rng-game-tab-bet-result-inactive\/10 {
    border-inline-end-color:rgba(68,59,39,.1)}

.border-e-rng-game-tab-bet-result-inactive\/100 {
    border-inline-end-color:#443b27}

.border-e-rng-game-tab-bet-result-inactive\/20 {
    border-inline-end-color:rgba(68,59,39,.2)}

.border-e-rng-game-tab-bet-result-inactive\/25 {
    border-inline-end-color:rgba(68,59,39,.25)}

.border-e-rng-game-tab-bet-result-inactive\/30 {
    border-inline-end-color:rgba(68,59,39,.3)}

.border-e-rng-game-tab-bet-result-inactive\/40 {
    border-inline-end-color:rgba(68,59,39,.4)}

.border-e-rng-game-tab-bet-result-inactive\/5 {
    border-inline-end-color:rgba(68,59,39,.05)}

.border-e-rng-game-tab-bet-result-inactive\/50 {
    border-inline-end-color:rgba(68,59,39,.5)}

.border-e-rng-game-tab-bet-result-inactive\/60 {
    border-inline-end-color:rgba(68,59,39,.6)}

.border-e-rng-game-tab-bet-result-inactive\/70 {
    border-inline-end-color:rgba(68,59,39,.7)}

.border-e-rng-game-tab-bet-result-inactive\/75 {
    border-inline-end-color:rgba(68,59,39,.75)}

.border-e-rng-game-tab-bet-result-inactive\/80 {
    border-inline-end-color:rgba(68,59,39,.8)}

.border-e-rng-game-tab-bet-result-inactive\/90 {
    border-inline-end-color:rgba(68,59,39,.9)}

.border-e-rng-game-tab-bet-result-inactive\/95 {
    border-inline-end-color:rgba(68,59,39,.95)}

.border-e-rng-game-text-current-bet {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(81 57 36/var(--tw-border-opacity))}

.border-e-rng-game-text-current-bet\/0 {
    border-inline-end-color: rgba(81,57,36,0)
}

.border-e-rng-game-text-current-bet\/10 {
    border-inline-end-color:rgba(81,57,36,.1)}

.border-e-rng-game-text-current-bet\/100 {
    border-inline-end-color:#513924}

.border-e-rng-game-text-current-bet\/20 {
    border-inline-end-color:rgba(81,57,36,.2)}

.border-e-rng-game-text-current-bet\/25 {
    border-inline-end-color:rgba(81,57,36,.25)}

.border-e-rng-game-text-current-bet\/30 {
    border-inline-end-color:rgba(81,57,36,.3)}

.border-e-rng-game-text-current-bet\/40 {
    border-inline-end-color:rgba(81,57,36,.4)}

.border-e-rng-game-text-current-bet\/5 {
    border-inline-end-color:rgba(81,57,36,.05)}

.border-e-rng-game-text-current-bet\/50 {
    border-inline-end-color:rgba(81,57,36,.5)}

.border-e-rng-game-text-current-bet\/60 {
    border-inline-end-color:rgba(81,57,36,.6)}

.border-e-rng-game-text-current-bet\/70 {
    border-inline-end-color:rgba(81,57,36,.7)}

.border-e-rng-game-text-current-bet\/75 {
    border-inline-end-color:rgba(81,57,36,.75)}

.border-e-rng-game-text-current-bet\/80 {
    border-inline-end-color:rgba(81,57,36,.8)}

.border-e-rng-game-text-current-bet\/90 {
    border-inline-end-color:rgba(81,57,36,.9)}

.border-e-rng-game-text-current-bet\/95 {
    border-inline-end-color:rgba(81,57,36,.95)}

.border-e-rng-game-total {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(229 198 117/var(--tw-border-opacity))}

.border-e-rng-game-total\/0 {
    border-inline-end-color: hsla(43,68%,68%,0)
}

.border-e-rng-game-total\/10 {
    border-inline-end-color:hsla(43,68%,68%,.1)}

.border-e-rng-game-total\/100 {
    border-inline-end-color:#e5c675}

.border-e-rng-game-total\/20 {
    border-inline-end-color:hsla(43,68%,68%,.2)}

.border-e-rng-game-total\/25 {
    border-inline-end-color:hsla(43,68%,68%,.25)}

.border-e-rng-game-total\/30 {
    border-inline-end-color:hsla(43,68%,68%,.3)}

.border-e-rng-game-total\/40 {
    border-inline-end-color:hsla(43,68%,68%,.4)}

.border-e-rng-game-total\/5 {
    border-inline-end-color:hsla(43,68%,68%,.05)}

.border-e-rng-game-total\/50 {
    border-inline-end-color:hsla(43,68%,68%,.5)}

.border-e-rng-game-total\/60 {
    border-inline-end-color:hsla(43,68%,68%,.6)}

.border-e-rng-game-total\/70 {
    border-inline-end-color:hsla(43,68%,68%,.7)}

.border-e-rng-game-total\/75 {
    border-inline-end-color:hsla(43,68%,68%,.75)}

.border-e-rng-game-total\/80 {
    border-inline-end-color:hsla(43,68%,68%,.8)}

.border-e-rng-game-total\/90 {
    border-inline-end-color:hsla(43,68%,68%,.9)}

.border-e-rng-game-total\/95 {
    border-inline-end-color:hsla(43,68%,68%,.95)}

.border-e-sub-page-header {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(137 113 80/var(--tw-border-opacity))}

.border-e-sub-page-header\/0 {
    border-inline-end-color: rgba(137,113,80,0)
}

.border-e-sub-page-header\/10 {
    border-inline-end-color:rgba(137,113,80,.1)}

.border-e-sub-page-header\/100 {
    border-inline-end-color:#897150}

.border-e-sub-page-header\/20 {
    border-inline-end-color:rgba(137,113,80,.2)}

.border-e-sub-page-header\/25 {
    border-inline-end-color:rgba(137,113,80,.25)}

.border-e-sub-page-header\/30 {
    border-inline-end-color:rgba(137,113,80,.3)}

.border-e-sub-page-header\/40 {
    border-inline-end-color:rgba(137,113,80,.4)}

.border-e-sub-page-header\/5 {
    border-inline-end-color:rgba(137,113,80,.05)}

.border-e-sub-page-header\/50 {
    border-inline-end-color:rgba(137,113,80,.5)}

.border-e-sub-page-header\/60 {
    border-inline-end-color:rgba(137,113,80,.6)}

.border-e-sub-page-header\/70 {
    border-inline-end-color:rgba(137,113,80,.7)}

.border-e-sub-page-header\/75 {
    border-inline-end-color:rgba(137,113,80,.75)}

.border-e-sub-page-header\/80 {
    border-inline-end-color:rgba(137,113,80,.8)}

.border-e-sub-page-header\/90 {
    border-inline-end-color:rgba(137,113,80,.9)}

.border-e-sub-page-header\/95 {
    border-inline-end-color:rgba(137,113,80,.95)}

.border-e-sub-page-sidebar {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(29 24 24/var(--tw-border-opacity))}

.border-e-sub-page-sidebar\/0 {
    border-inline-end-color: rgba(29,24,24,0)
}

.border-e-sub-page-sidebar\/10 {
    border-inline-end-color:rgba(29,24,24,.1)}

.border-e-sub-page-sidebar\/100 {
    border-inline-end-color:#1d1818}

.border-e-sub-page-sidebar\/20 {
    border-inline-end-color:rgba(29,24,24,.2)}

.border-e-sub-page-sidebar\/25 {
    border-inline-end-color:rgba(29,24,24,.25)}

.border-e-sub-page-sidebar\/30 {
    border-inline-end-color:rgba(29,24,24,.3)}

.border-e-sub-page-sidebar\/40 {
    border-inline-end-color:rgba(29,24,24,.4)}

.border-e-sub-page-sidebar\/5 {
    border-inline-end-color:rgba(29,24,24,.05)}

.border-e-sub-page-sidebar\/50 {
    border-inline-end-color:rgba(29,24,24,.5)}

.border-e-sub-page-sidebar\/60 {
    border-inline-end-color:rgba(29,24,24,.6)}

.border-e-sub-page-sidebar\/70 {
    border-inline-end-color:rgba(29,24,24,.7)}

.border-e-sub-page-sidebar\/75 {
    border-inline-end-color:rgba(29,24,24,.75)}

.border-e-sub-page-sidebar\/80 {
    border-inline-end-color:rgba(29,24,24,.8)}

.border-e-sub-page-sidebar\/90 {
    border-inline-end-color:rgba(29,24,24,.9)}

.border-e-sub-page-sidebar\/95 {
    border-inline-end-color:rgba(29,24,24,.95)}

.border-e-transparent,.border-e-transparent\/0 {
    border-inline-end-color:transparent}

.border-e-transparent\/10 {
    border-inline-end-color:rgba(0,0,0,.1)}

.border-e-transparent\/100 {
    border-inline-end-color:#000}

.border-e-transparent\/20 {
    border-inline-end-color:rgba(0,0,0,.2)}

.border-e-transparent\/25 {
    border-inline-end-color:rgba(0,0,0,.25)}

.border-e-transparent\/30 {
    border-inline-end-color:rgba(0,0,0,.3)}

.border-e-transparent\/40 {
    border-inline-end-color:rgba(0,0,0,.4)}

.border-e-transparent\/5 {
    border-inline-end-color:rgba(0,0,0,.05)}

.border-e-transparent\/50 {
    border-inline-end-color:rgba(0,0,0,.5)}

.border-e-transparent\/60 {
    border-inline-end-color:rgba(0,0,0,.6)}

.border-e-transparent\/70 {
    border-inline-end-color:rgba(0,0,0,.7)}

.border-e-transparent\/75 {
    border-inline-end-color:rgba(0,0,0,.75)}

.border-e-transparent\/80 {
    border-inline-end-color:rgba(0,0,0,.8)}

.border-e-transparent\/90 {
    border-inline-end-color:rgba(0,0,0,.9)}

.border-e-transparent\/95 {
    border-inline-end-color:rgba(0,0,0,.95)}

.border-e-white {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(255 255 255/var(--tw-border-opacity))}

.border-e-white\/0 {
    border-inline-end-color: hsla(0,0%,100%,0)
}

.border-e-white\/10 {
    border-inline-end-color:hsla(0,0%,100%,.1)}

.border-e-white\/100 {
    border-inline-end-color:#fff}

.border-e-white\/20 {
    border-inline-end-color:hsla(0,0%,100%,.2)}

.border-e-white\/25 {
    border-inline-end-color:hsla(0,0%,100%,.25)}

.border-e-white\/30 {
    border-inline-end-color:hsla(0,0%,100%,.3)}

.border-e-white\/40 {
    border-inline-end-color:hsla(0,0%,100%,.4)}

.border-e-white\/5 {
    border-inline-end-color:hsla(0,0%,100%,.05)}

.border-e-white\/50 {
    border-inline-end-color:hsla(0,0%,100%,.5)}

.border-e-white\/60 {
    border-inline-end-color:hsla(0,0%,100%,.6)}

.border-e-white\/70 {
    border-inline-end-color:hsla(0,0%,100%,.7)}

.border-e-white\/75 {
    border-inline-end-color:hsla(0,0%,100%,.75)}

.border-e-white\/80 {
    border-inline-end-color:hsla(0,0%,100%,.8)}

.border-e-white\/90 {
    border-inline-end-color:hsla(0,0%,100%,.9)}

.border-e-white\/95 {
    border-inline-end-color:hsla(0,0%,100%,.95)}

.border-e-yellow-active {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(236 194 69/var(--tw-border-opacity))}

.border-e-yellow-active\/0 {
    border-inline-end-color: rgba(236,194,69,0)
}

.border-e-yellow-active\/10 {
    border-inline-end-color:rgba(236,194,69,.1)}

.border-e-yellow-active\/100 {
    border-inline-end-color:#ecc245}

.border-e-yellow-active\/20 {
    border-inline-end-color:rgba(236,194,69,.2)}

.border-e-yellow-active\/25 {
    border-inline-end-color:rgba(236,194,69,.25)}

.border-e-yellow-active\/30 {
    border-inline-end-color:rgba(236,194,69,.3)}

.border-e-yellow-active\/40 {
    border-inline-end-color:rgba(236,194,69,.4)}

.border-e-yellow-active\/5 {
    border-inline-end-color:rgba(236,194,69,.05)}

.border-e-yellow-active\/50 {
    border-inline-end-color:rgba(236,194,69,.5)}

.border-e-yellow-active\/60 {
    border-inline-end-color:rgba(236,194,69,.6)}

.border-e-yellow-active\/70 {
    border-inline-end-color:rgba(236,194,69,.7)}

.border-e-yellow-active\/75 {
    border-inline-end-color:rgba(236,194,69,.75)}

.border-e-yellow-active\/80 {
    border-inline-end-color:rgba(236,194,69,.8)}

.border-e-yellow-active\/90 {
    border-inline-end-color:rgba(236,194,69,.9)}

.border-e-yellow-active\/95 {
    border-inline-end-color:rgba(236,194,69,.95)}

.border-e-yellow-black {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(154 126 61/var(--tw-border-opacity))}

.border-e-yellow-black\/0 {
    border-inline-end-color: rgba(154,126,61,0)
}

.border-e-yellow-black\/10 {
    border-inline-end-color:rgba(154,126,61,.1)}

.border-e-yellow-black\/100 {
    border-inline-end-color:#9a7e3d}

.border-e-yellow-black\/20 {
    border-inline-end-color:rgba(154,126,61,.2)}

.border-e-yellow-black\/25 {
    border-inline-end-color:rgba(154,126,61,.25)}

.border-e-yellow-black\/30 {
    border-inline-end-color:rgba(154,126,61,.3)}

.border-e-yellow-black\/40 {
    border-inline-end-color:rgba(154,126,61,.4)}

.border-e-yellow-black\/5 {
    border-inline-end-color:rgba(154,126,61,.05)}

.border-e-yellow-black\/50 {
    border-inline-end-color:rgba(154,126,61,.5)}

.border-e-yellow-black\/60 {
    border-inline-end-color:rgba(154,126,61,.6)}

.border-e-yellow-black\/70 {
    border-inline-end-color:rgba(154,126,61,.7)}

.border-e-yellow-black\/75 {
    border-inline-end-color:rgba(154,126,61,.75)}

.border-e-yellow-black\/80 {
    border-inline-end-color:rgba(154,126,61,.8)}

.border-e-yellow-black\/90 {
    border-inline-end-color:rgba(154,126,61,.9)}

.border-e-yellow-black\/95 {
    border-inline-end-color:rgba(154,126,61,.95)}

.border-e-yellow-default {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(234 192 68/var(--tw-border-opacity))}

.border-e-yellow-default\/0 {
    border-inline-end-color: rgba(234,192,68,0)
}

.border-e-yellow-default\/10 {
    border-inline-end-color:rgba(234,192,68,.1)}

.border-e-yellow-default\/100 {
    border-inline-end-color:#eac044}

.border-e-yellow-default\/20 {
    border-inline-end-color:rgba(234,192,68,.2)}

.border-e-yellow-default\/25 {
    border-inline-end-color:rgba(234,192,68,.25)}

.border-e-yellow-default\/30 {
    border-inline-end-color:rgba(234,192,68,.3)}

.border-e-yellow-default\/40 {
    border-inline-end-color:rgba(234,192,68,.4)}

.border-e-yellow-default\/5 {
    border-inline-end-color:rgba(234,192,68,.05)}

.border-e-yellow-default\/50 {
    border-inline-end-color:rgba(234,192,68,.5)}

.border-e-yellow-default\/60 {
    border-inline-end-color:rgba(234,192,68,.6)}

.border-e-yellow-default\/70 {
    border-inline-end-color:rgba(234,192,68,.7)}

.border-e-yellow-default\/75 {
    border-inline-end-color:rgba(234,192,68,.75)}

.border-e-yellow-default\/80 {
    border-inline-end-color:rgba(234,192,68,.8)}

.border-e-yellow-default\/90 {
    border-inline-end-color:rgba(234,192,68,.9)}

.border-e-yellow-default\/95 {
    border-inline-end-color:rgba(234,192,68,.95)}

.border-e-yellow-orange {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(220 179 118/var(--tw-border-opacity))}

.border-e-yellow-orange\/0 {
    border-inline-end-color: hsla(36,59%,66%,0)
}

.border-e-yellow-orange\/10 {
    border-inline-end-color:hsla(36,59%,66%,.1)}

.border-e-yellow-orange\/100 {
    border-inline-end-color:#dcb376}

.border-e-yellow-orange\/20 {
    border-inline-end-color:hsla(36,59%,66%,.2)}

.border-e-yellow-orange\/25 {
    border-inline-end-color:hsla(36,59%,66%,.25)}

.border-e-yellow-orange\/30 {
    border-inline-end-color:hsla(36,59%,66%,.3)}

.border-e-yellow-orange\/40 {
    border-inline-end-color:hsla(36,59%,66%,.4)}

.border-e-yellow-orange\/5 {
    border-inline-end-color:hsla(36,59%,66%,.05)}

.border-e-yellow-orange\/50 {
    border-inline-end-color:hsla(36,59%,66%,.5)}

.border-e-yellow-orange\/60 {
    border-inline-end-color:hsla(36,59%,66%,.6)}

.border-e-yellow-orange\/70 {
    border-inline-end-color:hsla(36,59%,66%,.7)}

.border-e-yellow-orange\/75 {
    border-inline-end-color:hsla(36,59%,66%,.75)}

.border-e-yellow-orange\/80 {
    border-inline-end-color:hsla(36,59%,66%,.8)}

.border-e-yellow-orange\/90 {
    border-inline-end-color:hsla(36,59%,66%,.9)}

.border-e-yellow-orange\/95 {
    border-inline-end-color:hsla(36,59%,66%,.95)}

.border-e-yellow-term {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(179 143 23/var(--tw-border-opacity))}

.border-e-yellow-term\/0 {
    border-inline-end-color: rgba(179,143,23,0)
}

.border-e-yellow-term\/10 {
    border-inline-end-color:rgba(179,143,23,.1)}

.border-e-yellow-term\/100 {
    border-inline-end-color:#b38f17}

.border-e-yellow-term\/20 {
    border-inline-end-color:rgba(179,143,23,.2)}

.border-e-yellow-term\/25 {
    border-inline-end-color:rgba(179,143,23,.25)}

.border-e-yellow-term\/30 {
    border-inline-end-color:rgba(179,143,23,.3)}

.border-e-yellow-term\/40 {
    border-inline-end-color:rgba(179,143,23,.4)}

.border-e-yellow-term\/5 {
    border-inline-end-color:rgba(179,143,23,.05)}

.border-e-yellow-term\/50 {
    border-inline-end-color:rgba(179,143,23,.5)}

.border-e-yellow-term\/60 {
    border-inline-end-color:rgba(179,143,23,.6)}

.border-e-yellow-term\/70 {
    border-inline-end-color:rgba(179,143,23,.7)}

.border-e-yellow-term\/75 {
    border-inline-end-color:rgba(179,143,23,.75)}

.border-e-yellow-term\/80 {
    border-inline-end-color:rgba(179,143,23,.8)}

.border-e-yellow-term\/90 {
    border-inline-end-color:rgba(179,143,23,.9)}

.border-e-yellow-term\/95 {
    border-inline-end-color:rgba(179,143,23,.95)}

.border-e-yellow-text {
    --tw-border-opacity: 1;
    border-inline-end-color:rgb(244 194 18/var(--tw-border-opacity))}

.border-e-yellow-text\/0 {
    border-inline-end-color: rgba(244,194,18,0)
}

.border-e-yellow-text\/10 {
    border-inline-end-color:rgba(244,194,18,.1)}

.border-e-yellow-text\/100 {
    border-inline-end-color:#f4c212}

.border-e-yellow-text\/20 {
    border-inline-end-color:rgba(244,194,18,.2)}

.border-e-yellow-text\/25 {
    border-inline-end-color:rgba(244,194,18,.25)}

.border-e-yellow-text\/30 {
    border-inline-end-color:rgba(244,194,18,.3)}

.border-e-yellow-text\/40 {
    border-inline-end-color:rgba(244,194,18,.4)}

.border-e-yellow-text\/5 {
    border-inline-end-color:rgba(244,194,18,.05)}

.border-e-yellow-text\/50 {
    border-inline-end-color:rgba(244,194,18,.5)}

.border-e-yellow-text\/60 {
    border-inline-end-color:rgba(244,194,18,.6)}

.border-e-yellow-text\/70 {
    border-inline-end-color:rgba(244,194,18,.7)}

.border-e-yellow-text\/75 {
    border-inline-end-color:rgba(244,194,18,.75)}

.border-e-yellow-text\/80 {
    border-inline-end-color:rgba(244,194,18,.8)}

.border-e-yellow-text\/90 {
    border-inline-end-color:rgba(244,194,18,.9)}

.border-e-yellow-text\/95 {
    border-inline-end-color:rgba(244,194,18,.95)}

.border-l-background-gray {
    --tw-border-opacity: 1;
    border-left-color: rgb(37 38 43/var(--tw-border-opacity))
}

.border-l-background-gray\/0 {
    border-left-color: rgba(37,38,43,0)
}

.border-l-background-gray\/10 {
    border-left-color: rgba(37,38,43,.1)
}

.border-l-background-gray\/100 {
    border-left-color: #25262b
}

.border-l-background-gray\/20 {
    border-left-color: rgba(37,38,43,.2)
}

.border-l-background-gray\/25 {
    border-left-color: rgba(37,38,43,.25)
}

.border-l-background-gray\/30 {
    border-left-color: rgba(37,38,43,.3)
}

.border-l-background-gray\/40 {
    border-left-color: rgba(37,38,43,.4)
}

.border-l-background-gray\/5 {
    border-left-color: rgba(37,38,43,.05)
}

.border-l-background-gray\/50 {
    border-left-color: rgba(37,38,43,.5)
}

.border-l-background-gray\/60 {
    border-left-color: rgba(37,38,43,.6)
}

.border-l-background-gray\/70 {
    border-left-color: rgba(37,38,43,.7)
}

.border-l-background-gray\/75 {
    border-left-color: rgba(37,38,43,.75)
}

.border-l-background-gray\/80 {
    border-left-color: rgba(37,38,43,.8)
}

.border-l-background-gray\/90 {
    border-left-color: rgba(37,38,43,.9)
}

.border-l-background-gray\/95 {
    border-left-color: rgba(37,38,43,.95)
}

.border-l-black-about {
    --tw-border-opacity: 1;
    border-left-color: rgb(41 41 41/var(--tw-border-opacity))
}

.border-l-black-about\/0 {
    border-left-color: rgba(41,41,41,0)
}

.border-l-black-about\/10 {
    border-left-color: rgba(41,41,41,.1)
}

.border-l-black-about\/100 {
    border-left-color: #292929
}

.border-l-black-about\/20 {
    border-left-color: rgba(41,41,41,.2)
}

.border-l-black-about\/25 {
    border-left-color: rgba(41,41,41,.25)
}

.border-l-black-about\/30 {
    border-left-color: rgba(41,41,41,.3)
}

.border-l-black-about\/40 {
    border-left-color: rgba(41,41,41,.4)
}

.border-l-black-about\/5 {
    border-left-color: rgba(41,41,41,.05)
}

.border-l-black-about\/50 {
    border-left-color: rgba(41,41,41,.5)
}

.border-l-black-about\/60 {
    border-left-color: rgba(41,41,41,.6)
}

.border-l-black-about\/70 {
    border-left-color: rgba(41,41,41,.7)
}

.border-l-black-about\/75 {
    border-left-color: rgba(41,41,41,.75)
}

.border-l-black-about\/80 {
    border-left-color: rgba(41,41,41,.8)
}

.border-l-black-about\/90 {
    border-left-color: rgba(41,41,41,.9)
}

.border-l-black-about\/95 {
    border-left-color: rgba(41,41,41,.95)
}

.border-l-black-account {
    --tw-border-opacity: 1;
    border-left-color: rgb(32 32 32/var(--tw-border-opacity))
}

.border-l-black-account\/0 {
    border-left-color: rgba(32,32,32,0)
}

.border-l-black-account\/10 {
    border-left-color: rgba(32,32,32,.1)
}

.border-l-black-account\/100 {
    border-left-color: #202020
}

.border-l-black-account\/20 {
    border-left-color: rgba(32,32,32,.2)
}

.border-l-black-account\/25 {
    border-left-color: rgba(32,32,32,.25)
}

.border-l-black-account\/30 {
    border-left-color: rgba(32,32,32,.3)
}

.border-l-black-account\/40 {
    border-left-color: rgba(32,32,32,.4)
}

.border-l-black-account\/5 {
    border-left-color: rgba(32,32,32,.05)
}

.border-l-black-account\/50 {
    border-left-color: rgba(32,32,32,.5)
}

.border-l-black-account\/60 {
    border-left-color: rgba(32,32,32,.6)
}

.border-l-black-account\/70 {
    border-left-color: rgba(32,32,32,.7)
}

.border-l-black-account\/75 {
    border-left-color: rgba(32,32,32,.75)
}

.border-l-black-account\/80 {
    border-left-color: rgba(32,32,32,.8)
}

.border-l-black-account\/90 {
    border-left-color: rgba(32,32,32,.9)
}

.border-l-black-account\/95 {
    border-left-color: rgba(32,32,32,.95)
}

.border-l-black-bg1 {
    --tw-border-opacity: 1;
    border-left-color: rgb(15 16 17/var(--tw-border-opacity))
}

.border-l-black-bg1\/0 {
    border-left-color: rgba(15,16,17,0)
}

.border-l-black-bg1\/10 {
    border-left-color: rgba(15,16,17,.1)
}

.border-l-black-bg1\/100 {
    border-left-color: #0f1011
}

.border-l-black-bg1\/20 {
    border-left-color: rgba(15,16,17,.2)
}

.border-l-black-bg1\/25 {
    border-left-color: rgba(15,16,17,.25)
}

.border-l-black-bg1\/30 {
    border-left-color: rgba(15,16,17,.3)
}

.border-l-black-bg1\/40 {
    border-left-color: rgba(15,16,17,.4)
}

.border-l-black-bg1\/5 {
    border-left-color: rgba(15,16,17,.05)
}

.border-l-black-bg1\/50 {
    border-left-color: rgba(15,16,17,.5)
}

.border-l-black-bg1\/60 {
    border-left-color: rgba(15,16,17,.6)
}

.border-l-black-bg1\/70 {
    border-left-color: rgba(15,16,17,.7)
}

.border-l-black-bg1\/75 {
    border-left-color: rgba(15,16,17,.75)
}

.border-l-black-bg1\/80 {
    border-left-color: rgba(15,16,17,.8)
}

.border-l-black-bg1\/90 {
    border-left-color: rgba(15,16,17,.9)
}

.border-l-black-bg1\/95 {
    border-left-color: rgba(15,16,17,.95)
}

.border-l-black-coin {
    --tw-border-opacity: 1;
    border-left-color: rgb(38 38 38/var(--tw-border-opacity))
}

.border-l-black-coin\/0 {
    border-left-color: rgba(38,38,38,0)
}

.border-l-black-coin\/10 {
    border-left-color: rgba(38,38,38,.1)
}

.border-l-black-coin\/100 {
    border-left-color: #262626
}

.border-l-black-coin\/20 {
    border-left-color: rgba(38,38,38,.2)
}

.border-l-black-coin\/25 {
    border-left-color: rgba(38,38,38,.25)
}

.border-l-black-coin\/30 {
    border-left-color: rgba(38,38,38,.3)
}

.border-l-black-coin\/40 {
    border-left-color: rgba(38,38,38,.4)
}

.border-l-black-coin\/5 {
    border-left-color: rgba(38,38,38,.05)
}

.border-l-black-coin\/50 {
    border-left-color: rgba(38,38,38,.5)
}

.border-l-black-coin\/60 {
    border-left-color: rgba(38,38,38,.6)
}

.border-l-black-coin\/70 {
    border-left-color: rgba(38,38,38,.7)
}

.border-l-black-coin\/75 {
    border-left-color: rgba(38,38,38,.75)
}

.border-l-black-coin\/80 {
    border-left-color: rgba(38,38,38,.8)
}

.border-l-black-coin\/90 {
    border-left-color: rgba(38,38,38,.9)
}

.border-l-black-coin\/95 {
    border-left-color: rgba(38,38,38,.95)
}

.border-l-black-config {
    --tw-border-opacity: 1;
    border-left-color: rgb(51 48 41/var(--tw-border-opacity))
}

.border-l-black-config\/0 {
    border-left-color: rgba(51,48,41,0)
}

.border-l-black-config\/10 {
    border-left-color: rgba(51,48,41,.1)
}

.border-l-black-config\/100 {
    border-left-color: #333029
}

.border-l-black-config\/20 {
    border-left-color: rgba(51,48,41,.2)
}

.border-l-black-config\/25 {
    border-left-color: rgba(51,48,41,.25)
}

.border-l-black-config\/30 {
    border-left-color: rgba(51,48,41,.3)
}

.border-l-black-config\/40 {
    border-left-color: rgba(51,48,41,.4)
}

.border-l-black-config\/5 {
    border-left-color: rgba(51,48,41,.05)
}

.border-l-black-config\/50 {
    border-left-color: rgba(51,48,41,.5)
}

.border-l-black-config\/60 {
    border-left-color: rgba(51,48,41,.6)
}

.border-l-black-config\/70 {
    border-left-color: rgba(51,48,41,.7)
}

.border-l-black-config\/75 {
    border-left-color: rgba(51,48,41,.75)
}

.border-l-black-config\/80 {
    border-left-color: rgba(51,48,41,.8)
}

.border-l-black-config\/90 {
    border-left-color: rgba(51,48,41,.9)
}

.border-l-black-config\/95 {
    border-left-color: rgba(51,48,41,.95)
}

.border-l-black-default {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-l-black-default\/0 {
    border-left-color: transparent
}

.border-l-black-default\/10 {
    border-left-color: rgba(0,0,0,.1)
}

.border-l-black-default\/100 {
    border-left-color: #000
}

.border-l-black-default\/20 {
    border-left-color: rgba(0,0,0,.2)
}

.border-l-black-default\/25 {
    border-left-color: rgba(0,0,0,.25)
}

.border-l-black-default\/30 {
    border-left-color: rgba(0,0,0,.3)
}

.border-l-black-default\/40 {
    border-left-color: rgba(0,0,0,.4)
}

.border-l-black-default\/5 {
    border-left-color: rgba(0,0,0,.05)
}

.border-l-black-default\/50 {
    border-left-color: rgba(0,0,0,.5)
}

.border-l-black-default\/60 {
    border-left-color: rgba(0,0,0,.6)
}

.border-l-black-default\/70 {
    border-left-color: rgba(0,0,0,.7)
}

.border-l-black-default\/75 {
    border-left-color: rgba(0,0,0,.75)
}

.border-l-black-default\/80 {
    border-left-color: rgba(0,0,0,.8)
}

.border-l-black-default\/90 {
    border-left-color: rgba(0,0,0,.9)
}

.border-l-black-default\/95 {
    border-left-color: rgba(0,0,0,.95)
}

.border-l-black-footer {
    --tw-border-opacity: 1;
    border-left-color: rgb(25 27 30/var(--tw-border-opacity))
}

.border-l-black-footer\/0 {
    border-left-color: rgba(25,27,30,0)
}

.border-l-black-footer\/10 {
    border-left-color: rgba(25,27,30,.1)
}

.border-l-black-footer\/100 {
    border-left-color: #191b1e
}

.border-l-black-footer\/20 {
    border-left-color: rgba(25,27,30,.2)
}

.border-l-black-footer\/25 {
    border-left-color: rgba(25,27,30,.25)
}

.border-l-black-footer\/30 {
    border-left-color: rgba(25,27,30,.3)
}

.border-l-black-footer\/40 {
    border-left-color: rgba(25,27,30,.4)
}

.border-l-black-footer\/5 {
    border-left-color: rgba(25,27,30,.05)
}

.border-l-black-footer\/50 {
    border-left-color: rgba(25,27,30,.5)
}

.border-l-black-footer\/60 {
    border-left-color: rgba(25,27,30,.6)
}

.border-l-black-footer\/70 {
    border-left-color: rgba(25,27,30,.7)
}

.border-l-black-footer\/75 {
    border-left-color: rgba(25,27,30,.75)
}

.border-l-black-footer\/80 {
    border-left-color: rgba(25,27,30,.8)
}

.border-l-black-footer\/90 {
    border-left-color: rgba(25,27,30,.9)
}

.border-l-black-footer\/95 {
    border-left-color: rgba(25,27,30,.95)
}

.border-l-black-head {
    --tw-border-opacity: 1;
    border-left-color: rgb(51 48 41/var(--tw-border-opacity))
}

.border-l-black-head-table {
    --tw-border-opacity: 1;
    border-left-color: rgb(10 12 14/var(--tw-border-opacity))
}

.border-l-black-head-table\/0 {
    border-left-color: rgba(10,12,14,0)
}

.border-l-black-head-table\/10 {
    border-left-color: rgba(10,12,14,.1)
}

.border-l-black-head-table\/100 {
    border-left-color: #0a0c0e
}

.border-l-black-head-table\/20 {
    border-left-color: rgba(10,12,14,.2)
}

.border-l-black-head-table\/25 {
    border-left-color: rgba(10,12,14,.25)
}

.border-l-black-head-table\/30 {
    border-left-color: rgba(10,12,14,.3)
}

.border-l-black-head-table\/40 {
    border-left-color: rgba(10,12,14,.4)
}

.border-l-black-head-table\/5 {
    border-left-color: rgba(10,12,14,.05)
}

.border-l-black-head-table\/50 {
    border-left-color: rgba(10,12,14,.5)
}

.border-l-black-head-table\/60 {
    border-left-color: rgba(10,12,14,.6)
}

.border-l-black-head-table\/70 {
    border-left-color: rgba(10,12,14,.7)
}

.border-l-black-head-table\/75 {
    border-left-color: rgba(10,12,14,.75)
}

.border-l-black-head-table\/80 {
    border-left-color: rgba(10,12,14,.8)
}

.border-l-black-head-table\/90 {
    border-left-color: rgba(10,12,14,.9)
}

.border-l-black-head-table\/95 {
    border-left-color: rgba(10,12,14,.95)
}

.border-l-black-head\/0 {
    border-left-color: rgba(51,48,41,0)
}

.border-l-black-head\/10 {
    border-left-color: rgba(51,48,41,.1)
}

.border-l-black-head\/100 {
    border-left-color: #333029
}

.border-l-black-head\/20 {
    border-left-color: rgba(51,48,41,.2)
}

.border-l-black-head\/25 {
    border-left-color: rgba(51,48,41,.25)
}

.border-l-black-head\/30 {
    border-left-color: rgba(51,48,41,.3)
}

.border-l-black-head\/40 {
    border-left-color: rgba(51,48,41,.4)
}

.border-l-black-head\/5 {
    border-left-color: rgba(51,48,41,.05)
}

.border-l-black-head\/50 {
    border-left-color: rgba(51,48,41,.5)
}

.border-l-black-head\/60 {
    border-left-color: rgba(51,48,41,.6)
}

.border-l-black-head\/70 {
    border-left-color: rgba(51,48,41,.7)
}

.border-l-black-head\/75 {
    border-left-color: rgba(51,48,41,.75)
}

.border-l-black-head\/80 {
    border-left-color: rgba(51,48,41,.8)
}

.border-l-black-head\/90 {
    border-left-color: rgba(51,48,41,.9)
}

.border-l-black-head\/95 {
    border-left-color: rgba(51,48,41,.95)
}

.border-l-black-header-about {
    --tw-border-opacity: 1;
    border-left-color: rgb(32 32 32/var(--tw-border-opacity))
}

.border-l-black-header-about\/0 {
    border-left-color: rgba(32,32,32,0)
}

.border-l-black-header-about\/10 {
    border-left-color: rgba(32,32,32,.1)
}

.border-l-black-header-about\/100 {
    border-left-color: #202020
}

.border-l-black-header-about\/20 {
    border-left-color: rgba(32,32,32,.2)
}

.border-l-black-header-about\/25 {
    border-left-color: rgba(32,32,32,.25)
}

.border-l-black-header-about\/30 {
    border-left-color: rgba(32,32,32,.3)
}

.border-l-black-header-about\/40 {
    border-left-color: rgba(32,32,32,.4)
}

.border-l-black-header-about\/5 {
    border-left-color: rgba(32,32,32,.05)
}

.border-l-black-header-about\/50 {
    border-left-color: rgba(32,32,32,.5)
}

.border-l-black-header-about\/60 {
    border-left-color: rgba(32,32,32,.6)
}

.border-l-black-header-about\/70 {
    border-left-color: rgba(32,32,32,.7)
}

.border-l-black-header-about\/75 {
    border-left-color: rgba(32,32,32,.75)
}

.border-l-black-header-about\/80 {
    border-left-color: rgba(32,32,32,.8)
}

.border-l-black-header-about\/90 {
    border-left-color: rgba(32,32,32,.9)
}

.border-l-black-header-about\/95 {
    border-left-color: rgba(32,32,32,.95)
}

.border-l-black-header-top {
    --tw-border-opacity: 1;
    border-left-color: rgb(14 9 1/var(--tw-border-opacity))
}

.border-l-black-header-top\/0 {
    border-left-color: rgba(14,9,1,0)
}

.border-l-black-header-top\/10 {
    border-left-color: rgba(14,9,1,.1)
}

.border-l-black-header-top\/100 {
    border-left-color: #0e0901
}

.border-l-black-header-top\/20 {
    border-left-color: rgba(14,9,1,.2)
}

.border-l-black-header-top\/25 {
    border-left-color: rgba(14,9,1,.25)
}

.border-l-black-header-top\/30 {
    border-left-color: rgba(14,9,1,.3)
}

.border-l-black-header-top\/40 {
    border-left-color: rgba(14,9,1,.4)
}

.border-l-black-header-top\/5 {
    border-left-color: rgba(14,9,1,.05)
}

.border-l-black-header-top\/50 {
    border-left-color: rgba(14,9,1,.5)
}

.border-l-black-header-top\/60 {
    border-left-color: rgba(14,9,1,.6)
}

.border-l-black-header-top\/70 {
    border-left-color: rgba(14,9,1,.7)
}

.border-l-black-header-top\/75 {
    border-left-color: rgba(14,9,1,.75)
}

.border-l-black-header-top\/80 {
    border-left-color: rgba(14,9,1,.8)
}

.border-l-black-header-top\/90 {
    border-left-color: rgba(14,9,1,.9)
}

.border-l-black-header-top\/95 {
    border-left-color: rgba(14,9,1,.95)
}

.border-l-black-main {
    --tw-border-opacity: 1;
    border-left-color: rgb(13 9 6/var(--tw-border-opacity))
}

.border-l-black-main\/0 {
    border-left-color: rgba(13,9,6,0)
}

.border-l-black-main\/10 {
    border-left-color: rgba(13,9,6,.1)
}

.border-l-black-main\/100 {
    border-left-color: #0d0906
}

.border-l-black-main\/20 {
    border-left-color: rgba(13,9,6,.2)
}

.border-l-black-main\/25 {
    border-left-color: rgba(13,9,6,.25)
}

.border-l-black-main\/30 {
    border-left-color: rgba(13,9,6,.3)
}

.border-l-black-main\/40 {
    border-left-color: rgba(13,9,6,.4)
}

.border-l-black-main\/5 {
    border-left-color: rgba(13,9,6,.05)
}

.border-l-black-main\/50 {
    border-left-color: rgba(13,9,6,.5)
}

.border-l-black-main\/60 {
    border-left-color: rgba(13,9,6,.6)
}

.border-l-black-main\/70 {
    border-left-color: rgba(13,9,6,.7)
}

.border-l-black-main\/75 {
    border-left-color: rgba(13,9,6,.75)
}

.border-l-black-main\/80 {
    border-left-color: rgba(13,9,6,.8)
}

.border-l-black-main\/90 {
    border-left-color: rgba(13,9,6,.9)
}

.border-l-black-main\/95 {
    border-left-color: rgba(13,9,6,.95)
}

.border-l-black-option {
    --tw-border-opacity: 1;
    border-left-color: rgb(11 12 11/var(--tw-border-opacity))
}

.border-l-black-option\/0 {
    border-left-color: rgba(11,12,11,0)
}

.border-l-black-option\/10 {
    border-left-color: rgba(11,12,11,.1)
}

.border-l-black-option\/100 {
    border-left-color: #0b0c0b
}

.border-l-black-option\/20 {
    border-left-color: rgba(11,12,11,.2)
}

.border-l-black-option\/25 {
    border-left-color: rgba(11,12,11,.25)
}

.border-l-black-option\/30 {
    border-left-color: rgba(11,12,11,.3)
}

.border-l-black-option\/40 {
    border-left-color: rgba(11,12,11,.4)
}

.border-l-black-option\/5 {
    border-left-color: rgba(11,12,11,.05)
}

.border-l-black-option\/50 {
    border-left-color: rgba(11,12,11,.5)
}

.border-l-black-option\/60 {
    border-left-color: rgba(11,12,11,.6)
}

.border-l-black-option\/70 {
    border-left-color: rgba(11,12,11,.7)
}

.border-l-black-option\/75 {
    border-left-color: rgba(11,12,11,.75)
}

.border-l-black-option\/80 {
    border-left-color: rgba(11,12,11,.8)
}

.border-l-black-option\/90 {
    border-left-color: rgba(11,12,11,.9)
}

.border-l-black-option\/95 {
    border-left-color: rgba(11,12,11,.95)
}

.border-l-black-table-account {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 26 26/var(--tw-border-opacity))
}

.border-l-black-table-account\/0 {
    border-left-color: rgba(26,26,26,0)
}

.border-l-black-table-account\/10 {
    border-left-color: rgba(26,26,26,.1)
}

.border-l-black-table-account\/100 {
    border-left-color: #1a1a1a
}

.border-l-black-table-account\/20 {
    border-left-color: rgba(26,26,26,.2)
}

.border-l-black-table-account\/25 {
    border-left-color: rgba(26,26,26,.25)
}

.border-l-black-table-account\/30 {
    border-left-color: rgba(26,26,26,.3)
}

.border-l-black-table-account\/40 {
    border-left-color: rgba(26,26,26,.4)
}

.border-l-black-table-account\/5 {
    border-left-color: rgba(26,26,26,.05)
}

.border-l-black-table-account\/50 {
    border-left-color: rgba(26,26,26,.5)
}

.border-l-black-table-account\/60 {
    border-left-color: rgba(26,26,26,.6)
}

.border-l-black-table-account\/70 {
    border-left-color: rgba(26,26,26,.7)
}

.border-l-black-table-account\/75 {
    border-left-color: rgba(26,26,26,.75)
}

.border-l-black-table-account\/80 {
    border-left-color: rgba(26,26,26,.8)
}

.border-l-black-table-account\/90 {
    border-left-color: rgba(26,26,26,.9)
}

.border-l-black-table-account\/95 {
    border-left-color: rgba(26,26,26,.95)
}

.border-l-black-text {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 29 27/var(--tw-border-opacity))
}

.border-l-black-text\/0 {
    border-left-color: rgba(26,29,27,0)
}

.border-l-black-text\/10 {
    border-left-color: rgba(26,29,27,.1)
}

.border-l-black-text\/100 {
    border-left-color: #1a1d1b
}

.border-l-black-text\/20 {
    border-left-color: rgba(26,29,27,.2)
}

.border-l-black-text\/25 {
    border-left-color: rgba(26,29,27,.25)
}

.border-l-black-text\/30 {
    border-left-color: rgba(26,29,27,.3)
}

.border-l-black-text\/40 {
    border-left-color: rgba(26,29,27,.4)
}

.border-l-black-text\/5 {
    border-left-color: rgba(26,29,27,.05)
}

.border-l-black-text\/50 {
    border-left-color: rgba(26,29,27,.5)
}

.border-l-black-text\/60 {
    border-left-color: rgba(26,29,27,.6)
}

.border-l-black-text\/70 {
    border-left-color: rgba(26,29,27,.7)
}

.border-l-black-text\/75 {
    border-left-color: rgba(26,29,27,.75)
}

.border-l-black-text\/80 {
    border-left-color: rgba(26,29,27,.8)
}

.border-l-black-text\/90 {
    border-left-color: rgba(26,29,27,.9)
}

.border-l-black-text\/95 {
    border-left-color: rgba(26,29,27,.95)
}

.border-l-black-text1 {
    --tw-border-opacity: 1;
    border-left-color: rgb(71 70 63/var(--tw-border-opacity))
}

.border-l-black-text1\/0 {
    border-left-color: rgba(71,70,63,0)
}

.border-l-black-text1\/10 {
    border-left-color: rgba(71,70,63,.1)
}

.border-l-black-text1\/100 {
    border-left-color: #47463f
}

.border-l-black-text1\/20 {
    border-left-color: rgba(71,70,63,.2)
}

.border-l-black-text1\/25 {
    border-left-color: rgba(71,70,63,.25)
}

.border-l-black-text1\/30 {
    border-left-color: rgba(71,70,63,.3)
}

.border-l-black-text1\/40 {
    border-left-color: rgba(71,70,63,.4)
}

.border-l-black-text1\/5 {
    border-left-color: rgba(71,70,63,.05)
}

.border-l-black-text1\/50 {
    border-left-color: rgba(71,70,63,.5)
}

.border-l-black-text1\/60 {
    border-left-color: rgba(71,70,63,.6)
}

.border-l-black-text1\/70 {
    border-left-color: rgba(71,70,63,.7)
}

.border-l-black-text1\/75 {
    border-left-color: rgba(71,70,63,.75)
}

.border-l-black-text1\/80 {
    border-left-color: rgba(71,70,63,.8)
}

.border-l-black-text1\/90 {
    border-left-color: rgba(71,70,63,.9)
}

.border-l-black-text1\/95 {
    border-left-color: rgba(71,70,63,.95)
}

.border-l-black-vip {
    --tw-border-opacity: 1;
    border-left-color: rgb(15 15 15/var(--tw-border-opacity))
}

.border-l-black-vip\/0 {
    border-left-color: hsla(0,0%,6%,0)
}

.border-l-black-vip\/10 {
    border-left-color: hsla(0,0%,6%,.1)
}

.border-l-black-vip\/100 {
    border-left-color: #0f0f0f
}

.border-l-black-vip\/20 {
    border-left-color: hsla(0,0%,6%,.2)
}

.border-l-black-vip\/25 {
    border-left-color: hsla(0,0%,6%,.25)
}

.border-l-black-vip\/30 {
    border-left-color: hsla(0,0%,6%,.3)
}

.border-l-black-vip\/40 {
    border-left-color: hsla(0,0%,6%,.4)
}

.border-l-black-vip\/5 {
    border-left-color: hsla(0,0%,6%,.05)
}

.border-l-black-vip\/50 {
    border-left-color: hsla(0,0%,6%,.5)
}

.border-l-black-vip\/60 {
    border-left-color: hsla(0,0%,6%,.6)
}

.border-l-black-vip\/70 {
    border-left-color: hsla(0,0%,6%,.7)
}

.border-l-black-vip\/75 {
    border-left-color: hsla(0,0%,6%,.75)
}

.border-l-black-vip\/80 {
    border-left-color: hsla(0,0%,6%,.8)
}

.border-l-black-vip\/90 {
    border-left-color: hsla(0,0%,6%,.9)
}

.border-l-black-vip\/95 {
    border-left-color: hsla(0,0%,6%,.95)
}

.border-l-blue-head-table {
    --tw-border-opacity: 1;
    border-left-color: rgb(8 77 160/var(--tw-border-opacity))
}

.border-l-blue-head-table\/0 {
    border-left-color: rgba(8,77,160,0)
}

.border-l-blue-head-table\/10 {
    border-left-color: rgba(8,77,160,.1)
}

.border-l-blue-head-table\/100 {
    border-left-color: #084da0
}

.border-l-blue-head-table\/20 {
    border-left-color: rgba(8,77,160,.2)
}

.border-l-blue-head-table\/25 {
    border-left-color: rgba(8,77,160,.25)
}

.border-l-blue-head-table\/30 {
    border-left-color: rgba(8,77,160,.3)
}

.border-l-blue-head-table\/40 {
    border-left-color: rgba(8,77,160,.4)
}

.border-l-blue-head-table\/5 {
    border-left-color: rgba(8,77,160,.05)
}

.border-l-blue-head-table\/50 {
    border-left-color: rgba(8,77,160,.5)
}

.border-l-blue-head-table\/60 {
    border-left-color: rgba(8,77,160,.6)
}

.border-l-blue-head-table\/70 {
    border-left-color: rgba(8,77,160,.7)
}

.border-l-blue-head-table\/75 {
    border-left-color: rgba(8,77,160,.75)
}

.border-l-blue-head-table\/80 {
    border-left-color: rgba(8,77,160,.8)
}

.border-l-blue-head-table\/90 {
    border-left-color: rgba(8,77,160,.9)
}

.border-l-blue-head-table\/95 {
    border-left-color: rgba(8,77,160,.95)
}

.border-l-blue-item-history {
    --tw-border-opacity: 1;
    border-left-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-l-blue-item-history\/0 {
    border-left-color: rgba(48,53,56,0)
}

.border-l-blue-item-history\/10 {
    border-left-color: rgba(48,53,56,.1)
}

.border-l-blue-item-history\/100 {
    border-left-color: #303538
}

.border-l-blue-item-history\/20 {
    border-left-color: rgba(48,53,56,.2)
}

.border-l-blue-item-history\/25 {
    border-left-color: rgba(48,53,56,.25)
}

.border-l-blue-item-history\/30 {
    border-left-color: rgba(48,53,56,.3)
}

.border-l-blue-item-history\/40 {
    border-left-color: rgba(48,53,56,.4)
}

.border-l-blue-item-history\/5 {
    border-left-color: rgba(48,53,56,.05)
}

.border-l-blue-item-history\/50 {
    border-left-color: rgba(48,53,56,.5)
}

.border-l-blue-item-history\/60 {
    border-left-color: rgba(48,53,56,.6)
}

.border-l-blue-item-history\/70 {
    border-left-color: rgba(48,53,56,.7)
}

.border-l-blue-item-history\/75 {
    border-left-color: rgba(48,53,56,.75)
}

.border-l-blue-item-history\/80 {
    border-left-color: rgba(48,53,56,.8)
}

.border-l-blue-item-history\/90 {
    border-left-color: rgba(48,53,56,.9)
}

.border-l-blue-item-history\/95 {
    border-left-color: rgba(48,53,56,.95)
}

.border-l-blue-process {
    --tw-border-opacity: 1;
    border-left-color: rgb(76 88 102/var(--tw-border-opacity))
}

.border-l-blue-process\/0 {
    border-left-color: rgba(76,88,102,0)
}

.border-l-blue-process\/10 {
    border-left-color: rgba(76,88,102,.1)
}

.border-l-blue-process\/100 {
    border-left-color: #4c5866
}

.border-l-blue-process\/20 {
    border-left-color: rgba(76,88,102,.2)
}

.border-l-blue-process\/25 {
    border-left-color: rgba(76,88,102,.25)
}

.border-l-blue-process\/30 {
    border-left-color: rgba(76,88,102,.3)
}

.border-l-blue-process\/40 {
    border-left-color: rgba(76,88,102,.4)
}

.border-l-blue-process\/5 {
    border-left-color: rgba(76,88,102,.05)
}

.border-l-blue-process\/50 {
    border-left-color: rgba(76,88,102,.5)
}

.border-l-blue-process\/60 {
    border-left-color: rgba(76,88,102,.6)
}

.border-l-blue-process\/70 {
    border-left-color: rgba(76,88,102,.7)
}

.border-l-blue-process\/75 {
    border-left-color: rgba(76,88,102,.75)
}

.border-l-blue-process\/80 {
    border-left-color: rgba(76,88,102,.8)
}

.border-l-blue-process\/90 {
    border-left-color: rgba(76,88,102,.9)
}

.border-l-blue-process\/95 {
    border-left-color: rgba(76,88,102,.95)
}

.border-l-btn-inactive {
    --tw-border-opacity: 1;
    border-left-color: rgb(109 109 109/var(--tw-border-opacity))
}

.border-l-btn-inactive\/0 {
    border-left-color: hsla(0,0%,43%,0)
}

.border-l-btn-inactive\/10 {
    border-left-color: hsla(0,0%,43%,.1)
}

.border-l-btn-inactive\/100 {
    border-left-color: #6d6d6d
}

.border-l-btn-inactive\/20 {
    border-left-color: hsla(0,0%,43%,.2)
}

.border-l-btn-inactive\/25 {
    border-left-color: hsla(0,0%,43%,.25)
}

.border-l-btn-inactive\/30 {
    border-left-color: hsla(0,0%,43%,.3)
}

.border-l-btn-inactive\/40 {
    border-left-color: hsla(0,0%,43%,.4)
}

.border-l-btn-inactive\/5 {
    border-left-color: hsla(0,0%,43%,.05)
}

.border-l-btn-inactive\/50 {
    border-left-color: hsla(0,0%,43%,.5)
}

.border-l-btn-inactive\/60 {
    border-left-color: hsla(0,0%,43%,.6)
}

.border-l-btn-inactive\/70 {
    border-left-color: hsla(0,0%,43%,.7)
}

.border-l-btn-inactive\/75 {
    border-left-color: hsla(0,0%,43%,.75)
}

.border-l-btn-inactive\/80 {
    border-left-color: hsla(0,0%,43%,.8)
}

.border-l-btn-inactive\/90 {
    border-left-color: hsla(0,0%,43%,.9)
}

.border-l-btn-inactive\/95 {
    border-left-color: hsla(0,0%,43%,.95)
}

.border-l-button {
    --tw-border-opacity: 1;
    border-left-color: rgb(185 143 93/var(--tw-border-opacity))
}

.border-l-button\/0 {
    border-left-color: rgba(185,143,93,0)
}

.border-l-button\/10 {
    border-left-color: rgba(185,143,93,.1)
}

.border-l-button\/100 {
    border-left-color: #b98f5d
}

.border-l-button\/20 {
    border-left-color: rgba(185,143,93,.2)
}

.border-l-button\/25 {
    border-left-color: rgba(185,143,93,.25)
}

.border-l-button\/30 {
    border-left-color: rgba(185,143,93,.3)
}

.border-l-button\/40 {
    border-left-color: rgba(185,143,93,.4)
}

.border-l-button\/5 {
    border-left-color: rgba(185,143,93,.05)
}

.border-l-button\/50 {
    border-left-color: rgba(185,143,93,.5)
}

.border-l-button\/60 {
    border-left-color: rgba(185,143,93,.6)
}

.border-l-button\/70 {
    border-left-color: rgba(185,143,93,.7)
}

.border-l-button\/75 {
    border-left-color: rgba(185,143,93,.75)
}

.border-l-button\/80 {
    border-left-color: rgba(185,143,93,.8)
}

.border-l-button\/90 {
    border-left-color: rgba(185,143,93,.9)
}

.border-l-button\/95 {
    border-left-color: rgba(185,143,93,.95)
}

.border-l-card {
    --tw-border-opacity: 1;
    border-left-color: rgb(21 18 18/var(--tw-border-opacity))
}

.border-l-card\/0 {
    border-left-color: hsla(0,8%,8%,0)
}

.border-l-card\/10 {
    border-left-color: hsla(0,8%,8%,.1)
}

.border-l-card\/100 {
    border-left-color: #151212
}

.border-l-card\/20 {
    border-left-color: hsla(0,8%,8%,.2)
}

.border-l-card\/25 {
    border-left-color: hsla(0,8%,8%,.25)
}

.border-l-card\/30 {
    border-left-color: hsla(0,8%,8%,.3)
}

.border-l-card\/40 {
    border-left-color: hsla(0,8%,8%,.4)
}

.border-l-card\/5 {
    border-left-color: hsla(0,8%,8%,.05)
}

.border-l-card\/50 {
    border-left-color: hsla(0,8%,8%,.5)
}

.border-l-card\/60 {
    border-left-color: hsla(0,8%,8%,.6)
}

.border-l-card\/70 {
    border-left-color: hsla(0,8%,8%,.7)
}

.border-l-card\/75 {
    border-left-color: hsla(0,8%,8%,.75)
}

.border-l-card\/80 {
    border-left-color: hsla(0,8%,8%,.8)
}

.border-l-card\/90 {
    border-left-color: hsla(0,8%,8%,.9)
}

.border-l-card\/95 {
    border-left-color: hsla(0,8%,8%,.95)
}

.border-l-disable-text {
    --tw-border-opacity: 1;
    border-left-color: rgb(109 109 109/var(--tw-border-opacity))
}

.border-l-disable-text\/0 {
    border-left-color: hsla(0,0%,43%,0)
}

.border-l-disable-text\/10 {
    border-left-color: hsla(0,0%,43%,.1)
}

.border-l-disable-text\/100 {
    border-left-color: #6d6d6d
}

.border-l-disable-text\/20 {
    border-left-color: hsla(0,0%,43%,.2)
}

.border-l-disable-text\/25 {
    border-left-color: hsla(0,0%,43%,.25)
}

.border-l-disable-text\/30 {
    border-left-color: hsla(0,0%,43%,.3)
}

.border-l-disable-text\/40 {
    border-left-color: hsla(0,0%,43%,.4)
}

.border-l-disable-text\/5 {
    border-left-color: hsla(0,0%,43%,.05)
}

.border-l-disable-text\/50 {
    border-left-color: hsla(0,0%,43%,.5)
}

.border-l-disable-text\/60 {
    border-left-color: hsla(0,0%,43%,.6)
}

.border-l-disable-text\/70 {
    border-left-color: hsla(0,0%,43%,.7)
}

.border-l-disable-text\/75 {
    border-left-color: hsla(0,0%,43%,.75)
}

.border-l-disable-text\/80 {
    border-left-color: hsla(0,0%,43%,.8)
}

.border-l-disable-text\/90 {
    border-left-color: hsla(0,0%,43%,.9)
}

.border-l-disable-text\/95 {
    border-left-color: hsla(0,0%,43%,.95)
}

.border-l-event-promotion-big-win-bg {
    --tw-border-opacity: 1;
    border-left-color: rgb(149 118 76/var(--tw-border-opacity))
}

.border-l-event-promotion-big-win-bg\/0 {
    border-left-color: rgba(149,118,76,0)
}

.border-l-event-promotion-big-win-bg\/10 {
    border-left-color: rgba(149,118,76,.1)
}

.border-l-event-promotion-big-win-bg\/100 {
    border-left-color: #95764c
}

.border-l-event-promotion-big-win-bg\/20 {
    border-left-color: rgba(149,118,76,.2)
}

.border-l-event-promotion-big-win-bg\/25 {
    border-left-color: rgba(149,118,76,.25)
}

.border-l-event-promotion-big-win-bg\/30 {
    border-left-color: rgba(149,118,76,.3)
}

.border-l-event-promotion-big-win-bg\/40 {
    border-left-color: rgba(149,118,76,.4)
}

.border-l-event-promotion-big-win-bg\/5 {
    border-left-color: rgba(149,118,76,.05)
}

.border-l-event-promotion-big-win-bg\/50 {
    border-left-color: rgba(149,118,76,.5)
}

.border-l-event-promotion-big-win-bg\/60 {
    border-left-color: rgba(149,118,76,.6)
}

.border-l-event-promotion-big-win-bg\/70 {
    border-left-color: rgba(149,118,76,.7)
}

.border-l-event-promotion-big-win-bg\/75 {
    border-left-color: rgba(149,118,76,.75)
}

.border-l-event-promotion-big-win-bg\/80 {
    border-left-color: rgba(149,118,76,.8)
}

.border-l-event-promotion-big-win-bg\/90 {
    border-left-color: rgba(149,118,76,.9)
}

.border-l-event-promotion-big-win-bg\/95 {
    border-left-color: rgba(149,118,76,.95)
}

.border-l-event-promotion-highlight {
    --tw-border-opacity: 1;
    border-left-color: rgb(246 192 65/var(--tw-border-opacity))
}

.border-l-event-promotion-highlight\/0 {
    border-left-color: rgba(246,192,65,0)
}

.border-l-event-promotion-highlight\/10 {
    border-left-color: rgba(246,192,65,.1)
}

.border-l-event-promotion-highlight\/100 {
    border-left-color: #f6c041
}

.border-l-event-promotion-highlight\/20 {
    border-left-color: rgba(246,192,65,.2)
}

.border-l-event-promotion-highlight\/25 {
    border-left-color: rgba(246,192,65,.25)
}

.border-l-event-promotion-highlight\/30 {
    border-left-color: rgba(246,192,65,.3)
}

.border-l-event-promotion-highlight\/40 {
    border-left-color: rgba(246,192,65,.4)
}

.border-l-event-promotion-highlight\/5 {
    border-left-color: rgba(246,192,65,.05)
}

.border-l-event-promotion-highlight\/50 {
    border-left-color: rgba(246,192,65,.5)
}

.border-l-event-promotion-highlight\/60 {
    border-left-color: rgba(246,192,65,.6)
}

.border-l-event-promotion-highlight\/70 {
    border-left-color: rgba(246,192,65,.7)
}

.border-l-event-promotion-highlight\/75 {
    border-left-color: rgba(246,192,65,.75)
}

.border-l-event-promotion-highlight\/80 {
    border-left-color: rgba(246,192,65,.8)
}

.border-l-event-promotion-highlight\/90 {
    border-left-color: rgba(246,192,65,.9)
}

.border-l-event-promotion-highlight\/95 {
    border-left-color: rgba(246,192,65,.95)
}

.border-l-gray-about {
    --tw-border-opacity: 1;
    border-left-color: rgb(145 145 145/var(--tw-border-opacity))
}

.border-l-gray-about\/0 {
    border-left-color: hsla(0,0%,57%,0)
}

.border-l-gray-about\/10 {
    border-left-color: hsla(0,0%,57%,.1)
}

.border-l-gray-about\/100 {
    border-left-color: #919191
}

.border-l-gray-about\/20 {
    border-left-color: hsla(0,0%,57%,.2)
}

.border-l-gray-about\/25 {
    border-left-color: hsla(0,0%,57%,.25)
}

.border-l-gray-about\/30 {
    border-left-color: hsla(0,0%,57%,.3)
}

.border-l-gray-about\/40 {
    border-left-color: hsla(0,0%,57%,.4)
}

.border-l-gray-about\/5 {
    border-left-color: hsla(0,0%,57%,.05)
}

.border-l-gray-about\/50 {
    border-left-color: hsla(0,0%,57%,.5)
}

.border-l-gray-about\/60 {
    border-left-color: hsla(0,0%,57%,.6)
}

.border-l-gray-about\/70 {
    border-left-color: hsla(0,0%,57%,.7)
}

.border-l-gray-about\/75 {
    border-left-color: hsla(0,0%,57%,.75)
}

.border-l-gray-about\/80 {
    border-left-color: hsla(0,0%,57%,.8)
}

.border-l-gray-about\/90 {
    border-left-color: hsla(0,0%,57%,.9)
}

.border-l-gray-about\/95 {
    border-left-color: hsla(0,0%,57%,.95)
}

.border-l-gray-alert {
    --tw-border-opacity: 1;
    border-left-color: rgb(50 52 59/var(--tw-border-opacity))
}

.border-l-gray-alert\/0 {
    border-left-color: rgba(50,52,59,0)
}

.border-l-gray-alert\/10 {
    border-left-color: rgba(50,52,59,.1)
}

.border-l-gray-alert\/100 {
    border-left-color: #32343b
}

.border-l-gray-alert\/20 {
    border-left-color: rgba(50,52,59,.2)
}

.border-l-gray-alert\/25 {
    border-left-color: rgba(50,52,59,.25)
}

.border-l-gray-alert\/30 {
    border-left-color: rgba(50,52,59,.3)
}

.border-l-gray-alert\/40 {
    border-left-color: rgba(50,52,59,.4)
}

.border-l-gray-alert\/5 {
    border-left-color: rgba(50,52,59,.05)
}

.border-l-gray-alert\/50 {
    border-left-color: rgba(50,52,59,.5)
}

.border-l-gray-alert\/60 {
    border-left-color: rgba(50,52,59,.6)
}

.border-l-gray-alert\/70 {
    border-left-color: rgba(50,52,59,.7)
}

.border-l-gray-alert\/75 {
    border-left-color: rgba(50,52,59,.75)
}

.border-l-gray-alert\/80 {
    border-left-color: rgba(50,52,59,.8)
}

.border-l-gray-alert\/90 {
    border-left-color: rgba(50,52,59,.9)
}

.border-l-gray-alert\/95 {
    border-left-color: rgba(50,52,59,.95)
}

.border-l-gray-background {
    --tw-border-opacity: 1;
    border-left-color: rgb(45 45 45/var(--tw-border-opacity))
}

.border-l-gray-background\/0 {
    border-left-color: rgba(45,45,45,0)
}

.border-l-gray-background\/10 {
    border-left-color: rgba(45,45,45,.1)
}

.border-l-gray-background\/100 {
    border-left-color: #2d2d2d
}

.border-l-gray-background\/20 {
    border-left-color: rgba(45,45,45,.2)
}

.border-l-gray-background\/25 {
    border-left-color: rgba(45,45,45,.25)
}

.border-l-gray-background\/30 {
    border-left-color: rgba(45,45,45,.3)
}

.border-l-gray-background\/40 {
    border-left-color: rgba(45,45,45,.4)
}

.border-l-gray-background\/5 {
    border-left-color: rgba(45,45,45,.05)
}

.border-l-gray-background\/50 {
    border-left-color: rgba(45,45,45,.5)
}

.border-l-gray-background\/60 {
    border-left-color: rgba(45,45,45,.6)
}

.border-l-gray-background\/70 {
    border-left-color: rgba(45,45,45,.7)
}

.border-l-gray-background\/75 {
    border-left-color: rgba(45,45,45,.75)
}

.border-l-gray-background\/80 {
    border-left-color: rgba(45,45,45,.8)
}

.border-l-gray-background\/90 {
    border-left-color: rgba(45,45,45,.9)
}

.border-l-gray-background\/95 {
    border-left-color: rgba(45,45,45,.95)
}

.border-l-gray-background1 {
    --tw-border-opacity: 1;
    border-left-color: rgb(73 72 71/var(--tw-border-opacity))
}

.border-l-gray-background1\/0 {
    border-left-color: rgba(73,72,71,0)
}

.border-l-gray-background1\/10 {
    border-left-color: rgba(73,72,71,.1)
}

.border-l-gray-background1\/100 {
    border-left-color: #494847
}

.border-l-gray-background1\/20 {
    border-left-color: rgba(73,72,71,.2)
}

.border-l-gray-background1\/25 {
    border-left-color: rgba(73,72,71,.25)
}

.border-l-gray-background1\/30 {
    border-left-color: rgba(73,72,71,.3)
}

.border-l-gray-background1\/40 {
    border-left-color: rgba(73,72,71,.4)
}

.border-l-gray-background1\/5 {
    border-left-color: rgba(73,72,71,.05)
}

.border-l-gray-background1\/50 {
    border-left-color: rgba(73,72,71,.5)
}

.border-l-gray-background1\/60 {
    border-left-color: rgba(73,72,71,.6)
}

.border-l-gray-background1\/70 {
    border-left-color: rgba(73,72,71,.7)
}

.border-l-gray-background1\/75 {
    border-left-color: rgba(73,72,71,.75)
}

.border-l-gray-background1\/80 {
    border-left-color: rgba(73,72,71,.8)
}

.border-l-gray-background1\/90 {
    border-left-color: rgba(73,72,71,.9)
}

.border-l-gray-background1\/95 {
    border-left-color: rgba(73,72,71,.95)
}

.border-l-gray-background2 {
    --tw-border-opacity: 1;
    border-left-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-l-gray-background2\/0 {
    border-left-color: rgba(58,58,58,0)
}

.border-l-gray-background2\/10 {
    border-left-color: rgba(58,58,58,.1)
}

.border-l-gray-background2\/100 {
    border-left-color: #3a3a3a
}

.border-l-gray-background2\/20 {
    border-left-color: rgba(58,58,58,.2)
}

.border-l-gray-background2\/25 {
    border-left-color: rgba(58,58,58,.25)
}

.border-l-gray-background2\/30 {
    border-left-color: rgba(58,58,58,.3)
}

.border-l-gray-background2\/40 {
    border-left-color: rgba(58,58,58,.4)
}

.border-l-gray-background2\/5 {
    border-left-color: rgba(58,58,58,.05)
}

.border-l-gray-background2\/50 {
    border-left-color: rgba(58,58,58,.5)
}

.border-l-gray-background2\/60 {
    border-left-color: rgba(58,58,58,.6)
}

.border-l-gray-background2\/70 {
    border-left-color: rgba(58,58,58,.7)
}

.border-l-gray-background2\/75 {
    border-left-color: rgba(58,58,58,.75)
}

.border-l-gray-background2\/80 {
    border-left-color: rgba(58,58,58,.8)
}

.border-l-gray-background2\/90 {
    border-left-color: rgba(58,58,58,.9)
}

.border-l-gray-background2\/95 {
    border-left-color: rgba(58,58,58,.95)
}

.border-l-gray-bg1 {
    --tw-border-opacity: 1;
    border-left-color: rgb(23 22 19/var(--tw-border-opacity))
}

.border-l-gray-bg1\/0 {
    border-left-color: rgba(23,22,19,0)
}

.border-l-gray-bg1\/10 {
    border-left-color: rgba(23,22,19,.1)
}

.border-l-gray-bg1\/100 {
    border-left-color: #171613
}

.border-l-gray-bg1\/20 {
    border-left-color: rgba(23,22,19,.2)
}

.border-l-gray-bg1\/25 {
    border-left-color: rgba(23,22,19,.25)
}

.border-l-gray-bg1\/30 {
    border-left-color: rgba(23,22,19,.3)
}

.border-l-gray-bg1\/40 {
    border-left-color: rgba(23,22,19,.4)
}

.border-l-gray-bg1\/5 {
    border-left-color: rgba(23,22,19,.05)
}

.border-l-gray-bg1\/50 {
    border-left-color: rgba(23,22,19,.5)
}

.border-l-gray-bg1\/60 {
    border-left-color: rgba(23,22,19,.6)
}

.border-l-gray-bg1\/70 {
    border-left-color: rgba(23,22,19,.7)
}

.border-l-gray-bg1\/75 {
    border-left-color: rgba(23,22,19,.75)
}

.border-l-gray-bg1\/80 {
    border-left-color: rgba(23,22,19,.8)
}

.border-l-gray-bg1\/90 {
    border-left-color: rgba(23,22,19,.9)
}

.border-l-gray-bg1\/95 {
    border-left-color: rgba(23,22,19,.95)
}

.border-l-gray-bg2 {
    --tw-border-opacity: 1;
    border-left-color: rgb(71 70 64/var(--tw-border-opacity))
}

.border-l-gray-bg2\/0 {
    border-left-color: rgba(71,70,64,0)
}

.border-l-gray-bg2\/10 {
    border-left-color: rgba(71,70,64,.1)
}

.border-l-gray-bg2\/100 {
    border-left-color: #474640
}

.border-l-gray-bg2\/20 {
    border-left-color: rgba(71,70,64,.2)
}

.border-l-gray-bg2\/25 {
    border-left-color: rgba(71,70,64,.25)
}

.border-l-gray-bg2\/30 {
    border-left-color: rgba(71,70,64,.3)
}

.border-l-gray-bg2\/40 {
    border-left-color: rgba(71,70,64,.4)
}

.border-l-gray-bg2\/5 {
    border-left-color: rgba(71,70,64,.05)
}

.border-l-gray-bg2\/50 {
    border-left-color: rgba(71,70,64,.5)
}

.border-l-gray-bg2\/60 {
    border-left-color: rgba(71,70,64,.6)
}

.border-l-gray-bg2\/70 {
    border-left-color: rgba(71,70,64,.7)
}

.border-l-gray-bg2\/75 {
    border-left-color: rgba(71,70,64,.75)
}

.border-l-gray-bg2\/80 {
    border-left-color: rgba(71,70,64,.8)
}

.border-l-gray-bg2\/90 {
    border-left-color: rgba(71,70,64,.9)
}

.border-l-gray-bg2\/95 {
    border-left-color: rgba(71,70,64,.95)
}

.border-l-gray-bg3 {
    --tw-border-opacity: 1;
    border-left-color: rgb(51 50 47/var(--tw-border-opacity))
}

.border-l-gray-bg3\/0 {
    border-left-color: rgba(51,50,47,0)
}

.border-l-gray-bg3\/10 {
    border-left-color: rgba(51,50,47,.1)
}

.border-l-gray-bg3\/100 {
    border-left-color: #33322f
}

.border-l-gray-bg3\/20 {
    border-left-color: rgba(51,50,47,.2)
}

.border-l-gray-bg3\/25 {
    border-left-color: rgba(51,50,47,.25)
}

.border-l-gray-bg3\/30 {
    border-left-color: rgba(51,50,47,.3)
}

.border-l-gray-bg3\/40 {
    border-left-color: rgba(51,50,47,.4)
}

.border-l-gray-bg3\/5 {
    border-left-color: rgba(51,50,47,.05)
}

.border-l-gray-bg3\/50 {
    border-left-color: rgba(51,50,47,.5)
}

.border-l-gray-bg3\/60 {
    border-left-color: rgba(51,50,47,.6)
}

.border-l-gray-bg3\/70 {
    border-left-color: rgba(51,50,47,.7)
}

.border-l-gray-bg3\/75 {
    border-left-color: rgba(51,50,47,.75)
}

.border-l-gray-bg3\/80 {
    border-left-color: rgba(51,50,47,.8)
}

.border-l-gray-bg3\/90 {
    border-left-color: rgba(51,50,47,.9)
}

.border-l-gray-bg3\/95 {
    border-left-color: rgba(51,50,47,.95)
}

.border-l-gray-bg4 {
    --tw-border-opacity: 1;
    border-left-color: rgb(41 42 43/var(--tw-border-opacity))
}

.border-l-gray-bg4\/0 {
    border-left-color: rgba(41,42,43,0)
}

.border-l-gray-bg4\/10 {
    border-left-color: rgba(41,42,43,.1)
}

.border-l-gray-bg4\/100 {
    border-left-color: #292a2b
}

.border-l-gray-bg4\/20 {
    border-left-color: rgba(41,42,43,.2)
}

.border-l-gray-bg4\/25 {
    border-left-color: rgba(41,42,43,.25)
}

.border-l-gray-bg4\/30 {
    border-left-color: rgba(41,42,43,.3)
}

.border-l-gray-bg4\/40 {
    border-left-color: rgba(41,42,43,.4)
}

.border-l-gray-bg4\/5 {
    border-left-color: rgba(41,42,43,.05)
}

.border-l-gray-bg4\/50 {
    border-left-color: rgba(41,42,43,.5)
}

.border-l-gray-bg4\/60 {
    border-left-color: rgba(41,42,43,.6)
}

.border-l-gray-bg4\/70 {
    border-left-color: rgba(41,42,43,.7)
}

.border-l-gray-bg4\/75 {
    border-left-color: rgba(41,42,43,.75)
}

.border-l-gray-bg4\/80 {
    border-left-color: rgba(41,42,43,.8)
}

.border-l-gray-bg4\/90 {
    border-left-color: rgba(41,42,43,.9)
}

.border-l-gray-bg4\/95 {
    border-left-color: rgba(41,42,43,.95)
}

.border-l-gray-bg5 {
    --tw-border-opacity: 1;
    border-left-color: rgb(33 34 35/var(--tw-border-opacity))
}

.border-l-gray-bg5\/0 {
    border-left-color: rgba(33,34,35,0)
}

.border-l-gray-bg5\/10 {
    border-left-color: rgba(33,34,35,.1)
}

.border-l-gray-bg5\/100 {
    border-left-color: #212223
}

.border-l-gray-bg5\/20 {
    border-left-color: rgba(33,34,35,.2)
}

.border-l-gray-bg5\/25 {
    border-left-color: rgba(33,34,35,.25)
}

.border-l-gray-bg5\/30 {
    border-left-color: rgba(33,34,35,.3)
}

.border-l-gray-bg5\/40 {
    border-left-color: rgba(33,34,35,.4)
}

.border-l-gray-bg5\/5 {
    border-left-color: rgba(33,34,35,.05)
}

.border-l-gray-bg5\/50 {
    border-left-color: rgba(33,34,35,.5)
}

.border-l-gray-bg5\/60 {
    border-left-color: rgba(33,34,35,.6)
}

.border-l-gray-bg5\/70 {
    border-left-color: rgba(33,34,35,.7)
}

.border-l-gray-bg5\/75 {
    border-left-color: rgba(33,34,35,.75)
}

.border-l-gray-bg5\/80 {
    border-left-color: rgba(33,34,35,.8)
}

.border-l-gray-bg5\/90 {
    border-left-color: rgba(33,34,35,.9)
}

.border-l-gray-bg5\/95 {
    border-left-color: rgba(33,34,35,.95)
}

.border-l-gray-border {
    --tw-border-opacity: 1;
    border-left-color: rgb(65 65 65/var(--tw-border-opacity))
}

.border-l-gray-border\/0 {
    border-left-color: rgba(65,65,65,0)
}

.border-l-gray-border\/10 {
    border-left-color: rgba(65,65,65,.1)
}

.border-l-gray-border\/100 {
    border-left-color: #414141
}

.border-l-gray-border\/20 {
    border-left-color: rgba(65,65,65,.2)
}

.border-l-gray-border\/25 {
    border-left-color: rgba(65,65,65,.25)
}

.border-l-gray-border\/30 {
    border-left-color: rgba(65,65,65,.3)
}

.border-l-gray-border\/40 {
    border-left-color: rgba(65,65,65,.4)
}

.border-l-gray-border\/5 {
    border-left-color: rgba(65,65,65,.05)
}

.border-l-gray-border\/50 {
    border-left-color: rgba(65,65,65,.5)
}

.border-l-gray-border\/60 {
    border-left-color: rgba(65,65,65,.6)
}

.border-l-gray-border\/70 {
    border-left-color: rgba(65,65,65,.7)
}

.border-l-gray-border\/75 {
    border-left-color: rgba(65,65,65,.75)
}

.border-l-gray-border\/80 {
    border-left-color: rgba(65,65,65,.8)
}

.border-l-gray-border\/90 {
    border-left-color: rgba(65,65,65,.9)
}

.border-l-gray-border\/95 {
    border-left-color: rgba(65,65,65,.95)
}

.border-l-gray-button {
    --tw-border-opacity: 1;
    border-left-color: rgb(115 115 116/var(--tw-border-opacity))
}

.border-l-gray-button\/0 {
    border-left-color: hsla(240,0%,45%,0)
}

.border-l-gray-button\/10 {
    border-left-color: hsla(240,0%,45%,.1)
}

.border-l-gray-button\/100 {
    border-left-color: #737374
}

.border-l-gray-button\/20 {
    border-left-color: hsla(240,0%,45%,.2)
}

.border-l-gray-button\/25 {
    border-left-color: hsla(240,0%,45%,.25)
}

.border-l-gray-button\/30 {
    border-left-color: hsla(240,0%,45%,.3)
}

.border-l-gray-button\/40 {
    border-left-color: hsla(240,0%,45%,.4)
}

.border-l-gray-button\/5 {
    border-left-color: hsla(240,0%,45%,.05)
}

.border-l-gray-button\/50 {
    border-left-color: hsla(240,0%,45%,.5)
}

.border-l-gray-button\/60 {
    border-left-color: hsla(240,0%,45%,.6)
}

.border-l-gray-button\/70 {
    border-left-color: hsla(240,0%,45%,.7)
}

.border-l-gray-button\/75 {
    border-left-color: hsla(240,0%,45%,.75)
}

.border-l-gray-button\/80 {
    border-left-color: hsla(240,0%,45%,.8)
}

.border-l-gray-button\/90 {
    border-left-color: hsla(240,0%,45%,.9)
}

.border-l-gray-button\/95 {
    border-left-color: hsla(240,0%,45%,.95)
}

.border-l-gray-claimed {
    --tw-border-opacity: 1;
    border-left-color: rgb(62 61 61/var(--tw-border-opacity))
}

.border-l-gray-claimed\/0 {
    border-left-color: rgba(62,61,61,0)
}

.border-l-gray-claimed\/10 {
    border-left-color: rgba(62,61,61,.1)
}

.border-l-gray-claimed\/100 {
    border-left-color: #3e3d3d
}

.border-l-gray-claimed\/20 {
    border-left-color: rgba(62,61,61,.2)
}

.border-l-gray-claimed\/25 {
    border-left-color: rgba(62,61,61,.25)
}

.border-l-gray-claimed\/30 {
    border-left-color: rgba(62,61,61,.3)
}

.border-l-gray-claimed\/40 {
    border-left-color: rgba(62,61,61,.4)
}

.border-l-gray-claimed\/5 {
    border-left-color: rgba(62,61,61,.05)
}

.border-l-gray-claimed\/50 {
    border-left-color: rgba(62,61,61,.5)
}

.border-l-gray-claimed\/60 {
    border-left-color: rgba(62,61,61,.6)
}

.border-l-gray-claimed\/70 {
    border-left-color: rgba(62,61,61,.7)
}

.border-l-gray-claimed\/75 {
    border-left-color: rgba(62,61,61,.75)
}

.border-l-gray-claimed\/80 {
    border-left-color: rgba(62,61,61,.8)
}

.border-l-gray-claimed\/90 {
    border-left-color: rgba(62,61,61,.9)
}

.border-l-gray-claimed\/95 {
    border-left-color: rgba(62,61,61,.95)
}

.border-l-gray-default {
    --tw-border-opacity: 1;
    border-left-color: rgb(130 138 147/var(--tw-border-opacity))
}

.border-l-gray-default\/0 {
    border-left-color: hsla(212,7%,54%,0)
}

.border-l-gray-default\/10 {
    border-left-color: hsla(212,7%,54%,.1)
}

.border-l-gray-default\/100 {
    border-left-color: #828a93
}

.border-l-gray-default\/20 {
    border-left-color: hsla(212,7%,54%,.2)
}

.border-l-gray-default\/25 {
    border-left-color: hsla(212,7%,54%,.25)
}

.border-l-gray-default\/30 {
    border-left-color: hsla(212,7%,54%,.3)
}

.border-l-gray-default\/40 {
    border-left-color: hsla(212,7%,54%,.4)
}

.border-l-gray-default\/5 {
    border-left-color: hsla(212,7%,54%,.05)
}

.border-l-gray-default\/50 {
    border-left-color: hsla(212,7%,54%,.5)
}

.border-l-gray-default\/60 {
    border-left-color: hsla(212,7%,54%,.6)
}

.border-l-gray-default\/70 {
    border-left-color: hsla(212,7%,54%,.7)
}

.border-l-gray-default\/75 {
    border-left-color: hsla(212,7%,54%,.75)
}

.border-l-gray-default\/80 {
    border-left-color: hsla(212,7%,54%,.8)
}

.border-l-gray-default\/90 {
    border-left-color: hsla(212,7%,54%,.9)
}

.border-l-gray-default\/95 {
    border-left-color: hsla(212,7%,54%,.95)
}

.border-l-gray-disable {
    --tw-border-opacity: 1;
    border-left-color: rgb(102 102 100/var(--tw-border-opacity))
}

.border-l-gray-disable\/0 {
    border-left-color: hsla(60,1%,40%,0)
}

.border-l-gray-disable\/10 {
    border-left-color: hsla(60,1%,40%,.1)
}

.border-l-gray-disable\/100 {
    border-left-color: #666664
}

.border-l-gray-disable\/20 {
    border-left-color: hsla(60,1%,40%,.2)
}

.border-l-gray-disable\/25 {
    border-left-color: hsla(60,1%,40%,.25)
}

.border-l-gray-disable\/30 {
    border-left-color: hsla(60,1%,40%,.3)
}

.border-l-gray-disable\/40 {
    border-left-color: hsla(60,1%,40%,.4)
}

.border-l-gray-disable\/5 {
    border-left-color: hsla(60,1%,40%,.05)
}

.border-l-gray-disable\/50 {
    border-left-color: hsla(60,1%,40%,.5)
}

.border-l-gray-disable\/60 {
    border-left-color: hsla(60,1%,40%,.6)
}

.border-l-gray-disable\/70 {
    border-left-color: hsla(60,1%,40%,.7)
}

.border-l-gray-disable\/75 {
    border-left-color: hsla(60,1%,40%,.75)
}

.border-l-gray-disable\/80 {
    border-left-color: hsla(60,1%,40%,.8)
}

.border-l-gray-disable\/90 {
    border-left-color: hsla(60,1%,40%,.9)
}

.border-l-gray-disable\/95 {
    border-left-color: hsla(60,1%,40%,.95)
}

.border-l-gray-form {
    --tw-border-opacity: 1;
    border-left-color: rgb(42 44 49/var(--tw-border-opacity))
}

.border-l-gray-form\/0 {
    border-left-color: rgba(42,44,49,0)
}

.border-l-gray-form\/10 {
    border-left-color: rgba(42,44,49,.1)
}

.border-l-gray-form\/100 {
    border-left-color: #2a2c31
}

.border-l-gray-form\/20 {
    border-left-color: rgba(42,44,49,.2)
}

.border-l-gray-form\/25 {
    border-left-color: rgba(42,44,49,.25)
}

.border-l-gray-form\/30 {
    border-left-color: rgba(42,44,49,.3)
}

.border-l-gray-form\/40 {
    border-left-color: rgba(42,44,49,.4)
}

.border-l-gray-form\/5 {
    border-left-color: rgba(42,44,49,.05)
}

.border-l-gray-form\/50 {
    border-left-color: rgba(42,44,49,.5)
}

.border-l-gray-form\/60 {
    border-left-color: rgba(42,44,49,.6)
}

.border-l-gray-form\/70 {
    border-left-color: rgba(42,44,49,.7)
}

.border-l-gray-form\/75 {
    border-left-color: rgba(42,44,49,.75)
}

.border-l-gray-form\/80 {
    border-left-color: rgba(42,44,49,.8)
}

.border-l-gray-form\/90 {
    border-left-color: rgba(42,44,49,.9)
}

.border-l-gray-form\/95 {
    border-left-color: rgba(42,44,49,.95)
}

.border-l-gray-hot-match-text {
    --tw-border-opacity: 1;
    border-left-color: rgb(205 204 206/var(--tw-border-opacity))
}

.border-l-gray-hot-match-text\/0 {
    border-left-color: hsla(270,2%,80%,0)
}

.border-l-gray-hot-match-text\/10 {
    border-left-color: hsla(270,2%,80%,.1)
}

.border-l-gray-hot-match-text\/100 {
    border-left-color: #cdccce
}

.border-l-gray-hot-match-text\/20 {
    border-left-color: hsla(270,2%,80%,.2)
}

.border-l-gray-hot-match-text\/25 {
    border-left-color: hsla(270,2%,80%,.25)
}

.border-l-gray-hot-match-text\/30 {
    border-left-color: hsla(270,2%,80%,.3)
}

.border-l-gray-hot-match-text\/40 {
    border-left-color: hsla(270,2%,80%,.4)
}

.border-l-gray-hot-match-text\/5 {
    border-left-color: hsla(270,2%,80%,.05)
}

.border-l-gray-hot-match-text\/50 {
    border-left-color: hsla(270,2%,80%,.5)
}

.border-l-gray-hot-match-text\/60 {
    border-left-color: hsla(270,2%,80%,.6)
}

.border-l-gray-hot-match-text\/70 {
    border-left-color: hsla(270,2%,80%,.7)
}

.border-l-gray-hot-match-text\/75 {
    border-left-color: hsla(270,2%,80%,.75)
}

.border-l-gray-hot-match-text\/80 {
    border-left-color: hsla(270,2%,80%,.8)
}

.border-l-gray-hot-match-text\/90 {
    border-left-color: hsla(270,2%,80%,.9)
}

.border-l-gray-hot-match-text\/95 {
    border-left-color: hsla(270,2%,80%,.95)
}

.border-l-gray-info {
    --tw-border-opacity: 1;
    border-left-color: rgb(38 38 38/var(--tw-border-opacity))
}

.border-l-gray-info\/0 {
    border-left-color: rgba(38,38,38,0)
}

.border-l-gray-info\/10 {
    border-left-color: rgba(38,38,38,.1)
}

.border-l-gray-info\/100 {
    border-left-color: #262626
}

.border-l-gray-info\/20 {
    border-left-color: rgba(38,38,38,.2)
}

.border-l-gray-info\/25 {
    border-left-color: rgba(38,38,38,.25)
}

.border-l-gray-info\/30 {
    border-left-color: rgba(38,38,38,.3)
}

.border-l-gray-info\/40 {
    border-left-color: rgba(38,38,38,.4)
}

.border-l-gray-info\/5 {
    border-left-color: rgba(38,38,38,.05)
}

.border-l-gray-info\/50 {
    border-left-color: rgba(38,38,38,.5)
}

.border-l-gray-info\/60 {
    border-left-color: rgba(38,38,38,.6)
}

.border-l-gray-info\/70 {
    border-left-color: rgba(38,38,38,.7)
}

.border-l-gray-info\/75 {
    border-left-color: rgba(38,38,38,.75)
}

.border-l-gray-info\/80 {
    border-left-color: rgba(38,38,38,.8)
}

.border-l-gray-info\/90 {
    border-left-color: rgba(38,38,38,.9)
}

.border-l-gray-info\/95 {
    border-left-color: rgba(38,38,38,.95)
}

.border-l-gray-item-history {
    --tw-border-opacity: 1;
    border-left-color: rgb(56 64 69/var(--tw-border-opacity))
}

.border-l-gray-item-history\/0 {
    border-left-color: rgba(56,64,69,0)
}

.border-l-gray-item-history\/10 {
    border-left-color: rgba(56,64,69,.1)
}

.border-l-gray-item-history\/100 {
    border-left-color: #384045
}

.border-l-gray-item-history\/20 {
    border-left-color: rgba(56,64,69,.2)
}

.border-l-gray-item-history\/25 {
    border-left-color: rgba(56,64,69,.25)
}

.border-l-gray-item-history\/30 {
    border-left-color: rgba(56,64,69,.3)
}

.border-l-gray-item-history\/40 {
    border-left-color: rgba(56,64,69,.4)
}

.border-l-gray-item-history\/5 {
    border-left-color: rgba(56,64,69,.05)
}

.border-l-gray-item-history\/50 {
    border-left-color: rgba(56,64,69,.5)
}

.border-l-gray-item-history\/60 {
    border-left-color: rgba(56,64,69,.6)
}

.border-l-gray-item-history\/70 {
    border-left-color: rgba(56,64,69,.7)
}

.border-l-gray-item-history\/75 {
    border-left-color: rgba(56,64,69,.75)
}

.border-l-gray-item-history\/80 {
    border-left-color: rgba(56,64,69,.8)
}

.border-l-gray-item-history\/90 {
    border-left-color: rgba(56,64,69,.9)
}

.border-l-gray-item-history\/95 {
    border-left-color: rgba(56,64,69,.95)
}

.border-l-gray-label {
    --tw-border-opacity: 1;
    border-left-color: rgb(138 138 138/var(--tw-border-opacity))
}

.border-l-gray-label\/0 {
    border-left-color: hsla(0,0%,54%,0)
}

.border-l-gray-label\/10 {
    border-left-color: hsla(0,0%,54%,.1)
}

.border-l-gray-label\/100 {
    border-left-color: #8a8a8a
}

.border-l-gray-label\/20 {
    border-left-color: hsla(0,0%,54%,.2)
}

.border-l-gray-label\/25 {
    border-left-color: hsla(0,0%,54%,.25)
}

.border-l-gray-label\/30 {
    border-left-color: hsla(0,0%,54%,.3)
}

.border-l-gray-label\/40 {
    border-left-color: hsla(0,0%,54%,.4)
}

.border-l-gray-label\/5 {
    border-left-color: hsla(0,0%,54%,.05)
}

.border-l-gray-label\/50 {
    border-left-color: hsla(0,0%,54%,.5)
}

.border-l-gray-label\/60 {
    border-left-color: hsla(0,0%,54%,.6)
}

.border-l-gray-label\/70 {
    border-left-color: hsla(0,0%,54%,.7)
}

.border-l-gray-label\/75 {
    border-left-color: hsla(0,0%,54%,.75)
}

.border-l-gray-label\/80 {
    border-left-color: hsla(0,0%,54%,.8)
}

.border-l-gray-label\/90 {
    border-left-color: hsla(0,0%,54%,.9)
}

.border-l-gray-label\/95 {
    border-left-color: hsla(0,0%,54%,.95)
}

.border-l-gray-light {
    --tw-border-opacity: 1;
    border-left-color: rgb(151 150 153/var(--tw-border-opacity))
}

.border-l-gray-light\/0 {
    border-left-color: hsla(260,1%,59%,0)
}

.border-l-gray-light\/10 {
    border-left-color: hsla(260,1%,59%,.1)
}

.border-l-gray-light\/100 {
    border-left-color: #979699
}

.border-l-gray-light\/20 {
    border-left-color: hsla(260,1%,59%,.2)
}

.border-l-gray-light\/25 {
    border-left-color: hsla(260,1%,59%,.25)
}

.border-l-gray-light\/30 {
    border-left-color: hsla(260,1%,59%,.3)
}

.border-l-gray-light\/40 {
    border-left-color: hsla(260,1%,59%,.4)
}

.border-l-gray-light\/5 {
    border-left-color: hsla(260,1%,59%,.05)
}

.border-l-gray-light\/50 {
    border-left-color: hsla(260,1%,59%,.5)
}

.border-l-gray-light\/60 {
    border-left-color: hsla(260,1%,59%,.6)
}

.border-l-gray-light\/70 {
    border-left-color: hsla(260,1%,59%,.7)
}

.border-l-gray-light\/75 {
    border-left-color: hsla(260,1%,59%,.75)
}

.border-l-gray-light\/80 {
    border-left-color: hsla(260,1%,59%,.8)
}

.border-l-gray-light\/90 {
    border-left-color: hsla(260,1%,59%,.9)
}

.border-l-gray-light\/95 {
    border-left-color: hsla(260,1%,59%,.95)
}

.border-l-gray-marquee-text {
    --tw-border-opacity: 1;
    border-left-color: rgb(190 189 184/var(--tw-border-opacity))
}

.border-l-gray-marquee-text\/0 {
    border-left-color: hsla(50,4%,73%,0)
}

.border-l-gray-marquee-text\/10 {
    border-left-color: hsla(50,4%,73%,.1)
}

.border-l-gray-marquee-text\/100 {
    border-left-color: #bebdb8
}

.border-l-gray-marquee-text\/20 {
    border-left-color: hsla(50,4%,73%,.2)
}

.border-l-gray-marquee-text\/25 {
    border-left-color: hsla(50,4%,73%,.25)
}

.border-l-gray-marquee-text\/30 {
    border-left-color: hsla(50,4%,73%,.3)
}

.border-l-gray-marquee-text\/40 {
    border-left-color: hsla(50,4%,73%,.4)
}

.border-l-gray-marquee-text\/5 {
    border-left-color: hsla(50,4%,73%,.05)
}

.border-l-gray-marquee-text\/50 {
    border-left-color: hsla(50,4%,73%,.5)
}

.border-l-gray-marquee-text\/60 {
    border-left-color: hsla(50,4%,73%,.6)
}

.border-l-gray-marquee-text\/70 {
    border-left-color: hsla(50,4%,73%,.7)
}

.border-l-gray-marquee-text\/75 {
    border-left-color: hsla(50,4%,73%,.75)
}

.border-l-gray-marquee-text\/80 {
    border-left-color: hsla(50,4%,73%,.8)
}

.border-l-gray-marquee-text\/90 {
    border-left-color: hsla(50,4%,73%,.9)
}

.border-l-gray-marquee-text\/95 {
    border-left-color: hsla(50,4%,73%,.95)
}

.border-l-gray-placeholder {
    --tw-border-opacity: 1;
    border-left-color: rgb(130 138 147/var(--tw-border-opacity))
}

.border-l-gray-placeholder\/0 {
    border-left-color: hsla(212,7%,54%,0)
}

.border-l-gray-placeholder\/10 {
    border-left-color: hsla(212,7%,54%,.1)
}

.border-l-gray-placeholder\/100 {
    border-left-color: #828a93
}

.border-l-gray-placeholder\/20 {
    border-left-color: hsla(212,7%,54%,.2)
}

.border-l-gray-placeholder\/25 {
    border-left-color: hsla(212,7%,54%,.25)
}

.border-l-gray-placeholder\/30 {
    border-left-color: hsla(212,7%,54%,.3)
}

.border-l-gray-placeholder\/40 {
    border-left-color: hsla(212,7%,54%,.4)
}

.border-l-gray-placeholder\/5 {
    border-left-color: hsla(212,7%,54%,.05)
}

.border-l-gray-placeholder\/50 {
    border-left-color: hsla(212,7%,54%,.5)
}

.border-l-gray-placeholder\/60 {
    border-left-color: hsla(212,7%,54%,.6)
}

.border-l-gray-placeholder\/70 {
    border-left-color: hsla(212,7%,54%,.7)
}

.border-l-gray-placeholder\/75 {
    border-left-color: hsla(212,7%,54%,.75)
}

.border-l-gray-placeholder\/80 {
    border-left-color: hsla(212,7%,54%,.8)
}

.border-l-gray-placeholder\/90 {
    border-left-color: hsla(212,7%,54%,.9)
}

.border-l-gray-placeholder\/95 {
    border-left-color: hsla(212,7%,54%,.95)
}

.border-l-gray-popup {
    --tw-border-opacity: 1;
    border-left-color: rgb(178 178 182/var(--tw-border-opacity))
}

.border-l-gray-popup\/0 {
    border-left-color: hsla(240,3%,71%,0)
}

.border-l-gray-popup\/10 {
    border-left-color: hsla(240,3%,71%,.1)
}

.border-l-gray-popup\/100 {
    border-left-color: #b2b2b6
}

.border-l-gray-popup\/20 {
    border-left-color: hsla(240,3%,71%,.2)
}

.border-l-gray-popup\/25 {
    border-left-color: hsla(240,3%,71%,.25)
}

.border-l-gray-popup\/30 {
    border-left-color: hsla(240,3%,71%,.3)
}

.border-l-gray-popup\/40 {
    border-left-color: hsla(240,3%,71%,.4)
}

.border-l-gray-popup\/5 {
    border-left-color: hsla(240,3%,71%,.05)
}

.border-l-gray-popup\/50 {
    border-left-color: hsla(240,3%,71%,.5)
}

.border-l-gray-popup\/60 {
    border-left-color: hsla(240,3%,71%,.6)
}

.border-l-gray-popup\/70 {
    border-left-color: hsla(240,3%,71%,.7)
}

.border-l-gray-popup\/75 {
    border-left-color: hsla(240,3%,71%,.75)
}

.border-l-gray-popup\/80 {
    border-left-color: hsla(240,3%,71%,.8)
}

.border-l-gray-popup\/90 {
    border-left-color: hsla(240,3%,71%,.9)
}

.border-l-gray-popup\/95 {
    border-left-color: hsla(240,3%,71%,.95)
}

.border-l-gray-progress-non {
    --tw-border-opacity: 1;
    border-left-color: rgb(15 16 17/var(--tw-border-opacity))
}

.border-l-gray-progress-non\/0 {
    border-left-color: rgba(15,16,17,0)
}

.border-l-gray-progress-non\/10 {
    border-left-color: rgba(15,16,17,.1)
}

.border-l-gray-progress-non\/100 {
    border-left-color: #0f1011
}

.border-l-gray-progress-non\/20 {
    border-left-color: rgba(15,16,17,.2)
}

.border-l-gray-progress-non\/25 {
    border-left-color: rgba(15,16,17,.25)
}

.border-l-gray-progress-non\/30 {
    border-left-color: rgba(15,16,17,.3)
}

.border-l-gray-progress-non\/40 {
    border-left-color: rgba(15,16,17,.4)
}

.border-l-gray-progress-non\/5 {
    border-left-color: rgba(15,16,17,.05)
}

.border-l-gray-progress-non\/50 {
    border-left-color: rgba(15,16,17,.5)
}

.border-l-gray-progress-non\/60 {
    border-left-color: rgba(15,16,17,.6)
}

.border-l-gray-progress-non\/70 {
    border-left-color: rgba(15,16,17,.7)
}

.border-l-gray-progress-non\/75 {
    border-left-color: rgba(15,16,17,.75)
}

.border-l-gray-progress-non\/80 {
    border-left-color: rgba(15,16,17,.8)
}

.border-l-gray-progress-non\/90 {
    border-left-color: rgba(15,16,17,.9)
}

.border-l-gray-progress-non\/95 {
    border-left-color: rgba(15,16,17,.95)
}

.border-l-gray-qr-code {
    --tw-border-opacity: 1;
    border-left-color: rgb(85 85 85/var(--tw-border-opacity))
}

.border-l-gray-qr-code\/0 {
    border-left-color: rgba(85,85,85,0)
}

.border-l-gray-qr-code\/10 {
    border-left-color: rgba(85,85,85,.1)
}

.border-l-gray-qr-code\/100 {
    border-left-color: #555
}

.border-l-gray-qr-code\/20 {
    border-left-color: rgba(85,85,85,.2)
}

.border-l-gray-qr-code\/25 {
    border-left-color: rgba(85,85,85,.25)
}

.border-l-gray-qr-code\/30 {
    border-left-color: rgba(85,85,85,.3)
}

.border-l-gray-qr-code\/40 {
    border-left-color: rgba(85,85,85,.4)
}

.border-l-gray-qr-code\/5 {
    border-left-color: rgba(85,85,85,.05)
}

.border-l-gray-qr-code\/50 {
    border-left-color: rgba(85,85,85,.5)
}

.border-l-gray-qr-code\/60 {
    border-left-color: rgba(85,85,85,.6)
}

.border-l-gray-qr-code\/70 {
    border-left-color: rgba(85,85,85,.7)
}

.border-l-gray-qr-code\/75 {
    border-left-color: rgba(85,85,85,.75)
}

.border-l-gray-qr-code\/80 {
    border-left-color: rgba(85,85,85,.8)
}

.border-l-gray-qr-code\/90 {
    border-left-color: rgba(85,85,85,.9)
}

.border-l-gray-qr-code\/95 {
    border-left-color: rgba(85,85,85,.95)
}

.border-l-gray-show-all {
    --tw-border-opacity: 1;
    border-left-color: rgb(86 86 86/var(--tw-border-opacity))
}

.border-l-gray-show-all\/0 {
    border-left-color: rgba(86,86,86,0)
}

.border-l-gray-show-all\/10 {
    border-left-color: rgba(86,86,86,.1)
}

.border-l-gray-show-all\/100 {
    border-left-color: #565656
}

.border-l-gray-show-all\/20 {
    border-left-color: rgba(86,86,86,.2)
}

.border-l-gray-show-all\/25 {
    border-left-color: rgba(86,86,86,.25)
}

.border-l-gray-show-all\/30 {
    border-left-color: rgba(86,86,86,.3)
}

.border-l-gray-show-all\/40 {
    border-left-color: rgba(86,86,86,.4)
}

.border-l-gray-show-all\/5 {
    border-left-color: rgba(86,86,86,.05)
}

.border-l-gray-show-all\/50 {
    border-left-color: rgba(86,86,86,.5)
}

.border-l-gray-show-all\/60 {
    border-left-color: rgba(86,86,86,.6)
}

.border-l-gray-show-all\/70 {
    border-left-color: rgba(86,86,86,.7)
}

.border-l-gray-show-all\/75 {
    border-left-color: rgba(86,86,86,.75)
}

.border-l-gray-show-all\/80 {
    border-left-color: rgba(86,86,86,.8)
}

.border-l-gray-show-all\/90 {
    border-left-color: rgba(86,86,86,.9)
}

.border-l-gray-show-all\/95 {
    border-left-color: rgba(86,86,86,.95)
}

.border-l-gray-symbol-coin {
    --tw-border-opacity: 1;
    border-left-color: rgb(73 73 74/var(--tw-border-opacity))
}

.border-l-gray-symbol-coin\/0 {
    border-left-color: rgba(73,73,74,0)
}

.border-l-gray-symbol-coin\/10 {
    border-left-color: rgba(73,73,74,.1)
}

.border-l-gray-symbol-coin\/100 {
    border-left-color: #49494a
}

.border-l-gray-symbol-coin\/20 {
    border-left-color: rgba(73,73,74,.2)
}

.border-l-gray-symbol-coin\/25 {
    border-left-color: rgba(73,73,74,.25)
}

.border-l-gray-symbol-coin\/30 {
    border-left-color: rgba(73,73,74,.3)
}

.border-l-gray-symbol-coin\/40 {
    border-left-color: rgba(73,73,74,.4)
}

.border-l-gray-symbol-coin\/5 {
    border-left-color: rgba(73,73,74,.05)
}

.border-l-gray-symbol-coin\/50 {
    border-left-color: rgba(73,73,74,.5)
}

.border-l-gray-symbol-coin\/60 {
    border-left-color: rgba(73,73,74,.6)
}

.border-l-gray-symbol-coin\/70 {
    border-left-color: rgba(73,73,74,.7)
}

.border-l-gray-symbol-coin\/75 {
    border-left-color: rgba(73,73,74,.75)
}

.border-l-gray-symbol-coin\/80 {
    border-left-color: rgba(73,73,74,.8)
}

.border-l-gray-symbol-coin\/90 {
    border-left-color: rgba(73,73,74,.9)
}

.border-l-gray-symbol-coin\/95 {
    border-left-color: rgba(73,73,74,.95)
}

.border-l-gray-text {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 210 194/var(--tw-border-opacity))
}

.border-l-gray-text-footer {
    --tw-border-opacity: 1;
    border-left-color: rgb(112 113 111/var(--tw-border-opacity))
}

.border-l-gray-text-footer\/0 {
    border-left-color: hsla(90,1%,44%,0)
}

.border-l-gray-text-footer\/10 {
    border-left-color: hsla(90,1%,44%,.1)
}

.border-l-gray-text-footer\/100 {
    border-left-color: #70716f
}

.border-l-gray-text-footer\/20 {
    border-left-color: hsla(90,1%,44%,.2)
}

.border-l-gray-text-footer\/25 {
    border-left-color: hsla(90,1%,44%,.25)
}

.border-l-gray-text-footer\/30 {
    border-left-color: hsla(90,1%,44%,.3)
}

.border-l-gray-text-footer\/40 {
    border-left-color: hsla(90,1%,44%,.4)
}

.border-l-gray-text-footer\/5 {
    border-left-color: hsla(90,1%,44%,.05)
}

.border-l-gray-text-footer\/50 {
    border-left-color: hsla(90,1%,44%,.5)
}

.border-l-gray-text-footer\/60 {
    border-left-color: hsla(90,1%,44%,.6)
}

.border-l-gray-text-footer\/70 {
    border-left-color: hsla(90,1%,44%,.7)
}

.border-l-gray-text-footer\/75 {
    border-left-color: hsla(90,1%,44%,.75)
}

.border-l-gray-text-footer\/80 {
    border-left-color: hsla(90,1%,44%,.8)
}

.border-l-gray-text-footer\/90 {
    border-left-color: hsla(90,1%,44%,.9)
}

.border-l-gray-text-footer\/95 {
    border-left-color: hsla(90,1%,44%,.95)
}

.border-l-gray-text-game {
    --tw-border-opacity: 1;
    border-left-color: rgb(143 143 143/var(--tw-border-opacity))
}

.border-l-gray-text-game\/0 {
    border-left-color: hsla(0,0%,56%,0)
}

.border-l-gray-text-game\/10 {
    border-left-color: hsla(0,0%,56%,.1)
}

.border-l-gray-text-game\/100 {
    border-left-color: #8f8f8f
}

.border-l-gray-text-game\/20 {
    border-left-color: hsla(0,0%,56%,.2)
}

.border-l-gray-text-game\/25 {
    border-left-color: hsla(0,0%,56%,.25)
}

.border-l-gray-text-game\/30 {
    border-left-color: hsla(0,0%,56%,.3)
}

.border-l-gray-text-game\/40 {
    border-left-color: hsla(0,0%,56%,.4)
}

.border-l-gray-text-game\/5 {
    border-left-color: hsla(0,0%,56%,.05)
}

.border-l-gray-text-game\/50 {
    border-left-color: hsla(0,0%,56%,.5)
}

.border-l-gray-text-game\/60 {
    border-left-color: hsla(0,0%,56%,.6)
}

.border-l-gray-text-game\/70 {
    border-left-color: hsla(0,0%,56%,.7)
}

.border-l-gray-text-game\/75 {
    border-left-color: hsla(0,0%,56%,.75)
}

.border-l-gray-text-game\/80 {
    border-left-color: hsla(0,0%,56%,.8)
}

.border-l-gray-text-game\/90 {
    border-left-color: hsla(0,0%,56%,.9)
}

.border-l-gray-text-game\/95 {
    border-left-color: hsla(0,0%,56%,.95)
}

.border-l-gray-text-popup-login {
    --tw-border-opacity: 1;
    border-left-color: rgb(128 128 128/var(--tw-border-opacity))
}

.border-l-gray-text-popup-login\/0 {
    border-left-color: hsla(0,0%,50%,0)
}

.border-l-gray-text-popup-login\/10 {
    border-left-color: hsla(0,0%,50%,.1)
}

.border-l-gray-text-popup-login\/100 {
    border-left-color: grey
}

.border-l-gray-text-popup-login\/20 {
    border-left-color: hsla(0,0%,50%,.2)
}

.border-l-gray-text-popup-login\/25 {
    border-left-color: hsla(0,0%,50%,.25)
}

.border-l-gray-text-popup-login\/30 {
    border-left-color: hsla(0,0%,50%,.3)
}

.border-l-gray-text-popup-login\/40 {
    border-left-color: hsla(0,0%,50%,.4)
}

.border-l-gray-text-popup-login\/5 {
    border-left-color: hsla(0,0%,50%,.05)
}

.border-l-gray-text-popup-login\/50 {
    border-left-color: hsla(0,0%,50%,.5)
}

.border-l-gray-text-popup-login\/60 {
    border-left-color: hsla(0,0%,50%,.6)
}

.border-l-gray-text-popup-login\/70 {
    border-left-color: hsla(0,0%,50%,.7)
}

.border-l-gray-text-popup-login\/75 {
    border-left-color: hsla(0,0%,50%,.75)
}

.border-l-gray-text-popup-login\/80 {
    border-left-color: hsla(0,0%,50%,.8)
}

.border-l-gray-text-popup-login\/90 {
    border-left-color: hsla(0,0%,50%,.9)
}

.border-l-gray-text-popup-login\/95 {
    border-left-color: hsla(0,0%,50%,.95)
}

.border-l-gray-text\/0 {
    border-left-color: hsla(38,26%,81%,0)
}

.border-l-gray-text\/10 {
    border-left-color: hsla(38,26%,81%,.1)
}

.border-l-gray-text\/100 {
    border-left-color: #dbd2c2
}

.border-l-gray-text\/20 {
    border-left-color: hsla(38,26%,81%,.2)
}

.border-l-gray-text\/25 {
    border-left-color: hsla(38,26%,81%,.25)
}

.border-l-gray-text\/30 {
    border-left-color: hsla(38,26%,81%,.3)
}

.border-l-gray-text\/40 {
    border-left-color: hsla(38,26%,81%,.4)
}

.border-l-gray-text\/5 {
    border-left-color: hsla(38,26%,81%,.05)
}

.border-l-gray-text\/50 {
    border-left-color: hsla(38,26%,81%,.5)
}

.border-l-gray-text\/60 {
    border-left-color: hsla(38,26%,81%,.6)
}

.border-l-gray-text\/70 {
    border-left-color: hsla(38,26%,81%,.7)
}

.border-l-gray-text\/75 {
    border-left-color: hsla(38,26%,81%,.75)
}

.border-l-gray-text\/80 {
    border-left-color: hsla(38,26%,81%,.8)
}

.border-l-gray-text\/90 {
    border-left-color: hsla(38,26%,81%,.9)
}

.border-l-gray-text\/95 {
    border-left-color: hsla(38,26%,81%,.95)
}

.border-l-gray-title-game {
    --tw-border-opacity: 1;
    border-left-color: rgb(230 230 230/var(--tw-border-opacity))
}

.border-l-gray-title-game\/0 {
    border-left-color: hsla(0,0%,90%,0)
}

.border-l-gray-title-game\/10 {
    border-left-color: hsla(0,0%,90%,.1)
}

.border-l-gray-title-game\/100 {
    border-left-color: #e6e6e6
}

.border-l-gray-title-game\/20 {
    border-left-color: hsla(0,0%,90%,.2)
}

.border-l-gray-title-game\/25 {
    border-left-color: hsla(0,0%,90%,.25)
}

.border-l-gray-title-game\/30 {
    border-left-color: hsla(0,0%,90%,.3)
}

.border-l-gray-title-game\/40 {
    border-left-color: hsla(0,0%,90%,.4)
}

.border-l-gray-title-game\/5 {
    border-left-color: hsla(0,0%,90%,.05)
}

.border-l-gray-title-game\/50 {
    border-left-color: hsla(0,0%,90%,.5)
}

.border-l-gray-title-game\/60 {
    border-left-color: hsla(0,0%,90%,.6)
}

.border-l-gray-title-game\/70 {
    border-left-color: hsla(0,0%,90%,.7)
}

.border-l-gray-title-game\/75 {
    border-left-color: hsla(0,0%,90%,.75)
}

.border-l-gray-title-game\/80 {
    border-left-color: hsla(0,0%,90%,.8)
}

.border-l-gray-title-game\/90 {
    border-left-color: hsla(0,0%,90%,.9)
}

.border-l-gray-title-game\/95 {
    border-left-color: hsla(0,0%,90%,.95)
}

.border-l-gray-white {
    --tw-border-opacity: 1;
    border-left-color: rgb(227 227 226/var(--tw-border-opacity))
}

.border-l-gray-white\/0 {
    border-left-color: hsla(60,2%,89%,0)
}

.border-l-gray-white\/10 {
    border-left-color: hsla(60,2%,89%,.1)
}

.border-l-gray-white\/100 {
    border-left-color: #e3e3e2
}

.border-l-gray-white\/20 {
    border-left-color: hsla(60,2%,89%,.2)
}

.border-l-gray-white\/25 {
    border-left-color: hsla(60,2%,89%,.25)
}

.border-l-gray-white\/30 {
    border-left-color: hsla(60,2%,89%,.3)
}

.border-l-gray-white\/40 {
    border-left-color: hsla(60,2%,89%,.4)
}

.border-l-gray-white\/5 {
    border-left-color: hsla(60,2%,89%,.05)
}

.border-l-gray-white\/50 {
    border-left-color: hsla(60,2%,89%,.5)
}

.border-l-gray-white\/60 {
    border-left-color: hsla(60,2%,89%,.6)
}

.border-l-gray-white\/70 {
    border-left-color: hsla(60,2%,89%,.7)
}

.border-l-gray-white\/75 {
    border-left-color: hsla(60,2%,89%,.75)
}

.border-l-gray-white\/80 {
    border-left-color: hsla(60,2%,89%,.8)
}

.border-l-gray-white\/90 {
    border-left-color: hsla(60,2%,89%,.9)
}

.border-l-gray-white\/95 {
    border-left-color: hsla(60,2%,89%,.95)
}

.border-l-green-success {
    --tw-border-opacity: 1;
    border-left-color: rgb(98 202 121/var(--tw-border-opacity))
}

.border-l-green-success\/0 {
    border-left-color: rgba(98,202,121,0)
}

.border-l-green-success\/10 {
    border-left-color: rgba(98,202,121,.1)
}

.border-l-green-success\/100 {
    border-left-color: #62ca79
}

.border-l-green-success\/20 {
    border-left-color: rgba(98,202,121,.2)
}

.border-l-green-success\/25 {
    border-left-color: rgba(98,202,121,.25)
}

.border-l-green-success\/30 {
    border-left-color: rgba(98,202,121,.3)
}

.border-l-green-success\/40 {
    border-left-color: rgba(98,202,121,.4)
}

.border-l-green-success\/5 {
    border-left-color: rgba(98,202,121,.05)
}

.border-l-green-success\/50 {
    border-left-color: rgba(98,202,121,.5)
}

.border-l-green-success\/60 {
    border-left-color: rgba(98,202,121,.6)
}

.border-l-green-success\/70 {
    border-left-color: rgba(98,202,121,.7)
}

.border-l-green-success\/75 {
    border-left-color: rgba(98,202,121,.75)
}

.border-l-green-success\/80 {
    border-left-color: rgba(98,202,121,.8)
}

.border-l-green-success\/90 {
    border-left-color: rgba(98,202,121,.9)
}

.border-l-green-success\/95 {
    border-left-color: rgba(98,202,121,.95)
}

.border-l-green-win {
    --tw-border-opacity: 1;
    border-left-color: rgb(92 191 117/var(--tw-border-opacity))
}

.border-l-green-win\/0 {
    border-left-color: rgba(92,191,117,0)
}

.border-l-green-win\/10 {
    border-left-color: rgba(92,191,117,.1)
}

.border-l-green-win\/100 {
    border-left-color: #5cbf75
}

.border-l-green-win\/20 {
    border-left-color: rgba(92,191,117,.2)
}

.border-l-green-win\/25 {
    border-left-color: rgba(92,191,117,.25)
}

.border-l-green-win\/30 {
    border-left-color: rgba(92,191,117,.3)
}

.border-l-green-win\/40 {
    border-left-color: rgba(92,191,117,.4)
}

.border-l-green-win\/5 {
    border-left-color: rgba(92,191,117,.05)
}

.border-l-green-win\/50 {
    border-left-color: rgba(92,191,117,.5)
}

.border-l-green-win\/60 {
    border-left-color: rgba(92,191,117,.6)
}

.border-l-green-win\/70 {
    border-left-color: rgba(92,191,117,.7)
}

.border-l-green-win\/75 {
    border-left-color: rgba(92,191,117,.75)
}

.border-l-green-win\/80 {
    border-left-color: rgba(92,191,117,.8)
}

.border-l-green-win\/90 {
    border-left-color: rgba(92,191,117,.9)
}

.border-l-green-win\/95 {
    border-left-color: rgba(92,191,117,.95)
}

.border-l-highlight-leo88 {
    --tw-border-opacity: 1;
    border-left-color: rgb(184 28 28/var(--tw-border-opacity))
}

.border-l-highlight-leo88\/0 {
    border-left-color: rgba(184,28,28,0)
}

.border-l-highlight-leo88\/10 {
    border-left-color: rgba(184,28,28,.1)
}

.border-l-highlight-leo88\/100 {
    border-left-color: #b81c1c
}

.border-l-highlight-leo88\/20 {
    border-left-color: rgba(184,28,28,.2)
}

.border-l-highlight-leo88\/25 {
    border-left-color: rgba(184,28,28,.25)
}

.border-l-highlight-leo88\/30 {
    border-left-color: rgba(184,28,28,.3)
}

.border-l-highlight-leo88\/40 {
    border-left-color: rgba(184,28,28,.4)
}

.border-l-highlight-leo88\/5 {
    border-left-color: rgba(184,28,28,.05)
}

.border-l-highlight-leo88\/50 {
    border-left-color: rgba(184,28,28,.5)
}

.border-l-highlight-leo88\/60 {
    border-left-color: rgba(184,28,28,.6)
}

.border-l-highlight-leo88\/70 {
    border-left-color: rgba(184,28,28,.7)
}

.border-l-highlight-leo88\/75 {
    border-left-color: rgba(184,28,28,.75)
}

.border-l-highlight-leo88\/80 {
    border-left-color: rgba(184,28,28,.8)
}

.border-l-highlight-leo88\/90 {
    border-left-color: rgba(184,28,28,.9)
}

.border-l-highlight-leo88\/95 {
    border-left-color: rgba(184,28,28,.95)
}

.border-l-home-title {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 221 169/var(--tw-border-opacity))
}

.border-l-home-title\/0 {
    border-left-color: rgba(255,221,169,0)
}

.border-l-home-title\/10 {
    border-left-color: rgba(255,221,169,.1)
}

.border-l-home-title\/100 {
    border-left-color: #ffdda9
}

.border-l-home-title\/20 {
    border-left-color: rgba(255,221,169,.2)
}

.border-l-home-title\/25 {
    border-left-color: rgba(255,221,169,.25)
}

.border-l-home-title\/30 {
    border-left-color: rgba(255,221,169,.3)
}

.border-l-home-title\/40 {
    border-left-color: rgba(255,221,169,.4)
}

.border-l-home-title\/5 {
    border-left-color: rgba(255,221,169,.05)
}

.border-l-home-title\/50 {
    border-left-color: rgba(255,221,169,.5)
}

.border-l-home-title\/60 {
    border-left-color: rgba(255,221,169,.6)
}

.border-l-home-title\/70 {
    border-left-color: rgba(255,221,169,.7)
}

.border-l-home-title\/75 {
    border-left-color: rgba(255,221,169,.75)
}

.border-l-home-title\/80 {
    border-left-color: rgba(255,221,169,.8)
}

.border-l-home-title\/90 {
    border-left-color: rgba(255,221,169,.9)
}

.border-l-home-title\/95 {
    border-left-color: rgba(255,221,169,.95)
}

.border-l-hot-match-green {
    --tw-border-opacity: 1;
    border-left-color: rgb(74 197 64/var(--tw-border-opacity))
}

.border-l-hot-match-green\/0 {
    border-left-color: rgba(74,197,64,0)
}

.border-l-hot-match-green\/10 {
    border-left-color: rgba(74,197,64,.1)
}

.border-l-hot-match-green\/100 {
    border-left-color: #4ac540
}

.border-l-hot-match-green\/20 {
    border-left-color: rgba(74,197,64,.2)
}

.border-l-hot-match-green\/25 {
    border-left-color: rgba(74,197,64,.25)
}

.border-l-hot-match-green\/30 {
    border-left-color: rgba(74,197,64,.3)
}

.border-l-hot-match-green\/40 {
    border-left-color: rgba(74,197,64,.4)
}

.border-l-hot-match-green\/5 {
    border-left-color: rgba(74,197,64,.05)
}

.border-l-hot-match-green\/50 {
    border-left-color: rgba(74,197,64,.5)
}

.border-l-hot-match-green\/60 {
    border-left-color: rgba(74,197,64,.6)
}

.border-l-hot-match-green\/70 {
    border-left-color: rgba(74,197,64,.7)
}

.border-l-hot-match-green\/75 {
    border-left-color: rgba(74,197,64,.75)
}

.border-l-hot-match-green\/80 {
    border-left-color: rgba(74,197,64,.8)
}

.border-l-hot-match-green\/90 {
    border-left-color: rgba(74,197,64,.9)
}

.border-l-hot-match-green\/95 {
    border-left-color: rgba(74,197,64,.95)
}

.border-l-hot-match-highlight {
    --tw-border-opacity: 1;
    border-left-color: rgb(251 236 231/var(--tw-border-opacity))
}

.border-l-hot-match-highlight\/0 {
    border-left-color: hsla(15,71%,95%,0)
}

.border-l-hot-match-highlight\/10 {
    border-left-color: hsla(15,71%,95%,.1)
}

.border-l-hot-match-highlight\/100 {
    border-left-color: #fbece7
}

.border-l-hot-match-highlight\/20 {
    border-left-color: hsla(15,71%,95%,.2)
}

.border-l-hot-match-highlight\/25 {
    border-left-color: hsla(15,71%,95%,.25)
}

.border-l-hot-match-highlight\/30 {
    border-left-color: hsla(15,71%,95%,.3)
}

.border-l-hot-match-highlight\/40 {
    border-left-color: hsla(15,71%,95%,.4)
}

.border-l-hot-match-highlight\/5 {
    border-left-color: hsla(15,71%,95%,.05)
}

.border-l-hot-match-highlight\/50 {
    border-left-color: hsla(15,71%,95%,.5)
}

.border-l-hot-match-highlight\/60 {
    border-left-color: hsla(15,71%,95%,.6)
}

.border-l-hot-match-highlight\/70 {
    border-left-color: hsla(15,71%,95%,.7)
}

.border-l-hot-match-highlight\/75 {
    border-left-color: hsla(15,71%,95%,.75)
}

.border-l-hot-match-highlight\/80 {
    border-left-color: hsla(15,71%,95%,.8)
}

.border-l-hot-match-highlight\/90 {
    border-left-color: hsla(15,71%,95%,.9)
}

.border-l-hot-match-highlight\/95 {
    border-left-color: hsla(15,71%,95%,.95)
}

.border-l-hot-match-match {
    --tw-border-opacity: 1;
    border-left-color: rgb(86 63 42/var(--tw-border-opacity))
}

.border-l-hot-match-match\/0 {
    border-left-color: rgba(86,63,42,0)
}

.border-l-hot-match-match\/10 {
    border-left-color: rgba(86,63,42,.1)
}

.border-l-hot-match-match\/100 {
    border-left-color: #563f2a
}

.border-l-hot-match-match\/20 {
    border-left-color: rgba(86,63,42,.2)
}

.border-l-hot-match-match\/25 {
    border-left-color: rgba(86,63,42,.25)
}

.border-l-hot-match-match\/30 {
    border-left-color: rgba(86,63,42,.3)
}

.border-l-hot-match-match\/40 {
    border-left-color: rgba(86,63,42,.4)
}

.border-l-hot-match-match\/5 {
    border-left-color: rgba(86,63,42,.05)
}

.border-l-hot-match-match\/50 {
    border-left-color: rgba(86,63,42,.5)
}

.border-l-hot-match-match\/60 {
    border-left-color: rgba(86,63,42,.6)
}

.border-l-hot-match-match\/70 {
    border-left-color: rgba(86,63,42,.7)
}

.border-l-hot-match-match\/75 {
    border-left-color: rgba(86,63,42,.75)
}

.border-l-hot-match-match\/80 {
    border-left-color: rgba(86,63,42,.8)
}

.border-l-hot-match-match\/90 {
    border-left-color: rgba(86,63,42,.9)
}

.border-l-hot-match-match\/95 {
    border-left-color: rgba(86,63,42,.95)
}

.border-l-hot-match-provider {
    --tw-border-opacity: 1;
    border-left-color: rgb(50 44 41/var(--tw-border-opacity))
}

.border-l-hot-match-provider\/0 {
    border-left-color: rgba(50,44,41,0)
}

.border-l-hot-match-provider\/10 {
    border-left-color: rgba(50,44,41,.1)
}

.border-l-hot-match-provider\/100 {
    border-left-color: #322c29
}

.border-l-hot-match-provider\/20 {
    border-left-color: rgba(50,44,41,.2)
}

.border-l-hot-match-provider\/25 {
    border-left-color: rgba(50,44,41,.25)
}

.border-l-hot-match-provider\/30 {
    border-left-color: rgba(50,44,41,.3)
}

.border-l-hot-match-provider\/40 {
    border-left-color: rgba(50,44,41,.4)
}

.border-l-hot-match-provider\/5 {
    border-left-color: rgba(50,44,41,.05)
}

.border-l-hot-match-provider\/50 {
    border-left-color: rgba(50,44,41,.5)
}

.border-l-hot-match-provider\/60 {
    border-left-color: rgba(50,44,41,.6)
}

.border-l-hot-match-provider\/70 {
    border-left-color: rgba(50,44,41,.7)
}

.border-l-hot-match-provider\/75 {
    border-left-color: rgba(50,44,41,.75)
}

.border-l-hot-match-provider\/80 {
    border-left-color: rgba(50,44,41,.8)
}

.border-l-hot-match-provider\/90 {
    border-left-color: rgba(50,44,41,.9)
}

.border-l-hot-match-provider\/95 {
    border-left-color: rgba(50,44,41,.95)
}

.border-l-hot-match-red {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 51 42/var(--tw-border-opacity))
}

.border-l-hot-match-red\/0 {
    border-left-color: rgba(234,51,42,0)
}

.border-l-hot-match-red\/10 {
    border-left-color: rgba(234,51,42,.1)
}

.border-l-hot-match-red\/100 {
    border-left-color: #ea332a
}

.border-l-hot-match-red\/20 {
    border-left-color: rgba(234,51,42,.2)
}

.border-l-hot-match-red\/25 {
    border-left-color: rgba(234,51,42,.25)
}

.border-l-hot-match-red\/30 {
    border-left-color: rgba(234,51,42,.3)
}

.border-l-hot-match-red\/40 {
    border-left-color: rgba(234,51,42,.4)
}

.border-l-hot-match-red\/5 {
    border-left-color: rgba(234,51,42,.05)
}

.border-l-hot-match-red\/50 {
    border-left-color: rgba(234,51,42,.5)
}

.border-l-hot-match-red\/60 {
    border-left-color: rgba(234,51,42,.6)
}

.border-l-hot-match-red\/70 {
    border-left-color: rgba(234,51,42,.7)
}

.border-l-hot-match-red\/75 {
    border-left-color: rgba(234,51,42,.75)
}

.border-l-hot-match-red\/80 {
    border-left-color: rgba(234,51,42,.8)
}

.border-l-hot-match-red\/90 {
    border-left-color: rgba(234,51,42,.9)
}

.border-l-hot-match-red\/95 {
    border-left-color: rgba(234,51,42,.95)
}

.border-l-hot-match-row {
    --tw-border-opacity: 1;
    border-left-color: rgb(244 204 144/var(--tw-border-opacity))
}

.border-l-hot-match-row\/0 {
    border-left-color: hsla(36,82%,76%,0)
}

.border-l-hot-match-row\/10 {
    border-left-color: hsla(36,82%,76%,.1)
}

.border-l-hot-match-row\/100 {
    border-left-color: #f4cc90
}

.border-l-hot-match-row\/20 {
    border-left-color: hsla(36,82%,76%,.2)
}

.border-l-hot-match-row\/25 {
    border-left-color: hsla(36,82%,76%,.25)
}

.border-l-hot-match-row\/30 {
    border-left-color: hsla(36,82%,76%,.3)
}

.border-l-hot-match-row\/40 {
    border-left-color: hsla(36,82%,76%,.4)
}

.border-l-hot-match-row\/5 {
    border-left-color: hsla(36,82%,76%,.05)
}

.border-l-hot-match-row\/50 {
    border-left-color: hsla(36,82%,76%,.5)
}

.border-l-hot-match-row\/60 {
    border-left-color: hsla(36,82%,76%,.6)
}

.border-l-hot-match-row\/70 {
    border-left-color: hsla(36,82%,76%,.7)
}

.border-l-hot-match-row\/75 {
    border-left-color: hsla(36,82%,76%,.75)
}

.border-l-hot-match-row\/80 {
    border-left-color: hsla(36,82%,76%,.8)
}

.border-l-hot-match-row\/90 {
    border-left-color: hsla(36,82%,76%,.9)
}

.border-l-hot-match-row\/95 {
    border-left-color: hsla(36,82%,76%,.95)
}

.border-l-hot-match-table-title {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 214 145/var(--tw-border-opacity))
}

.border-l-hot-match-table-title\/0 {
    border-left-color: rgba(255,214,145,0)
}

.border-l-hot-match-table-title\/10 {
    border-left-color: rgba(255,214,145,.1)
}

.border-l-hot-match-table-title\/100 {
    border-left-color: #ffd691
}

.border-l-hot-match-table-title\/20 {
    border-left-color: rgba(255,214,145,.2)
}

.border-l-hot-match-table-title\/25 {
    border-left-color: rgba(255,214,145,.25)
}

.border-l-hot-match-table-title\/30 {
    border-left-color: rgba(255,214,145,.3)
}

.border-l-hot-match-table-title\/40 {
    border-left-color: rgba(255,214,145,.4)
}

.border-l-hot-match-table-title\/5 {
    border-left-color: rgba(255,214,145,.05)
}

.border-l-hot-match-table-title\/50 {
    border-left-color: rgba(255,214,145,.5)
}

.border-l-hot-match-table-title\/60 {
    border-left-color: rgba(255,214,145,.6)
}

.border-l-hot-match-table-title\/70 {
    border-left-color: rgba(255,214,145,.7)
}

.border-l-hot-match-table-title\/75 {
    border-left-color: rgba(255,214,145,.75)
}

.border-l-hot-match-table-title\/80 {
    border-left-color: rgba(255,214,145,.8)
}

.border-l-hot-match-table-title\/90 {
    border-left-color: rgba(255,214,145,.9)
}

.border-l-hot-match-table-title\/95 {
    border-left-color: rgba(255,214,145,.95)
}

.border-l-hot-match-text {
    --tw-border-opacity: 1;
    border-left-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-l-hot-match-text\/0 {
    border-left-color: rgba(58,58,58,0)
}

.border-l-hot-match-text\/10 {
    border-left-color: rgba(58,58,58,.1)
}

.border-l-hot-match-text\/100 {
    border-left-color: #3a3a3a
}

.border-l-hot-match-text\/20 {
    border-left-color: rgba(58,58,58,.2)
}

.border-l-hot-match-text\/25 {
    border-left-color: rgba(58,58,58,.25)
}

.border-l-hot-match-text\/30 {
    border-left-color: rgba(58,58,58,.3)
}

.border-l-hot-match-text\/40 {
    border-left-color: rgba(58,58,58,.4)
}

.border-l-hot-match-text\/5 {
    border-left-color: rgba(58,58,58,.05)
}

.border-l-hot-match-text\/50 {
    border-left-color: rgba(58,58,58,.5)
}

.border-l-hot-match-text\/60 {
    border-left-color: rgba(58,58,58,.6)
}

.border-l-hot-match-text\/70 {
    border-left-color: rgba(58,58,58,.7)
}

.border-l-hot-match-text\/75 {
    border-left-color: rgba(58,58,58,.75)
}

.border-l-hot-match-text\/80 {
    border-left-color: rgba(58,58,58,.8)
}

.border-l-hot-match-text\/90 {
    border-left-color: rgba(58,58,58,.9)
}

.border-l-hot-match-text\/95 {
    border-left-color: rgba(58,58,58,.95)
}

.border-l-inactive {
    --tw-border-opacity: 1;
    border-left-color: rgb(115 115 116/var(--tw-border-opacity))
}

.border-l-inactive\/0 {
    border-left-color: hsla(240,0%,45%,0)
}

.border-l-inactive\/10 {
    border-left-color: hsla(240,0%,45%,.1)
}

.border-l-inactive\/100 {
    border-left-color: #737374
}

.border-l-inactive\/20 {
    border-left-color: hsla(240,0%,45%,.2)
}

.border-l-inactive\/25 {
    border-left-color: hsla(240,0%,45%,.25)
}

.border-l-inactive\/30 {
    border-left-color: hsla(240,0%,45%,.3)
}

.border-l-inactive\/40 {
    border-left-color: hsla(240,0%,45%,.4)
}

.border-l-inactive\/5 {
    border-left-color: hsla(240,0%,45%,.05)
}

.border-l-inactive\/50 {
    border-left-color: hsla(240,0%,45%,.5)
}

.border-l-inactive\/60 {
    border-left-color: hsla(240,0%,45%,.6)
}

.border-l-inactive\/70 {
    border-left-color: hsla(240,0%,45%,.7)
}

.border-l-inactive\/75 {
    border-left-color: hsla(240,0%,45%,.75)
}

.border-l-inactive\/80 {
    border-left-color: hsla(240,0%,45%,.8)
}

.border-l-inactive\/90 {
    border-left-color: hsla(240,0%,45%,.9)
}

.border-l-inactive\/95 {
    border-left-color: hsla(240,0%,45%,.95)
}

.border-l-input-popup {
    --tw-border-opacity: 1;
    border-left-color: rgb(21 22 22/var(--tw-border-opacity))
}

.border-l-input-popup\/0 {
    border-left-color: rgba(21,22,22,0)
}

.border-l-input-popup\/10 {
    border-left-color: rgba(21,22,22,.1)
}

.border-l-input-popup\/100 {
    border-left-color: #151616
}

.border-l-input-popup\/20 {
    border-left-color: rgba(21,22,22,.2)
}

.border-l-input-popup\/25 {
    border-left-color: rgba(21,22,22,.25)
}

.border-l-input-popup\/30 {
    border-left-color: rgba(21,22,22,.3)
}

.border-l-input-popup\/40 {
    border-left-color: rgba(21,22,22,.4)
}

.border-l-input-popup\/5 {
    border-left-color: rgba(21,22,22,.05)
}

.border-l-input-popup\/50 {
    border-left-color: rgba(21,22,22,.5)
}

.border-l-input-popup\/60 {
    border-left-color: rgba(21,22,22,.6)
}

.border-l-input-popup\/70 {
    border-left-color: rgba(21,22,22,.7)
}

.border-l-input-popup\/75 {
    border-left-color: rgba(21,22,22,.75)
}

.border-l-input-popup\/80 {
    border-left-color: rgba(21,22,22,.8)
}

.border-l-input-popup\/90 {
    border-left-color: rgba(21,22,22,.9)
}

.border-l-input-popup\/95 {
    border-left-color: rgba(21,22,22,.95)
}

.border-l-input-profile {
    --tw-border-opacity: 1;
    border-left-color: rgb(68 67 67/var(--tw-border-opacity))
}

.border-l-input-profile\/0 {
    border-left-color: rgba(68,67,67,0)
}

.border-l-input-profile\/10 {
    border-left-color: rgba(68,67,67,.1)
}

.border-l-input-profile\/100 {
    border-left-color: #444343
}

.border-l-input-profile\/20 {
    border-left-color: rgba(68,67,67,.2)
}

.border-l-input-profile\/25 {
    border-left-color: rgba(68,67,67,.25)
}

.border-l-input-profile\/30 {
    border-left-color: rgba(68,67,67,.3)
}

.border-l-input-profile\/40 {
    border-left-color: rgba(68,67,67,.4)
}

.border-l-input-profile\/5 {
    border-left-color: rgba(68,67,67,.05)
}

.border-l-input-profile\/50 {
    border-left-color: rgba(68,67,67,.5)
}

.border-l-input-profile\/60 {
    border-left-color: rgba(68,67,67,.6)
}

.border-l-input-profile\/70 {
    border-left-color: rgba(68,67,67,.7)
}

.border-l-input-profile\/75 {
    border-left-color: rgba(68,67,67,.75)
}

.border-l-input-profile\/80 {
    border-left-color: rgba(68,67,67,.8)
}

.border-l-input-profile\/90 {
    border-left-color: rgba(68,67,67,.9)
}

.border-l-input-profile\/95 {
    border-left-color: rgba(68,67,67,.95)
}

.border-l-item-history-first {
    --tw-border-opacity: 1;
    border-left-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-l-item-history-first\/0 {
    border-left-color: rgba(48,53,56,0)
}

.border-l-item-history-first\/10 {
    border-left-color: rgba(48,53,56,.1)
}

.border-l-item-history-first\/100 {
    border-left-color: #303538
}

.border-l-item-history-first\/20 {
    border-left-color: rgba(48,53,56,.2)
}

.border-l-item-history-first\/25 {
    border-left-color: rgba(48,53,56,.25)
}

.border-l-item-history-first\/30 {
    border-left-color: rgba(48,53,56,.3)
}

.border-l-item-history-first\/40 {
    border-left-color: rgba(48,53,56,.4)
}

.border-l-item-history-first\/5 {
    border-left-color: rgba(48,53,56,.05)
}

.border-l-item-history-first\/50 {
    border-left-color: rgba(48,53,56,.5)
}

.border-l-item-history-first\/60 {
    border-left-color: rgba(48,53,56,.6)
}

.border-l-item-history-first\/70 {
    border-left-color: rgba(48,53,56,.7)
}

.border-l-item-history-first\/75 {
    border-left-color: rgba(48,53,56,.75)
}

.border-l-item-history-first\/80 {
    border-left-color: rgba(48,53,56,.8)
}

.border-l-item-history-first\/90 {
    border-left-color: rgba(48,53,56,.9)
}

.border-l-item-history-first\/95 {
    border-left-color: rgba(48,53,56,.95)
}

.border-l-item-history-second {
    --tw-border-opacity: 1;
    border-left-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-l-item-history-second\/0 {
    border-left-color: rgba(39,38,36,0)
}

.border-l-item-history-second\/10 {
    border-left-color: rgba(39,38,36,.1)
}

.border-l-item-history-second\/100 {
    border-left-color: #272624
}

.border-l-item-history-second\/20 {
    border-left-color: rgba(39,38,36,.2)
}

.border-l-item-history-second\/25 {
    border-left-color: rgba(39,38,36,.25)
}

.border-l-item-history-second\/30 {
    border-left-color: rgba(39,38,36,.3)
}

.border-l-item-history-second\/40 {
    border-left-color: rgba(39,38,36,.4)
}

.border-l-item-history-second\/5 {
    border-left-color: rgba(39,38,36,.05)
}

.border-l-item-history-second\/50 {
    border-left-color: rgba(39,38,36,.5)
}

.border-l-item-history-second\/60 {
    border-left-color: rgba(39,38,36,.6)
}

.border-l-item-history-second\/70 {
    border-left-color: rgba(39,38,36,.7)
}

.border-l-item-history-second\/75 {
    border-left-color: rgba(39,38,36,.75)
}

.border-l-item-history-second\/80 {
    border-left-color: rgba(39,38,36,.8)
}

.border-l-item-history-second\/90 {
    border-left-color: rgba(39,38,36,.9)
}

.border-l-item-history-second\/95 {
    border-left-color: rgba(39,38,36,.95)
}

.border-l-login-form {
    --tw-border-opacity: 1;
    border-left-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-l-login-form\/0 {
    border-left-color: rgba(39,38,36,0)
}

.border-l-login-form\/10 {
    border-left-color: rgba(39,38,36,.1)
}

.border-l-login-form\/100 {
    border-left-color: #272624
}

.border-l-login-form\/20 {
    border-left-color: rgba(39,38,36,.2)
}

.border-l-login-form\/25 {
    border-left-color: rgba(39,38,36,.25)
}

.border-l-login-form\/30 {
    border-left-color: rgba(39,38,36,.3)
}

.border-l-login-form\/40 {
    border-left-color: rgba(39,38,36,.4)
}

.border-l-login-form\/5 {
    border-left-color: rgba(39,38,36,.05)
}

.border-l-login-form\/50 {
    border-left-color: rgba(39,38,36,.5)
}

.border-l-login-form\/60 {
    border-left-color: rgba(39,38,36,.6)
}

.border-l-login-form\/70 {
    border-left-color: rgba(39,38,36,.7)
}

.border-l-login-form\/75 {
    border-left-color: rgba(39,38,36,.75)
}

.border-l-login-form\/80 {
    border-left-color: rgba(39,38,36,.8)
}

.border-l-login-form\/90 {
    border-left-color: rgba(39,38,36,.9)
}

.border-l-login-form\/95 {
    border-left-color: rgba(39,38,36,.95)
}

.border-l-main-header {
    --tw-border-opacity: 1;
    border-left-color: rgb(36 29 27/var(--tw-border-opacity))
}

.border-l-main-header\/0 {
    border-left-color: rgba(36,29,27,0)
}

.border-l-main-header\/10 {
    border-left-color: rgba(36,29,27,.1)
}

.border-l-main-header\/100 {
    border-left-color: #241d1b
}

.border-l-main-header\/20 {
    border-left-color: rgba(36,29,27,.2)
}

.border-l-main-header\/25 {
    border-left-color: rgba(36,29,27,.25)
}

.border-l-main-header\/30 {
    border-left-color: rgba(36,29,27,.3)
}

.border-l-main-header\/40 {
    border-left-color: rgba(36,29,27,.4)
}

.border-l-main-header\/5 {
    border-left-color: rgba(36,29,27,.05)
}

.border-l-main-header\/50 {
    border-left-color: rgba(36,29,27,.5)
}

.border-l-main-header\/60 {
    border-left-color: rgba(36,29,27,.6)
}

.border-l-main-header\/70 {
    border-left-color: rgba(36,29,27,.7)
}

.border-l-main-header\/75 {
    border-left-color: rgba(36,29,27,.75)
}

.border-l-main-header\/80 {
    border-left-color: rgba(36,29,27,.8)
}

.border-l-main-header\/90 {
    border-left-color: rgba(36,29,27,.9)
}

.border-l-main-header\/95 {
    border-left-color: rgba(36,29,27,.95)
}

.border-l-marquee {
    --tw-border-opacity: 1;
    border-left-color: rgb(225 214 180/var(--tw-border-opacity))
}

.border-l-marquee\/0 {
    border-left-color: hsla(45,43%,79%,0)
}

.border-l-marquee\/10 {
    border-left-color: hsla(45,43%,79%,.1)
}

.border-l-marquee\/100 {
    border-left-color: #e1d6b4
}

.border-l-marquee\/20 {
    border-left-color: hsla(45,43%,79%,.2)
}

.border-l-marquee\/25 {
    border-left-color: hsla(45,43%,79%,.25)
}

.border-l-marquee\/30 {
    border-left-color: hsla(45,43%,79%,.3)
}

.border-l-marquee\/40 {
    border-left-color: hsla(45,43%,79%,.4)
}

.border-l-marquee\/5 {
    border-left-color: hsla(45,43%,79%,.05)
}

.border-l-marquee\/50 {
    border-left-color: hsla(45,43%,79%,.5)
}

.border-l-marquee\/60 {
    border-left-color: hsla(45,43%,79%,.6)
}

.border-l-marquee\/70 {
    border-left-color: hsla(45,43%,79%,.7)
}

.border-l-marquee\/75 {
    border-left-color: hsla(45,43%,79%,.75)
}

.border-l-marquee\/80 {
    border-left-color: hsla(45,43%,79%,.8)
}

.border-l-marquee\/90 {
    border-left-color: hsla(45,43%,79%,.9)
}

.border-l-marquee\/95 {
    border-left-color: hsla(45,43%,79%,.95)
}

.border-l-mobile-account-info {
    --tw-border-opacity: 1;
    border-left-color: rgb(79 54 31/var(--tw-border-opacity))
}

.border-l-mobile-account-info\/0 {
    border-left-color: rgba(79,54,31,0)
}

.border-l-mobile-account-info\/10 {
    border-left-color: rgba(79,54,31,.1)
}

.border-l-mobile-account-info\/100 {
    border-left-color: #4f361f
}

.border-l-mobile-account-info\/20 {
    border-left-color: rgba(79,54,31,.2)
}

.border-l-mobile-account-info\/25 {
    border-left-color: rgba(79,54,31,.25)
}

.border-l-mobile-account-info\/30 {
    border-left-color: rgba(79,54,31,.3)
}

.border-l-mobile-account-info\/40 {
    border-left-color: rgba(79,54,31,.4)
}

.border-l-mobile-account-info\/5 {
    border-left-color: rgba(79,54,31,.05)
}

.border-l-mobile-account-info\/50 {
    border-left-color: rgba(79,54,31,.5)
}

.border-l-mobile-account-info\/60 {
    border-left-color: rgba(79,54,31,.6)
}

.border-l-mobile-account-info\/70 {
    border-left-color: rgba(79,54,31,.7)
}

.border-l-mobile-account-info\/75 {
    border-left-color: rgba(79,54,31,.75)
}

.border-l-mobile-account-info\/80 {
    border-left-color: rgba(79,54,31,.8)
}

.border-l-mobile-account-info\/90 {
    border-left-color: rgba(79,54,31,.9)
}

.border-l-mobile-account-info\/95 {
    border-left-color: rgba(79,54,31,.95)
}

.border-l-mobile-border {
    --tw-border-opacity: 1;
    border-left-color: rgb(124 76 26/var(--tw-border-opacity))
}

.border-l-mobile-border\/0 {
    border-left-color: rgba(124,76,26,0)
}

.border-l-mobile-border\/10 {
    border-left-color: rgba(124,76,26,.1)
}

.border-l-mobile-border\/100 {
    border-left-color: #7c4c1a
}

.border-l-mobile-border\/20 {
    border-left-color: rgba(124,76,26,.2)
}

.border-l-mobile-border\/25 {
    border-left-color: rgba(124,76,26,.25)
}

.border-l-mobile-border\/30 {
    border-left-color: rgba(124,76,26,.3)
}

.border-l-mobile-border\/40 {
    border-left-color: rgba(124,76,26,.4)
}

.border-l-mobile-border\/5 {
    border-left-color: rgba(124,76,26,.05)
}

.border-l-mobile-border\/50 {
    border-left-color: rgba(124,76,26,.5)
}

.border-l-mobile-border\/60 {
    border-left-color: rgba(124,76,26,.6)
}

.border-l-mobile-border\/70 {
    border-left-color: rgba(124,76,26,.7)
}

.border-l-mobile-border\/75 {
    border-left-color: rgba(124,76,26,.75)
}

.border-l-mobile-border\/80 {
    border-left-color: rgba(124,76,26,.8)
}

.border-l-mobile-border\/90 {
    border-left-color: rgba(124,76,26,.9)
}

.border-l-mobile-border\/95 {
    border-left-color: rgba(124,76,26,.95)
}

.border-l-mobile-card {
    --tw-border-opacity: 1;
    border-left-color: rgb(35 35 35/var(--tw-border-opacity))
}

.border-l-mobile-card\/0 {
    border-left-color: rgba(35,35,35,0)
}

.border-l-mobile-card\/10 {
    border-left-color: rgba(35,35,35,.1)
}

.border-l-mobile-card\/100 {
    border-left-color: #232323
}

.border-l-mobile-card\/20 {
    border-left-color: rgba(35,35,35,.2)
}

.border-l-mobile-card\/25 {
    border-left-color: rgba(35,35,35,.25)
}

.border-l-mobile-card\/30 {
    border-left-color: rgba(35,35,35,.3)
}

.border-l-mobile-card\/40 {
    border-left-color: rgba(35,35,35,.4)
}

.border-l-mobile-card\/5 {
    border-left-color: rgba(35,35,35,.05)
}

.border-l-mobile-card\/50 {
    border-left-color: rgba(35,35,35,.5)
}

.border-l-mobile-card\/60 {
    border-left-color: rgba(35,35,35,.6)
}

.border-l-mobile-card\/70 {
    border-left-color: rgba(35,35,35,.7)
}

.border-l-mobile-card\/75 {
    border-left-color: rgba(35,35,35,.75)
}

.border-l-mobile-card\/80 {
    border-left-color: rgba(35,35,35,.8)
}

.border-l-mobile-card\/90 {
    border-left-color: rgba(35,35,35,.9)
}

.border-l-mobile-card\/95 {
    border-left-color: rgba(35,35,35,.95)
}

.border-l-mobile-menu-game-background {
    --tw-border-opacity: 1;
    border-left-color: rgb(38 27 24/var(--tw-border-opacity))
}

.border-l-mobile-menu-game-background\/0 {
    border-left-color: rgba(38,27,24,0)
}

.border-l-mobile-menu-game-background\/10 {
    border-left-color: rgba(38,27,24,.1)
}

.border-l-mobile-menu-game-background\/100 {
    border-left-color: #261b18
}

.border-l-mobile-menu-game-background\/20 {
    border-left-color: rgba(38,27,24,.2)
}

.border-l-mobile-menu-game-background\/25 {
    border-left-color: rgba(38,27,24,.25)
}

.border-l-mobile-menu-game-background\/30 {
    border-left-color: rgba(38,27,24,.3)
}

.border-l-mobile-menu-game-background\/40 {
    border-left-color: rgba(38,27,24,.4)
}

.border-l-mobile-menu-game-background\/5 {
    border-left-color: rgba(38,27,24,.05)
}

.border-l-mobile-menu-game-background\/50 {
    border-left-color: rgba(38,27,24,.5)
}

.border-l-mobile-menu-game-background\/60 {
    border-left-color: rgba(38,27,24,.6)
}

.border-l-mobile-menu-game-background\/70 {
    border-left-color: rgba(38,27,24,.7)
}

.border-l-mobile-menu-game-background\/75 {
    border-left-color: rgba(38,27,24,.75)
}

.border-l-mobile-menu-game-background\/80 {
    border-left-color: rgba(38,27,24,.8)
}

.border-l-mobile-menu-game-background\/90 {
    border-left-color: rgba(38,27,24,.9)
}

.border-l-mobile-menu-game-background\/95 {
    border-left-color: rgba(38,27,24,.95)
}

.border-l-mobile-menu-game-filter {
    --tw-border-opacity: 1;
    border-left-color: rgb(65 46 27/var(--tw-border-opacity))
}

.border-l-mobile-menu-game-filter\/0 {
    border-left-color: rgba(65,46,27,0)
}

.border-l-mobile-menu-game-filter\/10 {
    border-left-color: rgba(65,46,27,.1)
}

.border-l-mobile-menu-game-filter\/100 {
    border-left-color: #412e1b
}

.border-l-mobile-menu-game-filter\/20 {
    border-left-color: rgba(65,46,27,.2)
}

.border-l-mobile-menu-game-filter\/25 {
    border-left-color: rgba(65,46,27,.25)
}

.border-l-mobile-menu-game-filter\/30 {
    border-left-color: rgba(65,46,27,.3)
}

.border-l-mobile-menu-game-filter\/40 {
    border-left-color: rgba(65,46,27,.4)
}

.border-l-mobile-menu-game-filter\/5 {
    border-left-color: rgba(65,46,27,.05)
}

.border-l-mobile-menu-game-filter\/50 {
    border-left-color: rgba(65,46,27,.5)
}

.border-l-mobile-menu-game-filter\/60 {
    border-left-color: rgba(65,46,27,.6)
}

.border-l-mobile-menu-game-filter\/70 {
    border-left-color: rgba(65,46,27,.7)
}

.border-l-mobile-menu-game-filter\/75 {
    border-left-color: rgba(65,46,27,.75)
}

.border-l-mobile-menu-game-filter\/80 {
    border-left-color: rgba(65,46,27,.8)
}

.border-l-mobile-menu-game-filter\/90 {
    border-left-color: rgba(65,46,27,.9)
}

.border-l-mobile-menu-game-filter\/95 {
    border-left-color: rgba(65,46,27,.95)
}

.border-l-mobile-menu-game-provider {
    --tw-border-opacity: 1;
    border-left-color: rgb(58 38 17/var(--tw-border-opacity))
}

.border-l-mobile-menu-game-provider\/0 {
    border-left-color: rgba(58,38,17,0)
}

.border-l-mobile-menu-game-provider\/10 {
    border-left-color: rgba(58,38,17,.1)
}

.border-l-mobile-menu-game-provider\/100 {
    border-left-color: #3a2611
}

.border-l-mobile-menu-game-provider\/20 {
    border-left-color: rgba(58,38,17,.2)
}

.border-l-mobile-menu-game-provider\/25 {
    border-left-color: rgba(58,38,17,.25)
}

.border-l-mobile-menu-game-provider\/30 {
    border-left-color: rgba(58,38,17,.3)
}

.border-l-mobile-menu-game-provider\/40 {
    border-left-color: rgba(58,38,17,.4)
}

.border-l-mobile-menu-game-provider\/5 {
    border-left-color: rgba(58,38,17,.05)
}

.border-l-mobile-menu-game-provider\/50 {
    border-left-color: rgba(58,38,17,.5)
}

.border-l-mobile-menu-game-provider\/60 {
    border-left-color: rgba(58,38,17,.6)
}

.border-l-mobile-menu-game-provider\/70 {
    border-left-color: rgba(58,38,17,.7)
}

.border-l-mobile-menu-game-provider\/75 {
    border-left-color: rgba(58,38,17,.75)
}

.border-l-mobile-menu-game-provider\/80 {
    border-left-color: rgba(58,38,17,.8)
}

.border-l-mobile-menu-game-provider\/90 {
    border-left-color: rgba(58,38,17,.9)
}

.border-l-mobile-menu-game-provider\/95 {
    border-left-color: rgba(58,38,17,.95)
}

.border-l-mobile-menu-game-text {
    --tw-border-opacity: 1;
    border-left-color: rgb(128 117 106/var(--tw-border-opacity))
}

.border-l-mobile-menu-game-text\/0 {
    border-left-color: hsla(30,9%,46%,0)
}

.border-l-mobile-menu-game-text\/10 {
    border-left-color: hsla(30,9%,46%,.1)
}

.border-l-mobile-menu-game-text\/100 {
    border-left-color: #80756a
}

.border-l-mobile-menu-game-text\/20 {
    border-left-color: hsla(30,9%,46%,.2)
}

.border-l-mobile-menu-game-text\/25 {
    border-left-color: hsla(30,9%,46%,.25)
}

.border-l-mobile-menu-game-text\/30 {
    border-left-color: hsla(30,9%,46%,.3)
}

.border-l-mobile-menu-game-text\/40 {
    border-left-color: hsla(30,9%,46%,.4)
}

.border-l-mobile-menu-game-text\/5 {
    border-left-color: hsla(30,9%,46%,.05)
}

.border-l-mobile-menu-game-text\/50 {
    border-left-color: hsla(30,9%,46%,.5)
}

.border-l-mobile-menu-game-text\/60 {
    border-left-color: hsla(30,9%,46%,.6)
}

.border-l-mobile-menu-game-text\/70 {
    border-left-color: hsla(30,9%,46%,.7)
}

.border-l-mobile-menu-game-text\/75 {
    border-left-color: hsla(30,9%,46%,.75)
}

.border-l-mobile-menu-game-text\/80 {
    border-left-color: hsla(30,9%,46%,.8)
}

.border-l-mobile-menu-game-text\/90 {
    border-left-color: hsla(30,9%,46%,.9)
}

.border-l-mobile-menu-game-text\/95 {
    border-left-color: hsla(30,9%,46%,.95)
}

.border-l-mobile-nav-text-inactive {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 210 194/var(--tw-border-opacity))
}

.border-l-mobile-nav-text-inactive\/0 {
    border-left-color: hsla(38,26%,81%,0)
}

.border-l-mobile-nav-text-inactive\/10 {
    border-left-color: hsla(38,26%,81%,.1)
}

.border-l-mobile-nav-text-inactive\/100 {
    border-left-color: #dbd2c2
}

.border-l-mobile-nav-text-inactive\/20 {
    border-left-color: hsla(38,26%,81%,.2)
}

.border-l-mobile-nav-text-inactive\/25 {
    border-left-color: hsla(38,26%,81%,.25)
}

.border-l-mobile-nav-text-inactive\/30 {
    border-left-color: hsla(38,26%,81%,.3)
}

.border-l-mobile-nav-text-inactive\/40 {
    border-left-color: hsla(38,26%,81%,.4)
}

.border-l-mobile-nav-text-inactive\/5 {
    border-left-color: hsla(38,26%,81%,.05)
}

.border-l-mobile-nav-text-inactive\/50 {
    border-left-color: hsla(38,26%,81%,.5)
}

.border-l-mobile-nav-text-inactive\/60 {
    border-left-color: hsla(38,26%,81%,.6)
}

.border-l-mobile-nav-text-inactive\/70 {
    border-left-color: hsla(38,26%,81%,.7)
}

.border-l-mobile-nav-text-inactive\/75 {
    border-left-color: hsla(38,26%,81%,.75)
}

.border-l-mobile-nav-text-inactive\/80 {
    border-left-color: hsla(38,26%,81%,.8)
}

.border-l-mobile-nav-text-inactive\/90 {
    border-left-color: hsla(38,26%,81%,.9)
}

.border-l-mobile-nav-text-inactive\/95 {
    border-left-color: hsla(38,26%,81%,.95)
}

.border-l-mobile-sidebar-logo {
    --tw-border-opacity: 1;
    border-left-color: rgb(67 46 27/var(--tw-border-opacity))
}

.border-l-mobile-sidebar-logo\/0 {
    border-left-color: rgba(67,46,27,0)
}

.border-l-mobile-sidebar-logo\/10 {
    border-left-color: rgba(67,46,27,.1)
}

.border-l-mobile-sidebar-logo\/100 {
    border-left-color: #432e1b
}

.border-l-mobile-sidebar-logo\/20 {
    border-left-color: rgba(67,46,27,.2)
}

.border-l-mobile-sidebar-logo\/25 {
    border-left-color: rgba(67,46,27,.25)
}

.border-l-mobile-sidebar-logo\/30 {
    border-left-color: rgba(67,46,27,.3)
}

.border-l-mobile-sidebar-logo\/40 {
    border-left-color: rgba(67,46,27,.4)
}

.border-l-mobile-sidebar-logo\/5 {
    border-left-color: rgba(67,46,27,.05)
}

.border-l-mobile-sidebar-logo\/50 {
    border-left-color: rgba(67,46,27,.5)
}

.border-l-mobile-sidebar-logo\/60 {
    border-left-color: rgba(67,46,27,.6)
}

.border-l-mobile-sidebar-logo\/70 {
    border-left-color: rgba(67,46,27,.7)
}

.border-l-mobile-sidebar-logo\/75 {
    border-left-color: rgba(67,46,27,.75)
}

.border-l-mobile-sidebar-logo\/80 {
    border-left-color: rgba(67,46,27,.8)
}

.border-l-mobile-sidebar-logo\/90 {
    border-left-color: rgba(67,46,27,.9)
}

.border-l-mobile-sidebar-logo\/95 {
    border-left-color: rgba(67,46,27,.95)
}

.border-l-mobile-table-header {
    --tw-border-opacity: 1;
    border-left-color: rgb(113 95 71/var(--tw-border-opacity))
}

.border-l-mobile-table-header\/0 {
    border-left-color: rgba(113,95,71,0)
}

.border-l-mobile-table-header\/10 {
    border-left-color: rgba(113,95,71,.1)
}

.border-l-mobile-table-header\/100 {
    border-left-color: #715f47
}

.border-l-mobile-table-header\/20 {
    border-left-color: rgba(113,95,71,.2)
}

.border-l-mobile-table-header\/25 {
    border-left-color: rgba(113,95,71,.25)
}

.border-l-mobile-table-header\/30 {
    border-left-color: rgba(113,95,71,.3)
}

.border-l-mobile-table-header\/40 {
    border-left-color: rgba(113,95,71,.4)
}

.border-l-mobile-table-header\/5 {
    border-left-color: rgba(113,95,71,.05)
}

.border-l-mobile-table-header\/50 {
    border-left-color: rgba(113,95,71,.5)
}

.border-l-mobile-table-header\/60 {
    border-left-color: rgba(113,95,71,.6)
}

.border-l-mobile-table-header\/70 {
    border-left-color: rgba(113,95,71,.7)
}

.border-l-mobile-table-header\/75 {
    border-left-color: rgba(113,95,71,.75)
}

.border-l-mobile-table-header\/80 {
    border-left-color: rgba(113,95,71,.8)
}

.border-l-mobile-table-header\/90 {
    border-left-color: rgba(113,95,71,.9)
}

.border-l-mobile-table-header\/95 {
    border-left-color: rgba(113,95,71,.95)
}

.border-l-orange {
    --tw-border-opacity: 1;
    border-left-color: rgb(200 150 51/var(--tw-border-opacity))
}

.border-l-orange\/0 {
    border-left-color: rgba(200,150,51,0)
}

.border-l-orange\/10 {
    border-left-color: rgba(200,150,51,.1)
}

.border-l-orange\/100 {
    border-left-color: #c89633
}

.border-l-orange\/20 {
    border-left-color: rgba(200,150,51,.2)
}

.border-l-orange\/25 {
    border-left-color: rgba(200,150,51,.25)
}

.border-l-orange\/30 {
    border-left-color: rgba(200,150,51,.3)
}

.border-l-orange\/40 {
    border-left-color: rgba(200,150,51,.4)
}

.border-l-orange\/5 {
    border-left-color: rgba(200,150,51,.05)
}

.border-l-orange\/50 {
    border-left-color: rgba(200,150,51,.5)
}

.border-l-orange\/60 {
    border-left-color: rgba(200,150,51,.6)
}

.border-l-orange\/70 {
    border-left-color: rgba(200,150,51,.7)
}

.border-l-orange\/75 {
    border-left-color: rgba(200,150,51,.75)
}

.border-l-orange\/80 {
    border-left-color: rgba(200,150,51,.8)
}

.border-l-orange\/90 {
    border-left-color: rgba(200,150,51,.9)
}

.border-l-orange\/95 {
    border-left-color: rgba(200,150,51,.95)
}

.border-l-progress-below {
    --tw-border-opacity: 1;
    border-left-color: rgb(52 44 42/var(--tw-border-opacity))
}

.border-l-progress-below\/0 {
    border-left-color: rgba(52,44,42,0)
}

.border-l-progress-below\/10 {
    border-left-color: rgba(52,44,42,.1)
}

.border-l-progress-below\/100 {
    border-left-color: #342c2a
}

.border-l-progress-below\/20 {
    border-left-color: rgba(52,44,42,.2)
}

.border-l-progress-below\/25 {
    border-left-color: rgba(52,44,42,.25)
}

.border-l-progress-below\/30 {
    border-left-color: rgba(52,44,42,.3)
}

.border-l-progress-below\/40 {
    border-left-color: rgba(52,44,42,.4)
}

.border-l-progress-below\/5 {
    border-left-color: rgba(52,44,42,.05)
}

.border-l-progress-below\/50 {
    border-left-color: rgba(52,44,42,.5)
}

.border-l-progress-below\/60 {
    border-left-color: rgba(52,44,42,.6)
}

.border-l-progress-below\/70 {
    border-left-color: rgba(52,44,42,.7)
}

.border-l-progress-below\/75 {
    border-left-color: rgba(52,44,42,.75)
}

.border-l-progress-below\/80 {
    border-left-color: rgba(52,44,42,.8)
}

.border-l-progress-below\/90 {
    border-left-color: rgba(52,44,42,.9)
}

.border-l-progress-below\/95 {
    border-left-color: rgba(52,44,42,.95)
}

.border-l-promotion-profile-cashback {
    --tw-border-opacity: 1;
    border-left-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-l-promotion-profile-cashback\/0 {
    border-left-color: rgba(58,58,58,0)
}

.border-l-promotion-profile-cashback\/10 {
    border-left-color: rgba(58,58,58,.1)
}

.border-l-promotion-profile-cashback\/100 {
    border-left-color: #3a3a3a
}

.border-l-promotion-profile-cashback\/20 {
    border-left-color: rgba(58,58,58,.2)
}

.border-l-promotion-profile-cashback\/25 {
    border-left-color: rgba(58,58,58,.25)
}

.border-l-promotion-profile-cashback\/30 {
    border-left-color: rgba(58,58,58,.3)
}

.border-l-promotion-profile-cashback\/40 {
    border-left-color: rgba(58,58,58,.4)
}

.border-l-promotion-profile-cashback\/5 {
    border-left-color: rgba(58,58,58,.05)
}

.border-l-promotion-profile-cashback\/50 {
    border-left-color: rgba(58,58,58,.5)
}

.border-l-promotion-profile-cashback\/60 {
    border-left-color: rgba(58,58,58,.6)
}

.border-l-promotion-profile-cashback\/70 {
    border-left-color: rgba(58,58,58,.7)
}

.border-l-promotion-profile-cashback\/75 {
    border-left-color: rgba(58,58,58,.75)
}

.border-l-promotion-profile-cashback\/80 {
    border-left-color: rgba(58,58,58,.8)
}

.border-l-promotion-profile-cashback\/90 {
    border-left-color: rgba(58,58,58,.9)
}

.border-l-promotion-profile-cashback\/95 {
    border-left-color: rgba(58,58,58,.95)
}

.border-l-promotion-profile-header {
    --tw-border-opacity: 1;
    border-left-color: rgb(65 64 64/var(--tw-border-opacity))
}

.border-l-promotion-profile-header\/0 {
    border-left-color: rgba(65,64,64,0)
}

.border-l-promotion-profile-header\/10 {
    border-left-color: rgba(65,64,64,.1)
}

.border-l-promotion-profile-header\/100 {
    border-left-color: #414040
}

.border-l-promotion-profile-header\/20 {
    border-left-color: rgba(65,64,64,.2)
}

.border-l-promotion-profile-header\/25 {
    border-left-color: rgba(65,64,64,.25)
}

.border-l-promotion-profile-header\/30 {
    border-left-color: rgba(65,64,64,.3)
}

.border-l-promotion-profile-header\/40 {
    border-left-color: rgba(65,64,64,.4)
}

.border-l-promotion-profile-header\/5 {
    border-left-color: rgba(65,64,64,.05)
}

.border-l-promotion-profile-header\/50 {
    border-left-color: rgba(65,64,64,.5)
}

.border-l-promotion-profile-header\/60 {
    border-left-color: rgba(65,64,64,.6)
}

.border-l-promotion-profile-header\/70 {
    border-left-color: rgba(65,64,64,.7)
}

.border-l-promotion-profile-header\/75 {
    border-left-color: rgba(65,64,64,.75)
}

.border-l-promotion-profile-header\/80 {
    border-left-color: rgba(65,64,64,.8)
}

.border-l-promotion-profile-header\/90 {
    border-left-color: rgba(65,64,64,.9)
}

.border-l-promotion-profile-header\/95 {
    border-left-color: rgba(65,64,64,.95)
}

.border-l-red-attention {
    --tw-border-opacity: 1;
    border-left-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-l-red-attention\/0 {
    border-left-color: rgba(204,30,30,0)
}

.border-l-red-attention\/10 {
    border-left-color: rgba(204,30,30,.1)
}

.border-l-red-attention\/100 {
    border-left-color: #cc1e1e
}

.border-l-red-attention\/20 {
    border-left-color: rgba(204,30,30,.2)
}

.border-l-red-attention\/25 {
    border-left-color: rgba(204,30,30,.25)
}

.border-l-red-attention\/30 {
    border-left-color: rgba(204,30,30,.3)
}

.border-l-red-attention\/40 {
    border-left-color: rgba(204,30,30,.4)
}

.border-l-red-attention\/5 {
    border-left-color: rgba(204,30,30,.05)
}

.border-l-red-attention\/50 {
    border-left-color: rgba(204,30,30,.5)
}

.border-l-red-attention\/60 {
    border-left-color: rgba(204,30,30,.6)
}

.border-l-red-attention\/70 {
    border-left-color: rgba(204,30,30,.7)
}

.border-l-red-attention\/75 {
    border-left-color: rgba(204,30,30,.75)
}

.border-l-red-attention\/80 {
    border-left-color: rgba(204,30,30,.8)
}

.border-l-red-attention\/90 {
    border-left-color: rgba(204,30,30,.9)
}

.border-l-red-attention\/95 {
    border-left-color: rgba(204,30,30,.95)
}

.border-l-red-bg-hot-pick {
    --tw-border-opacity: 1;
    border-left-color: rgb(23 14 10/var(--tw-border-opacity))
}

.border-l-red-bg-hot-pick\/0 {
    border-left-color: rgba(23,14,10,0)
}

.border-l-red-bg-hot-pick\/10 {
    border-left-color: rgba(23,14,10,.1)
}

.border-l-red-bg-hot-pick\/100 {
    border-left-color: #170e0a
}

.border-l-red-bg-hot-pick\/20 {
    border-left-color: rgba(23,14,10,.2)
}

.border-l-red-bg-hot-pick\/25 {
    border-left-color: rgba(23,14,10,.25)
}

.border-l-red-bg-hot-pick\/30 {
    border-left-color: rgba(23,14,10,.3)
}

.border-l-red-bg-hot-pick\/40 {
    border-left-color: rgba(23,14,10,.4)
}

.border-l-red-bg-hot-pick\/5 {
    border-left-color: rgba(23,14,10,.05)
}

.border-l-red-bg-hot-pick\/50 {
    border-left-color: rgba(23,14,10,.5)
}

.border-l-red-bg-hot-pick\/60 {
    border-left-color: rgba(23,14,10,.6)
}

.border-l-red-bg-hot-pick\/70 {
    border-left-color: rgba(23,14,10,.7)
}

.border-l-red-bg-hot-pick\/75 {
    border-left-color: rgba(23,14,10,.75)
}

.border-l-red-bg-hot-pick\/80 {
    border-left-color: rgba(23,14,10,.8)
}

.border-l-red-bg-hot-pick\/90 {
    border-left-color: rgba(23,14,10,.9)
}

.border-l-red-bg-hot-pick\/95 {
    border-left-color: rgba(23,14,10,.95)
}

.border-l-red-cancelled {
    --tw-border-opacity: 1;
    border-left-color: rgb(239 65 57/var(--tw-border-opacity))
}

.border-l-red-cancelled\/0 {
    border-left-color: rgba(239,65,57,0)
}

.border-l-red-cancelled\/10 {
    border-left-color: rgba(239,65,57,.1)
}

.border-l-red-cancelled\/100 {
    border-left-color: #ef4139
}

.border-l-red-cancelled\/20 {
    border-left-color: rgba(239,65,57,.2)
}

.border-l-red-cancelled\/25 {
    border-left-color: rgba(239,65,57,.25)
}

.border-l-red-cancelled\/30 {
    border-left-color: rgba(239,65,57,.3)
}

.border-l-red-cancelled\/40 {
    border-left-color: rgba(239,65,57,.4)
}

.border-l-red-cancelled\/5 {
    border-left-color: rgba(239,65,57,.05)
}

.border-l-red-cancelled\/50 {
    border-left-color: rgba(239,65,57,.5)
}

.border-l-red-cancelled\/60 {
    border-left-color: rgba(239,65,57,.6)
}

.border-l-red-cancelled\/70 {
    border-left-color: rgba(239,65,57,.7)
}

.border-l-red-cancelled\/75 {
    border-left-color: rgba(239,65,57,.75)
}

.border-l-red-cancelled\/80 {
    border-left-color: rgba(239,65,57,.8)
}

.border-l-red-cancelled\/90 {
    border-left-color: rgba(239,65,57,.9)
}

.border-l-red-cancelled\/95 {
    border-left-color: rgba(239,65,57,.95)
}

.border-l-red-default {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 0 0/var(--tw-border-opacity))
}

.border-l-red-default\/0 {
    border-left-color: rgba(255,0,0,0)
}

.border-l-red-default\/10 {
    border-left-color: rgba(255,0,0,.1)
}

.border-l-red-default\/100 {
    border-left-color: red
}

.border-l-red-default\/20 {
    border-left-color: rgba(255,0,0,.2)
}

.border-l-red-default\/25 {
    border-left-color: rgba(255,0,0,.25)
}

.border-l-red-default\/30 {
    border-left-color: rgba(255,0,0,.3)
}

.border-l-red-default\/40 {
    border-left-color: rgba(255,0,0,.4)
}

.border-l-red-default\/5 {
    border-left-color: rgba(255,0,0,.05)
}

.border-l-red-default\/50 {
    border-left-color: rgba(255,0,0,.5)
}

.border-l-red-default\/60 {
    border-left-color: rgba(255,0,0,.6)
}

.border-l-red-default\/70 {
    border-left-color: rgba(255,0,0,.7)
}

.border-l-red-default\/75 {
    border-left-color: rgba(255,0,0,.75)
}

.border-l-red-default\/80 {
    border-left-color: rgba(255,0,0,.8)
}

.border-l-red-default\/90 {
    border-left-color: rgba(255,0,0,.9)
}

.border-l-red-default\/95 {
    border-left-color: rgba(255,0,0,.95)
}

.border-l-red-error {
    --tw-border-opacity: 1;
    border-left-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-l-red-error\/0 {
    border-left-color: rgba(204,30,30,0)
}

.border-l-red-error\/10 {
    border-left-color: rgba(204,30,30,.1)
}

.border-l-red-error\/100 {
    border-left-color: #cc1e1e
}

.border-l-red-error\/20 {
    border-left-color: rgba(204,30,30,.2)
}

.border-l-red-error\/25 {
    border-left-color: rgba(204,30,30,.25)
}

.border-l-red-error\/30 {
    border-left-color: rgba(204,30,30,.3)
}

.border-l-red-error\/40 {
    border-left-color: rgba(204,30,30,.4)
}

.border-l-red-error\/5 {
    border-left-color: rgba(204,30,30,.05)
}

.border-l-red-error\/50 {
    border-left-color: rgba(204,30,30,.5)
}

.border-l-red-error\/60 {
    border-left-color: rgba(204,30,30,.6)
}

.border-l-red-error\/70 {
    border-left-color: rgba(204,30,30,.7)
}

.border-l-red-error\/75 {
    border-left-color: rgba(204,30,30,.75)
}

.border-l-red-error\/80 {
    border-left-color: rgba(204,30,30,.8)
}

.border-l-red-error\/90 {
    border-left-color: rgba(204,30,30,.9)
}

.border-l-red-error\/95 {
    border-left-color: rgba(204,30,30,.95)
}

.border-l-red-logo {
    --tw-border-opacity: 1;
    border-left-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-l-red-logo\/0 {
    border-left-color: rgba(204,30,30,0)
}

.border-l-red-logo\/10 {
    border-left-color: rgba(204,30,30,.1)
}

.border-l-red-logo\/100 {
    border-left-color: #cc1e1e
}

.border-l-red-logo\/20 {
    border-left-color: rgba(204,30,30,.2)
}

.border-l-red-logo\/25 {
    border-left-color: rgba(204,30,30,.25)
}

.border-l-red-logo\/30 {
    border-left-color: rgba(204,30,30,.3)
}

.border-l-red-logo\/40 {
    border-left-color: rgba(204,30,30,.4)
}

.border-l-red-logo\/5 {
    border-left-color: rgba(204,30,30,.05)
}

.border-l-red-logo\/50 {
    border-left-color: rgba(204,30,30,.5)
}

.border-l-red-logo\/60 {
    border-left-color: rgba(204,30,30,.6)
}

.border-l-red-logo\/70 {
    border-left-color: rgba(204,30,30,.7)
}

.border-l-red-logo\/75 {
    border-left-color: rgba(204,30,30,.75)
}

.border-l-red-logo\/80 {
    border-left-color: rgba(204,30,30,.8)
}

.border-l-red-logo\/90 {
    border-left-color: rgba(204,30,30,.9)
}

.border-l-red-logo\/95 {
    border-left-color: rgba(204,30,30,.95)
}

.border-l-red-loss {
    --tw-border-opacity: 1;
    border-left-color: rgb(239 65 57/var(--tw-border-opacity))
}

.border-l-red-loss\/0 {
    border-left-color: rgba(239,65,57,0)
}

.border-l-red-loss\/10 {
    border-left-color: rgba(239,65,57,.1)
}

.border-l-red-loss\/100 {
    border-left-color: #ef4139
}

.border-l-red-loss\/20 {
    border-left-color: rgba(239,65,57,.2)
}

.border-l-red-loss\/25 {
    border-left-color: rgba(239,65,57,.25)
}

.border-l-red-loss\/30 {
    border-left-color: rgba(239,65,57,.3)
}

.border-l-red-loss\/40 {
    border-left-color: rgba(239,65,57,.4)
}

.border-l-red-loss\/5 {
    border-left-color: rgba(239,65,57,.05)
}

.border-l-red-loss\/50 {
    border-left-color: rgba(239,65,57,.5)
}

.border-l-red-loss\/60 {
    border-left-color: rgba(239,65,57,.6)
}

.border-l-red-loss\/70 {
    border-left-color: rgba(239,65,57,.7)
}

.border-l-red-loss\/75 {
    border-left-color: rgba(239,65,57,.75)
}

.border-l-red-loss\/80 {
    border-left-color: rgba(239,65,57,.8)
}

.border-l-red-loss\/90 {
    border-left-color: rgba(239,65,57,.9)
}

.border-l-red-loss\/95 {
    border-left-color: rgba(239,65,57,.95)
}

.border-l-red-notification {
    --tw-border-opacity: 1;
    border-left-color: rgb(216 0 39/var(--tw-border-opacity))
}

.border-l-red-notification\/0 {
    border-left-color: rgba(216,0,39,0)
}

.border-l-red-notification\/10 {
    border-left-color: rgba(216,0,39,.1)
}

.border-l-red-notification\/100 {
    border-left-color: #d80027
}

.border-l-red-notification\/20 {
    border-left-color: rgba(216,0,39,.2)
}

.border-l-red-notification\/25 {
    border-left-color: rgba(216,0,39,.25)
}

.border-l-red-notification\/30 {
    border-left-color: rgba(216,0,39,.3)
}

.border-l-red-notification\/40 {
    border-left-color: rgba(216,0,39,.4)
}

.border-l-red-notification\/5 {
    border-left-color: rgba(216,0,39,.05)
}

.border-l-red-notification\/50 {
    border-left-color: rgba(216,0,39,.5)
}

.border-l-red-notification\/60 {
    border-left-color: rgba(216,0,39,.6)
}

.border-l-red-notification\/70 {
    border-left-color: rgba(216,0,39,.7)
}

.border-l-red-notification\/75 {
    border-left-color: rgba(216,0,39,.75)
}

.border-l-red-notification\/80 {
    border-left-color: rgba(216,0,39,.8)
}

.border-l-red-notification\/90 {
    border-left-color: rgba(216,0,39,.9)
}

.border-l-red-notification\/95 {
    border-left-color: rgba(216,0,39,.95)
}

.border-l-red-update-button {
    --tw-border-opacity: 1;
    border-left-color: rgb(197 91 75/var(--tw-border-opacity))
}

.border-l-red-update-button\/0 {
    border-left-color: rgba(197,91,75,0)
}

.border-l-red-update-button\/10 {
    border-left-color: rgba(197,91,75,.1)
}

.border-l-red-update-button\/100 {
    border-left-color: #c55b4b
}

.border-l-red-update-button\/20 {
    border-left-color: rgba(197,91,75,.2)
}

.border-l-red-update-button\/25 {
    border-left-color: rgba(197,91,75,.25)
}

.border-l-red-update-button\/30 {
    border-left-color: rgba(197,91,75,.3)
}

.border-l-red-update-button\/40 {
    border-left-color: rgba(197,91,75,.4)
}

.border-l-red-update-button\/5 {
    border-left-color: rgba(197,91,75,.05)
}

.border-l-red-update-button\/50 {
    border-left-color: rgba(197,91,75,.5)
}

.border-l-red-update-button\/60 {
    border-left-color: rgba(197,91,75,.6)
}

.border-l-red-update-button\/70 {
    border-left-color: rgba(197,91,75,.7)
}

.border-l-red-update-button\/75 {
    border-left-color: rgba(197,91,75,.75)
}

.border-l-red-update-button\/80 {
    border-left-color: rgba(197,91,75,.8)
}

.border-l-red-update-button\/90 {
    border-left-color: rgba(197,91,75,.9)
}

.border-l-red-update-button\/95 {
    border-left-color: rgba(197,91,75,.95)
}

.border-l-rng-game-bet-number-active {
    --tw-border-opacity: 1;
    border-left-color: rgb(38 26 14/var(--tw-border-opacity))
}

.border-l-rng-game-bet-number-active\/0 {
    border-left-color: rgba(38,26,14,0)
}

.border-l-rng-game-bet-number-active\/10 {
    border-left-color: rgba(38,26,14,.1)
}

.border-l-rng-game-bet-number-active\/100 {
    border-left-color: #261a0e
}

.border-l-rng-game-bet-number-active\/20 {
    border-left-color: rgba(38,26,14,.2)
}

.border-l-rng-game-bet-number-active\/25 {
    border-left-color: rgba(38,26,14,.25)
}

.border-l-rng-game-bet-number-active\/30 {
    border-left-color: rgba(38,26,14,.3)
}

.border-l-rng-game-bet-number-active\/40 {
    border-left-color: rgba(38,26,14,.4)
}

.border-l-rng-game-bet-number-active\/5 {
    border-left-color: rgba(38,26,14,.05)
}

.border-l-rng-game-bet-number-active\/50 {
    border-left-color: rgba(38,26,14,.5)
}

.border-l-rng-game-bet-number-active\/60 {
    border-left-color: rgba(38,26,14,.6)
}

.border-l-rng-game-bet-number-active\/70 {
    border-left-color: rgba(38,26,14,.7)
}

.border-l-rng-game-bet-number-active\/75 {
    border-left-color: rgba(38,26,14,.75)
}

.border-l-rng-game-bet-number-active\/80 {
    border-left-color: rgba(38,26,14,.8)
}

.border-l-rng-game-bet-number-active\/90 {
    border-left-color: rgba(38,26,14,.9)
}

.border-l-rng-game-bet-number-active\/95 {
    border-left-color: rgba(38,26,14,.95)
}

.border-l-rng-game-bet-number-inactive {
    --tw-border-opacity: 1;
    border-left-color: rgb(242 219 184/var(--tw-border-opacity))
}

.border-l-rng-game-bet-number-inactive\/0 {
    border-left-color: hsla(36,69%,84%,0)
}

.border-l-rng-game-bet-number-inactive\/10 {
    border-left-color: hsla(36,69%,84%,.1)
}

.border-l-rng-game-bet-number-inactive\/100 {
    border-left-color: #f2dbb8
}

.border-l-rng-game-bet-number-inactive\/20 {
    border-left-color: hsla(36,69%,84%,.2)
}

.border-l-rng-game-bet-number-inactive\/25 {
    border-left-color: hsla(36,69%,84%,.25)
}

.border-l-rng-game-bet-number-inactive\/30 {
    border-left-color: hsla(36,69%,84%,.3)
}

.border-l-rng-game-bet-number-inactive\/40 {
    border-left-color: hsla(36,69%,84%,.4)
}

.border-l-rng-game-bet-number-inactive\/5 {
    border-left-color: hsla(36,69%,84%,.05)
}

.border-l-rng-game-bet-number-inactive\/50 {
    border-left-color: hsla(36,69%,84%,.5)
}

.border-l-rng-game-bet-number-inactive\/60 {
    border-left-color: hsla(36,69%,84%,.6)
}

.border-l-rng-game-bet-number-inactive\/70 {
    border-left-color: hsla(36,69%,84%,.7)
}

.border-l-rng-game-bet-number-inactive\/75 {
    border-left-color: hsla(36,69%,84%,.75)
}

.border-l-rng-game-bet-number-inactive\/80 {
    border-left-color: hsla(36,69%,84%,.8)
}

.border-l-rng-game-bet-number-inactive\/90 {
    border-left-color: hsla(36,69%,84%,.9)
}

.border-l-rng-game-bet-number-inactive\/95 {
    border-left-color: hsla(36,69%,84%,.95)
}

.border-l-rng-game-bg {
    --tw-border-opacity: 1;
    border-left-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-l-rng-game-bg-bet {
    --tw-border-opacity: 1;
    border-left-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-l-rng-game-bg-bet\/0 {
    border-left-color: transparent
}

.border-l-rng-game-bg-bet\/10 {
    border-left-color: rgba(0,0,0,.1)
}

.border-l-rng-game-bg-bet\/100 {
    border-left-color: #000
}

.border-l-rng-game-bg-bet\/20 {
    border-left-color: rgba(0,0,0,.2)
}

.border-l-rng-game-bg-bet\/25 {
    border-left-color: rgba(0,0,0,.25)
}

.border-l-rng-game-bg-bet\/30 {
    border-left-color: rgba(0,0,0,.3)
}

.border-l-rng-game-bg-bet\/40 {
    border-left-color: rgba(0,0,0,.4)
}

.border-l-rng-game-bg-bet\/5 {
    border-left-color: rgba(0,0,0,.05)
}

.border-l-rng-game-bg-bet\/50 {
    border-left-color: rgba(0,0,0,.5)
}

.border-l-rng-game-bg-bet\/60 {
    border-left-color: rgba(0,0,0,.6)
}

.border-l-rng-game-bg-bet\/70 {
    border-left-color: rgba(0,0,0,.7)
}

.border-l-rng-game-bg-bet\/75 {
    border-left-color: rgba(0,0,0,.75)
}

.border-l-rng-game-bg-bet\/80 {
    border-left-color: rgba(0,0,0,.8)
}

.border-l-rng-game-bg-bet\/90 {
    border-left-color: rgba(0,0,0,.9)
}

.border-l-rng-game-bg-bet\/95 {
    border-left-color: rgba(0,0,0,.95)
}

.border-l-rng-game-bg-current-bet {
    --tw-border-opacity: 1;
    border-left-color: rgb(235 206 130/var(--tw-border-opacity))
}

.border-l-rng-game-bg-current-bet\/0 {
    border-left-color: hsla(43,72%,72%,0)
}

.border-l-rng-game-bg-current-bet\/10 {
    border-left-color: hsla(43,72%,72%,.1)
}

.border-l-rng-game-bg-current-bet\/100 {
    border-left-color: #ebce82
}

.border-l-rng-game-bg-current-bet\/20 {
    border-left-color: hsla(43,72%,72%,.2)
}

.border-l-rng-game-bg-current-bet\/25 {
    border-left-color: hsla(43,72%,72%,.25)
}

.border-l-rng-game-bg-current-bet\/30 {
    border-left-color: hsla(43,72%,72%,.3)
}

.border-l-rng-game-bg-current-bet\/40 {
    border-left-color: hsla(43,72%,72%,.4)
}

.border-l-rng-game-bg-current-bet\/5 {
    border-left-color: hsla(43,72%,72%,.05)
}

.border-l-rng-game-bg-current-bet\/50 {
    border-left-color: hsla(43,72%,72%,.5)
}

.border-l-rng-game-bg-current-bet\/60 {
    border-left-color: hsla(43,72%,72%,.6)
}

.border-l-rng-game-bg-current-bet\/70 {
    border-left-color: hsla(43,72%,72%,.7)
}

.border-l-rng-game-bg-current-bet\/75 {
    border-left-color: hsla(43,72%,72%,.75)
}

.border-l-rng-game-bg-current-bet\/80 {
    border-left-color: hsla(43,72%,72%,.8)
}

.border-l-rng-game-bg-current-bet\/90 {
    border-left-color: hsla(43,72%,72%,.9)
}

.border-l-rng-game-bg-current-bet\/95 {
    border-left-color: hsla(43,72%,72%,.95)
}

.border-l-rng-game-bg-filter {
    --tw-border-opacity: 1;
    border-left-color: rgb(36 26 18/var(--tw-border-opacity))
}

.border-l-rng-game-bg-filter\/0 {
    border-left-color: rgba(36,26,18,0)
}

.border-l-rng-game-bg-filter\/10 {
    border-left-color: rgba(36,26,18,.1)
}

.border-l-rng-game-bg-filter\/100 {
    border-left-color: #241a12
}

.border-l-rng-game-bg-filter\/20 {
    border-left-color: rgba(36,26,18,.2)
}

.border-l-rng-game-bg-filter\/25 {
    border-left-color: rgba(36,26,18,.25)
}

.border-l-rng-game-bg-filter\/30 {
    border-left-color: rgba(36,26,18,.3)
}

.border-l-rng-game-bg-filter\/40 {
    border-left-color: rgba(36,26,18,.4)
}

.border-l-rng-game-bg-filter\/5 {
    border-left-color: rgba(36,26,18,.05)
}

.border-l-rng-game-bg-filter\/50 {
    border-left-color: rgba(36,26,18,.5)
}

.border-l-rng-game-bg-filter\/60 {
    border-left-color: rgba(36,26,18,.6)
}

.border-l-rng-game-bg-filter\/70 {
    border-left-color: rgba(36,26,18,.7)
}

.border-l-rng-game-bg-filter\/75 {
    border-left-color: rgba(36,26,18,.75)
}

.border-l-rng-game-bg-filter\/80 {
    border-left-color: rgba(36,26,18,.8)
}

.border-l-rng-game-bg-filter\/90 {
    border-left-color: rgba(36,26,18,.9)
}

.border-l-rng-game-bg-filter\/95 {
    border-left-color: rgba(36,26,18,.95)
}

.border-l-rng-game-bg-popup-bet {
    --tw-border-opacity: 1;
    border-left-color: rgb(51 50 47/var(--tw-border-opacity))
}

.border-l-rng-game-bg-popup-bet\/0 {
    border-left-color: rgba(51,50,47,0)
}

.border-l-rng-game-bg-popup-bet\/10 {
    border-left-color: rgba(51,50,47,.1)
}

.border-l-rng-game-bg-popup-bet\/100 {
    border-left-color: #33322f
}

.border-l-rng-game-bg-popup-bet\/20 {
    border-left-color: rgba(51,50,47,.2)
}

.border-l-rng-game-bg-popup-bet\/25 {
    border-left-color: rgba(51,50,47,.25)
}

.border-l-rng-game-bg-popup-bet\/30 {
    border-left-color: rgba(51,50,47,.3)
}

.border-l-rng-game-bg-popup-bet\/40 {
    border-left-color: rgba(51,50,47,.4)
}

.border-l-rng-game-bg-popup-bet\/5 {
    border-left-color: rgba(51,50,47,.05)
}

.border-l-rng-game-bg-popup-bet\/50 {
    border-left-color: rgba(51,50,47,.5)
}

.border-l-rng-game-bg-popup-bet\/60 {
    border-left-color: rgba(51,50,47,.6)
}

.border-l-rng-game-bg-popup-bet\/70 {
    border-left-color: rgba(51,50,47,.7)
}

.border-l-rng-game-bg-popup-bet\/75 {
    border-left-color: rgba(51,50,47,.75)
}

.border-l-rng-game-bg-popup-bet\/80 {
    border-left-color: rgba(51,50,47,.8)
}

.border-l-rng-game-bg-popup-bet\/90 {
    border-left-color: rgba(51,50,47,.9)
}

.border-l-rng-game-bg-popup-bet\/95 {
    border-left-color: rgba(51,50,47,.95)
}

.border-l-rng-game-bg-tab {
    --tw-border-opacity: 1;
    border-left-color: rgb(52 52 52/var(--tw-border-opacity))
}

.border-l-rng-game-bg-tab\/0 {
    border-left-color: rgba(52,52,52,0)
}

.border-l-rng-game-bg-tab\/10 {
    border-left-color: rgba(52,52,52,.1)
}

.border-l-rng-game-bg-tab\/100 {
    border-left-color: #343434
}

.border-l-rng-game-bg-tab\/20 {
    border-left-color: rgba(52,52,52,.2)
}

.border-l-rng-game-bg-tab\/25 {
    border-left-color: rgba(52,52,52,.25)
}

.border-l-rng-game-bg-tab\/30 {
    border-left-color: rgba(52,52,52,.3)
}

.border-l-rng-game-bg-tab\/40 {
    border-left-color: rgba(52,52,52,.4)
}

.border-l-rng-game-bg-tab\/5 {
    border-left-color: rgba(52,52,52,.05)
}

.border-l-rng-game-bg-tab\/50 {
    border-left-color: rgba(52,52,52,.5)
}

.border-l-rng-game-bg-tab\/60 {
    border-left-color: rgba(52,52,52,.6)
}

.border-l-rng-game-bg-tab\/70 {
    border-left-color: rgba(52,52,52,.7)
}

.border-l-rng-game-bg-tab\/75 {
    border-left-color: rgba(52,52,52,.75)
}

.border-l-rng-game-bg-tab\/80 {
    border-left-color: rgba(52,52,52,.8)
}

.border-l-rng-game-bg-tab\/90 {
    border-left-color: rgba(52,52,52,.9)
}

.border-l-rng-game-bg-tab\/95 {
    border-left-color: rgba(52,52,52,.95)
}

.border-l-rng-game-bg\/0 {
    border-left-color: rgba(137,113,80,0)
}

.border-l-rng-game-bg\/10 {
    border-left-color: rgba(137,113,80,.1)
}

.border-l-rng-game-bg\/100 {
    border-left-color: #897150
}

.border-l-rng-game-bg\/20 {
    border-left-color: rgba(137,113,80,.2)
}

.border-l-rng-game-bg\/25 {
    border-left-color: rgba(137,113,80,.25)
}

.border-l-rng-game-bg\/30 {
    border-left-color: rgba(137,113,80,.3)
}

.border-l-rng-game-bg\/40 {
    border-left-color: rgba(137,113,80,.4)
}

.border-l-rng-game-bg\/5 {
    border-left-color: rgba(137,113,80,.05)
}

.border-l-rng-game-bg\/50 {
    border-left-color: rgba(137,113,80,.5)
}

.border-l-rng-game-bg\/60 {
    border-left-color: rgba(137,113,80,.6)
}

.border-l-rng-game-bg\/70 {
    border-left-color: rgba(137,113,80,.7)
}

.border-l-rng-game-bg\/75 {
    border-left-color: rgba(137,113,80,.75)
}

.border-l-rng-game-bg\/80 {
    border-left-color: rgba(137,113,80,.8)
}

.border-l-rng-game-bg\/90 {
    border-left-color: rgba(137,113,80,.9)
}

.border-l-rng-game-bg\/95 {
    border-left-color: rgba(137,113,80,.95)
}

.border-l-rng-game-border-circle {
    --tw-border-opacity: 1;
    border-left-color: rgb(174 143 101/var(--tw-border-opacity))
}

.border-l-rng-game-border-circle\/0 {
    border-left-color: hsla(35,31%,54%,0)
}

.border-l-rng-game-border-circle\/10 {
    border-left-color: hsla(35,31%,54%,.1)
}

.border-l-rng-game-border-circle\/100 {
    border-left-color: #ae8f65
}

.border-l-rng-game-border-circle\/20 {
    border-left-color: hsla(35,31%,54%,.2)
}

.border-l-rng-game-border-circle\/25 {
    border-left-color: hsla(35,31%,54%,.25)
}

.border-l-rng-game-border-circle\/30 {
    border-left-color: hsla(35,31%,54%,.3)
}

.border-l-rng-game-border-circle\/40 {
    border-left-color: hsla(35,31%,54%,.4)
}

.border-l-rng-game-border-circle\/5 {
    border-left-color: hsla(35,31%,54%,.05)
}

.border-l-rng-game-border-circle\/50 {
    border-left-color: hsla(35,31%,54%,.5)
}

.border-l-rng-game-border-circle\/60 {
    border-left-color: hsla(35,31%,54%,.6)
}

.border-l-rng-game-border-circle\/70 {
    border-left-color: hsla(35,31%,54%,.7)
}

.border-l-rng-game-border-circle\/75 {
    border-left-color: hsla(35,31%,54%,.75)
}

.border-l-rng-game-border-circle\/80 {
    border-left-color: hsla(35,31%,54%,.8)
}

.border-l-rng-game-border-circle\/90 {
    border-left-color: hsla(35,31%,54%,.9)
}

.border-l-rng-game-border-circle\/95 {
    border-left-color: hsla(35,31%,54%,.95)
}

.border-l-rng-game-header-table {
    --tw-border-opacity: 1;
    border-left-color: rgb(23 12 12/var(--tw-border-opacity))
}

.border-l-rng-game-header-table\/0 {
    border-left-color: rgba(23,12,12,0)
}

.border-l-rng-game-header-table\/10 {
    border-left-color: rgba(23,12,12,.1)
}

.border-l-rng-game-header-table\/100 {
    border-left-color: #170c0c
}

.border-l-rng-game-header-table\/20 {
    border-left-color: rgba(23,12,12,.2)
}

.border-l-rng-game-header-table\/25 {
    border-left-color: rgba(23,12,12,.25)
}

.border-l-rng-game-header-table\/30 {
    border-left-color: rgba(23,12,12,.3)
}

.border-l-rng-game-header-table\/40 {
    border-left-color: rgba(23,12,12,.4)
}

.border-l-rng-game-header-table\/5 {
    border-left-color: rgba(23,12,12,.05)
}

.border-l-rng-game-header-table\/50 {
    border-left-color: rgba(23,12,12,.5)
}

.border-l-rng-game-header-table\/60 {
    border-left-color: rgba(23,12,12,.6)
}

.border-l-rng-game-header-table\/70 {
    border-left-color: rgba(23,12,12,.7)
}

.border-l-rng-game-header-table\/75 {
    border-left-color: rgba(23,12,12,.75)
}

.border-l-rng-game-header-table\/80 {
    border-left-color: rgba(23,12,12,.8)
}

.border-l-rng-game-header-table\/90 {
    border-left-color: rgba(23,12,12,.9)
}

.border-l-rng-game-header-table\/95 {
    border-left-color: rgba(23,12,12,.95)
}

.border-l-rng-game-item-1 {
    --tw-border-opacity: 1;
    border-left-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-l-rng-game-item-1\/0 {
    border-left-color: rgba(39,38,36,0)
}

.border-l-rng-game-item-1\/10 {
    border-left-color: rgba(39,38,36,.1)
}

.border-l-rng-game-item-1\/100 {
    border-left-color: #272624
}

.border-l-rng-game-item-1\/20 {
    border-left-color: rgba(39,38,36,.2)
}

.border-l-rng-game-item-1\/25 {
    border-left-color: rgba(39,38,36,.25)
}

.border-l-rng-game-item-1\/30 {
    border-left-color: rgba(39,38,36,.3)
}

.border-l-rng-game-item-1\/40 {
    border-left-color: rgba(39,38,36,.4)
}

.border-l-rng-game-item-1\/5 {
    border-left-color: rgba(39,38,36,.05)
}

.border-l-rng-game-item-1\/50 {
    border-left-color: rgba(39,38,36,.5)
}

.border-l-rng-game-item-1\/60 {
    border-left-color: rgba(39,38,36,.6)
}

.border-l-rng-game-item-1\/70 {
    border-left-color: rgba(39,38,36,.7)
}

.border-l-rng-game-item-1\/75 {
    border-left-color: rgba(39,38,36,.75)
}

.border-l-rng-game-item-1\/80 {
    border-left-color: rgba(39,38,36,.8)
}

.border-l-rng-game-item-1\/90 {
    border-left-color: rgba(39,38,36,.9)
}

.border-l-rng-game-item-1\/95 {
    border-left-color: rgba(39,38,36,.95)
}

.border-l-rng-game-item-2 {
    --tw-border-opacity: 1;
    border-left-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-l-rng-game-item-2\/0 {
    border-left-color: rgba(48,53,56,0)
}

.border-l-rng-game-item-2\/10 {
    border-left-color: rgba(48,53,56,.1)
}

.border-l-rng-game-item-2\/100 {
    border-left-color: #303538
}

.border-l-rng-game-item-2\/20 {
    border-left-color: rgba(48,53,56,.2)
}

.border-l-rng-game-item-2\/25 {
    border-left-color: rgba(48,53,56,.25)
}

.border-l-rng-game-item-2\/30 {
    border-left-color: rgba(48,53,56,.3)
}

.border-l-rng-game-item-2\/40 {
    border-left-color: rgba(48,53,56,.4)
}

.border-l-rng-game-item-2\/5 {
    border-left-color: rgba(48,53,56,.05)
}

.border-l-rng-game-item-2\/50 {
    border-left-color: rgba(48,53,56,.5)
}

.border-l-rng-game-item-2\/60 {
    border-left-color: rgba(48,53,56,.6)
}

.border-l-rng-game-item-2\/70 {
    border-left-color: rgba(48,53,56,.7)
}

.border-l-rng-game-item-2\/75 {
    border-left-color: rgba(48,53,56,.75)
}

.border-l-rng-game-item-2\/80 {
    border-left-color: rgba(48,53,56,.8)
}

.border-l-rng-game-item-2\/90 {
    border-left-color: rgba(48,53,56,.9)
}

.border-l-rng-game-item-2\/95 {
    border-left-color: rgba(48,53,56,.95)
}

.border-l-rng-game-money-bet {
    --tw-border-opacity: 1;
    border-left-color: rgb(202 164 64/var(--tw-border-opacity))
}

.border-l-rng-game-money-bet\/0 {
    border-left-color: rgba(202,164,64,0)
}

.border-l-rng-game-money-bet\/10 {
    border-left-color: rgba(202,164,64,.1)
}

.border-l-rng-game-money-bet\/100 {
    border-left-color: #caa440
}

.border-l-rng-game-money-bet\/20 {
    border-left-color: rgba(202,164,64,.2)
}

.border-l-rng-game-money-bet\/25 {
    border-left-color: rgba(202,164,64,.25)
}

.border-l-rng-game-money-bet\/30 {
    border-left-color: rgba(202,164,64,.3)
}

.border-l-rng-game-money-bet\/40 {
    border-left-color: rgba(202,164,64,.4)
}

.border-l-rng-game-money-bet\/5 {
    border-left-color: rgba(202,164,64,.05)
}

.border-l-rng-game-money-bet\/50 {
    border-left-color: rgba(202,164,64,.5)
}

.border-l-rng-game-money-bet\/60 {
    border-left-color: rgba(202,164,64,.6)
}

.border-l-rng-game-money-bet\/70 {
    border-left-color: rgba(202,164,64,.7)
}

.border-l-rng-game-money-bet\/75 {
    border-left-color: rgba(202,164,64,.75)
}

.border-l-rng-game-money-bet\/80 {
    border-left-color: rgba(202,164,64,.8)
}

.border-l-rng-game-money-bet\/90 {
    border-left-color: rgba(202,164,64,.9)
}

.border-l-rng-game-money-bet\/95 {
    border-left-color: rgba(202,164,64,.95)
}

.border-l-rng-game-tab-bet-result-active {
    --tw-border-opacity: 1;
    border-left-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-l-rng-game-tab-bet-result-active\/0 {
    border-left-color: rgba(137,113,80,0)
}

.border-l-rng-game-tab-bet-result-active\/10 {
    border-left-color: rgba(137,113,80,.1)
}

.border-l-rng-game-tab-bet-result-active\/100 {
    border-left-color: #897150
}

.border-l-rng-game-tab-bet-result-active\/20 {
    border-left-color: rgba(137,113,80,.2)
}

.border-l-rng-game-tab-bet-result-active\/25 {
    border-left-color: rgba(137,113,80,.25)
}

.border-l-rng-game-tab-bet-result-active\/30 {
    border-left-color: rgba(137,113,80,.3)
}

.border-l-rng-game-tab-bet-result-active\/40 {
    border-left-color: rgba(137,113,80,.4)
}

.border-l-rng-game-tab-bet-result-active\/5 {
    border-left-color: rgba(137,113,80,.05)
}

.border-l-rng-game-tab-bet-result-active\/50 {
    border-left-color: rgba(137,113,80,.5)
}

.border-l-rng-game-tab-bet-result-active\/60 {
    border-left-color: rgba(137,113,80,.6)
}

.border-l-rng-game-tab-bet-result-active\/70 {
    border-left-color: rgba(137,113,80,.7)
}

.border-l-rng-game-tab-bet-result-active\/75 {
    border-left-color: rgba(137,113,80,.75)
}

.border-l-rng-game-tab-bet-result-active\/80 {
    border-left-color: rgba(137,113,80,.8)
}

.border-l-rng-game-tab-bet-result-active\/90 {
    border-left-color: rgba(137,113,80,.9)
}

.border-l-rng-game-tab-bet-result-active\/95 {
    border-left-color: rgba(137,113,80,.95)
}

.border-l-rng-game-tab-bet-result-inactive {
    --tw-border-opacity: 1;
    border-left-color: rgb(68 59 39/var(--tw-border-opacity))
}

.border-l-rng-game-tab-bet-result-inactive\/0 {
    border-left-color: rgba(68,59,39,0)
}

.border-l-rng-game-tab-bet-result-inactive\/10 {
    border-left-color: rgba(68,59,39,.1)
}

.border-l-rng-game-tab-bet-result-inactive\/100 {
    border-left-color: #443b27
}

.border-l-rng-game-tab-bet-result-inactive\/20 {
    border-left-color: rgba(68,59,39,.2)
}

.border-l-rng-game-tab-bet-result-inactive\/25 {
    border-left-color: rgba(68,59,39,.25)
}

.border-l-rng-game-tab-bet-result-inactive\/30 {
    border-left-color: rgba(68,59,39,.3)
}

.border-l-rng-game-tab-bet-result-inactive\/40 {
    border-left-color: rgba(68,59,39,.4)
}

.border-l-rng-game-tab-bet-result-inactive\/5 {
    border-left-color: rgba(68,59,39,.05)
}

.border-l-rng-game-tab-bet-result-inactive\/50 {
    border-left-color: rgba(68,59,39,.5)
}

.border-l-rng-game-tab-bet-result-inactive\/60 {
    border-left-color: rgba(68,59,39,.6)
}

.border-l-rng-game-tab-bet-result-inactive\/70 {
    border-left-color: rgba(68,59,39,.7)
}

.border-l-rng-game-tab-bet-result-inactive\/75 {
    border-left-color: rgba(68,59,39,.75)
}

.border-l-rng-game-tab-bet-result-inactive\/80 {
    border-left-color: rgba(68,59,39,.8)
}

.border-l-rng-game-tab-bet-result-inactive\/90 {
    border-left-color: rgba(68,59,39,.9)
}

.border-l-rng-game-tab-bet-result-inactive\/95 {
    border-left-color: rgba(68,59,39,.95)
}

.border-l-rng-game-text-current-bet {
    --tw-border-opacity: 1;
    border-left-color: rgb(81 57 36/var(--tw-border-opacity))
}

.border-l-rng-game-text-current-bet\/0 {
    border-left-color: rgba(81,57,36,0)
}

.border-l-rng-game-text-current-bet\/10 {
    border-left-color: rgba(81,57,36,.1)
}

.border-l-rng-game-text-current-bet\/100 {
    border-left-color: #513924
}

.border-l-rng-game-text-current-bet\/20 {
    border-left-color: rgba(81,57,36,.2)
}

.border-l-rng-game-text-current-bet\/25 {
    border-left-color: rgba(81,57,36,.25)
}

.border-l-rng-game-text-current-bet\/30 {
    border-left-color: rgba(81,57,36,.3)
}

.border-l-rng-game-text-current-bet\/40 {
    border-left-color: rgba(81,57,36,.4)
}

.border-l-rng-game-text-current-bet\/5 {
    border-left-color: rgba(81,57,36,.05)
}

.border-l-rng-game-text-current-bet\/50 {
    border-left-color: rgba(81,57,36,.5)
}

.border-l-rng-game-text-current-bet\/60 {
    border-left-color: rgba(81,57,36,.6)
}

.border-l-rng-game-text-current-bet\/70 {
    border-left-color: rgba(81,57,36,.7)
}

.border-l-rng-game-text-current-bet\/75 {
    border-left-color: rgba(81,57,36,.75)
}

.border-l-rng-game-text-current-bet\/80 {
    border-left-color: rgba(81,57,36,.8)
}

.border-l-rng-game-text-current-bet\/90 {
    border-left-color: rgba(81,57,36,.9)
}

.border-l-rng-game-text-current-bet\/95 {
    border-left-color: rgba(81,57,36,.95)
}

.border-l-rng-game-total {
    --tw-border-opacity: 1;
    border-left-color: rgb(229 198 117/var(--tw-border-opacity))
}

.border-l-rng-game-total\/0 {
    border-left-color: hsla(43,68%,68%,0)
}

.border-l-rng-game-total\/10 {
    border-left-color: hsla(43,68%,68%,.1)
}

.border-l-rng-game-total\/100 {
    border-left-color: #e5c675
}

.border-l-rng-game-total\/20 {
    border-left-color: hsla(43,68%,68%,.2)
}

.border-l-rng-game-total\/25 {
    border-left-color: hsla(43,68%,68%,.25)
}

.border-l-rng-game-total\/30 {
    border-left-color: hsla(43,68%,68%,.3)
}

.border-l-rng-game-total\/40 {
    border-left-color: hsla(43,68%,68%,.4)
}

.border-l-rng-game-total\/5 {
    border-left-color: hsla(43,68%,68%,.05)
}

.border-l-rng-game-total\/50 {
    border-left-color: hsla(43,68%,68%,.5)
}

.border-l-rng-game-total\/60 {
    border-left-color: hsla(43,68%,68%,.6)
}

.border-l-rng-game-total\/70 {
    border-left-color: hsla(43,68%,68%,.7)
}

.border-l-rng-game-total\/75 {
    border-left-color: hsla(43,68%,68%,.75)
}

.border-l-rng-game-total\/80 {
    border-left-color: hsla(43,68%,68%,.8)
}

.border-l-rng-game-total\/90 {
    border-left-color: hsla(43,68%,68%,.9)
}

.border-l-rng-game-total\/95 {
    border-left-color: hsla(43,68%,68%,.95)
}

.border-l-sub-page-header {
    --tw-border-opacity: 1;
    border-left-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-l-sub-page-header\/0 {
    border-left-color: rgba(137,113,80,0)
}

.border-l-sub-page-header\/10 {
    border-left-color: rgba(137,113,80,.1)
}

.border-l-sub-page-header\/100 {
    border-left-color: #897150
}

.border-l-sub-page-header\/20 {
    border-left-color: rgba(137,113,80,.2)
}

.border-l-sub-page-header\/25 {
    border-left-color: rgba(137,113,80,.25)
}

.border-l-sub-page-header\/30 {
    border-left-color: rgba(137,113,80,.3)
}

.border-l-sub-page-header\/40 {
    border-left-color: rgba(137,113,80,.4)
}

.border-l-sub-page-header\/5 {
    border-left-color: rgba(137,113,80,.05)
}

.border-l-sub-page-header\/50 {
    border-left-color: rgba(137,113,80,.5)
}

.border-l-sub-page-header\/60 {
    border-left-color: rgba(137,113,80,.6)
}

.border-l-sub-page-header\/70 {
    border-left-color: rgba(137,113,80,.7)
}

.border-l-sub-page-header\/75 {
    border-left-color: rgba(137,113,80,.75)
}

.border-l-sub-page-header\/80 {
    border-left-color: rgba(137,113,80,.8)
}

.border-l-sub-page-header\/90 {
    border-left-color: rgba(137,113,80,.9)
}

.border-l-sub-page-header\/95 {
    border-left-color: rgba(137,113,80,.95)
}

.border-l-sub-page-sidebar {
    --tw-border-opacity: 1;
    border-left-color: rgb(29 24 24/var(--tw-border-opacity))
}

.border-l-sub-page-sidebar\/0 {
    border-left-color: rgba(29,24,24,0)
}

.border-l-sub-page-sidebar\/10 {
    border-left-color: rgba(29,24,24,.1)
}

.border-l-sub-page-sidebar\/100 {
    border-left-color: #1d1818
}

.border-l-sub-page-sidebar\/20 {
    border-left-color: rgba(29,24,24,.2)
}

.border-l-sub-page-sidebar\/25 {
    border-left-color: rgba(29,24,24,.25)
}

.border-l-sub-page-sidebar\/30 {
    border-left-color: rgba(29,24,24,.3)
}

.border-l-sub-page-sidebar\/40 {
    border-left-color: rgba(29,24,24,.4)
}

.border-l-sub-page-sidebar\/5 {
    border-left-color: rgba(29,24,24,.05)
}

.border-l-sub-page-sidebar\/50 {
    border-left-color: rgba(29,24,24,.5)
}

.border-l-sub-page-sidebar\/60 {
    border-left-color: rgba(29,24,24,.6)
}

.border-l-sub-page-sidebar\/70 {
    border-left-color: rgba(29,24,24,.7)
}

.border-l-sub-page-sidebar\/75 {
    border-left-color: rgba(29,24,24,.75)
}

.border-l-sub-page-sidebar\/80 {
    border-left-color: rgba(29,24,24,.8)
}

.border-l-sub-page-sidebar\/90 {
    border-left-color: rgba(29,24,24,.9)
}

.border-l-sub-page-sidebar\/95 {
    border-left-color: rgba(29,24,24,.95)
}

.border-l-transparent,.border-l-transparent\/0 {
    border-left-color: transparent
}

.border-l-transparent\/10 {
    border-left-color: rgba(0,0,0,.1)
}

.border-l-transparent\/100 {
    border-left-color: #000
}

.border-l-transparent\/20 {
    border-left-color: rgba(0,0,0,.2)
}

.border-l-transparent\/25 {
    border-left-color: rgba(0,0,0,.25)
}

.border-l-transparent\/30 {
    border-left-color: rgba(0,0,0,.3)
}

.border-l-transparent\/40 {
    border-left-color: rgba(0,0,0,.4)
}

.border-l-transparent\/5 {
    border-left-color: rgba(0,0,0,.05)
}

.border-l-transparent\/50 {
    border-left-color: rgba(0,0,0,.5)
}

.border-l-transparent\/60 {
    border-left-color: rgba(0,0,0,.6)
}

.border-l-transparent\/70 {
    border-left-color: rgba(0,0,0,.7)
}

.border-l-transparent\/75 {
    border-left-color: rgba(0,0,0,.75)
}

.border-l-transparent\/80 {
    border-left-color: rgba(0,0,0,.8)
}

.border-l-transparent\/90 {
    border-left-color: rgba(0,0,0,.9)
}

.border-l-transparent\/95 {
    border-left-color: rgba(0,0,0,.95)
}

.border-l-white {
    --tw-border-opacity: 1;
    border-left-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-l-white\/0 {
    border-left-color: hsla(0,0%,100%,0)
}

.border-l-white\/10 {
    border-left-color: hsla(0,0%,100%,.1)
}

.border-l-white\/100 {
    border-left-color: #fff
}

.border-l-white\/20 {
    border-left-color: hsla(0,0%,100%,.2)
}

.border-l-white\/25 {
    border-left-color: hsla(0,0%,100%,.25)
}

.border-l-white\/30 {
    border-left-color: hsla(0,0%,100%,.3)
}

.border-l-white\/40 {
    border-left-color: hsla(0,0%,100%,.4)
}

.border-l-white\/5 {
    border-left-color: hsla(0,0%,100%,.05)
}

.border-l-white\/50 {
    border-left-color: hsla(0,0%,100%,.5)
}

.border-l-white\/60 {
    border-left-color: hsla(0,0%,100%,.6)
}

.border-l-white\/70 {
    border-left-color: hsla(0,0%,100%,.7)
}

.border-l-white\/75 {
    border-left-color: hsla(0,0%,100%,.75)
}

.border-l-white\/80 {
    border-left-color: hsla(0,0%,100%,.8)
}

.border-l-white\/90 {
    border-left-color: hsla(0,0%,100%,.9)
}

.border-l-white\/95 {
    border-left-color: hsla(0,0%,100%,.95)
}

.border-l-yellow-active {
    --tw-border-opacity: 1;
    border-left-color: rgb(236 194 69/var(--tw-border-opacity))
}

.border-l-yellow-active\/0 {
    border-left-color: rgba(236,194,69,0)
}

.border-l-yellow-active\/10 {
    border-left-color: rgba(236,194,69,.1)
}

.border-l-yellow-active\/100 {
    border-left-color: #ecc245
}

.border-l-yellow-active\/20 {
    border-left-color: rgba(236,194,69,.2)
}

.border-l-yellow-active\/25 {
    border-left-color: rgba(236,194,69,.25)
}

.border-l-yellow-active\/30 {
    border-left-color: rgba(236,194,69,.3)
}

.border-l-yellow-active\/40 {
    border-left-color: rgba(236,194,69,.4)
}

.border-l-yellow-active\/5 {
    border-left-color: rgba(236,194,69,.05)
}

.border-l-yellow-active\/50 {
    border-left-color: rgba(236,194,69,.5)
}

.border-l-yellow-active\/60 {
    border-left-color: rgba(236,194,69,.6)
}

.border-l-yellow-active\/70 {
    border-left-color: rgba(236,194,69,.7)
}

.border-l-yellow-active\/75 {
    border-left-color: rgba(236,194,69,.75)
}

.border-l-yellow-active\/80 {
    border-left-color: rgba(236,194,69,.8)
}

.border-l-yellow-active\/90 {
    border-left-color: rgba(236,194,69,.9)
}

.border-l-yellow-active\/95 {
    border-left-color: rgba(236,194,69,.95)
}

.border-l-yellow-black {
    --tw-border-opacity: 1;
    border-left-color: rgb(154 126 61/var(--tw-border-opacity))
}

.border-l-yellow-black\/0 {
    border-left-color: rgba(154,126,61,0)
}

.border-l-yellow-black\/10 {
    border-left-color: rgba(154,126,61,.1)
}

.border-l-yellow-black\/100 {
    border-left-color: #9a7e3d
}

.border-l-yellow-black\/20 {
    border-left-color: rgba(154,126,61,.2)
}

.border-l-yellow-black\/25 {
    border-left-color: rgba(154,126,61,.25)
}

.border-l-yellow-black\/30 {
    border-left-color: rgba(154,126,61,.3)
}

.border-l-yellow-black\/40 {
    border-left-color: rgba(154,126,61,.4)
}

.border-l-yellow-black\/5 {
    border-left-color: rgba(154,126,61,.05)
}

.border-l-yellow-black\/50 {
    border-left-color: rgba(154,126,61,.5)
}

.border-l-yellow-black\/60 {
    border-left-color: rgba(154,126,61,.6)
}

.border-l-yellow-black\/70 {
    border-left-color: rgba(154,126,61,.7)
}

.border-l-yellow-black\/75 {
    border-left-color: rgba(154,126,61,.75)
}

.border-l-yellow-black\/80 {
    border-left-color: rgba(154,126,61,.8)
}

.border-l-yellow-black\/90 {
    border-left-color: rgba(154,126,61,.9)
}

.border-l-yellow-black\/95 {
    border-left-color: rgba(154,126,61,.95)
}

.border-l-yellow-default {
    --tw-border-opacity: 1;
    border-left-color: rgb(234 192 68/var(--tw-border-opacity))
}

.border-l-yellow-default\/0 {
    border-left-color: rgba(234,192,68,0)
}

.border-l-yellow-default\/10 {
    border-left-color: rgba(234,192,68,.1)
}

.border-l-yellow-default\/100 {
    border-left-color: #eac044
}

.border-l-yellow-default\/20 {
    border-left-color: rgba(234,192,68,.2)
}

.border-l-yellow-default\/25 {
    border-left-color: rgba(234,192,68,.25)
}

.border-l-yellow-default\/30 {
    border-left-color: rgba(234,192,68,.3)
}

.border-l-yellow-default\/40 {
    border-left-color: rgba(234,192,68,.4)
}

.border-l-yellow-default\/5 {
    border-left-color: rgba(234,192,68,.05)
}

.border-l-yellow-default\/50 {
    border-left-color: rgba(234,192,68,.5)
}

.border-l-yellow-default\/60 {
    border-left-color: rgba(234,192,68,.6)
}

.border-l-yellow-default\/70 {
    border-left-color: rgba(234,192,68,.7)
}

.border-l-yellow-default\/75 {
    border-left-color: rgba(234,192,68,.75)
}

.border-l-yellow-default\/80 {
    border-left-color: rgba(234,192,68,.8)
}

.border-l-yellow-default\/90 {
    border-left-color: rgba(234,192,68,.9)
}

.border-l-yellow-default\/95 {
    border-left-color: rgba(234,192,68,.95)
}

.border-l-yellow-orange {
    --tw-border-opacity: 1;
    border-left-color: rgb(220 179 118/var(--tw-border-opacity))
}

.border-l-yellow-orange\/0 {
    border-left-color: hsla(36,59%,66%,0)
}

.border-l-yellow-orange\/10 {
    border-left-color: hsla(36,59%,66%,.1)
}

.border-l-yellow-orange\/100 {
    border-left-color: #dcb376
}

.border-l-yellow-orange\/20 {
    border-left-color: hsla(36,59%,66%,.2)
}

.border-l-yellow-orange\/25 {
    border-left-color: hsla(36,59%,66%,.25)
}

.border-l-yellow-orange\/30 {
    border-left-color: hsla(36,59%,66%,.3)
}

.border-l-yellow-orange\/40 {
    border-left-color: hsla(36,59%,66%,.4)
}

.border-l-yellow-orange\/5 {
    border-left-color: hsla(36,59%,66%,.05)
}

.border-l-yellow-orange\/50 {
    border-left-color: hsla(36,59%,66%,.5)
}

.border-l-yellow-orange\/60 {
    border-left-color: hsla(36,59%,66%,.6)
}

.border-l-yellow-orange\/70 {
    border-left-color: hsla(36,59%,66%,.7)
}

.border-l-yellow-orange\/75 {
    border-left-color: hsla(36,59%,66%,.75)
}

.border-l-yellow-orange\/80 {
    border-left-color: hsla(36,59%,66%,.8)
}

.border-l-yellow-orange\/90 {
    border-left-color: hsla(36,59%,66%,.9)
}

.border-l-yellow-orange\/95 {
    border-left-color: hsla(36,59%,66%,.95)
}

.border-l-yellow-term {
    --tw-border-opacity: 1;
    border-left-color: rgb(179 143 23/var(--tw-border-opacity))
}

.border-l-yellow-term\/0 {
    border-left-color: rgba(179,143,23,0)
}

.border-l-yellow-term\/10 {
    border-left-color: rgba(179,143,23,.1)
}

.border-l-yellow-term\/100 {
    border-left-color: #b38f17
}

.border-l-yellow-term\/20 {
    border-left-color: rgba(179,143,23,.2)
}

.border-l-yellow-term\/25 {
    border-left-color: rgba(179,143,23,.25)
}

.border-l-yellow-term\/30 {
    border-left-color: rgba(179,143,23,.3)
}

.border-l-yellow-term\/40 {
    border-left-color: rgba(179,143,23,.4)
}

.border-l-yellow-term\/5 {
    border-left-color: rgba(179,143,23,.05)
}

.border-l-yellow-term\/50 {
    border-left-color: rgba(179,143,23,.5)
}

.border-l-yellow-term\/60 {
    border-left-color: rgba(179,143,23,.6)
}

.border-l-yellow-term\/70 {
    border-left-color: rgba(179,143,23,.7)
}

.border-l-yellow-term\/75 {
    border-left-color: rgba(179,143,23,.75)
}

.border-l-yellow-term\/80 {
    border-left-color: rgba(179,143,23,.8)
}

.border-l-yellow-term\/90 {
    border-left-color: rgba(179,143,23,.9)
}

.border-l-yellow-term\/95 {
    border-left-color: rgba(179,143,23,.95)
}

.border-l-yellow-text {
    --tw-border-opacity: 1;
    border-left-color: rgb(244 194 18/var(--tw-border-opacity))
}

.border-l-yellow-text\/0 {
    border-left-color: rgba(244,194,18,0)
}

.border-l-yellow-text\/10 {
    border-left-color: rgba(244,194,18,.1)
}

.border-l-yellow-text\/100 {
    border-left-color: #f4c212
}

.border-l-yellow-text\/20 {
    border-left-color: rgba(244,194,18,.2)
}

.border-l-yellow-text\/25 {
    border-left-color: rgba(244,194,18,.25)
}

.border-l-yellow-text\/30 {
    border-left-color: rgba(244,194,18,.3)
}

.border-l-yellow-text\/40 {
    border-left-color: rgba(244,194,18,.4)
}

.border-l-yellow-text\/5 {
    border-left-color: rgba(244,194,18,.05)
}

.border-l-yellow-text\/50 {
    border-left-color: rgba(244,194,18,.5)
}

.border-l-yellow-text\/60 {
    border-left-color: rgba(244,194,18,.6)
}

.border-l-yellow-text\/70 {
    border-left-color: rgba(244,194,18,.7)
}

.border-l-yellow-text\/75 {
    border-left-color: rgba(244,194,18,.75)
}

.border-l-yellow-text\/80 {
    border-left-color: rgba(244,194,18,.8)
}

.border-l-yellow-text\/90 {
    border-left-color: rgba(244,194,18,.9)
}

.border-l-yellow-text\/95 {
    border-left-color: rgba(244,194,18,.95)
}

.border-r-background-gray {
    --tw-border-opacity: 1;
    border-right-color: rgb(37 38 43/var(--tw-border-opacity))
}

.border-r-background-gray\/0 {
    border-right-color: rgba(37,38,43,0)
}

.border-r-background-gray\/10 {
    border-right-color: rgba(37,38,43,.1)
}

.border-r-background-gray\/100 {
    border-right-color: #25262b
}

.border-r-background-gray\/20 {
    border-right-color: rgba(37,38,43,.2)
}

.border-r-background-gray\/25 {
    border-right-color: rgba(37,38,43,.25)
}

.border-r-background-gray\/30 {
    border-right-color: rgba(37,38,43,.3)
}

.border-r-background-gray\/40 {
    border-right-color: rgba(37,38,43,.4)
}

.border-r-background-gray\/5 {
    border-right-color: rgba(37,38,43,.05)
}

.border-r-background-gray\/50 {
    border-right-color: rgba(37,38,43,.5)
}

.border-r-background-gray\/60 {
    border-right-color: rgba(37,38,43,.6)
}

.border-r-background-gray\/70 {
    border-right-color: rgba(37,38,43,.7)
}

.border-r-background-gray\/75 {
    border-right-color: rgba(37,38,43,.75)
}

.border-r-background-gray\/80 {
    border-right-color: rgba(37,38,43,.8)
}

.border-r-background-gray\/90 {
    border-right-color: rgba(37,38,43,.9)
}

.border-r-background-gray\/95 {
    border-right-color: rgba(37,38,43,.95)
}

.border-r-black-about {
    --tw-border-opacity: 1;
    border-right-color: rgb(41 41 41/var(--tw-border-opacity))
}

.border-r-black-about\/0 {
    border-right-color: rgba(41,41,41,0)
}

.border-r-black-about\/10 {
    border-right-color: rgba(41,41,41,.1)
}

.border-r-black-about\/100 {
    border-right-color: #292929
}

.border-r-black-about\/20 {
    border-right-color: rgba(41,41,41,.2)
}

.border-r-black-about\/25 {
    border-right-color: rgba(41,41,41,.25)
}

.border-r-black-about\/30 {
    border-right-color: rgba(41,41,41,.3)
}

.border-r-black-about\/40 {
    border-right-color: rgba(41,41,41,.4)
}

.border-r-black-about\/5 {
    border-right-color: rgba(41,41,41,.05)
}

.border-r-black-about\/50 {
    border-right-color: rgba(41,41,41,.5)
}

.border-r-black-about\/60 {
    border-right-color: rgba(41,41,41,.6)
}

.border-r-black-about\/70 {
    border-right-color: rgba(41,41,41,.7)
}

.border-r-black-about\/75 {
    border-right-color: rgba(41,41,41,.75)
}

.border-r-black-about\/80 {
    border-right-color: rgba(41,41,41,.8)
}

.border-r-black-about\/90 {
    border-right-color: rgba(41,41,41,.9)
}

.border-r-black-about\/95 {
    border-right-color: rgba(41,41,41,.95)
}

.border-r-black-account {
    --tw-border-opacity: 1;
    border-right-color: rgb(32 32 32/var(--tw-border-opacity))
}

.border-r-black-account\/0 {
    border-right-color: rgba(32,32,32,0)
}

.border-r-black-account\/10 {
    border-right-color: rgba(32,32,32,.1)
}

.border-r-black-account\/100 {
    border-right-color: #202020
}

.border-r-black-account\/20 {
    border-right-color: rgba(32,32,32,.2)
}

.border-r-black-account\/25 {
    border-right-color: rgba(32,32,32,.25)
}

.border-r-black-account\/30 {
    border-right-color: rgba(32,32,32,.3)
}

.border-r-black-account\/40 {
    border-right-color: rgba(32,32,32,.4)
}

.border-r-black-account\/5 {
    border-right-color: rgba(32,32,32,.05)
}

.border-r-black-account\/50 {
    border-right-color: rgba(32,32,32,.5)
}

.border-r-black-account\/60 {
    border-right-color: rgba(32,32,32,.6)
}

.border-r-black-account\/70 {
    border-right-color: rgba(32,32,32,.7)
}

.border-r-black-account\/75 {
    border-right-color: rgba(32,32,32,.75)
}

.border-r-black-account\/80 {
    border-right-color: rgba(32,32,32,.8)
}

.border-r-black-account\/90 {
    border-right-color: rgba(32,32,32,.9)
}

.border-r-black-account\/95 {
    border-right-color: rgba(32,32,32,.95)
}

.border-r-black-bg1 {
    --tw-border-opacity: 1;
    border-right-color: rgb(15 16 17/var(--tw-border-opacity))
}

.border-r-black-bg1\/0 {
    border-right-color: rgba(15,16,17,0)
}

.border-r-black-bg1\/10 {
    border-right-color: rgba(15,16,17,.1)
}

.border-r-black-bg1\/100 {
    border-right-color: #0f1011
}

.border-r-black-bg1\/20 {
    border-right-color: rgba(15,16,17,.2)
}

.border-r-black-bg1\/25 {
    border-right-color: rgba(15,16,17,.25)
}

.border-r-black-bg1\/30 {
    border-right-color: rgba(15,16,17,.3)
}

.border-r-black-bg1\/40 {
    border-right-color: rgba(15,16,17,.4)
}

.border-r-black-bg1\/5 {
    border-right-color: rgba(15,16,17,.05)
}

.border-r-black-bg1\/50 {
    border-right-color: rgba(15,16,17,.5)
}

.border-r-black-bg1\/60 {
    border-right-color: rgba(15,16,17,.6)
}

.border-r-black-bg1\/70 {
    border-right-color: rgba(15,16,17,.7)
}

.border-r-black-bg1\/75 {
    border-right-color: rgba(15,16,17,.75)
}

.border-r-black-bg1\/80 {
    border-right-color: rgba(15,16,17,.8)
}

.border-r-black-bg1\/90 {
    border-right-color: rgba(15,16,17,.9)
}

.border-r-black-bg1\/95 {
    border-right-color: rgba(15,16,17,.95)
}

.border-r-black-coin {
    --tw-border-opacity: 1;
    border-right-color: rgb(38 38 38/var(--tw-border-opacity))
}

.border-r-black-coin\/0 {
    border-right-color: rgba(38,38,38,0)
}

.border-r-black-coin\/10 {
    border-right-color: rgba(38,38,38,.1)
}

.border-r-black-coin\/100 {
    border-right-color: #262626
}

.border-r-black-coin\/20 {
    border-right-color: rgba(38,38,38,.2)
}

.border-r-black-coin\/25 {
    border-right-color: rgba(38,38,38,.25)
}

.border-r-black-coin\/30 {
    border-right-color: rgba(38,38,38,.3)
}

.border-r-black-coin\/40 {
    border-right-color: rgba(38,38,38,.4)
}

.border-r-black-coin\/5 {
    border-right-color: rgba(38,38,38,.05)
}

.border-r-black-coin\/50 {
    border-right-color: rgba(38,38,38,.5)
}

.border-r-black-coin\/60 {
    border-right-color: rgba(38,38,38,.6)
}

.border-r-black-coin\/70 {
    border-right-color: rgba(38,38,38,.7)
}

.border-r-black-coin\/75 {
    border-right-color: rgba(38,38,38,.75)
}

.border-r-black-coin\/80 {
    border-right-color: rgba(38,38,38,.8)
}

.border-r-black-coin\/90 {
    border-right-color: rgba(38,38,38,.9)
}

.border-r-black-coin\/95 {
    border-right-color: rgba(38,38,38,.95)
}

.border-r-black-config {
    --tw-border-opacity: 1;
    border-right-color: rgb(51 48 41/var(--tw-border-opacity))
}

.border-r-black-config\/0 {
    border-right-color: rgba(51,48,41,0)
}

.border-r-black-config\/10 {
    border-right-color: rgba(51,48,41,.1)
}

.border-r-black-config\/100 {
    border-right-color: #333029
}

.border-r-black-config\/20 {
    border-right-color: rgba(51,48,41,.2)
}

.border-r-black-config\/25 {
    border-right-color: rgba(51,48,41,.25)
}

.border-r-black-config\/30 {
    border-right-color: rgba(51,48,41,.3)
}

.border-r-black-config\/40 {
    border-right-color: rgba(51,48,41,.4)
}

.border-r-black-config\/5 {
    border-right-color: rgba(51,48,41,.05)
}

.border-r-black-config\/50 {
    border-right-color: rgba(51,48,41,.5)
}

.border-r-black-config\/60 {
    border-right-color: rgba(51,48,41,.6)
}

.border-r-black-config\/70 {
    border-right-color: rgba(51,48,41,.7)
}

.border-r-black-config\/75 {
    border-right-color: rgba(51,48,41,.75)
}

.border-r-black-config\/80 {
    border-right-color: rgba(51,48,41,.8)
}

.border-r-black-config\/90 {
    border-right-color: rgba(51,48,41,.9)
}

.border-r-black-config\/95 {
    border-right-color: rgba(51,48,41,.95)
}

.border-r-black-default {
    --tw-border-opacity: 1;
    border-right-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-r-black-default\/0 {
    border-right-color: transparent
}

.border-r-black-default\/10 {
    border-right-color: rgba(0,0,0,.1)
}

.border-r-black-default\/100 {
    border-right-color: #000
}

.border-r-black-default\/20 {
    border-right-color: rgba(0,0,0,.2)
}

.border-r-black-default\/25 {
    border-right-color: rgba(0,0,0,.25)
}

.border-r-black-default\/30 {
    border-right-color: rgba(0,0,0,.3)
}

.border-r-black-default\/40 {
    border-right-color: rgba(0,0,0,.4)
}

.border-r-black-default\/5 {
    border-right-color: rgba(0,0,0,.05)
}

.border-r-black-default\/50 {
    border-right-color: rgba(0,0,0,.5)
}

.border-r-black-default\/60 {
    border-right-color: rgba(0,0,0,.6)
}

.border-r-black-default\/70 {
    border-right-color: rgba(0,0,0,.7)
}

.border-r-black-default\/75 {
    border-right-color: rgba(0,0,0,.75)
}

.border-r-black-default\/80 {
    border-right-color: rgba(0,0,0,.8)
}

.border-r-black-default\/90 {
    border-right-color: rgba(0,0,0,.9)
}

.border-r-black-default\/95 {
    border-right-color: rgba(0,0,0,.95)
}

.border-r-black-footer {
    --tw-border-opacity: 1;
    border-right-color: rgb(25 27 30/var(--tw-border-opacity))
}

.border-r-black-footer\/0 {
    border-right-color: rgba(25,27,30,0)
}

.border-r-black-footer\/10 {
    border-right-color: rgba(25,27,30,.1)
}

.border-r-black-footer\/100 {
    border-right-color: #191b1e
}

.border-r-black-footer\/20 {
    border-right-color: rgba(25,27,30,.2)
}

.border-r-black-footer\/25 {
    border-right-color: rgba(25,27,30,.25)
}

.border-r-black-footer\/30 {
    border-right-color: rgba(25,27,30,.3)
}

.border-r-black-footer\/40 {
    border-right-color: rgba(25,27,30,.4)
}

.border-r-black-footer\/5 {
    border-right-color: rgba(25,27,30,.05)
}

.border-r-black-footer\/50 {
    border-right-color: rgba(25,27,30,.5)
}

.border-r-black-footer\/60 {
    border-right-color: rgba(25,27,30,.6)
}

.border-r-black-footer\/70 {
    border-right-color: rgba(25,27,30,.7)
}

.border-r-black-footer\/75 {
    border-right-color: rgba(25,27,30,.75)
}

.border-r-black-footer\/80 {
    border-right-color: rgba(25,27,30,.8)
}

.border-r-black-footer\/90 {
    border-right-color: rgba(25,27,30,.9)
}

.border-r-black-footer\/95 {
    border-right-color: rgba(25,27,30,.95)
}

.border-r-black-head {
    --tw-border-opacity: 1;
    border-right-color: rgb(51 48 41/var(--tw-border-opacity))
}

.border-r-black-head-table {
    --tw-border-opacity: 1;
    border-right-color: rgb(10 12 14/var(--tw-border-opacity))
}

.border-r-black-head-table\/0 {
    border-right-color: rgba(10,12,14,0)
}

.border-r-black-head-table\/10 {
    border-right-color: rgba(10,12,14,.1)
}

.border-r-black-head-table\/100 {
    border-right-color: #0a0c0e
}

.border-r-black-head-table\/20 {
    border-right-color: rgba(10,12,14,.2)
}

.border-r-black-head-table\/25 {
    border-right-color: rgba(10,12,14,.25)
}

.border-r-black-head-table\/30 {
    border-right-color: rgba(10,12,14,.3)
}

.border-r-black-head-table\/40 {
    border-right-color: rgba(10,12,14,.4)
}

.border-r-black-head-table\/5 {
    border-right-color: rgba(10,12,14,.05)
}

.border-r-black-head-table\/50 {
    border-right-color: rgba(10,12,14,.5)
}

.border-r-black-head-table\/60 {
    border-right-color: rgba(10,12,14,.6)
}

.border-r-black-head-table\/70 {
    border-right-color: rgba(10,12,14,.7)
}

.border-r-black-head-table\/75 {
    border-right-color: rgba(10,12,14,.75)
}

.border-r-black-head-table\/80 {
    border-right-color: rgba(10,12,14,.8)
}

.border-r-black-head-table\/90 {
    border-right-color: rgba(10,12,14,.9)
}

.border-r-black-head-table\/95 {
    border-right-color: rgba(10,12,14,.95)
}

.border-r-black-head\/0 {
    border-right-color: rgba(51,48,41,0)
}

.border-r-black-head\/10 {
    border-right-color: rgba(51,48,41,.1)
}

.border-r-black-head\/100 {
    border-right-color: #333029
}

.border-r-black-head\/20 {
    border-right-color: rgba(51,48,41,.2)
}

.border-r-black-head\/25 {
    border-right-color: rgba(51,48,41,.25)
}

.border-r-black-head\/30 {
    border-right-color: rgba(51,48,41,.3)
}

.border-r-black-head\/40 {
    border-right-color: rgba(51,48,41,.4)
}

.border-r-black-head\/5 {
    border-right-color: rgba(51,48,41,.05)
}

.border-r-black-head\/50 {
    border-right-color: rgba(51,48,41,.5)
}

.border-r-black-head\/60 {
    border-right-color: rgba(51,48,41,.6)
}

.border-r-black-head\/70 {
    border-right-color: rgba(51,48,41,.7)
}

.border-r-black-head\/75 {
    border-right-color: rgba(51,48,41,.75)
}

.border-r-black-head\/80 {
    border-right-color: rgba(51,48,41,.8)
}

.border-r-black-head\/90 {
    border-right-color: rgba(51,48,41,.9)
}

.border-r-black-head\/95 {
    border-right-color: rgba(51,48,41,.95)
}

.border-r-black-header-about {
    --tw-border-opacity: 1;
    border-right-color: rgb(32 32 32/var(--tw-border-opacity))
}

.border-r-black-header-about\/0 {
    border-right-color: rgba(32,32,32,0)
}

.border-r-black-header-about\/10 {
    border-right-color: rgba(32,32,32,.1)
}

.border-r-black-header-about\/100 {
    border-right-color: #202020
}

.border-r-black-header-about\/20 {
    border-right-color: rgba(32,32,32,.2)
}

.border-r-black-header-about\/25 {
    border-right-color: rgba(32,32,32,.25)
}

.border-r-black-header-about\/30 {
    border-right-color: rgba(32,32,32,.3)
}

.border-r-black-header-about\/40 {
    border-right-color: rgba(32,32,32,.4)
}

.border-r-black-header-about\/5 {
    border-right-color: rgba(32,32,32,.05)
}

.border-r-black-header-about\/50 {
    border-right-color: rgba(32,32,32,.5)
}

.border-r-black-header-about\/60 {
    border-right-color: rgba(32,32,32,.6)
}

.border-r-black-header-about\/70 {
    border-right-color: rgba(32,32,32,.7)
}

.border-r-black-header-about\/75 {
    border-right-color: rgba(32,32,32,.75)
}

.border-r-black-header-about\/80 {
    border-right-color: rgba(32,32,32,.8)
}

.border-r-black-header-about\/90 {
    border-right-color: rgba(32,32,32,.9)
}

.border-r-black-header-about\/95 {
    border-right-color: rgba(32,32,32,.95)
}

.border-r-black-header-top {
    --tw-border-opacity: 1;
    border-right-color: rgb(14 9 1/var(--tw-border-opacity))
}

.border-r-black-header-top\/0 {
    border-right-color: rgba(14,9,1,0)
}

.border-r-black-header-top\/10 {
    border-right-color: rgba(14,9,1,.1)
}

.border-r-black-header-top\/100 {
    border-right-color: #0e0901
}

.border-r-black-header-top\/20 {
    border-right-color: rgba(14,9,1,.2)
}

.border-r-black-header-top\/25 {
    border-right-color: rgba(14,9,1,.25)
}

.border-r-black-header-top\/30 {
    border-right-color: rgba(14,9,1,.3)
}

.border-r-black-header-top\/40 {
    border-right-color: rgba(14,9,1,.4)
}

.border-r-black-header-top\/5 {
    border-right-color: rgba(14,9,1,.05)
}

.border-r-black-header-top\/50 {
    border-right-color: rgba(14,9,1,.5)
}

.border-r-black-header-top\/60 {
    border-right-color: rgba(14,9,1,.6)
}

.border-r-black-header-top\/70 {
    border-right-color: rgba(14,9,1,.7)
}

.border-r-black-header-top\/75 {
    border-right-color: rgba(14,9,1,.75)
}

.border-r-black-header-top\/80 {
    border-right-color: rgba(14,9,1,.8)
}

.border-r-black-header-top\/90 {
    border-right-color: rgba(14,9,1,.9)
}

.border-r-black-header-top\/95 {
    border-right-color: rgba(14,9,1,.95)
}

.border-r-black-main {
    --tw-border-opacity: 1;
    border-right-color: rgb(13 9 6/var(--tw-border-opacity))
}

.border-r-black-main\/0 {
    border-right-color: rgba(13,9,6,0)
}

.border-r-black-main\/10 {
    border-right-color: rgba(13,9,6,.1)
}

.border-r-black-main\/100 {
    border-right-color: #0d0906
}

.border-r-black-main\/20 {
    border-right-color: rgba(13,9,6,.2)
}

.border-r-black-main\/25 {
    border-right-color: rgba(13,9,6,.25)
}

.border-r-black-main\/30 {
    border-right-color: rgba(13,9,6,.3)
}

.border-r-black-main\/40 {
    border-right-color: rgba(13,9,6,.4)
}

.border-r-black-main\/5 {
    border-right-color: rgba(13,9,6,.05)
}

.border-r-black-main\/50 {
    border-right-color: rgba(13,9,6,.5)
}

.border-r-black-main\/60 {
    border-right-color: rgba(13,9,6,.6)
}

.border-r-black-main\/70 {
    border-right-color: rgba(13,9,6,.7)
}

.border-r-black-main\/75 {
    border-right-color: rgba(13,9,6,.75)
}

.border-r-black-main\/80 {
    border-right-color: rgba(13,9,6,.8)
}

.border-r-black-main\/90 {
    border-right-color: rgba(13,9,6,.9)
}

.border-r-black-main\/95 {
    border-right-color: rgba(13,9,6,.95)
}

.border-r-black-option {
    --tw-border-opacity: 1;
    border-right-color: rgb(11 12 11/var(--tw-border-opacity))
}

.border-r-black-option\/0 {
    border-right-color: rgba(11,12,11,0)
}

.border-r-black-option\/10 {
    border-right-color: rgba(11,12,11,.1)
}

.border-r-black-option\/100 {
    border-right-color: #0b0c0b
}

.border-r-black-option\/20 {
    border-right-color: rgba(11,12,11,.2)
}

.border-r-black-option\/25 {
    border-right-color: rgba(11,12,11,.25)
}

.border-r-black-option\/30 {
    border-right-color: rgba(11,12,11,.3)
}

.border-r-black-option\/40 {
    border-right-color: rgba(11,12,11,.4)
}

.border-r-black-option\/5 {
    border-right-color: rgba(11,12,11,.05)
}

.border-r-black-option\/50 {
    border-right-color: rgba(11,12,11,.5)
}

.border-r-black-option\/60 {
    border-right-color: rgba(11,12,11,.6)
}

.border-r-black-option\/70 {
    border-right-color: rgba(11,12,11,.7)
}

.border-r-black-option\/75 {
    border-right-color: rgba(11,12,11,.75)
}

.border-r-black-option\/80 {
    border-right-color: rgba(11,12,11,.8)
}

.border-r-black-option\/90 {
    border-right-color: rgba(11,12,11,.9)
}

.border-r-black-option\/95 {
    border-right-color: rgba(11,12,11,.95)
}

.border-r-black-table-account {
    --tw-border-opacity: 1;
    border-right-color: rgb(26 26 26/var(--tw-border-opacity))
}

.border-r-black-table-account\/0 {
    border-right-color: rgba(26,26,26,0)
}

.border-r-black-table-account\/10 {
    border-right-color: rgba(26,26,26,.1)
}

.border-r-black-table-account\/100 {
    border-right-color: #1a1a1a
}

.border-r-black-table-account\/20 {
    border-right-color: rgba(26,26,26,.2)
}

.border-r-black-table-account\/25 {
    border-right-color: rgba(26,26,26,.25)
}

.border-r-black-table-account\/30 {
    border-right-color: rgba(26,26,26,.3)
}

.border-r-black-table-account\/40 {
    border-right-color: rgba(26,26,26,.4)
}

.border-r-black-table-account\/5 {
    border-right-color: rgba(26,26,26,.05)
}

.border-r-black-table-account\/50 {
    border-right-color: rgba(26,26,26,.5)
}

.border-r-black-table-account\/60 {
    border-right-color: rgba(26,26,26,.6)
}

.border-r-black-table-account\/70 {
    border-right-color: rgba(26,26,26,.7)
}

.border-r-black-table-account\/75 {
    border-right-color: rgba(26,26,26,.75)
}

.border-r-black-table-account\/80 {
    border-right-color: rgba(26,26,26,.8)
}

.border-r-black-table-account\/90 {
    border-right-color: rgba(26,26,26,.9)
}

.border-r-black-table-account\/95 {
    border-right-color: rgba(26,26,26,.95)
}

.border-r-black-text {
    --tw-border-opacity: 1;
    border-right-color: rgb(26 29 27/var(--tw-border-opacity))
}

.border-r-black-text\/0 {
    border-right-color: rgba(26,29,27,0)
}

.border-r-black-text\/10 {
    border-right-color: rgba(26,29,27,.1)
}

.border-r-black-text\/100 {
    border-right-color: #1a1d1b
}

.border-r-black-text\/20 {
    border-right-color: rgba(26,29,27,.2)
}

.border-r-black-text\/25 {
    border-right-color: rgba(26,29,27,.25)
}

.border-r-black-text\/30 {
    border-right-color: rgba(26,29,27,.3)
}

.border-r-black-text\/40 {
    border-right-color: rgba(26,29,27,.4)
}

.border-r-black-text\/5 {
    border-right-color: rgba(26,29,27,.05)
}

.border-r-black-text\/50 {
    border-right-color: rgba(26,29,27,.5)
}

.border-r-black-text\/60 {
    border-right-color: rgba(26,29,27,.6)
}

.border-r-black-text\/70 {
    border-right-color: rgba(26,29,27,.7)
}

.border-r-black-text\/75 {
    border-right-color: rgba(26,29,27,.75)
}

.border-r-black-text\/80 {
    border-right-color: rgba(26,29,27,.8)
}

.border-r-black-text\/90 {
    border-right-color: rgba(26,29,27,.9)
}

.border-r-black-text\/95 {
    border-right-color: rgba(26,29,27,.95)
}

.border-r-black-text1 {
    --tw-border-opacity: 1;
    border-right-color: rgb(71 70 63/var(--tw-border-opacity))
}

.border-r-black-text1\/0 {
    border-right-color: rgba(71,70,63,0)
}

.border-r-black-text1\/10 {
    border-right-color: rgba(71,70,63,.1)
}

.border-r-black-text1\/100 {
    border-right-color: #47463f
}

.border-r-black-text1\/20 {
    border-right-color: rgba(71,70,63,.2)
}

.border-r-black-text1\/25 {
    border-right-color: rgba(71,70,63,.25)
}

.border-r-black-text1\/30 {
    border-right-color: rgba(71,70,63,.3)
}

.border-r-black-text1\/40 {
    border-right-color: rgba(71,70,63,.4)
}

.border-r-black-text1\/5 {
    border-right-color: rgba(71,70,63,.05)
}

.border-r-black-text1\/50 {
    border-right-color: rgba(71,70,63,.5)
}

.border-r-black-text1\/60 {
    border-right-color: rgba(71,70,63,.6)
}

.border-r-black-text1\/70 {
    border-right-color: rgba(71,70,63,.7)
}

.border-r-black-text1\/75 {
    border-right-color: rgba(71,70,63,.75)
}

.border-r-black-text1\/80 {
    border-right-color: rgba(71,70,63,.8)
}

.border-r-black-text1\/90 {
    border-right-color: rgba(71,70,63,.9)
}

.border-r-black-text1\/95 {
    border-right-color: rgba(71,70,63,.95)
}

.border-r-black-vip {
    --tw-border-opacity: 1;
    border-right-color: rgb(15 15 15/var(--tw-border-opacity))
}

.border-r-black-vip\/0 {
    border-right-color: hsla(0,0%,6%,0)
}

.border-r-black-vip\/10 {
    border-right-color: hsla(0,0%,6%,.1)
}

.border-r-black-vip\/100 {
    border-right-color: #0f0f0f
}

.border-r-black-vip\/20 {
    border-right-color: hsla(0,0%,6%,.2)
}

.border-r-black-vip\/25 {
    border-right-color: hsla(0,0%,6%,.25)
}

.border-r-black-vip\/30 {
    border-right-color: hsla(0,0%,6%,.3)
}

.border-r-black-vip\/40 {
    border-right-color: hsla(0,0%,6%,.4)
}

.border-r-black-vip\/5 {
    border-right-color: hsla(0,0%,6%,.05)
}

.border-r-black-vip\/50 {
    border-right-color: hsla(0,0%,6%,.5)
}

.border-r-black-vip\/60 {
    border-right-color: hsla(0,0%,6%,.6)
}

.border-r-black-vip\/70 {
    border-right-color: hsla(0,0%,6%,.7)
}

.border-r-black-vip\/75 {
    border-right-color: hsla(0,0%,6%,.75)
}

.border-r-black-vip\/80 {
    border-right-color: hsla(0,0%,6%,.8)
}

.border-r-black-vip\/90 {
    border-right-color: hsla(0,0%,6%,.9)
}

.border-r-black-vip\/95 {
    border-right-color: hsla(0,0%,6%,.95)
}

.border-r-blue-head-table {
    --tw-border-opacity: 1;
    border-right-color: rgb(8 77 160/var(--tw-border-opacity))
}

.border-r-blue-head-table\/0 {
    border-right-color: rgba(8,77,160,0)
}

.border-r-blue-head-table\/10 {
    border-right-color: rgba(8,77,160,.1)
}

.border-r-blue-head-table\/100 {
    border-right-color: #084da0
}

.border-r-blue-head-table\/20 {
    border-right-color: rgba(8,77,160,.2)
}

.border-r-blue-head-table\/25 {
    border-right-color: rgba(8,77,160,.25)
}

.border-r-blue-head-table\/30 {
    border-right-color: rgba(8,77,160,.3)
}

.border-r-blue-head-table\/40 {
    border-right-color: rgba(8,77,160,.4)
}

.border-r-blue-head-table\/5 {
    border-right-color: rgba(8,77,160,.05)
}

.border-r-blue-head-table\/50 {
    border-right-color: rgba(8,77,160,.5)
}

.border-r-blue-head-table\/60 {
    border-right-color: rgba(8,77,160,.6)
}

.border-r-blue-head-table\/70 {
    border-right-color: rgba(8,77,160,.7)
}

.border-r-blue-head-table\/75 {
    border-right-color: rgba(8,77,160,.75)
}

.border-r-blue-head-table\/80 {
    border-right-color: rgba(8,77,160,.8)
}

.border-r-blue-head-table\/90 {
    border-right-color: rgba(8,77,160,.9)
}

.border-r-blue-head-table\/95 {
    border-right-color: rgba(8,77,160,.95)
}

.border-r-blue-item-history {
    --tw-border-opacity: 1;
    border-right-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-r-blue-item-history\/0 {
    border-right-color: rgba(48,53,56,0)
}

.border-r-blue-item-history\/10 {
    border-right-color: rgba(48,53,56,.1)
}

.border-r-blue-item-history\/100 {
    border-right-color: #303538
}

.border-r-blue-item-history\/20 {
    border-right-color: rgba(48,53,56,.2)
}

.border-r-blue-item-history\/25 {
    border-right-color: rgba(48,53,56,.25)
}

.border-r-blue-item-history\/30 {
    border-right-color: rgba(48,53,56,.3)
}

.border-r-blue-item-history\/40 {
    border-right-color: rgba(48,53,56,.4)
}

.border-r-blue-item-history\/5 {
    border-right-color: rgba(48,53,56,.05)
}

.border-r-blue-item-history\/50 {
    border-right-color: rgba(48,53,56,.5)
}

.border-r-blue-item-history\/60 {
    border-right-color: rgba(48,53,56,.6)
}

.border-r-blue-item-history\/70 {
    border-right-color: rgba(48,53,56,.7)
}

.border-r-blue-item-history\/75 {
    border-right-color: rgba(48,53,56,.75)
}

.border-r-blue-item-history\/80 {
    border-right-color: rgba(48,53,56,.8)
}

.border-r-blue-item-history\/90 {
    border-right-color: rgba(48,53,56,.9)
}

.border-r-blue-item-history\/95 {
    border-right-color: rgba(48,53,56,.95)
}

.border-r-blue-process {
    --tw-border-opacity: 1;
    border-right-color: rgb(76 88 102/var(--tw-border-opacity))
}

.border-r-blue-process\/0 {
    border-right-color: rgba(76,88,102,0)
}

.border-r-blue-process\/10 {
    border-right-color: rgba(76,88,102,.1)
}

.border-r-blue-process\/100 {
    border-right-color: #4c5866
}

.border-r-blue-process\/20 {
    border-right-color: rgba(76,88,102,.2)
}

.border-r-blue-process\/25 {
    border-right-color: rgba(76,88,102,.25)
}

.border-r-blue-process\/30 {
    border-right-color: rgba(76,88,102,.3)
}

.border-r-blue-process\/40 {
    border-right-color: rgba(76,88,102,.4)
}

.border-r-blue-process\/5 {
    border-right-color: rgba(76,88,102,.05)
}

.border-r-blue-process\/50 {
    border-right-color: rgba(76,88,102,.5)
}

.border-r-blue-process\/60 {
    border-right-color: rgba(76,88,102,.6)
}

.border-r-blue-process\/70 {
    border-right-color: rgba(76,88,102,.7)
}

.border-r-blue-process\/75 {
    border-right-color: rgba(76,88,102,.75)
}

.border-r-blue-process\/80 {
    border-right-color: rgba(76,88,102,.8)
}

.border-r-blue-process\/90 {
    border-right-color: rgba(76,88,102,.9)
}

.border-r-blue-process\/95 {
    border-right-color: rgba(76,88,102,.95)
}

.border-r-btn-inactive {
    --tw-border-opacity: 1;
    border-right-color: rgb(109 109 109/var(--tw-border-opacity))
}

.border-r-btn-inactive\/0 {
    border-right-color: hsla(0,0%,43%,0)
}

.border-r-btn-inactive\/10 {
    border-right-color: hsla(0,0%,43%,.1)
}

.border-r-btn-inactive\/100 {
    border-right-color: #6d6d6d
}

.border-r-btn-inactive\/20 {
    border-right-color: hsla(0,0%,43%,.2)
}

.border-r-btn-inactive\/25 {
    border-right-color: hsla(0,0%,43%,.25)
}

.border-r-btn-inactive\/30 {
    border-right-color: hsla(0,0%,43%,.3)
}

.border-r-btn-inactive\/40 {
    border-right-color: hsla(0,0%,43%,.4)
}

.border-r-btn-inactive\/5 {
    border-right-color: hsla(0,0%,43%,.05)
}

.border-r-btn-inactive\/50 {
    border-right-color: hsla(0,0%,43%,.5)
}

.border-r-btn-inactive\/60 {
    border-right-color: hsla(0,0%,43%,.6)
}

.border-r-btn-inactive\/70 {
    border-right-color: hsla(0,0%,43%,.7)
}

.border-r-btn-inactive\/75 {
    border-right-color: hsla(0,0%,43%,.75)
}

.border-r-btn-inactive\/80 {
    border-right-color: hsla(0,0%,43%,.8)
}

.border-r-btn-inactive\/90 {
    border-right-color: hsla(0,0%,43%,.9)
}

.border-r-btn-inactive\/95 {
    border-right-color: hsla(0,0%,43%,.95)
}

.border-r-button {
    --tw-border-opacity: 1;
    border-right-color: rgb(185 143 93/var(--tw-border-opacity))
}

.border-r-button\/0 {
    border-right-color: rgba(185,143,93,0)
}

.border-r-button\/10 {
    border-right-color: rgba(185,143,93,.1)
}

.border-r-button\/100 {
    border-right-color: #b98f5d
}

.border-r-button\/20 {
    border-right-color: rgba(185,143,93,.2)
}

.border-r-button\/25 {
    border-right-color: rgba(185,143,93,.25)
}

.border-r-button\/30 {
    border-right-color: rgba(185,143,93,.3)
}

.border-r-button\/40 {
    border-right-color: rgba(185,143,93,.4)
}

.border-r-button\/5 {
    border-right-color: rgba(185,143,93,.05)
}

.border-r-button\/50 {
    border-right-color: rgba(185,143,93,.5)
}

.border-r-button\/60 {
    border-right-color: rgba(185,143,93,.6)
}

.border-r-button\/70 {
    border-right-color: rgba(185,143,93,.7)
}

.border-r-button\/75 {
    border-right-color: rgba(185,143,93,.75)
}

.border-r-button\/80 {
    border-right-color: rgba(185,143,93,.8)
}

.border-r-button\/90 {
    border-right-color: rgba(185,143,93,.9)
}

.border-r-button\/95 {
    border-right-color: rgba(185,143,93,.95)
}

.border-r-card {
    --tw-border-opacity: 1;
    border-right-color: rgb(21 18 18/var(--tw-border-opacity))
}

.border-r-card\/0 {
    border-right-color: hsla(0,8%,8%,0)
}

.border-r-card\/10 {
    border-right-color: hsla(0,8%,8%,.1)
}

.border-r-card\/100 {
    border-right-color: #151212
}

.border-r-card\/20 {
    border-right-color: hsla(0,8%,8%,.2)
}

.border-r-card\/25 {
    border-right-color: hsla(0,8%,8%,.25)
}

.border-r-card\/30 {
    border-right-color: hsla(0,8%,8%,.3)
}

.border-r-card\/40 {
    border-right-color: hsla(0,8%,8%,.4)
}

.border-r-card\/5 {
    border-right-color: hsla(0,8%,8%,.05)
}

.border-r-card\/50 {
    border-right-color: hsla(0,8%,8%,.5)
}

.border-r-card\/60 {
    border-right-color: hsla(0,8%,8%,.6)
}

.border-r-card\/70 {
    border-right-color: hsla(0,8%,8%,.7)
}

.border-r-card\/75 {
    border-right-color: hsla(0,8%,8%,.75)
}

.border-r-card\/80 {
    border-right-color: hsla(0,8%,8%,.8)
}

.border-r-card\/90 {
    border-right-color: hsla(0,8%,8%,.9)
}

.border-r-card\/95 {
    border-right-color: hsla(0,8%,8%,.95)
}

.border-r-disable-text {
    --tw-border-opacity: 1;
    border-right-color: rgb(109 109 109/var(--tw-border-opacity))
}

.border-r-disable-text\/0 {
    border-right-color: hsla(0,0%,43%,0)
}

.border-r-disable-text\/10 {
    border-right-color: hsla(0,0%,43%,.1)
}

.border-r-disable-text\/100 {
    border-right-color: #6d6d6d
}

.border-r-disable-text\/20 {
    border-right-color: hsla(0,0%,43%,.2)
}

.border-r-disable-text\/25 {
    border-right-color: hsla(0,0%,43%,.25)
}

.border-r-disable-text\/30 {
    border-right-color: hsla(0,0%,43%,.3)
}

.border-r-disable-text\/40 {
    border-right-color: hsla(0,0%,43%,.4)
}

.border-r-disable-text\/5 {
    border-right-color: hsla(0,0%,43%,.05)
}

.border-r-disable-text\/50 {
    border-right-color: hsla(0,0%,43%,.5)
}

.border-r-disable-text\/60 {
    border-right-color: hsla(0,0%,43%,.6)
}

.border-r-disable-text\/70 {
    border-right-color: hsla(0,0%,43%,.7)
}

.border-r-disable-text\/75 {
    border-right-color: hsla(0,0%,43%,.75)
}

.border-r-disable-text\/80 {
    border-right-color: hsla(0,0%,43%,.8)
}

.border-r-disable-text\/90 {
    border-right-color: hsla(0,0%,43%,.9)
}

.border-r-disable-text\/95 {
    border-right-color: hsla(0,0%,43%,.95)
}

.border-r-event-promotion-big-win-bg {
    --tw-border-opacity: 1;
    border-right-color: rgb(149 118 76/var(--tw-border-opacity))
}

.border-r-event-promotion-big-win-bg\/0 {
    border-right-color: rgba(149,118,76,0)
}

.border-r-event-promotion-big-win-bg\/10 {
    border-right-color: rgba(149,118,76,.1)
}

.border-r-event-promotion-big-win-bg\/100 {
    border-right-color: #95764c
}

.border-r-event-promotion-big-win-bg\/20 {
    border-right-color: rgba(149,118,76,.2)
}

.border-r-event-promotion-big-win-bg\/25 {
    border-right-color: rgba(149,118,76,.25)
}

.border-r-event-promotion-big-win-bg\/30 {
    border-right-color: rgba(149,118,76,.3)
}

.border-r-event-promotion-big-win-bg\/40 {
    border-right-color: rgba(149,118,76,.4)
}

.border-r-event-promotion-big-win-bg\/5 {
    border-right-color: rgba(149,118,76,.05)
}

.border-r-event-promotion-big-win-bg\/50 {
    border-right-color: rgba(149,118,76,.5)
}

.border-r-event-promotion-big-win-bg\/60 {
    border-right-color: rgba(149,118,76,.6)
}

.border-r-event-promotion-big-win-bg\/70 {
    border-right-color: rgba(149,118,76,.7)
}

.border-r-event-promotion-big-win-bg\/75 {
    border-right-color: rgba(149,118,76,.75)
}

.border-r-event-promotion-big-win-bg\/80 {
    border-right-color: rgba(149,118,76,.8)
}

.border-r-event-promotion-big-win-bg\/90 {
    border-right-color: rgba(149,118,76,.9)
}

.border-r-event-promotion-big-win-bg\/95 {
    border-right-color: rgba(149,118,76,.95)
}

.border-r-event-promotion-highlight {
    --tw-border-opacity: 1;
    border-right-color: rgb(246 192 65/var(--tw-border-opacity))
}

.border-r-event-promotion-highlight\/0 {
    border-right-color: rgba(246,192,65,0)
}

.border-r-event-promotion-highlight\/10 {
    border-right-color: rgba(246,192,65,.1)
}

.border-r-event-promotion-highlight\/100 {
    border-right-color: #f6c041
}

.border-r-event-promotion-highlight\/20 {
    border-right-color: rgba(246,192,65,.2)
}

.border-r-event-promotion-highlight\/25 {
    border-right-color: rgba(246,192,65,.25)
}

.border-r-event-promotion-highlight\/30 {
    border-right-color: rgba(246,192,65,.3)
}

.border-r-event-promotion-highlight\/40 {
    border-right-color: rgba(246,192,65,.4)
}

.border-r-event-promotion-highlight\/5 {
    border-right-color: rgba(246,192,65,.05)
}

.border-r-event-promotion-highlight\/50 {
    border-right-color: rgba(246,192,65,.5)
}

.border-r-event-promotion-highlight\/60 {
    border-right-color: rgba(246,192,65,.6)
}

.border-r-event-promotion-highlight\/70 {
    border-right-color: rgba(246,192,65,.7)
}

.border-r-event-promotion-highlight\/75 {
    border-right-color: rgba(246,192,65,.75)
}

.border-r-event-promotion-highlight\/80 {
    border-right-color: rgba(246,192,65,.8)
}

.border-r-event-promotion-highlight\/90 {
    border-right-color: rgba(246,192,65,.9)
}

.border-r-event-promotion-highlight\/95 {
    border-right-color: rgba(246,192,65,.95)
}

.border-r-gray-about {
    --tw-border-opacity: 1;
    border-right-color: rgb(145 145 145/var(--tw-border-opacity))
}

.border-r-gray-about\/0 {
    border-right-color: hsla(0,0%,57%,0)
}

.border-r-gray-about\/10 {
    border-right-color: hsla(0,0%,57%,.1)
}

.border-r-gray-about\/100 {
    border-right-color: #919191
}

.border-r-gray-about\/20 {
    border-right-color: hsla(0,0%,57%,.2)
}

.border-r-gray-about\/25 {
    border-right-color: hsla(0,0%,57%,.25)
}

.border-r-gray-about\/30 {
    border-right-color: hsla(0,0%,57%,.3)
}

.border-r-gray-about\/40 {
    border-right-color: hsla(0,0%,57%,.4)
}

.border-r-gray-about\/5 {
    border-right-color: hsla(0,0%,57%,.05)
}

.border-r-gray-about\/50 {
    border-right-color: hsla(0,0%,57%,.5)
}

.border-r-gray-about\/60 {
    border-right-color: hsla(0,0%,57%,.6)
}

.border-r-gray-about\/70 {
    border-right-color: hsla(0,0%,57%,.7)
}

.border-r-gray-about\/75 {
    border-right-color: hsla(0,0%,57%,.75)
}

.border-r-gray-about\/80 {
    border-right-color: hsla(0,0%,57%,.8)
}

.border-r-gray-about\/90 {
    border-right-color: hsla(0,0%,57%,.9)
}

.border-r-gray-about\/95 {
    border-right-color: hsla(0,0%,57%,.95)
}

.border-r-gray-alert {
    --tw-border-opacity: 1;
    border-right-color: rgb(50 52 59/var(--tw-border-opacity))
}

.border-r-gray-alert\/0 {
    border-right-color: rgba(50,52,59,0)
}

.border-r-gray-alert\/10 {
    border-right-color: rgba(50,52,59,.1)
}

.border-r-gray-alert\/100 {
    border-right-color: #32343b
}

.border-r-gray-alert\/20 {
    border-right-color: rgba(50,52,59,.2)
}

.border-r-gray-alert\/25 {
    border-right-color: rgba(50,52,59,.25)
}

.border-r-gray-alert\/30 {
    border-right-color: rgba(50,52,59,.3)
}

.border-r-gray-alert\/40 {
    border-right-color: rgba(50,52,59,.4)
}

.border-r-gray-alert\/5 {
    border-right-color: rgba(50,52,59,.05)
}

.border-r-gray-alert\/50 {
    border-right-color: rgba(50,52,59,.5)
}

.border-r-gray-alert\/60 {
    border-right-color: rgba(50,52,59,.6)
}

.border-r-gray-alert\/70 {
    border-right-color: rgba(50,52,59,.7)
}

.border-r-gray-alert\/75 {
    border-right-color: rgba(50,52,59,.75)
}

.border-r-gray-alert\/80 {
    border-right-color: rgba(50,52,59,.8)
}

.border-r-gray-alert\/90 {
    border-right-color: rgba(50,52,59,.9)
}

.border-r-gray-alert\/95 {
    border-right-color: rgba(50,52,59,.95)
}

.border-r-gray-background {
    --tw-border-opacity: 1;
    border-right-color: rgb(45 45 45/var(--tw-border-opacity))
}

.border-r-gray-background\/0 {
    border-right-color: rgba(45,45,45,0)
}

.border-r-gray-background\/10 {
    border-right-color: rgba(45,45,45,.1)
}

.border-r-gray-background\/100 {
    border-right-color: #2d2d2d
}

.border-r-gray-background\/20 {
    border-right-color: rgba(45,45,45,.2)
}

.border-r-gray-background\/25 {
    border-right-color: rgba(45,45,45,.25)
}

.border-r-gray-background\/30 {
    border-right-color: rgba(45,45,45,.3)
}

.border-r-gray-background\/40 {
    border-right-color: rgba(45,45,45,.4)
}

.border-r-gray-background\/5 {
    border-right-color: rgba(45,45,45,.05)
}

.border-r-gray-background\/50 {
    border-right-color: rgba(45,45,45,.5)
}

.border-r-gray-background\/60 {
    border-right-color: rgba(45,45,45,.6)
}

.border-r-gray-background\/70 {
    border-right-color: rgba(45,45,45,.7)
}

.border-r-gray-background\/75 {
    border-right-color: rgba(45,45,45,.75)
}

.border-r-gray-background\/80 {
    border-right-color: rgba(45,45,45,.8)
}

.border-r-gray-background\/90 {
    border-right-color: rgba(45,45,45,.9)
}

.border-r-gray-background\/95 {
    border-right-color: rgba(45,45,45,.95)
}

.border-r-gray-background1 {
    --tw-border-opacity: 1;
    border-right-color: rgb(73 72 71/var(--tw-border-opacity))
}

.border-r-gray-background1\/0 {
    border-right-color: rgba(73,72,71,0)
}

.border-r-gray-background1\/10 {
    border-right-color: rgba(73,72,71,.1)
}

.border-r-gray-background1\/100 {
    border-right-color: #494847
}

.border-r-gray-background1\/20 {
    border-right-color: rgba(73,72,71,.2)
}

.border-r-gray-background1\/25 {
    border-right-color: rgba(73,72,71,.25)
}

.border-r-gray-background1\/30 {
    border-right-color: rgba(73,72,71,.3)
}

.border-r-gray-background1\/40 {
    border-right-color: rgba(73,72,71,.4)
}

.border-r-gray-background1\/5 {
    border-right-color: rgba(73,72,71,.05)
}

.border-r-gray-background1\/50 {
    border-right-color: rgba(73,72,71,.5)
}

.border-r-gray-background1\/60 {
    border-right-color: rgba(73,72,71,.6)
}

.border-r-gray-background1\/70 {
    border-right-color: rgba(73,72,71,.7)
}

.border-r-gray-background1\/75 {
    border-right-color: rgba(73,72,71,.75)
}

.border-r-gray-background1\/80 {
    border-right-color: rgba(73,72,71,.8)
}

.border-r-gray-background1\/90 {
    border-right-color: rgba(73,72,71,.9)
}

.border-r-gray-background1\/95 {
    border-right-color: rgba(73,72,71,.95)
}

.border-r-gray-background2 {
    --tw-border-opacity: 1;
    border-right-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-r-gray-background2\/0 {
    border-right-color: rgba(58,58,58,0)
}

.border-r-gray-background2\/10 {
    border-right-color: rgba(58,58,58,.1)
}

.border-r-gray-background2\/100 {
    border-right-color: #3a3a3a
}

.border-r-gray-background2\/20 {
    border-right-color: rgba(58,58,58,.2)
}

.border-r-gray-background2\/25 {
    border-right-color: rgba(58,58,58,.25)
}

.border-r-gray-background2\/30 {
    border-right-color: rgba(58,58,58,.3)
}

.border-r-gray-background2\/40 {
    border-right-color: rgba(58,58,58,.4)
}

.border-r-gray-background2\/5 {
    border-right-color: rgba(58,58,58,.05)
}

.border-r-gray-background2\/50 {
    border-right-color: rgba(58,58,58,.5)
}

.border-r-gray-background2\/60 {
    border-right-color: rgba(58,58,58,.6)
}

.border-r-gray-background2\/70 {
    border-right-color: rgba(58,58,58,.7)
}

.border-r-gray-background2\/75 {
    border-right-color: rgba(58,58,58,.75)
}

.border-r-gray-background2\/80 {
    border-right-color: rgba(58,58,58,.8)
}

.border-r-gray-background2\/90 {
    border-right-color: rgba(58,58,58,.9)
}

.border-r-gray-background2\/95 {
    border-right-color: rgba(58,58,58,.95)
}

.border-r-gray-bg1 {
    --tw-border-opacity: 1;
    border-right-color: rgb(23 22 19/var(--tw-border-opacity))
}

.border-r-gray-bg1\/0 {
    border-right-color: rgba(23,22,19,0)
}

.border-r-gray-bg1\/10 {
    border-right-color: rgba(23,22,19,.1)
}

.border-r-gray-bg1\/100 {
    border-right-color: #171613
}

.border-r-gray-bg1\/20 {
    border-right-color: rgba(23,22,19,.2)
}

.border-r-gray-bg1\/25 {
    border-right-color: rgba(23,22,19,.25)
}

.border-r-gray-bg1\/30 {
    border-right-color: rgba(23,22,19,.3)
}

.border-r-gray-bg1\/40 {
    border-right-color: rgba(23,22,19,.4)
}

.border-r-gray-bg1\/5 {
    border-right-color: rgba(23,22,19,.05)
}

.border-r-gray-bg1\/50 {
    border-right-color: rgba(23,22,19,.5)
}

.border-r-gray-bg1\/60 {
    border-right-color: rgba(23,22,19,.6)
}

.border-r-gray-bg1\/70 {
    border-right-color: rgba(23,22,19,.7)
}

.border-r-gray-bg1\/75 {
    border-right-color: rgba(23,22,19,.75)
}

.border-r-gray-bg1\/80 {
    border-right-color: rgba(23,22,19,.8)
}

.border-r-gray-bg1\/90 {
    border-right-color: rgba(23,22,19,.9)
}

.border-r-gray-bg1\/95 {
    border-right-color: rgba(23,22,19,.95)
}

.border-r-gray-bg2 {
    --tw-border-opacity: 1;
    border-right-color: rgb(71 70 64/var(--tw-border-opacity))
}

.border-r-gray-bg2\/0 {
    border-right-color: rgba(71,70,64,0)
}

.border-r-gray-bg2\/10 {
    border-right-color: rgba(71,70,64,.1)
}

.border-r-gray-bg2\/100 {
    border-right-color: #474640
}

.border-r-gray-bg2\/20 {
    border-right-color: rgba(71,70,64,.2)
}

.border-r-gray-bg2\/25 {
    border-right-color: rgba(71,70,64,.25)
}

.border-r-gray-bg2\/30 {
    border-right-color: rgba(71,70,64,.3)
}

.border-r-gray-bg2\/40 {
    border-right-color: rgba(71,70,64,.4)
}

.border-r-gray-bg2\/5 {
    border-right-color: rgba(71,70,64,.05)
}

.border-r-gray-bg2\/50 {
    border-right-color: rgba(71,70,64,.5)
}

.border-r-gray-bg2\/60 {
    border-right-color: rgba(71,70,64,.6)
}

.border-r-gray-bg2\/70 {
    border-right-color: rgba(71,70,64,.7)
}

.border-r-gray-bg2\/75 {
    border-right-color: rgba(71,70,64,.75)
}

.border-r-gray-bg2\/80 {
    border-right-color: rgba(71,70,64,.8)
}

.border-r-gray-bg2\/90 {
    border-right-color: rgba(71,70,64,.9)
}

.border-r-gray-bg2\/95 {
    border-right-color: rgba(71,70,64,.95)
}

.border-r-gray-bg3 {
    --tw-border-opacity: 1;
    border-right-color: rgb(51 50 47/var(--tw-border-opacity))
}

.border-r-gray-bg3\/0 {
    border-right-color: rgba(51,50,47,0)
}

.border-r-gray-bg3\/10 {
    border-right-color: rgba(51,50,47,.1)
}

.border-r-gray-bg3\/100 {
    border-right-color: #33322f
}

.border-r-gray-bg3\/20 {
    border-right-color: rgba(51,50,47,.2)
}

.border-r-gray-bg3\/25 {
    border-right-color: rgba(51,50,47,.25)
}

.border-r-gray-bg3\/30 {
    border-right-color: rgba(51,50,47,.3)
}

.border-r-gray-bg3\/40 {
    border-right-color: rgba(51,50,47,.4)
}

.border-r-gray-bg3\/5 {
    border-right-color: rgba(51,50,47,.05)
}

.border-r-gray-bg3\/50 {
    border-right-color: rgba(51,50,47,.5)
}

.border-r-gray-bg3\/60 {
    border-right-color: rgba(51,50,47,.6)
}

.border-r-gray-bg3\/70 {
    border-right-color: rgba(51,50,47,.7)
}

.border-r-gray-bg3\/75 {
    border-right-color: rgba(51,50,47,.75)
}

.border-r-gray-bg3\/80 {
    border-right-color: rgba(51,50,47,.8)
}

.border-r-gray-bg3\/90 {
    border-right-color: rgba(51,50,47,.9)
}

.border-r-gray-bg3\/95 {
    border-right-color: rgba(51,50,47,.95)
}

.border-r-gray-bg4 {
    --tw-border-opacity: 1;
    border-right-color: rgb(41 42 43/var(--tw-border-opacity))
}

.border-r-gray-bg4\/0 {
    border-right-color: rgba(41,42,43,0)
}

.border-r-gray-bg4\/10 {
    border-right-color: rgba(41,42,43,.1)
}

.border-r-gray-bg4\/100 {
    border-right-color: #292a2b
}

.border-r-gray-bg4\/20 {
    border-right-color: rgba(41,42,43,.2)
}

.border-r-gray-bg4\/25 {
    border-right-color: rgba(41,42,43,.25)
}

.border-r-gray-bg4\/30 {
    border-right-color: rgba(41,42,43,.3)
}

.border-r-gray-bg4\/40 {
    border-right-color: rgba(41,42,43,.4)
}

.border-r-gray-bg4\/5 {
    border-right-color: rgba(41,42,43,.05)
}

.border-r-gray-bg4\/50 {
    border-right-color: rgba(41,42,43,.5)
}

.border-r-gray-bg4\/60 {
    border-right-color: rgba(41,42,43,.6)
}

.border-r-gray-bg4\/70 {
    border-right-color: rgba(41,42,43,.7)
}

.border-r-gray-bg4\/75 {
    border-right-color: rgba(41,42,43,.75)
}

.border-r-gray-bg4\/80 {
    border-right-color: rgba(41,42,43,.8)
}

.border-r-gray-bg4\/90 {
    border-right-color: rgba(41,42,43,.9)
}

.border-r-gray-bg4\/95 {
    border-right-color: rgba(41,42,43,.95)
}

.border-r-gray-bg5 {
    --tw-border-opacity: 1;
    border-right-color: rgb(33 34 35/var(--tw-border-opacity))
}

.border-r-gray-bg5\/0 {
    border-right-color: rgba(33,34,35,0)
}

.border-r-gray-bg5\/10 {
    border-right-color: rgba(33,34,35,.1)
}

.border-r-gray-bg5\/100 {
    border-right-color: #212223
}

.border-r-gray-bg5\/20 {
    border-right-color: rgba(33,34,35,.2)
}

.border-r-gray-bg5\/25 {
    border-right-color: rgba(33,34,35,.25)
}

.border-r-gray-bg5\/30 {
    border-right-color: rgba(33,34,35,.3)
}

.border-r-gray-bg5\/40 {
    border-right-color: rgba(33,34,35,.4)
}

.border-r-gray-bg5\/5 {
    border-right-color: rgba(33,34,35,.05)
}

.border-r-gray-bg5\/50 {
    border-right-color: rgba(33,34,35,.5)
}

.border-r-gray-bg5\/60 {
    border-right-color: rgba(33,34,35,.6)
}

.border-r-gray-bg5\/70 {
    border-right-color: rgba(33,34,35,.7)
}

.border-r-gray-bg5\/75 {
    border-right-color: rgba(33,34,35,.75)
}

.border-r-gray-bg5\/80 {
    border-right-color: rgba(33,34,35,.8)
}

.border-r-gray-bg5\/90 {
    border-right-color: rgba(33,34,35,.9)
}

.border-r-gray-bg5\/95 {
    border-right-color: rgba(33,34,35,.95)
}

.border-r-gray-border {
    --tw-border-opacity: 1;
    border-right-color: rgb(65 65 65/var(--tw-border-opacity))
}

.border-r-gray-border\/0 {
    border-right-color: rgba(65,65,65,0)
}

.border-r-gray-border\/10 {
    border-right-color: rgba(65,65,65,.1)
}

.border-r-gray-border\/100 {
    border-right-color: #414141
}

.border-r-gray-border\/20 {
    border-right-color: rgba(65,65,65,.2)
}

.border-r-gray-border\/25 {
    border-right-color: rgba(65,65,65,.25)
}

.border-r-gray-border\/30 {
    border-right-color: rgba(65,65,65,.3)
}

.border-r-gray-border\/40 {
    border-right-color: rgba(65,65,65,.4)
}

.border-r-gray-border\/5 {
    border-right-color: rgba(65,65,65,.05)
}

.border-r-gray-border\/50 {
    border-right-color: rgba(65,65,65,.5)
}

.border-r-gray-border\/60 {
    border-right-color: rgba(65,65,65,.6)
}

.border-r-gray-border\/70 {
    border-right-color: rgba(65,65,65,.7)
}

.border-r-gray-border\/75 {
    border-right-color: rgba(65,65,65,.75)
}

.border-r-gray-border\/80 {
    border-right-color: rgba(65,65,65,.8)
}

.border-r-gray-border\/90 {
    border-right-color: rgba(65,65,65,.9)
}

.border-r-gray-border\/95 {
    border-right-color: rgba(65,65,65,.95)
}

.border-r-gray-button {
    --tw-border-opacity: 1;
    border-right-color: rgb(115 115 116/var(--tw-border-opacity))
}

.border-r-gray-button\/0 {
    border-right-color: hsla(240,0%,45%,0)
}

.border-r-gray-button\/10 {
    border-right-color: hsla(240,0%,45%,.1)
}

.border-r-gray-button\/100 {
    border-right-color: #737374
}

.border-r-gray-button\/20 {
    border-right-color: hsla(240,0%,45%,.2)
}

.border-r-gray-button\/25 {
    border-right-color: hsla(240,0%,45%,.25)
}

.border-r-gray-button\/30 {
    border-right-color: hsla(240,0%,45%,.3)
}

.border-r-gray-button\/40 {
    border-right-color: hsla(240,0%,45%,.4)
}

.border-r-gray-button\/5 {
    border-right-color: hsla(240,0%,45%,.05)
}

.border-r-gray-button\/50 {
    border-right-color: hsla(240,0%,45%,.5)
}

.border-r-gray-button\/60 {
    border-right-color: hsla(240,0%,45%,.6)
}

.border-r-gray-button\/70 {
    border-right-color: hsla(240,0%,45%,.7)
}

.border-r-gray-button\/75 {
    border-right-color: hsla(240,0%,45%,.75)
}

.border-r-gray-button\/80 {
    border-right-color: hsla(240,0%,45%,.8)
}

.border-r-gray-button\/90 {
    border-right-color: hsla(240,0%,45%,.9)
}

.border-r-gray-button\/95 {
    border-right-color: hsla(240,0%,45%,.95)
}

.border-r-gray-claimed {
    --tw-border-opacity: 1;
    border-right-color: rgb(62 61 61/var(--tw-border-opacity))
}

.border-r-gray-claimed\/0 {
    border-right-color: rgba(62,61,61,0)
}

.border-r-gray-claimed\/10 {
    border-right-color: rgba(62,61,61,.1)
}

.border-r-gray-claimed\/100 {
    border-right-color: #3e3d3d
}

.border-r-gray-claimed\/20 {
    border-right-color: rgba(62,61,61,.2)
}

.border-r-gray-claimed\/25 {
    border-right-color: rgba(62,61,61,.25)
}

.border-r-gray-claimed\/30 {
    border-right-color: rgba(62,61,61,.3)
}

.border-r-gray-claimed\/40 {
    border-right-color: rgba(62,61,61,.4)
}

.border-r-gray-claimed\/5 {
    border-right-color: rgba(62,61,61,.05)
}

.border-r-gray-claimed\/50 {
    border-right-color: rgba(62,61,61,.5)
}

.border-r-gray-claimed\/60 {
    border-right-color: rgba(62,61,61,.6)
}

.border-r-gray-claimed\/70 {
    border-right-color: rgba(62,61,61,.7)
}

.border-r-gray-claimed\/75 {
    border-right-color: rgba(62,61,61,.75)
}

.border-r-gray-claimed\/80 {
    border-right-color: rgba(62,61,61,.8)
}

.border-r-gray-claimed\/90 {
    border-right-color: rgba(62,61,61,.9)
}

.border-r-gray-claimed\/95 {
    border-right-color: rgba(62,61,61,.95)
}

.border-r-gray-default {
    --tw-border-opacity: 1;
    border-right-color: rgb(130 138 147/var(--tw-border-opacity))
}

.border-r-gray-default\/0 {
    border-right-color: hsla(212,7%,54%,0)
}

.border-r-gray-default\/10 {
    border-right-color: hsla(212,7%,54%,.1)
}

.border-r-gray-default\/100 {
    border-right-color: #828a93
}

.border-r-gray-default\/20 {
    border-right-color: hsla(212,7%,54%,.2)
}

.border-r-gray-default\/25 {
    border-right-color: hsla(212,7%,54%,.25)
}

.border-r-gray-default\/30 {
    border-right-color: hsla(212,7%,54%,.3)
}

.border-r-gray-default\/40 {
    border-right-color: hsla(212,7%,54%,.4)
}

.border-r-gray-default\/5 {
    border-right-color: hsla(212,7%,54%,.05)
}

.border-r-gray-default\/50 {
    border-right-color: hsla(212,7%,54%,.5)
}

.border-r-gray-default\/60 {
    border-right-color: hsla(212,7%,54%,.6)
}

.border-r-gray-default\/70 {
    border-right-color: hsla(212,7%,54%,.7)
}

.border-r-gray-default\/75 {
    border-right-color: hsla(212,7%,54%,.75)
}

.border-r-gray-default\/80 {
    border-right-color: hsla(212,7%,54%,.8)
}

.border-r-gray-default\/90 {
    border-right-color: hsla(212,7%,54%,.9)
}

.border-r-gray-default\/95 {
    border-right-color: hsla(212,7%,54%,.95)
}

.border-r-gray-disable {
    --tw-border-opacity: 1;
    border-right-color: rgb(102 102 100/var(--tw-border-opacity))
}

.border-r-gray-disable\/0 {
    border-right-color: hsla(60,1%,40%,0)
}

.border-r-gray-disable\/10 {
    border-right-color: hsla(60,1%,40%,.1)
}

.border-r-gray-disable\/100 {
    border-right-color: #666664
}

.border-r-gray-disable\/20 {
    border-right-color: hsla(60,1%,40%,.2)
}

.border-r-gray-disable\/25 {
    border-right-color: hsla(60,1%,40%,.25)
}

.border-r-gray-disable\/30 {
    border-right-color: hsla(60,1%,40%,.3)
}

.border-r-gray-disable\/40 {
    border-right-color: hsla(60,1%,40%,.4)
}

.border-r-gray-disable\/5 {
    border-right-color: hsla(60,1%,40%,.05)
}

.border-r-gray-disable\/50 {
    border-right-color: hsla(60,1%,40%,.5)
}

.border-r-gray-disable\/60 {
    border-right-color: hsla(60,1%,40%,.6)
}

.border-r-gray-disable\/70 {
    border-right-color: hsla(60,1%,40%,.7)
}

.border-r-gray-disable\/75 {
    border-right-color: hsla(60,1%,40%,.75)
}

.border-r-gray-disable\/80 {
    border-right-color: hsla(60,1%,40%,.8)
}

.border-r-gray-disable\/90 {
    border-right-color: hsla(60,1%,40%,.9)
}

.border-r-gray-disable\/95 {
    border-right-color: hsla(60,1%,40%,.95)
}

.border-r-gray-form {
    --tw-border-opacity: 1;
    border-right-color: rgb(42 44 49/var(--tw-border-opacity))
}

.border-r-gray-form\/0 {
    border-right-color: rgba(42,44,49,0)
}

.border-r-gray-form\/10 {
    border-right-color: rgba(42,44,49,.1)
}

.border-r-gray-form\/100 {
    border-right-color: #2a2c31
}

.border-r-gray-form\/20 {
    border-right-color: rgba(42,44,49,.2)
}

.border-r-gray-form\/25 {
    border-right-color: rgba(42,44,49,.25)
}

.border-r-gray-form\/30 {
    border-right-color: rgba(42,44,49,.3)
}

.border-r-gray-form\/40 {
    border-right-color: rgba(42,44,49,.4)
}

.border-r-gray-form\/5 {
    border-right-color: rgba(42,44,49,.05)
}

.border-r-gray-form\/50 {
    border-right-color: rgba(42,44,49,.5)
}

.border-r-gray-form\/60 {
    border-right-color: rgba(42,44,49,.6)
}

.border-r-gray-form\/70 {
    border-right-color: rgba(42,44,49,.7)
}

.border-r-gray-form\/75 {
    border-right-color: rgba(42,44,49,.75)
}

.border-r-gray-form\/80 {
    border-right-color: rgba(42,44,49,.8)
}

.border-r-gray-form\/90 {
    border-right-color: rgba(42,44,49,.9)
}

.border-r-gray-form\/95 {
    border-right-color: rgba(42,44,49,.95)
}

.border-r-gray-hot-match-text {
    --tw-border-opacity: 1;
    border-right-color: rgb(205 204 206/var(--tw-border-opacity))
}

.border-r-gray-hot-match-text\/0 {
    border-right-color: hsla(270,2%,80%,0)
}

.border-r-gray-hot-match-text\/10 {
    border-right-color: hsla(270,2%,80%,.1)
}

.border-r-gray-hot-match-text\/100 {
    border-right-color: #cdccce
}

.border-r-gray-hot-match-text\/20 {
    border-right-color: hsla(270,2%,80%,.2)
}

.border-r-gray-hot-match-text\/25 {
    border-right-color: hsla(270,2%,80%,.25)
}

.border-r-gray-hot-match-text\/30 {
    border-right-color: hsla(270,2%,80%,.3)
}

.border-r-gray-hot-match-text\/40 {
    border-right-color: hsla(270,2%,80%,.4)
}

.border-r-gray-hot-match-text\/5 {
    border-right-color: hsla(270,2%,80%,.05)
}

.border-r-gray-hot-match-text\/50 {
    border-right-color: hsla(270,2%,80%,.5)
}

.border-r-gray-hot-match-text\/60 {
    border-right-color: hsla(270,2%,80%,.6)
}

.border-r-gray-hot-match-text\/70 {
    border-right-color: hsla(270,2%,80%,.7)
}

.border-r-gray-hot-match-text\/75 {
    border-right-color: hsla(270,2%,80%,.75)
}

.border-r-gray-hot-match-text\/80 {
    border-right-color: hsla(270,2%,80%,.8)
}

.border-r-gray-hot-match-text\/90 {
    border-right-color: hsla(270,2%,80%,.9)
}

.border-r-gray-hot-match-text\/95 {
    border-right-color: hsla(270,2%,80%,.95)
}

.border-r-gray-info {
    --tw-border-opacity: 1;
    border-right-color: rgb(38 38 38/var(--tw-border-opacity))
}

.border-r-gray-info\/0 {
    border-right-color: rgba(38,38,38,0)
}

.border-r-gray-info\/10 {
    border-right-color: rgba(38,38,38,.1)
}

.border-r-gray-info\/100 {
    border-right-color: #262626
}

.border-r-gray-info\/20 {
    border-right-color: rgba(38,38,38,.2)
}

.border-r-gray-info\/25 {
    border-right-color: rgba(38,38,38,.25)
}

.border-r-gray-info\/30 {
    border-right-color: rgba(38,38,38,.3)
}

.border-r-gray-info\/40 {
    border-right-color: rgba(38,38,38,.4)
}

.border-r-gray-info\/5 {
    border-right-color: rgba(38,38,38,.05)
}

.border-r-gray-info\/50 {
    border-right-color: rgba(38,38,38,.5)
}

.border-r-gray-info\/60 {
    border-right-color: rgba(38,38,38,.6)
}

.border-r-gray-info\/70 {
    border-right-color: rgba(38,38,38,.7)
}

.border-r-gray-info\/75 {
    border-right-color: rgba(38,38,38,.75)
}

.border-r-gray-info\/80 {
    border-right-color: rgba(38,38,38,.8)
}

.border-r-gray-info\/90 {
    border-right-color: rgba(38,38,38,.9)
}

.border-r-gray-info\/95 {
    border-right-color: rgba(38,38,38,.95)
}

.border-r-gray-item-history {
    --tw-border-opacity: 1;
    border-right-color: rgb(56 64 69/var(--tw-border-opacity))
}

.border-r-gray-item-history\/0 {
    border-right-color: rgba(56,64,69,0)
}

.border-r-gray-item-history\/10 {
    border-right-color: rgba(56,64,69,.1)
}

.border-r-gray-item-history\/100 {
    border-right-color: #384045
}

.border-r-gray-item-history\/20 {
    border-right-color: rgba(56,64,69,.2)
}

.border-r-gray-item-history\/25 {
    border-right-color: rgba(56,64,69,.25)
}

.border-r-gray-item-history\/30 {
    border-right-color: rgba(56,64,69,.3)
}

.border-r-gray-item-history\/40 {
    border-right-color: rgba(56,64,69,.4)
}

.border-r-gray-item-history\/5 {
    border-right-color: rgba(56,64,69,.05)
}

.border-r-gray-item-history\/50 {
    border-right-color: rgba(56,64,69,.5)
}

.border-r-gray-item-history\/60 {
    border-right-color: rgba(56,64,69,.6)
}

.border-r-gray-item-history\/70 {
    border-right-color: rgba(56,64,69,.7)
}

.border-r-gray-item-history\/75 {
    border-right-color: rgba(56,64,69,.75)
}

.border-r-gray-item-history\/80 {
    border-right-color: rgba(56,64,69,.8)
}

.border-r-gray-item-history\/90 {
    border-right-color: rgba(56,64,69,.9)
}

.border-r-gray-item-history\/95 {
    border-right-color: rgba(56,64,69,.95)
}

.border-r-gray-label {
    --tw-border-opacity: 1;
    border-right-color: rgb(138 138 138/var(--tw-border-opacity))
}

.border-r-gray-label\/0 {
    border-right-color: hsla(0,0%,54%,0)
}

.border-r-gray-label\/10 {
    border-right-color: hsla(0,0%,54%,.1)
}

.border-r-gray-label\/100 {
    border-right-color: #8a8a8a
}

.border-r-gray-label\/20 {
    border-right-color: hsla(0,0%,54%,.2)
}

.border-r-gray-label\/25 {
    border-right-color: hsla(0,0%,54%,.25)
}

.border-r-gray-label\/30 {
    border-right-color: hsla(0,0%,54%,.3)
}

.border-r-gray-label\/40 {
    border-right-color: hsla(0,0%,54%,.4)
}

.border-r-gray-label\/5 {
    border-right-color: hsla(0,0%,54%,.05)
}

.border-r-gray-label\/50 {
    border-right-color: hsla(0,0%,54%,.5)
}

.border-r-gray-label\/60 {
    border-right-color: hsla(0,0%,54%,.6)
}

.border-r-gray-label\/70 {
    border-right-color: hsla(0,0%,54%,.7)
}

.border-r-gray-label\/75 {
    border-right-color: hsla(0,0%,54%,.75)
}

.border-r-gray-label\/80 {
    border-right-color: hsla(0,0%,54%,.8)
}

.border-r-gray-label\/90 {
    border-right-color: hsla(0,0%,54%,.9)
}

.border-r-gray-label\/95 {
    border-right-color: hsla(0,0%,54%,.95)
}

.border-r-gray-light {
    --tw-border-opacity: 1;
    border-right-color: rgb(151 150 153/var(--tw-border-opacity))
}

.border-r-gray-light\/0 {
    border-right-color: hsla(260,1%,59%,0)
}

.border-r-gray-light\/10 {
    border-right-color: hsla(260,1%,59%,.1)
}

.border-r-gray-light\/100 {
    border-right-color: #979699
}

.border-r-gray-light\/20 {
    border-right-color: hsla(260,1%,59%,.2)
}

.border-r-gray-light\/25 {
    border-right-color: hsla(260,1%,59%,.25)
}

.border-r-gray-light\/30 {
    border-right-color: hsla(260,1%,59%,.3)
}

.border-r-gray-light\/40 {
    border-right-color: hsla(260,1%,59%,.4)
}

.border-r-gray-light\/5 {
    border-right-color: hsla(260,1%,59%,.05)
}

.border-r-gray-light\/50 {
    border-right-color: hsla(260,1%,59%,.5)
}

.border-r-gray-light\/60 {
    border-right-color: hsla(260,1%,59%,.6)
}

.border-r-gray-light\/70 {
    border-right-color: hsla(260,1%,59%,.7)
}

.border-r-gray-light\/75 {
    border-right-color: hsla(260,1%,59%,.75)
}

.border-r-gray-light\/80 {
    border-right-color: hsla(260,1%,59%,.8)
}

.border-r-gray-light\/90 {
    border-right-color: hsla(260,1%,59%,.9)
}

.border-r-gray-light\/95 {
    border-right-color: hsla(260,1%,59%,.95)
}

.border-r-gray-marquee-text {
    --tw-border-opacity: 1;
    border-right-color: rgb(190 189 184/var(--tw-border-opacity))
}

.border-r-gray-marquee-text\/0 {
    border-right-color: hsla(50,4%,73%,0)
}

.border-r-gray-marquee-text\/10 {
    border-right-color: hsla(50,4%,73%,.1)
}

.border-r-gray-marquee-text\/100 {
    border-right-color: #bebdb8
}

.border-r-gray-marquee-text\/20 {
    border-right-color: hsla(50,4%,73%,.2)
}

.border-r-gray-marquee-text\/25 {
    border-right-color: hsla(50,4%,73%,.25)
}

.border-r-gray-marquee-text\/30 {
    border-right-color: hsla(50,4%,73%,.3)
}

.border-r-gray-marquee-text\/40 {
    border-right-color: hsla(50,4%,73%,.4)
}

.border-r-gray-marquee-text\/5 {
    border-right-color: hsla(50,4%,73%,.05)
}

.border-r-gray-marquee-text\/50 {
    border-right-color: hsla(50,4%,73%,.5)
}

.border-r-gray-marquee-text\/60 {
    border-right-color: hsla(50,4%,73%,.6)
}

.border-r-gray-marquee-text\/70 {
    border-right-color: hsla(50,4%,73%,.7)
}

.border-r-gray-marquee-text\/75 {
    border-right-color: hsla(50,4%,73%,.75)
}

.border-r-gray-marquee-text\/80 {
    border-right-color: hsla(50,4%,73%,.8)
}

.border-r-gray-marquee-text\/90 {
    border-right-color: hsla(50,4%,73%,.9)
}

.border-r-gray-marquee-text\/95 {
    border-right-color: hsla(50,4%,73%,.95)
}

.border-r-gray-placeholder {
    --tw-border-opacity: 1;
    border-right-color: rgb(130 138 147/var(--tw-border-opacity))
}

.border-r-gray-placeholder\/0 {
    border-right-color: hsla(212,7%,54%,0)
}

.border-r-gray-placeholder\/10 {
    border-right-color: hsla(212,7%,54%,.1)
}

.border-r-gray-placeholder\/100 {
    border-right-color: #828a93
}

.border-r-gray-placeholder\/20 {
    border-right-color: hsla(212,7%,54%,.2)
}

.border-r-gray-placeholder\/25 {
    border-right-color: hsla(212,7%,54%,.25)
}

.border-r-gray-placeholder\/30 {
    border-right-color: hsla(212,7%,54%,.3)
}

.border-r-gray-placeholder\/40 {
    border-right-color: hsla(212,7%,54%,.4)
}

.border-r-gray-placeholder\/5 {
    border-right-color: hsla(212,7%,54%,.05)
}

.border-r-gray-placeholder\/50 {
    border-right-color: hsla(212,7%,54%,.5)
}

.border-r-gray-placeholder\/60 {
    border-right-color: hsla(212,7%,54%,.6)
}

.border-r-gray-placeholder\/70 {
    border-right-color: hsla(212,7%,54%,.7)
}

.border-r-gray-placeholder\/75 {
    border-right-color: hsla(212,7%,54%,.75)
}

.border-r-gray-placeholder\/80 {
    border-right-color: hsla(212,7%,54%,.8)
}

.border-r-gray-placeholder\/90 {
    border-right-color: hsla(212,7%,54%,.9)
}

.border-r-gray-placeholder\/95 {
    border-right-color: hsla(212,7%,54%,.95)
}

.border-r-gray-popup {
    --tw-border-opacity: 1;
    border-right-color: rgb(178 178 182/var(--tw-border-opacity))
}

.border-r-gray-popup\/0 {
    border-right-color: hsla(240,3%,71%,0)
}

.border-r-gray-popup\/10 {
    border-right-color: hsla(240,3%,71%,.1)
}

.border-r-gray-popup\/100 {
    border-right-color: #b2b2b6
}

.border-r-gray-popup\/20 {
    border-right-color: hsla(240,3%,71%,.2)
}

.border-r-gray-popup\/25 {
    border-right-color: hsla(240,3%,71%,.25)
}

.border-r-gray-popup\/30 {
    border-right-color: hsla(240,3%,71%,.3)
}

.border-r-gray-popup\/40 {
    border-right-color: hsla(240,3%,71%,.4)
}

.border-r-gray-popup\/5 {
    border-right-color: hsla(240,3%,71%,.05)
}

.border-r-gray-popup\/50 {
    border-right-color: hsla(240,3%,71%,.5)
}

.border-r-gray-popup\/60 {
    border-right-color: hsla(240,3%,71%,.6)
}

.border-r-gray-popup\/70 {
    border-right-color: hsla(240,3%,71%,.7)
}

.border-r-gray-popup\/75 {
    border-right-color: hsla(240,3%,71%,.75)
}

.border-r-gray-popup\/80 {
    border-right-color: hsla(240,3%,71%,.8)
}

.border-r-gray-popup\/90 {
    border-right-color: hsla(240,3%,71%,.9)
}

.border-r-gray-popup\/95 {
    border-right-color: hsla(240,3%,71%,.95)
}

.border-r-gray-progress-non {
    --tw-border-opacity: 1;
    border-right-color: rgb(15 16 17/var(--tw-border-opacity))
}

.border-r-gray-progress-non\/0 {
    border-right-color: rgba(15,16,17,0)
}

.border-r-gray-progress-non\/10 {
    border-right-color: rgba(15,16,17,.1)
}

.border-r-gray-progress-non\/100 {
    border-right-color: #0f1011
}

.border-r-gray-progress-non\/20 {
    border-right-color: rgba(15,16,17,.2)
}

.border-r-gray-progress-non\/25 {
    border-right-color: rgba(15,16,17,.25)
}

.border-r-gray-progress-non\/30 {
    border-right-color: rgba(15,16,17,.3)
}

.border-r-gray-progress-non\/40 {
    border-right-color: rgba(15,16,17,.4)
}

.border-r-gray-progress-non\/5 {
    border-right-color: rgba(15,16,17,.05)
}

.border-r-gray-progress-non\/50 {
    border-right-color: rgba(15,16,17,.5)
}

.border-r-gray-progress-non\/60 {
    border-right-color: rgba(15,16,17,.6)
}

.border-r-gray-progress-non\/70 {
    border-right-color: rgba(15,16,17,.7)
}

.border-r-gray-progress-non\/75 {
    border-right-color: rgba(15,16,17,.75)
}

.border-r-gray-progress-non\/80 {
    border-right-color: rgba(15,16,17,.8)
}

.border-r-gray-progress-non\/90 {
    border-right-color: rgba(15,16,17,.9)
}

.border-r-gray-progress-non\/95 {
    border-right-color: rgba(15,16,17,.95)
}

.border-r-gray-qr-code {
    --tw-border-opacity: 1;
    border-right-color: rgb(85 85 85/var(--tw-border-opacity))
}

.border-r-gray-qr-code\/0 {
    border-right-color: rgba(85,85,85,0)
}

.border-r-gray-qr-code\/10 {
    border-right-color: rgba(85,85,85,.1)
}

.border-r-gray-qr-code\/100 {
    border-right-color: #555
}

.border-r-gray-qr-code\/20 {
    border-right-color: rgba(85,85,85,.2)
}

.border-r-gray-qr-code\/25 {
    border-right-color: rgba(85,85,85,.25)
}

.border-r-gray-qr-code\/30 {
    border-right-color: rgba(85,85,85,.3)
}

.border-r-gray-qr-code\/40 {
    border-right-color: rgba(85,85,85,.4)
}

.border-r-gray-qr-code\/5 {
    border-right-color: rgba(85,85,85,.05)
}

.border-r-gray-qr-code\/50 {
    border-right-color: rgba(85,85,85,.5)
}

.border-r-gray-qr-code\/60 {
    border-right-color: rgba(85,85,85,.6)
}

.border-r-gray-qr-code\/70 {
    border-right-color: rgba(85,85,85,.7)
}

.border-r-gray-qr-code\/75 {
    border-right-color: rgba(85,85,85,.75)
}

.border-r-gray-qr-code\/80 {
    border-right-color: rgba(85,85,85,.8)
}

.border-r-gray-qr-code\/90 {
    border-right-color: rgba(85,85,85,.9)
}

.border-r-gray-qr-code\/95 {
    border-right-color: rgba(85,85,85,.95)
}

.border-r-gray-show-all {
    --tw-border-opacity: 1;
    border-right-color: rgb(86 86 86/var(--tw-border-opacity))
}

.border-r-gray-show-all\/0 {
    border-right-color: rgba(86,86,86,0)
}

.border-r-gray-show-all\/10 {
    border-right-color: rgba(86,86,86,.1)
}

.border-r-gray-show-all\/100 {
    border-right-color: #565656
}

.border-r-gray-show-all\/20 {
    border-right-color: rgba(86,86,86,.2)
}

.border-r-gray-show-all\/25 {
    border-right-color: rgba(86,86,86,.25)
}

.border-r-gray-show-all\/30 {
    border-right-color: rgba(86,86,86,.3)
}

.border-r-gray-show-all\/40 {
    border-right-color: rgba(86,86,86,.4)
}

.border-r-gray-show-all\/5 {
    border-right-color: rgba(86,86,86,.05)
}

.border-r-gray-show-all\/50 {
    border-right-color: rgba(86,86,86,.5)
}

.border-r-gray-show-all\/60 {
    border-right-color: rgba(86,86,86,.6)
}

.border-r-gray-show-all\/70 {
    border-right-color: rgba(86,86,86,.7)
}

.border-r-gray-show-all\/75 {
    border-right-color: rgba(86,86,86,.75)
}

.border-r-gray-show-all\/80 {
    border-right-color: rgba(86,86,86,.8)
}

.border-r-gray-show-all\/90 {
    border-right-color: rgba(86,86,86,.9)
}

.border-r-gray-show-all\/95 {
    border-right-color: rgba(86,86,86,.95)
}

.border-r-gray-symbol-coin {
    --tw-border-opacity: 1;
    border-right-color: rgb(73 73 74/var(--tw-border-opacity))
}

.border-r-gray-symbol-coin\/0 {
    border-right-color: rgba(73,73,74,0)
}

.border-r-gray-symbol-coin\/10 {
    border-right-color: rgba(73,73,74,.1)
}

.border-r-gray-symbol-coin\/100 {
    border-right-color: #49494a
}

.border-r-gray-symbol-coin\/20 {
    border-right-color: rgba(73,73,74,.2)
}

.border-r-gray-symbol-coin\/25 {
    border-right-color: rgba(73,73,74,.25)
}

.border-r-gray-symbol-coin\/30 {
    border-right-color: rgba(73,73,74,.3)
}

.border-r-gray-symbol-coin\/40 {
    border-right-color: rgba(73,73,74,.4)
}

.border-r-gray-symbol-coin\/5 {
    border-right-color: rgba(73,73,74,.05)
}

.border-r-gray-symbol-coin\/50 {
    border-right-color: rgba(73,73,74,.5)
}

.border-r-gray-symbol-coin\/60 {
    border-right-color: rgba(73,73,74,.6)
}

.border-r-gray-symbol-coin\/70 {
    border-right-color: rgba(73,73,74,.7)
}

.border-r-gray-symbol-coin\/75 {
    border-right-color: rgba(73,73,74,.75)
}

.border-r-gray-symbol-coin\/80 {
    border-right-color: rgba(73,73,74,.8)
}

.border-r-gray-symbol-coin\/90 {
    border-right-color: rgba(73,73,74,.9)
}

.border-r-gray-symbol-coin\/95 {
    border-right-color: rgba(73,73,74,.95)
}

.border-r-gray-text {
    --tw-border-opacity: 1;
    border-right-color: rgb(219 210 194/var(--tw-border-opacity))
}

.border-r-gray-text-footer {
    --tw-border-opacity: 1;
    border-right-color: rgb(112 113 111/var(--tw-border-opacity))
}

.border-r-gray-text-footer\/0 {
    border-right-color: hsla(90,1%,44%,0)
}

.border-r-gray-text-footer\/10 {
    border-right-color: hsla(90,1%,44%,.1)
}

.border-r-gray-text-footer\/100 {
    border-right-color: #70716f
}

.border-r-gray-text-footer\/20 {
    border-right-color: hsla(90,1%,44%,.2)
}

.border-r-gray-text-footer\/25 {
    border-right-color: hsla(90,1%,44%,.25)
}

.border-r-gray-text-footer\/30 {
    border-right-color: hsla(90,1%,44%,.3)
}

.border-r-gray-text-footer\/40 {
    border-right-color: hsla(90,1%,44%,.4)
}

.border-r-gray-text-footer\/5 {
    border-right-color: hsla(90,1%,44%,.05)
}

.border-r-gray-text-footer\/50 {
    border-right-color: hsla(90,1%,44%,.5)
}

.border-r-gray-text-footer\/60 {
    border-right-color: hsla(90,1%,44%,.6)
}

.border-r-gray-text-footer\/70 {
    border-right-color: hsla(90,1%,44%,.7)
}

.border-r-gray-text-footer\/75 {
    border-right-color: hsla(90,1%,44%,.75)
}

.border-r-gray-text-footer\/80 {
    border-right-color: hsla(90,1%,44%,.8)
}

.border-r-gray-text-footer\/90 {
    border-right-color: hsla(90,1%,44%,.9)
}

.border-r-gray-text-footer\/95 {
    border-right-color: hsla(90,1%,44%,.95)
}

.border-r-gray-text-game {
    --tw-border-opacity: 1;
    border-right-color: rgb(143 143 143/var(--tw-border-opacity))
}

.border-r-gray-text-game\/0 {
    border-right-color: hsla(0,0%,56%,0)
}

.border-r-gray-text-game\/10 {
    border-right-color: hsla(0,0%,56%,.1)
}

.border-r-gray-text-game\/100 {
    border-right-color: #8f8f8f
}

.border-r-gray-text-game\/20 {
    border-right-color: hsla(0,0%,56%,.2)
}

.border-r-gray-text-game\/25 {
    border-right-color: hsla(0,0%,56%,.25)
}

.border-r-gray-text-game\/30 {
    border-right-color: hsla(0,0%,56%,.3)
}

.border-r-gray-text-game\/40 {
    border-right-color: hsla(0,0%,56%,.4)
}

.border-r-gray-text-game\/5 {
    border-right-color: hsla(0,0%,56%,.05)
}

.border-r-gray-text-game\/50 {
    border-right-color: hsla(0,0%,56%,.5)
}

.border-r-gray-text-game\/60 {
    border-right-color: hsla(0,0%,56%,.6)
}

.border-r-gray-text-game\/70 {
    border-right-color: hsla(0,0%,56%,.7)
}

.border-r-gray-text-game\/75 {
    border-right-color: hsla(0,0%,56%,.75)
}

.border-r-gray-text-game\/80 {
    border-right-color: hsla(0,0%,56%,.8)
}

.border-r-gray-text-game\/90 {
    border-right-color: hsla(0,0%,56%,.9)
}

.border-r-gray-text-game\/95 {
    border-right-color: hsla(0,0%,56%,.95)
}

.border-r-gray-text-popup-login {
    --tw-border-opacity: 1;
    border-right-color: rgb(128 128 128/var(--tw-border-opacity))
}

.border-r-gray-text-popup-login\/0 {
    border-right-color: hsla(0,0%,50%,0)
}

.border-r-gray-text-popup-login\/10 {
    border-right-color: hsla(0,0%,50%,.1)
}

.border-r-gray-text-popup-login\/100 {
    border-right-color: grey
}

.border-r-gray-text-popup-login\/20 {
    border-right-color: hsla(0,0%,50%,.2)
}

.border-r-gray-text-popup-login\/25 {
    border-right-color: hsla(0,0%,50%,.25)
}

.border-r-gray-text-popup-login\/30 {
    border-right-color: hsla(0,0%,50%,.3)
}

.border-r-gray-text-popup-login\/40 {
    border-right-color: hsla(0,0%,50%,.4)
}

.border-r-gray-text-popup-login\/5 {
    border-right-color: hsla(0,0%,50%,.05)
}

.border-r-gray-text-popup-login\/50 {
    border-right-color: hsla(0,0%,50%,.5)
}

.border-r-gray-text-popup-login\/60 {
    border-right-color: hsla(0,0%,50%,.6)
}

.border-r-gray-text-popup-login\/70 {
    border-right-color: hsla(0,0%,50%,.7)
}

.border-r-gray-text-popup-login\/75 {
    border-right-color: hsla(0,0%,50%,.75)
}

.border-r-gray-text-popup-login\/80 {
    border-right-color: hsla(0,0%,50%,.8)
}

.border-r-gray-text-popup-login\/90 {
    border-right-color: hsla(0,0%,50%,.9)
}

.border-r-gray-text-popup-login\/95 {
    border-right-color: hsla(0,0%,50%,.95)
}

.border-r-gray-text\/0 {
    border-right-color: hsla(38,26%,81%,0)
}

.border-r-gray-text\/10 {
    border-right-color: hsla(38,26%,81%,.1)
}

.border-r-gray-text\/100 {
    border-right-color: #dbd2c2
}

.border-r-gray-text\/20 {
    border-right-color: hsla(38,26%,81%,.2)
}

.border-r-gray-text\/25 {
    border-right-color: hsla(38,26%,81%,.25)
}

.border-r-gray-text\/30 {
    border-right-color: hsla(38,26%,81%,.3)
}

.border-r-gray-text\/40 {
    border-right-color: hsla(38,26%,81%,.4)
}

.border-r-gray-text\/5 {
    border-right-color: hsla(38,26%,81%,.05)
}

.border-r-gray-text\/50 {
    border-right-color: hsla(38,26%,81%,.5)
}

.border-r-gray-text\/60 {
    border-right-color: hsla(38,26%,81%,.6)
}

.border-r-gray-text\/70 {
    border-right-color: hsla(38,26%,81%,.7)
}

.border-r-gray-text\/75 {
    border-right-color: hsla(38,26%,81%,.75)
}

.border-r-gray-text\/80 {
    border-right-color: hsla(38,26%,81%,.8)
}

.border-r-gray-text\/90 {
    border-right-color: hsla(38,26%,81%,.9)
}

.border-r-gray-text\/95 {
    border-right-color: hsla(38,26%,81%,.95)
}

.border-r-gray-title-game {
    --tw-border-opacity: 1;
    border-right-color: rgb(230 230 230/var(--tw-border-opacity))
}

.border-r-gray-title-game\/0 {
    border-right-color: hsla(0,0%,90%,0)
}

.border-r-gray-title-game\/10 {
    border-right-color: hsla(0,0%,90%,.1)
}

.border-r-gray-title-game\/100 {
    border-right-color: #e6e6e6
}

.border-r-gray-title-game\/20 {
    border-right-color: hsla(0,0%,90%,.2)
}

.border-r-gray-title-game\/25 {
    border-right-color: hsla(0,0%,90%,.25)
}

.border-r-gray-title-game\/30 {
    border-right-color: hsla(0,0%,90%,.3)
}

.border-r-gray-title-game\/40 {
    border-right-color: hsla(0,0%,90%,.4)
}

.border-r-gray-title-game\/5 {
    border-right-color: hsla(0,0%,90%,.05)
}

.border-r-gray-title-game\/50 {
    border-right-color: hsla(0,0%,90%,.5)
}

.border-r-gray-title-game\/60 {
    border-right-color: hsla(0,0%,90%,.6)
}

.border-r-gray-title-game\/70 {
    border-right-color: hsla(0,0%,90%,.7)
}

.border-r-gray-title-game\/75 {
    border-right-color: hsla(0,0%,90%,.75)
}

.border-r-gray-title-game\/80 {
    border-right-color: hsla(0,0%,90%,.8)
}

.border-r-gray-title-game\/90 {
    border-right-color: hsla(0,0%,90%,.9)
}

.border-r-gray-title-game\/95 {
    border-right-color: hsla(0,0%,90%,.95)
}

.border-r-gray-white {
    --tw-border-opacity: 1;
    border-right-color: rgb(227 227 226/var(--tw-border-opacity))
}

.border-r-gray-white\/0 {
    border-right-color: hsla(60,2%,89%,0)
}

.border-r-gray-white\/10 {
    border-right-color: hsla(60,2%,89%,.1)
}

.border-r-gray-white\/100 {
    border-right-color: #e3e3e2
}

.border-r-gray-white\/20 {
    border-right-color: hsla(60,2%,89%,.2)
}

.border-r-gray-white\/25 {
    border-right-color: hsla(60,2%,89%,.25)
}

.border-r-gray-white\/30 {
    border-right-color: hsla(60,2%,89%,.3)
}

.border-r-gray-white\/40 {
    border-right-color: hsla(60,2%,89%,.4)
}

.border-r-gray-white\/5 {
    border-right-color: hsla(60,2%,89%,.05)
}

.border-r-gray-white\/50 {
    border-right-color: hsla(60,2%,89%,.5)
}

.border-r-gray-white\/60 {
    border-right-color: hsla(60,2%,89%,.6)
}

.border-r-gray-white\/70 {
    border-right-color: hsla(60,2%,89%,.7)
}

.border-r-gray-white\/75 {
    border-right-color: hsla(60,2%,89%,.75)
}

.border-r-gray-white\/80 {
    border-right-color: hsla(60,2%,89%,.8)
}

.border-r-gray-white\/90 {
    border-right-color: hsla(60,2%,89%,.9)
}

.border-r-gray-white\/95 {
    border-right-color: hsla(60,2%,89%,.95)
}

.border-r-green-success {
    --tw-border-opacity: 1;
    border-right-color: rgb(98 202 121/var(--tw-border-opacity))
}

.border-r-green-success\/0 {
    border-right-color: rgba(98,202,121,0)
}

.border-r-green-success\/10 {
    border-right-color: rgba(98,202,121,.1)
}

.border-r-green-success\/100 {
    border-right-color: #62ca79
}

.border-r-green-success\/20 {
    border-right-color: rgba(98,202,121,.2)
}

.border-r-green-success\/25 {
    border-right-color: rgba(98,202,121,.25)
}

.border-r-green-success\/30 {
    border-right-color: rgba(98,202,121,.3)
}

.border-r-green-success\/40 {
    border-right-color: rgba(98,202,121,.4)
}

.border-r-green-success\/5 {
    border-right-color: rgba(98,202,121,.05)
}

.border-r-green-success\/50 {
    border-right-color: rgba(98,202,121,.5)
}

.border-r-green-success\/60 {
    border-right-color: rgba(98,202,121,.6)
}

.border-r-green-success\/70 {
    border-right-color: rgba(98,202,121,.7)
}

.border-r-green-success\/75 {
    border-right-color: rgba(98,202,121,.75)
}

.border-r-green-success\/80 {
    border-right-color: rgba(98,202,121,.8)
}

.border-r-green-success\/90 {
    border-right-color: rgba(98,202,121,.9)
}

.border-r-green-success\/95 {
    border-right-color: rgba(98,202,121,.95)
}

.border-r-green-win {
    --tw-border-opacity: 1;
    border-right-color: rgb(92 191 117/var(--tw-border-opacity))
}

.border-r-green-win\/0 {
    border-right-color: rgba(92,191,117,0)
}

.border-r-green-win\/10 {
    border-right-color: rgba(92,191,117,.1)
}

.border-r-green-win\/100 {
    border-right-color: #5cbf75
}

.border-r-green-win\/20 {
    border-right-color: rgba(92,191,117,.2)
}

.border-r-green-win\/25 {
    border-right-color: rgba(92,191,117,.25)
}

.border-r-green-win\/30 {
    border-right-color: rgba(92,191,117,.3)
}

.border-r-green-win\/40 {
    border-right-color: rgba(92,191,117,.4)
}

.border-r-green-win\/5 {
    border-right-color: rgba(92,191,117,.05)
}

.border-r-green-win\/50 {
    border-right-color: rgba(92,191,117,.5)
}

.border-r-green-win\/60 {
    border-right-color: rgba(92,191,117,.6)
}

.border-r-green-win\/70 {
    border-right-color: rgba(92,191,117,.7)
}

.border-r-green-win\/75 {
    border-right-color: rgba(92,191,117,.75)
}

.border-r-green-win\/80 {
    border-right-color: rgba(92,191,117,.8)
}

.border-r-green-win\/90 {
    border-right-color: rgba(92,191,117,.9)
}

.border-r-green-win\/95 {
    border-right-color: rgba(92,191,117,.95)
}

.border-r-highlight-leo88 {
    --tw-border-opacity: 1;
    border-right-color: rgb(184 28 28/var(--tw-border-opacity))
}

.border-r-highlight-leo88\/0 {
    border-right-color: rgba(184,28,28,0)
}

.border-r-highlight-leo88\/10 {
    border-right-color: rgba(184,28,28,.1)
}

.border-r-highlight-leo88\/100 {
    border-right-color: #b81c1c
}

.border-r-highlight-leo88\/20 {
    border-right-color: rgba(184,28,28,.2)
}

.border-r-highlight-leo88\/25 {
    border-right-color: rgba(184,28,28,.25)
}

.border-r-highlight-leo88\/30 {
    border-right-color: rgba(184,28,28,.3)
}

.border-r-highlight-leo88\/40 {
    border-right-color: rgba(184,28,28,.4)
}

.border-r-highlight-leo88\/5 {
    border-right-color: rgba(184,28,28,.05)
}

.border-r-highlight-leo88\/50 {
    border-right-color: rgba(184,28,28,.5)
}

.border-r-highlight-leo88\/60 {
    border-right-color: rgba(184,28,28,.6)
}

.border-r-highlight-leo88\/70 {
    border-right-color: rgba(184,28,28,.7)
}

.border-r-highlight-leo88\/75 {
    border-right-color: rgba(184,28,28,.75)
}

.border-r-highlight-leo88\/80 {
    border-right-color: rgba(184,28,28,.8)
}

.border-r-highlight-leo88\/90 {
    border-right-color: rgba(184,28,28,.9)
}

.border-r-highlight-leo88\/95 {
    border-right-color: rgba(184,28,28,.95)
}

.border-r-home-title {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 221 169/var(--tw-border-opacity))
}

.border-r-home-title\/0 {
    border-right-color: rgba(255,221,169,0)
}

.border-r-home-title\/10 {
    border-right-color: rgba(255,221,169,.1)
}

.border-r-home-title\/100 {
    border-right-color: #ffdda9
}

.border-r-home-title\/20 {
    border-right-color: rgba(255,221,169,.2)
}

.border-r-home-title\/25 {
    border-right-color: rgba(255,221,169,.25)
}

.border-r-home-title\/30 {
    border-right-color: rgba(255,221,169,.3)
}

.border-r-home-title\/40 {
    border-right-color: rgba(255,221,169,.4)
}

.border-r-home-title\/5 {
    border-right-color: rgba(255,221,169,.05)
}

.border-r-home-title\/50 {
    border-right-color: rgba(255,221,169,.5)
}

.border-r-home-title\/60 {
    border-right-color: rgba(255,221,169,.6)
}

.border-r-home-title\/70 {
    border-right-color: rgba(255,221,169,.7)
}

.border-r-home-title\/75 {
    border-right-color: rgba(255,221,169,.75)
}

.border-r-home-title\/80 {
    border-right-color: rgba(255,221,169,.8)
}

.border-r-home-title\/90 {
    border-right-color: rgba(255,221,169,.9)
}

.border-r-home-title\/95 {
    border-right-color: rgba(255,221,169,.95)
}

.border-r-hot-match-green {
    --tw-border-opacity: 1;
    border-right-color: rgb(74 197 64/var(--tw-border-opacity))
}

.border-r-hot-match-green\/0 {
    border-right-color: rgba(74,197,64,0)
}

.border-r-hot-match-green\/10 {
    border-right-color: rgba(74,197,64,.1)
}

.border-r-hot-match-green\/100 {
    border-right-color: #4ac540
}

.border-r-hot-match-green\/20 {
    border-right-color: rgba(74,197,64,.2)
}

.border-r-hot-match-green\/25 {
    border-right-color: rgba(74,197,64,.25)
}

.border-r-hot-match-green\/30 {
    border-right-color: rgba(74,197,64,.3)
}

.border-r-hot-match-green\/40 {
    border-right-color: rgba(74,197,64,.4)
}

.border-r-hot-match-green\/5 {
    border-right-color: rgba(74,197,64,.05)
}

.border-r-hot-match-green\/50 {
    border-right-color: rgba(74,197,64,.5)
}

.border-r-hot-match-green\/60 {
    border-right-color: rgba(74,197,64,.6)
}

.border-r-hot-match-green\/70 {
    border-right-color: rgba(74,197,64,.7)
}

.border-r-hot-match-green\/75 {
    border-right-color: rgba(74,197,64,.75)
}

.border-r-hot-match-green\/80 {
    border-right-color: rgba(74,197,64,.8)
}

.border-r-hot-match-green\/90 {
    border-right-color: rgba(74,197,64,.9)
}

.border-r-hot-match-green\/95 {
    border-right-color: rgba(74,197,64,.95)
}

.border-r-hot-match-highlight {
    --tw-border-opacity: 1;
    border-right-color: rgb(251 236 231/var(--tw-border-opacity))
}

.border-r-hot-match-highlight\/0 {
    border-right-color: hsla(15,71%,95%,0)
}

.border-r-hot-match-highlight\/10 {
    border-right-color: hsla(15,71%,95%,.1)
}

.border-r-hot-match-highlight\/100 {
    border-right-color: #fbece7
}

.border-r-hot-match-highlight\/20 {
    border-right-color: hsla(15,71%,95%,.2)
}

.border-r-hot-match-highlight\/25 {
    border-right-color: hsla(15,71%,95%,.25)
}

.border-r-hot-match-highlight\/30 {
    border-right-color: hsla(15,71%,95%,.3)
}

.border-r-hot-match-highlight\/40 {
    border-right-color: hsla(15,71%,95%,.4)
}

.border-r-hot-match-highlight\/5 {
    border-right-color: hsla(15,71%,95%,.05)
}

.border-r-hot-match-highlight\/50 {
    border-right-color: hsla(15,71%,95%,.5)
}

.border-r-hot-match-highlight\/60 {
    border-right-color: hsla(15,71%,95%,.6)
}

.border-r-hot-match-highlight\/70 {
    border-right-color: hsla(15,71%,95%,.7)
}

.border-r-hot-match-highlight\/75 {
    border-right-color: hsla(15,71%,95%,.75)
}

.border-r-hot-match-highlight\/80 {
    border-right-color: hsla(15,71%,95%,.8)
}

.border-r-hot-match-highlight\/90 {
    border-right-color: hsla(15,71%,95%,.9)
}

.border-r-hot-match-highlight\/95 {
    border-right-color: hsla(15,71%,95%,.95)
}

.border-r-hot-match-match {
    --tw-border-opacity: 1;
    border-right-color: rgb(86 63 42/var(--tw-border-opacity))
}

.border-r-hot-match-match\/0 {
    border-right-color: rgba(86,63,42,0)
}

.border-r-hot-match-match\/10 {
    border-right-color: rgba(86,63,42,.1)
}

.border-r-hot-match-match\/100 {
    border-right-color: #563f2a
}

.border-r-hot-match-match\/20 {
    border-right-color: rgba(86,63,42,.2)
}

.border-r-hot-match-match\/25 {
    border-right-color: rgba(86,63,42,.25)
}

.border-r-hot-match-match\/30 {
    border-right-color: rgba(86,63,42,.3)
}

.border-r-hot-match-match\/40 {
    border-right-color: rgba(86,63,42,.4)
}

.border-r-hot-match-match\/5 {
    border-right-color: rgba(86,63,42,.05)
}

.border-r-hot-match-match\/50 {
    border-right-color: rgba(86,63,42,.5)
}

.border-r-hot-match-match\/60 {
    border-right-color: rgba(86,63,42,.6)
}

.border-r-hot-match-match\/70 {
    border-right-color: rgba(86,63,42,.7)
}

.border-r-hot-match-match\/75 {
    border-right-color: rgba(86,63,42,.75)
}

.border-r-hot-match-match\/80 {
    border-right-color: rgba(86,63,42,.8)
}

.border-r-hot-match-match\/90 {
    border-right-color: rgba(86,63,42,.9)
}

.border-r-hot-match-match\/95 {
    border-right-color: rgba(86,63,42,.95)
}

.border-r-hot-match-provider {
    --tw-border-opacity: 1;
    border-right-color: rgb(50 44 41/var(--tw-border-opacity))
}

.border-r-hot-match-provider\/0 {
    border-right-color: rgba(50,44,41,0)
}

.border-r-hot-match-provider\/10 {
    border-right-color: rgba(50,44,41,.1)
}

.border-r-hot-match-provider\/100 {
    border-right-color: #322c29
}

.border-r-hot-match-provider\/20 {
    border-right-color: rgba(50,44,41,.2)
}

.border-r-hot-match-provider\/25 {
    border-right-color: rgba(50,44,41,.25)
}

.border-r-hot-match-provider\/30 {
    border-right-color: rgba(50,44,41,.3)
}

.border-r-hot-match-provider\/40 {
    border-right-color: rgba(50,44,41,.4)
}

.border-r-hot-match-provider\/5 {
    border-right-color: rgba(50,44,41,.05)
}

.border-r-hot-match-provider\/50 {
    border-right-color: rgba(50,44,41,.5)
}

.border-r-hot-match-provider\/60 {
    border-right-color: rgba(50,44,41,.6)
}

.border-r-hot-match-provider\/70 {
    border-right-color: rgba(50,44,41,.7)
}

.border-r-hot-match-provider\/75 {
    border-right-color: rgba(50,44,41,.75)
}

.border-r-hot-match-provider\/80 {
    border-right-color: rgba(50,44,41,.8)
}

.border-r-hot-match-provider\/90 {
    border-right-color: rgba(50,44,41,.9)
}

.border-r-hot-match-provider\/95 {
    border-right-color: rgba(50,44,41,.95)
}

.border-r-hot-match-red {
    --tw-border-opacity: 1;
    border-right-color: rgb(234 51 42/var(--tw-border-opacity))
}

.border-r-hot-match-red\/0 {
    border-right-color: rgba(234,51,42,0)
}

.border-r-hot-match-red\/10 {
    border-right-color: rgba(234,51,42,.1)
}

.border-r-hot-match-red\/100 {
    border-right-color: #ea332a
}

.border-r-hot-match-red\/20 {
    border-right-color: rgba(234,51,42,.2)
}

.border-r-hot-match-red\/25 {
    border-right-color: rgba(234,51,42,.25)
}

.border-r-hot-match-red\/30 {
    border-right-color: rgba(234,51,42,.3)
}

.border-r-hot-match-red\/40 {
    border-right-color: rgba(234,51,42,.4)
}

.border-r-hot-match-red\/5 {
    border-right-color: rgba(234,51,42,.05)
}

.border-r-hot-match-red\/50 {
    border-right-color: rgba(234,51,42,.5)
}

.border-r-hot-match-red\/60 {
    border-right-color: rgba(234,51,42,.6)
}

.border-r-hot-match-red\/70 {
    border-right-color: rgba(234,51,42,.7)
}

.border-r-hot-match-red\/75 {
    border-right-color: rgba(234,51,42,.75)
}

.border-r-hot-match-red\/80 {
    border-right-color: rgba(234,51,42,.8)
}

.border-r-hot-match-red\/90 {
    border-right-color: rgba(234,51,42,.9)
}

.border-r-hot-match-red\/95 {
    border-right-color: rgba(234,51,42,.95)
}

.border-r-hot-match-row {
    --tw-border-opacity: 1;
    border-right-color: rgb(244 204 144/var(--tw-border-opacity))
}

.border-r-hot-match-row\/0 {
    border-right-color: hsla(36,82%,76%,0)
}

.border-r-hot-match-row\/10 {
    border-right-color: hsla(36,82%,76%,.1)
}

.border-r-hot-match-row\/100 {
    border-right-color: #f4cc90
}

.border-r-hot-match-row\/20 {
    border-right-color: hsla(36,82%,76%,.2)
}

.border-r-hot-match-row\/25 {
    border-right-color: hsla(36,82%,76%,.25)
}

.border-r-hot-match-row\/30 {
    border-right-color: hsla(36,82%,76%,.3)
}

.border-r-hot-match-row\/40 {
    border-right-color: hsla(36,82%,76%,.4)
}

.border-r-hot-match-row\/5 {
    border-right-color: hsla(36,82%,76%,.05)
}

.border-r-hot-match-row\/50 {
    border-right-color: hsla(36,82%,76%,.5)
}

.border-r-hot-match-row\/60 {
    border-right-color: hsla(36,82%,76%,.6)
}

.border-r-hot-match-row\/70 {
    border-right-color: hsla(36,82%,76%,.7)
}

.border-r-hot-match-row\/75 {
    border-right-color: hsla(36,82%,76%,.75)
}

.border-r-hot-match-row\/80 {
    border-right-color: hsla(36,82%,76%,.8)
}

.border-r-hot-match-row\/90 {
    border-right-color: hsla(36,82%,76%,.9)
}

.border-r-hot-match-row\/95 {
    border-right-color: hsla(36,82%,76%,.95)
}

.border-r-hot-match-table-title {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 214 145/var(--tw-border-opacity))
}

.border-r-hot-match-table-title\/0 {
    border-right-color: rgba(255,214,145,0)
}

.border-r-hot-match-table-title\/10 {
    border-right-color: rgba(255,214,145,.1)
}

.border-r-hot-match-table-title\/100 {
    border-right-color: #ffd691
}

.border-r-hot-match-table-title\/20 {
    border-right-color: rgba(255,214,145,.2)
}

.border-r-hot-match-table-title\/25 {
    border-right-color: rgba(255,214,145,.25)
}

.border-r-hot-match-table-title\/30 {
    border-right-color: rgba(255,214,145,.3)
}

.border-r-hot-match-table-title\/40 {
    border-right-color: rgba(255,214,145,.4)
}

.border-r-hot-match-table-title\/5 {
    border-right-color: rgba(255,214,145,.05)
}

.border-r-hot-match-table-title\/50 {
    border-right-color: rgba(255,214,145,.5)
}

.border-r-hot-match-table-title\/60 {
    border-right-color: rgba(255,214,145,.6)
}

.border-r-hot-match-table-title\/70 {
    border-right-color: rgba(255,214,145,.7)
}

.border-r-hot-match-table-title\/75 {
    border-right-color: rgba(255,214,145,.75)
}

.border-r-hot-match-table-title\/80 {
    border-right-color: rgba(255,214,145,.8)
}

.border-r-hot-match-table-title\/90 {
    border-right-color: rgba(255,214,145,.9)
}

.border-r-hot-match-table-title\/95 {
    border-right-color: rgba(255,214,145,.95)
}

.border-r-hot-match-text {
    --tw-border-opacity: 1;
    border-right-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-r-hot-match-text\/0 {
    border-right-color: rgba(58,58,58,0)
}

.border-r-hot-match-text\/10 {
    border-right-color: rgba(58,58,58,.1)
}

.border-r-hot-match-text\/100 {
    border-right-color: #3a3a3a
}

.border-r-hot-match-text\/20 {
    border-right-color: rgba(58,58,58,.2)
}

.border-r-hot-match-text\/25 {
    border-right-color: rgba(58,58,58,.25)
}

.border-r-hot-match-text\/30 {
    border-right-color: rgba(58,58,58,.3)
}

.border-r-hot-match-text\/40 {
    border-right-color: rgba(58,58,58,.4)
}

.border-r-hot-match-text\/5 {
    border-right-color: rgba(58,58,58,.05)
}

.border-r-hot-match-text\/50 {
    border-right-color: rgba(58,58,58,.5)
}

.border-r-hot-match-text\/60 {
    border-right-color: rgba(58,58,58,.6)
}

.border-r-hot-match-text\/70 {
    border-right-color: rgba(58,58,58,.7)
}

.border-r-hot-match-text\/75 {
    border-right-color: rgba(58,58,58,.75)
}

.border-r-hot-match-text\/80 {
    border-right-color: rgba(58,58,58,.8)
}

.border-r-hot-match-text\/90 {
    border-right-color: rgba(58,58,58,.9)
}

.border-r-hot-match-text\/95 {
    border-right-color: rgba(58,58,58,.95)
}

.border-r-inactive {
    --tw-border-opacity: 1;
    border-right-color: rgb(115 115 116/var(--tw-border-opacity))
}

.border-r-inactive\/0 {
    border-right-color: hsla(240,0%,45%,0)
}

.border-r-inactive\/10 {
    border-right-color: hsla(240,0%,45%,.1)
}

.border-r-inactive\/100 {
    border-right-color: #737374
}

.border-r-inactive\/20 {
    border-right-color: hsla(240,0%,45%,.2)
}

.border-r-inactive\/25 {
    border-right-color: hsla(240,0%,45%,.25)
}

.border-r-inactive\/30 {
    border-right-color: hsla(240,0%,45%,.3)
}

.border-r-inactive\/40 {
    border-right-color: hsla(240,0%,45%,.4)
}

.border-r-inactive\/5 {
    border-right-color: hsla(240,0%,45%,.05)
}

.border-r-inactive\/50 {
    border-right-color: hsla(240,0%,45%,.5)
}

.border-r-inactive\/60 {
    border-right-color: hsla(240,0%,45%,.6)
}

.border-r-inactive\/70 {
    border-right-color: hsla(240,0%,45%,.7)
}

.border-r-inactive\/75 {
    border-right-color: hsla(240,0%,45%,.75)
}

.border-r-inactive\/80 {
    border-right-color: hsla(240,0%,45%,.8)
}

.border-r-inactive\/90 {
    border-right-color: hsla(240,0%,45%,.9)
}

.border-r-inactive\/95 {
    border-right-color: hsla(240,0%,45%,.95)
}

.border-r-input-popup {
    --tw-border-opacity: 1;
    border-right-color: rgb(21 22 22/var(--tw-border-opacity))
}

.border-r-input-popup\/0 {
    border-right-color: rgba(21,22,22,0)
}

.border-r-input-popup\/10 {
    border-right-color: rgba(21,22,22,.1)
}

.border-r-input-popup\/100 {
    border-right-color: #151616
}

.border-r-input-popup\/20 {
    border-right-color: rgba(21,22,22,.2)
}

.border-r-input-popup\/25 {
    border-right-color: rgba(21,22,22,.25)
}

.border-r-input-popup\/30 {
    border-right-color: rgba(21,22,22,.3)
}

.border-r-input-popup\/40 {
    border-right-color: rgba(21,22,22,.4)
}

.border-r-input-popup\/5 {
    border-right-color: rgba(21,22,22,.05)
}

.border-r-input-popup\/50 {
    border-right-color: rgba(21,22,22,.5)
}

.border-r-input-popup\/60 {
    border-right-color: rgba(21,22,22,.6)
}

.border-r-input-popup\/70 {
    border-right-color: rgba(21,22,22,.7)
}

.border-r-input-popup\/75 {
    border-right-color: rgba(21,22,22,.75)
}

.border-r-input-popup\/80 {
    border-right-color: rgba(21,22,22,.8)
}

.border-r-input-popup\/90 {
    border-right-color: rgba(21,22,22,.9)
}

.border-r-input-popup\/95 {
    border-right-color: rgba(21,22,22,.95)
}

.border-r-input-profile {
    --tw-border-opacity: 1;
    border-right-color: rgb(68 67 67/var(--tw-border-opacity))
}

.border-r-input-profile\/0 {
    border-right-color: rgba(68,67,67,0)
}

.border-r-input-profile\/10 {
    border-right-color: rgba(68,67,67,.1)
}

.border-r-input-profile\/100 {
    border-right-color: #444343
}

.border-r-input-profile\/20 {
    border-right-color: rgba(68,67,67,.2)
}

.border-r-input-profile\/25 {
    border-right-color: rgba(68,67,67,.25)
}

.border-r-input-profile\/30 {
    border-right-color: rgba(68,67,67,.3)
}

.border-r-input-profile\/40 {
    border-right-color: rgba(68,67,67,.4)
}

.border-r-input-profile\/5 {
    border-right-color: rgba(68,67,67,.05)
}

.border-r-input-profile\/50 {
    border-right-color: rgba(68,67,67,.5)
}

.border-r-input-profile\/60 {
    border-right-color: rgba(68,67,67,.6)
}

.border-r-input-profile\/70 {
    border-right-color: rgba(68,67,67,.7)
}

.border-r-input-profile\/75 {
    border-right-color: rgba(68,67,67,.75)
}

.border-r-input-profile\/80 {
    border-right-color: rgba(68,67,67,.8)
}

.border-r-input-profile\/90 {
    border-right-color: rgba(68,67,67,.9)
}

.border-r-input-profile\/95 {
    border-right-color: rgba(68,67,67,.95)
}

.border-r-item-history-first {
    --tw-border-opacity: 1;
    border-right-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-r-item-history-first\/0 {
    border-right-color: rgba(48,53,56,0)
}

.border-r-item-history-first\/10 {
    border-right-color: rgba(48,53,56,.1)
}

.border-r-item-history-first\/100 {
    border-right-color: #303538
}

.border-r-item-history-first\/20 {
    border-right-color: rgba(48,53,56,.2)
}

.border-r-item-history-first\/25 {
    border-right-color: rgba(48,53,56,.25)
}

.border-r-item-history-first\/30 {
    border-right-color: rgba(48,53,56,.3)
}

.border-r-item-history-first\/40 {
    border-right-color: rgba(48,53,56,.4)
}

.border-r-item-history-first\/5 {
    border-right-color: rgba(48,53,56,.05)
}

.border-r-item-history-first\/50 {
    border-right-color: rgba(48,53,56,.5)
}

.border-r-item-history-first\/60 {
    border-right-color: rgba(48,53,56,.6)
}

.border-r-item-history-first\/70 {
    border-right-color: rgba(48,53,56,.7)
}

.border-r-item-history-first\/75 {
    border-right-color: rgba(48,53,56,.75)
}

.border-r-item-history-first\/80 {
    border-right-color: rgba(48,53,56,.8)
}

.border-r-item-history-first\/90 {
    border-right-color: rgba(48,53,56,.9)
}

.border-r-item-history-first\/95 {
    border-right-color: rgba(48,53,56,.95)
}

.border-r-item-history-second {
    --tw-border-opacity: 1;
    border-right-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-r-item-history-second\/0 {
    border-right-color: rgba(39,38,36,0)
}

.border-r-item-history-second\/10 {
    border-right-color: rgba(39,38,36,.1)
}

.border-r-item-history-second\/100 {
    border-right-color: #272624
}

.border-r-item-history-second\/20 {
    border-right-color: rgba(39,38,36,.2)
}

.border-r-item-history-second\/25 {
    border-right-color: rgba(39,38,36,.25)
}

.border-r-item-history-second\/30 {
    border-right-color: rgba(39,38,36,.3)
}

.border-r-item-history-second\/40 {
    border-right-color: rgba(39,38,36,.4)
}

.border-r-item-history-second\/5 {
    border-right-color: rgba(39,38,36,.05)
}

.border-r-item-history-second\/50 {
    border-right-color: rgba(39,38,36,.5)
}

.border-r-item-history-second\/60 {
    border-right-color: rgba(39,38,36,.6)
}

.border-r-item-history-second\/70 {
    border-right-color: rgba(39,38,36,.7)
}

.border-r-item-history-second\/75 {
    border-right-color: rgba(39,38,36,.75)
}

.border-r-item-history-second\/80 {
    border-right-color: rgba(39,38,36,.8)
}

.border-r-item-history-second\/90 {
    border-right-color: rgba(39,38,36,.9)
}

.border-r-item-history-second\/95 {
    border-right-color: rgba(39,38,36,.95)
}

.border-r-login-form {
    --tw-border-opacity: 1;
    border-right-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-r-login-form\/0 {
    border-right-color: rgba(39,38,36,0)
}

.border-r-login-form\/10 {
    border-right-color: rgba(39,38,36,.1)
}

.border-r-login-form\/100 {
    border-right-color: #272624
}

.border-r-login-form\/20 {
    border-right-color: rgba(39,38,36,.2)
}

.border-r-login-form\/25 {
    border-right-color: rgba(39,38,36,.25)
}

.border-r-login-form\/30 {
    border-right-color: rgba(39,38,36,.3)
}

.border-r-login-form\/40 {
    border-right-color: rgba(39,38,36,.4)
}

.border-r-login-form\/5 {
    border-right-color: rgba(39,38,36,.05)
}

.border-r-login-form\/50 {
    border-right-color: rgba(39,38,36,.5)
}

.border-r-login-form\/60 {
    border-right-color: rgba(39,38,36,.6)
}

.border-r-login-form\/70 {
    border-right-color: rgba(39,38,36,.7)
}

.border-r-login-form\/75 {
    border-right-color: rgba(39,38,36,.75)
}

.border-r-login-form\/80 {
    border-right-color: rgba(39,38,36,.8)
}

.border-r-login-form\/90 {
    border-right-color: rgba(39,38,36,.9)
}

.border-r-login-form\/95 {
    border-right-color: rgba(39,38,36,.95)
}

.border-r-main-header {
    --tw-border-opacity: 1;
    border-right-color: rgb(36 29 27/var(--tw-border-opacity))
}

.border-r-main-header\/0 {
    border-right-color: rgba(36,29,27,0)
}

.border-r-main-header\/10 {
    border-right-color: rgba(36,29,27,.1)
}

.border-r-main-header\/100 {
    border-right-color: #241d1b
}

.border-r-main-header\/20 {
    border-right-color: rgba(36,29,27,.2)
}

.border-r-main-header\/25 {
    border-right-color: rgba(36,29,27,.25)
}

.border-r-main-header\/30 {
    border-right-color: rgba(36,29,27,.3)
}

.border-r-main-header\/40 {
    border-right-color: rgba(36,29,27,.4)
}

.border-r-main-header\/5 {
    border-right-color: rgba(36,29,27,.05)
}

.border-r-main-header\/50 {
    border-right-color: rgba(36,29,27,.5)
}

.border-r-main-header\/60 {
    border-right-color: rgba(36,29,27,.6)
}

.border-r-main-header\/70 {
    border-right-color: rgba(36,29,27,.7)
}

.border-r-main-header\/75 {
    border-right-color: rgba(36,29,27,.75)
}

.border-r-main-header\/80 {
    border-right-color: rgba(36,29,27,.8)
}

.border-r-main-header\/90 {
    border-right-color: rgba(36,29,27,.9)
}

.border-r-main-header\/95 {
    border-right-color: rgba(36,29,27,.95)
}

.border-r-marquee {
    --tw-border-opacity: 1;
    border-right-color: rgb(225 214 180/var(--tw-border-opacity))
}

.border-r-marquee\/0 {
    border-right-color: hsla(45,43%,79%,0)
}

.border-r-marquee\/10 {
    border-right-color: hsla(45,43%,79%,.1)
}

.border-r-marquee\/100 {
    border-right-color: #e1d6b4
}

.border-r-marquee\/20 {
    border-right-color: hsla(45,43%,79%,.2)
}

.border-r-marquee\/25 {
    border-right-color: hsla(45,43%,79%,.25)
}

.border-r-marquee\/30 {
    border-right-color: hsla(45,43%,79%,.3)
}

.border-r-marquee\/40 {
    border-right-color: hsla(45,43%,79%,.4)
}

.border-r-marquee\/5 {
    border-right-color: hsla(45,43%,79%,.05)
}

.border-r-marquee\/50 {
    border-right-color: hsla(45,43%,79%,.5)
}

.border-r-marquee\/60 {
    border-right-color: hsla(45,43%,79%,.6)
}

.border-r-marquee\/70 {
    border-right-color: hsla(45,43%,79%,.7)
}

.border-r-marquee\/75 {
    border-right-color: hsla(45,43%,79%,.75)
}

.border-r-marquee\/80 {
    border-right-color: hsla(45,43%,79%,.8)
}

.border-r-marquee\/90 {
    border-right-color: hsla(45,43%,79%,.9)
}

.border-r-marquee\/95 {
    border-right-color: hsla(45,43%,79%,.95)
}

.border-r-mobile-account-info {
    --tw-border-opacity: 1;
    border-right-color: rgb(79 54 31/var(--tw-border-opacity))
}

.border-r-mobile-account-info\/0 {
    border-right-color: rgba(79,54,31,0)
}

.border-r-mobile-account-info\/10 {
    border-right-color: rgba(79,54,31,.1)
}

.border-r-mobile-account-info\/100 {
    border-right-color: #4f361f
}

.border-r-mobile-account-info\/20 {
    border-right-color: rgba(79,54,31,.2)
}

.border-r-mobile-account-info\/25 {
    border-right-color: rgba(79,54,31,.25)
}

.border-r-mobile-account-info\/30 {
    border-right-color: rgba(79,54,31,.3)
}

.border-r-mobile-account-info\/40 {
    border-right-color: rgba(79,54,31,.4)
}

.border-r-mobile-account-info\/5 {
    border-right-color: rgba(79,54,31,.05)
}

.border-r-mobile-account-info\/50 {
    border-right-color: rgba(79,54,31,.5)
}

.border-r-mobile-account-info\/60 {
    border-right-color: rgba(79,54,31,.6)
}

.border-r-mobile-account-info\/70 {
    border-right-color: rgba(79,54,31,.7)
}

.border-r-mobile-account-info\/75 {
    border-right-color: rgba(79,54,31,.75)
}

.border-r-mobile-account-info\/80 {
    border-right-color: rgba(79,54,31,.8)
}

.border-r-mobile-account-info\/90 {
    border-right-color: rgba(79,54,31,.9)
}

.border-r-mobile-account-info\/95 {
    border-right-color: rgba(79,54,31,.95)
}

.border-r-mobile-border {
    --tw-border-opacity: 1;
    border-right-color: rgb(124 76 26/var(--tw-border-opacity))
}

.border-r-mobile-border\/0 {
    border-right-color: rgba(124,76,26,0)
}

.border-r-mobile-border\/10 {
    border-right-color: rgba(124,76,26,.1)
}

.border-r-mobile-border\/100 {
    border-right-color: #7c4c1a
}

.border-r-mobile-border\/20 {
    border-right-color: rgba(124,76,26,.2)
}

.border-r-mobile-border\/25 {
    border-right-color: rgba(124,76,26,.25)
}

.border-r-mobile-border\/30 {
    border-right-color: rgba(124,76,26,.3)
}

.border-r-mobile-border\/40 {
    border-right-color: rgba(124,76,26,.4)
}

.border-r-mobile-border\/5 {
    border-right-color: rgba(124,76,26,.05)
}

.border-r-mobile-border\/50 {
    border-right-color: rgba(124,76,26,.5)
}

.border-r-mobile-border\/60 {
    border-right-color: rgba(124,76,26,.6)
}

.border-r-mobile-border\/70 {
    border-right-color: rgba(124,76,26,.7)
}

.border-r-mobile-border\/75 {
    border-right-color: rgba(124,76,26,.75)
}

.border-r-mobile-border\/80 {
    border-right-color: rgba(124,76,26,.8)
}

.border-r-mobile-border\/90 {
    border-right-color: rgba(124,76,26,.9)
}

.border-r-mobile-border\/95 {
    border-right-color: rgba(124,76,26,.95)
}

.border-r-mobile-card {
    --tw-border-opacity: 1;
    border-right-color: rgb(35 35 35/var(--tw-border-opacity))
}

.border-r-mobile-card\/0 {
    border-right-color: rgba(35,35,35,0)
}

.border-r-mobile-card\/10 {
    border-right-color: rgba(35,35,35,.1)
}

.border-r-mobile-card\/100 {
    border-right-color: #232323
}

.border-r-mobile-card\/20 {
    border-right-color: rgba(35,35,35,.2)
}

.border-r-mobile-card\/25 {
    border-right-color: rgba(35,35,35,.25)
}

.border-r-mobile-card\/30 {
    border-right-color: rgba(35,35,35,.3)
}

.border-r-mobile-card\/40 {
    border-right-color: rgba(35,35,35,.4)
}

.border-r-mobile-card\/5 {
    border-right-color: rgba(35,35,35,.05)
}

.border-r-mobile-card\/50 {
    border-right-color: rgba(35,35,35,.5)
}

.border-r-mobile-card\/60 {
    border-right-color: rgba(35,35,35,.6)
}

.border-r-mobile-card\/70 {
    border-right-color: rgba(35,35,35,.7)
}

.border-r-mobile-card\/75 {
    border-right-color: rgba(35,35,35,.75)
}

.border-r-mobile-card\/80 {
    border-right-color: rgba(35,35,35,.8)
}

.border-r-mobile-card\/90 {
    border-right-color: rgba(35,35,35,.9)
}

.border-r-mobile-card\/95 {
    border-right-color: rgba(35,35,35,.95)
}

.border-r-mobile-menu-game-background {
    --tw-border-opacity: 1;
    border-right-color: rgb(38 27 24/var(--tw-border-opacity))
}

.border-r-mobile-menu-game-background\/0 {
    border-right-color: rgba(38,27,24,0)
}

.border-r-mobile-menu-game-background\/10 {
    border-right-color: rgba(38,27,24,.1)
}

.border-r-mobile-menu-game-background\/100 {
    border-right-color: #261b18
}

.border-r-mobile-menu-game-background\/20 {
    border-right-color: rgba(38,27,24,.2)
}

.border-r-mobile-menu-game-background\/25 {
    border-right-color: rgba(38,27,24,.25)
}

.border-r-mobile-menu-game-background\/30 {
    border-right-color: rgba(38,27,24,.3)
}

.border-r-mobile-menu-game-background\/40 {
    border-right-color: rgba(38,27,24,.4)
}

.border-r-mobile-menu-game-background\/5 {
    border-right-color: rgba(38,27,24,.05)
}

.border-r-mobile-menu-game-background\/50 {
    border-right-color: rgba(38,27,24,.5)
}

.border-r-mobile-menu-game-background\/60 {
    border-right-color: rgba(38,27,24,.6)
}

.border-r-mobile-menu-game-background\/70 {
    border-right-color: rgba(38,27,24,.7)
}

.border-r-mobile-menu-game-background\/75 {
    border-right-color: rgba(38,27,24,.75)
}

.border-r-mobile-menu-game-background\/80 {
    border-right-color: rgba(38,27,24,.8)
}

.border-r-mobile-menu-game-background\/90 {
    border-right-color: rgba(38,27,24,.9)
}

.border-r-mobile-menu-game-background\/95 {
    border-right-color: rgba(38,27,24,.95)
}

.border-r-mobile-menu-game-filter {
    --tw-border-opacity: 1;
    border-right-color: rgb(65 46 27/var(--tw-border-opacity))
}

.border-r-mobile-menu-game-filter\/0 {
    border-right-color: rgba(65,46,27,0)
}

.border-r-mobile-menu-game-filter\/10 {
    border-right-color: rgba(65,46,27,.1)
}

.border-r-mobile-menu-game-filter\/100 {
    border-right-color: #412e1b
}

.border-r-mobile-menu-game-filter\/20 {
    border-right-color: rgba(65,46,27,.2)
}

.border-r-mobile-menu-game-filter\/25 {
    border-right-color: rgba(65,46,27,.25)
}

.border-r-mobile-menu-game-filter\/30 {
    border-right-color: rgba(65,46,27,.3)
}

.border-r-mobile-menu-game-filter\/40 {
    border-right-color: rgba(65,46,27,.4)
}

.border-r-mobile-menu-game-filter\/5 {
    border-right-color: rgba(65,46,27,.05)
}

.border-r-mobile-menu-game-filter\/50 {
    border-right-color: rgba(65,46,27,.5)
}

.border-r-mobile-menu-game-filter\/60 {
    border-right-color: rgba(65,46,27,.6)
}

.border-r-mobile-menu-game-filter\/70 {
    border-right-color: rgba(65,46,27,.7)
}

.border-r-mobile-menu-game-filter\/75 {
    border-right-color: rgba(65,46,27,.75)
}

.border-r-mobile-menu-game-filter\/80 {
    border-right-color: rgba(65,46,27,.8)
}

.border-r-mobile-menu-game-filter\/90 {
    border-right-color: rgba(65,46,27,.9)
}

.border-r-mobile-menu-game-filter\/95 {
    border-right-color: rgba(65,46,27,.95)
}

.border-r-mobile-menu-game-provider {
    --tw-border-opacity: 1;
    border-right-color: rgb(58 38 17/var(--tw-border-opacity))
}

.border-r-mobile-menu-game-provider\/0 {
    border-right-color: rgba(58,38,17,0)
}

.border-r-mobile-menu-game-provider\/10 {
    border-right-color: rgba(58,38,17,.1)
}

.border-r-mobile-menu-game-provider\/100 {
    border-right-color: #3a2611
}

.border-r-mobile-menu-game-provider\/20 {
    border-right-color: rgba(58,38,17,.2)
}

.border-r-mobile-menu-game-provider\/25 {
    border-right-color: rgba(58,38,17,.25)
}

.border-r-mobile-menu-game-provider\/30 {
    border-right-color: rgba(58,38,17,.3)
}

.border-r-mobile-menu-game-provider\/40 {
    border-right-color: rgba(58,38,17,.4)
}

.border-r-mobile-menu-game-provider\/5 {
    border-right-color: rgba(58,38,17,.05)
}

.border-r-mobile-menu-game-provider\/50 {
    border-right-color: rgba(58,38,17,.5)
}

.border-r-mobile-menu-game-provider\/60 {
    border-right-color: rgba(58,38,17,.6)
}

.border-r-mobile-menu-game-provider\/70 {
    border-right-color: rgba(58,38,17,.7)
}

.border-r-mobile-menu-game-provider\/75 {
    border-right-color: rgba(58,38,17,.75)
}

.border-r-mobile-menu-game-provider\/80 {
    border-right-color: rgba(58,38,17,.8)
}

.border-r-mobile-menu-game-provider\/90 {
    border-right-color: rgba(58,38,17,.9)
}

.border-r-mobile-menu-game-provider\/95 {
    border-right-color: rgba(58,38,17,.95)
}

.border-r-mobile-menu-game-text {
    --tw-border-opacity: 1;
    border-right-color: rgb(128 117 106/var(--tw-border-opacity))
}

.border-r-mobile-menu-game-text\/0 {
    border-right-color: hsla(30,9%,46%,0)
}

.border-r-mobile-menu-game-text\/10 {
    border-right-color: hsla(30,9%,46%,.1)
}

.border-r-mobile-menu-game-text\/100 {
    border-right-color: #80756a
}

.border-r-mobile-menu-game-text\/20 {
    border-right-color: hsla(30,9%,46%,.2)
}

.border-r-mobile-menu-game-text\/25 {
    border-right-color: hsla(30,9%,46%,.25)
}

.border-r-mobile-menu-game-text\/30 {
    border-right-color: hsla(30,9%,46%,.3)
}

.border-r-mobile-menu-game-text\/40 {
    border-right-color: hsla(30,9%,46%,.4)
}

.border-r-mobile-menu-game-text\/5 {
    border-right-color: hsla(30,9%,46%,.05)
}

.border-r-mobile-menu-game-text\/50 {
    border-right-color: hsla(30,9%,46%,.5)
}

.border-r-mobile-menu-game-text\/60 {
    border-right-color: hsla(30,9%,46%,.6)
}

.border-r-mobile-menu-game-text\/70 {
    border-right-color: hsla(30,9%,46%,.7)
}

.border-r-mobile-menu-game-text\/75 {
    border-right-color: hsla(30,9%,46%,.75)
}

.border-r-mobile-menu-game-text\/80 {
    border-right-color: hsla(30,9%,46%,.8)
}

.border-r-mobile-menu-game-text\/90 {
    border-right-color: hsla(30,9%,46%,.9)
}

.border-r-mobile-menu-game-text\/95 {
    border-right-color: hsla(30,9%,46%,.95)
}

.border-r-mobile-nav-text-inactive {
    --tw-border-opacity: 1;
    border-right-color: rgb(219 210 194/var(--tw-border-opacity))
}

.border-r-mobile-nav-text-inactive\/0 {
    border-right-color: hsla(38,26%,81%,0)
}

.border-r-mobile-nav-text-inactive\/10 {
    border-right-color: hsla(38,26%,81%,.1)
}

.border-r-mobile-nav-text-inactive\/100 {
    border-right-color: #dbd2c2
}

.border-r-mobile-nav-text-inactive\/20 {
    border-right-color: hsla(38,26%,81%,.2)
}

.border-r-mobile-nav-text-inactive\/25 {
    border-right-color: hsla(38,26%,81%,.25)
}

.border-r-mobile-nav-text-inactive\/30 {
    border-right-color: hsla(38,26%,81%,.3)
}

.border-r-mobile-nav-text-inactive\/40 {
    border-right-color: hsla(38,26%,81%,.4)
}

.border-r-mobile-nav-text-inactive\/5 {
    border-right-color: hsla(38,26%,81%,.05)
}

.border-r-mobile-nav-text-inactive\/50 {
    border-right-color: hsla(38,26%,81%,.5)
}

.border-r-mobile-nav-text-inactive\/60 {
    border-right-color: hsla(38,26%,81%,.6)
}

.border-r-mobile-nav-text-inactive\/70 {
    border-right-color: hsla(38,26%,81%,.7)
}

.border-r-mobile-nav-text-inactive\/75 {
    border-right-color: hsla(38,26%,81%,.75)
}

.border-r-mobile-nav-text-inactive\/80 {
    border-right-color: hsla(38,26%,81%,.8)
}

.border-r-mobile-nav-text-inactive\/90 {
    border-right-color: hsla(38,26%,81%,.9)
}

.border-r-mobile-nav-text-inactive\/95 {
    border-right-color: hsla(38,26%,81%,.95)
}

.border-r-mobile-sidebar-logo {
    --tw-border-opacity: 1;
    border-right-color: rgb(67 46 27/var(--tw-border-opacity))
}

.border-r-mobile-sidebar-logo\/0 {
    border-right-color: rgba(67,46,27,0)
}

.border-r-mobile-sidebar-logo\/10 {
    border-right-color: rgba(67,46,27,.1)
}

.border-r-mobile-sidebar-logo\/100 {
    border-right-color: #432e1b
}

.border-r-mobile-sidebar-logo\/20 {
    border-right-color: rgba(67,46,27,.2)
}

.border-r-mobile-sidebar-logo\/25 {
    border-right-color: rgba(67,46,27,.25)
}

.border-r-mobile-sidebar-logo\/30 {
    border-right-color: rgba(67,46,27,.3)
}

.border-r-mobile-sidebar-logo\/40 {
    border-right-color: rgba(67,46,27,.4)
}

.border-r-mobile-sidebar-logo\/5 {
    border-right-color: rgba(67,46,27,.05)
}

.border-r-mobile-sidebar-logo\/50 {
    border-right-color: rgba(67,46,27,.5)
}

.border-r-mobile-sidebar-logo\/60 {
    border-right-color: rgba(67,46,27,.6)
}

.border-r-mobile-sidebar-logo\/70 {
    border-right-color: rgba(67,46,27,.7)
}

.border-r-mobile-sidebar-logo\/75 {
    border-right-color: rgba(67,46,27,.75)
}

.border-r-mobile-sidebar-logo\/80 {
    border-right-color: rgba(67,46,27,.8)
}

.border-r-mobile-sidebar-logo\/90 {
    border-right-color: rgba(67,46,27,.9)
}

.border-r-mobile-sidebar-logo\/95 {
    border-right-color: rgba(67,46,27,.95)
}

.border-r-mobile-table-header {
    --tw-border-opacity: 1;
    border-right-color: rgb(113 95 71/var(--tw-border-opacity))
}

.border-r-mobile-table-header\/0 {
    border-right-color: rgba(113,95,71,0)
}

.border-r-mobile-table-header\/10 {
    border-right-color: rgba(113,95,71,.1)
}

.border-r-mobile-table-header\/100 {
    border-right-color: #715f47
}

.border-r-mobile-table-header\/20 {
    border-right-color: rgba(113,95,71,.2)
}

.border-r-mobile-table-header\/25 {
    border-right-color: rgba(113,95,71,.25)
}

.border-r-mobile-table-header\/30 {
    border-right-color: rgba(113,95,71,.3)
}

.border-r-mobile-table-header\/40 {
    border-right-color: rgba(113,95,71,.4)
}

.border-r-mobile-table-header\/5 {
    border-right-color: rgba(113,95,71,.05)
}

.border-r-mobile-table-header\/50 {
    border-right-color: rgba(113,95,71,.5)
}

.border-r-mobile-table-header\/60 {
    border-right-color: rgba(113,95,71,.6)
}

.border-r-mobile-table-header\/70 {
    border-right-color: rgba(113,95,71,.7)
}

.border-r-mobile-table-header\/75 {
    border-right-color: rgba(113,95,71,.75)
}

.border-r-mobile-table-header\/80 {
    border-right-color: rgba(113,95,71,.8)
}

.border-r-mobile-table-header\/90 {
    border-right-color: rgba(113,95,71,.9)
}

.border-r-mobile-table-header\/95 {
    border-right-color: rgba(113,95,71,.95)
}

.border-r-orange {
    --tw-border-opacity: 1;
    border-right-color: rgb(200 150 51/var(--tw-border-opacity))
}

.border-r-orange\/0 {
    border-right-color: rgba(200,150,51,0)
}

.border-r-orange\/10 {
    border-right-color: rgba(200,150,51,.1)
}

.border-r-orange\/100 {
    border-right-color: #c89633
}

.border-r-orange\/20 {
    border-right-color: rgba(200,150,51,.2)
}

.border-r-orange\/25 {
    border-right-color: rgba(200,150,51,.25)
}

.border-r-orange\/30 {
    border-right-color: rgba(200,150,51,.3)
}

.border-r-orange\/40 {
    border-right-color: rgba(200,150,51,.4)
}

.border-r-orange\/5 {
    border-right-color: rgba(200,150,51,.05)
}

.border-r-orange\/50 {
    border-right-color: rgba(200,150,51,.5)
}

.border-r-orange\/60 {
    border-right-color: rgba(200,150,51,.6)
}

.border-r-orange\/70 {
    border-right-color: rgba(200,150,51,.7)
}

.border-r-orange\/75 {
    border-right-color: rgba(200,150,51,.75)
}

.border-r-orange\/80 {
    border-right-color: rgba(200,150,51,.8)
}

.border-r-orange\/90 {
    border-right-color: rgba(200,150,51,.9)
}

.border-r-orange\/95 {
    border-right-color: rgba(200,150,51,.95)
}

.border-r-progress-below {
    --tw-border-opacity: 1;
    border-right-color: rgb(52 44 42/var(--tw-border-opacity))
}

.border-r-progress-below\/0 {
    border-right-color: rgba(52,44,42,0)
}

.border-r-progress-below\/10 {
    border-right-color: rgba(52,44,42,.1)
}

.border-r-progress-below\/100 {
    border-right-color: #342c2a
}

.border-r-progress-below\/20 {
    border-right-color: rgba(52,44,42,.2)
}

.border-r-progress-below\/25 {
    border-right-color: rgba(52,44,42,.25)
}

.border-r-progress-below\/30 {
    border-right-color: rgba(52,44,42,.3)
}

.border-r-progress-below\/40 {
    border-right-color: rgba(52,44,42,.4)
}

.border-r-progress-below\/5 {
    border-right-color: rgba(52,44,42,.05)
}

.border-r-progress-below\/50 {
    border-right-color: rgba(52,44,42,.5)
}

.border-r-progress-below\/60 {
    border-right-color: rgba(52,44,42,.6)
}

.border-r-progress-below\/70 {
    border-right-color: rgba(52,44,42,.7)
}

.border-r-progress-below\/75 {
    border-right-color: rgba(52,44,42,.75)
}

.border-r-progress-below\/80 {
    border-right-color: rgba(52,44,42,.8)
}

.border-r-progress-below\/90 {
    border-right-color: rgba(52,44,42,.9)
}

.border-r-progress-below\/95 {
    border-right-color: rgba(52,44,42,.95)
}

.border-r-promotion-profile-cashback {
    --tw-border-opacity: 1;
    border-right-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-r-promotion-profile-cashback\/0 {
    border-right-color: rgba(58,58,58,0)
}

.border-r-promotion-profile-cashback\/10 {
    border-right-color: rgba(58,58,58,.1)
}

.border-r-promotion-profile-cashback\/100 {
    border-right-color: #3a3a3a
}

.border-r-promotion-profile-cashback\/20 {
    border-right-color: rgba(58,58,58,.2)
}

.border-r-promotion-profile-cashback\/25 {
    border-right-color: rgba(58,58,58,.25)
}

.border-r-promotion-profile-cashback\/30 {
    border-right-color: rgba(58,58,58,.3)
}

.border-r-promotion-profile-cashback\/40 {
    border-right-color: rgba(58,58,58,.4)
}

.border-r-promotion-profile-cashback\/5 {
    border-right-color: rgba(58,58,58,.05)
}

.border-r-promotion-profile-cashback\/50 {
    border-right-color: rgba(58,58,58,.5)
}

.border-r-promotion-profile-cashback\/60 {
    border-right-color: rgba(58,58,58,.6)
}

.border-r-promotion-profile-cashback\/70 {
    border-right-color: rgba(58,58,58,.7)
}

.border-r-promotion-profile-cashback\/75 {
    border-right-color: rgba(58,58,58,.75)
}

.border-r-promotion-profile-cashback\/80 {
    border-right-color: rgba(58,58,58,.8)
}

.border-r-promotion-profile-cashback\/90 {
    border-right-color: rgba(58,58,58,.9)
}

.border-r-promotion-profile-cashback\/95 {
    border-right-color: rgba(58,58,58,.95)
}

.border-r-promotion-profile-header {
    --tw-border-opacity: 1;
    border-right-color: rgb(65 64 64/var(--tw-border-opacity))
}

.border-r-promotion-profile-header\/0 {
    border-right-color: rgba(65,64,64,0)
}

.border-r-promotion-profile-header\/10 {
    border-right-color: rgba(65,64,64,.1)
}

.border-r-promotion-profile-header\/100 {
    border-right-color: #414040
}

.border-r-promotion-profile-header\/20 {
    border-right-color: rgba(65,64,64,.2)
}

.border-r-promotion-profile-header\/25 {
    border-right-color: rgba(65,64,64,.25)
}

.border-r-promotion-profile-header\/30 {
    border-right-color: rgba(65,64,64,.3)
}

.border-r-promotion-profile-header\/40 {
    border-right-color: rgba(65,64,64,.4)
}

.border-r-promotion-profile-header\/5 {
    border-right-color: rgba(65,64,64,.05)
}

.border-r-promotion-profile-header\/50 {
    border-right-color: rgba(65,64,64,.5)
}

.border-r-promotion-profile-header\/60 {
    border-right-color: rgba(65,64,64,.6)
}

.border-r-promotion-profile-header\/70 {
    border-right-color: rgba(65,64,64,.7)
}

.border-r-promotion-profile-header\/75 {
    border-right-color: rgba(65,64,64,.75)
}

.border-r-promotion-profile-header\/80 {
    border-right-color: rgba(65,64,64,.8)
}

.border-r-promotion-profile-header\/90 {
    border-right-color: rgba(65,64,64,.9)
}

.border-r-promotion-profile-header\/95 {
    border-right-color: rgba(65,64,64,.95)
}

.border-r-red-attention {
    --tw-border-opacity: 1;
    border-right-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-r-red-attention\/0 {
    border-right-color: rgba(204,30,30,0)
}

.border-r-red-attention\/10 {
    border-right-color: rgba(204,30,30,.1)
}

.border-r-red-attention\/100 {
    border-right-color: #cc1e1e
}

.border-r-red-attention\/20 {
    border-right-color: rgba(204,30,30,.2)
}

.border-r-red-attention\/25 {
    border-right-color: rgba(204,30,30,.25)
}

.border-r-red-attention\/30 {
    border-right-color: rgba(204,30,30,.3)
}

.border-r-red-attention\/40 {
    border-right-color: rgba(204,30,30,.4)
}

.border-r-red-attention\/5 {
    border-right-color: rgba(204,30,30,.05)
}

.border-r-red-attention\/50 {
    border-right-color: rgba(204,30,30,.5)
}

.border-r-red-attention\/60 {
    border-right-color: rgba(204,30,30,.6)
}

.border-r-red-attention\/70 {
    border-right-color: rgba(204,30,30,.7)
}

.border-r-red-attention\/75 {
    border-right-color: rgba(204,30,30,.75)
}

.border-r-red-attention\/80 {
    border-right-color: rgba(204,30,30,.8)
}

.border-r-red-attention\/90 {
    border-right-color: rgba(204,30,30,.9)
}

.border-r-red-attention\/95 {
    border-right-color: rgba(204,30,30,.95)
}

.border-r-red-bg-hot-pick {
    --tw-border-opacity: 1;
    border-right-color: rgb(23 14 10/var(--tw-border-opacity))
}

.border-r-red-bg-hot-pick\/0 {
    border-right-color: rgba(23,14,10,0)
}

.border-r-red-bg-hot-pick\/10 {
    border-right-color: rgba(23,14,10,.1)
}

.border-r-red-bg-hot-pick\/100 {
    border-right-color: #170e0a
}

.border-r-red-bg-hot-pick\/20 {
    border-right-color: rgba(23,14,10,.2)
}

.border-r-red-bg-hot-pick\/25 {
    border-right-color: rgba(23,14,10,.25)
}

.border-r-red-bg-hot-pick\/30 {
    border-right-color: rgba(23,14,10,.3)
}

.border-r-red-bg-hot-pick\/40 {
    border-right-color: rgba(23,14,10,.4)
}

.border-r-red-bg-hot-pick\/5 {
    border-right-color: rgba(23,14,10,.05)
}

.border-r-red-bg-hot-pick\/50 {
    border-right-color: rgba(23,14,10,.5)
}

.border-r-red-bg-hot-pick\/60 {
    border-right-color: rgba(23,14,10,.6)
}

.border-r-red-bg-hot-pick\/70 {
    border-right-color: rgba(23,14,10,.7)
}

.border-r-red-bg-hot-pick\/75 {
    border-right-color: rgba(23,14,10,.75)
}

.border-r-red-bg-hot-pick\/80 {
    border-right-color: rgba(23,14,10,.8)
}

.border-r-red-bg-hot-pick\/90 {
    border-right-color: rgba(23,14,10,.9)
}

.border-r-red-bg-hot-pick\/95 {
    border-right-color: rgba(23,14,10,.95)
}

.border-r-red-cancelled {
    --tw-border-opacity: 1;
    border-right-color: rgb(239 65 57/var(--tw-border-opacity))
}

.border-r-red-cancelled\/0 {
    border-right-color: rgba(239,65,57,0)
}

.border-r-red-cancelled\/10 {
    border-right-color: rgba(239,65,57,.1)
}

.border-r-red-cancelled\/100 {
    border-right-color: #ef4139
}

.border-r-red-cancelled\/20 {
    border-right-color: rgba(239,65,57,.2)
}

.border-r-red-cancelled\/25 {
    border-right-color: rgba(239,65,57,.25)
}

.border-r-red-cancelled\/30 {
    border-right-color: rgba(239,65,57,.3)
}

.border-r-red-cancelled\/40 {
    border-right-color: rgba(239,65,57,.4)
}

.border-r-red-cancelled\/5 {
    border-right-color: rgba(239,65,57,.05)
}

.border-r-red-cancelled\/50 {
    border-right-color: rgba(239,65,57,.5)
}

.border-r-red-cancelled\/60 {
    border-right-color: rgba(239,65,57,.6)
}

.border-r-red-cancelled\/70 {
    border-right-color: rgba(239,65,57,.7)
}

.border-r-red-cancelled\/75 {
    border-right-color: rgba(239,65,57,.75)
}

.border-r-red-cancelled\/80 {
    border-right-color: rgba(239,65,57,.8)
}

.border-r-red-cancelled\/90 {
    border-right-color: rgba(239,65,57,.9)
}

.border-r-red-cancelled\/95 {
    border-right-color: rgba(239,65,57,.95)
}

.border-r-red-default {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 0 0/var(--tw-border-opacity))
}

.border-r-red-default\/0 {
    border-right-color: rgba(255,0,0,0)
}

.border-r-red-default\/10 {
    border-right-color: rgba(255,0,0,.1)
}

.border-r-red-default\/100 {
    border-right-color: red
}

.border-r-red-default\/20 {
    border-right-color: rgba(255,0,0,.2)
}

.border-r-red-default\/25 {
    border-right-color: rgba(255,0,0,.25)
}

.border-r-red-default\/30 {
    border-right-color: rgba(255,0,0,.3)
}

.border-r-red-default\/40 {
    border-right-color: rgba(255,0,0,.4)
}

.border-r-red-default\/5 {
    border-right-color: rgba(255,0,0,.05)
}

.border-r-red-default\/50 {
    border-right-color: rgba(255,0,0,.5)
}

.border-r-red-default\/60 {
    border-right-color: rgba(255,0,0,.6)
}

.border-r-red-default\/70 {
    border-right-color: rgba(255,0,0,.7)
}

.border-r-red-default\/75 {
    border-right-color: rgba(255,0,0,.75)
}

.border-r-red-default\/80 {
    border-right-color: rgba(255,0,0,.8)
}

.border-r-red-default\/90 {
    border-right-color: rgba(255,0,0,.9)
}

.border-r-red-default\/95 {
    border-right-color: rgba(255,0,0,.95)
}

.border-r-red-error {
    --tw-border-opacity: 1;
    border-right-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-r-red-error\/0 {
    border-right-color: rgba(204,30,30,0)
}

.border-r-red-error\/10 {
    border-right-color: rgba(204,30,30,.1)
}

.border-r-red-error\/100 {
    border-right-color: #cc1e1e
}

.border-r-red-error\/20 {
    border-right-color: rgba(204,30,30,.2)
}

.border-r-red-error\/25 {
    border-right-color: rgba(204,30,30,.25)
}

.border-r-red-error\/30 {
    border-right-color: rgba(204,30,30,.3)
}

.border-r-red-error\/40 {
    border-right-color: rgba(204,30,30,.4)
}

.border-r-red-error\/5 {
    border-right-color: rgba(204,30,30,.05)
}

.border-r-red-error\/50 {
    border-right-color: rgba(204,30,30,.5)
}

.border-r-red-error\/60 {
    border-right-color: rgba(204,30,30,.6)
}

.border-r-red-error\/70 {
    border-right-color: rgba(204,30,30,.7)
}

.border-r-red-error\/75 {
    border-right-color: rgba(204,30,30,.75)
}

.border-r-red-error\/80 {
    border-right-color: rgba(204,30,30,.8)
}

.border-r-red-error\/90 {
    border-right-color: rgba(204,30,30,.9)
}

.border-r-red-error\/95 {
    border-right-color: rgba(204,30,30,.95)
}

.border-r-red-logo {
    --tw-border-opacity: 1;
    border-right-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-r-red-logo\/0 {
    border-right-color: rgba(204,30,30,0)
}

.border-r-red-logo\/10 {
    border-right-color: rgba(204,30,30,.1)
}

.border-r-red-logo\/100 {
    border-right-color: #cc1e1e
}

.border-r-red-logo\/20 {
    border-right-color: rgba(204,30,30,.2)
}

.border-r-red-logo\/25 {
    border-right-color: rgba(204,30,30,.25)
}

.border-r-red-logo\/30 {
    border-right-color: rgba(204,30,30,.3)
}

.border-r-red-logo\/40 {
    border-right-color: rgba(204,30,30,.4)
}

.border-r-red-logo\/5 {
    border-right-color: rgba(204,30,30,.05)
}

.border-r-red-logo\/50 {
    border-right-color: rgba(204,30,30,.5)
}

.border-r-red-logo\/60 {
    border-right-color: rgba(204,30,30,.6)
}

.border-r-red-logo\/70 {
    border-right-color: rgba(204,30,30,.7)
}

.border-r-red-logo\/75 {
    border-right-color: rgba(204,30,30,.75)
}

.border-r-red-logo\/80 {
    border-right-color: rgba(204,30,30,.8)
}

.border-r-red-logo\/90 {
    border-right-color: rgba(204,30,30,.9)
}

.border-r-red-logo\/95 {
    border-right-color: rgba(204,30,30,.95)
}

.border-r-red-loss {
    --tw-border-opacity: 1;
    border-right-color: rgb(239 65 57/var(--tw-border-opacity))
}

.border-r-red-loss\/0 {
    border-right-color: rgba(239,65,57,0)
}

.border-r-red-loss\/10 {
    border-right-color: rgba(239,65,57,.1)
}

.border-r-red-loss\/100 {
    border-right-color: #ef4139
}

.border-r-red-loss\/20 {
    border-right-color: rgba(239,65,57,.2)
}

.border-r-red-loss\/25 {
    border-right-color: rgba(239,65,57,.25)
}

.border-r-red-loss\/30 {
    border-right-color: rgba(239,65,57,.3)
}

.border-r-red-loss\/40 {
    border-right-color: rgba(239,65,57,.4)
}

.border-r-red-loss\/5 {
    border-right-color: rgba(239,65,57,.05)
}

.border-r-red-loss\/50 {
    border-right-color: rgba(239,65,57,.5)
}

.border-r-red-loss\/60 {
    border-right-color: rgba(239,65,57,.6)
}

.border-r-red-loss\/70 {
    border-right-color: rgba(239,65,57,.7)
}

.border-r-red-loss\/75 {
    border-right-color: rgba(239,65,57,.75)
}

.border-r-red-loss\/80 {
    border-right-color: rgba(239,65,57,.8)
}

.border-r-red-loss\/90 {
    border-right-color: rgba(239,65,57,.9)
}

.border-r-red-loss\/95 {
    border-right-color: rgba(239,65,57,.95)
}

.border-r-red-notification {
    --tw-border-opacity: 1;
    border-right-color: rgb(216 0 39/var(--tw-border-opacity))
}

.border-r-red-notification\/0 {
    border-right-color: rgba(216,0,39,0)
}

.border-r-red-notification\/10 {
    border-right-color: rgba(216,0,39,.1)
}

.border-r-red-notification\/100 {
    border-right-color: #d80027
}

.border-r-red-notification\/20 {
    border-right-color: rgba(216,0,39,.2)
}

.border-r-red-notification\/25 {
    border-right-color: rgba(216,0,39,.25)
}

.border-r-red-notification\/30 {
    border-right-color: rgba(216,0,39,.3)
}

.border-r-red-notification\/40 {
    border-right-color: rgba(216,0,39,.4)
}

.border-r-red-notification\/5 {
    border-right-color: rgba(216,0,39,.05)
}

.border-r-red-notification\/50 {
    border-right-color: rgba(216,0,39,.5)
}

.border-r-red-notification\/60 {
    border-right-color: rgba(216,0,39,.6)
}

.border-r-red-notification\/70 {
    border-right-color: rgba(216,0,39,.7)
}

.border-r-red-notification\/75 {
    border-right-color: rgba(216,0,39,.75)
}

.border-r-red-notification\/80 {
    border-right-color: rgba(216,0,39,.8)
}

.border-r-red-notification\/90 {
    border-right-color: rgba(216,0,39,.9)
}

.border-r-red-notification\/95 {
    border-right-color: rgba(216,0,39,.95)
}

.border-r-red-update-button {
    --tw-border-opacity: 1;
    border-right-color: rgb(197 91 75/var(--tw-border-opacity))
}

.border-r-red-update-button\/0 {
    border-right-color: rgba(197,91,75,0)
}

.border-r-red-update-button\/10 {
    border-right-color: rgba(197,91,75,.1)
}

.border-r-red-update-button\/100 {
    border-right-color: #c55b4b
}

.border-r-red-update-button\/20 {
    border-right-color: rgba(197,91,75,.2)
}

.border-r-red-update-button\/25 {
    border-right-color: rgba(197,91,75,.25)
}

.border-r-red-update-button\/30 {
    border-right-color: rgba(197,91,75,.3)
}

.border-r-red-update-button\/40 {
    border-right-color: rgba(197,91,75,.4)
}

.border-r-red-update-button\/5 {
    border-right-color: rgba(197,91,75,.05)
}

.border-r-red-update-button\/50 {
    border-right-color: rgba(197,91,75,.5)
}

.border-r-red-update-button\/60 {
    border-right-color: rgba(197,91,75,.6)
}

.border-r-red-update-button\/70 {
    border-right-color: rgba(197,91,75,.7)
}

.border-r-red-update-button\/75 {
    border-right-color: rgba(197,91,75,.75)
}

.border-r-red-update-button\/80 {
    border-right-color: rgba(197,91,75,.8)
}

.border-r-red-update-button\/90 {
    border-right-color: rgba(197,91,75,.9)
}

.border-r-red-update-button\/95 {
    border-right-color: rgba(197,91,75,.95)
}

.border-r-rng-game-bet-number-active {
    --tw-border-opacity: 1;
    border-right-color: rgb(38 26 14/var(--tw-border-opacity))
}

.border-r-rng-game-bet-number-active\/0 {
    border-right-color: rgba(38,26,14,0)
}

.border-r-rng-game-bet-number-active\/10 {
    border-right-color: rgba(38,26,14,.1)
}

.border-r-rng-game-bet-number-active\/100 {
    border-right-color: #261a0e
}

.border-r-rng-game-bet-number-active\/20 {
    border-right-color: rgba(38,26,14,.2)
}

.border-r-rng-game-bet-number-active\/25 {
    border-right-color: rgba(38,26,14,.25)
}

.border-r-rng-game-bet-number-active\/30 {
    border-right-color: rgba(38,26,14,.3)
}

.border-r-rng-game-bet-number-active\/40 {
    border-right-color: rgba(38,26,14,.4)
}

.border-r-rng-game-bet-number-active\/5 {
    border-right-color: rgba(38,26,14,.05)
}

.border-r-rng-game-bet-number-active\/50 {
    border-right-color: rgba(38,26,14,.5)
}

.border-r-rng-game-bet-number-active\/60 {
    border-right-color: rgba(38,26,14,.6)
}

.border-r-rng-game-bet-number-active\/70 {
    border-right-color: rgba(38,26,14,.7)
}

.border-r-rng-game-bet-number-active\/75 {
    border-right-color: rgba(38,26,14,.75)
}

.border-r-rng-game-bet-number-active\/80 {
    border-right-color: rgba(38,26,14,.8)
}

.border-r-rng-game-bet-number-active\/90 {
    border-right-color: rgba(38,26,14,.9)
}

.border-r-rng-game-bet-number-active\/95 {
    border-right-color: rgba(38,26,14,.95)
}

.border-r-rng-game-bet-number-inactive {
    --tw-border-opacity: 1;
    border-right-color: rgb(242 219 184/var(--tw-border-opacity))
}

.border-r-rng-game-bet-number-inactive\/0 {
    border-right-color: hsla(36,69%,84%,0)
}

.border-r-rng-game-bet-number-inactive\/10 {
    border-right-color: hsla(36,69%,84%,.1)
}

.border-r-rng-game-bet-number-inactive\/100 {
    border-right-color: #f2dbb8
}

.border-r-rng-game-bet-number-inactive\/20 {
    border-right-color: hsla(36,69%,84%,.2)
}

.border-r-rng-game-bet-number-inactive\/25 {
    border-right-color: hsla(36,69%,84%,.25)
}

.border-r-rng-game-bet-number-inactive\/30 {
    border-right-color: hsla(36,69%,84%,.3)
}

.border-r-rng-game-bet-number-inactive\/40 {
    border-right-color: hsla(36,69%,84%,.4)
}

.border-r-rng-game-bet-number-inactive\/5 {
    border-right-color: hsla(36,69%,84%,.05)
}

.border-r-rng-game-bet-number-inactive\/50 {
    border-right-color: hsla(36,69%,84%,.5)
}

.border-r-rng-game-bet-number-inactive\/60 {
    border-right-color: hsla(36,69%,84%,.6)
}

.border-r-rng-game-bet-number-inactive\/70 {
    border-right-color: hsla(36,69%,84%,.7)
}

.border-r-rng-game-bet-number-inactive\/75 {
    border-right-color: hsla(36,69%,84%,.75)
}

.border-r-rng-game-bet-number-inactive\/80 {
    border-right-color: hsla(36,69%,84%,.8)
}

.border-r-rng-game-bet-number-inactive\/90 {
    border-right-color: hsla(36,69%,84%,.9)
}

.border-r-rng-game-bet-number-inactive\/95 {
    border-right-color: hsla(36,69%,84%,.95)
}

.border-r-rng-game-bg {
    --tw-border-opacity: 1;
    border-right-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-r-rng-game-bg-bet {
    --tw-border-opacity: 1;
    border-right-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-r-rng-game-bg-bet\/0 {
    border-right-color: transparent
}

.border-r-rng-game-bg-bet\/10 {
    border-right-color: rgba(0,0,0,.1)
}

.border-r-rng-game-bg-bet\/100 {
    border-right-color: #000
}

.border-r-rng-game-bg-bet\/20 {
    border-right-color: rgba(0,0,0,.2)
}

.border-r-rng-game-bg-bet\/25 {
    border-right-color: rgba(0,0,0,.25)
}

.border-r-rng-game-bg-bet\/30 {
    border-right-color: rgba(0,0,0,.3)
}

.border-r-rng-game-bg-bet\/40 {
    border-right-color: rgba(0,0,0,.4)
}

.border-r-rng-game-bg-bet\/5 {
    border-right-color: rgba(0,0,0,.05)
}

.border-r-rng-game-bg-bet\/50 {
    border-right-color: rgba(0,0,0,.5)
}

.border-r-rng-game-bg-bet\/60 {
    border-right-color: rgba(0,0,0,.6)
}

.border-r-rng-game-bg-bet\/70 {
    border-right-color: rgba(0,0,0,.7)
}

.border-r-rng-game-bg-bet\/75 {
    border-right-color: rgba(0,0,0,.75)
}

.border-r-rng-game-bg-bet\/80 {
    border-right-color: rgba(0,0,0,.8)
}

.border-r-rng-game-bg-bet\/90 {
    border-right-color: rgba(0,0,0,.9)
}

.border-r-rng-game-bg-bet\/95 {
    border-right-color: rgba(0,0,0,.95)
}

.border-r-rng-game-bg-current-bet {
    --tw-border-opacity: 1;
    border-right-color: rgb(235 206 130/var(--tw-border-opacity))
}

.border-r-rng-game-bg-current-bet\/0 {
    border-right-color: hsla(43,72%,72%,0)
}

.border-r-rng-game-bg-current-bet\/10 {
    border-right-color: hsla(43,72%,72%,.1)
}

.border-r-rng-game-bg-current-bet\/100 {
    border-right-color: #ebce82
}

.border-r-rng-game-bg-current-bet\/20 {
    border-right-color: hsla(43,72%,72%,.2)
}

.border-r-rng-game-bg-current-bet\/25 {
    border-right-color: hsla(43,72%,72%,.25)
}

.border-r-rng-game-bg-current-bet\/30 {
    border-right-color: hsla(43,72%,72%,.3)
}

.border-r-rng-game-bg-current-bet\/40 {
    border-right-color: hsla(43,72%,72%,.4)
}

.border-r-rng-game-bg-current-bet\/5 {
    border-right-color: hsla(43,72%,72%,.05)
}

.border-r-rng-game-bg-current-bet\/50 {
    border-right-color: hsla(43,72%,72%,.5)
}

.border-r-rng-game-bg-current-bet\/60 {
    border-right-color: hsla(43,72%,72%,.6)
}

.border-r-rng-game-bg-current-bet\/70 {
    border-right-color: hsla(43,72%,72%,.7)
}

.border-r-rng-game-bg-current-bet\/75 {
    border-right-color: hsla(43,72%,72%,.75)
}

.border-r-rng-game-bg-current-bet\/80 {
    border-right-color: hsla(43,72%,72%,.8)
}

.border-r-rng-game-bg-current-bet\/90 {
    border-right-color: hsla(43,72%,72%,.9)
}

.border-r-rng-game-bg-current-bet\/95 {
    border-right-color: hsla(43,72%,72%,.95)
}

.border-r-rng-game-bg-filter {
    --tw-border-opacity: 1;
    border-right-color: rgb(36 26 18/var(--tw-border-opacity))
}

.border-r-rng-game-bg-filter\/0 {
    border-right-color: rgba(36,26,18,0)
}

.border-r-rng-game-bg-filter\/10 {
    border-right-color: rgba(36,26,18,.1)
}

.border-r-rng-game-bg-filter\/100 {
    border-right-color: #241a12
}

.border-r-rng-game-bg-filter\/20 {
    border-right-color: rgba(36,26,18,.2)
}

.border-r-rng-game-bg-filter\/25 {
    border-right-color: rgba(36,26,18,.25)
}

.border-r-rng-game-bg-filter\/30 {
    border-right-color: rgba(36,26,18,.3)
}

.border-r-rng-game-bg-filter\/40 {
    border-right-color: rgba(36,26,18,.4)
}

.border-r-rng-game-bg-filter\/5 {
    border-right-color: rgba(36,26,18,.05)
}

.border-r-rng-game-bg-filter\/50 {
    border-right-color: rgba(36,26,18,.5)
}

.border-r-rng-game-bg-filter\/60 {
    border-right-color: rgba(36,26,18,.6)
}

.border-r-rng-game-bg-filter\/70 {
    border-right-color: rgba(36,26,18,.7)
}

.border-r-rng-game-bg-filter\/75 {
    border-right-color: rgba(36,26,18,.75)
}

.border-r-rng-game-bg-filter\/80 {
    border-right-color: rgba(36,26,18,.8)
}

.border-r-rng-game-bg-filter\/90 {
    border-right-color: rgba(36,26,18,.9)
}

.border-r-rng-game-bg-filter\/95 {
    border-right-color: rgba(36,26,18,.95)
}

.border-r-rng-game-bg-popup-bet {
    --tw-border-opacity: 1;
    border-right-color: rgb(51 50 47/var(--tw-border-opacity))
}

.border-r-rng-game-bg-popup-bet\/0 {
    border-right-color: rgba(51,50,47,0)
}

.border-r-rng-game-bg-popup-bet\/10 {
    border-right-color: rgba(51,50,47,.1)
}

.border-r-rng-game-bg-popup-bet\/100 {
    border-right-color: #33322f
}

.border-r-rng-game-bg-popup-bet\/20 {
    border-right-color: rgba(51,50,47,.2)
}

.border-r-rng-game-bg-popup-bet\/25 {
    border-right-color: rgba(51,50,47,.25)
}

.border-r-rng-game-bg-popup-bet\/30 {
    border-right-color: rgba(51,50,47,.3)
}

.border-r-rng-game-bg-popup-bet\/40 {
    border-right-color: rgba(51,50,47,.4)
}

.border-r-rng-game-bg-popup-bet\/5 {
    border-right-color: rgba(51,50,47,.05)
}

.border-r-rng-game-bg-popup-bet\/50 {
    border-right-color: rgba(51,50,47,.5)
}

.border-r-rng-game-bg-popup-bet\/60 {
    border-right-color: rgba(51,50,47,.6)
}

.border-r-rng-game-bg-popup-bet\/70 {
    border-right-color: rgba(51,50,47,.7)
}

.border-r-rng-game-bg-popup-bet\/75 {
    border-right-color: rgba(51,50,47,.75)
}

.border-r-rng-game-bg-popup-bet\/80 {
    border-right-color: rgba(51,50,47,.8)
}

.border-r-rng-game-bg-popup-bet\/90 {
    border-right-color: rgba(51,50,47,.9)
}

.border-r-rng-game-bg-popup-bet\/95 {
    border-right-color: rgba(51,50,47,.95)
}

.border-r-rng-game-bg-tab {
    --tw-border-opacity: 1;
    border-right-color: rgb(52 52 52/var(--tw-border-opacity))
}

.border-r-rng-game-bg-tab\/0 {
    border-right-color: rgba(52,52,52,0)
}

.border-r-rng-game-bg-tab\/10 {
    border-right-color: rgba(52,52,52,.1)
}

.border-r-rng-game-bg-tab\/100 {
    border-right-color: #343434
}

.border-r-rng-game-bg-tab\/20 {
    border-right-color: rgba(52,52,52,.2)
}

.border-r-rng-game-bg-tab\/25 {
    border-right-color: rgba(52,52,52,.25)
}

.border-r-rng-game-bg-tab\/30 {
    border-right-color: rgba(52,52,52,.3)
}

.border-r-rng-game-bg-tab\/40 {
    border-right-color: rgba(52,52,52,.4)
}

.border-r-rng-game-bg-tab\/5 {
    border-right-color: rgba(52,52,52,.05)
}

.border-r-rng-game-bg-tab\/50 {
    border-right-color: rgba(52,52,52,.5)
}

.border-r-rng-game-bg-tab\/60 {
    border-right-color: rgba(52,52,52,.6)
}

.border-r-rng-game-bg-tab\/70 {
    border-right-color: rgba(52,52,52,.7)
}

.border-r-rng-game-bg-tab\/75 {
    border-right-color: rgba(52,52,52,.75)
}

.border-r-rng-game-bg-tab\/80 {
    border-right-color: rgba(52,52,52,.8)
}

.border-r-rng-game-bg-tab\/90 {
    border-right-color: rgba(52,52,52,.9)
}

.border-r-rng-game-bg-tab\/95 {
    border-right-color: rgba(52,52,52,.95)
}

.border-r-rng-game-bg\/0 {
    border-right-color: rgba(137,113,80,0)
}

.border-r-rng-game-bg\/10 {
    border-right-color: rgba(137,113,80,.1)
}

.border-r-rng-game-bg\/100 {
    border-right-color: #897150
}

.border-r-rng-game-bg\/20 {
    border-right-color: rgba(137,113,80,.2)
}

.border-r-rng-game-bg\/25 {
    border-right-color: rgba(137,113,80,.25)
}

.border-r-rng-game-bg\/30 {
    border-right-color: rgba(137,113,80,.3)
}

.border-r-rng-game-bg\/40 {
    border-right-color: rgba(137,113,80,.4)
}

.border-r-rng-game-bg\/5 {
    border-right-color: rgba(137,113,80,.05)
}

.border-r-rng-game-bg\/50 {
    border-right-color: rgba(137,113,80,.5)
}

.border-r-rng-game-bg\/60 {
    border-right-color: rgba(137,113,80,.6)
}

.border-r-rng-game-bg\/70 {
    border-right-color: rgba(137,113,80,.7)
}

.border-r-rng-game-bg\/75 {
    border-right-color: rgba(137,113,80,.75)
}

.border-r-rng-game-bg\/80 {
    border-right-color: rgba(137,113,80,.8)
}

.border-r-rng-game-bg\/90 {
    border-right-color: rgba(137,113,80,.9)
}

.border-r-rng-game-bg\/95 {
    border-right-color: rgba(137,113,80,.95)
}

.border-r-rng-game-border-circle {
    --tw-border-opacity: 1;
    border-right-color: rgb(174 143 101/var(--tw-border-opacity))
}

.border-r-rng-game-border-circle\/0 {
    border-right-color: hsla(35,31%,54%,0)
}

.border-r-rng-game-border-circle\/10 {
    border-right-color: hsla(35,31%,54%,.1)
}

.border-r-rng-game-border-circle\/100 {
    border-right-color: #ae8f65
}

.border-r-rng-game-border-circle\/20 {
    border-right-color: hsla(35,31%,54%,.2)
}

.border-r-rng-game-border-circle\/25 {
    border-right-color: hsla(35,31%,54%,.25)
}

.border-r-rng-game-border-circle\/30 {
    border-right-color: hsla(35,31%,54%,.3)
}

.border-r-rng-game-border-circle\/40 {
    border-right-color: hsla(35,31%,54%,.4)
}

.border-r-rng-game-border-circle\/5 {
    border-right-color: hsla(35,31%,54%,.05)
}

.border-r-rng-game-border-circle\/50 {
    border-right-color: hsla(35,31%,54%,.5)
}

.border-r-rng-game-border-circle\/60 {
    border-right-color: hsla(35,31%,54%,.6)
}

.border-r-rng-game-border-circle\/70 {
    border-right-color: hsla(35,31%,54%,.7)
}

.border-r-rng-game-border-circle\/75 {
    border-right-color: hsla(35,31%,54%,.75)
}

.border-r-rng-game-border-circle\/80 {
    border-right-color: hsla(35,31%,54%,.8)
}

.border-r-rng-game-border-circle\/90 {
    border-right-color: hsla(35,31%,54%,.9)
}

.border-r-rng-game-border-circle\/95 {
    border-right-color: hsla(35,31%,54%,.95)
}

.border-r-rng-game-header-table {
    --tw-border-opacity: 1;
    border-right-color: rgb(23 12 12/var(--tw-border-opacity))
}

.border-r-rng-game-header-table\/0 {
    border-right-color: rgba(23,12,12,0)
}

.border-r-rng-game-header-table\/10 {
    border-right-color: rgba(23,12,12,.1)
}

.border-r-rng-game-header-table\/100 {
    border-right-color: #170c0c
}

.border-r-rng-game-header-table\/20 {
    border-right-color: rgba(23,12,12,.2)
}

.border-r-rng-game-header-table\/25 {
    border-right-color: rgba(23,12,12,.25)
}

.border-r-rng-game-header-table\/30 {
    border-right-color: rgba(23,12,12,.3)
}

.border-r-rng-game-header-table\/40 {
    border-right-color: rgba(23,12,12,.4)
}

.border-r-rng-game-header-table\/5 {
    border-right-color: rgba(23,12,12,.05)
}

.border-r-rng-game-header-table\/50 {
    border-right-color: rgba(23,12,12,.5)
}

.border-r-rng-game-header-table\/60 {
    border-right-color: rgba(23,12,12,.6)
}

.border-r-rng-game-header-table\/70 {
    border-right-color: rgba(23,12,12,.7)
}

.border-r-rng-game-header-table\/75 {
    border-right-color: rgba(23,12,12,.75)
}

.border-r-rng-game-header-table\/80 {
    border-right-color: rgba(23,12,12,.8)
}

.border-r-rng-game-header-table\/90 {
    border-right-color: rgba(23,12,12,.9)
}

.border-r-rng-game-header-table\/95 {
    border-right-color: rgba(23,12,12,.95)
}

.border-r-rng-game-item-1 {
    --tw-border-opacity: 1;
    border-right-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-r-rng-game-item-1\/0 {
    border-right-color: rgba(39,38,36,0)
}

.border-r-rng-game-item-1\/10 {
    border-right-color: rgba(39,38,36,.1)
}

.border-r-rng-game-item-1\/100 {
    border-right-color: #272624
}

.border-r-rng-game-item-1\/20 {
    border-right-color: rgba(39,38,36,.2)
}

.border-r-rng-game-item-1\/25 {
    border-right-color: rgba(39,38,36,.25)
}

.border-r-rng-game-item-1\/30 {
    border-right-color: rgba(39,38,36,.3)
}

.border-r-rng-game-item-1\/40 {
    border-right-color: rgba(39,38,36,.4)
}

.border-r-rng-game-item-1\/5 {
    border-right-color: rgba(39,38,36,.05)
}

.border-r-rng-game-item-1\/50 {
    border-right-color: rgba(39,38,36,.5)
}

.border-r-rng-game-item-1\/60 {
    border-right-color: rgba(39,38,36,.6)
}

.border-r-rng-game-item-1\/70 {
    border-right-color: rgba(39,38,36,.7)
}

.border-r-rng-game-item-1\/75 {
    border-right-color: rgba(39,38,36,.75)
}

.border-r-rng-game-item-1\/80 {
    border-right-color: rgba(39,38,36,.8)
}

.border-r-rng-game-item-1\/90 {
    border-right-color: rgba(39,38,36,.9)
}

.border-r-rng-game-item-1\/95 {
    border-right-color: rgba(39,38,36,.95)
}

.border-r-rng-game-item-2 {
    --tw-border-opacity: 1;
    border-right-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-r-rng-game-item-2\/0 {
    border-right-color: rgba(48,53,56,0)
}

.border-r-rng-game-item-2\/10 {
    border-right-color: rgba(48,53,56,.1)
}

.border-r-rng-game-item-2\/100 {
    border-right-color: #303538
}

.border-r-rng-game-item-2\/20 {
    border-right-color: rgba(48,53,56,.2)
}

.border-r-rng-game-item-2\/25 {
    border-right-color: rgba(48,53,56,.25)
}

.border-r-rng-game-item-2\/30 {
    border-right-color: rgba(48,53,56,.3)
}

.border-r-rng-game-item-2\/40 {
    border-right-color: rgba(48,53,56,.4)
}

.border-r-rng-game-item-2\/5 {
    border-right-color: rgba(48,53,56,.05)
}

.border-r-rng-game-item-2\/50 {
    border-right-color: rgba(48,53,56,.5)
}

.border-r-rng-game-item-2\/60 {
    border-right-color: rgba(48,53,56,.6)
}

.border-r-rng-game-item-2\/70 {
    border-right-color: rgba(48,53,56,.7)
}

.border-r-rng-game-item-2\/75 {
    border-right-color: rgba(48,53,56,.75)
}

.border-r-rng-game-item-2\/80 {
    border-right-color: rgba(48,53,56,.8)
}

.border-r-rng-game-item-2\/90 {
    border-right-color: rgba(48,53,56,.9)
}

.border-r-rng-game-item-2\/95 {
    border-right-color: rgba(48,53,56,.95)
}

.border-r-rng-game-money-bet {
    --tw-border-opacity: 1;
    border-right-color: rgb(202 164 64/var(--tw-border-opacity))
}

.border-r-rng-game-money-bet\/0 {
    border-right-color: rgba(202,164,64,0)
}

.border-r-rng-game-money-bet\/10 {
    border-right-color: rgba(202,164,64,.1)
}

.border-r-rng-game-money-bet\/100 {
    border-right-color: #caa440
}

.border-r-rng-game-money-bet\/20 {
    border-right-color: rgba(202,164,64,.2)
}

.border-r-rng-game-money-bet\/25 {
    border-right-color: rgba(202,164,64,.25)
}

.border-r-rng-game-money-bet\/30 {
    border-right-color: rgba(202,164,64,.3)
}

.border-r-rng-game-money-bet\/40 {
    border-right-color: rgba(202,164,64,.4)
}

.border-r-rng-game-money-bet\/5 {
    border-right-color: rgba(202,164,64,.05)
}

.border-r-rng-game-money-bet\/50 {
    border-right-color: rgba(202,164,64,.5)
}

.border-r-rng-game-money-bet\/60 {
    border-right-color: rgba(202,164,64,.6)
}

.border-r-rng-game-money-bet\/70 {
    border-right-color: rgba(202,164,64,.7)
}

.border-r-rng-game-money-bet\/75 {
    border-right-color: rgba(202,164,64,.75)
}

.border-r-rng-game-money-bet\/80 {
    border-right-color: rgba(202,164,64,.8)
}

.border-r-rng-game-money-bet\/90 {
    border-right-color: rgba(202,164,64,.9)
}

.border-r-rng-game-money-bet\/95 {
    border-right-color: rgba(202,164,64,.95)
}

.border-r-rng-game-tab-bet-result-active {
    --tw-border-opacity: 1;
    border-right-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-r-rng-game-tab-bet-result-active\/0 {
    border-right-color: rgba(137,113,80,0)
}

.border-r-rng-game-tab-bet-result-active\/10 {
    border-right-color: rgba(137,113,80,.1)
}

.border-r-rng-game-tab-bet-result-active\/100 {
    border-right-color: #897150
}

.border-r-rng-game-tab-bet-result-active\/20 {
    border-right-color: rgba(137,113,80,.2)
}

.border-r-rng-game-tab-bet-result-active\/25 {
    border-right-color: rgba(137,113,80,.25)
}

.border-r-rng-game-tab-bet-result-active\/30 {
    border-right-color: rgba(137,113,80,.3)
}

.border-r-rng-game-tab-bet-result-active\/40 {
    border-right-color: rgba(137,113,80,.4)
}

.border-r-rng-game-tab-bet-result-active\/5 {
    border-right-color: rgba(137,113,80,.05)
}

.border-r-rng-game-tab-bet-result-active\/50 {
    border-right-color: rgba(137,113,80,.5)
}

.border-r-rng-game-tab-bet-result-active\/60 {
    border-right-color: rgba(137,113,80,.6)
}

.border-r-rng-game-tab-bet-result-active\/70 {
    border-right-color: rgba(137,113,80,.7)
}

.border-r-rng-game-tab-bet-result-active\/75 {
    border-right-color: rgba(137,113,80,.75)
}

.border-r-rng-game-tab-bet-result-active\/80 {
    border-right-color: rgba(137,113,80,.8)
}

.border-r-rng-game-tab-bet-result-active\/90 {
    border-right-color: rgba(137,113,80,.9)
}

.border-r-rng-game-tab-bet-result-active\/95 {
    border-right-color: rgba(137,113,80,.95)
}

.border-r-rng-game-tab-bet-result-inactive {
    --tw-border-opacity: 1;
    border-right-color: rgb(68 59 39/var(--tw-border-opacity))
}

.border-r-rng-game-tab-bet-result-inactive\/0 {
    border-right-color: rgba(68,59,39,0)
}

.border-r-rng-game-tab-bet-result-inactive\/10 {
    border-right-color: rgba(68,59,39,.1)
}

.border-r-rng-game-tab-bet-result-inactive\/100 {
    border-right-color: #443b27
}

.border-r-rng-game-tab-bet-result-inactive\/20 {
    border-right-color: rgba(68,59,39,.2)
}

.border-r-rng-game-tab-bet-result-inactive\/25 {
    border-right-color: rgba(68,59,39,.25)
}

.border-r-rng-game-tab-bet-result-inactive\/30 {
    border-right-color: rgba(68,59,39,.3)
}

.border-r-rng-game-tab-bet-result-inactive\/40 {
    border-right-color: rgba(68,59,39,.4)
}

.border-r-rng-game-tab-bet-result-inactive\/5 {
    border-right-color: rgba(68,59,39,.05)
}

.border-r-rng-game-tab-bet-result-inactive\/50 {
    border-right-color: rgba(68,59,39,.5)
}

.border-r-rng-game-tab-bet-result-inactive\/60 {
    border-right-color: rgba(68,59,39,.6)
}

.border-r-rng-game-tab-bet-result-inactive\/70 {
    border-right-color: rgba(68,59,39,.7)
}

.border-r-rng-game-tab-bet-result-inactive\/75 {
    border-right-color: rgba(68,59,39,.75)
}

.border-r-rng-game-tab-bet-result-inactive\/80 {
    border-right-color: rgba(68,59,39,.8)
}

.border-r-rng-game-tab-bet-result-inactive\/90 {
    border-right-color: rgba(68,59,39,.9)
}

.border-r-rng-game-tab-bet-result-inactive\/95 {
    border-right-color: rgba(68,59,39,.95)
}

.border-r-rng-game-text-current-bet {
    --tw-border-opacity: 1;
    border-right-color: rgb(81 57 36/var(--tw-border-opacity))
}

.border-r-rng-game-text-current-bet\/0 {
    border-right-color: rgba(81,57,36,0)
}

.border-r-rng-game-text-current-bet\/10 {
    border-right-color: rgba(81,57,36,.1)
}

.border-r-rng-game-text-current-bet\/100 {
    border-right-color: #513924
}

.border-r-rng-game-text-current-bet\/20 {
    border-right-color: rgba(81,57,36,.2)
}

.border-r-rng-game-text-current-bet\/25 {
    border-right-color: rgba(81,57,36,.25)
}

.border-r-rng-game-text-current-bet\/30 {
    border-right-color: rgba(81,57,36,.3)
}

.border-r-rng-game-text-current-bet\/40 {
    border-right-color: rgba(81,57,36,.4)
}

.border-r-rng-game-text-current-bet\/5 {
    border-right-color: rgba(81,57,36,.05)
}

.border-r-rng-game-text-current-bet\/50 {
    border-right-color: rgba(81,57,36,.5)
}

.border-r-rng-game-text-current-bet\/60 {
    border-right-color: rgba(81,57,36,.6)
}

.border-r-rng-game-text-current-bet\/70 {
    border-right-color: rgba(81,57,36,.7)
}

.border-r-rng-game-text-current-bet\/75 {
    border-right-color: rgba(81,57,36,.75)
}

.border-r-rng-game-text-current-bet\/80 {
    border-right-color: rgba(81,57,36,.8)
}

.border-r-rng-game-text-current-bet\/90 {
    border-right-color: rgba(81,57,36,.9)
}

.border-r-rng-game-text-current-bet\/95 {
    border-right-color: rgba(81,57,36,.95)
}

.border-r-rng-game-total {
    --tw-border-opacity: 1;
    border-right-color: rgb(229 198 117/var(--tw-border-opacity))
}

.border-r-rng-game-total\/0 {
    border-right-color: hsla(43,68%,68%,0)
}

.border-r-rng-game-total\/10 {
    border-right-color: hsla(43,68%,68%,.1)
}

.border-r-rng-game-total\/100 {
    border-right-color: #e5c675
}

.border-r-rng-game-total\/20 {
    border-right-color: hsla(43,68%,68%,.2)
}

.border-r-rng-game-total\/25 {
    border-right-color: hsla(43,68%,68%,.25)
}

.border-r-rng-game-total\/30 {
    border-right-color: hsla(43,68%,68%,.3)
}

.border-r-rng-game-total\/40 {
    border-right-color: hsla(43,68%,68%,.4)
}

.border-r-rng-game-total\/5 {
    border-right-color: hsla(43,68%,68%,.05)
}

.border-r-rng-game-total\/50 {
    border-right-color: hsla(43,68%,68%,.5)
}

.border-r-rng-game-total\/60 {
    border-right-color: hsla(43,68%,68%,.6)
}

.border-r-rng-game-total\/70 {
    border-right-color: hsla(43,68%,68%,.7)
}

.border-r-rng-game-total\/75 {
    border-right-color: hsla(43,68%,68%,.75)
}

.border-r-rng-game-total\/80 {
    border-right-color: hsla(43,68%,68%,.8)
}

.border-r-rng-game-total\/90 {
    border-right-color: hsla(43,68%,68%,.9)
}

.border-r-rng-game-total\/95 {
    border-right-color: hsla(43,68%,68%,.95)
}

.border-r-sub-page-header {
    --tw-border-opacity: 1;
    border-right-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-r-sub-page-header\/0 {
    border-right-color: rgba(137,113,80,0)
}

.border-r-sub-page-header\/10 {
    border-right-color: rgba(137,113,80,.1)
}

.border-r-sub-page-header\/100 {
    border-right-color: #897150
}

.border-r-sub-page-header\/20 {
    border-right-color: rgba(137,113,80,.2)
}

.border-r-sub-page-header\/25 {
    border-right-color: rgba(137,113,80,.25)
}

.border-r-sub-page-header\/30 {
    border-right-color: rgba(137,113,80,.3)
}

.border-r-sub-page-header\/40 {
    border-right-color: rgba(137,113,80,.4)
}

.border-r-sub-page-header\/5 {
    border-right-color: rgba(137,113,80,.05)
}

.border-r-sub-page-header\/50 {
    border-right-color: rgba(137,113,80,.5)
}

.border-r-sub-page-header\/60 {
    border-right-color: rgba(137,113,80,.6)
}

.border-r-sub-page-header\/70 {
    border-right-color: rgba(137,113,80,.7)
}

.border-r-sub-page-header\/75 {
    border-right-color: rgba(137,113,80,.75)
}

.border-r-sub-page-header\/80 {
    border-right-color: rgba(137,113,80,.8)
}

.border-r-sub-page-header\/90 {
    border-right-color: rgba(137,113,80,.9)
}

.border-r-sub-page-header\/95 {
    border-right-color: rgba(137,113,80,.95)
}

.border-r-sub-page-sidebar {
    --tw-border-opacity: 1;
    border-right-color: rgb(29 24 24/var(--tw-border-opacity))
}

.border-r-sub-page-sidebar\/0 {
    border-right-color: rgba(29,24,24,0)
}

.border-r-sub-page-sidebar\/10 {
    border-right-color: rgba(29,24,24,.1)
}

.border-r-sub-page-sidebar\/100 {
    border-right-color: #1d1818
}

.border-r-sub-page-sidebar\/20 {
    border-right-color: rgba(29,24,24,.2)
}

.border-r-sub-page-sidebar\/25 {
    border-right-color: rgba(29,24,24,.25)
}

.border-r-sub-page-sidebar\/30 {
    border-right-color: rgba(29,24,24,.3)
}

.border-r-sub-page-sidebar\/40 {
    border-right-color: rgba(29,24,24,.4)
}

.border-r-sub-page-sidebar\/5 {
    border-right-color: rgba(29,24,24,.05)
}

.border-r-sub-page-sidebar\/50 {
    border-right-color: rgba(29,24,24,.5)
}

.border-r-sub-page-sidebar\/60 {
    border-right-color: rgba(29,24,24,.6)
}

.border-r-sub-page-sidebar\/70 {
    border-right-color: rgba(29,24,24,.7)
}

.border-r-sub-page-sidebar\/75 {
    border-right-color: rgba(29,24,24,.75)
}

.border-r-sub-page-sidebar\/80 {
    border-right-color: rgba(29,24,24,.8)
}

.border-r-sub-page-sidebar\/90 {
    border-right-color: rgba(29,24,24,.9)
}

.border-r-sub-page-sidebar\/95 {
    border-right-color: rgba(29,24,24,.95)
}

.border-r-transparent,.border-r-transparent\/0 {
    border-right-color: transparent
}

.border-r-transparent\/10 {
    border-right-color: rgba(0,0,0,.1)
}

.border-r-transparent\/100 {
    border-right-color: #000
}

.border-r-transparent\/20 {
    border-right-color: rgba(0,0,0,.2)
}

.border-r-transparent\/25 {
    border-right-color: rgba(0,0,0,.25)
}

.border-r-transparent\/30 {
    border-right-color: rgba(0,0,0,.3)
}

.border-r-transparent\/40 {
    border-right-color: rgba(0,0,0,.4)
}

.border-r-transparent\/5 {
    border-right-color: rgba(0,0,0,.05)
}

.border-r-transparent\/50 {
    border-right-color: rgba(0,0,0,.5)
}

.border-r-transparent\/60 {
    border-right-color: rgba(0,0,0,.6)
}

.border-r-transparent\/70 {
    border-right-color: rgba(0,0,0,.7)
}

.border-r-transparent\/75 {
    border-right-color: rgba(0,0,0,.75)
}

.border-r-transparent\/80 {
    border-right-color: rgba(0,0,0,.8)
}

.border-r-transparent\/90 {
    border-right-color: rgba(0,0,0,.9)
}

.border-r-transparent\/95 {
    border-right-color: rgba(0,0,0,.95)
}

.border-r-white {
    --tw-border-opacity: 1;
    border-right-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-r-white\/0 {
    border-right-color: hsla(0,0%,100%,0)
}

.border-r-white\/10 {
    border-right-color: hsla(0,0%,100%,.1)
}

.border-r-white\/100 {
    border-right-color: #fff
}

.border-r-white\/20 {
    border-right-color: hsla(0,0%,100%,.2)
}

.border-r-white\/25 {
    border-right-color: hsla(0,0%,100%,.25)
}

.border-r-white\/30 {
    border-right-color: hsla(0,0%,100%,.3)
}

.border-r-white\/40 {
    border-right-color: hsla(0,0%,100%,.4)
}

.border-r-white\/5 {
    border-right-color: hsla(0,0%,100%,.05)
}

.border-r-white\/50 {
    border-right-color: hsla(0,0%,100%,.5)
}

.border-r-white\/60 {
    border-right-color: hsla(0,0%,100%,.6)
}

.border-r-white\/70 {
    border-right-color: hsla(0,0%,100%,.7)
}

.border-r-white\/75 {
    border-right-color: hsla(0,0%,100%,.75)
}

.border-r-white\/80 {
    border-right-color: hsla(0,0%,100%,.8)
}

.border-r-white\/90 {
    border-right-color: hsla(0,0%,100%,.9)
}

.border-r-white\/95 {
    border-right-color: hsla(0,0%,100%,.95)
}

.border-r-yellow-active {
    --tw-border-opacity: 1;
    border-right-color: rgb(236 194 69/var(--tw-border-opacity))
}

.border-r-yellow-active\/0 {
    border-right-color: rgba(236,194,69,0)
}

.border-r-yellow-active\/10 {
    border-right-color: rgba(236,194,69,.1)
}

.border-r-yellow-active\/100 {
    border-right-color: #ecc245
}

.border-r-yellow-active\/20 {
    border-right-color: rgba(236,194,69,.2)
}

.border-r-yellow-active\/25 {
    border-right-color: rgba(236,194,69,.25)
}

.border-r-yellow-active\/30 {
    border-right-color: rgba(236,194,69,.3)
}

.border-r-yellow-active\/40 {
    border-right-color: rgba(236,194,69,.4)
}

.border-r-yellow-active\/5 {
    border-right-color: rgba(236,194,69,.05)
}

.border-r-yellow-active\/50 {
    border-right-color: rgba(236,194,69,.5)
}

.border-r-yellow-active\/60 {
    border-right-color: rgba(236,194,69,.6)
}

.border-r-yellow-active\/70 {
    border-right-color: rgba(236,194,69,.7)
}

.border-r-yellow-active\/75 {
    border-right-color: rgba(236,194,69,.75)
}

.border-r-yellow-active\/80 {
    border-right-color: rgba(236,194,69,.8)
}

.border-r-yellow-active\/90 {
    border-right-color: rgba(236,194,69,.9)
}

.border-r-yellow-active\/95 {
    border-right-color: rgba(236,194,69,.95)
}

.border-r-yellow-black {
    --tw-border-opacity: 1;
    border-right-color: rgb(154 126 61/var(--tw-border-opacity))
}

.border-r-yellow-black\/0 {
    border-right-color: rgba(154,126,61,0)
}

.border-r-yellow-black\/10 {
    border-right-color: rgba(154,126,61,.1)
}

.border-r-yellow-black\/100 {
    border-right-color: #9a7e3d
}

.border-r-yellow-black\/20 {
    border-right-color: rgba(154,126,61,.2)
}

.border-r-yellow-black\/25 {
    border-right-color: rgba(154,126,61,.25)
}

.border-r-yellow-black\/30 {
    border-right-color: rgba(154,126,61,.3)
}

.border-r-yellow-black\/40 {
    border-right-color: rgba(154,126,61,.4)
}

.border-r-yellow-black\/5 {
    border-right-color: rgba(154,126,61,.05)
}

.border-r-yellow-black\/50 {
    border-right-color: rgba(154,126,61,.5)
}

.border-r-yellow-black\/60 {
    border-right-color: rgba(154,126,61,.6)
}

.border-r-yellow-black\/70 {
    border-right-color: rgba(154,126,61,.7)
}

.border-r-yellow-black\/75 {
    border-right-color: rgba(154,126,61,.75)
}

.border-r-yellow-black\/80 {
    border-right-color: rgba(154,126,61,.8)
}

.border-r-yellow-black\/90 {
    border-right-color: rgba(154,126,61,.9)
}

.border-r-yellow-black\/95 {
    border-right-color: rgba(154,126,61,.95)
}

.border-r-yellow-default {
    --tw-border-opacity: 1;
    border-right-color: rgb(234 192 68/var(--tw-border-opacity))
}

.border-r-yellow-default\/0 {
    border-right-color: rgba(234,192,68,0)
}

.border-r-yellow-default\/10 {
    border-right-color: rgba(234,192,68,.1)
}

.border-r-yellow-default\/100 {
    border-right-color: #eac044
}

.border-r-yellow-default\/20 {
    border-right-color: rgba(234,192,68,.2)
}

.border-r-yellow-default\/25 {
    border-right-color: rgba(234,192,68,.25)
}

.border-r-yellow-default\/30 {
    border-right-color: rgba(234,192,68,.3)
}

.border-r-yellow-default\/40 {
    border-right-color: rgba(234,192,68,.4)
}

.border-r-yellow-default\/5 {
    border-right-color: rgba(234,192,68,.05)
}

.border-r-yellow-default\/50 {
    border-right-color: rgba(234,192,68,.5)
}

.border-r-yellow-default\/60 {
    border-right-color: rgba(234,192,68,.6)
}

.border-r-yellow-default\/70 {
    border-right-color: rgba(234,192,68,.7)
}

.border-r-yellow-default\/75 {
    border-right-color: rgba(234,192,68,.75)
}

.border-r-yellow-default\/80 {
    border-right-color: rgba(234,192,68,.8)
}

.border-r-yellow-default\/90 {
    border-right-color: rgba(234,192,68,.9)
}

.border-r-yellow-default\/95 {
    border-right-color: rgba(234,192,68,.95)
}

.border-r-yellow-orange {
    --tw-border-opacity: 1;
    border-right-color: rgb(220 179 118/var(--tw-border-opacity))
}

.border-r-yellow-orange\/0 {
    border-right-color: hsla(36,59%,66%,0)
}

.border-r-yellow-orange\/10 {
    border-right-color: hsla(36,59%,66%,.1)
}

.border-r-yellow-orange\/100 {
    border-right-color: #dcb376
}

.border-r-yellow-orange\/20 {
    border-right-color: hsla(36,59%,66%,.2)
}

.border-r-yellow-orange\/25 {
    border-right-color: hsla(36,59%,66%,.25)
}

.border-r-yellow-orange\/30 {
    border-right-color: hsla(36,59%,66%,.3)
}

.border-r-yellow-orange\/40 {
    border-right-color: hsla(36,59%,66%,.4)
}

.border-r-yellow-orange\/5 {
    border-right-color: hsla(36,59%,66%,.05)
}

.border-r-yellow-orange\/50 {
    border-right-color: hsla(36,59%,66%,.5)
}

.border-r-yellow-orange\/60 {
    border-right-color: hsla(36,59%,66%,.6)
}

.border-r-yellow-orange\/70 {
    border-right-color: hsla(36,59%,66%,.7)
}

.border-r-yellow-orange\/75 {
    border-right-color: hsla(36,59%,66%,.75)
}

.border-r-yellow-orange\/80 {
    border-right-color: hsla(36,59%,66%,.8)
}

.border-r-yellow-orange\/90 {
    border-right-color: hsla(36,59%,66%,.9)
}

.border-r-yellow-orange\/95 {
    border-right-color: hsla(36,59%,66%,.95)
}

.border-r-yellow-term {
    --tw-border-opacity: 1;
    border-right-color: rgb(179 143 23/var(--tw-border-opacity))
}

.border-r-yellow-term\/0 {
    border-right-color: rgba(179,143,23,0)
}

.border-r-yellow-term\/10 {
    border-right-color: rgba(179,143,23,.1)
}

.border-r-yellow-term\/100 {
    border-right-color: #b38f17
}

.border-r-yellow-term\/20 {
    border-right-color: rgba(179,143,23,.2)
}

.border-r-yellow-term\/25 {
    border-right-color: rgba(179,143,23,.25)
}

.border-r-yellow-term\/30 {
    border-right-color: rgba(179,143,23,.3)
}

.border-r-yellow-term\/40 {
    border-right-color: rgba(179,143,23,.4)
}

.border-r-yellow-term\/5 {
    border-right-color: rgba(179,143,23,.05)
}

.border-r-yellow-term\/50 {
    border-right-color: rgba(179,143,23,.5)
}

.border-r-yellow-term\/60 {
    border-right-color: rgba(179,143,23,.6)
}

.border-r-yellow-term\/70 {
    border-right-color: rgba(179,143,23,.7)
}

.border-r-yellow-term\/75 {
    border-right-color: rgba(179,143,23,.75)
}

.border-r-yellow-term\/80 {
    border-right-color: rgba(179,143,23,.8)
}

.border-r-yellow-term\/90 {
    border-right-color: rgba(179,143,23,.9)
}

.border-r-yellow-term\/95 {
    border-right-color: rgba(179,143,23,.95)
}

.border-r-yellow-text {
    --tw-border-opacity: 1;
    border-right-color: rgb(244 194 18/var(--tw-border-opacity))
}

.border-r-yellow-text\/0 {
    border-right-color: rgba(244,194,18,0)
}

.border-r-yellow-text\/10 {
    border-right-color: rgba(244,194,18,.1)
}

.border-r-yellow-text\/100 {
    border-right-color: #f4c212
}

.border-r-yellow-text\/20 {
    border-right-color: rgba(244,194,18,.2)
}

.border-r-yellow-text\/25 {
    border-right-color: rgba(244,194,18,.25)
}

.border-r-yellow-text\/30 {
    border-right-color: rgba(244,194,18,.3)
}

.border-r-yellow-text\/40 {
    border-right-color: rgba(244,194,18,.4)
}

.border-r-yellow-text\/5 {
    border-right-color: rgba(244,194,18,.05)
}

.border-r-yellow-text\/50 {
    border-right-color: rgba(244,194,18,.5)
}

.border-r-yellow-text\/60 {
    border-right-color: rgba(244,194,18,.6)
}

.border-r-yellow-text\/70 {
    border-right-color: rgba(244,194,18,.7)
}

.border-r-yellow-text\/75 {
    border-right-color: rgba(244,194,18,.75)
}

.border-r-yellow-text\/80 {
    border-right-color: rgba(244,194,18,.8)
}

.border-r-yellow-text\/90 {
    border-right-color: rgba(244,194,18,.9)
}

.border-r-yellow-text\/95 {
    border-right-color: rgba(244,194,18,.95)
}

.border-s-background-gray {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(37 38 43/var(--tw-border-opacity))}

.border-s-background-gray\/0 {
    border-inline-start-color: rgba(37,38,43,0)
}

.border-s-background-gray\/10 {
    border-inline-start-color:rgba(37,38,43,.1)}

.border-s-background-gray\/100 {
    border-inline-start-color:#25262b}

.border-s-background-gray\/20 {
    border-inline-start-color:rgba(37,38,43,.2)}

.border-s-background-gray\/25 {
    border-inline-start-color:rgba(37,38,43,.25)}

.border-s-background-gray\/30 {
    border-inline-start-color:rgba(37,38,43,.3)}

.border-s-background-gray\/40 {
    border-inline-start-color:rgba(37,38,43,.4)}

.border-s-background-gray\/5 {
    border-inline-start-color:rgba(37,38,43,.05)}

.border-s-background-gray\/50 {
    border-inline-start-color:rgba(37,38,43,.5)}

.border-s-background-gray\/60 {
    border-inline-start-color:rgba(37,38,43,.6)}

.border-s-background-gray\/70 {
    border-inline-start-color:rgba(37,38,43,.7)}

.border-s-background-gray\/75 {
    border-inline-start-color:rgba(37,38,43,.75)}

.border-s-background-gray\/80 {
    border-inline-start-color:rgba(37,38,43,.8)}

.border-s-background-gray\/90 {
    border-inline-start-color:rgba(37,38,43,.9)}

.border-s-background-gray\/95 {
    border-inline-start-color:rgba(37,38,43,.95)}

.border-s-black-about {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(41 41 41/var(--tw-border-opacity))}

.border-s-black-about\/0 {
    border-inline-start-color: rgba(41,41,41,0)
}

.border-s-black-about\/10 {
    border-inline-start-color:rgba(41,41,41,.1)}

.border-s-black-about\/100 {
    border-inline-start-color:#292929}

.border-s-black-about\/20 {
    border-inline-start-color:rgba(41,41,41,.2)}

.border-s-black-about\/25 {
    border-inline-start-color:rgba(41,41,41,.25)}

.border-s-black-about\/30 {
    border-inline-start-color:rgba(41,41,41,.3)}

.border-s-black-about\/40 {
    border-inline-start-color:rgba(41,41,41,.4)}

.border-s-black-about\/5 {
    border-inline-start-color:rgba(41,41,41,.05)}

.border-s-black-about\/50 {
    border-inline-start-color:rgba(41,41,41,.5)}

.border-s-black-about\/60 {
    border-inline-start-color:rgba(41,41,41,.6)}

.border-s-black-about\/70 {
    border-inline-start-color:rgba(41,41,41,.7)}

.border-s-black-about\/75 {
    border-inline-start-color:rgba(41,41,41,.75)}

.border-s-black-about\/80 {
    border-inline-start-color:rgba(41,41,41,.8)}

.border-s-black-about\/90 {
    border-inline-start-color:rgba(41,41,41,.9)}

.border-s-black-about\/95 {
    border-inline-start-color:rgba(41,41,41,.95)}

.border-s-black-account {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(32 32 32/var(--tw-border-opacity))}

.border-s-black-account\/0 {
    border-inline-start-color: rgba(32,32,32,0)
}

.border-s-black-account\/10 {
    border-inline-start-color:rgba(32,32,32,.1)}

.border-s-black-account\/100 {
    border-inline-start-color:#202020}

.border-s-black-account\/20 {
    border-inline-start-color:rgba(32,32,32,.2)}

.border-s-black-account\/25 {
    border-inline-start-color:rgba(32,32,32,.25)}

.border-s-black-account\/30 {
    border-inline-start-color:rgba(32,32,32,.3)}

.border-s-black-account\/40 {
    border-inline-start-color:rgba(32,32,32,.4)}

.border-s-black-account\/5 {
    border-inline-start-color:rgba(32,32,32,.05)}

.border-s-black-account\/50 {
    border-inline-start-color:rgba(32,32,32,.5)}

.border-s-black-account\/60 {
    border-inline-start-color:rgba(32,32,32,.6)}

.border-s-black-account\/70 {
    border-inline-start-color:rgba(32,32,32,.7)}

.border-s-black-account\/75 {
    border-inline-start-color:rgba(32,32,32,.75)}

.border-s-black-account\/80 {
    border-inline-start-color:rgba(32,32,32,.8)}

.border-s-black-account\/90 {
    border-inline-start-color:rgba(32,32,32,.9)}

.border-s-black-account\/95 {
    border-inline-start-color:rgba(32,32,32,.95)}

.border-s-black-bg1 {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(15 16 17/var(--tw-border-opacity))}

.border-s-black-bg1\/0 {
    border-inline-start-color: rgba(15,16,17,0)
}

.border-s-black-bg1\/10 {
    border-inline-start-color:rgba(15,16,17,.1)}

.border-s-black-bg1\/100 {
    border-inline-start-color:#0f1011}

.border-s-black-bg1\/20 {
    border-inline-start-color:rgba(15,16,17,.2)}

.border-s-black-bg1\/25 {
    border-inline-start-color:rgba(15,16,17,.25)}

.border-s-black-bg1\/30 {
    border-inline-start-color:rgba(15,16,17,.3)}

.border-s-black-bg1\/40 {
    border-inline-start-color:rgba(15,16,17,.4)}

.border-s-black-bg1\/5 {
    border-inline-start-color:rgba(15,16,17,.05)}

.border-s-black-bg1\/50 {
    border-inline-start-color:rgba(15,16,17,.5)}

.border-s-black-bg1\/60 {
    border-inline-start-color:rgba(15,16,17,.6)}

.border-s-black-bg1\/70 {
    border-inline-start-color:rgba(15,16,17,.7)}

.border-s-black-bg1\/75 {
    border-inline-start-color:rgba(15,16,17,.75)}

.border-s-black-bg1\/80 {
    border-inline-start-color:rgba(15,16,17,.8)}

.border-s-black-bg1\/90 {
    border-inline-start-color:rgba(15,16,17,.9)}

.border-s-black-bg1\/95 {
    border-inline-start-color:rgba(15,16,17,.95)}

.border-s-black-coin {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(38 38 38/var(--tw-border-opacity))}

.border-s-black-coin\/0 {
    border-inline-start-color: rgba(38,38,38,0)
}

.border-s-black-coin\/10 {
    border-inline-start-color:rgba(38,38,38,.1)}

.border-s-black-coin\/100 {
    border-inline-start-color:#262626}

.border-s-black-coin\/20 {
    border-inline-start-color:rgba(38,38,38,.2)}

.border-s-black-coin\/25 {
    border-inline-start-color:rgba(38,38,38,.25)}

.border-s-black-coin\/30 {
    border-inline-start-color:rgba(38,38,38,.3)}

.border-s-black-coin\/40 {
    border-inline-start-color:rgba(38,38,38,.4)}

.border-s-black-coin\/5 {
    border-inline-start-color:rgba(38,38,38,.05)}

.border-s-black-coin\/50 {
    border-inline-start-color:rgba(38,38,38,.5)}

.border-s-black-coin\/60 {
    border-inline-start-color:rgba(38,38,38,.6)}

.border-s-black-coin\/70 {
    border-inline-start-color:rgba(38,38,38,.7)}

.border-s-black-coin\/75 {
    border-inline-start-color:rgba(38,38,38,.75)}

.border-s-black-coin\/80 {
    border-inline-start-color:rgba(38,38,38,.8)}

.border-s-black-coin\/90 {
    border-inline-start-color:rgba(38,38,38,.9)}

.border-s-black-coin\/95 {
    border-inline-start-color:rgba(38,38,38,.95)}

.border-s-black-config {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(51 48 41/var(--tw-border-opacity))}

.border-s-black-config\/0 {
    border-inline-start-color: rgba(51,48,41,0)
}

.border-s-black-config\/10 {
    border-inline-start-color:rgba(51,48,41,.1)}

.border-s-black-config\/100 {
    border-inline-start-color:#333029}

.border-s-black-config\/20 {
    border-inline-start-color:rgba(51,48,41,.2)}

.border-s-black-config\/25 {
    border-inline-start-color:rgba(51,48,41,.25)}

.border-s-black-config\/30 {
    border-inline-start-color:rgba(51,48,41,.3)}

.border-s-black-config\/40 {
    border-inline-start-color:rgba(51,48,41,.4)}

.border-s-black-config\/5 {
    border-inline-start-color:rgba(51,48,41,.05)}

.border-s-black-config\/50 {
    border-inline-start-color:rgba(51,48,41,.5)}

.border-s-black-config\/60 {
    border-inline-start-color:rgba(51,48,41,.6)}

.border-s-black-config\/70 {
    border-inline-start-color:rgba(51,48,41,.7)}

.border-s-black-config\/75 {
    border-inline-start-color:rgba(51,48,41,.75)}

.border-s-black-config\/80 {
    border-inline-start-color:rgba(51,48,41,.8)}

.border-s-black-config\/90 {
    border-inline-start-color:rgba(51,48,41,.9)}

.border-s-black-config\/95 {
    border-inline-start-color:rgba(51,48,41,.95)}

.border-s-black-default {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(0 0 0/var(--tw-border-opacity))}

.border-s-black-default\/0 {
    border-inline-start-color: transparent
}

.border-s-black-default\/10 {
    border-inline-start-color:rgba(0,0,0,.1)}

.border-s-black-default\/100 {
    border-inline-start-color:#000}

.border-s-black-default\/20 {
    border-inline-start-color:rgba(0,0,0,.2)}

.border-s-black-default\/25 {
    border-inline-start-color:rgba(0,0,0,.25)}

.border-s-black-default\/30 {
    border-inline-start-color:rgba(0,0,0,.3)}

.border-s-black-default\/40 {
    border-inline-start-color:rgba(0,0,0,.4)}

.border-s-black-default\/5 {
    border-inline-start-color:rgba(0,0,0,.05)}

.border-s-black-default\/50 {
    border-inline-start-color:rgba(0,0,0,.5)}

.border-s-black-default\/60 {
    border-inline-start-color:rgba(0,0,0,.6)}

.border-s-black-default\/70 {
    border-inline-start-color:rgba(0,0,0,.7)}

.border-s-black-default\/75 {
    border-inline-start-color:rgba(0,0,0,.75)}

.border-s-black-default\/80 {
    border-inline-start-color:rgba(0,0,0,.8)}

.border-s-black-default\/90 {
    border-inline-start-color:rgba(0,0,0,.9)}

.border-s-black-default\/95 {
    border-inline-start-color:rgba(0,0,0,.95)}

.border-s-black-footer {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(25 27 30/var(--tw-border-opacity))}

.border-s-black-footer\/0 {
    border-inline-start-color: rgba(25,27,30,0)
}

.border-s-black-footer\/10 {
    border-inline-start-color:rgba(25,27,30,.1)}

.border-s-black-footer\/100 {
    border-inline-start-color:#191b1e}

.border-s-black-footer\/20 {
    border-inline-start-color:rgba(25,27,30,.2)}

.border-s-black-footer\/25 {
    border-inline-start-color:rgba(25,27,30,.25)}

.border-s-black-footer\/30 {
    border-inline-start-color:rgba(25,27,30,.3)}

.border-s-black-footer\/40 {
    border-inline-start-color:rgba(25,27,30,.4)}

.border-s-black-footer\/5 {
    border-inline-start-color:rgba(25,27,30,.05)}

.border-s-black-footer\/50 {
    border-inline-start-color:rgba(25,27,30,.5)}

.border-s-black-footer\/60 {
    border-inline-start-color:rgba(25,27,30,.6)}

.border-s-black-footer\/70 {
    border-inline-start-color:rgba(25,27,30,.7)}

.border-s-black-footer\/75 {
    border-inline-start-color:rgba(25,27,30,.75)}

.border-s-black-footer\/80 {
    border-inline-start-color:rgba(25,27,30,.8)}

.border-s-black-footer\/90 {
    border-inline-start-color:rgba(25,27,30,.9)}

.border-s-black-footer\/95 {
    border-inline-start-color:rgba(25,27,30,.95)}

.border-s-black-head {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(51 48 41/var(--tw-border-opacity))}

.border-s-black-head-table {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(10 12 14/var(--tw-border-opacity))}

.border-s-black-head-table\/0 {
    border-inline-start-color: rgba(10,12,14,0)
}

.border-s-black-head-table\/10 {
    border-inline-start-color:rgba(10,12,14,.1)}

.border-s-black-head-table\/100 {
    border-inline-start-color:#0a0c0e}

.border-s-black-head-table\/20 {
    border-inline-start-color:rgba(10,12,14,.2)}

.border-s-black-head-table\/25 {
    border-inline-start-color:rgba(10,12,14,.25)}

.border-s-black-head-table\/30 {
    border-inline-start-color:rgba(10,12,14,.3)}

.border-s-black-head-table\/40 {
    border-inline-start-color:rgba(10,12,14,.4)}

.border-s-black-head-table\/5 {
    border-inline-start-color:rgba(10,12,14,.05)}

.border-s-black-head-table\/50 {
    border-inline-start-color:rgba(10,12,14,.5)}

.border-s-black-head-table\/60 {
    border-inline-start-color:rgba(10,12,14,.6)}

.border-s-black-head-table\/70 {
    border-inline-start-color:rgba(10,12,14,.7)}

.border-s-black-head-table\/75 {
    border-inline-start-color:rgba(10,12,14,.75)}

.border-s-black-head-table\/80 {
    border-inline-start-color:rgba(10,12,14,.8)}

.border-s-black-head-table\/90 {
    border-inline-start-color:rgba(10,12,14,.9)}

.border-s-black-head-table\/95 {
    border-inline-start-color:rgba(10,12,14,.95)}

.border-s-black-head\/0 {
    border-inline-start-color:rgba(51,48,41,0)}

.border-s-black-head\/10 {
    border-inline-start-color:rgba(51,48,41,.1)}

.border-s-black-head\/100 {
    border-inline-start-color:#333029}

.border-s-black-head\/20 {
    border-inline-start-color:rgba(51,48,41,.2)}

.border-s-black-head\/25 {
    border-inline-start-color:rgba(51,48,41,.25)}

.border-s-black-head\/30 {
    border-inline-start-color:rgba(51,48,41,.3)}

.border-s-black-head\/40 {
    border-inline-start-color:rgba(51,48,41,.4)}

.border-s-black-head\/5 {
    border-inline-start-color:rgba(51,48,41,.05)}

.border-s-black-head\/50 {
    border-inline-start-color:rgba(51,48,41,.5)}

.border-s-black-head\/60 {
    border-inline-start-color:rgba(51,48,41,.6)}

.border-s-black-head\/70 {
    border-inline-start-color:rgba(51,48,41,.7)}

.border-s-black-head\/75 {
    border-inline-start-color:rgba(51,48,41,.75)}

.border-s-black-head\/80 {
    border-inline-start-color:rgba(51,48,41,.8)}

.border-s-black-head\/90 {
    border-inline-start-color:rgba(51,48,41,.9)}

.border-s-black-head\/95 {
    border-inline-start-color:rgba(51,48,41,.95)}

.border-s-black-header-about {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(32 32 32/var(--tw-border-opacity))}

.border-s-black-header-about\/0 {
    border-inline-start-color: rgba(32,32,32,0)
}

.border-s-black-header-about\/10 {
    border-inline-start-color:rgba(32,32,32,.1)}

.border-s-black-header-about\/100 {
    border-inline-start-color:#202020}

.border-s-black-header-about\/20 {
    border-inline-start-color:rgba(32,32,32,.2)}

.border-s-black-header-about\/25 {
    border-inline-start-color:rgba(32,32,32,.25)}

.border-s-black-header-about\/30 {
    border-inline-start-color:rgba(32,32,32,.3)}

.border-s-black-header-about\/40 {
    border-inline-start-color:rgba(32,32,32,.4)}

.border-s-black-header-about\/5 {
    border-inline-start-color:rgba(32,32,32,.05)}

.border-s-black-header-about\/50 {
    border-inline-start-color:rgba(32,32,32,.5)}

.border-s-black-header-about\/60 {
    border-inline-start-color:rgba(32,32,32,.6)}

.border-s-black-header-about\/70 {
    border-inline-start-color:rgba(32,32,32,.7)}

.border-s-black-header-about\/75 {
    border-inline-start-color:rgba(32,32,32,.75)}

.border-s-black-header-about\/80 {
    border-inline-start-color:rgba(32,32,32,.8)}

.border-s-black-header-about\/90 {
    border-inline-start-color:rgba(32,32,32,.9)}

.border-s-black-header-about\/95 {
    border-inline-start-color:rgba(32,32,32,.95)}

.border-s-black-header-top {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(14 9 1/var(--tw-border-opacity))}

.border-s-black-header-top\/0 {
    border-inline-start-color: rgba(14,9,1,0)
}

.border-s-black-header-top\/10 {
    border-inline-start-color:rgba(14,9,1,.1)}

.border-s-black-header-top\/100 {
    border-inline-start-color:#0e0901}

.border-s-black-header-top\/20 {
    border-inline-start-color:rgba(14,9,1,.2)}

.border-s-black-header-top\/25 {
    border-inline-start-color:rgba(14,9,1,.25)}

.border-s-black-header-top\/30 {
    border-inline-start-color:rgba(14,9,1,.3)}

.border-s-black-header-top\/40 {
    border-inline-start-color:rgba(14,9,1,.4)}

.border-s-black-header-top\/5 {
    border-inline-start-color:rgba(14,9,1,.05)}

.border-s-black-header-top\/50 {
    border-inline-start-color:rgba(14,9,1,.5)}

.border-s-black-header-top\/60 {
    border-inline-start-color:rgba(14,9,1,.6)}

.border-s-black-header-top\/70 {
    border-inline-start-color:rgba(14,9,1,.7)}

.border-s-black-header-top\/75 {
    border-inline-start-color:rgba(14,9,1,.75)}

.border-s-black-header-top\/80 {
    border-inline-start-color:rgba(14,9,1,.8)}

.border-s-black-header-top\/90 {
    border-inline-start-color:rgba(14,9,1,.9)}

.border-s-black-header-top\/95 {
    border-inline-start-color:rgba(14,9,1,.95)}

.border-s-black-main {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(13 9 6/var(--tw-border-opacity))}

.border-s-black-main\/0 {
    border-inline-start-color: rgba(13,9,6,0)
}

.border-s-black-main\/10 {
    border-inline-start-color:rgba(13,9,6,.1)}

.border-s-black-main\/100 {
    border-inline-start-color:#0d0906}

.border-s-black-main\/20 {
    border-inline-start-color:rgba(13,9,6,.2)}

.border-s-black-main\/25 {
    border-inline-start-color:rgba(13,9,6,.25)}

.border-s-black-main\/30 {
    border-inline-start-color:rgba(13,9,6,.3)}

.border-s-black-main\/40 {
    border-inline-start-color:rgba(13,9,6,.4)}

.border-s-black-main\/5 {
    border-inline-start-color:rgba(13,9,6,.05)}

.border-s-black-main\/50 {
    border-inline-start-color:rgba(13,9,6,.5)}

.border-s-black-main\/60 {
    border-inline-start-color:rgba(13,9,6,.6)}

.border-s-black-main\/70 {
    border-inline-start-color:rgba(13,9,6,.7)}

.border-s-black-main\/75 {
    border-inline-start-color:rgba(13,9,6,.75)}

.border-s-black-main\/80 {
    border-inline-start-color:rgba(13,9,6,.8)}

.border-s-black-main\/90 {
    border-inline-start-color:rgba(13,9,6,.9)}

.border-s-black-main\/95 {
    border-inline-start-color:rgba(13,9,6,.95)}

.border-s-black-option {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(11 12 11/var(--tw-border-opacity))}

.border-s-black-option\/0 {
    border-inline-start-color: rgba(11,12,11,0)
}

.border-s-black-option\/10 {
    border-inline-start-color:rgba(11,12,11,.1)}

.border-s-black-option\/100 {
    border-inline-start-color:#0b0c0b}

.border-s-black-option\/20 {
    border-inline-start-color:rgba(11,12,11,.2)}

.border-s-black-option\/25 {
    border-inline-start-color:rgba(11,12,11,.25)}

.border-s-black-option\/30 {
    border-inline-start-color:rgba(11,12,11,.3)}

.border-s-black-option\/40 {
    border-inline-start-color:rgba(11,12,11,.4)}

.border-s-black-option\/5 {
    border-inline-start-color:rgba(11,12,11,.05)}

.border-s-black-option\/50 {
    border-inline-start-color:rgba(11,12,11,.5)}

.border-s-black-option\/60 {
    border-inline-start-color:rgba(11,12,11,.6)}

.border-s-black-option\/70 {
    border-inline-start-color:rgba(11,12,11,.7)}

.border-s-black-option\/75 {
    border-inline-start-color:rgba(11,12,11,.75)}

.border-s-black-option\/80 {
    border-inline-start-color:rgba(11,12,11,.8)}

.border-s-black-option\/90 {
    border-inline-start-color:rgba(11,12,11,.9)}

.border-s-black-option\/95 {
    border-inline-start-color:rgba(11,12,11,.95)}

.border-s-black-table-account {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(26 26 26/var(--tw-border-opacity))}

.border-s-black-table-account\/0 {
    border-inline-start-color: rgba(26,26,26,0)
}

.border-s-black-table-account\/10 {
    border-inline-start-color:rgba(26,26,26,.1)}

.border-s-black-table-account\/100 {
    border-inline-start-color:#1a1a1a}

.border-s-black-table-account\/20 {
    border-inline-start-color:rgba(26,26,26,.2)}

.border-s-black-table-account\/25 {
    border-inline-start-color:rgba(26,26,26,.25)}

.border-s-black-table-account\/30 {
    border-inline-start-color:rgba(26,26,26,.3)}

.border-s-black-table-account\/40 {
    border-inline-start-color:rgba(26,26,26,.4)}

.border-s-black-table-account\/5 {
    border-inline-start-color:rgba(26,26,26,.05)}

.border-s-black-table-account\/50 {
    border-inline-start-color:rgba(26,26,26,.5)}

.border-s-black-table-account\/60 {
    border-inline-start-color:rgba(26,26,26,.6)}

.border-s-black-table-account\/70 {
    border-inline-start-color:rgba(26,26,26,.7)}

.border-s-black-table-account\/75 {
    border-inline-start-color:rgba(26,26,26,.75)}

.border-s-black-table-account\/80 {
    border-inline-start-color:rgba(26,26,26,.8)}

.border-s-black-table-account\/90 {
    border-inline-start-color:rgba(26,26,26,.9)}

.border-s-black-table-account\/95 {
    border-inline-start-color:rgba(26,26,26,.95)}

.border-s-black-text {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(26 29 27/var(--tw-border-opacity))}

.border-s-black-text\/0 {
    border-inline-start-color: rgba(26,29,27,0)
}

.border-s-black-text\/10 {
    border-inline-start-color:rgba(26,29,27,.1)}

.border-s-black-text\/100 {
    border-inline-start-color:#1a1d1b}

.border-s-black-text\/20 {
    border-inline-start-color:rgba(26,29,27,.2)}

.border-s-black-text\/25 {
    border-inline-start-color:rgba(26,29,27,.25)}

.border-s-black-text\/30 {
    border-inline-start-color:rgba(26,29,27,.3)}

.border-s-black-text\/40 {
    border-inline-start-color:rgba(26,29,27,.4)}

.border-s-black-text\/5 {
    border-inline-start-color:rgba(26,29,27,.05)}

.border-s-black-text\/50 {
    border-inline-start-color:rgba(26,29,27,.5)}

.border-s-black-text\/60 {
    border-inline-start-color:rgba(26,29,27,.6)}

.border-s-black-text\/70 {
    border-inline-start-color:rgba(26,29,27,.7)}

.border-s-black-text\/75 {
    border-inline-start-color:rgba(26,29,27,.75)}

.border-s-black-text\/80 {
    border-inline-start-color:rgba(26,29,27,.8)}

.border-s-black-text\/90 {
    border-inline-start-color:rgba(26,29,27,.9)}

.border-s-black-text\/95 {
    border-inline-start-color:rgba(26,29,27,.95)}

.border-s-black-text1 {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(71 70 63/var(--tw-border-opacity))}

.border-s-black-text1\/0 {
    border-inline-start-color: rgba(71,70,63,0)
}

.border-s-black-text1\/10 {
    border-inline-start-color:rgba(71,70,63,.1)}

.border-s-black-text1\/100 {
    border-inline-start-color:#47463f}

.border-s-black-text1\/20 {
    border-inline-start-color:rgba(71,70,63,.2)}

.border-s-black-text1\/25 {
    border-inline-start-color:rgba(71,70,63,.25)}

.border-s-black-text1\/30 {
    border-inline-start-color:rgba(71,70,63,.3)}

.border-s-black-text1\/40 {
    border-inline-start-color:rgba(71,70,63,.4)}

.border-s-black-text1\/5 {
    border-inline-start-color:rgba(71,70,63,.05)}

.border-s-black-text1\/50 {
    border-inline-start-color:rgba(71,70,63,.5)}

.border-s-black-text1\/60 {
    border-inline-start-color:rgba(71,70,63,.6)}

.border-s-black-text1\/70 {
    border-inline-start-color:rgba(71,70,63,.7)}

.border-s-black-text1\/75 {
    border-inline-start-color:rgba(71,70,63,.75)}

.border-s-black-text1\/80 {
    border-inline-start-color:rgba(71,70,63,.8)}

.border-s-black-text1\/90 {
    border-inline-start-color:rgba(71,70,63,.9)}

.border-s-black-text1\/95 {
    border-inline-start-color:rgba(71,70,63,.95)}

.border-s-black-vip {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(15 15 15/var(--tw-border-opacity))}

.border-s-black-vip\/0 {
    border-inline-start-color: hsla(0,0%,6%,0)
}

.border-s-black-vip\/10 {
    border-inline-start-color:hsla(0,0%,6%,.1)}

.border-s-black-vip\/100 {
    border-inline-start-color:#0f0f0f}

.border-s-black-vip\/20 {
    border-inline-start-color:hsla(0,0%,6%,.2)}

.border-s-black-vip\/25 {
    border-inline-start-color:hsla(0,0%,6%,.25)}

.border-s-black-vip\/30 {
    border-inline-start-color:hsla(0,0%,6%,.3)}

.border-s-black-vip\/40 {
    border-inline-start-color:hsla(0,0%,6%,.4)}

.border-s-black-vip\/5 {
    border-inline-start-color:hsla(0,0%,6%,.05)}

.border-s-black-vip\/50 {
    border-inline-start-color:hsla(0,0%,6%,.5)}

.border-s-black-vip\/60 {
    border-inline-start-color:hsla(0,0%,6%,.6)}

.border-s-black-vip\/70 {
    border-inline-start-color:hsla(0,0%,6%,.7)}

.border-s-black-vip\/75 {
    border-inline-start-color:hsla(0,0%,6%,.75)}

.border-s-black-vip\/80 {
    border-inline-start-color:hsla(0,0%,6%,.8)}

.border-s-black-vip\/90 {
    border-inline-start-color:hsla(0,0%,6%,.9)}

.border-s-black-vip\/95 {
    border-inline-start-color:hsla(0,0%,6%,.95)}

.border-s-blue-head-table {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(8 77 160/var(--tw-border-opacity))}

.border-s-blue-head-table\/0 {
    border-inline-start-color: rgba(8,77,160,0)
}

.border-s-blue-head-table\/10 {
    border-inline-start-color:rgba(8,77,160,.1)}

.border-s-blue-head-table\/100 {
    border-inline-start-color:#084da0}

.border-s-blue-head-table\/20 {
    border-inline-start-color:rgba(8,77,160,.2)}

.border-s-blue-head-table\/25 {
    border-inline-start-color:rgba(8,77,160,.25)}

.border-s-blue-head-table\/30 {
    border-inline-start-color:rgba(8,77,160,.3)}

.border-s-blue-head-table\/40 {
    border-inline-start-color:rgba(8,77,160,.4)}

.border-s-blue-head-table\/5 {
    border-inline-start-color:rgba(8,77,160,.05)}

.border-s-blue-head-table\/50 {
    border-inline-start-color:rgba(8,77,160,.5)}

.border-s-blue-head-table\/60 {
    border-inline-start-color:rgba(8,77,160,.6)}

.border-s-blue-head-table\/70 {
    border-inline-start-color:rgba(8,77,160,.7)}

.border-s-blue-head-table\/75 {
    border-inline-start-color:rgba(8,77,160,.75)}

.border-s-blue-head-table\/80 {
    border-inline-start-color:rgba(8,77,160,.8)}

.border-s-blue-head-table\/90 {
    border-inline-start-color:rgba(8,77,160,.9)}

.border-s-blue-head-table\/95 {
    border-inline-start-color:rgba(8,77,160,.95)}

.border-s-blue-item-history {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(48 53 56/var(--tw-border-opacity))}

.border-s-blue-item-history\/0 {
    border-inline-start-color: rgba(48,53,56,0)
}

.border-s-blue-item-history\/10 {
    border-inline-start-color:rgba(48,53,56,.1)}

.border-s-blue-item-history\/100 {
    border-inline-start-color:#303538}

.border-s-blue-item-history\/20 {
    border-inline-start-color:rgba(48,53,56,.2)}

.border-s-blue-item-history\/25 {
    border-inline-start-color:rgba(48,53,56,.25)}

.border-s-blue-item-history\/30 {
    border-inline-start-color:rgba(48,53,56,.3)}

.border-s-blue-item-history\/40 {
    border-inline-start-color:rgba(48,53,56,.4)}

.border-s-blue-item-history\/5 {
    border-inline-start-color:rgba(48,53,56,.05)}

.border-s-blue-item-history\/50 {
    border-inline-start-color:rgba(48,53,56,.5)}

.border-s-blue-item-history\/60 {
    border-inline-start-color:rgba(48,53,56,.6)}

.border-s-blue-item-history\/70 {
    border-inline-start-color:rgba(48,53,56,.7)}

.border-s-blue-item-history\/75 {
    border-inline-start-color:rgba(48,53,56,.75)}

.border-s-blue-item-history\/80 {
    border-inline-start-color:rgba(48,53,56,.8)}

.border-s-blue-item-history\/90 {
    border-inline-start-color:rgba(48,53,56,.9)}

.border-s-blue-item-history\/95 {
    border-inline-start-color:rgba(48,53,56,.95)}

.border-s-blue-process {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(76 88 102/var(--tw-border-opacity))}

.border-s-blue-process\/0 {
    border-inline-start-color: rgba(76,88,102,0)
}

.border-s-blue-process\/10 {
    border-inline-start-color:rgba(76,88,102,.1)}

.border-s-blue-process\/100 {
    border-inline-start-color:#4c5866}

.border-s-blue-process\/20 {
    border-inline-start-color:rgba(76,88,102,.2)}

.border-s-blue-process\/25 {
    border-inline-start-color:rgba(76,88,102,.25)}

.border-s-blue-process\/30 {
    border-inline-start-color:rgba(76,88,102,.3)}

.border-s-blue-process\/40 {
    border-inline-start-color:rgba(76,88,102,.4)}

.border-s-blue-process\/5 {
    border-inline-start-color:rgba(76,88,102,.05)}

.border-s-blue-process\/50 {
    border-inline-start-color:rgba(76,88,102,.5)}

.border-s-blue-process\/60 {
    border-inline-start-color:rgba(76,88,102,.6)}

.border-s-blue-process\/70 {
    border-inline-start-color:rgba(76,88,102,.7)}

.border-s-blue-process\/75 {
    border-inline-start-color:rgba(76,88,102,.75)}

.border-s-blue-process\/80 {
    border-inline-start-color:rgba(76,88,102,.8)}

.border-s-blue-process\/90 {
    border-inline-start-color:rgba(76,88,102,.9)}

.border-s-blue-process\/95 {
    border-inline-start-color:rgba(76,88,102,.95)}

.border-s-btn-inactive {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(109 109 109/var(--tw-border-opacity))}

.border-s-btn-inactive\/0 {
    border-inline-start-color: hsla(0,0%,43%,0)
}

.border-s-btn-inactive\/10 {
    border-inline-start-color:hsla(0,0%,43%,.1)}

.border-s-btn-inactive\/100 {
    border-inline-start-color:#6d6d6d}

.border-s-btn-inactive\/20 {
    border-inline-start-color:hsla(0,0%,43%,.2)}

.border-s-btn-inactive\/25 {
    border-inline-start-color:hsla(0,0%,43%,.25)}

.border-s-btn-inactive\/30 {
    border-inline-start-color:hsla(0,0%,43%,.3)}

.border-s-btn-inactive\/40 {
    border-inline-start-color:hsla(0,0%,43%,.4)}

.border-s-btn-inactive\/5 {
    border-inline-start-color:hsla(0,0%,43%,.05)}

.border-s-btn-inactive\/50 {
    border-inline-start-color:hsla(0,0%,43%,.5)}

.border-s-btn-inactive\/60 {
    border-inline-start-color:hsla(0,0%,43%,.6)}

.border-s-btn-inactive\/70 {
    border-inline-start-color:hsla(0,0%,43%,.7)}

.border-s-btn-inactive\/75 {
    border-inline-start-color:hsla(0,0%,43%,.75)}

.border-s-btn-inactive\/80 {
    border-inline-start-color:hsla(0,0%,43%,.8)}

.border-s-btn-inactive\/90 {
    border-inline-start-color:hsla(0,0%,43%,.9)}

.border-s-btn-inactive\/95 {
    border-inline-start-color:hsla(0,0%,43%,.95)}

.border-s-button {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(185 143 93/var(--tw-border-opacity))}

.border-s-button\/0 {
    border-inline-start-color: rgba(185,143,93,0)
}

.border-s-button\/10 {
    border-inline-start-color:rgba(185,143,93,.1)}

.border-s-button\/100 {
    border-inline-start-color:#b98f5d}

.border-s-button\/20 {
    border-inline-start-color:rgba(185,143,93,.2)}

.border-s-button\/25 {
    border-inline-start-color:rgba(185,143,93,.25)}

.border-s-button\/30 {
    border-inline-start-color:rgba(185,143,93,.3)}

.border-s-button\/40 {
    border-inline-start-color:rgba(185,143,93,.4)}

.border-s-button\/5 {
    border-inline-start-color:rgba(185,143,93,.05)}

.border-s-button\/50 {
    border-inline-start-color:rgba(185,143,93,.5)}

.border-s-button\/60 {
    border-inline-start-color:rgba(185,143,93,.6)}

.border-s-button\/70 {
    border-inline-start-color:rgba(185,143,93,.7)}

.border-s-button\/75 {
    border-inline-start-color:rgba(185,143,93,.75)}

.border-s-button\/80 {
    border-inline-start-color:rgba(185,143,93,.8)}

.border-s-button\/90 {
    border-inline-start-color:rgba(185,143,93,.9)}

.border-s-button\/95 {
    border-inline-start-color:rgba(185,143,93,.95)}

.border-s-card {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(21 18 18/var(--tw-border-opacity))}

.border-s-card\/0 {
    border-inline-start-color: hsla(0,8%,8%,0)
}

.border-s-card\/10 {
    border-inline-start-color:hsla(0,8%,8%,.1)}

.border-s-card\/100 {
    border-inline-start-color:#151212}

.border-s-card\/20 {
    border-inline-start-color:hsla(0,8%,8%,.2)}

.border-s-card\/25 {
    border-inline-start-color:hsla(0,8%,8%,.25)}

.border-s-card\/30 {
    border-inline-start-color:hsla(0,8%,8%,.3)}

.border-s-card\/40 {
    border-inline-start-color:hsla(0,8%,8%,.4)}

.border-s-card\/5 {
    border-inline-start-color:hsla(0,8%,8%,.05)}

.border-s-card\/50 {
    border-inline-start-color:hsla(0,8%,8%,.5)}

.border-s-card\/60 {
    border-inline-start-color:hsla(0,8%,8%,.6)}

.border-s-card\/70 {
    border-inline-start-color:hsla(0,8%,8%,.7)}

.border-s-card\/75 {
    border-inline-start-color:hsla(0,8%,8%,.75)}

.border-s-card\/80 {
    border-inline-start-color:hsla(0,8%,8%,.8)}

.border-s-card\/90 {
    border-inline-start-color:hsla(0,8%,8%,.9)}

.border-s-card\/95 {
    border-inline-start-color:hsla(0,8%,8%,.95)}

.border-s-disable-text {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(109 109 109/var(--tw-border-opacity))}

.border-s-disable-text\/0 {
    border-inline-start-color: hsla(0,0%,43%,0)
}

.border-s-disable-text\/10 {
    border-inline-start-color:hsla(0,0%,43%,.1)}

.border-s-disable-text\/100 {
    border-inline-start-color:#6d6d6d}

.border-s-disable-text\/20 {
    border-inline-start-color:hsla(0,0%,43%,.2)}

.border-s-disable-text\/25 {
    border-inline-start-color:hsla(0,0%,43%,.25)}

.border-s-disable-text\/30 {
    border-inline-start-color:hsla(0,0%,43%,.3)}

.border-s-disable-text\/40 {
    border-inline-start-color:hsla(0,0%,43%,.4)}

.border-s-disable-text\/5 {
    border-inline-start-color:hsla(0,0%,43%,.05)}

.border-s-disable-text\/50 {
    border-inline-start-color:hsla(0,0%,43%,.5)}

.border-s-disable-text\/60 {
    border-inline-start-color:hsla(0,0%,43%,.6)}

.border-s-disable-text\/70 {
    border-inline-start-color:hsla(0,0%,43%,.7)}

.border-s-disable-text\/75 {
    border-inline-start-color:hsla(0,0%,43%,.75)}

.border-s-disable-text\/80 {
    border-inline-start-color:hsla(0,0%,43%,.8)}

.border-s-disable-text\/90 {
    border-inline-start-color:hsla(0,0%,43%,.9)}

.border-s-disable-text\/95 {
    border-inline-start-color:hsla(0,0%,43%,.95)}

.border-s-event-promotion-big-win-bg {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(149 118 76/var(--tw-border-opacity))}

.border-s-event-promotion-big-win-bg\/0 {
    border-inline-start-color: rgba(149,118,76,0)
}

.border-s-event-promotion-big-win-bg\/10 {
    border-inline-start-color:rgba(149,118,76,.1)}

.border-s-event-promotion-big-win-bg\/100 {
    border-inline-start-color:#95764c}

.border-s-event-promotion-big-win-bg\/20 {
    border-inline-start-color:rgba(149,118,76,.2)}

.border-s-event-promotion-big-win-bg\/25 {
    border-inline-start-color:rgba(149,118,76,.25)}

.border-s-event-promotion-big-win-bg\/30 {
    border-inline-start-color:rgba(149,118,76,.3)}

.border-s-event-promotion-big-win-bg\/40 {
    border-inline-start-color:rgba(149,118,76,.4)}

.border-s-event-promotion-big-win-bg\/5 {
    border-inline-start-color:rgba(149,118,76,.05)}

.border-s-event-promotion-big-win-bg\/50 {
    border-inline-start-color:rgba(149,118,76,.5)}

.border-s-event-promotion-big-win-bg\/60 {
    border-inline-start-color:rgba(149,118,76,.6)}

.border-s-event-promotion-big-win-bg\/70 {
    border-inline-start-color:rgba(149,118,76,.7)}

.border-s-event-promotion-big-win-bg\/75 {
    border-inline-start-color:rgba(149,118,76,.75)}

.border-s-event-promotion-big-win-bg\/80 {
    border-inline-start-color:rgba(149,118,76,.8)}

.border-s-event-promotion-big-win-bg\/90 {
    border-inline-start-color:rgba(149,118,76,.9)}

.border-s-event-promotion-big-win-bg\/95 {
    border-inline-start-color:rgba(149,118,76,.95)}

.border-s-event-promotion-highlight {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(246 192 65/var(--tw-border-opacity))}

.border-s-event-promotion-highlight\/0 {
    border-inline-start-color: rgba(246,192,65,0)
}

.border-s-event-promotion-highlight\/10 {
    border-inline-start-color:rgba(246,192,65,.1)}

.border-s-event-promotion-highlight\/100 {
    border-inline-start-color:#f6c041}

.border-s-event-promotion-highlight\/20 {
    border-inline-start-color:rgba(246,192,65,.2)}

.border-s-event-promotion-highlight\/25 {
    border-inline-start-color:rgba(246,192,65,.25)}

.border-s-event-promotion-highlight\/30 {
    border-inline-start-color:rgba(246,192,65,.3)}

.border-s-event-promotion-highlight\/40 {
    border-inline-start-color:rgba(246,192,65,.4)}

.border-s-event-promotion-highlight\/5 {
    border-inline-start-color:rgba(246,192,65,.05)}

.border-s-event-promotion-highlight\/50 {
    border-inline-start-color:rgba(246,192,65,.5)}

.border-s-event-promotion-highlight\/60 {
    border-inline-start-color:rgba(246,192,65,.6)}

.border-s-event-promotion-highlight\/70 {
    border-inline-start-color:rgba(246,192,65,.7)}

.border-s-event-promotion-highlight\/75 {
    border-inline-start-color:rgba(246,192,65,.75)}

.border-s-event-promotion-highlight\/80 {
    border-inline-start-color:rgba(246,192,65,.8)}

.border-s-event-promotion-highlight\/90 {
    border-inline-start-color:rgba(246,192,65,.9)}

.border-s-event-promotion-highlight\/95 {
    border-inline-start-color:rgba(246,192,65,.95)}

.border-s-gray-about {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(145 145 145/var(--tw-border-opacity))}

.border-s-gray-about\/0 {
    border-inline-start-color: hsla(0,0%,57%,0)
}

.border-s-gray-about\/10 {
    border-inline-start-color:hsla(0,0%,57%,.1)}

.border-s-gray-about\/100 {
    border-inline-start-color:#919191}

.border-s-gray-about\/20 {
    border-inline-start-color:hsla(0,0%,57%,.2)}

.border-s-gray-about\/25 {
    border-inline-start-color:hsla(0,0%,57%,.25)}

.border-s-gray-about\/30 {
    border-inline-start-color:hsla(0,0%,57%,.3)}

.border-s-gray-about\/40 {
    border-inline-start-color:hsla(0,0%,57%,.4)}

.border-s-gray-about\/5 {
    border-inline-start-color:hsla(0,0%,57%,.05)}

.border-s-gray-about\/50 {
    border-inline-start-color:hsla(0,0%,57%,.5)}

.border-s-gray-about\/60 {
    border-inline-start-color:hsla(0,0%,57%,.6)}

.border-s-gray-about\/70 {
    border-inline-start-color:hsla(0,0%,57%,.7)}

.border-s-gray-about\/75 {
    border-inline-start-color:hsla(0,0%,57%,.75)}

.border-s-gray-about\/80 {
    border-inline-start-color:hsla(0,0%,57%,.8)}

.border-s-gray-about\/90 {
    border-inline-start-color:hsla(0,0%,57%,.9)}

.border-s-gray-about\/95 {
    border-inline-start-color:hsla(0,0%,57%,.95)}

.border-s-gray-alert {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(50 52 59/var(--tw-border-opacity))}

.border-s-gray-alert\/0 {
    border-inline-start-color: rgba(50,52,59,0)
}

.border-s-gray-alert\/10 {
    border-inline-start-color:rgba(50,52,59,.1)}

.border-s-gray-alert\/100 {
    border-inline-start-color:#32343b}

.border-s-gray-alert\/20 {
    border-inline-start-color:rgba(50,52,59,.2)}

.border-s-gray-alert\/25 {
    border-inline-start-color:rgba(50,52,59,.25)}

.border-s-gray-alert\/30 {
    border-inline-start-color:rgba(50,52,59,.3)}

.border-s-gray-alert\/40 {
    border-inline-start-color:rgba(50,52,59,.4)}

.border-s-gray-alert\/5 {
    border-inline-start-color:rgba(50,52,59,.05)}

.border-s-gray-alert\/50 {
    border-inline-start-color:rgba(50,52,59,.5)}

.border-s-gray-alert\/60 {
    border-inline-start-color:rgba(50,52,59,.6)}

.border-s-gray-alert\/70 {
    border-inline-start-color:rgba(50,52,59,.7)}

.border-s-gray-alert\/75 {
    border-inline-start-color:rgba(50,52,59,.75)}

.border-s-gray-alert\/80 {
    border-inline-start-color:rgba(50,52,59,.8)}

.border-s-gray-alert\/90 {
    border-inline-start-color:rgba(50,52,59,.9)}

.border-s-gray-alert\/95 {
    border-inline-start-color:rgba(50,52,59,.95)}

.border-s-gray-background {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(45 45 45/var(--tw-border-opacity))}

.border-s-gray-background\/0 {
    border-inline-start-color: rgba(45,45,45,0)
}

.border-s-gray-background\/10 {
    border-inline-start-color:rgba(45,45,45,.1)}

.border-s-gray-background\/100 {
    border-inline-start-color:#2d2d2d}

.border-s-gray-background\/20 {
    border-inline-start-color:rgba(45,45,45,.2)}

.border-s-gray-background\/25 {
    border-inline-start-color:rgba(45,45,45,.25)}

.border-s-gray-background\/30 {
    border-inline-start-color:rgba(45,45,45,.3)}

.border-s-gray-background\/40 {
    border-inline-start-color:rgba(45,45,45,.4)}

.border-s-gray-background\/5 {
    border-inline-start-color:rgba(45,45,45,.05)}

.border-s-gray-background\/50 {
    border-inline-start-color:rgba(45,45,45,.5)}

.border-s-gray-background\/60 {
    border-inline-start-color:rgba(45,45,45,.6)}

.border-s-gray-background\/70 {
    border-inline-start-color:rgba(45,45,45,.7)}

.border-s-gray-background\/75 {
    border-inline-start-color:rgba(45,45,45,.75)}

.border-s-gray-background\/80 {
    border-inline-start-color:rgba(45,45,45,.8)}

.border-s-gray-background\/90 {
    border-inline-start-color:rgba(45,45,45,.9)}

.border-s-gray-background\/95 {
    border-inline-start-color:rgba(45,45,45,.95)}

.border-s-gray-background1 {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(73 72 71/var(--tw-border-opacity))}

.border-s-gray-background1\/0 {
    border-inline-start-color: rgba(73,72,71,0)
}

.border-s-gray-background1\/10 {
    border-inline-start-color:rgba(73,72,71,.1)}

.border-s-gray-background1\/100 {
    border-inline-start-color:#494847}

.border-s-gray-background1\/20 {
    border-inline-start-color:rgba(73,72,71,.2)}

.border-s-gray-background1\/25 {
    border-inline-start-color:rgba(73,72,71,.25)}

.border-s-gray-background1\/30 {
    border-inline-start-color:rgba(73,72,71,.3)}

.border-s-gray-background1\/40 {
    border-inline-start-color:rgba(73,72,71,.4)}

.border-s-gray-background1\/5 {
    border-inline-start-color:rgba(73,72,71,.05)}

.border-s-gray-background1\/50 {
    border-inline-start-color:rgba(73,72,71,.5)}

.border-s-gray-background1\/60 {
    border-inline-start-color:rgba(73,72,71,.6)}

.border-s-gray-background1\/70 {
    border-inline-start-color:rgba(73,72,71,.7)}

.border-s-gray-background1\/75 {
    border-inline-start-color:rgba(73,72,71,.75)}

.border-s-gray-background1\/80 {
    border-inline-start-color:rgba(73,72,71,.8)}

.border-s-gray-background1\/90 {
    border-inline-start-color:rgba(73,72,71,.9)}

.border-s-gray-background1\/95 {
    border-inline-start-color:rgba(73,72,71,.95)}

.border-s-gray-background2 {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(58 58 58/var(--tw-border-opacity))}

.border-s-gray-background2\/0 {
    border-inline-start-color: rgba(58,58,58,0)
}

.border-s-gray-background2\/10 {
    border-inline-start-color:rgba(58,58,58,.1)}

.border-s-gray-background2\/100 {
    border-inline-start-color:#3a3a3a}

.border-s-gray-background2\/20 {
    border-inline-start-color:rgba(58,58,58,.2)}

.border-s-gray-background2\/25 {
    border-inline-start-color:rgba(58,58,58,.25)}

.border-s-gray-background2\/30 {
    border-inline-start-color:rgba(58,58,58,.3)}

.border-s-gray-background2\/40 {
    border-inline-start-color:rgba(58,58,58,.4)}

.border-s-gray-background2\/5 {
    border-inline-start-color:rgba(58,58,58,.05)}

.border-s-gray-background2\/50 {
    border-inline-start-color:rgba(58,58,58,.5)}

.border-s-gray-background2\/60 {
    border-inline-start-color:rgba(58,58,58,.6)}

.border-s-gray-background2\/70 {
    border-inline-start-color:rgba(58,58,58,.7)}

.border-s-gray-background2\/75 {
    border-inline-start-color:rgba(58,58,58,.75)}

.border-s-gray-background2\/80 {
    border-inline-start-color:rgba(58,58,58,.8)}

.border-s-gray-background2\/90 {
    border-inline-start-color:rgba(58,58,58,.9)}

.border-s-gray-background2\/95 {
    border-inline-start-color:rgba(58,58,58,.95)}

.border-s-gray-bg1 {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(23 22 19/var(--tw-border-opacity))}

.border-s-gray-bg1\/0 {
    border-inline-start-color: rgba(23,22,19,0)
}

.border-s-gray-bg1\/10 {
    border-inline-start-color:rgba(23,22,19,.1)}

.border-s-gray-bg1\/100 {
    border-inline-start-color:#171613}

.border-s-gray-bg1\/20 {
    border-inline-start-color:rgba(23,22,19,.2)}

.border-s-gray-bg1\/25 {
    border-inline-start-color:rgba(23,22,19,.25)}

.border-s-gray-bg1\/30 {
    border-inline-start-color:rgba(23,22,19,.3)}

.border-s-gray-bg1\/40 {
    border-inline-start-color:rgba(23,22,19,.4)}

.border-s-gray-bg1\/5 {
    border-inline-start-color:rgba(23,22,19,.05)}

.border-s-gray-bg1\/50 {
    border-inline-start-color:rgba(23,22,19,.5)}

.border-s-gray-bg1\/60 {
    border-inline-start-color:rgba(23,22,19,.6)}

.border-s-gray-bg1\/70 {
    border-inline-start-color:rgba(23,22,19,.7)}

.border-s-gray-bg1\/75 {
    border-inline-start-color:rgba(23,22,19,.75)}

.border-s-gray-bg1\/80 {
    border-inline-start-color:rgba(23,22,19,.8)}

.border-s-gray-bg1\/90 {
    border-inline-start-color:rgba(23,22,19,.9)}

.border-s-gray-bg1\/95 {
    border-inline-start-color:rgba(23,22,19,.95)}

.border-s-gray-bg2 {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(71 70 64/var(--tw-border-opacity))}

.border-s-gray-bg2\/0 {
    border-inline-start-color: rgba(71,70,64,0)
}

.border-s-gray-bg2\/10 {
    border-inline-start-color:rgba(71,70,64,.1)}

.border-s-gray-bg2\/100 {
    border-inline-start-color:#474640}

.border-s-gray-bg2\/20 {
    border-inline-start-color:rgba(71,70,64,.2)}

.border-s-gray-bg2\/25 {
    border-inline-start-color:rgba(71,70,64,.25)}

.border-s-gray-bg2\/30 {
    border-inline-start-color:rgba(71,70,64,.3)}

.border-s-gray-bg2\/40 {
    border-inline-start-color:rgba(71,70,64,.4)}

.border-s-gray-bg2\/5 {
    border-inline-start-color:rgba(71,70,64,.05)}

.border-s-gray-bg2\/50 {
    border-inline-start-color:rgba(71,70,64,.5)}

.border-s-gray-bg2\/60 {
    border-inline-start-color:rgba(71,70,64,.6)}

.border-s-gray-bg2\/70 {
    border-inline-start-color:rgba(71,70,64,.7)}

.border-s-gray-bg2\/75 {
    border-inline-start-color:rgba(71,70,64,.75)}

.border-s-gray-bg2\/80 {
    border-inline-start-color:rgba(71,70,64,.8)}

.border-s-gray-bg2\/90 {
    border-inline-start-color:rgba(71,70,64,.9)}

.border-s-gray-bg2\/95 {
    border-inline-start-color:rgba(71,70,64,.95)}

.border-s-gray-bg3 {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(51 50 47/var(--tw-border-opacity))}

.border-s-gray-bg3\/0 {
    border-inline-start-color: rgba(51,50,47,0)
}

.border-s-gray-bg3\/10 {
    border-inline-start-color:rgba(51,50,47,.1)}

.border-s-gray-bg3\/100 {
    border-inline-start-color:#33322f}

.border-s-gray-bg3\/20 {
    border-inline-start-color:rgba(51,50,47,.2)}

.border-s-gray-bg3\/25 {
    border-inline-start-color:rgba(51,50,47,.25)}

.border-s-gray-bg3\/30 {
    border-inline-start-color:rgba(51,50,47,.3)}

.border-s-gray-bg3\/40 {
    border-inline-start-color:rgba(51,50,47,.4)}

.border-s-gray-bg3\/5 {
    border-inline-start-color:rgba(51,50,47,.05)}

.border-s-gray-bg3\/50 {
    border-inline-start-color:rgba(51,50,47,.5)}

.border-s-gray-bg3\/60 {
    border-inline-start-color:rgba(51,50,47,.6)}

.border-s-gray-bg3\/70 {
    border-inline-start-color:rgba(51,50,47,.7)}

.border-s-gray-bg3\/75 {
    border-inline-start-color:rgba(51,50,47,.75)}

.border-s-gray-bg3\/80 {
    border-inline-start-color:rgba(51,50,47,.8)}

.border-s-gray-bg3\/90 {
    border-inline-start-color:rgba(51,50,47,.9)}

.border-s-gray-bg3\/95 {
    border-inline-start-color:rgba(51,50,47,.95)}

.border-s-gray-bg4 {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(41 42 43/var(--tw-border-opacity))}

.border-s-gray-bg4\/0 {
    border-inline-start-color: rgba(41,42,43,0)
}

.border-s-gray-bg4\/10 {
    border-inline-start-color:rgba(41,42,43,.1)}

.border-s-gray-bg4\/100 {
    border-inline-start-color:#292a2b}

.border-s-gray-bg4\/20 {
    border-inline-start-color:rgba(41,42,43,.2)}

.border-s-gray-bg4\/25 {
    border-inline-start-color:rgba(41,42,43,.25)}

.border-s-gray-bg4\/30 {
    border-inline-start-color:rgba(41,42,43,.3)}

.border-s-gray-bg4\/40 {
    border-inline-start-color:rgba(41,42,43,.4)}

.border-s-gray-bg4\/5 {
    border-inline-start-color:rgba(41,42,43,.05)}

.border-s-gray-bg4\/50 {
    border-inline-start-color:rgba(41,42,43,.5)}

.border-s-gray-bg4\/60 {
    border-inline-start-color:rgba(41,42,43,.6)}

.border-s-gray-bg4\/70 {
    border-inline-start-color:rgba(41,42,43,.7)}

.border-s-gray-bg4\/75 {
    border-inline-start-color:rgba(41,42,43,.75)}

.border-s-gray-bg4\/80 {
    border-inline-start-color:rgba(41,42,43,.8)}

.border-s-gray-bg4\/90 {
    border-inline-start-color:rgba(41,42,43,.9)}

.border-s-gray-bg4\/95 {
    border-inline-start-color:rgba(41,42,43,.95)}

.border-s-gray-bg5 {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(33 34 35/var(--tw-border-opacity))}

.border-s-gray-bg5\/0 {
    border-inline-start-color: rgba(33,34,35,0)
}

.border-s-gray-bg5\/10 {
    border-inline-start-color:rgba(33,34,35,.1)}

.border-s-gray-bg5\/100 {
    border-inline-start-color:#212223}

.border-s-gray-bg5\/20 {
    border-inline-start-color:rgba(33,34,35,.2)}

.border-s-gray-bg5\/25 {
    border-inline-start-color:rgba(33,34,35,.25)}

.border-s-gray-bg5\/30 {
    border-inline-start-color:rgba(33,34,35,.3)}

.border-s-gray-bg5\/40 {
    border-inline-start-color:rgba(33,34,35,.4)}

.border-s-gray-bg5\/5 {
    border-inline-start-color:rgba(33,34,35,.05)}

.border-s-gray-bg5\/50 {
    border-inline-start-color:rgba(33,34,35,.5)}

.border-s-gray-bg5\/60 {
    border-inline-start-color:rgba(33,34,35,.6)}

.border-s-gray-bg5\/70 {
    border-inline-start-color:rgba(33,34,35,.7)}

.border-s-gray-bg5\/75 {
    border-inline-start-color:rgba(33,34,35,.75)}

.border-s-gray-bg5\/80 {
    border-inline-start-color:rgba(33,34,35,.8)}

.border-s-gray-bg5\/90 {
    border-inline-start-color:rgba(33,34,35,.9)}

.border-s-gray-bg5\/95 {
    border-inline-start-color:rgba(33,34,35,.95)}

.border-s-gray-border {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(65 65 65/var(--tw-border-opacity))}

.border-s-gray-border\/0 {
    border-inline-start-color: rgba(65,65,65,0)
}

.border-s-gray-border\/10 {
    border-inline-start-color:rgba(65,65,65,.1)}

.border-s-gray-border\/100 {
    border-inline-start-color:#414141}

.border-s-gray-border\/20 {
    border-inline-start-color:rgba(65,65,65,.2)}

.border-s-gray-border\/25 {
    border-inline-start-color:rgba(65,65,65,.25)}

.border-s-gray-border\/30 {
    border-inline-start-color:rgba(65,65,65,.3)}

.border-s-gray-border\/40 {
    border-inline-start-color:rgba(65,65,65,.4)}

.border-s-gray-border\/5 {
    border-inline-start-color:rgba(65,65,65,.05)}

.border-s-gray-border\/50 {
    border-inline-start-color:rgba(65,65,65,.5)}

.border-s-gray-border\/60 {
    border-inline-start-color:rgba(65,65,65,.6)}

.border-s-gray-border\/70 {
    border-inline-start-color:rgba(65,65,65,.7)}

.border-s-gray-border\/75 {
    border-inline-start-color:rgba(65,65,65,.75)}

.border-s-gray-border\/80 {
    border-inline-start-color:rgba(65,65,65,.8)}

.border-s-gray-border\/90 {
    border-inline-start-color:rgba(65,65,65,.9)}

.border-s-gray-border\/95 {
    border-inline-start-color:rgba(65,65,65,.95)}

.border-s-gray-button {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(115 115 116/var(--tw-border-opacity))}

.border-s-gray-button\/0 {
    border-inline-start-color: hsla(240,0%,45%,0)
}

.border-s-gray-button\/10 {
    border-inline-start-color:hsla(240,0%,45%,.1)}

.border-s-gray-button\/100 {
    border-inline-start-color:#737374}

.border-s-gray-button\/20 {
    border-inline-start-color:hsla(240,0%,45%,.2)}

.border-s-gray-button\/25 {
    border-inline-start-color:hsla(240,0%,45%,.25)}

.border-s-gray-button\/30 {
    border-inline-start-color:hsla(240,0%,45%,.3)}

.border-s-gray-button\/40 {
    border-inline-start-color:hsla(240,0%,45%,.4)}

.border-s-gray-button\/5 {
    border-inline-start-color:hsla(240,0%,45%,.05)}

.border-s-gray-button\/50 {
    border-inline-start-color:hsla(240,0%,45%,.5)}

.border-s-gray-button\/60 {
    border-inline-start-color:hsla(240,0%,45%,.6)}

.border-s-gray-button\/70 {
    border-inline-start-color:hsla(240,0%,45%,.7)}

.border-s-gray-button\/75 {
    border-inline-start-color:hsla(240,0%,45%,.75)}

.border-s-gray-button\/80 {
    border-inline-start-color:hsla(240,0%,45%,.8)}

.border-s-gray-button\/90 {
    border-inline-start-color:hsla(240,0%,45%,.9)}

.border-s-gray-button\/95 {
    border-inline-start-color:hsla(240,0%,45%,.95)}

.border-s-gray-claimed {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(62 61 61/var(--tw-border-opacity))}

.border-s-gray-claimed\/0 {
    border-inline-start-color: rgba(62,61,61,0)
}

.border-s-gray-claimed\/10 {
    border-inline-start-color:rgba(62,61,61,.1)}

.border-s-gray-claimed\/100 {
    border-inline-start-color:#3e3d3d}

.border-s-gray-claimed\/20 {
    border-inline-start-color:rgba(62,61,61,.2)}

.border-s-gray-claimed\/25 {
    border-inline-start-color:rgba(62,61,61,.25)}

.border-s-gray-claimed\/30 {
    border-inline-start-color:rgba(62,61,61,.3)}

.border-s-gray-claimed\/40 {
    border-inline-start-color:rgba(62,61,61,.4)}

.border-s-gray-claimed\/5 {
    border-inline-start-color:rgba(62,61,61,.05)}

.border-s-gray-claimed\/50 {
    border-inline-start-color:rgba(62,61,61,.5)}

.border-s-gray-claimed\/60 {
    border-inline-start-color:rgba(62,61,61,.6)}

.border-s-gray-claimed\/70 {
    border-inline-start-color:rgba(62,61,61,.7)}

.border-s-gray-claimed\/75 {
    border-inline-start-color:rgba(62,61,61,.75)}

.border-s-gray-claimed\/80 {
    border-inline-start-color:rgba(62,61,61,.8)}

.border-s-gray-claimed\/90 {
    border-inline-start-color:rgba(62,61,61,.9)}

.border-s-gray-claimed\/95 {
    border-inline-start-color:rgba(62,61,61,.95)}

.border-s-gray-default {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(130 138 147/var(--tw-border-opacity))}

.border-s-gray-default\/0 {
    border-inline-start-color: hsla(212,7%,54%,0)
}

.border-s-gray-default\/10 {
    border-inline-start-color:hsla(212,7%,54%,.1)}

.border-s-gray-default\/100 {
    border-inline-start-color:#828a93}

.border-s-gray-default\/20 {
    border-inline-start-color:hsla(212,7%,54%,.2)}

.border-s-gray-default\/25 {
    border-inline-start-color:hsla(212,7%,54%,.25)}

.border-s-gray-default\/30 {
    border-inline-start-color:hsla(212,7%,54%,.3)}

.border-s-gray-default\/40 {
    border-inline-start-color:hsla(212,7%,54%,.4)}

.border-s-gray-default\/5 {
    border-inline-start-color:hsla(212,7%,54%,.05)}

.border-s-gray-default\/50 {
    border-inline-start-color:hsla(212,7%,54%,.5)}

.border-s-gray-default\/60 {
    border-inline-start-color:hsla(212,7%,54%,.6)}

.border-s-gray-default\/70 {
    border-inline-start-color:hsla(212,7%,54%,.7)}

.border-s-gray-default\/75 {
    border-inline-start-color:hsla(212,7%,54%,.75)}

.border-s-gray-default\/80 {
    border-inline-start-color:hsla(212,7%,54%,.8)}

.border-s-gray-default\/90 {
    border-inline-start-color:hsla(212,7%,54%,.9)}

.border-s-gray-default\/95 {
    border-inline-start-color:hsla(212,7%,54%,.95)}

.border-s-gray-disable {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(102 102 100/var(--tw-border-opacity))}

.border-s-gray-disable\/0 {
    border-inline-start-color: hsla(60,1%,40%,0)
}

.border-s-gray-disable\/10 {
    border-inline-start-color:hsla(60,1%,40%,.1)}

.border-s-gray-disable\/100 {
    border-inline-start-color:#666664}

.border-s-gray-disable\/20 {
    border-inline-start-color:hsla(60,1%,40%,.2)}

.border-s-gray-disable\/25 {
    border-inline-start-color:hsla(60,1%,40%,.25)}

.border-s-gray-disable\/30 {
    border-inline-start-color:hsla(60,1%,40%,.3)}

.border-s-gray-disable\/40 {
    border-inline-start-color:hsla(60,1%,40%,.4)}

.border-s-gray-disable\/5 {
    border-inline-start-color:hsla(60,1%,40%,.05)}

.border-s-gray-disable\/50 {
    border-inline-start-color:hsla(60,1%,40%,.5)}

.border-s-gray-disable\/60 {
    border-inline-start-color:hsla(60,1%,40%,.6)}

.border-s-gray-disable\/70 {
    border-inline-start-color:hsla(60,1%,40%,.7)}

.border-s-gray-disable\/75 {
    border-inline-start-color:hsla(60,1%,40%,.75)}

.border-s-gray-disable\/80 {
    border-inline-start-color:hsla(60,1%,40%,.8)}

.border-s-gray-disable\/90 {
    border-inline-start-color:hsla(60,1%,40%,.9)}

.border-s-gray-disable\/95 {
    border-inline-start-color:hsla(60,1%,40%,.95)}

.border-s-gray-form {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(42 44 49/var(--tw-border-opacity))}

.border-s-gray-form\/0 {
    border-inline-start-color: rgba(42,44,49,0)
}

.border-s-gray-form\/10 {
    border-inline-start-color:rgba(42,44,49,.1)}

.border-s-gray-form\/100 {
    border-inline-start-color:#2a2c31}

.border-s-gray-form\/20 {
    border-inline-start-color:rgba(42,44,49,.2)}

.border-s-gray-form\/25 {
    border-inline-start-color:rgba(42,44,49,.25)}

.border-s-gray-form\/30 {
    border-inline-start-color:rgba(42,44,49,.3)}

.border-s-gray-form\/40 {
    border-inline-start-color:rgba(42,44,49,.4)}

.border-s-gray-form\/5 {
    border-inline-start-color:rgba(42,44,49,.05)}

.border-s-gray-form\/50 {
    border-inline-start-color:rgba(42,44,49,.5)}

.border-s-gray-form\/60 {
    border-inline-start-color:rgba(42,44,49,.6)}

.border-s-gray-form\/70 {
    border-inline-start-color:rgba(42,44,49,.7)}

.border-s-gray-form\/75 {
    border-inline-start-color:rgba(42,44,49,.75)}

.border-s-gray-form\/80 {
    border-inline-start-color:rgba(42,44,49,.8)}

.border-s-gray-form\/90 {
    border-inline-start-color:rgba(42,44,49,.9)}

.border-s-gray-form\/95 {
    border-inline-start-color:rgba(42,44,49,.95)}

.border-s-gray-hot-match-text {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(205 204 206/var(--tw-border-opacity))}

.border-s-gray-hot-match-text\/0 {
    border-inline-start-color: hsla(270,2%,80%,0)
}

.border-s-gray-hot-match-text\/10 {
    border-inline-start-color:hsla(270,2%,80%,.1)}

.border-s-gray-hot-match-text\/100 {
    border-inline-start-color:#cdccce}

.border-s-gray-hot-match-text\/20 {
    border-inline-start-color:hsla(270,2%,80%,.2)}

.border-s-gray-hot-match-text\/25 {
    border-inline-start-color:hsla(270,2%,80%,.25)}

.border-s-gray-hot-match-text\/30 {
    border-inline-start-color:hsla(270,2%,80%,.3)}

.border-s-gray-hot-match-text\/40 {
    border-inline-start-color:hsla(270,2%,80%,.4)}

.border-s-gray-hot-match-text\/5 {
    border-inline-start-color:hsla(270,2%,80%,.05)}

.border-s-gray-hot-match-text\/50 {
    border-inline-start-color:hsla(270,2%,80%,.5)}

.border-s-gray-hot-match-text\/60 {
    border-inline-start-color:hsla(270,2%,80%,.6)}

.border-s-gray-hot-match-text\/70 {
    border-inline-start-color:hsla(270,2%,80%,.7)}

.border-s-gray-hot-match-text\/75 {
    border-inline-start-color:hsla(270,2%,80%,.75)}

.border-s-gray-hot-match-text\/80 {
    border-inline-start-color:hsla(270,2%,80%,.8)}

.border-s-gray-hot-match-text\/90 {
    border-inline-start-color:hsla(270,2%,80%,.9)}

.border-s-gray-hot-match-text\/95 {
    border-inline-start-color:hsla(270,2%,80%,.95)}

.border-s-gray-info {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(38 38 38/var(--tw-border-opacity))}

.border-s-gray-info\/0 {
    border-inline-start-color: rgba(38,38,38,0)
}

.border-s-gray-info\/10 {
    border-inline-start-color:rgba(38,38,38,.1)}

.border-s-gray-info\/100 {
    border-inline-start-color:#262626}

.border-s-gray-info\/20 {
    border-inline-start-color:rgba(38,38,38,.2)}

.border-s-gray-info\/25 {
    border-inline-start-color:rgba(38,38,38,.25)}

.border-s-gray-info\/30 {
    border-inline-start-color:rgba(38,38,38,.3)}

.border-s-gray-info\/40 {
    border-inline-start-color:rgba(38,38,38,.4)}

.border-s-gray-info\/5 {
    border-inline-start-color:rgba(38,38,38,.05)}

.border-s-gray-info\/50 {
    border-inline-start-color:rgba(38,38,38,.5)}

.border-s-gray-info\/60 {
    border-inline-start-color:rgba(38,38,38,.6)}

.border-s-gray-info\/70 {
    border-inline-start-color:rgba(38,38,38,.7)}

.border-s-gray-info\/75 {
    border-inline-start-color:rgba(38,38,38,.75)}

.border-s-gray-info\/80 {
    border-inline-start-color:rgba(38,38,38,.8)}

.border-s-gray-info\/90 {
    border-inline-start-color:rgba(38,38,38,.9)}

.border-s-gray-info\/95 {
    border-inline-start-color:rgba(38,38,38,.95)}

.border-s-gray-item-history {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(56 64 69/var(--tw-border-opacity))}

.border-s-gray-item-history\/0 {
    border-inline-start-color: rgba(56,64,69,0)
}

.border-s-gray-item-history\/10 {
    border-inline-start-color:rgba(56,64,69,.1)}

.border-s-gray-item-history\/100 {
    border-inline-start-color:#384045}

.border-s-gray-item-history\/20 {
    border-inline-start-color:rgba(56,64,69,.2)}

.border-s-gray-item-history\/25 {
    border-inline-start-color:rgba(56,64,69,.25)}

.border-s-gray-item-history\/30 {
    border-inline-start-color:rgba(56,64,69,.3)}

.border-s-gray-item-history\/40 {
    border-inline-start-color:rgba(56,64,69,.4)}

.border-s-gray-item-history\/5 {
    border-inline-start-color:rgba(56,64,69,.05)}

.border-s-gray-item-history\/50 {
    border-inline-start-color:rgba(56,64,69,.5)}

.border-s-gray-item-history\/60 {
    border-inline-start-color:rgba(56,64,69,.6)}

.border-s-gray-item-history\/70 {
    border-inline-start-color:rgba(56,64,69,.7)}

.border-s-gray-item-history\/75 {
    border-inline-start-color:rgba(56,64,69,.75)}

.border-s-gray-item-history\/80 {
    border-inline-start-color:rgba(56,64,69,.8)}

.border-s-gray-item-history\/90 {
    border-inline-start-color:rgba(56,64,69,.9)}

.border-s-gray-item-history\/95 {
    border-inline-start-color:rgba(56,64,69,.95)}

.border-s-gray-label {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(138 138 138/var(--tw-border-opacity))}

.border-s-gray-label\/0 {
    border-inline-start-color: hsla(0,0%,54%,0)
}

.border-s-gray-label\/10 {
    border-inline-start-color:hsla(0,0%,54%,.1)}

.border-s-gray-label\/100 {
    border-inline-start-color:#8a8a8a}

.border-s-gray-label\/20 {
    border-inline-start-color:hsla(0,0%,54%,.2)}

.border-s-gray-label\/25 {
    border-inline-start-color:hsla(0,0%,54%,.25)}

.border-s-gray-label\/30 {
    border-inline-start-color:hsla(0,0%,54%,.3)}

.border-s-gray-label\/40 {
    border-inline-start-color:hsla(0,0%,54%,.4)}

.border-s-gray-label\/5 {
    border-inline-start-color:hsla(0,0%,54%,.05)}

.border-s-gray-label\/50 {
    border-inline-start-color:hsla(0,0%,54%,.5)}

.border-s-gray-label\/60 {
    border-inline-start-color:hsla(0,0%,54%,.6)}

.border-s-gray-label\/70 {
    border-inline-start-color:hsla(0,0%,54%,.7)}

.border-s-gray-label\/75 {
    border-inline-start-color:hsla(0,0%,54%,.75)}

.border-s-gray-label\/80 {
    border-inline-start-color:hsla(0,0%,54%,.8)}

.border-s-gray-label\/90 {
    border-inline-start-color:hsla(0,0%,54%,.9)}

.border-s-gray-label\/95 {
    border-inline-start-color:hsla(0,0%,54%,.95)}

.border-s-gray-light {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(151 150 153/var(--tw-border-opacity))}

.border-s-gray-light\/0 {
    border-inline-start-color: hsla(260,1%,59%,0)
}

.border-s-gray-light\/10 {
    border-inline-start-color:hsla(260,1%,59%,.1)}

.border-s-gray-light\/100 {
    border-inline-start-color:#979699}

.border-s-gray-light\/20 {
    border-inline-start-color:hsla(260,1%,59%,.2)}

.border-s-gray-light\/25 {
    border-inline-start-color:hsla(260,1%,59%,.25)}

.border-s-gray-light\/30 {
    border-inline-start-color:hsla(260,1%,59%,.3)}

.border-s-gray-light\/40 {
    border-inline-start-color:hsla(260,1%,59%,.4)}

.border-s-gray-light\/5 {
    border-inline-start-color:hsla(260,1%,59%,.05)}

.border-s-gray-light\/50 {
    border-inline-start-color:hsla(260,1%,59%,.5)}

.border-s-gray-light\/60 {
    border-inline-start-color:hsla(260,1%,59%,.6)}

.border-s-gray-light\/70 {
    border-inline-start-color:hsla(260,1%,59%,.7)}

.border-s-gray-light\/75 {
    border-inline-start-color:hsla(260,1%,59%,.75)}

.border-s-gray-light\/80 {
    border-inline-start-color:hsla(260,1%,59%,.8)}

.border-s-gray-light\/90 {
    border-inline-start-color:hsla(260,1%,59%,.9)}

.border-s-gray-light\/95 {
    border-inline-start-color:hsla(260,1%,59%,.95)}

.border-s-gray-marquee-text {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(190 189 184/var(--tw-border-opacity))}

.border-s-gray-marquee-text\/0 {
    border-inline-start-color: hsla(50,4%,73%,0)
}

.border-s-gray-marquee-text\/10 {
    border-inline-start-color:hsla(50,4%,73%,.1)}

.border-s-gray-marquee-text\/100 {
    border-inline-start-color:#bebdb8}

.border-s-gray-marquee-text\/20 {
    border-inline-start-color:hsla(50,4%,73%,.2)}

.border-s-gray-marquee-text\/25 {
    border-inline-start-color:hsla(50,4%,73%,.25)}

.border-s-gray-marquee-text\/30 {
    border-inline-start-color:hsla(50,4%,73%,.3)}

.border-s-gray-marquee-text\/40 {
    border-inline-start-color:hsla(50,4%,73%,.4)}

.border-s-gray-marquee-text\/5 {
    border-inline-start-color:hsla(50,4%,73%,.05)}

.border-s-gray-marquee-text\/50 {
    border-inline-start-color:hsla(50,4%,73%,.5)}

.border-s-gray-marquee-text\/60 {
    border-inline-start-color:hsla(50,4%,73%,.6)}

.border-s-gray-marquee-text\/70 {
    border-inline-start-color:hsla(50,4%,73%,.7)}

.border-s-gray-marquee-text\/75 {
    border-inline-start-color:hsla(50,4%,73%,.75)}

.border-s-gray-marquee-text\/80 {
    border-inline-start-color:hsla(50,4%,73%,.8)}

.border-s-gray-marquee-text\/90 {
    border-inline-start-color:hsla(50,4%,73%,.9)}

.border-s-gray-marquee-text\/95 {
    border-inline-start-color:hsla(50,4%,73%,.95)}

.border-s-gray-placeholder {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(130 138 147/var(--tw-border-opacity))}

.border-s-gray-placeholder\/0 {
    border-inline-start-color: hsla(212,7%,54%,0)
}

.border-s-gray-placeholder\/10 {
    border-inline-start-color:hsla(212,7%,54%,.1)}

.border-s-gray-placeholder\/100 {
    border-inline-start-color:#828a93}

.border-s-gray-placeholder\/20 {
    border-inline-start-color:hsla(212,7%,54%,.2)}

.border-s-gray-placeholder\/25 {
    border-inline-start-color:hsla(212,7%,54%,.25)}

.border-s-gray-placeholder\/30 {
    border-inline-start-color:hsla(212,7%,54%,.3)}

.border-s-gray-placeholder\/40 {
    border-inline-start-color:hsla(212,7%,54%,.4)}

.border-s-gray-placeholder\/5 {
    border-inline-start-color:hsla(212,7%,54%,.05)}

.border-s-gray-placeholder\/50 {
    border-inline-start-color:hsla(212,7%,54%,.5)}

.border-s-gray-placeholder\/60 {
    border-inline-start-color:hsla(212,7%,54%,.6)}

.border-s-gray-placeholder\/70 {
    border-inline-start-color:hsla(212,7%,54%,.7)}

.border-s-gray-placeholder\/75 {
    border-inline-start-color:hsla(212,7%,54%,.75)}

.border-s-gray-placeholder\/80 {
    border-inline-start-color:hsla(212,7%,54%,.8)}

.border-s-gray-placeholder\/90 {
    border-inline-start-color:hsla(212,7%,54%,.9)}

.border-s-gray-placeholder\/95 {
    border-inline-start-color:hsla(212,7%,54%,.95)}

.border-s-gray-popup {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(178 178 182/var(--tw-border-opacity))}

.border-s-gray-popup\/0 {
    border-inline-start-color: hsla(240,3%,71%,0)
}

.border-s-gray-popup\/10 {
    border-inline-start-color:hsla(240,3%,71%,.1)}

.border-s-gray-popup\/100 {
    border-inline-start-color:#b2b2b6}

.border-s-gray-popup\/20 {
    border-inline-start-color:hsla(240,3%,71%,.2)}

.border-s-gray-popup\/25 {
    border-inline-start-color:hsla(240,3%,71%,.25)}

.border-s-gray-popup\/30 {
    border-inline-start-color:hsla(240,3%,71%,.3)}

.border-s-gray-popup\/40 {
    border-inline-start-color:hsla(240,3%,71%,.4)}

.border-s-gray-popup\/5 {
    border-inline-start-color:hsla(240,3%,71%,.05)}

.border-s-gray-popup\/50 {
    border-inline-start-color:hsla(240,3%,71%,.5)}

.border-s-gray-popup\/60 {
    border-inline-start-color:hsla(240,3%,71%,.6)}

.border-s-gray-popup\/70 {
    border-inline-start-color:hsla(240,3%,71%,.7)}

.border-s-gray-popup\/75 {
    border-inline-start-color:hsla(240,3%,71%,.75)}

.border-s-gray-popup\/80 {
    border-inline-start-color:hsla(240,3%,71%,.8)}

.border-s-gray-popup\/90 {
    border-inline-start-color:hsla(240,3%,71%,.9)}

.border-s-gray-popup\/95 {
    border-inline-start-color:hsla(240,3%,71%,.95)}

.border-s-gray-progress-non {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(15 16 17/var(--tw-border-opacity))}

.border-s-gray-progress-non\/0 {
    border-inline-start-color: rgba(15,16,17,0)
}

.border-s-gray-progress-non\/10 {
    border-inline-start-color:rgba(15,16,17,.1)}

.border-s-gray-progress-non\/100 {
    border-inline-start-color:#0f1011}

.border-s-gray-progress-non\/20 {
    border-inline-start-color:rgba(15,16,17,.2)}

.border-s-gray-progress-non\/25 {
    border-inline-start-color:rgba(15,16,17,.25)}

.border-s-gray-progress-non\/30 {
    border-inline-start-color:rgba(15,16,17,.3)}

.border-s-gray-progress-non\/40 {
    border-inline-start-color:rgba(15,16,17,.4)}

.border-s-gray-progress-non\/5 {
    border-inline-start-color:rgba(15,16,17,.05)}

.border-s-gray-progress-non\/50 {
    border-inline-start-color:rgba(15,16,17,.5)}

.border-s-gray-progress-non\/60 {
    border-inline-start-color:rgba(15,16,17,.6)}

.border-s-gray-progress-non\/70 {
    border-inline-start-color:rgba(15,16,17,.7)}

.border-s-gray-progress-non\/75 {
    border-inline-start-color:rgba(15,16,17,.75)}

.border-s-gray-progress-non\/80 {
    border-inline-start-color:rgba(15,16,17,.8)}

.border-s-gray-progress-non\/90 {
    border-inline-start-color:rgba(15,16,17,.9)}

.border-s-gray-progress-non\/95 {
    border-inline-start-color:rgba(15,16,17,.95)}

.border-s-gray-qr-code {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(85 85 85/var(--tw-border-opacity))}

.border-s-gray-qr-code\/0 {
    border-inline-start-color: rgba(85,85,85,0)
}

.border-s-gray-qr-code\/10 {
    border-inline-start-color:rgba(85,85,85,.1)}

.border-s-gray-qr-code\/100 {
    border-inline-start-color:#555}

.border-s-gray-qr-code\/20 {
    border-inline-start-color:rgba(85,85,85,.2)}

.border-s-gray-qr-code\/25 {
    border-inline-start-color:rgba(85,85,85,.25)}

.border-s-gray-qr-code\/30 {
    border-inline-start-color:rgba(85,85,85,.3)}

.border-s-gray-qr-code\/40 {
    border-inline-start-color:rgba(85,85,85,.4)}

.border-s-gray-qr-code\/5 {
    border-inline-start-color:rgba(85,85,85,.05)}

.border-s-gray-qr-code\/50 {
    border-inline-start-color:rgba(85,85,85,.5)}

.border-s-gray-qr-code\/60 {
    border-inline-start-color:rgba(85,85,85,.6)}

.border-s-gray-qr-code\/70 {
    border-inline-start-color:rgba(85,85,85,.7)}

.border-s-gray-qr-code\/75 {
    border-inline-start-color:rgba(85,85,85,.75)}

.border-s-gray-qr-code\/80 {
    border-inline-start-color:rgba(85,85,85,.8)}

.border-s-gray-qr-code\/90 {
    border-inline-start-color:rgba(85,85,85,.9)}

.border-s-gray-qr-code\/95 {
    border-inline-start-color:rgba(85,85,85,.95)}

.border-s-gray-show-all {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(86 86 86/var(--tw-border-opacity))}

.border-s-gray-show-all\/0 {
    border-inline-start-color: rgba(86,86,86,0)
}

.border-s-gray-show-all\/10 {
    border-inline-start-color:rgba(86,86,86,.1)}

.border-s-gray-show-all\/100 {
    border-inline-start-color:#565656}

.border-s-gray-show-all\/20 {
    border-inline-start-color:rgba(86,86,86,.2)}

.border-s-gray-show-all\/25 {
    border-inline-start-color:rgba(86,86,86,.25)}

.border-s-gray-show-all\/30 {
    border-inline-start-color:rgba(86,86,86,.3)}

.border-s-gray-show-all\/40 {
    border-inline-start-color:rgba(86,86,86,.4)}

.border-s-gray-show-all\/5 {
    border-inline-start-color:rgba(86,86,86,.05)}

.border-s-gray-show-all\/50 {
    border-inline-start-color:rgba(86,86,86,.5)}

.border-s-gray-show-all\/60 {
    border-inline-start-color:rgba(86,86,86,.6)}

.border-s-gray-show-all\/70 {
    border-inline-start-color:rgba(86,86,86,.7)}

.border-s-gray-show-all\/75 {
    border-inline-start-color:rgba(86,86,86,.75)}

.border-s-gray-show-all\/80 {
    border-inline-start-color:rgba(86,86,86,.8)}

.border-s-gray-show-all\/90 {
    border-inline-start-color:rgba(86,86,86,.9)}

.border-s-gray-show-all\/95 {
    border-inline-start-color:rgba(86,86,86,.95)}

.border-s-gray-symbol-coin {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(73 73 74/var(--tw-border-opacity))}

.border-s-gray-symbol-coin\/0 {
    border-inline-start-color: rgba(73,73,74,0)
}

.border-s-gray-symbol-coin\/10 {
    border-inline-start-color:rgba(73,73,74,.1)}

.border-s-gray-symbol-coin\/100 {
    border-inline-start-color:#49494a}

.border-s-gray-symbol-coin\/20 {
    border-inline-start-color:rgba(73,73,74,.2)}

.border-s-gray-symbol-coin\/25 {
    border-inline-start-color:rgba(73,73,74,.25)}

.border-s-gray-symbol-coin\/30 {
    border-inline-start-color:rgba(73,73,74,.3)}

.border-s-gray-symbol-coin\/40 {
    border-inline-start-color:rgba(73,73,74,.4)}

.border-s-gray-symbol-coin\/5 {
    border-inline-start-color:rgba(73,73,74,.05)}

.border-s-gray-symbol-coin\/50 {
    border-inline-start-color:rgba(73,73,74,.5)}

.border-s-gray-symbol-coin\/60 {
    border-inline-start-color:rgba(73,73,74,.6)}

.border-s-gray-symbol-coin\/70 {
    border-inline-start-color:rgba(73,73,74,.7)}

.border-s-gray-symbol-coin\/75 {
    border-inline-start-color:rgba(73,73,74,.75)}

.border-s-gray-symbol-coin\/80 {
    border-inline-start-color:rgba(73,73,74,.8)}

.border-s-gray-symbol-coin\/90 {
    border-inline-start-color:rgba(73,73,74,.9)}

.border-s-gray-symbol-coin\/95 {
    border-inline-start-color:rgba(73,73,74,.95)}

.border-s-gray-text {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(219 210 194/var(--tw-border-opacity))}

.border-s-gray-text-footer {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(112 113 111/var(--tw-border-opacity))}

.border-s-gray-text-footer\/0 {
    border-inline-start-color: hsla(90,1%,44%,0)
}

.border-s-gray-text-footer\/10 {
    border-inline-start-color:hsla(90,1%,44%,.1)}

.border-s-gray-text-footer\/100 {
    border-inline-start-color:#70716f}

.border-s-gray-text-footer\/20 {
    border-inline-start-color:hsla(90,1%,44%,.2)}

.border-s-gray-text-footer\/25 {
    border-inline-start-color:hsla(90,1%,44%,.25)}

.border-s-gray-text-footer\/30 {
    border-inline-start-color:hsla(90,1%,44%,.3)}

.border-s-gray-text-footer\/40 {
    border-inline-start-color:hsla(90,1%,44%,.4)}

.border-s-gray-text-footer\/5 {
    border-inline-start-color:hsla(90,1%,44%,.05)}

.border-s-gray-text-footer\/50 {
    border-inline-start-color:hsla(90,1%,44%,.5)}

.border-s-gray-text-footer\/60 {
    border-inline-start-color:hsla(90,1%,44%,.6)}

.border-s-gray-text-footer\/70 {
    border-inline-start-color:hsla(90,1%,44%,.7)}

.border-s-gray-text-footer\/75 {
    border-inline-start-color:hsla(90,1%,44%,.75)}

.border-s-gray-text-footer\/80 {
    border-inline-start-color:hsla(90,1%,44%,.8)}

.border-s-gray-text-footer\/90 {
    border-inline-start-color:hsla(90,1%,44%,.9)}

.border-s-gray-text-footer\/95 {
    border-inline-start-color:hsla(90,1%,44%,.95)}

.border-s-gray-text-game {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(143 143 143/var(--tw-border-opacity))}

.border-s-gray-text-game\/0 {
    border-inline-start-color: hsla(0,0%,56%,0)
}

.border-s-gray-text-game\/10 {
    border-inline-start-color:hsla(0,0%,56%,.1)}

.border-s-gray-text-game\/100 {
    border-inline-start-color:#8f8f8f}

.border-s-gray-text-game\/20 {
    border-inline-start-color:hsla(0,0%,56%,.2)}

.border-s-gray-text-game\/25 {
    border-inline-start-color:hsla(0,0%,56%,.25)}

.border-s-gray-text-game\/30 {
    border-inline-start-color:hsla(0,0%,56%,.3)}

.border-s-gray-text-game\/40 {
    border-inline-start-color:hsla(0,0%,56%,.4)}

.border-s-gray-text-game\/5 {
    border-inline-start-color:hsla(0,0%,56%,.05)}

.border-s-gray-text-game\/50 {
    border-inline-start-color:hsla(0,0%,56%,.5)}

.border-s-gray-text-game\/60 {
    border-inline-start-color:hsla(0,0%,56%,.6)}

.border-s-gray-text-game\/70 {
    border-inline-start-color:hsla(0,0%,56%,.7)}

.border-s-gray-text-game\/75 {
    border-inline-start-color:hsla(0,0%,56%,.75)}

.border-s-gray-text-game\/80 {
    border-inline-start-color:hsla(0,0%,56%,.8)}

.border-s-gray-text-game\/90 {
    border-inline-start-color:hsla(0,0%,56%,.9)}

.border-s-gray-text-game\/95 {
    border-inline-start-color:hsla(0,0%,56%,.95)}

.border-s-gray-text-popup-login {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(128 128 128/var(--tw-border-opacity))}

.border-s-gray-text-popup-login\/0 {
    border-inline-start-color: hsla(0,0%,50%,0)
}

.border-s-gray-text-popup-login\/10 {
    border-inline-start-color:hsla(0,0%,50%,.1)}

.border-s-gray-text-popup-login\/100 {
    border-inline-start-color:grey}

.border-s-gray-text-popup-login\/20 {
    border-inline-start-color:hsla(0,0%,50%,.2)}

.border-s-gray-text-popup-login\/25 {
    border-inline-start-color:hsla(0,0%,50%,.25)}

.border-s-gray-text-popup-login\/30 {
    border-inline-start-color:hsla(0,0%,50%,.3)}

.border-s-gray-text-popup-login\/40 {
    border-inline-start-color:hsla(0,0%,50%,.4)}

.border-s-gray-text-popup-login\/5 {
    border-inline-start-color:hsla(0,0%,50%,.05)}

.border-s-gray-text-popup-login\/50 {
    border-inline-start-color:hsla(0,0%,50%,.5)}

.border-s-gray-text-popup-login\/60 {
    border-inline-start-color:hsla(0,0%,50%,.6)}

.border-s-gray-text-popup-login\/70 {
    border-inline-start-color:hsla(0,0%,50%,.7)}

.border-s-gray-text-popup-login\/75 {
    border-inline-start-color:hsla(0,0%,50%,.75)}

.border-s-gray-text-popup-login\/80 {
    border-inline-start-color:hsla(0,0%,50%,.8)}

.border-s-gray-text-popup-login\/90 {
    border-inline-start-color:hsla(0,0%,50%,.9)}

.border-s-gray-text-popup-login\/95 {
    border-inline-start-color:hsla(0,0%,50%,.95)}

.border-s-gray-text\/0 {
    border-inline-start-color:hsla(38,26%,81%,0)}

.border-s-gray-text\/10 {
    border-inline-start-color:hsla(38,26%,81%,.1)}

.border-s-gray-text\/100 {
    border-inline-start-color:#dbd2c2}

.border-s-gray-text\/20 {
    border-inline-start-color:hsla(38,26%,81%,.2)}

.border-s-gray-text\/25 {
    border-inline-start-color:hsla(38,26%,81%,.25)}

.border-s-gray-text\/30 {
    border-inline-start-color:hsla(38,26%,81%,.3)}

.border-s-gray-text\/40 {
    border-inline-start-color:hsla(38,26%,81%,.4)}

.border-s-gray-text\/5 {
    border-inline-start-color:hsla(38,26%,81%,.05)}

.border-s-gray-text\/50 {
    border-inline-start-color:hsla(38,26%,81%,.5)}

.border-s-gray-text\/60 {
    border-inline-start-color:hsla(38,26%,81%,.6)}

.border-s-gray-text\/70 {
    border-inline-start-color:hsla(38,26%,81%,.7)}

.border-s-gray-text\/75 {
    border-inline-start-color:hsla(38,26%,81%,.75)}

.border-s-gray-text\/80 {
    border-inline-start-color:hsla(38,26%,81%,.8)}

.border-s-gray-text\/90 {
    border-inline-start-color:hsla(38,26%,81%,.9)}

.border-s-gray-text\/95 {
    border-inline-start-color:hsla(38,26%,81%,.95)}

.border-s-gray-title-game {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(230 230 230/var(--tw-border-opacity))}

.border-s-gray-title-game\/0 {
    border-inline-start-color: hsla(0,0%,90%,0)
}

.border-s-gray-title-game\/10 {
    border-inline-start-color:hsla(0,0%,90%,.1)}

.border-s-gray-title-game\/100 {
    border-inline-start-color:#e6e6e6}

.border-s-gray-title-game\/20 {
    border-inline-start-color:hsla(0,0%,90%,.2)}

.border-s-gray-title-game\/25 {
    border-inline-start-color:hsla(0,0%,90%,.25)}

.border-s-gray-title-game\/30 {
    border-inline-start-color:hsla(0,0%,90%,.3)}

.border-s-gray-title-game\/40 {
    border-inline-start-color:hsla(0,0%,90%,.4)}

.border-s-gray-title-game\/5 {
    border-inline-start-color:hsla(0,0%,90%,.05)}

.border-s-gray-title-game\/50 {
    border-inline-start-color:hsla(0,0%,90%,.5)}

.border-s-gray-title-game\/60 {
    border-inline-start-color:hsla(0,0%,90%,.6)}

.border-s-gray-title-game\/70 {
    border-inline-start-color:hsla(0,0%,90%,.7)}

.border-s-gray-title-game\/75 {
    border-inline-start-color:hsla(0,0%,90%,.75)}

.border-s-gray-title-game\/80 {
    border-inline-start-color:hsla(0,0%,90%,.8)}

.border-s-gray-title-game\/90 {
    border-inline-start-color:hsla(0,0%,90%,.9)}

.border-s-gray-title-game\/95 {
    border-inline-start-color:hsla(0,0%,90%,.95)}

.border-s-gray-white {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(227 227 226/var(--tw-border-opacity))}

.border-s-gray-white\/0 {
    border-inline-start-color: hsla(60,2%,89%,0)
}

.border-s-gray-white\/10 {
    border-inline-start-color:hsla(60,2%,89%,.1)}

.border-s-gray-white\/100 {
    border-inline-start-color:#e3e3e2}

.border-s-gray-white\/20 {
    border-inline-start-color:hsla(60,2%,89%,.2)}

.border-s-gray-white\/25 {
    border-inline-start-color:hsla(60,2%,89%,.25)}

.border-s-gray-white\/30 {
    border-inline-start-color:hsla(60,2%,89%,.3)}

.border-s-gray-white\/40 {
    border-inline-start-color:hsla(60,2%,89%,.4)}

.border-s-gray-white\/5 {
    border-inline-start-color:hsla(60,2%,89%,.05)}

.border-s-gray-white\/50 {
    border-inline-start-color:hsla(60,2%,89%,.5)}

.border-s-gray-white\/60 {
    border-inline-start-color:hsla(60,2%,89%,.6)}

.border-s-gray-white\/70 {
    border-inline-start-color:hsla(60,2%,89%,.7)}

.border-s-gray-white\/75 {
    border-inline-start-color:hsla(60,2%,89%,.75)}

.border-s-gray-white\/80 {
    border-inline-start-color:hsla(60,2%,89%,.8)}

.border-s-gray-white\/90 {
    border-inline-start-color:hsla(60,2%,89%,.9)}

.border-s-gray-white\/95 {
    border-inline-start-color:hsla(60,2%,89%,.95)}

.border-s-green-success {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(98 202 121/var(--tw-border-opacity))}

.border-s-green-success\/0 {
    border-inline-start-color: rgba(98,202,121,0)
}

.border-s-green-success\/10 {
    border-inline-start-color:rgba(98,202,121,.1)}

.border-s-green-success\/100 {
    border-inline-start-color:#62ca79}

.border-s-green-success\/20 {
    border-inline-start-color:rgba(98,202,121,.2)}

.border-s-green-success\/25 {
    border-inline-start-color:rgba(98,202,121,.25)}

.border-s-green-success\/30 {
    border-inline-start-color:rgba(98,202,121,.3)}

.border-s-green-success\/40 {
    border-inline-start-color:rgba(98,202,121,.4)}

.border-s-green-success\/5 {
    border-inline-start-color:rgba(98,202,121,.05)}

.border-s-green-success\/50 {
    border-inline-start-color:rgba(98,202,121,.5)}

.border-s-green-success\/60 {
    border-inline-start-color:rgba(98,202,121,.6)}

.border-s-green-success\/70 {
    border-inline-start-color:rgba(98,202,121,.7)}

.border-s-green-success\/75 {
    border-inline-start-color:rgba(98,202,121,.75)}

.border-s-green-success\/80 {
    border-inline-start-color:rgba(98,202,121,.8)}

.border-s-green-success\/90 {
    border-inline-start-color:rgba(98,202,121,.9)}

.border-s-green-success\/95 {
    border-inline-start-color:rgba(98,202,121,.95)}

.border-s-green-win {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(92 191 117/var(--tw-border-opacity))}

.border-s-green-win\/0 {
    border-inline-start-color: rgba(92,191,117,0)
}

.border-s-green-win\/10 {
    border-inline-start-color:rgba(92,191,117,.1)}

.border-s-green-win\/100 {
    border-inline-start-color:#5cbf75}

.border-s-green-win\/20 {
    border-inline-start-color:rgba(92,191,117,.2)}

.border-s-green-win\/25 {
    border-inline-start-color:rgba(92,191,117,.25)}

.border-s-green-win\/30 {
    border-inline-start-color:rgba(92,191,117,.3)}

.border-s-green-win\/40 {
    border-inline-start-color:rgba(92,191,117,.4)}

.border-s-green-win\/5 {
    border-inline-start-color:rgba(92,191,117,.05)}

.border-s-green-win\/50 {
    border-inline-start-color:rgba(92,191,117,.5)}

.border-s-green-win\/60 {
    border-inline-start-color:rgba(92,191,117,.6)}

.border-s-green-win\/70 {
    border-inline-start-color:rgba(92,191,117,.7)}

.border-s-green-win\/75 {
    border-inline-start-color:rgba(92,191,117,.75)}

.border-s-green-win\/80 {
    border-inline-start-color:rgba(92,191,117,.8)}

.border-s-green-win\/90 {
    border-inline-start-color:rgba(92,191,117,.9)}

.border-s-green-win\/95 {
    border-inline-start-color:rgba(92,191,117,.95)}

.border-s-highlight-leo88 {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(184 28 28/var(--tw-border-opacity))}

.border-s-highlight-leo88\/0 {
    border-inline-start-color: rgba(184,28,28,0)
}

.border-s-highlight-leo88\/10 {
    border-inline-start-color:rgba(184,28,28,.1)}

.border-s-highlight-leo88\/100 {
    border-inline-start-color:#b81c1c}

.border-s-highlight-leo88\/20 {
    border-inline-start-color:rgba(184,28,28,.2)}

.border-s-highlight-leo88\/25 {
    border-inline-start-color:rgba(184,28,28,.25)}

.border-s-highlight-leo88\/30 {
    border-inline-start-color:rgba(184,28,28,.3)}

.border-s-highlight-leo88\/40 {
    border-inline-start-color:rgba(184,28,28,.4)}

.border-s-highlight-leo88\/5 {
    border-inline-start-color:rgba(184,28,28,.05)}

.border-s-highlight-leo88\/50 {
    border-inline-start-color:rgba(184,28,28,.5)}

.border-s-highlight-leo88\/60 {
    border-inline-start-color:rgba(184,28,28,.6)}

.border-s-highlight-leo88\/70 {
    border-inline-start-color:rgba(184,28,28,.7)}

.border-s-highlight-leo88\/75 {
    border-inline-start-color:rgba(184,28,28,.75)}

.border-s-highlight-leo88\/80 {
    border-inline-start-color:rgba(184,28,28,.8)}

.border-s-highlight-leo88\/90 {
    border-inline-start-color:rgba(184,28,28,.9)}

.border-s-highlight-leo88\/95 {
    border-inline-start-color:rgba(184,28,28,.95)}

.border-s-home-title {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(255 221 169/var(--tw-border-opacity))}

.border-s-home-title\/0 {
    border-inline-start-color: rgba(255,221,169,0)
}

.border-s-home-title\/10 {
    border-inline-start-color:rgba(255,221,169,.1)}

.border-s-home-title\/100 {
    border-inline-start-color:#ffdda9}

.border-s-home-title\/20 {
    border-inline-start-color:rgba(255,221,169,.2)}

.border-s-home-title\/25 {
    border-inline-start-color:rgba(255,221,169,.25)}

.border-s-home-title\/30 {
    border-inline-start-color:rgba(255,221,169,.3)}

.border-s-home-title\/40 {
    border-inline-start-color:rgba(255,221,169,.4)}

.border-s-home-title\/5 {
    border-inline-start-color:rgba(255,221,169,.05)}

.border-s-home-title\/50 {
    border-inline-start-color:rgba(255,221,169,.5)}

.border-s-home-title\/60 {
    border-inline-start-color:rgba(255,221,169,.6)}

.border-s-home-title\/70 {
    border-inline-start-color:rgba(255,221,169,.7)}

.border-s-home-title\/75 {
    border-inline-start-color:rgba(255,221,169,.75)}

.border-s-home-title\/80 {
    border-inline-start-color:rgba(255,221,169,.8)}

.border-s-home-title\/90 {
    border-inline-start-color:rgba(255,221,169,.9)}

.border-s-home-title\/95 {
    border-inline-start-color:rgba(255,221,169,.95)}

.border-s-hot-match-green {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(74 197 64/var(--tw-border-opacity))}

.border-s-hot-match-green\/0 {
    border-inline-start-color: rgba(74,197,64,0)
}

.border-s-hot-match-green\/10 {
    border-inline-start-color:rgba(74,197,64,.1)}

.border-s-hot-match-green\/100 {
    border-inline-start-color:#4ac540}

.border-s-hot-match-green\/20 {
    border-inline-start-color:rgba(74,197,64,.2)}

.border-s-hot-match-green\/25 {
    border-inline-start-color:rgba(74,197,64,.25)}

.border-s-hot-match-green\/30 {
    border-inline-start-color:rgba(74,197,64,.3)}

.border-s-hot-match-green\/40 {
    border-inline-start-color:rgba(74,197,64,.4)}

.border-s-hot-match-green\/5 {
    border-inline-start-color:rgba(74,197,64,.05)}

.border-s-hot-match-green\/50 {
    border-inline-start-color:rgba(74,197,64,.5)}

.border-s-hot-match-green\/60 {
    border-inline-start-color:rgba(74,197,64,.6)}

.border-s-hot-match-green\/70 {
    border-inline-start-color:rgba(74,197,64,.7)}

.border-s-hot-match-green\/75 {
    border-inline-start-color:rgba(74,197,64,.75)}

.border-s-hot-match-green\/80 {
    border-inline-start-color:rgba(74,197,64,.8)}

.border-s-hot-match-green\/90 {
    border-inline-start-color:rgba(74,197,64,.9)}

.border-s-hot-match-green\/95 {
    border-inline-start-color:rgba(74,197,64,.95)}

.border-s-hot-match-highlight {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(251 236 231/var(--tw-border-opacity))}

.border-s-hot-match-highlight\/0 {
    border-inline-start-color: hsla(15,71%,95%,0)
}

.border-s-hot-match-highlight\/10 {
    border-inline-start-color:hsla(15,71%,95%,.1)}

.border-s-hot-match-highlight\/100 {
    border-inline-start-color:#fbece7}

.border-s-hot-match-highlight\/20 {
    border-inline-start-color:hsla(15,71%,95%,.2)}

.border-s-hot-match-highlight\/25 {
    border-inline-start-color:hsla(15,71%,95%,.25)}

.border-s-hot-match-highlight\/30 {
    border-inline-start-color:hsla(15,71%,95%,.3)}

.border-s-hot-match-highlight\/40 {
    border-inline-start-color:hsla(15,71%,95%,.4)}

.border-s-hot-match-highlight\/5 {
    border-inline-start-color:hsla(15,71%,95%,.05)}

.border-s-hot-match-highlight\/50 {
    border-inline-start-color:hsla(15,71%,95%,.5)}

.border-s-hot-match-highlight\/60 {
    border-inline-start-color:hsla(15,71%,95%,.6)}

.border-s-hot-match-highlight\/70 {
    border-inline-start-color:hsla(15,71%,95%,.7)}

.border-s-hot-match-highlight\/75 {
    border-inline-start-color:hsla(15,71%,95%,.75)}

.border-s-hot-match-highlight\/80 {
    border-inline-start-color:hsla(15,71%,95%,.8)}

.border-s-hot-match-highlight\/90 {
    border-inline-start-color:hsla(15,71%,95%,.9)}

.border-s-hot-match-highlight\/95 {
    border-inline-start-color:hsla(15,71%,95%,.95)}

.border-s-hot-match-match {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(86 63 42/var(--tw-border-opacity))}

.border-s-hot-match-match\/0 {
    border-inline-start-color: rgba(86,63,42,0)
}

.border-s-hot-match-match\/10 {
    border-inline-start-color:rgba(86,63,42,.1)}

.border-s-hot-match-match\/100 {
    border-inline-start-color:#563f2a}

.border-s-hot-match-match\/20 {
    border-inline-start-color:rgba(86,63,42,.2)}

.border-s-hot-match-match\/25 {
    border-inline-start-color:rgba(86,63,42,.25)}

.border-s-hot-match-match\/30 {
    border-inline-start-color:rgba(86,63,42,.3)}

.border-s-hot-match-match\/40 {
    border-inline-start-color:rgba(86,63,42,.4)}

.border-s-hot-match-match\/5 {
    border-inline-start-color:rgba(86,63,42,.05)}

.border-s-hot-match-match\/50 {
    border-inline-start-color:rgba(86,63,42,.5)}

.border-s-hot-match-match\/60 {
    border-inline-start-color:rgba(86,63,42,.6)}

.border-s-hot-match-match\/70 {
    border-inline-start-color:rgba(86,63,42,.7)}

.border-s-hot-match-match\/75 {
    border-inline-start-color:rgba(86,63,42,.75)}

.border-s-hot-match-match\/80 {
    border-inline-start-color:rgba(86,63,42,.8)}

.border-s-hot-match-match\/90 {
    border-inline-start-color:rgba(86,63,42,.9)}

.border-s-hot-match-match\/95 {
    border-inline-start-color:rgba(86,63,42,.95)}

.border-s-hot-match-provider {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(50 44 41/var(--tw-border-opacity))}

.border-s-hot-match-provider\/0 {
    border-inline-start-color: rgba(50,44,41,0)
}

.border-s-hot-match-provider\/10 {
    border-inline-start-color:rgba(50,44,41,.1)}

.border-s-hot-match-provider\/100 {
    border-inline-start-color:#322c29}

.border-s-hot-match-provider\/20 {
    border-inline-start-color:rgba(50,44,41,.2)}

.border-s-hot-match-provider\/25 {
    border-inline-start-color:rgba(50,44,41,.25)}

.border-s-hot-match-provider\/30 {
    border-inline-start-color:rgba(50,44,41,.3)}

.border-s-hot-match-provider\/40 {
    border-inline-start-color:rgba(50,44,41,.4)}

.border-s-hot-match-provider\/5 {
    border-inline-start-color:rgba(50,44,41,.05)}

.border-s-hot-match-provider\/50 {
    border-inline-start-color:rgba(50,44,41,.5)}

.border-s-hot-match-provider\/60 {
    border-inline-start-color:rgba(50,44,41,.6)}

.border-s-hot-match-provider\/70 {
    border-inline-start-color:rgba(50,44,41,.7)}

.border-s-hot-match-provider\/75 {
    border-inline-start-color:rgba(50,44,41,.75)}

.border-s-hot-match-provider\/80 {
    border-inline-start-color:rgba(50,44,41,.8)}

.border-s-hot-match-provider\/90 {
    border-inline-start-color:rgba(50,44,41,.9)}

.border-s-hot-match-provider\/95 {
    border-inline-start-color:rgba(50,44,41,.95)}

.border-s-hot-match-red {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(234 51 42/var(--tw-border-opacity))}

.border-s-hot-match-red\/0 {
    border-inline-start-color: rgba(234,51,42,0)
}

.border-s-hot-match-red\/10 {
    border-inline-start-color:rgba(234,51,42,.1)}

.border-s-hot-match-red\/100 {
    border-inline-start-color:#ea332a}

.border-s-hot-match-red\/20 {
    border-inline-start-color:rgba(234,51,42,.2)}

.border-s-hot-match-red\/25 {
    border-inline-start-color:rgba(234,51,42,.25)}

.border-s-hot-match-red\/30 {
    border-inline-start-color:rgba(234,51,42,.3)}

.border-s-hot-match-red\/40 {
    border-inline-start-color:rgba(234,51,42,.4)}

.border-s-hot-match-red\/5 {
    border-inline-start-color:rgba(234,51,42,.05)}

.border-s-hot-match-red\/50 {
    border-inline-start-color:rgba(234,51,42,.5)}

.border-s-hot-match-red\/60 {
    border-inline-start-color:rgba(234,51,42,.6)}

.border-s-hot-match-red\/70 {
    border-inline-start-color:rgba(234,51,42,.7)}

.border-s-hot-match-red\/75 {
    border-inline-start-color:rgba(234,51,42,.75)}

.border-s-hot-match-red\/80 {
    border-inline-start-color:rgba(234,51,42,.8)}

.border-s-hot-match-red\/90 {
    border-inline-start-color:rgba(234,51,42,.9)}

.border-s-hot-match-red\/95 {
    border-inline-start-color:rgba(234,51,42,.95)}

.border-s-hot-match-row {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(244 204 144/var(--tw-border-opacity))}

.border-s-hot-match-row\/0 {
    border-inline-start-color: hsla(36,82%,76%,0)
}

.border-s-hot-match-row\/10 {
    border-inline-start-color:hsla(36,82%,76%,.1)}

.border-s-hot-match-row\/100 {
    border-inline-start-color:#f4cc90}

.border-s-hot-match-row\/20 {
    border-inline-start-color:hsla(36,82%,76%,.2)}

.border-s-hot-match-row\/25 {
    border-inline-start-color:hsla(36,82%,76%,.25)}

.border-s-hot-match-row\/30 {
    border-inline-start-color:hsla(36,82%,76%,.3)}

.border-s-hot-match-row\/40 {
    border-inline-start-color:hsla(36,82%,76%,.4)}

.border-s-hot-match-row\/5 {
    border-inline-start-color:hsla(36,82%,76%,.05)}

.border-s-hot-match-row\/50 {
    border-inline-start-color:hsla(36,82%,76%,.5)}

.border-s-hot-match-row\/60 {
    border-inline-start-color:hsla(36,82%,76%,.6)}

.border-s-hot-match-row\/70 {
    border-inline-start-color:hsla(36,82%,76%,.7)}

.border-s-hot-match-row\/75 {
    border-inline-start-color:hsla(36,82%,76%,.75)}

.border-s-hot-match-row\/80 {
    border-inline-start-color:hsla(36,82%,76%,.8)}

.border-s-hot-match-row\/90 {
    border-inline-start-color:hsla(36,82%,76%,.9)}

.border-s-hot-match-row\/95 {
    border-inline-start-color:hsla(36,82%,76%,.95)}

.border-s-hot-match-table-title {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(255 214 145/var(--tw-border-opacity))}

.border-s-hot-match-table-title\/0 {
    border-inline-start-color: rgba(255,214,145,0)
}

.border-s-hot-match-table-title\/10 {
    border-inline-start-color:rgba(255,214,145,.1)}

.border-s-hot-match-table-title\/100 {
    border-inline-start-color:#ffd691}

.border-s-hot-match-table-title\/20 {
    border-inline-start-color:rgba(255,214,145,.2)}

.border-s-hot-match-table-title\/25 {
    border-inline-start-color:rgba(255,214,145,.25)}

.border-s-hot-match-table-title\/30 {
    border-inline-start-color:rgba(255,214,145,.3)}

.border-s-hot-match-table-title\/40 {
    border-inline-start-color:rgba(255,214,145,.4)}

.border-s-hot-match-table-title\/5 {
    border-inline-start-color:rgba(255,214,145,.05)}

.border-s-hot-match-table-title\/50 {
    border-inline-start-color:rgba(255,214,145,.5)}

.border-s-hot-match-table-title\/60 {
    border-inline-start-color:rgba(255,214,145,.6)}

.border-s-hot-match-table-title\/70 {
    border-inline-start-color:rgba(255,214,145,.7)}

.border-s-hot-match-table-title\/75 {
    border-inline-start-color:rgba(255,214,145,.75)}

.border-s-hot-match-table-title\/80 {
    border-inline-start-color:rgba(255,214,145,.8)}

.border-s-hot-match-table-title\/90 {
    border-inline-start-color:rgba(255,214,145,.9)}

.border-s-hot-match-table-title\/95 {
    border-inline-start-color:rgba(255,214,145,.95)}

.border-s-hot-match-text {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(58 58 58/var(--tw-border-opacity))}

.border-s-hot-match-text\/0 {
    border-inline-start-color: rgba(58,58,58,0)
}

.border-s-hot-match-text\/10 {
    border-inline-start-color:rgba(58,58,58,.1)}

.border-s-hot-match-text\/100 {
    border-inline-start-color:#3a3a3a}

.border-s-hot-match-text\/20 {
    border-inline-start-color:rgba(58,58,58,.2)}

.border-s-hot-match-text\/25 {
    border-inline-start-color:rgba(58,58,58,.25)}

.border-s-hot-match-text\/30 {
    border-inline-start-color:rgba(58,58,58,.3)}

.border-s-hot-match-text\/40 {
    border-inline-start-color:rgba(58,58,58,.4)}

.border-s-hot-match-text\/5 {
    border-inline-start-color:rgba(58,58,58,.05)}

.border-s-hot-match-text\/50 {
    border-inline-start-color:rgba(58,58,58,.5)}

.border-s-hot-match-text\/60 {
    border-inline-start-color:rgba(58,58,58,.6)}

.border-s-hot-match-text\/70 {
    border-inline-start-color:rgba(58,58,58,.7)}

.border-s-hot-match-text\/75 {
    border-inline-start-color:rgba(58,58,58,.75)}

.border-s-hot-match-text\/80 {
    border-inline-start-color:rgba(58,58,58,.8)}

.border-s-hot-match-text\/90 {
    border-inline-start-color:rgba(58,58,58,.9)}

.border-s-hot-match-text\/95 {
    border-inline-start-color:rgba(58,58,58,.95)}

.border-s-inactive {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(115 115 116/var(--tw-border-opacity))}

.border-s-inactive\/0 {
    border-inline-start-color: hsla(240,0%,45%,0)
}

.border-s-inactive\/10 {
    border-inline-start-color:hsla(240,0%,45%,.1)}

.border-s-inactive\/100 {
    border-inline-start-color:#737374}

.border-s-inactive\/20 {
    border-inline-start-color:hsla(240,0%,45%,.2)}

.border-s-inactive\/25 {
    border-inline-start-color:hsla(240,0%,45%,.25)}

.border-s-inactive\/30 {
    border-inline-start-color:hsla(240,0%,45%,.3)}

.border-s-inactive\/40 {
    border-inline-start-color:hsla(240,0%,45%,.4)}

.border-s-inactive\/5 {
    border-inline-start-color:hsla(240,0%,45%,.05)}

.border-s-inactive\/50 {
    border-inline-start-color:hsla(240,0%,45%,.5)}

.border-s-inactive\/60 {
    border-inline-start-color:hsla(240,0%,45%,.6)}

.border-s-inactive\/70 {
    border-inline-start-color:hsla(240,0%,45%,.7)}

.border-s-inactive\/75 {
    border-inline-start-color:hsla(240,0%,45%,.75)}

.border-s-inactive\/80 {
    border-inline-start-color:hsla(240,0%,45%,.8)}

.border-s-inactive\/90 {
    border-inline-start-color:hsla(240,0%,45%,.9)}

.border-s-inactive\/95 {
    border-inline-start-color:hsla(240,0%,45%,.95)}

.border-s-input-popup {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(21 22 22/var(--tw-border-opacity))}

.border-s-input-popup\/0 {
    border-inline-start-color: rgba(21,22,22,0)
}

.border-s-input-popup\/10 {
    border-inline-start-color:rgba(21,22,22,.1)}

.border-s-input-popup\/100 {
    border-inline-start-color:#151616}

.border-s-input-popup\/20 {
    border-inline-start-color:rgba(21,22,22,.2)}

.border-s-input-popup\/25 {
    border-inline-start-color:rgba(21,22,22,.25)}

.border-s-input-popup\/30 {
    border-inline-start-color:rgba(21,22,22,.3)}

.border-s-input-popup\/40 {
    border-inline-start-color:rgba(21,22,22,.4)}

.border-s-input-popup\/5 {
    border-inline-start-color:rgba(21,22,22,.05)}

.border-s-input-popup\/50 {
    border-inline-start-color:rgba(21,22,22,.5)}

.border-s-input-popup\/60 {
    border-inline-start-color:rgba(21,22,22,.6)}

.border-s-input-popup\/70 {
    border-inline-start-color:rgba(21,22,22,.7)}

.border-s-input-popup\/75 {
    border-inline-start-color:rgba(21,22,22,.75)}

.border-s-input-popup\/80 {
    border-inline-start-color:rgba(21,22,22,.8)}

.border-s-input-popup\/90 {
    border-inline-start-color:rgba(21,22,22,.9)}

.border-s-input-popup\/95 {
    border-inline-start-color:rgba(21,22,22,.95)}

.border-s-input-profile {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(68 67 67/var(--tw-border-opacity))}

.border-s-input-profile\/0 {
    border-inline-start-color: rgba(68,67,67,0)
}

.border-s-input-profile\/10 {
    border-inline-start-color:rgba(68,67,67,.1)}

.border-s-input-profile\/100 {
    border-inline-start-color:#444343}

.border-s-input-profile\/20 {
    border-inline-start-color:rgba(68,67,67,.2)}

.border-s-input-profile\/25 {
    border-inline-start-color:rgba(68,67,67,.25)}

.border-s-input-profile\/30 {
    border-inline-start-color:rgba(68,67,67,.3)}

.border-s-input-profile\/40 {
    border-inline-start-color:rgba(68,67,67,.4)}

.border-s-input-profile\/5 {
    border-inline-start-color:rgba(68,67,67,.05)}

.border-s-input-profile\/50 {
    border-inline-start-color:rgba(68,67,67,.5)}

.border-s-input-profile\/60 {
    border-inline-start-color:rgba(68,67,67,.6)}

.border-s-input-profile\/70 {
    border-inline-start-color:rgba(68,67,67,.7)}

.border-s-input-profile\/75 {
    border-inline-start-color:rgba(68,67,67,.75)}

.border-s-input-profile\/80 {
    border-inline-start-color:rgba(68,67,67,.8)}

.border-s-input-profile\/90 {
    border-inline-start-color:rgba(68,67,67,.9)}

.border-s-input-profile\/95 {
    border-inline-start-color:rgba(68,67,67,.95)}

.border-s-item-history-first {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(48 53 56/var(--tw-border-opacity))}

.border-s-item-history-first\/0 {
    border-inline-start-color: rgba(48,53,56,0)
}

.border-s-item-history-first\/10 {
    border-inline-start-color:rgba(48,53,56,.1)}

.border-s-item-history-first\/100 {
    border-inline-start-color:#303538}

.border-s-item-history-first\/20 {
    border-inline-start-color:rgba(48,53,56,.2)}

.border-s-item-history-first\/25 {
    border-inline-start-color:rgba(48,53,56,.25)}

.border-s-item-history-first\/30 {
    border-inline-start-color:rgba(48,53,56,.3)}

.border-s-item-history-first\/40 {
    border-inline-start-color:rgba(48,53,56,.4)}

.border-s-item-history-first\/5 {
    border-inline-start-color:rgba(48,53,56,.05)}

.border-s-item-history-first\/50 {
    border-inline-start-color:rgba(48,53,56,.5)}

.border-s-item-history-first\/60 {
    border-inline-start-color:rgba(48,53,56,.6)}

.border-s-item-history-first\/70 {
    border-inline-start-color:rgba(48,53,56,.7)}

.border-s-item-history-first\/75 {
    border-inline-start-color:rgba(48,53,56,.75)}

.border-s-item-history-first\/80 {
    border-inline-start-color:rgba(48,53,56,.8)}

.border-s-item-history-first\/90 {
    border-inline-start-color:rgba(48,53,56,.9)}

.border-s-item-history-first\/95 {
    border-inline-start-color:rgba(48,53,56,.95)}

.border-s-item-history-second {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(39 38 36/var(--tw-border-opacity))}

.border-s-item-history-second\/0 {
    border-inline-start-color: rgba(39,38,36,0)
}

.border-s-item-history-second\/10 {
    border-inline-start-color:rgba(39,38,36,.1)}

.border-s-item-history-second\/100 {
    border-inline-start-color:#272624}

.border-s-item-history-second\/20 {
    border-inline-start-color:rgba(39,38,36,.2)}

.border-s-item-history-second\/25 {
    border-inline-start-color:rgba(39,38,36,.25)}

.border-s-item-history-second\/30 {
    border-inline-start-color:rgba(39,38,36,.3)}

.border-s-item-history-second\/40 {
    border-inline-start-color:rgba(39,38,36,.4)}

.border-s-item-history-second\/5 {
    border-inline-start-color:rgba(39,38,36,.05)}

.border-s-item-history-second\/50 {
    border-inline-start-color:rgba(39,38,36,.5)}

.border-s-item-history-second\/60 {
    border-inline-start-color:rgba(39,38,36,.6)}

.border-s-item-history-second\/70 {
    border-inline-start-color:rgba(39,38,36,.7)}

.border-s-item-history-second\/75 {
    border-inline-start-color:rgba(39,38,36,.75)}

.border-s-item-history-second\/80 {
    border-inline-start-color:rgba(39,38,36,.8)}

.border-s-item-history-second\/90 {
    border-inline-start-color:rgba(39,38,36,.9)}

.border-s-item-history-second\/95 {
    border-inline-start-color:rgba(39,38,36,.95)}

.border-s-login-form {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(39 38 36/var(--tw-border-opacity))}

.border-s-login-form\/0 {
    border-inline-start-color: rgba(39,38,36,0)
}

.border-s-login-form\/10 {
    border-inline-start-color:rgba(39,38,36,.1)}

.border-s-login-form\/100 {
    border-inline-start-color:#272624}

.border-s-login-form\/20 {
    border-inline-start-color:rgba(39,38,36,.2)}

.border-s-login-form\/25 {
    border-inline-start-color:rgba(39,38,36,.25)}

.border-s-login-form\/30 {
    border-inline-start-color:rgba(39,38,36,.3)}

.border-s-login-form\/40 {
    border-inline-start-color:rgba(39,38,36,.4)}

.border-s-login-form\/5 {
    border-inline-start-color:rgba(39,38,36,.05)}

.border-s-login-form\/50 {
    border-inline-start-color:rgba(39,38,36,.5)}

.border-s-login-form\/60 {
    border-inline-start-color:rgba(39,38,36,.6)}

.border-s-login-form\/70 {
    border-inline-start-color:rgba(39,38,36,.7)}

.border-s-login-form\/75 {
    border-inline-start-color:rgba(39,38,36,.75)}

.border-s-login-form\/80 {
    border-inline-start-color:rgba(39,38,36,.8)}

.border-s-login-form\/90 {
    border-inline-start-color:rgba(39,38,36,.9)}

.border-s-login-form\/95 {
    border-inline-start-color:rgba(39,38,36,.95)}

.border-s-main-header {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(36 29 27/var(--tw-border-opacity))}

.border-s-main-header\/0 {
    border-inline-start-color: rgba(36,29,27,0)
}

.border-s-main-header\/10 {
    border-inline-start-color:rgba(36,29,27,.1)}

.border-s-main-header\/100 {
    border-inline-start-color:#241d1b}

.border-s-main-header\/20 {
    border-inline-start-color:rgba(36,29,27,.2)}

.border-s-main-header\/25 {
    border-inline-start-color:rgba(36,29,27,.25)}

.border-s-main-header\/30 {
    border-inline-start-color:rgba(36,29,27,.3)}

.border-s-main-header\/40 {
    border-inline-start-color:rgba(36,29,27,.4)}

.border-s-main-header\/5 {
    border-inline-start-color:rgba(36,29,27,.05)}

.border-s-main-header\/50 {
    border-inline-start-color:rgba(36,29,27,.5)}

.border-s-main-header\/60 {
    border-inline-start-color:rgba(36,29,27,.6)}

.border-s-main-header\/70 {
    border-inline-start-color:rgba(36,29,27,.7)}

.border-s-main-header\/75 {
    border-inline-start-color:rgba(36,29,27,.75)}

.border-s-main-header\/80 {
    border-inline-start-color:rgba(36,29,27,.8)}

.border-s-main-header\/90 {
    border-inline-start-color:rgba(36,29,27,.9)}

.border-s-main-header\/95 {
    border-inline-start-color:rgba(36,29,27,.95)}

.border-s-marquee {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(225 214 180/var(--tw-border-opacity))}

.border-s-marquee\/0 {
    border-inline-start-color: hsla(45,43%,79%,0)
}

.border-s-marquee\/10 {
    border-inline-start-color:hsla(45,43%,79%,.1)}

.border-s-marquee\/100 {
    border-inline-start-color:#e1d6b4}

.border-s-marquee\/20 {
    border-inline-start-color:hsla(45,43%,79%,.2)}

.border-s-marquee\/25 {
    border-inline-start-color:hsla(45,43%,79%,.25)}

.border-s-marquee\/30 {
    border-inline-start-color:hsla(45,43%,79%,.3)}

.border-s-marquee\/40 {
    border-inline-start-color:hsla(45,43%,79%,.4)}

.border-s-marquee\/5 {
    border-inline-start-color:hsla(45,43%,79%,.05)}

.border-s-marquee\/50 {
    border-inline-start-color:hsla(45,43%,79%,.5)}

.border-s-marquee\/60 {
    border-inline-start-color:hsla(45,43%,79%,.6)}

.border-s-marquee\/70 {
    border-inline-start-color:hsla(45,43%,79%,.7)}

.border-s-marquee\/75 {
    border-inline-start-color:hsla(45,43%,79%,.75)}

.border-s-marquee\/80 {
    border-inline-start-color:hsla(45,43%,79%,.8)}

.border-s-marquee\/90 {
    border-inline-start-color:hsla(45,43%,79%,.9)}

.border-s-marquee\/95 {
    border-inline-start-color:hsla(45,43%,79%,.95)}

.border-s-mobile-account-info {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(79 54 31/var(--tw-border-opacity))}

.border-s-mobile-account-info\/0 {
    border-inline-start-color: rgba(79,54,31,0)
}

.border-s-mobile-account-info\/10 {
    border-inline-start-color:rgba(79,54,31,.1)}

.border-s-mobile-account-info\/100 {
    border-inline-start-color:#4f361f}

.border-s-mobile-account-info\/20 {
    border-inline-start-color:rgba(79,54,31,.2)}

.border-s-mobile-account-info\/25 {
    border-inline-start-color:rgba(79,54,31,.25)}

.border-s-mobile-account-info\/30 {
    border-inline-start-color:rgba(79,54,31,.3)}

.border-s-mobile-account-info\/40 {
    border-inline-start-color:rgba(79,54,31,.4)}

.border-s-mobile-account-info\/5 {
    border-inline-start-color:rgba(79,54,31,.05)}

.border-s-mobile-account-info\/50 {
    border-inline-start-color:rgba(79,54,31,.5)}

.border-s-mobile-account-info\/60 {
    border-inline-start-color:rgba(79,54,31,.6)}

.border-s-mobile-account-info\/70 {
    border-inline-start-color:rgba(79,54,31,.7)}

.border-s-mobile-account-info\/75 {
    border-inline-start-color:rgba(79,54,31,.75)}

.border-s-mobile-account-info\/80 {
    border-inline-start-color:rgba(79,54,31,.8)}

.border-s-mobile-account-info\/90 {
    border-inline-start-color:rgba(79,54,31,.9)}

.border-s-mobile-account-info\/95 {
    border-inline-start-color:rgba(79,54,31,.95)}

.border-s-mobile-border {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(124 76 26/var(--tw-border-opacity))}

.border-s-mobile-border\/0 {
    border-inline-start-color: rgba(124,76,26,0)
}

.border-s-mobile-border\/10 {
    border-inline-start-color:rgba(124,76,26,.1)}

.border-s-mobile-border\/100 {
    border-inline-start-color:#7c4c1a}

.border-s-mobile-border\/20 {
    border-inline-start-color:rgba(124,76,26,.2)}

.border-s-mobile-border\/25 {
    border-inline-start-color:rgba(124,76,26,.25)}

.border-s-mobile-border\/30 {
    border-inline-start-color:rgba(124,76,26,.3)}

.border-s-mobile-border\/40 {
    border-inline-start-color:rgba(124,76,26,.4)}

.border-s-mobile-border\/5 {
    border-inline-start-color:rgba(124,76,26,.05)}

.border-s-mobile-border\/50 {
    border-inline-start-color:rgba(124,76,26,.5)}

.border-s-mobile-border\/60 {
    border-inline-start-color:rgba(124,76,26,.6)}

.border-s-mobile-border\/70 {
    border-inline-start-color:rgba(124,76,26,.7)}

.border-s-mobile-border\/75 {
    border-inline-start-color:rgba(124,76,26,.75)}

.border-s-mobile-border\/80 {
    border-inline-start-color:rgba(124,76,26,.8)}

.border-s-mobile-border\/90 {
    border-inline-start-color:rgba(124,76,26,.9)}

.border-s-mobile-border\/95 {
    border-inline-start-color:rgba(124,76,26,.95)}

.border-s-mobile-card {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(35 35 35/var(--tw-border-opacity))}

.border-s-mobile-card\/0 {
    border-inline-start-color: rgba(35,35,35,0)
}

.border-s-mobile-card\/10 {
    border-inline-start-color:rgba(35,35,35,.1)}

.border-s-mobile-card\/100 {
    border-inline-start-color:#232323}

.border-s-mobile-card\/20 {
    border-inline-start-color:rgba(35,35,35,.2)}

.border-s-mobile-card\/25 {
    border-inline-start-color:rgba(35,35,35,.25)}

.border-s-mobile-card\/30 {
    border-inline-start-color:rgba(35,35,35,.3)}

.border-s-mobile-card\/40 {
    border-inline-start-color:rgba(35,35,35,.4)}

.border-s-mobile-card\/5 {
    border-inline-start-color:rgba(35,35,35,.05)}

.border-s-mobile-card\/50 {
    border-inline-start-color:rgba(35,35,35,.5)}

.border-s-mobile-card\/60 {
    border-inline-start-color:rgba(35,35,35,.6)}

.border-s-mobile-card\/70 {
    border-inline-start-color:rgba(35,35,35,.7)}

.border-s-mobile-card\/75 {
    border-inline-start-color:rgba(35,35,35,.75)}

.border-s-mobile-card\/80 {
    border-inline-start-color:rgba(35,35,35,.8)}

.border-s-mobile-card\/90 {
    border-inline-start-color:rgba(35,35,35,.9)}

.border-s-mobile-card\/95 {
    border-inline-start-color:rgba(35,35,35,.95)}

.border-s-mobile-menu-game-background {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(38 27 24/var(--tw-border-opacity))}

.border-s-mobile-menu-game-background\/0 {
    border-inline-start-color: rgba(38,27,24,0)
}

.border-s-mobile-menu-game-background\/10 {
    border-inline-start-color:rgba(38,27,24,.1)}

.border-s-mobile-menu-game-background\/100 {
    border-inline-start-color:#261b18}

.border-s-mobile-menu-game-background\/20 {
    border-inline-start-color:rgba(38,27,24,.2)}

.border-s-mobile-menu-game-background\/25 {
    border-inline-start-color:rgba(38,27,24,.25)}

.border-s-mobile-menu-game-background\/30 {
    border-inline-start-color:rgba(38,27,24,.3)}

.border-s-mobile-menu-game-background\/40 {
    border-inline-start-color:rgba(38,27,24,.4)}

.border-s-mobile-menu-game-background\/5 {
    border-inline-start-color:rgba(38,27,24,.05)}

.border-s-mobile-menu-game-background\/50 {
    border-inline-start-color:rgba(38,27,24,.5)}

.border-s-mobile-menu-game-background\/60 {
    border-inline-start-color:rgba(38,27,24,.6)}

.border-s-mobile-menu-game-background\/70 {
    border-inline-start-color:rgba(38,27,24,.7)}

.border-s-mobile-menu-game-background\/75 {
    border-inline-start-color:rgba(38,27,24,.75)}

.border-s-mobile-menu-game-background\/80 {
    border-inline-start-color:rgba(38,27,24,.8)}

.border-s-mobile-menu-game-background\/90 {
    border-inline-start-color:rgba(38,27,24,.9)}

.border-s-mobile-menu-game-background\/95 {
    border-inline-start-color:rgba(38,27,24,.95)}

.border-s-mobile-menu-game-filter {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(65 46 27/var(--tw-border-opacity))}

.border-s-mobile-menu-game-filter\/0 {
    border-inline-start-color: rgba(65,46,27,0)
}

.border-s-mobile-menu-game-filter\/10 {
    border-inline-start-color:rgba(65,46,27,.1)}

.border-s-mobile-menu-game-filter\/100 {
    border-inline-start-color:#412e1b}

.border-s-mobile-menu-game-filter\/20 {
    border-inline-start-color:rgba(65,46,27,.2)}

.border-s-mobile-menu-game-filter\/25 {
    border-inline-start-color:rgba(65,46,27,.25)}

.border-s-mobile-menu-game-filter\/30 {
    border-inline-start-color:rgba(65,46,27,.3)}

.border-s-mobile-menu-game-filter\/40 {
    border-inline-start-color:rgba(65,46,27,.4)}

.border-s-mobile-menu-game-filter\/5 {
    border-inline-start-color:rgba(65,46,27,.05)}

.border-s-mobile-menu-game-filter\/50 {
    border-inline-start-color:rgba(65,46,27,.5)}

.border-s-mobile-menu-game-filter\/60 {
    border-inline-start-color:rgba(65,46,27,.6)}

.border-s-mobile-menu-game-filter\/70 {
    border-inline-start-color:rgba(65,46,27,.7)}

.border-s-mobile-menu-game-filter\/75 {
    border-inline-start-color:rgba(65,46,27,.75)}

.border-s-mobile-menu-game-filter\/80 {
    border-inline-start-color:rgba(65,46,27,.8)}

.border-s-mobile-menu-game-filter\/90 {
    border-inline-start-color:rgba(65,46,27,.9)}

.border-s-mobile-menu-game-filter\/95 {
    border-inline-start-color:rgba(65,46,27,.95)}

.border-s-mobile-menu-game-provider {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(58 38 17/var(--tw-border-opacity))}

.border-s-mobile-menu-game-provider\/0 {
    border-inline-start-color: rgba(58,38,17,0)
}

.border-s-mobile-menu-game-provider\/10 {
    border-inline-start-color:rgba(58,38,17,.1)}

.border-s-mobile-menu-game-provider\/100 {
    border-inline-start-color:#3a2611}

.border-s-mobile-menu-game-provider\/20 {
    border-inline-start-color:rgba(58,38,17,.2)}

.border-s-mobile-menu-game-provider\/25 {
    border-inline-start-color:rgba(58,38,17,.25)}

.border-s-mobile-menu-game-provider\/30 {
    border-inline-start-color:rgba(58,38,17,.3)}

.border-s-mobile-menu-game-provider\/40 {
    border-inline-start-color:rgba(58,38,17,.4)}

.border-s-mobile-menu-game-provider\/5 {
    border-inline-start-color:rgba(58,38,17,.05)}

.border-s-mobile-menu-game-provider\/50 {
    border-inline-start-color:rgba(58,38,17,.5)}

.border-s-mobile-menu-game-provider\/60 {
    border-inline-start-color:rgba(58,38,17,.6)}

.border-s-mobile-menu-game-provider\/70 {
    border-inline-start-color:rgba(58,38,17,.7)}

.border-s-mobile-menu-game-provider\/75 {
    border-inline-start-color:rgba(58,38,17,.75)}

.border-s-mobile-menu-game-provider\/80 {
    border-inline-start-color:rgba(58,38,17,.8)}

.border-s-mobile-menu-game-provider\/90 {
    border-inline-start-color:rgba(58,38,17,.9)}

.border-s-mobile-menu-game-provider\/95 {
    border-inline-start-color:rgba(58,38,17,.95)}

.border-s-mobile-menu-game-text {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(128 117 106/var(--tw-border-opacity))}

.border-s-mobile-menu-game-text\/0 {
    border-inline-start-color: hsla(30,9%,46%,0)
}

.border-s-mobile-menu-game-text\/10 {
    border-inline-start-color:hsla(30,9%,46%,.1)}

.border-s-mobile-menu-game-text\/100 {
    border-inline-start-color:#80756a}

.border-s-mobile-menu-game-text\/20 {
    border-inline-start-color:hsla(30,9%,46%,.2)}

.border-s-mobile-menu-game-text\/25 {
    border-inline-start-color:hsla(30,9%,46%,.25)}

.border-s-mobile-menu-game-text\/30 {
    border-inline-start-color:hsla(30,9%,46%,.3)}

.border-s-mobile-menu-game-text\/40 {
    border-inline-start-color:hsla(30,9%,46%,.4)}

.border-s-mobile-menu-game-text\/5 {
    border-inline-start-color:hsla(30,9%,46%,.05)}

.border-s-mobile-menu-game-text\/50 {
    border-inline-start-color:hsla(30,9%,46%,.5)}

.border-s-mobile-menu-game-text\/60 {
    border-inline-start-color:hsla(30,9%,46%,.6)}

.border-s-mobile-menu-game-text\/70 {
    border-inline-start-color:hsla(30,9%,46%,.7)}

.border-s-mobile-menu-game-text\/75 {
    border-inline-start-color:hsla(30,9%,46%,.75)}

.border-s-mobile-menu-game-text\/80 {
    border-inline-start-color:hsla(30,9%,46%,.8)}

.border-s-mobile-menu-game-text\/90 {
    border-inline-start-color:hsla(30,9%,46%,.9)}

.border-s-mobile-menu-game-text\/95 {
    border-inline-start-color:hsla(30,9%,46%,.95)}

.border-s-mobile-nav-text-inactive {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(219 210 194/var(--tw-border-opacity))}

.border-s-mobile-nav-text-inactive\/0 {
    border-inline-start-color: hsla(38,26%,81%,0)
}

.border-s-mobile-nav-text-inactive\/10 {
    border-inline-start-color:hsla(38,26%,81%,.1)}

.border-s-mobile-nav-text-inactive\/100 {
    border-inline-start-color:#dbd2c2}

.border-s-mobile-nav-text-inactive\/20 {
    border-inline-start-color:hsla(38,26%,81%,.2)}

.border-s-mobile-nav-text-inactive\/25 {
    border-inline-start-color:hsla(38,26%,81%,.25)}

.border-s-mobile-nav-text-inactive\/30 {
    border-inline-start-color:hsla(38,26%,81%,.3)}

.border-s-mobile-nav-text-inactive\/40 {
    border-inline-start-color:hsla(38,26%,81%,.4)}

.border-s-mobile-nav-text-inactive\/5 {
    border-inline-start-color:hsla(38,26%,81%,.05)}

.border-s-mobile-nav-text-inactive\/50 {
    border-inline-start-color:hsla(38,26%,81%,.5)}

.border-s-mobile-nav-text-inactive\/60 {
    border-inline-start-color:hsla(38,26%,81%,.6)}

.border-s-mobile-nav-text-inactive\/70 {
    border-inline-start-color:hsla(38,26%,81%,.7)}

.border-s-mobile-nav-text-inactive\/75 {
    border-inline-start-color:hsla(38,26%,81%,.75)}

.border-s-mobile-nav-text-inactive\/80 {
    border-inline-start-color:hsla(38,26%,81%,.8)}

.border-s-mobile-nav-text-inactive\/90 {
    border-inline-start-color:hsla(38,26%,81%,.9)}

.border-s-mobile-nav-text-inactive\/95 {
    border-inline-start-color:hsla(38,26%,81%,.95)}

.border-s-mobile-sidebar-logo {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(67 46 27/var(--tw-border-opacity))}

.border-s-mobile-sidebar-logo\/0 {
    border-inline-start-color: rgba(67,46,27,0)
}

.border-s-mobile-sidebar-logo\/10 {
    border-inline-start-color:rgba(67,46,27,.1)}

.border-s-mobile-sidebar-logo\/100 {
    border-inline-start-color:#432e1b}

.border-s-mobile-sidebar-logo\/20 {
    border-inline-start-color:rgba(67,46,27,.2)}

.border-s-mobile-sidebar-logo\/25 {
    border-inline-start-color:rgba(67,46,27,.25)}

.border-s-mobile-sidebar-logo\/30 {
    border-inline-start-color:rgba(67,46,27,.3)}

.border-s-mobile-sidebar-logo\/40 {
    border-inline-start-color:rgba(67,46,27,.4)}

.border-s-mobile-sidebar-logo\/5 {
    border-inline-start-color:rgba(67,46,27,.05)}

.border-s-mobile-sidebar-logo\/50 {
    border-inline-start-color:rgba(67,46,27,.5)}

.border-s-mobile-sidebar-logo\/60 {
    border-inline-start-color:rgba(67,46,27,.6)}

.border-s-mobile-sidebar-logo\/70 {
    border-inline-start-color:rgba(67,46,27,.7)}

.border-s-mobile-sidebar-logo\/75 {
    border-inline-start-color:rgba(67,46,27,.75)}

.border-s-mobile-sidebar-logo\/80 {
    border-inline-start-color:rgba(67,46,27,.8)}

.border-s-mobile-sidebar-logo\/90 {
    border-inline-start-color:rgba(67,46,27,.9)}

.border-s-mobile-sidebar-logo\/95 {
    border-inline-start-color:rgba(67,46,27,.95)}

.border-s-mobile-table-header {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(113 95 71/var(--tw-border-opacity))}

.border-s-mobile-table-header\/0 {
    border-inline-start-color: rgba(113,95,71,0)
}

.border-s-mobile-table-header\/10 {
    border-inline-start-color:rgba(113,95,71,.1)}

.border-s-mobile-table-header\/100 {
    border-inline-start-color:#715f47}

.border-s-mobile-table-header\/20 {
    border-inline-start-color:rgba(113,95,71,.2)}

.border-s-mobile-table-header\/25 {
    border-inline-start-color:rgba(113,95,71,.25)}

.border-s-mobile-table-header\/30 {
    border-inline-start-color:rgba(113,95,71,.3)}

.border-s-mobile-table-header\/40 {
    border-inline-start-color:rgba(113,95,71,.4)}

.border-s-mobile-table-header\/5 {
    border-inline-start-color:rgba(113,95,71,.05)}

.border-s-mobile-table-header\/50 {
    border-inline-start-color:rgba(113,95,71,.5)}

.border-s-mobile-table-header\/60 {
    border-inline-start-color:rgba(113,95,71,.6)}

.border-s-mobile-table-header\/70 {
    border-inline-start-color:rgba(113,95,71,.7)}

.border-s-mobile-table-header\/75 {
    border-inline-start-color:rgba(113,95,71,.75)}

.border-s-mobile-table-header\/80 {
    border-inline-start-color:rgba(113,95,71,.8)}

.border-s-mobile-table-header\/90 {
    border-inline-start-color:rgba(113,95,71,.9)}

.border-s-mobile-table-header\/95 {
    border-inline-start-color:rgba(113,95,71,.95)}

.border-s-orange {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(200 150 51/var(--tw-border-opacity))}

.border-s-orange\/0 {
    border-inline-start-color: rgba(200,150,51,0)
}

.border-s-orange\/10 {
    border-inline-start-color:rgba(200,150,51,.1)}

.border-s-orange\/100 {
    border-inline-start-color:#c89633}

.border-s-orange\/20 {
    border-inline-start-color:rgba(200,150,51,.2)}

.border-s-orange\/25 {
    border-inline-start-color:rgba(200,150,51,.25)}

.border-s-orange\/30 {
    border-inline-start-color:rgba(200,150,51,.3)}

.border-s-orange\/40 {
    border-inline-start-color:rgba(200,150,51,.4)}

.border-s-orange\/5 {
    border-inline-start-color:rgba(200,150,51,.05)}

.border-s-orange\/50 {
    border-inline-start-color:rgba(200,150,51,.5)}

.border-s-orange\/60 {
    border-inline-start-color:rgba(200,150,51,.6)}

.border-s-orange\/70 {
    border-inline-start-color:rgba(200,150,51,.7)}

.border-s-orange\/75 {
    border-inline-start-color:rgba(200,150,51,.75)}

.border-s-orange\/80 {
    border-inline-start-color:rgba(200,150,51,.8)}

.border-s-orange\/90 {
    border-inline-start-color:rgba(200,150,51,.9)}

.border-s-orange\/95 {
    border-inline-start-color:rgba(200,150,51,.95)}

.border-s-progress-below {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(52 44 42/var(--tw-border-opacity))}

.border-s-progress-below\/0 {
    border-inline-start-color: rgba(52,44,42,0)
}

.border-s-progress-below\/10 {
    border-inline-start-color:rgba(52,44,42,.1)}

.border-s-progress-below\/100 {
    border-inline-start-color:#342c2a}

.border-s-progress-below\/20 {
    border-inline-start-color:rgba(52,44,42,.2)}

.border-s-progress-below\/25 {
    border-inline-start-color:rgba(52,44,42,.25)}

.border-s-progress-below\/30 {
    border-inline-start-color:rgba(52,44,42,.3)}

.border-s-progress-below\/40 {
    border-inline-start-color:rgba(52,44,42,.4)}

.border-s-progress-below\/5 {
    border-inline-start-color:rgba(52,44,42,.05)}

.border-s-progress-below\/50 {
    border-inline-start-color:rgba(52,44,42,.5)}

.border-s-progress-below\/60 {
    border-inline-start-color:rgba(52,44,42,.6)}

.border-s-progress-below\/70 {
    border-inline-start-color:rgba(52,44,42,.7)}

.border-s-progress-below\/75 {
    border-inline-start-color:rgba(52,44,42,.75)}

.border-s-progress-below\/80 {
    border-inline-start-color:rgba(52,44,42,.8)}

.border-s-progress-below\/90 {
    border-inline-start-color:rgba(52,44,42,.9)}

.border-s-progress-below\/95 {
    border-inline-start-color:rgba(52,44,42,.95)}

.border-s-promotion-profile-cashback {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(58 58 58/var(--tw-border-opacity))}

.border-s-promotion-profile-cashback\/0 {
    border-inline-start-color: rgba(58,58,58,0)
}

.border-s-promotion-profile-cashback\/10 {
    border-inline-start-color:rgba(58,58,58,.1)}

.border-s-promotion-profile-cashback\/100 {
    border-inline-start-color:#3a3a3a}

.border-s-promotion-profile-cashback\/20 {
    border-inline-start-color:rgba(58,58,58,.2)}

.border-s-promotion-profile-cashback\/25 {
    border-inline-start-color:rgba(58,58,58,.25)}

.border-s-promotion-profile-cashback\/30 {
    border-inline-start-color:rgba(58,58,58,.3)}

.border-s-promotion-profile-cashback\/40 {
    border-inline-start-color:rgba(58,58,58,.4)}

.border-s-promotion-profile-cashback\/5 {
    border-inline-start-color:rgba(58,58,58,.05)}

.border-s-promotion-profile-cashback\/50 {
    border-inline-start-color:rgba(58,58,58,.5)}

.border-s-promotion-profile-cashback\/60 {
    border-inline-start-color:rgba(58,58,58,.6)}

.border-s-promotion-profile-cashback\/70 {
    border-inline-start-color:rgba(58,58,58,.7)}

.border-s-promotion-profile-cashback\/75 {
    border-inline-start-color:rgba(58,58,58,.75)}

.border-s-promotion-profile-cashback\/80 {
    border-inline-start-color:rgba(58,58,58,.8)}

.border-s-promotion-profile-cashback\/90 {
    border-inline-start-color:rgba(58,58,58,.9)}

.border-s-promotion-profile-cashback\/95 {
    border-inline-start-color:rgba(58,58,58,.95)}

.border-s-promotion-profile-header {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(65 64 64/var(--tw-border-opacity))}

.border-s-promotion-profile-header\/0 {
    border-inline-start-color: rgba(65,64,64,0)
}

.border-s-promotion-profile-header\/10 {
    border-inline-start-color:rgba(65,64,64,.1)}

.border-s-promotion-profile-header\/100 {
    border-inline-start-color:#414040}

.border-s-promotion-profile-header\/20 {
    border-inline-start-color:rgba(65,64,64,.2)}

.border-s-promotion-profile-header\/25 {
    border-inline-start-color:rgba(65,64,64,.25)}

.border-s-promotion-profile-header\/30 {
    border-inline-start-color:rgba(65,64,64,.3)}

.border-s-promotion-profile-header\/40 {
    border-inline-start-color:rgba(65,64,64,.4)}

.border-s-promotion-profile-header\/5 {
    border-inline-start-color:rgba(65,64,64,.05)}

.border-s-promotion-profile-header\/50 {
    border-inline-start-color:rgba(65,64,64,.5)}

.border-s-promotion-profile-header\/60 {
    border-inline-start-color:rgba(65,64,64,.6)}

.border-s-promotion-profile-header\/70 {
    border-inline-start-color:rgba(65,64,64,.7)}

.border-s-promotion-profile-header\/75 {
    border-inline-start-color:rgba(65,64,64,.75)}

.border-s-promotion-profile-header\/80 {
    border-inline-start-color:rgba(65,64,64,.8)}

.border-s-promotion-profile-header\/90 {
    border-inline-start-color:rgba(65,64,64,.9)}

.border-s-promotion-profile-header\/95 {
    border-inline-start-color:rgba(65,64,64,.95)}

.border-s-red-attention {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(204 30 30/var(--tw-border-opacity))}

.border-s-red-attention\/0 {
    border-inline-start-color: rgba(204,30,30,0)
}

.border-s-red-attention\/10 {
    border-inline-start-color:rgba(204,30,30,.1)}

.border-s-red-attention\/100 {
    border-inline-start-color:#cc1e1e}

.border-s-red-attention\/20 {
    border-inline-start-color:rgba(204,30,30,.2)}

.border-s-red-attention\/25 {
    border-inline-start-color:rgba(204,30,30,.25)}

.border-s-red-attention\/30 {
    border-inline-start-color:rgba(204,30,30,.3)}

.border-s-red-attention\/40 {
    border-inline-start-color:rgba(204,30,30,.4)}

.border-s-red-attention\/5 {
    border-inline-start-color:rgba(204,30,30,.05)}

.border-s-red-attention\/50 {
    border-inline-start-color:rgba(204,30,30,.5)}

.border-s-red-attention\/60 {
    border-inline-start-color:rgba(204,30,30,.6)}

.border-s-red-attention\/70 {
    border-inline-start-color:rgba(204,30,30,.7)}

.border-s-red-attention\/75 {
    border-inline-start-color:rgba(204,30,30,.75)}

.border-s-red-attention\/80 {
    border-inline-start-color:rgba(204,30,30,.8)}

.border-s-red-attention\/90 {
    border-inline-start-color:rgba(204,30,30,.9)}

.border-s-red-attention\/95 {
    border-inline-start-color:rgba(204,30,30,.95)}

.border-s-red-bg-hot-pick {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(23 14 10/var(--tw-border-opacity))}

.border-s-red-bg-hot-pick\/0 {
    border-inline-start-color: rgba(23,14,10,0)
}

.border-s-red-bg-hot-pick\/10 {
    border-inline-start-color:rgba(23,14,10,.1)}

.border-s-red-bg-hot-pick\/100 {
    border-inline-start-color:#170e0a}

.border-s-red-bg-hot-pick\/20 {
    border-inline-start-color:rgba(23,14,10,.2)}

.border-s-red-bg-hot-pick\/25 {
    border-inline-start-color:rgba(23,14,10,.25)}

.border-s-red-bg-hot-pick\/30 {
    border-inline-start-color:rgba(23,14,10,.3)}

.border-s-red-bg-hot-pick\/40 {
    border-inline-start-color:rgba(23,14,10,.4)}

.border-s-red-bg-hot-pick\/5 {
    border-inline-start-color:rgba(23,14,10,.05)}

.border-s-red-bg-hot-pick\/50 {
    border-inline-start-color:rgba(23,14,10,.5)}

.border-s-red-bg-hot-pick\/60 {
    border-inline-start-color:rgba(23,14,10,.6)}

.border-s-red-bg-hot-pick\/70 {
    border-inline-start-color:rgba(23,14,10,.7)}

.border-s-red-bg-hot-pick\/75 {
    border-inline-start-color:rgba(23,14,10,.75)}

.border-s-red-bg-hot-pick\/80 {
    border-inline-start-color:rgba(23,14,10,.8)}

.border-s-red-bg-hot-pick\/90 {
    border-inline-start-color:rgba(23,14,10,.9)}

.border-s-red-bg-hot-pick\/95 {
    border-inline-start-color:rgba(23,14,10,.95)}

.border-s-red-cancelled {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(239 65 57/var(--tw-border-opacity))}

.border-s-red-cancelled\/0 {
    border-inline-start-color: rgba(239,65,57,0)
}

.border-s-red-cancelled\/10 {
    border-inline-start-color:rgba(239,65,57,.1)}

.border-s-red-cancelled\/100 {
    border-inline-start-color:#ef4139}

.border-s-red-cancelled\/20 {
    border-inline-start-color:rgba(239,65,57,.2)}

.border-s-red-cancelled\/25 {
    border-inline-start-color:rgba(239,65,57,.25)}

.border-s-red-cancelled\/30 {
    border-inline-start-color:rgba(239,65,57,.3)}

.border-s-red-cancelled\/40 {
    border-inline-start-color:rgba(239,65,57,.4)}

.border-s-red-cancelled\/5 {
    border-inline-start-color:rgba(239,65,57,.05)}

.border-s-red-cancelled\/50 {
    border-inline-start-color:rgba(239,65,57,.5)}

.border-s-red-cancelled\/60 {
    border-inline-start-color:rgba(239,65,57,.6)}

.border-s-red-cancelled\/70 {
    border-inline-start-color:rgba(239,65,57,.7)}

.border-s-red-cancelled\/75 {
    border-inline-start-color:rgba(239,65,57,.75)}

.border-s-red-cancelled\/80 {
    border-inline-start-color:rgba(239,65,57,.8)}

.border-s-red-cancelled\/90 {
    border-inline-start-color:rgba(239,65,57,.9)}

.border-s-red-cancelled\/95 {
    border-inline-start-color:rgba(239,65,57,.95)}

.border-s-red-default {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(255 0 0/var(--tw-border-opacity))}

.border-s-red-default\/0 {
    border-inline-start-color: rgba(255,0,0,0)
}

.border-s-red-default\/10 {
    border-inline-start-color:rgba(255,0,0,.1)}

.border-s-red-default\/100 {
    border-inline-start-color:red}

.border-s-red-default\/20 {
    border-inline-start-color:rgba(255,0,0,.2)}

.border-s-red-default\/25 {
    border-inline-start-color:rgba(255,0,0,.25)}

.border-s-red-default\/30 {
    border-inline-start-color:rgba(255,0,0,.3)}

.border-s-red-default\/40 {
    border-inline-start-color:rgba(255,0,0,.4)}

.border-s-red-default\/5 {
    border-inline-start-color:rgba(255,0,0,.05)}

.border-s-red-default\/50 {
    border-inline-start-color:rgba(255,0,0,.5)}

.border-s-red-default\/60 {
    border-inline-start-color:rgba(255,0,0,.6)}

.border-s-red-default\/70 {
    border-inline-start-color:rgba(255,0,0,.7)}

.border-s-red-default\/75 {
    border-inline-start-color:rgba(255,0,0,.75)}

.border-s-red-default\/80 {
    border-inline-start-color:rgba(255,0,0,.8)}

.border-s-red-default\/90 {
    border-inline-start-color:rgba(255,0,0,.9)}

.border-s-red-default\/95 {
    border-inline-start-color:rgba(255,0,0,.95)}

.border-s-red-error {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(204 30 30/var(--tw-border-opacity))}

.border-s-red-error\/0 {
    border-inline-start-color: rgba(204,30,30,0)
}

.border-s-red-error\/10 {
    border-inline-start-color:rgba(204,30,30,.1)}

.border-s-red-error\/100 {
    border-inline-start-color:#cc1e1e}

.border-s-red-error\/20 {
    border-inline-start-color:rgba(204,30,30,.2)}

.border-s-red-error\/25 {
    border-inline-start-color:rgba(204,30,30,.25)}

.border-s-red-error\/30 {
    border-inline-start-color:rgba(204,30,30,.3)}

.border-s-red-error\/40 {
    border-inline-start-color:rgba(204,30,30,.4)}

.border-s-red-error\/5 {
    border-inline-start-color:rgba(204,30,30,.05)}

.border-s-red-error\/50 {
    border-inline-start-color:rgba(204,30,30,.5)}

.border-s-red-error\/60 {
    border-inline-start-color:rgba(204,30,30,.6)}

.border-s-red-error\/70 {
    border-inline-start-color:rgba(204,30,30,.7)}

.border-s-red-error\/75 {
    border-inline-start-color:rgba(204,30,30,.75)}

.border-s-red-error\/80 {
    border-inline-start-color:rgba(204,30,30,.8)}

.border-s-red-error\/90 {
    border-inline-start-color:rgba(204,30,30,.9)}

.border-s-red-error\/95 {
    border-inline-start-color:rgba(204,30,30,.95)}

.border-s-red-logo {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(204 30 30/var(--tw-border-opacity))}

.border-s-red-logo\/0 {
    border-inline-start-color: rgba(204,30,30,0)
}

.border-s-red-logo\/10 {
    border-inline-start-color:rgba(204,30,30,.1)}

.border-s-red-logo\/100 {
    border-inline-start-color:#cc1e1e}

.border-s-red-logo\/20 {
    border-inline-start-color:rgba(204,30,30,.2)}

.border-s-red-logo\/25 {
    border-inline-start-color:rgba(204,30,30,.25)}

.border-s-red-logo\/30 {
    border-inline-start-color:rgba(204,30,30,.3)}

.border-s-red-logo\/40 {
    border-inline-start-color:rgba(204,30,30,.4)}

.border-s-red-logo\/5 {
    border-inline-start-color:rgba(204,30,30,.05)}

.border-s-red-logo\/50 {
    border-inline-start-color:rgba(204,30,30,.5)}

.border-s-red-logo\/60 {
    border-inline-start-color:rgba(204,30,30,.6)}

.border-s-red-logo\/70 {
    border-inline-start-color:rgba(204,30,30,.7)}

.border-s-red-logo\/75 {
    border-inline-start-color:rgba(204,30,30,.75)}

.border-s-red-logo\/80 {
    border-inline-start-color:rgba(204,30,30,.8)}

.border-s-red-logo\/90 {
    border-inline-start-color:rgba(204,30,30,.9)}

.border-s-red-logo\/95 {
    border-inline-start-color:rgba(204,30,30,.95)}

.border-s-red-loss {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(239 65 57/var(--tw-border-opacity))}

.border-s-red-loss\/0 {
    border-inline-start-color: rgba(239,65,57,0)
}

.border-s-red-loss\/10 {
    border-inline-start-color:rgba(239,65,57,.1)}

.border-s-red-loss\/100 {
    border-inline-start-color:#ef4139}

.border-s-red-loss\/20 {
    border-inline-start-color:rgba(239,65,57,.2)}

.border-s-red-loss\/25 {
    border-inline-start-color:rgba(239,65,57,.25)}

.border-s-red-loss\/30 {
    border-inline-start-color:rgba(239,65,57,.3)}

.border-s-red-loss\/40 {
    border-inline-start-color:rgba(239,65,57,.4)}

.border-s-red-loss\/5 {
    border-inline-start-color:rgba(239,65,57,.05)}

.border-s-red-loss\/50 {
    border-inline-start-color:rgba(239,65,57,.5)}

.border-s-red-loss\/60 {
    border-inline-start-color:rgba(239,65,57,.6)}

.border-s-red-loss\/70 {
    border-inline-start-color:rgba(239,65,57,.7)}

.border-s-red-loss\/75 {
    border-inline-start-color:rgba(239,65,57,.75)}

.border-s-red-loss\/80 {
    border-inline-start-color:rgba(239,65,57,.8)}

.border-s-red-loss\/90 {
    border-inline-start-color:rgba(239,65,57,.9)}

.border-s-red-loss\/95 {
    border-inline-start-color:rgba(239,65,57,.95)}

.border-s-red-notification {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(216 0 39/var(--tw-border-opacity))}

.border-s-red-notification\/0 {
    border-inline-start-color: rgba(216,0,39,0)
}

.border-s-red-notification\/10 {
    border-inline-start-color:rgba(216,0,39,.1)}

.border-s-red-notification\/100 {
    border-inline-start-color:#d80027}

.border-s-red-notification\/20 {
    border-inline-start-color:rgba(216,0,39,.2)}

.border-s-red-notification\/25 {
    border-inline-start-color:rgba(216,0,39,.25)}

.border-s-red-notification\/30 {
    border-inline-start-color:rgba(216,0,39,.3)}

.border-s-red-notification\/40 {
    border-inline-start-color:rgba(216,0,39,.4)}

.border-s-red-notification\/5 {
    border-inline-start-color:rgba(216,0,39,.05)}

.border-s-red-notification\/50 {
    border-inline-start-color:rgba(216,0,39,.5)}

.border-s-red-notification\/60 {
    border-inline-start-color:rgba(216,0,39,.6)}

.border-s-red-notification\/70 {
    border-inline-start-color:rgba(216,0,39,.7)}

.border-s-red-notification\/75 {
    border-inline-start-color:rgba(216,0,39,.75)}

.border-s-red-notification\/80 {
    border-inline-start-color:rgba(216,0,39,.8)}

.border-s-red-notification\/90 {
    border-inline-start-color:rgba(216,0,39,.9)}

.border-s-red-notification\/95 {
    border-inline-start-color:rgba(216,0,39,.95)}

.border-s-red-update-button {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(197 91 75/var(--tw-border-opacity))}

.border-s-red-update-button\/0 {
    border-inline-start-color: rgba(197,91,75,0)
}

.border-s-red-update-button\/10 {
    border-inline-start-color:rgba(197,91,75,.1)}

.border-s-red-update-button\/100 {
    border-inline-start-color:#c55b4b}

.border-s-red-update-button\/20 {
    border-inline-start-color:rgba(197,91,75,.2)}

.border-s-red-update-button\/25 {
    border-inline-start-color:rgba(197,91,75,.25)}

.border-s-red-update-button\/30 {
    border-inline-start-color:rgba(197,91,75,.3)}

.border-s-red-update-button\/40 {
    border-inline-start-color:rgba(197,91,75,.4)}

.border-s-red-update-button\/5 {
    border-inline-start-color:rgba(197,91,75,.05)}

.border-s-red-update-button\/50 {
    border-inline-start-color:rgba(197,91,75,.5)}

.border-s-red-update-button\/60 {
    border-inline-start-color:rgba(197,91,75,.6)}

.border-s-red-update-button\/70 {
    border-inline-start-color:rgba(197,91,75,.7)}

.border-s-red-update-button\/75 {
    border-inline-start-color:rgba(197,91,75,.75)}

.border-s-red-update-button\/80 {
    border-inline-start-color:rgba(197,91,75,.8)}

.border-s-red-update-button\/90 {
    border-inline-start-color:rgba(197,91,75,.9)}

.border-s-red-update-button\/95 {
    border-inline-start-color:rgba(197,91,75,.95)}

.border-s-rng-game-bet-number-active {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(38 26 14/var(--tw-border-opacity))}

.border-s-rng-game-bet-number-active\/0 {
    border-inline-start-color: rgba(38,26,14,0)
}

.border-s-rng-game-bet-number-active\/10 {
    border-inline-start-color:rgba(38,26,14,.1)}

.border-s-rng-game-bet-number-active\/100 {
    border-inline-start-color:#261a0e}

.border-s-rng-game-bet-number-active\/20 {
    border-inline-start-color:rgba(38,26,14,.2)}

.border-s-rng-game-bet-number-active\/25 {
    border-inline-start-color:rgba(38,26,14,.25)}

.border-s-rng-game-bet-number-active\/30 {
    border-inline-start-color:rgba(38,26,14,.3)}

.border-s-rng-game-bet-number-active\/40 {
    border-inline-start-color:rgba(38,26,14,.4)}

.border-s-rng-game-bet-number-active\/5 {
    border-inline-start-color:rgba(38,26,14,.05)}

.border-s-rng-game-bet-number-active\/50 {
    border-inline-start-color:rgba(38,26,14,.5)}

.border-s-rng-game-bet-number-active\/60 {
    border-inline-start-color:rgba(38,26,14,.6)}

.border-s-rng-game-bet-number-active\/70 {
    border-inline-start-color:rgba(38,26,14,.7)}

.border-s-rng-game-bet-number-active\/75 {
    border-inline-start-color:rgba(38,26,14,.75)}

.border-s-rng-game-bet-number-active\/80 {
    border-inline-start-color:rgba(38,26,14,.8)}

.border-s-rng-game-bet-number-active\/90 {
    border-inline-start-color:rgba(38,26,14,.9)}

.border-s-rng-game-bet-number-active\/95 {
    border-inline-start-color:rgba(38,26,14,.95)}

.border-s-rng-game-bet-number-inactive {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(242 219 184/var(--tw-border-opacity))}

.border-s-rng-game-bet-number-inactive\/0 {
    border-inline-start-color: hsla(36,69%,84%,0)
}

.border-s-rng-game-bet-number-inactive\/10 {
    border-inline-start-color:hsla(36,69%,84%,.1)}

.border-s-rng-game-bet-number-inactive\/100 {
    border-inline-start-color:#f2dbb8}

.border-s-rng-game-bet-number-inactive\/20 {
    border-inline-start-color:hsla(36,69%,84%,.2)}

.border-s-rng-game-bet-number-inactive\/25 {
    border-inline-start-color:hsla(36,69%,84%,.25)}

.border-s-rng-game-bet-number-inactive\/30 {
    border-inline-start-color:hsla(36,69%,84%,.3)}

.border-s-rng-game-bet-number-inactive\/40 {
    border-inline-start-color:hsla(36,69%,84%,.4)}

.border-s-rng-game-bet-number-inactive\/5 {
    border-inline-start-color:hsla(36,69%,84%,.05)}

.border-s-rng-game-bet-number-inactive\/50 {
    border-inline-start-color:hsla(36,69%,84%,.5)}

.border-s-rng-game-bet-number-inactive\/60 {
    border-inline-start-color:hsla(36,69%,84%,.6)}

.border-s-rng-game-bet-number-inactive\/70 {
    border-inline-start-color:hsla(36,69%,84%,.7)}

.border-s-rng-game-bet-number-inactive\/75 {
    border-inline-start-color:hsla(36,69%,84%,.75)}

.border-s-rng-game-bet-number-inactive\/80 {
    border-inline-start-color:hsla(36,69%,84%,.8)}

.border-s-rng-game-bet-number-inactive\/90 {
    border-inline-start-color:hsla(36,69%,84%,.9)}

.border-s-rng-game-bet-number-inactive\/95 {
    border-inline-start-color:hsla(36,69%,84%,.95)}

.border-s-rng-game-bg {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(137 113 80/var(--tw-border-opacity))}

.border-s-rng-game-bg-bet {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(0 0 0/var(--tw-border-opacity))}

.border-s-rng-game-bg-bet\/0 {
    border-inline-start-color: transparent
}

.border-s-rng-game-bg-bet\/10 {
    border-inline-start-color:rgba(0,0,0,.1)}

.border-s-rng-game-bg-bet\/100 {
    border-inline-start-color:#000}

.border-s-rng-game-bg-bet\/20 {
    border-inline-start-color:rgba(0,0,0,.2)}

.border-s-rng-game-bg-bet\/25 {
    border-inline-start-color:rgba(0,0,0,.25)}

.border-s-rng-game-bg-bet\/30 {
    border-inline-start-color:rgba(0,0,0,.3)}

.border-s-rng-game-bg-bet\/40 {
    border-inline-start-color:rgba(0,0,0,.4)}

.border-s-rng-game-bg-bet\/5 {
    border-inline-start-color:rgba(0,0,0,.05)}

.border-s-rng-game-bg-bet\/50 {
    border-inline-start-color:rgba(0,0,0,.5)}

.border-s-rng-game-bg-bet\/60 {
    border-inline-start-color:rgba(0,0,0,.6)}

.border-s-rng-game-bg-bet\/70 {
    border-inline-start-color:rgba(0,0,0,.7)}

.border-s-rng-game-bg-bet\/75 {
    border-inline-start-color:rgba(0,0,0,.75)}

.border-s-rng-game-bg-bet\/80 {
    border-inline-start-color:rgba(0,0,0,.8)}

.border-s-rng-game-bg-bet\/90 {
    border-inline-start-color:rgba(0,0,0,.9)}

.border-s-rng-game-bg-bet\/95 {
    border-inline-start-color:rgba(0,0,0,.95)}

.border-s-rng-game-bg-current-bet {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(235 206 130/var(--tw-border-opacity))}

.border-s-rng-game-bg-current-bet\/0 {
    border-inline-start-color: hsla(43,72%,72%,0)
}

.border-s-rng-game-bg-current-bet\/10 {
    border-inline-start-color:hsla(43,72%,72%,.1)}

.border-s-rng-game-bg-current-bet\/100 {
    border-inline-start-color:#ebce82}

.border-s-rng-game-bg-current-bet\/20 {
    border-inline-start-color:hsla(43,72%,72%,.2)}

.border-s-rng-game-bg-current-bet\/25 {
    border-inline-start-color:hsla(43,72%,72%,.25)}

.border-s-rng-game-bg-current-bet\/30 {
    border-inline-start-color:hsla(43,72%,72%,.3)}

.border-s-rng-game-bg-current-bet\/40 {
    border-inline-start-color:hsla(43,72%,72%,.4)}

.border-s-rng-game-bg-current-bet\/5 {
    border-inline-start-color:hsla(43,72%,72%,.05)}

.border-s-rng-game-bg-current-bet\/50 {
    border-inline-start-color:hsla(43,72%,72%,.5)}

.border-s-rng-game-bg-current-bet\/60 {
    border-inline-start-color:hsla(43,72%,72%,.6)}

.border-s-rng-game-bg-current-bet\/70 {
    border-inline-start-color:hsla(43,72%,72%,.7)}

.border-s-rng-game-bg-current-bet\/75 {
    border-inline-start-color:hsla(43,72%,72%,.75)}

.border-s-rng-game-bg-current-bet\/80 {
    border-inline-start-color:hsla(43,72%,72%,.8)}

.border-s-rng-game-bg-current-bet\/90 {
    border-inline-start-color:hsla(43,72%,72%,.9)}

.border-s-rng-game-bg-current-bet\/95 {
    border-inline-start-color:hsla(43,72%,72%,.95)}

.border-s-rng-game-bg-filter {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(36 26 18/var(--tw-border-opacity))}

.border-s-rng-game-bg-filter\/0 {
    border-inline-start-color: rgba(36,26,18,0)
}

.border-s-rng-game-bg-filter\/10 {
    border-inline-start-color:rgba(36,26,18,.1)}

.border-s-rng-game-bg-filter\/100 {
    border-inline-start-color:#241a12}

.border-s-rng-game-bg-filter\/20 {
    border-inline-start-color:rgba(36,26,18,.2)}

.border-s-rng-game-bg-filter\/25 {
    border-inline-start-color:rgba(36,26,18,.25)}

.border-s-rng-game-bg-filter\/30 {
    border-inline-start-color:rgba(36,26,18,.3)}

.border-s-rng-game-bg-filter\/40 {
    border-inline-start-color:rgba(36,26,18,.4)}

.border-s-rng-game-bg-filter\/5 {
    border-inline-start-color:rgba(36,26,18,.05)}

.border-s-rng-game-bg-filter\/50 {
    border-inline-start-color:rgba(36,26,18,.5)}

.border-s-rng-game-bg-filter\/60 {
    border-inline-start-color:rgba(36,26,18,.6)}

.border-s-rng-game-bg-filter\/70 {
    border-inline-start-color:rgba(36,26,18,.7)}

.border-s-rng-game-bg-filter\/75 {
    border-inline-start-color:rgba(36,26,18,.75)}

.border-s-rng-game-bg-filter\/80 {
    border-inline-start-color:rgba(36,26,18,.8)}

.border-s-rng-game-bg-filter\/90 {
    border-inline-start-color:rgba(36,26,18,.9)}

.border-s-rng-game-bg-filter\/95 {
    border-inline-start-color:rgba(36,26,18,.95)}

.border-s-rng-game-bg-popup-bet {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(51 50 47/var(--tw-border-opacity))}

.border-s-rng-game-bg-popup-bet\/0 {
    border-inline-start-color: rgba(51,50,47,0)
}

.border-s-rng-game-bg-popup-bet\/10 {
    border-inline-start-color:rgba(51,50,47,.1)}

.border-s-rng-game-bg-popup-bet\/100 {
    border-inline-start-color:#33322f}

.border-s-rng-game-bg-popup-bet\/20 {
    border-inline-start-color:rgba(51,50,47,.2)}

.border-s-rng-game-bg-popup-bet\/25 {
    border-inline-start-color:rgba(51,50,47,.25)}

.border-s-rng-game-bg-popup-bet\/30 {
    border-inline-start-color:rgba(51,50,47,.3)}

.border-s-rng-game-bg-popup-bet\/40 {
    border-inline-start-color:rgba(51,50,47,.4)}

.border-s-rng-game-bg-popup-bet\/5 {
    border-inline-start-color:rgba(51,50,47,.05)}

.border-s-rng-game-bg-popup-bet\/50 {
    border-inline-start-color:rgba(51,50,47,.5)}

.border-s-rng-game-bg-popup-bet\/60 {
    border-inline-start-color:rgba(51,50,47,.6)}

.border-s-rng-game-bg-popup-bet\/70 {
    border-inline-start-color:rgba(51,50,47,.7)}

.border-s-rng-game-bg-popup-bet\/75 {
    border-inline-start-color:rgba(51,50,47,.75)}

.border-s-rng-game-bg-popup-bet\/80 {
    border-inline-start-color:rgba(51,50,47,.8)}

.border-s-rng-game-bg-popup-bet\/90 {
    border-inline-start-color:rgba(51,50,47,.9)}

.border-s-rng-game-bg-popup-bet\/95 {
    border-inline-start-color:rgba(51,50,47,.95)}

.border-s-rng-game-bg-tab {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(52 52 52/var(--tw-border-opacity))}

.border-s-rng-game-bg-tab\/0 {
    border-inline-start-color: rgba(52,52,52,0)
}

.border-s-rng-game-bg-tab\/10 {
    border-inline-start-color:rgba(52,52,52,.1)}

.border-s-rng-game-bg-tab\/100 {
    border-inline-start-color:#343434}

.border-s-rng-game-bg-tab\/20 {
    border-inline-start-color:rgba(52,52,52,.2)}

.border-s-rng-game-bg-tab\/25 {
    border-inline-start-color:rgba(52,52,52,.25)}

.border-s-rng-game-bg-tab\/30 {
    border-inline-start-color:rgba(52,52,52,.3)}

.border-s-rng-game-bg-tab\/40 {
    border-inline-start-color:rgba(52,52,52,.4)}

.border-s-rng-game-bg-tab\/5 {
    border-inline-start-color:rgba(52,52,52,.05)}

.border-s-rng-game-bg-tab\/50 {
    border-inline-start-color:rgba(52,52,52,.5)}

.border-s-rng-game-bg-tab\/60 {
    border-inline-start-color:rgba(52,52,52,.6)}

.border-s-rng-game-bg-tab\/70 {
    border-inline-start-color:rgba(52,52,52,.7)}

.border-s-rng-game-bg-tab\/75 {
    border-inline-start-color:rgba(52,52,52,.75)}

.border-s-rng-game-bg-tab\/80 {
    border-inline-start-color:rgba(52,52,52,.8)}

.border-s-rng-game-bg-tab\/90 {
    border-inline-start-color:rgba(52,52,52,.9)}

.border-s-rng-game-bg-tab\/95 {
    border-inline-start-color:rgba(52,52,52,.95)}

.border-s-rng-game-bg\/0 {
    border-inline-start-color:rgba(137,113,80,0)}

.border-s-rng-game-bg\/10 {
    border-inline-start-color:rgba(137,113,80,.1)}

.border-s-rng-game-bg\/100 {
    border-inline-start-color:#897150}

.border-s-rng-game-bg\/20 {
    border-inline-start-color:rgba(137,113,80,.2)}

.border-s-rng-game-bg\/25 {
    border-inline-start-color:rgba(137,113,80,.25)}

.border-s-rng-game-bg\/30 {
    border-inline-start-color:rgba(137,113,80,.3)}

.border-s-rng-game-bg\/40 {
    border-inline-start-color:rgba(137,113,80,.4)}

.border-s-rng-game-bg\/5 {
    border-inline-start-color:rgba(137,113,80,.05)}

.border-s-rng-game-bg\/50 {
    border-inline-start-color:rgba(137,113,80,.5)}

.border-s-rng-game-bg\/60 {
    border-inline-start-color:rgba(137,113,80,.6)}

.border-s-rng-game-bg\/70 {
    border-inline-start-color:rgba(137,113,80,.7)}

.border-s-rng-game-bg\/75 {
    border-inline-start-color:rgba(137,113,80,.75)}

.border-s-rng-game-bg\/80 {
    border-inline-start-color:rgba(137,113,80,.8)}

.border-s-rng-game-bg\/90 {
    border-inline-start-color:rgba(137,113,80,.9)}

.border-s-rng-game-bg\/95 {
    border-inline-start-color:rgba(137,113,80,.95)}

.border-s-rng-game-border-circle {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(174 143 101/var(--tw-border-opacity))}

.border-s-rng-game-border-circle\/0 {
    border-inline-start-color: hsla(35,31%,54%,0)
}

.border-s-rng-game-border-circle\/10 {
    border-inline-start-color:hsla(35,31%,54%,.1)}

.border-s-rng-game-border-circle\/100 {
    border-inline-start-color:#ae8f65}

.border-s-rng-game-border-circle\/20 {
    border-inline-start-color:hsla(35,31%,54%,.2)}

.border-s-rng-game-border-circle\/25 {
    border-inline-start-color:hsla(35,31%,54%,.25)}

.border-s-rng-game-border-circle\/30 {
    border-inline-start-color:hsla(35,31%,54%,.3)}

.border-s-rng-game-border-circle\/40 {
    border-inline-start-color:hsla(35,31%,54%,.4)}

.border-s-rng-game-border-circle\/5 {
    border-inline-start-color:hsla(35,31%,54%,.05)}

.border-s-rng-game-border-circle\/50 {
    border-inline-start-color:hsla(35,31%,54%,.5)}

.border-s-rng-game-border-circle\/60 {
    border-inline-start-color:hsla(35,31%,54%,.6)}

.border-s-rng-game-border-circle\/70 {
    border-inline-start-color:hsla(35,31%,54%,.7)}

.border-s-rng-game-border-circle\/75 {
    border-inline-start-color:hsla(35,31%,54%,.75)}

.border-s-rng-game-border-circle\/80 {
    border-inline-start-color:hsla(35,31%,54%,.8)}

.border-s-rng-game-border-circle\/90 {
    border-inline-start-color:hsla(35,31%,54%,.9)}

.border-s-rng-game-border-circle\/95 {
    border-inline-start-color:hsla(35,31%,54%,.95)}

.border-s-rng-game-header-table {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(23 12 12/var(--tw-border-opacity))}

.border-s-rng-game-header-table\/0 {
    border-inline-start-color: rgba(23,12,12,0)
}

.border-s-rng-game-header-table\/10 {
    border-inline-start-color:rgba(23,12,12,.1)}

.border-s-rng-game-header-table\/100 {
    border-inline-start-color:#170c0c}

.border-s-rng-game-header-table\/20 {
    border-inline-start-color:rgba(23,12,12,.2)}

.border-s-rng-game-header-table\/25 {
    border-inline-start-color:rgba(23,12,12,.25)}

.border-s-rng-game-header-table\/30 {
    border-inline-start-color:rgba(23,12,12,.3)}

.border-s-rng-game-header-table\/40 {
    border-inline-start-color:rgba(23,12,12,.4)}

.border-s-rng-game-header-table\/5 {
    border-inline-start-color:rgba(23,12,12,.05)}

.border-s-rng-game-header-table\/50 {
    border-inline-start-color:rgba(23,12,12,.5)}

.border-s-rng-game-header-table\/60 {
    border-inline-start-color:rgba(23,12,12,.6)}

.border-s-rng-game-header-table\/70 {
    border-inline-start-color:rgba(23,12,12,.7)}

.border-s-rng-game-header-table\/75 {
    border-inline-start-color:rgba(23,12,12,.75)}

.border-s-rng-game-header-table\/80 {
    border-inline-start-color:rgba(23,12,12,.8)}

.border-s-rng-game-header-table\/90 {
    border-inline-start-color:rgba(23,12,12,.9)}

.border-s-rng-game-header-table\/95 {
    border-inline-start-color:rgba(23,12,12,.95)}

.border-s-rng-game-item-1 {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(39 38 36/var(--tw-border-opacity))}

.border-s-rng-game-item-1\/0 {
    border-inline-start-color: rgba(39,38,36,0)
}

.border-s-rng-game-item-1\/10 {
    border-inline-start-color:rgba(39,38,36,.1)}

.border-s-rng-game-item-1\/100 {
    border-inline-start-color:#272624}

.border-s-rng-game-item-1\/20 {
    border-inline-start-color:rgba(39,38,36,.2)}

.border-s-rng-game-item-1\/25 {
    border-inline-start-color:rgba(39,38,36,.25)}

.border-s-rng-game-item-1\/30 {
    border-inline-start-color:rgba(39,38,36,.3)}

.border-s-rng-game-item-1\/40 {
    border-inline-start-color:rgba(39,38,36,.4)}

.border-s-rng-game-item-1\/5 {
    border-inline-start-color:rgba(39,38,36,.05)}

.border-s-rng-game-item-1\/50 {
    border-inline-start-color:rgba(39,38,36,.5)}

.border-s-rng-game-item-1\/60 {
    border-inline-start-color:rgba(39,38,36,.6)}

.border-s-rng-game-item-1\/70 {
    border-inline-start-color:rgba(39,38,36,.7)}

.border-s-rng-game-item-1\/75 {
    border-inline-start-color:rgba(39,38,36,.75)}

.border-s-rng-game-item-1\/80 {
    border-inline-start-color:rgba(39,38,36,.8)}

.border-s-rng-game-item-1\/90 {
    border-inline-start-color:rgba(39,38,36,.9)}

.border-s-rng-game-item-1\/95 {
    border-inline-start-color:rgba(39,38,36,.95)}

.border-s-rng-game-item-2 {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(48 53 56/var(--tw-border-opacity))}

.border-s-rng-game-item-2\/0 {
    border-inline-start-color: rgba(48,53,56,0)
}

.border-s-rng-game-item-2\/10 {
    border-inline-start-color:rgba(48,53,56,.1)}

.border-s-rng-game-item-2\/100 {
    border-inline-start-color:#303538}

.border-s-rng-game-item-2\/20 {
    border-inline-start-color:rgba(48,53,56,.2)}

.border-s-rng-game-item-2\/25 {
    border-inline-start-color:rgba(48,53,56,.25)}

.border-s-rng-game-item-2\/30 {
    border-inline-start-color:rgba(48,53,56,.3)}

.border-s-rng-game-item-2\/40 {
    border-inline-start-color:rgba(48,53,56,.4)}

.border-s-rng-game-item-2\/5 {
    border-inline-start-color:rgba(48,53,56,.05)}

.border-s-rng-game-item-2\/50 {
    border-inline-start-color:rgba(48,53,56,.5)}

.border-s-rng-game-item-2\/60 {
    border-inline-start-color:rgba(48,53,56,.6)}

.border-s-rng-game-item-2\/70 {
    border-inline-start-color:rgba(48,53,56,.7)}

.border-s-rng-game-item-2\/75 {
    border-inline-start-color:rgba(48,53,56,.75)}

.border-s-rng-game-item-2\/80 {
    border-inline-start-color:rgba(48,53,56,.8)}

.border-s-rng-game-item-2\/90 {
    border-inline-start-color:rgba(48,53,56,.9)}

.border-s-rng-game-item-2\/95 {
    border-inline-start-color:rgba(48,53,56,.95)}

.border-s-rng-game-money-bet {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(202 164 64/var(--tw-border-opacity))}

.border-s-rng-game-money-bet\/0 {
    border-inline-start-color: rgba(202,164,64,0)
}

.border-s-rng-game-money-bet\/10 {
    border-inline-start-color:rgba(202,164,64,.1)}

.border-s-rng-game-money-bet\/100 {
    border-inline-start-color:#caa440}

.border-s-rng-game-money-bet\/20 {
    border-inline-start-color:rgba(202,164,64,.2)}

.border-s-rng-game-money-bet\/25 {
    border-inline-start-color:rgba(202,164,64,.25)}

.border-s-rng-game-money-bet\/30 {
    border-inline-start-color:rgba(202,164,64,.3)}

.border-s-rng-game-money-bet\/40 {
    border-inline-start-color:rgba(202,164,64,.4)}

.border-s-rng-game-money-bet\/5 {
    border-inline-start-color:rgba(202,164,64,.05)}

.border-s-rng-game-money-bet\/50 {
    border-inline-start-color:rgba(202,164,64,.5)}

.border-s-rng-game-money-bet\/60 {
    border-inline-start-color:rgba(202,164,64,.6)}

.border-s-rng-game-money-bet\/70 {
    border-inline-start-color:rgba(202,164,64,.7)}

.border-s-rng-game-money-bet\/75 {
    border-inline-start-color:rgba(202,164,64,.75)}

.border-s-rng-game-money-bet\/80 {
    border-inline-start-color:rgba(202,164,64,.8)}

.border-s-rng-game-money-bet\/90 {
    border-inline-start-color:rgba(202,164,64,.9)}

.border-s-rng-game-money-bet\/95 {
    border-inline-start-color:rgba(202,164,64,.95)}

.border-s-rng-game-tab-bet-result-active {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(137 113 80/var(--tw-border-opacity))}

.border-s-rng-game-tab-bet-result-active\/0 {
    border-inline-start-color: rgba(137,113,80,0)
}

.border-s-rng-game-tab-bet-result-active\/10 {
    border-inline-start-color:rgba(137,113,80,.1)}

.border-s-rng-game-tab-bet-result-active\/100 {
    border-inline-start-color:#897150}

.border-s-rng-game-tab-bet-result-active\/20 {
    border-inline-start-color:rgba(137,113,80,.2)}

.border-s-rng-game-tab-bet-result-active\/25 {
    border-inline-start-color:rgba(137,113,80,.25)}

.border-s-rng-game-tab-bet-result-active\/30 {
    border-inline-start-color:rgba(137,113,80,.3)}

.border-s-rng-game-tab-bet-result-active\/40 {
    border-inline-start-color:rgba(137,113,80,.4)}

.border-s-rng-game-tab-bet-result-active\/5 {
    border-inline-start-color:rgba(137,113,80,.05)}

.border-s-rng-game-tab-bet-result-active\/50 {
    border-inline-start-color:rgba(137,113,80,.5)}

.border-s-rng-game-tab-bet-result-active\/60 {
    border-inline-start-color:rgba(137,113,80,.6)}

.border-s-rng-game-tab-bet-result-active\/70 {
    border-inline-start-color:rgba(137,113,80,.7)}

.border-s-rng-game-tab-bet-result-active\/75 {
    border-inline-start-color:rgba(137,113,80,.75)}

.border-s-rng-game-tab-bet-result-active\/80 {
    border-inline-start-color:rgba(137,113,80,.8)}

.border-s-rng-game-tab-bet-result-active\/90 {
    border-inline-start-color:rgba(137,113,80,.9)}

.border-s-rng-game-tab-bet-result-active\/95 {
    border-inline-start-color:rgba(137,113,80,.95)}

.border-s-rng-game-tab-bet-result-inactive {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(68 59 39/var(--tw-border-opacity))}

.border-s-rng-game-tab-bet-result-inactive\/0 {
    border-inline-start-color: rgba(68,59,39,0)
}

.border-s-rng-game-tab-bet-result-inactive\/10 {
    border-inline-start-color:rgba(68,59,39,.1)}

.border-s-rng-game-tab-bet-result-inactive\/100 {
    border-inline-start-color:#443b27}

.border-s-rng-game-tab-bet-result-inactive\/20 {
    border-inline-start-color:rgba(68,59,39,.2)}

.border-s-rng-game-tab-bet-result-inactive\/25 {
    border-inline-start-color:rgba(68,59,39,.25)}

.border-s-rng-game-tab-bet-result-inactive\/30 {
    border-inline-start-color:rgba(68,59,39,.3)}

.border-s-rng-game-tab-bet-result-inactive\/40 {
    border-inline-start-color:rgba(68,59,39,.4)}

.border-s-rng-game-tab-bet-result-inactive\/5 {
    border-inline-start-color:rgba(68,59,39,.05)}

.border-s-rng-game-tab-bet-result-inactive\/50 {
    border-inline-start-color:rgba(68,59,39,.5)}

.border-s-rng-game-tab-bet-result-inactive\/60 {
    border-inline-start-color:rgba(68,59,39,.6)}

.border-s-rng-game-tab-bet-result-inactive\/70 {
    border-inline-start-color:rgba(68,59,39,.7)}

.border-s-rng-game-tab-bet-result-inactive\/75 {
    border-inline-start-color:rgba(68,59,39,.75)}

.border-s-rng-game-tab-bet-result-inactive\/80 {
    border-inline-start-color:rgba(68,59,39,.8)}

.border-s-rng-game-tab-bet-result-inactive\/90 {
    border-inline-start-color:rgba(68,59,39,.9)}

.border-s-rng-game-tab-bet-result-inactive\/95 {
    border-inline-start-color:rgba(68,59,39,.95)}

.border-s-rng-game-text-current-bet {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(81 57 36/var(--tw-border-opacity))}

.border-s-rng-game-text-current-bet\/0 {
    border-inline-start-color: rgba(81,57,36,0)
}

.border-s-rng-game-text-current-bet\/10 {
    border-inline-start-color:rgba(81,57,36,.1)}

.border-s-rng-game-text-current-bet\/100 {
    border-inline-start-color:#513924}

.border-s-rng-game-text-current-bet\/20 {
    border-inline-start-color:rgba(81,57,36,.2)}

.border-s-rng-game-text-current-bet\/25 {
    border-inline-start-color:rgba(81,57,36,.25)}

.border-s-rng-game-text-current-bet\/30 {
    border-inline-start-color:rgba(81,57,36,.3)}

.border-s-rng-game-text-current-bet\/40 {
    border-inline-start-color:rgba(81,57,36,.4)}

.border-s-rng-game-text-current-bet\/5 {
    border-inline-start-color:rgba(81,57,36,.05)}

.border-s-rng-game-text-current-bet\/50 {
    border-inline-start-color:rgba(81,57,36,.5)}

.border-s-rng-game-text-current-bet\/60 {
    border-inline-start-color:rgba(81,57,36,.6)}

.border-s-rng-game-text-current-bet\/70 {
    border-inline-start-color:rgba(81,57,36,.7)}

.border-s-rng-game-text-current-bet\/75 {
    border-inline-start-color:rgba(81,57,36,.75)}

.border-s-rng-game-text-current-bet\/80 {
    border-inline-start-color:rgba(81,57,36,.8)}

.border-s-rng-game-text-current-bet\/90 {
    border-inline-start-color:rgba(81,57,36,.9)}

.border-s-rng-game-text-current-bet\/95 {
    border-inline-start-color:rgba(81,57,36,.95)}

.border-s-rng-game-total {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(229 198 117/var(--tw-border-opacity))}

.border-s-rng-game-total\/0 {
    border-inline-start-color: hsla(43,68%,68%,0)
}

.border-s-rng-game-total\/10 {
    border-inline-start-color:hsla(43,68%,68%,.1)}

.border-s-rng-game-total\/100 {
    border-inline-start-color:#e5c675}

.border-s-rng-game-total\/20 {
    border-inline-start-color:hsla(43,68%,68%,.2)}

.border-s-rng-game-total\/25 {
    border-inline-start-color:hsla(43,68%,68%,.25)}

.border-s-rng-game-total\/30 {
    border-inline-start-color:hsla(43,68%,68%,.3)}

.border-s-rng-game-total\/40 {
    border-inline-start-color:hsla(43,68%,68%,.4)}

.border-s-rng-game-total\/5 {
    border-inline-start-color:hsla(43,68%,68%,.05)}

.border-s-rng-game-total\/50 {
    border-inline-start-color:hsla(43,68%,68%,.5)}

.border-s-rng-game-total\/60 {
    border-inline-start-color:hsla(43,68%,68%,.6)}

.border-s-rng-game-total\/70 {
    border-inline-start-color:hsla(43,68%,68%,.7)}

.border-s-rng-game-total\/75 {
    border-inline-start-color:hsla(43,68%,68%,.75)}

.border-s-rng-game-total\/80 {
    border-inline-start-color:hsla(43,68%,68%,.8)}

.border-s-rng-game-total\/90 {
    border-inline-start-color:hsla(43,68%,68%,.9)}

.border-s-rng-game-total\/95 {
    border-inline-start-color:hsla(43,68%,68%,.95)}

.border-s-sub-page-header {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(137 113 80/var(--tw-border-opacity))}

.border-s-sub-page-header\/0 {
    border-inline-start-color: rgba(137,113,80,0)
}

.border-s-sub-page-header\/10 {
    border-inline-start-color:rgba(137,113,80,.1)}

.border-s-sub-page-header\/100 {
    border-inline-start-color:#897150}

.border-s-sub-page-header\/20 {
    border-inline-start-color:rgba(137,113,80,.2)}

.border-s-sub-page-header\/25 {
    border-inline-start-color:rgba(137,113,80,.25)}

.border-s-sub-page-header\/30 {
    border-inline-start-color:rgba(137,113,80,.3)}

.border-s-sub-page-header\/40 {
    border-inline-start-color:rgba(137,113,80,.4)}

.border-s-sub-page-header\/5 {
    border-inline-start-color:rgba(137,113,80,.05)}

.border-s-sub-page-header\/50 {
    border-inline-start-color:rgba(137,113,80,.5)}

.border-s-sub-page-header\/60 {
    border-inline-start-color:rgba(137,113,80,.6)}

.border-s-sub-page-header\/70 {
    border-inline-start-color:rgba(137,113,80,.7)}

.border-s-sub-page-header\/75 {
    border-inline-start-color:rgba(137,113,80,.75)}

.border-s-sub-page-header\/80 {
    border-inline-start-color:rgba(137,113,80,.8)}

.border-s-sub-page-header\/90 {
    border-inline-start-color:rgba(137,113,80,.9)}

.border-s-sub-page-header\/95 {
    border-inline-start-color:rgba(137,113,80,.95)}

.border-s-sub-page-sidebar {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(29 24 24/var(--tw-border-opacity))}

.border-s-sub-page-sidebar\/0 {
    border-inline-start-color: rgba(29,24,24,0)
}

.border-s-sub-page-sidebar\/10 {
    border-inline-start-color:rgba(29,24,24,.1)}

.border-s-sub-page-sidebar\/100 {
    border-inline-start-color:#1d1818}

.border-s-sub-page-sidebar\/20 {
    border-inline-start-color:rgba(29,24,24,.2)}

.border-s-sub-page-sidebar\/25 {
    border-inline-start-color:rgba(29,24,24,.25)}

.border-s-sub-page-sidebar\/30 {
    border-inline-start-color:rgba(29,24,24,.3)}

.border-s-sub-page-sidebar\/40 {
    border-inline-start-color:rgba(29,24,24,.4)}

.border-s-sub-page-sidebar\/5 {
    border-inline-start-color:rgba(29,24,24,.05)}

.border-s-sub-page-sidebar\/50 {
    border-inline-start-color:rgba(29,24,24,.5)}

.border-s-sub-page-sidebar\/60 {
    border-inline-start-color:rgba(29,24,24,.6)}

.border-s-sub-page-sidebar\/70 {
    border-inline-start-color:rgba(29,24,24,.7)}

.border-s-sub-page-sidebar\/75 {
    border-inline-start-color:rgba(29,24,24,.75)}

.border-s-sub-page-sidebar\/80 {
    border-inline-start-color:rgba(29,24,24,.8)}

.border-s-sub-page-sidebar\/90 {
    border-inline-start-color:rgba(29,24,24,.9)}

.border-s-sub-page-sidebar\/95 {
    border-inline-start-color:rgba(29,24,24,.95)}

.border-s-transparent,.border-s-transparent\/0 {
    border-inline-start-color:transparent}

.border-s-transparent\/10 {
    border-inline-start-color:rgba(0,0,0,.1)}

.border-s-transparent\/100 {
    border-inline-start-color:#000}

.border-s-transparent\/20 {
    border-inline-start-color:rgba(0,0,0,.2)}

.border-s-transparent\/25 {
    border-inline-start-color:rgba(0,0,0,.25)}

.border-s-transparent\/30 {
    border-inline-start-color:rgba(0,0,0,.3)}

.border-s-transparent\/40 {
    border-inline-start-color:rgba(0,0,0,.4)}

.border-s-transparent\/5 {
    border-inline-start-color:rgba(0,0,0,.05)}

.border-s-transparent\/50 {
    border-inline-start-color:rgba(0,0,0,.5)}

.border-s-transparent\/60 {
    border-inline-start-color:rgba(0,0,0,.6)}

.border-s-transparent\/70 {
    border-inline-start-color:rgba(0,0,0,.7)}

.border-s-transparent\/75 {
    border-inline-start-color:rgba(0,0,0,.75)}

.border-s-transparent\/80 {
    border-inline-start-color:rgba(0,0,0,.8)}

.border-s-transparent\/90 {
    border-inline-start-color:rgba(0,0,0,.9)}

.border-s-transparent\/95 {
    border-inline-start-color:rgba(0,0,0,.95)}

.border-s-white {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(255 255 255/var(--tw-border-opacity))}

.border-s-white\/0 {
    border-inline-start-color: hsla(0,0%,100%,0)
}

.border-s-white\/10 {
    border-inline-start-color:hsla(0,0%,100%,.1)}

.border-s-white\/100 {
    border-inline-start-color:#fff}

.border-s-white\/20 {
    border-inline-start-color:hsla(0,0%,100%,.2)}

.border-s-white\/25 {
    border-inline-start-color:hsla(0,0%,100%,.25)}

.border-s-white\/30 {
    border-inline-start-color:hsla(0,0%,100%,.3)}

.border-s-white\/40 {
    border-inline-start-color:hsla(0,0%,100%,.4)}

.border-s-white\/5 {
    border-inline-start-color:hsla(0,0%,100%,.05)}

.border-s-white\/50 {
    border-inline-start-color:hsla(0,0%,100%,.5)}

.border-s-white\/60 {
    border-inline-start-color:hsla(0,0%,100%,.6)}

.border-s-white\/70 {
    border-inline-start-color:hsla(0,0%,100%,.7)}

.border-s-white\/75 {
    border-inline-start-color:hsla(0,0%,100%,.75)}

.border-s-white\/80 {
    border-inline-start-color:hsla(0,0%,100%,.8)}

.border-s-white\/90 {
    border-inline-start-color:hsla(0,0%,100%,.9)}

.border-s-white\/95 {
    border-inline-start-color:hsla(0,0%,100%,.95)}

.border-s-yellow-active {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(236 194 69/var(--tw-border-opacity))}

.border-s-yellow-active\/0 {
    border-inline-start-color: rgba(236,194,69,0)
}

.border-s-yellow-active\/10 {
    border-inline-start-color:rgba(236,194,69,.1)}

.border-s-yellow-active\/100 {
    border-inline-start-color:#ecc245}

.border-s-yellow-active\/20 {
    border-inline-start-color:rgba(236,194,69,.2)}

.border-s-yellow-active\/25 {
    border-inline-start-color:rgba(236,194,69,.25)}

.border-s-yellow-active\/30 {
    border-inline-start-color:rgba(236,194,69,.3)}

.border-s-yellow-active\/40 {
    border-inline-start-color:rgba(236,194,69,.4)}

.border-s-yellow-active\/5 {
    border-inline-start-color:rgba(236,194,69,.05)}

.border-s-yellow-active\/50 {
    border-inline-start-color:rgba(236,194,69,.5)}

.border-s-yellow-active\/60 {
    border-inline-start-color:rgba(236,194,69,.6)}

.border-s-yellow-active\/70 {
    border-inline-start-color:rgba(236,194,69,.7)}

.border-s-yellow-active\/75 {
    border-inline-start-color:rgba(236,194,69,.75)}

.border-s-yellow-active\/80 {
    border-inline-start-color:rgba(236,194,69,.8)}

.border-s-yellow-active\/90 {
    border-inline-start-color:rgba(236,194,69,.9)}

.border-s-yellow-active\/95 {
    border-inline-start-color:rgba(236,194,69,.95)}

.border-s-yellow-black {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(154 126 61/var(--tw-border-opacity))}

.border-s-yellow-black\/0 {
    border-inline-start-color: rgba(154,126,61,0)
}

.border-s-yellow-black\/10 {
    border-inline-start-color:rgba(154,126,61,.1)}

.border-s-yellow-black\/100 {
    border-inline-start-color:#9a7e3d}

.border-s-yellow-black\/20 {
    border-inline-start-color:rgba(154,126,61,.2)}

.border-s-yellow-black\/25 {
    border-inline-start-color:rgba(154,126,61,.25)}

.border-s-yellow-black\/30 {
    border-inline-start-color:rgba(154,126,61,.3)}

.border-s-yellow-black\/40 {
    border-inline-start-color:rgba(154,126,61,.4)}

.border-s-yellow-black\/5 {
    border-inline-start-color:rgba(154,126,61,.05)}

.border-s-yellow-black\/50 {
    border-inline-start-color:rgba(154,126,61,.5)}

.border-s-yellow-black\/60 {
    border-inline-start-color:rgba(154,126,61,.6)}

.border-s-yellow-black\/70 {
    border-inline-start-color:rgba(154,126,61,.7)}

.border-s-yellow-black\/75 {
    border-inline-start-color:rgba(154,126,61,.75)}

.border-s-yellow-black\/80 {
    border-inline-start-color:rgba(154,126,61,.8)}

.border-s-yellow-black\/90 {
    border-inline-start-color:rgba(154,126,61,.9)}

.border-s-yellow-black\/95 {
    border-inline-start-color:rgba(154,126,61,.95)}

.border-s-yellow-default {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(234 192 68/var(--tw-border-opacity))}

.border-s-yellow-default\/0 {
    border-inline-start-color: rgba(234,192,68,0)
}

.border-s-yellow-default\/10 {
    border-inline-start-color:rgba(234,192,68,.1)}

.border-s-yellow-default\/100 {
    border-inline-start-color:#eac044}

.border-s-yellow-default\/20 {
    border-inline-start-color:rgba(234,192,68,.2)}

.border-s-yellow-default\/25 {
    border-inline-start-color:rgba(234,192,68,.25)}

.border-s-yellow-default\/30 {
    border-inline-start-color:rgba(234,192,68,.3)}

.border-s-yellow-default\/40 {
    border-inline-start-color:rgba(234,192,68,.4)}

.border-s-yellow-default\/5 {
    border-inline-start-color:rgba(234,192,68,.05)}

.border-s-yellow-default\/50 {
    border-inline-start-color:rgba(234,192,68,.5)}

.border-s-yellow-default\/60 {
    border-inline-start-color:rgba(234,192,68,.6)}

.border-s-yellow-default\/70 {
    border-inline-start-color:rgba(234,192,68,.7)}

.border-s-yellow-default\/75 {
    border-inline-start-color:rgba(234,192,68,.75)}

.border-s-yellow-default\/80 {
    border-inline-start-color:rgba(234,192,68,.8)}

.border-s-yellow-default\/90 {
    border-inline-start-color:rgba(234,192,68,.9)}

.border-s-yellow-default\/95 {
    border-inline-start-color:rgba(234,192,68,.95)}

.border-s-yellow-orange {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(220 179 118/var(--tw-border-opacity))}

.border-s-yellow-orange\/0 {
    border-inline-start-color: hsla(36,59%,66%,0)
}

.border-s-yellow-orange\/10 {
    border-inline-start-color:hsla(36,59%,66%,.1)}

.border-s-yellow-orange\/100 {
    border-inline-start-color:#dcb376}

.border-s-yellow-orange\/20 {
    border-inline-start-color:hsla(36,59%,66%,.2)}

.border-s-yellow-orange\/25 {
    border-inline-start-color:hsla(36,59%,66%,.25)}

.border-s-yellow-orange\/30 {
    border-inline-start-color:hsla(36,59%,66%,.3)}

.border-s-yellow-orange\/40 {
    border-inline-start-color:hsla(36,59%,66%,.4)}

.border-s-yellow-orange\/5 {
    border-inline-start-color:hsla(36,59%,66%,.05)}

.border-s-yellow-orange\/50 {
    border-inline-start-color:hsla(36,59%,66%,.5)}

.border-s-yellow-orange\/60 {
    border-inline-start-color:hsla(36,59%,66%,.6)}

.border-s-yellow-orange\/70 {
    border-inline-start-color:hsla(36,59%,66%,.7)}

.border-s-yellow-orange\/75 {
    border-inline-start-color:hsla(36,59%,66%,.75)}

.border-s-yellow-orange\/80 {
    border-inline-start-color:hsla(36,59%,66%,.8)}

.border-s-yellow-orange\/90 {
    border-inline-start-color:hsla(36,59%,66%,.9)}

.border-s-yellow-orange\/95 {
    border-inline-start-color:hsla(36,59%,66%,.95)}

.border-s-yellow-term {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(179 143 23/var(--tw-border-opacity))}

.border-s-yellow-term\/0 {
    border-inline-start-color: rgba(179,143,23,0)
}

.border-s-yellow-term\/10 {
    border-inline-start-color:rgba(179,143,23,.1)}

.border-s-yellow-term\/100 {
    border-inline-start-color:#b38f17}

.border-s-yellow-term\/20 {
    border-inline-start-color:rgba(179,143,23,.2)}

.border-s-yellow-term\/25 {
    border-inline-start-color:rgba(179,143,23,.25)}

.border-s-yellow-term\/30 {
    border-inline-start-color:rgba(179,143,23,.3)}

.border-s-yellow-term\/40 {
    border-inline-start-color:rgba(179,143,23,.4)}

.border-s-yellow-term\/5 {
    border-inline-start-color:rgba(179,143,23,.05)}

.border-s-yellow-term\/50 {
    border-inline-start-color:rgba(179,143,23,.5)}

.border-s-yellow-term\/60 {
    border-inline-start-color:rgba(179,143,23,.6)}

.border-s-yellow-term\/70 {
    border-inline-start-color:rgba(179,143,23,.7)}

.border-s-yellow-term\/75 {
    border-inline-start-color:rgba(179,143,23,.75)}

.border-s-yellow-term\/80 {
    border-inline-start-color:rgba(179,143,23,.8)}

.border-s-yellow-term\/90 {
    border-inline-start-color:rgba(179,143,23,.9)}

.border-s-yellow-term\/95 {
    border-inline-start-color:rgba(179,143,23,.95)}

.border-s-yellow-text {
    --tw-border-opacity: 1;
    border-inline-start-color:rgb(244 194 18/var(--tw-border-opacity))}

.border-s-yellow-text\/0 {
    border-inline-start-color: rgba(244,194,18,0)
}

.border-s-yellow-text\/10 {
    border-inline-start-color:rgba(244,194,18,.1)}

.border-s-yellow-text\/100 {
    border-inline-start-color:#f4c212}

.border-s-yellow-text\/20 {
    border-inline-start-color:rgba(244,194,18,.2)}

.border-s-yellow-text\/25 {
    border-inline-start-color:rgba(244,194,18,.25)}

.border-s-yellow-text\/30 {
    border-inline-start-color:rgba(244,194,18,.3)}

.border-s-yellow-text\/40 {
    border-inline-start-color:rgba(244,194,18,.4)}

.border-s-yellow-text\/5 {
    border-inline-start-color:rgba(244,194,18,.05)}

.border-s-yellow-text\/50 {
    border-inline-start-color:rgba(244,194,18,.5)}

.border-s-yellow-text\/60 {
    border-inline-start-color:rgba(244,194,18,.6)}

.border-s-yellow-text\/70 {
    border-inline-start-color:rgba(244,194,18,.7)}

.border-s-yellow-text\/75 {
    border-inline-start-color:rgba(244,194,18,.75)}

.border-s-yellow-text\/80 {
    border-inline-start-color:rgba(244,194,18,.8)}

.border-s-yellow-text\/90 {
    border-inline-start-color:rgba(244,194,18,.9)}

.border-s-yellow-text\/95 {
    border-inline-start-color:rgba(244,194,18,.95)}

.border-t-background-gray {
    --tw-border-opacity: 1;
    border-top-color: rgb(37 38 43/var(--tw-border-opacity))
}

.border-t-background-gray\/0 {
    border-top-color: rgba(37,38,43,0)
}

.border-t-background-gray\/10 {
    border-top-color: rgba(37,38,43,.1)
}

.border-t-background-gray\/100 {
    border-top-color: #25262b
}

.border-t-background-gray\/20 {
    border-top-color: rgba(37,38,43,.2)
}

.border-t-background-gray\/25 {
    border-top-color: rgba(37,38,43,.25)
}

.border-t-background-gray\/30 {
    border-top-color: rgba(37,38,43,.3)
}

.border-t-background-gray\/40 {
    border-top-color: rgba(37,38,43,.4)
}

.border-t-background-gray\/5 {
    border-top-color: rgba(37,38,43,.05)
}

.border-t-background-gray\/50 {
    border-top-color: rgba(37,38,43,.5)
}

.border-t-background-gray\/60 {
    border-top-color: rgba(37,38,43,.6)
}

.border-t-background-gray\/70 {
    border-top-color: rgba(37,38,43,.7)
}

.border-t-background-gray\/75 {
    border-top-color: rgba(37,38,43,.75)
}

.border-t-background-gray\/80 {
    border-top-color: rgba(37,38,43,.8)
}

.border-t-background-gray\/90 {
    border-top-color: rgba(37,38,43,.9)
}

.border-t-background-gray\/95 {
    border-top-color: rgba(37,38,43,.95)
}

.border-t-black-about {
    --tw-border-opacity: 1;
    border-top-color: rgb(41 41 41/var(--tw-border-opacity))
}

.border-t-black-about\/0 {
    border-top-color: rgba(41,41,41,0)
}

.border-t-black-about\/10 {
    border-top-color: rgba(41,41,41,.1)
}

.border-t-black-about\/100 {
    border-top-color: #292929
}

.border-t-black-about\/20 {
    border-top-color: rgba(41,41,41,.2)
}

.border-t-black-about\/25 {
    border-top-color: rgba(41,41,41,.25)
}

.border-t-black-about\/30 {
    border-top-color: rgba(41,41,41,.3)
}

.border-t-black-about\/40 {
    border-top-color: rgba(41,41,41,.4)
}

.border-t-black-about\/5 {
    border-top-color: rgba(41,41,41,.05)
}

.border-t-black-about\/50 {
    border-top-color: rgba(41,41,41,.5)
}

.border-t-black-about\/60 {
    border-top-color: rgba(41,41,41,.6)
}

.border-t-black-about\/70 {
    border-top-color: rgba(41,41,41,.7)
}

.border-t-black-about\/75 {
    border-top-color: rgba(41,41,41,.75)
}

.border-t-black-about\/80 {
    border-top-color: rgba(41,41,41,.8)
}

.border-t-black-about\/90 {
    border-top-color: rgba(41,41,41,.9)
}

.border-t-black-about\/95 {
    border-top-color: rgba(41,41,41,.95)
}

.border-t-black-account {
    --tw-border-opacity: 1;
    border-top-color: rgb(32 32 32/var(--tw-border-opacity))
}

.border-t-black-account\/0 {
    border-top-color: rgba(32,32,32,0)
}

.border-t-black-account\/10 {
    border-top-color: rgba(32,32,32,.1)
}

.border-t-black-account\/100 {
    border-top-color: #202020
}

.border-t-black-account\/20 {
    border-top-color: rgba(32,32,32,.2)
}

.border-t-black-account\/25 {
    border-top-color: rgba(32,32,32,.25)
}

.border-t-black-account\/30 {
    border-top-color: rgba(32,32,32,.3)
}

.border-t-black-account\/40 {
    border-top-color: rgba(32,32,32,.4)
}

.border-t-black-account\/5 {
    border-top-color: rgba(32,32,32,.05)
}

.border-t-black-account\/50 {
    border-top-color: rgba(32,32,32,.5)
}

.border-t-black-account\/60 {
    border-top-color: rgba(32,32,32,.6)
}

.border-t-black-account\/70 {
    border-top-color: rgba(32,32,32,.7)
}

.border-t-black-account\/75 {
    border-top-color: rgba(32,32,32,.75)
}

.border-t-black-account\/80 {
    border-top-color: rgba(32,32,32,.8)
}

.border-t-black-account\/90 {
    border-top-color: rgba(32,32,32,.9)
}

.border-t-black-account\/95 {
    border-top-color: rgba(32,32,32,.95)
}

.border-t-black-bg1 {
    --tw-border-opacity: 1;
    border-top-color: rgb(15 16 17/var(--tw-border-opacity))
}

.border-t-black-bg1\/0 {
    border-top-color: rgba(15,16,17,0)
}

.border-t-black-bg1\/10 {
    border-top-color: rgba(15,16,17,.1)
}

.border-t-black-bg1\/100 {
    border-top-color: #0f1011
}

.border-t-black-bg1\/20 {
    border-top-color: rgba(15,16,17,.2)
}

.border-t-black-bg1\/25 {
    border-top-color: rgba(15,16,17,.25)
}

.border-t-black-bg1\/30 {
    border-top-color: rgba(15,16,17,.3)
}

.border-t-black-bg1\/40 {
    border-top-color: rgba(15,16,17,.4)
}

.border-t-black-bg1\/5 {
    border-top-color: rgba(15,16,17,.05)
}

.border-t-black-bg1\/50 {
    border-top-color: rgba(15,16,17,.5)
}

.border-t-black-bg1\/60 {
    border-top-color: rgba(15,16,17,.6)
}

.border-t-black-bg1\/70 {
    border-top-color: rgba(15,16,17,.7)
}

.border-t-black-bg1\/75 {
    border-top-color: rgba(15,16,17,.75)
}

.border-t-black-bg1\/80 {
    border-top-color: rgba(15,16,17,.8)
}

.border-t-black-bg1\/90 {
    border-top-color: rgba(15,16,17,.9)
}

.border-t-black-bg1\/95 {
    border-top-color: rgba(15,16,17,.95)
}

.border-t-black-coin {
    --tw-border-opacity: 1;
    border-top-color: rgb(38 38 38/var(--tw-border-opacity))
}

.border-t-black-coin\/0 {
    border-top-color: rgba(38,38,38,0)
}

.border-t-black-coin\/10 {
    border-top-color: rgba(38,38,38,.1)
}

.border-t-black-coin\/100 {
    border-top-color: #262626
}

.border-t-black-coin\/20 {
    border-top-color: rgba(38,38,38,.2)
}

.border-t-black-coin\/25 {
    border-top-color: rgba(38,38,38,.25)
}

.border-t-black-coin\/30 {
    border-top-color: rgba(38,38,38,.3)
}

.border-t-black-coin\/40 {
    border-top-color: rgba(38,38,38,.4)
}

.border-t-black-coin\/5 {
    border-top-color: rgba(38,38,38,.05)
}

.border-t-black-coin\/50 {
    border-top-color: rgba(38,38,38,.5)
}

.border-t-black-coin\/60 {
    border-top-color: rgba(38,38,38,.6)
}

.border-t-black-coin\/70 {
    border-top-color: rgba(38,38,38,.7)
}

.border-t-black-coin\/75 {
    border-top-color: rgba(38,38,38,.75)
}

.border-t-black-coin\/80 {
    border-top-color: rgba(38,38,38,.8)
}

.border-t-black-coin\/90 {
    border-top-color: rgba(38,38,38,.9)
}

.border-t-black-coin\/95 {
    border-top-color: rgba(38,38,38,.95)
}

.border-t-black-config {
    --tw-border-opacity: 1;
    border-top-color: rgb(51 48 41/var(--tw-border-opacity))
}

.border-t-black-config\/0 {
    border-top-color: rgba(51,48,41,0)
}

.border-t-black-config\/10 {
    border-top-color: rgba(51,48,41,.1)
}

.border-t-black-config\/100 {
    border-top-color: #333029
}

.border-t-black-config\/20 {
    border-top-color: rgba(51,48,41,.2)
}

.border-t-black-config\/25 {
    border-top-color: rgba(51,48,41,.25)
}

.border-t-black-config\/30 {
    border-top-color: rgba(51,48,41,.3)
}

.border-t-black-config\/40 {
    border-top-color: rgba(51,48,41,.4)
}

.border-t-black-config\/5 {
    border-top-color: rgba(51,48,41,.05)
}

.border-t-black-config\/50 {
    border-top-color: rgba(51,48,41,.5)
}

.border-t-black-config\/60 {
    border-top-color: rgba(51,48,41,.6)
}

.border-t-black-config\/70 {
    border-top-color: rgba(51,48,41,.7)
}

.border-t-black-config\/75 {
    border-top-color: rgba(51,48,41,.75)
}

.border-t-black-config\/80 {
    border-top-color: rgba(51,48,41,.8)
}

.border-t-black-config\/90 {
    border-top-color: rgba(51,48,41,.9)
}

.border-t-black-config\/95 {
    border-top-color: rgba(51,48,41,.95)
}

.border-t-black-default {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-t-black-default\/0 {
    border-top-color: transparent
}

.border-t-black-default\/10 {
    border-top-color: rgba(0,0,0,.1)
}

.border-t-black-default\/100 {
    border-top-color: #000
}

.border-t-black-default\/20 {
    border-top-color: rgba(0,0,0,.2)
}

.border-t-black-default\/25 {
    border-top-color: rgba(0,0,0,.25)
}

.border-t-black-default\/30 {
    border-top-color: rgba(0,0,0,.3)
}

.border-t-black-default\/40 {
    border-top-color: rgba(0,0,0,.4)
}

.border-t-black-default\/5 {
    border-top-color: rgba(0,0,0,.05)
}

.border-t-black-default\/50 {
    border-top-color: rgba(0,0,0,.5)
}

.border-t-black-default\/60 {
    border-top-color: rgba(0,0,0,.6)
}

.border-t-black-default\/70 {
    border-top-color: rgba(0,0,0,.7)
}

.border-t-black-default\/75 {
    border-top-color: rgba(0,0,0,.75)
}

.border-t-black-default\/80 {
    border-top-color: rgba(0,0,0,.8)
}

.border-t-black-default\/90 {
    border-top-color: rgba(0,0,0,.9)
}

.border-t-black-default\/95 {
    border-top-color: rgba(0,0,0,.95)
}

.border-t-black-footer {
    --tw-border-opacity: 1;
    border-top-color: rgb(25 27 30/var(--tw-border-opacity))
}

.border-t-black-footer\/0 {
    border-top-color: rgba(25,27,30,0)
}

.border-t-black-footer\/10 {
    border-top-color: rgba(25,27,30,.1)
}

.border-t-black-footer\/100 {
    border-top-color: #191b1e
}

.border-t-black-footer\/20 {
    border-top-color: rgba(25,27,30,.2)
}

.border-t-black-footer\/25 {
    border-top-color: rgba(25,27,30,.25)
}

.border-t-black-footer\/30 {
    border-top-color: rgba(25,27,30,.3)
}

.border-t-black-footer\/40 {
    border-top-color: rgba(25,27,30,.4)
}

.border-t-black-footer\/5 {
    border-top-color: rgba(25,27,30,.05)
}

.border-t-black-footer\/50 {
    border-top-color: rgba(25,27,30,.5)
}

.border-t-black-footer\/60 {
    border-top-color: rgba(25,27,30,.6)
}

.border-t-black-footer\/70 {
    border-top-color: rgba(25,27,30,.7)
}

.border-t-black-footer\/75 {
    border-top-color: rgba(25,27,30,.75)
}

.border-t-black-footer\/80 {
    border-top-color: rgba(25,27,30,.8)
}

.border-t-black-footer\/90 {
    border-top-color: rgba(25,27,30,.9)
}

.border-t-black-footer\/95 {
    border-top-color: rgba(25,27,30,.95)
}

.border-t-black-head {
    --tw-border-opacity: 1;
    border-top-color: rgb(51 48 41/var(--tw-border-opacity))
}

.border-t-black-head-table {
    --tw-border-opacity: 1;
    border-top-color: rgb(10 12 14/var(--tw-border-opacity))
}

.border-t-black-head-table\/0 {
    border-top-color: rgba(10,12,14,0)
}

.border-t-black-head-table\/10 {
    border-top-color: rgba(10,12,14,.1)
}

.border-t-black-head-table\/100 {
    border-top-color: #0a0c0e
}

.border-t-black-head-table\/20 {
    border-top-color: rgba(10,12,14,.2)
}

.border-t-black-head-table\/25 {
    border-top-color: rgba(10,12,14,.25)
}

.border-t-black-head-table\/30 {
    border-top-color: rgba(10,12,14,.3)
}

.border-t-black-head-table\/40 {
    border-top-color: rgba(10,12,14,.4)
}

.border-t-black-head-table\/5 {
    border-top-color: rgba(10,12,14,.05)
}

.border-t-black-head-table\/50 {
    border-top-color: rgba(10,12,14,.5)
}

.border-t-black-head-table\/60 {
    border-top-color: rgba(10,12,14,.6)
}

.border-t-black-head-table\/70 {
    border-top-color: rgba(10,12,14,.7)
}

.border-t-black-head-table\/75 {
    border-top-color: rgba(10,12,14,.75)
}

.border-t-black-head-table\/80 {
    border-top-color: rgba(10,12,14,.8)
}

.border-t-black-head-table\/90 {
    border-top-color: rgba(10,12,14,.9)
}

.border-t-black-head-table\/95 {
    border-top-color: rgba(10,12,14,.95)
}

.border-t-black-head\/0 {
    border-top-color: rgba(51,48,41,0)
}

.border-t-black-head\/10 {
    border-top-color: rgba(51,48,41,.1)
}

.border-t-black-head\/100 {
    border-top-color: #333029
}

.border-t-black-head\/20 {
    border-top-color: rgba(51,48,41,.2)
}

.border-t-black-head\/25 {
    border-top-color: rgba(51,48,41,.25)
}

.border-t-black-head\/30 {
    border-top-color: rgba(51,48,41,.3)
}

.border-t-black-head\/40 {
    border-top-color: rgba(51,48,41,.4)
}

.border-t-black-head\/5 {
    border-top-color: rgba(51,48,41,.05)
}

.border-t-black-head\/50 {
    border-top-color: rgba(51,48,41,.5)
}

.border-t-black-head\/60 {
    border-top-color: rgba(51,48,41,.6)
}

.border-t-black-head\/70 {
    border-top-color: rgba(51,48,41,.7)
}

.border-t-black-head\/75 {
    border-top-color: rgba(51,48,41,.75)
}

.border-t-black-head\/80 {
    border-top-color: rgba(51,48,41,.8)
}

.border-t-black-head\/90 {
    border-top-color: rgba(51,48,41,.9)
}

.border-t-black-head\/95 {
    border-top-color: rgba(51,48,41,.95)
}

.border-t-black-header-about {
    --tw-border-opacity: 1;
    border-top-color: rgb(32 32 32/var(--tw-border-opacity))
}

.border-t-black-header-about\/0 {
    border-top-color: rgba(32,32,32,0)
}

.border-t-black-header-about\/10 {
    border-top-color: rgba(32,32,32,.1)
}

.border-t-black-header-about\/100 {
    border-top-color: #202020
}

.border-t-black-header-about\/20 {
    border-top-color: rgba(32,32,32,.2)
}

.border-t-black-header-about\/25 {
    border-top-color: rgba(32,32,32,.25)
}

.border-t-black-header-about\/30 {
    border-top-color: rgba(32,32,32,.3)
}

.border-t-black-header-about\/40 {
    border-top-color: rgba(32,32,32,.4)
}

.border-t-black-header-about\/5 {
    border-top-color: rgba(32,32,32,.05)
}

.border-t-black-header-about\/50 {
    border-top-color: rgba(32,32,32,.5)
}

.border-t-black-header-about\/60 {
    border-top-color: rgba(32,32,32,.6)
}

.border-t-black-header-about\/70 {
    border-top-color: rgba(32,32,32,.7)
}

.border-t-black-header-about\/75 {
    border-top-color: rgba(32,32,32,.75)
}

.border-t-black-header-about\/80 {
    border-top-color: rgba(32,32,32,.8)
}

.border-t-black-header-about\/90 {
    border-top-color: rgba(32,32,32,.9)
}

.border-t-black-header-about\/95 {
    border-top-color: rgba(32,32,32,.95)
}

.border-t-black-header-top {
    --tw-border-opacity: 1;
    border-top-color: rgb(14 9 1/var(--tw-border-opacity))
}

.border-t-black-header-top\/0 {
    border-top-color: rgba(14,9,1,0)
}

.border-t-black-header-top\/10 {
    border-top-color: rgba(14,9,1,.1)
}

.border-t-black-header-top\/100 {
    border-top-color: #0e0901
}

.border-t-black-header-top\/20 {
    border-top-color: rgba(14,9,1,.2)
}

.border-t-black-header-top\/25 {
    border-top-color: rgba(14,9,1,.25)
}

.border-t-black-header-top\/30 {
    border-top-color: rgba(14,9,1,.3)
}

.border-t-black-header-top\/40 {
    border-top-color: rgba(14,9,1,.4)
}

.border-t-black-header-top\/5 {
    border-top-color: rgba(14,9,1,.05)
}

.border-t-black-header-top\/50 {
    border-top-color: rgba(14,9,1,.5)
}

.border-t-black-header-top\/60 {
    border-top-color: rgba(14,9,1,.6)
}

.border-t-black-header-top\/70 {
    border-top-color: rgba(14,9,1,.7)
}

.border-t-black-header-top\/75 {
    border-top-color: rgba(14,9,1,.75)
}

.border-t-black-header-top\/80 {
    border-top-color: rgba(14,9,1,.8)
}

.border-t-black-header-top\/90 {
    border-top-color: rgba(14,9,1,.9)
}

.border-t-black-header-top\/95 {
    border-top-color: rgba(14,9,1,.95)
}

.border-t-black-main {
    --tw-border-opacity: 1;
    border-top-color: rgb(13 9 6/var(--tw-border-opacity))
}

.border-t-black-main\/0 {
    border-top-color: rgba(13,9,6,0)
}

.border-t-black-main\/10 {
    border-top-color: rgba(13,9,6,.1)
}

.border-t-black-main\/100 {
    border-top-color: #0d0906
}

.border-t-black-main\/20 {
    border-top-color: rgba(13,9,6,.2)
}

.border-t-black-main\/25 {
    border-top-color: rgba(13,9,6,.25)
}

.border-t-black-main\/30 {
    border-top-color: rgba(13,9,6,.3)
}

.border-t-black-main\/40 {
    border-top-color: rgba(13,9,6,.4)
}

.border-t-black-main\/5 {
    border-top-color: rgba(13,9,6,.05)
}

.border-t-black-main\/50 {
    border-top-color: rgba(13,9,6,.5)
}

.border-t-black-main\/60 {
    border-top-color: rgba(13,9,6,.6)
}

.border-t-black-main\/70 {
    border-top-color: rgba(13,9,6,.7)
}

.border-t-black-main\/75 {
    border-top-color: rgba(13,9,6,.75)
}

.border-t-black-main\/80 {
    border-top-color: rgba(13,9,6,.8)
}

.border-t-black-main\/90 {
    border-top-color: rgba(13,9,6,.9)
}

.border-t-black-main\/95 {
    border-top-color: rgba(13,9,6,.95)
}

.border-t-black-option {
    --tw-border-opacity: 1;
    border-top-color: rgb(11 12 11/var(--tw-border-opacity))
}

.border-t-black-option\/0 {
    border-top-color: rgba(11,12,11,0)
}

.border-t-black-option\/10 {
    border-top-color: rgba(11,12,11,.1)
}

.border-t-black-option\/100 {
    border-top-color: #0b0c0b
}

.border-t-black-option\/20 {
    border-top-color: rgba(11,12,11,.2)
}

.border-t-black-option\/25 {
    border-top-color: rgba(11,12,11,.25)
}

.border-t-black-option\/30 {
    border-top-color: rgba(11,12,11,.3)
}

.border-t-black-option\/40 {
    border-top-color: rgba(11,12,11,.4)
}

.border-t-black-option\/5 {
    border-top-color: rgba(11,12,11,.05)
}

.border-t-black-option\/50 {
    border-top-color: rgba(11,12,11,.5)
}

.border-t-black-option\/60 {
    border-top-color: rgba(11,12,11,.6)
}

.border-t-black-option\/70 {
    border-top-color: rgba(11,12,11,.7)
}

.border-t-black-option\/75 {
    border-top-color: rgba(11,12,11,.75)
}

.border-t-black-option\/80 {
    border-top-color: rgba(11,12,11,.8)
}

.border-t-black-option\/90 {
    border-top-color: rgba(11,12,11,.9)
}

.border-t-black-option\/95 {
    border-top-color: rgba(11,12,11,.95)
}

.border-t-black-table-account {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 26 26/var(--tw-border-opacity))
}

.border-t-black-table-account\/0 {
    border-top-color: rgba(26,26,26,0)
}

.border-t-black-table-account\/10 {
    border-top-color: rgba(26,26,26,.1)
}

.border-t-black-table-account\/100 {
    border-top-color: #1a1a1a
}

.border-t-black-table-account\/20 {
    border-top-color: rgba(26,26,26,.2)
}

.border-t-black-table-account\/25 {
    border-top-color: rgba(26,26,26,.25)
}

.border-t-black-table-account\/30 {
    border-top-color: rgba(26,26,26,.3)
}

.border-t-black-table-account\/40 {
    border-top-color: rgba(26,26,26,.4)
}

.border-t-black-table-account\/5 {
    border-top-color: rgba(26,26,26,.05)
}

.border-t-black-table-account\/50 {
    border-top-color: rgba(26,26,26,.5)
}

.border-t-black-table-account\/60 {
    border-top-color: rgba(26,26,26,.6)
}

.border-t-black-table-account\/70 {
    border-top-color: rgba(26,26,26,.7)
}

.border-t-black-table-account\/75 {
    border-top-color: rgba(26,26,26,.75)
}

.border-t-black-table-account\/80 {
    border-top-color: rgba(26,26,26,.8)
}

.border-t-black-table-account\/90 {
    border-top-color: rgba(26,26,26,.9)
}

.border-t-black-table-account\/95 {
    border-top-color: rgba(26,26,26,.95)
}

.border-t-black-text {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 29 27/var(--tw-border-opacity))
}

.border-t-black-text\/0 {
    border-top-color: rgba(26,29,27,0)
}

.border-t-black-text\/10 {
    border-top-color: rgba(26,29,27,.1)
}

.border-t-black-text\/100 {
    border-top-color: #1a1d1b
}

.border-t-black-text\/20 {
    border-top-color: rgba(26,29,27,.2)
}

.border-t-black-text\/25 {
    border-top-color: rgba(26,29,27,.25)
}

.border-t-black-text\/30 {
    border-top-color: rgba(26,29,27,.3)
}

.border-t-black-text\/40 {
    border-top-color: rgba(26,29,27,.4)
}

.border-t-black-text\/5 {
    border-top-color: rgba(26,29,27,.05)
}

.border-t-black-text\/50 {
    border-top-color: rgba(26,29,27,.5)
}

.border-t-black-text\/60 {
    border-top-color: rgba(26,29,27,.6)
}

.border-t-black-text\/70 {
    border-top-color: rgba(26,29,27,.7)
}

.border-t-black-text\/75 {
    border-top-color: rgba(26,29,27,.75)
}

.border-t-black-text\/80 {
    border-top-color: rgba(26,29,27,.8)
}

.border-t-black-text\/90 {
    border-top-color: rgba(26,29,27,.9)
}

.border-t-black-text\/95 {
    border-top-color: rgba(26,29,27,.95)
}

.border-t-black-text1 {
    --tw-border-opacity: 1;
    border-top-color: rgb(71 70 63/var(--tw-border-opacity))
}

.border-t-black-text1\/0 {
    border-top-color: rgba(71,70,63,0)
}

.border-t-black-text1\/10 {
    border-top-color: rgba(71,70,63,.1)
}

.border-t-black-text1\/100 {
    border-top-color: #47463f
}

.border-t-black-text1\/20 {
    border-top-color: rgba(71,70,63,.2)
}

.border-t-black-text1\/25 {
    border-top-color: rgba(71,70,63,.25)
}

.border-t-black-text1\/30 {
    border-top-color: rgba(71,70,63,.3)
}

.border-t-black-text1\/40 {
    border-top-color: rgba(71,70,63,.4)
}

.border-t-black-text1\/5 {
    border-top-color: rgba(71,70,63,.05)
}

.border-t-black-text1\/50 {
    border-top-color: rgba(71,70,63,.5)
}

.border-t-black-text1\/60 {
    border-top-color: rgba(71,70,63,.6)
}

.border-t-black-text1\/70 {
    border-top-color: rgba(71,70,63,.7)
}

.border-t-black-text1\/75 {
    border-top-color: rgba(71,70,63,.75)
}

.border-t-black-text1\/80 {
    border-top-color: rgba(71,70,63,.8)
}

.border-t-black-text1\/90 {
    border-top-color: rgba(71,70,63,.9)
}

.border-t-black-text1\/95 {
    border-top-color: rgba(71,70,63,.95)
}

.border-t-black-vip {
    --tw-border-opacity: 1;
    border-top-color: rgb(15 15 15/var(--tw-border-opacity))
}

.border-t-black-vip\/0 {
    border-top-color: hsla(0,0%,6%,0)
}

.border-t-black-vip\/10 {
    border-top-color: hsla(0,0%,6%,.1)
}

.border-t-black-vip\/100 {
    border-top-color: #0f0f0f
}

.border-t-black-vip\/20 {
    border-top-color: hsla(0,0%,6%,.2)
}

.border-t-black-vip\/25 {
    border-top-color: hsla(0,0%,6%,.25)
}

.border-t-black-vip\/30 {
    border-top-color: hsla(0,0%,6%,.3)
}

.border-t-black-vip\/40 {
    border-top-color: hsla(0,0%,6%,.4)
}

.border-t-black-vip\/5 {
    border-top-color: hsla(0,0%,6%,.05)
}

.border-t-black-vip\/50 {
    border-top-color: hsla(0,0%,6%,.5)
}

.border-t-black-vip\/60 {
    border-top-color: hsla(0,0%,6%,.6)
}

.border-t-black-vip\/70 {
    border-top-color: hsla(0,0%,6%,.7)
}

.border-t-black-vip\/75 {
    border-top-color: hsla(0,0%,6%,.75)
}

.border-t-black-vip\/80 {
    border-top-color: hsla(0,0%,6%,.8)
}

.border-t-black-vip\/90 {
    border-top-color: hsla(0,0%,6%,.9)
}

.border-t-black-vip\/95 {
    border-top-color: hsla(0,0%,6%,.95)
}

.border-t-blue-head-table {
    --tw-border-opacity: 1;
    border-top-color: rgb(8 77 160/var(--tw-border-opacity))
}

.border-t-blue-head-table\/0 {
    border-top-color: rgba(8,77,160,0)
}

.border-t-blue-head-table\/10 {
    border-top-color: rgba(8,77,160,.1)
}

.border-t-blue-head-table\/100 {
    border-top-color: #084da0
}

.border-t-blue-head-table\/20 {
    border-top-color: rgba(8,77,160,.2)
}

.border-t-blue-head-table\/25 {
    border-top-color: rgba(8,77,160,.25)
}

.border-t-blue-head-table\/30 {
    border-top-color: rgba(8,77,160,.3)
}

.border-t-blue-head-table\/40 {
    border-top-color: rgba(8,77,160,.4)
}

.border-t-blue-head-table\/5 {
    border-top-color: rgba(8,77,160,.05)
}

.border-t-blue-head-table\/50 {
    border-top-color: rgba(8,77,160,.5)
}

.border-t-blue-head-table\/60 {
    border-top-color: rgba(8,77,160,.6)
}

.border-t-blue-head-table\/70 {
    border-top-color: rgba(8,77,160,.7)
}

.border-t-blue-head-table\/75 {
    border-top-color: rgba(8,77,160,.75)
}

.border-t-blue-head-table\/80 {
    border-top-color: rgba(8,77,160,.8)
}

.border-t-blue-head-table\/90 {
    border-top-color: rgba(8,77,160,.9)
}

.border-t-blue-head-table\/95 {
    border-top-color: rgba(8,77,160,.95)
}

.border-t-blue-item-history {
    --tw-border-opacity: 1;
    border-top-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-t-blue-item-history\/0 {
    border-top-color: rgba(48,53,56,0)
}

.border-t-blue-item-history\/10 {
    border-top-color: rgba(48,53,56,.1)
}

.border-t-blue-item-history\/100 {
    border-top-color: #303538
}

.border-t-blue-item-history\/20 {
    border-top-color: rgba(48,53,56,.2)
}

.border-t-blue-item-history\/25 {
    border-top-color: rgba(48,53,56,.25)
}

.border-t-blue-item-history\/30 {
    border-top-color: rgba(48,53,56,.3)
}

.border-t-blue-item-history\/40 {
    border-top-color: rgba(48,53,56,.4)
}

.border-t-blue-item-history\/5 {
    border-top-color: rgba(48,53,56,.05)
}

.border-t-blue-item-history\/50 {
    border-top-color: rgba(48,53,56,.5)
}

.border-t-blue-item-history\/60 {
    border-top-color: rgba(48,53,56,.6)
}

.border-t-blue-item-history\/70 {
    border-top-color: rgba(48,53,56,.7)
}

.border-t-blue-item-history\/75 {
    border-top-color: rgba(48,53,56,.75)
}

.border-t-blue-item-history\/80 {
    border-top-color: rgba(48,53,56,.8)
}

.border-t-blue-item-history\/90 {
    border-top-color: rgba(48,53,56,.9)
}

.border-t-blue-item-history\/95 {
    border-top-color: rgba(48,53,56,.95)
}

.border-t-blue-process {
    --tw-border-opacity: 1;
    border-top-color: rgb(76 88 102/var(--tw-border-opacity))
}

.border-t-blue-process\/0 {
    border-top-color: rgba(76,88,102,0)
}

.border-t-blue-process\/10 {
    border-top-color: rgba(76,88,102,.1)
}

.border-t-blue-process\/100 {
    border-top-color: #4c5866
}

.border-t-blue-process\/20 {
    border-top-color: rgba(76,88,102,.2)
}

.border-t-blue-process\/25 {
    border-top-color: rgba(76,88,102,.25)
}

.border-t-blue-process\/30 {
    border-top-color: rgba(76,88,102,.3)
}

.border-t-blue-process\/40 {
    border-top-color: rgba(76,88,102,.4)
}

.border-t-blue-process\/5 {
    border-top-color: rgba(76,88,102,.05)
}

.border-t-blue-process\/50 {
    border-top-color: rgba(76,88,102,.5)
}

.border-t-blue-process\/60 {
    border-top-color: rgba(76,88,102,.6)
}

.border-t-blue-process\/70 {
    border-top-color: rgba(76,88,102,.7)
}

.border-t-blue-process\/75 {
    border-top-color: rgba(76,88,102,.75)
}

.border-t-blue-process\/80 {
    border-top-color: rgba(76,88,102,.8)
}

.border-t-blue-process\/90 {
    border-top-color: rgba(76,88,102,.9)
}

.border-t-blue-process\/95 {
    border-top-color: rgba(76,88,102,.95)
}

.border-t-btn-inactive {
    --tw-border-opacity: 1;
    border-top-color: rgb(109 109 109/var(--tw-border-opacity))
}

.border-t-btn-inactive\/0 {
    border-top-color: hsla(0,0%,43%,0)
}

.border-t-btn-inactive\/10 {
    border-top-color: hsla(0,0%,43%,.1)
}

.border-t-btn-inactive\/100 {
    border-top-color: #6d6d6d
}

.border-t-btn-inactive\/20 {
    border-top-color: hsla(0,0%,43%,.2)
}

.border-t-btn-inactive\/25 {
    border-top-color: hsla(0,0%,43%,.25)
}

.border-t-btn-inactive\/30 {
    border-top-color: hsla(0,0%,43%,.3)
}

.border-t-btn-inactive\/40 {
    border-top-color: hsla(0,0%,43%,.4)
}

.border-t-btn-inactive\/5 {
    border-top-color: hsla(0,0%,43%,.05)
}

.border-t-btn-inactive\/50 {
    border-top-color: hsla(0,0%,43%,.5)
}

.border-t-btn-inactive\/60 {
    border-top-color: hsla(0,0%,43%,.6)
}

.border-t-btn-inactive\/70 {
    border-top-color: hsla(0,0%,43%,.7)
}

.border-t-btn-inactive\/75 {
    border-top-color: hsla(0,0%,43%,.75)
}

.border-t-btn-inactive\/80 {
    border-top-color: hsla(0,0%,43%,.8)
}

.border-t-btn-inactive\/90 {
    border-top-color: hsla(0,0%,43%,.9)
}

.border-t-btn-inactive\/95 {
    border-top-color: hsla(0,0%,43%,.95)
}

.border-t-button {
    --tw-border-opacity: 1;
    border-top-color: rgb(185 143 93/var(--tw-border-opacity))
}

.border-t-button\/0 {
    border-top-color: rgba(185,143,93,0)
}

.border-t-button\/10 {
    border-top-color: rgba(185,143,93,.1)
}

.border-t-button\/100 {
    border-top-color: #b98f5d
}

.border-t-button\/20 {
    border-top-color: rgba(185,143,93,.2)
}

.border-t-button\/25 {
    border-top-color: rgba(185,143,93,.25)
}

.border-t-button\/30 {
    border-top-color: rgba(185,143,93,.3)
}

.border-t-button\/40 {
    border-top-color: rgba(185,143,93,.4)
}

.border-t-button\/5 {
    border-top-color: rgba(185,143,93,.05)
}

.border-t-button\/50 {
    border-top-color: rgba(185,143,93,.5)
}

.border-t-button\/60 {
    border-top-color: rgba(185,143,93,.6)
}

.border-t-button\/70 {
    border-top-color: rgba(185,143,93,.7)
}

.border-t-button\/75 {
    border-top-color: rgba(185,143,93,.75)
}

.border-t-button\/80 {
    border-top-color: rgba(185,143,93,.8)
}

.border-t-button\/90 {
    border-top-color: rgba(185,143,93,.9)
}

.border-t-button\/95 {
    border-top-color: rgba(185,143,93,.95)
}

.border-t-card {
    --tw-border-opacity: 1;
    border-top-color: rgb(21 18 18/var(--tw-border-opacity))
}

.border-t-card\/0 {
    border-top-color: hsla(0,8%,8%,0)
}

.border-t-card\/10 {
    border-top-color: hsla(0,8%,8%,.1)
}

.border-t-card\/100 {
    border-top-color: #151212
}

.border-t-card\/20 {
    border-top-color: hsla(0,8%,8%,.2)
}

.border-t-card\/25 {
    border-top-color: hsla(0,8%,8%,.25)
}

.border-t-card\/30 {
    border-top-color: hsla(0,8%,8%,.3)
}

.border-t-card\/40 {
    border-top-color: hsla(0,8%,8%,.4)
}

.border-t-card\/5 {
    border-top-color: hsla(0,8%,8%,.05)
}

.border-t-card\/50 {
    border-top-color: hsla(0,8%,8%,.5)
}

.border-t-card\/60 {
    border-top-color: hsla(0,8%,8%,.6)
}

.border-t-card\/70 {
    border-top-color: hsla(0,8%,8%,.7)
}

.border-t-card\/75 {
    border-top-color: hsla(0,8%,8%,.75)
}

.border-t-card\/80 {
    border-top-color: hsla(0,8%,8%,.8)
}

.border-t-card\/90 {
    border-top-color: hsla(0,8%,8%,.9)
}

.border-t-card\/95 {
    border-top-color: hsla(0,8%,8%,.95)
}

.border-t-disable-text {
    --tw-border-opacity: 1;
    border-top-color: rgb(109 109 109/var(--tw-border-opacity))
}

.border-t-disable-text\/0 {
    border-top-color: hsla(0,0%,43%,0)
}

.border-t-disable-text\/10 {
    border-top-color: hsla(0,0%,43%,.1)
}

.border-t-disable-text\/100 {
    border-top-color: #6d6d6d
}

.border-t-disable-text\/20 {
    border-top-color: hsla(0,0%,43%,.2)
}

.border-t-disable-text\/25 {
    border-top-color: hsla(0,0%,43%,.25)
}

.border-t-disable-text\/30 {
    border-top-color: hsla(0,0%,43%,.3)
}

.border-t-disable-text\/40 {
    border-top-color: hsla(0,0%,43%,.4)
}

.border-t-disable-text\/5 {
    border-top-color: hsla(0,0%,43%,.05)
}

.border-t-disable-text\/50 {
    border-top-color: hsla(0,0%,43%,.5)
}

.border-t-disable-text\/60 {
    border-top-color: hsla(0,0%,43%,.6)
}

.border-t-disable-text\/70 {
    border-top-color: hsla(0,0%,43%,.7)
}

.border-t-disable-text\/75 {
    border-top-color: hsla(0,0%,43%,.75)
}

.border-t-disable-text\/80 {
    border-top-color: hsla(0,0%,43%,.8)
}

.border-t-disable-text\/90 {
    border-top-color: hsla(0,0%,43%,.9)
}

.border-t-disable-text\/95 {
    border-top-color: hsla(0,0%,43%,.95)
}

.border-t-event-promotion-big-win-bg {
    --tw-border-opacity: 1;
    border-top-color: rgb(149 118 76/var(--tw-border-opacity))
}

.border-t-event-promotion-big-win-bg\/0 {
    border-top-color: rgba(149,118,76,0)
}

.border-t-event-promotion-big-win-bg\/10 {
    border-top-color: rgba(149,118,76,.1)
}

.border-t-event-promotion-big-win-bg\/100 {
    border-top-color: #95764c
}

.border-t-event-promotion-big-win-bg\/20 {
    border-top-color: rgba(149,118,76,.2)
}

.border-t-event-promotion-big-win-bg\/25 {
    border-top-color: rgba(149,118,76,.25)
}

.border-t-event-promotion-big-win-bg\/30 {
    border-top-color: rgba(149,118,76,.3)
}

.border-t-event-promotion-big-win-bg\/40 {
    border-top-color: rgba(149,118,76,.4)
}

.border-t-event-promotion-big-win-bg\/5 {
    border-top-color: rgba(149,118,76,.05)
}

.border-t-event-promotion-big-win-bg\/50 {
    border-top-color: rgba(149,118,76,.5)
}

.border-t-event-promotion-big-win-bg\/60 {
    border-top-color: rgba(149,118,76,.6)
}

.border-t-event-promotion-big-win-bg\/70 {
    border-top-color: rgba(149,118,76,.7)
}

.border-t-event-promotion-big-win-bg\/75 {
    border-top-color: rgba(149,118,76,.75)
}

.border-t-event-promotion-big-win-bg\/80 {
    border-top-color: rgba(149,118,76,.8)
}

.border-t-event-promotion-big-win-bg\/90 {
    border-top-color: rgba(149,118,76,.9)
}

.border-t-event-promotion-big-win-bg\/95 {
    border-top-color: rgba(149,118,76,.95)
}

.border-t-event-promotion-highlight {
    --tw-border-opacity: 1;
    border-top-color: rgb(246 192 65/var(--tw-border-opacity))
}

.border-t-event-promotion-highlight\/0 {
    border-top-color: rgba(246,192,65,0)
}

.border-t-event-promotion-highlight\/10 {
    border-top-color: rgba(246,192,65,.1)
}

.border-t-event-promotion-highlight\/100 {
    border-top-color: #f6c041
}

.border-t-event-promotion-highlight\/20 {
    border-top-color: rgba(246,192,65,.2)
}

.border-t-event-promotion-highlight\/25 {
    border-top-color: rgba(246,192,65,.25)
}

.border-t-event-promotion-highlight\/30 {
    border-top-color: rgba(246,192,65,.3)
}

.border-t-event-promotion-highlight\/40 {
    border-top-color: rgba(246,192,65,.4)
}

.border-t-event-promotion-highlight\/5 {
    border-top-color: rgba(246,192,65,.05)
}

.border-t-event-promotion-highlight\/50 {
    border-top-color: rgba(246,192,65,.5)
}

.border-t-event-promotion-highlight\/60 {
    border-top-color: rgba(246,192,65,.6)
}

.border-t-event-promotion-highlight\/70 {
    border-top-color: rgba(246,192,65,.7)
}

.border-t-event-promotion-highlight\/75 {
    border-top-color: rgba(246,192,65,.75)
}

.border-t-event-promotion-highlight\/80 {
    border-top-color: rgba(246,192,65,.8)
}

.border-t-event-promotion-highlight\/90 {
    border-top-color: rgba(246,192,65,.9)
}

.border-t-event-promotion-highlight\/95 {
    border-top-color: rgba(246,192,65,.95)
}

.border-t-gray-about {
    --tw-border-opacity: 1;
    border-top-color: rgb(145 145 145/var(--tw-border-opacity))
}

.border-t-gray-about\/0 {
    border-top-color: hsla(0,0%,57%,0)
}

.border-t-gray-about\/10 {
    border-top-color: hsla(0,0%,57%,.1)
}

.border-t-gray-about\/100 {
    border-top-color: #919191
}

.border-t-gray-about\/20 {
    border-top-color: hsla(0,0%,57%,.2)
}

.border-t-gray-about\/25 {
    border-top-color: hsla(0,0%,57%,.25)
}

.border-t-gray-about\/30 {
    border-top-color: hsla(0,0%,57%,.3)
}

.border-t-gray-about\/40 {
    border-top-color: hsla(0,0%,57%,.4)
}

.border-t-gray-about\/5 {
    border-top-color: hsla(0,0%,57%,.05)
}

.border-t-gray-about\/50 {
    border-top-color: hsla(0,0%,57%,.5)
}

.border-t-gray-about\/60 {
    border-top-color: hsla(0,0%,57%,.6)
}

.border-t-gray-about\/70 {
    border-top-color: hsla(0,0%,57%,.7)
}

.border-t-gray-about\/75 {
    border-top-color: hsla(0,0%,57%,.75)
}

.border-t-gray-about\/80 {
    border-top-color: hsla(0,0%,57%,.8)
}

.border-t-gray-about\/90 {
    border-top-color: hsla(0,0%,57%,.9)
}

.border-t-gray-about\/95 {
    border-top-color: hsla(0,0%,57%,.95)
}

.border-t-gray-alert {
    --tw-border-opacity: 1;
    border-top-color: rgb(50 52 59/var(--tw-border-opacity))
}

.border-t-gray-alert\/0 {
    border-top-color: rgba(50,52,59,0)
}

.border-t-gray-alert\/10 {
    border-top-color: rgba(50,52,59,.1)
}

.border-t-gray-alert\/100 {
    border-top-color: #32343b
}

.border-t-gray-alert\/20 {
    border-top-color: rgba(50,52,59,.2)
}

.border-t-gray-alert\/25 {
    border-top-color: rgba(50,52,59,.25)
}

.border-t-gray-alert\/30 {
    border-top-color: rgba(50,52,59,.3)
}

.border-t-gray-alert\/40 {
    border-top-color: rgba(50,52,59,.4)
}

.border-t-gray-alert\/5 {
    border-top-color: rgba(50,52,59,.05)
}

.border-t-gray-alert\/50 {
    border-top-color: rgba(50,52,59,.5)
}

.border-t-gray-alert\/60 {
    border-top-color: rgba(50,52,59,.6)
}

.border-t-gray-alert\/70 {
    border-top-color: rgba(50,52,59,.7)
}

.border-t-gray-alert\/75 {
    border-top-color: rgba(50,52,59,.75)
}

.border-t-gray-alert\/80 {
    border-top-color: rgba(50,52,59,.8)
}

.border-t-gray-alert\/90 {
    border-top-color: rgba(50,52,59,.9)
}

.border-t-gray-alert\/95 {
    border-top-color: rgba(50,52,59,.95)
}

.border-t-gray-background {
    --tw-border-opacity: 1;
    border-top-color: rgb(45 45 45/var(--tw-border-opacity))
}

.border-t-gray-background\/0 {
    border-top-color: rgba(45,45,45,0)
}

.border-t-gray-background\/10 {
    border-top-color: rgba(45,45,45,.1)
}

.border-t-gray-background\/100 {
    border-top-color: #2d2d2d
}

.border-t-gray-background\/20 {
    border-top-color: rgba(45,45,45,.2)
}

.border-t-gray-background\/25 {
    border-top-color: rgba(45,45,45,.25)
}

.border-t-gray-background\/30 {
    border-top-color: rgba(45,45,45,.3)
}

.border-t-gray-background\/40 {
    border-top-color: rgba(45,45,45,.4)
}

.border-t-gray-background\/5 {
    border-top-color: rgba(45,45,45,.05)
}

.border-t-gray-background\/50 {
    border-top-color: rgba(45,45,45,.5)
}

.border-t-gray-background\/60 {
    border-top-color: rgba(45,45,45,.6)
}

.border-t-gray-background\/70 {
    border-top-color: rgba(45,45,45,.7)
}

.border-t-gray-background\/75 {
    border-top-color: rgba(45,45,45,.75)
}

.border-t-gray-background\/80 {
    border-top-color: rgba(45,45,45,.8)
}

.border-t-gray-background\/90 {
    border-top-color: rgba(45,45,45,.9)
}

.border-t-gray-background\/95 {
    border-top-color: rgba(45,45,45,.95)
}

.border-t-gray-background1 {
    --tw-border-opacity: 1;
    border-top-color: rgb(73 72 71/var(--tw-border-opacity))
}

.border-t-gray-background1\/0 {
    border-top-color: rgba(73,72,71,0)
}

.border-t-gray-background1\/10 {
    border-top-color: rgba(73,72,71,.1)
}

.border-t-gray-background1\/100 {
    border-top-color: #494847
}

.border-t-gray-background1\/20 {
    border-top-color: rgba(73,72,71,.2)
}

.border-t-gray-background1\/25 {
    border-top-color: rgba(73,72,71,.25)
}

.border-t-gray-background1\/30 {
    border-top-color: rgba(73,72,71,.3)
}

.border-t-gray-background1\/40 {
    border-top-color: rgba(73,72,71,.4)
}

.border-t-gray-background1\/5 {
    border-top-color: rgba(73,72,71,.05)
}

.border-t-gray-background1\/50 {
    border-top-color: rgba(73,72,71,.5)
}

.border-t-gray-background1\/60 {
    border-top-color: rgba(73,72,71,.6)
}

.border-t-gray-background1\/70 {
    border-top-color: rgba(73,72,71,.7)
}

.border-t-gray-background1\/75 {
    border-top-color: rgba(73,72,71,.75)
}

.border-t-gray-background1\/80 {
    border-top-color: rgba(73,72,71,.8)
}

.border-t-gray-background1\/90 {
    border-top-color: rgba(73,72,71,.9)
}

.border-t-gray-background1\/95 {
    border-top-color: rgba(73,72,71,.95)
}

.border-t-gray-background2 {
    --tw-border-opacity: 1;
    border-top-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-t-gray-background2\/0 {
    border-top-color: rgba(58,58,58,0)
}

.border-t-gray-background2\/10 {
    border-top-color: rgba(58,58,58,.1)
}

.border-t-gray-background2\/100 {
    border-top-color: #3a3a3a
}

.border-t-gray-background2\/20 {
    border-top-color: rgba(58,58,58,.2)
}

.border-t-gray-background2\/25 {
    border-top-color: rgba(58,58,58,.25)
}

.border-t-gray-background2\/30 {
    border-top-color: rgba(58,58,58,.3)
}

.border-t-gray-background2\/40 {
    border-top-color: rgba(58,58,58,.4)
}

.border-t-gray-background2\/5 {
    border-top-color: rgba(58,58,58,.05)
}

.border-t-gray-background2\/50 {
    border-top-color: rgba(58,58,58,.5)
}

.border-t-gray-background2\/60 {
    border-top-color: rgba(58,58,58,.6)
}

.border-t-gray-background2\/70 {
    border-top-color: rgba(58,58,58,.7)
}

.border-t-gray-background2\/75 {
    border-top-color: rgba(58,58,58,.75)
}

.border-t-gray-background2\/80 {
    border-top-color: rgba(58,58,58,.8)
}

.border-t-gray-background2\/90 {
    border-top-color: rgba(58,58,58,.9)
}

.border-t-gray-background2\/95 {
    border-top-color: rgba(58,58,58,.95)
}

.border-t-gray-bg1 {
    --tw-border-opacity: 1;
    border-top-color: rgb(23 22 19/var(--tw-border-opacity))
}

.border-t-gray-bg1\/0 {
    border-top-color: rgba(23,22,19,0)
}

.border-t-gray-bg1\/10 {
    border-top-color: rgba(23,22,19,.1)
}

.border-t-gray-bg1\/100 {
    border-top-color: #171613
}

.border-t-gray-bg1\/20 {
    border-top-color: rgba(23,22,19,.2)
}

.border-t-gray-bg1\/25 {
    border-top-color: rgba(23,22,19,.25)
}

.border-t-gray-bg1\/30 {
    border-top-color: rgba(23,22,19,.3)
}

.border-t-gray-bg1\/40 {
    border-top-color: rgba(23,22,19,.4)
}

.border-t-gray-bg1\/5 {
    border-top-color: rgba(23,22,19,.05)
}

.border-t-gray-bg1\/50 {
    border-top-color: rgba(23,22,19,.5)
}

.border-t-gray-bg1\/60 {
    border-top-color: rgba(23,22,19,.6)
}

.border-t-gray-bg1\/70 {
    border-top-color: rgba(23,22,19,.7)
}

.border-t-gray-bg1\/75 {
    border-top-color: rgba(23,22,19,.75)
}

.border-t-gray-bg1\/80 {
    border-top-color: rgba(23,22,19,.8)
}

.border-t-gray-bg1\/90 {
    border-top-color: rgba(23,22,19,.9)
}

.border-t-gray-bg1\/95 {
    border-top-color: rgba(23,22,19,.95)
}

.border-t-gray-bg2 {
    --tw-border-opacity: 1;
    border-top-color: rgb(71 70 64/var(--tw-border-opacity))
}

.border-t-gray-bg2\/0 {
    border-top-color: rgba(71,70,64,0)
}

.border-t-gray-bg2\/10 {
    border-top-color: rgba(71,70,64,.1)
}

.border-t-gray-bg2\/100 {
    border-top-color: #474640
}

.border-t-gray-bg2\/20 {
    border-top-color: rgba(71,70,64,.2)
}

.border-t-gray-bg2\/25 {
    border-top-color: rgba(71,70,64,.25)
}

.border-t-gray-bg2\/30 {
    border-top-color: rgba(71,70,64,.3)
}

.border-t-gray-bg2\/40 {
    border-top-color: rgba(71,70,64,.4)
}

.border-t-gray-bg2\/5 {
    border-top-color: rgba(71,70,64,.05)
}

.border-t-gray-bg2\/50 {
    border-top-color: rgba(71,70,64,.5)
}

.border-t-gray-bg2\/60 {
    border-top-color: rgba(71,70,64,.6)
}

.border-t-gray-bg2\/70 {
    border-top-color: rgba(71,70,64,.7)
}

.border-t-gray-bg2\/75 {
    border-top-color: rgba(71,70,64,.75)
}

.border-t-gray-bg2\/80 {
    border-top-color: rgba(71,70,64,.8)
}

.border-t-gray-bg2\/90 {
    border-top-color: rgba(71,70,64,.9)
}

.border-t-gray-bg2\/95 {
    border-top-color: rgba(71,70,64,.95)
}

.border-t-gray-bg3 {
    --tw-border-opacity: 1;
    border-top-color: rgb(51 50 47/var(--tw-border-opacity))
}

.border-t-gray-bg3\/0 {
    border-top-color: rgba(51,50,47,0)
}

.border-t-gray-bg3\/10 {
    border-top-color: rgba(51,50,47,.1)
}

.border-t-gray-bg3\/100 {
    border-top-color: #33322f
}

.border-t-gray-bg3\/20 {
    border-top-color: rgba(51,50,47,.2)
}

.border-t-gray-bg3\/25 {
    border-top-color: rgba(51,50,47,.25)
}

.border-t-gray-bg3\/30 {
    border-top-color: rgba(51,50,47,.3)
}

.border-t-gray-bg3\/40 {
    border-top-color: rgba(51,50,47,.4)
}

.border-t-gray-bg3\/5 {
    border-top-color: rgba(51,50,47,.05)
}

.border-t-gray-bg3\/50 {
    border-top-color: rgba(51,50,47,.5)
}

.border-t-gray-bg3\/60 {
    border-top-color: rgba(51,50,47,.6)
}

.border-t-gray-bg3\/70 {
    border-top-color: rgba(51,50,47,.7)
}

.border-t-gray-bg3\/75 {
    border-top-color: rgba(51,50,47,.75)
}

.border-t-gray-bg3\/80 {
    border-top-color: rgba(51,50,47,.8)
}

.border-t-gray-bg3\/90 {
    border-top-color: rgba(51,50,47,.9)
}

.border-t-gray-bg3\/95 {
    border-top-color: rgba(51,50,47,.95)
}

.border-t-gray-bg4 {
    --tw-border-opacity: 1;
    border-top-color: rgb(41 42 43/var(--tw-border-opacity))
}

.border-t-gray-bg4\/0 {
    border-top-color: rgba(41,42,43,0)
}

.border-t-gray-bg4\/10 {
    border-top-color: rgba(41,42,43,.1)
}

.border-t-gray-bg4\/100 {
    border-top-color: #292a2b
}

.border-t-gray-bg4\/20 {
    border-top-color: rgba(41,42,43,.2)
}

.border-t-gray-bg4\/25 {
    border-top-color: rgba(41,42,43,.25)
}

.border-t-gray-bg4\/30 {
    border-top-color: rgba(41,42,43,.3)
}

.border-t-gray-bg4\/40 {
    border-top-color: rgba(41,42,43,.4)
}

.border-t-gray-bg4\/5 {
    border-top-color: rgba(41,42,43,.05)
}

.border-t-gray-bg4\/50 {
    border-top-color: rgba(41,42,43,.5)
}

.border-t-gray-bg4\/60 {
    border-top-color: rgba(41,42,43,.6)
}

.border-t-gray-bg4\/70 {
    border-top-color: rgba(41,42,43,.7)
}

.border-t-gray-bg4\/75 {
    border-top-color: rgba(41,42,43,.75)
}

.border-t-gray-bg4\/80 {
    border-top-color: rgba(41,42,43,.8)
}

.border-t-gray-bg4\/90 {
    border-top-color: rgba(41,42,43,.9)
}

.border-t-gray-bg4\/95 {
    border-top-color: rgba(41,42,43,.95)
}

.border-t-gray-bg5 {
    --tw-border-opacity: 1;
    border-top-color: rgb(33 34 35/var(--tw-border-opacity))
}

.border-t-gray-bg5\/0 {
    border-top-color: rgba(33,34,35,0)
}

.border-t-gray-bg5\/10 {
    border-top-color: rgba(33,34,35,.1)
}

.border-t-gray-bg5\/100 {
    border-top-color: #212223
}

.border-t-gray-bg5\/20 {
    border-top-color: rgba(33,34,35,.2)
}

.border-t-gray-bg5\/25 {
    border-top-color: rgba(33,34,35,.25)
}

.border-t-gray-bg5\/30 {
    border-top-color: rgba(33,34,35,.3)
}

.border-t-gray-bg5\/40 {
    border-top-color: rgba(33,34,35,.4)
}

.border-t-gray-bg5\/5 {
    border-top-color: rgba(33,34,35,.05)
}

.border-t-gray-bg5\/50 {
    border-top-color: rgba(33,34,35,.5)
}

.border-t-gray-bg5\/60 {
    border-top-color: rgba(33,34,35,.6)
}

.border-t-gray-bg5\/70 {
    border-top-color: rgba(33,34,35,.7)
}

.border-t-gray-bg5\/75 {
    border-top-color: rgba(33,34,35,.75)
}

.border-t-gray-bg5\/80 {
    border-top-color: rgba(33,34,35,.8)
}

.border-t-gray-bg5\/90 {
    border-top-color: rgba(33,34,35,.9)
}

.border-t-gray-bg5\/95 {
    border-top-color: rgba(33,34,35,.95)
}

.border-t-gray-border {
    --tw-border-opacity: 1;
    border-top-color: rgb(65 65 65/var(--tw-border-opacity))
}

.border-t-gray-border\/0 {
    border-top-color: rgba(65,65,65,0)
}

.border-t-gray-border\/10 {
    border-top-color: rgba(65,65,65,.1)
}

.border-t-gray-border\/100 {
    border-top-color: #414141
}

.border-t-gray-border\/20 {
    border-top-color: rgba(65,65,65,.2)
}

.border-t-gray-border\/25 {
    border-top-color: rgba(65,65,65,.25)
}

.border-t-gray-border\/30 {
    border-top-color: rgba(65,65,65,.3)
}

.border-t-gray-border\/40 {
    border-top-color: rgba(65,65,65,.4)
}

.border-t-gray-border\/5 {
    border-top-color: rgba(65,65,65,.05)
}

.border-t-gray-border\/50 {
    border-top-color: rgba(65,65,65,.5)
}

.border-t-gray-border\/60 {
    border-top-color: rgba(65,65,65,.6)
}

.border-t-gray-border\/70 {
    border-top-color: rgba(65,65,65,.7)
}

.border-t-gray-border\/75 {
    border-top-color: rgba(65,65,65,.75)
}

.border-t-gray-border\/80 {
    border-top-color: rgba(65,65,65,.8)
}

.border-t-gray-border\/90 {
    border-top-color: rgba(65,65,65,.9)
}

.border-t-gray-border\/95 {
    border-top-color: rgba(65,65,65,.95)
}

.border-t-gray-button {
    --tw-border-opacity: 1;
    border-top-color: rgb(115 115 116/var(--tw-border-opacity))
}

.border-t-gray-button\/0 {
    border-top-color: hsla(240,0%,45%,0)
}

.border-t-gray-button\/10 {
    border-top-color: hsla(240,0%,45%,.1)
}

.border-t-gray-button\/100 {
    border-top-color: #737374
}

.border-t-gray-button\/20 {
    border-top-color: hsla(240,0%,45%,.2)
}

.border-t-gray-button\/25 {
    border-top-color: hsla(240,0%,45%,.25)
}

.border-t-gray-button\/30 {
    border-top-color: hsla(240,0%,45%,.3)
}

.border-t-gray-button\/40 {
    border-top-color: hsla(240,0%,45%,.4)
}

.border-t-gray-button\/5 {
    border-top-color: hsla(240,0%,45%,.05)
}

.border-t-gray-button\/50 {
    border-top-color: hsla(240,0%,45%,.5)
}

.border-t-gray-button\/60 {
    border-top-color: hsla(240,0%,45%,.6)
}

.border-t-gray-button\/70 {
    border-top-color: hsla(240,0%,45%,.7)
}

.border-t-gray-button\/75 {
    border-top-color: hsla(240,0%,45%,.75)
}

.border-t-gray-button\/80 {
    border-top-color: hsla(240,0%,45%,.8)
}

.border-t-gray-button\/90 {
    border-top-color: hsla(240,0%,45%,.9)
}

.border-t-gray-button\/95 {
    border-top-color: hsla(240,0%,45%,.95)
}

.border-t-gray-claimed {
    --tw-border-opacity: 1;
    border-top-color: rgb(62 61 61/var(--tw-border-opacity))
}

.border-t-gray-claimed\/0 {
    border-top-color: rgba(62,61,61,0)
}

.border-t-gray-claimed\/10 {
    border-top-color: rgba(62,61,61,.1)
}

.border-t-gray-claimed\/100 {
    border-top-color: #3e3d3d
}

.border-t-gray-claimed\/20 {
    border-top-color: rgba(62,61,61,.2)
}

.border-t-gray-claimed\/25 {
    border-top-color: rgba(62,61,61,.25)
}

.border-t-gray-claimed\/30 {
    border-top-color: rgba(62,61,61,.3)
}

.border-t-gray-claimed\/40 {
    border-top-color: rgba(62,61,61,.4)
}

.border-t-gray-claimed\/5 {
    border-top-color: rgba(62,61,61,.05)
}

.border-t-gray-claimed\/50 {
    border-top-color: rgba(62,61,61,.5)
}

.border-t-gray-claimed\/60 {
    border-top-color: rgba(62,61,61,.6)
}

.border-t-gray-claimed\/70 {
    border-top-color: rgba(62,61,61,.7)
}

.border-t-gray-claimed\/75 {
    border-top-color: rgba(62,61,61,.75)
}

.border-t-gray-claimed\/80 {
    border-top-color: rgba(62,61,61,.8)
}

.border-t-gray-claimed\/90 {
    border-top-color: rgba(62,61,61,.9)
}

.border-t-gray-claimed\/95 {
    border-top-color: rgba(62,61,61,.95)
}

.border-t-gray-default {
    --tw-border-opacity: 1;
    border-top-color: rgb(130 138 147/var(--tw-border-opacity))
}

.border-t-gray-default\/0 {
    border-top-color: hsla(212,7%,54%,0)
}

.border-t-gray-default\/10 {
    border-top-color: hsla(212,7%,54%,.1)
}

.border-t-gray-default\/100 {
    border-top-color: #828a93
}

.border-t-gray-default\/20 {
    border-top-color: hsla(212,7%,54%,.2)
}

.border-t-gray-default\/25 {
    border-top-color: hsla(212,7%,54%,.25)
}

.border-t-gray-default\/30 {
    border-top-color: hsla(212,7%,54%,.3)
}

.border-t-gray-default\/40 {
    border-top-color: hsla(212,7%,54%,.4)
}

.border-t-gray-default\/5 {
    border-top-color: hsla(212,7%,54%,.05)
}

.border-t-gray-default\/50 {
    border-top-color: hsla(212,7%,54%,.5)
}

.border-t-gray-default\/60 {
    border-top-color: hsla(212,7%,54%,.6)
}

.border-t-gray-default\/70 {
    border-top-color: hsla(212,7%,54%,.7)
}

.border-t-gray-default\/75 {
    border-top-color: hsla(212,7%,54%,.75)
}

.border-t-gray-default\/80 {
    border-top-color: hsla(212,7%,54%,.8)
}

.border-t-gray-default\/90 {
    border-top-color: hsla(212,7%,54%,.9)
}

.border-t-gray-default\/95 {
    border-top-color: hsla(212,7%,54%,.95)
}

.border-t-gray-disable {
    --tw-border-opacity: 1;
    border-top-color: rgb(102 102 100/var(--tw-border-opacity))
}

.border-t-gray-disable\/0 {
    border-top-color: hsla(60,1%,40%,0)
}

.border-t-gray-disable\/10 {
    border-top-color: hsla(60,1%,40%,.1)
}

.border-t-gray-disable\/100 {
    border-top-color: #666664
}

.border-t-gray-disable\/20 {
    border-top-color: hsla(60,1%,40%,.2)
}

.border-t-gray-disable\/25 {
    border-top-color: hsla(60,1%,40%,.25)
}

.border-t-gray-disable\/30 {
    border-top-color: hsla(60,1%,40%,.3)
}

.border-t-gray-disable\/40 {
    border-top-color: hsla(60,1%,40%,.4)
}

.border-t-gray-disable\/5 {
    border-top-color: hsla(60,1%,40%,.05)
}

.border-t-gray-disable\/50 {
    border-top-color: hsla(60,1%,40%,.5)
}

.border-t-gray-disable\/60 {
    border-top-color: hsla(60,1%,40%,.6)
}

.border-t-gray-disable\/70 {
    border-top-color: hsla(60,1%,40%,.7)
}

.border-t-gray-disable\/75 {
    border-top-color: hsla(60,1%,40%,.75)
}

.border-t-gray-disable\/80 {
    border-top-color: hsla(60,1%,40%,.8)
}

.border-t-gray-disable\/90 {
    border-top-color: hsla(60,1%,40%,.9)
}

.border-t-gray-disable\/95 {
    border-top-color: hsla(60,1%,40%,.95)
}

.border-t-gray-form {
    --tw-border-opacity: 1;
    border-top-color: rgb(42 44 49/var(--tw-border-opacity))
}

.border-t-gray-form\/0 {
    border-top-color: rgba(42,44,49,0)
}

.border-t-gray-form\/10 {
    border-top-color: rgba(42,44,49,.1)
}

.border-t-gray-form\/100 {
    border-top-color: #2a2c31
}

.border-t-gray-form\/20 {
    border-top-color: rgba(42,44,49,.2)
}

.border-t-gray-form\/25 {
    border-top-color: rgba(42,44,49,.25)
}

.border-t-gray-form\/30 {
    border-top-color: rgba(42,44,49,.3)
}

.border-t-gray-form\/40 {
    border-top-color: rgba(42,44,49,.4)
}

.border-t-gray-form\/5 {
    border-top-color: rgba(42,44,49,.05)
}

.border-t-gray-form\/50 {
    border-top-color: rgba(42,44,49,.5)
}

.border-t-gray-form\/60 {
    border-top-color: rgba(42,44,49,.6)
}

.border-t-gray-form\/70 {
    border-top-color: rgba(42,44,49,.7)
}

.border-t-gray-form\/75 {
    border-top-color: rgba(42,44,49,.75)
}

.border-t-gray-form\/80 {
    border-top-color: rgba(42,44,49,.8)
}

.border-t-gray-form\/90 {
    border-top-color: rgba(42,44,49,.9)
}

.border-t-gray-form\/95 {
    border-top-color: rgba(42,44,49,.95)
}

.border-t-gray-hot-match-text {
    --tw-border-opacity: 1;
    border-top-color: rgb(205 204 206/var(--tw-border-opacity))
}

.border-t-gray-hot-match-text\/0 {
    border-top-color: hsla(270,2%,80%,0)
}

.border-t-gray-hot-match-text\/10 {
    border-top-color: hsla(270,2%,80%,.1)
}

.border-t-gray-hot-match-text\/100 {
    border-top-color: #cdccce
}

.border-t-gray-hot-match-text\/20 {
    border-top-color: hsla(270,2%,80%,.2)
}

.border-t-gray-hot-match-text\/25 {
    border-top-color: hsla(270,2%,80%,.25)
}

.border-t-gray-hot-match-text\/30 {
    border-top-color: hsla(270,2%,80%,.3)
}

.border-t-gray-hot-match-text\/40 {
    border-top-color: hsla(270,2%,80%,.4)
}

.border-t-gray-hot-match-text\/5 {
    border-top-color: hsla(270,2%,80%,.05)
}

.border-t-gray-hot-match-text\/50 {
    border-top-color: hsla(270,2%,80%,.5)
}

.border-t-gray-hot-match-text\/60 {
    border-top-color: hsla(270,2%,80%,.6)
}

.border-t-gray-hot-match-text\/70 {
    border-top-color: hsla(270,2%,80%,.7)
}

.border-t-gray-hot-match-text\/75 {
    border-top-color: hsla(270,2%,80%,.75)
}

.border-t-gray-hot-match-text\/80 {
    border-top-color: hsla(270,2%,80%,.8)
}

.border-t-gray-hot-match-text\/90 {
    border-top-color: hsla(270,2%,80%,.9)
}

.border-t-gray-hot-match-text\/95 {
    border-top-color: hsla(270,2%,80%,.95)
}

.border-t-gray-info {
    --tw-border-opacity: 1;
    border-top-color: rgb(38 38 38/var(--tw-border-opacity))
}

.border-t-gray-info\/0 {
    border-top-color: rgba(38,38,38,0)
}

.border-t-gray-info\/10 {
    border-top-color: rgba(38,38,38,.1)
}

.border-t-gray-info\/100 {
    border-top-color: #262626
}

.border-t-gray-info\/20 {
    border-top-color: rgba(38,38,38,.2)
}

.border-t-gray-info\/25 {
    border-top-color: rgba(38,38,38,.25)
}

.border-t-gray-info\/30 {
    border-top-color: rgba(38,38,38,.3)
}

.border-t-gray-info\/40 {
    border-top-color: rgba(38,38,38,.4)
}

.border-t-gray-info\/5 {
    border-top-color: rgba(38,38,38,.05)
}

.border-t-gray-info\/50 {
    border-top-color: rgba(38,38,38,.5)
}

.border-t-gray-info\/60 {
    border-top-color: rgba(38,38,38,.6)
}

.border-t-gray-info\/70 {
    border-top-color: rgba(38,38,38,.7)
}

.border-t-gray-info\/75 {
    border-top-color: rgba(38,38,38,.75)
}

.border-t-gray-info\/80 {
    border-top-color: rgba(38,38,38,.8)
}

.border-t-gray-info\/90 {
    border-top-color: rgba(38,38,38,.9)
}

.border-t-gray-info\/95 {
    border-top-color: rgba(38,38,38,.95)
}

.border-t-gray-item-history {
    --tw-border-opacity: 1;
    border-top-color: rgb(56 64 69/var(--tw-border-opacity))
}

.border-t-gray-item-history\/0 {
    border-top-color: rgba(56,64,69,0)
}

.border-t-gray-item-history\/10 {
    border-top-color: rgba(56,64,69,.1)
}

.border-t-gray-item-history\/100 {
    border-top-color: #384045
}

.border-t-gray-item-history\/20 {
    border-top-color: rgba(56,64,69,.2)
}

.border-t-gray-item-history\/25 {
    border-top-color: rgba(56,64,69,.25)
}

.border-t-gray-item-history\/30 {
    border-top-color: rgba(56,64,69,.3)
}

.border-t-gray-item-history\/40 {
    border-top-color: rgba(56,64,69,.4)
}

.border-t-gray-item-history\/5 {
    border-top-color: rgba(56,64,69,.05)
}

.border-t-gray-item-history\/50 {
    border-top-color: rgba(56,64,69,.5)
}

.border-t-gray-item-history\/60 {
    border-top-color: rgba(56,64,69,.6)
}

.border-t-gray-item-history\/70 {
    border-top-color: rgba(56,64,69,.7)
}

.border-t-gray-item-history\/75 {
    border-top-color: rgba(56,64,69,.75)
}

.border-t-gray-item-history\/80 {
    border-top-color: rgba(56,64,69,.8)
}

.border-t-gray-item-history\/90 {
    border-top-color: rgba(56,64,69,.9)
}

.border-t-gray-item-history\/95 {
    border-top-color: rgba(56,64,69,.95)
}

.border-t-gray-label {
    --tw-border-opacity: 1;
    border-top-color: rgb(138 138 138/var(--tw-border-opacity))
}

.border-t-gray-label\/0 {
    border-top-color: hsla(0,0%,54%,0)
}

.border-t-gray-label\/10 {
    border-top-color: hsla(0,0%,54%,.1)
}

.border-t-gray-label\/100 {
    border-top-color: #8a8a8a
}

.border-t-gray-label\/20 {
    border-top-color: hsla(0,0%,54%,.2)
}

.border-t-gray-label\/25 {
    border-top-color: hsla(0,0%,54%,.25)
}

.border-t-gray-label\/30 {
    border-top-color: hsla(0,0%,54%,.3)
}

.border-t-gray-label\/40 {
    border-top-color: hsla(0,0%,54%,.4)
}

.border-t-gray-label\/5 {
    border-top-color: hsla(0,0%,54%,.05)
}

.border-t-gray-label\/50 {
    border-top-color: hsla(0,0%,54%,.5)
}

.border-t-gray-label\/60 {
    border-top-color: hsla(0,0%,54%,.6)
}

.border-t-gray-label\/70 {
    border-top-color: hsla(0,0%,54%,.7)
}

.border-t-gray-label\/75 {
    border-top-color: hsla(0,0%,54%,.75)
}

.border-t-gray-label\/80 {
    border-top-color: hsla(0,0%,54%,.8)
}

.border-t-gray-label\/90 {
    border-top-color: hsla(0,0%,54%,.9)
}

.border-t-gray-label\/95 {
    border-top-color: hsla(0,0%,54%,.95)
}

.border-t-gray-light {
    --tw-border-opacity: 1;
    border-top-color: rgb(151 150 153/var(--tw-border-opacity))
}

.border-t-gray-light\/0 {
    border-top-color: hsla(260,1%,59%,0)
}

.border-t-gray-light\/10 {
    border-top-color: hsla(260,1%,59%,.1)
}

.border-t-gray-light\/100 {
    border-top-color: #979699
}

.border-t-gray-light\/20 {
    border-top-color: hsla(260,1%,59%,.2)
}

.border-t-gray-light\/25 {
    border-top-color: hsla(260,1%,59%,.25)
}

.border-t-gray-light\/30 {
    border-top-color: hsla(260,1%,59%,.3)
}

.border-t-gray-light\/40 {
    border-top-color: hsla(260,1%,59%,.4)
}

.border-t-gray-light\/5 {
    border-top-color: hsla(260,1%,59%,.05)
}

.border-t-gray-light\/50 {
    border-top-color: hsla(260,1%,59%,.5)
}

.border-t-gray-light\/60 {
    border-top-color: hsla(260,1%,59%,.6)
}

.border-t-gray-light\/70 {
    border-top-color: hsla(260,1%,59%,.7)
}

.border-t-gray-light\/75 {
    border-top-color: hsla(260,1%,59%,.75)
}

.border-t-gray-light\/80 {
    border-top-color: hsla(260,1%,59%,.8)
}

.border-t-gray-light\/90 {
    border-top-color: hsla(260,1%,59%,.9)
}

.border-t-gray-light\/95 {
    border-top-color: hsla(260,1%,59%,.95)
}

.border-t-gray-marquee-text {
    --tw-border-opacity: 1;
    border-top-color: rgb(190 189 184/var(--tw-border-opacity))
}

.border-t-gray-marquee-text\/0 {
    border-top-color: hsla(50,4%,73%,0)
}

.border-t-gray-marquee-text\/10 {
    border-top-color: hsla(50,4%,73%,.1)
}

.border-t-gray-marquee-text\/100 {
    border-top-color: #bebdb8
}

.border-t-gray-marquee-text\/20 {
    border-top-color: hsla(50,4%,73%,.2)
}

.border-t-gray-marquee-text\/25 {
    border-top-color: hsla(50,4%,73%,.25)
}

.border-t-gray-marquee-text\/30 {
    border-top-color: hsla(50,4%,73%,.3)
}

.border-t-gray-marquee-text\/40 {
    border-top-color: hsla(50,4%,73%,.4)
}

.border-t-gray-marquee-text\/5 {
    border-top-color: hsla(50,4%,73%,.05)
}

.border-t-gray-marquee-text\/50 {
    border-top-color: hsla(50,4%,73%,.5)
}

.border-t-gray-marquee-text\/60 {
    border-top-color: hsla(50,4%,73%,.6)
}

.border-t-gray-marquee-text\/70 {
    border-top-color: hsla(50,4%,73%,.7)
}

.border-t-gray-marquee-text\/75 {
    border-top-color: hsla(50,4%,73%,.75)
}

.border-t-gray-marquee-text\/80 {
    border-top-color: hsla(50,4%,73%,.8)
}

.border-t-gray-marquee-text\/90 {
    border-top-color: hsla(50,4%,73%,.9)
}

.border-t-gray-marquee-text\/95 {
    border-top-color: hsla(50,4%,73%,.95)
}

.border-t-gray-placeholder {
    --tw-border-opacity: 1;
    border-top-color: rgb(130 138 147/var(--tw-border-opacity))
}

.border-t-gray-placeholder\/0 {
    border-top-color: hsla(212,7%,54%,0)
}

.border-t-gray-placeholder\/10 {
    border-top-color: hsla(212,7%,54%,.1)
}

.border-t-gray-placeholder\/100 {
    border-top-color: #828a93
}

.border-t-gray-placeholder\/20 {
    border-top-color: hsla(212,7%,54%,.2)
}

.border-t-gray-placeholder\/25 {
    border-top-color: hsla(212,7%,54%,.25)
}

.border-t-gray-placeholder\/30 {
    border-top-color: hsla(212,7%,54%,.3)
}

.border-t-gray-placeholder\/40 {
    border-top-color: hsla(212,7%,54%,.4)
}

.border-t-gray-placeholder\/5 {
    border-top-color: hsla(212,7%,54%,.05)
}

.border-t-gray-placeholder\/50 {
    border-top-color: hsla(212,7%,54%,.5)
}

.border-t-gray-placeholder\/60 {
    border-top-color: hsla(212,7%,54%,.6)
}

.border-t-gray-placeholder\/70 {
    border-top-color: hsla(212,7%,54%,.7)
}

.border-t-gray-placeholder\/75 {
    border-top-color: hsla(212,7%,54%,.75)
}

.border-t-gray-placeholder\/80 {
    border-top-color: hsla(212,7%,54%,.8)
}

.border-t-gray-placeholder\/90 {
    border-top-color: hsla(212,7%,54%,.9)
}

.border-t-gray-placeholder\/95 {
    border-top-color: hsla(212,7%,54%,.95)
}

.border-t-gray-popup {
    --tw-border-opacity: 1;
    border-top-color: rgb(178 178 182/var(--tw-border-opacity))
}

.border-t-gray-popup\/0 {
    border-top-color: hsla(240,3%,71%,0)
}

.border-t-gray-popup\/10 {
    border-top-color: hsla(240,3%,71%,.1)
}

.border-t-gray-popup\/100 {
    border-top-color: #b2b2b6
}

.border-t-gray-popup\/20 {
    border-top-color: hsla(240,3%,71%,.2)
}

.border-t-gray-popup\/25 {
    border-top-color: hsla(240,3%,71%,.25)
}

.border-t-gray-popup\/30 {
    border-top-color: hsla(240,3%,71%,.3)
}

.border-t-gray-popup\/40 {
    border-top-color: hsla(240,3%,71%,.4)
}

.border-t-gray-popup\/5 {
    border-top-color: hsla(240,3%,71%,.05)
}

.border-t-gray-popup\/50 {
    border-top-color: hsla(240,3%,71%,.5)
}

.border-t-gray-popup\/60 {
    border-top-color: hsla(240,3%,71%,.6)
}

.border-t-gray-popup\/70 {
    border-top-color: hsla(240,3%,71%,.7)
}

.border-t-gray-popup\/75 {
    border-top-color: hsla(240,3%,71%,.75)
}

.border-t-gray-popup\/80 {
    border-top-color: hsla(240,3%,71%,.8)
}

.border-t-gray-popup\/90 {
    border-top-color: hsla(240,3%,71%,.9)
}

.border-t-gray-popup\/95 {
    border-top-color: hsla(240,3%,71%,.95)
}

.border-t-gray-progress-non {
    --tw-border-opacity: 1;
    border-top-color: rgb(15 16 17/var(--tw-border-opacity))
}

.border-t-gray-progress-non\/0 {
    border-top-color: rgba(15,16,17,0)
}

.border-t-gray-progress-non\/10 {
    border-top-color: rgba(15,16,17,.1)
}

.border-t-gray-progress-non\/100 {
    border-top-color: #0f1011
}

.border-t-gray-progress-non\/20 {
    border-top-color: rgba(15,16,17,.2)
}

.border-t-gray-progress-non\/25 {
    border-top-color: rgba(15,16,17,.25)
}

.border-t-gray-progress-non\/30 {
    border-top-color: rgba(15,16,17,.3)
}

.border-t-gray-progress-non\/40 {
    border-top-color: rgba(15,16,17,.4)
}

.border-t-gray-progress-non\/5 {
    border-top-color: rgba(15,16,17,.05)
}

.border-t-gray-progress-non\/50 {
    border-top-color: rgba(15,16,17,.5)
}

.border-t-gray-progress-non\/60 {
    border-top-color: rgba(15,16,17,.6)
}

.border-t-gray-progress-non\/70 {
    border-top-color: rgba(15,16,17,.7)
}

.border-t-gray-progress-non\/75 {
    border-top-color: rgba(15,16,17,.75)
}

.border-t-gray-progress-non\/80 {
    border-top-color: rgba(15,16,17,.8)
}

.border-t-gray-progress-non\/90 {
    border-top-color: rgba(15,16,17,.9)
}

.border-t-gray-progress-non\/95 {
    border-top-color: rgba(15,16,17,.95)
}

.border-t-gray-qr-code {
    --tw-border-opacity: 1;
    border-top-color: rgb(85 85 85/var(--tw-border-opacity))
}

.border-t-gray-qr-code\/0 {
    border-top-color: rgba(85,85,85,0)
}

.border-t-gray-qr-code\/10 {
    border-top-color: rgba(85,85,85,.1)
}

.border-t-gray-qr-code\/100 {
    border-top-color: #555
}

.border-t-gray-qr-code\/20 {
    border-top-color: rgba(85,85,85,.2)
}

.border-t-gray-qr-code\/25 {
    border-top-color: rgba(85,85,85,.25)
}

.border-t-gray-qr-code\/30 {
    border-top-color: rgba(85,85,85,.3)
}

.border-t-gray-qr-code\/40 {
    border-top-color: rgba(85,85,85,.4)
}

.border-t-gray-qr-code\/5 {
    border-top-color: rgba(85,85,85,.05)
}

.border-t-gray-qr-code\/50 {
    border-top-color: rgba(85,85,85,.5)
}

.border-t-gray-qr-code\/60 {
    border-top-color: rgba(85,85,85,.6)
}

.border-t-gray-qr-code\/70 {
    border-top-color: rgba(85,85,85,.7)
}

.border-t-gray-qr-code\/75 {
    border-top-color: rgba(85,85,85,.75)
}

.border-t-gray-qr-code\/80 {
    border-top-color: rgba(85,85,85,.8)
}

.border-t-gray-qr-code\/90 {
    border-top-color: rgba(85,85,85,.9)
}

.border-t-gray-qr-code\/95 {
    border-top-color: rgba(85,85,85,.95)
}

.border-t-gray-show-all {
    --tw-border-opacity: 1;
    border-top-color: rgb(86 86 86/var(--tw-border-opacity))
}

.border-t-gray-show-all\/0 {
    border-top-color: rgba(86,86,86,0)
}

.border-t-gray-show-all\/10 {
    border-top-color: rgba(86,86,86,.1)
}

.border-t-gray-show-all\/100 {
    border-top-color: #565656
}

.border-t-gray-show-all\/20 {
    border-top-color: rgba(86,86,86,.2)
}

.border-t-gray-show-all\/25 {
    border-top-color: rgba(86,86,86,.25)
}

.border-t-gray-show-all\/30 {
    border-top-color: rgba(86,86,86,.3)
}

.border-t-gray-show-all\/40 {
    border-top-color: rgba(86,86,86,.4)
}

.border-t-gray-show-all\/5 {
    border-top-color: rgba(86,86,86,.05)
}

.border-t-gray-show-all\/50 {
    border-top-color: rgba(86,86,86,.5)
}

.border-t-gray-show-all\/60 {
    border-top-color: rgba(86,86,86,.6)
}

.border-t-gray-show-all\/70 {
    border-top-color: rgba(86,86,86,.7)
}

.border-t-gray-show-all\/75 {
    border-top-color: rgba(86,86,86,.75)
}

.border-t-gray-show-all\/80 {
    border-top-color: rgba(86,86,86,.8)
}

.border-t-gray-show-all\/90 {
    border-top-color: rgba(86,86,86,.9)
}

.border-t-gray-show-all\/95 {
    border-top-color: rgba(86,86,86,.95)
}

.border-t-gray-symbol-coin {
    --tw-border-opacity: 1;
    border-top-color: rgb(73 73 74/var(--tw-border-opacity))
}

.border-t-gray-symbol-coin\/0 {
    border-top-color: rgba(73,73,74,0)
}

.border-t-gray-symbol-coin\/10 {
    border-top-color: rgba(73,73,74,.1)
}

.border-t-gray-symbol-coin\/100 {
    border-top-color: #49494a
}

.border-t-gray-symbol-coin\/20 {
    border-top-color: rgba(73,73,74,.2)
}

.border-t-gray-symbol-coin\/25 {
    border-top-color: rgba(73,73,74,.25)
}

.border-t-gray-symbol-coin\/30 {
    border-top-color: rgba(73,73,74,.3)
}

.border-t-gray-symbol-coin\/40 {
    border-top-color: rgba(73,73,74,.4)
}

.border-t-gray-symbol-coin\/5 {
    border-top-color: rgba(73,73,74,.05)
}

.border-t-gray-symbol-coin\/50 {
    border-top-color: rgba(73,73,74,.5)
}

.border-t-gray-symbol-coin\/60 {
    border-top-color: rgba(73,73,74,.6)
}

.border-t-gray-symbol-coin\/70 {
    border-top-color: rgba(73,73,74,.7)
}

.border-t-gray-symbol-coin\/75 {
    border-top-color: rgba(73,73,74,.75)
}

.border-t-gray-symbol-coin\/80 {
    border-top-color: rgba(73,73,74,.8)
}

.border-t-gray-symbol-coin\/90 {
    border-top-color: rgba(73,73,74,.9)
}

.border-t-gray-symbol-coin\/95 {
    border-top-color: rgba(73,73,74,.95)
}

.border-t-gray-text {
    --tw-border-opacity: 1;
    border-top-color: rgb(219 210 194/var(--tw-border-opacity))
}

.border-t-gray-text-footer {
    --tw-border-opacity: 1;
    border-top-color: rgb(112 113 111/var(--tw-border-opacity))
}

.border-t-gray-text-footer\/0 {
    border-top-color: hsla(90,1%,44%,0)
}

.border-t-gray-text-footer\/10 {
    border-top-color: hsla(90,1%,44%,.1)
}

.border-t-gray-text-footer\/100 {
    border-top-color: #70716f
}

.border-t-gray-text-footer\/20 {
    border-top-color: hsla(90,1%,44%,.2)
}

.border-t-gray-text-footer\/25 {
    border-top-color: hsla(90,1%,44%,.25)
}

.border-t-gray-text-footer\/30 {
    border-top-color: hsla(90,1%,44%,.3)
}

.border-t-gray-text-footer\/40 {
    border-top-color: hsla(90,1%,44%,.4)
}

.border-t-gray-text-footer\/5 {
    border-top-color: hsla(90,1%,44%,.05)
}

.border-t-gray-text-footer\/50 {
    border-top-color: hsla(90,1%,44%,.5)
}

.border-t-gray-text-footer\/60 {
    border-top-color: hsla(90,1%,44%,.6)
}

.border-t-gray-text-footer\/70 {
    border-top-color: hsla(90,1%,44%,.7)
}

.border-t-gray-text-footer\/75 {
    border-top-color: hsla(90,1%,44%,.75)
}

.border-t-gray-text-footer\/80 {
    border-top-color: hsla(90,1%,44%,.8)
}

.border-t-gray-text-footer\/90 {
    border-top-color: hsla(90,1%,44%,.9)
}

.border-t-gray-text-footer\/95 {
    border-top-color: hsla(90,1%,44%,.95)
}

.border-t-gray-text-game {
    --tw-border-opacity: 1;
    border-top-color: rgb(143 143 143/var(--tw-border-opacity))
}

.border-t-gray-text-game\/0 {
    border-top-color: hsla(0,0%,56%,0)
}

.border-t-gray-text-game\/10 {
    border-top-color: hsla(0,0%,56%,.1)
}

.border-t-gray-text-game\/100 {
    border-top-color: #8f8f8f
}

.border-t-gray-text-game\/20 {
    border-top-color: hsla(0,0%,56%,.2)
}

.border-t-gray-text-game\/25 {
    border-top-color: hsla(0,0%,56%,.25)
}

.border-t-gray-text-game\/30 {
    border-top-color: hsla(0,0%,56%,.3)
}

.border-t-gray-text-game\/40 {
    border-top-color: hsla(0,0%,56%,.4)
}

.border-t-gray-text-game\/5 {
    border-top-color: hsla(0,0%,56%,.05)
}

.border-t-gray-text-game\/50 {
    border-top-color: hsla(0,0%,56%,.5)
}

.border-t-gray-text-game\/60 {
    border-top-color: hsla(0,0%,56%,.6)
}

.border-t-gray-text-game\/70 {
    border-top-color: hsla(0,0%,56%,.7)
}

.border-t-gray-text-game\/75 {
    border-top-color: hsla(0,0%,56%,.75)
}

.border-t-gray-text-game\/80 {
    border-top-color: hsla(0,0%,56%,.8)
}

.border-t-gray-text-game\/90 {
    border-top-color: hsla(0,0%,56%,.9)
}

.border-t-gray-text-game\/95 {
    border-top-color: hsla(0,0%,56%,.95)
}

.border-t-gray-text-popup-login {
    --tw-border-opacity: 1;
    border-top-color: rgb(128 128 128/var(--tw-border-opacity))
}

.border-t-gray-text-popup-login\/0 {
    border-top-color: hsla(0,0%,50%,0)
}

.border-t-gray-text-popup-login\/10 {
    border-top-color: hsla(0,0%,50%,.1)
}

.border-t-gray-text-popup-login\/100 {
    border-top-color: grey
}

.border-t-gray-text-popup-login\/20 {
    border-top-color: hsla(0,0%,50%,.2)
}

.border-t-gray-text-popup-login\/25 {
    border-top-color: hsla(0,0%,50%,.25)
}

.border-t-gray-text-popup-login\/30 {
    border-top-color: hsla(0,0%,50%,.3)
}

.border-t-gray-text-popup-login\/40 {
    border-top-color: hsla(0,0%,50%,.4)
}

.border-t-gray-text-popup-login\/5 {
    border-top-color: hsla(0,0%,50%,.05)
}

.border-t-gray-text-popup-login\/50 {
    border-top-color: hsla(0,0%,50%,.5)
}

.border-t-gray-text-popup-login\/60 {
    border-top-color: hsla(0,0%,50%,.6)
}

.border-t-gray-text-popup-login\/70 {
    border-top-color: hsla(0,0%,50%,.7)
}

.border-t-gray-text-popup-login\/75 {
    border-top-color: hsla(0,0%,50%,.75)
}

.border-t-gray-text-popup-login\/80 {
    border-top-color: hsla(0,0%,50%,.8)
}

.border-t-gray-text-popup-login\/90 {
    border-top-color: hsla(0,0%,50%,.9)
}

.border-t-gray-text-popup-login\/95 {
    border-top-color: hsla(0,0%,50%,.95)
}

.border-t-gray-text\/0 {
    border-top-color: hsla(38,26%,81%,0)
}

.border-t-gray-text\/10 {
    border-top-color: hsla(38,26%,81%,.1)
}

.border-t-gray-text\/100 {
    border-top-color: #dbd2c2
}

.border-t-gray-text\/20 {
    border-top-color: hsla(38,26%,81%,.2)
}

.border-t-gray-text\/25 {
    border-top-color: hsla(38,26%,81%,.25)
}

.border-t-gray-text\/30 {
    border-top-color: hsla(38,26%,81%,.3)
}

.border-t-gray-text\/40 {
    border-top-color: hsla(38,26%,81%,.4)
}

.border-t-gray-text\/5 {
    border-top-color: hsla(38,26%,81%,.05)
}

.border-t-gray-text\/50 {
    border-top-color: hsla(38,26%,81%,.5)
}

.border-t-gray-text\/60 {
    border-top-color: hsla(38,26%,81%,.6)
}

.border-t-gray-text\/70 {
    border-top-color: hsla(38,26%,81%,.7)
}

.border-t-gray-text\/75 {
    border-top-color: hsla(38,26%,81%,.75)
}

.border-t-gray-text\/80 {
    border-top-color: hsla(38,26%,81%,.8)
}

.border-t-gray-text\/90 {
    border-top-color: hsla(38,26%,81%,.9)
}

.border-t-gray-text\/95 {
    border-top-color: hsla(38,26%,81%,.95)
}

.border-t-gray-title-game {
    --tw-border-opacity: 1;
    border-top-color: rgb(230 230 230/var(--tw-border-opacity))
}

.border-t-gray-title-game\/0 {
    border-top-color: hsla(0,0%,90%,0)
}

.border-t-gray-title-game\/10 {
    border-top-color: hsla(0,0%,90%,.1)
}

.border-t-gray-title-game\/100 {
    border-top-color: #e6e6e6
}

.border-t-gray-title-game\/20 {
    border-top-color: hsla(0,0%,90%,.2)
}

.border-t-gray-title-game\/25 {
    border-top-color: hsla(0,0%,90%,.25)
}

.border-t-gray-title-game\/30 {
    border-top-color: hsla(0,0%,90%,.3)
}

.border-t-gray-title-game\/40 {
    border-top-color: hsla(0,0%,90%,.4)
}

.border-t-gray-title-game\/5 {
    border-top-color: hsla(0,0%,90%,.05)
}

.border-t-gray-title-game\/50 {
    border-top-color: hsla(0,0%,90%,.5)
}

.border-t-gray-title-game\/60 {
    border-top-color: hsla(0,0%,90%,.6)
}

.border-t-gray-title-game\/70 {
    border-top-color: hsla(0,0%,90%,.7)
}

.border-t-gray-title-game\/75 {
    border-top-color: hsla(0,0%,90%,.75)
}

.border-t-gray-title-game\/80 {
    border-top-color: hsla(0,0%,90%,.8)
}

.border-t-gray-title-game\/90 {
    border-top-color: hsla(0,0%,90%,.9)
}

.border-t-gray-title-game\/95 {
    border-top-color: hsla(0,0%,90%,.95)
}

.border-t-gray-white {
    --tw-border-opacity: 1;
    border-top-color: rgb(227 227 226/var(--tw-border-opacity))
}

.border-t-gray-white\/0 {
    border-top-color: hsla(60,2%,89%,0)
}

.border-t-gray-white\/10 {
    border-top-color: hsla(60,2%,89%,.1)
}

.border-t-gray-white\/100 {
    border-top-color: #e3e3e2
}

.border-t-gray-white\/20 {
    border-top-color: hsla(60,2%,89%,.2)
}

.border-t-gray-white\/25 {
    border-top-color: hsla(60,2%,89%,.25)
}

.border-t-gray-white\/30 {
    border-top-color: hsla(60,2%,89%,.3)
}

.border-t-gray-white\/40 {
    border-top-color: hsla(60,2%,89%,.4)
}

.border-t-gray-white\/5 {
    border-top-color: hsla(60,2%,89%,.05)
}

.border-t-gray-white\/50 {
    border-top-color: hsla(60,2%,89%,.5)
}

.border-t-gray-white\/60 {
    border-top-color: hsla(60,2%,89%,.6)
}

.border-t-gray-white\/70 {
    border-top-color: hsla(60,2%,89%,.7)
}

.border-t-gray-white\/75 {
    border-top-color: hsla(60,2%,89%,.75)
}

.border-t-gray-white\/80 {
    border-top-color: hsla(60,2%,89%,.8)
}

.border-t-gray-white\/90 {
    border-top-color: hsla(60,2%,89%,.9)
}

.border-t-gray-white\/95 {
    border-top-color: hsla(60,2%,89%,.95)
}

.border-t-green-success {
    --tw-border-opacity: 1;
    border-top-color: rgb(98 202 121/var(--tw-border-opacity))
}

.border-t-green-success\/0 {
    border-top-color: rgba(98,202,121,0)
}

.border-t-green-success\/10 {
    border-top-color: rgba(98,202,121,.1)
}

.border-t-green-success\/100 {
    border-top-color: #62ca79
}

.border-t-green-success\/20 {
    border-top-color: rgba(98,202,121,.2)
}

.border-t-green-success\/25 {
    border-top-color: rgba(98,202,121,.25)
}

.border-t-green-success\/30 {
    border-top-color: rgba(98,202,121,.3)
}

.border-t-green-success\/40 {
    border-top-color: rgba(98,202,121,.4)
}

.border-t-green-success\/5 {
    border-top-color: rgba(98,202,121,.05)
}

.border-t-green-success\/50 {
    border-top-color: rgba(98,202,121,.5)
}

.border-t-green-success\/60 {
    border-top-color: rgba(98,202,121,.6)
}

.border-t-green-success\/70 {
    border-top-color: rgba(98,202,121,.7)
}

.border-t-green-success\/75 {
    border-top-color: rgba(98,202,121,.75)
}

.border-t-green-success\/80 {
    border-top-color: rgba(98,202,121,.8)
}

.border-t-green-success\/90 {
    border-top-color: rgba(98,202,121,.9)
}

.border-t-green-success\/95 {
    border-top-color: rgba(98,202,121,.95)
}

.border-t-green-win {
    --tw-border-opacity: 1;
    border-top-color: rgb(92 191 117/var(--tw-border-opacity))
}

.border-t-green-win\/0 {
    border-top-color: rgba(92,191,117,0)
}

.border-t-green-win\/10 {
    border-top-color: rgba(92,191,117,.1)
}

.border-t-green-win\/100 {
    border-top-color: #5cbf75
}

.border-t-green-win\/20 {
    border-top-color: rgba(92,191,117,.2)
}

.border-t-green-win\/25 {
    border-top-color: rgba(92,191,117,.25)
}

.border-t-green-win\/30 {
    border-top-color: rgba(92,191,117,.3)
}

.border-t-green-win\/40 {
    border-top-color: rgba(92,191,117,.4)
}

.border-t-green-win\/5 {
    border-top-color: rgba(92,191,117,.05)
}

.border-t-green-win\/50 {
    border-top-color: rgba(92,191,117,.5)
}

.border-t-green-win\/60 {
    border-top-color: rgba(92,191,117,.6)
}

.border-t-green-win\/70 {
    border-top-color: rgba(92,191,117,.7)
}

.border-t-green-win\/75 {
    border-top-color: rgba(92,191,117,.75)
}

.border-t-green-win\/80 {
    border-top-color: rgba(92,191,117,.8)
}

.border-t-green-win\/90 {
    border-top-color: rgba(92,191,117,.9)
}

.border-t-green-win\/95 {
    border-top-color: rgba(92,191,117,.95)
}

.border-t-highlight-leo88 {
    --tw-border-opacity: 1;
    border-top-color: rgb(184 28 28/var(--tw-border-opacity))
}

.border-t-highlight-leo88\/0 {
    border-top-color: rgba(184,28,28,0)
}

.border-t-highlight-leo88\/10 {
    border-top-color: rgba(184,28,28,.1)
}

.border-t-highlight-leo88\/100 {
    border-top-color: #b81c1c
}

.border-t-highlight-leo88\/20 {
    border-top-color: rgba(184,28,28,.2)
}

.border-t-highlight-leo88\/25 {
    border-top-color: rgba(184,28,28,.25)
}

.border-t-highlight-leo88\/30 {
    border-top-color: rgba(184,28,28,.3)
}

.border-t-highlight-leo88\/40 {
    border-top-color: rgba(184,28,28,.4)
}

.border-t-highlight-leo88\/5 {
    border-top-color: rgba(184,28,28,.05)
}

.border-t-highlight-leo88\/50 {
    border-top-color: rgba(184,28,28,.5)
}

.border-t-highlight-leo88\/60 {
    border-top-color: rgba(184,28,28,.6)
}

.border-t-highlight-leo88\/70 {
    border-top-color: rgba(184,28,28,.7)
}

.border-t-highlight-leo88\/75 {
    border-top-color: rgba(184,28,28,.75)
}

.border-t-highlight-leo88\/80 {
    border-top-color: rgba(184,28,28,.8)
}

.border-t-highlight-leo88\/90 {
    border-top-color: rgba(184,28,28,.9)
}

.border-t-highlight-leo88\/95 {
    border-top-color: rgba(184,28,28,.95)
}

.border-t-home-title {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 221 169/var(--tw-border-opacity))
}

.border-t-home-title\/0 {
    border-top-color: rgba(255,221,169,0)
}

.border-t-home-title\/10 {
    border-top-color: rgba(255,221,169,.1)
}

.border-t-home-title\/100 {
    border-top-color: #ffdda9
}

.border-t-home-title\/20 {
    border-top-color: rgba(255,221,169,.2)
}

.border-t-home-title\/25 {
    border-top-color: rgba(255,221,169,.25)
}

.border-t-home-title\/30 {
    border-top-color: rgba(255,221,169,.3)
}

.border-t-home-title\/40 {
    border-top-color: rgba(255,221,169,.4)
}

.border-t-home-title\/5 {
    border-top-color: rgba(255,221,169,.05)
}

.border-t-home-title\/50 {
    border-top-color: rgba(255,221,169,.5)
}

.border-t-home-title\/60 {
    border-top-color: rgba(255,221,169,.6)
}

.border-t-home-title\/70 {
    border-top-color: rgba(255,221,169,.7)
}

.border-t-home-title\/75 {
    border-top-color: rgba(255,221,169,.75)
}

.border-t-home-title\/80 {
    border-top-color: rgba(255,221,169,.8)
}

.border-t-home-title\/90 {
    border-top-color: rgba(255,221,169,.9)
}

.border-t-home-title\/95 {
    border-top-color: rgba(255,221,169,.95)
}

.border-t-hot-match-green {
    --tw-border-opacity: 1;
    border-top-color: rgb(74 197 64/var(--tw-border-opacity))
}

.border-t-hot-match-green\/0 {
    border-top-color: rgba(74,197,64,0)
}

.border-t-hot-match-green\/10 {
    border-top-color: rgba(74,197,64,.1)
}

.border-t-hot-match-green\/100 {
    border-top-color: #4ac540
}

.border-t-hot-match-green\/20 {
    border-top-color: rgba(74,197,64,.2)
}

.border-t-hot-match-green\/25 {
    border-top-color: rgba(74,197,64,.25)
}

.border-t-hot-match-green\/30 {
    border-top-color: rgba(74,197,64,.3)
}

.border-t-hot-match-green\/40 {
    border-top-color: rgba(74,197,64,.4)
}

.border-t-hot-match-green\/5 {
    border-top-color: rgba(74,197,64,.05)
}

.border-t-hot-match-green\/50 {
    border-top-color: rgba(74,197,64,.5)
}

.border-t-hot-match-green\/60 {
    border-top-color: rgba(74,197,64,.6)
}

.border-t-hot-match-green\/70 {
    border-top-color: rgba(74,197,64,.7)
}

.border-t-hot-match-green\/75 {
    border-top-color: rgba(74,197,64,.75)
}

.border-t-hot-match-green\/80 {
    border-top-color: rgba(74,197,64,.8)
}

.border-t-hot-match-green\/90 {
    border-top-color: rgba(74,197,64,.9)
}

.border-t-hot-match-green\/95 {
    border-top-color: rgba(74,197,64,.95)
}

.border-t-hot-match-highlight {
    --tw-border-opacity: 1;
    border-top-color: rgb(251 236 231/var(--tw-border-opacity))
}

.border-t-hot-match-highlight\/0 {
    border-top-color: hsla(15,71%,95%,0)
}

.border-t-hot-match-highlight\/10 {
    border-top-color: hsla(15,71%,95%,.1)
}

.border-t-hot-match-highlight\/100 {
    border-top-color: #fbece7
}

.border-t-hot-match-highlight\/20 {
    border-top-color: hsla(15,71%,95%,.2)
}

.border-t-hot-match-highlight\/25 {
    border-top-color: hsla(15,71%,95%,.25)
}

.border-t-hot-match-highlight\/30 {
    border-top-color: hsla(15,71%,95%,.3)
}

.border-t-hot-match-highlight\/40 {
    border-top-color: hsla(15,71%,95%,.4)
}

.border-t-hot-match-highlight\/5 {
    border-top-color: hsla(15,71%,95%,.05)
}

.border-t-hot-match-highlight\/50 {
    border-top-color: hsla(15,71%,95%,.5)
}

.border-t-hot-match-highlight\/60 {
    border-top-color: hsla(15,71%,95%,.6)
}

.border-t-hot-match-highlight\/70 {
    border-top-color: hsla(15,71%,95%,.7)
}

.border-t-hot-match-highlight\/75 {
    border-top-color: hsla(15,71%,95%,.75)
}

.border-t-hot-match-highlight\/80 {
    border-top-color: hsla(15,71%,95%,.8)
}

.border-t-hot-match-highlight\/90 {
    border-top-color: hsla(15,71%,95%,.9)
}

.border-t-hot-match-highlight\/95 {
    border-top-color: hsla(15,71%,95%,.95)
}

.border-t-hot-match-match {
    --tw-border-opacity: 1;
    border-top-color: rgb(86 63 42/var(--tw-border-opacity))
}

.border-t-hot-match-match\/0 {
    border-top-color: rgba(86,63,42,0)
}

.border-t-hot-match-match\/10 {
    border-top-color: rgba(86,63,42,.1)
}

.border-t-hot-match-match\/100 {
    border-top-color: #563f2a
}

.border-t-hot-match-match\/20 {
    border-top-color: rgba(86,63,42,.2)
}

.border-t-hot-match-match\/25 {
    border-top-color: rgba(86,63,42,.25)
}

.border-t-hot-match-match\/30 {
    border-top-color: rgba(86,63,42,.3)
}

.border-t-hot-match-match\/40 {
    border-top-color: rgba(86,63,42,.4)
}

.border-t-hot-match-match\/5 {
    border-top-color: rgba(86,63,42,.05)
}

.border-t-hot-match-match\/50 {
    border-top-color: rgba(86,63,42,.5)
}

.border-t-hot-match-match\/60 {
    border-top-color: rgba(86,63,42,.6)
}

.border-t-hot-match-match\/70 {
    border-top-color: rgba(86,63,42,.7)
}

.border-t-hot-match-match\/75 {
    border-top-color: rgba(86,63,42,.75)
}

.border-t-hot-match-match\/80 {
    border-top-color: rgba(86,63,42,.8)
}

.border-t-hot-match-match\/90 {
    border-top-color: rgba(86,63,42,.9)
}

.border-t-hot-match-match\/95 {
    border-top-color: rgba(86,63,42,.95)
}

.border-t-hot-match-provider {
    --tw-border-opacity: 1;
    border-top-color: rgb(50 44 41/var(--tw-border-opacity))
}

.border-t-hot-match-provider\/0 {
    border-top-color: rgba(50,44,41,0)
}

.border-t-hot-match-provider\/10 {
    border-top-color: rgba(50,44,41,.1)
}

.border-t-hot-match-provider\/100 {
    border-top-color: #322c29
}

.border-t-hot-match-provider\/20 {
    border-top-color: rgba(50,44,41,.2)
}

.border-t-hot-match-provider\/25 {
    border-top-color: rgba(50,44,41,.25)
}

.border-t-hot-match-provider\/30 {
    border-top-color: rgba(50,44,41,.3)
}

.border-t-hot-match-provider\/40 {
    border-top-color: rgba(50,44,41,.4)
}

.border-t-hot-match-provider\/5 {
    border-top-color: rgba(50,44,41,.05)
}

.border-t-hot-match-provider\/50 {
    border-top-color: rgba(50,44,41,.5)
}

.border-t-hot-match-provider\/60 {
    border-top-color: rgba(50,44,41,.6)
}

.border-t-hot-match-provider\/70 {
    border-top-color: rgba(50,44,41,.7)
}

.border-t-hot-match-provider\/75 {
    border-top-color: rgba(50,44,41,.75)
}

.border-t-hot-match-provider\/80 {
    border-top-color: rgba(50,44,41,.8)
}

.border-t-hot-match-provider\/90 {
    border-top-color: rgba(50,44,41,.9)
}

.border-t-hot-match-provider\/95 {
    border-top-color: rgba(50,44,41,.95)
}

.border-t-hot-match-red {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 51 42/var(--tw-border-opacity))
}

.border-t-hot-match-red\/0 {
    border-top-color: rgba(234,51,42,0)
}

.border-t-hot-match-red\/10 {
    border-top-color: rgba(234,51,42,.1)
}

.border-t-hot-match-red\/100 {
    border-top-color: #ea332a
}

.border-t-hot-match-red\/20 {
    border-top-color: rgba(234,51,42,.2)
}

.border-t-hot-match-red\/25 {
    border-top-color: rgba(234,51,42,.25)
}

.border-t-hot-match-red\/30 {
    border-top-color: rgba(234,51,42,.3)
}

.border-t-hot-match-red\/40 {
    border-top-color: rgba(234,51,42,.4)
}

.border-t-hot-match-red\/5 {
    border-top-color: rgba(234,51,42,.05)
}

.border-t-hot-match-red\/50 {
    border-top-color: rgba(234,51,42,.5)
}

.border-t-hot-match-red\/60 {
    border-top-color: rgba(234,51,42,.6)
}

.border-t-hot-match-red\/70 {
    border-top-color: rgba(234,51,42,.7)
}

.border-t-hot-match-red\/75 {
    border-top-color: rgba(234,51,42,.75)
}

.border-t-hot-match-red\/80 {
    border-top-color: rgba(234,51,42,.8)
}

.border-t-hot-match-red\/90 {
    border-top-color: rgba(234,51,42,.9)
}

.border-t-hot-match-red\/95 {
    border-top-color: rgba(234,51,42,.95)
}

.border-t-hot-match-row {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 204 144/var(--tw-border-opacity))
}

.border-t-hot-match-row\/0 {
    border-top-color: hsla(36,82%,76%,0)
}

.border-t-hot-match-row\/10 {
    border-top-color: hsla(36,82%,76%,.1)
}

.border-t-hot-match-row\/100 {
    border-top-color: #f4cc90
}

.border-t-hot-match-row\/20 {
    border-top-color: hsla(36,82%,76%,.2)
}

.border-t-hot-match-row\/25 {
    border-top-color: hsla(36,82%,76%,.25)
}

.border-t-hot-match-row\/30 {
    border-top-color: hsla(36,82%,76%,.3)
}

.border-t-hot-match-row\/40 {
    border-top-color: hsla(36,82%,76%,.4)
}

.border-t-hot-match-row\/5 {
    border-top-color: hsla(36,82%,76%,.05)
}

.border-t-hot-match-row\/50 {
    border-top-color: hsla(36,82%,76%,.5)
}

.border-t-hot-match-row\/60 {
    border-top-color: hsla(36,82%,76%,.6)
}

.border-t-hot-match-row\/70 {
    border-top-color: hsla(36,82%,76%,.7)
}

.border-t-hot-match-row\/75 {
    border-top-color: hsla(36,82%,76%,.75)
}

.border-t-hot-match-row\/80 {
    border-top-color: hsla(36,82%,76%,.8)
}

.border-t-hot-match-row\/90 {
    border-top-color: hsla(36,82%,76%,.9)
}

.border-t-hot-match-row\/95 {
    border-top-color: hsla(36,82%,76%,.95)
}

.border-t-hot-match-table-title {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 214 145/var(--tw-border-opacity))
}

.border-t-hot-match-table-title\/0 {
    border-top-color: rgba(255,214,145,0)
}

.border-t-hot-match-table-title\/10 {
    border-top-color: rgba(255,214,145,.1)
}

.border-t-hot-match-table-title\/100 {
    border-top-color: #ffd691
}

.border-t-hot-match-table-title\/20 {
    border-top-color: rgba(255,214,145,.2)
}

.border-t-hot-match-table-title\/25 {
    border-top-color: rgba(255,214,145,.25)
}

.border-t-hot-match-table-title\/30 {
    border-top-color: rgba(255,214,145,.3)
}

.border-t-hot-match-table-title\/40 {
    border-top-color: rgba(255,214,145,.4)
}

.border-t-hot-match-table-title\/5 {
    border-top-color: rgba(255,214,145,.05)
}

.border-t-hot-match-table-title\/50 {
    border-top-color: rgba(255,214,145,.5)
}

.border-t-hot-match-table-title\/60 {
    border-top-color: rgba(255,214,145,.6)
}

.border-t-hot-match-table-title\/70 {
    border-top-color: rgba(255,214,145,.7)
}

.border-t-hot-match-table-title\/75 {
    border-top-color: rgba(255,214,145,.75)
}

.border-t-hot-match-table-title\/80 {
    border-top-color: rgba(255,214,145,.8)
}

.border-t-hot-match-table-title\/90 {
    border-top-color: rgba(255,214,145,.9)
}

.border-t-hot-match-table-title\/95 {
    border-top-color: rgba(255,214,145,.95)
}

.border-t-hot-match-text {
    --tw-border-opacity: 1;
    border-top-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-t-hot-match-text\/0 {
    border-top-color: rgba(58,58,58,0)
}

.border-t-hot-match-text\/10 {
    border-top-color: rgba(58,58,58,.1)
}

.border-t-hot-match-text\/100 {
    border-top-color: #3a3a3a
}

.border-t-hot-match-text\/20 {
    border-top-color: rgba(58,58,58,.2)
}

.border-t-hot-match-text\/25 {
    border-top-color: rgba(58,58,58,.25)
}

.border-t-hot-match-text\/30 {
    border-top-color: rgba(58,58,58,.3)
}

.border-t-hot-match-text\/40 {
    border-top-color: rgba(58,58,58,.4)
}

.border-t-hot-match-text\/5 {
    border-top-color: rgba(58,58,58,.05)
}

.border-t-hot-match-text\/50 {
    border-top-color: rgba(58,58,58,.5)
}

.border-t-hot-match-text\/60 {
    border-top-color: rgba(58,58,58,.6)
}

.border-t-hot-match-text\/70 {
    border-top-color: rgba(58,58,58,.7)
}

.border-t-hot-match-text\/75 {
    border-top-color: rgba(58,58,58,.75)
}

.border-t-hot-match-text\/80 {
    border-top-color: rgba(58,58,58,.8)
}

.border-t-hot-match-text\/90 {
    border-top-color: rgba(58,58,58,.9)
}

.border-t-hot-match-text\/95 {
    border-top-color: rgba(58,58,58,.95)
}

.border-t-inactive {
    --tw-border-opacity: 1;
    border-top-color: rgb(115 115 116/var(--tw-border-opacity))
}

.border-t-inactive\/0 {
    border-top-color: hsla(240,0%,45%,0)
}

.border-t-inactive\/10 {
    border-top-color: hsla(240,0%,45%,.1)
}

.border-t-inactive\/100 {
    border-top-color: #737374
}

.border-t-inactive\/20 {
    border-top-color: hsla(240,0%,45%,.2)
}

.border-t-inactive\/25 {
    border-top-color: hsla(240,0%,45%,.25)
}

.border-t-inactive\/30 {
    border-top-color: hsla(240,0%,45%,.3)
}

.border-t-inactive\/40 {
    border-top-color: hsla(240,0%,45%,.4)
}

.border-t-inactive\/5 {
    border-top-color: hsla(240,0%,45%,.05)
}

.border-t-inactive\/50 {
    border-top-color: hsla(240,0%,45%,.5)
}

.border-t-inactive\/60 {
    border-top-color: hsla(240,0%,45%,.6)
}

.border-t-inactive\/70 {
    border-top-color: hsla(240,0%,45%,.7)
}

.border-t-inactive\/75 {
    border-top-color: hsla(240,0%,45%,.75)
}

.border-t-inactive\/80 {
    border-top-color: hsla(240,0%,45%,.8)
}

.border-t-inactive\/90 {
    border-top-color: hsla(240,0%,45%,.9)
}

.border-t-inactive\/95 {
    border-top-color: hsla(240,0%,45%,.95)
}

.border-t-input-popup {
    --tw-border-opacity: 1;
    border-top-color: rgb(21 22 22/var(--tw-border-opacity))
}

.border-t-input-popup\/0 {
    border-top-color: rgba(21,22,22,0)
}

.border-t-input-popup\/10 {
    border-top-color: rgba(21,22,22,.1)
}

.border-t-input-popup\/100 {
    border-top-color: #151616
}

.border-t-input-popup\/20 {
    border-top-color: rgba(21,22,22,.2)
}

.border-t-input-popup\/25 {
    border-top-color: rgba(21,22,22,.25)
}

.border-t-input-popup\/30 {
    border-top-color: rgba(21,22,22,.3)
}

.border-t-input-popup\/40 {
    border-top-color: rgba(21,22,22,.4)
}

.border-t-input-popup\/5 {
    border-top-color: rgba(21,22,22,.05)
}

.border-t-input-popup\/50 {
    border-top-color: rgba(21,22,22,.5)
}

.border-t-input-popup\/60 {
    border-top-color: rgba(21,22,22,.6)
}

.border-t-input-popup\/70 {
    border-top-color: rgba(21,22,22,.7)
}

.border-t-input-popup\/75 {
    border-top-color: rgba(21,22,22,.75)
}

.border-t-input-popup\/80 {
    border-top-color: rgba(21,22,22,.8)
}

.border-t-input-popup\/90 {
    border-top-color: rgba(21,22,22,.9)
}

.border-t-input-popup\/95 {
    border-top-color: rgba(21,22,22,.95)
}

.border-t-input-profile {
    --tw-border-opacity: 1;
    border-top-color: rgb(68 67 67/var(--tw-border-opacity))
}

.border-t-input-profile\/0 {
    border-top-color: rgba(68,67,67,0)
}

.border-t-input-profile\/10 {
    border-top-color: rgba(68,67,67,.1)
}

.border-t-input-profile\/100 {
    border-top-color: #444343
}

.border-t-input-profile\/20 {
    border-top-color: rgba(68,67,67,.2)
}

.border-t-input-profile\/25 {
    border-top-color: rgba(68,67,67,.25)
}

.border-t-input-profile\/30 {
    border-top-color: rgba(68,67,67,.3)
}

.border-t-input-profile\/40 {
    border-top-color: rgba(68,67,67,.4)
}

.border-t-input-profile\/5 {
    border-top-color: rgba(68,67,67,.05)
}

.border-t-input-profile\/50 {
    border-top-color: rgba(68,67,67,.5)
}

.border-t-input-profile\/60 {
    border-top-color: rgba(68,67,67,.6)
}

.border-t-input-profile\/70 {
    border-top-color: rgba(68,67,67,.7)
}

.border-t-input-profile\/75 {
    border-top-color: rgba(68,67,67,.75)
}

.border-t-input-profile\/80 {
    border-top-color: rgba(68,67,67,.8)
}

.border-t-input-profile\/90 {
    border-top-color: rgba(68,67,67,.9)
}

.border-t-input-profile\/95 {
    border-top-color: rgba(68,67,67,.95)
}

.border-t-item-history-first {
    --tw-border-opacity: 1;
    border-top-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-t-item-history-first\/0 {
    border-top-color: rgba(48,53,56,0)
}

.border-t-item-history-first\/10 {
    border-top-color: rgba(48,53,56,.1)
}

.border-t-item-history-first\/100 {
    border-top-color: #303538
}

.border-t-item-history-first\/20 {
    border-top-color: rgba(48,53,56,.2)
}

.border-t-item-history-first\/25 {
    border-top-color: rgba(48,53,56,.25)
}

.border-t-item-history-first\/30 {
    border-top-color: rgba(48,53,56,.3)
}

.border-t-item-history-first\/40 {
    border-top-color: rgba(48,53,56,.4)
}

.border-t-item-history-first\/5 {
    border-top-color: rgba(48,53,56,.05)
}

.border-t-item-history-first\/50 {
    border-top-color: rgba(48,53,56,.5)
}

.border-t-item-history-first\/60 {
    border-top-color: rgba(48,53,56,.6)
}

.border-t-item-history-first\/70 {
    border-top-color: rgba(48,53,56,.7)
}

.border-t-item-history-first\/75 {
    border-top-color: rgba(48,53,56,.75)
}

.border-t-item-history-first\/80 {
    border-top-color: rgba(48,53,56,.8)
}

.border-t-item-history-first\/90 {
    border-top-color: rgba(48,53,56,.9)
}

.border-t-item-history-first\/95 {
    border-top-color: rgba(48,53,56,.95)
}

.border-t-item-history-second {
    --tw-border-opacity: 1;
    border-top-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-t-item-history-second\/0 {
    border-top-color: rgba(39,38,36,0)
}

.border-t-item-history-second\/10 {
    border-top-color: rgba(39,38,36,.1)
}

.border-t-item-history-second\/100 {
    border-top-color: #272624
}

.border-t-item-history-second\/20 {
    border-top-color: rgba(39,38,36,.2)
}

.border-t-item-history-second\/25 {
    border-top-color: rgba(39,38,36,.25)
}

.border-t-item-history-second\/30 {
    border-top-color: rgba(39,38,36,.3)
}

.border-t-item-history-second\/40 {
    border-top-color: rgba(39,38,36,.4)
}

.border-t-item-history-second\/5 {
    border-top-color: rgba(39,38,36,.05)
}

.border-t-item-history-second\/50 {
    border-top-color: rgba(39,38,36,.5)
}

.border-t-item-history-second\/60 {
    border-top-color: rgba(39,38,36,.6)
}

.border-t-item-history-second\/70 {
    border-top-color: rgba(39,38,36,.7)
}

.border-t-item-history-second\/75 {
    border-top-color: rgba(39,38,36,.75)
}

.border-t-item-history-second\/80 {
    border-top-color: rgba(39,38,36,.8)
}

.border-t-item-history-second\/90 {
    border-top-color: rgba(39,38,36,.9)
}

.border-t-item-history-second\/95 {
    border-top-color: rgba(39,38,36,.95)
}

.border-t-login-form {
    --tw-border-opacity: 1;
    border-top-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-t-login-form\/0 {
    border-top-color: rgba(39,38,36,0)
}

.border-t-login-form\/10 {
    border-top-color: rgba(39,38,36,.1)
}

.border-t-login-form\/100 {
    border-top-color: #272624
}

.border-t-login-form\/20 {
    border-top-color: rgba(39,38,36,.2)
}

.border-t-login-form\/25 {
    border-top-color: rgba(39,38,36,.25)
}

.border-t-login-form\/30 {
    border-top-color: rgba(39,38,36,.3)
}

.border-t-login-form\/40 {
    border-top-color: rgba(39,38,36,.4)
}

.border-t-login-form\/5 {
    border-top-color: rgba(39,38,36,.05)
}

.border-t-login-form\/50 {
    border-top-color: rgba(39,38,36,.5)
}

.border-t-login-form\/60 {
    border-top-color: rgba(39,38,36,.6)
}

.border-t-login-form\/70 {
    border-top-color: rgba(39,38,36,.7)
}

.border-t-login-form\/75 {
    border-top-color: rgba(39,38,36,.75)
}

.border-t-login-form\/80 {
    border-top-color: rgba(39,38,36,.8)
}

.border-t-login-form\/90 {
    border-top-color: rgba(39,38,36,.9)
}

.border-t-login-form\/95 {
    border-top-color: rgba(39,38,36,.95)
}

.border-t-main-header {
    --tw-border-opacity: 1;
    border-top-color: rgb(36 29 27/var(--tw-border-opacity))
}

.border-t-main-header\/0 {
    border-top-color: rgba(36,29,27,0)
}

.border-t-main-header\/10 {
    border-top-color: rgba(36,29,27,.1)
}

.border-t-main-header\/100 {
    border-top-color: #241d1b
}

.border-t-main-header\/20 {
    border-top-color: rgba(36,29,27,.2)
}

.border-t-main-header\/25 {
    border-top-color: rgba(36,29,27,.25)
}

.border-t-main-header\/30 {
    border-top-color: rgba(36,29,27,.3)
}

.border-t-main-header\/40 {
    border-top-color: rgba(36,29,27,.4)
}

.border-t-main-header\/5 {
    border-top-color: rgba(36,29,27,.05)
}

.border-t-main-header\/50 {
    border-top-color: rgba(36,29,27,.5)
}

.border-t-main-header\/60 {
    border-top-color: rgba(36,29,27,.6)
}

.border-t-main-header\/70 {
    border-top-color: rgba(36,29,27,.7)
}

.border-t-main-header\/75 {
    border-top-color: rgba(36,29,27,.75)
}

.border-t-main-header\/80 {
    border-top-color: rgba(36,29,27,.8)
}

.border-t-main-header\/90 {
    border-top-color: rgba(36,29,27,.9)
}

.border-t-main-header\/95 {
    border-top-color: rgba(36,29,27,.95)
}

.border-t-marquee {
    --tw-border-opacity: 1;
    border-top-color: rgb(225 214 180/var(--tw-border-opacity))
}

.border-t-marquee\/0 {
    border-top-color: hsla(45,43%,79%,0)
}

.border-t-marquee\/10 {
    border-top-color: hsla(45,43%,79%,.1)
}

.border-t-marquee\/100 {
    border-top-color: #e1d6b4
}

.border-t-marquee\/20 {
    border-top-color: hsla(45,43%,79%,.2)
}

.border-t-marquee\/25 {
    border-top-color: hsla(45,43%,79%,.25)
}

.border-t-marquee\/30 {
    border-top-color: hsla(45,43%,79%,.3)
}

.border-t-marquee\/40 {
    border-top-color: hsla(45,43%,79%,.4)
}

.border-t-marquee\/5 {
    border-top-color: hsla(45,43%,79%,.05)
}

.border-t-marquee\/50 {
    border-top-color: hsla(45,43%,79%,.5)
}

.border-t-marquee\/60 {
    border-top-color: hsla(45,43%,79%,.6)
}

.border-t-marquee\/70 {
    border-top-color: hsla(45,43%,79%,.7)
}

.border-t-marquee\/75 {
    border-top-color: hsla(45,43%,79%,.75)
}

.border-t-marquee\/80 {
    border-top-color: hsla(45,43%,79%,.8)
}

.border-t-marquee\/90 {
    border-top-color: hsla(45,43%,79%,.9)
}

.border-t-marquee\/95 {
    border-top-color: hsla(45,43%,79%,.95)
}

.border-t-mobile-account-info {
    --tw-border-opacity: 1;
    border-top-color: rgb(79 54 31/var(--tw-border-opacity))
}

.border-t-mobile-account-info\/0 {
    border-top-color: rgba(79,54,31,0)
}

.border-t-mobile-account-info\/10 {
    border-top-color: rgba(79,54,31,.1)
}

.border-t-mobile-account-info\/100 {
    border-top-color: #4f361f
}

.border-t-mobile-account-info\/20 {
    border-top-color: rgba(79,54,31,.2)
}

.border-t-mobile-account-info\/25 {
    border-top-color: rgba(79,54,31,.25)
}

.border-t-mobile-account-info\/30 {
    border-top-color: rgba(79,54,31,.3)
}

.border-t-mobile-account-info\/40 {
    border-top-color: rgba(79,54,31,.4)
}

.border-t-mobile-account-info\/5 {
    border-top-color: rgba(79,54,31,.05)
}

.border-t-mobile-account-info\/50 {
    border-top-color: rgba(79,54,31,.5)
}

.border-t-mobile-account-info\/60 {
    border-top-color: rgba(79,54,31,.6)
}

.border-t-mobile-account-info\/70 {
    border-top-color: rgba(79,54,31,.7)
}

.border-t-mobile-account-info\/75 {
    border-top-color: rgba(79,54,31,.75)
}

.border-t-mobile-account-info\/80 {
    border-top-color: rgba(79,54,31,.8)
}

.border-t-mobile-account-info\/90 {
    border-top-color: rgba(79,54,31,.9)
}

.border-t-mobile-account-info\/95 {
    border-top-color: rgba(79,54,31,.95)
}

.border-t-mobile-border {
    --tw-border-opacity: 1;
    border-top-color: rgb(124 76 26/var(--tw-border-opacity))
}

.border-t-mobile-border\/0 {
    border-top-color: rgba(124,76,26,0)
}

.border-t-mobile-border\/10 {
    border-top-color: rgba(124,76,26,.1)
}

.border-t-mobile-border\/100 {
    border-top-color: #7c4c1a
}

.border-t-mobile-border\/20 {
    border-top-color: rgba(124,76,26,.2)
}

.border-t-mobile-border\/25 {
    border-top-color: rgba(124,76,26,.25)
}

.border-t-mobile-border\/30 {
    border-top-color: rgba(124,76,26,.3)
}

.border-t-mobile-border\/40 {
    border-top-color: rgba(124,76,26,.4)
}

.border-t-mobile-border\/5 {
    border-top-color: rgba(124,76,26,.05)
}

.border-t-mobile-border\/50 {
    border-top-color: rgba(124,76,26,.5)
}

.border-t-mobile-border\/60 {
    border-top-color: rgba(124,76,26,.6)
}

.border-t-mobile-border\/70 {
    border-top-color: rgba(124,76,26,.7)
}

.border-t-mobile-border\/75 {
    border-top-color: rgba(124,76,26,.75)
}

.border-t-mobile-border\/80 {
    border-top-color: rgba(124,76,26,.8)
}

.border-t-mobile-border\/90 {
    border-top-color: rgba(124,76,26,.9)
}

.border-t-mobile-border\/95 {
    border-top-color: rgba(124,76,26,.95)
}

.border-t-mobile-card {
    --tw-border-opacity: 1;
    border-top-color: rgb(35 35 35/var(--tw-border-opacity))
}

.border-t-mobile-card\/0 {
    border-top-color: rgba(35,35,35,0)
}

.border-t-mobile-card\/10 {
    border-top-color: rgba(35,35,35,.1)
}

.border-t-mobile-card\/100 {
    border-top-color: #232323
}

.border-t-mobile-card\/20 {
    border-top-color: rgba(35,35,35,.2)
}

.border-t-mobile-card\/25 {
    border-top-color: rgba(35,35,35,.25)
}

.border-t-mobile-card\/30 {
    border-top-color: rgba(35,35,35,.3)
}

.border-t-mobile-card\/40 {
    border-top-color: rgba(35,35,35,.4)
}

.border-t-mobile-card\/5 {
    border-top-color: rgba(35,35,35,.05)
}

.border-t-mobile-card\/50 {
    border-top-color: rgba(35,35,35,.5)
}

.border-t-mobile-card\/60 {
    border-top-color: rgba(35,35,35,.6)
}

.border-t-mobile-card\/70 {
    border-top-color: rgba(35,35,35,.7)
}

.border-t-mobile-card\/75 {
    border-top-color: rgba(35,35,35,.75)
}

.border-t-mobile-card\/80 {
    border-top-color: rgba(35,35,35,.8)
}

.border-t-mobile-card\/90 {
    border-top-color: rgba(35,35,35,.9)
}

.border-t-mobile-card\/95 {
    border-top-color: rgba(35,35,35,.95)
}

.border-t-mobile-menu-game-background {
    --tw-border-opacity: 1;
    border-top-color: rgb(38 27 24/var(--tw-border-opacity))
}

.border-t-mobile-menu-game-background\/0 {
    border-top-color: rgba(38,27,24,0)
}

.border-t-mobile-menu-game-background\/10 {
    border-top-color: rgba(38,27,24,.1)
}

.border-t-mobile-menu-game-background\/100 {
    border-top-color: #261b18
}

.border-t-mobile-menu-game-background\/20 {
    border-top-color: rgba(38,27,24,.2)
}

.border-t-mobile-menu-game-background\/25 {
    border-top-color: rgba(38,27,24,.25)
}

.border-t-mobile-menu-game-background\/30 {
    border-top-color: rgba(38,27,24,.3)
}

.border-t-mobile-menu-game-background\/40 {
    border-top-color: rgba(38,27,24,.4)
}

.border-t-mobile-menu-game-background\/5 {
    border-top-color: rgba(38,27,24,.05)
}

.border-t-mobile-menu-game-background\/50 {
    border-top-color: rgba(38,27,24,.5)
}

.border-t-mobile-menu-game-background\/60 {
    border-top-color: rgba(38,27,24,.6)
}

.border-t-mobile-menu-game-background\/70 {
    border-top-color: rgba(38,27,24,.7)
}

.border-t-mobile-menu-game-background\/75 {
    border-top-color: rgba(38,27,24,.75)
}

.border-t-mobile-menu-game-background\/80 {
    border-top-color: rgba(38,27,24,.8)
}

.border-t-mobile-menu-game-background\/90 {
    border-top-color: rgba(38,27,24,.9)
}

.border-t-mobile-menu-game-background\/95 {
    border-top-color: rgba(38,27,24,.95)
}

.border-t-mobile-menu-game-filter {
    --tw-border-opacity: 1;
    border-top-color: rgb(65 46 27/var(--tw-border-opacity))
}

.border-t-mobile-menu-game-filter\/0 {
    border-top-color: rgba(65,46,27,0)
}

.border-t-mobile-menu-game-filter\/10 {
    border-top-color: rgba(65,46,27,.1)
}

.border-t-mobile-menu-game-filter\/100 {
    border-top-color: #412e1b
}

.border-t-mobile-menu-game-filter\/20 {
    border-top-color: rgba(65,46,27,.2)
}

.border-t-mobile-menu-game-filter\/25 {
    border-top-color: rgba(65,46,27,.25)
}

.border-t-mobile-menu-game-filter\/30 {
    border-top-color: rgba(65,46,27,.3)
}

.border-t-mobile-menu-game-filter\/40 {
    border-top-color: rgba(65,46,27,.4)
}

.border-t-mobile-menu-game-filter\/5 {
    border-top-color: rgba(65,46,27,.05)
}

.border-t-mobile-menu-game-filter\/50 {
    border-top-color: rgba(65,46,27,.5)
}

.border-t-mobile-menu-game-filter\/60 {
    border-top-color: rgba(65,46,27,.6)
}

.border-t-mobile-menu-game-filter\/70 {
    border-top-color: rgba(65,46,27,.7)
}

.border-t-mobile-menu-game-filter\/75 {
    border-top-color: rgba(65,46,27,.75)
}

.border-t-mobile-menu-game-filter\/80 {
    border-top-color: rgba(65,46,27,.8)
}

.border-t-mobile-menu-game-filter\/90 {
    border-top-color: rgba(65,46,27,.9)
}

.border-t-mobile-menu-game-filter\/95 {
    border-top-color: rgba(65,46,27,.95)
}

.border-t-mobile-menu-game-provider {
    --tw-border-opacity: 1;
    border-top-color: rgb(58 38 17/var(--tw-border-opacity))
}

.border-t-mobile-menu-game-provider\/0 {
    border-top-color: rgba(58,38,17,0)
}

.border-t-mobile-menu-game-provider\/10 {
    border-top-color: rgba(58,38,17,.1)
}

.border-t-mobile-menu-game-provider\/100 {
    border-top-color: #3a2611
}

.border-t-mobile-menu-game-provider\/20 {
    border-top-color: rgba(58,38,17,.2)
}

.border-t-mobile-menu-game-provider\/25 {
    border-top-color: rgba(58,38,17,.25)
}

.border-t-mobile-menu-game-provider\/30 {
    border-top-color: rgba(58,38,17,.3)
}

.border-t-mobile-menu-game-provider\/40 {
    border-top-color: rgba(58,38,17,.4)
}

.border-t-mobile-menu-game-provider\/5 {
    border-top-color: rgba(58,38,17,.05)
}

.border-t-mobile-menu-game-provider\/50 {
    border-top-color: rgba(58,38,17,.5)
}

.border-t-mobile-menu-game-provider\/60 {
    border-top-color: rgba(58,38,17,.6)
}

.border-t-mobile-menu-game-provider\/70 {
    border-top-color: rgba(58,38,17,.7)
}

.border-t-mobile-menu-game-provider\/75 {
    border-top-color: rgba(58,38,17,.75)
}

.border-t-mobile-menu-game-provider\/80 {
    border-top-color: rgba(58,38,17,.8)
}

.border-t-mobile-menu-game-provider\/90 {
    border-top-color: rgba(58,38,17,.9)
}

.border-t-mobile-menu-game-provider\/95 {
    border-top-color: rgba(58,38,17,.95)
}

.border-t-mobile-menu-game-text {
    --tw-border-opacity: 1;
    border-top-color: rgb(128 117 106/var(--tw-border-opacity))
}

.border-t-mobile-menu-game-text\/0 {
    border-top-color: hsla(30,9%,46%,0)
}

.border-t-mobile-menu-game-text\/10 {
    border-top-color: hsla(30,9%,46%,.1)
}

.border-t-mobile-menu-game-text\/100 {
    border-top-color: #80756a
}

.border-t-mobile-menu-game-text\/20 {
    border-top-color: hsla(30,9%,46%,.2)
}

.border-t-mobile-menu-game-text\/25 {
    border-top-color: hsla(30,9%,46%,.25)
}

.border-t-mobile-menu-game-text\/30 {
    border-top-color: hsla(30,9%,46%,.3)
}

.border-t-mobile-menu-game-text\/40 {
    border-top-color: hsla(30,9%,46%,.4)
}

.border-t-mobile-menu-game-text\/5 {
    border-top-color: hsla(30,9%,46%,.05)
}

.border-t-mobile-menu-game-text\/50 {
    border-top-color: hsla(30,9%,46%,.5)
}

.border-t-mobile-menu-game-text\/60 {
    border-top-color: hsla(30,9%,46%,.6)
}

.border-t-mobile-menu-game-text\/70 {
    border-top-color: hsla(30,9%,46%,.7)
}

.border-t-mobile-menu-game-text\/75 {
    border-top-color: hsla(30,9%,46%,.75)
}

.border-t-mobile-menu-game-text\/80 {
    border-top-color: hsla(30,9%,46%,.8)
}

.border-t-mobile-menu-game-text\/90 {
    border-top-color: hsla(30,9%,46%,.9)
}

.border-t-mobile-menu-game-text\/95 {
    border-top-color: hsla(30,9%,46%,.95)
}

.border-t-mobile-nav-text-inactive {
    --tw-border-opacity: 1;
    border-top-color: rgb(219 210 194/var(--tw-border-opacity))
}

.border-t-mobile-nav-text-inactive\/0 {
    border-top-color: hsla(38,26%,81%,0)
}

.border-t-mobile-nav-text-inactive\/10 {
    border-top-color: hsla(38,26%,81%,.1)
}

.border-t-mobile-nav-text-inactive\/100 {
    border-top-color: #dbd2c2
}

.border-t-mobile-nav-text-inactive\/20 {
    border-top-color: hsla(38,26%,81%,.2)
}

.border-t-mobile-nav-text-inactive\/25 {
    border-top-color: hsla(38,26%,81%,.25)
}

.border-t-mobile-nav-text-inactive\/30 {
    border-top-color: hsla(38,26%,81%,.3)
}

.border-t-mobile-nav-text-inactive\/40 {
    border-top-color: hsla(38,26%,81%,.4)
}

.border-t-mobile-nav-text-inactive\/5 {
    border-top-color: hsla(38,26%,81%,.05)
}

.border-t-mobile-nav-text-inactive\/50 {
    border-top-color: hsla(38,26%,81%,.5)
}

.border-t-mobile-nav-text-inactive\/60 {
    border-top-color: hsla(38,26%,81%,.6)
}

.border-t-mobile-nav-text-inactive\/70 {
    border-top-color: hsla(38,26%,81%,.7)
}

.border-t-mobile-nav-text-inactive\/75 {
    border-top-color: hsla(38,26%,81%,.75)
}

.border-t-mobile-nav-text-inactive\/80 {
    border-top-color: hsla(38,26%,81%,.8)
}

.border-t-mobile-nav-text-inactive\/90 {
    border-top-color: hsla(38,26%,81%,.9)
}

.border-t-mobile-nav-text-inactive\/95 {
    border-top-color: hsla(38,26%,81%,.95)
}

.border-t-mobile-sidebar-logo {
    --tw-border-opacity: 1;
    border-top-color: rgb(67 46 27/var(--tw-border-opacity))
}

.border-t-mobile-sidebar-logo\/0 {
    border-top-color: rgba(67,46,27,0)
}

.border-t-mobile-sidebar-logo\/10 {
    border-top-color: rgba(67,46,27,.1)
}

.border-t-mobile-sidebar-logo\/100 {
    border-top-color: #432e1b
}

.border-t-mobile-sidebar-logo\/20 {
    border-top-color: rgba(67,46,27,.2)
}

.border-t-mobile-sidebar-logo\/25 {
    border-top-color: rgba(67,46,27,.25)
}

.border-t-mobile-sidebar-logo\/30 {
    border-top-color: rgba(67,46,27,.3)
}

.border-t-mobile-sidebar-logo\/40 {
    border-top-color: rgba(67,46,27,.4)
}

.border-t-mobile-sidebar-logo\/5 {
    border-top-color: rgba(67,46,27,.05)
}

.border-t-mobile-sidebar-logo\/50 {
    border-top-color: rgba(67,46,27,.5)
}

.border-t-mobile-sidebar-logo\/60 {
    border-top-color: rgba(67,46,27,.6)
}

.border-t-mobile-sidebar-logo\/70 {
    border-top-color: rgba(67,46,27,.7)
}

.border-t-mobile-sidebar-logo\/75 {
    border-top-color: rgba(67,46,27,.75)
}

.border-t-mobile-sidebar-logo\/80 {
    border-top-color: rgba(67,46,27,.8)
}

.border-t-mobile-sidebar-logo\/90 {
    border-top-color: rgba(67,46,27,.9)
}

.border-t-mobile-sidebar-logo\/95 {
    border-top-color: rgba(67,46,27,.95)
}

.border-t-mobile-table-header {
    --tw-border-opacity: 1;
    border-top-color: rgb(113 95 71/var(--tw-border-opacity))
}

.border-t-mobile-table-header\/0 {
    border-top-color: rgba(113,95,71,0)
}

.border-t-mobile-table-header\/10 {
    border-top-color: rgba(113,95,71,.1)
}

.border-t-mobile-table-header\/100 {
    border-top-color: #715f47
}

.border-t-mobile-table-header\/20 {
    border-top-color: rgba(113,95,71,.2)
}

.border-t-mobile-table-header\/25 {
    border-top-color: rgba(113,95,71,.25)
}

.border-t-mobile-table-header\/30 {
    border-top-color: rgba(113,95,71,.3)
}

.border-t-mobile-table-header\/40 {
    border-top-color: rgba(113,95,71,.4)
}

.border-t-mobile-table-header\/5 {
    border-top-color: rgba(113,95,71,.05)
}

.border-t-mobile-table-header\/50 {
    border-top-color: rgba(113,95,71,.5)
}

.border-t-mobile-table-header\/60 {
    border-top-color: rgba(113,95,71,.6)
}

.border-t-mobile-table-header\/70 {
    border-top-color: rgba(113,95,71,.7)
}

.border-t-mobile-table-header\/75 {
    border-top-color: rgba(113,95,71,.75)
}

.border-t-mobile-table-header\/80 {
    border-top-color: rgba(113,95,71,.8)
}

.border-t-mobile-table-header\/90 {
    border-top-color: rgba(113,95,71,.9)
}

.border-t-mobile-table-header\/95 {
    border-top-color: rgba(113,95,71,.95)
}

.border-t-orange {
    --tw-border-opacity: 1;
    border-top-color: rgb(200 150 51/var(--tw-border-opacity))
}

.border-t-orange\/0 {
    border-top-color: rgba(200,150,51,0)
}

.border-t-orange\/10 {
    border-top-color: rgba(200,150,51,.1)
}

.border-t-orange\/100 {
    border-top-color: #c89633
}

.border-t-orange\/20 {
    border-top-color: rgba(200,150,51,.2)
}

.border-t-orange\/25 {
    border-top-color: rgba(200,150,51,.25)
}

.border-t-orange\/30 {
    border-top-color: rgba(200,150,51,.3)
}

.border-t-orange\/40 {
    border-top-color: rgba(200,150,51,.4)
}

.border-t-orange\/5 {
    border-top-color: rgba(200,150,51,.05)
}

.border-t-orange\/50 {
    border-top-color: rgba(200,150,51,.5)
}

.border-t-orange\/60 {
    border-top-color: rgba(200,150,51,.6)
}

.border-t-orange\/70 {
    border-top-color: rgba(200,150,51,.7)
}

.border-t-orange\/75 {
    border-top-color: rgba(200,150,51,.75)
}

.border-t-orange\/80 {
    border-top-color: rgba(200,150,51,.8)
}

.border-t-orange\/90 {
    border-top-color: rgba(200,150,51,.9)
}

.border-t-orange\/95 {
    border-top-color: rgba(200,150,51,.95)
}

.border-t-progress-below {
    --tw-border-opacity: 1;
    border-top-color: rgb(52 44 42/var(--tw-border-opacity))
}

.border-t-progress-below\/0 {
    border-top-color: rgba(52,44,42,0)
}

.border-t-progress-below\/10 {
    border-top-color: rgba(52,44,42,.1)
}

.border-t-progress-below\/100 {
    border-top-color: #342c2a
}

.border-t-progress-below\/20 {
    border-top-color: rgba(52,44,42,.2)
}

.border-t-progress-below\/25 {
    border-top-color: rgba(52,44,42,.25)
}

.border-t-progress-below\/30 {
    border-top-color: rgba(52,44,42,.3)
}

.border-t-progress-below\/40 {
    border-top-color: rgba(52,44,42,.4)
}

.border-t-progress-below\/5 {
    border-top-color: rgba(52,44,42,.05)
}

.border-t-progress-below\/50 {
    border-top-color: rgba(52,44,42,.5)
}

.border-t-progress-below\/60 {
    border-top-color: rgba(52,44,42,.6)
}

.border-t-progress-below\/70 {
    border-top-color: rgba(52,44,42,.7)
}

.border-t-progress-below\/75 {
    border-top-color: rgba(52,44,42,.75)
}

.border-t-progress-below\/80 {
    border-top-color: rgba(52,44,42,.8)
}

.border-t-progress-below\/90 {
    border-top-color: rgba(52,44,42,.9)
}

.border-t-progress-below\/95 {
    border-top-color: rgba(52,44,42,.95)
}

.border-t-promotion-profile-cashback {
    --tw-border-opacity: 1;
    border-top-color: rgb(58 58 58/var(--tw-border-opacity))
}

.border-t-promotion-profile-cashback\/0 {
    border-top-color: rgba(58,58,58,0)
}

.border-t-promotion-profile-cashback\/10 {
    border-top-color: rgba(58,58,58,.1)
}

.border-t-promotion-profile-cashback\/100 {
    border-top-color: #3a3a3a
}

.border-t-promotion-profile-cashback\/20 {
    border-top-color: rgba(58,58,58,.2)
}

.border-t-promotion-profile-cashback\/25 {
    border-top-color: rgba(58,58,58,.25)
}

.border-t-promotion-profile-cashback\/30 {
    border-top-color: rgba(58,58,58,.3)
}

.border-t-promotion-profile-cashback\/40 {
    border-top-color: rgba(58,58,58,.4)
}

.border-t-promotion-profile-cashback\/5 {
    border-top-color: rgba(58,58,58,.05)
}

.border-t-promotion-profile-cashback\/50 {
    border-top-color: rgba(58,58,58,.5)
}

.border-t-promotion-profile-cashback\/60 {
    border-top-color: rgba(58,58,58,.6)
}

.border-t-promotion-profile-cashback\/70 {
    border-top-color: rgba(58,58,58,.7)
}

.border-t-promotion-profile-cashback\/75 {
    border-top-color: rgba(58,58,58,.75)
}

.border-t-promotion-profile-cashback\/80 {
    border-top-color: rgba(58,58,58,.8)
}

.border-t-promotion-profile-cashback\/90 {
    border-top-color: rgba(58,58,58,.9)
}

.border-t-promotion-profile-cashback\/95 {
    border-top-color: rgba(58,58,58,.95)
}

.border-t-promotion-profile-header {
    --tw-border-opacity: 1;
    border-top-color: rgb(65 64 64/var(--tw-border-opacity))
}

.border-t-promotion-profile-header\/0 {
    border-top-color: rgba(65,64,64,0)
}

.border-t-promotion-profile-header\/10 {
    border-top-color: rgba(65,64,64,.1)
}

.border-t-promotion-profile-header\/100 {
    border-top-color: #414040
}

.border-t-promotion-profile-header\/20 {
    border-top-color: rgba(65,64,64,.2)
}

.border-t-promotion-profile-header\/25 {
    border-top-color: rgba(65,64,64,.25)
}

.border-t-promotion-profile-header\/30 {
    border-top-color: rgba(65,64,64,.3)
}

.border-t-promotion-profile-header\/40 {
    border-top-color: rgba(65,64,64,.4)
}

.border-t-promotion-profile-header\/5 {
    border-top-color: rgba(65,64,64,.05)
}

.border-t-promotion-profile-header\/50 {
    border-top-color: rgba(65,64,64,.5)
}

.border-t-promotion-profile-header\/60 {
    border-top-color: rgba(65,64,64,.6)
}

.border-t-promotion-profile-header\/70 {
    border-top-color: rgba(65,64,64,.7)
}

.border-t-promotion-profile-header\/75 {
    border-top-color: rgba(65,64,64,.75)
}

.border-t-promotion-profile-header\/80 {
    border-top-color: rgba(65,64,64,.8)
}

.border-t-promotion-profile-header\/90 {
    border-top-color: rgba(65,64,64,.9)
}

.border-t-promotion-profile-header\/95 {
    border-top-color: rgba(65,64,64,.95)
}

.border-t-red-attention {
    --tw-border-opacity: 1;
    border-top-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-t-red-attention\/0 {
    border-top-color: rgba(204,30,30,0)
}

.border-t-red-attention\/10 {
    border-top-color: rgba(204,30,30,.1)
}

.border-t-red-attention\/100 {
    border-top-color: #cc1e1e
}

.border-t-red-attention\/20 {
    border-top-color: rgba(204,30,30,.2)
}

.border-t-red-attention\/25 {
    border-top-color: rgba(204,30,30,.25)
}

.border-t-red-attention\/30 {
    border-top-color: rgba(204,30,30,.3)
}

.border-t-red-attention\/40 {
    border-top-color: rgba(204,30,30,.4)
}

.border-t-red-attention\/5 {
    border-top-color: rgba(204,30,30,.05)
}

.border-t-red-attention\/50 {
    border-top-color: rgba(204,30,30,.5)
}

.border-t-red-attention\/60 {
    border-top-color: rgba(204,30,30,.6)
}

.border-t-red-attention\/70 {
    border-top-color: rgba(204,30,30,.7)
}

.border-t-red-attention\/75 {
    border-top-color: rgba(204,30,30,.75)
}

.border-t-red-attention\/80 {
    border-top-color: rgba(204,30,30,.8)
}

.border-t-red-attention\/90 {
    border-top-color: rgba(204,30,30,.9)
}

.border-t-red-attention\/95 {
    border-top-color: rgba(204,30,30,.95)
}

.border-t-red-bg-hot-pick {
    --tw-border-opacity: 1;
    border-top-color: rgb(23 14 10/var(--tw-border-opacity))
}

.border-t-red-bg-hot-pick\/0 {
    border-top-color: rgba(23,14,10,0)
}

.border-t-red-bg-hot-pick\/10 {
    border-top-color: rgba(23,14,10,.1)
}

.border-t-red-bg-hot-pick\/100 {
    border-top-color: #170e0a
}

.border-t-red-bg-hot-pick\/20 {
    border-top-color: rgba(23,14,10,.2)
}

.border-t-red-bg-hot-pick\/25 {
    border-top-color: rgba(23,14,10,.25)
}

.border-t-red-bg-hot-pick\/30 {
    border-top-color: rgba(23,14,10,.3)
}

.border-t-red-bg-hot-pick\/40 {
    border-top-color: rgba(23,14,10,.4)
}

.border-t-red-bg-hot-pick\/5 {
    border-top-color: rgba(23,14,10,.05)
}

.border-t-red-bg-hot-pick\/50 {
    border-top-color: rgba(23,14,10,.5)
}

.border-t-red-bg-hot-pick\/60 {
    border-top-color: rgba(23,14,10,.6)
}

.border-t-red-bg-hot-pick\/70 {
    border-top-color: rgba(23,14,10,.7)
}

.border-t-red-bg-hot-pick\/75 {
    border-top-color: rgba(23,14,10,.75)
}

.border-t-red-bg-hot-pick\/80 {
    border-top-color: rgba(23,14,10,.8)
}

.border-t-red-bg-hot-pick\/90 {
    border-top-color: rgba(23,14,10,.9)
}

.border-t-red-bg-hot-pick\/95 {
    border-top-color: rgba(23,14,10,.95)
}

.border-t-red-cancelled {
    --tw-border-opacity: 1;
    border-top-color: rgb(239 65 57/var(--tw-border-opacity))
}

.border-t-red-cancelled\/0 {
    border-top-color: rgba(239,65,57,0)
}

.border-t-red-cancelled\/10 {
    border-top-color: rgba(239,65,57,.1)
}

.border-t-red-cancelled\/100 {
    border-top-color: #ef4139
}

.border-t-red-cancelled\/20 {
    border-top-color: rgba(239,65,57,.2)
}

.border-t-red-cancelled\/25 {
    border-top-color: rgba(239,65,57,.25)
}

.border-t-red-cancelled\/30 {
    border-top-color: rgba(239,65,57,.3)
}

.border-t-red-cancelled\/40 {
    border-top-color: rgba(239,65,57,.4)
}

.border-t-red-cancelled\/5 {
    border-top-color: rgba(239,65,57,.05)
}

.border-t-red-cancelled\/50 {
    border-top-color: rgba(239,65,57,.5)
}

.border-t-red-cancelled\/60 {
    border-top-color: rgba(239,65,57,.6)
}

.border-t-red-cancelled\/70 {
    border-top-color: rgba(239,65,57,.7)
}

.border-t-red-cancelled\/75 {
    border-top-color: rgba(239,65,57,.75)
}

.border-t-red-cancelled\/80 {
    border-top-color: rgba(239,65,57,.8)
}

.border-t-red-cancelled\/90 {
    border-top-color: rgba(239,65,57,.9)
}

.border-t-red-cancelled\/95 {
    border-top-color: rgba(239,65,57,.95)
}

.border-t-red-default {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 0 0/var(--tw-border-opacity))
}

.border-t-red-default\/0 {
    border-top-color: rgba(255,0,0,0)
}

.border-t-red-default\/10 {
    border-top-color: rgba(255,0,0,.1)
}

.border-t-red-default\/100 {
    border-top-color: red
}

.border-t-red-default\/20 {
    border-top-color: rgba(255,0,0,.2)
}

.border-t-red-default\/25 {
    border-top-color: rgba(255,0,0,.25)
}

.border-t-red-default\/30 {
    border-top-color: rgba(255,0,0,.3)
}

.border-t-red-default\/40 {
    border-top-color: rgba(255,0,0,.4)
}

.border-t-red-default\/5 {
    border-top-color: rgba(255,0,0,.05)
}

.border-t-red-default\/50 {
    border-top-color: rgba(255,0,0,.5)
}

.border-t-red-default\/60 {
    border-top-color: rgba(255,0,0,.6)
}

.border-t-red-default\/70 {
    border-top-color: rgba(255,0,0,.7)
}

.border-t-red-default\/75 {
    border-top-color: rgba(255,0,0,.75)
}

.border-t-red-default\/80 {
    border-top-color: rgba(255,0,0,.8)
}

.border-t-red-default\/90 {
    border-top-color: rgba(255,0,0,.9)
}

.border-t-red-default\/95 {
    border-top-color: rgba(255,0,0,.95)
}

.border-t-red-error {
    --tw-border-opacity: 1;
    border-top-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-t-red-error\/0 {
    border-top-color: rgba(204,30,30,0)
}

.border-t-red-error\/10 {
    border-top-color: rgba(204,30,30,.1)
}

.border-t-red-error\/100 {
    border-top-color: #cc1e1e
}

.border-t-red-error\/20 {
    border-top-color: rgba(204,30,30,.2)
}

.border-t-red-error\/25 {
    border-top-color: rgba(204,30,30,.25)
}

.border-t-red-error\/30 {
    border-top-color: rgba(204,30,30,.3)
}

.border-t-red-error\/40 {
    border-top-color: rgba(204,30,30,.4)
}

.border-t-red-error\/5 {
    border-top-color: rgba(204,30,30,.05)
}

.border-t-red-error\/50 {
    border-top-color: rgba(204,30,30,.5)
}

.border-t-red-error\/60 {
    border-top-color: rgba(204,30,30,.6)
}

.border-t-red-error\/70 {
    border-top-color: rgba(204,30,30,.7)
}

.border-t-red-error\/75 {
    border-top-color: rgba(204,30,30,.75)
}

.border-t-red-error\/80 {
    border-top-color: rgba(204,30,30,.8)
}

.border-t-red-error\/90 {
    border-top-color: rgba(204,30,30,.9)
}

.border-t-red-error\/95 {
    border-top-color: rgba(204,30,30,.95)
}

.border-t-red-logo {
    --tw-border-opacity: 1;
    border-top-color: rgb(204 30 30/var(--tw-border-opacity))
}

.border-t-red-logo\/0 {
    border-top-color: rgba(204,30,30,0)
}

.border-t-red-logo\/10 {
    border-top-color: rgba(204,30,30,.1)
}

.border-t-red-logo\/100 {
    border-top-color: #cc1e1e
}

.border-t-red-logo\/20 {
    border-top-color: rgba(204,30,30,.2)
}

.border-t-red-logo\/25 {
    border-top-color: rgba(204,30,30,.25)
}

.border-t-red-logo\/30 {
    border-top-color: rgba(204,30,30,.3)
}

.border-t-red-logo\/40 {
    border-top-color: rgba(204,30,30,.4)
}

.border-t-red-logo\/5 {
    border-top-color: rgba(204,30,30,.05)
}

.border-t-red-logo\/50 {
    border-top-color: rgba(204,30,30,.5)
}

.border-t-red-logo\/60 {
    border-top-color: rgba(204,30,30,.6)
}

.border-t-red-logo\/70 {
    border-top-color: rgba(204,30,30,.7)
}

.border-t-red-logo\/75 {
    border-top-color: rgba(204,30,30,.75)
}

.border-t-red-logo\/80 {
    border-top-color: rgba(204,30,30,.8)
}

.border-t-red-logo\/90 {
    border-top-color: rgba(204,30,30,.9)
}

.border-t-red-logo\/95 {
    border-top-color: rgba(204,30,30,.95)
}

.border-t-red-loss {
    --tw-border-opacity: 1;
    border-top-color: rgb(239 65 57/var(--tw-border-opacity))
}

.border-t-red-loss\/0 {
    border-top-color: rgba(239,65,57,0)
}

.border-t-red-loss\/10 {
    border-top-color: rgba(239,65,57,.1)
}

.border-t-red-loss\/100 {
    border-top-color: #ef4139
}

.border-t-red-loss\/20 {
    border-top-color: rgba(239,65,57,.2)
}

.border-t-red-loss\/25 {
    border-top-color: rgba(239,65,57,.25)
}

.border-t-red-loss\/30 {
    border-top-color: rgba(239,65,57,.3)
}

.border-t-red-loss\/40 {
    border-top-color: rgba(239,65,57,.4)
}

.border-t-red-loss\/5 {
    border-top-color: rgba(239,65,57,.05)
}

.border-t-red-loss\/50 {
    border-top-color: rgba(239,65,57,.5)
}

.border-t-red-loss\/60 {
    border-top-color: rgba(239,65,57,.6)
}

.border-t-red-loss\/70 {
    border-top-color: rgba(239,65,57,.7)
}

.border-t-red-loss\/75 {
    border-top-color: rgba(239,65,57,.75)
}

.border-t-red-loss\/80 {
    border-top-color: rgba(239,65,57,.8)
}

.border-t-red-loss\/90 {
    border-top-color: rgba(239,65,57,.9)
}

.border-t-red-loss\/95 {
    border-top-color: rgba(239,65,57,.95)
}

.border-t-red-notification {
    --tw-border-opacity: 1;
    border-top-color: rgb(216 0 39/var(--tw-border-opacity))
}

.border-t-red-notification\/0 {
    border-top-color: rgba(216,0,39,0)
}

.border-t-red-notification\/10 {
    border-top-color: rgba(216,0,39,.1)
}

.border-t-red-notification\/100 {
    border-top-color: #d80027
}

.border-t-red-notification\/20 {
    border-top-color: rgba(216,0,39,.2)
}

.border-t-red-notification\/25 {
    border-top-color: rgba(216,0,39,.25)
}

.border-t-red-notification\/30 {
    border-top-color: rgba(216,0,39,.3)
}

.border-t-red-notification\/40 {
    border-top-color: rgba(216,0,39,.4)
}

.border-t-red-notification\/5 {
    border-top-color: rgba(216,0,39,.05)
}

.border-t-red-notification\/50 {
    border-top-color: rgba(216,0,39,.5)
}

.border-t-red-notification\/60 {
    border-top-color: rgba(216,0,39,.6)
}

.border-t-red-notification\/70 {
    border-top-color: rgba(216,0,39,.7)
}

.border-t-red-notification\/75 {
    border-top-color: rgba(216,0,39,.75)
}

.border-t-red-notification\/80 {
    border-top-color: rgba(216,0,39,.8)
}

.border-t-red-notification\/90 {
    border-top-color: rgba(216,0,39,.9)
}

.border-t-red-notification\/95 {
    border-top-color: rgba(216,0,39,.95)
}

.border-t-red-update-button {
    --tw-border-opacity: 1;
    border-top-color: rgb(197 91 75/var(--tw-border-opacity))
}

.border-t-red-update-button\/0 {
    border-top-color: rgba(197,91,75,0)
}

.border-t-red-update-button\/10 {
    border-top-color: rgba(197,91,75,.1)
}

.border-t-red-update-button\/100 {
    border-top-color: #c55b4b
}

.border-t-red-update-button\/20 {
    border-top-color: rgba(197,91,75,.2)
}

.border-t-red-update-button\/25 {
    border-top-color: rgba(197,91,75,.25)
}

.border-t-red-update-button\/30 {
    border-top-color: rgba(197,91,75,.3)
}

.border-t-red-update-button\/40 {
    border-top-color: rgba(197,91,75,.4)
}

.border-t-red-update-button\/5 {
    border-top-color: rgba(197,91,75,.05)
}

.border-t-red-update-button\/50 {
    border-top-color: rgba(197,91,75,.5)
}

.border-t-red-update-button\/60 {
    border-top-color: rgba(197,91,75,.6)
}

.border-t-red-update-button\/70 {
    border-top-color: rgba(197,91,75,.7)
}

.border-t-red-update-button\/75 {
    border-top-color: rgba(197,91,75,.75)
}

.border-t-red-update-button\/80 {
    border-top-color: rgba(197,91,75,.8)
}

.border-t-red-update-button\/90 {
    border-top-color: rgba(197,91,75,.9)
}

.border-t-red-update-button\/95 {
    border-top-color: rgba(197,91,75,.95)
}

.border-t-rng-game-bet-number-active {
    --tw-border-opacity: 1;
    border-top-color: rgb(38 26 14/var(--tw-border-opacity))
}

.border-t-rng-game-bet-number-active\/0 {
    border-top-color: rgba(38,26,14,0)
}

.border-t-rng-game-bet-number-active\/10 {
    border-top-color: rgba(38,26,14,.1)
}

.border-t-rng-game-bet-number-active\/100 {
    border-top-color: #261a0e
}

.border-t-rng-game-bet-number-active\/20 {
    border-top-color: rgba(38,26,14,.2)
}

.border-t-rng-game-bet-number-active\/25 {
    border-top-color: rgba(38,26,14,.25)
}

.border-t-rng-game-bet-number-active\/30 {
    border-top-color: rgba(38,26,14,.3)
}

.border-t-rng-game-bet-number-active\/40 {
    border-top-color: rgba(38,26,14,.4)
}

.border-t-rng-game-bet-number-active\/5 {
    border-top-color: rgba(38,26,14,.05)
}

.border-t-rng-game-bet-number-active\/50 {
    border-top-color: rgba(38,26,14,.5)
}

.border-t-rng-game-bet-number-active\/60 {
    border-top-color: rgba(38,26,14,.6)
}

.border-t-rng-game-bet-number-active\/70 {
    border-top-color: rgba(38,26,14,.7)
}

.border-t-rng-game-bet-number-active\/75 {
    border-top-color: rgba(38,26,14,.75)
}

.border-t-rng-game-bet-number-active\/80 {
    border-top-color: rgba(38,26,14,.8)
}

.border-t-rng-game-bet-number-active\/90 {
    border-top-color: rgba(38,26,14,.9)
}

.border-t-rng-game-bet-number-active\/95 {
    border-top-color: rgba(38,26,14,.95)
}

.border-t-rng-game-bet-number-inactive {
    --tw-border-opacity: 1;
    border-top-color: rgb(242 219 184/var(--tw-border-opacity))
}

.border-t-rng-game-bet-number-inactive\/0 {
    border-top-color: hsla(36,69%,84%,0)
}

.border-t-rng-game-bet-number-inactive\/10 {
    border-top-color: hsla(36,69%,84%,.1)
}

.border-t-rng-game-bet-number-inactive\/100 {
    border-top-color: #f2dbb8
}

.border-t-rng-game-bet-number-inactive\/20 {
    border-top-color: hsla(36,69%,84%,.2)
}

.border-t-rng-game-bet-number-inactive\/25 {
    border-top-color: hsla(36,69%,84%,.25)
}

.border-t-rng-game-bet-number-inactive\/30 {
    border-top-color: hsla(36,69%,84%,.3)
}

.border-t-rng-game-bet-number-inactive\/40 {
    border-top-color: hsla(36,69%,84%,.4)
}

.border-t-rng-game-bet-number-inactive\/5 {
    border-top-color: hsla(36,69%,84%,.05)
}

.border-t-rng-game-bet-number-inactive\/50 {
    border-top-color: hsla(36,69%,84%,.5)
}

.border-t-rng-game-bet-number-inactive\/60 {
    border-top-color: hsla(36,69%,84%,.6)
}

.border-t-rng-game-bet-number-inactive\/70 {
    border-top-color: hsla(36,69%,84%,.7)
}

.border-t-rng-game-bet-number-inactive\/75 {
    border-top-color: hsla(36,69%,84%,.75)
}

.border-t-rng-game-bet-number-inactive\/80 {
    border-top-color: hsla(36,69%,84%,.8)
}

.border-t-rng-game-bet-number-inactive\/90 {
    border-top-color: hsla(36,69%,84%,.9)
}

.border-t-rng-game-bet-number-inactive\/95 {
    border-top-color: hsla(36,69%,84%,.95)
}

.border-t-rng-game-bg {
    --tw-border-opacity: 1;
    border-top-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-t-rng-game-bg-bet {
    --tw-border-opacity: 1;
    border-top-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-t-rng-game-bg-bet\/0 {
    border-top-color: transparent
}

.border-t-rng-game-bg-bet\/10 {
    border-top-color: rgba(0,0,0,.1)
}

.border-t-rng-game-bg-bet\/100 {
    border-top-color: #000
}

.border-t-rng-game-bg-bet\/20 {
    border-top-color: rgba(0,0,0,.2)
}

.border-t-rng-game-bg-bet\/25 {
    border-top-color: rgba(0,0,0,.25)
}

.border-t-rng-game-bg-bet\/30 {
    border-top-color: rgba(0,0,0,.3)
}

.border-t-rng-game-bg-bet\/40 {
    border-top-color: rgba(0,0,0,.4)
}

.border-t-rng-game-bg-bet\/5 {
    border-top-color: rgba(0,0,0,.05)
}

.border-t-rng-game-bg-bet\/50 {
    border-top-color: rgba(0,0,0,.5)
}

.border-t-rng-game-bg-bet\/60 {
    border-top-color: rgba(0,0,0,.6)
}

.border-t-rng-game-bg-bet\/70 {
    border-top-color: rgba(0,0,0,.7)
}

.border-t-rng-game-bg-bet\/75 {
    border-top-color: rgba(0,0,0,.75)
}

.border-t-rng-game-bg-bet\/80 {
    border-top-color: rgba(0,0,0,.8)
}

.border-t-rng-game-bg-bet\/90 {
    border-top-color: rgba(0,0,0,.9)
}

.border-t-rng-game-bg-bet\/95 {
    border-top-color: rgba(0,0,0,.95)
}

.border-t-rng-game-bg-current-bet {
    --tw-border-opacity: 1;
    border-top-color: rgb(235 206 130/var(--tw-border-opacity))
}

.border-t-rng-game-bg-current-bet\/0 {
    border-top-color: hsla(43,72%,72%,0)
}

.border-t-rng-game-bg-current-bet\/10 {
    border-top-color: hsla(43,72%,72%,.1)
}

.border-t-rng-game-bg-current-bet\/100 {
    border-top-color: #ebce82
}

.border-t-rng-game-bg-current-bet\/20 {
    border-top-color: hsla(43,72%,72%,.2)
}

.border-t-rng-game-bg-current-bet\/25 {
    border-top-color: hsla(43,72%,72%,.25)
}

.border-t-rng-game-bg-current-bet\/30 {
    border-top-color: hsla(43,72%,72%,.3)
}

.border-t-rng-game-bg-current-bet\/40 {
    border-top-color: hsla(43,72%,72%,.4)
}

.border-t-rng-game-bg-current-bet\/5 {
    border-top-color: hsla(43,72%,72%,.05)
}

.border-t-rng-game-bg-current-bet\/50 {
    border-top-color: hsla(43,72%,72%,.5)
}

.border-t-rng-game-bg-current-bet\/60 {
    border-top-color: hsla(43,72%,72%,.6)
}

.border-t-rng-game-bg-current-bet\/70 {
    border-top-color: hsla(43,72%,72%,.7)
}

.border-t-rng-game-bg-current-bet\/75 {
    border-top-color: hsla(43,72%,72%,.75)
}

.border-t-rng-game-bg-current-bet\/80 {
    border-top-color: hsla(43,72%,72%,.8)
}

.border-t-rng-game-bg-current-bet\/90 {
    border-top-color: hsla(43,72%,72%,.9)
}

.border-t-rng-game-bg-current-bet\/95 {
    border-top-color: hsla(43,72%,72%,.95)
}

.border-t-rng-game-bg-filter {
    --tw-border-opacity: 1;
    border-top-color: rgb(36 26 18/var(--tw-border-opacity))
}

.border-t-rng-game-bg-filter\/0 {
    border-top-color: rgba(36,26,18,0)
}

.border-t-rng-game-bg-filter\/10 {
    border-top-color: rgba(36,26,18,.1)
}

.border-t-rng-game-bg-filter\/100 {
    border-top-color: #241a12
}

.border-t-rng-game-bg-filter\/20 {
    border-top-color: rgba(36,26,18,.2)
}

.border-t-rng-game-bg-filter\/25 {
    border-top-color: rgba(36,26,18,.25)
}

.border-t-rng-game-bg-filter\/30 {
    border-top-color: rgba(36,26,18,.3)
}

.border-t-rng-game-bg-filter\/40 {
    border-top-color: rgba(36,26,18,.4)
}

.border-t-rng-game-bg-filter\/5 {
    border-top-color: rgba(36,26,18,.05)
}

.border-t-rng-game-bg-filter\/50 {
    border-top-color: rgba(36,26,18,.5)
}

.border-t-rng-game-bg-filter\/60 {
    border-top-color: rgba(36,26,18,.6)
}

.border-t-rng-game-bg-filter\/70 {
    border-top-color: rgba(36,26,18,.7)
}

.border-t-rng-game-bg-filter\/75 {
    border-top-color: rgba(36,26,18,.75)
}

.border-t-rng-game-bg-filter\/80 {
    border-top-color: rgba(36,26,18,.8)
}

.border-t-rng-game-bg-filter\/90 {
    border-top-color: rgba(36,26,18,.9)
}

.border-t-rng-game-bg-filter\/95 {
    border-top-color: rgba(36,26,18,.95)
}

.border-t-rng-game-bg-popup-bet {
    --tw-border-opacity: 1;
    border-top-color: rgb(51 50 47/var(--tw-border-opacity))
}

.border-t-rng-game-bg-popup-bet\/0 {
    border-top-color: rgba(51,50,47,0)
}

.border-t-rng-game-bg-popup-bet\/10 {
    border-top-color: rgba(51,50,47,.1)
}

.border-t-rng-game-bg-popup-bet\/100 {
    border-top-color: #33322f
}

.border-t-rng-game-bg-popup-bet\/20 {
    border-top-color: rgba(51,50,47,.2)
}

.border-t-rng-game-bg-popup-bet\/25 {
    border-top-color: rgba(51,50,47,.25)
}

.border-t-rng-game-bg-popup-bet\/30 {
    border-top-color: rgba(51,50,47,.3)
}

.border-t-rng-game-bg-popup-bet\/40 {
    border-top-color: rgba(51,50,47,.4)
}

.border-t-rng-game-bg-popup-bet\/5 {
    border-top-color: rgba(51,50,47,.05)
}

.border-t-rng-game-bg-popup-bet\/50 {
    border-top-color: rgba(51,50,47,.5)
}

.border-t-rng-game-bg-popup-bet\/60 {
    border-top-color: rgba(51,50,47,.6)
}

.border-t-rng-game-bg-popup-bet\/70 {
    border-top-color: rgba(51,50,47,.7)
}

.border-t-rng-game-bg-popup-bet\/75 {
    border-top-color: rgba(51,50,47,.75)
}

.border-t-rng-game-bg-popup-bet\/80 {
    border-top-color: rgba(51,50,47,.8)
}

.border-t-rng-game-bg-popup-bet\/90 {
    border-top-color: rgba(51,50,47,.9)
}

.border-t-rng-game-bg-popup-bet\/95 {
    border-top-color: rgba(51,50,47,.95)
}

.border-t-rng-game-bg-tab {
    --tw-border-opacity: 1;
    border-top-color: rgb(52 52 52/var(--tw-border-opacity))
}

.border-t-rng-game-bg-tab\/0 {
    border-top-color: rgba(52,52,52,0)
}

.border-t-rng-game-bg-tab\/10 {
    border-top-color: rgba(52,52,52,.1)
}

.border-t-rng-game-bg-tab\/100 {
    border-top-color: #343434
}

.border-t-rng-game-bg-tab\/20 {
    border-top-color: rgba(52,52,52,.2)
}

.border-t-rng-game-bg-tab\/25 {
    border-top-color: rgba(52,52,52,.25)
}

.border-t-rng-game-bg-tab\/30 {
    border-top-color: rgba(52,52,52,.3)
}

.border-t-rng-game-bg-tab\/40 {
    border-top-color: rgba(52,52,52,.4)
}

.border-t-rng-game-bg-tab\/5 {
    border-top-color: rgba(52,52,52,.05)
}

.border-t-rng-game-bg-tab\/50 {
    border-top-color: rgba(52,52,52,.5)
}

.border-t-rng-game-bg-tab\/60 {
    border-top-color: rgba(52,52,52,.6)
}

.border-t-rng-game-bg-tab\/70 {
    border-top-color: rgba(52,52,52,.7)
}

.border-t-rng-game-bg-tab\/75 {
    border-top-color: rgba(52,52,52,.75)
}

.border-t-rng-game-bg-tab\/80 {
    border-top-color: rgba(52,52,52,.8)
}

.border-t-rng-game-bg-tab\/90 {
    border-top-color: rgba(52,52,52,.9)
}

.border-t-rng-game-bg-tab\/95 {
    border-top-color: rgba(52,52,52,.95)
}

.border-t-rng-game-bg\/0 {
    border-top-color: rgba(137,113,80,0)
}

.border-t-rng-game-bg\/10 {
    border-top-color: rgba(137,113,80,.1)
}

.border-t-rng-game-bg\/100 {
    border-top-color: #897150
}

.border-t-rng-game-bg\/20 {
    border-top-color: rgba(137,113,80,.2)
}

.border-t-rng-game-bg\/25 {
    border-top-color: rgba(137,113,80,.25)
}

.border-t-rng-game-bg\/30 {
    border-top-color: rgba(137,113,80,.3)
}

.border-t-rng-game-bg\/40 {
    border-top-color: rgba(137,113,80,.4)
}

.border-t-rng-game-bg\/5 {
    border-top-color: rgba(137,113,80,.05)
}

.border-t-rng-game-bg\/50 {
    border-top-color: rgba(137,113,80,.5)
}

.border-t-rng-game-bg\/60 {
    border-top-color: rgba(137,113,80,.6)
}

.border-t-rng-game-bg\/70 {
    border-top-color: rgba(137,113,80,.7)
}

.border-t-rng-game-bg\/75 {
    border-top-color: rgba(137,113,80,.75)
}

.border-t-rng-game-bg\/80 {
    border-top-color: rgba(137,113,80,.8)
}

.border-t-rng-game-bg\/90 {
    border-top-color: rgba(137,113,80,.9)
}

.border-t-rng-game-bg\/95 {
    border-top-color: rgba(137,113,80,.95)
}

.border-t-rng-game-border-circle {
    --tw-border-opacity: 1;
    border-top-color: rgb(174 143 101/var(--tw-border-opacity))
}

.border-t-rng-game-border-circle\/0 {
    border-top-color: hsla(35,31%,54%,0)
}

.border-t-rng-game-border-circle\/10 {
    border-top-color: hsla(35,31%,54%,.1)
}

.border-t-rng-game-border-circle\/100 {
    border-top-color: #ae8f65
}

.border-t-rng-game-border-circle\/20 {
    border-top-color: hsla(35,31%,54%,.2)
}

.border-t-rng-game-border-circle\/25 {
    border-top-color: hsla(35,31%,54%,.25)
}

.border-t-rng-game-border-circle\/30 {
    border-top-color: hsla(35,31%,54%,.3)
}

.border-t-rng-game-border-circle\/40 {
    border-top-color: hsla(35,31%,54%,.4)
}

.border-t-rng-game-border-circle\/5 {
    border-top-color: hsla(35,31%,54%,.05)
}

.border-t-rng-game-border-circle\/50 {
    border-top-color: hsla(35,31%,54%,.5)
}

.border-t-rng-game-border-circle\/60 {
    border-top-color: hsla(35,31%,54%,.6)
}

.border-t-rng-game-border-circle\/70 {
    border-top-color: hsla(35,31%,54%,.7)
}

.border-t-rng-game-border-circle\/75 {
    border-top-color: hsla(35,31%,54%,.75)
}

.border-t-rng-game-border-circle\/80 {
    border-top-color: hsla(35,31%,54%,.8)
}

.border-t-rng-game-border-circle\/90 {
    border-top-color: hsla(35,31%,54%,.9)
}

.border-t-rng-game-border-circle\/95 {
    border-top-color: hsla(35,31%,54%,.95)
}

.border-t-rng-game-header-table {
    --tw-border-opacity: 1;
    border-top-color: rgb(23 12 12/var(--tw-border-opacity))
}

.border-t-rng-game-header-table\/0 {
    border-top-color: rgba(23,12,12,0)
}

.border-t-rng-game-header-table\/10 {
    border-top-color: rgba(23,12,12,.1)
}

.border-t-rng-game-header-table\/100 {
    border-top-color: #170c0c
}

.border-t-rng-game-header-table\/20 {
    border-top-color: rgba(23,12,12,.2)
}

.border-t-rng-game-header-table\/25 {
    border-top-color: rgba(23,12,12,.25)
}

.border-t-rng-game-header-table\/30 {
    border-top-color: rgba(23,12,12,.3)
}

.border-t-rng-game-header-table\/40 {
    border-top-color: rgba(23,12,12,.4)
}

.border-t-rng-game-header-table\/5 {
    border-top-color: rgba(23,12,12,.05)
}

.border-t-rng-game-header-table\/50 {
    border-top-color: rgba(23,12,12,.5)
}

.border-t-rng-game-header-table\/60 {
    border-top-color: rgba(23,12,12,.6)
}

.border-t-rng-game-header-table\/70 {
    border-top-color: rgba(23,12,12,.7)
}

.border-t-rng-game-header-table\/75 {
    border-top-color: rgba(23,12,12,.75)
}

.border-t-rng-game-header-table\/80 {
    border-top-color: rgba(23,12,12,.8)
}

.border-t-rng-game-header-table\/90 {
    border-top-color: rgba(23,12,12,.9)
}

.border-t-rng-game-header-table\/95 {
    border-top-color: rgba(23,12,12,.95)
}

.border-t-rng-game-item-1 {
    --tw-border-opacity: 1;
    border-top-color: rgb(39 38 36/var(--tw-border-opacity))
}

.border-t-rng-game-item-1\/0 {
    border-top-color: rgba(39,38,36,0)
}

.border-t-rng-game-item-1\/10 {
    border-top-color: rgba(39,38,36,.1)
}

.border-t-rng-game-item-1\/100 {
    border-top-color: #272624
}

.border-t-rng-game-item-1\/20 {
    border-top-color: rgba(39,38,36,.2)
}

.border-t-rng-game-item-1\/25 {
    border-top-color: rgba(39,38,36,.25)
}

.border-t-rng-game-item-1\/30 {
    border-top-color: rgba(39,38,36,.3)
}

.border-t-rng-game-item-1\/40 {
    border-top-color: rgba(39,38,36,.4)
}

.border-t-rng-game-item-1\/5 {
    border-top-color: rgba(39,38,36,.05)
}

.border-t-rng-game-item-1\/50 {
    border-top-color: rgba(39,38,36,.5)
}

.border-t-rng-game-item-1\/60 {
    border-top-color: rgba(39,38,36,.6)
}

.border-t-rng-game-item-1\/70 {
    border-top-color: rgba(39,38,36,.7)
}

.border-t-rng-game-item-1\/75 {
    border-top-color: rgba(39,38,36,.75)
}

.border-t-rng-game-item-1\/80 {
    border-top-color: rgba(39,38,36,.8)
}

.border-t-rng-game-item-1\/90 {
    border-top-color: rgba(39,38,36,.9)
}

.border-t-rng-game-item-1\/95 {
    border-top-color: rgba(39,38,36,.95)
}

.border-t-rng-game-item-2 {
    --tw-border-opacity: 1;
    border-top-color: rgb(48 53 56/var(--tw-border-opacity))
}

.border-t-rng-game-item-2\/0 {
    border-top-color: rgba(48,53,56,0)
}

.border-t-rng-game-item-2\/10 {
    border-top-color: rgba(48,53,56,.1)
}

.border-t-rng-game-item-2\/100 {
    border-top-color: #303538
}

.border-t-rng-game-item-2\/20 {
    border-top-color: rgba(48,53,56,.2)
}

.border-t-rng-game-item-2\/25 {
    border-top-color: rgba(48,53,56,.25)
}

.border-t-rng-game-item-2\/30 {
    border-top-color: rgba(48,53,56,.3)
}

.border-t-rng-game-item-2\/40 {
    border-top-color: rgba(48,53,56,.4)
}

.border-t-rng-game-item-2\/5 {
    border-top-color: rgba(48,53,56,.05)
}

.border-t-rng-game-item-2\/50 {
    border-top-color: rgba(48,53,56,.5)
}

.border-t-rng-game-item-2\/60 {
    border-top-color: rgba(48,53,56,.6)
}

.border-t-rng-game-item-2\/70 {
    border-top-color: rgba(48,53,56,.7)
}

.border-t-rng-game-item-2\/75 {
    border-top-color: rgba(48,53,56,.75)
}

.border-t-rng-game-item-2\/80 {
    border-top-color: rgba(48,53,56,.8)
}

.border-t-rng-game-item-2\/90 {
    border-top-color: rgba(48,53,56,.9)
}

.border-t-rng-game-item-2\/95 {
    border-top-color: rgba(48,53,56,.95)
}

.border-t-rng-game-money-bet {
    --tw-border-opacity: 1;
    border-top-color: rgb(202 164 64/var(--tw-border-opacity))
}

.border-t-rng-game-money-bet\/0 {
    border-top-color: rgba(202,164,64,0)
}

.border-t-rng-game-money-bet\/10 {
    border-top-color: rgba(202,164,64,.1)
}

.border-t-rng-game-money-bet\/100 {
    border-top-color: #caa440
}

.border-t-rng-game-money-bet\/20 {
    border-top-color: rgba(202,164,64,.2)
}

.border-t-rng-game-money-bet\/25 {
    border-top-color: rgba(202,164,64,.25)
}

.border-t-rng-game-money-bet\/30 {
    border-top-color: rgba(202,164,64,.3)
}

.border-t-rng-game-money-bet\/40 {
    border-top-color: rgba(202,164,64,.4)
}

.border-t-rng-game-money-bet\/5 {
    border-top-color: rgba(202,164,64,.05)
}

.border-t-rng-game-money-bet\/50 {
    border-top-color: rgba(202,164,64,.5)
}

.border-t-rng-game-money-bet\/60 {
    border-top-color: rgba(202,164,64,.6)
}

.border-t-rng-game-money-bet\/70 {
    border-top-color: rgba(202,164,64,.7)
}

.border-t-rng-game-money-bet\/75 {
    border-top-color: rgba(202,164,64,.75)
}

.border-t-rng-game-money-bet\/80 {
    border-top-color: rgba(202,164,64,.8)
}

.border-t-rng-game-money-bet\/90 {
    border-top-color: rgba(202,164,64,.9)
}

.border-t-rng-game-money-bet\/95 {
    border-top-color: rgba(202,164,64,.95)
}

.border-t-rng-game-tab-bet-result-active {
    --tw-border-opacity: 1;
    border-top-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-t-rng-game-tab-bet-result-active\/0 {
    border-top-color: rgba(137,113,80,0)
}

.border-t-rng-game-tab-bet-result-active\/10 {
    border-top-color: rgba(137,113,80,.1)
}

.border-t-rng-game-tab-bet-result-active\/100 {
    border-top-color: #897150
}

.border-t-rng-game-tab-bet-result-active\/20 {
    border-top-color: rgba(137,113,80,.2)
}

.border-t-rng-game-tab-bet-result-active\/25 {
    border-top-color: rgba(137,113,80,.25)
}

.border-t-rng-game-tab-bet-result-active\/30 {
    border-top-color: rgba(137,113,80,.3)
}

.border-t-rng-game-tab-bet-result-active\/40 {
    border-top-color: rgba(137,113,80,.4)
}

.border-t-rng-game-tab-bet-result-active\/5 {
    border-top-color: rgba(137,113,80,.05)
}

.border-t-rng-game-tab-bet-result-active\/50 {
    border-top-color: rgba(137,113,80,.5)
}

.border-t-rng-game-tab-bet-result-active\/60 {
    border-top-color: rgba(137,113,80,.6)
}

.border-t-rng-game-tab-bet-result-active\/70 {
    border-top-color: rgba(137,113,80,.7)
}

.border-t-rng-game-tab-bet-result-active\/75 {
    border-top-color: rgba(137,113,80,.75)
}

.border-t-rng-game-tab-bet-result-active\/80 {
    border-top-color: rgba(137,113,80,.8)
}

.border-t-rng-game-tab-bet-result-active\/90 {
    border-top-color: rgba(137,113,80,.9)
}

.border-t-rng-game-tab-bet-result-active\/95 {
    border-top-color: rgba(137,113,80,.95)
}

.border-t-rng-game-tab-bet-result-inactive {
    --tw-border-opacity: 1;
    border-top-color: rgb(68 59 39/var(--tw-border-opacity))
}

.border-t-rng-game-tab-bet-result-inactive\/0 {
    border-top-color: rgba(68,59,39,0)
}

.border-t-rng-game-tab-bet-result-inactive\/10 {
    border-top-color: rgba(68,59,39,.1)
}

.border-t-rng-game-tab-bet-result-inactive\/100 {
    border-top-color: #443b27
}

.border-t-rng-game-tab-bet-result-inactive\/20 {
    border-top-color: rgba(68,59,39,.2)
}

.border-t-rng-game-tab-bet-result-inactive\/25 {
    border-top-color: rgba(68,59,39,.25)
}

.border-t-rng-game-tab-bet-result-inactive\/30 {
    border-top-color: rgba(68,59,39,.3)
}

.border-t-rng-game-tab-bet-result-inactive\/40 {
    border-top-color: rgba(68,59,39,.4)
}

.border-t-rng-game-tab-bet-result-inactive\/5 {
    border-top-color: rgba(68,59,39,.05)
}

.border-t-rng-game-tab-bet-result-inactive\/50 {
    border-top-color: rgba(68,59,39,.5)
}

.border-t-rng-game-tab-bet-result-inactive\/60 {
    border-top-color: rgba(68,59,39,.6)
}

.border-t-rng-game-tab-bet-result-inactive\/70 {
    border-top-color: rgba(68,59,39,.7)
}

.border-t-rng-game-tab-bet-result-inactive\/75 {
    border-top-color: rgba(68,59,39,.75)
}

.border-t-rng-game-tab-bet-result-inactive\/80 {
    border-top-color: rgba(68,59,39,.8)
}

.border-t-rng-game-tab-bet-result-inactive\/90 {
    border-top-color: rgba(68,59,39,.9)
}

.border-t-rng-game-tab-bet-result-inactive\/95 {
    border-top-color: rgba(68,59,39,.95)
}

.border-t-rng-game-text-current-bet {
    --tw-border-opacity: 1;
    border-top-color: rgb(81 57 36/var(--tw-border-opacity))
}

.border-t-rng-game-text-current-bet\/0 {
    border-top-color: rgba(81,57,36,0)
}

.border-t-rng-game-text-current-bet\/10 {
    border-top-color: rgba(81,57,36,.1)
}

.border-t-rng-game-text-current-bet\/100 {
    border-top-color: #513924
}

.border-t-rng-game-text-current-bet\/20 {
    border-top-color: rgba(81,57,36,.2)
}

.border-t-rng-game-text-current-bet\/25 {
    border-top-color: rgba(81,57,36,.25)
}

.border-t-rng-game-text-current-bet\/30 {
    border-top-color: rgba(81,57,36,.3)
}

.border-t-rng-game-text-current-bet\/40 {
    border-top-color: rgba(81,57,36,.4)
}

.border-t-rng-game-text-current-bet\/5 {
    border-top-color: rgba(81,57,36,.05)
}

.border-t-rng-game-text-current-bet\/50 {
    border-top-color: rgba(81,57,36,.5)
}

.border-t-rng-game-text-current-bet\/60 {
    border-top-color: rgba(81,57,36,.6)
}

.border-t-rng-game-text-current-bet\/70 {
    border-top-color: rgba(81,57,36,.7)
}

.border-t-rng-game-text-current-bet\/75 {
    border-top-color: rgba(81,57,36,.75)
}

.border-t-rng-game-text-current-bet\/80 {
    border-top-color: rgba(81,57,36,.8)
}

.border-t-rng-game-text-current-bet\/90 {
    border-top-color: rgba(81,57,36,.9)
}

.border-t-rng-game-text-current-bet\/95 {
    border-top-color: rgba(81,57,36,.95)
}

.border-t-rng-game-total {
    --tw-border-opacity: 1;
    border-top-color: rgb(229 198 117/var(--tw-border-opacity))
}

.border-t-rng-game-total\/0 {
    border-top-color: hsla(43,68%,68%,0)
}

.border-t-rng-game-total\/10 {
    border-top-color: hsla(43,68%,68%,.1)
}

.border-t-rng-game-total\/100 {
    border-top-color: #e5c675
}

.border-t-rng-game-total\/20 {
    border-top-color: hsla(43,68%,68%,.2)
}

.border-t-rng-game-total\/25 {
    border-top-color: hsla(43,68%,68%,.25)
}

.border-t-rng-game-total\/30 {
    border-top-color: hsla(43,68%,68%,.3)
}

.border-t-rng-game-total\/40 {
    border-top-color: hsla(43,68%,68%,.4)
}

.border-t-rng-game-total\/5 {
    border-top-color: hsla(43,68%,68%,.05)
}

.border-t-rng-game-total\/50 {
    border-top-color: hsla(43,68%,68%,.5)
}

.border-t-rng-game-total\/60 {
    border-top-color: hsla(43,68%,68%,.6)
}

.border-t-rng-game-total\/70 {
    border-top-color: hsla(43,68%,68%,.7)
}

.border-t-rng-game-total\/75 {
    border-top-color: hsla(43,68%,68%,.75)
}

.border-t-rng-game-total\/80 {
    border-top-color: hsla(43,68%,68%,.8)
}

.border-t-rng-game-total\/90 {
    border-top-color: hsla(43,68%,68%,.9)
}

.border-t-rng-game-total\/95 {
    border-top-color: hsla(43,68%,68%,.95)
}

.border-t-sub-page-header {
    --tw-border-opacity: 1;
    border-top-color: rgb(137 113 80/var(--tw-border-opacity))
}

.border-t-sub-page-header\/0 {
    border-top-color: rgba(137,113,80,0)
}

.border-t-sub-page-header\/10 {
    border-top-color: rgba(137,113,80,.1)
}

.border-t-sub-page-header\/100 {
    border-top-color: #897150
}

.border-t-sub-page-header\/20 {
    border-top-color: rgba(137,113,80,.2)
}

.border-t-sub-page-header\/25 {
    border-top-color: rgba(137,113,80,.25)
}

.border-t-sub-page-header\/30 {
    border-top-color: rgba(137,113,80,.3)
}

.border-t-sub-page-header\/40 {
    border-top-color: rgba(137,113,80,.4)
}

.border-t-sub-page-header\/5 {
    border-top-color: rgba(137,113,80,.05)
}

.border-t-sub-page-header\/50 {
    border-top-color: rgba(137,113,80,.5)
}

.border-t-sub-page-header\/60 {
    border-top-color: rgba(137,113,80,.6)
}

.border-t-sub-page-header\/70 {
    border-top-color: rgba(137,113,80,.7)
}

.border-t-sub-page-header\/75 {
    border-top-color: rgba(137,113,80,.75)
}

.border-t-sub-page-header\/80 {
    border-top-color: rgba(137,113,80,.8)
}

.border-t-sub-page-header\/90 {
    border-top-color: rgba(137,113,80,.9)
}

.border-t-sub-page-header\/95 {
    border-top-color: rgba(137,113,80,.95)
}

.border-t-sub-page-sidebar {
    --tw-border-opacity: 1;
    border-top-color: rgb(29 24 24/var(--tw-border-opacity))
}

.border-t-sub-page-sidebar\/0 {
    border-top-color: rgba(29,24,24,0)
}

.border-t-sub-page-sidebar\/10 {
    border-top-color: rgba(29,24,24,.1)
}

.border-t-sub-page-sidebar\/100 {
    border-top-color: #1d1818
}

.border-t-sub-page-sidebar\/20 {
    border-top-color: rgba(29,24,24,.2)
}

.border-t-sub-page-sidebar\/25 {
    border-top-color: rgba(29,24,24,.25)
}

.border-t-sub-page-sidebar\/30 {
    border-top-color: rgba(29,24,24,.3)
}

.border-t-sub-page-sidebar\/40 {
    border-top-color: rgba(29,24,24,.4)
}

.border-t-sub-page-sidebar\/5 {
    border-top-color: rgba(29,24,24,.05)
}

.border-t-sub-page-sidebar\/50 {
    border-top-color: rgba(29,24,24,.5)
}

.border-t-sub-page-sidebar\/60 {
    border-top-color: rgba(29,24,24,.6)
}

.border-t-sub-page-sidebar\/70 {
    border-top-color: rgba(29,24,24,.7)
}

.border-t-sub-page-sidebar\/75 {
    border-top-color: rgba(29,24,24,.75)
}

.border-t-sub-page-sidebar\/80 {
    border-top-color: rgba(29,24,24,.8)
}

.border-t-sub-page-sidebar\/90 {
    border-top-color: rgba(29,24,24,.9)
}

.border-t-sub-page-sidebar\/95 {
    border-top-color: rgba(29,24,24,.95)
}

.border-t-transparent,.border-t-transparent\/0 {
    border-top-color: transparent
}

.border-t-transparent\/10 {
    border-top-color: rgba(0,0,0,.1)
}

.border-t-transparent\/100 {
    border-top-color: #000
}

.border-t-transparent\/20 {
    border-top-color: rgba(0,0,0,.2)
}

.border-t-transparent\/25 {
    border-top-color: rgba(0,0,0,.25)
}

.border-t-transparent\/30 {
    border-top-color: rgba(0,0,0,.3)
}

.border-t-transparent\/40 {
    border-top-color: rgba(0,0,0,.4)
}

.border-t-transparent\/5 {
    border-top-color: rgba(0,0,0,.05)
}

.border-t-transparent\/50 {
    border-top-color: rgba(0,0,0,.5)
}

.border-t-transparent\/60 {
    border-top-color: rgba(0,0,0,.6)
}

.border-t-transparent\/70 {
    border-top-color: rgba(0,0,0,.7)
}

.border-t-transparent\/75 {
    border-top-color: rgba(0,0,0,.75)
}

.border-t-transparent\/80 {
    border-top-color: rgba(0,0,0,.8)
}

.border-t-transparent\/90 {
    border-top-color: rgba(0,0,0,.9)
}

.border-t-transparent\/95 {
    border-top-color: rgba(0,0,0,.95)
}

.border-t-white {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-t-white\/0 {
    border-top-color: hsla(0,0%,100%,0)
}

.border-t-white\/10 {
    border-top-color: hsla(0,0%,100%,.1)
}

.border-t-white\/100 {
    border-top-color: #fff
}

.border-t-white\/20 {
    border-top-color: hsla(0,0%,100%,.2)
}

.border-t-white\/25 {
    border-top-color: hsla(0,0%,100%,.25)
}

.border-t-white\/30 {
    border-top-color: hsla(0,0%,100%,.3)
}

.border-t-white\/40 {
    border-top-color: hsla(0,0%,100%,.4)
}

.border-t-white\/5 {
    border-top-color: hsla(0,0%,100%,.05)
}

.border-t-white\/50 {
    border-top-color: hsla(0,0%,100%,.5)
}

.border-t-white\/60 {
    border-top-color: hsla(0,0%,100%,.6)
}

.border-t-white\/70 {
    border-top-color: hsla(0,0%,100%,.7)
}

.border-t-white\/75 {
    border-top-color: hsla(0,0%,100%,.75)
}

.border-t-white\/80 {
    border-top-color: hsla(0,0%,100%,.8)
}

.border-t-white\/90 {
    border-top-color: hsla(0,0%,100%,.9)
}

.border-t-white\/95 {
    border-top-color: hsla(0,0%,100%,.95)
}

.border-t-yellow-active {
    --tw-border-opacity: 1;
    border-top-color: rgb(236 194 69/var(--tw-border-opacity))
}

.border-t-yellow-active\/0 {
    border-top-color: rgba(236,194,69,0)
}

.border-t-yellow-active\/10 {
    border-top-color: rgba(236,194,69,.1)
}

.border-t-yellow-active\/100 {
    border-top-color: #ecc245
}

.border-t-yellow-active\/20 {
    border-top-color: rgba(236,194,69,.2)
}

.border-t-yellow-active\/25 {
    border-top-color: rgba(236,194,69,.25)
}

.border-t-yellow-active\/30 {
    border-top-color: rgba(236,194,69,.3)
}

.border-t-yellow-active\/40 {
    border-top-color: rgba(236,194,69,.4)
}

.border-t-yellow-active\/5 {
    border-top-color: rgba(236,194,69,.05)
}

.border-t-yellow-active\/50 {
    border-top-color: rgba(236,194,69,.5)
}

.border-t-yellow-active\/60 {
    border-top-color: rgba(236,194,69,.6)
}

.border-t-yellow-active\/70 {
    border-top-color: rgba(236,194,69,.7)
}

.border-t-yellow-active\/75 {
    border-top-color: rgba(236,194,69,.75)
}

.border-t-yellow-active\/80 {
    border-top-color: rgba(236,194,69,.8)
}

.border-t-yellow-active\/90 {
    border-top-color: rgba(236,194,69,.9)
}

.border-t-yellow-active\/95 {
    border-top-color: rgba(236,194,69,.95)
}

.border-t-yellow-black {
    --tw-border-opacity: 1;
    border-top-color: rgb(154 126 61/var(--tw-border-opacity))
}

.border-t-yellow-black\/0 {
    border-top-color: rgba(154,126,61,0)
}

.border-t-yellow-black\/10 {
    border-top-color: rgba(154,126,61,.1)
}

.border-t-yellow-black\/100 {
    border-top-color: #9a7e3d
}

.border-t-yellow-black\/20 {
    border-top-color: rgba(154,126,61,.2)
}

.border-t-yellow-black\/25 {
    border-top-color: rgba(154,126,61,.25)
}

.border-t-yellow-black\/30 {
    border-top-color: rgba(154,126,61,.3)
}

.border-t-yellow-black\/40 {
    border-top-color: rgba(154,126,61,.4)
}

.border-t-yellow-black\/5 {
    border-top-color: rgba(154,126,61,.05)
}

.border-t-yellow-black\/50 {
    border-top-color: rgba(154,126,61,.5)
}

.border-t-yellow-black\/60 {
    border-top-color: rgba(154,126,61,.6)
}

.border-t-yellow-black\/70 {
    border-top-color: rgba(154,126,61,.7)
}

.border-t-yellow-black\/75 {
    border-top-color: rgba(154,126,61,.75)
}

.border-t-yellow-black\/80 {
    border-top-color: rgba(154,126,61,.8)
}

.border-t-yellow-black\/90 {
    border-top-color: rgba(154,126,61,.9)
}

.border-t-yellow-black\/95 {
    border-top-color: rgba(154,126,61,.95)
}

.border-t-yellow-default {
    --tw-border-opacity: 1;
    border-top-color: rgb(234 192 68/var(--tw-border-opacity))
}

.border-t-yellow-default\/0 {
    border-top-color: rgba(234,192,68,0)
}

.border-t-yellow-default\/10 {
    border-top-color: rgba(234,192,68,.1)
}

.border-t-yellow-default\/100 {
    border-top-color: #eac044
}

.border-t-yellow-default\/20 {
    border-top-color: rgba(234,192,68,.2)
}

.border-t-yellow-default\/25 {
    border-top-color: rgba(234,192,68,.25)
}

.border-t-yellow-default\/30 {
    border-top-color: rgba(234,192,68,.3)
}

.border-t-yellow-default\/40 {
    border-top-color: rgba(234,192,68,.4)
}

.border-t-yellow-default\/5 {
    border-top-color: rgba(234,192,68,.05)
}

.border-t-yellow-default\/50 {
    border-top-color: rgba(234,192,68,.5)
}

.border-t-yellow-default\/60 {
    border-top-color: rgba(234,192,68,.6)
}

.border-t-yellow-default\/70 {
    border-top-color: rgba(234,192,68,.7)
}

.border-t-yellow-default\/75 {
    border-top-color: rgba(234,192,68,.75)
}

.border-t-yellow-default\/80 {
    border-top-color: rgba(234,192,68,.8)
}

.border-t-yellow-default\/90 {
    border-top-color: rgba(234,192,68,.9)
}

.border-t-yellow-default\/95 {
    border-top-color: rgba(234,192,68,.95)
}

.border-t-yellow-orange {
    --tw-border-opacity: 1;
    border-top-color: rgb(220 179 118/var(--tw-border-opacity))
}

.border-t-yellow-orange\/0 {
    border-top-color: hsla(36,59%,66%,0)
}

.border-t-yellow-orange\/10 {
    border-top-color: hsla(36,59%,66%,.1)
}

.border-t-yellow-orange\/100 {
    border-top-color: #dcb376
}

.border-t-yellow-orange\/20 {
    border-top-color: hsla(36,59%,66%,.2)
}

.border-t-yellow-orange\/25 {
    border-top-color: hsla(36,59%,66%,.25)
}

.border-t-yellow-orange\/30 {
    border-top-color: hsla(36,59%,66%,.3)
}

.border-t-yellow-orange\/40 {
    border-top-color: hsla(36,59%,66%,.4)
}

.border-t-yellow-orange\/5 {
    border-top-color: hsla(36,59%,66%,.05)
}

.border-t-yellow-orange\/50 {
    border-top-color: hsla(36,59%,66%,.5)
}

.border-t-yellow-orange\/60 {
    border-top-color: hsla(36,59%,66%,.6)
}

.border-t-yellow-orange\/70 {
    border-top-color: hsla(36,59%,66%,.7)
}

.border-t-yellow-orange\/75 {
    border-top-color: hsla(36,59%,66%,.75)
}

.border-t-yellow-orange\/80 {
    border-top-color: hsla(36,59%,66%,.8)
}

.border-t-yellow-orange\/90 {
    border-top-color: hsla(36,59%,66%,.9)
}

.border-t-yellow-orange\/95 {
    border-top-color: hsla(36,59%,66%,.95)
}

.border-t-yellow-term {
    --tw-border-opacity: 1;
    border-top-color: rgb(179 143 23/var(--tw-border-opacity))
}

.border-t-yellow-term\/0 {
    border-top-color: rgba(179,143,23,0)
}

.border-t-yellow-term\/10 {
    border-top-color: rgba(179,143,23,.1)
}

.border-t-yellow-term\/100 {
    border-top-color: #b38f17
}

.border-t-yellow-term\/20 {
    border-top-color: rgba(179,143,23,.2)
}

.border-t-yellow-term\/25 {
    border-top-color: rgba(179,143,23,.25)
}

.border-t-yellow-term\/30 {
    border-top-color: rgba(179,143,23,.3)
}

.border-t-yellow-term\/40 {
    border-top-color: rgba(179,143,23,.4)
}

.border-t-yellow-term\/5 {
    border-top-color: rgba(179,143,23,.05)
}

.border-t-yellow-term\/50 {
    border-top-color: rgba(179,143,23,.5)
}

.border-t-yellow-term\/60 {
    border-top-color: rgba(179,143,23,.6)
}

.border-t-yellow-term\/70 {
    border-top-color: rgba(179,143,23,.7)
}

.border-t-yellow-term\/75 {
    border-top-color: rgba(179,143,23,.75)
}

.border-t-yellow-term\/80 {
    border-top-color: rgba(179,143,23,.8)
}

.border-t-yellow-term\/90 {
    border-top-color: rgba(179,143,23,.9)
}

.border-t-yellow-term\/95 {
    border-top-color: rgba(179,143,23,.95)
}

.border-t-yellow-text {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 194 18/var(--tw-border-opacity))
}

.border-t-yellow-text\/0 {
    border-top-color: rgba(244,194,18,0)
}

.border-t-yellow-text\/10 {
    border-top-color: rgba(244,194,18,.1)
}

.border-t-yellow-text\/100 {
    border-top-color: #f4c212
}

.border-t-yellow-text\/20 {
    border-top-color: rgba(244,194,18,.2)
}

.border-t-yellow-text\/25 {
    border-top-color: rgba(244,194,18,.25)
}

.border-t-yellow-text\/30 {
    border-top-color: rgba(244,194,18,.3)
}

.border-t-yellow-text\/40 {
    border-top-color: rgba(244,194,18,.4)
}

.border-t-yellow-text\/5 {
    border-top-color: rgba(244,194,18,.05)
}

.border-t-yellow-text\/50 {
    border-top-color: rgba(244,194,18,.5)
}

.border-t-yellow-text\/60 {
    border-top-color: rgba(244,194,18,.6)
}

.border-t-yellow-text\/70 {
    border-top-color: rgba(244,194,18,.7)
}

.border-t-yellow-text\/75 {
    border-top-color: rgba(244,194,18,.75)
}

.border-t-yellow-text\/80 {
    border-top-color: rgba(244,194,18,.8)
}

.border-t-yellow-text\/90 {
    border-top-color: rgba(244,194,18,.9)
}

.border-t-yellow-text\/95 {
    border-top-color: rgba(244,194,18,.95)
}

.border-opacity-0 {
    --tw-border-opacity: 0
}

.border-opacity-10 {
    --tw-border-opacity: 0.1
}

.border-opacity-100 {
    --tw-border-opacity: 1
}

.border-opacity-20 {
    --tw-border-opacity: 0.2
}

.border-opacity-25 {
    --tw-border-opacity: 0.25
}

.border-opacity-30 {
    --tw-border-opacity: 0.3
}

.border-opacity-40 {
    --tw-border-opacity: 0.4
}

.border-opacity-5 {
    --tw-border-opacity: 0.05
}

.border-opacity-50 {
    --tw-border-opacity: 0.5
}

.border-opacity-60 {
    --tw-border-opacity: 0.6
}

.border-opacity-70 {
    --tw-border-opacity: 0.7
}

.border-opacity-75 {
    --tw-border-opacity: 0.75
}

.border-opacity-80 {
    --tw-border-opacity: 0.8
}

.border-opacity-90 {
    --tw-border-opacity: 0.9
}

.border-opacity-95 {
    --tw-border-opacity: 0.95
}

.bg-\[\#0E0F10\] {
    --tw-bg-opacity: 1;
    background-color: rgb(14 15 16/var(--tw-bg-opacity))
}

.bg-\[\#0F0707\] {
    --tw-bg-opacity: 1;
    background-color: rgb(15 7 7/var(--tw-bg-opacity))
}

.bg-\[\#160F0F\] {
    --tw-bg-opacity: 1;
    background-color: rgb(22 15 15/var(--tw-bg-opacity))
}

.bg-\[\#1C1A1A\] {
    --tw-bg-opacity: 1;
    background-color: rgb(28 26 26/var(--tw-bg-opacity))
}

.bg-\[\#1E1E1E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(30 30 30/var(--tw-bg-opacity))
}

.bg-\[\#21B66E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(33 182 110/var(--tw-bg-opacity))
}

.bg-\[\#261C14\] {
    --tw-bg-opacity: 1;
    background-color: rgb(38 28 20/var(--tw-bg-opacity))
}

.bg-\[\#302116\] {
    --tw-bg-opacity: 1;
    background-color: rgb(48 33 22/var(--tw-bg-opacity))
}

.bg-\[\#350A0A\]\/80 {
    background-color: rgba(53,10,10,.8)
}

.bg-\[\#37271A\] {
    --tw-bg-opacity: 1;
    background-color: rgb(55 39 26/var(--tw-bg-opacity))
}

.bg-\[\#392E27\] {
    --tw-bg-opacity: 1;
    background-color: rgb(57 46 39/var(--tw-bg-opacity))
}

.bg-\[\#3D3A3A\] {
    --tw-bg-opacity: 1;
    background-color: rgb(61 58 58/var(--tw-bg-opacity))
}

.bg-\[\#3E3E3E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(62 62 62/var(--tw-bg-opacity))
}

.bg-\[\#461613\]\/50 {
    background-color: rgba(70,22,19,.5)
}

.bg-\[\#483E3E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(72 62 62/var(--tw-bg-opacity))
}

.bg-\[\#545454\] {
    --tw-bg-opacity: 1;
    background-color: rgb(84 84 84/var(--tw-bg-opacity))
}

.bg-\[\#5A9DC2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(90 157 194/var(--tw-bg-opacity))
}

.bg-\[\#8E8E8E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(142 142 142/var(--tw-bg-opacity))
}

.bg-\[\#9A9A9A\] {
    --tw-bg-opacity: 1;
    background-color: rgb(154 154 154/var(--tw-bg-opacity))
}

.bg-\[\#9F8656\] {
    --tw-bg-opacity: 1;
    background-color: rgb(159 134 86/var(--tw-bg-opacity))
}

.bg-\[\#A55B5B\] {
    --tw-bg-opacity: 1;
    background-color: rgb(165 91 91/var(--tw-bg-opacity))
}

.bg-\[\#B0955C\] {
    --tw-bg-opacity: 1;
    background-color: rgb(176 149 92/var(--tw-bg-opacity))
}

.bg-\[\#B63C3C\] {
    --tw-bg-opacity: 1;
    background-color: rgb(182 60 60/var(--tw-bg-opacity))
}

.bg-\[\#D0B276\] {
    --tw-bg-opacity: 1;
    background-color: rgb(208 178 118/var(--tw-bg-opacity))
}

.bg-background-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(37 38 43/var(--tw-bg-opacity))
}

.bg-background-gray\/0 {
    background-color: rgba(37,38,43,0)
}

.bg-background-gray\/10 {
    background-color: rgba(37,38,43,.1)
}

.bg-background-gray\/100 {
    background-color: #25262b
}

.bg-background-gray\/20 {
    background-color: rgba(37,38,43,.2)
}

.bg-background-gray\/25 {
    background-color: rgba(37,38,43,.25)
}

.bg-background-gray\/30 {
    background-color: rgba(37,38,43,.3)
}

.bg-background-gray\/40 {
    background-color: rgba(37,38,43,.4)
}

.bg-background-gray\/5 {
    background-color: rgba(37,38,43,.05)
}

.bg-background-gray\/50 {
    background-color: rgba(37,38,43,.5)
}

.bg-background-gray\/60 {
    background-color: rgba(37,38,43,.6)
}

.bg-background-gray\/70 {
    background-color: rgba(37,38,43,.7)
}

.bg-background-gray\/75 {
    background-color: rgba(37,38,43,.75)
}

.bg-background-gray\/80 {
    background-color: rgba(37,38,43,.8)
}

.bg-background-gray\/90 {
    background-color: rgba(37,38,43,.9)
}

.bg-background-gray\/95 {
    background-color: rgba(37,38,43,.95)
}

.bg-black-about {
    --tw-bg-opacity: 1;
    background-color: rgb(41 41 41/var(--tw-bg-opacity))
}

.bg-black-about\/0 {
    background-color: rgba(41,41,41,0)
}

.bg-black-about\/10 {
    background-color: rgba(41,41,41,.1)
}

.bg-black-about\/100 {
    background-color: #292929
}

.bg-black-about\/20 {
    background-color: rgba(41,41,41,.2)
}

.bg-black-about\/25 {
    background-color: rgba(41,41,41,.25)
}

.bg-black-about\/30 {
    background-color: rgba(41,41,41,.3)
}

.bg-black-about\/40 {
    background-color: rgba(41,41,41,.4)
}

.bg-black-about\/5 {
    background-color: rgba(41,41,41,.05)
}

.bg-black-about\/50 {
    background-color: rgba(41,41,41,.5)
}

.bg-black-about\/60 {
    background-color: rgba(41,41,41,.6)
}

.bg-black-about\/70 {
    background-color: rgba(41,41,41,.7)
}

.bg-black-about\/75 {
    background-color: rgba(41,41,41,.75)
}

.bg-black-about\/80 {
    background-color: rgba(41,41,41,.8)
}

.bg-black-about\/90 {
    background-color: rgba(41,41,41,.9)
}

.bg-black-about\/95 {
    background-color: rgba(41,41,41,.95)
}

.bg-black-account {
    --tw-bg-opacity: 1;
    background-color: rgb(32 32 32/var(--tw-bg-opacity))
}

.bg-black-account\/0 {
    background-color: rgba(32,32,32,0)
}

.bg-black-account\/10 {
    background-color: rgba(32,32,32,.1)
}

.bg-black-account\/100 {
    background-color: #202020
}

.bg-black-account\/20 {
    background-color: rgba(32,32,32,.2)
}

.bg-black-account\/25 {
    background-color: rgba(32,32,32,.25)
}

.bg-black-account\/30 {
    background-color: rgba(32,32,32,.3)
}

.bg-black-account\/40 {
    background-color: rgba(32,32,32,.4)
}

.bg-black-account\/5 {
    background-color: rgba(32,32,32,.05)
}

.bg-black-account\/50 {
    background-color: rgba(32,32,32,.5)
}

.bg-black-account\/60 {
    background-color: rgba(32,32,32,.6)
}

.bg-black-account\/70 {
    background-color: rgba(32,32,32,.7)
}

.bg-black-account\/75 {
    background-color: rgba(32,32,32,.75)
}

.bg-black-account\/80 {
    background-color: rgba(32,32,32,.8)
}

.bg-black-account\/90 {
    background-color: rgba(32,32,32,.9)
}

.bg-black-account\/95 {
    background-color: rgba(32,32,32,.95)
}

.bg-black-bg1 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 16 17/var(--tw-bg-opacity))
}

.bg-black-bg1\/0 {
    background-color: rgba(15,16,17,0)
}

.bg-black-bg1\/10 {
    background-color: rgba(15,16,17,.1)
}

.bg-black-bg1\/100 {
    background-color: #0f1011
}

.bg-black-bg1\/20 {
    background-color: rgba(15,16,17,.2)
}

.bg-black-bg1\/25 {
    background-color: rgba(15,16,17,.25)
}

.bg-black-bg1\/30 {
    background-color: rgba(15,16,17,.3)
}

.bg-black-bg1\/40 {
    background-color: rgba(15,16,17,.4)
}

.bg-black-bg1\/5 {
    background-color: rgba(15,16,17,.05)
}

.bg-black-bg1\/50 {
    background-color: rgba(15,16,17,.5)
}

.bg-black-bg1\/60 {
    background-color: rgba(15,16,17,.6)
}

.bg-black-bg1\/70 {
    background-color: rgba(15,16,17,.7)
}

.bg-black-bg1\/75 {
    background-color: rgba(15,16,17,.75)
}

.bg-black-bg1\/80 {
    background-color: rgba(15,16,17,.8)
}

.bg-black-bg1\/90 {
    background-color: rgba(15,16,17,.9)
}

.bg-black-bg1\/95 {
    background-color: rgba(15,16,17,.95)
}

.bg-black-coin {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38/var(--tw-bg-opacity))
}

.bg-black-coin\/0 {
    background-color: rgba(38,38,38,0)
}

.bg-black-coin\/10 {
    background-color: rgba(38,38,38,.1)
}

.bg-black-coin\/100 {
    background-color: #262626
}

.bg-black-coin\/20 {
    background-color: rgba(38,38,38,.2)
}

.bg-black-coin\/25 {
    background-color: rgba(38,38,38,.25)
}

.bg-black-coin\/30 {
    background-color: rgba(38,38,38,.3)
}

.bg-black-coin\/40 {
    background-color: rgba(38,38,38,.4)
}

.bg-black-coin\/5 {
    background-color: rgba(38,38,38,.05)
}

.bg-black-coin\/50 {
    background-color: rgba(38,38,38,.5)
}

.bg-black-coin\/60 {
    background-color: rgba(38,38,38,.6)
}

.bg-black-coin\/70 {
    background-color: rgba(38,38,38,.7)
}

.bg-black-coin\/75 {
    background-color: rgba(38,38,38,.75)
}

.bg-black-coin\/80 {
    background-color: rgba(38,38,38,.8)
}

.bg-black-coin\/90 {
    background-color: rgba(38,38,38,.9)
}

.bg-black-coin\/95 {
    background-color: rgba(38,38,38,.95)
}

.bg-black-config {
    --tw-bg-opacity: 1;
    background-color: rgb(51 48 41/var(--tw-bg-opacity))
}

.bg-black-config\/0 {
    background-color: rgba(51,48,41,0)
}

.bg-black-config\/10 {
    background-color: rgba(51,48,41,.1)
}

.bg-black-config\/100 {
    background-color: #333029
}

.bg-black-config\/20 {
    background-color: rgba(51,48,41,.2)
}

.bg-black-config\/25 {
    background-color: rgba(51,48,41,.25)
}

.bg-black-config\/30 {
    background-color: rgba(51,48,41,.3)
}

.bg-black-config\/40 {
    background-color: rgba(51,48,41,.4)
}

.bg-black-config\/5 {
    background-color: rgba(51,48,41,.05)
}

.bg-black-config\/50 {
    background-color: rgba(51,48,41,.5)
}

.bg-black-config\/60 {
    background-color: rgba(51,48,41,.6)
}

.bg-black-config\/70 {
    background-color: rgba(51,48,41,.7)
}

.bg-black-config\/75 {
    background-color: rgba(51,48,41,.75)
}

.bg-black-config\/80 {
    background-color: rgba(51,48,41,.8)
}

.bg-black-config\/90 {
    background-color: rgba(51,48,41,.9)
}

.bg-black-config\/95 {
    background-color: rgba(51,48,41,.95)
}

.bg-black-default {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.bg-black-default\/0 {
    background-color: transparent
}

.bg-black-default\/10 {
    background-color: rgba(0,0,0,.1)
}

.bg-black-default\/100 {
    background-color: #000
}

.bg-black-default\/20 {
    background-color: rgba(0,0,0,.2)
}

.bg-black-default\/25 {
    background-color: rgba(0,0,0,.25)
}

.bg-black-default\/30 {
    background-color: rgba(0,0,0,.3)
}

.bg-black-default\/40 {
    background-color: rgba(0,0,0,.4)
}

.bg-black-default\/5 {
    background-color: rgba(0,0,0,.05)
}

.bg-black-default\/50 {
    background-color: rgba(0,0,0,.5)
}

.bg-black-default\/60 {
    background-color: rgba(0,0,0,.6)
}

.bg-black-default\/70 {
    background-color: rgba(0,0,0,.7)
}

.bg-black-default\/75 {
    background-color: rgba(0,0,0,.75)
}

.bg-black-default\/80 {
    background-color: rgba(0,0,0,.8)
}

.bg-black-default\/90 {
    background-color: rgba(0,0,0,.9)
}

.bg-black-default\/95 {
    background-color: rgba(0,0,0,.95)
}

.bg-black-footer {
    --tw-bg-opacity: 1;
    background-color: rgb(25 27 30/var(--tw-bg-opacity))
}

.bg-black-footer\/0 {
    background-color: rgba(25,27,30,0)
}

.bg-black-footer\/10 {
    background-color: rgba(25,27,30,.1)
}

.bg-black-footer\/100 {
    background-color: #191b1e
}

.bg-black-footer\/20 {
    background-color: rgba(25,27,30,.2)
}

.bg-black-footer\/25 {
    background-color: rgba(25,27,30,.25)
}

.bg-black-footer\/30 {
    background-color: rgba(25,27,30,.3)
}

.bg-black-footer\/40 {
    background-color: rgba(25,27,30,.4)
}

.bg-black-footer\/5 {
    background-color: rgba(25,27,30,.05)
}

.bg-black-footer\/50 {
    background-color: rgba(25,27,30,.5)
}

.bg-black-footer\/60 {
    background-color: rgba(25,27,30,.6)
}

.bg-black-footer\/70 {
    background-color: rgba(25,27,30,.7)
}

.bg-black-footer\/75 {
    background-color: rgba(25,27,30,.75)
}

.bg-black-footer\/80 {
    background-color: rgba(25,27,30,.8)
}

.bg-black-footer\/90 {
    background-color: rgba(25,27,30,.9)
}

.bg-black-footer\/95 {
    background-color: rgba(25,27,30,.95)
}

.bg-black-head {
    --tw-bg-opacity: 1;
    background-color: rgb(51 48 41/var(--tw-bg-opacity))
}

.bg-black-head-table {
    --tw-bg-opacity: 1;
    background-color: rgb(10 12 14/var(--tw-bg-opacity))
}

.bg-black-head-table\/0 {
    background-color: rgba(10,12,14,0)
}

.bg-black-head-table\/10 {
    background-color: rgba(10,12,14,.1)
}

.bg-black-head-table\/100 {
    background-color: #0a0c0e
}

.bg-black-head-table\/20 {
    background-color: rgba(10,12,14,.2)
}

.bg-black-head-table\/25 {
    background-color: rgba(10,12,14,.25)
}

.bg-black-head-table\/30 {
    background-color: rgba(10,12,14,.3)
}

.bg-black-head-table\/40 {
    background-color: rgba(10,12,14,.4)
}

.bg-black-head-table\/5 {
    background-color: rgba(10,12,14,.05)
}

.bg-black-head-table\/50 {
    background-color: rgba(10,12,14,.5)
}

.bg-black-head-table\/60 {
    background-color: rgba(10,12,14,.6)
}

.bg-black-head-table\/70 {
    background-color: rgba(10,12,14,.7)
}

.bg-black-head-table\/75 {
    background-color: rgba(10,12,14,.75)
}

.bg-black-head-table\/80 {
    background-color: rgba(10,12,14,.8)
}

.bg-black-head-table\/90 {
    background-color: rgba(10,12,14,.9)
}

.bg-black-head-table\/95 {
    background-color: rgba(10,12,14,.95)
}

.bg-black-head\/0 {
    background-color: rgba(51,48,41,0)
}

.bg-black-head\/10 {
    background-color: rgba(51,48,41,.1)
}

.bg-black-head\/100 {
    background-color: #333029
}

.bg-black-head\/20 {
    background-color: rgba(51,48,41,.2)
}

.bg-black-head\/25 {
    background-color: rgba(51,48,41,.25)
}

.bg-black-head\/30 {
    background-color: rgba(51,48,41,.3)
}

.bg-black-head\/40 {
    background-color: rgba(51,48,41,.4)
}

.bg-black-head\/5 {
    background-color: rgba(51,48,41,.05)
}

.bg-black-head\/50 {
    background-color: rgba(51,48,41,.5)
}

.bg-black-head\/60 {
    background-color: rgba(51,48,41,.6)
}

.bg-black-head\/70 {
    background-color: rgba(51,48,41,.7)
}

.bg-black-head\/75 {
    background-color: rgba(51,48,41,.75)
}

.bg-black-head\/80 {
    background-color: rgba(51,48,41,.8)
}

.bg-black-head\/90 {
    background-color: rgba(51,48,41,.9)
}

.bg-black-head\/95 {
    background-color: rgba(51,48,41,.95)
}

.bg-black-header-about {
    --tw-bg-opacity: 1;
    background-color: rgb(32 32 32/var(--tw-bg-opacity))
}

.bg-black-header-about\/0 {
    background-color: rgba(32,32,32,0)
}

.bg-black-header-about\/10 {
    background-color: rgba(32,32,32,.1)
}

.bg-black-header-about\/100 {
    background-color: #202020
}

.bg-black-header-about\/20 {
    background-color: rgba(32,32,32,.2)
}

.bg-black-header-about\/25 {
    background-color: rgba(32,32,32,.25)
}

.bg-black-header-about\/30 {
    background-color: rgba(32,32,32,.3)
}

.bg-black-header-about\/40 {
    background-color: rgba(32,32,32,.4)
}

.bg-black-header-about\/5 {
    background-color: rgba(32,32,32,.05)
}

.bg-black-header-about\/50 {
    background-color: rgba(32,32,32,.5)
}

.bg-black-header-about\/60 {
    background-color: rgba(32,32,32,.6)
}

.bg-black-header-about\/70 {
    background-color: rgba(32,32,32,.7)
}

.bg-black-header-about\/75 {
    background-color: rgba(32,32,32,.75)
}

.bg-black-header-about\/80 {
    background-color: rgba(32,32,32,.8)
}

.bg-black-header-about\/90 {
    background-color: rgba(32,32,32,.9)
}

.bg-black-header-about\/95 {
    background-color: rgba(32,32,32,.95)
}

.bg-black-header-top {
    --tw-bg-opacity: 1;
    background-color: rgb(14 9 1/var(--tw-bg-opacity))
}

.bg-black-header-top\/0 {
    background-color: rgba(14,9,1,0)
}

.bg-black-header-top\/10 {
    background-color: rgba(14,9,1,.1)
}

.bg-black-header-top\/100 {
    background-color: #0e0901
}

.bg-black-header-top\/20 {
    background-color: rgba(14,9,1,.2)
}

.bg-black-header-top\/25 {
    background-color: rgba(14,9,1,.25)
}

.bg-black-header-top\/30 {
    background-color: rgba(14,9,1,.3)
}

.bg-black-header-top\/40 {
    background-color: rgba(14,9,1,.4)
}

.bg-black-header-top\/5 {
    background-color: rgba(14,9,1,.05)
}

.bg-black-header-top\/50 {
    background-color: rgba(14,9,1,.5)
}

.bg-black-header-top\/60 {
    background-color: rgba(14,9,1,.6)
}

.bg-black-header-top\/70 {
    background-color: rgba(14,9,1,.7)
}

.bg-black-header-top\/75 {
    background-color: rgba(14,9,1,.75)
}

.bg-black-header-top\/80 {
    background-color: rgba(14,9,1,.8)
}

.bg-black-header-top\/90 {
    background-color: rgba(14,9,1,.9)
}

.bg-black-header-top\/95 {
    background-color: rgba(14,9,1,.95)
}

.bg-black-main {
    --tw-bg-opacity: 1;
    background-color: rgb(13 9 6/var(--tw-bg-opacity))
}

.bg-black-main\/0 {
    background-color: rgba(13,9,6,0)
}

.bg-black-main\/10 {
    background-color: rgba(13,9,6,.1)
}

.bg-black-main\/100 {
    background-color: #0d0906
}

.bg-black-main\/20 {
    background-color: rgba(13,9,6,.2)
}

.bg-black-main\/25 {
    background-color: rgba(13,9,6,.25)
}

.bg-black-main\/30 {
    background-color: rgba(13,9,6,.3)
}

.bg-black-main\/40 {
    background-color: rgba(13,9,6,.4)
}

.bg-black-main\/5 {
    background-color: rgba(13,9,6,.05)
}

.bg-black-main\/50 {
    background-color: rgba(13,9,6,.5)
}

.bg-black-main\/60 {
    background-color: rgba(13,9,6,.6)
}

.bg-black-main\/70 {
    background-color: rgba(13,9,6,.7)
}

.bg-black-main\/75 {
    background-color: rgba(13,9,6,.75)
}

.bg-black-main\/80 {
    background-color: rgba(13,9,6,.8)
}

.bg-black-main\/90 {
    background-color: rgba(13,9,6,.9)
}

.bg-black-main\/95 {
    background-color: rgba(13,9,6,.95)
}

.bg-black-option {
    --tw-bg-opacity: 1;
    background-color: rgb(11 12 11/var(--tw-bg-opacity))
}

.bg-black-option\/0 {
    background-color: rgba(11,12,11,0)
}

.bg-black-option\/10 {
    background-color: rgba(11,12,11,.1)
}

.bg-black-option\/100 {
    background-color: #0b0c0b
}

.bg-black-option\/20 {
    background-color: rgba(11,12,11,.2)
}

.bg-black-option\/25 {
    background-color: rgba(11,12,11,.25)
}

.bg-black-option\/30 {
    background-color: rgba(11,12,11,.3)
}

.bg-black-option\/40 {
    background-color: rgba(11,12,11,.4)
}

.bg-black-option\/5 {
    background-color: rgba(11,12,11,.05)
}

.bg-black-option\/50 {
    background-color: rgba(11,12,11,.5)
}

.bg-black-option\/60 {
    background-color: rgba(11,12,11,.6)
}

.bg-black-option\/70 {
    background-color: rgba(11,12,11,.7)
}

.bg-black-option\/75 {
    background-color: rgba(11,12,11,.75)
}

.bg-black-option\/80 {
    background-color: rgba(11,12,11,.8)
}

.bg-black-option\/90 {
    background-color: rgba(11,12,11,.9)
}

.bg-black-option\/95 {
    background-color: rgba(11,12,11,.95)
}

.bg-black-table-account {
    --tw-bg-opacity: 1;
    background-color: rgb(26 26 26/var(--tw-bg-opacity))
}

.bg-black-table-account\/0 {
    background-color: rgba(26,26,26,0)
}

.bg-black-table-account\/10 {
    background-color: rgba(26,26,26,.1)
}

.bg-black-table-account\/100 {
    background-color: #1a1a1a
}

.bg-black-table-account\/20 {
    background-color: rgba(26,26,26,.2)
}

.bg-black-table-account\/25 {
    background-color: rgba(26,26,26,.25)
}

.bg-black-table-account\/30 {
    background-color: rgba(26,26,26,.3)
}

.bg-black-table-account\/40 {
    background-color: rgba(26,26,26,.4)
}

.bg-black-table-account\/5 {
    background-color: rgba(26,26,26,.05)
}

.bg-black-table-account\/50 {
    background-color: rgba(26,26,26,.5)
}

.bg-black-table-account\/60 {
    background-color: rgba(26,26,26,.6)
}

.bg-black-table-account\/70 {
    background-color: rgba(26,26,26,.7)
}

.bg-black-table-account\/75 {
    background-color: rgba(26,26,26,.75)
}

.bg-black-table-account\/80 {
    background-color: rgba(26,26,26,.8)
}

.bg-black-table-account\/90 {
    background-color: rgba(26,26,26,.9)
}

.bg-black-table-account\/95 {
    background-color: rgba(26,26,26,.95)
}

.bg-black-text {
    --tw-bg-opacity: 1;
    background-color: rgb(26 29 27/var(--tw-bg-opacity))
}

.bg-black-text\/0 {
    background-color: rgba(26,29,27,0)
}

.bg-black-text\/10 {
    background-color: rgba(26,29,27,.1)
}

.bg-black-text\/100 {
    background-color: #1a1d1b
}

.bg-black-text\/20 {
    background-color: rgba(26,29,27,.2)
}

.bg-black-text\/25 {
    background-color: rgba(26,29,27,.25)
}

.bg-black-text\/30 {
    background-color: rgba(26,29,27,.3)
}

.bg-black-text\/40 {
    background-color: rgba(26,29,27,.4)
}

.bg-black-text\/5 {
    background-color: rgba(26,29,27,.05)
}

.bg-black-text\/50 {
    background-color: rgba(26,29,27,.5)
}

.bg-black-text\/60 {
    background-color: rgba(26,29,27,.6)
}

.bg-black-text\/70 {
    background-color: rgba(26,29,27,.7)
}

.bg-black-text\/75 {
    background-color: rgba(26,29,27,.75)
}

.bg-black-text\/80 {
    background-color: rgba(26,29,27,.8)
}

.bg-black-text\/90 {
    background-color: rgba(26,29,27,.9)
}

.bg-black-text\/95 {
    background-color: rgba(26,29,27,.95)
}

.bg-black-text1 {
    --tw-bg-opacity: 1;
    background-color: rgb(71 70 63/var(--tw-bg-opacity))
}

.bg-black-text1\/0 {
    background-color: rgba(71,70,63,0)
}

.bg-black-text1\/10 {
    background-color: rgba(71,70,63,.1)
}

.bg-black-text1\/100 {
    background-color: #47463f
}

.bg-black-text1\/20 {
    background-color: rgba(71,70,63,.2)
}

.bg-black-text1\/25 {
    background-color: rgba(71,70,63,.25)
}

.bg-black-text1\/30 {
    background-color: rgba(71,70,63,.3)
}

.bg-black-text1\/40 {
    background-color: rgba(71,70,63,.4)
}

.bg-black-text1\/5 {
    background-color: rgba(71,70,63,.05)
}

.bg-black-text1\/50 {
    background-color: rgba(71,70,63,.5)
}

.bg-black-text1\/60 {
    background-color: rgba(71,70,63,.6)
}

.bg-black-text1\/70 {
    background-color: rgba(71,70,63,.7)
}

.bg-black-text1\/75 {
    background-color: rgba(71,70,63,.75)
}

.bg-black-text1\/80 {
    background-color: rgba(71,70,63,.8)
}

.bg-black-text1\/90 {
    background-color: rgba(71,70,63,.9)
}

.bg-black-text1\/95 {
    background-color: rgba(71,70,63,.95)
}

.bg-black-vip {
    --tw-bg-opacity: 1;
    background-color: rgb(15 15 15/var(--tw-bg-opacity))
}

.bg-black-vip\/0 {
    background-color: hsla(0,0%,6%,0)
}

.bg-black-vip\/10 {
    background-color: hsla(0,0%,6%,.1)
}

.bg-black-vip\/100 {
    background-color: #0f0f0f
}

.bg-black-vip\/20 {
    background-color: hsla(0,0%,6%,.2)
}

.bg-black-vip\/25 {
    background-color: hsla(0,0%,6%,.25)
}

.bg-black-vip\/30 {
    background-color: hsla(0,0%,6%,.3)
}

.bg-black-vip\/40 {
    background-color: hsla(0,0%,6%,.4)
}

.bg-black-vip\/5 {
    background-color: hsla(0,0%,6%,.05)
}

.bg-black-vip\/50 {
    background-color: hsla(0,0%,6%,.5)
}

.bg-black-vip\/60 {
    background-color: hsla(0,0%,6%,.6)
}

.bg-black-vip\/70 {
    background-color: hsla(0,0%,6%,.7)
}

.bg-black-vip\/75 {
    background-color: hsla(0,0%,6%,.75)
}

.bg-black-vip\/80 {
    background-color: hsla(0,0%,6%,.8)
}

.bg-black-vip\/90 {
    background-color: hsla(0,0%,6%,.9)
}

.bg-black-vip\/95 {
    background-color: hsla(0,0%,6%,.95)
}

.bg-blue-head-table {
    --tw-bg-opacity: 1;
    background-color: rgb(8 77 160/var(--tw-bg-opacity))
}

.bg-blue-head-table\/0 {
    background-color: rgba(8,77,160,0)
}

.bg-blue-head-table\/10 {
    background-color: rgba(8,77,160,.1)
}

.bg-blue-head-table\/100 {
    background-color: #084da0
}

.bg-blue-head-table\/20 {
    background-color: rgba(8,77,160,.2)
}

.bg-blue-head-table\/25 {
    background-color: rgba(8,77,160,.25)
}

.bg-blue-head-table\/30 {
    background-color: rgba(8,77,160,.3)
}

.bg-blue-head-table\/40 {
    background-color: rgba(8,77,160,.4)
}

.bg-blue-head-table\/5 {
    background-color: rgba(8,77,160,.05)
}

.bg-blue-head-table\/50 {
    background-color: rgba(8,77,160,.5)
}

.bg-blue-head-table\/60 {
    background-color: rgba(8,77,160,.6)
}

.bg-blue-head-table\/70 {
    background-color: rgba(8,77,160,.7)
}

.bg-blue-head-table\/75 {
    background-color: rgba(8,77,160,.75)
}

.bg-blue-head-table\/80 {
    background-color: rgba(8,77,160,.8)
}

.bg-blue-head-table\/90 {
    background-color: rgba(8,77,160,.9)
}

.bg-blue-head-table\/95 {
    background-color: rgba(8,77,160,.95)
}

.bg-blue-item-history {
    --tw-bg-opacity: 1;
    background-color: rgb(48 53 56/var(--tw-bg-opacity))
}

.bg-blue-item-history\/0 {
    background-color: rgba(48,53,56,0)
}

.bg-blue-item-history\/10 {
    background-color: rgba(48,53,56,.1)
}

.bg-blue-item-history\/100 {
    background-color: #303538
}

.bg-blue-item-history\/20 {
    background-color: rgba(48,53,56,.2)
}

.bg-blue-item-history\/25 {
    background-color: rgba(48,53,56,.25)
}

.bg-blue-item-history\/30 {
    background-color: rgba(48,53,56,.3)
}

.bg-blue-item-history\/40 {
    background-color: rgba(48,53,56,.4)
}

.bg-blue-item-history\/5 {
    background-color: rgba(48,53,56,.05)
}

.bg-blue-item-history\/50 {
    background-color: rgba(48,53,56,.5)
}

.bg-blue-item-history\/60 {
    background-color: rgba(48,53,56,.6)
}

.bg-blue-item-history\/70 {
    background-color: rgba(48,53,56,.7)
}

.bg-blue-item-history\/75 {
    background-color: rgba(48,53,56,.75)
}

.bg-blue-item-history\/80 {
    background-color: rgba(48,53,56,.8)
}

.bg-blue-item-history\/90 {
    background-color: rgba(48,53,56,.9)
}

.bg-blue-item-history\/95 {
    background-color: rgba(48,53,56,.95)
}

.bg-blue-process {
    --tw-bg-opacity: 1;
    background-color: rgb(76 88 102/var(--tw-bg-opacity))
}

.bg-blue-process\/0 {
    background-color: rgba(76,88,102,0)
}

.bg-blue-process\/10 {
    background-color: rgba(76,88,102,.1)
}

.bg-blue-process\/100 {
    background-color: #4c5866
}

.bg-blue-process\/20 {
    background-color: rgba(76,88,102,.2)
}

.bg-blue-process\/25 {
    background-color: rgba(76,88,102,.25)
}

.bg-blue-process\/30 {
    background-color: rgba(76,88,102,.3)
}

.bg-blue-process\/40 {
    background-color: rgba(76,88,102,.4)
}

.bg-blue-process\/5 {
    background-color: rgba(76,88,102,.05)
}

.bg-blue-process\/50 {
    background-color: rgba(76,88,102,.5)
}

.bg-blue-process\/60 {
    background-color: rgba(76,88,102,.6)
}

.bg-blue-process\/70 {
    background-color: rgba(76,88,102,.7)
}

.bg-blue-process\/75 {
    background-color: rgba(76,88,102,.75)
}

.bg-blue-process\/80 {
    background-color: rgba(76,88,102,.8)
}

.bg-blue-process\/90 {
    background-color: rgba(76,88,102,.9)
}

.bg-blue-process\/95 {
    background-color: rgba(76,88,102,.95)
}

.bg-btn-inactive {
    --tw-bg-opacity: 1;
    background-color: rgb(109 109 109/var(--tw-bg-opacity))
}

.bg-btn-inactive\/0 {
    background-color: hsla(0,0%,43%,0)
}

.bg-btn-inactive\/10 {
    background-color: hsla(0,0%,43%,.1)
}

.bg-btn-inactive\/100 {
    background-color: #6d6d6d
}

.bg-btn-inactive\/20 {
    background-color: hsla(0,0%,43%,.2)
}

.bg-btn-inactive\/25 {
    background-color: hsla(0,0%,43%,.25)
}

.bg-btn-inactive\/30 {
    background-color: hsla(0,0%,43%,.3)
}

.bg-btn-inactive\/40 {
    background-color: hsla(0,0%,43%,.4)
}

.bg-btn-inactive\/5 {
    background-color: hsla(0,0%,43%,.05)
}

.bg-btn-inactive\/50 {
    background-color: hsla(0,0%,43%,.5)
}

.bg-btn-inactive\/60 {
    background-color: hsla(0,0%,43%,.6)
}

.bg-btn-inactive\/70 {
    background-color: hsla(0,0%,43%,.7)
}

.bg-btn-inactive\/75 {
    background-color: hsla(0,0%,43%,.75)
}

.bg-btn-inactive\/80 {
    background-color: hsla(0,0%,43%,.8)
}

.bg-btn-inactive\/90 {
    background-color: hsla(0,0%,43%,.9)
}

.bg-btn-inactive\/95 {
    background-color: hsla(0,0%,43%,.95)
}

.bg-button {
    --tw-bg-opacity: 1;
    background-color: rgb(185 143 93/var(--tw-bg-opacity))
}

.bg-button\/0 {
    background-color: rgba(185,143,93,0)
}

.bg-button\/10 {
    background-color: rgba(185,143,93,.1)
}

.bg-button\/100 {
    background-color: #b98f5d
}

.bg-button\/20 {
    background-color: rgba(185,143,93,.2)
}

.bg-button\/25 {
    background-color: rgba(185,143,93,.25)
}

.bg-button\/30 {
    background-color: rgba(185,143,93,.3)
}

.bg-button\/40 {
    background-color: rgba(185,143,93,.4)
}

.bg-button\/5 {
    background-color: rgba(185,143,93,.05)
}

.bg-button\/50 {
    background-color: rgba(185,143,93,.5)
}

.bg-button\/60 {
    background-color: rgba(185,143,93,.6)
}

.bg-button\/70 {
    background-color: rgba(185,143,93,.7)
}

.bg-button\/75 {
    background-color: rgba(185,143,93,.75)
}

.bg-button\/80 {
    background-color: rgba(185,143,93,.8)
}

.bg-button\/90 {
    background-color: rgba(185,143,93,.9)
}

.bg-button\/95 {
    background-color: rgba(185,143,93,.95)
}

.bg-card {
    --tw-bg-opacity: 1;
    background-color: rgb(21 18 18/var(--tw-bg-opacity))
}

.bg-card\/0 {
    background-color: hsla(0,8%,8%,0)
}

.bg-card\/10 {
    background-color: hsla(0,8%,8%,.1)
}

.bg-card\/100 {
    background-color: #151212
}

.bg-card\/20 {
    background-color: hsla(0,8%,8%,.2)
}

.bg-card\/25 {
    background-color: hsla(0,8%,8%,.25)
}

.bg-card\/30 {
    background-color: hsla(0,8%,8%,.3)
}

.bg-card\/40 {
    background-color: hsla(0,8%,8%,.4)
}

.bg-card\/5 {
    background-color: hsla(0,8%,8%,.05)
}

.bg-card\/50 {
    background-color: hsla(0,8%,8%,.5)
}

.bg-card\/60 {
    background-color: hsla(0,8%,8%,.6)
}

.bg-card\/70 {
    background-color: hsla(0,8%,8%,.7)
}

.bg-card\/75 {
    background-color: hsla(0,8%,8%,.75)
}

.bg-card\/80 {
    background-color: hsla(0,8%,8%,.8)
}

.bg-card\/90 {
    background-color: hsla(0,8%,8%,.9)
}

.bg-card\/95 {
    background-color: hsla(0,8%,8%,.95)
}

.bg-disable-text {
    --tw-bg-opacity: 1;
    background-color: rgb(109 109 109/var(--tw-bg-opacity))
}

.bg-disable-text\/0 {
    background-color: hsla(0,0%,43%,0)
}

.bg-disable-text\/10 {
    background-color: hsla(0,0%,43%,.1)
}

.bg-disable-text\/100 {
    background-color: #6d6d6d
}

.bg-disable-text\/20 {
    background-color: hsla(0,0%,43%,.2)
}

.bg-disable-text\/25 {
    background-color: hsla(0,0%,43%,.25)
}

.bg-disable-text\/30 {
    background-color: hsla(0,0%,43%,.3)
}

.bg-disable-text\/40 {
    background-color: hsla(0,0%,43%,.4)
}

.bg-disable-text\/5 {
    background-color: hsla(0,0%,43%,.05)
}

.bg-disable-text\/50 {
    background-color: hsla(0,0%,43%,.5)
}

.bg-disable-text\/60 {
    background-color: hsla(0,0%,43%,.6)
}

.bg-disable-text\/70 {
    background-color: hsla(0,0%,43%,.7)
}

.bg-disable-text\/75 {
    background-color: hsla(0,0%,43%,.75)
}

.bg-disable-text\/80 {
    background-color: hsla(0,0%,43%,.8)
}

.bg-disable-text\/90 {
    background-color: hsla(0,0%,43%,.9)
}

.bg-disable-text\/95 {
    background-color: hsla(0,0%,43%,.95)
}

.bg-event-promotion-big-win-bg {
    --tw-bg-opacity: 1;
    background-color: rgb(149 118 76/var(--tw-bg-opacity))
}

.bg-event-promotion-big-win-bg\/0 {
    background-color: rgba(149,118,76,0)
}

.bg-event-promotion-big-win-bg\/10 {
    background-color: rgba(149,118,76,.1)
}

.bg-event-promotion-big-win-bg\/100 {
    background-color: #95764c
}

.bg-event-promotion-big-win-bg\/20 {
    background-color: rgba(149,118,76,.2)
}

.bg-event-promotion-big-win-bg\/25 {
    background-color: rgba(149,118,76,.25)
}

.bg-event-promotion-big-win-bg\/30 {
    background-color: rgba(149,118,76,.3)
}

.bg-event-promotion-big-win-bg\/40 {
    background-color: rgba(149,118,76,.4)
}

.bg-event-promotion-big-win-bg\/5 {
    background-color: rgba(149,118,76,.05)
}

.bg-event-promotion-big-win-bg\/50 {
    background-color: rgba(149,118,76,.5)
}

.bg-event-promotion-big-win-bg\/60 {
    background-color: rgba(149,118,76,.6)
}

.bg-event-promotion-big-win-bg\/70 {
    background-color: rgba(149,118,76,.7)
}

.bg-event-promotion-big-win-bg\/75 {
    background-color: rgba(149,118,76,.75)
}

.bg-event-promotion-big-win-bg\/80 {
    background-color: rgba(149,118,76,.8)
}

.bg-event-promotion-big-win-bg\/90 {
    background-color: rgba(149,118,76,.9)
}

.bg-event-promotion-big-win-bg\/95 {
    background-color: rgba(149,118,76,.95)
}

.bg-event-promotion-highlight {
    --tw-bg-opacity: 1;
    background-color: rgb(246 192 65/var(--tw-bg-opacity))
}

.bg-event-promotion-highlight\/0 {
    background-color: rgba(246,192,65,0)
}

.bg-event-promotion-highlight\/10 {
    background-color: rgba(246,192,65,.1)
}

.bg-event-promotion-highlight\/100 {
    background-color: #f6c041
}

.bg-event-promotion-highlight\/20 {
    background-color: rgba(246,192,65,.2)
}

.bg-event-promotion-highlight\/25 {
    background-color: rgba(246,192,65,.25)
}

.bg-event-promotion-highlight\/30 {
    background-color: rgba(246,192,65,.3)
}

.bg-event-promotion-highlight\/40 {
    background-color: rgba(246,192,65,.4)
}

.bg-event-promotion-highlight\/5 {
    background-color: rgba(246,192,65,.05)
}

.bg-event-promotion-highlight\/50 {
    background-color: rgba(246,192,65,.5)
}

.bg-event-promotion-highlight\/60 {
    background-color: rgba(246,192,65,.6)
}

.bg-event-promotion-highlight\/70 {
    background-color: rgba(246,192,65,.7)
}

.bg-event-promotion-highlight\/75 {
    background-color: rgba(246,192,65,.75)
}

.bg-event-promotion-highlight\/80 {
    background-color: rgba(246,192,65,.8)
}

.bg-event-promotion-highlight\/90 {
    background-color: rgba(246,192,65,.9)
}

.bg-event-promotion-highlight\/95 {
    background-color: rgba(246,192,65,.95)
}

.bg-gray-about {
    --tw-bg-opacity: 1;
    background-color: rgb(145 145 145/var(--tw-bg-opacity))
}

.bg-gray-about\/0 {
    background-color: hsla(0,0%,57%,0)
}

.bg-gray-about\/10 {
    background-color: hsla(0,0%,57%,.1)
}

.bg-gray-about\/100 {
    background-color: #919191
}

.bg-gray-about\/20 {
    background-color: hsla(0,0%,57%,.2)
}

.bg-gray-about\/25 {
    background-color: hsla(0,0%,57%,.25)
}

.bg-gray-about\/30 {
    background-color: hsla(0,0%,57%,.3)
}

.bg-gray-about\/40 {
    background-color: hsla(0,0%,57%,.4)
}

.bg-gray-about\/5 {
    background-color: hsla(0,0%,57%,.05)
}

.bg-gray-about\/50 {
    background-color: hsla(0,0%,57%,.5)
}

.bg-gray-about\/60 {
    background-color: hsla(0,0%,57%,.6)
}

.bg-gray-about\/70 {
    background-color: hsla(0,0%,57%,.7)
}

.bg-gray-about\/75 {
    background-color: hsla(0,0%,57%,.75)
}

.bg-gray-about\/80 {
    background-color: hsla(0,0%,57%,.8)
}

.bg-gray-about\/90 {
    background-color: hsla(0,0%,57%,.9)
}

.bg-gray-about\/95 {
    background-color: hsla(0,0%,57%,.95)
}

.bg-gray-alert {
    --tw-bg-opacity: 1;
    background-color: rgb(50 52 59/var(--tw-bg-opacity))
}

.bg-gray-alert\/0 {
    background-color: rgba(50,52,59,0)
}

.bg-gray-alert\/10 {
    background-color: rgba(50,52,59,.1)
}

.bg-gray-alert\/100 {
    background-color: #32343b
}

.bg-gray-alert\/20 {
    background-color: rgba(50,52,59,.2)
}

.bg-gray-alert\/25 {
    background-color: rgba(50,52,59,.25)
}

.bg-gray-alert\/30 {
    background-color: rgba(50,52,59,.3)
}

.bg-gray-alert\/40 {
    background-color: rgba(50,52,59,.4)
}

.bg-gray-alert\/5 {
    background-color: rgba(50,52,59,.05)
}

.bg-gray-alert\/50 {
    background-color: rgba(50,52,59,.5)
}

.bg-gray-alert\/60 {
    background-color: rgba(50,52,59,.6)
}

.bg-gray-alert\/70 {
    background-color: rgba(50,52,59,.7)
}

.bg-gray-alert\/75 {
    background-color: rgba(50,52,59,.75)
}

.bg-gray-alert\/80 {
    background-color: rgba(50,52,59,.8)
}

.bg-gray-alert\/90 {
    background-color: rgba(50,52,59,.9)
}

.bg-gray-alert\/95 {
    background-color: rgba(50,52,59,.95)
}

.bg-gray-background {
    --tw-bg-opacity: 1;
    background-color: rgb(45 45 45/var(--tw-bg-opacity))
}

.bg-gray-background\/0 {
    background-color: rgba(45,45,45,0)
}

.bg-gray-background\/10 {
    background-color: rgba(45,45,45,.1)
}

.bg-gray-background\/100 {
    background-color: #2d2d2d
}

.bg-gray-background\/20 {
    background-color: rgba(45,45,45,.2)
}

.bg-gray-background\/25 {
    background-color: rgba(45,45,45,.25)
}

.bg-gray-background\/30 {
    background-color: rgba(45,45,45,.3)
}

.bg-gray-background\/40 {
    background-color: rgba(45,45,45,.4)
}

.bg-gray-background\/5 {
    background-color: rgba(45,45,45,.05)
}

.bg-gray-background\/50 {
    background-color: rgba(45,45,45,.5)
}

.bg-gray-background\/60 {
    background-color: rgba(45,45,45,.6)
}

.bg-gray-background\/70 {
    background-color: rgba(45,45,45,.7)
}

.bg-gray-background\/75 {
    background-color: rgba(45,45,45,.75)
}

.bg-gray-background\/80 {
    background-color: rgba(45,45,45,.8)
}

.bg-gray-background\/90 {
    background-color: rgba(45,45,45,.9)
}

.bg-gray-background\/95 {
    background-color: rgba(45,45,45,.95)
}

.bg-gray-background1 {
    --tw-bg-opacity: 1;
    background-color: rgb(73 72 71/var(--tw-bg-opacity))
}

.bg-gray-background1\/0 {
    background-color: rgba(73,72,71,0)
}

.bg-gray-background1\/10 {
    background-color: rgba(73,72,71,.1)
}

.bg-gray-background1\/100 {
    background-color: #494847
}

.bg-gray-background1\/20 {
    background-color: rgba(73,72,71,.2)
}

.bg-gray-background1\/25 {
    background-color: rgba(73,72,71,.25)
}

.bg-gray-background1\/30 {
    background-color: rgba(73,72,71,.3)
}

.bg-gray-background1\/40 {
    background-color: rgba(73,72,71,.4)
}

.bg-gray-background1\/5 {
    background-color: rgba(73,72,71,.05)
}

.bg-gray-background1\/50 {
    background-color: rgba(73,72,71,.5)
}

.bg-gray-background1\/60 {
    background-color: rgba(73,72,71,.6)
}

.bg-gray-background1\/70 {
    background-color: rgba(73,72,71,.7)
}

.bg-gray-background1\/75 {
    background-color: rgba(73,72,71,.75)
}

.bg-gray-background1\/80 {
    background-color: rgba(73,72,71,.8)
}

.bg-gray-background1\/90 {
    background-color: rgba(73,72,71,.9)
}

.bg-gray-background1\/95 {
    background-color: rgba(73,72,71,.95)
}

.bg-gray-background2 {
    --tw-bg-opacity: 1;
    background-color: rgb(58 58 58/var(--tw-bg-opacity))
}

.bg-gray-background2\/0 {
    background-color: rgba(58,58,58,0)
}

.bg-gray-background2\/10 {
    background-color: rgba(58,58,58,.1)
}

.bg-gray-background2\/100 {
    background-color: #3a3a3a
}

.bg-gray-background2\/20 {
    background-color: rgba(58,58,58,.2)
}

.bg-gray-background2\/25 {
    background-color: rgba(58,58,58,.25)
}

.bg-gray-background2\/30 {
    background-color: rgba(58,58,58,.3)
}

.bg-gray-background2\/40 {
    background-color: rgba(58,58,58,.4)
}

.bg-gray-background2\/5 {
    background-color: rgba(58,58,58,.05)
}

.bg-gray-background2\/50 {
    background-color: rgba(58,58,58,.5)
}

.bg-gray-background2\/60 {
    background-color: rgba(58,58,58,.6)
}

.bg-gray-background2\/70 {
    background-color: rgba(58,58,58,.7)
}

.bg-gray-background2\/75 {
    background-color: rgba(58,58,58,.75)
}

.bg-gray-background2\/80 {
    background-color: rgba(58,58,58,.8)
}

.bg-gray-background2\/90 {
    background-color: rgba(58,58,58,.9)
}

.bg-gray-background2\/95 {
    background-color: rgba(58,58,58,.95)
}

.bg-gray-bg1 {
    --tw-bg-opacity: 1;
    background-color: rgb(23 22 19/var(--tw-bg-opacity))
}

.bg-gray-bg1\/0 {
    background-color: rgba(23,22,19,0)
}

.bg-gray-bg1\/10 {
    background-color: rgba(23,22,19,.1)
}

.bg-gray-bg1\/100 {
    background-color: #171613
}

.bg-gray-bg1\/20 {
    background-color: rgba(23,22,19,.2)
}

.bg-gray-bg1\/25 {
    background-color: rgba(23,22,19,.25)
}

.bg-gray-bg1\/30 {
    background-color: rgba(23,22,19,.3)
}

.bg-gray-bg1\/40 {
    background-color: rgba(23,22,19,.4)
}

.bg-gray-bg1\/5 {
    background-color: rgba(23,22,19,.05)
}

.bg-gray-bg1\/50 {
    background-color: rgba(23,22,19,.5)
}

.bg-gray-bg1\/60 {
    background-color: rgba(23,22,19,.6)
}

.bg-gray-bg1\/70 {
    background-color: rgba(23,22,19,.7)
}

.bg-gray-bg1\/75 {
    background-color: rgba(23,22,19,.75)
}

.bg-gray-bg1\/80 {
    background-color: rgba(23,22,19,.8)
}

.bg-gray-bg1\/90 {
    background-color: rgba(23,22,19,.9)
}

.bg-gray-bg1\/95 {
    background-color: rgba(23,22,19,.95)
}

.bg-gray-bg2 {
    --tw-bg-opacity: 1;
    background-color: rgb(71 70 64/var(--tw-bg-opacity))
}

.bg-gray-bg2\/0 {
    background-color: rgba(71,70,64,0)
}

.bg-gray-bg2\/10 {
    background-color: rgba(71,70,64,.1)
}

.bg-gray-bg2\/100 {
    background-color: #474640
}

.bg-gray-bg2\/20 {
    background-color: rgba(71,70,64,.2)
}

.bg-gray-bg2\/25 {
    background-color: rgba(71,70,64,.25)
}

.bg-gray-bg2\/30 {
    background-color: rgba(71,70,64,.3)
}

.bg-gray-bg2\/40 {
    background-color: rgba(71,70,64,.4)
}

.bg-gray-bg2\/5 {
    background-color: rgba(71,70,64,.05)
}

.bg-gray-bg2\/50 {
    background-color: rgba(71,70,64,.5)
}

.bg-gray-bg2\/60 {
    background-color: rgba(71,70,64,.6)
}

.bg-gray-bg2\/70 {
    background-color: rgba(71,70,64,.7)
}

.bg-gray-bg2\/75 {
    background-color: rgba(71,70,64,.75)
}

.bg-gray-bg2\/80 {
    background-color: rgba(71,70,64,.8)
}

.bg-gray-bg2\/90 {
    background-color: rgba(71,70,64,.9)
}

.bg-gray-bg2\/95 {
    background-color: rgba(71,70,64,.95)
}

.bg-gray-bg3 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 50 47/var(--tw-bg-opacity))
}

.bg-gray-bg3\/0 {
    background-color: rgba(51,50,47,0)
}

.bg-gray-bg3\/10 {
    background-color: rgba(51,50,47,.1)
}

.bg-gray-bg3\/100 {
    background-color: #33322f
}

.bg-gray-bg3\/20 {
    background-color: rgba(51,50,47,.2)
}

.bg-gray-bg3\/25 {
    background-color: rgba(51,50,47,.25)
}

.bg-gray-bg3\/30 {
    background-color: rgba(51,50,47,.3)
}

.bg-gray-bg3\/40 {
    background-color: rgba(51,50,47,.4)
}

.bg-gray-bg3\/5 {
    background-color: rgba(51,50,47,.05)
}

.bg-gray-bg3\/50 {
    background-color: rgba(51,50,47,.5)
}

.bg-gray-bg3\/60 {
    background-color: rgba(51,50,47,.6)
}

.bg-gray-bg3\/70 {
    background-color: rgba(51,50,47,.7)
}

.bg-gray-bg3\/75 {
    background-color: rgba(51,50,47,.75)
}

.bg-gray-bg3\/80 {
    background-color: rgba(51,50,47,.8)
}

.bg-gray-bg3\/90 {
    background-color: rgba(51,50,47,.9)
}

.bg-gray-bg3\/95 {
    background-color: rgba(51,50,47,.95)
}

.bg-gray-bg4 {
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 43/var(--tw-bg-opacity))
}

.bg-gray-bg4\/0 {
    background-color: rgba(41,42,43,0)
}

.bg-gray-bg4\/10 {
    background-color: rgba(41,42,43,.1)
}

.bg-gray-bg4\/100 {
    background-color: #292a2b
}

.bg-gray-bg4\/20 {
    background-color: rgba(41,42,43,.2)
}

.bg-gray-bg4\/25 {
    background-color: rgba(41,42,43,.25)
}

.bg-gray-bg4\/30 {
    background-color: rgba(41,42,43,.3)
}

.bg-gray-bg4\/40 {
    background-color: rgba(41,42,43,.4)
}

.bg-gray-bg4\/5 {
    background-color: rgba(41,42,43,.05)
}

.bg-gray-bg4\/50 {
    background-color: rgba(41,42,43,.5)
}

.bg-gray-bg4\/60 {
    background-color: rgba(41,42,43,.6)
}

.bg-gray-bg4\/70 {
    background-color: rgba(41,42,43,.7)
}

.bg-gray-bg4\/75 {
    background-color: rgba(41,42,43,.75)
}

.bg-gray-bg4\/80 {
    background-color: rgba(41,42,43,.8)
}

.bg-gray-bg4\/90 {
    background-color: rgba(41,42,43,.9)
}

.bg-gray-bg4\/95 {
    background-color: rgba(41,42,43,.95)
}

.bg-gray-bg5 {
    --tw-bg-opacity: 1;
    background-color: rgb(33 34 35/var(--tw-bg-opacity))
}

.bg-gray-bg5\/0 {
    background-color: rgba(33,34,35,0)
}

.bg-gray-bg5\/10 {
    background-color: rgba(33,34,35,.1)
}

.bg-gray-bg5\/100 {
    background-color: #212223
}

.bg-gray-bg5\/20 {
    background-color: rgba(33,34,35,.2)
}

.bg-gray-bg5\/25 {
    background-color: rgba(33,34,35,.25)
}

.bg-gray-bg5\/30 {
    background-color: rgba(33,34,35,.3)
}

.bg-gray-bg5\/40 {
    background-color: rgba(33,34,35,.4)
}

.bg-gray-bg5\/5 {
    background-color: rgba(33,34,35,.05)
}

.bg-gray-bg5\/50 {
    background-color: rgba(33,34,35,.5)
}

.bg-gray-bg5\/60 {
    background-color: rgba(33,34,35,.6)
}

.bg-gray-bg5\/70 {
    background-color: rgba(33,34,35,.7)
}

.bg-gray-bg5\/75 {
    background-color: rgba(33,34,35,.75)
}

.bg-gray-bg5\/80 {
    background-color: rgba(33,34,35,.8)
}

.bg-gray-bg5\/90 {
    background-color: rgba(33,34,35,.9)
}

.bg-gray-bg5\/95 {
    background-color: rgba(33,34,35,.95)
}

.bg-gray-border {
    --tw-bg-opacity: 1;
    background-color: rgb(65 65 65/var(--tw-bg-opacity))
}

.bg-gray-border\/0 {
    background-color: rgba(65,65,65,0)
}

.bg-gray-border\/10 {
    background-color: rgba(65,65,65,.1)
}

.bg-gray-border\/100 {
    background-color: #414141
}

.bg-gray-border\/20 {
    background-color: rgba(65,65,65,.2)
}

.bg-gray-border\/25 {
    background-color: rgba(65,65,65,.25)
}

.bg-gray-border\/30 {
    background-color: rgba(65,65,65,.3)
}

.bg-gray-border\/40 {
    background-color: rgba(65,65,65,.4)
}

.bg-gray-border\/5 {
    background-color: rgba(65,65,65,.05)
}

.bg-gray-border\/50 {
    background-color: rgba(65,65,65,.5)
}

.bg-gray-border\/60 {
    background-color: rgba(65,65,65,.6)
}

.bg-gray-border\/70 {
    background-color: rgba(65,65,65,.7)
}

.bg-gray-border\/75 {
    background-color: rgba(65,65,65,.75)
}

.bg-gray-border\/80 {
    background-color: rgba(65,65,65,.8)
}

.bg-gray-border\/90 {
    background-color: rgba(65,65,65,.9)
}

.bg-gray-border\/95 {
    background-color: rgba(65,65,65,.95)
}

.bg-gray-button {
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 116/var(--tw-bg-opacity))
}

.bg-gray-button\/0 {
    background-color: hsla(240,0%,45%,0)
}

.bg-gray-button\/10 {
    background-color: hsla(240,0%,45%,.1)
}

.bg-gray-button\/100 {
    background-color: #737374
}

.bg-gray-button\/20 {
    background-color: hsla(240,0%,45%,.2)
}

.bg-gray-button\/25 {
    background-color: hsla(240,0%,45%,.25)
}

.bg-gray-button\/30 {
    background-color: hsla(240,0%,45%,.3)
}

.bg-gray-button\/40 {
    background-color: hsla(240,0%,45%,.4)
}

.bg-gray-button\/5 {
    background-color: hsla(240,0%,45%,.05)
}

.bg-gray-button\/50 {
    background-color: hsla(240,0%,45%,.5)
}

.bg-gray-button\/60 {
    background-color: hsla(240,0%,45%,.6)
}

.bg-gray-button\/70 {
    background-color: hsla(240,0%,45%,.7)
}

.bg-gray-button\/75 {
    background-color: hsla(240,0%,45%,.75)
}

.bg-gray-button\/80 {
    background-color: hsla(240,0%,45%,.8)
}

.bg-gray-button\/90 {
    background-color: hsla(240,0%,45%,.9)
}

.bg-gray-button\/95 {
    background-color: hsla(240,0%,45%,.95)
}

.bg-gray-claimed {
    --tw-bg-opacity: 1;
    background-color: rgb(62 61 61/var(--tw-bg-opacity))
}

.bg-gray-claimed\/0 {
    background-color: rgba(62,61,61,0)
}

.bg-gray-claimed\/10 {
    background-color: rgba(62,61,61,.1)
}

.bg-gray-claimed\/100 {
    background-color: #3e3d3d
}

.bg-gray-claimed\/20 {
    background-color: rgba(62,61,61,.2)
}

.bg-gray-claimed\/25 {
    background-color: rgba(62,61,61,.25)
}

.bg-gray-claimed\/30 {
    background-color: rgba(62,61,61,.3)
}

.bg-gray-claimed\/40 {
    background-color: rgba(62,61,61,.4)
}

.bg-gray-claimed\/5 {
    background-color: rgba(62,61,61,.05)
}

.bg-gray-claimed\/50 {
    background-color: rgba(62,61,61,.5)
}

.bg-gray-claimed\/60 {
    background-color: rgba(62,61,61,.6)
}

.bg-gray-claimed\/70 {
    background-color: rgba(62,61,61,.7)
}

.bg-gray-claimed\/75 {
    background-color: rgba(62,61,61,.75)
}

.bg-gray-claimed\/80 {
    background-color: rgba(62,61,61,.8)
}

.bg-gray-claimed\/90 {
    background-color: rgba(62,61,61,.9)
}

.bg-gray-claimed\/95 {
    background-color: rgba(62,61,61,.95)
}

.bg-gray-default {
    --tw-bg-opacity: 1;
    background-color: rgb(130 138 147/var(--tw-bg-opacity))
}

.bg-gray-default\/0 {
    background-color: hsla(212,7%,54%,0)
}

.bg-gray-default\/10 {
    background-color: hsla(212,7%,54%,.1)
}

.bg-gray-default\/100 {
    background-color: #828a93
}

.bg-gray-default\/20 {
    background-color: hsla(212,7%,54%,.2)
}

.bg-gray-default\/25 {
    background-color: hsla(212,7%,54%,.25)
}

.bg-gray-default\/30 {
    background-color: hsla(212,7%,54%,.3)
}

.bg-gray-default\/40 {
    background-color: hsla(212,7%,54%,.4)
}

.bg-gray-default\/5 {
    background-color: hsla(212,7%,54%,.05)
}

.bg-gray-default\/50 {
    background-color: hsla(212,7%,54%,.5)
}

.bg-gray-default\/60 {
    background-color: hsla(212,7%,54%,.6)
}

.bg-gray-default\/70 {
    background-color: hsla(212,7%,54%,.7)
}

.bg-gray-default\/75 {
    background-color: hsla(212,7%,54%,.75)
}

.bg-gray-default\/80 {
    background-color: hsla(212,7%,54%,.8)
}

.bg-gray-default\/90 {
    background-color: hsla(212,7%,54%,.9)
}

.bg-gray-default\/95 {
    background-color: hsla(212,7%,54%,.95)
}

.bg-gray-disable {
    --tw-bg-opacity: 1;
    background-color: rgb(102 102 100/var(--tw-bg-opacity))
}

.bg-gray-disable\/0 {
    background-color: hsla(60,1%,40%,0)
}

.bg-gray-disable\/10 {
    background-color: hsla(60,1%,40%,.1)
}

.bg-gray-disable\/100 {
    background-color: #666664
}

.bg-gray-disable\/20 {
    background-color: hsla(60,1%,40%,.2)
}

.bg-gray-disable\/25 {
    background-color: hsla(60,1%,40%,.25)
}

.bg-gray-disable\/30 {
    background-color: hsla(60,1%,40%,.3)
}

.bg-gray-disable\/40 {
    background-color: hsla(60,1%,40%,.4)
}

.bg-gray-disable\/5 {
    background-color: hsla(60,1%,40%,.05)
}

.bg-gray-disable\/50 {
    background-color: hsla(60,1%,40%,.5)
}

.bg-gray-disable\/60 {
    background-color: hsla(60,1%,40%,.6)
}

.bg-gray-disable\/70 {
    background-color: hsla(60,1%,40%,.7)
}

.bg-gray-disable\/75 {
    background-color: hsla(60,1%,40%,.75)
}

.bg-gray-disable\/80 {
    background-color: hsla(60,1%,40%,.8)
}

.bg-gray-disable\/90 {
    background-color: hsla(60,1%,40%,.9)
}

.bg-gray-disable\/95 {
    background-color: hsla(60,1%,40%,.95)
}

.bg-gray-form {
    --tw-bg-opacity: 1;
    background-color: rgb(42 44 49/var(--tw-bg-opacity))
}

.bg-gray-form\/0 {
    background-color: rgba(42,44,49,0)
}

.bg-gray-form\/10 {
    background-color: rgba(42,44,49,.1)
}

.bg-gray-form\/100 {
    background-color: #2a2c31
}

.bg-gray-form\/20 {
    background-color: rgba(42,44,49,.2)
}

.bg-gray-form\/25 {
    background-color: rgba(42,44,49,.25)
}

.bg-gray-form\/30 {
    background-color: rgba(42,44,49,.3)
}

.bg-gray-form\/40 {
    background-color: rgba(42,44,49,.4)
}

.bg-gray-form\/5 {
    background-color: rgba(42,44,49,.05)
}

.bg-gray-form\/50 {
    background-color: rgba(42,44,49,.5)
}

.bg-gray-form\/60 {
    background-color: rgba(42,44,49,.6)
}

.bg-gray-form\/70 {
    background-color: rgba(42,44,49,.7)
}

.bg-gray-form\/75 {
    background-color: rgba(42,44,49,.75)
}

.bg-gray-form\/80 {
    background-color: rgba(42,44,49,.8)
}

.bg-gray-form\/90 {
    background-color: rgba(42,44,49,.9)
}

.bg-gray-form\/95 {
    background-color: rgba(42,44,49,.95)
}

.bg-gray-hot-match-text {
    --tw-bg-opacity: 1;
    background-color: rgb(205 204 206/var(--tw-bg-opacity))
}

.bg-gray-hot-match-text\/0 {
    background-color: hsla(270,2%,80%,0)
}

.bg-gray-hot-match-text\/10 {
    background-color: hsla(270,2%,80%,.1)
}

.bg-gray-hot-match-text\/100 {
    background-color: #cdccce
}

.bg-gray-hot-match-text\/20 {
    background-color: hsla(270,2%,80%,.2)
}

.bg-gray-hot-match-text\/25 {
    background-color: hsla(270,2%,80%,.25)
}

.bg-gray-hot-match-text\/30 {
    background-color: hsla(270,2%,80%,.3)
}

.bg-gray-hot-match-text\/40 {
    background-color: hsla(270,2%,80%,.4)
}

.bg-gray-hot-match-text\/5 {
    background-color: hsla(270,2%,80%,.05)
}

.bg-gray-hot-match-text\/50 {
    background-color: hsla(270,2%,80%,.5)
}

.bg-gray-hot-match-text\/60 {
    background-color: hsla(270,2%,80%,.6)
}

.bg-gray-hot-match-text\/70 {
    background-color: hsla(270,2%,80%,.7)
}

.bg-gray-hot-match-text\/75 {
    background-color: hsla(270,2%,80%,.75)
}

.bg-gray-hot-match-text\/80 {
    background-color: hsla(270,2%,80%,.8)
}

.bg-gray-hot-match-text\/90 {
    background-color: hsla(270,2%,80%,.9)
}

.bg-gray-hot-match-text\/95 {
    background-color: hsla(270,2%,80%,.95)
}

.bg-gray-info {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38/var(--tw-bg-opacity))
}

.bg-gray-info\/0 {
    background-color: rgba(38,38,38,0)
}

.bg-gray-info\/10 {
    background-color: rgba(38,38,38,.1)
}

.bg-gray-info\/100 {
    background-color: #262626
}

.bg-gray-info\/20 {
    background-color: rgba(38,38,38,.2)
}

.bg-gray-info\/25 {
    background-color: rgba(38,38,38,.25)
}

.bg-gray-info\/30 {
    background-color: rgba(38,38,38,.3)
}

.bg-gray-info\/40 {
    background-color: rgba(38,38,38,.4)
}

.bg-gray-info\/5 {
    background-color: rgba(38,38,38,.05)
}

.bg-gray-info\/50 {
    background-color: rgba(38,38,38,.5)
}

.bg-gray-info\/60 {
    background-color: rgba(38,38,38,.6)
}

.bg-gray-info\/70 {
    background-color: rgba(38,38,38,.7)
}

.bg-gray-info\/75 {
    background-color: rgba(38,38,38,.75)
}

.bg-gray-info\/80 {
    background-color: rgba(38,38,38,.8)
}

.bg-gray-info\/90 {
    background-color: rgba(38,38,38,.9)
}

.bg-gray-info\/95 {
    background-color: rgba(38,38,38,.95)
}

.bg-gray-item-history {
    --tw-bg-opacity: 1;
    background-color: rgb(56 64 69/var(--tw-bg-opacity))
}

.bg-gray-item-history\/0 {
    background-color: rgba(56,64,69,0)
}

.bg-gray-item-history\/10 {
    background-color: rgba(56,64,69,.1)
}

.bg-gray-item-history\/100 {
    background-color: #384045
}

.bg-gray-item-history\/20 {
    background-color: rgba(56,64,69,.2)
}

.bg-gray-item-history\/25 {
    background-color: rgba(56,64,69,.25)
}

.bg-gray-item-history\/30 {
    background-color: rgba(56,64,69,.3)
}

.bg-gray-item-history\/40 {
    background-color: rgba(56,64,69,.4)
}

.bg-gray-item-history\/5 {
    background-color: rgba(56,64,69,.05)
}

.bg-gray-item-history\/50 {
    background-color: rgba(56,64,69,.5)
}

.bg-gray-item-history\/60 {
    background-color: rgba(56,64,69,.6)
}

.bg-gray-item-history\/70 {
    background-color: rgba(56,64,69,.7)
}

.bg-gray-item-history\/75 {
    background-color: rgba(56,64,69,.75)
}

.bg-gray-item-history\/80 {
    background-color: rgba(56,64,69,.8)
}

.bg-gray-item-history\/90 {
    background-color: rgba(56,64,69,.9)
}

.bg-gray-item-history\/95 {
    background-color: rgba(56,64,69,.95)
}

.bg-gray-label {
    --tw-bg-opacity: 1;
    background-color: rgb(138 138 138/var(--tw-bg-opacity))
}

.bg-gray-label\/0 {
    background-color: hsla(0,0%,54%,0)
}

.bg-gray-label\/10 {
    background-color: hsla(0,0%,54%,.1)
}

.bg-gray-label\/100 {
    background-color: #8a8a8a
}

.bg-gray-label\/20 {
    background-color: hsla(0,0%,54%,.2)
}

.bg-gray-label\/25 {
    background-color: hsla(0,0%,54%,.25)
}

.bg-gray-label\/30 {
    background-color: hsla(0,0%,54%,.3)
}

.bg-gray-label\/40 {
    background-color: hsla(0,0%,54%,.4)
}

.bg-gray-label\/5 {
    background-color: hsla(0,0%,54%,.05)
}

.bg-gray-label\/50 {
    background-color: hsla(0,0%,54%,.5)
}

.bg-gray-label\/60 {
    background-color: hsla(0,0%,54%,.6)
}

.bg-gray-label\/70 {
    background-color: hsla(0,0%,54%,.7)
}

.bg-gray-label\/75 {
    background-color: hsla(0,0%,54%,.75)
}

.bg-gray-label\/80 {
    background-color: hsla(0,0%,54%,.8)
}

.bg-gray-label\/90 {
    background-color: hsla(0,0%,54%,.9)
}

.bg-gray-label\/95 {
    background-color: hsla(0,0%,54%,.95)
}

.bg-gray-light {
    --tw-bg-opacity: 1;
    background-color: rgb(151 150 153/var(--tw-bg-opacity))
}

.bg-gray-light\/0 {
    background-color: hsla(260,1%,59%,0)
}

.bg-gray-light\/10 {
    background-color: hsla(260,1%,59%,.1)
}

.bg-gray-light\/100 {
    background-color: #979699
}

.bg-gray-light\/20 {
    background-color: hsla(260,1%,59%,.2)
}

.bg-gray-light\/25 {
    background-color: hsla(260,1%,59%,.25)
}

.bg-gray-light\/30 {
    background-color: hsla(260,1%,59%,.3)
}

.bg-gray-light\/40 {
    background-color: hsla(260,1%,59%,.4)
}

.bg-gray-light\/5 {
    background-color: hsla(260,1%,59%,.05)
}

.bg-gray-light\/50 {
    background-color: hsla(260,1%,59%,.5)
}

.bg-gray-light\/60 {
    background-color: hsla(260,1%,59%,.6)
}

.bg-gray-light\/70 {
    background-color: hsla(260,1%,59%,.7)
}

.bg-gray-light\/75 {
    background-color: hsla(260,1%,59%,.75)
}

.bg-gray-light\/80 {
    background-color: hsla(260,1%,59%,.8)
}

.bg-gray-light\/90 {
    background-color: hsla(260,1%,59%,.9)
}

.bg-gray-light\/95 {
    background-color: hsla(260,1%,59%,.95)
}

.bg-gray-marquee-text {
    --tw-bg-opacity: 1;
    background-color: rgb(190 189 184/var(--tw-bg-opacity))
}

.bg-gray-marquee-text\/0 {
    background-color: hsla(50,4%,73%,0)
}

.bg-gray-marquee-text\/10 {
    background-color: hsla(50,4%,73%,.1)
}

.bg-gray-marquee-text\/100 {
    background-color: #bebdb8
}

.bg-gray-marquee-text\/20 {
    background-color: hsla(50,4%,73%,.2)
}

.bg-gray-marquee-text\/25 {
    background-color: hsla(50,4%,73%,.25)
}

.bg-gray-marquee-text\/30 {
    background-color: hsla(50,4%,73%,.3)
}

.bg-gray-marquee-text\/40 {
    background-color: hsla(50,4%,73%,.4)
}

.bg-gray-marquee-text\/5 {
    background-color: hsla(50,4%,73%,.05)
}

.bg-gray-marquee-text\/50 {
    background-color: hsla(50,4%,73%,.5)
}

.bg-gray-marquee-text\/60 {
    background-color: hsla(50,4%,73%,.6)
}

.bg-gray-marquee-text\/70 {
    background-color: hsla(50,4%,73%,.7)
}

.bg-gray-marquee-text\/75 {
    background-color: hsla(50,4%,73%,.75)
}

.bg-gray-marquee-text\/80 {
    background-color: hsla(50,4%,73%,.8)
}

.bg-gray-marquee-text\/90 {
    background-color: hsla(50,4%,73%,.9)
}

.bg-gray-marquee-text\/95 {
    background-color: hsla(50,4%,73%,.95)
}

.bg-gray-placeholder {
    --tw-bg-opacity: 1;
    background-color: rgb(130 138 147/var(--tw-bg-opacity))
}

.bg-gray-placeholder\/0 {
    background-color: hsla(212,7%,54%,0)
}

.bg-gray-placeholder\/10 {
    background-color: hsla(212,7%,54%,.1)
}

.bg-gray-placeholder\/100 {
    background-color: #828a93
}

.bg-gray-placeholder\/20 {
    background-color: hsla(212,7%,54%,.2)
}

.bg-gray-placeholder\/25 {
    background-color: hsla(212,7%,54%,.25)
}

.bg-gray-placeholder\/30 {
    background-color: hsla(212,7%,54%,.3)
}

.bg-gray-placeholder\/40 {
    background-color: hsla(212,7%,54%,.4)
}

.bg-gray-placeholder\/5 {
    background-color: hsla(212,7%,54%,.05)
}

.bg-gray-placeholder\/50 {
    background-color: hsla(212,7%,54%,.5)
}

.bg-gray-placeholder\/60 {
    background-color: hsla(212,7%,54%,.6)
}

.bg-gray-placeholder\/70 {
    background-color: hsla(212,7%,54%,.7)
}

.bg-gray-placeholder\/75 {
    background-color: hsla(212,7%,54%,.75)
}

.bg-gray-placeholder\/80 {
    background-color: hsla(212,7%,54%,.8)
}

.bg-gray-placeholder\/90 {
    background-color: hsla(212,7%,54%,.9)
}

.bg-gray-placeholder\/95 {
    background-color: hsla(212,7%,54%,.95)
}

.bg-gray-popup {
    --tw-bg-opacity: 1;
    background-color: rgb(178 178 182/var(--tw-bg-opacity))
}

.bg-gray-popup\/0 {
    background-color: hsla(240,3%,71%,0)
}

.bg-gray-popup\/10 {
    background-color: hsla(240,3%,71%,.1)
}

.bg-gray-popup\/100 {
    background-color: #b2b2b6
}

.bg-gray-popup\/20 {
    background-color: hsla(240,3%,71%,.2)
}

.bg-gray-popup\/25 {
    background-color: hsla(240,3%,71%,.25)
}

.bg-gray-popup\/30 {
    background-color: hsla(240,3%,71%,.3)
}

.bg-gray-popup\/40 {
    background-color: hsla(240,3%,71%,.4)
}

.bg-gray-popup\/5 {
    background-color: hsla(240,3%,71%,.05)
}

.bg-gray-popup\/50 {
    background-color: hsla(240,3%,71%,.5)
}

.bg-gray-popup\/60 {
    background-color: hsla(240,3%,71%,.6)
}

.bg-gray-popup\/70 {
    background-color: hsla(240,3%,71%,.7)
}

.bg-gray-popup\/75 {
    background-color: hsla(240,3%,71%,.75)
}

.bg-gray-popup\/80 {
    background-color: hsla(240,3%,71%,.8)
}

.bg-gray-popup\/90 {
    background-color: hsla(240,3%,71%,.9)
}

.bg-gray-popup\/95 {
    background-color: hsla(240,3%,71%,.95)
}

.bg-gray-progress-non {
    --tw-bg-opacity: 1;
    background-color: rgb(15 16 17/var(--tw-bg-opacity))
}

.bg-gray-progress-non\/0 {
    background-color: rgba(15,16,17,0)
}

.bg-gray-progress-non\/10 {
    background-color: rgba(15,16,17,.1)
}

.bg-gray-progress-non\/100 {
    background-color: #0f1011
}

.bg-gray-progress-non\/20 {
    background-color: rgba(15,16,17,.2)
}

.bg-gray-progress-non\/25 {
    background-color: rgba(15,16,17,.25)
}

.bg-gray-progress-non\/30 {
    background-color: rgba(15,16,17,.3)
}

.bg-gray-progress-non\/40 {
    background-color: rgba(15,16,17,.4)
}

.bg-gray-progress-non\/5 {
    background-color: rgba(15,16,17,.05)
}

.bg-gray-progress-non\/50 {
    background-color: rgba(15,16,17,.5)
}

.bg-gray-progress-non\/60 {
    background-color: rgba(15,16,17,.6)
}

.bg-gray-progress-non\/70 {
    background-color: rgba(15,16,17,.7)
}

.bg-gray-progress-non\/75 {
    background-color: rgba(15,16,17,.75)
}

.bg-gray-progress-non\/80 {
    background-color: rgba(15,16,17,.8)
}

.bg-gray-progress-non\/90 {
    background-color: rgba(15,16,17,.9)
}

.bg-gray-progress-non\/95 {
    background-color: rgba(15,16,17,.95)
}

.bg-gray-qr-code {
    --tw-bg-opacity: 1;
    background-color: rgb(85 85 85/var(--tw-bg-opacity))
}

.bg-gray-qr-code\/0 {
    background-color: rgba(85,85,85,0)
}

.bg-gray-qr-code\/10 {
    background-color: rgba(85,85,85,.1)
}

.bg-gray-qr-code\/100 {
    background-color: #555
}

.bg-gray-qr-code\/20 {
    background-color: rgba(85,85,85,.2)
}

.bg-gray-qr-code\/25 {
    background-color: rgba(85,85,85,.25)
}

.bg-gray-qr-code\/30 {
    background-color: rgba(85,85,85,.3)
}

.bg-gray-qr-code\/40 {
    background-color: rgba(85,85,85,.4)
}

.bg-gray-qr-code\/5 {
    background-color: rgba(85,85,85,.05)
}

.bg-gray-qr-code\/50 {
    background-color: rgba(85,85,85,.5)
}

.bg-gray-qr-code\/60 {
    background-color: rgba(85,85,85,.6)
}

.bg-gray-qr-code\/70 {
    background-color: rgba(85,85,85,.7)
}

.bg-gray-qr-code\/75 {
    background-color: rgba(85,85,85,.75)
}

.bg-gray-qr-code\/80 {
    background-color: rgba(85,85,85,.8)
}

.bg-gray-qr-code\/90 {
    background-color: rgba(85,85,85,.9)
}

.bg-gray-qr-code\/95 {
    background-color: rgba(85,85,85,.95)
}

.bg-gray-show-all {
    --tw-bg-opacity: 1;
    background-color: rgb(86 86 86/var(--tw-bg-opacity))
}

.bg-gray-show-all\/0 {
    background-color: rgba(86,86,86,0)
}

.bg-gray-show-all\/10 {
    background-color: rgba(86,86,86,.1)
}

.bg-gray-show-all\/100 {
    background-color: #565656
}

.bg-gray-show-all\/20 {
    background-color: rgba(86,86,86,.2)
}

.bg-gray-show-all\/25 {
    background-color: rgba(86,86,86,.25)
}

.bg-gray-show-all\/30 {
    background-color: rgba(86,86,86,.3)
}

.bg-gray-show-all\/40 {
    background-color: rgba(86,86,86,.4)
}

.bg-gray-show-all\/5 {
    background-color: rgba(86,86,86,.05)
}

.bg-gray-show-all\/50 {
    background-color: rgba(86,86,86,.5)
}

.bg-gray-show-all\/60 {
    background-color: rgba(86,86,86,.6)
}

.bg-gray-show-all\/70 {
    background-color: rgba(86,86,86,.7)
}

.bg-gray-show-all\/75 {
    background-color: rgba(86,86,86,.75)
}

.bg-gray-show-all\/80 {
    background-color: rgba(86,86,86,.8)
}

.bg-gray-show-all\/90 {
    background-color: rgba(86,86,86,.9)
}

.bg-gray-show-all\/95 {
    background-color: rgba(86,86,86,.95)
}

.bg-gray-symbol-coin {
    --tw-bg-opacity: 1;
    background-color: rgb(73 73 74/var(--tw-bg-opacity))
}

.bg-gray-symbol-coin\/0 {
    background-color: rgba(73,73,74,0)
}

.bg-gray-symbol-coin\/10 {
    background-color: rgba(73,73,74,.1)
}

.bg-gray-symbol-coin\/100 {
    background-color: #49494a
}

.bg-gray-symbol-coin\/20 {
    background-color: rgba(73,73,74,.2)
}

.bg-gray-symbol-coin\/25 {
    background-color: rgba(73,73,74,.25)
}

.bg-gray-symbol-coin\/30 {
    background-color: rgba(73,73,74,.3)
}

.bg-gray-symbol-coin\/40 {
    background-color: rgba(73,73,74,.4)
}

.bg-gray-symbol-coin\/5 {
    background-color: rgba(73,73,74,.05)
}

.bg-gray-symbol-coin\/50 {
    background-color: rgba(73,73,74,.5)
}

.bg-gray-symbol-coin\/60 {
    background-color: rgba(73,73,74,.6)
}

.bg-gray-symbol-coin\/70 {
    background-color: rgba(73,73,74,.7)
}

.bg-gray-symbol-coin\/75 {
    background-color: rgba(73,73,74,.75)
}

.bg-gray-symbol-coin\/80 {
    background-color: rgba(73,73,74,.8)
}

.bg-gray-symbol-coin\/90 {
    background-color: rgba(73,73,74,.9)
}

.bg-gray-symbol-coin\/95 {
    background-color: rgba(73,73,74,.95)
}

.bg-gray-text {
    --tw-bg-opacity: 1;
    background-color: rgb(219 210 194/var(--tw-bg-opacity))
}

.bg-gray-text-footer {
    --tw-bg-opacity: 1;
    background-color: rgb(112 113 111/var(--tw-bg-opacity))
}

.bg-gray-text-footer\/0 {
    background-color: hsla(90,1%,44%,0)
}

.bg-gray-text-footer\/10 {
    background-color: hsla(90,1%,44%,.1)
}

.bg-gray-text-footer\/100 {
    background-color: #70716f
}

.bg-gray-text-footer\/20 {
    background-color: hsla(90,1%,44%,.2)
}

.bg-gray-text-footer\/25 {
    background-color: hsla(90,1%,44%,.25)
}

.bg-gray-text-footer\/30 {
    background-color: hsla(90,1%,44%,.3)
}

.bg-gray-text-footer\/40 {
    background-color: hsla(90,1%,44%,.4)
}

.bg-gray-text-footer\/5 {
    background-color: hsla(90,1%,44%,.05)
}

.bg-gray-text-footer\/50 {
    background-color: hsla(90,1%,44%,.5)
}

.bg-gray-text-footer\/60 {
    background-color: hsla(90,1%,44%,.6)
}

.bg-gray-text-footer\/70 {
    background-color: hsla(90,1%,44%,.7)
}

.bg-gray-text-footer\/75 {
    background-color: hsla(90,1%,44%,.75)
}

.bg-gray-text-footer\/80 {
    background-color: hsla(90,1%,44%,.8)
}

.bg-gray-text-footer\/90 {
    background-color: hsla(90,1%,44%,.9)
}

.bg-gray-text-footer\/95 {
    background-color: hsla(90,1%,44%,.95)
}

.bg-gray-text-game {
    --tw-bg-opacity: 1;
    background-color: rgb(143 143 143/var(--tw-bg-opacity))
}

.bg-gray-text-game\/0 {
    background-color: hsla(0,0%,56%,0)
}

.bg-gray-text-game\/10 {
    background-color: hsla(0,0%,56%,.1)
}

.bg-gray-text-game\/100 {
    background-color: #8f8f8f
}

.bg-gray-text-game\/20 {
    background-color: hsla(0,0%,56%,.2)
}

.bg-gray-text-game\/25 {
    background-color: hsla(0,0%,56%,.25)
}

.bg-gray-text-game\/30 {
    background-color: hsla(0,0%,56%,.3)
}

.bg-gray-text-game\/40 {
    background-color: hsla(0,0%,56%,.4)
}

.bg-gray-text-game\/5 {
    background-color: hsla(0,0%,56%,.05)
}

.bg-gray-text-game\/50 {
    background-color: hsla(0,0%,56%,.5)
}

.bg-gray-text-game\/60 {
    background-color: hsla(0,0%,56%,.6)
}

.bg-gray-text-game\/70 {
    background-color: hsla(0,0%,56%,.7)
}

.bg-gray-text-game\/75 {
    background-color: hsla(0,0%,56%,.75)
}

.bg-gray-text-game\/80 {
    background-color: hsla(0,0%,56%,.8)
}

.bg-gray-text-game\/90 {
    background-color: hsla(0,0%,56%,.9)
}

.bg-gray-text-game\/95 {
    background-color: hsla(0,0%,56%,.95)
}

.bg-gray-text-popup-login {
    --tw-bg-opacity: 1;
    background-color: rgb(128 128 128/var(--tw-bg-opacity))
}

.bg-gray-text-popup-login\/0 {
    background-color: hsla(0,0%,50%,0)
}

.bg-gray-text-popup-login\/10 {
    background-color: hsla(0,0%,50%,.1)
}

.bg-gray-text-popup-login\/100 {
    background-color: grey
}

.bg-gray-text-popup-login\/20 {
    background-color: hsla(0,0%,50%,.2)
}

.bg-gray-text-popup-login\/25 {
    background-color: hsla(0,0%,50%,.25)
}

.bg-gray-text-popup-login\/30 {
    background-color: hsla(0,0%,50%,.3)
}

.bg-gray-text-popup-login\/40 {
    background-color: hsla(0,0%,50%,.4)
}

.bg-gray-text-popup-login\/5 {
    background-color: hsla(0,0%,50%,.05)
}

.bg-gray-text-popup-login\/50 {
    background-color: hsla(0,0%,50%,.5)
}

.bg-gray-text-popup-login\/60 {
    background-color: hsla(0,0%,50%,.6)
}

.bg-gray-text-popup-login\/70 {
    background-color: hsla(0,0%,50%,.7)
}

.bg-gray-text-popup-login\/75 {
    background-color: hsla(0,0%,50%,.75)
}

.bg-gray-text-popup-login\/80 {
    background-color: hsla(0,0%,50%,.8)
}

.bg-gray-text-popup-login\/90 {
    background-color: hsla(0,0%,50%,.9)
}

.bg-gray-text-popup-login\/95 {
    background-color: hsla(0,0%,50%,.95)
}

.bg-gray-text\/0 {
    background-color: hsla(38,26%,81%,0)
}

.bg-gray-text\/10 {
    background-color: hsla(38,26%,81%,.1)
}

.bg-gray-text\/100 {
    background-color: #dbd2c2
}

.bg-gray-text\/20 {
    background-color: hsla(38,26%,81%,.2)
}

.bg-gray-text\/25 {
    background-color: hsla(38,26%,81%,.25)
}

.bg-gray-text\/30 {
    background-color: hsla(38,26%,81%,.3)
}

.bg-gray-text\/40 {
    background-color: hsla(38,26%,81%,.4)
}

.bg-gray-text\/5 {
    background-color: hsla(38,26%,81%,.05)
}

.bg-gray-text\/50 {
    background-color: hsla(38,26%,81%,.5)
}

.bg-gray-text\/60 {
    background-color: hsla(38,26%,81%,.6)
}

.bg-gray-text\/70 {
    background-color: hsla(38,26%,81%,.7)
}

.bg-gray-text\/75 {
    background-color: hsla(38,26%,81%,.75)
}

.bg-gray-text\/80 {
    background-color: hsla(38,26%,81%,.8)
}

.bg-gray-text\/90 {
    background-color: hsla(38,26%,81%,.9)
}

.bg-gray-text\/95 {
    background-color: hsla(38,26%,81%,.95)
}

.bg-gray-title-game {
    --tw-bg-opacity: 1;
    background-color: rgb(230 230 230/var(--tw-bg-opacity))
}

.bg-gray-title-game\/0 {
    background-color: hsla(0,0%,90%,0)
}

.bg-gray-title-game\/10 {
    background-color: hsla(0,0%,90%,.1)
}

.bg-gray-title-game\/100 {
    background-color: #e6e6e6
}

.bg-gray-title-game\/20 {
    background-color: hsla(0,0%,90%,.2)
}

.bg-gray-title-game\/25 {
    background-color: hsla(0,0%,90%,.25)
}

.bg-gray-title-game\/30 {
    background-color: hsla(0,0%,90%,.3)
}

.bg-gray-title-game\/40 {
    background-color: hsla(0,0%,90%,.4)
}

.bg-gray-title-game\/5 {
    background-color: hsla(0,0%,90%,.05)
}

.bg-gray-title-game\/50 {
    background-color: hsla(0,0%,90%,.5)
}

.bg-gray-title-game\/60 {
    background-color: hsla(0,0%,90%,.6)
}

.bg-gray-title-game\/70 {
    background-color: hsla(0,0%,90%,.7)
}

.bg-gray-title-game\/75 {
    background-color: hsla(0,0%,90%,.75)
}

.bg-gray-title-game\/80 {
    background-color: hsla(0,0%,90%,.8)
}

.bg-gray-title-game\/90 {
    background-color: hsla(0,0%,90%,.9)
}

.bg-gray-title-game\/95 {
    background-color: hsla(0,0%,90%,.95)
}

.bg-gray-white {
    --tw-bg-opacity: 1;
    background-color: rgb(227 227 226/var(--tw-bg-opacity))
}

.bg-gray-white\/0 {
    background-color: hsla(60,2%,89%,0)
}

.bg-gray-white\/10 {
    background-color: hsla(60,2%,89%,.1)
}

.bg-gray-white\/100 {
    background-color: #e3e3e2
}

.bg-gray-white\/20 {
    background-color: hsla(60,2%,89%,.2)
}

.bg-gray-white\/25 {
    background-color: hsla(60,2%,89%,.25)
}

.bg-gray-white\/30 {
    background-color: hsla(60,2%,89%,.3)
}

.bg-gray-white\/40 {
    background-color: hsla(60,2%,89%,.4)
}

.bg-gray-white\/5 {
    background-color: hsla(60,2%,89%,.05)
}

.bg-gray-white\/50 {
    background-color: hsla(60,2%,89%,.5)
}

.bg-gray-white\/60 {
    background-color: hsla(60,2%,89%,.6)
}

.bg-gray-white\/70 {
    background-color: hsla(60,2%,89%,.7)
}

.bg-gray-white\/75 {
    background-color: hsla(60,2%,89%,.75)
}

.bg-gray-white\/80 {
    background-color: hsla(60,2%,89%,.8)
}

.bg-gray-white\/90 {
    background-color: hsla(60,2%,89%,.9)
}

.bg-gray-white\/95 {
    background-color: hsla(60,2%,89%,.95)
}

.bg-green-success {
    --tw-bg-opacity: 1;
    background-color: rgb(98 202 121/var(--tw-bg-opacity))
}

.bg-green-success\/0 {
    background-color: rgba(98,202,121,0)
}

.bg-green-success\/10 {
    background-color: rgba(98,202,121,.1)
}

.bg-green-success\/100 {
    background-color: #62ca79
}

.bg-green-success\/20 {
    background-color: rgba(98,202,121,.2)
}

.bg-green-success\/25 {
    background-color: rgba(98,202,121,.25)
}

.bg-green-success\/30 {
    background-color: rgba(98,202,121,.3)
}

.bg-green-success\/40 {
    background-color: rgba(98,202,121,.4)
}

.bg-green-success\/5 {
    background-color: rgba(98,202,121,.05)
}

.bg-green-success\/50 {
    background-color: rgba(98,202,121,.5)
}

.bg-green-success\/60 {
    background-color: rgba(98,202,121,.6)
}

.bg-green-success\/70 {
    background-color: rgba(98,202,121,.7)
}

.bg-green-success\/75 {
    background-color: rgba(98,202,121,.75)
}

.bg-green-success\/80 {
    background-color: rgba(98,202,121,.8)
}

.bg-green-success\/90 {
    background-color: rgba(98,202,121,.9)
}

.bg-green-success\/95 {
    background-color: rgba(98,202,121,.95)
}

.bg-green-win {
    --tw-bg-opacity: 1;
    background-color: rgb(92 191 117/var(--tw-bg-opacity))
}

.bg-green-win\/0 {
    background-color: rgba(92,191,117,0)
}

.bg-green-win\/10 {
    background-color: rgba(92,191,117,.1)
}

.bg-green-win\/100 {
    background-color: #5cbf75
}

.bg-green-win\/20 {
    background-color: rgba(92,191,117,.2)
}

.bg-green-win\/25 {
    background-color: rgba(92,191,117,.25)
}

.bg-green-win\/30 {
    background-color: rgba(92,191,117,.3)
}

.bg-green-win\/40 {
    background-color: rgba(92,191,117,.4)
}

.bg-green-win\/5 {
    background-color: rgba(92,191,117,.05)
}

.bg-green-win\/50 {
    background-color: rgba(92,191,117,.5)
}

.bg-green-win\/60 {
    background-color: rgba(92,191,117,.6)
}

.bg-green-win\/70 {
    background-color: rgba(92,191,117,.7)
}

.bg-green-win\/75 {
    background-color: rgba(92,191,117,.75)
}

.bg-green-win\/80 {
    background-color: rgba(92,191,117,.8)
}

.bg-green-win\/90 {
    background-color: rgba(92,191,117,.9)
}

.bg-green-win\/95 {
    background-color: rgba(92,191,117,.95)
}

.bg-highlight-leo88 {
    --tw-bg-opacity: 1;
    background-color: rgb(184 28 28/var(--tw-bg-opacity))
}

.bg-highlight-leo88\/0 {
    background-color: rgba(184,28,28,0)
}

.bg-highlight-leo88\/10 {
    background-color: rgba(184,28,28,.1)
}

.bg-highlight-leo88\/100 {
    background-color: #b81c1c
}

.bg-highlight-leo88\/20 {
    background-color: rgba(184,28,28,.2)
}

.bg-highlight-leo88\/25 {
    background-color: rgba(184,28,28,.25)
}

.bg-highlight-leo88\/30 {
    background-color: rgba(184,28,28,.3)
}

.bg-highlight-leo88\/40 {
    background-color: rgba(184,28,28,.4)
}

.bg-highlight-leo88\/5 {
    background-color: rgba(184,28,28,.05)
}

.bg-highlight-leo88\/50 {
    background-color: rgba(184,28,28,.5)
}

.bg-highlight-leo88\/60 {
    background-color: rgba(184,28,28,.6)
}

.bg-highlight-leo88\/70 {
    background-color: rgba(184,28,28,.7)
}

.bg-highlight-leo88\/75 {
    background-color: rgba(184,28,28,.75)
}

.bg-highlight-leo88\/80 {
    background-color: rgba(184,28,28,.8)
}

.bg-highlight-leo88\/90 {
    background-color: rgba(184,28,28,.9)
}

.bg-highlight-leo88\/95 {
    background-color: rgba(184,28,28,.95)
}

.bg-home-title {
    --tw-bg-opacity: 1;
    background-color: rgb(255 221 169/var(--tw-bg-opacity))
}

.bg-home-title\/0 {
    background-color: rgba(255,221,169,0)
}

.bg-home-title\/10 {
    background-color: rgba(255,221,169,.1)
}

.bg-home-title\/100 {
    background-color: #ffdda9
}

.bg-home-title\/20 {
    background-color: rgba(255,221,169,.2)
}

.bg-home-title\/25 {
    background-color: rgba(255,221,169,.25)
}

.bg-home-title\/30 {
    background-color: rgba(255,221,169,.3)
}

.bg-home-title\/40 {
    background-color: rgba(255,221,169,.4)
}

.bg-home-title\/5 {
    background-color: rgba(255,221,169,.05)
}

.bg-home-title\/50 {
    background-color: rgba(255,221,169,.5)
}

.bg-home-title\/60 {
    background-color: rgba(255,221,169,.6)
}

.bg-home-title\/70 {
    background-color: rgba(255,221,169,.7)
}

.bg-home-title\/75 {
    background-color: rgba(255,221,169,.75)
}

.bg-home-title\/80 {
    background-color: rgba(255,221,169,.8)
}

.bg-home-title\/90 {
    background-color: rgba(255,221,169,.9)
}

.bg-home-title\/95 {
    background-color: rgba(255,221,169,.95)
}

.bg-hot-match-green {
    --tw-bg-opacity: 1;
    background-color: rgb(74 197 64/var(--tw-bg-opacity))
}

.bg-hot-match-green\/0 {
    background-color: rgba(74,197,64,0)
}

.bg-hot-match-green\/10 {
    background-color: rgba(74,197,64,.1)
}

.bg-hot-match-green\/100 {
    background-color: #4ac540
}

.bg-hot-match-green\/20 {
    background-color: rgba(74,197,64,.2)
}

.bg-hot-match-green\/25 {
    background-color: rgba(74,197,64,.25)
}

.bg-hot-match-green\/30 {
    background-color: rgba(74,197,64,.3)
}

.bg-hot-match-green\/40 {
    background-color: rgba(74,197,64,.4)
}

.bg-hot-match-green\/5 {
    background-color: rgba(74,197,64,.05)
}

.bg-hot-match-green\/50 {
    background-color: rgba(74,197,64,.5)
}

.bg-hot-match-green\/60 {
    background-color: rgba(74,197,64,.6)
}

.bg-hot-match-green\/70 {
    background-color: rgba(74,197,64,.7)
}

.bg-hot-match-green\/75 {
    background-color: rgba(74,197,64,.75)
}

.bg-hot-match-green\/80 {
    background-color: rgba(74,197,64,.8)
}

.bg-hot-match-green\/90 {
    background-color: rgba(74,197,64,.9)
}

.bg-hot-match-green\/95 {
    background-color: rgba(74,197,64,.95)
}

.bg-hot-match-highlight {
    --tw-bg-opacity: 1;
    background-color: rgb(251 236 231/var(--tw-bg-opacity))
}

.bg-hot-match-highlight\/0 {
    background-color: hsla(15,71%,95%,0)
}

.bg-hot-match-highlight\/10 {
    background-color: hsla(15,71%,95%,.1)
}

.bg-hot-match-highlight\/100 {
    background-color: #fbece7
}

.bg-hot-match-highlight\/20 {
    background-color: hsla(15,71%,95%,.2)
}

.bg-hot-match-highlight\/25 {
    background-color: hsla(15,71%,95%,.25)
}

.bg-hot-match-highlight\/30 {
    background-color: hsla(15,71%,95%,.3)
}

.bg-hot-match-highlight\/40 {
    background-color: hsla(15,71%,95%,.4)
}

.bg-hot-match-highlight\/5 {
    background-color: hsla(15,71%,95%,.05)
}

.bg-hot-match-highlight\/50 {
    background-color: hsla(15,71%,95%,.5)
}

.bg-hot-match-highlight\/60 {
    background-color: hsla(15,71%,95%,.6)
}

.bg-hot-match-highlight\/70 {
    background-color: hsla(15,71%,95%,.7)
}

.bg-hot-match-highlight\/75 {
    background-color: hsla(15,71%,95%,.75)
}

.bg-hot-match-highlight\/80 {
    background-color: hsla(15,71%,95%,.8)
}

.bg-hot-match-highlight\/90 {
    background-color: hsla(15,71%,95%,.9)
}

.bg-hot-match-highlight\/95 {
    background-color: hsla(15,71%,95%,.95)
}

.bg-hot-match-match {
    --tw-bg-opacity: 1;
    background-color: rgb(86 63 42/var(--tw-bg-opacity))
}

.bg-hot-match-match\/0 {
    background-color: rgba(86,63,42,0)
}

.bg-hot-match-match\/10 {
    background-color: rgba(86,63,42,.1)
}

.bg-hot-match-match\/100 {
    background-color: #563f2a
}

.bg-hot-match-match\/20 {
    background-color: rgba(86,63,42,.2)
}

.bg-hot-match-match\/25 {
    background-color: rgba(86,63,42,.25)
}

.bg-hot-match-match\/30 {
    background-color: rgba(86,63,42,.3)
}

.bg-hot-match-match\/40 {
    background-color: rgba(86,63,42,.4)
}

.bg-hot-match-match\/5 {
    background-color: rgba(86,63,42,.05)
}

.bg-hot-match-match\/50 {
    background-color: rgba(86,63,42,.5)
}

.bg-hot-match-match\/60 {
    background-color: rgba(86,63,42,.6)
}

.bg-hot-match-match\/70 {
    background-color: rgba(86,63,42,.7)
}

.bg-hot-match-match\/75 {
    background-color: rgba(86,63,42,.75)
}

.bg-hot-match-match\/80 {
    background-color: rgba(86,63,42,.8)
}

.bg-hot-match-match\/90 {
    background-color: rgba(86,63,42,.9)
}

.bg-hot-match-match\/95 {
    background-color: rgba(86,63,42,.95)
}

.bg-hot-match-provider {
    --tw-bg-opacity: 1;
    background-color: rgb(50 44 41/var(--tw-bg-opacity))
}

.bg-hot-match-provider\/0 {
    background-color: rgba(50,44,41,0)
}

.bg-hot-match-provider\/10 {
    background-color: rgba(50,44,41,.1)
}

.bg-hot-match-provider\/100 {
    background-color: #322c29
}

.bg-hot-match-provider\/20 {
    background-color: rgba(50,44,41,.2)
}

.bg-hot-match-provider\/25 {
    background-color: rgba(50,44,41,.25)
}

.bg-hot-match-provider\/30 {
    background-color: rgba(50,44,41,.3)
}

.bg-hot-match-provider\/40 {
    background-color: rgba(50,44,41,.4)
}

.bg-hot-match-provider\/5 {
    background-color: rgba(50,44,41,.05)
}

.bg-hot-match-provider\/50 {
    background-color: rgba(50,44,41,.5)
}

.bg-hot-match-provider\/60 {
    background-color: rgba(50,44,41,.6)
}

.bg-hot-match-provider\/70 {
    background-color: rgba(50,44,41,.7)
}

.bg-hot-match-provider\/75 {
    background-color: rgba(50,44,41,.75)
}

.bg-hot-match-provider\/80 {
    background-color: rgba(50,44,41,.8)
}

.bg-hot-match-provider\/90 {
    background-color: rgba(50,44,41,.9)
}

.bg-hot-match-provider\/95 {
    background-color: rgba(50,44,41,.95)
}

.bg-hot-match-red {
    --tw-bg-opacity: 1;
    background-color: rgb(234 51 42/var(--tw-bg-opacity))
}

.bg-hot-match-red\/0 {
    background-color: rgba(234,51,42,0)
}

.bg-hot-match-red\/10 {
    background-color: rgba(234,51,42,.1)
}

.bg-hot-match-red\/100 {
    background-color: #ea332a
}

.bg-hot-match-red\/20 {
    background-color: rgba(234,51,42,.2)
}

.bg-hot-match-red\/25 {
    background-color: rgba(234,51,42,.25)
}

.bg-hot-match-red\/30 {
    background-color: rgba(234,51,42,.3)
}

.bg-hot-match-red\/40 {
    background-color: rgba(234,51,42,.4)
}

.bg-hot-match-red\/5 {
    background-color: rgba(234,51,42,.05)
}

.bg-hot-match-red\/50 {
    background-color: rgba(234,51,42,.5)
}

.bg-hot-match-red\/60 {
    background-color: rgba(234,51,42,.6)
}

.bg-hot-match-red\/70 {
    background-color: rgba(234,51,42,.7)
}

.bg-hot-match-red\/75 {
    background-color: rgba(234,51,42,.75)
}

.bg-hot-match-red\/80 {
    background-color: rgba(234,51,42,.8)
}

.bg-hot-match-red\/90 {
    background-color: rgba(234,51,42,.9)
}

.bg-hot-match-red\/95 {
    background-color: rgba(234,51,42,.95)
}

.bg-hot-match-row {
    --tw-bg-opacity: 1;
    background-color: rgb(244 204 144/var(--tw-bg-opacity))
}

.bg-hot-match-row\/0 {
    background-color: hsla(36,82%,76%,0)
}

.bg-hot-match-row\/10 {
    background-color: hsla(36,82%,76%,.1)
}

.bg-hot-match-row\/100 {
    background-color: #f4cc90
}

.bg-hot-match-row\/20 {
    background-color: hsla(36,82%,76%,.2)
}

.bg-hot-match-row\/25 {
    background-color: hsla(36,82%,76%,.25)
}

.bg-hot-match-row\/30 {
    background-color: hsla(36,82%,76%,.3)
}

.bg-hot-match-row\/40 {
    background-color: hsla(36,82%,76%,.4)
}

.bg-hot-match-row\/5 {
    background-color: hsla(36,82%,76%,.05)
}

.bg-hot-match-row\/50 {
    background-color: hsla(36,82%,76%,.5)
}

.bg-hot-match-row\/60 {
    background-color: hsla(36,82%,76%,.6)
}

.bg-hot-match-row\/70 {
    background-color: hsla(36,82%,76%,.7)
}

.bg-hot-match-row\/75 {
    background-color: hsla(36,82%,76%,.75)
}

.bg-hot-match-row\/80 {
    background-color: hsla(36,82%,76%,.8)
}

.bg-hot-match-row\/90 {
    background-color: hsla(36,82%,76%,.9)
}

.bg-hot-match-row\/95 {
    background-color: hsla(36,82%,76%,.95)
}

.bg-hot-match-table-title {
    --tw-bg-opacity: 1;
    background-color: rgb(255 214 145/var(--tw-bg-opacity))
}

.bg-hot-match-table-title\/0 {
    background-color: rgba(255,214,145,0)
}

.bg-hot-match-table-title\/10 {
    background-color: rgba(255,214,145,.1)
}

.bg-hot-match-table-title\/100 {
    background-color: #ffd691
}

.bg-hot-match-table-title\/20 {
    background-color: rgba(255,214,145,.2)
}

.bg-hot-match-table-title\/25 {
    background-color: rgba(255,214,145,.25)
}

.bg-hot-match-table-title\/30 {
    background-color: rgba(255,214,145,.3)
}

.bg-hot-match-table-title\/40 {
    background-color: rgba(255,214,145,.4)
}

.bg-hot-match-table-title\/5 {
    background-color: rgba(255,214,145,.05)
}

.bg-hot-match-table-title\/50 {
    background-color: rgba(255,214,145,.5)
}

.bg-hot-match-table-title\/60 {
    background-color: rgba(255,214,145,.6)
}

.bg-hot-match-table-title\/70 {
    background-color: rgba(255,214,145,.7)
}

.bg-hot-match-table-title\/75 {
    background-color: rgba(255,214,145,.75)
}

.bg-hot-match-table-title\/80 {
    background-color: rgba(255,214,145,.8)
}

.bg-hot-match-table-title\/90 {
    background-color: rgba(255,214,145,.9)
}

.bg-hot-match-table-title\/95 {
    background-color: rgba(255,214,145,.95)
}

.bg-hot-match-text {
    --tw-bg-opacity: 1;
    background-color: rgb(58 58 58/var(--tw-bg-opacity))
}

.bg-hot-match-text\/0 {
    background-color: rgba(58,58,58,0)
}

.bg-hot-match-text\/10 {
    background-color: rgba(58,58,58,.1)
}

.bg-hot-match-text\/100 {
    background-color: #3a3a3a
}

.bg-hot-match-text\/20 {
    background-color: rgba(58,58,58,.2)
}

.bg-hot-match-text\/25 {
    background-color: rgba(58,58,58,.25)
}

.bg-hot-match-text\/30 {
    background-color: rgba(58,58,58,.3)
}

.bg-hot-match-text\/40 {
    background-color: rgba(58,58,58,.4)
}

.bg-hot-match-text\/5 {
    background-color: rgba(58,58,58,.05)
}

.bg-hot-match-text\/50 {
    background-color: rgba(58,58,58,.5)
}

.bg-hot-match-text\/60 {
    background-color: rgba(58,58,58,.6)
}

.bg-hot-match-text\/70 {
    background-color: rgba(58,58,58,.7)
}

.bg-hot-match-text\/75 {
    background-color: rgba(58,58,58,.75)
}

.bg-hot-match-text\/80 {
    background-color: rgba(58,58,58,.8)
}

.bg-hot-match-text\/90 {
    background-color: rgba(58,58,58,.9)
}

.bg-hot-match-text\/95 {
    background-color: rgba(58,58,58,.95)
}

.bg-inactive {
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 116/var(--tw-bg-opacity))
}

.bg-inactive\/0 {
    background-color: hsla(240,0%,45%,0)
}

.bg-inactive\/10 {
    background-color: hsla(240,0%,45%,.1)
}

.bg-inactive\/100 {
    background-color: #737374
}

.bg-inactive\/20 {
    background-color: hsla(240,0%,45%,.2)
}

.bg-inactive\/25 {
    background-color: hsla(240,0%,45%,.25)
}

.bg-inactive\/30 {
    background-color: hsla(240,0%,45%,.3)
}

.bg-inactive\/40 {
    background-color: hsla(240,0%,45%,.4)
}

.bg-inactive\/5 {
    background-color: hsla(240,0%,45%,.05)
}

.bg-inactive\/50 {
    background-color: hsla(240,0%,45%,.5)
}

.bg-inactive\/60 {
    background-color: hsla(240,0%,45%,.6)
}

.bg-inactive\/70 {
    background-color: hsla(240,0%,45%,.7)
}

.bg-inactive\/75 {
    background-color: hsla(240,0%,45%,.75)
}

.bg-inactive\/80 {
    background-color: hsla(240,0%,45%,.8)
}

.bg-inactive\/90 {
    background-color: hsla(240,0%,45%,.9)
}

.bg-inactive\/95 {
    background-color: hsla(240,0%,45%,.95)
}

.bg-input-popup {
    --tw-bg-opacity: 1;
    background-color: rgb(21 22 22/var(--tw-bg-opacity))
}

.bg-input-popup\/0 {
    background-color: rgba(21,22,22,0)
}

.bg-input-popup\/10 {
    background-color: rgba(21,22,22,.1)
}

.bg-input-popup\/100 {
    background-color: #151616
}

.bg-input-popup\/20 {
    background-color: rgba(21,22,22,.2)
}

.bg-input-popup\/25 {
    background-color: rgba(21,22,22,.25)
}

.bg-input-popup\/30 {
    background-color: rgba(21,22,22,.3)
}

.bg-input-popup\/40 {
    background-color: rgba(21,22,22,.4)
}

.bg-input-popup\/5 {
    background-color: rgba(21,22,22,.05)
}

.bg-input-popup\/50 {
    background-color: rgba(21,22,22,.5)
}

.bg-input-popup\/60 {
    background-color: rgba(21,22,22,.6)
}

.bg-input-popup\/70 {
    background-color: rgba(21,22,22,.7)
}

.bg-input-popup\/75 {
    background-color: rgba(21,22,22,.75)
}

.bg-input-popup\/80 {
    background-color: rgba(21,22,22,.8)
}

.bg-input-popup\/90 {
    background-color: rgba(21,22,22,.9)
}

.bg-input-popup\/95 {
    background-color: rgba(21,22,22,.95)
}

.bg-input-profile {
    --tw-bg-opacity: 1;
    background-color: rgb(68 67 67/var(--tw-bg-opacity))
}

.bg-input-profile\/0 {
    background-color: rgba(68,67,67,0)
}

.bg-input-profile\/10 {
    background-color: rgba(68,67,67,.1)
}

.bg-input-profile\/100 {
    background-color: #444343
}

.bg-input-profile\/20 {
    background-color: rgba(68,67,67,.2)
}

.bg-input-profile\/25 {
    background-color: rgba(68,67,67,.25)
}

.bg-input-profile\/30 {
    background-color: rgba(68,67,67,.3)
}

.bg-input-profile\/40 {
    background-color: rgba(68,67,67,.4)
}

.bg-input-profile\/5 {
    background-color: rgba(68,67,67,.05)
}

.bg-input-profile\/50 {
    background-color: rgba(68,67,67,.5)
}

.bg-input-profile\/60 {
    background-color: rgba(68,67,67,.6)
}

.bg-input-profile\/70 {
    background-color: rgba(68,67,67,.7)
}

.bg-input-profile\/75 {
    background-color: rgba(68,67,67,.75)
}

.bg-input-profile\/80 {
    background-color: rgba(68,67,67,.8)
}

.bg-input-profile\/90 {
    background-color: rgba(68,67,67,.9)
}

.bg-input-profile\/95 {
    background-color: rgba(68,67,67,.95)
}

.bg-item-history-first {
    --tw-bg-opacity: 1;
    background-color: rgb(48 53 56/var(--tw-bg-opacity))
}

.bg-item-history-first\/0 {
    background-color: rgba(48,53,56,0)
}

.bg-item-history-first\/10 {
    background-color: rgba(48,53,56,.1)
}

.bg-item-history-first\/100 {
    background-color: #303538
}

.bg-item-history-first\/20 {
    background-color: rgba(48,53,56,.2)
}

.bg-item-history-first\/25 {
    background-color: rgba(48,53,56,.25)
}

.bg-item-history-first\/30 {
    background-color: rgba(48,53,56,.3)
}

.bg-item-history-first\/40 {
    background-color: rgba(48,53,56,.4)
}

.bg-item-history-first\/5 {
    background-color: rgba(48,53,56,.05)
}

.bg-item-history-first\/50 {
    background-color: rgba(48,53,56,.5)
}

.bg-item-history-first\/60 {
    background-color: rgba(48,53,56,.6)
}

.bg-item-history-first\/70 {
    background-color: rgba(48,53,56,.7)
}

.bg-item-history-first\/75 {
    background-color: rgba(48,53,56,.75)
}

.bg-item-history-first\/80 {
    background-color: rgba(48,53,56,.8)
}

.bg-item-history-first\/90 {
    background-color: rgba(48,53,56,.9)
}

.bg-item-history-first\/95 {
    background-color: rgba(48,53,56,.95)
}

.bg-item-history-second {
    --tw-bg-opacity: 1;
    background-color: rgb(39 38 36/var(--tw-bg-opacity))
}

.bg-item-history-second\/0 {
    background-color: rgba(39,38,36,0)
}

.bg-item-history-second\/10 {
    background-color: rgba(39,38,36,.1)
}

.bg-item-history-second\/100 {
    background-color: #272624
}

.bg-item-history-second\/20 {
    background-color: rgba(39,38,36,.2)
}

.bg-item-history-second\/25 {
    background-color: rgba(39,38,36,.25)
}

.bg-item-history-second\/30 {
    background-color: rgba(39,38,36,.3)
}

.bg-item-history-second\/40 {
    background-color: rgba(39,38,36,.4)
}

.bg-item-history-second\/5 {
    background-color: rgba(39,38,36,.05)
}

.bg-item-history-second\/50 {
    background-color: rgba(39,38,36,.5)
}

.bg-item-history-second\/60 {
    background-color: rgba(39,38,36,.6)
}

.bg-item-history-second\/70 {
    background-color: rgba(39,38,36,.7)
}

.bg-item-history-second\/75 {
    background-color: rgba(39,38,36,.75)
}

.bg-item-history-second\/80 {
    background-color: rgba(39,38,36,.8)
}

.bg-item-history-second\/90 {
    background-color: rgba(39,38,36,.9)
}

.bg-item-history-second\/95 {
    background-color: rgba(39,38,36,.95)
}

.bg-login-form {
    --tw-bg-opacity: 1;
    background-color: rgb(39 38 36/var(--tw-bg-opacity))
}

.bg-login-form\/0 {
    background-color: rgba(39,38,36,0)
}

.bg-login-form\/10 {
    background-color: rgba(39,38,36,.1)
}

.bg-login-form\/100 {
    background-color: #272624
}

.bg-login-form\/20 {
    background-color: rgba(39,38,36,.2)
}

.bg-login-form\/25 {
    background-color: rgba(39,38,36,.25)
}

.bg-login-form\/30 {
    background-color: rgba(39,38,36,.3)
}

.bg-login-form\/40 {
    background-color: rgba(39,38,36,.4)
}

.bg-login-form\/5 {
    background-color: rgba(39,38,36,.05)
}

.bg-login-form\/50 {
    background-color: rgba(39,38,36,.5)
}

.bg-login-form\/60 {
    background-color: rgba(39,38,36,.6)
}

.bg-login-form\/70 {
    background-color: rgba(39,38,36,.7)
}

.bg-login-form\/75 {
    background-color: rgba(39,38,36,.75)
}

.bg-login-form\/80 {
    background-color: rgba(39,38,36,.8)
}

.bg-login-form\/90 {
    background-color: rgba(39,38,36,.9)
}

.bg-login-form\/95 {
    background-color: rgba(39,38,36,.95)
}

.bg-main-header {
    --tw-bg-opacity: 1;
    background-color: rgb(36 29 27/var(--tw-bg-opacity))
}

.bg-main-header\/0 {
    background-color: rgba(36,29,27,0)
}

.bg-main-header\/10 {
    background-color: rgba(36,29,27,.1)
}

.bg-main-header\/100 {
    background-color: #241d1b
}

.bg-main-header\/20 {
    background-color: rgba(36,29,27,.2)
}

.bg-main-header\/25 {
    background-color: rgba(36,29,27,.25)
}

.bg-main-header\/30 {
    background-color: rgba(36,29,27,.3)
}

.bg-main-header\/40 {
    background-color: rgba(36,29,27,.4)
}

.bg-main-header\/5 {
    background-color: rgba(36,29,27,.05)
}

.bg-main-header\/50 {
    background-color: rgba(36,29,27,.5)
}

.bg-main-header\/60 {
    background-color: rgba(36,29,27,.6)
}

.bg-main-header\/70 {
    background-color: rgba(36,29,27,.7)
}

.bg-main-header\/75 {
    background-color: rgba(36,29,27,.75)
}

.bg-main-header\/80 {
    background-color: rgba(36,29,27,.8)
}

.bg-main-header\/90 {
    background-color: rgba(36,29,27,.9)
}

.bg-main-header\/95 {
    background-color: rgba(36,29,27,.95)
}

.bg-marquee {
    --tw-bg-opacity: 1;
    background-color: rgb(225 214 180/var(--tw-bg-opacity))
}

.bg-marquee\/0 {
    background-color: hsla(45,43%,79%,0)
}

.bg-marquee\/10 {
    background-color: hsla(45,43%,79%,.1)
}

.bg-marquee\/100 {
    background-color: #e1d6b4
}

.bg-marquee\/20 {
    background-color: hsla(45,43%,79%,.2)
}

.bg-marquee\/25 {
    background-color: hsla(45,43%,79%,.25)
}

.bg-marquee\/30 {
    background-color: hsla(45,43%,79%,.3)
}

.bg-marquee\/40 {
    background-color: hsla(45,43%,79%,.4)
}

.bg-marquee\/5 {
    background-color: hsla(45,43%,79%,.05)
}

.bg-marquee\/50 {
    background-color: hsla(45,43%,79%,.5)
}

.bg-marquee\/60 {
    background-color: hsla(45,43%,79%,.6)
}

.bg-marquee\/70 {
    background-color: hsla(45,43%,79%,.7)
}

.bg-marquee\/75 {
    background-color: hsla(45,43%,79%,.75)
}

.bg-marquee\/80 {
    background-color: hsla(45,43%,79%,.8)
}

.bg-marquee\/90 {
    background-color: hsla(45,43%,79%,.9)
}

.bg-marquee\/95 {
    background-color: hsla(45,43%,79%,.95)
}

.bg-mobile-account-info {
    --tw-bg-opacity: 1;
    background-color: rgb(79 54 31/var(--tw-bg-opacity))
}

.bg-mobile-account-info\/0 {
    background-color: rgba(79,54,31,0)
}

.bg-mobile-account-info\/10 {
    background-color: rgba(79,54,31,.1)
}

.bg-mobile-account-info\/100 {
    background-color: #4f361f
}

.bg-mobile-account-info\/20 {
    background-color: rgba(79,54,31,.2)
}

.bg-mobile-account-info\/25 {
    background-color: rgba(79,54,31,.25)
}

.bg-mobile-account-info\/30 {
    background-color: rgba(79,54,31,.3)
}

.bg-mobile-account-info\/40 {
    background-color: rgba(79,54,31,.4)
}

.bg-mobile-account-info\/5 {
    background-color: rgba(79,54,31,.05)
}

.bg-mobile-account-info\/50 {
    background-color: rgba(79,54,31,.5)
}

.bg-mobile-account-info\/60 {
    background-color: rgba(79,54,31,.6)
}

.bg-mobile-account-info\/70 {
    background-color: rgba(79,54,31,.7)
}

.bg-mobile-account-info\/75 {
    background-color: rgba(79,54,31,.75)
}

.bg-mobile-account-info\/80 {
    background-color: rgba(79,54,31,.8)
}

.bg-mobile-account-info\/90 {
    background-color: rgba(79,54,31,.9)
}

.bg-mobile-account-info\/95 {
    background-color: rgba(79,54,31,.95)
}

.bg-mobile-border {
    --tw-bg-opacity: 1;
    background-color: rgb(124 76 26/var(--tw-bg-opacity))
}

.bg-mobile-border\/0 {
    background-color: rgba(124,76,26,0)
}

.bg-mobile-border\/10 {
    background-color: rgba(124,76,26,.1)
}

.bg-mobile-border\/100 {
    background-color: #7c4c1a
}

.bg-mobile-border\/20 {
    background-color: rgba(124,76,26,.2)
}

.bg-mobile-border\/25 {
    background-color: rgba(124,76,26,.25)
}

.bg-mobile-border\/30 {
    background-color: rgba(124,76,26,.3)
}

.bg-mobile-border\/40 {
    background-color: rgba(124,76,26,.4)
}

.bg-mobile-border\/5 {
    background-color: rgba(124,76,26,.05)
}

.bg-mobile-border\/50 {
    background-color: rgba(124,76,26,.5)
}

.bg-mobile-border\/60 {
    background-color: rgba(124,76,26,.6)
}

.bg-mobile-border\/70 {
    background-color: rgba(124,76,26,.7)
}

.bg-mobile-border\/75 {
    background-color: rgba(124,76,26,.75)
}

.bg-mobile-border\/80 {
    background-color: rgba(124,76,26,.8)
}

.bg-mobile-border\/90 {
    background-color: rgba(124,76,26,.9)
}

.bg-mobile-border\/95 {
    background-color: rgba(124,76,26,.95)
}

.bg-mobile-card {
    --tw-bg-opacity: 1;
    background-color: rgb(35 35 35/var(--tw-bg-opacity))
}

.bg-mobile-card\/0 {
    background-color: rgba(35,35,35,0)
}

.bg-mobile-card\/10 {
    background-color: rgba(35,35,35,.1)
}

.bg-mobile-card\/100 {
    background-color: #232323
}

.bg-mobile-card\/20 {
    background-color: rgba(35,35,35,.2)
}

.bg-mobile-card\/25 {
    background-color: rgba(35,35,35,.25)
}

.bg-mobile-card\/30 {
    background-color: rgba(35,35,35,.3)
}

.bg-mobile-card\/40 {
    background-color: rgba(35,35,35,.4)
}

.bg-mobile-card\/5 {
    background-color: rgba(35,35,35,.05)
}

.bg-mobile-card\/50 {
    background-color: rgba(35,35,35,.5)
}

.bg-mobile-card\/60 {
    background-color: rgba(35,35,35,.6)
}

.bg-mobile-card\/70 {
    background-color: rgba(35,35,35,.7)
}

.bg-mobile-card\/75 {
    background-color: rgba(35,35,35,.75)
}

.bg-mobile-card\/80 {
    background-color: rgba(35,35,35,.8)
}

.bg-mobile-card\/90 {
    background-color: rgba(35,35,35,.9)
}

.bg-mobile-card\/95 {
    background-color: rgba(35,35,35,.95)
}

.bg-mobile-menu-game-background {
    --tw-bg-opacity: 1;
    background-color: rgb(38 27 24/var(--tw-bg-opacity))
}

.bg-mobile-menu-game-background\/0 {
    background-color: rgba(38,27,24,0)
}

.bg-mobile-menu-game-background\/10 {
    background-color: rgba(38,27,24,.1)
}

.bg-mobile-menu-game-background\/100 {
    background-color: #261b18
}

.bg-mobile-menu-game-background\/20 {
    background-color: rgba(38,27,24,.2)
}

.bg-mobile-menu-game-background\/25 {
    background-color: rgba(38,27,24,.25)
}

.bg-mobile-menu-game-background\/30 {
    background-color: rgba(38,27,24,.3)
}

.bg-mobile-menu-game-background\/40 {
    background-color: rgba(38,27,24,.4)
}

.bg-mobile-menu-game-background\/5 {
    background-color: rgba(38,27,24,.05)
}

.bg-mobile-menu-game-background\/50 {
    background-color: rgba(38,27,24,.5)
}

.bg-mobile-menu-game-background\/60 {
    background-color: rgba(38,27,24,.6)
}

.bg-mobile-menu-game-background\/70 {
    background-color: rgba(38,27,24,.7)
}

.bg-mobile-menu-game-background\/75 {
    background-color: rgba(38,27,24,.75)
}

.bg-mobile-menu-game-background\/80 {
    background-color: rgba(38,27,24,.8)
}

.bg-mobile-menu-game-background\/90 {
    background-color: rgba(38,27,24,.9)
}

.bg-mobile-menu-game-background\/95 {
    background-color: rgba(38,27,24,.95)
}

.bg-mobile-menu-game-filter {
    --tw-bg-opacity: 1;
    background-color: rgb(65 46 27/var(--tw-bg-opacity))
}

.bg-mobile-menu-game-filter\/0 {
    background-color: rgba(65,46,27,0)
}

.bg-mobile-menu-game-filter\/10 {
    background-color: rgba(65,46,27,.1)
}

.bg-mobile-menu-game-filter\/100 {
    background-color: #412e1b
}

.bg-mobile-menu-game-filter\/20 {
    background-color: rgba(65,46,27,.2)
}

.bg-mobile-menu-game-filter\/25 {
    background-color: rgba(65,46,27,.25)
}

.bg-mobile-menu-game-filter\/30 {
    background-color: rgba(65,46,27,.3)
}

.bg-mobile-menu-game-filter\/40 {
    background-color: rgba(65,46,27,.4)
}

.bg-mobile-menu-game-filter\/5 {
    background-color: rgba(65,46,27,.05)
}

.bg-mobile-menu-game-filter\/50 {
    background-color: rgba(65,46,27,.5)
}

.bg-mobile-menu-game-filter\/60 {
    background-color: rgba(65,46,27,.6)
}

.bg-mobile-menu-game-filter\/70 {
    background-color: rgba(65,46,27,.7)
}

.bg-mobile-menu-game-filter\/75 {
    background-color: rgba(65,46,27,.75)
}

.bg-mobile-menu-game-filter\/80 {
    background-color: rgba(65,46,27,.8)
}

.bg-mobile-menu-game-filter\/90 {
    background-color: rgba(65,46,27,.9)
}

.bg-mobile-menu-game-filter\/95 {
    background-color: rgba(65,46,27,.95)
}

.bg-mobile-menu-game-provider {
    --tw-bg-opacity: 1;
    background-color: rgb(58 38 17/var(--tw-bg-opacity))
}

.bg-mobile-menu-game-provider\/0 {
    background-color: rgba(58,38,17,0)
}

.bg-mobile-menu-game-provider\/10 {
    background-color: rgba(58,38,17,.1)
}

.bg-mobile-menu-game-provider\/100 {
    background-color: #3a2611
}

.bg-mobile-menu-game-provider\/20 {
    background-color: rgba(58,38,17,.2)
}

.bg-mobile-menu-game-provider\/25 {
    background-color: rgba(58,38,17,.25)
}

.bg-mobile-menu-game-provider\/30 {
    background-color: rgba(58,38,17,.3)
}

.bg-mobile-menu-game-provider\/40 {
    background-color: rgba(58,38,17,.4)
}

.bg-mobile-menu-game-provider\/5 {
    background-color: rgba(58,38,17,.05)
}

.bg-mobile-menu-game-provider\/50 {
    background-color: rgba(58,38,17,.5)
}

.bg-mobile-menu-game-provider\/60 {
    background-color: rgba(58,38,17,.6)
}

.bg-mobile-menu-game-provider\/70 {
    background-color: rgba(58,38,17,.7)
}

.bg-mobile-menu-game-provider\/75 {
    background-color: rgba(58,38,17,.75)
}

.bg-mobile-menu-game-provider\/80 {
    background-color: rgba(58,38,17,.8)
}

.bg-mobile-menu-game-provider\/90 {
    background-color: rgba(58,38,17,.9)
}

.bg-mobile-menu-game-provider\/95 {
    background-color: rgba(58,38,17,.95)
}

.bg-mobile-menu-game-text {
    --tw-bg-opacity: 1;
    background-color: rgb(128 117 106/var(--tw-bg-opacity))
}

.bg-mobile-menu-game-text\/0 {
    background-color: hsla(30,9%,46%,0)
}

.bg-mobile-menu-game-text\/10 {
    background-color: hsla(30,9%,46%,.1)
}

.bg-mobile-menu-game-text\/100 {
    background-color: #80756a
}

.bg-mobile-menu-game-text\/20 {
    background-color: hsla(30,9%,46%,.2)
}

.bg-mobile-menu-game-text\/25 {
    background-color: hsla(30,9%,46%,.25)
}

.bg-mobile-menu-game-text\/30 {
    background-color: hsla(30,9%,46%,.3)
}

.bg-mobile-menu-game-text\/40 {
    background-color: hsla(30,9%,46%,.4)
}

.bg-mobile-menu-game-text\/5 {
    background-color: hsla(30,9%,46%,.05)
}

.bg-mobile-menu-game-text\/50 {
    background-color: hsla(30,9%,46%,.5)
}

.bg-mobile-menu-game-text\/60 {
    background-color: hsla(30,9%,46%,.6)
}

.bg-mobile-menu-game-text\/70 {
    background-color: hsla(30,9%,46%,.7)
}

.bg-mobile-menu-game-text\/75 {
    background-color: hsla(30,9%,46%,.75)
}

.bg-mobile-menu-game-text\/80 {
    background-color: hsla(30,9%,46%,.8)
}

.bg-mobile-menu-game-text\/90 {
    background-color: hsla(30,9%,46%,.9)
}

.bg-mobile-menu-game-text\/95 {
    background-color: hsla(30,9%,46%,.95)
}

.bg-mobile-nav-text-inactive {
    --tw-bg-opacity: 1;
    background-color: rgb(219 210 194/var(--tw-bg-opacity))
}

.bg-mobile-nav-text-inactive\/0 {
    background-color: hsla(38,26%,81%,0)
}

.bg-mobile-nav-text-inactive\/10 {
    background-color: hsla(38,26%,81%,.1)
}

.bg-mobile-nav-text-inactive\/100 {
    background-color: #dbd2c2
}

.bg-mobile-nav-text-inactive\/20 {
    background-color: hsla(38,26%,81%,.2)
}

.bg-mobile-nav-text-inactive\/25 {
    background-color: hsla(38,26%,81%,.25)
}

.bg-mobile-nav-text-inactive\/30 {
    background-color: hsla(38,26%,81%,.3)
}

.bg-mobile-nav-text-inactive\/40 {
    background-color: hsla(38,26%,81%,.4)
}

.bg-mobile-nav-text-inactive\/5 {
    background-color: hsla(38,26%,81%,.05)
}

.bg-mobile-nav-text-inactive\/50 {
    background-color: hsla(38,26%,81%,.5)
}

.bg-mobile-nav-text-inactive\/60 {
    background-color: hsla(38,26%,81%,.6)
}

.bg-mobile-nav-text-inactive\/70 {
    background-color: hsla(38,26%,81%,.7)
}

.bg-mobile-nav-text-inactive\/75 {
    background-color: hsla(38,26%,81%,.75)
}

.bg-mobile-nav-text-inactive\/80 {
    background-color: hsla(38,26%,81%,.8)
}

.bg-mobile-nav-text-inactive\/90 {
    background-color: hsla(38,26%,81%,.9)
}

.bg-mobile-nav-text-inactive\/95 {
    background-color: hsla(38,26%,81%,.95)
}

.bg-mobile-sidebar-logo {
    --tw-bg-opacity: 1;
    background-color: rgb(67 46 27/var(--tw-bg-opacity))
}

.bg-mobile-sidebar-logo\/0 {
    background-color: rgba(67,46,27,0)
}

.bg-mobile-sidebar-logo\/10 {
    background-color: rgba(67,46,27,.1)
}

.bg-mobile-sidebar-logo\/100 {
    background-color: #432e1b
}

.bg-mobile-sidebar-logo\/20 {
    background-color: rgba(67,46,27,.2)
}

.bg-mobile-sidebar-logo\/25 {
    background-color: rgba(67,46,27,.25)
}

.bg-mobile-sidebar-logo\/30 {
    background-color: rgba(67,46,27,.3)
}

.bg-mobile-sidebar-logo\/40 {
    background-color: rgba(67,46,27,.4)
}

.bg-mobile-sidebar-logo\/5 {
    background-color: rgba(67,46,27,.05)
}

.bg-mobile-sidebar-logo\/50 {
    background-color: rgba(67,46,27,.5)
}

.bg-mobile-sidebar-logo\/60 {
    background-color: rgba(67,46,27,.6)
}

.bg-mobile-sidebar-logo\/70 {
    background-color: rgba(67,46,27,.7)
}

.bg-mobile-sidebar-logo\/75 {
    background-color: rgba(67,46,27,.75)
}

.bg-mobile-sidebar-logo\/80 {
    background-color: rgba(67,46,27,.8)
}

.bg-mobile-sidebar-logo\/90 {
    background-color: rgba(67,46,27,.9)
}

.bg-mobile-sidebar-logo\/95 {
    background-color: rgba(67,46,27,.95)
}

.bg-mobile-table-header {
    --tw-bg-opacity: 1;
    background-color: rgb(113 95 71/var(--tw-bg-opacity))
}

.bg-mobile-table-header\/0 {
    background-color: rgba(113,95,71,0)
}

.bg-mobile-table-header\/10 {
    background-color: rgba(113,95,71,.1)
}

.bg-mobile-table-header\/100 {
    background-color: #715f47
}

.bg-mobile-table-header\/20 {
    background-color: rgba(113,95,71,.2)
}

.bg-mobile-table-header\/25 {
    background-color: rgba(113,95,71,.25)
}

.bg-mobile-table-header\/30 {
    background-color: rgba(113,95,71,.3)
}

.bg-mobile-table-header\/40 {
    background-color: rgba(113,95,71,.4)
}

.bg-mobile-table-header\/5 {
    background-color: rgba(113,95,71,.05)
}

.bg-mobile-table-header\/50 {
    background-color: rgba(113,95,71,.5)
}

.bg-mobile-table-header\/60 {
    background-color: rgba(113,95,71,.6)
}

.bg-mobile-table-header\/70 {
    background-color: rgba(113,95,71,.7)
}

.bg-mobile-table-header\/75 {
    background-color: rgba(113,95,71,.75)
}

.bg-mobile-table-header\/80 {
    background-color: rgba(113,95,71,.8)
}

.bg-mobile-table-header\/90 {
    background-color: rgba(113,95,71,.9)
}

.bg-mobile-table-header\/95 {
    background-color: rgba(113,95,71,.95)
}

.bg-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(200 150 51/var(--tw-bg-opacity))
}

.bg-orange\/0 {
    background-color: rgba(200,150,51,0)
}

.bg-orange\/10 {
    background-color: rgba(200,150,51,.1)
}

.bg-orange\/100 {
    background-color: #c89633
}

.bg-orange\/20 {
    background-color: rgba(200,150,51,.2)
}

.bg-orange\/25 {
    background-color: rgba(200,150,51,.25)
}

.bg-orange\/30 {
    background-color: rgba(200,150,51,.3)
}

.bg-orange\/40 {
    background-color: rgba(200,150,51,.4)
}

.bg-orange\/5 {
    background-color: rgba(200,150,51,.05)
}

.bg-orange\/50 {
    background-color: rgba(200,150,51,.5)
}

.bg-orange\/60 {
    background-color: rgba(200,150,51,.6)
}

.bg-orange\/70 {
    background-color: rgba(200,150,51,.7)
}

.bg-orange\/75 {
    background-color: rgba(200,150,51,.75)
}

.bg-orange\/80 {
    background-color: rgba(200,150,51,.8)
}

.bg-orange\/90 {
    background-color: rgba(200,150,51,.9)
}

.bg-orange\/95 {
    background-color: rgba(200,150,51,.95)
}

.bg-progress-below {
    --tw-bg-opacity: 1;
    background-color: rgb(52 44 42/var(--tw-bg-opacity))
}

.bg-progress-below\/0 {
    background-color: rgba(52,44,42,0)
}

.bg-progress-below\/10 {
    background-color: rgba(52,44,42,.1)
}

.bg-progress-below\/100 {
    background-color: #342c2a
}

.bg-progress-below\/20 {
    background-color: rgba(52,44,42,.2)
}

.bg-progress-below\/25 {
    background-color: rgba(52,44,42,.25)
}

.bg-progress-below\/30 {
    background-color: rgba(52,44,42,.3)
}

.bg-progress-below\/40 {
    background-color: rgba(52,44,42,.4)
}

.bg-progress-below\/5 {
    background-color: rgba(52,44,42,.05)
}

.bg-progress-below\/50 {
    background-color: rgba(52,44,42,.5)
}

.bg-progress-below\/60 {
    background-color: rgba(52,44,42,.6)
}

.bg-progress-below\/70 {
    background-color: rgba(52,44,42,.7)
}

.bg-progress-below\/75 {
    background-color: rgba(52,44,42,.75)
}

.bg-progress-below\/80 {
    background-color: rgba(52,44,42,.8)
}

.bg-progress-below\/90 {
    background-color: rgba(52,44,42,.9)
}

.bg-progress-below\/95 {
    background-color: rgba(52,44,42,.95)
}

.bg-promotion-profile-cashback {
    --tw-bg-opacity: 1;
    background-color: rgb(58 58 58/var(--tw-bg-opacity))
}

.bg-promotion-profile-cashback\/0 {
    background-color: rgba(58,58,58,0)
}

.bg-promotion-profile-cashback\/10 {
    background-color: rgba(58,58,58,.1)
}

.bg-promotion-profile-cashback\/100 {
    background-color: #3a3a3a
}

.bg-promotion-profile-cashback\/20 {
    background-color: rgba(58,58,58,.2)
}

.bg-promotion-profile-cashback\/25 {
    background-color: rgba(58,58,58,.25)
}

.bg-promotion-profile-cashback\/30 {
    background-color: rgba(58,58,58,.3)
}

.bg-promotion-profile-cashback\/40 {
    background-color: rgba(58,58,58,.4)
}

.bg-promotion-profile-cashback\/5 {
    background-color: rgba(58,58,58,.05)
}

.bg-promotion-profile-cashback\/50 {
    background-color: rgba(58,58,58,.5)
}

.bg-promotion-profile-cashback\/60 {
    background-color: rgba(58,58,58,.6)
}

.bg-promotion-profile-cashback\/70 {
    background-color: rgba(58,58,58,.7)
}

.bg-promotion-profile-cashback\/75 {
    background-color: rgba(58,58,58,.75)
}

.bg-promotion-profile-cashback\/80 {
    background-color: rgba(58,58,58,.8)
}

.bg-promotion-profile-cashback\/90 {
    background-color: rgba(58,58,58,.9)
}

.bg-promotion-profile-cashback\/95 {
    background-color: rgba(58,58,58,.95)
}

.bg-promotion-profile-header {
    --tw-bg-opacity: 1;
    background-color: rgb(65 64 64/var(--tw-bg-opacity))
}

.bg-promotion-profile-header\/0 {
    background-color: rgba(65,64,64,0)
}

.bg-promotion-profile-header\/10 {
    background-color: rgba(65,64,64,.1)
}

.bg-promotion-profile-header\/100 {
    background-color: #414040
}

.bg-promotion-profile-header\/20 {
    background-color: rgba(65,64,64,.2)
}

.bg-promotion-profile-header\/25 {
    background-color: rgba(65,64,64,.25)
}

.bg-promotion-profile-header\/30 {
    background-color: rgba(65,64,64,.3)
}

.bg-promotion-profile-header\/40 {
    background-color: rgba(65,64,64,.4)
}

.bg-promotion-profile-header\/5 {
    background-color: rgba(65,64,64,.05)
}

.bg-promotion-profile-header\/50 {
    background-color: rgba(65,64,64,.5)
}

.bg-promotion-profile-header\/60 {
    background-color: rgba(65,64,64,.6)
}

.bg-promotion-profile-header\/70 {
    background-color: rgba(65,64,64,.7)
}

.bg-promotion-profile-header\/75 {
    background-color: rgba(65,64,64,.75)
}

.bg-promotion-profile-header\/80 {
    background-color: rgba(65,64,64,.8)
}

.bg-promotion-profile-header\/90 {
    background-color: rgba(65,64,64,.9)
}

.bg-promotion-profile-header\/95 {
    background-color: rgba(65,64,64,.95)
}

.bg-red-attention {
    --tw-bg-opacity: 1;
    background-color: rgb(204 30 30/var(--tw-bg-opacity))
}

.bg-red-attention\/0 {
    background-color: rgba(204,30,30,0)
}

.bg-red-attention\/10 {
    background-color: rgba(204,30,30,.1)
}

.bg-red-attention\/100 {
    background-color: #cc1e1e
}

.bg-red-attention\/20 {
    background-color: rgba(204,30,30,.2)
}

.bg-red-attention\/25 {
    background-color: rgba(204,30,30,.25)
}

.bg-red-attention\/30 {
    background-color: rgba(204,30,30,.3)
}

.bg-red-attention\/40 {
    background-color: rgba(204,30,30,.4)
}

.bg-red-attention\/5 {
    background-color: rgba(204,30,30,.05)
}

.bg-red-attention\/50 {
    background-color: rgba(204,30,30,.5)
}

.bg-red-attention\/60 {
    background-color: rgba(204,30,30,.6)
}

.bg-red-attention\/70 {
    background-color: rgba(204,30,30,.7)
}

.bg-red-attention\/75 {
    background-color: rgba(204,30,30,.75)
}

.bg-red-attention\/80 {
    background-color: rgba(204,30,30,.8)
}

.bg-red-attention\/90 {
    background-color: rgba(204,30,30,.9)
}

.bg-red-attention\/95 {
    background-color: rgba(204,30,30,.95)
}

.bg-red-bg-hot-pick {
    --tw-bg-opacity: 1;
    background-color: rgb(23 14 10/var(--tw-bg-opacity))
}

.bg-red-bg-hot-pick\/0 {
    background-color: rgba(23,14,10,0)
}

.bg-red-bg-hot-pick\/10 {
    background-color: rgba(23,14,10,.1)
}

.bg-red-bg-hot-pick\/100 {
    background-color: #170e0a
}

.bg-red-bg-hot-pick\/20 {
    background-color: rgba(23,14,10,.2)
}

.bg-red-bg-hot-pick\/25 {
    background-color: rgba(23,14,10,.25)
}

.bg-red-bg-hot-pick\/30 {
    background-color: rgba(23,14,10,.3)
}

.bg-red-bg-hot-pick\/40 {
    background-color: rgba(23,14,10,.4)
}

.bg-red-bg-hot-pick\/5 {
    background-color: rgba(23,14,10,.05)
}

.bg-red-bg-hot-pick\/50 {
    background-color: rgba(23,14,10,.5)
}

.bg-red-bg-hot-pick\/60 {
    background-color: rgba(23,14,10,.6)
}

.bg-red-bg-hot-pick\/70 {
    background-color: rgba(23,14,10,.7)
}

.bg-red-bg-hot-pick\/75 {
    background-color: rgba(23,14,10,.75)
}

.bg-red-bg-hot-pick\/80 {
    background-color: rgba(23,14,10,.8)
}

.bg-red-bg-hot-pick\/90 {
    background-color: rgba(23,14,10,.9)
}

.bg-red-bg-hot-pick\/95 {
    background-color: rgba(23,14,10,.95)
}

.bg-red-cancelled {
    --tw-bg-opacity: 1;
    background-color: rgb(239 65 57/var(--tw-bg-opacity))
}

.bg-red-cancelled\/0 {
    background-color: rgba(239,65,57,0)
}

.bg-red-cancelled\/10 {
    background-color: rgba(239,65,57,.1)
}

.bg-red-cancelled\/100 {
    background-color: #ef4139
}

.bg-red-cancelled\/20 {
    background-color: rgba(239,65,57,.2)
}

.bg-red-cancelled\/25 {
    background-color: rgba(239,65,57,.25)
}

.bg-red-cancelled\/30 {
    background-color: rgba(239,65,57,.3)
}

.bg-red-cancelled\/40 {
    background-color: rgba(239,65,57,.4)
}

.bg-red-cancelled\/5 {
    background-color: rgba(239,65,57,.05)
}

.bg-red-cancelled\/50 {
    background-color: rgba(239,65,57,.5)
}

.bg-red-cancelled\/60 {
    background-color: rgba(239,65,57,.6)
}

.bg-red-cancelled\/70 {
    background-color: rgba(239,65,57,.7)
}

.bg-red-cancelled\/75 {
    background-color: rgba(239,65,57,.75)
}

.bg-red-cancelled\/80 {
    background-color: rgba(239,65,57,.8)
}

.bg-red-cancelled\/90 {
    background-color: rgba(239,65,57,.9)
}

.bg-red-cancelled\/95 {
    background-color: rgba(239,65,57,.95)
}

.bg-red-default {
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0/var(--tw-bg-opacity))
}

.bg-red-default\/0 {
    background-color: rgba(255,0,0,0)
}

.bg-red-default\/10 {
    background-color: rgba(255,0,0,.1)
}

.bg-red-default\/100 {
    background-color: red
}

.bg-red-default\/20 {
    background-color: rgba(255,0,0,.2)
}

.bg-red-default\/25 {
    background-color: rgba(255,0,0,.25)
}

.bg-red-default\/30 {
    background-color: rgba(255,0,0,.3)
}

.bg-red-default\/40 {
    background-color: rgba(255,0,0,.4)
}

.bg-red-default\/5 {
    background-color: rgba(255,0,0,.05)
}

.bg-red-default\/50 {
    background-color: rgba(255,0,0,.5)
}

.bg-red-default\/60 {
    background-color: rgba(255,0,0,.6)
}

.bg-red-default\/70 {
    background-color: rgba(255,0,0,.7)
}

.bg-red-default\/75 {
    background-color: rgba(255,0,0,.75)
}

.bg-red-default\/80 {
    background-color: rgba(255,0,0,.8)
}

.bg-red-default\/90 {
    background-color: rgba(255,0,0,.9)
}

.bg-red-default\/95 {
    background-color: rgba(255,0,0,.95)
}

.bg-red-error {
    --tw-bg-opacity: 1;
    background-color: rgb(204 30 30/var(--tw-bg-opacity))
}

.bg-red-error\/0 {
    background-color: rgba(204,30,30,0)
}

.bg-red-error\/10 {
    background-color: rgba(204,30,30,.1)
}

.bg-red-error\/100 {
    background-color: #cc1e1e
}

.bg-red-error\/20 {
    background-color: rgba(204,30,30,.2)
}

.bg-red-error\/25 {
    background-color: rgba(204,30,30,.25)
}

.bg-red-error\/30 {
    background-color: rgba(204,30,30,.3)
}

.bg-red-error\/40 {
    background-color: rgba(204,30,30,.4)
}

.bg-red-error\/5 {
    background-color: rgba(204,30,30,.05)
}

.bg-red-error\/50 {
    background-color: rgba(204,30,30,.5)
}

.bg-red-error\/60 {
    background-color: rgba(204,30,30,.6)
}

.bg-red-error\/70 {
    background-color: rgba(204,30,30,.7)
}

.bg-red-error\/75 {
    background-color: rgba(204,30,30,.75)
}

.bg-red-error\/80 {
    background-color: rgba(204,30,30,.8)
}

.bg-red-error\/90 {
    background-color: rgba(204,30,30,.9)
}

.bg-red-error\/95 {
    background-color: rgba(204,30,30,.95)
}

.bg-red-logo {
    --tw-bg-opacity: 1;
    background-color: rgb(204 30 30/var(--tw-bg-opacity))
}

.bg-red-logo\/0 {
    background-color: rgba(204,30,30,0)
}

.bg-red-logo\/10 {
    background-color: rgba(204,30,30,.1)
}

.bg-red-logo\/100 {
    background-color: #cc1e1e
}

.bg-red-logo\/20 {
    background-color: rgba(204,30,30,.2)
}

.bg-red-logo\/25 {
    background-color: rgba(204,30,30,.25)
}

.bg-red-logo\/30 {
    background-color: rgba(204,30,30,.3)
}

.bg-red-logo\/40 {
    background-color: rgba(204,30,30,.4)
}

.bg-red-logo\/5 {
    background-color: rgba(204,30,30,.05)
}

.bg-red-logo\/50 {
    background-color: rgba(204,30,30,.5)
}

.bg-red-logo\/60 {
    background-color: rgba(204,30,30,.6)
}

.bg-red-logo\/70 {
    background-color: rgba(204,30,30,.7)
}

.bg-red-logo\/75 {
    background-color: rgba(204,30,30,.75)
}

.bg-red-logo\/80 {
    background-color: rgba(204,30,30,.8)
}

.bg-red-logo\/90 {
    background-color: rgba(204,30,30,.9)
}

.bg-red-logo\/95 {
    background-color: rgba(204,30,30,.95)
}

.bg-red-loss {
    --tw-bg-opacity: 1;
    background-color: rgb(239 65 57/var(--tw-bg-opacity))
}

.bg-red-loss\/0 {
    background-color: rgba(239,65,57,0)
}

.bg-red-loss\/10 {
    background-color: rgba(239,65,57,.1)
}

.bg-red-loss\/100 {
    background-color: #ef4139
}

.bg-red-loss\/20 {
    background-color: rgba(239,65,57,.2)
}

.bg-red-loss\/25 {
    background-color: rgba(239,65,57,.25)
}

.bg-red-loss\/30 {
    background-color: rgba(239,65,57,.3)
}

.bg-red-loss\/40 {
    background-color: rgba(239,65,57,.4)
}

.bg-red-loss\/5 {
    background-color: rgba(239,65,57,.05)
}

.bg-red-loss\/50 {
    background-color: rgba(239,65,57,.5)
}

.bg-red-loss\/60 {
    background-color: rgba(239,65,57,.6)
}

.bg-red-loss\/70 {
    background-color: rgba(239,65,57,.7)
}

.bg-red-loss\/75 {
    background-color: rgba(239,65,57,.75)
}

.bg-red-loss\/80 {
    background-color: rgba(239,65,57,.8)
}

.bg-red-loss\/90 {
    background-color: rgba(239,65,57,.9)
}

.bg-red-loss\/95 {
    background-color: rgba(239,65,57,.95)
}

.bg-red-notification {
    --tw-bg-opacity: 1;
    background-color: rgb(216 0 39/var(--tw-bg-opacity))
}

.bg-red-notification\/0 {
    background-color: rgba(216,0,39,0)
}

.bg-red-notification\/10 {
    background-color: rgba(216,0,39,.1)
}

.bg-red-notification\/100 {
    background-color: #d80027
}

.bg-red-notification\/20 {
    background-color: rgba(216,0,39,.2)
}

.bg-red-notification\/25 {
    background-color: rgba(216,0,39,.25)
}

.bg-red-notification\/30 {
    background-color: rgba(216,0,39,.3)
}

.bg-red-notification\/40 {
    background-color: rgba(216,0,39,.4)
}

.bg-red-notification\/5 {
    background-color: rgba(216,0,39,.05)
}

.bg-red-notification\/50 {
    background-color: rgba(216,0,39,.5)
}

.bg-red-notification\/60 {
    background-color: rgba(216,0,39,.6)
}

.bg-red-notification\/70 {
    background-color: rgba(216,0,39,.7)
}

.bg-red-notification\/75 {
    background-color: rgba(216,0,39,.75)
}

.bg-red-notification\/80 {
    background-color: rgba(216,0,39,.8)
}

.bg-red-notification\/90 {
    background-color: rgba(216,0,39,.9)
}

.bg-red-notification\/95 {
    background-color: rgba(216,0,39,.95)
}

.bg-red-update-button {
    --tw-bg-opacity: 1;
    background-color: rgb(197 91 75/var(--tw-bg-opacity))
}

.bg-red-update-button\/0 {
    background-color: rgba(197,91,75,0)
}

.bg-red-update-button\/10 {
    background-color: rgba(197,91,75,.1)
}

.bg-red-update-button\/100 {
    background-color: #c55b4b
}

.bg-red-update-button\/20 {
    background-color: rgba(197,91,75,.2)
}

.bg-red-update-button\/25 {
    background-color: rgba(197,91,75,.25)
}

.bg-red-update-button\/30 {
    background-color: rgba(197,91,75,.3)
}

.bg-red-update-button\/40 {
    background-color: rgba(197,91,75,.4)
}

.bg-red-update-button\/5 {
    background-color: rgba(197,91,75,.05)
}

.bg-red-update-button\/50 {
    background-color: rgba(197,91,75,.5)
}

.bg-red-update-button\/60 {
    background-color: rgba(197,91,75,.6)
}

.bg-red-update-button\/70 {
    background-color: rgba(197,91,75,.7)
}

.bg-red-update-button\/75 {
    background-color: rgba(197,91,75,.75)
}

.bg-red-update-button\/80 {
    background-color: rgba(197,91,75,.8)
}

.bg-red-update-button\/90 {
    background-color: rgba(197,91,75,.9)
}

.bg-red-update-button\/95 {
    background-color: rgba(197,91,75,.95)
}

.bg-rng-game-bet-number-active {
    --tw-bg-opacity: 1;
    background-color: rgb(38 26 14/var(--tw-bg-opacity))
}

.bg-rng-game-bet-number-active\/0 {
    background-color: rgba(38,26,14,0)
}

.bg-rng-game-bet-number-active\/10 {
    background-color: rgba(38,26,14,.1)
}

.bg-rng-game-bet-number-active\/100 {
    background-color: #261a0e
}

.bg-rng-game-bet-number-active\/20 {
    background-color: rgba(38,26,14,.2)
}

.bg-rng-game-bet-number-active\/25 {
    background-color: rgba(38,26,14,.25)
}

.bg-rng-game-bet-number-active\/30 {
    background-color: rgba(38,26,14,.3)
}

.bg-rng-game-bet-number-active\/40 {
    background-color: rgba(38,26,14,.4)
}

.bg-rng-game-bet-number-active\/5 {
    background-color: rgba(38,26,14,.05)
}

.bg-rng-game-bet-number-active\/50 {
    background-color: rgba(38,26,14,.5)
}

.bg-rng-game-bet-number-active\/60 {
    background-color: rgba(38,26,14,.6)
}

.bg-rng-game-bet-number-active\/70 {
    background-color: rgba(38,26,14,.7)
}

.bg-rng-game-bet-number-active\/75 {
    background-color: rgba(38,26,14,.75)
}

.bg-rng-game-bet-number-active\/80 {
    background-color: rgba(38,26,14,.8)
}

.bg-rng-game-bet-number-active\/90 {
    background-color: rgba(38,26,14,.9)
}

.bg-rng-game-bet-number-active\/95 {
    background-color: rgba(38,26,14,.95)
}

.bg-rng-game-bet-number-inactive {
    --tw-bg-opacity: 1;
    background-color: rgb(242 219 184/var(--tw-bg-opacity))
}

.bg-rng-game-bet-number-inactive\/0 {
    background-color: hsla(36,69%,84%,0)
}

.bg-rng-game-bet-number-inactive\/10 {
    background-color: hsla(36,69%,84%,.1)
}

.bg-rng-game-bet-number-inactive\/100 {
    background-color: #f2dbb8
}

.bg-rng-game-bet-number-inactive\/20 {
    background-color: hsla(36,69%,84%,.2)
}

.bg-rng-game-bet-number-inactive\/25 {
    background-color: hsla(36,69%,84%,.25)
}

.bg-rng-game-bet-number-inactive\/30 {
    background-color: hsla(36,69%,84%,.3)
}

.bg-rng-game-bet-number-inactive\/40 {
    background-color: hsla(36,69%,84%,.4)
}

.bg-rng-game-bet-number-inactive\/5 {
    background-color: hsla(36,69%,84%,.05)
}

.bg-rng-game-bet-number-inactive\/50 {
    background-color: hsla(36,69%,84%,.5)
}

.bg-rng-game-bet-number-inactive\/60 {
    background-color: hsla(36,69%,84%,.6)
}

.bg-rng-game-bet-number-inactive\/70 {
    background-color: hsla(36,69%,84%,.7)
}

.bg-rng-game-bet-number-inactive\/75 {
    background-color: hsla(36,69%,84%,.75)
}

.bg-rng-game-bet-number-inactive\/80 {
    background-color: hsla(36,69%,84%,.8)
}

.bg-rng-game-bet-number-inactive\/90 {
    background-color: hsla(36,69%,84%,.9)
}

.bg-rng-game-bet-number-inactive\/95 {
    background-color: hsla(36,69%,84%,.95)
}

.bg-rng-game-bg {
    --tw-bg-opacity: 1;
    background-color: rgb(137 113 80/var(--tw-bg-opacity))
}

.bg-rng-game-bg-bet {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.bg-rng-game-bg-bet\/0 {
    background-color: transparent
}

.bg-rng-game-bg-bet\/10 {
    background-color: rgba(0,0,0,.1)
}

.bg-rng-game-bg-bet\/100 {
    background-color: #000
}

.bg-rng-game-bg-bet\/20 {
    background-color: rgba(0,0,0,.2)
}

.bg-rng-game-bg-bet\/25 {
    background-color: rgba(0,0,0,.25)
}

.bg-rng-game-bg-bet\/30 {
    background-color: rgba(0,0,0,.3)
}

.bg-rng-game-bg-bet\/40 {
    background-color: rgba(0,0,0,.4)
}

.bg-rng-game-bg-bet\/5 {
    background-color: rgba(0,0,0,.05)
}

.bg-rng-game-bg-bet\/50 {
    background-color: rgba(0,0,0,.5)
}

.bg-rng-game-bg-bet\/60 {
    background-color: rgba(0,0,0,.6)
}

.bg-rng-game-bg-bet\/70 {
    background-color: rgba(0,0,0,.7)
}

.bg-rng-game-bg-bet\/75 {
    background-color: rgba(0,0,0,.75)
}

.bg-rng-game-bg-bet\/80 {
    background-color: rgba(0,0,0,.8)
}

.bg-rng-game-bg-bet\/90 {
    background-color: rgba(0,0,0,.9)
}

.bg-rng-game-bg-bet\/95 {
    background-color: rgba(0,0,0,.95)
}

.bg-rng-game-bg-current-bet {
    --tw-bg-opacity: 1;
    background-color: rgb(235 206 130/var(--tw-bg-opacity))
}

.bg-rng-game-bg-current-bet\/0 {
    background-color: hsla(43,72%,72%,0)
}

.bg-rng-game-bg-current-bet\/10 {
    background-color: hsla(43,72%,72%,.1)
}

.bg-rng-game-bg-current-bet\/100 {
    background-color: #ebce82
}

.bg-rng-game-bg-current-bet\/20 {
    background-color: hsla(43,72%,72%,.2)
}

.bg-rng-game-bg-current-bet\/25 {
    background-color: hsla(43,72%,72%,.25)
}

.bg-rng-game-bg-current-bet\/30 {
    background-color: hsla(43,72%,72%,.3)
}

.bg-rng-game-bg-current-bet\/40 {
    background-color: hsla(43,72%,72%,.4)
}

.bg-rng-game-bg-current-bet\/5 {
    background-color: hsla(43,72%,72%,.05)
}

.bg-rng-game-bg-current-bet\/50 {
    background-color: hsla(43,72%,72%,.5)
}

.bg-rng-game-bg-current-bet\/60 {
    background-color: hsla(43,72%,72%,.6)
}

.bg-rng-game-bg-current-bet\/70 {
    background-color: hsla(43,72%,72%,.7)
}

.bg-rng-game-bg-current-bet\/75 {
    background-color: hsla(43,72%,72%,.75)
}

.bg-rng-game-bg-current-bet\/80 {
    background-color: hsla(43,72%,72%,.8)
}

.bg-rng-game-bg-current-bet\/90 {
    background-color: hsla(43,72%,72%,.9)
}

.bg-rng-game-bg-current-bet\/95 {
    background-color: hsla(43,72%,72%,.95)
}

.bg-rng-game-bg-filter {
    --tw-bg-opacity: 1;
    background-color: rgb(36 26 18/var(--tw-bg-opacity))
}

.bg-rng-game-bg-filter\/0 {
    background-color: rgba(36,26,18,0)
}

.bg-rng-game-bg-filter\/10 {
    background-color: rgba(36,26,18,.1)
}

.bg-rng-game-bg-filter\/100 {
    background-color: #241a12
}

.bg-rng-game-bg-filter\/20 {
    background-color: rgba(36,26,18,.2)
}

.bg-rng-game-bg-filter\/25 {
    background-color: rgba(36,26,18,.25)
}

.bg-rng-game-bg-filter\/30 {
    background-color: rgba(36,26,18,.3)
}

.bg-rng-game-bg-filter\/40 {
    background-color: rgba(36,26,18,.4)
}

.bg-rng-game-bg-filter\/5 {
    background-color: rgba(36,26,18,.05)
}

.bg-rng-game-bg-filter\/50 {
    background-color: rgba(36,26,18,.5)
}

.bg-rng-game-bg-filter\/60 {
    background-color: rgba(36,26,18,.6)
}

.bg-rng-game-bg-filter\/70 {
    background-color: rgba(36,26,18,.7)
}

.bg-rng-game-bg-filter\/75 {
    background-color: rgba(36,26,18,.75)
}

.bg-rng-game-bg-filter\/80 {
    background-color: rgba(36,26,18,.8)
}

.bg-rng-game-bg-filter\/90 {
    background-color: rgba(36,26,18,.9)
}

.bg-rng-game-bg-filter\/95 {
    background-color: rgba(36,26,18,.95)
}

.bg-rng-game-bg-popup-bet {
    --tw-bg-opacity: 1;
    background-color: rgb(51 50 47/var(--tw-bg-opacity))
}

.bg-rng-game-bg-popup-bet\/0 {
    background-color: rgba(51,50,47,0)
}

.bg-rng-game-bg-popup-bet\/10 {
    background-color: rgba(51,50,47,.1)
}

.bg-rng-game-bg-popup-bet\/100 {
    background-color: #33322f
}

.bg-rng-game-bg-popup-bet\/20 {
    background-color: rgba(51,50,47,.2)
}

.bg-rng-game-bg-popup-bet\/25 {
    background-color: rgba(51,50,47,.25)
}

.bg-rng-game-bg-popup-bet\/30 {
    background-color: rgba(51,50,47,.3)
}

.bg-rng-game-bg-popup-bet\/40 {
    background-color: rgba(51,50,47,.4)
}

.bg-rng-game-bg-popup-bet\/5 {
    background-color: rgba(51,50,47,.05)
}

.bg-rng-game-bg-popup-bet\/50 {
    background-color: rgba(51,50,47,.5)
}

.bg-rng-game-bg-popup-bet\/60 {
    background-color: rgba(51,50,47,.6)
}

.bg-rng-game-bg-popup-bet\/70 {
    background-color: rgba(51,50,47,.7)
}

.bg-rng-game-bg-popup-bet\/75 {
    background-color: rgba(51,50,47,.75)
}

.bg-rng-game-bg-popup-bet\/80 {
    background-color: rgba(51,50,47,.8)
}

.bg-rng-game-bg-popup-bet\/90 {
    background-color: rgba(51,50,47,.9)
}

.bg-rng-game-bg-popup-bet\/95 {
    background-color: rgba(51,50,47,.95)
}

.bg-rng-game-bg-tab {
    --tw-bg-opacity: 1;
    background-color: rgb(52 52 52/var(--tw-bg-opacity))
}

.bg-rng-game-bg-tab\/0 {
    background-color: rgba(52,52,52,0)
}

.bg-rng-game-bg-tab\/10 {
    background-color: rgba(52,52,52,.1)
}

.bg-rng-game-bg-tab\/100 {
    background-color: #343434
}

.bg-rng-game-bg-tab\/20 {
    background-color: rgba(52,52,52,.2)
}

.bg-rng-game-bg-tab\/25 {
    background-color: rgba(52,52,52,.25)
}

.bg-rng-game-bg-tab\/30 {
    background-color: rgba(52,52,52,.3)
}

.bg-rng-game-bg-tab\/40 {
    background-color: rgba(52,52,52,.4)
}

.bg-rng-game-bg-tab\/5 {
    background-color: rgba(52,52,52,.05)
}

.bg-rng-game-bg-tab\/50 {
    background-color: rgba(52,52,52,.5)
}

.bg-rng-game-bg-tab\/60 {
    background-color: rgba(52,52,52,.6)
}

.bg-rng-game-bg-tab\/70 {
    background-color: rgba(52,52,52,.7)
}

.bg-rng-game-bg-tab\/75 {
    background-color: rgba(52,52,52,.75)
}

.bg-rng-game-bg-tab\/80 {
    background-color: rgba(52,52,52,.8)
}

.bg-rng-game-bg-tab\/90 {
    background-color: rgba(52,52,52,.9)
}

.bg-rng-game-bg-tab\/95 {
    background-color: rgba(52,52,52,.95)
}

.bg-rng-game-bg\/0 {
    background-color: rgba(137,113,80,0)
}

.bg-rng-game-bg\/10 {
    background-color: rgba(137,113,80,.1)
}

.bg-rng-game-bg\/100 {
    background-color: #897150
}

.bg-rng-game-bg\/20 {
    background-color: rgba(137,113,80,.2)
}

.bg-rng-game-bg\/25 {
    background-color: rgba(137,113,80,.25)
}

.bg-rng-game-bg\/30 {
    background-color: rgba(137,113,80,.3)
}

.bg-rng-game-bg\/40 {
    background-color: rgba(137,113,80,.4)
}

.bg-rng-game-bg\/5 {
    background-color: rgba(137,113,80,.05)
}

.bg-rng-game-bg\/50 {
    background-color: rgba(137,113,80,.5)
}

.bg-rng-game-bg\/60 {
    background-color: rgba(137,113,80,.6)
}

.bg-rng-game-bg\/70 {
    background-color: rgba(137,113,80,.7)
}

.bg-rng-game-bg\/75 {
    background-color: rgba(137,113,80,.75)
}

.bg-rng-game-bg\/80 {
    background-color: rgba(137,113,80,.8)
}

.bg-rng-game-bg\/90 {
    background-color: rgba(137,113,80,.9)
}

.bg-rng-game-bg\/95 {
    background-color: rgba(137,113,80,.95)
}

.bg-rng-game-border-circle {
    --tw-bg-opacity: 1;
    background-color: rgb(174 143 101/var(--tw-bg-opacity))
}

.bg-rng-game-border-circle\/0 {
    background-color: hsla(35,31%,54%,0)
}

.bg-rng-game-border-circle\/10 {
    background-color: hsla(35,31%,54%,.1)
}

.bg-rng-game-border-circle\/100 {
    background-color: #ae8f65
}

.bg-rng-game-border-circle\/20 {
    background-color: hsla(35,31%,54%,.2)
}

.bg-rng-game-border-circle\/25 {
    background-color: hsla(35,31%,54%,.25)
}

.bg-rng-game-border-circle\/30 {
    background-color: hsla(35,31%,54%,.3)
}

.bg-rng-game-border-circle\/40 {
    background-color: hsla(35,31%,54%,.4)
}

.bg-rng-game-border-circle\/5 {
    background-color: hsla(35,31%,54%,.05)
}

.bg-rng-game-border-circle\/50 {
    background-color: hsla(35,31%,54%,.5)
}

.bg-rng-game-border-circle\/60 {
    background-color: hsla(35,31%,54%,.6)
}

.bg-rng-game-border-circle\/70 {
    background-color: hsla(35,31%,54%,.7)
}

.bg-rng-game-border-circle\/75 {
    background-color: hsla(35,31%,54%,.75)
}

.bg-rng-game-border-circle\/80 {
    background-color: hsla(35,31%,54%,.8)
}

.bg-rng-game-border-circle\/90 {
    background-color: hsla(35,31%,54%,.9)
}

.bg-rng-game-border-circle\/95 {
    background-color: hsla(35,31%,54%,.95)
}

.bg-rng-game-header-table {
    --tw-bg-opacity: 1;
    background-color: rgb(23 12 12/var(--tw-bg-opacity))
}

.bg-rng-game-header-table\/0 {
    background-color: rgba(23,12,12,0)
}

.bg-rng-game-header-table\/10 {
    background-color: rgba(23,12,12,.1)
}

.bg-rng-game-header-table\/100 {
    background-color: #170c0c
}

.bg-rng-game-header-table\/20 {
    background-color: rgba(23,12,12,.2)
}

.bg-rng-game-header-table\/25 {
    background-color: rgba(23,12,12,.25)
}

.bg-rng-game-header-table\/30 {
    background-color: rgba(23,12,12,.3)
}

.bg-rng-game-header-table\/40 {
    background-color: rgba(23,12,12,.4)
}

.bg-rng-game-header-table\/5 {
    background-color: rgba(23,12,12,.05)
}

.bg-rng-game-header-table\/50 {
    background-color: rgba(23,12,12,.5)
}

.bg-rng-game-header-table\/60 {
    background-color: rgba(23,12,12,.6)
}

.bg-rng-game-header-table\/70 {
    background-color: rgba(23,12,12,.7)
}

.bg-rng-game-header-table\/75 {
    background-color: rgba(23,12,12,.75)
}

.bg-rng-game-header-table\/80 {
    background-color: rgba(23,12,12,.8)
}

.bg-rng-game-header-table\/90 {
    background-color: rgba(23,12,12,.9)
}

.bg-rng-game-header-table\/95 {
    background-color: rgba(23,12,12,.95)
}

.bg-rng-game-item-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(39 38 36/var(--tw-bg-opacity))
}

.bg-rng-game-item-1\/0 {
    background-color: rgba(39,38,36,0)
}

.bg-rng-game-item-1\/10 {
    background-color: rgba(39,38,36,.1)
}

.bg-rng-game-item-1\/100 {
    background-color: #272624
}

.bg-rng-game-item-1\/20 {
    background-color: rgba(39,38,36,.2)
}

.bg-rng-game-item-1\/25 {
    background-color: rgba(39,38,36,.25)
}

.bg-rng-game-item-1\/30 {
    background-color: rgba(39,38,36,.3)
}

.bg-rng-game-item-1\/40 {
    background-color: rgba(39,38,36,.4)
}

.bg-rng-game-item-1\/5 {
    background-color: rgba(39,38,36,.05)
}

.bg-rng-game-item-1\/50 {
    background-color: rgba(39,38,36,.5)
}

.bg-rng-game-item-1\/60 {
    background-color: rgba(39,38,36,.6)
}

.bg-rng-game-item-1\/70 {
    background-color: rgba(39,38,36,.7)
}

.bg-rng-game-item-1\/75 {
    background-color: rgba(39,38,36,.75)
}

.bg-rng-game-item-1\/80 {
    background-color: rgba(39,38,36,.8)
}

.bg-rng-game-item-1\/90 {
    background-color: rgba(39,38,36,.9)
}

.bg-rng-game-item-1\/95 {
    background-color: rgba(39,38,36,.95)
}

.bg-rng-game-item-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(48 53 56/var(--tw-bg-opacity))
}

.bg-rng-game-item-2\/0 {
    background-color: rgba(48,53,56,0)
}

.bg-rng-game-item-2\/10 {
    background-color: rgba(48,53,56,.1)
}

.bg-rng-game-item-2\/100 {
    background-color: #303538
}

.bg-rng-game-item-2\/20 {
    background-color: rgba(48,53,56,.2)
}

.bg-rng-game-item-2\/25 {
    background-color: rgba(48,53,56,.25)
}

.bg-rng-game-item-2\/30 {
    background-color: rgba(48,53,56,.3)
}

.bg-rng-game-item-2\/40 {
    background-color: rgba(48,53,56,.4)
}

.bg-rng-game-item-2\/5 {
    background-color: rgba(48,53,56,.05)
}

.bg-rng-game-item-2\/50 {
    background-color: rgba(48,53,56,.5)
}

.bg-rng-game-item-2\/60 {
    background-color: rgba(48,53,56,.6)
}

.bg-rng-game-item-2\/70 {
    background-color: rgba(48,53,56,.7)
}

.bg-rng-game-item-2\/75 {
    background-color: rgba(48,53,56,.75)
}

.bg-rng-game-item-2\/80 {
    background-color: rgba(48,53,56,.8)
}

.bg-rng-game-item-2\/90 {
    background-color: rgba(48,53,56,.9)
}

.bg-rng-game-item-2\/95 {
    background-color: rgba(48,53,56,.95)
}

.bg-rng-game-money-bet {
    --tw-bg-opacity: 1;
    background-color: rgb(202 164 64/var(--tw-bg-opacity))
}

.bg-rng-game-money-bet\/0 {
    background-color: rgba(202,164,64,0)
}

.bg-rng-game-money-bet\/10 {
    background-color: rgba(202,164,64,.1)
}

.bg-rng-game-money-bet\/100 {
    background-color: #caa440
}

.bg-rng-game-money-bet\/20 {
    background-color: rgba(202,164,64,.2)
}

.bg-rng-game-money-bet\/25 {
    background-color: rgba(202,164,64,.25)
}

.bg-rng-game-money-bet\/30 {
    background-color: rgba(202,164,64,.3)
}

.bg-rng-game-money-bet\/40 {
    background-color: rgba(202,164,64,.4)
}

.bg-rng-game-money-bet\/5 {
    background-color: rgba(202,164,64,.05)
}

.bg-rng-game-money-bet\/50 {
    background-color: rgba(202,164,64,.5)
}

.bg-rng-game-money-bet\/60 {
    background-color: rgba(202,164,64,.6)
}

.bg-rng-game-money-bet\/70 {
    background-color: rgba(202,164,64,.7)
}

.bg-rng-game-money-bet\/75 {
    background-color: rgba(202,164,64,.75)
}

.bg-rng-game-money-bet\/80 {
    background-color: rgba(202,164,64,.8)
}

.bg-rng-game-money-bet\/90 {
    background-color: rgba(202,164,64,.9)
}

.bg-rng-game-money-bet\/95 {
    background-color: rgba(202,164,64,.95)
}

.bg-rng-game-tab-bet-result-active {
    --tw-bg-opacity: 1;
    background-color: rgb(137 113 80/var(--tw-bg-opacity))
}

.bg-rng-game-tab-bet-result-active\/0 {
    background-color: rgba(137,113,80,0)
}

.bg-rng-game-tab-bet-result-active\/10 {
    background-color: rgba(137,113,80,.1)
}

.bg-rng-game-tab-bet-result-active\/100 {
    background-color: #897150
}

.bg-rng-game-tab-bet-result-active\/20 {
    background-color: rgba(137,113,80,.2)
}

.bg-rng-game-tab-bet-result-active\/25 {
    background-color: rgba(137,113,80,.25)
}

.bg-rng-game-tab-bet-result-active\/30 {
    background-color: rgba(137,113,80,.3)
}

.bg-rng-game-tab-bet-result-active\/40 {
    background-color: rgba(137,113,80,.4)
}

.bg-rng-game-tab-bet-result-active\/5 {
    background-color: rgba(137,113,80,.05)
}

.bg-rng-game-tab-bet-result-active\/50 {
    background-color: rgba(137,113,80,.5)
}

.bg-rng-game-tab-bet-result-active\/60 {
    background-color: rgba(137,113,80,.6)
}

.bg-rng-game-tab-bet-result-active\/70 {
    background-color: rgba(137,113,80,.7)
}

.bg-rng-game-tab-bet-result-active\/75 {
    background-color: rgba(137,113,80,.75)
}

.bg-rng-game-tab-bet-result-active\/80 {
    background-color: rgba(137,113,80,.8)
}

.bg-rng-game-tab-bet-result-active\/90 {
    background-color: rgba(137,113,80,.9)
}

.bg-rng-game-tab-bet-result-active\/95 {
    background-color: rgba(137,113,80,.95)
}

.bg-rng-game-tab-bet-result-inactive {
    --tw-bg-opacity: 1;
    background-color: rgb(68 59 39/var(--tw-bg-opacity))
}

.bg-rng-game-tab-bet-result-inactive\/0 {
    background-color: rgba(68,59,39,0)
}

.bg-rng-game-tab-bet-result-inactive\/10 {
    background-color: rgba(68,59,39,.1)
}

.bg-rng-game-tab-bet-result-inactive\/100 {
    background-color: #443b27
}

.bg-rng-game-tab-bet-result-inactive\/20 {
    background-color: rgba(68,59,39,.2)
}

.bg-rng-game-tab-bet-result-inactive\/25 {
    background-color: rgba(68,59,39,.25)
}

.bg-rng-game-tab-bet-result-inactive\/30 {
    background-color: rgba(68,59,39,.3)
}

.bg-rng-game-tab-bet-result-inactive\/40 {
    background-color: rgba(68,59,39,.4)
}

.bg-rng-game-tab-bet-result-inactive\/5 {
    background-color: rgba(68,59,39,.05)
}

.bg-rng-game-tab-bet-result-inactive\/50 {
    background-color: rgba(68,59,39,.5)
}

.bg-rng-game-tab-bet-result-inactive\/60 {
    background-color: rgba(68,59,39,.6)
}

.bg-rng-game-tab-bet-result-inactive\/70 {
    background-color: rgba(68,59,39,.7)
}

.bg-rng-game-tab-bet-result-inactive\/75 {
    background-color: rgba(68,59,39,.75)
}

.bg-rng-game-tab-bet-result-inactive\/80 {
    background-color: rgba(68,59,39,.8)
}

.bg-rng-game-tab-bet-result-inactive\/90 {
    background-color: rgba(68,59,39,.9)
}

.bg-rng-game-tab-bet-result-inactive\/95 {
    background-color: rgba(68,59,39,.95)
}

.bg-rng-game-text-current-bet {
    --tw-bg-opacity: 1;
    background-color: rgb(81 57 36/var(--tw-bg-opacity))
}

.bg-rng-game-text-current-bet\/0 {
    background-color: rgba(81,57,36,0)
}

.bg-rng-game-text-current-bet\/10 {
    background-color: rgba(81,57,36,.1)
}

.bg-rng-game-text-current-bet\/100 {
    background-color: #513924
}

.bg-rng-game-text-current-bet\/20 {
    background-color: rgba(81,57,36,.2)
}

.bg-rng-game-text-current-bet\/25 {
    background-color: rgba(81,57,36,.25)
}

.bg-rng-game-text-current-bet\/30 {
    background-color: rgba(81,57,36,.3)
}

.bg-rng-game-text-current-bet\/40 {
    background-color: rgba(81,57,36,.4)
}

.bg-rng-game-text-current-bet\/5 {
    background-color: rgba(81,57,36,.05)
}

.bg-rng-game-text-current-bet\/50 {
    background-color: rgba(81,57,36,.5)
}

.bg-rng-game-text-current-bet\/60 {
    background-color: rgba(81,57,36,.6)
}

.bg-rng-game-text-current-bet\/70 {
    background-color: rgba(81,57,36,.7)
}

.bg-rng-game-text-current-bet\/75 {
    background-color: rgba(81,57,36,.75)
}

.bg-rng-game-text-current-bet\/80 {
    background-color: rgba(81,57,36,.8)
}

.bg-rng-game-text-current-bet\/90 {
    background-color: rgba(81,57,36,.9)
}

.bg-rng-game-text-current-bet\/95 {
    background-color: rgba(81,57,36,.95)
}

.bg-rng-game-total {
    --tw-bg-opacity: 1;
    background-color: rgb(229 198 117/var(--tw-bg-opacity))
}

.bg-rng-game-total\/0 {
    background-color: hsla(43,68%,68%,0)
}

.bg-rng-game-total\/10 {
    background-color: hsla(43,68%,68%,.1)
}

.bg-rng-game-total\/100 {
    background-color: #e5c675
}

.bg-rng-game-total\/20 {
    background-color: hsla(43,68%,68%,.2)
}

.bg-rng-game-total\/25 {
    background-color: hsla(43,68%,68%,.25)
}

.bg-rng-game-total\/30 {
    background-color: hsla(43,68%,68%,.3)
}

.bg-rng-game-total\/40 {
    background-color: hsla(43,68%,68%,.4)
}

.bg-rng-game-total\/5 {
    background-color: hsla(43,68%,68%,.05)
}

.bg-rng-game-total\/50 {
    background-color: hsla(43,68%,68%,.5)
}

.bg-rng-game-total\/60 {
    background-color: hsla(43,68%,68%,.6)
}

.bg-rng-game-total\/70 {
    background-color: hsla(43,68%,68%,.7)
}

.bg-rng-game-total\/75 {
    background-color: hsla(43,68%,68%,.75)
}

.bg-rng-game-total\/80 {
    background-color: hsla(43,68%,68%,.8)
}

.bg-rng-game-total\/90 {
    background-color: hsla(43,68%,68%,.9)
}

.bg-rng-game-total\/95 {
    background-color: hsla(43,68%,68%,.95)
}

.bg-sub-page-header {
    --tw-bg-opacity: 1;
    background-color: rgb(137 113 80/var(--tw-bg-opacity))
}

.bg-sub-page-header\/0 {
    background-color: rgba(137,113,80,0)
}

.bg-sub-page-header\/10 {
    background-color: rgba(137,113,80,.1)
}

.bg-sub-page-header\/100 {
    background-color: #897150
}

.bg-sub-page-header\/20 {
    background-color: rgba(137,113,80,.2)
}

.bg-sub-page-header\/25 {
    background-color: rgba(137,113,80,.25)
}

.bg-sub-page-header\/30 {
    background-color: rgba(137,113,80,.3)
}

.bg-sub-page-header\/40 {
    background-color: rgba(137,113,80,.4)
}

.bg-sub-page-header\/5 {
    background-color: rgba(137,113,80,.05)
}

.bg-sub-page-header\/50 {
    background-color: rgba(137,113,80,.5)
}

.bg-sub-page-header\/60 {
    background-color: rgba(137,113,80,.6)
}

.bg-sub-page-header\/70 {
    background-color: rgba(137,113,80,.7)
}

.bg-sub-page-header\/75 {
    background-color: rgba(137,113,80,.75)
}

.bg-sub-page-header\/80 {
    background-color: rgba(137,113,80,.8)
}

.bg-sub-page-header\/90 {
    background-color: rgba(137,113,80,.9)
}

.bg-sub-page-header\/95 {
    background-color: rgba(137,113,80,.95)
}

.bg-sub-page-sidebar {
    --tw-bg-opacity: 1;
    background-color: rgb(29 24 24/var(--tw-bg-opacity))
}

.bg-sub-page-sidebar\/0 {
    background-color: rgba(29,24,24,0)
}

.bg-sub-page-sidebar\/10 {
    background-color: rgba(29,24,24,.1)
}

.bg-sub-page-sidebar\/100 {
    background-color: #1d1818
}

.bg-sub-page-sidebar\/20 {
    background-color: rgba(29,24,24,.2)
}

.bg-sub-page-sidebar\/25 {
    background-color: rgba(29,24,24,.25)
}

.bg-sub-page-sidebar\/30 {
    background-color: rgba(29,24,24,.3)
}

.bg-sub-page-sidebar\/40 {
    background-color: rgba(29,24,24,.4)
}

.bg-sub-page-sidebar\/5 {
    background-color: rgba(29,24,24,.05)
}

.bg-sub-page-sidebar\/50 {
    background-color: rgba(29,24,24,.5)
}

.bg-sub-page-sidebar\/60 {
    background-color: rgba(29,24,24,.6)
}

.bg-sub-page-sidebar\/70 {
    background-color: rgba(29,24,24,.7)
}

.bg-sub-page-sidebar\/75 {
    background-color: rgba(29,24,24,.75)
}

.bg-sub-page-sidebar\/80 {
    background-color: rgba(29,24,24,.8)
}

.bg-sub-page-sidebar\/90 {
    background-color: rgba(29,24,24,.9)
}

.bg-sub-page-sidebar\/95 {
    background-color: rgba(29,24,24,.95)
}

.bg-transparent,.bg-transparent\/0 {
    background-color: transparent
}

.bg-transparent\/10 {
    background-color: rgba(0,0,0,.1)
}

.bg-transparent\/100 {
    background-color: #000
}

.bg-transparent\/20 {
    background-color: rgba(0,0,0,.2)
}

.bg-transparent\/25 {
    background-color: rgba(0,0,0,.25)
}

.bg-transparent\/30 {
    background-color: rgba(0,0,0,.3)
}

.bg-transparent\/40 {
    background-color: rgba(0,0,0,.4)
}

.bg-transparent\/5 {
    background-color: rgba(0,0,0,.05)
}

.bg-transparent\/50 {
    background-color: rgba(0,0,0,.5)
}

.bg-transparent\/60 {
    background-color: rgba(0,0,0,.6)
}

.bg-transparent\/70 {
    background-color: rgba(0,0,0,.7)
}

.bg-transparent\/75 {
    background-color: rgba(0,0,0,.75)
}

.bg-transparent\/80 {
    background-color: rgba(0,0,0,.8)
}

.bg-transparent\/90 {
    background-color: rgba(0,0,0,.9)
}

.bg-transparent\/95 {
    background-color: rgba(0,0,0,.95)
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-white\/0 {
    background-color: hsla(0,0%,100%,0)
}

.bg-white\/10 {
    background-color: hsla(0,0%,100%,.1)
}

.bg-white\/100 {
    background-color: #fff
}

.bg-white\/20 {
    background-color: hsla(0,0%,100%,.2)
}

.bg-white\/25 {
    background-color: hsla(0,0%,100%,.25)
}

.bg-white\/30 {
    background-color: hsla(0,0%,100%,.3)
}

.bg-white\/40 {
    background-color: hsla(0,0%,100%,.4)
}

.bg-white\/5 {
    background-color: hsla(0,0%,100%,.05)
}

.bg-white\/50 {
    background-color: hsla(0,0%,100%,.5)
}

.bg-white\/60 {
    background-color: hsla(0,0%,100%,.6)
}

.bg-white\/70 {
    background-color: hsla(0,0%,100%,.7)
}

.bg-white\/75 {
    background-color: hsla(0,0%,100%,.75)
}

.bg-white\/80 {
    background-color: hsla(0,0%,100%,.8)
}

.bg-white\/90 {
    background-color: hsla(0,0%,100%,.9)
}

.bg-white\/95 {
    background-color: hsla(0,0%,100%,.95)
}

.bg-yellow-active {
    --tw-bg-opacity: 1;
    background-color: rgb(236 194 69/var(--tw-bg-opacity))
}

.bg-yellow-active\/0 {
    background-color: rgba(236,194,69,0)
}

.bg-yellow-active\/10 {
    background-color: rgba(236,194,69,.1)
}

.bg-yellow-active\/100 {
    background-color: #ecc245
}

.bg-yellow-active\/20 {
    background-color: rgba(236,194,69,.2)
}

.bg-yellow-active\/25 {
    background-color: rgba(236,194,69,.25)
}

.bg-yellow-active\/30 {
    background-color: rgba(236,194,69,.3)
}

.bg-yellow-active\/40 {
    background-color: rgba(236,194,69,.4)
}

.bg-yellow-active\/5 {
    background-color: rgba(236,194,69,.05)
}

.bg-yellow-active\/50 {
    background-color: rgba(236,194,69,.5)
}

.bg-yellow-active\/60 {
    background-color: rgba(236,194,69,.6)
}

.bg-yellow-active\/70 {
    background-color: rgba(236,194,69,.7)
}

.bg-yellow-active\/75 {
    background-color: rgba(236,194,69,.75)
}

.bg-yellow-active\/80 {
    background-color: rgba(236,194,69,.8)
}

.bg-yellow-active\/90 {
    background-color: rgba(236,194,69,.9)
}

.bg-yellow-active\/95 {
    background-color: rgba(236,194,69,.95)
}

.bg-yellow-black {
    --tw-bg-opacity: 1;
    background-color: rgb(154 126 61/var(--tw-bg-opacity))
}

.bg-yellow-black\/0 {
    background-color: rgba(154,126,61,0)
}

.bg-yellow-black\/10 {
    background-color: rgba(154,126,61,.1)
}

.bg-yellow-black\/100 {
    background-color: #9a7e3d
}

.bg-yellow-black\/20 {
    background-color: rgba(154,126,61,.2)
}

.bg-yellow-black\/25 {
    background-color: rgba(154,126,61,.25)
}

.bg-yellow-black\/30 {
    background-color: rgba(154,126,61,.3)
}

.bg-yellow-black\/40 {
    background-color: rgba(154,126,61,.4)
}

.bg-yellow-black\/5 {
    background-color: rgba(154,126,61,.05)
}

.bg-yellow-black\/50 {
    background-color: rgba(154,126,61,.5)
}

.bg-yellow-black\/60 {
    background-color: rgba(154,126,61,.6)
}

.bg-yellow-black\/70 {
    background-color: rgba(154,126,61,.7)
}

.bg-yellow-black\/75 {
    background-color: rgba(154,126,61,.75)
}

.bg-yellow-black\/80 {
    background-color: rgba(154,126,61,.8)
}

.bg-yellow-black\/90 {
    background-color: rgba(154,126,61,.9)
}

.bg-yellow-black\/95 {
    background-color: rgba(154,126,61,.95)
}

.bg-yellow-default {
    --tw-bg-opacity: 1;
    background-color: rgb(234 192 68/var(--tw-bg-opacity))
}

.bg-yellow-default\/0 {
    background-color: rgba(234,192,68,0)
}

.bg-yellow-default\/10 {
    background-color: rgba(234,192,68,.1)
}

.bg-yellow-default\/100 {
    background-color: #eac044
}

.bg-yellow-default\/20 {
    background-color: rgba(234,192,68,.2)
}

.bg-yellow-default\/25 {
    background-color: rgba(234,192,68,.25)
}

.bg-yellow-default\/30 {
    background-color: rgba(234,192,68,.3)
}

.bg-yellow-default\/40 {
    background-color: rgba(234,192,68,.4)
}

.bg-yellow-default\/5 {
    background-color: rgba(234,192,68,.05)
}

.bg-yellow-default\/50 {
    background-color: rgba(234,192,68,.5)
}

.bg-yellow-default\/60 {
    background-color: rgba(234,192,68,.6)
}

.bg-yellow-default\/70 {
    background-color: rgba(234,192,68,.7)
}

.bg-yellow-default\/75 {
    background-color: rgba(234,192,68,.75)
}

.bg-yellow-default\/80 {
    background-color: rgba(234,192,68,.8)
}

.bg-yellow-default\/90 {
    background-color: rgba(234,192,68,.9)
}

.bg-yellow-default\/95 {
    background-color: rgba(234,192,68,.95)
}

.bg-yellow-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(220 179 118/var(--tw-bg-opacity))
}

.bg-yellow-orange\/0 {
    background-color: hsla(36,59%,66%,0)
}

.bg-yellow-orange\/10 {
    background-color: hsla(36,59%,66%,.1)
}

.bg-yellow-orange\/100 {
    background-color: #dcb376
}

.bg-yellow-orange\/20 {
    background-color: hsla(36,59%,66%,.2)
}

.bg-yellow-orange\/25 {
    background-color: hsla(36,59%,66%,.25)
}

.bg-yellow-orange\/30 {
    background-color: hsla(36,59%,66%,.3)
}

.bg-yellow-orange\/40 {
    background-color: hsla(36,59%,66%,.4)
}

.bg-yellow-orange\/5 {
    background-color: hsla(36,59%,66%,.05)
}

.bg-yellow-orange\/50 {
    background-color: hsla(36,59%,66%,.5)
}

.bg-yellow-orange\/60 {
    background-color: hsla(36,59%,66%,.6)
}

.bg-yellow-orange\/70 {
    background-color: hsla(36,59%,66%,.7)
}

.bg-yellow-orange\/75 {
    background-color: hsla(36,59%,66%,.75)
}

.bg-yellow-orange\/80 {
    background-color: hsla(36,59%,66%,.8)
}

.bg-yellow-orange\/90 {
    background-color: hsla(36,59%,66%,.9)
}

.bg-yellow-orange\/95 {
    background-color: hsla(36,59%,66%,.95)
}

.bg-yellow-term {
    --tw-bg-opacity: 1;
    background-color: rgb(179 143 23/var(--tw-bg-opacity))
}

.bg-yellow-term\/0 {
    background-color: rgba(179,143,23,0)
}

.bg-yellow-term\/10 {
    background-color: rgba(179,143,23,.1)
}

.bg-yellow-term\/100 {
    background-color: #b38f17
}

.bg-yellow-term\/20 {
    background-color: rgba(179,143,23,.2)
}

.bg-yellow-term\/25 {
    background-color: rgba(179,143,23,.25)
}

.bg-yellow-term\/30 {
    background-color: rgba(179,143,23,.3)
}

.bg-yellow-term\/40 {
    background-color: rgba(179,143,23,.4)
}

.bg-yellow-term\/5 {
    background-color: rgba(179,143,23,.05)
}

.bg-yellow-term\/50 {
    background-color: rgba(179,143,23,.5)
}

.bg-yellow-term\/60 {
    background-color: rgba(179,143,23,.6)
}

.bg-yellow-term\/70 {
    background-color: rgba(179,143,23,.7)
}

.bg-yellow-term\/75 {
    background-color: rgba(179,143,23,.75)
}

.bg-yellow-term\/80 {
    background-color: rgba(179,143,23,.8)
}

.bg-yellow-term\/90 {
    background-color: rgba(179,143,23,.9)
}

.bg-yellow-term\/95 {
    background-color: rgba(179,143,23,.95)
}

.bg-yellow-text {
    --tw-bg-opacity: 1;
    background-color: rgb(244 194 18/var(--tw-bg-opacity))
}

.bg-yellow-text\/0 {
    background-color: rgba(244,194,18,0)
}

.bg-yellow-text\/10 {
    background-color: rgba(244,194,18,.1)
}

.bg-yellow-text\/100 {
    background-color: #f4c212
}

.bg-yellow-text\/20 {
    background-color: rgba(244,194,18,.2)
}

.bg-yellow-text\/25 {
    background-color: rgba(244,194,18,.25)
}

.bg-yellow-text\/30 {
    background-color: rgba(244,194,18,.3)
}

.bg-yellow-text\/40 {
    background-color: rgba(244,194,18,.4)
}

.bg-yellow-text\/5 {
    background-color: rgba(244,194,18,.05)
}

.bg-yellow-text\/50 {
    background-color: rgba(244,194,18,.5)
}

.bg-yellow-text\/60 {
    background-color: rgba(244,194,18,.6)
}

.bg-yellow-text\/70 {
    background-color: rgba(244,194,18,.7)
}

.bg-yellow-text\/75 {
    background-color: rgba(244,194,18,.75)
}

.bg-yellow-text\/80 {
    background-color: rgba(244,194,18,.8)
}

.bg-yellow-text\/90 {
    background-color: rgba(244,194,18,.9)
}

.bg-yellow-text\/95 {
    background-color: rgba(244,194,18,.95)
}

.bg-opacity-0 {
    --tw-bg-opacity: 0
}

.bg-opacity-10 {
    --tw-bg-opacity: 0.1
}

.bg-opacity-100 {
    --tw-bg-opacity: 1
}

.bg-opacity-20 {
    --tw-bg-opacity: 0.2
}

.bg-opacity-25 {
    --tw-bg-opacity: 0.25
}

.bg-opacity-30 {
    --tw-bg-opacity: 0.3
}

.bg-opacity-40 {
    --tw-bg-opacity: 0.4
}

.bg-opacity-5 {
    --tw-bg-opacity: 0.05
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5
}

.bg-opacity-60 {
    --tw-bg-opacity: 0.6
}

.bg-opacity-70 {
    --tw-bg-opacity: 0.7
}

.bg-opacity-75 {
    --tw-bg-opacity: 0.75
}

.bg-opacity-80 {
    --tw-bg-opacity: 0.8
}

.bg-opacity-90 {
    --tw-bg-opacity: 0.9
}

.bg-opacity-95 {
    --tw-bg-opacity: 0.95
}

.bg-404-mobile {
    background-image: url(/_next/static/media/bg-404-mobile.559a9fdc.png)
}

.bg-about {
    background-image: linear-gradient(180deg,#422f1b,#271e17)
}

.bg-about-payment {
    background-image: linear-gradient(46deg,#583e26,#ae8f64)
}

.bg-away {
    background-image: linear-gradient(223deg,#0fc000,#116b09)
}

.bg-btn-action {
    background-image: linear-gradient(45deg,#82151c,#b91c1c)
}

.bg-btn-cancel-transaction-mobile {
    background-image: linear-gradient(86deg,#4f361f 2.53%,#b0955c)
}

.bg-btn-login-mobile {
    background-image: linear-gradient(87deg,#9b7047 -2.12%,#ebc280 103.6%)
}

.bg-btn-refresh {
    background-image: linear-gradient(221deg,#b41c1c,#871616)
}

.bg-btn-signup-mobile {
    background-image: linear-gradient(87deg,#761212 -2.12%,#cc1d1d 103.6%)
}

.bg-cookie {
    background-image: url(/_next/static/media/bg-cookie.1476c9d6.png)
}

.bg-error-404 {
    background-image: linear-gradient(180deg,#4f361f,#b29365)
}

.bg-event-promotion-left {
    background-image: linear-gradient(180deg,#513821,#90744d)
}

.bg-footer {
    background-image: linear-gradient(180deg,#251e16,#101010)
}

.bg-game-jackpot {
    background-image: linear-gradient(180deg,#442f1b,#241b16)
}

.bg-game-ranking {
    background-image: linear-gradient(180deg,#442f1c,#281e17)
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom,var(--tw-gradient-stops))
}

.bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left,var(--tw-gradient-stops))
}

.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right,var(--tw-gradient-stops))
}

.bg-gradient-to-l {
    background-image: linear-gradient(to left,var(--tw-gradient-stops))
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right,var(--tw-gradient-stops))
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top,var(--tw-gradient-stops))
}

.bg-gradient-to-tl {
    background-image: linear-gradient(to top left,var(--tw-gradient-stops))
}

.bg-gradient-to-tr {
    background-image: linear-gradient(to top right,var(--tw-gradient-stops))
}

.bg-home-cover-jackpot {
    background-image: url(/_next/static/media/home-cover-jackpot.0eae3018.svg)
}

.bg-home-hot-pick {
    background-image: url(/_next/static/media/home-hot-pick.4d034d40.png)
}

.bg-hot-game {
    background-image: linear-gradient(180deg,#4e351f,#1b130d)
}

.bg-hot-game-mobile {
    background-image: linear-gradient(180deg,#342110,#1d140e)
}

.bg-hot-match-left {
    background-image: linear-gradient(180deg,#4f351e,#b59667)
}

.bg-hot-match-mobile {
    background-image: linear-gradient(180deg,#deb173,#c78e53)
}

.bg-hot-match-right {
    background-image: linear-gradient(180deg,#100f0f,#21201f)
}

.bg-hot-match-slider {
    background-image: linear-gradient(180deg,#e4bb7b,#c3894f)
}

.bg-hot-pick {
    background-image: url(/_next/static/media/bg-hot-pick.17596a03.png)
}

.bg-jackpot-money-mobile {
    background-image: url(/_next/static/media/bg-jackpot-money-mobile.14efe3c4.svg)
}

.bg-keno-btn-bet {
    background-image: linear-gradient(44deg,#8b1717,#b51c1c)
}

.bg-keno-btn-reset {
    background-image: linear-gradient(80deg,#84714d .26%,#9f8656 98.58%)
}

.bg-keno-game {
    background-image: linear-gradient(180deg,#745c45,#593a1c 29.34%,#4b1c0e 76.04%,#281406)
}

.bg-keno-result-game {
    background-image: linear-gradient(180deg,#000,transparent)
}

.bg-main {
    background-image: linear-gradient(180deg,#110c0c,#211f1e)
}

.bg-maintenance {
    background-image: url(/_next/static/media/maintenance.087c254f.jpg)
}

.bg-maintenance-mobile {
    background-image: url(/_next/static/media/bg-maintaince-mobile.49ce51e5.png)
}

.bg-menu-active {
    background-image: linear-gradient(180deg,rgba(176,140,54,0),#d2a96a)
}

.bg-navigate {
    background-image: linear-gradient(180deg,#452f1a 2.91%,#705432 84.66%,#93754c 114.56%)
}

.bg-none {
    background-image: none
}

.bg-progress-above {
    background-image: linear-gradient(90deg,#7d1414,#c71d1d)
}

.bg-rng-game-bg-circle {
    background-image: linear-gradient(180deg,#ad2323,#701010)
}

.bg-rng-game-bg-timer {
    background-image: url(/_next/static/media/bg-timer.1e316456.svg)
}

.bg-rng-game-bg-timer-mobile {
    background-image: url(/_next/static/media/bg-timer-mobile.c1869c4a.svg)
}

.bg-sport {
    background-image: url(/_next/static/media/bg-sport.45b44101.svg)
}

.bg-sportbook {
    background-image: linear-gradient(180deg,#211f1e,#260e09)
}

.bg-sub-page-content {
    background-image: linear-gradient(180deg,#442f1b,#221a15)
}

.bg-sub-page-title {
    background-image: linear-gradient(40deg,#543b23,#ae8f63)
}

.bg-sub-page-username {
    background-image: linear-gradient(90deg,#4c1616,#897150)
}

.bg-vip-level-mobile-inactive {
    background-image: linear-gradient(180deg,#380707,#170c0c)
}

.bg-vip-program {
    background-image: linear-gradient(180deg,#432e1b,#1a140f)
}

.bg-vip-program-privileges {
    background-image: url(/_next/static/media/bg-vip-program-privileges.2cea7b7b.svg)
}

.bg-vip-program-privileges-active {
    background-image: linear-gradient(180deg,#535047,#d2a96a)
}

.bg-vip-program-privileges-mobile {
    background-image: url(/_next/static/media/bg-vip-program-privileges-mobile.f2bbf7d9.svg)
}

.bg-virtual {
    background-image: url(/_next/static/media/bg-virtual.c0052af3.svg)
}

.from-gray-text-footer {
    --tw-gradient-from: #70716f var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-footer\/0 {
    --tw-gradient-from: hsla(90,1%,44%,0) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-footer\/10 {
    --tw-gradient-from: hsla(90,1%,44%,.1) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-footer\/100 {
    --tw-gradient-from: #70716f var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-footer\/20 {
    --tw-gradient-from: hsla(90,1%,44%,.2) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-footer\/25 {
    --tw-gradient-from: hsla(90,1%,44%,.25) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-footer\/30 {
    --tw-gradient-from: hsla(90,1%,44%,.3) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-footer\/40 {
    --tw-gradient-from: hsla(90,1%,44%,.4) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-footer\/5 {
    --tw-gradient-from: hsla(90,1%,44%,.05) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-footer\/50 {
    --tw-gradient-from: hsla(90,1%,44%,.5) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-footer\/60 {
    --tw-gradient-from: hsla(90,1%,44%,.6) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-footer\/70 {
    --tw-gradient-from: hsla(90,1%,44%,.7) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-footer\/75 {
    --tw-gradient-from: hsla(90,1%,44%,.75) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-footer\/80 {
    --tw-gradient-from: hsla(90,1%,44%,.8) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-footer\/90 {
    --tw-gradient-from: hsla(90,1%,44%,.9) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-footer\/95 {
    --tw-gradient-from: hsla(90,1%,44%,.95) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-game {
    --tw-gradient-from: #8f8f8f var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-game\/0 {
    --tw-gradient-from: hsla(0,0%,56%,0) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-game\/10 {
    --tw-gradient-from: hsla(0,0%,56%,.1) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-game\/100 {
    --tw-gradient-from: #8f8f8f var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-game\/20 {
    --tw-gradient-from: hsla(0,0%,56%,.2) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-game\/25 {
    --tw-gradient-from: hsla(0,0%,56%,.25) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-game\/30 {
    --tw-gradient-from: hsla(0,0%,56%,.3) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-game\/40 {
    --tw-gradient-from: hsla(0,0%,56%,.4) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-game\/5 {
    --tw-gradient-from: hsla(0,0%,56%,.05) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-game\/50 {
    --tw-gradient-from: hsla(0,0%,56%,.5) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-game\/60 {
    --tw-gradient-from: hsla(0,0%,56%,.6) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-game\/70 {
    --tw-gradient-from: hsla(0,0%,56%,.7) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-game\/75 {
    --tw-gradient-from: hsla(0,0%,56%,.75) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-game\/80 {
    --tw-gradient-from: hsla(0,0%,56%,.8) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-game\/90 {
    --tw-gradient-from: hsla(0,0%,56%,.9) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-game\/95 {
    --tw-gradient-from: hsla(0,0%,56%,.95) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-popup-login {
    --tw-gradient-from: grey var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-popup-login\/0 {
    --tw-gradient-from: hsla(0,0%,50%,0) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-popup-login\/10 {
    --tw-gradient-from: hsla(0,0%,50%,.1) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-popup-login\/100 {
    --tw-gradient-from: grey var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-popup-login\/20 {
    --tw-gradient-from: hsla(0,0%,50%,.2) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-popup-login\/25 {
    --tw-gradient-from: hsla(0,0%,50%,.25) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-popup-login\/30 {
    --tw-gradient-from: hsla(0,0%,50%,.3) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-popup-login\/40 {
    --tw-gradient-from: hsla(0,0%,50%,.4) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-popup-login\/5 {
    --tw-gradient-from: hsla(0,0%,50%,.05) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-popup-login\/50 {
    --tw-gradient-from: hsla(0,0%,50%,.5) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-popup-login\/60 {
    --tw-gradient-from: hsla(0,0%,50%,.6) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-popup-login\/70 {
    --tw-gradient-from: hsla(0,0%,50%,.7) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-popup-login\/75 {
    --tw-gradient-from: hsla(0,0%,50%,.75) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-popup-login\/80 {
    --tw-gradient-from: hsla(0,0%,50%,.8) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-popup-login\/90 {
    --tw-gradient-from: hsla(0,0%,50%,.9) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-gray-text-popup-login\/95 {
    --tw-gradient-from: hsla(0,0%,50%,.95) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-mobile-nav-text-inactive {
    --tw-gradient-from: #dbd2c2 var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-mobile-nav-text-inactive\/0 {
    --tw-gradient-from: hsla(38,26%,81%,0) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-mobile-nav-text-inactive\/10 {
    --tw-gradient-from: hsla(38,26%,81%,.1) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-mobile-nav-text-inactive\/100 {
    --tw-gradient-from: #dbd2c2 var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-mobile-nav-text-inactive\/20 {
    --tw-gradient-from: hsla(38,26%,81%,.2) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-mobile-nav-text-inactive\/25 {
    --tw-gradient-from: hsla(38,26%,81%,.25) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-mobile-nav-text-inactive\/30 {
    --tw-gradient-from: hsla(38,26%,81%,.3) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-mobile-nav-text-inactive\/40 {
    --tw-gradient-from: hsla(38,26%,81%,.4) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-mobile-nav-text-inactive\/5 {
    --tw-gradient-from: hsla(38,26%,81%,.05) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-mobile-nav-text-inactive\/50 {
    --tw-gradient-from: hsla(38,26%,81%,.5) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-mobile-nav-text-inactive\/60 {
    --tw-gradient-from: hsla(38,26%,81%,.6) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-mobile-nav-text-inactive\/70 {
    --tw-gradient-from: hsla(38,26%,81%,.7) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-mobile-nav-text-inactive\/75 {
    --tw-gradient-from: hsla(38,26%,81%,.75) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-mobile-nav-text-inactive\/80 {
    --tw-gradient-from: hsla(38,26%,81%,.8) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-mobile-nav-text-inactive\/90 {
    --tw-gradient-from: hsla(38,26%,81%,.9) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-mobile-nav-text-inactive\/95 {
    --tw-gradient-from: hsla(38,26%,81%,.95) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-red-bg-hot-pick {
    --tw-gradient-from: #170e0a var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-red-bg-hot-pick\/0 {
    --tw-gradient-from: rgba(23,14,10,0) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-red-bg-hot-pick\/10 {
    --tw-gradient-from: rgba(23,14,10,.1) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-red-bg-hot-pick\/100 {
    --tw-gradient-from: #170e0a var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-red-bg-hot-pick\/20 {
    --tw-gradient-from: rgba(23,14,10,.2) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-red-bg-hot-pick\/25 {
    --tw-gradient-from: rgba(23,14,10,.25) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-red-bg-hot-pick\/30 {
    --tw-gradient-from: rgba(23,14,10,.3) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-red-bg-hot-pick\/40 {
    --tw-gradient-from: rgba(23,14,10,.4) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-red-bg-hot-pick\/5 {
    --tw-gradient-from: rgba(23,14,10,.05) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-red-bg-hot-pick\/50 {
    --tw-gradient-from: rgba(23,14,10,.5) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-red-bg-hot-pick\/60 {
    --tw-gradient-from: rgba(23,14,10,.6) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-red-bg-hot-pick\/70 {
    --tw-gradient-from: rgba(23,14,10,.7) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-red-bg-hot-pick\/75 {
    --tw-gradient-from: rgba(23,14,10,.75) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-red-bg-hot-pick\/80 {
    --tw-gradient-from: rgba(23,14,10,.8) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-red-bg-hot-pick\/90 {
    --tw-gradient-from: rgba(23,14,10,.9) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-red-bg-hot-pick\/95 {
    --tw-gradient-from: rgba(23,14,10,.95) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-bet {
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-bet\/0 {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-bet\/10 {
    --tw-gradient-from: rgba(0,0,0,.1) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-bet\/100 {
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-bet\/20 {
    --tw-gradient-from: rgba(0,0,0,.2) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-bet\/25 {
    --tw-gradient-from: rgba(0,0,0,.25) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-bet\/30 {
    --tw-gradient-from: rgba(0,0,0,.3) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-bet\/40 {
    --tw-gradient-from: rgba(0,0,0,.4) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-bet\/5 {
    --tw-gradient-from: rgba(0,0,0,.05) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-bet\/50 {
    --tw-gradient-from: rgba(0,0,0,.5) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-bet\/60 {
    --tw-gradient-from: rgba(0,0,0,.6) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-bet\/70 {
    --tw-gradient-from: rgba(0,0,0,.7) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-bet\/75 {
    --tw-gradient-from: rgba(0,0,0,.75) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-bet\/80 {
    --tw-gradient-from: rgba(0,0,0,.8) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-bet\/90 {
    --tw-gradient-from: rgba(0,0,0,.9) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-bet\/95 {
    --tw-gradient-from: rgba(0,0,0,.95) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-current-bet {
    --tw-gradient-from: #ebce82 var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-current-bet\/0 {
    --tw-gradient-from: hsla(43,72%,72%,0) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-current-bet\/10 {
    --tw-gradient-from: hsla(43,72%,72%,.1) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-current-bet\/100 {
    --tw-gradient-from: #ebce82 var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-current-bet\/20 {
    --tw-gradient-from: hsla(43,72%,72%,.2) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-current-bet\/25 {
    --tw-gradient-from: hsla(43,72%,72%,.25) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-current-bet\/30 {
    --tw-gradient-from: hsla(43,72%,72%,.3) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-current-bet\/40 {
    --tw-gradient-from: hsla(43,72%,72%,.4) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-current-bet\/5 {
    --tw-gradient-from: hsla(43,72%,72%,.05) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-current-bet\/50 {
    --tw-gradient-from: hsla(43,72%,72%,.5) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-current-bet\/60 {
    --tw-gradient-from: hsla(43,72%,72%,.6) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-current-bet\/70 {
    --tw-gradient-from: hsla(43,72%,72%,.7) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-current-bet\/75 {
    --tw-gradient-from: hsla(43,72%,72%,.75) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-current-bet\/80 {
    --tw-gradient-from: hsla(43,72%,72%,.8) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-current-bet\/90 {
    --tw-gradient-from: hsla(43,72%,72%,.9) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-current-bet\/95 {
    --tw-gradient-from: hsla(43,72%,72%,.95) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-filter {
    --tw-gradient-from: #241a12 var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-filter\/0 {
    --tw-gradient-from: rgba(36,26,18,0) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-filter\/10 {
    --tw-gradient-from: rgba(36,26,18,.1) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-filter\/100 {
    --tw-gradient-from: #241a12 var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-filter\/20 {
    --tw-gradient-from: rgba(36,26,18,.2) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-filter\/25 {
    --tw-gradient-from: rgba(36,26,18,.25) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-filter\/30 {
    --tw-gradient-from: rgba(36,26,18,.3) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-filter\/40 {
    --tw-gradient-from: rgba(36,26,18,.4) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-filter\/5 {
    --tw-gradient-from: rgba(36,26,18,.05) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-filter\/50 {
    --tw-gradient-from: rgba(36,26,18,.5) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-filter\/60 {
    --tw-gradient-from: rgba(36,26,18,.6) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-filter\/70 {
    --tw-gradient-from: rgba(36,26,18,.7) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-filter\/75 {
    --tw-gradient-from: rgba(36,26,18,.75) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-filter\/80 {
    --tw-gradient-from: rgba(36,26,18,.8) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-filter\/90 {
    --tw-gradient-from: rgba(36,26,18,.9) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-filter\/95 {
    --tw-gradient-from: rgba(36,26,18,.95) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-popup-bet {
    --tw-gradient-from: #33322f var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-popup-bet\/0 {
    --tw-gradient-from: rgba(51,50,47,0) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-popup-bet\/10 {
    --tw-gradient-from: rgba(51,50,47,.1) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-popup-bet\/100 {
    --tw-gradient-from: #33322f var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-popup-bet\/20 {
    --tw-gradient-from: rgba(51,50,47,.2) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-popup-bet\/25 {
    --tw-gradient-from: rgba(51,50,47,.25) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-popup-bet\/30 {
    --tw-gradient-from: rgba(51,50,47,.3) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-popup-bet\/40 {
    --tw-gradient-from: rgba(51,50,47,.4) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-popup-bet\/5 {
    --tw-gradient-from: rgba(51,50,47,.05) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-popup-bet\/50 {
    --tw-gradient-from: rgba(51,50,47,.5) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-popup-bet\/60 {
    --tw-gradient-from: rgba(51,50,47,.6) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-popup-bet\/70 {
    --tw-gradient-from: rgba(51,50,47,.7) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-popup-bet\/75 {
    --tw-gradient-from: rgba(51,50,47,.75) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-popup-bet\/80 {
    --tw-gradient-from: rgba(51,50,47,.8) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-popup-bet\/90 {
    --tw-gradient-from: rgba(51,50,47,.9) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-popup-bet\/95 {
    --tw-gradient-from: rgba(51,50,47,.95) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-tab {
    --tw-gradient-from: #343434 var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-tab\/0 {
    --tw-gradient-from: rgba(52,52,52,0) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-tab\/10 {
    --tw-gradient-from: rgba(52,52,52,.1) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-tab\/100 {
    --tw-gradient-from: #343434 var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-tab\/20 {
    --tw-gradient-from: rgba(52,52,52,.2) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-tab\/25 {
    --tw-gradient-from: rgba(52,52,52,.25) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-tab\/30 {
    --tw-gradient-from: rgba(52,52,52,.3) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-tab\/40 {
    --tw-gradient-from: rgba(52,52,52,.4) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-tab\/5 {
    --tw-gradient-from: rgba(52,52,52,.05) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-tab\/50 {
    --tw-gradient-from: rgba(52,52,52,.5) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-tab\/60 {
    --tw-gradient-from: rgba(52,52,52,.6) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-tab\/70 {
    --tw-gradient-from: rgba(52,52,52,.7) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-tab\/75 {
    --tw-gradient-from: rgba(52,52,52,.75) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-tab\/80 {
    --tw-gradient-from: rgba(52,52,52,.8) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-tab\/90 {
    --tw-gradient-from: rgba(52,52,52,.9) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-bg-tab\/95 {
    --tw-gradient-from: rgba(52,52,52,.95) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-border-circle {
    --tw-gradient-from: #ae8f65 var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-border-circle\/0 {
    --tw-gradient-from: hsla(35,31%,54%,0) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-border-circle\/10 {
    --tw-gradient-from: hsla(35,31%,54%,.1) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-border-circle\/100 {
    --tw-gradient-from: #ae8f65 var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-border-circle\/20 {
    --tw-gradient-from: hsla(35,31%,54%,.2) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-border-circle\/25 {
    --tw-gradient-from: hsla(35,31%,54%,.25) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-border-circle\/30 {
    --tw-gradient-from: hsla(35,31%,54%,.3) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-border-circle\/40 {
    --tw-gradient-from: hsla(35,31%,54%,.4) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-border-circle\/5 {
    --tw-gradient-from: hsla(35,31%,54%,.05) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-border-circle\/50 {
    --tw-gradient-from: hsla(35,31%,54%,.5) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-border-circle\/60 {
    --tw-gradient-from: hsla(35,31%,54%,.6) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-border-circle\/70 {
    --tw-gradient-from: hsla(35,31%,54%,.7) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-border-circle\/75 {
    --tw-gradient-from: hsla(35,31%,54%,.75) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-border-circle\/80 {
    --tw-gradient-from: hsla(35,31%,54%,.8) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-border-circle\/90 {
    --tw-gradient-from: hsla(35,31%,54%,.9) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-border-circle\/95 {
    --tw-gradient-from: hsla(35,31%,54%,.95) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-text-current-bet {
    --tw-gradient-from: #513924 var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-text-current-bet\/0 {
    --tw-gradient-from: rgba(81,57,36,0) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-text-current-bet\/10 {
    --tw-gradient-from: rgba(81,57,36,.1) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-text-current-bet\/100 {
    --tw-gradient-from: #513924 var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-text-current-bet\/20 {
    --tw-gradient-from: rgba(81,57,36,.2) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-text-current-bet\/25 {
    --tw-gradient-from: rgba(81,57,36,.25) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-text-current-bet\/30 {
    --tw-gradient-from: rgba(81,57,36,.3) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-text-current-bet\/40 {
    --tw-gradient-from: rgba(81,57,36,.4) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-text-current-bet\/5 {
    --tw-gradient-from: rgba(81,57,36,.05) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-text-current-bet\/50 {
    --tw-gradient-from: rgba(81,57,36,.5) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-text-current-bet\/60 {
    --tw-gradient-from: rgba(81,57,36,.6) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-text-current-bet\/70 {
    --tw-gradient-from: rgba(81,57,36,.7) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-text-current-bet\/75 {
    --tw-gradient-from: rgba(81,57,36,.75) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-text-current-bet\/80 {
    --tw-gradient-from: rgba(81,57,36,.8) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-text-current-bet\/90 {
    --tw-gradient-from: rgba(81,57,36,.9) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.from-rng-game-text-current-bet\/95 {
    --tw-gradient-from: rgba(81,57,36,.95) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}

.via-gray-text-footer {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#70716f var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-footer\/0 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(90,1%,44%,0) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-footer\/10 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(90,1%,44%,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-footer\/100 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#70716f var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-footer\/20 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(90,1%,44%,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-footer\/25 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(90,1%,44%,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-footer\/30 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(90,1%,44%,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-footer\/40 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(90,1%,44%,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-footer\/5 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(90,1%,44%,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-footer\/50 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(90,1%,44%,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-footer\/60 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(90,1%,44%,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-footer\/70 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(90,1%,44%,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-footer\/75 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(90,1%,44%,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-footer\/80 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(90,1%,44%,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-footer\/90 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(90,1%,44%,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-footer\/95 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(90,1%,44%,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-game {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#8f8f8f var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-game\/0 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,56%,0) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-game\/10 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,56%,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-game\/100 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#8f8f8f var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-game\/20 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,56%,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-game\/25 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,56%,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-game\/30 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,56%,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-game\/40 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,56%,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-game\/5 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,56%,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-game\/50 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,56%,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-game\/60 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,56%,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-game\/70 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,56%,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-game\/75 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,56%,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-game\/80 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,56%,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-game\/90 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,56%,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-game\/95 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,56%,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-popup-login {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),grey var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-popup-login\/0 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,50%,0) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-popup-login\/10 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,50%,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-popup-login\/100 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),grey var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-popup-login\/20 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,50%,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-popup-login\/25 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,50%,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-popup-login\/30 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,50%,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-popup-login\/40 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,50%,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-popup-login\/5 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,50%,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-popup-login\/50 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,50%,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-popup-login\/60 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,50%,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-popup-login\/70 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,50%,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-popup-login\/75 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,50%,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-popup-login\/80 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,50%,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-popup-login\/90 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,50%,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-gray-text-popup-login\/95 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(0,0%,50%,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-mobile-nav-text-inactive {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#dbd2c2 var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-mobile-nav-text-inactive\/0 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(38,26%,81%,0) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-mobile-nav-text-inactive\/10 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(38,26%,81%,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-mobile-nav-text-inactive\/100 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#dbd2c2 var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-mobile-nav-text-inactive\/20 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(38,26%,81%,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-mobile-nav-text-inactive\/25 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(38,26%,81%,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-mobile-nav-text-inactive\/30 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(38,26%,81%,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-mobile-nav-text-inactive\/40 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(38,26%,81%,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-mobile-nav-text-inactive\/5 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(38,26%,81%,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-mobile-nav-text-inactive\/50 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(38,26%,81%,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-mobile-nav-text-inactive\/60 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(38,26%,81%,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-mobile-nav-text-inactive\/70 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(38,26%,81%,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-mobile-nav-text-inactive\/75 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(38,26%,81%,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-mobile-nav-text-inactive\/80 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(38,26%,81%,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-mobile-nav-text-inactive\/90 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(38,26%,81%,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-mobile-nav-text-inactive\/95 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(38,26%,81%,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-red-bg-hot-pick {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#170e0a var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-red-bg-hot-pick\/0 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(23,14,10,0) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-red-bg-hot-pick\/10 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(23,14,10,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-red-bg-hot-pick\/100 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#170e0a var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-red-bg-hot-pick\/20 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(23,14,10,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-red-bg-hot-pick\/25 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(23,14,10,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-red-bg-hot-pick\/30 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(23,14,10,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-red-bg-hot-pick\/40 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(23,14,10,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-red-bg-hot-pick\/5 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(23,14,10,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-red-bg-hot-pick\/50 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(23,14,10,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-red-bg-hot-pick\/60 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(23,14,10,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-red-bg-hot-pick\/70 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(23,14,10,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-red-bg-hot-pick\/75 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(23,14,10,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-red-bg-hot-pick\/80 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(23,14,10,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-red-bg-hot-pick\/90 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(23,14,10,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-red-bg-hot-pick\/95 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(23,14,10,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-bet {
    --tw-gradient-via-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#000 var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-bet\/0 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),transparent var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-bet\/10 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(0,0,0,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-bet\/100 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#000 var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-bet\/20 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(0,0,0,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-bet\/25 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(0,0,0,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-bet\/30 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(0,0,0,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-bet\/40 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(0,0,0,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-bet\/5 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(0,0,0,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-bet\/50 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(0,0,0,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-bet\/60 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(0,0,0,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-bet\/70 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(0,0,0,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-bet\/75 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(0,0,0,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-bet\/80 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(0,0,0,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-bet\/90 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(0,0,0,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-bet\/95 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(0,0,0,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-current-bet {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#ebce82 var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-current-bet\/0 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(43,72%,72%,0) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-current-bet\/10 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(43,72%,72%,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-current-bet\/100 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#ebce82 var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-current-bet\/20 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(43,72%,72%,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-current-bet\/25 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(43,72%,72%,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-current-bet\/30 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(43,72%,72%,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-current-bet\/40 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(43,72%,72%,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-current-bet\/5 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(43,72%,72%,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-current-bet\/50 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(43,72%,72%,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-current-bet\/60 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(43,72%,72%,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-current-bet\/70 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(43,72%,72%,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-current-bet\/75 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(43,72%,72%,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-current-bet\/80 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(43,72%,72%,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-current-bet\/90 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(43,72%,72%,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-current-bet\/95 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(43,72%,72%,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-filter {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#241a12 var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-filter\/0 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(36,26,18,0) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-filter\/10 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(36,26,18,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-filter\/100 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#241a12 var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-filter\/20 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(36,26,18,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-filter\/25 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(36,26,18,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-filter\/30 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(36,26,18,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-filter\/40 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(36,26,18,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-filter\/5 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(36,26,18,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-filter\/50 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(36,26,18,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-filter\/60 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(36,26,18,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-filter\/70 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(36,26,18,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-filter\/75 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(36,26,18,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-filter\/80 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(36,26,18,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-filter\/90 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(36,26,18,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-filter\/95 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(36,26,18,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-popup-bet {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#33322f var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-popup-bet\/0 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(51,50,47,0) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-popup-bet\/10 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(51,50,47,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-popup-bet\/100 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#33322f var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-popup-bet\/20 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(51,50,47,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-popup-bet\/25 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(51,50,47,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-popup-bet\/30 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(51,50,47,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-popup-bet\/40 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(51,50,47,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-popup-bet\/5 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(51,50,47,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-popup-bet\/50 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(51,50,47,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-popup-bet\/60 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(51,50,47,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-popup-bet\/70 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(51,50,47,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-popup-bet\/75 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(51,50,47,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-popup-bet\/80 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(51,50,47,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-popup-bet\/90 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(51,50,47,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-popup-bet\/95 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(51,50,47,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-tab {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#343434 var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-tab\/0 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(52,52,52,0) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-tab\/10 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(52,52,52,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-tab\/100 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#343434 var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-tab\/20 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(52,52,52,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-tab\/25 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(52,52,52,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-tab\/30 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(52,52,52,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-tab\/40 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(52,52,52,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-tab\/5 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(52,52,52,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-tab\/50 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(52,52,52,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-tab\/60 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(52,52,52,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-tab\/70 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(52,52,52,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-tab\/75 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(52,52,52,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-tab\/80 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(52,52,52,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-tab\/90 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(52,52,52,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-bg-tab\/95 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(52,52,52,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-border-circle {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#ae8f65 var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-border-circle\/0 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(35,31%,54%,0) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-border-circle\/10 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(35,31%,54%,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-border-circle\/100 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#ae8f65 var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-border-circle\/20 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(35,31%,54%,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-border-circle\/25 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(35,31%,54%,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-border-circle\/30 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(35,31%,54%,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-border-circle\/40 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(35,31%,54%,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-border-circle\/5 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(35,31%,54%,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-border-circle\/50 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(35,31%,54%,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-border-circle\/60 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(35,31%,54%,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-border-circle\/70 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(35,31%,54%,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-border-circle\/75 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(35,31%,54%,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-border-circle\/80 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(35,31%,54%,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-border-circle\/90 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(35,31%,54%,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-border-circle\/95 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),hsla(35,31%,54%,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-text-current-bet {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#513924 var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-text-current-bet\/0 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(81,57,36,0) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-text-current-bet\/10 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(81,57,36,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-text-current-bet\/100 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),#513924 var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-text-current-bet\/20 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(81,57,36,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-text-current-bet\/25 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(81,57,36,.25) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-text-current-bet\/30 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(81,57,36,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-text-current-bet\/40 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(81,57,36,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-text-current-bet\/5 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(81,57,36,.05) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-text-current-bet\/50 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(81,57,36,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-text-current-bet\/60 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(81,57,36,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-text-current-bet\/70 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(81,57,36,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-text-current-bet\/75 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(81,57,36,.75) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-text-current-bet\/80 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(81,57,36,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-text-current-bet\/90 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(81,57,36,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.via-rng-game-text-current-bet\/95 {
    --tw-gradient-via-position: ;
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from),rgba(81,57,36,.95) var(--tw-gradient-via-position),var(--tw-gradient-to)
}

.to-gray-text-footer {
    --tw-gradient-to: #70716f var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-footer\/0 {
    --tw-gradient-to: hsla(90,1%,44%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-footer\/10 {
    --tw-gradient-to: hsla(90,1%,44%,.1) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-footer\/100 {
    --tw-gradient-to: #70716f var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-footer\/20 {
    --tw-gradient-to: hsla(90,1%,44%,.2) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-footer\/25 {
    --tw-gradient-to: hsla(90,1%,44%,.25) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-footer\/30 {
    --tw-gradient-to: hsla(90,1%,44%,.3) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-footer\/40 {
    --tw-gradient-to: hsla(90,1%,44%,.4) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-footer\/5 {
    --tw-gradient-to: hsla(90,1%,44%,.05) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-footer\/50 {
    --tw-gradient-to: hsla(90,1%,44%,.5) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-footer\/60 {
    --tw-gradient-to: hsla(90,1%,44%,.6) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-footer\/70 {
    --tw-gradient-to: hsla(90,1%,44%,.7) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-footer\/75 {
    --tw-gradient-to: hsla(90,1%,44%,.75) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-footer\/80 {
    --tw-gradient-to: hsla(90,1%,44%,.8) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-footer\/90 {
    --tw-gradient-to: hsla(90,1%,44%,.9) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-footer\/95 {
    --tw-gradient-to: hsla(90,1%,44%,.95) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-game {
    --tw-gradient-to: #8f8f8f var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-game\/0 {
    --tw-gradient-to: hsla(0,0%,56%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-game\/10 {
    --tw-gradient-to: hsla(0,0%,56%,.1) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-game\/100 {
    --tw-gradient-to: #8f8f8f var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-game\/20 {
    --tw-gradient-to: hsla(0,0%,56%,.2) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-game\/25 {
    --tw-gradient-to: hsla(0,0%,56%,.25) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-game\/30 {
    --tw-gradient-to: hsla(0,0%,56%,.3) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-game\/40 {
    --tw-gradient-to: hsla(0,0%,56%,.4) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-game\/5 {
    --tw-gradient-to: hsla(0,0%,56%,.05) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-game\/50 {
    --tw-gradient-to: hsla(0,0%,56%,.5) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-game\/60 {
    --tw-gradient-to: hsla(0,0%,56%,.6) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-game\/70 {
    --tw-gradient-to: hsla(0,0%,56%,.7) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-game\/75 {
    --tw-gradient-to: hsla(0,0%,56%,.75) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-game\/80 {
    --tw-gradient-to: hsla(0,0%,56%,.8) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-game\/90 {
    --tw-gradient-to: hsla(0,0%,56%,.9) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-game\/95 {
    --tw-gradient-to: hsla(0,0%,56%,.95) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-popup-login {
    --tw-gradient-to: grey var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-popup-login\/0 {
    --tw-gradient-to: hsla(0,0%,50%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-popup-login\/10 {
    --tw-gradient-to: hsla(0,0%,50%,.1) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-popup-login\/100 {
    --tw-gradient-to: grey var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-popup-login\/20 {
    --tw-gradient-to: hsla(0,0%,50%,.2) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-popup-login\/25 {
    --tw-gradient-to: hsla(0,0%,50%,.25) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-popup-login\/30 {
    --tw-gradient-to: hsla(0,0%,50%,.3) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-popup-login\/40 {
    --tw-gradient-to: hsla(0,0%,50%,.4) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-popup-login\/5 {
    --tw-gradient-to: hsla(0,0%,50%,.05) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-popup-login\/50 {
    --tw-gradient-to: hsla(0,0%,50%,.5) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-popup-login\/60 {
    --tw-gradient-to: hsla(0,0%,50%,.6) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-popup-login\/70 {
    --tw-gradient-to: hsla(0,0%,50%,.7) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-popup-login\/75 {
    --tw-gradient-to: hsla(0,0%,50%,.75) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-popup-login\/80 {
    --tw-gradient-to: hsla(0,0%,50%,.8) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-popup-login\/90 {
    --tw-gradient-to: hsla(0,0%,50%,.9) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-gray-text-popup-login\/95 {
    --tw-gradient-to: hsla(0,0%,50%,.95) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-mobile-nav-text-inactive {
    --tw-gradient-to: #dbd2c2 var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-mobile-nav-text-inactive\/0 {
    --tw-gradient-to: hsla(38,26%,81%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-mobile-nav-text-inactive\/10 {
    --tw-gradient-to: hsla(38,26%,81%,.1) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-mobile-nav-text-inactive\/100 {
    --tw-gradient-to: #dbd2c2 var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-mobile-nav-text-inactive\/20 {
    --tw-gradient-to: hsla(38,26%,81%,.2) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-mobile-nav-text-inactive\/25 {
    --tw-gradient-to: hsla(38,26%,81%,.25) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-mobile-nav-text-inactive\/30 {
    --tw-gradient-to: hsla(38,26%,81%,.3) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-mobile-nav-text-inactive\/40 {
    --tw-gradient-to: hsla(38,26%,81%,.4) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-mobile-nav-text-inactive\/5 {
    --tw-gradient-to: hsla(38,26%,81%,.05) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-mobile-nav-text-inactive\/50 {
    --tw-gradient-to: hsla(38,26%,81%,.5) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-mobile-nav-text-inactive\/60 {
    --tw-gradient-to: hsla(38,26%,81%,.6) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-mobile-nav-text-inactive\/70 {
    --tw-gradient-to: hsla(38,26%,81%,.7) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-mobile-nav-text-inactive\/75 {
    --tw-gradient-to: hsla(38,26%,81%,.75) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-mobile-nav-text-inactive\/80 {
    --tw-gradient-to: hsla(38,26%,81%,.8) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-mobile-nav-text-inactive\/90 {
    --tw-gradient-to: hsla(38,26%,81%,.9) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-mobile-nav-text-inactive\/95 {
    --tw-gradient-to: hsla(38,26%,81%,.95) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-red-bg-hot-pick {
    --tw-gradient-to: #170e0a var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-red-bg-hot-pick\/0 {
    --tw-gradient-to: rgba(23,14,10,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-red-bg-hot-pick\/10 {
    --tw-gradient-to: rgba(23,14,10,.1) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-red-bg-hot-pick\/100 {
    --tw-gradient-to: #170e0a var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-red-bg-hot-pick\/20 {
    --tw-gradient-to: rgba(23,14,10,.2) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-red-bg-hot-pick\/25 {
    --tw-gradient-to: rgba(23,14,10,.25) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-red-bg-hot-pick\/30 {
    --tw-gradient-to: rgba(23,14,10,.3) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-red-bg-hot-pick\/40 {
    --tw-gradient-to: rgba(23,14,10,.4) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-red-bg-hot-pick\/5 {
    --tw-gradient-to: rgba(23,14,10,.05) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-red-bg-hot-pick\/50 {
    --tw-gradient-to: rgba(23,14,10,.5) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-red-bg-hot-pick\/60 {
    --tw-gradient-to: rgba(23,14,10,.6) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-red-bg-hot-pick\/70 {
    --tw-gradient-to: rgba(23,14,10,.7) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-red-bg-hot-pick\/75 {
    --tw-gradient-to: rgba(23,14,10,.75) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-red-bg-hot-pick\/80 {
    --tw-gradient-to: rgba(23,14,10,.8) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-red-bg-hot-pick\/90 {
    --tw-gradient-to: rgba(23,14,10,.9) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-red-bg-hot-pick\/95 {
    --tw-gradient-to: rgba(23,14,10,.95) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-bet {
    --tw-gradient-to: #000 var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-bet\/0 {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-bet\/10 {
    --tw-gradient-to: rgba(0,0,0,.1) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-bet\/100 {
    --tw-gradient-to: #000 var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-bet\/20 {
    --tw-gradient-to: rgba(0,0,0,.2) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-bet\/25 {
    --tw-gradient-to: rgba(0,0,0,.25) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-bet\/30 {
    --tw-gradient-to: rgba(0,0,0,.3) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-bet\/40 {
    --tw-gradient-to: rgba(0,0,0,.4) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-bet\/5 {
    --tw-gradient-to: rgba(0,0,0,.05) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-bet\/50 {
    --tw-gradient-to: rgba(0,0,0,.5) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-bet\/60 {
    --tw-gradient-to: rgba(0,0,0,.6) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-bet\/70 {
    --tw-gradient-to: rgba(0,0,0,.7) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-bet\/75 {
    --tw-gradient-to: rgba(0,0,0,.75) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-bet\/80 {
    --tw-gradient-to: rgba(0,0,0,.8) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-bet\/90 {
    --tw-gradient-to: rgba(0,0,0,.9) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-bet\/95 {
    --tw-gradient-to: rgba(0,0,0,.95) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-current-bet {
    --tw-gradient-to: #ebce82 var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-current-bet\/0 {
    --tw-gradient-to: hsla(43,72%,72%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-current-bet\/10 {
    --tw-gradient-to: hsla(43,72%,72%,.1) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-current-bet\/100 {
    --tw-gradient-to: #ebce82 var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-current-bet\/20 {
    --tw-gradient-to: hsla(43,72%,72%,.2) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-current-bet\/25 {
    --tw-gradient-to: hsla(43,72%,72%,.25) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-current-bet\/30 {
    --tw-gradient-to: hsla(43,72%,72%,.3) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-current-bet\/40 {
    --tw-gradient-to: hsla(43,72%,72%,.4) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-current-bet\/5 {
    --tw-gradient-to: hsla(43,72%,72%,.05) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-current-bet\/50 {
    --tw-gradient-to: hsla(43,72%,72%,.5) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-current-bet\/60 {
    --tw-gradient-to: hsla(43,72%,72%,.6) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-current-bet\/70 {
    --tw-gradient-to: hsla(43,72%,72%,.7) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-current-bet\/75 {
    --tw-gradient-to: hsla(43,72%,72%,.75) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-current-bet\/80 {
    --tw-gradient-to: hsla(43,72%,72%,.8) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-current-bet\/90 {
    --tw-gradient-to: hsla(43,72%,72%,.9) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-current-bet\/95 {
    --tw-gradient-to: hsla(43,72%,72%,.95) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-filter {
    --tw-gradient-to: #241a12 var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-filter\/0 {
    --tw-gradient-to: rgba(36,26,18,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-filter\/10 {
    --tw-gradient-to: rgba(36,26,18,.1) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-filter\/100 {
    --tw-gradient-to: #241a12 var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-filter\/20 {
    --tw-gradient-to: rgba(36,26,18,.2) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-filter\/25 {
    --tw-gradient-to: rgba(36,26,18,.25) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-filter\/30 {
    --tw-gradient-to: rgba(36,26,18,.3) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-filter\/40 {
    --tw-gradient-to: rgba(36,26,18,.4) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-filter\/5 {
    --tw-gradient-to: rgba(36,26,18,.05) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-filter\/50 {
    --tw-gradient-to: rgba(36,26,18,.5) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-filter\/60 {
    --tw-gradient-to: rgba(36,26,18,.6) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-filter\/70 {
    --tw-gradient-to: rgba(36,26,18,.7) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-filter\/75 {
    --tw-gradient-to: rgba(36,26,18,.75) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-filter\/80 {
    --tw-gradient-to: rgba(36,26,18,.8) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-filter\/90 {
    --tw-gradient-to: rgba(36,26,18,.9) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-filter\/95 {
    --tw-gradient-to: rgba(36,26,18,.95) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-popup-bet {
    --tw-gradient-to: #33322f var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-popup-bet\/0 {
    --tw-gradient-to: rgba(51,50,47,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-popup-bet\/10 {
    --tw-gradient-to: rgba(51,50,47,.1) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-popup-bet\/100 {
    --tw-gradient-to: #33322f var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-popup-bet\/20 {
    --tw-gradient-to: rgba(51,50,47,.2) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-popup-bet\/25 {
    --tw-gradient-to: rgba(51,50,47,.25) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-popup-bet\/30 {
    --tw-gradient-to: rgba(51,50,47,.3) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-popup-bet\/40 {
    --tw-gradient-to: rgba(51,50,47,.4) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-popup-bet\/5 {
    --tw-gradient-to: rgba(51,50,47,.05) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-popup-bet\/50 {
    --tw-gradient-to: rgba(51,50,47,.5) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-popup-bet\/60 {
    --tw-gradient-to: rgba(51,50,47,.6) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-popup-bet\/70 {
    --tw-gradient-to: rgba(51,50,47,.7) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-popup-bet\/75 {
    --tw-gradient-to: rgba(51,50,47,.75) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-popup-bet\/80 {
    --tw-gradient-to: rgba(51,50,47,.8) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-popup-bet\/90 {
    --tw-gradient-to: rgba(51,50,47,.9) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-popup-bet\/95 {
    --tw-gradient-to: rgba(51,50,47,.95) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-tab {
    --tw-gradient-to: #343434 var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-tab\/0 {
    --tw-gradient-to: rgba(52,52,52,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-tab\/10 {
    --tw-gradient-to: rgba(52,52,52,.1) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-tab\/100 {
    --tw-gradient-to: #343434 var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-tab\/20 {
    --tw-gradient-to: rgba(52,52,52,.2) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-tab\/25 {
    --tw-gradient-to: rgba(52,52,52,.25) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-tab\/30 {
    --tw-gradient-to: rgba(52,52,52,.3) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-tab\/40 {
    --tw-gradient-to: rgba(52,52,52,.4) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-tab\/5 {
    --tw-gradient-to: rgba(52,52,52,.05) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-tab\/50 {
    --tw-gradient-to: rgba(52,52,52,.5) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-tab\/60 {
    --tw-gradient-to: rgba(52,52,52,.6) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-tab\/70 {
    --tw-gradient-to: rgba(52,52,52,.7) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-tab\/75 {
    --tw-gradient-to: rgba(52,52,52,.75) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-tab\/80 {
    --tw-gradient-to: rgba(52,52,52,.8) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-tab\/90 {
    --tw-gradient-to: rgba(52,52,52,.9) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-bg-tab\/95 {
    --tw-gradient-to: rgba(52,52,52,.95) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-border-circle {
    --tw-gradient-to: #ae8f65 var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-border-circle\/0 {
    --tw-gradient-to: hsla(35,31%,54%,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-border-circle\/10 {
    --tw-gradient-to: hsla(35,31%,54%,.1) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-border-circle\/100 {
    --tw-gradient-to: #ae8f65 var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-border-circle\/20 {
    --tw-gradient-to: hsla(35,31%,54%,.2) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-border-circle\/25 {
    --tw-gradient-to: hsla(35,31%,54%,.25) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-border-circle\/30 {
    --tw-gradient-to: hsla(35,31%,54%,.3) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-border-circle\/40 {
    --tw-gradient-to: hsla(35,31%,54%,.4) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-border-circle\/5 {
    --tw-gradient-to: hsla(35,31%,54%,.05) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-border-circle\/50 {
    --tw-gradient-to: hsla(35,31%,54%,.5) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-border-circle\/60 {
    --tw-gradient-to: hsla(35,31%,54%,.6) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-border-circle\/70 {
    --tw-gradient-to: hsla(35,31%,54%,.7) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-border-circle\/75 {
    --tw-gradient-to: hsla(35,31%,54%,.75) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-border-circle\/80 {
    --tw-gradient-to: hsla(35,31%,54%,.8) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-border-circle\/90 {
    --tw-gradient-to: hsla(35,31%,54%,.9) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-border-circle\/95 {
    --tw-gradient-to: hsla(35,31%,54%,.95) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-text-current-bet {
    --tw-gradient-to: #513924 var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-text-current-bet\/0 {
    --tw-gradient-to: rgba(81,57,36,0) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-text-current-bet\/10 {
    --tw-gradient-to: rgba(81,57,36,.1) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-text-current-bet\/100 {
    --tw-gradient-to: #513924 var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-text-current-bet\/20 {
    --tw-gradient-to: rgba(81,57,36,.2) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-text-current-bet\/25 {
    --tw-gradient-to: rgba(81,57,36,.25) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-text-current-bet\/30 {
    --tw-gradient-to: rgba(81,57,36,.3) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-text-current-bet\/40 {
    --tw-gradient-to: rgba(81,57,36,.4) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-text-current-bet\/5 {
    --tw-gradient-to: rgba(81,57,36,.05) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-text-current-bet\/50 {
    --tw-gradient-to: rgba(81,57,36,.5) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-text-current-bet\/60 {
    --tw-gradient-to: rgba(81,57,36,.6) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-text-current-bet\/70 {
    --tw-gradient-to: rgba(81,57,36,.7) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-text-current-bet\/75 {
    --tw-gradient-to: rgba(81,57,36,.75) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-text-current-bet\/80 {
    --tw-gradient-to: rgba(81,57,36,.8) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-text-current-bet\/90 {
    --tw-gradient-to: rgba(81,57,36,.9) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.to-rng-game-text-current-bet\/95 {
    --tw-gradient-to: rgba(81,57,36,.95) var(--tw-gradient-to-position);
    --tw-gradient-to-position:
}

.bg-auto {
    background-size: auto
}

.bg-contain {
    background-size: contain
}

.bg-cover {
    background-size: cover
}

.bg-fixed {
    background-attachment: fixed
}

.bg-local {
    background-attachment: local
}

.bg-scroll {
    background-attachment: scroll
}

.bg-clip-border {
    background-clip: border-box
}

.bg-clip-padding {
    background-clip: padding-box
}

.bg-clip-content {
    background-clip: content-box
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text
}

.bg-bottom {
    background-position: bottom
}

.bg-center {
    background-position: 50%
}

.bg-left {
    background-position: 0
}

.bg-left-bottom {
    background-position: 0 100%
}

.bg-left-top {
    background-position: 0 0
}

.bg-right {
    background-position: 100%
}

.bg-right-bottom {
    background-position: 100% 100%
}

.bg-right-top {
    background-position: 100% 0
}

.bg-top {
    background-position: top
}

.bg-repeat {
    background-repeat: repeat
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-repeat-x {
    background-repeat: repeat-x
}

.bg-repeat-y {
    background-repeat: repeat-y
}

.bg-repeat-round {
    background-repeat: round
}

.bg-repeat-space {
    background-repeat: space
}

.bg-origin-border {
    background-origin: border-box
}

.bg-origin-padding {
    background-origin: padding-box
}

.bg-origin-content {
    background-origin: content-box
}

.fill-gray-text-footer {
    fill: #70716f
}

.fill-gray-text-footer\/0 {
    fill: hsla(90,1%,44%,0)
}

.fill-gray-text-footer\/10 {
    fill: hsla(90,1%,44%,.1)
}

.fill-gray-text-footer\/100 {
    fill: #70716f
}

.fill-gray-text-footer\/20 {
    fill: hsla(90,1%,44%,.2)
}

.fill-gray-text-footer\/25 {
    fill: hsla(90,1%,44%,.25)
}

.fill-gray-text-footer\/30 {
    fill: hsla(90,1%,44%,.3)
}

.fill-gray-text-footer\/40 {
    fill: hsla(90,1%,44%,.4)
}

.fill-gray-text-footer\/5 {
    fill: hsla(90,1%,44%,.05)
}

.fill-gray-text-footer\/50 {
    fill: hsla(90,1%,44%,.5)
}

.fill-gray-text-footer\/60 {
    fill: hsla(90,1%,44%,.6)
}

.fill-gray-text-footer\/70 {
    fill: hsla(90,1%,44%,.7)
}

.fill-gray-text-footer\/75 {
    fill: hsla(90,1%,44%,.75)
}

.fill-gray-text-footer\/80 {
    fill: hsla(90,1%,44%,.8)
}

.fill-gray-text-footer\/90 {
    fill: hsla(90,1%,44%,.9)
}

.fill-gray-text-footer\/95 {
    fill: hsla(90,1%,44%,.95)
}

.fill-gray-text-game {
    fill: #8f8f8f
}

.fill-gray-text-game\/0 {
    fill: hsla(0,0%,56%,0)
}

.fill-gray-text-game\/10 {
    fill: hsla(0,0%,56%,.1)
}

.fill-gray-text-game\/100 {
    fill: #8f8f8f
}

.fill-gray-text-game\/20 {
    fill: hsla(0,0%,56%,.2)
}

.fill-gray-text-game\/25 {
    fill: hsla(0,0%,56%,.25)
}

.fill-gray-text-game\/30 {
    fill: hsla(0,0%,56%,.3)
}

.fill-gray-text-game\/40 {
    fill: hsla(0,0%,56%,.4)
}

.fill-gray-text-game\/5 {
    fill: hsla(0,0%,56%,.05)
}

.fill-gray-text-game\/50 {
    fill: hsla(0,0%,56%,.5)
}

.fill-gray-text-game\/60 {
    fill: hsla(0,0%,56%,.6)
}

.fill-gray-text-game\/70 {
    fill: hsla(0,0%,56%,.7)
}

.fill-gray-text-game\/75 {
    fill: hsla(0,0%,56%,.75)
}

.fill-gray-text-game\/80 {
    fill: hsla(0,0%,56%,.8)
}

.fill-gray-text-game\/90 {
    fill: hsla(0,0%,56%,.9)
}

.fill-gray-text-game\/95 {
    fill: hsla(0,0%,56%,.95)
}

.fill-gray-text-popup-login {
    fill: grey
}

.fill-gray-text-popup-login\/0 {
    fill: hsla(0,0%,50%,0)
}

.fill-gray-text-popup-login\/10 {
    fill: hsla(0,0%,50%,.1)
}

.fill-gray-text-popup-login\/100 {
    fill: grey
}

.fill-gray-text-popup-login\/20 {
    fill: hsla(0,0%,50%,.2)
}

.fill-gray-text-popup-login\/25 {
    fill: hsla(0,0%,50%,.25)
}

.fill-gray-text-popup-login\/30 {
    fill: hsla(0,0%,50%,.3)
}

.fill-gray-text-popup-login\/40 {
    fill: hsla(0,0%,50%,.4)
}

.fill-gray-text-popup-login\/5 {
    fill: hsla(0,0%,50%,.05)
}

.fill-gray-text-popup-login\/50 {
    fill: hsla(0,0%,50%,.5)
}

.fill-gray-text-popup-login\/60 {
    fill: hsla(0,0%,50%,.6)
}

.fill-gray-text-popup-login\/70 {
    fill: hsla(0,0%,50%,.7)
}

.fill-gray-text-popup-login\/75 {
    fill: hsla(0,0%,50%,.75)
}

.fill-gray-text-popup-login\/80 {
    fill: hsla(0,0%,50%,.8)
}

.fill-gray-text-popup-login\/90 {
    fill: hsla(0,0%,50%,.9)
}

.fill-gray-text-popup-login\/95 {
    fill: hsla(0,0%,50%,.95)
}

.fill-mobile-nav-text-inactive {
    fill: #dbd2c2
}

.fill-mobile-nav-text-inactive\/0 {
    fill: hsla(38,26%,81%,0)
}

.fill-mobile-nav-text-inactive\/10 {
    fill: hsla(38,26%,81%,.1)
}

.fill-mobile-nav-text-inactive\/100 {
    fill: #dbd2c2
}

.fill-mobile-nav-text-inactive\/20 {
    fill: hsla(38,26%,81%,.2)
}

.fill-mobile-nav-text-inactive\/25 {
    fill: hsla(38,26%,81%,.25)
}

.fill-mobile-nav-text-inactive\/30 {
    fill: hsla(38,26%,81%,.3)
}

.fill-mobile-nav-text-inactive\/40 {
    fill: hsla(38,26%,81%,.4)
}

.fill-mobile-nav-text-inactive\/5 {
    fill: hsla(38,26%,81%,.05)
}

.fill-mobile-nav-text-inactive\/50 {
    fill: hsla(38,26%,81%,.5)
}

.fill-mobile-nav-text-inactive\/60 {
    fill: hsla(38,26%,81%,.6)
}

.fill-mobile-nav-text-inactive\/70 {
    fill: hsla(38,26%,81%,.7)
}

.fill-mobile-nav-text-inactive\/75 {
    fill: hsla(38,26%,81%,.75)
}

.fill-mobile-nav-text-inactive\/80 {
    fill: hsla(38,26%,81%,.8)
}

.fill-mobile-nav-text-inactive\/90 {
    fill: hsla(38,26%,81%,.9)
}

.fill-mobile-nav-text-inactive\/95 {
    fill: hsla(38,26%,81%,.95)
}

.fill-red-bg-hot-pick {
    fill: #170e0a
}

.fill-red-bg-hot-pick\/0 {
    fill: rgba(23,14,10,0)
}

.fill-red-bg-hot-pick\/10 {
    fill: rgba(23,14,10,.1)
}

.fill-red-bg-hot-pick\/100 {
    fill: #170e0a
}

.fill-red-bg-hot-pick\/20 {
    fill: rgba(23,14,10,.2)
}

.fill-red-bg-hot-pick\/25 {
    fill: rgba(23,14,10,.25)
}

.fill-red-bg-hot-pick\/30 {
    fill: rgba(23,14,10,.3)
}

.fill-red-bg-hot-pick\/40 {
    fill: rgba(23,14,10,.4)
}

.fill-red-bg-hot-pick\/5 {
    fill: rgba(23,14,10,.05)
}

.fill-red-bg-hot-pick\/50 {
    fill: rgba(23,14,10,.5)
}

.fill-red-bg-hot-pick\/60 {
    fill: rgba(23,14,10,.6)
}

.fill-red-bg-hot-pick\/70 {
    fill: rgba(23,14,10,.7)
}

.fill-red-bg-hot-pick\/75 {
    fill: rgba(23,14,10,.75)
}

.fill-red-bg-hot-pick\/80 {
    fill: rgba(23,14,10,.8)
}

.fill-red-bg-hot-pick\/90 {
    fill: rgba(23,14,10,.9)
}

.fill-red-bg-hot-pick\/95 {
    fill: rgba(23,14,10,.95)
}

.fill-rng-game-bg-bet {
    fill: #000
}

.fill-rng-game-bg-bet\/0 {
    fill: transparent
}

.fill-rng-game-bg-bet\/10 {
    fill: rgba(0,0,0,.1)
}

.fill-rng-game-bg-bet\/100 {
    fill: #000
}

.fill-rng-game-bg-bet\/20 {
    fill: rgba(0,0,0,.2)
}

.fill-rng-game-bg-bet\/25 {
    fill: rgba(0,0,0,.25)
}

.fill-rng-game-bg-bet\/30 {
    fill: rgba(0,0,0,.3)
}

.fill-rng-game-bg-bet\/40 {
    fill: rgba(0,0,0,.4)
}

.fill-rng-game-bg-bet\/5 {
    fill: rgba(0,0,0,.05)
}

.fill-rng-game-bg-bet\/50 {
    fill: rgba(0,0,0,.5)
}

.fill-rng-game-bg-bet\/60 {
    fill: rgba(0,0,0,.6)
}

.fill-rng-game-bg-bet\/70 {
    fill: rgba(0,0,0,.7)
}

.fill-rng-game-bg-bet\/75 {
    fill: rgba(0,0,0,.75)
}

.fill-rng-game-bg-bet\/80 {
    fill: rgba(0,0,0,.8)
}

.fill-rng-game-bg-bet\/90 {
    fill: rgba(0,0,0,.9)
}

.fill-rng-game-bg-bet\/95 {
    fill: rgba(0,0,0,.95)
}

.fill-rng-game-bg-current-bet {
    fill: #ebce82
}

.fill-rng-game-bg-current-bet\/0 {
    fill: hsla(43,72%,72%,0)
}

.fill-rng-game-bg-current-bet\/10 {
    fill: hsla(43,72%,72%,.1)
}

.fill-rng-game-bg-current-bet\/100 {
    fill: #ebce82
}

.fill-rng-game-bg-current-bet\/20 {
    fill: hsla(43,72%,72%,.2)
}

.fill-rng-game-bg-current-bet\/25 {
    fill: hsla(43,72%,72%,.25)
}

.fill-rng-game-bg-current-bet\/30 {
    fill: hsla(43,72%,72%,.3)
}

.fill-rng-game-bg-current-bet\/40 {
    fill: hsla(43,72%,72%,.4)
}

.fill-rng-game-bg-current-bet\/5 {
    fill: hsla(43,72%,72%,.05)
}

.fill-rng-game-bg-current-bet\/50 {
    fill: hsla(43,72%,72%,.5)
}

.fill-rng-game-bg-current-bet\/60 {
    fill: hsla(43,72%,72%,.6)
}

.fill-rng-game-bg-current-bet\/70 {
    fill: hsla(43,72%,72%,.7)
}

.fill-rng-game-bg-current-bet\/75 {
    fill: hsla(43,72%,72%,.75)
}

.fill-rng-game-bg-current-bet\/80 {
    fill: hsla(43,72%,72%,.8)
}

.fill-rng-game-bg-current-bet\/90 {
    fill: hsla(43,72%,72%,.9)
}

.fill-rng-game-bg-current-bet\/95 {
    fill: hsla(43,72%,72%,.95)
}

.fill-rng-game-bg-filter {
    fill: #241a12
}

.fill-rng-game-bg-filter\/0 {
    fill: rgba(36,26,18,0)
}

.fill-rng-game-bg-filter\/10 {
    fill: rgba(36,26,18,.1)
}

.fill-rng-game-bg-filter\/100 {
    fill: #241a12
}

.fill-rng-game-bg-filter\/20 {
    fill: rgba(36,26,18,.2)
}

.fill-rng-game-bg-filter\/25 {
    fill: rgba(36,26,18,.25)
}

.fill-rng-game-bg-filter\/30 {
    fill: rgba(36,26,18,.3)
}

.fill-rng-game-bg-filter\/40 {
    fill: rgba(36,26,18,.4)
}

.fill-rng-game-bg-filter\/5 {
    fill: rgba(36,26,18,.05)
}

.fill-rng-game-bg-filter\/50 {
    fill: rgba(36,26,18,.5)
}

.fill-rng-game-bg-filter\/60 {
    fill: rgba(36,26,18,.6)
}

.fill-rng-game-bg-filter\/70 {
    fill: rgba(36,26,18,.7)
}

.fill-rng-game-bg-filter\/75 {
    fill: rgba(36,26,18,.75)
}

.fill-rng-game-bg-filter\/80 {
    fill: rgba(36,26,18,.8)
}

.fill-rng-game-bg-filter\/90 {
    fill: rgba(36,26,18,.9)
}

.fill-rng-game-bg-filter\/95 {
    fill: rgba(36,26,18,.95)
}

.fill-rng-game-bg-popup-bet {
    fill: #33322f
}

.fill-rng-game-bg-popup-bet\/0 {
    fill: rgba(51,50,47,0)
}

.fill-rng-game-bg-popup-bet\/10 {
    fill: rgba(51,50,47,.1)
}

.fill-rng-game-bg-popup-bet\/100 {
    fill: #33322f
}

.fill-rng-game-bg-popup-bet\/20 {
    fill: rgba(51,50,47,.2)
}

.fill-rng-game-bg-popup-bet\/25 {
    fill: rgba(51,50,47,.25)
}

.fill-rng-game-bg-popup-bet\/30 {
    fill: rgba(51,50,47,.3)
}

.fill-rng-game-bg-popup-bet\/40 {
    fill: rgba(51,50,47,.4)
}

.fill-rng-game-bg-popup-bet\/5 {
    fill: rgba(51,50,47,.05)
}

.fill-rng-game-bg-popup-bet\/50 {
    fill: rgba(51,50,47,.5)
}

.fill-rng-game-bg-popup-bet\/60 {
    fill: rgba(51,50,47,.6)
}

.fill-rng-game-bg-popup-bet\/70 {
    fill: rgba(51,50,47,.7)
}

.fill-rng-game-bg-popup-bet\/75 {
    fill: rgba(51,50,47,.75)
}

.fill-rng-game-bg-popup-bet\/80 {
    fill: rgba(51,50,47,.8)
}

.fill-rng-game-bg-popup-bet\/90 {
    fill: rgba(51,50,47,.9)
}

.fill-rng-game-bg-popup-bet\/95 {
    fill: rgba(51,50,47,.95)
}

.fill-rng-game-bg-tab {
    fill: #343434
}

.fill-rng-game-bg-tab\/0 {
    fill: rgba(52,52,52,0)
}

.fill-rng-game-bg-tab\/10 {
    fill: rgba(52,52,52,.1)
}

.fill-rng-game-bg-tab\/100 {
    fill: #343434
}

.fill-rng-game-bg-tab\/20 {
    fill: rgba(52,52,52,.2)
}

.fill-rng-game-bg-tab\/25 {
    fill: rgba(52,52,52,.25)
}

.fill-rng-game-bg-tab\/30 {
    fill: rgba(52,52,52,.3)
}

.fill-rng-game-bg-tab\/40 {
    fill: rgba(52,52,52,.4)
}

.fill-rng-game-bg-tab\/5 {
    fill: rgba(52,52,52,.05)
}

.fill-rng-game-bg-tab\/50 {
    fill: rgba(52,52,52,.5)
}

.fill-rng-game-bg-tab\/60 {
    fill: rgba(52,52,52,.6)
}

.fill-rng-game-bg-tab\/70 {
    fill: rgba(52,52,52,.7)
}

.fill-rng-game-bg-tab\/75 {
    fill: rgba(52,52,52,.75)
}

.fill-rng-game-bg-tab\/80 {
    fill: rgba(52,52,52,.8)
}

.fill-rng-game-bg-tab\/90 {
    fill: rgba(52,52,52,.9)
}

.fill-rng-game-bg-tab\/95 {
    fill: rgba(52,52,52,.95)
}

.fill-rng-game-border-circle {
    fill: #ae8f65
}

.fill-rng-game-border-circle\/0 {
    fill: hsla(35,31%,54%,0)
}

.fill-rng-game-border-circle\/10 {
    fill: hsla(35,31%,54%,.1)
}

.fill-rng-game-border-circle\/100 {
    fill: #ae8f65
}

.fill-rng-game-border-circle\/20 {
    fill: hsla(35,31%,54%,.2)
}

.fill-rng-game-border-circle\/25 {
    fill: hsla(35,31%,54%,.25)
}

.fill-rng-game-border-circle\/30 {
    fill: hsla(35,31%,54%,.3)
}

.fill-rng-game-border-circle\/40 {
    fill: hsla(35,31%,54%,.4)
}

.fill-rng-game-border-circle\/5 {
    fill: hsla(35,31%,54%,.05)
}

.fill-rng-game-border-circle\/50 {
    fill: hsla(35,31%,54%,.5)
}

.fill-rng-game-border-circle\/60 {
    fill: hsla(35,31%,54%,.6)
}

.fill-rng-game-border-circle\/70 {
    fill: hsla(35,31%,54%,.7)
}

.fill-rng-game-border-circle\/75 {
    fill: hsla(35,31%,54%,.75)
}

.fill-rng-game-border-circle\/80 {
    fill: hsla(35,31%,54%,.8)
}

.fill-rng-game-border-circle\/90 {
    fill: hsla(35,31%,54%,.9)
}

.fill-rng-game-border-circle\/95 {
    fill: hsla(35,31%,54%,.95)
}

.fill-rng-game-text-current-bet {
    fill: #513924
}

.fill-rng-game-text-current-bet\/0 {
    fill: rgba(81,57,36,0)
}

.fill-rng-game-text-current-bet\/10 {
    fill: rgba(81,57,36,.1)
}

.fill-rng-game-text-current-bet\/100 {
    fill: #513924
}

.fill-rng-game-text-current-bet\/20 {
    fill: rgba(81,57,36,.2)
}

.fill-rng-game-text-current-bet\/25 {
    fill: rgba(81,57,36,.25)
}

.fill-rng-game-text-current-bet\/30 {
    fill: rgba(81,57,36,.3)
}

.fill-rng-game-text-current-bet\/40 {
    fill: rgba(81,57,36,.4)
}

.fill-rng-game-text-current-bet\/5 {
    fill: rgba(81,57,36,.05)
}

.fill-rng-game-text-current-bet\/50 {
    fill: rgba(81,57,36,.5)
}

.fill-rng-game-text-current-bet\/60 {
    fill: rgba(81,57,36,.6)
}

.fill-rng-game-text-current-bet\/70 {
    fill: rgba(81,57,36,.7)
}

.fill-rng-game-text-current-bet\/75 {
    fill: rgba(81,57,36,.75)
}

.fill-rng-game-text-current-bet\/80 {
    fill: rgba(81,57,36,.8)
}

.fill-rng-game-text-current-bet\/90 {
    fill: rgba(81,57,36,.9)
}

.fill-rng-game-text-current-bet\/95 {
    fill: rgba(81,57,36,.95)
}

.stroke-gray-text-footer {
    stroke: #70716f
}

.stroke-gray-text-footer\/0 {
    stroke: hsla(90,1%,44%,0)
}

.stroke-gray-text-footer\/10 {
    stroke: hsla(90,1%,44%,.1)
}

.stroke-gray-text-footer\/100 {
    stroke: #70716f
}

.stroke-gray-text-footer\/20 {
    stroke: hsla(90,1%,44%,.2)
}

.stroke-gray-text-footer\/25 {
    stroke: hsla(90,1%,44%,.25)
}

.stroke-gray-text-footer\/30 {
    stroke: hsla(90,1%,44%,.3)
}

.stroke-gray-text-footer\/40 {
    stroke: hsla(90,1%,44%,.4)
}

.stroke-gray-text-footer\/5 {
    stroke: hsla(90,1%,44%,.05)
}

.stroke-gray-text-footer\/50 {
    stroke: hsla(90,1%,44%,.5)
}

.stroke-gray-text-footer\/60 {
    stroke: hsla(90,1%,44%,.6)
}

.stroke-gray-text-footer\/70 {
    stroke: hsla(90,1%,44%,.7)
}

.stroke-gray-text-footer\/75 {
    stroke: hsla(90,1%,44%,.75)
}

.stroke-gray-text-footer\/80 {
    stroke: hsla(90,1%,44%,.8)
}

.stroke-gray-text-footer\/90 {
    stroke: hsla(90,1%,44%,.9)
}

.stroke-gray-text-footer\/95 {
    stroke: hsla(90,1%,44%,.95)
}

.stroke-gray-text-game {
    stroke: #8f8f8f
}

.stroke-gray-text-game\/0 {
    stroke: hsla(0,0%,56%,0)
}

.stroke-gray-text-game\/10 {
    stroke: hsla(0,0%,56%,.1)
}

.stroke-gray-text-game\/100 {
    stroke: #8f8f8f
}

.stroke-gray-text-game\/20 {
    stroke: hsla(0,0%,56%,.2)
}

.stroke-gray-text-game\/25 {
    stroke: hsla(0,0%,56%,.25)
}

.stroke-gray-text-game\/30 {
    stroke: hsla(0,0%,56%,.3)
}

.stroke-gray-text-game\/40 {
    stroke: hsla(0,0%,56%,.4)
}

.stroke-gray-text-game\/5 {
    stroke: hsla(0,0%,56%,.05)
}

.stroke-gray-text-game\/50 {
    stroke: hsla(0,0%,56%,.5)
}

.stroke-gray-text-game\/60 {
    stroke: hsla(0,0%,56%,.6)
}

.stroke-gray-text-game\/70 {
    stroke: hsla(0,0%,56%,.7)
}

.stroke-gray-text-game\/75 {
    stroke: hsla(0,0%,56%,.75)
}

.stroke-gray-text-game\/80 {
    stroke: hsla(0,0%,56%,.8)
}

.stroke-gray-text-game\/90 {
    stroke: hsla(0,0%,56%,.9)
}

.stroke-gray-text-game\/95 {
    stroke: hsla(0,0%,56%,.95)
}

.stroke-gray-text-popup-login {
    stroke: grey
}

.stroke-gray-text-popup-login\/0 {
    stroke: hsla(0,0%,50%,0)
}

.stroke-gray-text-popup-login\/10 {
    stroke: hsla(0,0%,50%,.1)
}

.stroke-gray-text-popup-login\/100 {
    stroke: grey
}

.stroke-gray-text-popup-login\/20 {
    stroke: hsla(0,0%,50%,.2)
}

.stroke-gray-text-popup-login\/25 {
    stroke: hsla(0,0%,50%,.25)
}

.stroke-gray-text-popup-login\/30 {
    stroke: hsla(0,0%,50%,.3)
}

.stroke-gray-text-popup-login\/40 {
    stroke: hsla(0,0%,50%,.4)
}

.stroke-gray-text-popup-login\/5 {
    stroke: hsla(0,0%,50%,.05)
}

.stroke-gray-text-popup-login\/50 {
    stroke: hsla(0,0%,50%,.5)
}

.stroke-gray-text-popup-login\/60 {
    stroke: hsla(0,0%,50%,.6)
}

.stroke-gray-text-popup-login\/70 {
    stroke: hsla(0,0%,50%,.7)
}

.stroke-gray-text-popup-login\/75 {
    stroke: hsla(0,0%,50%,.75)
}

.stroke-gray-text-popup-login\/80 {
    stroke: hsla(0,0%,50%,.8)
}

.stroke-gray-text-popup-login\/90 {
    stroke: hsla(0,0%,50%,.9)
}

.stroke-gray-text-popup-login\/95 {
    stroke: hsla(0,0%,50%,.95)
}

.stroke-mobile-nav-text-inactive {
    stroke: #dbd2c2
}

.stroke-mobile-nav-text-inactive\/0 {
    stroke: hsla(38,26%,81%,0)
}

.stroke-mobile-nav-text-inactive\/10 {
    stroke: hsla(38,26%,81%,.1)
}

.stroke-mobile-nav-text-inactive\/100 {
    stroke: #dbd2c2
}

.stroke-mobile-nav-text-inactive\/20 {
    stroke: hsla(38,26%,81%,.2)
}

.stroke-mobile-nav-text-inactive\/25 {
    stroke: hsla(38,26%,81%,.25)
}

.stroke-mobile-nav-text-inactive\/30 {
    stroke: hsla(38,26%,81%,.3)
}

.stroke-mobile-nav-text-inactive\/40 {
    stroke: hsla(38,26%,81%,.4)
}

.stroke-mobile-nav-text-inactive\/5 {
    stroke: hsla(38,26%,81%,.05)
}

.stroke-mobile-nav-text-inactive\/50 {
    stroke: hsla(38,26%,81%,.5)
}

.stroke-mobile-nav-text-inactive\/60 {
    stroke: hsla(38,26%,81%,.6)
}

.stroke-mobile-nav-text-inactive\/70 {
    stroke: hsla(38,26%,81%,.7)
}

.stroke-mobile-nav-text-inactive\/75 {
    stroke: hsla(38,26%,81%,.75)
}

.stroke-mobile-nav-text-inactive\/80 {
    stroke: hsla(38,26%,81%,.8)
}

.stroke-mobile-nav-text-inactive\/90 {
    stroke: hsla(38,26%,81%,.9)
}

.stroke-mobile-nav-text-inactive\/95 {
    stroke: hsla(38,26%,81%,.95)
}

.stroke-red-bg-hot-pick {
    stroke: #170e0a
}

.stroke-red-bg-hot-pick\/0 {
    stroke: rgba(23,14,10,0)
}

.stroke-red-bg-hot-pick\/10 {
    stroke: rgba(23,14,10,.1)
}

.stroke-red-bg-hot-pick\/100 {
    stroke: #170e0a
}

.stroke-red-bg-hot-pick\/20 {
    stroke: rgba(23,14,10,.2)
}

.stroke-red-bg-hot-pick\/25 {
    stroke: rgba(23,14,10,.25)
}

.stroke-red-bg-hot-pick\/30 {
    stroke: rgba(23,14,10,.3)
}

.stroke-red-bg-hot-pick\/40 {
    stroke: rgba(23,14,10,.4)
}

.stroke-red-bg-hot-pick\/5 {
    stroke: rgba(23,14,10,.05)
}

.stroke-red-bg-hot-pick\/50 {
    stroke: rgba(23,14,10,.5)
}

.stroke-red-bg-hot-pick\/60 {
    stroke: rgba(23,14,10,.6)
}

.stroke-red-bg-hot-pick\/70 {
    stroke: rgba(23,14,10,.7)
}

.stroke-red-bg-hot-pick\/75 {
    stroke: rgba(23,14,10,.75)
}

.stroke-red-bg-hot-pick\/80 {
    stroke: rgba(23,14,10,.8)
}

.stroke-red-bg-hot-pick\/90 {
    stroke: rgba(23,14,10,.9)
}

.stroke-red-bg-hot-pick\/95 {
    stroke: rgba(23,14,10,.95)
}

.stroke-rng-game-bg-bet {
    stroke: #000
}

.stroke-rng-game-bg-bet\/0 {
    stroke: transparent
}

.stroke-rng-game-bg-bet\/10 {
    stroke: rgba(0,0,0,.1)
}

.stroke-rng-game-bg-bet\/100 {
    stroke: #000
}

.stroke-rng-game-bg-bet\/20 {
    stroke: rgba(0,0,0,.2)
}

.stroke-rng-game-bg-bet\/25 {
    stroke: rgba(0,0,0,.25)
}

.stroke-rng-game-bg-bet\/30 {
    stroke: rgba(0,0,0,.3)
}

.stroke-rng-game-bg-bet\/40 {
    stroke: rgba(0,0,0,.4)
}

.stroke-rng-game-bg-bet\/5 {
    stroke: rgba(0,0,0,.05)
}

.stroke-rng-game-bg-bet\/50 {
    stroke: rgba(0,0,0,.5)
}

.stroke-rng-game-bg-bet\/60 {
    stroke: rgba(0,0,0,.6)
}

.stroke-rng-game-bg-bet\/70 {
    stroke: rgba(0,0,0,.7)
}

.stroke-rng-game-bg-bet\/75 {
    stroke: rgba(0,0,0,.75)
}

.stroke-rng-game-bg-bet\/80 {
    stroke: rgba(0,0,0,.8)
}

.stroke-rng-game-bg-bet\/90 {
    stroke: rgba(0,0,0,.9)
}

.stroke-rng-game-bg-bet\/95 {
    stroke: rgba(0,0,0,.95)
}

.stroke-rng-game-bg-current-bet {
    stroke: #ebce82
}

.stroke-rng-game-bg-current-bet\/0 {
    stroke: hsla(43,72%,72%,0)
}

.stroke-rng-game-bg-current-bet\/10 {
    stroke: hsla(43,72%,72%,.1)
}

.stroke-rng-game-bg-current-bet\/100 {
    stroke: #ebce82
}

.stroke-rng-game-bg-current-bet\/20 {
    stroke: hsla(43,72%,72%,.2)
}

.stroke-rng-game-bg-current-bet\/25 {
    stroke: hsla(43,72%,72%,.25)
}

.stroke-rng-game-bg-current-bet\/30 {
    stroke: hsla(43,72%,72%,.3)
}

.stroke-rng-game-bg-current-bet\/40 {
    stroke: hsla(43,72%,72%,.4)
}

.stroke-rng-game-bg-current-bet\/5 {
    stroke: hsla(43,72%,72%,.05)
}

.stroke-rng-game-bg-current-bet\/50 {
    stroke: hsla(43,72%,72%,.5)
}

.stroke-rng-game-bg-current-bet\/60 {
    stroke: hsla(43,72%,72%,.6)
}

.stroke-rng-game-bg-current-bet\/70 {
    stroke: hsla(43,72%,72%,.7)
}

.stroke-rng-game-bg-current-bet\/75 {
    stroke: hsla(43,72%,72%,.75)
}

.stroke-rng-game-bg-current-bet\/80 {
    stroke: hsla(43,72%,72%,.8)
}

.stroke-rng-game-bg-current-bet\/90 {
    stroke: hsla(43,72%,72%,.9)
}

.stroke-rng-game-bg-current-bet\/95 {
    stroke: hsla(43,72%,72%,.95)
}

.stroke-rng-game-bg-filter {
    stroke: #241a12
}

.stroke-rng-game-bg-filter\/0 {
    stroke: rgba(36,26,18,0)
}

.stroke-rng-game-bg-filter\/10 {
    stroke: rgba(36,26,18,.1)
}

.stroke-rng-game-bg-filter\/100 {
    stroke: #241a12
}

.stroke-rng-game-bg-filter\/20 {
    stroke: rgba(36,26,18,.2)
}

.stroke-rng-game-bg-filter\/25 {
    stroke: rgba(36,26,18,.25)
}

.stroke-rng-game-bg-filter\/30 {
    stroke: rgba(36,26,18,.3)
}

.stroke-rng-game-bg-filter\/40 {
    stroke: rgba(36,26,18,.4)
}

.stroke-rng-game-bg-filter\/5 {
    stroke: rgba(36,26,18,.05)
}

.stroke-rng-game-bg-filter\/50 {
    stroke: rgba(36,26,18,.5)
}

.stroke-rng-game-bg-filter\/60 {
    stroke: rgba(36,26,18,.6)
}

.stroke-rng-game-bg-filter\/70 {
    stroke: rgba(36,26,18,.7)
}

.stroke-rng-game-bg-filter\/75 {
    stroke: rgba(36,26,18,.75)
}

.stroke-rng-game-bg-filter\/80 {
    stroke: rgba(36,26,18,.8)
}

.stroke-rng-game-bg-filter\/90 {
    stroke: rgba(36,26,18,.9)
}

.stroke-rng-game-bg-filter\/95 {
    stroke: rgba(36,26,18,.95)
}

.stroke-rng-game-bg-popup-bet {
    stroke: #33322f
}

.stroke-rng-game-bg-popup-bet\/0 {
    stroke: rgba(51,50,47,0)
}

.stroke-rng-game-bg-popup-bet\/10 {
    stroke: rgba(51,50,47,.1)
}

.stroke-rng-game-bg-popup-bet\/100 {
    stroke: #33322f
}

.stroke-rng-game-bg-popup-bet\/20 {
    stroke: rgba(51,50,47,.2)
}

.stroke-rng-game-bg-popup-bet\/25 {
    stroke: rgba(51,50,47,.25)
}

.stroke-rng-game-bg-popup-bet\/30 {
    stroke: rgba(51,50,47,.3)
}

.stroke-rng-game-bg-popup-bet\/40 {
    stroke: rgba(51,50,47,.4)
}

.stroke-rng-game-bg-popup-bet\/5 {
    stroke: rgba(51,50,47,.05)
}

.stroke-rng-game-bg-popup-bet\/50 {
    stroke: rgba(51,50,47,.5)
}

.stroke-rng-game-bg-popup-bet\/60 {
    stroke: rgba(51,50,47,.6)
}

.stroke-rng-game-bg-popup-bet\/70 {
    stroke: rgba(51,50,47,.7)
}

.stroke-rng-game-bg-popup-bet\/75 {
    stroke: rgba(51,50,47,.75)
}

.stroke-rng-game-bg-popup-bet\/80 {
    stroke: rgba(51,50,47,.8)
}

.stroke-rng-game-bg-popup-bet\/90 {
    stroke: rgba(51,50,47,.9)
}

.stroke-rng-game-bg-popup-bet\/95 {
    stroke: rgba(51,50,47,.95)
}

.stroke-rng-game-bg-tab {
    stroke: #343434
}

.stroke-rng-game-bg-tab\/0 {
    stroke: rgba(52,52,52,0)
}

.stroke-rng-game-bg-tab\/10 {
    stroke: rgba(52,52,52,.1)
}

.stroke-rng-game-bg-tab\/100 {
    stroke: #343434
}

.stroke-rng-game-bg-tab\/20 {
    stroke: rgba(52,52,52,.2)
}

.stroke-rng-game-bg-tab\/25 {
    stroke: rgba(52,52,52,.25)
}

.stroke-rng-game-bg-tab\/30 {
    stroke: rgba(52,52,52,.3)
}

.stroke-rng-game-bg-tab\/40 {
    stroke: rgba(52,52,52,.4)
}

.stroke-rng-game-bg-tab\/5 {
    stroke: rgba(52,52,52,.05)
}

.stroke-rng-game-bg-tab\/50 {
    stroke: rgba(52,52,52,.5)
}

.stroke-rng-game-bg-tab\/60 {
    stroke: rgba(52,52,52,.6)
}

.stroke-rng-game-bg-tab\/70 {
    stroke: rgba(52,52,52,.7)
}

.stroke-rng-game-bg-tab\/75 {
    stroke: rgba(52,52,52,.75)
}

.stroke-rng-game-bg-tab\/80 {
    stroke: rgba(52,52,52,.8)
}

.stroke-rng-game-bg-tab\/90 {
    stroke: rgba(52,52,52,.9)
}

.stroke-rng-game-bg-tab\/95 {
    stroke: rgba(52,52,52,.95)
}

.stroke-rng-game-border-circle {
    stroke: #ae8f65
}

.stroke-rng-game-border-circle\/0 {
    stroke: hsla(35,31%,54%,0)
}

.stroke-rng-game-border-circle\/10 {
    stroke: hsla(35,31%,54%,.1)
}

.stroke-rng-game-border-circle\/100 {
    stroke: #ae8f65
}

.stroke-rng-game-border-circle\/20 {
    stroke: hsla(35,31%,54%,.2)
}

.stroke-rng-game-border-circle\/25 {
    stroke: hsla(35,31%,54%,.25)
}

.stroke-rng-game-border-circle\/30 {
    stroke: hsla(35,31%,54%,.3)
}

.stroke-rng-game-border-circle\/40 {
    stroke: hsla(35,31%,54%,.4)
}

.stroke-rng-game-border-circle\/5 {
    stroke: hsla(35,31%,54%,.05)
}

.stroke-rng-game-border-circle\/50 {
    stroke: hsla(35,31%,54%,.5)
}

.stroke-rng-game-border-circle\/60 {
    stroke: hsla(35,31%,54%,.6)
}

.stroke-rng-game-border-circle\/70 {
    stroke: hsla(35,31%,54%,.7)
}

.stroke-rng-game-border-circle\/75 {
    stroke: hsla(35,31%,54%,.75)
}

.stroke-rng-game-border-circle\/80 {
    stroke: hsla(35,31%,54%,.8)
}

.stroke-rng-game-border-circle\/90 {
    stroke: hsla(35,31%,54%,.9)
}

.stroke-rng-game-border-circle\/95 {
    stroke: hsla(35,31%,54%,.95)
}

.stroke-rng-game-text-current-bet {
    stroke: #513924
}

.stroke-rng-game-text-current-bet\/0 {
    stroke: rgba(81,57,36,0)
}

.stroke-rng-game-text-current-bet\/10 {
    stroke: rgba(81,57,36,.1)
}

.stroke-rng-game-text-current-bet\/100 {
    stroke: #513924
}

.stroke-rng-game-text-current-bet\/20 {
    stroke: rgba(81,57,36,.2)
}

.stroke-rng-game-text-current-bet\/25 {
    stroke: rgba(81,57,36,.25)
}

.stroke-rng-game-text-current-bet\/30 {
    stroke: rgba(81,57,36,.3)
}

.stroke-rng-game-text-current-bet\/40 {
    stroke: rgba(81,57,36,.4)
}

.stroke-rng-game-text-current-bet\/5 {
    stroke: rgba(81,57,36,.05)
}

.stroke-rng-game-text-current-bet\/50 {
    stroke: rgba(81,57,36,.5)
}

.stroke-rng-game-text-current-bet\/60 {
    stroke: rgba(81,57,36,.6)
}

.stroke-rng-game-text-current-bet\/70 {
    stroke: rgba(81,57,36,.7)
}

.stroke-rng-game-text-current-bet\/75 {
    stroke: rgba(81,57,36,.75)
}

.stroke-rng-game-text-current-bet\/80 {
    stroke: rgba(81,57,36,.8)
}

.stroke-rng-game-text-current-bet\/90 {
    stroke: rgba(81,57,36,.9)
}

.stroke-rng-game-text-current-bet\/95 {
    stroke: rgba(81,57,36,.95)
}

.p-1 {
    padding: .25rem
}

.p-1\.5 {
    padding: .375rem
}

.p-2 {
    padding: .5rem
}

.p-2\.5 {
    padding: .625rem
}

.p-3 {
    padding: .75rem
}

.p-3\.5 {
    padding: .875rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-\[11px\] {
    padding: 11px
}

.p-\[28px\] {
    padding: 28px
}

.p-\[38px\] {
    padding: 38px
}

.p-\[3px\] {
    padding: 3px
}

.p-\[42px\] {
    padding: 42px
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-0\.5 {
    padding-left: .125rem;
    padding-right: .125rem
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-1\.5 {
    padding-left: .375rem;
    padding-right: .375rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-2\.5 {
    padding-left: .625rem;
    padding-right: .625rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-3\.5 {
    padding-left: .875rem;
    padding-right: .875rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem
}

.px-\[11px\] {
    padding-left: 11px;
    padding-right: 11px
}

.px-\[13px\] {
    padding-left: 13px;
    padding-right: 13px
}

.px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px
}

.px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px
}

.px-\[17px\] {
    padding-left: 17px;
    padding-right: 17px
}

.px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px
}

.px-\[22px\] {
    padding-left: 22px;
    padding-right: 22px
}

.px-\[23px\] {
    padding-left: 23px;
    padding-right: 23px
}

.px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px
}

.px-\[26px\] {
    padding-left: 26px;
    padding-right: 26px
}

.px-\[27px\] {
    padding-left: 27px;
    padding-right: 27px
}

.px-\[28px\] {
    padding-left: 28px;
    padding-right: 28px
}

.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px
}

.px-\[35px\] {
    padding-left: 35px;
    padding-right: 35px
}

.px-\[37px\] {
    padding-left: 37px;
    padding-right: 37px
}

.px-\[39px\] {
    padding-left: 39px;
    padding-right: 39px
}

.px-\[3px\] {
    padding-left: 3px;
    padding-right: 3px
}

.px-\[41px\] {
    padding-left: 41px;
    padding-right: 41px
}

.px-\[42px\] {
    padding-left: 42px;
    padding-right: 42px
}

.px-\[45px\] {
    padding-left: 45px;
    padding-right: 45px
}

.px-\[4px\] {
    padding-left: 4px;
    padding-right: 4px
}

.px-\[52px\] {
    padding-left: 52px;
    padding-right: 52px
}

.px-\[54px\] {
    padding-left: 54px;
    padding-right: 54px
}

.px-\[56px\] {
    padding-left: 56px;
    padding-right: 56px
}

.px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px
}

.px-\[62px\] {
    padding-left: 62px;
    padding-right: 62px
}

.px-\[68px\] {
    padding-left: 68px;
    padding-right: 68px
}

.px-\[76px\] {
    padding-left: 76px;
    padding-right: 76px
}

.px-\[9px\] {
    padding-left: 9px;
    padding-right: 9px
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.py-0\.5 {
    padding-top: .125rem;
    padding-bottom: .125rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-3\.5 {
    padding-top: .875rem;
    padding-bottom: .875rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
}

.py-\[11px\] {
    padding-top: 11px;
    padding-bottom: 11px
}

.py-\[13px\] {
    padding-top: 13px;
    padding-bottom: 13px
}

.py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px
}

.py-\[16px\] {
    padding-top: 16px;
    padding-bottom: 16px
}

.py-\[17px\] {
    padding-top: 17px;
    padding-bottom: 17px
}

.py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px
}

.py-\[19px\] {
    padding-top: 19px;
    padding-bottom: 19px
}

.py-\[1px\] {
    padding-top: 1px;
    padding-bottom: 1px
}

.py-\[21px\] {
    padding-top: 21px;
    padding-bottom: 21px
}

.py-\[22px\] {
    padding-top: 22px;
    padding-bottom: 22px
}

.py-\[23px\] {
    padding-top: 23px;
    padding-bottom: 23px
}

.py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px
}

.py-\[26px\] {
    padding-top: 26px;
    padding-bottom: 26px
}

.py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-\[31px\] {
    padding-top: 31px;
    padding-bottom: 31px
}

.py-\[33px\] {
    padding-top: 33px;
    padding-bottom: 33px
}

.py-\[3px\] {
    padding-top: 3px;
    padding-bottom: 3px
}

.py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px
}

.py-\[52px\] {
    padding-top: 52px;
    padding-bottom: 52px
}

.py-\[58px\] {
    padding-top: 58px;
    padding-bottom: 58px
}

.py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px
}

.py-\[7px\] {
    padding-top: 7px;
    padding-bottom: 7px
}

.py-\[9px\] {
    padding-top: 9px;
    padding-bottom: 9px
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-1\.5 {
    padding-bottom: .375rem
}

.pb-11 {
    padding-bottom: 2.75rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pb-3\.5 {
    padding-bottom: .875rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pb-\[103px\] {
    padding-bottom: 103px
}

.pb-\[14px\] {
    padding-bottom: 14px
}

.pb-\[18px\] {
    padding-bottom: 18px
}

.pb-\[30px\] {
    padding-bottom: 30px
}

.pb-\[39px\] {
    padding-bottom: 39px
}

.pb-\[41px\] {
    padding-bottom: 41px
}

.pb-\[56\.5px\] {
    padding-bottom: 56.5px
}

.pb-\[5px\] {
    padding-bottom: 5px
}

.pb-\[7px\] {
    padding-bottom: 7px
}

.pl-0 {
    padding-left: 0
}

.pl-1 {
    padding-left: .25rem
}

.pl-1\.5 {
    padding-left: .375rem
}

.pl-14 {
    padding-left: 3.5rem
}

.pl-2 {
    padding-left: .5rem
}

.pl-2\.5 {
    padding-left: .625rem
}

.pl-20 {
    padding-left: 5rem
}

.pl-3 {
    padding-left: .75rem
}

.pl-4 {
    padding-left: 1rem
}

.pl-5 {
    padding-left: 1.25rem
}

.pl-6 {
    padding-left: 1.5rem
}

.pl-\[11px\] {
    padding-left: 11px
}

.pl-\[12px\] {
    padding-left: 12px
}

.pl-\[13\.5px\] {
    padding-left: 13.5px
}

.pl-\[13px\] {
    padding-left: 13px
}

.pl-\[14px\] {
    padding-left: 14px
}

.pl-\[15px\] {
    padding-left: 15px
}

.pl-\[20px\] {
    padding-left: 20px
}

.pl-\[22px\] {
    padding-left: 22px
}

.pl-\[24px\] {
    padding-left: 24px
}

.pl-\[26px\] {
    padding-left: 26px
}

.pl-\[27px\] {
    padding-left: 27px
}

.pl-\[28px\] {
    padding-left: 28px
}

.pl-\[2px\] {
    padding-left: 2px
}

.pl-\[30px\] {
    padding-left: 30px
}

.pl-\[31\.7px\] {
    padding-left: 31.7px
}

.pl-\[38\.24px\] {
    padding-left: 38.24px
}

.pl-\[38px\] {
    padding-left: 38px
}

.pl-\[41px\] {
    padding-left: 41px
}

.pl-\[5\.4px\] {
    padding-left: 5.4px
}

.pl-\[50px\] {
    padding-left: 50px
}

.pl-\[6px\] {
    padding-left: 6px
}

.pl-\[77px\] {
    padding-left: 77px
}

.pl-\[9px\] {
    padding-left: 9px
}

.pr-2 {
    padding-right: .5rem
}

.pr-3 {
    padding-right: .75rem
}

.pr-4 {
    padding-right: 1rem
}

.pr-5 {
    padding-right: 1.25rem
}

.pr-8 {
    padding-right: 2rem
}

.pr-9 {
    padding-right: 2.25rem
}

.pr-\[11px\] {
    padding-right: 11px
}

.pr-\[13px\] {
    padding-right: 13px
}

.pr-\[15px\] {
    padding-right: 15px
}

.pr-\[18px\] {
    padding-right: 18px
}

.pr-\[23px\] {
    padding-right: 23px
}

.pr-\[29px\] {
    padding-right: 29px
}

.pr-\[30px\] {
    padding-right: 30px
}

.pr-\[5\.5px\] {
    padding-right: 5.5px
}

.pr-\[54px\] {
    padding-right: 54px
}

.pr-\[5px\] {
    padding-right: 5px
}

.pr-\[66px\] {
    padding-right: 66px
}

.pr-\[8px\] {
    padding-right: 8px
}

.pr-\[9px\] {
    padding-right: 9px
}

.pt-0 {
    padding-top: 0
}

.pt-0\.5 {
    padding-top: .125rem
}

.pt-1 {
    padding-top: .25rem
}

.pt-1\.5 {
    padding-top: .375rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pt-\[126px\] {
    padding-top: 126px
}

.pt-\[13px\] {
    padding-top: 13px
}

.pt-\[18px\] {
    padding-top: 18px
}

.pt-\[20px\] {
    padding-top: 20px
}

.pt-\[21px\] {
    padding-top: 21px
}

.pt-\[29\.54px\] {
    padding-top: 29.54px
}

.pt-\[29px\] {
    padding-top: 29px
}

.pt-\[2px\] {
    padding-top: 2px
}

.pt-\[31px\] {
    padding-top: 31px
}

.pt-\[32px\] {
    padding-top: 32px
}

.pt-\[33px\] {
    padding-top: 33px
}

.pt-\[3px\] {
    padding-top: 3px
}

.pt-\[40px\] {
    padding-top: 40px
}

.pt-\[45px\] {
    padding-top: 45px
}

.pt-\[57px\] {
    padding-top: 57px
}

.pt-\[5px\] {
    padding-top: 5px
}

.pt-\[75px\] {
    padding-top: 75px
}

.pt-\[7px\] {
    padding-top: 7px
}

.pt-\[84\.35px\] {
    padding-top: 84.35px
}

.pt-\[9px\] {
    padding-top: 9px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-start {
    text-align: start
}

.text-end {
    text-align: end
}

.align-text-top {
    vertical-align: text-top
}

.align-text-bottom {
    vertical-align: text-bottom
}

.text-1base {
    font-size: 17px
}

.text-1mxs {
    font-size: 11px
}

.text-1sm {
    font-size: 15px
}

.text-1xs {
    font-size: 13px
}

.text-2mxs {
    font-size: 10px
}

.text-2xl {
    font-size: 24px
}

.text-3xl {
    font-size: 30px
}

.text-4mxs {
    font-size: 8px
}

.text-4xl {
    font-size: 36px
}

.text-5xl {
    font-size: 48px
}

.text-6xl {
    font-size: 60px
}

.text-7xl {
    font-size: 72px
}

.text-8xl {
    font-size: 96px
}

.text-9xl {
    font-size: 128px
}

.text-\[14px\] {
    font-size: 14px
}

.text-\[15px\] {
    font-size: 15px
}

.text-\[17px\] {
    font-size: 17px
}

.text-\[20px\] {
    font-size: 20px
}

.text-\[21px\] {
    font-size: 21px
}

.text-\[22px\] {
    font-size: 22px
}

.text-\[23px\] {
    font-size: 23px
}

.text-\[25px\] {
    font-size: 25px
}

.text-\[26px\] {
    font-size: 26px
}

.text-\[28px\] {
    font-size: 28px
}

.text-\[40px\] {
    font-size: 40px
}

.text-\[57px\] {
    font-size: 57px
}

.text-\[6px\] {
    font-size: 6px
}

.text-\[70px\] {
    font-size: 70px
}

.text-base {
    font-size: 16px
}

.text-lg {
    font-size: 18px
}

.text-sm {
    font-size: 14px
}

.text-xl {
    font-size: 20px
}

.text-xs {
    font-size: 12px
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.italic {
    font-style: italic
}

.leading-3 {
    line-height: .75rem
}

.leading-4 {
    line-height: 1rem
}

.leading-5 {
    line-height: 1.25rem
}

.leading-8 {
    line-height: 2rem
}

.leading-\[123px\] {
    line-height: 123px
}

.leading-\[16px\] {
    line-height: 16px
}

.leading-\[18px\] {
    line-height: 18px
}

.leading-\[22px\] {
    line-height: 22px
}

.leading-\[25px\] {
    line-height: 25px
}

.leading-\[33px\] {
    line-height: 33px
}

.leading-\[34px\] {
    line-height: 34px
}

.leading-\[67px\] {
    line-height: 67px
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.tracking-\[2\.88px\] {
    letter-spacing: 2.88px
}

.tracking-\[2\.8px\] {
    letter-spacing: 2.8px
}

.tracking-\[3\.6px\] {
    letter-spacing: 3.6px
}

.tracking-\[7\.02px\] {
    letter-spacing: 7.02px
}

.text-\[\#192132\] {
    --tw-text-opacity: 1;
    color: rgb(25 33 50/var(--tw-text-opacity))
}

.text-\[\#1AD021\] {
    --tw-text-opacity: 1;
    color: rgb(26 208 33/var(--tw-text-opacity))
}

.text-\[\#2ED77C\] {
    --tw-text-opacity: 1;
    color: rgb(46 215 124/var(--tw-text-opacity))
}

.text-\[\#4DE373\] {
    --tw-text-opacity: 1;
    color: rgb(77 227 115/var(--tw-text-opacity))
}

.text-\[\#53A469\] {
    --tw-text-opacity: 1;
    color: rgb(83 164 105/var(--tw-text-opacity))
}

.text-\[\#9C9C9C\] {
    --tw-text-opacity: 1;
    color: rgb(156 156 156/var(--tw-text-opacity))
}

.text-\[\#ACACAC\] {
    --tw-text-opacity: 1;
    color: rgb(172 172 172/var(--tw-text-opacity))
}

.text-\[\#B1B1B1\] {
    --tw-text-opacity: 1;
    color: rgb(177 177 177/var(--tw-text-opacity))
}

.text-\[\#B9B9B9\] {
    --tw-text-opacity: 1;
    color: rgb(185 185 185/var(--tw-text-opacity))
}

.text-\[\#E2B183\] {
    --tw-text-opacity: 1;
    color: rgb(226 177 131/var(--tw-text-opacity))
}

.text-\[\#EDEDEB\] {
    --tw-text-opacity: 1;
    color: rgb(237 237 235/var(--tw-text-opacity))
}

.text-\[\#EFCD9A\] {
    --tw-text-opacity: 1;
    color: rgb(239 205 154/var(--tw-text-opacity))
}

.text-\[\#F2DBB8\] {
    --tw-text-opacity: 1;
    color: rgb(242 219 184/var(--tw-text-opacity))
}

.text-\[\#d4d4d4\] {
    --tw-text-opacity: 1;
    color: rgb(212 212 212/var(--tw-text-opacity))
}

.text-background-gray {
    --tw-text-opacity: 1;
    color: rgb(37 38 43/var(--tw-text-opacity))
}

.text-background-gray\/0 {
    color: rgba(37,38,43,0)
}

.text-background-gray\/10 {
    color: rgba(37,38,43,.1)
}

.text-background-gray\/100 {
    color: #25262b
}

.text-background-gray\/20 {
    color: rgba(37,38,43,.2)
}

.text-background-gray\/25 {
    color: rgba(37,38,43,.25)
}

.text-background-gray\/30 {
    color: rgba(37,38,43,.3)
}

.text-background-gray\/40 {
    color: rgba(37,38,43,.4)
}

.text-background-gray\/5 {
    color: rgba(37,38,43,.05)
}

.text-background-gray\/50 {
    color: rgba(37,38,43,.5)
}

.text-background-gray\/60 {
    color: rgba(37,38,43,.6)
}

.text-background-gray\/70 {
    color: rgba(37,38,43,.7)
}

.text-background-gray\/75 {
    color: rgba(37,38,43,.75)
}

.text-background-gray\/80 {
    color: rgba(37,38,43,.8)
}

.text-background-gray\/90 {
    color: rgba(37,38,43,.9)
}

.text-background-gray\/95 {
    color: rgba(37,38,43,.95)
}

.text-black-about {
    --tw-text-opacity: 1;
    color: rgb(41 41 41/var(--tw-text-opacity))
}

.text-black-about\/0 {
    color: rgba(41,41,41,0)
}

.text-black-about\/10 {
    color: rgba(41,41,41,.1)
}

.text-black-about\/100 {
    color: #292929
}

.text-black-about\/20 {
    color: rgba(41,41,41,.2)
}

.text-black-about\/25 {
    color: rgba(41,41,41,.25)
}

.text-black-about\/30 {
    color: rgba(41,41,41,.3)
}

.text-black-about\/40 {
    color: rgba(41,41,41,.4)
}

.text-black-about\/5 {
    color: rgba(41,41,41,.05)
}

.text-black-about\/50 {
    color: rgba(41,41,41,.5)
}

.text-black-about\/60 {
    color: rgba(41,41,41,.6)
}

.text-black-about\/70 {
    color: rgba(41,41,41,.7)
}

.text-black-about\/75 {
    color: rgba(41,41,41,.75)
}

.text-black-about\/80 {
    color: rgba(41,41,41,.8)
}

.text-black-about\/90 {
    color: rgba(41,41,41,.9)
}

.text-black-about\/95 {
    color: rgba(41,41,41,.95)
}

.text-black-account {
    --tw-text-opacity: 1;
    color: rgb(32 32 32/var(--tw-text-opacity))
}

.text-black-account\/0 {
    color: rgba(32,32,32,0)
}

.text-black-account\/10 {
    color: rgba(32,32,32,.1)
}

.text-black-account\/100 {
    color: #202020
}

.text-black-account\/20 {
    color: rgba(32,32,32,.2)
}

.text-black-account\/25 {
    color: rgba(32,32,32,.25)
}

.text-black-account\/30 {
    color: rgba(32,32,32,.3)
}

.text-black-account\/40 {
    color: rgba(32,32,32,.4)
}

.text-black-account\/5 {
    color: rgba(32,32,32,.05)
}

.text-black-account\/50 {
    color: rgba(32,32,32,.5)
}

.text-black-account\/60 {
    color: rgba(32,32,32,.6)
}

.text-black-account\/70 {
    color: rgba(32,32,32,.7)
}

.text-black-account\/75 {
    color: rgba(32,32,32,.75)
}

.text-black-account\/80 {
    color: rgba(32,32,32,.8)
}

.text-black-account\/90 {
    color: rgba(32,32,32,.9)
}

.text-black-account\/95 {
    color: rgba(32,32,32,.95)
}

.text-black-bg1 {
    --tw-text-opacity: 1;
    color: rgb(15 16 17/var(--tw-text-opacity))
}

.text-black-bg1\/0 {
    color: rgba(15,16,17,0)
}

.text-black-bg1\/10 {
    color: rgba(15,16,17,.1)
}

.text-black-bg1\/100 {
    color: #0f1011
}

.text-black-bg1\/20 {
    color: rgba(15,16,17,.2)
}

.text-black-bg1\/25 {
    color: rgba(15,16,17,.25)
}

.text-black-bg1\/30 {
    color: rgba(15,16,17,.3)
}

.text-black-bg1\/40 {
    color: rgba(15,16,17,.4)
}

.text-black-bg1\/5 {
    color: rgba(15,16,17,.05)
}

.text-black-bg1\/50 {
    color: rgba(15,16,17,.5)
}

.text-black-bg1\/60 {
    color: rgba(15,16,17,.6)
}

.text-black-bg1\/70 {
    color: rgba(15,16,17,.7)
}

.text-black-bg1\/75 {
    color: rgba(15,16,17,.75)
}

.text-black-bg1\/80 {
    color: rgba(15,16,17,.8)
}

.text-black-bg1\/90 {
    color: rgba(15,16,17,.9)
}

.text-black-bg1\/95 {
    color: rgba(15,16,17,.95)
}

.text-black-coin {
    --tw-text-opacity: 1;
    color: rgb(38 38 38/var(--tw-text-opacity))
}

.text-black-coin\/0 {
    color: rgba(38,38,38,0)
}

.text-black-coin\/10 {
    color: rgba(38,38,38,.1)
}

.text-black-coin\/100 {
    color: #262626
}

.text-black-coin\/20 {
    color: rgba(38,38,38,.2)
}

.text-black-coin\/25 {
    color: rgba(38,38,38,.25)
}

.text-black-coin\/30 {
    color: rgba(38,38,38,.3)
}

.text-black-coin\/40 {
    color: rgba(38,38,38,.4)
}

.text-black-coin\/5 {
    color: rgba(38,38,38,.05)
}

.text-black-coin\/50 {
    color: rgba(38,38,38,.5)
}

.text-black-coin\/60 {
    color: rgba(38,38,38,.6)
}

.text-black-coin\/70 {
    color: rgba(38,38,38,.7)
}

.text-black-coin\/75 {
    color: rgba(38,38,38,.75)
}

.text-black-coin\/80 {
    color: rgba(38,38,38,.8)
}

.text-black-coin\/90 {
    color: rgba(38,38,38,.9)
}

.text-black-coin\/95 {
    color: rgba(38,38,38,.95)
}

.text-black-config {
    --tw-text-opacity: 1;
    color: rgb(51 48 41/var(--tw-text-opacity))
}

.text-black-config\/0 {
    color: rgba(51,48,41,0)
}

.text-black-config\/10 {
    color: rgba(51,48,41,.1)
}

.text-black-config\/100 {
    color: #333029
}

.text-black-config\/20 {
    color: rgba(51,48,41,.2)
}

.text-black-config\/25 {
    color: rgba(51,48,41,.25)
}

.text-black-config\/30 {
    color: rgba(51,48,41,.3)
}

.text-black-config\/40 {
    color: rgba(51,48,41,.4)
}

.text-black-config\/5 {
    color: rgba(51,48,41,.05)
}

.text-black-config\/50 {
    color: rgba(51,48,41,.5)
}

.text-black-config\/60 {
    color: rgba(51,48,41,.6)
}

.text-black-config\/70 {
    color: rgba(51,48,41,.7)
}

.text-black-config\/75 {
    color: rgba(51,48,41,.75)
}

.text-black-config\/80 {
    color: rgba(51,48,41,.8)
}

.text-black-config\/90 {
    color: rgba(51,48,41,.9)
}

.text-black-config\/95 {
    color: rgba(51,48,41,.95)
}

.text-black-default {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-black-default\/0 {
    color: transparent
}

.text-black-default\/10 {
    color: rgba(0,0,0,.1)
}

.text-black-default\/100 {
    color: #000
}

.text-black-default\/20 {
    color: rgba(0,0,0,.2)
}

.text-black-default\/25 {
    color: rgba(0,0,0,.25)
}

.text-black-default\/30 {
    color: rgba(0,0,0,.3)
}

.text-black-default\/40 {
    color: rgba(0,0,0,.4)
}

.text-black-default\/5 {
    color: rgba(0,0,0,.05)
}

.text-black-default\/50 {
    color: rgba(0,0,0,.5)
}

.text-black-default\/60 {
    color: rgba(0,0,0,.6)
}

.text-black-default\/70 {
    color: rgba(0,0,0,.7)
}

.text-black-default\/75 {
    color: rgba(0,0,0,.75)
}

.text-black-default\/80 {
    color: rgba(0,0,0,.8)
}

.text-black-default\/90 {
    color: rgba(0,0,0,.9)
}

.text-black-default\/95 {
    color: rgba(0,0,0,.95)
}

.text-black-footer {
    --tw-text-opacity: 1;
    color: rgb(25 27 30/var(--tw-text-opacity))
}

.text-black-footer\/0 {
    color: rgba(25,27,30,0)
}

.text-black-footer\/10 {
    color: rgba(25,27,30,.1)
}

.text-black-footer\/100 {
    color: #191b1e
}

.text-black-footer\/20 {
    color: rgba(25,27,30,.2)
}

.text-black-footer\/25 {
    color: rgba(25,27,30,.25)
}

.text-black-footer\/30 {
    color: rgba(25,27,30,.3)
}

.text-black-footer\/40 {
    color: rgba(25,27,30,.4)
}

.text-black-footer\/5 {
    color: rgba(25,27,30,.05)
}

.text-black-footer\/50 {
    color: rgba(25,27,30,.5)
}

.text-black-footer\/60 {
    color: rgba(25,27,30,.6)
}

.text-black-footer\/70 {
    color: rgba(25,27,30,.7)
}

.text-black-footer\/75 {
    color: rgba(25,27,30,.75)
}

.text-black-footer\/80 {
    color: rgba(25,27,30,.8)
}

.text-black-footer\/90 {
    color: rgba(25,27,30,.9)
}

.text-black-footer\/95 {
    color: rgba(25,27,30,.95)
}

.text-black-head {
    --tw-text-opacity: 1;
    color: rgb(51 48 41/var(--tw-text-opacity))
}

.text-black-head-table {
    --tw-text-opacity: 1;
    color: rgb(10 12 14/var(--tw-text-opacity))
}

.text-black-head-table\/0 {
    color: rgba(10,12,14,0)
}

.text-black-head-table\/10 {
    color: rgba(10,12,14,.1)
}

.text-black-head-table\/100 {
    color: #0a0c0e
}

.text-black-head-table\/20 {
    color: rgba(10,12,14,.2)
}

.text-black-head-table\/25 {
    color: rgba(10,12,14,.25)
}

.text-black-head-table\/30 {
    color: rgba(10,12,14,.3)
}

.text-black-head-table\/40 {
    color: rgba(10,12,14,.4)
}

.text-black-head-table\/5 {
    color: rgba(10,12,14,.05)
}

.text-black-head-table\/50 {
    color: rgba(10,12,14,.5)
}

.text-black-head-table\/60 {
    color: rgba(10,12,14,.6)
}

.text-black-head-table\/70 {
    color: rgba(10,12,14,.7)
}

.text-black-head-table\/75 {
    color: rgba(10,12,14,.75)
}

.text-black-head-table\/80 {
    color: rgba(10,12,14,.8)
}

.text-black-head-table\/90 {
    color: rgba(10,12,14,.9)
}

.text-black-head-table\/95 {
    color: rgba(10,12,14,.95)
}

.text-black-head\/0 {
    color: rgba(51,48,41,0)
}

.text-black-head\/10 {
    color: rgba(51,48,41,.1)
}

.text-black-head\/100 {
    color: #333029
}

.text-black-head\/20 {
    color: rgba(51,48,41,.2)
}

.text-black-head\/25 {
    color: rgba(51,48,41,.25)
}

.text-black-head\/30 {
    color: rgba(51,48,41,.3)
}

.text-black-head\/40 {
    color: rgba(51,48,41,.4)
}

.text-black-head\/5 {
    color: rgba(51,48,41,.05)
}

.text-black-head\/50 {
    color: rgba(51,48,41,.5)
}

.text-black-head\/60 {
    color: rgba(51,48,41,.6)
}

.text-black-head\/70 {
    color: rgba(51,48,41,.7)
}

.text-black-head\/75 {
    color: rgba(51,48,41,.75)
}

.text-black-head\/80 {
    color: rgba(51,48,41,.8)
}

.text-black-head\/90 {
    color: rgba(51,48,41,.9)
}

.text-black-head\/95 {
    color: rgba(51,48,41,.95)
}

.text-black-header-about {
    --tw-text-opacity: 1;
    color: rgb(32 32 32/var(--tw-text-opacity))
}

.text-black-header-about\/0 {
    color: rgba(32,32,32,0)
}

.text-black-header-about\/10 {
    color: rgba(32,32,32,.1)
}

.text-black-header-about\/100 {
    color: #202020
}

.text-black-header-about\/20 {
    color: rgba(32,32,32,.2)
}

.text-black-header-about\/25 {
    color: rgba(32,32,32,.25)
}

.text-black-header-about\/30 {
    color: rgba(32,32,32,.3)
}

.text-black-header-about\/40 {
    color: rgba(32,32,32,.4)
}

.text-black-header-about\/5 {
    color: rgba(32,32,32,.05)
}

.text-black-header-about\/50 {
    color: rgba(32,32,32,.5)
}

.text-black-header-about\/60 {
    color: rgba(32,32,32,.6)
}

.text-black-header-about\/70 {
    color: rgba(32,32,32,.7)
}

.text-black-header-about\/75 {
    color: rgba(32,32,32,.75)
}

.text-black-header-about\/80 {
    color: rgba(32,32,32,.8)
}

.text-black-header-about\/90 {
    color: rgba(32,32,32,.9)
}

.text-black-header-about\/95 {
    color: rgba(32,32,32,.95)
}

.text-black-header-top {
    --tw-text-opacity: 1;
    color: rgb(14 9 1/var(--tw-text-opacity))
}

.text-black-header-top\/0 {
    color: rgba(14,9,1,0)
}

.text-black-header-top\/10 {
    color: rgba(14,9,1,.1)
}

.text-black-header-top\/100 {
    color: #0e0901
}

.text-black-header-top\/20 {
    color: rgba(14,9,1,.2)
}

.text-black-header-top\/25 {
    color: rgba(14,9,1,.25)
}

.text-black-header-top\/30 {
    color: rgba(14,9,1,.3)
}

.text-black-header-top\/40 {
    color: rgba(14,9,1,.4)
}

.text-black-header-top\/5 {
    color: rgba(14,9,1,.05)
}

.text-black-header-top\/50 {
    color: rgba(14,9,1,.5)
}

.text-black-header-top\/60 {
    color: rgba(14,9,1,.6)
}

.text-black-header-top\/70 {
    color: rgba(14,9,1,.7)
}

.text-black-header-top\/75 {
    color: rgba(14,9,1,.75)
}

.text-black-header-top\/80 {
    color: rgba(14,9,1,.8)
}

.text-black-header-top\/90 {
    color: rgba(14,9,1,.9)
}

.text-black-header-top\/95 {
    color: rgba(14,9,1,.95)
}

.text-black-main {
    --tw-text-opacity: 1;
    color: rgb(13 9 6/var(--tw-text-opacity))
}

.text-black-main\/0 {
    color: rgba(13,9,6,0)
}

.text-black-main\/10 {
    color: rgba(13,9,6,.1)
}

.text-black-main\/100 {
    color: #0d0906
}

.text-black-main\/20 {
    color: rgba(13,9,6,.2)
}

.text-black-main\/25 {
    color: rgba(13,9,6,.25)
}

.text-black-main\/30 {
    color: rgba(13,9,6,.3)
}

.text-black-main\/40 {
    color: rgba(13,9,6,.4)
}

.text-black-main\/5 {
    color: rgba(13,9,6,.05)
}

.text-black-main\/50 {
    color: rgba(13,9,6,.5)
}

.text-black-main\/60 {
    color: rgba(13,9,6,.6)
}

.text-black-main\/70 {
    color: rgba(13,9,6,.7)
}

.text-black-main\/75 {
    color: rgba(13,9,6,.75)
}

.text-black-main\/80 {
    color: rgba(13,9,6,.8)
}

.text-black-main\/90 {
    color: rgba(13,9,6,.9)
}

.text-black-main\/95 {
    color: rgba(13,9,6,.95)
}

.text-black-option {
    --tw-text-opacity: 1;
    color: rgb(11 12 11/var(--tw-text-opacity))
}

.text-black-option\/0 {
    color: rgba(11,12,11,0)
}

.text-black-option\/10 {
    color: rgba(11,12,11,.1)
}

.text-black-option\/100 {
    color: #0b0c0b
}

.text-black-option\/20 {
    color: rgba(11,12,11,.2)
}

.text-black-option\/25 {
    color: rgba(11,12,11,.25)
}

.text-black-option\/30 {
    color: rgba(11,12,11,.3)
}

.text-black-option\/40 {
    color: rgba(11,12,11,.4)
}

.text-black-option\/5 {
    color: rgba(11,12,11,.05)
}

.text-black-option\/50 {
    color: rgba(11,12,11,.5)
}

.text-black-option\/60 {
    color: rgba(11,12,11,.6)
}

.text-black-option\/70 {
    color: rgba(11,12,11,.7)
}

.text-black-option\/75 {
    color: rgba(11,12,11,.75)
}

.text-black-option\/80 {
    color: rgba(11,12,11,.8)
}

.text-black-option\/90 {
    color: rgba(11,12,11,.9)
}

.text-black-option\/95 {
    color: rgba(11,12,11,.95)
}

.text-black-table-account {
    --tw-text-opacity: 1;
    color: rgb(26 26 26/var(--tw-text-opacity))
}

.text-black-table-account\/0 {
    color: rgba(26,26,26,0)
}

.text-black-table-account\/10 {
    color: rgba(26,26,26,.1)
}

.text-black-table-account\/100 {
    color: #1a1a1a
}

.text-black-table-account\/20 {
    color: rgba(26,26,26,.2)
}

.text-black-table-account\/25 {
    color: rgba(26,26,26,.25)
}

.text-black-table-account\/30 {
    color: rgba(26,26,26,.3)
}

.text-black-table-account\/40 {
    color: rgba(26,26,26,.4)
}

.text-black-table-account\/5 {
    color: rgba(26,26,26,.05)
}

.text-black-table-account\/50 {
    color: rgba(26,26,26,.5)
}

.text-black-table-account\/60 {
    color: rgba(26,26,26,.6)
}

.text-black-table-account\/70 {
    color: rgba(26,26,26,.7)
}

.text-black-table-account\/75 {
    color: rgba(26,26,26,.75)
}

.text-black-table-account\/80 {
    color: rgba(26,26,26,.8)
}

.text-black-table-account\/90 {
    color: rgba(26,26,26,.9)
}

.text-black-table-account\/95 {
    color: rgba(26,26,26,.95)
}

.text-black-text {
    --tw-text-opacity: 1;
    color: rgb(26 29 27/var(--tw-text-opacity))
}

.text-black-text\/0 {
    color: rgba(26,29,27,0)
}

.text-black-text\/10 {
    color: rgba(26,29,27,.1)
}

.text-black-text\/100 {
    color: #1a1d1b
}

.text-black-text\/20 {
    color: rgba(26,29,27,.2)
}

.text-black-text\/25 {
    color: rgba(26,29,27,.25)
}

.text-black-text\/30 {
    color: rgba(26,29,27,.3)
}

.text-black-text\/40 {
    color: rgba(26,29,27,.4)
}

.text-black-text\/5 {
    color: rgba(26,29,27,.05)
}

.text-black-text\/50 {
    color: rgba(26,29,27,.5)
}

.text-black-text\/60 {
    color: rgba(26,29,27,.6)
}

.text-black-text\/70 {
    color: rgba(26,29,27,.7)
}

.text-black-text\/75 {
    color: rgba(26,29,27,.75)
}

.text-black-text\/80 {
    color: rgba(26,29,27,.8)
}

.text-black-text\/90 {
    color: rgba(26,29,27,.9)
}

.text-black-text\/95 {
    color: rgba(26,29,27,.95)
}

.text-black-text1 {
    --tw-text-opacity: 1;
    color: rgb(71 70 63/var(--tw-text-opacity))
}

.text-black-text1\/0 {
    color: rgba(71,70,63,0)
}

.text-black-text1\/10 {
    color: rgba(71,70,63,.1)
}

.text-black-text1\/100 {
    color: #47463f
}

.text-black-text1\/20 {
    color: rgba(71,70,63,.2)
}

.text-black-text1\/25 {
    color: rgba(71,70,63,.25)
}

.text-black-text1\/30 {
    color: rgba(71,70,63,.3)
}

.text-black-text1\/40 {
    color: rgba(71,70,63,.4)
}

.text-black-text1\/5 {
    color: rgba(71,70,63,.05)
}

.text-black-text1\/50 {
    color: rgba(71,70,63,.5)
}

.text-black-text1\/60 {
    color: rgba(71,70,63,.6)
}

.text-black-text1\/70 {
    color: rgba(71,70,63,.7)
}

.text-black-text1\/75 {
    color: rgba(71,70,63,.75)
}

.text-black-text1\/80 {
    color: rgba(71,70,63,.8)
}

.text-black-text1\/90 {
    color: rgba(71,70,63,.9)
}

.text-black-text1\/95 {
    color: rgba(71,70,63,.95)
}

.text-black-vip {
    --tw-text-opacity: 1;
    color: rgb(15 15 15/var(--tw-text-opacity))
}

.text-black-vip\/0 {
    color: hsla(0,0%,6%,0)
}

.text-black-vip\/10 {
    color: hsla(0,0%,6%,.1)
}

.text-black-vip\/100 {
    color: #0f0f0f
}

.text-black-vip\/20 {
    color: hsla(0,0%,6%,.2)
}

.text-black-vip\/25 {
    color: hsla(0,0%,6%,.25)
}

.text-black-vip\/30 {
    color: hsla(0,0%,6%,.3)
}

.text-black-vip\/40 {
    color: hsla(0,0%,6%,.4)
}

.text-black-vip\/5 {
    color: hsla(0,0%,6%,.05)
}

.text-black-vip\/50 {
    color: hsla(0,0%,6%,.5)
}

.text-black-vip\/60 {
    color: hsla(0,0%,6%,.6)
}

.text-black-vip\/70 {
    color: hsla(0,0%,6%,.7)
}

.text-black-vip\/75 {
    color: hsla(0,0%,6%,.75)
}

.text-black-vip\/80 {
    color: hsla(0,0%,6%,.8)
}

.text-black-vip\/90 {
    color: hsla(0,0%,6%,.9)
}

.text-black-vip\/95 {
    color: hsla(0,0%,6%,.95)
}

.text-blue-head-table {
    --tw-text-opacity: 1;
    color: rgb(8 77 160/var(--tw-text-opacity))
}

.text-blue-head-table\/0 {
    color: rgba(8,77,160,0)
}

.text-blue-head-table\/10 {
    color: rgba(8,77,160,.1)
}

.text-blue-head-table\/100 {
    color: #084da0
}

.text-blue-head-table\/20 {
    color: rgba(8,77,160,.2)
}

.text-blue-head-table\/25 {
    color: rgba(8,77,160,.25)
}

.text-blue-head-table\/30 {
    color: rgba(8,77,160,.3)
}

.text-blue-head-table\/40 {
    color: rgba(8,77,160,.4)
}

.text-blue-head-table\/5 {
    color: rgba(8,77,160,.05)
}

.text-blue-head-table\/50 {
    color: rgba(8,77,160,.5)
}

.text-blue-head-table\/60 {
    color: rgba(8,77,160,.6)
}

.text-blue-head-table\/70 {
    color: rgba(8,77,160,.7)
}

.text-blue-head-table\/75 {
    color: rgba(8,77,160,.75)
}

.text-blue-head-table\/80 {
    color: rgba(8,77,160,.8)
}

.text-blue-head-table\/90 {
    color: rgba(8,77,160,.9)
}

.text-blue-head-table\/95 {
    color: rgba(8,77,160,.95)
}

.text-blue-item-history {
    --tw-text-opacity: 1;
    color: rgb(48 53 56/var(--tw-text-opacity))
}

.text-blue-item-history\/0 {
    color: rgba(48,53,56,0)
}

.text-blue-item-history\/10 {
    color: rgba(48,53,56,.1)
}

.text-blue-item-history\/100 {
    color: #303538
}

.text-blue-item-history\/20 {
    color: rgba(48,53,56,.2)
}

.text-blue-item-history\/25 {
    color: rgba(48,53,56,.25)
}

.text-blue-item-history\/30 {
    color: rgba(48,53,56,.3)
}

.text-blue-item-history\/40 {
    color: rgba(48,53,56,.4)
}

.text-blue-item-history\/5 {
    color: rgba(48,53,56,.05)
}

.text-blue-item-history\/50 {
    color: rgba(48,53,56,.5)
}

.text-blue-item-history\/60 {
    color: rgba(48,53,56,.6)
}

.text-blue-item-history\/70 {
    color: rgba(48,53,56,.7)
}

.text-blue-item-history\/75 {
    color: rgba(48,53,56,.75)
}

.text-blue-item-history\/80 {
    color: rgba(48,53,56,.8)
}

.text-blue-item-history\/90 {
    color: rgba(48,53,56,.9)
}

.text-blue-item-history\/95 {
    color: rgba(48,53,56,.95)
}

.text-blue-process {
    --tw-text-opacity: 1;
    color: rgb(76 88 102/var(--tw-text-opacity))
}

.text-blue-process\/0 {
    color: rgba(76,88,102,0)
}

.text-blue-process\/10 {
    color: rgba(76,88,102,.1)
}

.text-blue-process\/100 {
    color: #4c5866
}

.text-blue-process\/20 {
    color: rgba(76,88,102,.2)
}

.text-blue-process\/25 {
    color: rgba(76,88,102,.25)
}

.text-blue-process\/30 {
    color: rgba(76,88,102,.3)
}

.text-blue-process\/40 {
    color: rgba(76,88,102,.4)
}

.text-blue-process\/5 {
    color: rgba(76,88,102,.05)
}

.text-blue-process\/50 {
    color: rgba(76,88,102,.5)
}

.text-blue-process\/60 {
    color: rgba(76,88,102,.6)
}

.text-blue-process\/70 {
    color: rgba(76,88,102,.7)
}

.text-blue-process\/75 {
    color: rgba(76,88,102,.75)
}

.text-blue-process\/80 {
    color: rgba(76,88,102,.8)
}

.text-blue-process\/90 {
    color: rgba(76,88,102,.9)
}

.text-blue-process\/95 {
    color: rgba(76,88,102,.95)
}

.text-btn-inactive {
    --tw-text-opacity: 1;
    color: rgb(109 109 109/var(--tw-text-opacity))
}

.text-btn-inactive\/0 {
    color: hsla(0,0%,43%,0)
}

.text-btn-inactive\/10 {
    color: hsla(0,0%,43%,.1)
}

.text-btn-inactive\/100 {
    color: #6d6d6d
}

.text-btn-inactive\/20 {
    color: hsla(0,0%,43%,.2)
}

.text-btn-inactive\/25 {
    color: hsla(0,0%,43%,.25)
}

.text-btn-inactive\/30 {
    color: hsla(0,0%,43%,.3)
}

.text-btn-inactive\/40 {
    color: hsla(0,0%,43%,.4)
}

.text-btn-inactive\/5 {
    color: hsla(0,0%,43%,.05)
}

.text-btn-inactive\/50 {
    color: hsla(0,0%,43%,.5)
}

.text-btn-inactive\/60 {
    color: hsla(0,0%,43%,.6)
}

.text-btn-inactive\/70 {
    color: hsla(0,0%,43%,.7)
}

.text-btn-inactive\/75 {
    color: hsla(0,0%,43%,.75)
}

.text-btn-inactive\/80 {
    color: hsla(0,0%,43%,.8)
}

.text-btn-inactive\/90 {
    color: hsla(0,0%,43%,.9)
}

.text-btn-inactive\/95 {
    color: hsla(0,0%,43%,.95)
}

.text-button {
    --tw-text-opacity: 1;
    color: rgb(185 143 93/var(--tw-text-opacity))
}

.text-button\/0 {
    color: rgba(185,143,93,0)
}

.text-button\/10 {
    color: rgba(185,143,93,.1)
}

.text-button\/100 {
    color: #b98f5d
}

.text-button\/20 {
    color: rgba(185,143,93,.2)
}

.text-button\/25 {
    color: rgba(185,143,93,.25)
}

.text-button\/30 {
    color: rgba(185,143,93,.3)
}

.text-button\/40 {
    color: rgba(185,143,93,.4)
}

.text-button\/5 {
    color: rgba(185,143,93,.05)
}

.text-button\/50 {
    color: rgba(185,143,93,.5)
}

.text-button\/60 {
    color: rgba(185,143,93,.6)
}

.text-button\/70 {
    color: rgba(185,143,93,.7)
}

.text-button\/75 {
    color: rgba(185,143,93,.75)
}

.text-button\/80 {
    color: rgba(185,143,93,.8)
}

.text-button\/90 {
    color: rgba(185,143,93,.9)
}

.text-button\/95 {
    color: rgba(185,143,93,.95)
}

.text-card {
    --tw-text-opacity: 1;
    color: rgb(21 18 18/var(--tw-text-opacity))
}

.text-card\/0 {
    color: hsla(0,8%,8%,0)
}

.text-card\/10 {
    color: hsla(0,8%,8%,.1)
}

.text-card\/100 {
    color: #151212
}

.text-card\/20 {
    color: hsla(0,8%,8%,.2)
}

.text-card\/25 {
    color: hsla(0,8%,8%,.25)
}

.text-card\/30 {
    color: hsla(0,8%,8%,.3)
}

.text-card\/40 {
    color: hsla(0,8%,8%,.4)
}

.text-card\/5 {
    color: hsla(0,8%,8%,.05)
}

.text-card\/50 {
    color: hsla(0,8%,8%,.5)
}

.text-card\/60 {
    color: hsla(0,8%,8%,.6)
}

.text-card\/70 {
    color: hsla(0,8%,8%,.7)
}

.text-card\/75 {
    color: hsla(0,8%,8%,.75)
}

.text-card\/80 {
    color: hsla(0,8%,8%,.8)
}

.text-card\/90 {
    color: hsla(0,8%,8%,.9)
}

.text-card\/95 {
    color: hsla(0,8%,8%,.95)
}

.text-disable-text {
    --tw-text-opacity: 1;
    color: rgb(109 109 109/var(--tw-text-opacity))
}

.text-disable-text\/0 {
    color: hsla(0,0%,43%,0)
}

.text-disable-text\/10 {
    color: hsla(0,0%,43%,.1)
}

.text-disable-text\/100 {
    color: #6d6d6d
}

.text-disable-text\/20 {
    color: hsla(0,0%,43%,.2)
}

.text-disable-text\/25 {
    color: hsla(0,0%,43%,.25)
}

.text-disable-text\/30 {
    color: hsla(0,0%,43%,.3)
}

.text-disable-text\/40 {
    color: hsla(0,0%,43%,.4)
}

.text-disable-text\/5 {
    color: hsla(0,0%,43%,.05)
}

.text-disable-text\/50 {
    color: hsla(0,0%,43%,.5)
}

.text-disable-text\/60 {
    color: hsla(0,0%,43%,.6)
}

.text-disable-text\/70 {
    color: hsla(0,0%,43%,.7)
}

.text-disable-text\/75 {
    color: hsla(0,0%,43%,.75)
}

.text-disable-text\/80 {
    color: hsla(0,0%,43%,.8)
}

.text-disable-text\/90 {
    color: hsla(0,0%,43%,.9)
}

.text-disable-text\/95 {
    color: hsla(0,0%,43%,.95)
}

.text-event-promotion-big-win-bg {
    --tw-text-opacity: 1;
    color: rgb(149 118 76/var(--tw-text-opacity))
}

.text-event-promotion-big-win-bg\/0 {
    color: rgba(149,118,76,0)
}

.text-event-promotion-big-win-bg\/10 {
    color: rgba(149,118,76,.1)
}

.text-event-promotion-big-win-bg\/100 {
    color: #95764c
}

.text-event-promotion-big-win-bg\/20 {
    color: rgba(149,118,76,.2)
}

.text-event-promotion-big-win-bg\/25 {
    color: rgba(149,118,76,.25)
}

.text-event-promotion-big-win-bg\/30 {
    color: rgba(149,118,76,.3)
}

.text-event-promotion-big-win-bg\/40 {
    color: rgba(149,118,76,.4)
}

.text-event-promotion-big-win-bg\/5 {
    color: rgba(149,118,76,.05)
}

.text-event-promotion-big-win-bg\/50 {
    color: rgba(149,118,76,.5)
}

.text-event-promotion-big-win-bg\/60 {
    color: rgba(149,118,76,.6)
}

.text-event-promotion-big-win-bg\/70 {
    color: rgba(149,118,76,.7)
}

.text-event-promotion-big-win-bg\/75 {
    color: rgba(149,118,76,.75)
}

.text-event-promotion-big-win-bg\/80 {
    color: rgba(149,118,76,.8)
}

.text-event-promotion-big-win-bg\/90 {
    color: rgba(149,118,76,.9)
}

.text-event-promotion-big-win-bg\/95 {
    color: rgba(149,118,76,.95)
}

.text-event-promotion-highlight {
    --tw-text-opacity: 1;
    color: rgb(246 192 65/var(--tw-text-opacity))
}

.text-event-promotion-highlight\/0 {
    color: rgba(246,192,65,0)
}

.text-event-promotion-highlight\/10 {
    color: rgba(246,192,65,.1)
}

.text-event-promotion-highlight\/100 {
    color: #f6c041
}

.text-event-promotion-highlight\/20 {
    color: rgba(246,192,65,.2)
}

.text-event-promotion-highlight\/25 {
    color: rgba(246,192,65,.25)
}

.text-event-promotion-highlight\/30 {
    color: rgba(246,192,65,.3)
}

.text-event-promotion-highlight\/40 {
    color: rgba(246,192,65,.4)
}

.text-event-promotion-highlight\/5 {
    color: rgba(246,192,65,.05)
}

.text-event-promotion-highlight\/50 {
    color: rgba(246,192,65,.5)
}

.text-event-promotion-highlight\/60 {
    color: rgba(246,192,65,.6)
}

.text-event-promotion-highlight\/70 {
    color: rgba(246,192,65,.7)
}

.text-event-promotion-highlight\/75 {
    color: rgba(246,192,65,.75)
}

.text-event-promotion-highlight\/80 {
    color: rgba(246,192,65,.8)
}

.text-event-promotion-highlight\/90 {
    color: rgba(246,192,65,.9)
}

.text-event-promotion-highlight\/95 {
    color: rgba(246,192,65,.95)
}

.text-gray-about {
    --tw-text-opacity: 1;
    color: rgb(145 145 145/var(--tw-text-opacity))
}

.text-gray-about\/0 {
    color: hsla(0,0%,57%,0)
}

.text-gray-about\/10 {
    color: hsla(0,0%,57%,.1)
}

.text-gray-about\/100 {
    color: #919191
}

.text-gray-about\/20 {
    color: hsla(0,0%,57%,.2)
}

.text-gray-about\/25 {
    color: hsla(0,0%,57%,.25)
}

.text-gray-about\/30 {
    color: hsla(0,0%,57%,.3)
}

.text-gray-about\/40 {
    color: hsla(0,0%,57%,.4)
}

.text-gray-about\/5 {
    color: hsla(0,0%,57%,.05)
}

.text-gray-about\/50 {
    color: hsla(0,0%,57%,.5)
}

.text-gray-about\/60 {
    color: hsla(0,0%,57%,.6)
}

.text-gray-about\/70 {
    color: hsla(0,0%,57%,.7)
}

.text-gray-about\/75 {
    color: hsla(0,0%,57%,.75)
}

.text-gray-about\/80 {
    color: hsla(0,0%,57%,.8)
}

.text-gray-about\/90 {
    color: hsla(0,0%,57%,.9)
}

.text-gray-about\/95 {
    color: hsla(0,0%,57%,.95)
}

.text-gray-alert {
    --tw-text-opacity: 1;
    color: rgb(50 52 59/var(--tw-text-opacity))
}

.text-gray-alert\/0 {
    color: rgba(50,52,59,0)
}

.text-gray-alert\/10 {
    color: rgba(50,52,59,.1)
}

.text-gray-alert\/100 {
    color: #32343b
}

.text-gray-alert\/20 {
    color: rgba(50,52,59,.2)
}

.text-gray-alert\/25 {
    color: rgba(50,52,59,.25)
}

.text-gray-alert\/30 {
    color: rgba(50,52,59,.3)
}

.text-gray-alert\/40 {
    color: rgba(50,52,59,.4)
}

.text-gray-alert\/5 {
    color: rgba(50,52,59,.05)
}

.text-gray-alert\/50 {
    color: rgba(50,52,59,.5)
}

.text-gray-alert\/60 {
    color: rgba(50,52,59,.6)
}

.text-gray-alert\/70 {
    color: rgba(50,52,59,.7)
}

.text-gray-alert\/75 {
    color: rgba(50,52,59,.75)
}

.text-gray-alert\/80 {
    color: rgba(50,52,59,.8)
}

.text-gray-alert\/90 {
    color: rgba(50,52,59,.9)
}

.text-gray-alert\/95 {
    color: rgba(50,52,59,.95)
}

.text-gray-background {
    --tw-text-opacity: 1;
    color: rgb(45 45 45/var(--tw-text-opacity))
}

.text-gray-background\/0 {
    color: rgba(45,45,45,0)
}

.text-gray-background\/10 {
    color: rgba(45,45,45,.1)
}

.text-gray-background\/100 {
    color: #2d2d2d
}

.text-gray-background\/20 {
    color: rgba(45,45,45,.2)
}

.text-gray-background\/25 {
    color: rgba(45,45,45,.25)
}

.text-gray-background\/30 {
    color: rgba(45,45,45,.3)
}

.text-gray-background\/40 {
    color: rgba(45,45,45,.4)
}

.text-gray-background\/5 {
    color: rgba(45,45,45,.05)
}

.text-gray-background\/50 {
    color: rgba(45,45,45,.5)
}

.text-gray-background\/60 {
    color: rgba(45,45,45,.6)
}

.text-gray-background\/70 {
    color: rgba(45,45,45,.7)
}

.text-gray-background\/75 {
    color: rgba(45,45,45,.75)
}

.text-gray-background\/80 {
    color: rgba(45,45,45,.8)
}

.text-gray-background\/90 {
    color: rgba(45,45,45,.9)
}

.text-gray-background\/95 {
    color: rgba(45,45,45,.95)
}

.text-gray-background1 {
    --tw-text-opacity: 1;
    color: rgb(73 72 71/var(--tw-text-opacity))
}

.text-gray-background1\/0 {
    color: rgba(73,72,71,0)
}

.text-gray-background1\/10 {
    color: rgba(73,72,71,.1)
}

.text-gray-background1\/100 {
    color: #494847
}

.text-gray-background1\/20 {
    color: rgba(73,72,71,.2)
}

.text-gray-background1\/25 {
    color: rgba(73,72,71,.25)
}

.text-gray-background1\/30 {
    color: rgba(73,72,71,.3)
}

.text-gray-background1\/40 {
    color: rgba(73,72,71,.4)
}

.text-gray-background1\/5 {
    color: rgba(73,72,71,.05)
}

.text-gray-background1\/50 {
    color: rgba(73,72,71,.5)
}

.text-gray-background1\/60 {
    color: rgba(73,72,71,.6)
}

.text-gray-background1\/70 {
    color: rgba(73,72,71,.7)
}

.text-gray-background1\/75 {
    color: rgba(73,72,71,.75)
}

.text-gray-background1\/80 {
    color: rgba(73,72,71,.8)
}

.text-gray-background1\/90 {
    color: rgba(73,72,71,.9)
}

.text-gray-background1\/95 {
    color: rgba(73,72,71,.95)
}

.text-gray-background2 {
    --tw-text-opacity: 1;
    color: rgb(58 58 58/var(--tw-text-opacity))
}

.text-gray-background2\/0 {
    color: rgba(58,58,58,0)
}

.text-gray-background2\/10 {
    color: rgba(58,58,58,.1)
}

.text-gray-background2\/100 {
    color: #3a3a3a
}

.text-gray-background2\/20 {
    color: rgba(58,58,58,.2)
}

.text-gray-background2\/25 {
    color: rgba(58,58,58,.25)
}

.text-gray-background2\/30 {
    color: rgba(58,58,58,.3)
}

.text-gray-background2\/40 {
    color: rgba(58,58,58,.4)
}

.text-gray-background2\/5 {
    color: rgba(58,58,58,.05)
}

.text-gray-background2\/50 {
    color: rgba(58,58,58,.5)
}

.text-gray-background2\/60 {
    color: rgba(58,58,58,.6)
}

.text-gray-background2\/70 {
    color: rgba(58,58,58,.7)
}

.text-gray-background2\/75 {
    color: rgba(58,58,58,.75)
}

.text-gray-background2\/80 {
    color: rgba(58,58,58,.8)
}

.text-gray-background2\/90 {
    color: rgba(58,58,58,.9)
}

.text-gray-background2\/95 {
    color: rgba(58,58,58,.95)
}

.text-gray-bg1 {
    --tw-text-opacity: 1;
    color: rgb(23 22 19/var(--tw-text-opacity))
}

.text-gray-bg1\/0 {
    color: rgba(23,22,19,0)
}

.text-gray-bg1\/10 {
    color: rgba(23,22,19,.1)
}

.text-gray-bg1\/100 {
    color: #171613
}

.text-gray-bg1\/20 {
    color: rgba(23,22,19,.2)
}

.text-gray-bg1\/25 {
    color: rgba(23,22,19,.25)
}

.text-gray-bg1\/30 {
    color: rgba(23,22,19,.3)
}

.text-gray-bg1\/40 {
    color: rgba(23,22,19,.4)
}

.text-gray-bg1\/5 {
    color: rgba(23,22,19,.05)
}

.text-gray-bg1\/50 {
    color: rgba(23,22,19,.5)
}

.text-gray-bg1\/60 {
    color: rgba(23,22,19,.6)
}

.text-gray-bg1\/70 {
    color: rgba(23,22,19,.7)
}

.text-gray-bg1\/75 {
    color: rgba(23,22,19,.75)
}

.text-gray-bg1\/80 {
    color: rgba(23,22,19,.8)
}

.text-gray-bg1\/90 {
    color: rgba(23,22,19,.9)
}

.text-gray-bg1\/95 {
    color: rgba(23,22,19,.95)
}

.text-gray-bg2 {
    --tw-text-opacity: 1;
    color: rgb(71 70 64/var(--tw-text-opacity))
}

.text-gray-bg2\/0 {
    color: rgba(71,70,64,0)
}

.text-gray-bg2\/10 {
    color: rgba(71,70,64,.1)
}

.text-gray-bg2\/100 {
    color: #474640
}

.text-gray-bg2\/20 {
    color: rgba(71,70,64,.2)
}

.text-gray-bg2\/25 {
    color: rgba(71,70,64,.25)
}

.text-gray-bg2\/30 {
    color: rgba(71,70,64,.3)
}

.text-gray-bg2\/40 {
    color: rgba(71,70,64,.4)
}

.text-gray-bg2\/5 {
    color: rgba(71,70,64,.05)
}

.text-gray-bg2\/50 {
    color: rgba(71,70,64,.5)
}

.text-gray-bg2\/60 {
    color: rgba(71,70,64,.6)
}

.text-gray-bg2\/70 {
    color: rgba(71,70,64,.7)
}

.text-gray-bg2\/75 {
    color: rgba(71,70,64,.75)
}

.text-gray-bg2\/80 {
    color: rgba(71,70,64,.8)
}

.text-gray-bg2\/90 {
    color: rgba(71,70,64,.9)
}

.text-gray-bg2\/95 {
    color: rgba(71,70,64,.95)
}

.text-gray-bg3 {
    --tw-text-opacity: 1;
    color: rgb(51 50 47/var(--tw-text-opacity))
}

.text-gray-bg3\/0 {
    color: rgba(51,50,47,0)
}

.text-gray-bg3\/10 {
    color: rgba(51,50,47,.1)
}

.text-gray-bg3\/100 {
    color: #33322f
}

.text-gray-bg3\/20 {
    color: rgba(51,50,47,.2)
}

.text-gray-bg3\/25 {
    color: rgba(51,50,47,.25)
}

.text-gray-bg3\/30 {
    color: rgba(51,50,47,.3)
}

.text-gray-bg3\/40 {
    color: rgba(51,50,47,.4)
}

.text-gray-bg3\/5 {
    color: rgba(51,50,47,.05)
}

.text-gray-bg3\/50 {
    color: rgba(51,50,47,.5)
}

.text-gray-bg3\/60 {
    color: rgba(51,50,47,.6)
}

.text-gray-bg3\/70 {
    color: rgba(51,50,47,.7)
}

.text-gray-bg3\/75 {
    color: rgba(51,50,47,.75)
}

.text-gray-bg3\/80 {
    color: rgba(51,50,47,.8)
}

.text-gray-bg3\/90 {
    color: rgba(51,50,47,.9)
}

.text-gray-bg3\/95 {
    color: rgba(51,50,47,.95)
}

.text-gray-bg4 {
    --tw-text-opacity: 1;
    color: rgb(41 42 43/var(--tw-text-opacity))
}

.text-gray-bg4\/0 {
    color: rgba(41,42,43,0)
}

.text-gray-bg4\/10 {
    color: rgba(41,42,43,.1)
}

.text-gray-bg4\/100 {
    color: #292a2b
}

.text-gray-bg4\/20 {
    color: rgba(41,42,43,.2)
}

.text-gray-bg4\/25 {
    color: rgba(41,42,43,.25)
}

.text-gray-bg4\/30 {
    color: rgba(41,42,43,.3)
}

.text-gray-bg4\/40 {
    color: rgba(41,42,43,.4)
}

.text-gray-bg4\/5 {
    color: rgba(41,42,43,.05)
}

.text-gray-bg4\/50 {
    color: rgba(41,42,43,.5)
}

.text-gray-bg4\/60 {
    color: rgba(41,42,43,.6)
}

.text-gray-bg4\/70 {
    color: rgba(41,42,43,.7)
}

.text-gray-bg4\/75 {
    color: rgba(41,42,43,.75)
}

.text-gray-bg4\/80 {
    color: rgba(41,42,43,.8)
}

.text-gray-bg4\/90 {
    color: rgba(41,42,43,.9)
}

.text-gray-bg4\/95 {
    color: rgba(41,42,43,.95)
}

.text-gray-bg5 {
    --tw-text-opacity: 1;
    color: rgb(33 34 35/var(--tw-text-opacity))
}

.text-gray-bg5\/0 {
    color: rgba(33,34,35,0)
}

.text-gray-bg5\/10 {
    color: rgba(33,34,35,.1)
}

.text-gray-bg5\/100 {
    color: #212223
}

.text-gray-bg5\/20 {
    color: rgba(33,34,35,.2)
}

.text-gray-bg5\/25 {
    color: rgba(33,34,35,.25)
}

.text-gray-bg5\/30 {
    color: rgba(33,34,35,.3)
}

.text-gray-bg5\/40 {
    color: rgba(33,34,35,.4)
}

.text-gray-bg5\/5 {
    color: rgba(33,34,35,.05)
}

.text-gray-bg5\/50 {
    color: rgba(33,34,35,.5)
}

.text-gray-bg5\/60 {
    color: rgba(33,34,35,.6)
}

.text-gray-bg5\/70 {
    color: rgba(33,34,35,.7)
}

.text-gray-bg5\/75 {
    color: rgba(33,34,35,.75)
}

.text-gray-bg5\/80 {
    color: rgba(33,34,35,.8)
}

.text-gray-bg5\/90 {
    color: rgba(33,34,35,.9)
}

.text-gray-bg5\/95 {
    color: rgba(33,34,35,.95)
}

.text-gray-border {
    --tw-text-opacity: 1;
    color: rgb(65 65 65/var(--tw-text-opacity))
}

.text-gray-border\/0 {
    color: rgba(65,65,65,0)
}

.text-gray-border\/10 {
    color: rgba(65,65,65,.1)
}

.text-gray-border\/100 {
    color: #414141
}

.text-gray-border\/20 {
    color: rgba(65,65,65,.2)
}

.text-gray-border\/25 {
    color: rgba(65,65,65,.25)
}

.text-gray-border\/30 {
    color: rgba(65,65,65,.3)
}

.text-gray-border\/40 {
    color: rgba(65,65,65,.4)
}

.text-gray-border\/5 {
    color: rgba(65,65,65,.05)
}

.text-gray-border\/50 {
    color: rgba(65,65,65,.5)
}

.text-gray-border\/60 {
    color: rgba(65,65,65,.6)
}

.text-gray-border\/70 {
    color: rgba(65,65,65,.7)
}

.text-gray-border\/75 {
    color: rgba(65,65,65,.75)
}

.text-gray-border\/80 {
    color: rgba(65,65,65,.8)
}

.text-gray-border\/90 {
    color: rgba(65,65,65,.9)
}

.text-gray-border\/95 {
    color: rgba(65,65,65,.95)
}

.text-gray-button {
    --tw-text-opacity: 1;
    color: rgb(115 115 116/var(--tw-text-opacity))
}

.text-gray-button\/0 {
    color: hsla(240,0%,45%,0)
}

.text-gray-button\/10 {
    color: hsla(240,0%,45%,.1)
}

.text-gray-button\/100 {
    color: #737374
}

.text-gray-button\/20 {
    color: hsla(240,0%,45%,.2)
}

.text-gray-button\/25 {
    color: hsla(240,0%,45%,.25)
}

.text-gray-button\/30 {
    color: hsla(240,0%,45%,.3)
}

.text-gray-button\/40 {
    color: hsla(240,0%,45%,.4)
}

.text-gray-button\/5 {
    color: hsla(240,0%,45%,.05)
}

.text-gray-button\/50 {
    color: hsla(240,0%,45%,.5)
}

.text-gray-button\/60 {
    color: hsla(240,0%,45%,.6)
}

.text-gray-button\/70 {
    color: hsla(240,0%,45%,.7)
}

.text-gray-button\/75 {
    color: hsla(240,0%,45%,.75)
}

.text-gray-button\/80 {
    color: hsla(240,0%,45%,.8)
}

.text-gray-button\/90 {
    color: hsla(240,0%,45%,.9)
}

.text-gray-button\/95 {
    color: hsla(240,0%,45%,.95)
}

.text-gray-claimed {
    --tw-text-opacity: 1;
    color: rgb(62 61 61/var(--tw-text-opacity))
}

.text-gray-claimed\/0 {
    color: rgba(62,61,61,0)
}

.text-gray-claimed\/10 {
    color: rgba(62,61,61,.1)
}

.text-gray-claimed\/100 {
    color: #3e3d3d
}

.text-gray-claimed\/20 {
    color: rgba(62,61,61,.2)
}

.text-gray-claimed\/25 {
    color: rgba(62,61,61,.25)
}

.text-gray-claimed\/30 {
    color: rgba(62,61,61,.3)
}

.text-gray-claimed\/40 {
    color: rgba(62,61,61,.4)
}

.text-gray-claimed\/5 {
    color: rgba(62,61,61,.05)
}

.text-gray-claimed\/50 {
    color: rgba(62,61,61,.5)
}

.text-gray-claimed\/60 {
    color: rgba(62,61,61,.6)
}

.text-gray-claimed\/70 {
    color: rgba(62,61,61,.7)
}

.text-gray-claimed\/75 {
    color: rgba(62,61,61,.75)
}

.text-gray-claimed\/80 {
    color: rgba(62,61,61,.8)
}

.text-gray-claimed\/90 {
    color: rgba(62,61,61,.9)
}

.text-gray-claimed\/95 {
    color: rgba(62,61,61,.95)
}

.text-gray-default {
    --tw-text-opacity: 1;
    color: rgb(130 138 147/var(--tw-text-opacity))
}

.text-gray-default\/0 {
    color: hsla(212,7%,54%,0)
}

.text-gray-default\/10 {
    color: hsla(212,7%,54%,.1)
}

.text-gray-default\/100 {
    color: #828a93
}

.text-gray-default\/20 {
    color: hsla(212,7%,54%,.2)
}

.text-gray-default\/25 {
    color: hsla(212,7%,54%,.25)
}

.text-gray-default\/30 {
    color: hsla(212,7%,54%,.3)
}

.text-gray-default\/40 {
    color: hsla(212,7%,54%,.4)
}

.text-gray-default\/5 {
    color: hsla(212,7%,54%,.05)
}

.text-gray-default\/50 {
    color: hsla(212,7%,54%,.5)
}

.text-gray-default\/60 {
    color: hsla(212,7%,54%,.6)
}

.text-gray-default\/70 {
    color: hsla(212,7%,54%,.7)
}

.text-gray-default\/75 {
    color: hsla(212,7%,54%,.75)
}

.text-gray-default\/80 {
    color: hsla(212,7%,54%,.8)
}

.text-gray-default\/90 {
    color: hsla(212,7%,54%,.9)
}

.text-gray-default\/95 {
    color: hsla(212,7%,54%,.95)
}

.text-gray-disable {
    --tw-text-opacity: 1;
    color: rgb(102 102 100/var(--tw-text-opacity))
}

.text-gray-disable\/0 {
    color: hsla(60,1%,40%,0)
}

.text-gray-disable\/10 {
    color: hsla(60,1%,40%,.1)
}

.text-gray-disable\/100 {
    color: #666664
}

.text-gray-disable\/20 {
    color: hsla(60,1%,40%,.2)
}

.text-gray-disable\/25 {
    color: hsla(60,1%,40%,.25)
}

.text-gray-disable\/30 {
    color: hsla(60,1%,40%,.3)
}

.text-gray-disable\/40 {
    color: hsla(60,1%,40%,.4)
}

.text-gray-disable\/5 {
    color: hsla(60,1%,40%,.05)
}

.text-gray-disable\/50 {
    color: hsla(60,1%,40%,.5)
}

.text-gray-disable\/60 {
    color: hsla(60,1%,40%,.6)
}

.text-gray-disable\/70 {
    color: hsla(60,1%,40%,.7)
}

.text-gray-disable\/75 {
    color: hsla(60,1%,40%,.75)
}

.text-gray-disable\/80 {
    color: hsla(60,1%,40%,.8)
}

.text-gray-disable\/90 {
    color: hsla(60,1%,40%,.9)
}

.text-gray-disable\/95 {
    color: hsla(60,1%,40%,.95)
}

.text-gray-form {
    --tw-text-opacity: 1;
    color: rgb(42 44 49/var(--tw-text-opacity))
}

.text-gray-form\/0 {
    color: rgba(42,44,49,0)
}

.text-gray-form\/10 {
    color: rgba(42,44,49,.1)
}

.text-gray-form\/100 {
    color: #2a2c31
}

.text-gray-form\/20 {
    color: rgba(42,44,49,.2)
}

.text-gray-form\/25 {
    color: rgba(42,44,49,.25)
}

.text-gray-form\/30 {
    color: rgba(42,44,49,.3)
}

.text-gray-form\/40 {
    color: rgba(42,44,49,.4)
}

.text-gray-form\/5 {
    color: rgba(42,44,49,.05)
}

.text-gray-form\/50 {
    color: rgba(42,44,49,.5)
}

.text-gray-form\/60 {
    color: rgba(42,44,49,.6)
}

.text-gray-form\/70 {
    color: rgba(42,44,49,.7)
}

.text-gray-form\/75 {
    color: rgba(42,44,49,.75)
}

.text-gray-form\/80 {
    color: rgba(42,44,49,.8)
}

.text-gray-form\/90 {
    color: rgba(42,44,49,.9)
}

.text-gray-form\/95 {
    color: rgba(42,44,49,.95)
}

.text-gray-hot-match-text {
    --tw-text-opacity: 1;
    color: rgb(205 204 206/var(--tw-text-opacity))
}

.text-gray-hot-match-text\/0 {
    color: hsla(270,2%,80%,0)
}

.text-gray-hot-match-text\/10 {
    color: hsla(270,2%,80%,.1)
}

.text-gray-hot-match-text\/100 {
    color: #cdccce
}

.text-gray-hot-match-text\/20 {
    color: hsla(270,2%,80%,.2)
}

.text-gray-hot-match-text\/25 {
    color: hsla(270,2%,80%,.25)
}

.text-gray-hot-match-text\/30 {
    color: hsla(270,2%,80%,.3)
}

.text-gray-hot-match-text\/40 {
    color: hsla(270,2%,80%,.4)
}

.text-gray-hot-match-text\/5 {
    color: hsla(270,2%,80%,.05)
}

.text-gray-hot-match-text\/50 {
    color: hsla(270,2%,80%,.5)
}

.text-gray-hot-match-text\/60 {
    color: hsla(270,2%,80%,.6)
}

.text-gray-hot-match-text\/70 {
    color: hsla(270,2%,80%,.7)
}

.text-gray-hot-match-text\/75 {
    color: hsla(270,2%,80%,.75)
}

.text-gray-hot-match-text\/80 {
    color: hsla(270,2%,80%,.8)
}

.text-gray-hot-match-text\/90 {
    color: hsla(270,2%,80%,.9)
}

.text-gray-hot-match-text\/95 {
    color: hsla(270,2%,80%,.95)
}

.text-gray-info {
    --tw-text-opacity: 1;
    color: rgb(38 38 38/var(--tw-text-opacity))
}

.text-gray-info\/0 {
    color: rgba(38,38,38,0)
}

.text-gray-info\/10 {
    color: rgba(38,38,38,.1)
}

.text-gray-info\/100 {
    color: #262626
}

.text-gray-info\/20 {
    color: rgba(38,38,38,.2)
}

.text-gray-info\/25 {
    color: rgba(38,38,38,.25)
}

.text-gray-info\/30 {
    color: rgba(38,38,38,.3)
}

.text-gray-info\/40 {
    color: rgba(38,38,38,.4)
}

.text-gray-info\/5 {
    color: rgba(38,38,38,.05)
}

.text-gray-info\/50 {
    color: rgba(38,38,38,.5)
}

.text-gray-info\/60 {
    color: rgba(38,38,38,.6)
}

.text-gray-info\/70 {
    color: rgba(38,38,38,.7)
}

.text-gray-info\/75 {
    color: rgba(38,38,38,.75)
}

.text-gray-info\/80 {
    color: rgba(38,38,38,.8)
}

.text-gray-info\/90 {
    color: rgba(38,38,38,.9)
}

.text-gray-info\/95 {
    color: rgba(38,38,38,.95)
}

.text-gray-item-history {
    --tw-text-opacity: 1;
    color: rgb(56 64 69/var(--tw-text-opacity))
}

.text-gray-item-history\/0 {
    color: rgba(56,64,69,0)
}

.text-gray-item-history\/10 {
    color: rgba(56,64,69,.1)
}

.text-gray-item-history\/100 {
    color: #384045
}

.text-gray-item-history\/20 {
    color: rgba(56,64,69,.2)
}

.text-gray-item-history\/25 {
    color: rgba(56,64,69,.25)
}

.text-gray-item-history\/30 {
    color: rgba(56,64,69,.3)
}

.text-gray-item-history\/40 {
    color: rgba(56,64,69,.4)
}

.text-gray-item-history\/5 {
    color: rgba(56,64,69,.05)
}

.text-gray-item-history\/50 {
    color: rgba(56,64,69,.5)
}

.text-gray-item-history\/60 {
    color: rgba(56,64,69,.6)
}

.text-gray-item-history\/70 {
    color: rgba(56,64,69,.7)
}

.text-gray-item-history\/75 {
    color: rgba(56,64,69,.75)
}

.text-gray-item-history\/80 {
    color: rgba(56,64,69,.8)
}

.text-gray-item-history\/90 {
    color: rgba(56,64,69,.9)
}

.text-gray-item-history\/95 {
    color: rgba(56,64,69,.95)
}

.text-gray-label {
    --tw-text-opacity: 1;
    color: rgb(138 138 138/var(--tw-text-opacity))
}

.text-gray-label\/0 {
    color: hsla(0,0%,54%,0)
}

.text-gray-label\/10 {
    color: hsla(0,0%,54%,.1)
}

.text-gray-label\/100 {
    color: #8a8a8a
}

.text-gray-label\/20 {
    color: hsla(0,0%,54%,.2)
}

.text-gray-label\/25 {
    color: hsla(0,0%,54%,.25)
}

.text-gray-label\/30 {
    color: hsla(0,0%,54%,.3)
}

.text-gray-label\/40 {
    color: hsla(0,0%,54%,.4)
}

.text-gray-label\/5 {
    color: hsla(0,0%,54%,.05)
}

.text-gray-label\/50 {
    color: hsla(0,0%,54%,.5)
}

.text-gray-label\/60 {
    color: hsla(0,0%,54%,.6)
}

.text-gray-label\/70 {
    color: hsla(0,0%,54%,.7)
}

.text-gray-label\/75 {
    color: hsla(0,0%,54%,.75)
}

.text-gray-label\/80 {
    color: hsla(0,0%,54%,.8)
}

.text-gray-label\/90 {
    color: hsla(0,0%,54%,.9)
}

.text-gray-label\/95 {
    color: hsla(0,0%,54%,.95)
}

.text-gray-light {
    --tw-text-opacity: 1;
    color: rgb(151 150 153/var(--tw-text-opacity))
}

.text-gray-light\/0 {
    color: hsla(260,1%,59%,0)
}

.text-gray-light\/10 {
    color: hsla(260,1%,59%,.1)
}

.text-gray-light\/100 {
    color: #979699
}

.text-gray-light\/20 {
    color: hsla(260,1%,59%,.2)
}

.text-gray-light\/25 {
    color: hsla(260,1%,59%,.25)
}

.text-gray-light\/30 {
    color: hsla(260,1%,59%,.3)
}

.text-gray-light\/40 {
    color: hsla(260,1%,59%,.4)
}

.text-gray-light\/5 {
    color: hsla(260,1%,59%,.05)
}

.text-gray-light\/50 {
    color: hsla(260,1%,59%,.5)
}

.text-gray-light\/60 {
    color: hsla(260,1%,59%,.6)
}

.text-gray-light\/70 {
    color: hsla(260,1%,59%,.7)
}

.text-gray-light\/75 {
    color: hsla(260,1%,59%,.75)
}

.text-gray-light\/80 {
    color: hsla(260,1%,59%,.8)
}

.text-gray-light\/90 {
    color: hsla(260,1%,59%,.9)
}

.text-gray-light\/95 {
    color: hsla(260,1%,59%,.95)
}

.text-gray-marquee-text {
    --tw-text-opacity: 1;
    color: rgb(190 189 184/var(--tw-text-opacity))
}

.text-gray-marquee-text\/0 {
    color: hsla(50,4%,73%,0)
}

.text-gray-marquee-text\/10 {
    color: hsla(50,4%,73%,.1)
}

.text-gray-marquee-text\/100 {
    color: #bebdb8
}

.text-gray-marquee-text\/20 {
    color: hsla(50,4%,73%,.2)
}

.text-gray-marquee-text\/25 {
    color: hsla(50,4%,73%,.25)
}

.text-gray-marquee-text\/30 {
    color: hsla(50,4%,73%,.3)
}

.text-gray-marquee-text\/40 {
    color: hsla(50,4%,73%,.4)
}

.text-gray-marquee-text\/5 {
    color: hsla(50,4%,73%,.05)
}

.text-gray-marquee-text\/50 {
    color: hsla(50,4%,73%,.5)
}

.text-gray-marquee-text\/60 {
    color: hsla(50,4%,73%,.6)
}

.text-gray-marquee-text\/70 {
    color: hsla(50,4%,73%,.7)
}

.text-gray-marquee-text\/75 {
    color: hsla(50,4%,73%,.75)
}

.text-gray-marquee-text\/80 {
    color: hsla(50,4%,73%,.8)
}

.text-gray-marquee-text\/90 {
    color: hsla(50,4%,73%,.9)
}

.text-gray-marquee-text\/95 {
    color: hsla(50,4%,73%,.95)
}

.text-gray-placeholder {
    --tw-text-opacity: 1;
    color: rgb(130 138 147/var(--tw-text-opacity))
}

.text-gray-placeholder\/0 {
    color: hsla(212,7%,54%,0)
}

.text-gray-placeholder\/10 {
    color: hsla(212,7%,54%,.1)
}

.text-gray-placeholder\/100 {
    color: #828a93
}

.text-gray-placeholder\/20 {
    color: hsla(212,7%,54%,.2)
}

.text-gray-placeholder\/25 {
    color: hsla(212,7%,54%,.25)
}

.text-gray-placeholder\/30 {
    color: hsla(212,7%,54%,.3)
}

.text-gray-placeholder\/40 {
    color: hsla(212,7%,54%,.4)
}

.text-gray-placeholder\/5 {
    color: hsla(212,7%,54%,.05)
}

.text-gray-placeholder\/50 {
    color: hsla(212,7%,54%,.5)
}

.text-gray-placeholder\/60 {
    color: hsla(212,7%,54%,.6)
}

.text-gray-placeholder\/70 {
    color: hsla(212,7%,54%,.7)
}

.text-gray-placeholder\/75 {
    color: hsla(212,7%,54%,.75)
}

.text-gray-placeholder\/80 {
    color: hsla(212,7%,54%,.8)
}

.text-gray-placeholder\/90 {
    color: hsla(212,7%,54%,.9)
}

.text-gray-placeholder\/95 {
    color: hsla(212,7%,54%,.95)
}

.text-gray-popup {
    --tw-text-opacity: 1;
    color: rgb(178 178 182/var(--tw-text-opacity))
}

.text-gray-popup\/0 {
    color: hsla(240,3%,71%,0)
}

.text-gray-popup\/10 {
    color: hsla(240,3%,71%,.1)
}

.text-gray-popup\/100 {
    color: #b2b2b6
}

.text-gray-popup\/20 {
    color: hsla(240,3%,71%,.2)
}

.text-gray-popup\/25 {
    color: hsla(240,3%,71%,.25)
}

.text-gray-popup\/30 {
    color: hsla(240,3%,71%,.3)
}

.text-gray-popup\/40 {
    color: hsla(240,3%,71%,.4)
}

.text-gray-popup\/5 {
    color: hsla(240,3%,71%,.05)
}

.text-gray-popup\/50 {
    color: hsla(240,3%,71%,.5)
}

.text-gray-popup\/60 {
    color: hsla(240,3%,71%,.6)
}

.text-gray-popup\/70 {
    color: hsla(240,3%,71%,.7)
}

.text-gray-popup\/75 {
    color: hsla(240,3%,71%,.75)
}

.text-gray-popup\/80 {
    color: hsla(240,3%,71%,.8)
}

.text-gray-popup\/90 {
    color: hsla(240,3%,71%,.9)
}

.text-gray-popup\/95 {
    color: hsla(240,3%,71%,.95)
}

.text-gray-progress-non {
    --tw-text-opacity: 1;
    color: rgb(15 16 17/var(--tw-text-opacity))
}

.text-gray-progress-non\/0 {
    color: rgba(15,16,17,0)
}

.text-gray-progress-non\/10 {
    color: rgba(15,16,17,.1)
}

.text-gray-progress-non\/100 {
    color: #0f1011
}

.text-gray-progress-non\/20 {
    color: rgba(15,16,17,.2)
}

.text-gray-progress-non\/25 {
    color: rgba(15,16,17,.25)
}

.text-gray-progress-non\/30 {
    color: rgba(15,16,17,.3)
}

.text-gray-progress-non\/40 {
    color: rgba(15,16,17,.4)
}

.text-gray-progress-non\/5 {
    color: rgba(15,16,17,.05)
}

.text-gray-progress-non\/50 {
    color: rgba(15,16,17,.5)
}

.text-gray-progress-non\/60 {
    color: rgba(15,16,17,.6)
}

.text-gray-progress-non\/70 {
    color: rgba(15,16,17,.7)
}

.text-gray-progress-non\/75 {
    color: rgba(15,16,17,.75)
}

.text-gray-progress-non\/80 {
    color: rgba(15,16,17,.8)
}

.text-gray-progress-non\/90 {
    color: rgba(15,16,17,.9)
}

.text-gray-progress-non\/95 {
    color: rgba(15,16,17,.95)
}

.text-gray-qr-code {
    --tw-text-opacity: 1;
    color: rgb(85 85 85/var(--tw-text-opacity))
}

.text-gray-qr-code\/0 {
    color: rgba(85,85,85,0)
}

.text-gray-qr-code\/10 {
    color: rgba(85,85,85,.1)
}

.text-gray-qr-code\/100 {
    color: #555
}

.text-gray-qr-code\/20 {
    color: rgba(85,85,85,.2)
}

.text-gray-qr-code\/25 {
    color: rgba(85,85,85,.25)
}

.text-gray-qr-code\/30 {
    color: rgba(85,85,85,.3)
}

.text-gray-qr-code\/40 {
    color: rgba(85,85,85,.4)
}

.text-gray-qr-code\/5 {
    color: rgba(85,85,85,.05)
}

.text-gray-qr-code\/50 {
    color: rgba(85,85,85,.5)
}

.text-gray-qr-code\/60 {
    color: rgba(85,85,85,.6)
}

.text-gray-qr-code\/70 {
    color: rgba(85,85,85,.7)
}

.text-gray-qr-code\/75 {
    color: rgba(85,85,85,.75)
}

.text-gray-qr-code\/80 {
    color: rgba(85,85,85,.8)
}

.text-gray-qr-code\/90 {
    color: rgba(85,85,85,.9)
}

.text-gray-qr-code\/95 {
    color: rgba(85,85,85,.95)
}

.text-gray-show-all {
    --tw-text-opacity: 1;
    color: rgb(86 86 86/var(--tw-text-opacity))
}

.text-gray-show-all\/0 {
    color: rgba(86,86,86,0)
}

.text-gray-show-all\/10 {
    color: rgba(86,86,86,.1)
}

.text-gray-show-all\/100 {
    color: #565656
}

.text-gray-show-all\/20 {
    color: rgba(86,86,86,.2)
}

.text-gray-show-all\/25 {
    color: rgba(86,86,86,.25)
}

.text-gray-show-all\/30 {
    color: rgba(86,86,86,.3)
}

.text-gray-show-all\/40 {
    color: rgba(86,86,86,.4)
}

.text-gray-show-all\/5 {
    color: rgba(86,86,86,.05)
}

.text-gray-show-all\/50 {
    color: rgba(86,86,86,.5)
}

.text-gray-show-all\/60 {
    color: rgba(86,86,86,.6)
}

.text-gray-show-all\/70 {
    color: rgba(86,86,86,.7)
}

.text-gray-show-all\/75 {
    color: rgba(86,86,86,.75)
}

.text-gray-show-all\/80 {
    color: rgba(86,86,86,.8)
}

.text-gray-show-all\/90 {
    color: rgba(86,86,86,.9)
}

.text-gray-show-all\/95 {
    color: rgba(86,86,86,.95)
}

.text-gray-symbol-coin {
    --tw-text-opacity: 1;
    color: rgb(73 73 74/var(--tw-text-opacity))
}

.text-gray-symbol-coin\/0 {
    color: rgba(73,73,74,0)
}

.text-gray-symbol-coin\/10 {
    color: rgba(73,73,74,.1)
}

.text-gray-symbol-coin\/100 {
    color: #49494a
}

.text-gray-symbol-coin\/20 {
    color: rgba(73,73,74,.2)
}

.text-gray-symbol-coin\/25 {
    color: rgba(73,73,74,.25)
}

.text-gray-symbol-coin\/30 {
    color: rgba(73,73,74,.3)
}

.text-gray-symbol-coin\/40 {
    color: rgba(73,73,74,.4)
}

.text-gray-symbol-coin\/5 {
    color: rgba(73,73,74,.05)
}

.text-gray-symbol-coin\/50 {
    color: rgba(73,73,74,.5)
}

.text-gray-symbol-coin\/60 {
    color: rgba(73,73,74,.6)
}

.text-gray-symbol-coin\/70 {
    color: rgba(73,73,74,.7)
}

.text-gray-symbol-coin\/75 {
    color: rgba(73,73,74,.75)
}

.text-gray-symbol-coin\/80 {
    color: rgba(73,73,74,.8)
}

.text-gray-symbol-coin\/90 {
    color: rgba(73,73,74,.9)
}

.text-gray-symbol-coin\/95 {
    color: rgba(73,73,74,.95)
}

.text-gray-text {
    --tw-text-opacity: 1;
    color: rgb(219 210 194/var(--tw-text-opacity))
}

.text-gray-text-footer {
    --tw-text-opacity: 1;
    color: rgb(112 113 111/var(--tw-text-opacity))
}

.text-gray-text-footer\/0 {
    color: hsla(90,1%,44%,0)
}

.text-gray-text-footer\/10 {
    color: hsla(90,1%,44%,.1)
}

.text-gray-text-footer\/100 {
    color: #70716f
}

.text-gray-text-footer\/20 {
    color: hsla(90,1%,44%,.2)
}

.text-gray-text-footer\/25 {
    color: hsla(90,1%,44%,.25)
}

.text-gray-text-footer\/30 {
    color: hsla(90,1%,44%,.3)
}

.text-gray-text-footer\/40 {
    color: hsla(90,1%,44%,.4)
}

.text-gray-text-footer\/5 {
    color: hsla(90,1%,44%,.05)
}

.text-gray-text-footer\/50 {
    color: hsla(90,1%,44%,.5)
}

.text-gray-text-footer\/60 {
    color: hsla(90,1%,44%,.6)
}

.text-gray-text-footer\/70 {
    color: hsla(90,1%,44%,.7)
}

.text-gray-text-footer\/75 {
    color: hsla(90,1%,44%,.75)
}

.text-gray-text-footer\/80 {
    color: hsla(90,1%,44%,.8)
}

.text-gray-text-footer\/90 {
    color: hsla(90,1%,44%,.9)
}

.text-gray-text-footer\/95 {
    color: hsla(90,1%,44%,.95)
}

.text-gray-text-game {
    --tw-text-opacity: 1;
    color: rgb(143 143 143/var(--tw-text-opacity))
}

.text-gray-text-game\/0 {
    color: hsla(0,0%,56%,0)
}

.text-gray-text-game\/10 {
    color: hsla(0,0%,56%,.1)
}

.text-gray-text-game\/100 {
    color: #8f8f8f
}

.text-gray-text-game\/20 {
    color: hsla(0,0%,56%,.2)
}

.text-gray-text-game\/25 {
    color: hsla(0,0%,56%,.25)
}

.text-gray-text-game\/30 {
    color: hsla(0,0%,56%,.3)
}

.text-gray-text-game\/40 {
    color: hsla(0,0%,56%,.4)
}

.text-gray-text-game\/5 {
    color: hsla(0,0%,56%,.05)
}

.text-gray-text-game\/50 {
    color: hsla(0,0%,56%,.5)
}

.text-gray-text-game\/60 {
    color: hsla(0,0%,56%,.6)
}

.text-gray-text-game\/70 {
    color: hsla(0,0%,56%,.7)
}

.text-gray-text-game\/75 {
    color: hsla(0,0%,56%,.75)
}

.text-gray-text-game\/80 {
    color: hsla(0,0%,56%,.8)
}

.text-gray-text-game\/90 {
    color: hsla(0,0%,56%,.9)
}

.text-gray-text-game\/95 {
    color: hsla(0,0%,56%,.95)
}

.text-gray-text-popup-login {
    --tw-text-opacity: 1;
    color: rgb(128 128 128/var(--tw-text-opacity))
}

.text-gray-text-popup-login\/0 {
    color: hsla(0,0%,50%,0)
}

.text-gray-text-popup-login\/10 {
    color: hsla(0,0%,50%,.1)
}

.text-gray-text-popup-login\/100 {
    color: grey
}

.text-gray-text-popup-login\/20 {
    color: hsla(0,0%,50%,.2)
}

.text-gray-text-popup-login\/25 {
    color: hsla(0,0%,50%,.25)
}

.text-gray-text-popup-login\/30 {
    color: hsla(0,0%,50%,.3)
}

.text-gray-text-popup-login\/40 {
    color: hsla(0,0%,50%,.4)
}

.text-gray-text-popup-login\/5 {
    color: hsla(0,0%,50%,.05)
}

.text-gray-text-popup-login\/50 {
    color: hsla(0,0%,50%,.5)
}

.text-gray-text-popup-login\/60 {
    color: hsla(0,0%,50%,.6)
}

.text-gray-text-popup-login\/70 {
    color: hsla(0,0%,50%,.7)
}

.text-gray-text-popup-login\/75 {
    color: hsla(0,0%,50%,.75)
}

.text-gray-text-popup-login\/80 {
    color: hsla(0,0%,50%,.8)
}

.text-gray-text-popup-login\/90 {
    color: hsla(0,0%,50%,.9)
}

.text-gray-text-popup-login\/95 {
    color: hsla(0,0%,50%,.95)
}

.text-gray-text\/0 {
    color: hsla(38,26%,81%,0)
}

.text-gray-text\/10 {
    color: hsla(38,26%,81%,.1)
}

.text-gray-text\/100 {
    color: #dbd2c2
}

.text-gray-text\/20 {
    color: hsla(38,26%,81%,.2)
}

.text-gray-text\/25 {
    color: hsla(38,26%,81%,.25)
}

.text-gray-text\/30 {
    color: hsla(38,26%,81%,.3)
}

.text-gray-text\/40 {
    color: hsla(38,26%,81%,.4)
}

.text-gray-text\/5 {
    color: hsla(38,26%,81%,.05)
}

.text-gray-text\/50 {
    color: hsla(38,26%,81%,.5)
}

.text-gray-text\/60 {
    color: hsla(38,26%,81%,.6)
}

.text-gray-text\/70 {
    color: hsla(38,26%,81%,.7)
}

.text-gray-text\/75 {
    color: hsla(38,26%,81%,.75)
}

.text-gray-text\/80 {
    color: hsla(38,26%,81%,.8)
}

.text-gray-text\/90 {
    color: hsla(38,26%,81%,.9)
}

.text-gray-text\/95 {
    color: hsla(38,26%,81%,.95)
}

.text-gray-title-game {
    --tw-text-opacity: 1;
    color: rgb(230 230 230/var(--tw-text-opacity))
}

.text-gray-title-game\/0 {
    color: hsla(0,0%,90%,0)
}

.text-gray-title-game\/10 {
    color: hsla(0,0%,90%,.1)
}

.text-gray-title-game\/100 {
    color: #e6e6e6
}

.text-gray-title-game\/20 {
    color: hsla(0,0%,90%,.2)
}

.text-gray-title-game\/25 {
    color: hsla(0,0%,90%,.25)
}

.text-gray-title-game\/30 {
    color: hsla(0,0%,90%,.3)
}

.text-gray-title-game\/40 {
    color: hsla(0,0%,90%,.4)
}

.text-gray-title-game\/5 {
    color: hsla(0,0%,90%,.05)
}

.text-gray-title-game\/50 {
    color: hsla(0,0%,90%,.5)
}

.text-gray-title-game\/60 {
    color: hsla(0,0%,90%,.6)
}

.text-gray-title-game\/70 {
    color: hsla(0,0%,90%,.7)
}

.text-gray-title-game\/75 {
    color: hsla(0,0%,90%,.75)
}

.text-gray-title-game\/80 {
    color: hsla(0,0%,90%,.8)
}

.text-gray-title-game\/90 {
    color: hsla(0,0%,90%,.9)
}

.text-gray-title-game\/95 {
    color: hsla(0,0%,90%,.95)
}

.text-gray-white {
    --tw-text-opacity: 1;
    color: rgb(227 227 226/var(--tw-text-opacity))
}

.text-gray-white\/0 {
    color: hsla(60,2%,89%,0)
}

.text-gray-white\/10 {
    color: hsla(60,2%,89%,.1)
}

.text-gray-white\/100 {
    color: #e3e3e2
}

.text-gray-white\/20 {
    color: hsla(60,2%,89%,.2)
}

.text-gray-white\/25 {
    color: hsla(60,2%,89%,.25)
}

.text-gray-white\/30 {
    color: hsla(60,2%,89%,.3)
}

.text-gray-white\/40 {
    color: hsla(60,2%,89%,.4)
}

.text-gray-white\/5 {
    color: hsla(60,2%,89%,.05)
}

.text-gray-white\/50 {
    color: hsla(60,2%,89%,.5)
}

.text-gray-white\/60 {
    color: hsla(60,2%,89%,.6)
}

.text-gray-white\/70 {
    color: hsla(60,2%,89%,.7)
}

.text-gray-white\/75 {
    color: hsla(60,2%,89%,.75)
}

.text-gray-white\/80 {
    color: hsla(60,2%,89%,.8)
}

.text-gray-white\/90 {
    color: hsla(60,2%,89%,.9)
}

.text-gray-white\/95 {
    color: hsla(60,2%,89%,.95)
}

.text-green-success {
    --tw-text-opacity: 1;
    color: rgb(98 202 121/var(--tw-text-opacity))
}

.text-green-success\/0 {
    color: rgba(98,202,121,0)
}

.text-green-success\/10 {
    color: rgba(98,202,121,.1)
}

.text-green-success\/100 {
    color: #62ca79
}

.text-green-success\/20 {
    color: rgba(98,202,121,.2)
}

.text-green-success\/25 {
    color: rgba(98,202,121,.25)
}

.text-green-success\/30 {
    color: rgba(98,202,121,.3)
}

.text-green-success\/40 {
    color: rgba(98,202,121,.4)
}

.text-green-success\/5 {
    color: rgba(98,202,121,.05)
}

.text-green-success\/50 {
    color: rgba(98,202,121,.5)
}

.text-green-success\/60 {
    color: rgba(98,202,121,.6)
}

.text-green-success\/70 {
    color: rgba(98,202,121,.7)
}

.text-green-success\/75 {
    color: rgba(98,202,121,.75)
}

.text-green-success\/80 {
    color: rgba(98,202,121,.8)
}

.text-green-success\/90 {
    color: rgba(98,202,121,.9)
}

.text-green-success\/95 {
    color: rgba(98,202,121,.95)
}

.text-green-win {
    --tw-text-opacity: 1;
    color: rgb(92 191 117/var(--tw-text-opacity))
}

.text-green-win\/0 {
    color: rgba(92,191,117,0)
}

.text-green-win\/10 {
    color: rgba(92,191,117,.1)
}

.text-green-win\/100 {
    color: #5cbf75
}

.text-green-win\/20 {
    color: rgba(92,191,117,.2)
}

.text-green-win\/25 {
    color: rgba(92,191,117,.25)
}

.text-green-win\/30 {
    color: rgba(92,191,117,.3)
}

.text-green-win\/40 {
    color: rgba(92,191,117,.4)
}

.text-green-win\/5 {
    color: rgba(92,191,117,.05)
}

.text-green-win\/50 {
    color: rgba(92,191,117,.5)
}

.text-green-win\/60 {
    color: rgba(92,191,117,.6)
}

.text-green-win\/70 {
    color: rgba(92,191,117,.7)
}

.text-green-win\/75 {
    color: rgba(92,191,117,.75)
}

.text-green-win\/80 {
    color: rgba(92,191,117,.8)
}

.text-green-win\/90 {
    color: rgba(92,191,117,.9)
}

.text-green-win\/95 {
    color: rgba(92,191,117,.95)
}

.text-highlight-leo88 {
    --tw-text-opacity: 1;
    color: rgb(184 28 28/var(--tw-text-opacity))
}

.text-highlight-leo88\/0 {
    color: rgba(184,28,28,0)
}

.text-highlight-leo88\/10 {
    color: rgba(184,28,28,.1)
}

.text-highlight-leo88\/100 {
    color: #b81c1c
}

.text-highlight-leo88\/20 {
    color: rgba(184,28,28,.2)
}

.text-highlight-leo88\/25 {
    color: rgba(184,28,28,.25)
}

.text-highlight-leo88\/30 {
    color: rgba(184,28,28,.3)
}

.text-highlight-leo88\/40 {
    color: rgba(184,28,28,.4)
}

.text-highlight-leo88\/5 {
    color: rgba(184,28,28,.05)
}

.text-highlight-leo88\/50 {
    color: rgba(184,28,28,.5)
}

.text-highlight-leo88\/60 {
    color: rgba(184,28,28,.6)
}

.text-highlight-leo88\/70 {
    color: rgba(184,28,28,.7)
}

.text-highlight-leo88\/75 {
    color: rgba(184,28,28,.75)
}

.text-highlight-leo88\/80 {
    color: rgba(184,28,28,.8)
}

.text-highlight-leo88\/90 {
    color: rgba(184,28,28,.9)
}

.text-highlight-leo88\/95 {
    color: rgba(184,28,28,.95)
}

.text-home-title {
    --tw-text-opacity: 1;
    color: rgb(255 221 169/var(--tw-text-opacity))
}

.text-home-title\/0 {
    color: rgba(255,221,169,0)
}

.text-home-title\/10 {
    color: rgba(255,221,169,.1)
}

.text-home-title\/100 {
    color: #ffdda9
}

.text-home-title\/20 {
    color: rgba(255,221,169,.2)
}

.text-home-title\/25 {
    color: rgba(255,221,169,.25)
}

.text-home-title\/30 {
    color: rgba(255,221,169,.3)
}

.text-home-title\/40 {
    color: rgba(255,221,169,.4)
}

.text-home-title\/5 {
    color: rgba(255,221,169,.05)
}

.text-home-title\/50 {
    color: rgba(255,221,169,.5)
}

.text-home-title\/60 {
    color: rgba(255,221,169,.6)
}

.text-home-title\/70 {
    color: rgba(255,221,169,.7)
}

.text-home-title\/75 {
    color: rgba(255,221,169,.75)
}

.text-home-title\/80 {
    color: rgba(255,221,169,.8)
}

.text-home-title\/90 {
    color: rgba(255,221,169,.9)
}

.text-home-title\/95 {
    color: rgba(255,221,169,.95)
}

.text-hot-match-green {
    --tw-text-opacity: 1;
    color: rgb(74 197 64/var(--tw-text-opacity))
}

.text-hot-match-green\/0 {
    color: rgba(74,197,64,0)
}

.text-hot-match-green\/10 {
    color: rgba(74,197,64,.1)
}

.text-hot-match-green\/100 {
    color: #4ac540
}

.text-hot-match-green\/20 {
    color: rgba(74,197,64,.2)
}

.text-hot-match-green\/25 {
    color: rgba(74,197,64,.25)
}

.text-hot-match-green\/30 {
    color: rgba(74,197,64,.3)
}

.text-hot-match-green\/40 {
    color: rgba(74,197,64,.4)
}

.text-hot-match-green\/5 {
    color: rgba(74,197,64,.05)
}

.text-hot-match-green\/50 {
    color: rgba(74,197,64,.5)
}

.text-hot-match-green\/60 {
    color: rgba(74,197,64,.6)
}

.text-hot-match-green\/70 {
    color: rgba(74,197,64,.7)
}

.text-hot-match-green\/75 {
    color: rgba(74,197,64,.75)
}

.text-hot-match-green\/80 {
    color: rgba(74,197,64,.8)
}

.text-hot-match-green\/90 {
    color: rgba(74,197,64,.9)
}

.text-hot-match-green\/95 {
    color: rgba(74,197,64,.95)
}

.text-hot-match-highlight {
    --tw-text-opacity: 1;
    color: rgb(251 236 231/var(--tw-text-opacity))
}

.text-hot-match-highlight\/0 {
    color: hsla(15,71%,95%,0)
}

.text-hot-match-highlight\/10 {
    color: hsla(15,71%,95%,.1)
}

.text-hot-match-highlight\/100 {
    color: #fbece7
}

.text-hot-match-highlight\/20 {
    color: hsla(15,71%,95%,.2)
}

.text-hot-match-highlight\/25 {
    color: hsla(15,71%,95%,.25)
}

.text-hot-match-highlight\/30 {
    color: hsla(15,71%,95%,.3)
}

.text-hot-match-highlight\/40 {
    color: hsla(15,71%,95%,.4)
}

.text-hot-match-highlight\/5 {
    color: hsla(15,71%,95%,.05)
}

.text-hot-match-highlight\/50 {
    color: hsla(15,71%,95%,.5)
}

.text-hot-match-highlight\/60 {
    color: hsla(15,71%,95%,.6)
}

.text-hot-match-highlight\/70 {
    color: hsla(15,71%,95%,.7)
}

.text-hot-match-highlight\/75 {
    color: hsla(15,71%,95%,.75)
}

.text-hot-match-highlight\/80 {
    color: hsla(15,71%,95%,.8)
}

.text-hot-match-highlight\/90 {
    color: hsla(15,71%,95%,.9)
}

.text-hot-match-highlight\/95 {
    color: hsla(15,71%,95%,.95)
}

.text-hot-match-match {
    --tw-text-opacity: 1;
    color: rgb(86 63 42/var(--tw-text-opacity))
}

.text-hot-match-match\/0 {
    color: rgba(86,63,42,0)
}

.text-hot-match-match\/10 {
    color: rgba(86,63,42,.1)
}

.text-hot-match-match\/100 {
    color: #563f2a
}

.text-hot-match-match\/20 {
    color: rgba(86,63,42,.2)
}

.text-hot-match-match\/25 {
    color: rgba(86,63,42,.25)
}

.text-hot-match-match\/30 {
    color: rgba(86,63,42,.3)
}

.text-hot-match-match\/40 {
    color: rgba(86,63,42,.4)
}

.text-hot-match-match\/5 {
    color: rgba(86,63,42,.05)
}

.text-hot-match-match\/50 {
    color: rgba(86,63,42,.5)
}

.text-hot-match-match\/60 {
    color: rgba(86,63,42,.6)
}

.text-hot-match-match\/70 {
    color: rgba(86,63,42,.7)
}

.text-hot-match-match\/75 {
    color: rgba(86,63,42,.75)
}

.text-hot-match-match\/80 {
    color: rgba(86,63,42,.8)
}

.text-hot-match-match\/90 {
    color: rgba(86,63,42,.9)
}

.text-hot-match-match\/95 {
    color: rgba(86,63,42,.95)
}

.text-hot-match-provider {
    --tw-text-opacity: 1;
    color: rgb(50 44 41/var(--tw-text-opacity))
}

.text-hot-match-provider\/0 {
    color: rgba(50,44,41,0)
}

.text-hot-match-provider\/10 {
    color: rgba(50,44,41,.1)
}

.text-hot-match-provider\/100 {
    color: #322c29
}

.text-hot-match-provider\/20 {
    color: rgba(50,44,41,.2)
}

.text-hot-match-provider\/25 {
    color: rgba(50,44,41,.25)
}

.text-hot-match-provider\/30 {
    color: rgba(50,44,41,.3)
}

.text-hot-match-provider\/40 {
    color: rgba(50,44,41,.4)
}

.text-hot-match-provider\/5 {
    color: rgba(50,44,41,.05)
}

.text-hot-match-provider\/50 {
    color: rgba(50,44,41,.5)
}

.text-hot-match-provider\/60 {
    color: rgba(50,44,41,.6)
}

.text-hot-match-provider\/70 {
    color: rgba(50,44,41,.7)
}

.text-hot-match-provider\/75 {
    color: rgba(50,44,41,.75)
}

.text-hot-match-provider\/80 {
    color: rgba(50,44,41,.8)
}

.text-hot-match-provider\/90 {
    color: rgba(50,44,41,.9)
}

.text-hot-match-provider\/95 {
    color: rgba(50,44,41,.95)
}

.text-hot-match-red {
    --tw-text-opacity: 1;
    color: rgb(234 51 42/var(--tw-text-opacity))
}

.text-hot-match-red\/0 {
    color: rgba(234,51,42,0)
}

.text-hot-match-red\/10 {
    color: rgba(234,51,42,.1)
}

.text-hot-match-red\/100 {
    color: #ea332a
}

.text-hot-match-red\/20 {
    color: rgba(234,51,42,.2)
}

.text-hot-match-red\/25 {
    color: rgba(234,51,42,.25)
}

.text-hot-match-red\/30 {
    color: rgba(234,51,42,.3)
}

.text-hot-match-red\/40 {
    color: rgba(234,51,42,.4)
}

.text-hot-match-red\/5 {
    color: rgba(234,51,42,.05)
}

.text-hot-match-red\/50 {
    color: rgba(234,51,42,.5)
}

.text-hot-match-red\/60 {
    color: rgba(234,51,42,.6)
}

.text-hot-match-red\/70 {
    color: rgba(234,51,42,.7)
}

.text-hot-match-red\/75 {
    color: rgba(234,51,42,.75)
}

.text-hot-match-red\/80 {
    color: rgba(234,51,42,.8)
}

.text-hot-match-red\/90 {
    color: rgba(234,51,42,.9)
}

.text-hot-match-red\/95 {
    color: rgba(234,51,42,.95)
}

.text-hot-match-row {
    --tw-text-opacity: 1;
    color: rgb(244 204 144/var(--tw-text-opacity))
}

.text-hot-match-row\/0 {
    color: hsla(36,82%,76%,0)
}

.text-hot-match-row\/10 {
    color: hsla(36,82%,76%,.1)
}

.text-hot-match-row\/100 {
    color: #f4cc90
}

.text-hot-match-row\/20 {
    color: hsla(36,82%,76%,.2)
}

.text-hot-match-row\/25 {
    color: hsla(36,82%,76%,.25)
}

.text-hot-match-row\/30 {
    color: hsla(36,82%,76%,.3)
}

.text-hot-match-row\/40 {
    color: hsla(36,82%,76%,.4)
}

.text-hot-match-row\/5 {
    color: hsla(36,82%,76%,.05)
}

.text-hot-match-row\/50 {
    color: hsla(36,82%,76%,.5)
}

.text-hot-match-row\/60 {
    color: hsla(36,82%,76%,.6)
}

.text-hot-match-row\/70 {
    color: hsla(36,82%,76%,.7)
}

.text-hot-match-row\/75 {
    color: hsla(36,82%,76%,.75)
}

.text-hot-match-row\/80 {
    color: hsla(36,82%,76%,.8)
}

.text-hot-match-row\/90 {
    color: hsla(36,82%,76%,.9)
}

.text-hot-match-row\/95 {
    color: hsla(36,82%,76%,.95)
}

.text-hot-match-table-title {
    --tw-text-opacity: 1;
    color: rgb(255 214 145/var(--tw-text-opacity))
}

.text-hot-match-table-title\/0 {
    color: rgba(255,214,145,0)
}

.text-hot-match-table-title\/10 {
    color: rgba(255,214,145,.1)
}

.text-hot-match-table-title\/100 {
    color: #ffd691
}

.text-hot-match-table-title\/20 {
    color: rgba(255,214,145,.2)
}

.text-hot-match-table-title\/25 {
    color: rgba(255,214,145,.25)
}

.text-hot-match-table-title\/30 {
    color: rgba(255,214,145,.3)
}

.text-hot-match-table-title\/40 {
    color: rgba(255,214,145,.4)
}

.text-hot-match-table-title\/5 {
    color: rgba(255,214,145,.05)
}

.text-hot-match-table-title\/50 {
    color: rgba(255,214,145,.5)
}

.text-hot-match-table-title\/60 {
    color: rgba(255,214,145,.6)
}

.text-hot-match-table-title\/70 {
    color: rgba(255,214,145,.7)
}

.text-hot-match-table-title\/75 {
    color: rgba(255,214,145,.75)
}

.text-hot-match-table-title\/80 {
    color: rgba(255,214,145,.8)
}

.text-hot-match-table-title\/90 {
    color: rgba(255,214,145,.9)
}

.text-hot-match-table-title\/95 {
    color: rgba(255,214,145,.95)
}

.text-hot-match-text {
    --tw-text-opacity: 1;
    color: rgb(58 58 58/var(--tw-text-opacity))
}

.text-hot-match-text\/0 {
    color: rgba(58,58,58,0)
}

.text-hot-match-text\/10 {
    color: rgba(58,58,58,.1)
}

.text-hot-match-text\/100 {
    color: #3a3a3a
}

.text-hot-match-text\/20 {
    color: rgba(58,58,58,.2)
}

.text-hot-match-text\/25 {
    color: rgba(58,58,58,.25)
}

.text-hot-match-text\/30 {
    color: rgba(58,58,58,.3)
}

.text-hot-match-text\/40 {
    color: rgba(58,58,58,.4)
}

.text-hot-match-text\/5 {
    color: rgba(58,58,58,.05)
}

.text-hot-match-text\/50 {
    color: rgba(58,58,58,.5)
}

.text-hot-match-text\/60 {
    color: rgba(58,58,58,.6)
}

.text-hot-match-text\/70 {
    color: rgba(58,58,58,.7)
}

.text-hot-match-text\/75 {
    color: rgba(58,58,58,.75)
}

.text-hot-match-text\/80 {
    color: rgba(58,58,58,.8)
}

.text-hot-match-text\/90 {
    color: rgba(58,58,58,.9)
}

.text-hot-match-text\/95 {
    color: rgba(58,58,58,.95)
}

.text-inactive {
    --tw-text-opacity: 1;
    color: rgb(115 115 116/var(--tw-text-opacity))
}

.text-inactive\/0 {
    color: hsla(240,0%,45%,0)
}

.text-inactive\/10 {
    color: hsla(240,0%,45%,.1)
}

.text-inactive\/100 {
    color: #737374
}

.text-inactive\/20 {
    color: hsla(240,0%,45%,.2)
}

.text-inactive\/25 {
    color: hsla(240,0%,45%,.25)
}

.text-inactive\/30 {
    color: hsla(240,0%,45%,.3)
}

.text-inactive\/40 {
    color: hsla(240,0%,45%,.4)
}

.text-inactive\/5 {
    color: hsla(240,0%,45%,.05)
}

.text-inactive\/50 {
    color: hsla(240,0%,45%,.5)
}

.text-inactive\/60 {
    color: hsla(240,0%,45%,.6)
}

.text-inactive\/70 {
    color: hsla(240,0%,45%,.7)
}

.text-inactive\/75 {
    color: hsla(240,0%,45%,.75)
}

.text-inactive\/80 {
    color: hsla(240,0%,45%,.8)
}

.text-inactive\/90 {
    color: hsla(240,0%,45%,.9)
}

.text-inactive\/95 {
    color: hsla(240,0%,45%,.95)
}

.text-input-popup {
    --tw-text-opacity: 1;
    color: rgb(21 22 22/var(--tw-text-opacity))
}

.text-input-popup\/0 {
    color: rgba(21,22,22,0)
}

.text-input-popup\/10 {
    color: rgba(21,22,22,.1)
}

.text-input-popup\/100 {
    color: #151616
}

.text-input-popup\/20 {
    color: rgba(21,22,22,.2)
}

.text-input-popup\/25 {
    color: rgba(21,22,22,.25)
}

.text-input-popup\/30 {
    color: rgba(21,22,22,.3)
}

.text-input-popup\/40 {
    color: rgba(21,22,22,.4)
}

.text-input-popup\/5 {
    color: rgba(21,22,22,.05)
}

.text-input-popup\/50 {
    color: rgba(21,22,22,.5)
}

.text-input-popup\/60 {
    color: rgba(21,22,22,.6)
}

.text-input-popup\/70 {
    color: rgba(21,22,22,.7)
}

.text-input-popup\/75 {
    color: rgba(21,22,22,.75)
}

.text-input-popup\/80 {
    color: rgba(21,22,22,.8)
}

.text-input-popup\/90 {
    color: rgba(21,22,22,.9)
}

.text-input-popup\/95 {
    color: rgba(21,22,22,.95)
}

.text-input-profile {
    --tw-text-opacity: 1;
    color: rgb(68 67 67/var(--tw-text-opacity))
}

.text-input-profile\/0 {
    color: rgba(68,67,67,0)
}

.text-input-profile\/10 {
    color: rgba(68,67,67,.1)
}

.text-input-profile\/100 {
    color: #444343
}

.text-input-profile\/20 {
    color: rgba(68,67,67,.2)
}

.text-input-profile\/25 {
    color: rgba(68,67,67,.25)
}

.text-input-profile\/30 {
    color: rgba(68,67,67,.3)
}

.text-input-profile\/40 {
    color: rgba(68,67,67,.4)
}

.text-input-profile\/5 {
    color: rgba(68,67,67,.05)
}

.text-input-profile\/50 {
    color: rgba(68,67,67,.5)
}

.text-input-profile\/60 {
    color: rgba(68,67,67,.6)
}

.text-input-profile\/70 {
    color: rgba(68,67,67,.7)
}

.text-input-profile\/75 {
    color: rgba(68,67,67,.75)
}

.text-input-profile\/80 {
    color: rgba(68,67,67,.8)
}

.text-input-profile\/90 {
    color: rgba(68,67,67,.9)
}

.text-input-profile\/95 {
    color: rgba(68,67,67,.95)
}

.text-item-history-first {
    --tw-text-opacity: 1;
    color: rgb(48 53 56/var(--tw-text-opacity))
}

.text-item-history-first\/0 {
    color: rgba(48,53,56,0)
}

.text-item-history-first\/10 {
    color: rgba(48,53,56,.1)
}

.text-item-history-first\/100 {
    color: #303538
}

.text-item-history-first\/20 {
    color: rgba(48,53,56,.2)
}

.text-item-history-first\/25 {
    color: rgba(48,53,56,.25)
}

.text-item-history-first\/30 {
    color: rgba(48,53,56,.3)
}

.text-item-history-first\/40 {
    color: rgba(48,53,56,.4)
}

.text-item-history-first\/5 {
    color: rgba(48,53,56,.05)
}

.text-item-history-first\/50 {
    color: rgba(48,53,56,.5)
}

.text-item-history-first\/60 {
    color: rgba(48,53,56,.6)
}

.text-item-history-first\/70 {
    color: rgba(48,53,56,.7)
}

.text-item-history-first\/75 {
    color: rgba(48,53,56,.75)
}

.text-item-history-first\/80 {
    color: rgba(48,53,56,.8)
}

.text-item-history-first\/90 {
    color: rgba(48,53,56,.9)
}

.text-item-history-first\/95 {
    color: rgba(48,53,56,.95)
}

.text-item-history-second {
    --tw-text-opacity: 1;
    color: rgb(39 38 36/var(--tw-text-opacity))
}

.text-item-history-second\/0 {
    color: rgba(39,38,36,0)
}

.text-item-history-second\/10 {
    color: rgba(39,38,36,.1)
}

.text-item-history-second\/100 {
    color: #272624
}

.text-item-history-second\/20 {
    color: rgba(39,38,36,.2)
}

.text-item-history-second\/25 {
    color: rgba(39,38,36,.25)
}

.text-item-history-second\/30 {
    color: rgba(39,38,36,.3)
}

.text-item-history-second\/40 {
    color: rgba(39,38,36,.4)
}

.text-item-history-second\/5 {
    color: rgba(39,38,36,.05)
}

.text-item-history-second\/50 {
    color: rgba(39,38,36,.5)
}

.text-item-history-second\/60 {
    color: rgba(39,38,36,.6)
}

.text-item-history-second\/70 {
    color: rgba(39,38,36,.7)
}

.text-item-history-second\/75 {
    color: rgba(39,38,36,.75)
}

.text-item-history-second\/80 {
    color: rgba(39,38,36,.8)
}

.text-item-history-second\/90 {
    color: rgba(39,38,36,.9)
}

.text-item-history-second\/95 {
    color: rgba(39,38,36,.95)
}

.text-login-form {
    --tw-text-opacity: 1;
    color: rgb(39 38 36/var(--tw-text-opacity))
}

.text-login-form\/0 {
    color: rgba(39,38,36,0)
}

.text-login-form\/10 {
    color: rgba(39,38,36,.1)
}

.text-login-form\/100 {
    color: #272624
}

.text-login-form\/20 {
    color: rgba(39,38,36,.2)
}

.text-login-form\/25 {
    color: rgba(39,38,36,.25)
}

.text-login-form\/30 {
    color: rgba(39,38,36,.3)
}

.text-login-form\/40 {
    color: rgba(39,38,36,.4)
}

.text-login-form\/5 {
    color: rgba(39,38,36,.05)
}

.text-login-form\/50 {
    color: rgba(39,38,36,.5)
}

.text-login-form\/60 {
    color: rgba(39,38,36,.6)
}

.text-login-form\/70 {
    color: rgba(39,38,36,.7)
}

.text-login-form\/75 {
    color: rgba(39,38,36,.75)
}

.text-login-form\/80 {
    color: rgba(39,38,36,.8)
}

.text-login-form\/90 {
    color: rgba(39,38,36,.9)
}

.text-login-form\/95 {
    color: rgba(39,38,36,.95)
}

.text-main-header {
    --tw-text-opacity: 1;
    color: rgb(36 29 27/var(--tw-text-opacity))
}

.text-main-header\/0 {
    color: rgba(36,29,27,0)
}

.text-main-header\/10 {
    color: rgba(36,29,27,.1)
}

.text-main-header\/100 {
    color: #241d1b
}

.text-main-header\/20 {
    color: rgba(36,29,27,.2)
}

.text-main-header\/25 {
    color: rgba(36,29,27,.25)
}

.text-main-header\/30 {
    color: rgba(36,29,27,.3)
}

.text-main-header\/40 {
    color: rgba(36,29,27,.4)
}

.text-main-header\/5 {
    color: rgba(36,29,27,.05)
}

.text-main-header\/50 {
    color: rgba(36,29,27,.5)
}

.text-main-header\/60 {
    color: rgba(36,29,27,.6)
}

.text-main-header\/70 {
    color: rgba(36,29,27,.7)
}

.text-main-header\/75 {
    color: rgba(36,29,27,.75)
}

.text-main-header\/80 {
    color: rgba(36,29,27,.8)
}

.text-main-header\/90 {
    color: rgba(36,29,27,.9)
}

.text-main-header\/95 {
    color: rgba(36,29,27,.95)
}

.text-marquee {
    --tw-text-opacity: 1;
    color: rgb(225 214 180/var(--tw-text-opacity))
}

.text-marquee\/0 {
    color: hsla(45,43%,79%,0)
}

.text-marquee\/10 {
    color: hsla(45,43%,79%,.1)
}

.text-marquee\/100 {
    color: #e1d6b4
}

.text-marquee\/20 {
    color: hsla(45,43%,79%,.2)
}

.text-marquee\/25 {
    color: hsla(45,43%,79%,.25)
}

.text-marquee\/30 {
    color: hsla(45,43%,79%,.3)
}

.text-marquee\/40 {
    color: hsla(45,43%,79%,.4)
}

.text-marquee\/5 {
    color: hsla(45,43%,79%,.05)
}

.text-marquee\/50 {
    color: hsla(45,43%,79%,.5)
}

.text-marquee\/60 {
    color: hsla(45,43%,79%,.6)
}

.text-marquee\/70 {
    color: hsla(45,43%,79%,.7)
}

.text-marquee\/75 {
    color: hsla(45,43%,79%,.75)
}

.text-marquee\/80 {
    color: hsla(45,43%,79%,.8)
}

.text-marquee\/90 {
    color: hsla(45,43%,79%,.9)
}

.text-marquee\/95 {
    color: hsla(45,43%,79%,.95)
}

.text-mobile-account-info {
    --tw-text-opacity: 1;
    color: rgb(79 54 31/var(--tw-text-opacity))
}

.text-mobile-account-info\/0 {
    color: rgba(79,54,31,0)
}

.text-mobile-account-info\/10 {
    color: rgba(79,54,31,.1)
}

.text-mobile-account-info\/100 {
    color: #4f361f
}

.text-mobile-account-info\/20 {
    color: rgba(79,54,31,.2)
}

.text-mobile-account-info\/25 {
    color: rgba(79,54,31,.25)
}

.text-mobile-account-info\/30 {
    color: rgba(79,54,31,.3)
}

.text-mobile-account-info\/40 {
    color: rgba(79,54,31,.4)
}

.text-mobile-account-info\/5 {
    color: rgba(79,54,31,.05)
}

.text-mobile-account-info\/50 {
    color: rgba(79,54,31,.5)
}

.text-mobile-account-info\/60 {
    color: rgba(79,54,31,.6)
}

.text-mobile-account-info\/70 {
    color: rgba(79,54,31,.7)
}

.text-mobile-account-info\/75 {
    color: rgba(79,54,31,.75)
}

.text-mobile-account-info\/80 {
    color: rgba(79,54,31,.8)
}

.text-mobile-account-info\/90 {
    color: rgba(79,54,31,.9)
}

.text-mobile-account-info\/95 {
    color: rgba(79,54,31,.95)
}

.text-mobile-border {
    --tw-text-opacity: 1;
    color: rgb(124 76 26/var(--tw-text-opacity))
}

.text-mobile-border\/0 {
    color: rgba(124,76,26,0)
}

.text-mobile-border\/10 {
    color: rgba(124,76,26,.1)
}

.text-mobile-border\/100 {
    color: #7c4c1a
}

.text-mobile-border\/20 {
    color: rgba(124,76,26,.2)
}

.text-mobile-border\/25 {
    color: rgba(124,76,26,.25)
}

.text-mobile-border\/30 {
    color: rgba(124,76,26,.3)
}

.text-mobile-border\/40 {
    color: rgba(124,76,26,.4)
}

.text-mobile-border\/5 {
    color: rgba(124,76,26,.05)
}

.text-mobile-border\/50 {
    color: rgba(124,76,26,.5)
}

.text-mobile-border\/60 {
    color: rgba(124,76,26,.6)
}

.text-mobile-border\/70 {
    color: rgba(124,76,26,.7)
}

.text-mobile-border\/75 {
    color: rgba(124,76,26,.75)
}

.text-mobile-border\/80 {
    color: rgba(124,76,26,.8)
}

.text-mobile-border\/90 {
    color: rgba(124,76,26,.9)
}

.text-mobile-border\/95 {
    color: rgba(124,76,26,.95)
}

.text-mobile-card {
    --tw-text-opacity: 1;
    color: rgb(35 35 35/var(--tw-text-opacity))
}

.text-mobile-card\/0 {
    color: rgba(35,35,35,0)
}

.text-mobile-card\/10 {
    color: rgba(35,35,35,.1)
}

.text-mobile-card\/100 {
    color: #232323
}

.text-mobile-card\/20 {
    color: rgba(35,35,35,.2)
}

.text-mobile-card\/25 {
    color: rgba(35,35,35,.25)
}

.text-mobile-card\/30 {
    color: rgba(35,35,35,.3)
}

.text-mobile-card\/40 {
    color: rgba(35,35,35,.4)
}

.text-mobile-card\/5 {
    color: rgba(35,35,35,.05)
}

.text-mobile-card\/50 {
    color: rgba(35,35,35,.5)
}

.text-mobile-card\/60 {
    color: rgba(35,35,35,.6)
}

.text-mobile-card\/70 {
    color: rgba(35,35,35,.7)
}

.text-mobile-card\/75 {
    color: rgba(35,35,35,.75)
}

.text-mobile-card\/80 {
    color: rgba(35,35,35,.8)
}

.text-mobile-card\/90 {
    color: rgba(35,35,35,.9)
}

.text-mobile-card\/95 {
    color: rgba(35,35,35,.95)
}

.text-mobile-menu-game-background {
    --tw-text-opacity: 1;
    color: rgb(38 27 24/var(--tw-text-opacity))
}

.text-mobile-menu-game-background\/0 {
    color: rgba(38,27,24,0)
}

.text-mobile-menu-game-background\/10 {
    color: rgba(38,27,24,.1)
}

.text-mobile-menu-game-background\/100 {
    color: #261b18
}

.text-mobile-menu-game-background\/20 {
    color: rgba(38,27,24,.2)
}

.text-mobile-menu-game-background\/25 {
    color: rgba(38,27,24,.25)
}

.text-mobile-menu-game-background\/30 {
    color: rgba(38,27,24,.3)
}

.text-mobile-menu-game-background\/40 {
    color: rgba(38,27,24,.4)
}

.text-mobile-menu-game-background\/5 {
    color: rgba(38,27,24,.05)
}

.text-mobile-menu-game-background\/50 {
    color: rgba(38,27,24,.5)
}

.text-mobile-menu-game-background\/60 {
    color: rgba(38,27,24,.6)
}

.text-mobile-menu-game-background\/70 {
    color: rgba(38,27,24,.7)
}

.text-mobile-menu-game-background\/75 {
    color: rgba(38,27,24,.75)
}

.text-mobile-menu-game-background\/80 {
    color: rgba(38,27,24,.8)
}

.text-mobile-menu-game-background\/90 {
    color: rgba(38,27,24,.9)
}

.text-mobile-menu-game-background\/95 {
    color: rgba(38,27,24,.95)
}

.text-mobile-menu-game-filter {
    --tw-text-opacity: 1;
    color: rgb(65 46 27/var(--tw-text-opacity))
}

.text-mobile-menu-game-filter\/0 {
    color: rgba(65,46,27,0)
}

.text-mobile-menu-game-filter\/10 {
    color: rgba(65,46,27,.1)
}

.text-mobile-menu-game-filter\/100 {
    color: #412e1b
}

.text-mobile-menu-game-filter\/20 {
    color: rgba(65,46,27,.2)
}

.text-mobile-menu-game-filter\/25 {
    color: rgba(65,46,27,.25)
}

.text-mobile-menu-game-filter\/30 {
    color: rgba(65,46,27,.3)
}

.text-mobile-menu-game-filter\/40 {
    color: rgba(65,46,27,.4)
}

.text-mobile-menu-game-filter\/5 {
    color: rgba(65,46,27,.05)
}

.text-mobile-menu-game-filter\/50 {
    color: rgba(65,46,27,.5)
}

.text-mobile-menu-game-filter\/60 {
    color: rgba(65,46,27,.6)
}

.text-mobile-menu-game-filter\/70 {
    color: rgba(65,46,27,.7)
}

.text-mobile-menu-game-filter\/75 {
    color: rgba(65,46,27,.75)
}

.text-mobile-menu-game-filter\/80 {
    color: rgba(65,46,27,.8)
}

.text-mobile-menu-game-filter\/90 {
    color: rgba(65,46,27,.9)
}

.text-mobile-menu-game-filter\/95 {
    color: rgba(65,46,27,.95)
}

.text-mobile-menu-game-provider {
    --tw-text-opacity: 1;
    color: rgb(58 38 17/var(--tw-text-opacity))
}

.text-mobile-menu-game-provider\/0 {
    color: rgba(58,38,17,0)
}

.text-mobile-menu-game-provider\/10 {
    color: rgba(58,38,17,.1)
}

.text-mobile-menu-game-provider\/100 {
    color: #3a2611
}

.text-mobile-menu-game-provider\/20 {
    color: rgba(58,38,17,.2)
}

.text-mobile-menu-game-provider\/25 {
    color: rgba(58,38,17,.25)
}

.text-mobile-menu-game-provider\/30 {
    color: rgba(58,38,17,.3)
}

.text-mobile-menu-game-provider\/40 {
    color: rgba(58,38,17,.4)
}

.text-mobile-menu-game-provider\/5 {
    color: rgba(58,38,17,.05)
}

.text-mobile-menu-game-provider\/50 {
    color: rgba(58,38,17,.5)
}

.text-mobile-menu-game-provider\/60 {
    color: rgba(58,38,17,.6)
}

.text-mobile-menu-game-provider\/70 {
    color: rgba(58,38,17,.7)
}

.text-mobile-menu-game-provider\/75 {
    color: rgba(58,38,17,.75)
}

.text-mobile-menu-game-provider\/80 {
    color: rgba(58,38,17,.8)
}

.text-mobile-menu-game-provider\/90 {
    color: rgba(58,38,17,.9)
}

.text-mobile-menu-game-provider\/95 {
    color: rgba(58,38,17,.95)
}

.text-mobile-menu-game-text {
    --tw-text-opacity: 1;
    color: rgb(128 117 106/var(--tw-text-opacity))
}

.text-mobile-menu-game-text\/0 {
    color: hsla(30,9%,46%,0)
}

.text-mobile-menu-game-text\/10 {
    color: hsla(30,9%,46%,.1)
}

.text-mobile-menu-game-text\/100 {
    color: #80756a
}

.text-mobile-menu-game-text\/20 {
    color: hsla(30,9%,46%,.2)
}

.text-mobile-menu-game-text\/25 {
    color: hsla(30,9%,46%,.25)
}

.text-mobile-menu-game-text\/30 {
    color: hsla(30,9%,46%,.3)
}

.text-mobile-menu-game-text\/40 {
    color: hsla(30,9%,46%,.4)
}

.text-mobile-menu-game-text\/5 {
    color: hsla(30,9%,46%,.05)
}

.text-mobile-menu-game-text\/50 {
    color: hsla(30,9%,46%,.5)
}

.text-mobile-menu-game-text\/60 {
    color: hsla(30,9%,46%,.6)
}

.text-mobile-menu-game-text\/70 {
    color: hsla(30,9%,46%,.7)
}

.text-mobile-menu-game-text\/75 {
    color: hsla(30,9%,46%,.75)
}

.text-mobile-menu-game-text\/80 {
    color: hsla(30,9%,46%,.8)
}

.text-mobile-menu-game-text\/90 {
    color: hsla(30,9%,46%,.9)
}

.text-mobile-menu-game-text\/95 {
    color: hsla(30,9%,46%,.95)
}

.text-mobile-nav-text-inactive {
    --tw-text-opacity: 1;
    color: rgb(219 210 194/var(--tw-text-opacity))
}

.text-mobile-nav-text-inactive\/0 {
    color: hsla(38,26%,81%,0)
}

.text-mobile-nav-text-inactive\/10 {
    color: hsla(38,26%,81%,.1)
}

.text-mobile-nav-text-inactive\/100 {
    color: #dbd2c2
}

.text-mobile-nav-text-inactive\/20 {
    color: hsla(38,26%,81%,.2)
}

.text-mobile-nav-text-inactive\/25 {
    color: hsla(38,26%,81%,.25)
}

.text-mobile-nav-text-inactive\/30 {
    color: hsla(38,26%,81%,.3)
}

.text-mobile-nav-text-inactive\/40 {
    color: hsla(38,26%,81%,.4)
}

.text-mobile-nav-text-inactive\/5 {
    color: hsla(38,26%,81%,.05)
}

.text-mobile-nav-text-inactive\/50 {
    color: hsla(38,26%,81%,.5)
}

.text-mobile-nav-text-inactive\/60 {
    color: hsla(38,26%,81%,.6)
}

.text-mobile-nav-text-inactive\/70 {
    color: hsla(38,26%,81%,.7)
}

.text-mobile-nav-text-inactive\/75 {
    color: hsla(38,26%,81%,.75)
}

.text-mobile-nav-text-inactive\/80 {
    color: hsla(38,26%,81%,.8)
}

.text-mobile-nav-text-inactive\/90 {
    color: hsla(38,26%,81%,.9)
}

.text-mobile-nav-text-inactive\/95 {
    color: hsla(38,26%,81%,.95)
}

.text-mobile-sidebar-logo {
    --tw-text-opacity: 1;
    color: rgb(67 46 27/var(--tw-text-opacity))
}

.text-mobile-sidebar-logo\/0 {
    color: rgba(67,46,27,0)
}

.text-mobile-sidebar-logo\/10 {
    color: rgba(67,46,27,.1)
}

.text-mobile-sidebar-logo\/100 {
    color: #432e1b
}

.text-mobile-sidebar-logo\/20 {
    color: rgba(67,46,27,.2)
}

.text-mobile-sidebar-logo\/25 {
    color: rgba(67,46,27,.25)
}

.text-mobile-sidebar-logo\/30 {
    color: rgba(67,46,27,.3)
}

.text-mobile-sidebar-logo\/40 {
    color: rgba(67,46,27,.4)
}

.text-mobile-sidebar-logo\/5 {
    color: rgba(67,46,27,.05)
}

.text-mobile-sidebar-logo\/50 {
    color: rgba(67,46,27,.5)
}

.text-mobile-sidebar-logo\/60 {
    color: rgba(67,46,27,.6)
}

.text-mobile-sidebar-logo\/70 {
    color: rgba(67,46,27,.7)
}

.text-mobile-sidebar-logo\/75 {
    color: rgba(67,46,27,.75)
}

.text-mobile-sidebar-logo\/80 {
    color: rgba(67,46,27,.8)
}

.text-mobile-sidebar-logo\/90 {
    color: rgba(67,46,27,.9)
}

.text-mobile-sidebar-logo\/95 {
    color: rgba(67,46,27,.95)
}

.text-mobile-table-header {
    --tw-text-opacity: 1;
    color: rgb(113 95 71/var(--tw-text-opacity))
}

.text-mobile-table-header\/0 {
    color: rgba(113,95,71,0)
}

.text-mobile-table-header\/10 {
    color: rgba(113,95,71,.1)
}

.text-mobile-table-header\/100 {
    color: #715f47
}

.text-mobile-table-header\/20 {
    color: rgba(113,95,71,.2)
}

.text-mobile-table-header\/25 {
    color: rgba(113,95,71,.25)
}

.text-mobile-table-header\/30 {
    color: rgba(113,95,71,.3)
}

.text-mobile-table-header\/40 {
    color: rgba(113,95,71,.4)
}

.text-mobile-table-header\/5 {
    color: rgba(113,95,71,.05)
}

.text-mobile-table-header\/50 {
    color: rgba(113,95,71,.5)
}

.text-mobile-table-header\/60 {
    color: rgba(113,95,71,.6)
}

.text-mobile-table-header\/70 {
    color: rgba(113,95,71,.7)
}

.text-mobile-table-header\/75 {
    color: rgba(113,95,71,.75)
}

.text-mobile-table-header\/80 {
    color: rgba(113,95,71,.8)
}

.text-mobile-table-header\/90 {
    color: rgba(113,95,71,.9)
}

.text-mobile-table-header\/95 {
    color: rgba(113,95,71,.95)
}

.text-orange {
    --tw-text-opacity: 1;
    color: rgb(200 150 51/var(--tw-text-opacity))
}

.text-orange\/0 {
    color: rgba(200,150,51,0)
}

.text-orange\/10 {
    color: rgba(200,150,51,.1)
}

.text-orange\/100 {
    color: #c89633
}

.text-orange\/20 {
    color: rgba(200,150,51,.2)
}

.text-orange\/25 {
    color: rgba(200,150,51,.25)
}

.text-orange\/30 {
    color: rgba(200,150,51,.3)
}

.text-orange\/40 {
    color: rgba(200,150,51,.4)
}

.text-orange\/5 {
    color: rgba(200,150,51,.05)
}

.text-orange\/50 {
    color: rgba(200,150,51,.5)
}

.text-orange\/60 {
    color: rgba(200,150,51,.6)
}

.text-orange\/70 {
    color: rgba(200,150,51,.7)
}

.text-orange\/75 {
    color: rgba(200,150,51,.75)
}

.text-orange\/80 {
    color: rgba(200,150,51,.8)
}

.text-orange\/90 {
    color: rgba(200,150,51,.9)
}

.text-orange\/95 {
    color: rgba(200,150,51,.95)
}

.text-progress-below {
    --tw-text-opacity: 1;
    color: rgb(52 44 42/var(--tw-text-opacity))
}

.text-progress-below\/0 {
    color: rgba(52,44,42,0)
}

.text-progress-below\/10 {
    color: rgba(52,44,42,.1)
}

.text-progress-below\/100 {
    color: #342c2a
}

.text-progress-below\/20 {
    color: rgba(52,44,42,.2)
}

.text-progress-below\/25 {
    color: rgba(52,44,42,.25)
}

.text-progress-below\/30 {
    color: rgba(52,44,42,.3)
}

.text-progress-below\/40 {
    color: rgba(52,44,42,.4)
}

.text-progress-below\/5 {
    color: rgba(52,44,42,.05)
}

.text-progress-below\/50 {
    color: rgba(52,44,42,.5)
}

.text-progress-below\/60 {
    color: rgba(52,44,42,.6)
}

.text-progress-below\/70 {
    color: rgba(52,44,42,.7)
}

.text-progress-below\/75 {
    color: rgba(52,44,42,.75)
}

.text-progress-below\/80 {
    color: rgba(52,44,42,.8)
}

.text-progress-below\/90 {
    color: rgba(52,44,42,.9)
}

.text-progress-below\/95 {
    color: rgba(52,44,42,.95)
}

.text-promotion-profile-cashback {
    --tw-text-opacity: 1;
    color: rgb(58 58 58/var(--tw-text-opacity))
}

.text-promotion-profile-cashback\/0 {
    color: rgba(58,58,58,0)
}

.text-promotion-profile-cashback\/10 {
    color: rgba(58,58,58,.1)
}

.text-promotion-profile-cashback\/100 {
    color: #3a3a3a
}

.text-promotion-profile-cashback\/20 {
    color: rgba(58,58,58,.2)
}

.text-promotion-profile-cashback\/25 {
    color: rgba(58,58,58,.25)
}

.text-promotion-profile-cashback\/30 {
    color: rgba(58,58,58,.3)
}

.text-promotion-profile-cashback\/40 {
    color: rgba(58,58,58,.4)
}

.text-promotion-profile-cashback\/5 {
    color: rgba(58,58,58,.05)
}

.text-promotion-profile-cashback\/50 {
    color: rgba(58,58,58,.5)
}

.text-promotion-profile-cashback\/60 {
    color: rgba(58,58,58,.6)
}

.text-promotion-profile-cashback\/70 {
    color: rgba(58,58,58,.7)
}

.text-promotion-profile-cashback\/75 {
    color: rgba(58,58,58,.75)
}

.text-promotion-profile-cashback\/80 {
    color: rgba(58,58,58,.8)
}

.text-promotion-profile-cashback\/90 {
    color: rgba(58,58,58,.9)
}

.text-promotion-profile-cashback\/95 {
    color: rgba(58,58,58,.95)
}

.text-promotion-profile-header {
    --tw-text-opacity: 1;
    color: rgb(65 64 64/var(--tw-text-opacity))
}

.text-promotion-profile-header\/0 {
    color: rgba(65,64,64,0)
}

.text-promotion-profile-header\/10 {
    color: rgba(65,64,64,.1)
}

.text-promotion-profile-header\/100 {
    color: #414040
}

.text-promotion-profile-header\/20 {
    color: rgba(65,64,64,.2)
}

.text-promotion-profile-header\/25 {
    color: rgba(65,64,64,.25)
}

.text-promotion-profile-header\/30 {
    color: rgba(65,64,64,.3)
}

.text-promotion-profile-header\/40 {
    color: rgba(65,64,64,.4)
}

.text-promotion-profile-header\/5 {
    color: rgba(65,64,64,.05)
}

.text-promotion-profile-header\/50 {
    color: rgba(65,64,64,.5)
}

.text-promotion-profile-header\/60 {
    color: rgba(65,64,64,.6)
}

.text-promotion-profile-header\/70 {
    color: rgba(65,64,64,.7)
}

.text-promotion-profile-header\/75 {
    color: rgba(65,64,64,.75)
}

.text-promotion-profile-header\/80 {
    color: rgba(65,64,64,.8)
}

.text-promotion-profile-header\/90 {
    color: rgba(65,64,64,.9)
}

.text-promotion-profile-header\/95 {
    color: rgba(65,64,64,.95)
}

.text-red-attention {
    --tw-text-opacity: 1;
    color: rgb(204 30 30/var(--tw-text-opacity))
}

.text-red-attention\/0 {
    color: rgba(204,30,30,0)
}

.text-red-attention\/10 {
    color: rgba(204,30,30,.1)
}

.text-red-attention\/100 {
    color: #cc1e1e
}

.text-red-attention\/20 {
    color: rgba(204,30,30,.2)
}

.text-red-attention\/25 {
    color: rgba(204,30,30,.25)
}

.text-red-attention\/30 {
    color: rgba(204,30,30,.3)
}

.text-red-attention\/40 {
    color: rgba(204,30,30,.4)
}

.text-red-attention\/5 {
    color: rgba(204,30,30,.05)
}

.text-red-attention\/50 {
    color: rgba(204,30,30,.5)
}

.text-red-attention\/60 {
    color: rgba(204,30,30,.6)
}

.text-red-attention\/70 {
    color: rgba(204,30,30,.7)
}

.text-red-attention\/75 {
    color: rgba(204,30,30,.75)
}

.text-red-attention\/80 {
    color: rgba(204,30,30,.8)
}

.text-red-attention\/90 {
    color: rgba(204,30,30,.9)
}

.text-red-attention\/95 {
    color: rgba(204,30,30,.95)
}

.text-red-bg-hot-pick {
    --tw-text-opacity: 1;
    color: rgb(23 14 10/var(--tw-text-opacity))
}

.text-red-bg-hot-pick\/0 {
    color: rgba(23,14,10,0)
}

.text-red-bg-hot-pick\/10 {
    color: rgba(23,14,10,.1)
}

.text-red-bg-hot-pick\/100 {
    color: #170e0a
}

.text-red-bg-hot-pick\/20 {
    color: rgba(23,14,10,.2)
}

.text-red-bg-hot-pick\/25 {
    color: rgba(23,14,10,.25)
}

.text-red-bg-hot-pick\/30 {
    color: rgba(23,14,10,.3)
}

.text-red-bg-hot-pick\/40 {
    color: rgba(23,14,10,.4)
}

.text-red-bg-hot-pick\/5 {
    color: rgba(23,14,10,.05)
}

.text-red-bg-hot-pick\/50 {
    color: rgba(23,14,10,.5)
}

.text-red-bg-hot-pick\/60 {
    color: rgba(23,14,10,.6)
}

.text-red-bg-hot-pick\/70 {
    color: rgba(23,14,10,.7)
}

.text-red-bg-hot-pick\/75 {
    color: rgba(23,14,10,.75)
}

.text-red-bg-hot-pick\/80 {
    color: rgba(23,14,10,.8)
}

.text-red-bg-hot-pick\/90 {
    color: rgba(23,14,10,.9)
}

.text-red-bg-hot-pick\/95 {
    color: rgba(23,14,10,.95)
}

.text-red-cancelled {
    --tw-text-opacity: 1;
    color: rgb(239 65 57/var(--tw-text-opacity))
}

.text-red-cancelled\/0 {
    color: rgba(239,65,57,0)
}

.text-red-cancelled\/10 {
    color: rgba(239,65,57,.1)
}

.text-red-cancelled\/100 {
    color: #ef4139
}

.text-red-cancelled\/20 {
    color: rgba(239,65,57,.2)
}

.text-red-cancelled\/25 {
    color: rgba(239,65,57,.25)
}

.text-red-cancelled\/30 {
    color: rgba(239,65,57,.3)
}

.text-red-cancelled\/40 {
    color: rgba(239,65,57,.4)
}

.text-red-cancelled\/5 {
    color: rgba(239,65,57,.05)
}

.text-red-cancelled\/50 {
    color: rgba(239,65,57,.5)
}

.text-red-cancelled\/60 {
    color: rgba(239,65,57,.6)
}

.text-red-cancelled\/70 {
    color: rgba(239,65,57,.7)
}

.text-red-cancelled\/75 {
    color: rgba(239,65,57,.75)
}

.text-red-cancelled\/80 {
    color: rgba(239,65,57,.8)
}

.text-red-cancelled\/90 {
    color: rgba(239,65,57,.9)
}

.text-red-cancelled\/95 {
    color: rgba(239,65,57,.95)
}

.text-red-default {
    --tw-text-opacity: 1;
    color: rgb(255 0 0/var(--tw-text-opacity))
}

.text-red-default\/0 {
    color: rgba(255,0,0,0)
}

.text-red-default\/10 {
    color: rgba(255,0,0,.1)
}

.text-red-default\/100 {
    color: red
}

.text-red-default\/20 {
    color: rgba(255,0,0,.2)
}

.text-red-default\/25 {
    color: rgba(255,0,0,.25)
}

.text-red-default\/30 {
    color: rgba(255,0,0,.3)
}

.text-red-default\/40 {
    color: rgba(255,0,0,.4)
}

.text-red-default\/5 {
    color: rgba(255,0,0,.05)
}

.text-red-default\/50 {
    color: rgba(255,0,0,.5)
}

.text-red-default\/60 {
    color: rgba(255,0,0,.6)
}

.text-red-default\/70 {
    color: rgba(255,0,0,.7)
}

.text-red-default\/75 {
    color: rgba(255,0,0,.75)
}

.text-red-default\/80 {
    color: rgba(255,0,0,.8)
}

.text-red-default\/90 {
    color: rgba(255,0,0,.9)
}

.text-red-default\/95 {
    color: rgba(255,0,0,.95)
}

.text-red-error {
    --tw-text-opacity: 1;
    color: rgb(204 30 30/var(--tw-text-opacity))
}

.text-red-error\/0 {
    color: rgba(204,30,30,0)
}

.text-red-error\/10 {
    color: rgba(204,30,30,.1)
}

.text-red-error\/100 {
    color: #cc1e1e
}

.text-red-error\/20 {
    color: rgba(204,30,30,.2)
}

.text-red-error\/25 {
    color: rgba(204,30,30,.25)
}

.text-red-error\/30 {
    color: rgba(204,30,30,.3)
}

.text-red-error\/40 {
    color: rgba(204,30,30,.4)
}

.text-red-error\/5 {
    color: rgba(204,30,30,.05)
}

.text-red-error\/50 {
    color: rgba(204,30,30,.5)
}

.text-red-error\/60 {
    color: rgba(204,30,30,.6)
}

.text-red-error\/70 {
    color: rgba(204,30,30,.7)
}

.text-red-error\/75 {
    color: rgba(204,30,30,.75)
}

.text-red-error\/80 {
    color: rgba(204,30,30,.8)
}

.text-red-error\/90 {
    color: rgba(204,30,30,.9)
}

.text-red-error\/95 {
    color: rgba(204,30,30,.95)
}

.text-red-logo {
    --tw-text-opacity: 1;
    color: rgb(204 30 30/var(--tw-text-opacity))
}

.text-red-logo\/0 {
    color: rgba(204,30,30,0)
}

.text-red-logo\/10 {
    color: rgba(204,30,30,.1)
}

.text-red-logo\/100 {
    color: #cc1e1e
}

.text-red-logo\/20 {
    color: rgba(204,30,30,.2)
}

.text-red-logo\/25 {
    color: rgba(204,30,30,.25)
}

.text-red-logo\/30 {
    color: rgba(204,30,30,.3)
}

.text-red-logo\/40 {
    color: rgba(204,30,30,.4)
}

.text-red-logo\/5 {
    color: rgba(204,30,30,.05)
}

.text-red-logo\/50 {
    color: rgba(204,30,30,.5)
}

.text-red-logo\/60 {
    color: rgba(204,30,30,.6)
}

.text-red-logo\/70 {
    color: rgba(204,30,30,.7)
}

.text-red-logo\/75 {
    color: rgba(204,30,30,.75)
}

.text-red-logo\/80 {
    color: rgba(204,30,30,.8)
}

.text-red-logo\/90 {
    color: rgba(204,30,30,.9)
}

.text-red-logo\/95 {
    color: rgba(204,30,30,.95)
}

.text-red-loss {
    --tw-text-opacity: 1;
    color: rgb(239 65 57/var(--tw-text-opacity))
}

.text-red-loss\/0 {
    color: rgba(239,65,57,0)
}

.text-red-loss\/10 {
    color: rgba(239,65,57,.1)
}

.text-red-loss\/100 {
    color: #ef4139
}

.text-red-loss\/20 {
    color: rgba(239,65,57,.2)
}

.text-red-loss\/25 {
    color: rgba(239,65,57,.25)
}

.text-red-loss\/30 {
    color: rgba(239,65,57,.3)
}

.text-red-loss\/40 {
    color: rgba(239,65,57,.4)
}

.text-red-loss\/5 {
    color: rgba(239,65,57,.05)
}

.text-red-loss\/50 {
    color: rgba(239,65,57,.5)
}

.text-red-loss\/60 {
    color: rgba(239,65,57,.6)
}

.text-red-loss\/70 {
    color: rgba(239,65,57,.7)
}

.text-red-loss\/75 {
    color: rgba(239,65,57,.75)
}

.text-red-loss\/80 {
    color: rgba(239,65,57,.8)
}

.text-red-loss\/90 {
    color: rgba(239,65,57,.9)
}

.text-red-loss\/95 {
    color: rgba(239,65,57,.95)
}

.text-red-notification {
    --tw-text-opacity: 1;
    color: rgb(216 0 39/var(--tw-text-opacity))
}

.text-red-notification\/0 {
    color: rgba(216,0,39,0)
}

.text-red-notification\/10 {
    color: rgba(216,0,39,.1)
}

.text-red-notification\/100 {
    color: #d80027
}

.text-red-notification\/20 {
    color: rgba(216,0,39,.2)
}

.text-red-notification\/25 {
    color: rgba(216,0,39,.25)
}

.text-red-notification\/30 {
    color: rgba(216,0,39,.3)
}

.text-red-notification\/40 {
    color: rgba(216,0,39,.4)
}

.text-red-notification\/5 {
    color: rgba(216,0,39,.05)
}

.text-red-notification\/50 {
    color: rgba(216,0,39,.5)
}

.text-red-notification\/60 {
    color: rgba(216,0,39,.6)
}

.text-red-notification\/70 {
    color: rgba(216,0,39,.7)
}

.text-red-notification\/75 {
    color: rgba(216,0,39,.75)
}

.text-red-notification\/80 {
    color: rgba(216,0,39,.8)
}

.text-red-notification\/90 {
    color: rgba(216,0,39,.9)
}

.text-red-notification\/95 {
    color: rgba(216,0,39,.95)
}

.text-red-update-button {
    --tw-text-opacity: 1;
    color: rgb(197 91 75/var(--tw-text-opacity))
}

.text-red-update-button\/0 {
    color: rgba(197,91,75,0)
}

.text-red-update-button\/10 {
    color: rgba(197,91,75,.1)
}

.text-red-update-button\/100 {
    color: #c55b4b
}

.text-red-update-button\/20 {
    color: rgba(197,91,75,.2)
}

.text-red-update-button\/25 {
    color: rgba(197,91,75,.25)
}

.text-red-update-button\/30 {
    color: rgba(197,91,75,.3)
}

.text-red-update-button\/40 {
    color: rgba(197,91,75,.4)
}

.text-red-update-button\/5 {
    color: rgba(197,91,75,.05)
}

.text-red-update-button\/50 {
    color: rgba(197,91,75,.5)
}

.text-red-update-button\/60 {
    color: rgba(197,91,75,.6)
}

.text-red-update-button\/70 {
    color: rgba(197,91,75,.7)
}

.text-red-update-button\/75 {
    color: rgba(197,91,75,.75)
}

.text-red-update-button\/80 {
    color: rgba(197,91,75,.8)
}

.text-red-update-button\/90 {
    color: rgba(197,91,75,.9)
}

.text-red-update-button\/95 {
    color: rgba(197,91,75,.95)
}

.text-rng-game-bet-number-active {
    --tw-text-opacity: 1;
    color: rgb(38 26 14/var(--tw-text-opacity))
}

.text-rng-game-bet-number-active\/0 {
    color: rgba(38,26,14,0)
}

.text-rng-game-bet-number-active\/10 {
    color: rgba(38,26,14,.1)
}

.text-rng-game-bet-number-active\/100 {
    color: #261a0e
}

.text-rng-game-bet-number-active\/20 {
    color: rgba(38,26,14,.2)
}

.text-rng-game-bet-number-active\/25 {
    color: rgba(38,26,14,.25)
}

.text-rng-game-bet-number-active\/30 {
    color: rgba(38,26,14,.3)
}

.text-rng-game-bet-number-active\/40 {
    color: rgba(38,26,14,.4)
}

.text-rng-game-bet-number-active\/5 {
    color: rgba(38,26,14,.05)
}

.text-rng-game-bet-number-active\/50 {
    color: rgba(38,26,14,.5)
}

.text-rng-game-bet-number-active\/60 {
    color: rgba(38,26,14,.6)
}

.text-rng-game-bet-number-active\/70 {
    color: rgba(38,26,14,.7)
}

.text-rng-game-bet-number-active\/75 {
    color: rgba(38,26,14,.75)
}

.text-rng-game-bet-number-active\/80 {
    color: rgba(38,26,14,.8)
}

.text-rng-game-bet-number-active\/90 {
    color: rgba(38,26,14,.9)
}

.text-rng-game-bet-number-active\/95 {
    color: rgba(38,26,14,.95)
}

.text-rng-game-bet-number-inactive {
    --tw-text-opacity: 1;
    color: rgb(242 219 184/var(--tw-text-opacity))
}

.text-rng-game-bet-number-inactive\/0 {
    color: hsla(36,69%,84%,0)
}

.text-rng-game-bet-number-inactive\/10 {
    color: hsla(36,69%,84%,.1)
}

.text-rng-game-bet-number-inactive\/100 {
    color: #f2dbb8
}

.text-rng-game-bet-number-inactive\/20 {
    color: hsla(36,69%,84%,.2)
}

.text-rng-game-bet-number-inactive\/25 {
    color: hsla(36,69%,84%,.25)
}

.text-rng-game-bet-number-inactive\/30 {
    color: hsla(36,69%,84%,.3)
}

.text-rng-game-bet-number-inactive\/40 {
    color: hsla(36,69%,84%,.4)
}

.text-rng-game-bet-number-inactive\/5 {
    color: hsla(36,69%,84%,.05)
}

.text-rng-game-bet-number-inactive\/50 {
    color: hsla(36,69%,84%,.5)
}

.text-rng-game-bet-number-inactive\/60 {
    color: hsla(36,69%,84%,.6)
}

.text-rng-game-bet-number-inactive\/70 {
    color: hsla(36,69%,84%,.7)
}

.text-rng-game-bet-number-inactive\/75 {
    color: hsla(36,69%,84%,.75)
}

.text-rng-game-bet-number-inactive\/80 {
    color: hsla(36,69%,84%,.8)
}

.text-rng-game-bet-number-inactive\/90 {
    color: hsla(36,69%,84%,.9)
}

.text-rng-game-bet-number-inactive\/95 {
    color: hsla(36,69%,84%,.95)
}

.text-rng-game-bg {
    --tw-text-opacity: 1;
    color: rgb(137 113 80/var(--tw-text-opacity))
}

.text-rng-game-bg-bet {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-rng-game-bg-bet\/0 {
    color: transparent
}

.text-rng-game-bg-bet\/10 {
    color: rgba(0,0,0,.1)
}

.text-rng-game-bg-bet\/100 {
    color: #000
}

.text-rng-game-bg-bet\/20 {
    color: rgba(0,0,0,.2)
}

.text-rng-game-bg-bet\/25 {
    color: rgba(0,0,0,.25)
}

.text-rng-game-bg-bet\/30 {
    color: rgba(0,0,0,.3)
}

.text-rng-game-bg-bet\/40 {
    color: rgba(0,0,0,.4)
}

.text-rng-game-bg-bet\/5 {
    color: rgba(0,0,0,.05)
}

.text-rng-game-bg-bet\/50 {
    color: rgba(0,0,0,.5)
}

.text-rng-game-bg-bet\/60 {
    color: rgba(0,0,0,.6)
}

.text-rng-game-bg-bet\/70 {
    color: rgba(0,0,0,.7)
}

.text-rng-game-bg-bet\/75 {
    color: rgba(0,0,0,.75)
}

.text-rng-game-bg-bet\/80 {
    color: rgba(0,0,0,.8)
}

.text-rng-game-bg-bet\/90 {
    color: rgba(0,0,0,.9)
}

.text-rng-game-bg-bet\/95 {
    color: rgba(0,0,0,.95)
}

.text-rng-game-bg-current-bet {
    --tw-text-opacity: 1;
    color: rgb(235 206 130/var(--tw-text-opacity))
}

.text-rng-game-bg-current-bet\/0 {
    color: hsla(43,72%,72%,0)
}

.text-rng-game-bg-current-bet\/10 {
    color: hsla(43,72%,72%,.1)
}

.text-rng-game-bg-current-bet\/100 {
    color: #ebce82
}

.text-rng-game-bg-current-bet\/20 {
    color: hsla(43,72%,72%,.2)
}

.text-rng-game-bg-current-bet\/25 {
    color: hsla(43,72%,72%,.25)
}

.text-rng-game-bg-current-bet\/30 {
    color: hsla(43,72%,72%,.3)
}

.text-rng-game-bg-current-bet\/40 {
    color: hsla(43,72%,72%,.4)
}

.text-rng-game-bg-current-bet\/5 {
    color: hsla(43,72%,72%,.05)
}

.text-rng-game-bg-current-bet\/50 {
    color: hsla(43,72%,72%,.5)
}

.text-rng-game-bg-current-bet\/60 {
    color: hsla(43,72%,72%,.6)
}

.text-rng-game-bg-current-bet\/70 {
    color: hsla(43,72%,72%,.7)
}

.text-rng-game-bg-current-bet\/75 {
    color: hsla(43,72%,72%,.75)
}

.text-rng-game-bg-current-bet\/80 {
    color: hsla(43,72%,72%,.8)
}

.text-rng-game-bg-current-bet\/90 {
    color: hsla(43,72%,72%,.9)
}

.text-rng-game-bg-current-bet\/95 {
    color: hsla(43,72%,72%,.95)
}

.text-rng-game-bg-filter {
    --tw-text-opacity: 1;
    color: rgb(36 26 18/var(--tw-text-opacity))
}

.text-rng-game-bg-filter\/0 {
    color: rgba(36,26,18,0)
}

.text-rng-game-bg-filter\/10 {
    color: rgba(36,26,18,.1)
}

.text-rng-game-bg-filter\/100 {
    color: #241a12
}

.text-rng-game-bg-filter\/20 {
    color: rgba(36,26,18,.2)
}

.text-rng-game-bg-filter\/25 {
    color: rgba(36,26,18,.25)
}

.text-rng-game-bg-filter\/30 {
    color: rgba(36,26,18,.3)
}

.text-rng-game-bg-filter\/40 {
    color: rgba(36,26,18,.4)
}

.text-rng-game-bg-filter\/5 {
    color: rgba(36,26,18,.05)
}

.text-rng-game-bg-filter\/50 {
    color: rgba(36,26,18,.5)
}

.text-rng-game-bg-filter\/60 {
    color: rgba(36,26,18,.6)
}

.text-rng-game-bg-filter\/70 {
    color: rgba(36,26,18,.7)
}

.text-rng-game-bg-filter\/75 {
    color: rgba(36,26,18,.75)
}

.text-rng-game-bg-filter\/80 {
    color: rgba(36,26,18,.8)
}

.text-rng-game-bg-filter\/90 {
    color: rgba(36,26,18,.9)
}

.text-rng-game-bg-filter\/95 {
    color: rgba(36,26,18,.95)
}

.text-rng-game-bg-popup-bet {
    --tw-text-opacity: 1;
    color: rgb(51 50 47/var(--tw-text-opacity))
}

.text-rng-game-bg-popup-bet\/0 {
    color: rgba(51,50,47,0)
}

.text-rng-game-bg-popup-bet\/10 {
    color: rgba(51,50,47,.1)
}

.text-rng-game-bg-popup-bet\/100 {
    color: #33322f
}

.text-rng-game-bg-popup-bet\/20 {
    color: rgba(51,50,47,.2)
}

.text-rng-game-bg-popup-bet\/25 {
    color: rgba(51,50,47,.25)
}

.text-rng-game-bg-popup-bet\/30 {
    color: rgba(51,50,47,.3)
}

.text-rng-game-bg-popup-bet\/40 {
    color: rgba(51,50,47,.4)
}

.text-rng-game-bg-popup-bet\/5 {
    color: rgba(51,50,47,.05)
}

.text-rng-game-bg-popup-bet\/50 {
    color: rgba(51,50,47,.5)
}

.text-rng-game-bg-popup-bet\/60 {
    color: rgba(51,50,47,.6)
}

.text-rng-game-bg-popup-bet\/70 {
    color: rgba(51,50,47,.7)
}

.text-rng-game-bg-popup-bet\/75 {
    color: rgba(51,50,47,.75)
}

.text-rng-game-bg-popup-bet\/80 {
    color: rgba(51,50,47,.8)
}

.text-rng-game-bg-popup-bet\/90 {
    color: rgba(51,50,47,.9)
}

.text-rng-game-bg-popup-bet\/95 {
    color: rgba(51,50,47,.95)
}

.text-rng-game-bg-tab {
    --tw-text-opacity: 1;
    color: rgb(52 52 52/var(--tw-text-opacity))
}

.text-rng-game-bg-tab\/0 {
    color: rgba(52,52,52,0)
}

.text-rng-game-bg-tab\/10 {
    color: rgba(52,52,52,.1)
}

.text-rng-game-bg-tab\/100 {
    color: #343434
}

.text-rng-game-bg-tab\/20 {
    color: rgba(52,52,52,.2)
}

.text-rng-game-bg-tab\/25 {
    color: rgba(52,52,52,.25)
}

.text-rng-game-bg-tab\/30 {
    color: rgba(52,52,52,.3)
}

.text-rng-game-bg-tab\/40 {
    color: rgba(52,52,52,.4)
}

.text-rng-game-bg-tab\/5 {
    color: rgba(52,52,52,.05)
}

.text-rng-game-bg-tab\/50 {
    color: rgba(52,52,52,.5)
}

.text-rng-game-bg-tab\/60 {
    color: rgba(52,52,52,.6)
}

.text-rng-game-bg-tab\/70 {
    color: rgba(52,52,52,.7)
}

.text-rng-game-bg-tab\/75 {
    color: rgba(52,52,52,.75)
}

.text-rng-game-bg-tab\/80 {
    color: rgba(52,52,52,.8)
}

.text-rng-game-bg-tab\/90 {
    color: rgba(52,52,52,.9)
}

.text-rng-game-bg-tab\/95 {
    color: rgba(52,52,52,.95)
}

.text-rng-game-bg\/0 {
    color: rgba(137,113,80,0)
}

.text-rng-game-bg\/10 {
    color: rgba(137,113,80,.1)
}

.text-rng-game-bg\/100 {
    color: #897150
}

.text-rng-game-bg\/20 {
    color: rgba(137,113,80,.2)
}

.text-rng-game-bg\/25 {
    color: rgba(137,113,80,.25)
}

.text-rng-game-bg\/30 {
    color: rgba(137,113,80,.3)
}

.text-rng-game-bg\/40 {
    color: rgba(137,113,80,.4)
}

.text-rng-game-bg\/5 {
    color: rgba(137,113,80,.05)
}

.text-rng-game-bg\/50 {
    color: rgba(137,113,80,.5)
}

.text-rng-game-bg\/60 {
    color: rgba(137,113,80,.6)
}

.text-rng-game-bg\/70 {
    color: rgba(137,113,80,.7)
}

.text-rng-game-bg\/75 {
    color: rgba(137,113,80,.75)
}

.text-rng-game-bg\/80 {
    color: rgba(137,113,80,.8)
}

.text-rng-game-bg\/90 {
    color: rgba(137,113,80,.9)
}

.text-rng-game-bg\/95 {
    color: rgba(137,113,80,.95)
}

.text-rng-game-border-circle {
    --tw-text-opacity: 1;
    color: rgb(174 143 101/var(--tw-text-opacity))
}

.text-rng-game-border-circle\/0 {
    color: hsla(35,31%,54%,0)
}

.text-rng-game-border-circle\/10 {
    color: hsla(35,31%,54%,.1)
}

.text-rng-game-border-circle\/100 {
    color: #ae8f65
}

.text-rng-game-border-circle\/20 {
    color: hsla(35,31%,54%,.2)
}

.text-rng-game-border-circle\/25 {
    color: hsla(35,31%,54%,.25)
}

.text-rng-game-border-circle\/30 {
    color: hsla(35,31%,54%,.3)
}

.text-rng-game-border-circle\/40 {
    color: hsla(35,31%,54%,.4)
}

.text-rng-game-border-circle\/5 {
    color: hsla(35,31%,54%,.05)
}

.text-rng-game-border-circle\/50 {
    color: hsla(35,31%,54%,.5)
}

.text-rng-game-border-circle\/60 {
    color: hsla(35,31%,54%,.6)
}

.text-rng-game-border-circle\/70 {
    color: hsla(35,31%,54%,.7)
}

.text-rng-game-border-circle\/75 {
    color: hsla(35,31%,54%,.75)
}

.text-rng-game-border-circle\/80 {
    color: hsla(35,31%,54%,.8)
}

.text-rng-game-border-circle\/90 {
    color: hsla(35,31%,54%,.9)
}

.text-rng-game-border-circle\/95 {
    color: hsla(35,31%,54%,.95)
}

.text-rng-game-header-table {
    --tw-text-opacity: 1;
    color: rgb(23 12 12/var(--tw-text-opacity))
}

.text-rng-game-header-table\/0 {
    color: rgba(23,12,12,0)
}

.text-rng-game-header-table\/10 {
    color: rgba(23,12,12,.1)
}

.text-rng-game-header-table\/100 {
    color: #170c0c
}

.text-rng-game-header-table\/20 {
    color: rgba(23,12,12,.2)
}

.text-rng-game-header-table\/25 {
    color: rgba(23,12,12,.25)
}

.text-rng-game-header-table\/30 {
    color: rgba(23,12,12,.3)
}

.text-rng-game-header-table\/40 {
    color: rgba(23,12,12,.4)
}

.text-rng-game-header-table\/5 {
    color: rgba(23,12,12,.05)
}

.text-rng-game-header-table\/50 {
    color: rgba(23,12,12,.5)
}

.text-rng-game-header-table\/60 {
    color: rgba(23,12,12,.6)
}

.text-rng-game-header-table\/70 {
    color: rgba(23,12,12,.7)
}

.text-rng-game-header-table\/75 {
    color: rgba(23,12,12,.75)
}

.text-rng-game-header-table\/80 {
    color: rgba(23,12,12,.8)
}

.text-rng-game-header-table\/90 {
    color: rgba(23,12,12,.9)
}

.text-rng-game-header-table\/95 {
    color: rgba(23,12,12,.95)
}

.text-rng-game-item-1 {
    --tw-text-opacity: 1;
    color: rgb(39 38 36/var(--tw-text-opacity))
}

.text-rng-game-item-1\/0 {
    color: rgba(39,38,36,0)
}

.text-rng-game-item-1\/10 {
    color: rgba(39,38,36,.1)
}

.text-rng-game-item-1\/100 {
    color: #272624
}

.text-rng-game-item-1\/20 {
    color: rgba(39,38,36,.2)
}

.text-rng-game-item-1\/25 {
    color: rgba(39,38,36,.25)
}

.text-rng-game-item-1\/30 {
    color: rgba(39,38,36,.3)
}

.text-rng-game-item-1\/40 {
    color: rgba(39,38,36,.4)
}

.text-rng-game-item-1\/5 {
    color: rgba(39,38,36,.05)
}

.text-rng-game-item-1\/50 {
    color: rgba(39,38,36,.5)
}

.text-rng-game-item-1\/60 {
    color: rgba(39,38,36,.6)
}

.text-rng-game-item-1\/70 {
    color: rgba(39,38,36,.7)
}

.text-rng-game-item-1\/75 {
    color: rgba(39,38,36,.75)
}

.text-rng-game-item-1\/80 {
    color: rgba(39,38,36,.8)
}

.text-rng-game-item-1\/90 {
    color: rgba(39,38,36,.9)
}

.text-rng-game-item-1\/95 {
    color: rgba(39,38,36,.95)
}

.text-rng-game-item-2 {
    --tw-text-opacity: 1;
    color: rgb(48 53 56/var(--tw-text-opacity))
}

.text-rng-game-item-2\/0 {
    color: rgba(48,53,56,0)
}

.text-rng-game-item-2\/10 {
    color: rgba(48,53,56,.1)
}

.text-rng-game-item-2\/100 {
    color: #303538
}

.text-rng-game-item-2\/20 {
    color: rgba(48,53,56,.2)
}

.text-rng-game-item-2\/25 {
    color: rgba(48,53,56,.25)
}

.text-rng-game-item-2\/30 {
    color: rgba(48,53,56,.3)
}

.text-rng-game-item-2\/40 {
    color: rgba(48,53,56,.4)
}

.text-rng-game-item-2\/5 {
    color: rgba(48,53,56,.05)
}

.text-rng-game-item-2\/50 {
    color: rgba(48,53,56,.5)
}

.text-rng-game-item-2\/60 {
    color: rgba(48,53,56,.6)
}

.text-rng-game-item-2\/70 {
    color: rgba(48,53,56,.7)
}

.text-rng-game-item-2\/75 {
    color: rgba(48,53,56,.75)
}

.text-rng-game-item-2\/80 {
    color: rgba(48,53,56,.8)
}

.text-rng-game-item-2\/90 {
    color: rgba(48,53,56,.9)
}

.text-rng-game-item-2\/95 {
    color: rgba(48,53,56,.95)
}

.text-rng-game-money-bet {
    --tw-text-opacity: 1;
    color: rgb(202 164 64/var(--tw-text-opacity))
}

.text-rng-game-money-bet\/0 {
    color: rgba(202,164,64,0)
}

.text-rng-game-money-bet\/10 {
    color: rgba(202,164,64,.1)
}

.text-rng-game-money-bet\/100 {
    color: #caa440
}

.text-rng-game-money-bet\/20 {
    color: rgba(202,164,64,.2)
}

.text-rng-game-money-bet\/25 {
    color: rgba(202,164,64,.25)
}

.text-rng-game-money-bet\/30 {
    color: rgba(202,164,64,.3)
}

.text-rng-game-money-bet\/40 {
    color: rgba(202,164,64,.4)
}

.text-rng-game-money-bet\/5 {
    color: rgba(202,164,64,.05)
}

.text-rng-game-money-bet\/50 {
    color: rgba(202,164,64,.5)
}

.text-rng-game-money-bet\/60 {
    color: rgba(202,164,64,.6)
}

.text-rng-game-money-bet\/70 {
    color: rgba(202,164,64,.7)
}

.text-rng-game-money-bet\/75 {
    color: rgba(202,164,64,.75)
}

.text-rng-game-money-bet\/80 {
    color: rgba(202,164,64,.8)
}

.text-rng-game-money-bet\/90 {
    color: rgba(202,164,64,.9)
}

.text-rng-game-money-bet\/95 {
    color: rgba(202,164,64,.95)
}

.text-rng-game-tab-bet-result-active {
    --tw-text-opacity: 1;
    color: rgb(137 113 80/var(--tw-text-opacity))
}

.text-rng-game-tab-bet-result-active\/0 {
    color: rgba(137,113,80,0)
}

.text-rng-game-tab-bet-result-active\/10 {
    color: rgba(137,113,80,.1)
}

.text-rng-game-tab-bet-result-active\/100 {
    color: #897150
}

.text-rng-game-tab-bet-result-active\/20 {
    color: rgba(137,113,80,.2)
}

.text-rng-game-tab-bet-result-active\/25 {
    color: rgba(137,113,80,.25)
}

.text-rng-game-tab-bet-result-active\/30 {
    color: rgba(137,113,80,.3)
}

.text-rng-game-tab-bet-result-active\/40 {
    color: rgba(137,113,80,.4)
}

.text-rng-game-tab-bet-result-active\/5 {
    color: rgba(137,113,80,.05)
}

.text-rng-game-tab-bet-result-active\/50 {
    color: rgba(137,113,80,.5)
}

.text-rng-game-tab-bet-result-active\/60 {
    color: rgba(137,113,80,.6)
}

.text-rng-game-tab-bet-result-active\/70 {
    color: rgba(137,113,80,.7)
}

.text-rng-game-tab-bet-result-active\/75 {
    color: rgba(137,113,80,.75)
}

.text-rng-game-tab-bet-result-active\/80 {
    color: rgba(137,113,80,.8)
}

.text-rng-game-tab-bet-result-active\/90 {
    color: rgba(137,113,80,.9)
}

.text-rng-game-tab-bet-result-active\/95 {
    color: rgba(137,113,80,.95)
}

.text-rng-game-tab-bet-result-inactive {
    --tw-text-opacity: 1;
    color: rgb(68 59 39/var(--tw-text-opacity))
}

.text-rng-game-tab-bet-result-inactive\/0 {
    color: rgba(68,59,39,0)
}

.text-rng-game-tab-bet-result-inactive\/10 {
    color: rgba(68,59,39,.1)
}

.text-rng-game-tab-bet-result-inactive\/100 {
    color: #443b27
}

.text-rng-game-tab-bet-result-inactive\/20 {
    color: rgba(68,59,39,.2)
}

.text-rng-game-tab-bet-result-inactive\/25 {
    color: rgba(68,59,39,.25)
}

.text-rng-game-tab-bet-result-inactive\/30 {
    color: rgba(68,59,39,.3)
}

.text-rng-game-tab-bet-result-inactive\/40 {
    color: rgba(68,59,39,.4)
}

.text-rng-game-tab-bet-result-inactive\/5 {
    color: rgba(68,59,39,.05)
}

.text-rng-game-tab-bet-result-inactive\/50 {
    color: rgba(68,59,39,.5)
}

.text-rng-game-tab-bet-result-inactive\/60 {
    color: rgba(68,59,39,.6)
}

.text-rng-game-tab-bet-result-inactive\/70 {
    color: rgba(68,59,39,.7)
}

.text-rng-game-tab-bet-result-inactive\/75 {
    color: rgba(68,59,39,.75)
}

.text-rng-game-tab-bet-result-inactive\/80 {
    color: rgba(68,59,39,.8)
}

.text-rng-game-tab-bet-result-inactive\/90 {
    color: rgba(68,59,39,.9)
}

.text-rng-game-tab-bet-result-inactive\/95 {
    color: rgba(68,59,39,.95)
}

.text-rng-game-text-current-bet {
    --tw-text-opacity: 1;
    color: rgb(81 57 36/var(--tw-text-opacity))
}

.text-rng-game-text-current-bet\/0 {
    color: rgba(81,57,36,0)
}

.text-rng-game-text-current-bet\/10 {
    color: rgba(81,57,36,.1)
}

.text-rng-game-text-current-bet\/100 {
    color: #513924
}

.text-rng-game-text-current-bet\/20 {
    color: rgba(81,57,36,.2)
}

.text-rng-game-text-current-bet\/25 {
    color: rgba(81,57,36,.25)
}

.text-rng-game-text-current-bet\/30 {
    color: rgba(81,57,36,.3)
}

.text-rng-game-text-current-bet\/40 {
    color: rgba(81,57,36,.4)
}

.text-rng-game-text-current-bet\/5 {
    color: rgba(81,57,36,.05)
}

.text-rng-game-text-current-bet\/50 {
    color: rgba(81,57,36,.5)
}

.text-rng-game-text-current-bet\/60 {
    color: rgba(81,57,36,.6)
}

.text-rng-game-text-current-bet\/70 {
    color: rgba(81,57,36,.7)
}

.text-rng-game-text-current-bet\/75 {
    color: rgba(81,57,36,.75)
}

.text-rng-game-text-current-bet\/80 {
    color: rgba(81,57,36,.8)
}

.text-rng-game-text-current-bet\/90 {
    color: rgba(81,57,36,.9)
}

.text-rng-game-text-current-bet\/95 {
    color: rgba(81,57,36,.95)
}

.text-rng-game-total {
    --tw-text-opacity: 1;
    color: rgb(229 198 117/var(--tw-text-opacity))
}

.text-rng-game-total\/0 {
    color: hsla(43,68%,68%,0)
}

.text-rng-game-total\/10 {
    color: hsla(43,68%,68%,.1)
}

.text-rng-game-total\/100 {
    color: #e5c675
}

.text-rng-game-total\/20 {
    color: hsla(43,68%,68%,.2)
}

.text-rng-game-total\/25 {
    color: hsla(43,68%,68%,.25)
}

.text-rng-game-total\/30 {
    color: hsla(43,68%,68%,.3)
}

.text-rng-game-total\/40 {
    color: hsla(43,68%,68%,.4)
}

.text-rng-game-total\/5 {
    color: hsla(43,68%,68%,.05)
}

.text-rng-game-total\/50 {
    color: hsla(43,68%,68%,.5)
}

.text-rng-game-total\/60 {
    color: hsla(43,68%,68%,.6)
}

.text-rng-game-total\/70 {
    color: hsla(43,68%,68%,.7)
}

.text-rng-game-total\/75 {
    color: hsla(43,68%,68%,.75)
}

.text-rng-game-total\/80 {
    color: hsla(43,68%,68%,.8)
}

.text-rng-game-total\/90 {
    color: hsla(43,68%,68%,.9)
}

.text-rng-game-total\/95 {
    color: hsla(43,68%,68%,.95)
}

.text-sub-page-header {
    --tw-text-opacity: 1;
    color: rgb(137 113 80/var(--tw-text-opacity))
}

.text-sub-page-header\/0 {
    color: rgba(137,113,80,0)
}

.text-sub-page-header\/10 {
    color: rgba(137,113,80,.1)
}

.text-sub-page-header\/100 {
    color: #897150
}

.text-sub-page-header\/20 {
    color: rgba(137,113,80,.2)
}

.text-sub-page-header\/25 {
    color: rgba(137,113,80,.25)
}

.text-sub-page-header\/30 {
    color: rgba(137,113,80,.3)
}

.text-sub-page-header\/40 {
    color: rgba(137,113,80,.4)
}

.text-sub-page-header\/5 {
    color: rgba(137,113,80,.05)
}

.text-sub-page-header\/50 {
    color: rgba(137,113,80,.5)
}

.text-sub-page-header\/60 {
    color: rgba(137,113,80,.6)
}

.text-sub-page-header\/70 {
    color: rgba(137,113,80,.7)
}

.text-sub-page-header\/75 {
    color: rgba(137,113,80,.75)
}

.text-sub-page-header\/80 {
    color: rgba(137,113,80,.8)
}

.text-sub-page-header\/90 {
    color: rgba(137,113,80,.9)
}

.text-sub-page-header\/95 {
    color: rgba(137,113,80,.95)
}

.text-sub-page-sidebar {
    --tw-text-opacity: 1;
    color: rgb(29 24 24/var(--tw-text-opacity))
}

.text-sub-page-sidebar\/0 {
    color: rgba(29,24,24,0)
}

.text-sub-page-sidebar\/10 {
    color: rgba(29,24,24,.1)
}

.text-sub-page-sidebar\/100 {
    color: #1d1818
}

.text-sub-page-sidebar\/20 {
    color: rgba(29,24,24,.2)
}

.text-sub-page-sidebar\/25 {
    color: rgba(29,24,24,.25)
}

.text-sub-page-sidebar\/30 {
    color: rgba(29,24,24,.3)
}

.text-sub-page-sidebar\/40 {
    color: rgba(29,24,24,.4)
}

.text-sub-page-sidebar\/5 {
    color: rgba(29,24,24,.05)
}

.text-sub-page-sidebar\/50 {
    color: rgba(29,24,24,.5)
}

.text-sub-page-sidebar\/60 {
    color: rgba(29,24,24,.6)
}

.text-sub-page-sidebar\/70 {
    color: rgba(29,24,24,.7)
}

.text-sub-page-sidebar\/75 {
    color: rgba(29,24,24,.75)
}

.text-sub-page-sidebar\/80 {
    color: rgba(29,24,24,.8)
}

.text-sub-page-sidebar\/90 {
    color: rgba(29,24,24,.9)
}

.text-sub-page-sidebar\/95 {
    color: rgba(29,24,24,.95)
}

.text-transparent,.text-transparent\/0 {
    color: transparent
}

.text-transparent\/10 {
    color: rgba(0,0,0,.1)
}

.text-transparent\/100 {
    color: #000
}

.text-transparent\/20 {
    color: rgba(0,0,0,.2)
}

.text-transparent\/25 {
    color: rgba(0,0,0,.25)
}

.text-transparent\/30 {
    color: rgba(0,0,0,.3)
}

.text-transparent\/40 {
    color: rgba(0,0,0,.4)
}

.text-transparent\/5 {
    color: rgba(0,0,0,.05)
}

.text-transparent\/50 {
    color: rgba(0,0,0,.5)
}

.text-transparent\/60 {
    color: rgba(0,0,0,.6)
}

.text-transparent\/70 {
    color: rgba(0,0,0,.7)
}

.text-transparent\/75 {
    color: rgba(0,0,0,.75)
}

.text-transparent\/80 {
    color: rgba(0,0,0,.8)
}

.text-transparent\/90 {
    color: rgba(0,0,0,.9)
}

.text-transparent\/95 {
    color: rgba(0,0,0,.95)
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-white\/0 {
    color: hsla(0,0%,100%,0)
}

.text-white\/10 {
    color: hsla(0,0%,100%,.1)
}

.text-white\/100 {
    color: #fff
}

.text-white\/20 {
    color: hsla(0,0%,100%,.2)
}

.text-white\/25 {
    color: hsla(0,0%,100%,.25)
}

.text-white\/30 {
    color: hsla(0,0%,100%,.3)
}

.text-white\/40 {
    color: hsla(0,0%,100%,.4)
}

.text-white\/5 {
    color: hsla(0,0%,100%,.05)
}

.text-white\/50 {
    color: hsla(0,0%,100%,.5)
}

.text-white\/60 {
    color: hsla(0,0%,100%,.6)
}

.text-white\/70 {
    color: hsla(0,0%,100%,.7)
}

.text-white\/75 {
    color: hsla(0,0%,100%,.75)
}

.text-white\/80 {
    color: hsla(0,0%,100%,.8)
}

.text-white\/90 {
    color: hsla(0,0%,100%,.9)
}

.text-white\/95 {
    color: hsla(0,0%,100%,.95)
}

.text-yellow-active {
    --tw-text-opacity: 1;
    color: rgb(236 194 69/var(--tw-text-opacity))
}

.text-yellow-active\/0 {
    color: rgba(236,194,69,0)
}

.text-yellow-active\/10 {
    color: rgba(236,194,69,.1)
}

.text-yellow-active\/100 {
    color: #ecc245
}

.text-yellow-active\/20 {
    color: rgba(236,194,69,.2)
}

.text-yellow-active\/25 {
    color: rgba(236,194,69,.25)
}

.text-yellow-active\/30 {
    color: rgba(236,194,69,.3)
}

.text-yellow-active\/40 {
    color: rgba(236,194,69,.4)
}

.text-yellow-active\/5 {
    color: rgba(236,194,69,.05)
}

.text-yellow-active\/50 {
    color: rgba(236,194,69,.5)
}

.text-yellow-active\/60 {
    color: rgba(236,194,69,.6)
}

.text-yellow-active\/70 {
    color: rgba(236,194,69,.7)
}

.text-yellow-active\/75 {
    color: rgba(236,194,69,.75)
}

.text-yellow-active\/80 {
    color: rgba(236,194,69,.8)
}

.text-yellow-active\/90 {
    color: rgba(236,194,69,.9)
}

.text-yellow-active\/95 {
    color: rgba(236,194,69,.95)
}

.text-yellow-black {
    --tw-text-opacity: 1;
    color: rgb(154 126 61/var(--tw-text-opacity))
}

.text-yellow-black\/0 {
    color: rgba(154,126,61,0)
}

.text-yellow-black\/10 {
    color: rgba(154,126,61,.1)
}

.text-yellow-black\/100 {
    color: #9a7e3d
}

.text-yellow-black\/20 {
    color: rgba(154,126,61,.2)
}

.text-yellow-black\/25 {
    color: rgba(154,126,61,.25)
}

.text-yellow-black\/30 {
    color: rgba(154,126,61,.3)
}

.text-yellow-black\/40 {
    color: rgba(154,126,61,.4)
}

.text-yellow-black\/5 {
    color: rgba(154,126,61,.05)
}

.text-yellow-black\/50 {
    color: rgba(154,126,61,.5)
}

.text-yellow-black\/60 {
    color: rgba(154,126,61,.6)
}

.text-yellow-black\/70 {
    color: rgba(154,126,61,.7)
}

.text-yellow-black\/75 {
    color: rgba(154,126,61,.75)
}

.text-yellow-black\/80 {
    color: rgba(154,126,61,.8)
}

.text-yellow-black\/90 {
    color: rgba(154,126,61,.9)
}

.text-yellow-black\/95 {
    color: rgba(154,126,61,.95)
}

.text-yellow-default {
    --tw-text-opacity: 1;
    color: rgb(234 192 68/var(--tw-text-opacity))
}

.text-yellow-default\/0 {
    color: rgba(234,192,68,0)
}

.text-yellow-default\/10 {
    color: rgba(234,192,68,.1)
}

.text-yellow-default\/100 {
    color: #eac044
}

.text-yellow-default\/20 {
    color: rgba(234,192,68,.2)
}

.text-yellow-default\/25 {
    color: rgba(234,192,68,.25)
}

.text-yellow-default\/30 {
    color: rgba(234,192,68,.3)
}

.text-yellow-default\/40 {
    color: rgba(234,192,68,.4)
}

.text-yellow-default\/5 {
    color: rgba(234,192,68,.05)
}

.text-yellow-default\/50 {
    color: rgba(234,192,68,.5)
}

.text-yellow-default\/60 {
    color: rgba(234,192,68,.6)
}

.text-yellow-default\/70 {
    color: rgba(234,192,68,.7)
}

.text-yellow-default\/75 {
    color: rgba(234,192,68,.75)
}

.text-yellow-default\/80 {
    color: rgba(234,192,68,.8)
}

.text-yellow-default\/90 {
    color: rgba(234,192,68,.9)
}

.text-yellow-default\/95 {
    color: rgba(234,192,68,.95)
}

.text-yellow-orange {
    --tw-text-opacity: 1;
    color: rgb(220 179 118/var(--tw-text-opacity))
}

.text-yellow-orange\/0 {
    color: hsla(36,59%,66%,0)
}

.text-yellow-orange\/10 {
    color: hsla(36,59%,66%,.1)
}

.text-yellow-orange\/100 {
    color: #dcb376
}

.text-yellow-orange\/20 {
    color: hsla(36,59%,66%,.2)
}

.text-yellow-orange\/25 {
    color: hsla(36,59%,66%,.25)
}

.text-yellow-orange\/30 {
    color: hsla(36,59%,66%,.3)
}

.text-yellow-orange\/40 {
    color: hsla(36,59%,66%,.4)
}

.text-yellow-orange\/5 {
    color: hsla(36,59%,66%,.05)
}

.text-yellow-orange\/50 {
    color: hsla(36,59%,66%,.5)
}

.text-yellow-orange\/60 {
    color: hsla(36,59%,66%,.6)
}

.text-yellow-orange\/70 {
    color: hsla(36,59%,66%,.7)
}

.text-yellow-orange\/75 {
    color: hsla(36,59%,66%,.75)
}

.text-yellow-orange\/80 {
    color: hsla(36,59%,66%,.8)
}

.text-yellow-orange\/90 {
    color: hsla(36,59%,66%,.9)
}

.text-yellow-orange\/95 {
    color: hsla(36,59%,66%,.95)
}

.text-yellow-term {
    --tw-text-opacity: 1;
    color: rgb(179 143 23/var(--tw-text-opacity))
}

.text-yellow-term\/0 {
    color: rgba(179,143,23,0)
}

.text-yellow-term\/10 {
    color: rgba(179,143,23,.1)
}

.text-yellow-term\/100 {
    color: #b38f17
}

.text-yellow-term\/20 {
    color: rgba(179,143,23,.2)
}

.text-yellow-term\/25 {
    color: rgba(179,143,23,.25)
}

.text-yellow-term\/30 {
    color: rgba(179,143,23,.3)
}

.text-yellow-term\/40 {
    color: rgba(179,143,23,.4)
}

.text-yellow-term\/5 {
    color: rgba(179,143,23,.05)
}

.text-yellow-term\/50 {
    color: rgba(179,143,23,.5)
}

.text-yellow-term\/60 {
    color: rgba(179,143,23,.6)
}

.text-yellow-term\/70 {
    color: rgba(179,143,23,.7)
}

.text-yellow-term\/75 {
    color: rgba(179,143,23,.75)
}

.text-yellow-term\/80 {
    color: rgba(179,143,23,.8)
}

.text-yellow-term\/90 {
    color: rgba(179,143,23,.9)
}

.text-yellow-term\/95 {
    color: rgba(179,143,23,.95)
}

.text-yellow-text {
    --tw-text-opacity: 1;
    color: rgb(244 194 18/var(--tw-text-opacity))
}

.text-yellow-text\/0 {
    color: rgba(244,194,18,0)
}

.text-yellow-text\/10 {
    color: rgba(244,194,18,.1)
}

.text-yellow-text\/100 {
    color: #f4c212
}

.text-yellow-text\/20 {
    color: rgba(244,194,18,.2)
}

.text-yellow-text\/25 {
    color: rgba(244,194,18,.25)
}

.text-yellow-text\/30 {
    color: rgba(244,194,18,.3)
}

.text-yellow-text\/40 {
    color: rgba(244,194,18,.4)
}

.text-yellow-text\/5 {
    color: rgba(244,194,18,.05)
}

.text-yellow-text\/50 {
    color: rgba(244,194,18,.5)
}

.text-yellow-text\/60 {
    color: rgba(244,194,18,.6)
}

.text-yellow-text\/70 {
    color: rgba(244,194,18,.7)
}

.text-yellow-text\/75 {
    color: rgba(244,194,18,.75)
}

.text-yellow-text\/80 {
    color: rgba(244,194,18,.8)
}

.text-yellow-text\/90 {
    color: rgba(244,194,18,.9)
}

.text-yellow-text\/95 {
    color: rgba(244,194,18,.95)
}

.text-opacity-0 {
    --tw-text-opacity: 0
}

.text-opacity-10 {
    --tw-text-opacity: 0.1
}

.text-opacity-100 {
    --tw-text-opacity: 1
}

.text-opacity-20 {
    --tw-text-opacity: 0.2
}

.text-opacity-25 {
    --tw-text-opacity: 0.25
}

.text-opacity-30 {
    --tw-text-opacity: 0.3
}

.text-opacity-40 {
    --tw-text-opacity: 0.4
}

.text-opacity-5 {
    --tw-text-opacity: 0.05
}

.text-opacity-50 {
    --tw-text-opacity: 0.5
}

.text-opacity-60 {
    --tw-text-opacity: 0.6
}

.text-opacity-70 {
    --tw-text-opacity: 0.7
}

.text-opacity-75 {
    --tw-text-opacity: 0.75
}

.text-opacity-80 {
    --tw-text-opacity: 0.8
}

.text-opacity-90 {
    --tw-text-opacity: 0.9
}

.text-opacity-95 {
    --tw-text-opacity: 0.95
}

.underline {
    text-decoration-line: underline
}

.decoration-gray-text-footer {
    text-decoration-color: #70716f
}

.decoration-gray-text-footer\/0 {
    text-decoration-color: hsla(90,1%,44%,0)
}

.decoration-gray-text-footer\/10 {
    text-decoration-color: hsla(90,1%,44%,.1)
}

.decoration-gray-text-footer\/100 {
    text-decoration-color: #70716f
}

.decoration-gray-text-footer\/20 {
    text-decoration-color: hsla(90,1%,44%,.2)
}

.decoration-gray-text-footer\/25 {
    text-decoration-color: hsla(90,1%,44%,.25)
}

.decoration-gray-text-footer\/30 {
    text-decoration-color: hsla(90,1%,44%,.3)
}

.decoration-gray-text-footer\/40 {
    text-decoration-color: hsla(90,1%,44%,.4)
}

.decoration-gray-text-footer\/5 {
    text-decoration-color: hsla(90,1%,44%,.05)
}

.decoration-gray-text-footer\/50 {
    text-decoration-color: hsla(90,1%,44%,.5)
}

.decoration-gray-text-footer\/60 {
    text-decoration-color: hsla(90,1%,44%,.6)
}

.decoration-gray-text-footer\/70 {
    text-decoration-color: hsla(90,1%,44%,.7)
}

.decoration-gray-text-footer\/75 {
    text-decoration-color: hsla(90,1%,44%,.75)
}

.decoration-gray-text-footer\/80 {
    text-decoration-color: hsla(90,1%,44%,.8)
}

.decoration-gray-text-footer\/90 {
    text-decoration-color: hsla(90,1%,44%,.9)
}

.decoration-gray-text-footer\/95 {
    text-decoration-color: hsla(90,1%,44%,.95)
}

.decoration-gray-text-game {
    text-decoration-color: #8f8f8f
}

.decoration-gray-text-game\/0 {
    text-decoration-color: hsla(0,0%,56%,0)
}

.decoration-gray-text-game\/10 {
    text-decoration-color: hsla(0,0%,56%,.1)
}

.decoration-gray-text-game\/100 {
    text-decoration-color: #8f8f8f
}

.decoration-gray-text-game\/20 {
    text-decoration-color: hsla(0,0%,56%,.2)
}

.decoration-gray-text-game\/25 {
    text-decoration-color: hsla(0,0%,56%,.25)
}

.decoration-gray-text-game\/30 {
    text-decoration-color: hsla(0,0%,56%,.3)
}

.decoration-gray-text-game\/40 {
    text-decoration-color: hsla(0,0%,56%,.4)
}

.decoration-gray-text-game\/5 {
    text-decoration-color: hsla(0,0%,56%,.05)
}

.decoration-gray-text-game\/50 {
    text-decoration-color: hsla(0,0%,56%,.5)
}

.decoration-gray-text-game\/60 {
    text-decoration-color: hsla(0,0%,56%,.6)
}

.decoration-gray-text-game\/70 {
    text-decoration-color: hsla(0,0%,56%,.7)
}

.decoration-gray-text-game\/75 {
    text-decoration-color: hsla(0,0%,56%,.75)
}

.decoration-gray-text-game\/80 {
    text-decoration-color: hsla(0,0%,56%,.8)
}

.decoration-gray-text-game\/90 {
    text-decoration-color: hsla(0,0%,56%,.9)
}

.decoration-gray-text-game\/95 {
    text-decoration-color: hsla(0,0%,56%,.95)
}

.decoration-gray-text-popup-login {
    text-decoration-color: grey
}

.decoration-gray-text-popup-login\/0 {
    text-decoration-color: hsla(0,0%,50%,0)
}

.decoration-gray-text-popup-login\/10 {
    text-decoration-color: hsla(0,0%,50%,.1)
}

.decoration-gray-text-popup-login\/100 {
    text-decoration-color: grey
}

.decoration-gray-text-popup-login\/20 {
    text-decoration-color: hsla(0,0%,50%,.2)
}

.decoration-gray-text-popup-login\/25 {
    text-decoration-color: hsla(0,0%,50%,.25)
}

.decoration-gray-text-popup-login\/30 {
    text-decoration-color: hsla(0,0%,50%,.3)
}

.decoration-gray-text-popup-login\/40 {
    text-decoration-color: hsla(0,0%,50%,.4)
}

.decoration-gray-text-popup-login\/5 {
    text-decoration-color: hsla(0,0%,50%,.05)
}

.decoration-gray-text-popup-login\/50 {
    text-decoration-color: hsla(0,0%,50%,.5)
}

.decoration-gray-text-popup-login\/60 {
    text-decoration-color: hsla(0,0%,50%,.6)
}

.decoration-gray-text-popup-login\/70 {
    text-decoration-color: hsla(0,0%,50%,.7)
}

.decoration-gray-text-popup-login\/75 {
    text-decoration-color: hsla(0,0%,50%,.75)
}

.decoration-gray-text-popup-login\/80 {
    text-decoration-color: hsla(0,0%,50%,.8)
}

.decoration-gray-text-popup-login\/90 {
    text-decoration-color: hsla(0,0%,50%,.9)
}

.decoration-gray-text-popup-login\/95 {
    text-decoration-color: hsla(0,0%,50%,.95)
}

.decoration-mobile-nav-text-inactive {
    text-decoration-color: #dbd2c2
}

.decoration-mobile-nav-text-inactive\/0 {
    text-decoration-color: hsla(38,26%,81%,0)
}

.decoration-mobile-nav-text-inactive\/10 {
    text-decoration-color: hsla(38,26%,81%,.1)
}

.decoration-mobile-nav-text-inactive\/100 {
    text-decoration-color: #dbd2c2
}

.decoration-mobile-nav-text-inactive\/20 {
    text-decoration-color: hsla(38,26%,81%,.2)
}

.decoration-mobile-nav-text-inactive\/25 {
    text-decoration-color: hsla(38,26%,81%,.25)
}

.decoration-mobile-nav-text-inactive\/30 {
    text-decoration-color: hsla(38,26%,81%,.3)
}

.decoration-mobile-nav-text-inactive\/40 {
    text-decoration-color: hsla(38,26%,81%,.4)
}

.decoration-mobile-nav-text-inactive\/5 {
    text-decoration-color: hsla(38,26%,81%,.05)
}

.decoration-mobile-nav-text-inactive\/50 {
    text-decoration-color: hsla(38,26%,81%,.5)
}

.decoration-mobile-nav-text-inactive\/60 {
    text-decoration-color: hsla(38,26%,81%,.6)
}

.decoration-mobile-nav-text-inactive\/70 {
    text-decoration-color: hsla(38,26%,81%,.7)
}

.decoration-mobile-nav-text-inactive\/75 {
    text-decoration-color: hsla(38,26%,81%,.75)
}

.decoration-mobile-nav-text-inactive\/80 {
    text-decoration-color: hsla(38,26%,81%,.8)
}

.decoration-mobile-nav-text-inactive\/90 {
    text-decoration-color: hsla(38,26%,81%,.9)
}

.decoration-mobile-nav-text-inactive\/95 {
    text-decoration-color: hsla(38,26%,81%,.95)
}

.decoration-red-bg-hot-pick {
    text-decoration-color: #170e0a
}

.decoration-red-bg-hot-pick\/0 {
    text-decoration-color: rgba(23,14,10,0)
}

.decoration-red-bg-hot-pick\/10 {
    text-decoration-color: rgba(23,14,10,.1)
}

.decoration-red-bg-hot-pick\/100 {
    text-decoration-color: #170e0a
}

.decoration-red-bg-hot-pick\/20 {
    text-decoration-color: rgba(23,14,10,.2)
}

.decoration-red-bg-hot-pick\/25 {
    text-decoration-color: rgba(23,14,10,.25)
}

.decoration-red-bg-hot-pick\/30 {
    text-decoration-color: rgba(23,14,10,.3)
}

.decoration-red-bg-hot-pick\/40 {
    text-decoration-color: rgba(23,14,10,.4)
}

.decoration-red-bg-hot-pick\/5 {
    text-decoration-color: rgba(23,14,10,.05)
}

.decoration-red-bg-hot-pick\/50 {
    text-decoration-color: rgba(23,14,10,.5)
}

.decoration-red-bg-hot-pick\/60 {
    text-decoration-color: rgba(23,14,10,.6)
}

.decoration-red-bg-hot-pick\/70 {
    text-decoration-color: rgba(23,14,10,.7)
}

.decoration-red-bg-hot-pick\/75 {
    text-decoration-color: rgba(23,14,10,.75)
}

.decoration-red-bg-hot-pick\/80 {
    text-decoration-color: rgba(23,14,10,.8)
}

.decoration-red-bg-hot-pick\/90 {
    text-decoration-color: rgba(23,14,10,.9)
}

.decoration-red-bg-hot-pick\/95 {
    text-decoration-color: rgba(23,14,10,.95)
}

.decoration-rng-game-bg-bet {
    text-decoration-color: #000
}

.decoration-rng-game-bg-bet\/0 {
    text-decoration-color: transparent
}

.decoration-rng-game-bg-bet\/10 {
    text-decoration-color: rgba(0,0,0,.1)
}

.decoration-rng-game-bg-bet\/100 {
    text-decoration-color: #000
}

.decoration-rng-game-bg-bet\/20 {
    text-decoration-color: rgba(0,0,0,.2)
}

.decoration-rng-game-bg-bet\/25 {
    text-decoration-color: rgba(0,0,0,.25)
}

.decoration-rng-game-bg-bet\/30 {
    text-decoration-color: rgba(0,0,0,.3)
}

.decoration-rng-game-bg-bet\/40 {
    text-decoration-color: rgba(0,0,0,.4)
}

.decoration-rng-game-bg-bet\/5 {
    text-decoration-color: rgba(0,0,0,.05)
}

.decoration-rng-game-bg-bet\/50 {
    text-decoration-color: rgba(0,0,0,.5)
}

.decoration-rng-game-bg-bet\/60 {
    text-decoration-color: rgba(0,0,0,.6)
}

.decoration-rng-game-bg-bet\/70 {
    text-decoration-color: rgba(0,0,0,.7)
}

.decoration-rng-game-bg-bet\/75 {
    text-decoration-color: rgba(0,0,0,.75)
}

.decoration-rng-game-bg-bet\/80 {
    text-decoration-color: rgba(0,0,0,.8)
}

.decoration-rng-game-bg-bet\/90 {
    text-decoration-color: rgba(0,0,0,.9)
}

.decoration-rng-game-bg-bet\/95 {
    text-decoration-color: rgba(0,0,0,.95)
}

.decoration-rng-game-bg-current-bet {
    text-decoration-color: #ebce82
}

.decoration-rng-game-bg-current-bet\/0 {
    text-decoration-color: hsla(43,72%,72%,0)
}

.decoration-rng-game-bg-current-bet\/10 {
    text-decoration-color: hsla(43,72%,72%,.1)
}

.decoration-rng-game-bg-current-bet\/100 {
    text-decoration-color: #ebce82
}

.decoration-rng-game-bg-current-bet\/20 {
    text-decoration-color: hsla(43,72%,72%,.2)
}

.decoration-rng-game-bg-current-bet\/25 {
    text-decoration-color: hsla(43,72%,72%,.25)
}

.decoration-rng-game-bg-current-bet\/30 {
    text-decoration-color: hsla(43,72%,72%,.3)
}

.decoration-rng-game-bg-current-bet\/40 {
    text-decoration-color: hsla(43,72%,72%,.4)
}

.decoration-rng-game-bg-current-bet\/5 {
    text-decoration-color: hsla(43,72%,72%,.05)
}

.decoration-rng-game-bg-current-bet\/50 {
    text-decoration-color: hsla(43,72%,72%,.5)
}

.decoration-rng-game-bg-current-bet\/60 {
    text-decoration-color: hsla(43,72%,72%,.6)
}

.decoration-rng-game-bg-current-bet\/70 {
    text-decoration-color: hsla(43,72%,72%,.7)
}

.decoration-rng-game-bg-current-bet\/75 {
    text-decoration-color: hsla(43,72%,72%,.75)
}

.decoration-rng-game-bg-current-bet\/80 {
    text-decoration-color: hsla(43,72%,72%,.8)
}

.decoration-rng-game-bg-current-bet\/90 {
    text-decoration-color: hsla(43,72%,72%,.9)
}

.decoration-rng-game-bg-current-bet\/95 {
    text-decoration-color: hsla(43,72%,72%,.95)
}

.decoration-rng-game-bg-filter {
    text-decoration-color: #241a12
}

.decoration-rng-game-bg-filter\/0 {
    text-decoration-color: rgba(36,26,18,0)
}

.decoration-rng-game-bg-filter\/10 {
    text-decoration-color: rgba(36,26,18,.1)
}

.decoration-rng-game-bg-filter\/100 {
    text-decoration-color: #241a12
}

.decoration-rng-game-bg-filter\/20 {
    text-decoration-color: rgba(36,26,18,.2)
}

.decoration-rng-game-bg-filter\/25 {
    text-decoration-color: rgba(36,26,18,.25)
}

.decoration-rng-game-bg-filter\/30 {
    text-decoration-color: rgba(36,26,18,.3)
}

.decoration-rng-game-bg-filter\/40 {
    text-decoration-color: rgba(36,26,18,.4)
}

.decoration-rng-game-bg-filter\/5 {
    text-decoration-color: rgba(36,26,18,.05)
}

.decoration-rng-game-bg-filter\/50 {
    text-decoration-color: rgba(36,26,18,.5)
}

.decoration-rng-game-bg-filter\/60 {
    text-decoration-color: rgba(36,26,18,.6)
}

.decoration-rng-game-bg-filter\/70 {
    text-decoration-color: rgba(36,26,18,.7)
}

.decoration-rng-game-bg-filter\/75 {
    text-decoration-color: rgba(36,26,18,.75)
}

.decoration-rng-game-bg-filter\/80 {
    text-decoration-color: rgba(36,26,18,.8)
}

.decoration-rng-game-bg-filter\/90 {
    text-decoration-color: rgba(36,26,18,.9)
}

.decoration-rng-game-bg-filter\/95 {
    text-decoration-color: rgba(36,26,18,.95)
}

.decoration-rng-game-bg-popup-bet {
    text-decoration-color: #33322f
}

.decoration-rng-game-bg-popup-bet\/0 {
    text-decoration-color: rgba(51,50,47,0)
}

.decoration-rng-game-bg-popup-bet\/10 {
    text-decoration-color: rgba(51,50,47,.1)
}

.decoration-rng-game-bg-popup-bet\/100 {
    text-decoration-color: #33322f
}

.decoration-rng-game-bg-popup-bet\/20 {
    text-decoration-color: rgba(51,50,47,.2)
}

.decoration-rng-game-bg-popup-bet\/25 {
    text-decoration-color: rgba(51,50,47,.25)
}

.decoration-rng-game-bg-popup-bet\/30 {
    text-decoration-color: rgba(51,50,47,.3)
}

.decoration-rng-game-bg-popup-bet\/40 {
    text-decoration-color: rgba(51,50,47,.4)
}

.decoration-rng-game-bg-popup-bet\/5 {
    text-decoration-color: rgba(51,50,47,.05)
}

.decoration-rng-game-bg-popup-bet\/50 {
    text-decoration-color: rgba(51,50,47,.5)
}

.decoration-rng-game-bg-popup-bet\/60 {
    text-decoration-color: rgba(51,50,47,.6)
}

.decoration-rng-game-bg-popup-bet\/70 {
    text-decoration-color: rgba(51,50,47,.7)
}

.decoration-rng-game-bg-popup-bet\/75 {
    text-decoration-color: rgba(51,50,47,.75)
}

.decoration-rng-game-bg-popup-bet\/80 {
    text-decoration-color: rgba(51,50,47,.8)
}

.decoration-rng-game-bg-popup-bet\/90 {
    text-decoration-color: rgba(51,50,47,.9)
}

.decoration-rng-game-bg-popup-bet\/95 {
    text-decoration-color: rgba(51,50,47,.95)
}

.decoration-rng-game-bg-tab {
    text-decoration-color: #343434
}

.decoration-rng-game-bg-tab\/0 {
    text-decoration-color: rgba(52,52,52,0)
}

.decoration-rng-game-bg-tab\/10 {
    text-decoration-color: rgba(52,52,52,.1)
}

.decoration-rng-game-bg-tab\/100 {
    text-decoration-color: #343434
}

.decoration-rng-game-bg-tab\/20 {
    text-decoration-color: rgba(52,52,52,.2)
}

.decoration-rng-game-bg-tab\/25 {
    text-decoration-color: rgba(52,52,52,.25)
}

.decoration-rng-game-bg-tab\/30 {
    text-decoration-color: rgba(52,52,52,.3)
}

.decoration-rng-game-bg-tab\/40 {
    text-decoration-color: rgba(52,52,52,.4)
}

.decoration-rng-game-bg-tab\/5 {
    text-decoration-color: rgba(52,52,52,.05)
}

.decoration-rng-game-bg-tab\/50 {
    text-decoration-color: rgba(52,52,52,.5)
}

.decoration-rng-game-bg-tab\/60 {
    text-decoration-color: rgba(52,52,52,.6)
}

.decoration-rng-game-bg-tab\/70 {
    text-decoration-color: rgba(52,52,52,.7)
}

.decoration-rng-game-bg-tab\/75 {
    text-decoration-color: rgba(52,52,52,.75)
}

.decoration-rng-game-bg-tab\/80 {
    text-decoration-color: rgba(52,52,52,.8)
}

.decoration-rng-game-bg-tab\/90 {
    text-decoration-color: rgba(52,52,52,.9)
}

.decoration-rng-game-bg-tab\/95 {
    text-decoration-color: rgba(52,52,52,.95)
}

.decoration-rng-game-border-circle {
    text-decoration-color: #ae8f65
}

.decoration-rng-game-border-circle\/0 {
    text-decoration-color: hsla(35,31%,54%,0)
}

.decoration-rng-game-border-circle\/10 {
    text-decoration-color: hsla(35,31%,54%,.1)
}

.decoration-rng-game-border-circle\/100 {
    text-decoration-color: #ae8f65
}

.decoration-rng-game-border-circle\/20 {
    text-decoration-color: hsla(35,31%,54%,.2)
}

.decoration-rng-game-border-circle\/25 {
    text-decoration-color: hsla(35,31%,54%,.25)
}

.decoration-rng-game-border-circle\/30 {
    text-decoration-color: hsla(35,31%,54%,.3)
}

.decoration-rng-game-border-circle\/40 {
    text-decoration-color: hsla(35,31%,54%,.4)
}

.decoration-rng-game-border-circle\/5 {
    text-decoration-color: hsla(35,31%,54%,.05)
}

.decoration-rng-game-border-circle\/50 {
    text-decoration-color: hsla(35,31%,54%,.5)
}

.decoration-rng-game-border-circle\/60 {
    text-decoration-color: hsla(35,31%,54%,.6)
}

.decoration-rng-game-border-circle\/70 {
    text-decoration-color: hsla(35,31%,54%,.7)
}

.decoration-rng-game-border-circle\/75 {
    text-decoration-color: hsla(35,31%,54%,.75)
}

.decoration-rng-game-border-circle\/80 {
    text-decoration-color: hsla(35,31%,54%,.8)
}

.decoration-rng-game-border-circle\/90 {
    text-decoration-color: hsla(35,31%,54%,.9)
}

.decoration-rng-game-border-circle\/95 {
    text-decoration-color: hsla(35,31%,54%,.95)
}

.decoration-rng-game-text-current-bet {
    text-decoration-color: #513924
}

.decoration-rng-game-text-current-bet\/0 {
    text-decoration-color: rgba(81,57,36,0)
}

.decoration-rng-game-text-current-bet\/10 {
    text-decoration-color: rgba(81,57,36,.1)
}

.decoration-rng-game-text-current-bet\/100 {
    text-decoration-color: #513924
}

.decoration-rng-game-text-current-bet\/20 {
    text-decoration-color: rgba(81,57,36,.2)
}

.decoration-rng-game-text-current-bet\/25 {
    text-decoration-color: rgba(81,57,36,.25)
}

.decoration-rng-game-text-current-bet\/30 {
    text-decoration-color: rgba(81,57,36,.3)
}

.decoration-rng-game-text-current-bet\/40 {
    text-decoration-color: rgba(81,57,36,.4)
}

.decoration-rng-game-text-current-bet\/5 {
    text-decoration-color: rgba(81,57,36,.05)
}

.decoration-rng-game-text-current-bet\/50 {
    text-decoration-color: rgba(81,57,36,.5)
}

.decoration-rng-game-text-current-bet\/60 {
    text-decoration-color: rgba(81,57,36,.6)
}

.decoration-rng-game-text-current-bet\/70 {
    text-decoration-color: rgba(81,57,36,.7)
}

.decoration-rng-game-text-current-bet\/75 {
    text-decoration-color: rgba(81,57,36,.75)
}

.decoration-rng-game-text-current-bet\/80 {
    text-decoration-color: rgba(81,57,36,.8)
}

.decoration-rng-game-text-current-bet\/90 {
    text-decoration-color: rgba(81,57,36,.9)
}

.decoration-rng-game-text-current-bet\/95 {
    text-decoration-color: rgba(81,57,36,.95)
}

.underline-offset-2 {
    text-underline-offset: 2px
}

.placeholder-gray-text-footer::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(112 113 111/var(--tw-placeholder-opacity))
}

.placeholder-gray-text-footer::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(112 113 111/var(--tw-placeholder-opacity))
}

.placeholder-gray-text-footer\/0::-moz-placeholder {
    color: hsla(90,1%,44%,0)
}

.placeholder-gray-text-footer\/0::placeholder {
    color: hsla(90,1%,44%,0)
}

.placeholder-gray-text-footer\/10::-moz-placeholder {
    color: hsla(90,1%,44%,.1)
}

.placeholder-gray-text-footer\/10::placeholder {
    color: hsla(90,1%,44%,.1)
}

.placeholder-gray-text-footer\/100::-moz-placeholder {
    color: #70716f
}

.placeholder-gray-text-footer\/100::placeholder {
    color: #70716f
}

.placeholder-gray-text-footer\/20::-moz-placeholder {
    color: hsla(90,1%,44%,.2)
}

.placeholder-gray-text-footer\/20::placeholder {
    color: hsla(90,1%,44%,.2)
}

.placeholder-gray-text-footer\/25::-moz-placeholder {
    color: hsla(90,1%,44%,.25)
}

.placeholder-gray-text-footer\/25::placeholder {
    color: hsla(90,1%,44%,.25)
}

.placeholder-gray-text-footer\/30::-moz-placeholder {
    color: hsla(90,1%,44%,.3)
}

.placeholder-gray-text-footer\/30::placeholder {
    color: hsla(90,1%,44%,.3)
}

.placeholder-gray-text-footer\/40::-moz-placeholder {
    color: hsla(90,1%,44%,.4)
}

.placeholder-gray-text-footer\/40::placeholder {
    color: hsla(90,1%,44%,.4)
}

.placeholder-gray-text-footer\/5::-moz-placeholder {
    color: hsla(90,1%,44%,.05)
}

.placeholder-gray-text-footer\/5::placeholder {
    color: hsla(90,1%,44%,.05)
}

.placeholder-gray-text-footer\/50::-moz-placeholder {
    color: hsla(90,1%,44%,.5)
}

.placeholder-gray-text-footer\/50::placeholder {
    color: hsla(90,1%,44%,.5)
}

.placeholder-gray-text-footer\/60::-moz-placeholder {
    color: hsla(90,1%,44%,.6)
}

.placeholder-gray-text-footer\/60::placeholder {
    color: hsla(90,1%,44%,.6)
}

.placeholder-gray-text-footer\/70::-moz-placeholder {
    color: hsla(90,1%,44%,.7)
}

.placeholder-gray-text-footer\/70::placeholder {
    color: hsla(90,1%,44%,.7)
}

.placeholder-gray-text-footer\/75::-moz-placeholder {
    color: hsla(90,1%,44%,.75)
}

.placeholder-gray-text-footer\/75::placeholder {
    color: hsla(90,1%,44%,.75)
}

.placeholder-gray-text-footer\/80::-moz-placeholder {
    color: hsla(90,1%,44%,.8)
}

.placeholder-gray-text-footer\/80::placeholder {
    color: hsla(90,1%,44%,.8)
}

.placeholder-gray-text-footer\/90::-moz-placeholder {
    color: hsla(90,1%,44%,.9)
}

.placeholder-gray-text-footer\/90::placeholder {
    color: hsla(90,1%,44%,.9)
}

.placeholder-gray-text-footer\/95::-moz-placeholder {
    color: hsla(90,1%,44%,.95)
}

.placeholder-gray-text-footer\/95::placeholder {
    color: hsla(90,1%,44%,.95)
}

.placeholder-gray-text-game::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(143 143 143/var(--tw-placeholder-opacity))
}

.placeholder-gray-text-game::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(143 143 143/var(--tw-placeholder-opacity))
}

.placeholder-gray-text-game\/0::-moz-placeholder {
    color: hsla(0,0%,56%,0)
}

.placeholder-gray-text-game\/0::placeholder {
    color: hsla(0,0%,56%,0)
}

.placeholder-gray-text-game\/10::-moz-placeholder {
    color: hsla(0,0%,56%,.1)
}

.placeholder-gray-text-game\/10::placeholder {
    color: hsla(0,0%,56%,.1)
}

.placeholder-gray-text-game\/100::-moz-placeholder {
    color: #8f8f8f
}

.placeholder-gray-text-game\/100::placeholder {
    color: #8f8f8f
}

.placeholder-gray-text-game\/20::-moz-placeholder {
    color: hsla(0,0%,56%,.2)
}

.placeholder-gray-text-game\/20::placeholder {
    color: hsla(0,0%,56%,.2)
}

.placeholder-gray-text-game\/25::-moz-placeholder {
    color: hsla(0,0%,56%,.25)
}

.placeholder-gray-text-game\/25::placeholder {
    color: hsla(0,0%,56%,.25)
}

.placeholder-gray-text-game\/30::-moz-placeholder {
    color: hsla(0,0%,56%,.3)
}

.placeholder-gray-text-game\/30::placeholder {
    color: hsla(0,0%,56%,.3)
}

.placeholder-gray-text-game\/40::-moz-placeholder {
    color: hsla(0,0%,56%,.4)
}

.placeholder-gray-text-game\/40::placeholder {
    color: hsla(0,0%,56%,.4)
}

.placeholder-gray-text-game\/5::-moz-placeholder {
    color: hsla(0,0%,56%,.05)
}

.placeholder-gray-text-game\/5::placeholder {
    color: hsla(0,0%,56%,.05)
}

.placeholder-gray-text-game\/50::-moz-placeholder {
    color: hsla(0,0%,56%,.5)
}

.placeholder-gray-text-game\/50::placeholder {
    color: hsla(0,0%,56%,.5)
}

.placeholder-gray-text-game\/60::-moz-placeholder {
    color: hsla(0,0%,56%,.6)
}

.placeholder-gray-text-game\/60::placeholder {
    color: hsla(0,0%,56%,.6)
}

.placeholder-gray-text-game\/70::-moz-placeholder {
    color: hsla(0,0%,56%,.7)
}

.placeholder-gray-text-game\/70::placeholder {
    color: hsla(0,0%,56%,.7)
}

.placeholder-gray-text-game\/75::-moz-placeholder {
    color: hsla(0,0%,56%,.75)
}

.placeholder-gray-text-game\/75::placeholder {
    color: hsla(0,0%,56%,.75)
}

.placeholder-gray-text-game\/80::-moz-placeholder {
    color: hsla(0,0%,56%,.8)
}

.placeholder-gray-text-game\/80::placeholder {
    color: hsla(0,0%,56%,.8)
}

.placeholder-gray-text-game\/90::-moz-placeholder {
    color: hsla(0,0%,56%,.9)
}

.placeholder-gray-text-game\/90::placeholder {
    color: hsla(0,0%,56%,.9)
}

.placeholder-gray-text-game\/95::-moz-placeholder {
    color: hsla(0,0%,56%,.95)
}

.placeholder-gray-text-game\/95::placeholder {
    color: hsla(0,0%,56%,.95)
}

.placeholder-gray-text-popup-login::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(128 128 128/var(--tw-placeholder-opacity))
}

.placeholder-gray-text-popup-login::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(128 128 128/var(--tw-placeholder-opacity))
}

.placeholder-gray-text-popup-login\/0::-moz-placeholder {
    color: hsla(0,0%,50%,0)
}

.placeholder-gray-text-popup-login\/0::placeholder {
    color: hsla(0,0%,50%,0)
}

.placeholder-gray-text-popup-login\/10::-moz-placeholder {
    color: hsla(0,0%,50%,.1)
}

.placeholder-gray-text-popup-login\/10::placeholder {
    color: hsla(0,0%,50%,.1)
}

.placeholder-gray-text-popup-login\/100::-moz-placeholder {
    color: grey
}

.placeholder-gray-text-popup-login\/100::placeholder {
    color: grey
}

.placeholder-gray-text-popup-login\/20::-moz-placeholder {
    color: hsla(0,0%,50%,.2)
}

.placeholder-gray-text-popup-login\/20::placeholder {
    color: hsla(0,0%,50%,.2)
}

.placeholder-gray-text-popup-login\/25::-moz-placeholder {
    color: hsla(0,0%,50%,.25)
}

.placeholder-gray-text-popup-login\/25::placeholder {
    color: hsla(0,0%,50%,.25)
}

.placeholder-gray-text-popup-login\/30::-moz-placeholder {
    color: hsla(0,0%,50%,.3)
}

.placeholder-gray-text-popup-login\/30::placeholder {
    color: hsla(0,0%,50%,.3)
}

.placeholder-gray-text-popup-login\/40::-moz-placeholder {
    color: hsla(0,0%,50%,.4)
}

.placeholder-gray-text-popup-login\/40::placeholder {
    color: hsla(0,0%,50%,.4)
}

.placeholder-gray-text-popup-login\/5::-moz-placeholder {
    color: hsla(0,0%,50%,.05)
}

.placeholder-gray-text-popup-login\/5::placeholder {
    color: hsla(0,0%,50%,.05)
}

.placeholder-gray-text-popup-login\/50::-moz-placeholder {
    color: hsla(0,0%,50%,.5)
}

.placeholder-gray-text-popup-login\/50::placeholder {
    color: hsla(0,0%,50%,.5)
}

.placeholder-gray-text-popup-login\/60::-moz-placeholder {
    color: hsla(0,0%,50%,.6)
}

.placeholder-gray-text-popup-login\/60::placeholder {
    color: hsla(0,0%,50%,.6)
}

.placeholder-gray-text-popup-login\/70::-moz-placeholder {
    color: hsla(0,0%,50%,.7)
}

.placeholder-gray-text-popup-login\/70::placeholder {
    color: hsla(0,0%,50%,.7)
}

.placeholder-gray-text-popup-login\/75::-moz-placeholder {
    color: hsla(0,0%,50%,.75)
}

.placeholder-gray-text-popup-login\/75::placeholder {
    color: hsla(0,0%,50%,.75)
}

.placeholder-gray-text-popup-login\/80::-moz-placeholder {
    color: hsla(0,0%,50%,.8)
}

.placeholder-gray-text-popup-login\/80::placeholder {
    color: hsla(0,0%,50%,.8)
}

.placeholder-gray-text-popup-login\/90::-moz-placeholder {
    color: hsla(0,0%,50%,.9)
}

.placeholder-gray-text-popup-login\/90::placeholder {
    color: hsla(0,0%,50%,.9)
}

.placeholder-gray-text-popup-login\/95::-moz-placeholder {
    color: hsla(0,0%,50%,.95)
}

.placeholder-gray-text-popup-login\/95::placeholder {
    color: hsla(0,0%,50%,.95)
}

.placeholder-mobile-nav-text-inactive::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(219 210 194/var(--tw-placeholder-opacity))
}

.placeholder-mobile-nav-text-inactive::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(219 210 194/var(--tw-placeholder-opacity))
}

.placeholder-mobile-nav-text-inactive\/0::-moz-placeholder {
    color: hsla(38,26%,81%,0)
}

.placeholder-mobile-nav-text-inactive\/0::placeholder {
    color: hsla(38,26%,81%,0)
}

.placeholder-mobile-nav-text-inactive\/10::-moz-placeholder {
    color: hsla(38,26%,81%,.1)
}

.placeholder-mobile-nav-text-inactive\/10::placeholder {
    color: hsla(38,26%,81%,.1)
}

.placeholder-mobile-nav-text-inactive\/100::-moz-placeholder {
    color: #dbd2c2
}

.placeholder-mobile-nav-text-inactive\/100::placeholder {
    color: #dbd2c2
}

.placeholder-mobile-nav-text-inactive\/20::-moz-placeholder {
    color: hsla(38,26%,81%,.2)
}

.placeholder-mobile-nav-text-inactive\/20::placeholder {
    color: hsla(38,26%,81%,.2)
}

.placeholder-mobile-nav-text-inactive\/25::-moz-placeholder {
    color: hsla(38,26%,81%,.25)
}

.placeholder-mobile-nav-text-inactive\/25::placeholder {
    color: hsla(38,26%,81%,.25)
}

.placeholder-mobile-nav-text-inactive\/30::-moz-placeholder {
    color: hsla(38,26%,81%,.3)
}

.placeholder-mobile-nav-text-inactive\/30::placeholder {
    color: hsla(38,26%,81%,.3)
}

.placeholder-mobile-nav-text-inactive\/40::-moz-placeholder {
    color: hsla(38,26%,81%,.4)
}

.placeholder-mobile-nav-text-inactive\/40::placeholder {
    color: hsla(38,26%,81%,.4)
}

.placeholder-mobile-nav-text-inactive\/5::-moz-placeholder {
    color: hsla(38,26%,81%,.05)
}

.placeholder-mobile-nav-text-inactive\/5::placeholder {
    color: hsla(38,26%,81%,.05)
}

.placeholder-mobile-nav-text-inactive\/50::-moz-placeholder {
    color: hsla(38,26%,81%,.5)
}

.placeholder-mobile-nav-text-inactive\/50::placeholder {
    color: hsla(38,26%,81%,.5)
}

.placeholder-mobile-nav-text-inactive\/60::-moz-placeholder {
    color: hsla(38,26%,81%,.6)
}

.placeholder-mobile-nav-text-inactive\/60::placeholder {
    color: hsla(38,26%,81%,.6)
}

.placeholder-mobile-nav-text-inactive\/70::-moz-placeholder {
    color: hsla(38,26%,81%,.7)
}

.placeholder-mobile-nav-text-inactive\/70::placeholder {
    color: hsla(38,26%,81%,.7)
}

.placeholder-mobile-nav-text-inactive\/75::-moz-placeholder {
    color: hsla(38,26%,81%,.75)
}

.placeholder-mobile-nav-text-inactive\/75::placeholder {
    color: hsla(38,26%,81%,.75)
}

.placeholder-mobile-nav-text-inactive\/80::-moz-placeholder {
    color: hsla(38,26%,81%,.8)
}

.placeholder-mobile-nav-text-inactive\/80::placeholder {
    color: hsla(38,26%,81%,.8)
}

.placeholder-mobile-nav-text-inactive\/90::-moz-placeholder {
    color: hsla(38,26%,81%,.9)
}

.placeholder-mobile-nav-text-inactive\/90::placeholder {
    color: hsla(38,26%,81%,.9)
}

.placeholder-mobile-nav-text-inactive\/95::-moz-placeholder {
    color: hsla(38,26%,81%,.95)
}

.placeholder-mobile-nav-text-inactive\/95::placeholder {
    color: hsla(38,26%,81%,.95)
}

.placeholder-red-bg-hot-pick::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(23 14 10/var(--tw-placeholder-opacity))
}

.placeholder-red-bg-hot-pick::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(23 14 10/var(--tw-placeholder-opacity))
}

.placeholder-red-bg-hot-pick\/0::-moz-placeholder {
    color: rgba(23,14,10,0)
}

.placeholder-red-bg-hot-pick\/0::placeholder {
    color: rgba(23,14,10,0)
}

.placeholder-red-bg-hot-pick\/10::-moz-placeholder {
    color: rgba(23,14,10,.1)
}

.placeholder-red-bg-hot-pick\/10::placeholder {
    color: rgba(23,14,10,.1)
}

.placeholder-red-bg-hot-pick\/100::-moz-placeholder {
    color: #170e0a
}

.placeholder-red-bg-hot-pick\/100::placeholder {
    color: #170e0a
}

.placeholder-red-bg-hot-pick\/20::-moz-placeholder {
    color: rgba(23,14,10,.2)
}

.placeholder-red-bg-hot-pick\/20::placeholder {
    color: rgba(23,14,10,.2)
}

.placeholder-red-bg-hot-pick\/25::-moz-placeholder {
    color: rgba(23,14,10,.25)
}

.placeholder-red-bg-hot-pick\/25::placeholder {
    color: rgba(23,14,10,.25)
}

.placeholder-red-bg-hot-pick\/30::-moz-placeholder {
    color: rgba(23,14,10,.3)
}

.placeholder-red-bg-hot-pick\/30::placeholder {
    color: rgba(23,14,10,.3)
}

.placeholder-red-bg-hot-pick\/40::-moz-placeholder {
    color: rgba(23,14,10,.4)
}

.placeholder-red-bg-hot-pick\/40::placeholder {
    color: rgba(23,14,10,.4)
}

.placeholder-red-bg-hot-pick\/5::-moz-placeholder {
    color: rgba(23,14,10,.05)
}

.placeholder-red-bg-hot-pick\/5::placeholder {
    color: rgba(23,14,10,.05)
}

.placeholder-red-bg-hot-pick\/50::-moz-placeholder {
    color: rgba(23,14,10,.5)
}

.placeholder-red-bg-hot-pick\/50::placeholder {
    color: rgba(23,14,10,.5)
}

.placeholder-red-bg-hot-pick\/60::-moz-placeholder {
    color: rgba(23,14,10,.6)
}

.placeholder-red-bg-hot-pick\/60::placeholder {
    color: rgba(23,14,10,.6)
}

.placeholder-red-bg-hot-pick\/70::-moz-placeholder {
    color: rgba(23,14,10,.7)
}

.placeholder-red-bg-hot-pick\/70::placeholder {
    color: rgba(23,14,10,.7)
}

.placeholder-red-bg-hot-pick\/75::-moz-placeholder {
    color: rgba(23,14,10,.75)
}

.placeholder-red-bg-hot-pick\/75::placeholder {
    color: rgba(23,14,10,.75)
}

.placeholder-red-bg-hot-pick\/80::-moz-placeholder {
    color: rgba(23,14,10,.8)
}

.placeholder-red-bg-hot-pick\/80::placeholder {
    color: rgba(23,14,10,.8)
}

.placeholder-red-bg-hot-pick\/90::-moz-placeholder {
    color: rgba(23,14,10,.9)
}

.placeholder-red-bg-hot-pick\/90::placeholder {
    color: rgba(23,14,10,.9)
}

.placeholder-red-bg-hot-pick\/95::-moz-placeholder {
    color: rgba(23,14,10,.95)
}

.placeholder-red-bg-hot-pick\/95::placeholder {
    color: rgba(23,14,10,.95)
}

.placeholder-rng-game-bg-bet::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(0 0 0/var(--tw-placeholder-opacity))
}

.placeholder-rng-game-bg-bet::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(0 0 0/var(--tw-placeholder-opacity))
}

.placeholder-rng-game-bg-bet\/0::-moz-placeholder {
    color: transparent
}

.placeholder-rng-game-bg-bet\/0::placeholder {
    color: transparent
}

.placeholder-rng-game-bg-bet\/10::-moz-placeholder {
    color: rgba(0,0,0,.1)
}

.placeholder-rng-game-bg-bet\/10::placeholder {
    color: rgba(0,0,0,.1)
}

.placeholder-rng-game-bg-bet\/100::-moz-placeholder {
    color: #000
}

.placeholder-rng-game-bg-bet\/100::placeholder {
    color: #000
}

.placeholder-rng-game-bg-bet\/20::-moz-placeholder {
    color: rgba(0,0,0,.2)
}

.placeholder-rng-game-bg-bet\/20::placeholder {
    color: rgba(0,0,0,.2)
}

.placeholder-rng-game-bg-bet\/25::-moz-placeholder {
    color: rgba(0,0,0,.25)
}

.placeholder-rng-game-bg-bet\/25::placeholder {
    color: rgba(0,0,0,.25)
}

.placeholder-rng-game-bg-bet\/30::-moz-placeholder {
    color: rgba(0,0,0,.3)
}

.placeholder-rng-game-bg-bet\/30::placeholder {
    color: rgba(0,0,0,.3)
}

.placeholder-rng-game-bg-bet\/40::-moz-placeholder {
    color: rgba(0,0,0,.4)
}

.placeholder-rng-game-bg-bet\/40::placeholder {
    color: rgba(0,0,0,.4)
}

.placeholder-rng-game-bg-bet\/5::-moz-placeholder {
    color: rgba(0,0,0,.05)
}

.placeholder-rng-game-bg-bet\/5::placeholder {
    color: rgba(0,0,0,.05)
}

.placeholder-rng-game-bg-bet\/50::-moz-placeholder {
    color: rgba(0,0,0,.5)
}

.placeholder-rng-game-bg-bet\/50::placeholder {
    color: rgba(0,0,0,.5)
}

.placeholder-rng-game-bg-bet\/60::-moz-placeholder {
    color: rgba(0,0,0,.6)
}

.placeholder-rng-game-bg-bet\/60::placeholder {
    color: rgba(0,0,0,.6)
}

.placeholder-rng-game-bg-bet\/70::-moz-placeholder {
    color: rgba(0,0,0,.7)
}

.placeholder-rng-game-bg-bet\/70::placeholder {
    color: rgba(0,0,0,.7)
}

.placeholder-rng-game-bg-bet\/75::-moz-placeholder {
    color: rgba(0,0,0,.75)
}

.placeholder-rng-game-bg-bet\/75::placeholder {
    color: rgba(0,0,0,.75)
}

.placeholder-rng-game-bg-bet\/80::-moz-placeholder {
    color: rgba(0,0,0,.8)
}

.placeholder-rng-game-bg-bet\/80::placeholder {
    color: rgba(0,0,0,.8)
}

.placeholder-rng-game-bg-bet\/90::-moz-placeholder {
    color: rgba(0,0,0,.9)
}

.placeholder-rng-game-bg-bet\/90::placeholder {
    color: rgba(0,0,0,.9)
}

.placeholder-rng-game-bg-bet\/95::-moz-placeholder {
    color: rgba(0,0,0,.95)
}

.placeholder-rng-game-bg-bet\/95::placeholder {
    color: rgba(0,0,0,.95)
}

.placeholder-rng-game-bg-current-bet::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(235 206 130/var(--tw-placeholder-opacity))
}

.placeholder-rng-game-bg-current-bet::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(235 206 130/var(--tw-placeholder-opacity))
}

.placeholder-rng-game-bg-current-bet\/0::-moz-placeholder {
    color: hsla(43,72%,72%,0)
}

.placeholder-rng-game-bg-current-bet\/0::placeholder {
    color: hsla(43,72%,72%,0)
}

.placeholder-rng-game-bg-current-bet\/10::-moz-placeholder {
    color: hsla(43,72%,72%,.1)
}

.placeholder-rng-game-bg-current-bet\/10::placeholder {
    color: hsla(43,72%,72%,.1)
}

.placeholder-rng-game-bg-current-bet\/100::-moz-placeholder {
    color: #ebce82
}

.placeholder-rng-game-bg-current-bet\/100::placeholder {
    color: #ebce82
}

.placeholder-rng-game-bg-current-bet\/20::-moz-placeholder {
    color: hsla(43,72%,72%,.2)
}

.placeholder-rng-game-bg-current-bet\/20::placeholder {
    color: hsla(43,72%,72%,.2)
}

.placeholder-rng-game-bg-current-bet\/25::-moz-placeholder {
    color: hsla(43,72%,72%,.25)
}

.placeholder-rng-game-bg-current-bet\/25::placeholder {
    color: hsla(43,72%,72%,.25)
}

.placeholder-rng-game-bg-current-bet\/30::-moz-placeholder {
    color: hsla(43,72%,72%,.3)
}

.placeholder-rng-game-bg-current-bet\/30::placeholder {
    color: hsla(43,72%,72%,.3)
}

.placeholder-rng-game-bg-current-bet\/40::-moz-placeholder {
    color: hsla(43,72%,72%,.4)
}

.placeholder-rng-game-bg-current-bet\/40::placeholder {
    color: hsla(43,72%,72%,.4)
}

.placeholder-rng-game-bg-current-bet\/5::-moz-placeholder {
    color: hsla(43,72%,72%,.05)
}

.placeholder-rng-game-bg-current-bet\/5::placeholder {
    color: hsla(43,72%,72%,.05)
}

.placeholder-rng-game-bg-current-bet\/50::-moz-placeholder {
    color: hsla(43,72%,72%,.5)
}

.placeholder-rng-game-bg-current-bet\/50::placeholder {
    color: hsla(43,72%,72%,.5)
}

.placeholder-rng-game-bg-current-bet\/60::-moz-placeholder {
    color: hsla(43,72%,72%,.6)
}

.placeholder-rng-game-bg-current-bet\/60::placeholder {
    color: hsla(43,72%,72%,.6)
}

.placeholder-rng-game-bg-current-bet\/70::-moz-placeholder {
    color: hsla(43,72%,72%,.7)
}

.placeholder-rng-game-bg-current-bet\/70::placeholder {
    color: hsla(43,72%,72%,.7)
}

.placeholder-rng-game-bg-current-bet\/75::-moz-placeholder {
    color: hsla(43,72%,72%,.75)
}

.placeholder-rng-game-bg-current-bet\/75::placeholder {
    color: hsla(43,72%,72%,.75)
}

.placeholder-rng-game-bg-current-bet\/80::-moz-placeholder {
    color: hsla(43,72%,72%,.8)
}

.placeholder-rng-game-bg-current-bet\/80::placeholder {
    color: hsla(43,72%,72%,.8)
}

.placeholder-rng-game-bg-current-bet\/90::-moz-placeholder {
    color: hsla(43,72%,72%,.9)
}

.placeholder-rng-game-bg-current-bet\/90::placeholder {
    color: hsla(43,72%,72%,.9)
}

.placeholder-rng-game-bg-current-bet\/95::-moz-placeholder {
    color: hsla(43,72%,72%,.95)
}

.placeholder-rng-game-bg-current-bet\/95::placeholder {
    color: hsla(43,72%,72%,.95)
}

.placeholder-rng-game-bg-filter::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(36 26 18/var(--tw-placeholder-opacity))
}

.placeholder-rng-game-bg-filter::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(36 26 18/var(--tw-placeholder-opacity))
}

.placeholder-rng-game-bg-filter\/0::-moz-placeholder {
    color: rgba(36,26,18,0)
}

.placeholder-rng-game-bg-filter\/0::placeholder {
    color: rgba(36,26,18,0)
}

.placeholder-rng-game-bg-filter\/10::-moz-placeholder {
    color: rgba(36,26,18,.1)
}

.placeholder-rng-game-bg-filter\/10::placeholder {
    color: rgba(36,26,18,.1)
}

.placeholder-rng-game-bg-filter\/100::-moz-placeholder {
    color: #241a12
}

.placeholder-rng-game-bg-filter\/100::placeholder {
    color: #241a12
}

.placeholder-rng-game-bg-filter\/20::-moz-placeholder {
    color: rgba(36,26,18,.2)
}

.placeholder-rng-game-bg-filter\/20::placeholder {
    color: rgba(36,26,18,.2)
}

.placeholder-rng-game-bg-filter\/25::-moz-placeholder {
    color: rgba(36,26,18,.25)
}

.placeholder-rng-game-bg-filter\/25::placeholder {
    color: rgba(36,26,18,.25)
}

.placeholder-rng-game-bg-filter\/30::-moz-placeholder {
    color: rgba(36,26,18,.3)
}

.placeholder-rng-game-bg-filter\/30::placeholder {
    color: rgba(36,26,18,.3)
}

.placeholder-rng-game-bg-filter\/40::-moz-placeholder {
    color: rgba(36,26,18,.4)
}

.placeholder-rng-game-bg-filter\/40::placeholder {
    color: rgba(36,26,18,.4)
}

.placeholder-rng-game-bg-filter\/5::-moz-placeholder {
    color: rgba(36,26,18,.05)
}

.placeholder-rng-game-bg-filter\/5::placeholder {
    color: rgba(36,26,18,.05)
}

.placeholder-rng-game-bg-filter\/50::-moz-placeholder {
    color: rgba(36,26,18,.5)
}

.placeholder-rng-game-bg-filter\/50::placeholder {
    color: rgba(36,26,18,.5)
}

.placeholder-rng-game-bg-filter\/60::-moz-placeholder {
    color: rgba(36,26,18,.6)
}

.placeholder-rng-game-bg-filter\/60::placeholder {
    color: rgba(36,26,18,.6)
}

.placeholder-rng-game-bg-filter\/70::-moz-placeholder {
    color: rgba(36,26,18,.7)
}

.placeholder-rng-game-bg-filter\/70::placeholder {
    color: rgba(36,26,18,.7)
}

.placeholder-rng-game-bg-filter\/75::-moz-placeholder {
    color: rgba(36,26,18,.75)
}

.placeholder-rng-game-bg-filter\/75::placeholder {
    color: rgba(36,26,18,.75)
}

.placeholder-rng-game-bg-filter\/80::-moz-placeholder {
    color: rgba(36,26,18,.8)
}

.placeholder-rng-game-bg-filter\/80::placeholder {
    color: rgba(36,26,18,.8)
}

.placeholder-rng-game-bg-filter\/90::-moz-placeholder {
    color: rgba(36,26,18,.9)
}

.placeholder-rng-game-bg-filter\/90::placeholder {
    color: rgba(36,26,18,.9)
}

.placeholder-rng-game-bg-filter\/95::-moz-placeholder {
    color: rgba(36,26,18,.95)
}

.placeholder-rng-game-bg-filter\/95::placeholder {
    color: rgba(36,26,18,.95)
}

.placeholder-rng-game-bg-popup-bet::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(51 50 47/var(--tw-placeholder-opacity))
}

.placeholder-rng-game-bg-popup-bet::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(51 50 47/var(--tw-placeholder-opacity))
}

.placeholder-rng-game-bg-popup-bet\/0::-moz-placeholder {
    color: rgba(51,50,47,0)
}

.placeholder-rng-game-bg-popup-bet\/0::placeholder {
    color: rgba(51,50,47,0)
}

.placeholder-rng-game-bg-popup-bet\/10::-moz-placeholder {
    color: rgba(51,50,47,.1)
}

.placeholder-rng-game-bg-popup-bet\/10::placeholder {
    color: rgba(51,50,47,.1)
}

.placeholder-rng-game-bg-popup-bet\/100::-moz-placeholder {
    color: #33322f
}

.placeholder-rng-game-bg-popup-bet\/100::placeholder {
    color: #33322f
}

.placeholder-rng-game-bg-popup-bet\/20::-moz-placeholder {
    color: rgba(51,50,47,.2)
}

.placeholder-rng-game-bg-popup-bet\/20::placeholder {
    color: rgba(51,50,47,.2)
}

.placeholder-rng-game-bg-popup-bet\/25::-moz-placeholder {
    color: rgba(51,50,47,.25)
}

.placeholder-rng-game-bg-popup-bet\/25::placeholder {
    color: rgba(51,50,47,.25)
}

.placeholder-rng-game-bg-popup-bet\/30::-moz-placeholder {
    color: rgba(51,50,47,.3)
}

.placeholder-rng-game-bg-popup-bet\/30::placeholder {
    color: rgba(51,50,47,.3)
}

.placeholder-rng-game-bg-popup-bet\/40::-moz-placeholder {
    color: rgba(51,50,47,.4)
}

.placeholder-rng-game-bg-popup-bet\/40::placeholder {
    color: rgba(51,50,47,.4)
}

.placeholder-rng-game-bg-popup-bet\/5::-moz-placeholder {
    color: rgba(51,50,47,.05)
}

.placeholder-rng-game-bg-popup-bet\/5::placeholder {
    color: rgba(51,50,47,.05)
}

.placeholder-rng-game-bg-popup-bet\/50::-moz-placeholder {
    color: rgba(51,50,47,.5)
}

.placeholder-rng-game-bg-popup-bet\/50::placeholder {
    color: rgba(51,50,47,.5)
}

.placeholder-rng-game-bg-popup-bet\/60::-moz-placeholder {
    color: rgba(51,50,47,.6)
}

.placeholder-rng-game-bg-popup-bet\/60::placeholder {
    color: rgba(51,50,47,.6)
}

.placeholder-rng-game-bg-popup-bet\/70::-moz-placeholder {
    color: rgba(51,50,47,.7)
}

.placeholder-rng-game-bg-popup-bet\/70::placeholder {
    color: rgba(51,50,47,.7)
}

.placeholder-rng-game-bg-popup-bet\/75::-moz-placeholder {
    color: rgba(51,50,47,.75)
}

.placeholder-rng-game-bg-popup-bet\/75::placeholder {
    color: rgba(51,50,47,.75)
}

.placeholder-rng-game-bg-popup-bet\/80::-moz-placeholder {
    color: rgba(51,50,47,.8)
}

.placeholder-rng-game-bg-popup-bet\/80::placeholder {
    color: rgba(51,50,47,.8)
}

.placeholder-rng-game-bg-popup-bet\/90::-moz-placeholder {
    color: rgba(51,50,47,.9)
}

.placeholder-rng-game-bg-popup-bet\/90::placeholder {
    color: rgba(51,50,47,.9)
}

.placeholder-rng-game-bg-popup-bet\/95::-moz-placeholder {
    color: rgba(51,50,47,.95)
}

.placeholder-rng-game-bg-popup-bet\/95::placeholder {
    color: rgba(51,50,47,.95)
}

.placeholder-rng-game-bg-tab::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(52 52 52/var(--tw-placeholder-opacity))
}

.placeholder-rng-game-bg-tab::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(52 52 52/var(--tw-placeholder-opacity))
}

.placeholder-rng-game-bg-tab\/0::-moz-placeholder {
    color: rgba(52,52,52,0)
}

.placeholder-rng-game-bg-tab\/0::placeholder {
    color: rgba(52,52,52,0)
}

.placeholder-rng-game-bg-tab\/10::-moz-placeholder {
    color: rgba(52,52,52,.1)
}

.placeholder-rng-game-bg-tab\/10::placeholder {
    color: rgba(52,52,52,.1)
}

.placeholder-rng-game-bg-tab\/100::-moz-placeholder {
    color: #343434
}

.placeholder-rng-game-bg-tab\/100::placeholder {
    color: #343434
}

.placeholder-rng-game-bg-tab\/20::-moz-placeholder {
    color: rgba(52,52,52,.2)
}

.placeholder-rng-game-bg-tab\/20::placeholder {
    color: rgba(52,52,52,.2)
}

.placeholder-rng-game-bg-tab\/25::-moz-placeholder {
    color: rgba(52,52,52,.25)
}

.placeholder-rng-game-bg-tab\/25::placeholder {
    color: rgba(52,52,52,.25)
}

.placeholder-rng-game-bg-tab\/30::-moz-placeholder {
    color: rgba(52,52,52,.3)
}

.placeholder-rng-game-bg-tab\/30::placeholder {
    color: rgba(52,52,52,.3)
}

.placeholder-rng-game-bg-tab\/40::-moz-placeholder {
    color: rgba(52,52,52,.4)
}

.placeholder-rng-game-bg-tab\/40::placeholder {
    color: rgba(52,52,52,.4)
}

.placeholder-rng-game-bg-tab\/5::-moz-placeholder {
    color: rgba(52,52,52,.05)
}

.placeholder-rng-game-bg-tab\/5::placeholder {
    color: rgba(52,52,52,.05)
}

.placeholder-rng-game-bg-tab\/50::-moz-placeholder {
    color: rgba(52,52,52,.5)
}

.placeholder-rng-game-bg-tab\/50::placeholder {
    color: rgba(52,52,52,.5)
}

.placeholder-rng-game-bg-tab\/60::-moz-placeholder {
    color: rgba(52,52,52,.6)
}

.placeholder-rng-game-bg-tab\/60::placeholder {
    color: rgba(52,52,52,.6)
}

.placeholder-rng-game-bg-tab\/70::-moz-placeholder {
    color: rgba(52,52,52,.7)
}

.placeholder-rng-game-bg-tab\/70::placeholder {
    color: rgba(52,52,52,.7)
}

.placeholder-rng-game-bg-tab\/75::-moz-placeholder {
    color: rgba(52,52,52,.75)
}

.placeholder-rng-game-bg-tab\/75::placeholder {
    color: rgba(52,52,52,.75)
}

.placeholder-rng-game-bg-tab\/80::-moz-placeholder {
    color: rgba(52,52,52,.8)
}

.placeholder-rng-game-bg-tab\/80::placeholder {
    color: rgba(52,52,52,.8)
}

.placeholder-rng-game-bg-tab\/90::-moz-placeholder {
    color: rgba(52,52,52,.9)
}

.placeholder-rng-game-bg-tab\/90::placeholder {
    color: rgba(52,52,52,.9)
}

.placeholder-rng-game-bg-tab\/95::-moz-placeholder {
    color: rgba(52,52,52,.95)
}

.placeholder-rng-game-bg-tab\/95::placeholder {
    color: rgba(52,52,52,.95)
}

.placeholder-rng-game-border-circle::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(174 143 101/var(--tw-placeholder-opacity))
}

.placeholder-rng-game-border-circle::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(174 143 101/var(--tw-placeholder-opacity))
}

.placeholder-rng-game-border-circle\/0::-moz-placeholder {
    color: hsla(35,31%,54%,0)
}

.placeholder-rng-game-border-circle\/0::placeholder {
    color: hsla(35,31%,54%,0)
}

.placeholder-rng-game-border-circle\/10::-moz-placeholder {
    color: hsla(35,31%,54%,.1)
}

.placeholder-rng-game-border-circle\/10::placeholder {
    color: hsla(35,31%,54%,.1)
}

.placeholder-rng-game-border-circle\/100::-moz-placeholder {
    color: #ae8f65
}

.placeholder-rng-game-border-circle\/100::placeholder {
    color: #ae8f65
}

.placeholder-rng-game-border-circle\/20::-moz-placeholder {
    color: hsla(35,31%,54%,.2)
}

.placeholder-rng-game-border-circle\/20::placeholder {
    color: hsla(35,31%,54%,.2)
}

.placeholder-rng-game-border-circle\/25::-moz-placeholder {
    color: hsla(35,31%,54%,.25)
}

.placeholder-rng-game-border-circle\/25::placeholder {
    color: hsla(35,31%,54%,.25)
}

.placeholder-rng-game-border-circle\/30::-moz-placeholder {
    color: hsla(35,31%,54%,.3)
}

.placeholder-rng-game-border-circle\/30::placeholder {
    color: hsla(35,31%,54%,.3)
}

.placeholder-rng-game-border-circle\/40::-moz-placeholder {
    color: hsla(35,31%,54%,.4)
}

.placeholder-rng-game-border-circle\/40::placeholder {
    color: hsla(35,31%,54%,.4)
}

.placeholder-rng-game-border-circle\/5::-moz-placeholder {
    color: hsla(35,31%,54%,.05)
}

.placeholder-rng-game-border-circle\/5::placeholder {
    color: hsla(35,31%,54%,.05)
}

.placeholder-rng-game-border-circle\/50::-moz-placeholder {
    color: hsla(35,31%,54%,.5)
}

.placeholder-rng-game-border-circle\/50::placeholder {
    color: hsla(35,31%,54%,.5)
}

.placeholder-rng-game-border-circle\/60::-moz-placeholder {
    color: hsla(35,31%,54%,.6)
}

.placeholder-rng-game-border-circle\/60::placeholder {
    color: hsla(35,31%,54%,.6)
}

.placeholder-rng-game-border-circle\/70::-moz-placeholder {
    color: hsla(35,31%,54%,.7)
}

.placeholder-rng-game-border-circle\/70::placeholder {
    color: hsla(35,31%,54%,.7)
}

.placeholder-rng-game-border-circle\/75::-moz-placeholder {
    color: hsla(35,31%,54%,.75)
}

.placeholder-rng-game-border-circle\/75::placeholder {
    color: hsla(35,31%,54%,.75)
}

.placeholder-rng-game-border-circle\/80::-moz-placeholder {
    color: hsla(35,31%,54%,.8)
}

.placeholder-rng-game-border-circle\/80::placeholder {
    color: hsla(35,31%,54%,.8)
}

.placeholder-rng-game-border-circle\/90::-moz-placeholder {
    color: hsla(35,31%,54%,.9)
}

.placeholder-rng-game-border-circle\/90::placeholder {
    color: hsla(35,31%,54%,.9)
}

.placeholder-rng-game-border-circle\/95::-moz-placeholder {
    color: hsla(35,31%,54%,.95)
}

.placeholder-rng-game-border-circle\/95::placeholder {
    color: hsla(35,31%,54%,.95)
}

.placeholder-rng-game-text-current-bet::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(81 57 36/var(--tw-placeholder-opacity))
}

.placeholder-rng-game-text-current-bet::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(81 57 36/var(--tw-placeholder-opacity))
}

.placeholder-rng-game-text-current-bet\/0::-moz-placeholder {
    color: rgba(81,57,36,0)
}

.placeholder-rng-game-text-current-bet\/0::placeholder {
    color: rgba(81,57,36,0)
}

.placeholder-rng-game-text-current-bet\/10::-moz-placeholder {
    color: rgba(81,57,36,.1)
}

.placeholder-rng-game-text-current-bet\/10::placeholder {
    color: rgba(81,57,36,.1)
}

.placeholder-rng-game-text-current-bet\/100::-moz-placeholder {
    color: #513924
}

.placeholder-rng-game-text-current-bet\/100::placeholder {
    color: #513924
}

.placeholder-rng-game-text-current-bet\/20::-moz-placeholder {
    color: rgba(81,57,36,.2)
}

.placeholder-rng-game-text-current-bet\/20::placeholder {
    color: rgba(81,57,36,.2)
}

.placeholder-rng-game-text-current-bet\/25::-moz-placeholder {
    color: rgba(81,57,36,.25)
}

.placeholder-rng-game-text-current-bet\/25::placeholder {
    color: rgba(81,57,36,.25)
}

.placeholder-rng-game-text-current-bet\/30::-moz-placeholder {
    color: rgba(81,57,36,.3)
}

.placeholder-rng-game-text-current-bet\/30::placeholder {
    color: rgba(81,57,36,.3)
}

.placeholder-rng-game-text-current-bet\/40::-moz-placeholder {
    color: rgba(81,57,36,.4)
}

.placeholder-rng-game-text-current-bet\/40::placeholder {
    color: rgba(81,57,36,.4)
}

.placeholder-rng-game-text-current-bet\/5::-moz-placeholder {
    color: rgba(81,57,36,.05)
}

.placeholder-rng-game-text-current-bet\/5::placeholder {
    color: rgba(81,57,36,.05)
}

.placeholder-rng-game-text-current-bet\/50::-moz-placeholder {
    color: rgba(81,57,36,.5)
}

.placeholder-rng-game-text-current-bet\/50::placeholder {
    color: rgba(81,57,36,.5)
}

.placeholder-rng-game-text-current-bet\/60::-moz-placeholder {
    color: rgba(81,57,36,.6)
}

.placeholder-rng-game-text-current-bet\/60::placeholder {
    color: rgba(81,57,36,.6)
}

.placeholder-rng-game-text-current-bet\/70::-moz-placeholder {
    color: rgba(81,57,36,.7)
}

.placeholder-rng-game-text-current-bet\/70::placeholder {
    color: rgba(81,57,36,.7)
}

.placeholder-rng-game-text-current-bet\/75::-moz-placeholder {
    color: rgba(81,57,36,.75)
}

.placeholder-rng-game-text-current-bet\/75::placeholder {
    color: rgba(81,57,36,.75)
}

.placeholder-rng-game-text-current-bet\/80::-moz-placeholder {
    color: rgba(81,57,36,.8)
}

.placeholder-rng-game-text-current-bet\/80::placeholder {
    color: rgba(81,57,36,.8)
}

.placeholder-rng-game-text-current-bet\/90::-moz-placeholder {
    color: rgba(81,57,36,.9)
}

.placeholder-rng-game-text-current-bet\/90::placeholder {
    color: rgba(81,57,36,.9)
}

.placeholder-rng-game-text-current-bet\/95::-moz-placeholder {
    color: rgba(81,57,36,.95)
}

.placeholder-rng-game-text-current-bet\/95::placeholder {
    color: rgba(81,57,36,.95)
}

.caret-gray-text-footer {
    caret-color: #70716f
}

.caret-gray-text-footer\/0 {
    caret-color: hsla(90,1%,44%,0)
}

.caret-gray-text-footer\/10 {
    caret-color: hsla(90,1%,44%,.1)
}

.caret-gray-text-footer\/100 {
    caret-color: #70716f
}

.caret-gray-text-footer\/20 {
    caret-color: hsla(90,1%,44%,.2)
}

.caret-gray-text-footer\/25 {
    caret-color: hsla(90,1%,44%,.25)
}

.caret-gray-text-footer\/30 {
    caret-color: hsla(90,1%,44%,.3)
}

.caret-gray-text-footer\/40 {
    caret-color: hsla(90,1%,44%,.4)
}

.caret-gray-text-footer\/5 {
    caret-color: hsla(90,1%,44%,.05)
}

.caret-gray-text-footer\/50 {
    caret-color: hsla(90,1%,44%,.5)
}

.caret-gray-text-footer\/60 {
    caret-color: hsla(90,1%,44%,.6)
}

.caret-gray-text-footer\/70 {
    caret-color: hsla(90,1%,44%,.7)
}

.caret-gray-text-footer\/75 {
    caret-color: hsla(90,1%,44%,.75)
}

.caret-gray-text-footer\/80 {
    caret-color: hsla(90,1%,44%,.8)
}

.caret-gray-text-footer\/90 {
    caret-color: hsla(90,1%,44%,.9)
}

.caret-gray-text-footer\/95 {
    caret-color: hsla(90,1%,44%,.95)
}

.caret-gray-text-game {
    caret-color: #8f8f8f
}

.caret-gray-text-game\/0 {
    caret-color: hsla(0,0%,56%,0)
}

.caret-gray-text-game\/10 {
    caret-color: hsla(0,0%,56%,.1)
}

.caret-gray-text-game\/100 {
    caret-color: #8f8f8f
}

.caret-gray-text-game\/20 {
    caret-color: hsla(0,0%,56%,.2)
}

.caret-gray-text-game\/25 {
    caret-color: hsla(0,0%,56%,.25)
}

.caret-gray-text-game\/30 {
    caret-color: hsla(0,0%,56%,.3)
}

.caret-gray-text-game\/40 {
    caret-color: hsla(0,0%,56%,.4)
}

.caret-gray-text-game\/5 {
    caret-color: hsla(0,0%,56%,.05)
}

.caret-gray-text-game\/50 {
    caret-color: hsla(0,0%,56%,.5)
}

.caret-gray-text-game\/60 {
    caret-color: hsla(0,0%,56%,.6)
}

.caret-gray-text-game\/70 {
    caret-color: hsla(0,0%,56%,.7)
}

.caret-gray-text-game\/75 {
    caret-color: hsla(0,0%,56%,.75)
}

.caret-gray-text-game\/80 {
    caret-color: hsla(0,0%,56%,.8)
}

.caret-gray-text-game\/90 {
    caret-color: hsla(0,0%,56%,.9)
}

.caret-gray-text-game\/95 {
    caret-color: hsla(0,0%,56%,.95)
}

.caret-gray-text-popup-login {
    caret-color: grey
}

.caret-gray-text-popup-login\/0 {
    caret-color: hsla(0,0%,50%,0)
}

.caret-gray-text-popup-login\/10 {
    caret-color: hsla(0,0%,50%,.1)
}

.caret-gray-text-popup-login\/100 {
    caret-color: grey
}

.caret-gray-text-popup-login\/20 {
    caret-color: hsla(0,0%,50%,.2)
}

.caret-gray-text-popup-login\/25 {
    caret-color: hsla(0,0%,50%,.25)
}

.caret-gray-text-popup-login\/30 {
    caret-color: hsla(0,0%,50%,.3)
}

.caret-gray-text-popup-login\/40 {
    caret-color: hsla(0,0%,50%,.4)
}

.caret-gray-text-popup-login\/5 {
    caret-color: hsla(0,0%,50%,.05)
}

.caret-gray-text-popup-login\/50 {
    caret-color: hsla(0,0%,50%,.5)
}

.caret-gray-text-popup-login\/60 {
    caret-color: hsla(0,0%,50%,.6)
}

.caret-gray-text-popup-login\/70 {
    caret-color: hsla(0,0%,50%,.7)
}

.caret-gray-text-popup-login\/75 {
    caret-color: hsla(0,0%,50%,.75)
}

.caret-gray-text-popup-login\/80 {
    caret-color: hsla(0,0%,50%,.8)
}

.caret-gray-text-popup-login\/90 {
    caret-color: hsla(0,0%,50%,.9)
}

.caret-gray-text-popup-login\/95 {
    caret-color: hsla(0,0%,50%,.95)
}

.caret-mobile-nav-text-inactive {
    caret-color: #dbd2c2
}

.caret-mobile-nav-text-inactive\/0 {
    caret-color: hsla(38,26%,81%,0)
}

.caret-mobile-nav-text-inactive\/10 {
    caret-color: hsla(38,26%,81%,.1)
}

.caret-mobile-nav-text-inactive\/100 {
    caret-color: #dbd2c2
}

.caret-mobile-nav-text-inactive\/20 {
    caret-color: hsla(38,26%,81%,.2)
}

.caret-mobile-nav-text-inactive\/25 {
    caret-color: hsla(38,26%,81%,.25)
}

.caret-mobile-nav-text-inactive\/30 {
    caret-color: hsla(38,26%,81%,.3)
}

.caret-mobile-nav-text-inactive\/40 {
    caret-color: hsla(38,26%,81%,.4)
}

.caret-mobile-nav-text-inactive\/5 {
    caret-color: hsla(38,26%,81%,.05)
}

.caret-mobile-nav-text-inactive\/50 {
    caret-color: hsla(38,26%,81%,.5)
}

.caret-mobile-nav-text-inactive\/60 {
    caret-color: hsla(38,26%,81%,.6)
}

.caret-mobile-nav-text-inactive\/70 {
    caret-color: hsla(38,26%,81%,.7)
}

.caret-mobile-nav-text-inactive\/75 {
    caret-color: hsla(38,26%,81%,.75)
}

.caret-mobile-nav-text-inactive\/80 {
    caret-color: hsla(38,26%,81%,.8)
}

.caret-mobile-nav-text-inactive\/90 {
    caret-color: hsla(38,26%,81%,.9)
}

.caret-mobile-nav-text-inactive\/95 {
    caret-color: hsla(38,26%,81%,.95)
}

.caret-red-bg-hot-pick {
    caret-color: #170e0a
}

.caret-red-bg-hot-pick\/0 {
    caret-color: rgba(23,14,10,0)
}

.caret-red-bg-hot-pick\/10 {
    caret-color: rgba(23,14,10,.1)
}

.caret-red-bg-hot-pick\/100 {
    caret-color: #170e0a
}

.caret-red-bg-hot-pick\/20 {
    caret-color: rgba(23,14,10,.2)
}

.caret-red-bg-hot-pick\/25 {
    caret-color: rgba(23,14,10,.25)
}

.caret-red-bg-hot-pick\/30 {
    caret-color: rgba(23,14,10,.3)
}

.caret-red-bg-hot-pick\/40 {
    caret-color: rgba(23,14,10,.4)
}

.caret-red-bg-hot-pick\/5 {
    caret-color: rgba(23,14,10,.05)
}

.caret-red-bg-hot-pick\/50 {
    caret-color: rgba(23,14,10,.5)
}

.caret-red-bg-hot-pick\/60 {
    caret-color: rgba(23,14,10,.6)
}

.caret-red-bg-hot-pick\/70 {
    caret-color: rgba(23,14,10,.7)
}

.caret-red-bg-hot-pick\/75 {
    caret-color: rgba(23,14,10,.75)
}

.caret-red-bg-hot-pick\/80 {
    caret-color: rgba(23,14,10,.8)
}

.caret-red-bg-hot-pick\/90 {
    caret-color: rgba(23,14,10,.9)
}

.caret-red-bg-hot-pick\/95 {
    caret-color: rgba(23,14,10,.95)
}

.caret-rng-game-bg-bet {
    caret-color: #000
}

.caret-rng-game-bg-bet\/0 {
    caret-color: transparent
}

.caret-rng-game-bg-bet\/10 {
    caret-color: rgba(0,0,0,.1)
}

.caret-rng-game-bg-bet\/100 {
    caret-color: #000
}

.caret-rng-game-bg-bet\/20 {
    caret-color: rgba(0,0,0,.2)
}

.caret-rng-game-bg-bet\/25 {
    caret-color: rgba(0,0,0,.25)
}

.caret-rng-game-bg-bet\/30 {
    caret-color: rgba(0,0,0,.3)
}

.caret-rng-game-bg-bet\/40 {
    caret-color: rgba(0,0,0,.4)
}

.caret-rng-game-bg-bet\/5 {
    caret-color: rgba(0,0,0,.05)
}

.caret-rng-game-bg-bet\/50 {
    caret-color: rgba(0,0,0,.5)
}

.caret-rng-game-bg-bet\/60 {
    caret-color: rgba(0,0,0,.6)
}

.caret-rng-game-bg-bet\/70 {
    caret-color: rgba(0,0,0,.7)
}

.caret-rng-game-bg-bet\/75 {
    caret-color: rgba(0,0,0,.75)
}

.caret-rng-game-bg-bet\/80 {
    caret-color: rgba(0,0,0,.8)
}

.caret-rng-game-bg-bet\/90 {
    caret-color: rgba(0,0,0,.9)
}

.caret-rng-game-bg-bet\/95 {
    caret-color: rgba(0,0,0,.95)
}

.caret-rng-game-bg-current-bet {
    caret-color: #ebce82
}

.caret-rng-game-bg-current-bet\/0 {
    caret-color: hsla(43,72%,72%,0)
}

.caret-rng-game-bg-current-bet\/10 {
    caret-color: hsla(43,72%,72%,.1)
}

.caret-rng-game-bg-current-bet\/100 {
    caret-color: #ebce82
}

.caret-rng-game-bg-current-bet\/20 {
    caret-color: hsla(43,72%,72%,.2)
}

.caret-rng-game-bg-current-bet\/25 {
    caret-color: hsla(43,72%,72%,.25)
}

.caret-rng-game-bg-current-bet\/30 {
    caret-color: hsla(43,72%,72%,.3)
}

.caret-rng-game-bg-current-bet\/40 {
    caret-color: hsla(43,72%,72%,.4)
}

.caret-rng-game-bg-current-bet\/5 {
    caret-color: hsla(43,72%,72%,.05)
}

.caret-rng-game-bg-current-bet\/50 {
    caret-color: hsla(43,72%,72%,.5)
}

.caret-rng-game-bg-current-bet\/60 {
    caret-color: hsla(43,72%,72%,.6)
}

.caret-rng-game-bg-current-bet\/70 {
    caret-color: hsla(43,72%,72%,.7)
}

.caret-rng-game-bg-current-bet\/75 {
    caret-color: hsla(43,72%,72%,.75)
}

.caret-rng-game-bg-current-bet\/80 {
    caret-color: hsla(43,72%,72%,.8)
}

.caret-rng-game-bg-current-bet\/90 {
    caret-color: hsla(43,72%,72%,.9)
}

.caret-rng-game-bg-current-bet\/95 {
    caret-color: hsla(43,72%,72%,.95)
}

.caret-rng-game-bg-filter {
    caret-color: #241a12
}

.caret-rng-game-bg-filter\/0 {
    caret-color: rgba(36,26,18,0)
}

.caret-rng-game-bg-filter\/10 {
    caret-color: rgba(36,26,18,.1)
}

.caret-rng-game-bg-filter\/100 {
    caret-color: #241a12
}

.caret-rng-game-bg-filter\/20 {
    caret-color: rgba(36,26,18,.2)
}

.caret-rng-game-bg-filter\/25 {
    caret-color: rgba(36,26,18,.25)
}

.caret-rng-game-bg-filter\/30 {
    caret-color: rgba(36,26,18,.3)
}

.caret-rng-game-bg-filter\/40 {
    caret-color: rgba(36,26,18,.4)
}

.caret-rng-game-bg-filter\/5 {
    caret-color: rgba(36,26,18,.05)
}

.caret-rng-game-bg-filter\/50 {
    caret-color: rgba(36,26,18,.5)
}

.caret-rng-game-bg-filter\/60 {
    caret-color: rgba(36,26,18,.6)
}

.caret-rng-game-bg-filter\/70 {
    caret-color: rgba(36,26,18,.7)
}

.caret-rng-game-bg-filter\/75 {
    caret-color: rgba(36,26,18,.75)
}

.caret-rng-game-bg-filter\/80 {
    caret-color: rgba(36,26,18,.8)
}

.caret-rng-game-bg-filter\/90 {
    caret-color: rgba(36,26,18,.9)
}

.caret-rng-game-bg-filter\/95 {
    caret-color: rgba(36,26,18,.95)
}

.caret-rng-game-bg-popup-bet {
    caret-color: #33322f
}

.caret-rng-game-bg-popup-bet\/0 {
    caret-color: rgba(51,50,47,0)
}

.caret-rng-game-bg-popup-bet\/10 {
    caret-color: rgba(51,50,47,.1)
}

.caret-rng-game-bg-popup-bet\/100 {
    caret-color: #33322f
}

.caret-rng-game-bg-popup-bet\/20 {
    caret-color: rgba(51,50,47,.2)
}

.caret-rng-game-bg-popup-bet\/25 {
    caret-color: rgba(51,50,47,.25)
}

.caret-rng-game-bg-popup-bet\/30 {
    caret-color: rgba(51,50,47,.3)
}

.caret-rng-game-bg-popup-bet\/40 {
    caret-color: rgba(51,50,47,.4)
}

.caret-rng-game-bg-popup-bet\/5 {
    caret-color: rgba(51,50,47,.05)
}

.caret-rng-game-bg-popup-bet\/50 {
    caret-color: rgba(51,50,47,.5)
}

.caret-rng-game-bg-popup-bet\/60 {
    caret-color: rgba(51,50,47,.6)
}

.caret-rng-game-bg-popup-bet\/70 {
    caret-color: rgba(51,50,47,.7)
}

.caret-rng-game-bg-popup-bet\/75 {
    caret-color: rgba(51,50,47,.75)
}

.caret-rng-game-bg-popup-bet\/80 {
    caret-color: rgba(51,50,47,.8)
}

.caret-rng-game-bg-popup-bet\/90 {
    caret-color: rgba(51,50,47,.9)
}

.caret-rng-game-bg-popup-bet\/95 {
    caret-color: rgba(51,50,47,.95)
}

.caret-rng-game-bg-tab {
    caret-color: #343434
}

.caret-rng-game-bg-tab\/0 {
    caret-color: rgba(52,52,52,0)
}

.caret-rng-game-bg-tab\/10 {
    caret-color: rgba(52,52,52,.1)
}

.caret-rng-game-bg-tab\/100 {
    caret-color: #343434
}

.caret-rng-game-bg-tab\/20 {
    caret-color: rgba(52,52,52,.2)
}

.caret-rng-game-bg-tab\/25 {
    caret-color: rgba(52,52,52,.25)
}

.caret-rng-game-bg-tab\/30 {
    caret-color: rgba(52,52,52,.3)
}

.caret-rng-game-bg-tab\/40 {
    caret-color: rgba(52,52,52,.4)
}

.caret-rng-game-bg-tab\/5 {
    caret-color: rgba(52,52,52,.05)
}

.caret-rng-game-bg-tab\/50 {
    caret-color: rgba(52,52,52,.5)
}

.caret-rng-game-bg-tab\/60 {
    caret-color: rgba(52,52,52,.6)
}

.caret-rng-game-bg-tab\/70 {
    caret-color: rgba(52,52,52,.7)
}

.caret-rng-game-bg-tab\/75 {
    caret-color: rgba(52,52,52,.75)
}

.caret-rng-game-bg-tab\/80 {
    caret-color: rgba(52,52,52,.8)
}

.caret-rng-game-bg-tab\/90 {
    caret-color: rgba(52,52,52,.9)
}

.caret-rng-game-bg-tab\/95 {
    caret-color: rgba(52,52,52,.95)
}

.caret-rng-game-border-circle {
    caret-color: #ae8f65
}

.caret-rng-game-border-circle\/0 {
    caret-color: hsla(35,31%,54%,0)
}

.caret-rng-game-border-circle\/10 {
    caret-color: hsla(35,31%,54%,.1)
}

.caret-rng-game-border-circle\/100 {
    caret-color: #ae8f65
}

.caret-rng-game-border-circle\/20 {
    caret-color: hsla(35,31%,54%,.2)
}

.caret-rng-game-border-circle\/25 {
    caret-color: hsla(35,31%,54%,.25)
}

.caret-rng-game-border-circle\/30 {
    caret-color: hsla(35,31%,54%,.3)
}

.caret-rng-game-border-circle\/40 {
    caret-color: hsla(35,31%,54%,.4)
}

.caret-rng-game-border-circle\/5 {
    caret-color: hsla(35,31%,54%,.05)
}

.caret-rng-game-border-circle\/50 {
    caret-color: hsla(35,31%,54%,.5)
}

.caret-rng-game-border-circle\/60 {
    caret-color: hsla(35,31%,54%,.6)
}

.caret-rng-game-border-circle\/70 {
    caret-color: hsla(35,31%,54%,.7)
}

.caret-rng-game-border-circle\/75 {
    caret-color: hsla(35,31%,54%,.75)
}

.caret-rng-game-border-circle\/80 {
    caret-color: hsla(35,31%,54%,.8)
}

.caret-rng-game-border-circle\/90 {
    caret-color: hsla(35,31%,54%,.9)
}

.caret-rng-game-border-circle\/95 {
    caret-color: hsla(35,31%,54%,.95)
}

.caret-rng-game-text-current-bet {
    caret-color: #513924
}

.caret-rng-game-text-current-bet\/0 {
    caret-color: rgba(81,57,36,0)
}

.caret-rng-game-text-current-bet\/10 {
    caret-color: rgba(81,57,36,.1)
}

.caret-rng-game-text-current-bet\/100 {
    caret-color: #513924
}

.caret-rng-game-text-current-bet\/20 {
    caret-color: rgba(81,57,36,.2)
}

.caret-rng-game-text-current-bet\/25 {
    caret-color: rgba(81,57,36,.25)
}

.caret-rng-game-text-current-bet\/30 {
    caret-color: rgba(81,57,36,.3)
}

.caret-rng-game-text-current-bet\/40 {
    caret-color: rgba(81,57,36,.4)
}

.caret-rng-game-text-current-bet\/5 {
    caret-color: rgba(81,57,36,.05)
}

.caret-rng-game-text-current-bet\/50 {
    caret-color: rgba(81,57,36,.5)
}

.caret-rng-game-text-current-bet\/60 {
    caret-color: rgba(81,57,36,.6)
}

.caret-rng-game-text-current-bet\/70 {
    caret-color: rgba(81,57,36,.7)
}

.caret-rng-game-text-current-bet\/75 {
    caret-color: rgba(81,57,36,.75)
}

.caret-rng-game-text-current-bet\/80 {
    caret-color: rgba(81,57,36,.8)
}

.caret-rng-game-text-current-bet\/90 {
    caret-color: rgba(81,57,36,.9)
}

.caret-rng-game-text-current-bet\/95 {
    caret-color: rgba(81,57,36,.95)
}

.accent-gray-text-footer {
    accent-color: #70716f
}

.accent-gray-text-footer\/0 {
    accent-color: hsla(90,1%,44%,0)
}

.accent-gray-text-footer\/10 {
    accent-color: hsla(90,1%,44%,.1)
}

.accent-gray-text-footer\/100 {
    accent-color: #70716f
}

.accent-gray-text-footer\/20 {
    accent-color: hsla(90,1%,44%,.2)
}

.accent-gray-text-footer\/25 {
    accent-color: hsla(90,1%,44%,.25)
}

.accent-gray-text-footer\/30 {
    accent-color: hsla(90,1%,44%,.3)
}

.accent-gray-text-footer\/40 {
    accent-color: hsla(90,1%,44%,.4)
}

.accent-gray-text-footer\/5 {
    accent-color: hsla(90,1%,44%,.05)
}

.accent-gray-text-footer\/50 {
    accent-color: hsla(90,1%,44%,.5)
}

.accent-gray-text-footer\/60 {
    accent-color: hsla(90,1%,44%,.6)
}

.accent-gray-text-footer\/70 {
    accent-color: hsla(90,1%,44%,.7)
}

.accent-gray-text-footer\/75 {
    accent-color: hsla(90,1%,44%,.75)
}

.accent-gray-text-footer\/80 {
    accent-color: hsla(90,1%,44%,.8)
}

.accent-gray-text-footer\/90 {
    accent-color: hsla(90,1%,44%,.9)
}

.accent-gray-text-footer\/95 {
    accent-color: hsla(90,1%,44%,.95)
}

.accent-gray-text-game {
    accent-color: #8f8f8f
}

.accent-gray-text-game\/0 {
    accent-color: hsla(0,0%,56%,0)
}

.accent-gray-text-game\/10 {
    accent-color: hsla(0,0%,56%,.1)
}

.accent-gray-text-game\/100 {
    accent-color: #8f8f8f
}

.accent-gray-text-game\/20 {
    accent-color: hsla(0,0%,56%,.2)
}

.accent-gray-text-game\/25 {
    accent-color: hsla(0,0%,56%,.25)
}

.accent-gray-text-game\/30 {
    accent-color: hsla(0,0%,56%,.3)
}

.accent-gray-text-game\/40 {
    accent-color: hsla(0,0%,56%,.4)
}

.accent-gray-text-game\/5 {
    accent-color: hsla(0,0%,56%,.05)
}

.accent-gray-text-game\/50 {
    accent-color: hsla(0,0%,56%,.5)
}

.accent-gray-text-game\/60 {
    accent-color: hsla(0,0%,56%,.6)
}

.accent-gray-text-game\/70 {
    accent-color: hsla(0,0%,56%,.7)
}

.accent-gray-text-game\/75 {
    accent-color: hsla(0,0%,56%,.75)
}

.accent-gray-text-game\/80 {
    accent-color: hsla(0,0%,56%,.8)
}

.accent-gray-text-game\/90 {
    accent-color: hsla(0,0%,56%,.9)
}

.accent-gray-text-game\/95 {
    accent-color: hsla(0,0%,56%,.95)
}

.accent-gray-text-popup-login {
    accent-color: grey
}

.accent-gray-text-popup-login\/0 {
    accent-color: hsla(0,0%,50%,0)
}

.accent-gray-text-popup-login\/10 {
    accent-color: hsla(0,0%,50%,.1)
}

.accent-gray-text-popup-login\/100 {
    accent-color: grey
}

.accent-gray-text-popup-login\/20 {
    accent-color: hsla(0,0%,50%,.2)
}

.accent-gray-text-popup-login\/25 {
    accent-color: hsla(0,0%,50%,.25)
}

.accent-gray-text-popup-login\/30 {
    accent-color: hsla(0,0%,50%,.3)
}

.accent-gray-text-popup-login\/40 {
    accent-color: hsla(0,0%,50%,.4)
}

.accent-gray-text-popup-login\/5 {
    accent-color: hsla(0,0%,50%,.05)
}

.accent-gray-text-popup-login\/50 {
    accent-color: hsla(0,0%,50%,.5)
}

.accent-gray-text-popup-login\/60 {
    accent-color: hsla(0,0%,50%,.6)
}

.accent-gray-text-popup-login\/70 {
    accent-color: hsla(0,0%,50%,.7)
}

.accent-gray-text-popup-login\/75 {
    accent-color: hsla(0,0%,50%,.75)
}

.accent-gray-text-popup-login\/80 {
    accent-color: hsla(0,0%,50%,.8)
}

.accent-gray-text-popup-login\/90 {
    accent-color: hsla(0,0%,50%,.9)
}

.accent-gray-text-popup-login\/95 {
    accent-color: hsla(0,0%,50%,.95)
}

.accent-mobile-nav-text-inactive {
    accent-color: #dbd2c2
}

.accent-mobile-nav-text-inactive\/0 {
    accent-color: hsla(38,26%,81%,0)
}

.accent-mobile-nav-text-inactive\/10 {
    accent-color: hsla(38,26%,81%,.1)
}

.accent-mobile-nav-text-inactive\/100 {
    accent-color: #dbd2c2
}

.accent-mobile-nav-text-inactive\/20 {
    accent-color: hsla(38,26%,81%,.2)
}

.accent-mobile-nav-text-inactive\/25 {
    accent-color: hsla(38,26%,81%,.25)
}

.accent-mobile-nav-text-inactive\/30 {
    accent-color: hsla(38,26%,81%,.3)
}

.accent-mobile-nav-text-inactive\/40 {
    accent-color: hsla(38,26%,81%,.4)
}

.accent-mobile-nav-text-inactive\/5 {
    accent-color: hsla(38,26%,81%,.05)
}

.accent-mobile-nav-text-inactive\/50 {
    accent-color: hsla(38,26%,81%,.5)
}

.accent-mobile-nav-text-inactive\/60 {
    accent-color: hsla(38,26%,81%,.6)
}

.accent-mobile-nav-text-inactive\/70 {
    accent-color: hsla(38,26%,81%,.7)
}

.accent-mobile-nav-text-inactive\/75 {
    accent-color: hsla(38,26%,81%,.75)
}

.accent-mobile-nav-text-inactive\/80 {
    accent-color: hsla(38,26%,81%,.8)
}

.accent-mobile-nav-text-inactive\/90 {
    accent-color: hsla(38,26%,81%,.9)
}

.accent-mobile-nav-text-inactive\/95 {
    accent-color: hsla(38,26%,81%,.95)
}

.accent-red-bg-hot-pick {
    accent-color: #170e0a
}

.accent-red-bg-hot-pick\/0 {
    accent-color: rgba(23,14,10,0)
}

.accent-red-bg-hot-pick\/10 {
    accent-color: rgba(23,14,10,.1)
}

.accent-red-bg-hot-pick\/100 {
    accent-color: #170e0a
}

.accent-red-bg-hot-pick\/20 {
    accent-color: rgba(23,14,10,.2)
}

.accent-red-bg-hot-pick\/25 {
    accent-color: rgba(23,14,10,.25)
}

.accent-red-bg-hot-pick\/30 {
    accent-color: rgba(23,14,10,.3)
}

.accent-red-bg-hot-pick\/40 {
    accent-color: rgba(23,14,10,.4)
}

.accent-red-bg-hot-pick\/5 {
    accent-color: rgba(23,14,10,.05)
}

.accent-red-bg-hot-pick\/50 {
    accent-color: rgba(23,14,10,.5)
}

.accent-red-bg-hot-pick\/60 {
    accent-color: rgba(23,14,10,.6)
}

.accent-red-bg-hot-pick\/70 {
    accent-color: rgba(23,14,10,.7)
}

.accent-red-bg-hot-pick\/75 {
    accent-color: rgba(23,14,10,.75)
}

.accent-red-bg-hot-pick\/80 {
    accent-color: rgba(23,14,10,.8)
}

.accent-red-bg-hot-pick\/90 {
    accent-color: rgba(23,14,10,.9)
}

.accent-red-bg-hot-pick\/95 {
    accent-color: rgba(23,14,10,.95)
}

.accent-rng-game-bg-bet {
    accent-color: #000
}

.accent-rng-game-bg-bet\/0 {
    accent-color: transparent
}

.accent-rng-game-bg-bet\/10 {
    accent-color: rgba(0,0,0,.1)
}

.accent-rng-game-bg-bet\/100 {
    accent-color: #000
}

.accent-rng-game-bg-bet\/20 {
    accent-color: rgba(0,0,0,.2)
}

.accent-rng-game-bg-bet\/25 {
    accent-color: rgba(0,0,0,.25)
}

.accent-rng-game-bg-bet\/30 {
    accent-color: rgba(0,0,0,.3)
}

.accent-rng-game-bg-bet\/40 {
    accent-color: rgba(0,0,0,.4)
}

.accent-rng-game-bg-bet\/5 {
    accent-color: rgba(0,0,0,.05)
}

.accent-rng-game-bg-bet\/50 {
    accent-color: rgba(0,0,0,.5)
}

.accent-rng-game-bg-bet\/60 {
    accent-color: rgba(0,0,0,.6)
}

.accent-rng-game-bg-bet\/70 {
    accent-color: rgba(0,0,0,.7)
}

.accent-rng-game-bg-bet\/75 {
    accent-color: rgba(0,0,0,.75)
}

.accent-rng-game-bg-bet\/80 {
    accent-color: rgba(0,0,0,.8)
}

.accent-rng-game-bg-bet\/90 {
    accent-color: rgba(0,0,0,.9)
}

.accent-rng-game-bg-bet\/95 {
    accent-color: rgba(0,0,0,.95)
}

.accent-rng-game-bg-current-bet {
    accent-color: #ebce82
}

.accent-rng-game-bg-current-bet\/0 {
    accent-color: hsla(43,72%,72%,0)
}

.accent-rng-game-bg-current-bet\/10 {
    accent-color: hsla(43,72%,72%,.1)
}

.accent-rng-game-bg-current-bet\/100 {
    accent-color: #ebce82
}

.accent-rng-game-bg-current-bet\/20 {
    accent-color: hsla(43,72%,72%,.2)
}

.accent-rng-game-bg-current-bet\/25 {
    accent-color: hsla(43,72%,72%,.25)
}

.accent-rng-game-bg-current-bet\/30 {
    accent-color: hsla(43,72%,72%,.3)
}

.accent-rng-game-bg-current-bet\/40 {
    accent-color: hsla(43,72%,72%,.4)
}

.accent-rng-game-bg-current-bet\/5 {
    accent-color: hsla(43,72%,72%,.05)
}

.accent-rng-game-bg-current-bet\/50 {
    accent-color: hsla(43,72%,72%,.5)
}

.accent-rng-game-bg-current-bet\/60 {
    accent-color: hsla(43,72%,72%,.6)
}

.accent-rng-game-bg-current-bet\/70 {
    accent-color: hsla(43,72%,72%,.7)
}

.accent-rng-game-bg-current-bet\/75 {
    accent-color: hsla(43,72%,72%,.75)
}

.accent-rng-game-bg-current-bet\/80 {
    accent-color: hsla(43,72%,72%,.8)
}

.accent-rng-game-bg-current-bet\/90 {
    accent-color: hsla(43,72%,72%,.9)
}

.accent-rng-game-bg-current-bet\/95 {
    accent-color: hsla(43,72%,72%,.95)
}

.accent-rng-game-bg-filter {
    accent-color: #241a12
}

.accent-rng-game-bg-filter\/0 {
    accent-color: rgba(36,26,18,0)
}

.accent-rng-game-bg-filter\/10 {
    accent-color: rgba(36,26,18,.1)
}

.accent-rng-game-bg-filter\/100 {
    accent-color: #241a12
}

.accent-rng-game-bg-filter\/20 {
    accent-color: rgba(36,26,18,.2)
}

.accent-rng-game-bg-filter\/25 {
    accent-color: rgba(36,26,18,.25)
}

.accent-rng-game-bg-filter\/30 {
    accent-color: rgba(36,26,18,.3)
}

.accent-rng-game-bg-filter\/40 {
    accent-color: rgba(36,26,18,.4)
}

.accent-rng-game-bg-filter\/5 {
    accent-color: rgba(36,26,18,.05)
}

.accent-rng-game-bg-filter\/50 {
    accent-color: rgba(36,26,18,.5)
}

.accent-rng-game-bg-filter\/60 {
    accent-color: rgba(36,26,18,.6)
}

.accent-rng-game-bg-filter\/70 {
    accent-color: rgba(36,26,18,.7)
}

.accent-rng-game-bg-filter\/75 {
    accent-color: rgba(36,26,18,.75)
}

.accent-rng-game-bg-filter\/80 {
    accent-color: rgba(36,26,18,.8)
}

.accent-rng-game-bg-filter\/90 {
    accent-color: rgba(36,26,18,.9)
}

.accent-rng-game-bg-filter\/95 {
    accent-color: rgba(36,26,18,.95)
}

.accent-rng-game-bg-popup-bet {
    accent-color: #33322f
}

.accent-rng-game-bg-popup-bet\/0 {
    accent-color: rgba(51,50,47,0)
}

.accent-rng-game-bg-popup-bet\/10 {
    accent-color: rgba(51,50,47,.1)
}

.accent-rng-game-bg-popup-bet\/100 {
    accent-color: #33322f
}

.accent-rng-game-bg-popup-bet\/20 {
    accent-color: rgba(51,50,47,.2)
}

.accent-rng-game-bg-popup-bet\/25 {
    accent-color: rgba(51,50,47,.25)
}

.accent-rng-game-bg-popup-bet\/30 {
    accent-color: rgba(51,50,47,.3)
}

.accent-rng-game-bg-popup-bet\/40 {
    accent-color: rgba(51,50,47,.4)
}

.accent-rng-game-bg-popup-bet\/5 {
    accent-color: rgba(51,50,47,.05)
}

.accent-rng-game-bg-popup-bet\/50 {
    accent-color: rgba(51,50,47,.5)
}

.accent-rng-game-bg-popup-bet\/60 {
    accent-color: rgba(51,50,47,.6)
}

.accent-rng-game-bg-popup-bet\/70 {
    accent-color: rgba(51,50,47,.7)
}

.accent-rng-game-bg-popup-bet\/75 {
    accent-color: rgba(51,50,47,.75)
}

.accent-rng-game-bg-popup-bet\/80 {
    accent-color: rgba(51,50,47,.8)
}

.accent-rng-game-bg-popup-bet\/90 {
    accent-color: rgba(51,50,47,.9)
}

.accent-rng-game-bg-popup-bet\/95 {
    accent-color: rgba(51,50,47,.95)
}

.accent-rng-game-bg-tab {
    accent-color: #343434
}

.accent-rng-game-bg-tab\/0 {
    accent-color: rgba(52,52,52,0)
}

.accent-rng-game-bg-tab\/10 {
    accent-color: rgba(52,52,52,.1)
}

.accent-rng-game-bg-tab\/100 {
    accent-color: #343434
}

.accent-rng-game-bg-tab\/20 {
    accent-color: rgba(52,52,52,.2)
}

.accent-rng-game-bg-tab\/25 {
    accent-color: rgba(52,52,52,.25)
}

.accent-rng-game-bg-tab\/30 {
    accent-color: rgba(52,52,52,.3)
}

.accent-rng-game-bg-tab\/40 {
    accent-color: rgba(52,52,52,.4)
}

.accent-rng-game-bg-tab\/5 {
    accent-color: rgba(52,52,52,.05)
}

.accent-rng-game-bg-tab\/50 {
    accent-color: rgba(52,52,52,.5)
}

.accent-rng-game-bg-tab\/60 {
    accent-color: rgba(52,52,52,.6)
}

.accent-rng-game-bg-tab\/70 {
    accent-color: rgba(52,52,52,.7)
}

.accent-rng-game-bg-tab\/75 {
    accent-color: rgba(52,52,52,.75)
}

.accent-rng-game-bg-tab\/80 {
    accent-color: rgba(52,52,52,.8)
}

.accent-rng-game-bg-tab\/90 {
    accent-color: rgba(52,52,52,.9)
}

.accent-rng-game-bg-tab\/95 {
    accent-color: rgba(52,52,52,.95)
}

.accent-rng-game-border-circle {
    accent-color: #ae8f65
}

.accent-rng-game-border-circle\/0 {
    accent-color: hsla(35,31%,54%,0)
}

.accent-rng-game-border-circle\/10 {
    accent-color: hsla(35,31%,54%,.1)
}

.accent-rng-game-border-circle\/100 {
    accent-color: #ae8f65
}

.accent-rng-game-border-circle\/20 {
    accent-color: hsla(35,31%,54%,.2)
}

.accent-rng-game-border-circle\/25 {
    accent-color: hsla(35,31%,54%,.25)
}

.accent-rng-game-border-circle\/30 {
    accent-color: hsla(35,31%,54%,.3)
}

.accent-rng-game-border-circle\/40 {
    accent-color: hsla(35,31%,54%,.4)
}

.accent-rng-game-border-circle\/5 {
    accent-color: hsla(35,31%,54%,.05)
}

.accent-rng-game-border-circle\/50 {
    accent-color: hsla(35,31%,54%,.5)
}

.accent-rng-game-border-circle\/60 {
    accent-color: hsla(35,31%,54%,.6)
}

.accent-rng-game-border-circle\/70 {
    accent-color: hsla(35,31%,54%,.7)
}

.accent-rng-game-border-circle\/75 {
    accent-color: hsla(35,31%,54%,.75)
}

.accent-rng-game-border-circle\/80 {
    accent-color: hsla(35,31%,54%,.8)
}

.accent-rng-game-border-circle\/90 {
    accent-color: hsla(35,31%,54%,.9)
}

.accent-rng-game-border-circle\/95 {
    accent-color: hsla(35,31%,54%,.95)
}

.accent-rng-game-text-current-bet {
    accent-color: #513924
}

.accent-rng-game-text-current-bet\/0 {
    accent-color: rgba(81,57,36,0)
}

.accent-rng-game-text-current-bet\/10 {
    accent-color: rgba(81,57,36,.1)
}

.accent-rng-game-text-current-bet\/100 {
    accent-color: #513924
}

.accent-rng-game-text-current-bet\/20 {
    accent-color: rgba(81,57,36,.2)
}

.accent-rng-game-text-current-bet\/25 {
    accent-color: rgba(81,57,36,.25)
}

.accent-rng-game-text-current-bet\/30 {
    accent-color: rgba(81,57,36,.3)
}

.accent-rng-game-text-current-bet\/40 {
    accent-color: rgba(81,57,36,.4)
}

.accent-rng-game-text-current-bet\/5 {
    accent-color: rgba(81,57,36,.05)
}

.accent-rng-game-text-current-bet\/50 {
    accent-color: rgba(81,57,36,.5)
}

.accent-rng-game-text-current-bet\/60 {
    accent-color: rgba(81,57,36,.6)
}

.accent-rng-game-text-current-bet\/70 {
    accent-color: rgba(81,57,36,.7)
}

.accent-rng-game-text-current-bet\/75 {
    accent-color: rgba(81,57,36,.75)
}

.accent-rng-game-text-current-bet\/80 {
    accent-color: rgba(81,57,36,.8)
}

.accent-rng-game-text-current-bet\/90 {
    accent-color: rgba(81,57,36,.9)
}

.accent-rng-game-text-current-bet\/95 {
    accent-color: rgba(81,57,36,.95)
}

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.opacity-25 {
    opacity: .25
}

.opacity-50 {
    opacity: .5
}

.opacity-60 {
    opacity: .6
}

.opacity-70 {
    opacity: .7
}

.opacity-75 {
    opacity: .75
}

.bg-blend-normal {
    background-blend-mode: normal
}

.bg-blend-multiply {
    background-blend-mode: multiply
}

.bg-blend-screen {
    background-blend-mode: screen
}

.bg-blend-overlay {
    background-blend-mode: overlay
}

.bg-blend-darken {
    background-blend-mode: darken
}

.bg-blend-lighten {
    background-blend-mode: lighten
}

.bg-blend-color-dodge {
    background-blend-mode: color-dodge
}

.bg-blend-color-burn {
    background-blend-mode: color-burn
}

.bg-blend-hard-light {
    background-blend-mode: hard-light
}

.bg-blend-soft-light {
    background-blend-mode: soft-light
}

.bg-blend-difference {
    background-blend-mode: difference
}

.bg-blend-exclusion {
    background-blend-mode: exclusion
}

.bg-blend-hue {
    background-blend-mode: hue
}

.bg-blend-saturation {
    background-blend-mode: saturation
}

.bg-blend-color {
    background-blend-mode: color
}

.bg-blend-luminosity {
    background-blend-mode: luminosity
}

.shadow-input-user-profile,.shadow-local-bank-group-input {
    --tw-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
    --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color)
}

.shadow-input-user-profile,.shadow-local-bank-group-input,.shadow-mobile-sidebar {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-mobile-sidebar {
    --tw-shadow: 4px 0px 3px 0px rgba(0,0,0,.25);
    --tw-shadow-colored: 4px 0px 3px 0px var(--tw-shadow-color)
}

.shadow-slider-button-hot-match {
    --tw-shadow: 0px 4px 4px rgba(0,0,0,.5);
    --tw-shadow-colored: 0px 4px 4px 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-gray-text-footer {
    --tw-shadow-color: #70716f;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-footer\/0 {
    --tw-shadow-color: hsla(90,1%,44%,0);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-footer\/10 {
    --tw-shadow-color: hsla(90,1%,44%,.1);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-footer\/100 {
    --tw-shadow-color: #70716f;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-footer\/20 {
    --tw-shadow-color: hsla(90,1%,44%,.2);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-footer\/25 {
    --tw-shadow-color: hsla(90,1%,44%,.25);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-footer\/30 {
    --tw-shadow-color: hsla(90,1%,44%,.3);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-footer\/40 {
    --tw-shadow-color: hsla(90,1%,44%,.4);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-footer\/5 {
    --tw-shadow-color: hsla(90,1%,44%,.05);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-footer\/50 {
    --tw-shadow-color: hsla(90,1%,44%,.5);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-footer\/60 {
    --tw-shadow-color: hsla(90,1%,44%,.6);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-footer\/70 {
    --tw-shadow-color: hsla(90,1%,44%,.7);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-footer\/75 {
    --tw-shadow-color: hsla(90,1%,44%,.75);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-footer\/80 {
    --tw-shadow-color: hsla(90,1%,44%,.8);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-footer\/90 {
    --tw-shadow-color: hsla(90,1%,44%,.9);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-footer\/95 {
    --tw-shadow-color: hsla(90,1%,44%,.95);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-game {
    --tw-shadow-color: #8f8f8f;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-game\/0 {
    --tw-shadow-color: hsla(0,0%,56%,0);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-game\/10 {
    --tw-shadow-color: hsla(0,0%,56%,.1);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-game\/100 {
    --tw-shadow-color: #8f8f8f;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-game\/20 {
    --tw-shadow-color: hsla(0,0%,56%,.2);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-game\/25 {
    --tw-shadow-color: hsla(0,0%,56%,.25);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-game\/30 {
    --tw-shadow-color: hsla(0,0%,56%,.3);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-game\/40 {
    --tw-shadow-color: hsla(0,0%,56%,.4);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-game\/5 {
    --tw-shadow-color: hsla(0,0%,56%,.05);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-game\/50 {
    --tw-shadow-color: hsla(0,0%,56%,.5);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-game\/60 {
    --tw-shadow-color: hsla(0,0%,56%,.6);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-game\/70 {
    --tw-shadow-color: hsla(0,0%,56%,.7);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-game\/75 {
    --tw-shadow-color: hsla(0,0%,56%,.75);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-game\/80 {
    --tw-shadow-color: hsla(0,0%,56%,.8);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-game\/90 {
    --tw-shadow-color: hsla(0,0%,56%,.9);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-game\/95 {
    --tw-shadow-color: hsla(0,0%,56%,.95);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-popup-login {
    --tw-shadow-color: grey;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-popup-login\/0 {
    --tw-shadow-color: hsla(0,0%,50%,0);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-popup-login\/10 {
    --tw-shadow-color: hsla(0,0%,50%,.1);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-popup-login\/100 {
    --tw-shadow-color: grey;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-popup-login\/20 {
    --tw-shadow-color: hsla(0,0%,50%,.2);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-popup-login\/25 {
    --tw-shadow-color: hsla(0,0%,50%,.25);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-popup-login\/30 {
    --tw-shadow-color: hsla(0,0%,50%,.3);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-popup-login\/40 {
    --tw-shadow-color: hsla(0,0%,50%,.4);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-popup-login\/5 {
    --tw-shadow-color: hsla(0,0%,50%,.05);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-popup-login\/50 {
    --tw-shadow-color: hsla(0,0%,50%,.5);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-popup-login\/60 {
    --tw-shadow-color: hsla(0,0%,50%,.6);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-popup-login\/70 {
    --tw-shadow-color: hsla(0,0%,50%,.7);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-popup-login\/75 {
    --tw-shadow-color: hsla(0,0%,50%,.75);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-popup-login\/80 {
    --tw-shadow-color: hsla(0,0%,50%,.8);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-popup-login\/90 {
    --tw-shadow-color: hsla(0,0%,50%,.9);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-gray-text-popup-login\/95 {
    --tw-shadow-color: hsla(0,0%,50%,.95);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-mobile-nav-text-inactive {
    --tw-shadow-color: #dbd2c2;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-mobile-nav-text-inactive\/0 {
    --tw-shadow-color: hsla(38,26%,81%,0);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-mobile-nav-text-inactive\/10 {
    --tw-shadow-color: hsla(38,26%,81%,.1);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-mobile-nav-text-inactive\/100 {
    --tw-shadow-color: #dbd2c2;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-mobile-nav-text-inactive\/20 {
    --tw-shadow-color: hsla(38,26%,81%,.2);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-mobile-nav-text-inactive\/25 {
    --tw-shadow-color: hsla(38,26%,81%,.25);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-mobile-nav-text-inactive\/30 {
    --tw-shadow-color: hsla(38,26%,81%,.3);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-mobile-nav-text-inactive\/40 {
    --tw-shadow-color: hsla(38,26%,81%,.4);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-mobile-nav-text-inactive\/5 {
    --tw-shadow-color: hsla(38,26%,81%,.05);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-mobile-nav-text-inactive\/50 {
    --tw-shadow-color: hsla(38,26%,81%,.5);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-mobile-nav-text-inactive\/60 {
    --tw-shadow-color: hsla(38,26%,81%,.6);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-mobile-nav-text-inactive\/70 {
    --tw-shadow-color: hsla(38,26%,81%,.7);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-mobile-nav-text-inactive\/75 {
    --tw-shadow-color: hsla(38,26%,81%,.75);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-mobile-nav-text-inactive\/80 {
    --tw-shadow-color: hsla(38,26%,81%,.8);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-mobile-nav-text-inactive\/90 {
    --tw-shadow-color: hsla(38,26%,81%,.9);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-mobile-nav-text-inactive\/95 {
    --tw-shadow-color: hsla(38,26%,81%,.95);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-red-bg-hot-pick {
    --tw-shadow-color: #170e0a;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-red-bg-hot-pick\/0 {
    --tw-shadow-color: rgba(23,14,10,0);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-red-bg-hot-pick\/10 {
    --tw-shadow-color: rgba(23,14,10,.1);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-red-bg-hot-pick\/100 {
    --tw-shadow-color: #170e0a;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-red-bg-hot-pick\/20 {
    --tw-shadow-color: rgba(23,14,10,.2);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-red-bg-hot-pick\/25 {
    --tw-shadow-color: rgba(23,14,10,.25);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-red-bg-hot-pick\/30 {
    --tw-shadow-color: rgba(23,14,10,.3);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-red-bg-hot-pick\/40 {
    --tw-shadow-color: rgba(23,14,10,.4);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-red-bg-hot-pick\/5 {
    --tw-shadow-color: rgba(23,14,10,.05);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-red-bg-hot-pick\/50 {
    --tw-shadow-color: rgba(23,14,10,.5);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-red-bg-hot-pick\/60 {
    --tw-shadow-color: rgba(23,14,10,.6);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-red-bg-hot-pick\/70 {
    --tw-shadow-color: rgba(23,14,10,.7);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-red-bg-hot-pick\/75 {
    --tw-shadow-color: rgba(23,14,10,.75);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-red-bg-hot-pick\/80 {
    --tw-shadow-color: rgba(23,14,10,.8);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-red-bg-hot-pick\/90 {
    --tw-shadow-color: rgba(23,14,10,.9);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-red-bg-hot-pick\/95 {
    --tw-shadow-color: rgba(23,14,10,.95);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-bet {
    --tw-shadow-color: #000;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-bet\/0 {
    --tw-shadow-color: transparent;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-bet\/10 {
    --tw-shadow-color: rgba(0,0,0,.1);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-bet\/100 {
    --tw-shadow-color: #000;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-bet\/20 {
    --tw-shadow-color: rgba(0,0,0,.2);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-bet\/25 {
    --tw-shadow-color: rgba(0,0,0,.25);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-bet\/30 {
    --tw-shadow-color: rgba(0,0,0,.3);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-bet\/40 {
    --tw-shadow-color: rgba(0,0,0,.4);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-bet\/5 {
    --tw-shadow-color: rgba(0,0,0,.05);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-bet\/50 {
    --tw-shadow-color: rgba(0,0,0,.5);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-bet\/60 {
    --tw-shadow-color: rgba(0,0,0,.6);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-bet\/70 {
    --tw-shadow-color: rgba(0,0,0,.7);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-bet\/75 {
    --tw-shadow-color: rgba(0,0,0,.75);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-bet\/80 {
    --tw-shadow-color: rgba(0,0,0,.8);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-bet\/90 {
    --tw-shadow-color: rgba(0,0,0,.9);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-bet\/95 {
    --tw-shadow-color: rgba(0,0,0,.95);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-current-bet {
    --tw-shadow-color: #ebce82;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-current-bet\/0 {
    --tw-shadow-color: hsla(43,72%,72%,0);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-current-bet\/10 {
    --tw-shadow-color: hsla(43,72%,72%,.1);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-current-bet\/100 {
    --tw-shadow-color: #ebce82;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-current-bet\/20 {
    --tw-shadow-color: hsla(43,72%,72%,.2);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-current-bet\/25 {
    --tw-shadow-color: hsla(43,72%,72%,.25);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-current-bet\/30 {
    --tw-shadow-color: hsla(43,72%,72%,.3);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-current-bet\/40 {
    --tw-shadow-color: hsla(43,72%,72%,.4);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-current-bet\/5 {
    --tw-shadow-color: hsla(43,72%,72%,.05);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-current-bet\/50 {
    --tw-shadow-color: hsla(43,72%,72%,.5);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-current-bet\/60 {
    --tw-shadow-color: hsla(43,72%,72%,.6);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-current-bet\/70 {
    --tw-shadow-color: hsla(43,72%,72%,.7);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-current-bet\/75 {
    --tw-shadow-color: hsla(43,72%,72%,.75);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-current-bet\/80 {
    --tw-shadow-color: hsla(43,72%,72%,.8);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-current-bet\/90 {
    --tw-shadow-color: hsla(43,72%,72%,.9);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-current-bet\/95 {
    --tw-shadow-color: hsla(43,72%,72%,.95);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-filter {
    --tw-shadow-color: #241a12;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-filter\/0 {
    --tw-shadow-color: rgba(36,26,18,0);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-filter\/10 {
    --tw-shadow-color: rgba(36,26,18,.1);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-filter\/100 {
    --tw-shadow-color: #241a12;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-filter\/20 {
    --tw-shadow-color: rgba(36,26,18,.2);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-filter\/25 {
    --tw-shadow-color: rgba(36,26,18,.25);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-filter\/30 {
    --tw-shadow-color: rgba(36,26,18,.3);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-filter\/40 {
    --tw-shadow-color: rgba(36,26,18,.4);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-filter\/5 {
    --tw-shadow-color: rgba(36,26,18,.05);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-filter\/50 {
    --tw-shadow-color: rgba(36,26,18,.5);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-filter\/60 {
    --tw-shadow-color: rgba(36,26,18,.6);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-filter\/70 {
    --tw-shadow-color: rgba(36,26,18,.7);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-filter\/75 {
    --tw-shadow-color: rgba(36,26,18,.75);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-filter\/80 {
    --tw-shadow-color: rgba(36,26,18,.8);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-filter\/90 {
    --tw-shadow-color: rgba(36,26,18,.9);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-filter\/95 {
    --tw-shadow-color: rgba(36,26,18,.95);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-popup-bet {
    --tw-shadow-color: #33322f;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-popup-bet\/0 {
    --tw-shadow-color: rgba(51,50,47,0);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-popup-bet\/10 {
    --tw-shadow-color: rgba(51,50,47,.1);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-popup-bet\/100 {
    --tw-shadow-color: #33322f;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-popup-bet\/20 {
    --tw-shadow-color: rgba(51,50,47,.2);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-popup-bet\/25 {
    --tw-shadow-color: rgba(51,50,47,.25);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-popup-bet\/30 {
    --tw-shadow-color: rgba(51,50,47,.3);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-popup-bet\/40 {
    --tw-shadow-color: rgba(51,50,47,.4);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-popup-bet\/5 {
    --tw-shadow-color: rgba(51,50,47,.05);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-popup-bet\/50 {
    --tw-shadow-color: rgba(51,50,47,.5);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-popup-bet\/60 {
    --tw-shadow-color: rgba(51,50,47,.6);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-popup-bet\/70 {
    --tw-shadow-color: rgba(51,50,47,.7);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-popup-bet\/75 {
    --tw-shadow-color: rgba(51,50,47,.75);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-popup-bet\/80 {
    --tw-shadow-color: rgba(51,50,47,.8);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-popup-bet\/90 {
    --tw-shadow-color: rgba(51,50,47,.9);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-popup-bet\/95 {
    --tw-shadow-color: rgba(51,50,47,.95);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-tab {
    --tw-shadow-color: #343434;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-tab\/0 {
    --tw-shadow-color: rgba(52,52,52,0);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-tab\/10 {
    --tw-shadow-color: rgba(52,52,52,.1);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-tab\/100 {
    --tw-shadow-color: #343434;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-tab\/20 {
    --tw-shadow-color: rgba(52,52,52,.2);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-tab\/25 {
    --tw-shadow-color: rgba(52,52,52,.25);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-tab\/30 {
    --tw-shadow-color: rgba(52,52,52,.3);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-tab\/40 {
    --tw-shadow-color: rgba(52,52,52,.4);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-tab\/5 {
    --tw-shadow-color: rgba(52,52,52,.05);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-tab\/50 {
    --tw-shadow-color: rgba(52,52,52,.5);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-tab\/60 {
    --tw-shadow-color: rgba(52,52,52,.6);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-tab\/70 {
    --tw-shadow-color: rgba(52,52,52,.7);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-tab\/75 {
    --tw-shadow-color: rgba(52,52,52,.75);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-tab\/80 {
    --tw-shadow-color: rgba(52,52,52,.8);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-tab\/90 {
    --tw-shadow-color: rgba(52,52,52,.9);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-bg-tab\/95 {
    --tw-shadow-color: rgba(52,52,52,.95);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-border-circle {
    --tw-shadow-color: #ae8f65;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-border-circle\/0 {
    --tw-shadow-color: hsla(35,31%,54%,0);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-border-circle\/10 {
    --tw-shadow-color: hsla(35,31%,54%,.1);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-border-circle\/100 {
    --tw-shadow-color: #ae8f65;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-border-circle\/20 {
    --tw-shadow-color: hsla(35,31%,54%,.2);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-border-circle\/25 {
    --tw-shadow-color: hsla(35,31%,54%,.25);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-border-circle\/30 {
    --tw-shadow-color: hsla(35,31%,54%,.3);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-border-circle\/40 {
    --tw-shadow-color: hsla(35,31%,54%,.4);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-border-circle\/5 {
    --tw-shadow-color: hsla(35,31%,54%,.05);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-border-circle\/50 {
    --tw-shadow-color: hsla(35,31%,54%,.5);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-border-circle\/60 {
    --tw-shadow-color: hsla(35,31%,54%,.6);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-border-circle\/70 {
    --tw-shadow-color: hsla(35,31%,54%,.7);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-border-circle\/75 {
    --tw-shadow-color: hsla(35,31%,54%,.75);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-border-circle\/80 {
    --tw-shadow-color: hsla(35,31%,54%,.8);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-border-circle\/90 {
    --tw-shadow-color: hsla(35,31%,54%,.9);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-border-circle\/95 {
    --tw-shadow-color: hsla(35,31%,54%,.95);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-text-current-bet {
    --tw-shadow-color: #513924;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-text-current-bet\/0 {
    --tw-shadow-color: rgba(81,57,36,0);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-text-current-bet\/10 {
    --tw-shadow-color: rgba(81,57,36,.1);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-text-current-bet\/100 {
    --tw-shadow-color: #513924;
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-text-current-bet\/20 {
    --tw-shadow-color: rgba(81,57,36,.2);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-text-current-bet\/25 {
    --tw-shadow-color: rgba(81,57,36,.25);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-text-current-bet\/30 {
    --tw-shadow-color: rgba(81,57,36,.3);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-text-current-bet\/40 {
    --tw-shadow-color: rgba(81,57,36,.4);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-text-current-bet\/5 {
    --tw-shadow-color: rgba(81,57,36,.05);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-text-current-bet\/50 {
    --tw-shadow-color: rgba(81,57,36,.5);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-text-current-bet\/60 {
    --tw-shadow-color: rgba(81,57,36,.6);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-text-current-bet\/70 {
    --tw-shadow-color: rgba(81,57,36,.7);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-text-current-bet\/75 {
    --tw-shadow-color: rgba(81,57,36,.75);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-text-current-bet\/80 {
    --tw-shadow-color: rgba(81,57,36,.8);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-text-current-bet\/90 {
    --tw-shadow-color: rgba(81,57,36,.9);
    --tw-shadow: var(--tw-shadow-colored)
}

.shadow-rng-game-text-current-bet\/95 {
    --tw-shadow-color: rgba(81,57,36,.95);
    --tw-shadow: var(--tw-shadow-colored)
}

.outline-gray-text-footer {
    outline-color: #70716f
}

.outline-gray-text-footer\/0 {
    outline-color: hsla(90,1%,44%,0)
}

.outline-gray-text-footer\/10 {
    outline-color: hsla(90,1%,44%,.1)
}

.outline-gray-text-footer\/100 {
    outline-color: #70716f
}

.outline-gray-text-footer\/20 {
    outline-color: hsla(90,1%,44%,.2)
}

.outline-gray-text-footer\/25 {
    outline-color: hsla(90,1%,44%,.25)
}

.outline-gray-text-footer\/30 {
    outline-color: hsla(90,1%,44%,.3)
}

.outline-gray-text-footer\/40 {
    outline-color: hsla(90,1%,44%,.4)
}

.outline-gray-text-footer\/5 {
    outline-color: hsla(90,1%,44%,.05)
}

.outline-gray-text-footer\/50 {
    outline-color: hsla(90,1%,44%,.5)
}

.outline-gray-text-footer\/60 {
    outline-color: hsla(90,1%,44%,.6)
}

.outline-gray-text-footer\/70 {
    outline-color: hsla(90,1%,44%,.7)
}

.outline-gray-text-footer\/75 {
    outline-color: hsla(90,1%,44%,.75)
}

.outline-gray-text-footer\/80 {
    outline-color: hsla(90,1%,44%,.8)
}

.outline-gray-text-footer\/90 {
    outline-color: hsla(90,1%,44%,.9)
}

.outline-gray-text-footer\/95 {
    outline-color: hsla(90,1%,44%,.95)
}

.outline-gray-text-game {
    outline-color: #8f8f8f
}

.outline-gray-text-game\/0 {
    outline-color: hsla(0,0%,56%,0)
}

.outline-gray-text-game\/10 {
    outline-color: hsla(0,0%,56%,.1)
}

.outline-gray-text-game\/100 {
    outline-color: #8f8f8f
}

.outline-gray-text-game\/20 {
    outline-color: hsla(0,0%,56%,.2)
}

.outline-gray-text-game\/25 {
    outline-color: hsla(0,0%,56%,.25)
}

.outline-gray-text-game\/30 {
    outline-color: hsla(0,0%,56%,.3)
}

.outline-gray-text-game\/40 {
    outline-color: hsla(0,0%,56%,.4)
}

.outline-gray-text-game\/5 {
    outline-color: hsla(0,0%,56%,.05)
}

.outline-gray-text-game\/50 {
    outline-color: hsla(0,0%,56%,.5)
}

.outline-gray-text-game\/60 {
    outline-color: hsla(0,0%,56%,.6)
}

.outline-gray-text-game\/70 {
    outline-color: hsla(0,0%,56%,.7)
}

.outline-gray-text-game\/75 {
    outline-color: hsla(0,0%,56%,.75)
}

.outline-gray-text-game\/80 {
    outline-color: hsla(0,0%,56%,.8)
}

.outline-gray-text-game\/90 {
    outline-color: hsla(0,0%,56%,.9)
}

.outline-gray-text-game\/95 {
    outline-color: hsla(0,0%,56%,.95)
}

.outline-gray-text-popup-login {
    outline-color: grey
}

.outline-gray-text-popup-login\/0 {
    outline-color: hsla(0,0%,50%,0)
}

.outline-gray-text-popup-login\/10 {
    outline-color: hsla(0,0%,50%,.1)
}

.outline-gray-text-popup-login\/100 {
    outline-color: grey
}

.outline-gray-text-popup-login\/20 {
    outline-color: hsla(0,0%,50%,.2)
}

.outline-gray-text-popup-login\/25 {
    outline-color: hsla(0,0%,50%,.25)
}

.outline-gray-text-popup-login\/30 {
    outline-color: hsla(0,0%,50%,.3)
}

.outline-gray-text-popup-login\/40 {
    outline-color: hsla(0,0%,50%,.4)
}

.outline-gray-text-popup-login\/5 {
    outline-color: hsla(0,0%,50%,.05)
}

.outline-gray-text-popup-login\/50 {
    outline-color: hsla(0,0%,50%,.5)
}

.outline-gray-text-popup-login\/60 {
    outline-color: hsla(0,0%,50%,.6)
}

.outline-gray-text-popup-login\/70 {
    outline-color: hsla(0,0%,50%,.7)
}

.outline-gray-text-popup-login\/75 {
    outline-color: hsla(0,0%,50%,.75)
}

.outline-gray-text-popup-login\/80 {
    outline-color: hsla(0,0%,50%,.8)
}

.outline-gray-text-popup-login\/90 {
    outline-color: hsla(0,0%,50%,.9)
}

.outline-gray-text-popup-login\/95 {
    outline-color: hsla(0,0%,50%,.95)
}

.outline-mobile-nav-text-inactive {
    outline-color: #dbd2c2
}

.outline-mobile-nav-text-inactive\/0 {
    outline-color: hsla(38,26%,81%,0)
}

.outline-mobile-nav-text-inactive\/10 {
    outline-color: hsla(38,26%,81%,.1)
}

.outline-mobile-nav-text-inactive\/100 {
    outline-color: #dbd2c2
}

.outline-mobile-nav-text-inactive\/20 {
    outline-color: hsla(38,26%,81%,.2)
}

.outline-mobile-nav-text-inactive\/25 {
    outline-color: hsla(38,26%,81%,.25)
}

.outline-mobile-nav-text-inactive\/30 {
    outline-color: hsla(38,26%,81%,.3)
}

.outline-mobile-nav-text-inactive\/40 {
    outline-color: hsla(38,26%,81%,.4)
}

.outline-mobile-nav-text-inactive\/5 {
    outline-color: hsla(38,26%,81%,.05)
}

.outline-mobile-nav-text-inactive\/50 {
    outline-color: hsla(38,26%,81%,.5)
}

.outline-mobile-nav-text-inactive\/60 {
    outline-color: hsla(38,26%,81%,.6)
}

.outline-mobile-nav-text-inactive\/70 {
    outline-color: hsla(38,26%,81%,.7)
}

.outline-mobile-nav-text-inactive\/75 {
    outline-color: hsla(38,26%,81%,.75)
}

.outline-mobile-nav-text-inactive\/80 {
    outline-color: hsla(38,26%,81%,.8)
}

.outline-mobile-nav-text-inactive\/90 {
    outline-color: hsla(38,26%,81%,.9)
}

.outline-mobile-nav-text-inactive\/95 {
    outline-color: hsla(38,26%,81%,.95)
}

.outline-red-bg-hot-pick {
    outline-color: #170e0a
}

.outline-red-bg-hot-pick\/0 {
    outline-color: rgba(23,14,10,0)
}

.outline-red-bg-hot-pick\/10 {
    outline-color: rgba(23,14,10,.1)
}

.outline-red-bg-hot-pick\/100 {
    outline-color: #170e0a
}

.outline-red-bg-hot-pick\/20 {
    outline-color: rgba(23,14,10,.2)
}

.outline-red-bg-hot-pick\/25 {
    outline-color: rgba(23,14,10,.25)
}

.outline-red-bg-hot-pick\/30 {
    outline-color: rgba(23,14,10,.3)
}

.outline-red-bg-hot-pick\/40 {
    outline-color: rgba(23,14,10,.4)
}

.outline-red-bg-hot-pick\/5 {
    outline-color: rgba(23,14,10,.05)
}

.outline-red-bg-hot-pick\/50 {
    outline-color: rgba(23,14,10,.5)
}

.outline-red-bg-hot-pick\/60 {
    outline-color: rgba(23,14,10,.6)
}

.outline-red-bg-hot-pick\/70 {
    outline-color: rgba(23,14,10,.7)
}

.outline-red-bg-hot-pick\/75 {
    outline-color: rgba(23,14,10,.75)
}

.outline-red-bg-hot-pick\/80 {
    outline-color: rgba(23,14,10,.8)
}

.outline-red-bg-hot-pick\/90 {
    outline-color: rgba(23,14,10,.9)
}

.outline-red-bg-hot-pick\/95 {
    outline-color: rgba(23,14,10,.95)
}

.outline-rng-game-bg-bet {
    outline-color: #000
}

.outline-rng-game-bg-bet\/0 {
    outline-color: transparent
}

.outline-rng-game-bg-bet\/10 {
    outline-color: rgba(0,0,0,.1)
}

.outline-rng-game-bg-bet\/100 {
    outline-color: #000
}

.outline-rng-game-bg-bet\/20 {
    outline-color: rgba(0,0,0,.2)
}

.outline-rng-game-bg-bet\/25 {
    outline-color: rgba(0,0,0,.25)
}

.outline-rng-game-bg-bet\/30 {
    outline-color: rgba(0,0,0,.3)
}

.outline-rng-game-bg-bet\/40 {
    outline-color: rgba(0,0,0,.4)
}

.outline-rng-game-bg-bet\/5 {
    outline-color: rgba(0,0,0,.05)
}

.outline-rng-game-bg-bet\/50 {
    outline-color: rgba(0,0,0,.5)
}

.outline-rng-game-bg-bet\/60 {
    outline-color: rgba(0,0,0,.6)
}

.outline-rng-game-bg-bet\/70 {
    outline-color: rgba(0,0,0,.7)
}

.outline-rng-game-bg-bet\/75 {
    outline-color: rgba(0,0,0,.75)
}

.outline-rng-game-bg-bet\/80 {
    outline-color: rgba(0,0,0,.8)
}

.outline-rng-game-bg-bet\/90 {
    outline-color: rgba(0,0,0,.9)
}

.outline-rng-game-bg-bet\/95 {
    outline-color: rgba(0,0,0,.95)
}

.outline-rng-game-bg-current-bet {
    outline-color: #ebce82
}

.outline-rng-game-bg-current-bet\/0 {
    outline-color: hsla(43,72%,72%,0)
}

.outline-rng-game-bg-current-bet\/10 {
    outline-color: hsla(43,72%,72%,.1)
}

.outline-rng-game-bg-current-bet\/100 {
    outline-color: #ebce82
}

.outline-rng-game-bg-current-bet\/20 {
    outline-color: hsla(43,72%,72%,.2)
}

.outline-rng-game-bg-current-bet\/25 {
    outline-color: hsla(43,72%,72%,.25)
}

.outline-rng-game-bg-current-bet\/30 {
    outline-color: hsla(43,72%,72%,.3)
}

.outline-rng-game-bg-current-bet\/40 {
    outline-color: hsla(43,72%,72%,.4)
}

.outline-rng-game-bg-current-bet\/5 {
    outline-color: hsla(43,72%,72%,.05)
}

.outline-rng-game-bg-current-bet\/50 {
    outline-color: hsla(43,72%,72%,.5)
}

.outline-rng-game-bg-current-bet\/60 {
    outline-color: hsla(43,72%,72%,.6)
}

.outline-rng-game-bg-current-bet\/70 {
    outline-color: hsla(43,72%,72%,.7)
}

.outline-rng-game-bg-current-bet\/75 {
    outline-color: hsla(43,72%,72%,.75)
}

.outline-rng-game-bg-current-bet\/80 {
    outline-color: hsla(43,72%,72%,.8)
}

.outline-rng-game-bg-current-bet\/90 {
    outline-color: hsla(43,72%,72%,.9)
}

.outline-rng-game-bg-current-bet\/95 {
    outline-color: hsla(43,72%,72%,.95)
}

.outline-rng-game-bg-filter {
    outline-color: #241a12
}

.outline-rng-game-bg-filter\/0 {
    outline-color: rgba(36,26,18,0)
}

.outline-rng-game-bg-filter\/10 {
    outline-color: rgba(36,26,18,.1)
}

.outline-rng-game-bg-filter\/100 {
    outline-color: #241a12
}

.outline-rng-game-bg-filter\/20 {
    outline-color: rgba(36,26,18,.2)
}

.outline-rng-game-bg-filter\/25 {
    outline-color: rgba(36,26,18,.25)
}

.outline-rng-game-bg-filter\/30 {
    outline-color: rgba(36,26,18,.3)
}

.outline-rng-game-bg-filter\/40 {
    outline-color: rgba(36,26,18,.4)
}

.outline-rng-game-bg-filter\/5 {
    outline-color: rgba(36,26,18,.05)
}

.outline-rng-game-bg-filter\/50 {
    outline-color: rgba(36,26,18,.5)
}

.outline-rng-game-bg-filter\/60 {
    outline-color: rgba(36,26,18,.6)
}

.outline-rng-game-bg-filter\/70 {
    outline-color: rgba(36,26,18,.7)
}

.outline-rng-game-bg-filter\/75 {
    outline-color: rgba(36,26,18,.75)
}

.outline-rng-game-bg-filter\/80 {
    outline-color: rgba(36,26,18,.8)
}

.outline-rng-game-bg-filter\/90 {
    outline-color: rgba(36,26,18,.9)
}

.outline-rng-game-bg-filter\/95 {
    outline-color: rgba(36,26,18,.95)
}

.outline-rng-game-bg-popup-bet {
    outline-color: #33322f
}

.outline-rng-game-bg-popup-bet\/0 {
    outline-color: rgba(51,50,47,0)
}

.outline-rng-game-bg-popup-bet\/10 {
    outline-color: rgba(51,50,47,.1)
}

.outline-rng-game-bg-popup-bet\/100 {
    outline-color: #33322f
}

.outline-rng-game-bg-popup-bet\/20 {
    outline-color: rgba(51,50,47,.2)
}

.outline-rng-game-bg-popup-bet\/25 {
    outline-color: rgba(51,50,47,.25)
}

.outline-rng-game-bg-popup-bet\/30 {
    outline-color: rgba(51,50,47,.3)
}

.outline-rng-game-bg-popup-bet\/40 {
    outline-color: rgba(51,50,47,.4)
}

.outline-rng-game-bg-popup-bet\/5 {
    outline-color: rgba(51,50,47,.05)
}

.outline-rng-game-bg-popup-bet\/50 {
    outline-color: rgba(51,50,47,.5)
}

.outline-rng-game-bg-popup-bet\/60 {
    outline-color: rgba(51,50,47,.6)
}

.outline-rng-game-bg-popup-bet\/70 {
    outline-color: rgba(51,50,47,.7)
}

.outline-rng-game-bg-popup-bet\/75 {
    outline-color: rgba(51,50,47,.75)
}

.outline-rng-game-bg-popup-bet\/80 {
    outline-color: rgba(51,50,47,.8)
}

.outline-rng-game-bg-popup-bet\/90 {
    outline-color: rgba(51,50,47,.9)
}

.outline-rng-game-bg-popup-bet\/95 {
    outline-color: rgba(51,50,47,.95)
}

.outline-rng-game-bg-tab {
    outline-color: #343434
}

.outline-rng-game-bg-tab\/0 {
    outline-color: rgba(52,52,52,0)
}

.outline-rng-game-bg-tab\/10 {
    outline-color: rgba(52,52,52,.1)
}

.outline-rng-game-bg-tab\/100 {
    outline-color: #343434
}

.outline-rng-game-bg-tab\/20 {
    outline-color: rgba(52,52,52,.2)
}

.outline-rng-game-bg-tab\/25 {
    outline-color: rgba(52,52,52,.25)
}

.outline-rng-game-bg-tab\/30 {
    outline-color: rgba(52,52,52,.3)
}

.outline-rng-game-bg-tab\/40 {
    outline-color: rgba(52,52,52,.4)
}

.outline-rng-game-bg-tab\/5 {
    outline-color: rgba(52,52,52,.05)
}

.outline-rng-game-bg-tab\/50 {
    outline-color: rgba(52,52,52,.5)
}

.outline-rng-game-bg-tab\/60 {
    outline-color: rgba(52,52,52,.6)
}

.outline-rng-game-bg-tab\/70 {
    outline-color: rgba(52,52,52,.7)
}

.outline-rng-game-bg-tab\/75 {
    outline-color: rgba(52,52,52,.75)
}

.outline-rng-game-bg-tab\/80 {
    outline-color: rgba(52,52,52,.8)
}

.outline-rng-game-bg-tab\/90 {
    outline-color: rgba(52,52,52,.9)
}

.outline-rng-game-bg-tab\/95 {
    outline-color: rgba(52,52,52,.95)
}

.outline-rng-game-border-circle {
    outline-color: #ae8f65
}

.outline-rng-game-border-circle\/0 {
    outline-color: hsla(35,31%,54%,0)
}

.outline-rng-game-border-circle\/10 {
    outline-color: hsla(35,31%,54%,.1)
}

.outline-rng-game-border-circle\/100 {
    outline-color: #ae8f65
}

.outline-rng-game-border-circle\/20 {
    outline-color: hsla(35,31%,54%,.2)
}

.outline-rng-game-border-circle\/25 {
    outline-color: hsla(35,31%,54%,.25)
}

.outline-rng-game-border-circle\/30 {
    outline-color: hsla(35,31%,54%,.3)
}

.outline-rng-game-border-circle\/40 {
    outline-color: hsla(35,31%,54%,.4)
}

.outline-rng-game-border-circle\/5 {
    outline-color: hsla(35,31%,54%,.05)
}

.outline-rng-game-border-circle\/50 {
    outline-color: hsla(35,31%,54%,.5)
}

.outline-rng-game-border-circle\/60 {
    outline-color: hsla(35,31%,54%,.6)
}

.outline-rng-game-border-circle\/70 {
    outline-color: hsla(35,31%,54%,.7)
}

.outline-rng-game-border-circle\/75 {
    outline-color: hsla(35,31%,54%,.75)
}

.outline-rng-game-border-circle\/80 {
    outline-color: hsla(35,31%,54%,.8)
}

.outline-rng-game-border-circle\/90 {
    outline-color: hsla(35,31%,54%,.9)
}

.outline-rng-game-border-circle\/95 {
    outline-color: hsla(35,31%,54%,.95)
}

.outline-rng-game-text-current-bet {
    outline-color: #513924
}

.outline-rng-game-text-current-bet\/0 {
    outline-color: rgba(81,57,36,0)
}

.outline-rng-game-text-current-bet\/10 {
    outline-color: rgba(81,57,36,.1)
}

.outline-rng-game-text-current-bet\/100 {
    outline-color: #513924
}

.outline-rng-game-text-current-bet\/20 {
    outline-color: rgba(81,57,36,.2)
}

.outline-rng-game-text-current-bet\/25 {
    outline-color: rgba(81,57,36,.25)
}

.outline-rng-game-text-current-bet\/30 {
    outline-color: rgba(81,57,36,.3)
}

.outline-rng-game-text-current-bet\/40 {
    outline-color: rgba(81,57,36,.4)
}

.outline-rng-game-text-current-bet\/5 {
    outline-color: rgba(81,57,36,.05)
}

.outline-rng-game-text-current-bet\/50 {
    outline-color: rgba(81,57,36,.5)
}

.outline-rng-game-text-current-bet\/60 {
    outline-color: rgba(81,57,36,.6)
}

.outline-rng-game-text-current-bet\/70 {
    outline-color: rgba(81,57,36,.7)
}

.outline-rng-game-text-current-bet\/75 {
    outline-color: rgba(81,57,36,.75)
}

.outline-rng-game-text-current-bet\/80 {
    outline-color: rgba(81,57,36,.8)
}

.outline-rng-game-text-current-bet\/90 {
    outline-color: rgba(81,57,36,.9)
}

.outline-rng-game-text-current-bet\/95 {
    outline-color: rgba(81,57,36,.95)
}

.ring {
    --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(3px + 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)
}

.ring-gray-text-footer {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(112 113 111/var(--tw-ring-opacity))
}

.ring-gray-text-footer\/0 {
    --tw-ring-color: hsla(90,1%,44%,0)
}

.ring-gray-text-footer\/10 {
    --tw-ring-color: hsla(90,1%,44%,.1)
}

.ring-gray-text-footer\/100 {
    --tw-ring-color: #70716f
}

.ring-gray-text-footer\/20 {
    --tw-ring-color: hsla(90,1%,44%,.2)
}

.ring-gray-text-footer\/25 {
    --tw-ring-color: hsla(90,1%,44%,.25)
}

.ring-gray-text-footer\/30 {
    --tw-ring-color: hsla(90,1%,44%,.3)
}

.ring-gray-text-footer\/40 {
    --tw-ring-color: hsla(90,1%,44%,.4)
}

.ring-gray-text-footer\/5 {
    --tw-ring-color: hsla(90,1%,44%,.05)
}

.ring-gray-text-footer\/50 {
    --tw-ring-color: hsla(90,1%,44%,.5)
}

.ring-gray-text-footer\/60 {
    --tw-ring-color: hsla(90,1%,44%,.6)
}

.ring-gray-text-footer\/70 {
    --tw-ring-color: hsla(90,1%,44%,.7)
}

.ring-gray-text-footer\/75 {
    --tw-ring-color: hsla(90,1%,44%,.75)
}

.ring-gray-text-footer\/80 {
    --tw-ring-color: hsla(90,1%,44%,.8)
}

.ring-gray-text-footer\/90 {
    --tw-ring-color: hsla(90,1%,44%,.9)
}

.ring-gray-text-footer\/95 {
    --tw-ring-color: hsla(90,1%,44%,.95)
}

.ring-gray-text-game {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(143 143 143/var(--tw-ring-opacity))
}

.ring-gray-text-game\/0 {
    --tw-ring-color: hsla(0,0%,56%,0)
}

.ring-gray-text-game\/10 {
    --tw-ring-color: hsla(0,0%,56%,.1)
}

.ring-gray-text-game\/100 {
    --tw-ring-color: #8f8f8f
}

.ring-gray-text-game\/20 {
    --tw-ring-color: hsla(0,0%,56%,.2)
}

.ring-gray-text-game\/25 {
    --tw-ring-color: hsla(0,0%,56%,.25)
}

.ring-gray-text-game\/30 {
    --tw-ring-color: hsla(0,0%,56%,.3)
}

.ring-gray-text-game\/40 {
    --tw-ring-color: hsla(0,0%,56%,.4)
}

.ring-gray-text-game\/5 {
    --tw-ring-color: hsla(0,0%,56%,.05)
}

.ring-gray-text-game\/50 {
    --tw-ring-color: hsla(0,0%,56%,.5)
}

.ring-gray-text-game\/60 {
    --tw-ring-color: hsla(0,0%,56%,.6)
}

.ring-gray-text-game\/70 {
    --tw-ring-color: hsla(0,0%,56%,.7)
}

.ring-gray-text-game\/75 {
    --tw-ring-color: hsla(0,0%,56%,.75)
}

.ring-gray-text-game\/80 {
    --tw-ring-color: hsla(0,0%,56%,.8)
}

.ring-gray-text-game\/90 {
    --tw-ring-color: hsla(0,0%,56%,.9)
}

.ring-gray-text-game\/95 {
    --tw-ring-color: hsla(0,0%,56%,.95)
}

.ring-gray-text-popup-login {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(128 128 128/var(--tw-ring-opacity))
}

.ring-gray-text-popup-login\/0 {
    --tw-ring-color: hsla(0,0%,50%,0)
}

.ring-gray-text-popup-login\/10 {
    --tw-ring-color: hsla(0,0%,50%,.1)
}

.ring-gray-text-popup-login\/100 {
    --tw-ring-color: grey
}

.ring-gray-text-popup-login\/20 {
    --tw-ring-color: hsla(0,0%,50%,.2)
}

.ring-gray-text-popup-login\/25 {
    --tw-ring-color: hsla(0,0%,50%,.25)
}

.ring-gray-text-popup-login\/30 {
    --tw-ring-color: hsla(0,0%,50%,.3)
}

.ring-gray-text-popup-login\/40 {
    --tw-ring-color: hsla(0,0%,50%,.4)
}

.ring-gray-text-popup-login\/5 {
    --tw-ring-color: hsla(0,0%,50%,.05)
}

.ring-gray-text-popup-login\/50 {
    --tw-ring-color: hsla(0,0%,50%,.5)
}

.ring-gray-text-popup-login\/60 {
    --tw-ring-color: hsla(0,0%,50%,.6)
}

.ring-gray-text-popup-login\/70 {
    --tw-ring-color: hsla(0,0%,50%,.7)
}

.ring-gray-text-popup-login\/75 {
    --tw-ring-color: hsla(0,0%,50%,.75)
}

.ring-gray-text-popup-login\/80 {
    --tw-ring-color: hsla(0,0%,50%,.8)
}

.ring-gray-text-popup-login\/90 {
    --tw-ring-color: hsla(0,0%,50%,.9)
}

.ring-gray-text-popup-login\/95 {
    --tw-ring-color: hsla(0,0%,50%,.95)
}

.ring-mobile-nav-text-inactive {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(219 210 194/var(--tw-ring-opacity))
}

.ring-mobile-nav-text-inactive\/0 {
    --tw-ring-color: hsla(38,26%,81%,0)
}

.ring-mobile-nav-text-inactive\/10 {
    --tw-ring-color: hsla(38,26%,81%,.1)
}

.ring-mobile-nav-text-inactive\/100 {
    --tw-ring-color: #dbd2c2
}

.ring-mobile-nav-text-inactive\/20 {
    --tw-ring-color: hsla(38,26%,81%,.2)
}

.ring-mobile-nav-text-inactive\/25 {
    --tw-ring-color: hsla(38,26%,81%,.25)
}

.ring-mobile-nav-text-inactive\/30 {
    --tw-ring-color: hsla(38,26%,81%,.3)
}

.ring-mobile-nav-text-inactive\/40 {
    --tw-ring-color: hsla(38,26%,81%,.4)
}

.ring-mobile-nav-text-inactive\/5 {
    --tw-ring-color: hsla(38,26%,81%,.05)
}

.ring-mobile-nav-text-inactive\/50 {
    --tw-ring-color: hsla(38,26%,81%,.5)
}

.ring-mobile-nav-text-inactive\/60 {
    --tw-ring-color: hsla(38,26%,81%,.6)
}

.ring-mobile-nav-text-inactive\/70 {
    --tw-ring-color: hsla(38,26%,81%,.7)
}

.ring-mobile-nav-text-inactive\/75 {
    --tw-ring-color: hsla(38,26%,81%,.75)
}

.ring-mobile-nav-text-inactive\/80 {
    --tw-ring-color: hsla(38,26%,81%,.8)
}

.ring-mobile-nav-text-inactive\/90 {
    --tw-ring-color: hsla(38,26%,81%,.9)
}

.ring-mobile-nav-text-inactive\/95 {
    --tw-ring-color: hsla(38,26%,81%,.95)
}

.ring-red-bg-hot-pick {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(23 14 10/var(--tw-ring-opacity))
}

.ring-red-bg-hot-pick\/0 {
    --tw-ring-color: rgba(23,14,10,0)
}

.ring-red-bg-hot-pick\/10 {
    --tw-ring-color: rgba(23,14,10,.1)
}

.ring-red-bg-hot-pick\/100 {
    --tw-ring-color: #170e0a
}

.ring-red-bg-hot-pick\/20 {
    --tw-ring-color: rgba(23,14,10,.2)
}

.ring-red-bg-hot-pick\/25 {
    --tw-ring-color: rgba(23,14,10,.25)
}

.ring-red-bg-hot-pick\/30 {
    --tw-ring-color: rgba(23,14,10,.3)
}

.ring-red-bg-hot-pick\/40 {
    --tw-ring-color: rgba(23,14,10,.4)
}

.ring-red-bg-hot-pick\/5 {
    --tw-ring-color: rgba(23,14,10,.05)
}

.ring-red-bg-hot-pick\/50 {
    --tw-ring-color: rgba(23,14,10,.5)
}

.ring-red-bg-hot-pick\/60 {
    --tw-ring-color: rgba(23,14,10,.6)
}

.ring-red-bg-hot-pick\/70 {
    --tw-ring-color: rgba(23,14,10,.7)
}

.ring-red-bg-hot-pick\/75 {
    --tw-ring-color: rgba(23,14,10,.75)
}

.ring-red-bg-hot-pick\/80 {
    --tw-ring-color: rgba(23,14,10,.8)
}

.ring-red-bg-hot-pick\/90 {
    --tw-ring-color: rgba(23,14,10,.9)
}

.ring-red-bg-hot-pick\/95 {
    --tw-ring-color: rgba(23,14,10,.95)
}

.ring-rng-game-bg-bet {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0/var(--tw-ring-opacity))
}

.ring-rng-game-bg-bet\/0 {
    --tw-ring-color: transparent
}

.ring-rng-game-bg-bet\/10 {
    --tw-ring-color: rgba(0,0,0,.1)
}

.ring-rng-game-bg-bet\/100 {
    --tw-ring-color: #000
}

.ring-rng-game-bg-bet\/20 {
    --tw-ring-color: rgba(0,0,0,.2)
}

.ring-rng-game-bg-bet\/25 {
    --tw-ring-color: rgba(0,0,0,.25)
}

.ring-rng-game-bg-bet\/30 {
    --tw-ring-color: rgba(0,0,0,.3)
}

.ring-rng-game-bg-bet\/40 {
    --tw-ring-color: rgba(0,0,0,.4)
}

.ring-rng-game-bg-bet\/5 {
    --tw-ring-color: rgba(0,0,0,.05)
}

.ring-rng-game-bg-bet\/50 {
    --tw-ring-color: rgba(0,0,0,.5)
}

.ring-rng-game-bg-bet\/60 {
    --tw-ring-color: rgba(0,0,0,.6)
}

.ring-rng-game-bg-bet\/70 {
    --tw-ring-color: rgba(0,0,0,.7)
}

.ring-rng-game-bg-bet\/75 {
    --tw-ring-color: rgba(0,0,0,.75)
}

.ring-rng-game-bg-bet\/80 {
    --tw-ring-color: rgba(0,0,0,.8)
}

.ring-rng-game-bg-bet\/90 {
    --tw-ring-color: rgba(0,0,0,.9)
}

.ring-rng-game-bg-bet\/95 {
    --tw-ring-color: rgba(0,0,0,.95)
}

.ring-rng-game-bg-current-bet {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(235 206 130/var(--tw-ring-opacity))
}

.ring-rng-game-bg-current-bet\/0 {
    --tw-ring-color: hsla(43,72%,72%,0)
}

.ring-rng-game-bg-current-bet\/10 {
    --tw-ring-color: hsla(43,72%,72%,.1)
}

.ring-rng-game-bg-current-bet\/100 {
    --tw-ring-color: #ebce82
}

.ring-rng-game-bg-current-bet\/20 {
    --tw-ring-color: hsla(43,72%,72%,.2)
}

.ring-rng-game-bg-current-bet\/25 {
    --tw-ring-color: hsla(43,72%,72%,.25)
}

.ring-rng-game-bg-current-bet\/30 {
    --tw-ring-color: hsla(43,72%,72%,.3)
}

.ring-rng-game-bg-current-bet\/40 {
    --tw-ring-color: hsla(43,72%,72%,.4)
}

.ring-rng-game-bg-current-bet\/5 {
    --tw-ring-color: hsla(43,72%,72%,.05)
}

.ring-rng-game-bg-current-bet\/50 {
    --tw-ring-color: hsla(43,72%,72%,.5)
}

.ring-rng-game-bg-current-bet\/60 {
    --tw-ring-color: hsla(43,72%,72%,.6)
}

.ring-rng-game-bg-current-bet\/70 {
    --tw-ring-color: hsla(43,72%,72%,.7)
}

.ring-rng-game-bg-current-bet\/75 {
    --tw-ring-color: hsla(43,72%,72%,.75)
}

.ring-rng-game-bg-current-bet\/80 {
    --tw-ring-color: hsla(43,72%,72%,.8)
}

.ring-rng-game-bg-current-bet\/90 {
    --tw-ring-color: hsla(43,72%,72%,.9)
}

.ring-rng-game-bg-current-bet\/95 {
    --tw-ring-color: hsla(43,72%,72%,.95)
}

.ring-rng-game-bg-filter {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(36 26 18/var(--tw-ring-opacity))
}

.ring-rng-game-bg-filter\/0 {
    --tw-ring-color: rgba(36,26,18,0)
}

.ring-rng-game-bg-filter\/10 {
    --tw-ring-color: rgba(36,26,18,.1)
}

.ring-rng-game-bg-filter\/100 {
    --tw-ring-color: #241a12
}

.ring-rng-game-bg-filter\/20 {
    --tw-ring-color: rgba(36,26,18,.2)
}

.ring-rng-game-bg-filter\/25 {
    --tw-ring-color: rgba(36,26,18,.25)
}

.ring-rng-game-bg-filter\/30 {
    --tw-ring-color: rgba(36,26,18,.3)
}

.ring-rng-game-bg-filter\/40 {
    --tw-ring-color: rgba(36,26,18,.4)
}

.ring-rng-game-bg-filter\/5 {
    --tw-ring-color: rgba(36,26,18,.05)
}

.ring-rng-game-bg-filter\/50 {
    --tw-ring-color: rgba(36,26,18,.5)
}

.ring-rng-game-bg-filter\/60 {
    --tw-ring-color: rgba(36,26,18,.6)
}

.ring-rng-game-bg-filter\/70 {
    --tw-ring-color: rgba(36,26,18,.7)
}

.ring-rng-game-bg-filter\/75 {
    --tw-ring-color: rgba(36,26,18,.75)
}

.ring-rng-game-bg-filter\/80 {
    --tw-ring-color: rgba(36,26,18,.8)
}

.ring-rng-game-bg-filter\/90 {
    --tw-ring-color: rgba(36,26,18,.9)
}

.ring-rng-game-bg-filter\/95 {
    --tw-ring-color: rgba(36,26,18,.95)
}

.ring-rng-game-bg-popup-bet {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(51 50 47/var(--tw-ring-opacity))
}

.ring-rng-game-bg-popup-bet\/0 {
    --tw-ring-color: rgba(51,50,47,0)
}

.ring-rng-game-bg-popup-bet\/10 {
    --tw-ring-color: rgba(51,50,47,.1)
}

.ring-rng-game-bg-popup-bet\/100 {
    --tw-ring-color: #33322f
}

.ring-rng-game-bg-popup-bet\/20 {
    --tw-ring-color: rgba(51,50,47,.2)
}

.ring-rng-game-bg-popup-bet\/25 {
    --tw-ring-color: rgba(51,50,47,.25)
}

.ring-rng-game-bg-popup-bet\/30 {
    --tw-ring-color: rgba(51,50,47,.3)
}

.ring-rng-game-bg-popup-bet\/40 {
    --tw-ring-color: rgba(51,50,47,.4)
}

.ring-rng-game-bg-popup-bet\/5 {
    --tw-ring-color: rgba(51,50,47,.05)
}

.ring-rng-game-bg-popup-bet\/50 {
    --tw-ring-color: rgba(51,50,47,.5)
}

.ring-rng-game-bg-popup-bet\/60 {
    --tw-ring-color: rgba(51,50,47,.6)
}

.ring-rng-game-bg-popup-bet\/70 {
    --tw-ring-color: rgba(51,50,47,.7)
}

.ring-rng-game-bg-popup-bet\/75 {
    --tw-ring-color: rgba(51,50,47,.75)
}

.ring-rng-game-bg-popup-bet\/80 {
    --tw-ring-color: rgba(51,50,47,.8)
}

.ring-rng-game-bg-popup-bet\/90 {
    --tw-ring-color: rgba(51,50,47,.9)
}

.ring-rng-game-bg-popup-bet\/95 {
    --tw-ring-color: rgba(51,50,47,.95)
}

.ring-rng-game-bg-tab {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(52 52 52/var(--tw-ring-opacity))
}

.ring-rng-game-bg-tab\/0 {
    --tw-ring-color: rgba(52,52,52,0)
}

.ring-rng-game-bg-tab\/10 {
    --tw-ring-color: rgba(52,52,52,.1)
}

.ring-rng-game-bg-tab\/100 {
    --tw-ring-color: #343434
}

.ring-rng-game-bg-tab\/20 {
    --tw-ring-color: rgba(52,52,52,.2)
}

.ring-rng-game-bg-tab\/25 {
    --tw-ring-color: rgba(52,52,52,.25)
}

.ring-rng-game-bg-tab\/30 {
    --tw-ring-color: rgba(52,52,52,.3)
}

.ring-rng-game-bg-tab\/40 {
    --tw-ring-color: rgba(52,52,52,.4)
}

.ring-rng-game-bg-tab\/5 {
    --tw-ring-color: rgba(52,52,52,.05)
}

.ring-rng-game-bg-tab\/50 {
    --tw-ring-color: rgba(52,52,52,.5)
}

.ring-rng-game-bg-tab\/60 {
    --tw-ring-color: rgba(52,52,52,.6)
}

.ring-rng-game-bg-tab\/70 {
    --tw-ring-color: rgba(52,52,52,.7)
}

.ring-rng-game-bg-tab\/75 {
    --tw-ring-color: rgba(52,52,52,.75)
}

.ring-rng-game-bg-tab\/80 {
    --tw-ring-color: rgba(52,52,52,.8)
}

.ring-rng-game-bg-tab\/90 {
    --tw-ring-color: rgba(52,52,52,.9)
}

.ring-rng-game-bg-tab\/95 {
    --tw-ring-color: rgba(52,52,52,.95)
}

.ring-rng-game-border-circle {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(174 143 101/var(--tw-ring-opacity))
}

.ring-rng-game-border-circle\/0 {
    --tw-ring-color: hsla(35,31%,54%,0)
}

.ring-rng-game-border-circle\/10 {
    --tw-ring-color: hsla(35,31%,54%,.1)
}

.ring-rng-game-border-circle\/100 {
    --tw-ring-color: #ae8f65
}

.ring-rng-game-border-circle\/20 {
    --tw-ring-color: hsla(35,31%,54%,.2)
}

.ring-rng-game-border-circle\/25 {
    --tw-ring-color: hsla(35,31%,54%,.25)
}

.ring-rng-game-border-circle\/30 {
    --tw-ring-color: hsla(35,31%,54%,.3)
}

.ring-rng-game-border-circle\/40 {
    --tw-ring-color: hsla(35,31%,54%,.4)
}

.ring-rng-game-border-circle\/5 {
    --tw-ring-color: hsla(35,31%,54%,.05)
}

.ring-rng-game-border-circle\/50 {
    --tw-ring-color: hsla(35,31%,54%,.5)
}

.ring-rng-game-border-circle\/60 {
    --tw-ring-color: hsla(35,31%,54%,.6)
}

.ring-rng-game-border-circle\/70 {
    --tw-ring-color: hsla(35,31%,54%,.7)
}

.ring-rng-game-border-circle\/75 {
    --tw-ring-color: hsla(35,31%,54%,.75)
}

.ring-rng-game-border-circle\/80 {
    --tw-ring-color: hsla(35,31%,54%,.8)
}

.ring-rng-game-border-circle\/90 {
    --tw-ring-color: hsla(35,31%,54%,.9)
}

.ring-rng-game-border-circle\/95 {
    --tw-ring-color: hsla(35,31%,54%,.95)
}

.ring-rng-game-text-current-bet {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(81 57 36/var(--tw-ring-opacity))
}

.ring-rng-game-text-current-bet\/0 {
    --tw-ring-color: rgba(81,57,36,0)
}

.ring-rng-game-text-current-bet\/10 {
    --tw-ring-color: rgba(81,57,36,.1)
}

.ring-rng-game-text-current-bet\/100 {
    --tw-ring-color: #513924
}

.ring-rng-game-text-current-bet\/20 {
    --tw-ring-color: rgba(81,57,36,.2)
}

.ring-rng-game-text-current-bet\/25 {
    --tw-ring-color: rgba(81,57,36,.25)
}

.ring-rng-game-text-current-bet\/30 {
    --tw-ring-color: rgba(81,57,36,.3)
}

.ring-rng-game-text-current-bet\/40 {
    --tw-ring-color: rgba(81,57,36,.4)
}

.ring-rng-game-text-current-bet\/5 {
    --tw-ring-color: rgba(81,57,36,.05)
}

.ring-rng-game-text-current-bet\/50 {
    --tw-ring-color: rgba(81,57,36,.5)
}

.ring-rng-game-text-current-bet\/60 {
    --tw-ring-color: rgba(81,57,36,.6)
}

.ring-rng-game-text-current-bet\/70 {
    --tw-ring-color: rgba(81,57,36,.7)
}

.ring-rng-game-text-current-bet\/75 {
    --tw-ring-color: rgba(81,57,36,.75)
}

.ring-rng-game-text-current-bet\/80 {
    --tw-ring-color: rgba(81,57,36,.8)
}

.ring-rng-game-text-current-bet\/90 {
    --tw-ring-color: rgba(81,57,36,.9)
}

.ring-rng-game-text-current-bet\/95 {
    --tw-ring-color: rgba(81,57,36,.95)
}

.ring-offset-gray-text-footer {
    --tw-ring-offset-color: #70716f
}

.ring-offset-gray-text-footer\/0 {
    --tw-ring-offset-color: hsla(90,1%,44%,0)
}

.ring-offset-gray-text-footer\/10 {
    --tw-ring-offset-color: hsla(90,1%,44%,.1)
}

.ring-offset-gray-text-footer\/100 {
    --tw-ring-offset-color: #70716f
}

.ring-offset-gray-text-footer\/20 {
    --tw-ring-offset-color: hsla(90,1%,44%,.2)
}

.ring-offset-gray-text-footer\/25 {
    --tw-ring-offset-color: hsla(90,1%,44%,.25)
}

.ring-offset-gray-text-footer\/30 {
    --tw-ring-offset-color: hsla(90,1%,44%,.3)
}

.ring-offset-gray-text-footer\/40 {
    --tw-ring-offset-color: hsla(90,1%,44%,.4)
}

.ring-offset-gray-text-footer\/5 {
    --tw-ring-offset-color: hsla(90,1%,44%,.05)
}

.ring-offset-gray-text-footer\/50 {
    --tw-ring-offset-color: hsla(90,1%,44%,.5)
}

.ring-offset-gray-text-footer\/60 {
    --tw-ring-offset-color: hsla(90,1%,44%,.6)
}

.ring-offset-gray-text-footer\/70 {
    --tw-ring-offset-color: hsla(90,1%,44%,.7)
}

.ring-offset-gray-text-footer\/75 {
    --tw-ring-offset-color: hsla(90,1%,44%,.75)
}

.ring-offset-gray-text-footer\/80 {
    --tw-ring-offset-color: hsla(90,1%,44%,.8)
}

.ring-offset-gray-text-footer\/90 {
    --tw-ring-offset-color: hsla(90,1%,44%,.9)
}

.ring-offset-gray-text-footer\/95 {
    --tw-ring-offset-color: hsla(90,1%,44%,.95)
}

.ring-offset-gray-text-game {
    --tw-ring-offset-color: #8f8f8f
}

.ring-offset-gray-text-game\/0 {
    --tw-ring-offset-color: hsla(0,0%,56%,0)
}

.ring-offset-gray-text-game\/10 {
    --tw-ring-offset-color: hsla(0,0%,56%,.1)
}

.ring-offset-gray-text-game\/100 {
    --tw-ring-offset-color: #8f8f8f
}

.ring-offset-gray-text-game\/20 {
    --tw-ring-offset-color: hsla(0,0%,56%,.2)
}

.ring-offset-gray-text-game\/25 {
    --tw-ring-offset-color: hsla(0,0%,56%,.25)
}

.ring-offset-gray-text-game\/30 {
    --tw-ring-offset-color: hsla(0,0%,56%,.3)
}

.ring-offset-gray-text-game\/40 {
    --tw-ring-offset-color: hsla(0,0%,56%,.4)
}

.ring-offset-gray-text-game\/5 {
    --tw-ring-offset-color: hsla(0,0%,56%,.05)
}

.ring-offset-gray-text-game\/50 {
    --tw-ring-offset-color: hsla(0,0%,56%,.5)
}

.ring-offset-gray-text-game\/60 {
    --tw-ring-offset-color: hsla(0,0%,56%,.6)
}

.ring-offset-gray-text-game\/70 {
    --tw-ring-offset-color: hsla(0,0%,56%,.7)
}

.ring-offset-gray-text-game\/75 {
    --tw-ring-offset-color: hsla(0,0%,56%,.75)
}

.ring-offset-gray-text-game\/80 {
    --tw-ring-offset-color: hsla(0,0%,56%,.8)
}

.ring-offset-gray-text-game\/90 {
    --tw-ring-offset-color: hsla(0,0%,56%,.9)
}

.ring-offset-gray-text-game\/95 {
    --tw-ring-offset-color: hsla(0,0%,56%,.95)
}

.ring-offset-gray-text-popup-login {
    --tw-ring-offset-color: grey
}

.ring-offset-gray-text-popup-login\/0 {
    --tw-ring-offset-color: hsla(0,0%,50%,0)
}

.ring-offset-gray-text-popup-login\/10 {
    --tw-ring-offset-color: hsla(0,0%,50%,.1)
}

.ring-offset-gray-text-popup-login\/100 {
    --tw-ring-offset-color: grey
}

.ring-offset-gray-text-popup-login\/20 {
    --tw-ring-offset-color: hsla(0,0%,50%,.2)
}

.ring-offset-gray-text-popup-login\/25 {
    --tw-ring-offset-color: hsla(0,0%,50%,.25)
}

.ring-offset-gray-text-popup-login\/30 {
    --tw-ring-offset-color: hsla(0,0%,50%,.3)
}

.ring-offset-gray-text-popup-login\/40 {
    --tw-ring-offset-color: hsla(0,0%,50%,.4)
}

.ring-offset-gray-text-popup-login\/5 {
    --tw-ring-offset-color: hsla(0,0%,50%,.05)
}

.ring-offset-gray-text-popup-login\/50 {
    --tw-ring-offset-color: hsla(0,0%,50%,.5)
}

.ring-offset-gray-text-popup-login\/60 {
    --tw-ring-offset-color: hsla(0,0%,50%,.6)
}

.ring-offset-gray-text-popup-login\/70 {
    --tw-ring-offset-color: hsla(0,0%,50%,.7)
}

.ring-offset-gray-text-popup-login\/75 {
    --tw-ring-offset-color: hsla(0,0%,50%,.75)
}

.ring-offset-gray-text-popup-login\/80 {
    --tw-ring-offset-color: hsla(0,0%,50%,.8)
}

.ring-offset-gray-text-popup-login\/90 {
    --tw-ring-offset-color: hsla(0,0%,50%,.9)
}

.ring-offset-gray-text-popup-login\/95 {
    --tw-ring-offset-color: hsla(0,0%,50%,.95)
}

.ring-offset-mobile-nav-text-inactive {
    --tw-ring-offset-color: #dbd2c2
}

.ring-offset-mobile-nav-text-inactive\/0 {
    --tw-ring-offset-color: hsla(38,26%,81%,0)
}

.ring-offset-mobile-nav-text-inactive\/10 {
    --tw-ring-offset-color: hsla(38,26%,81%,.1)
}

.ring-offset-mobile-nav-text-inactive\/100 {
    --tw-ring-offset-color: #dbd2c2
}

.ring-offset-mobile-nav-text-inactive\/20 {
    --tw-ring-offset-color: hsla(38,26%,81%,.2)
}

.ring-offset-mobile-nav-text-inactive\/25 {
    --tw-ring-offset-color: hsla(38,26%,81%,.25)
}

.ring-offset-mobile-nav-text-inactive\/30 {
    --tw-ring-offset-color: hsla(38,26%,81%,.3)
}

.ring-offset-mobile-nav-text-inactive\/40 {
    --tw-ring-offset-color: hsla(38,26%,81%,.4)
}

.ring-offset-mobile-nav-text-inactive\/5 {
    --tw-ring-offset-color: hsla(38,26%,81%,.05)
}

.ring-offset-mobile-nav-text-inactive\/50 {
    --tw-ring-offset-color: hsla(38,26%,81%,.5)
}

.ring-offset-mobile-nav-text-inactive\/60 {
    --tw-ring-offset-color: hsla(38,26%,81%,.6)
}

.ring-offset-mobile-nav-text-inactive\/70 {
    --tw-ring-offset-color: hsla(38,26%,81%,.7)
}

.ring-offset-mobile-nav-text-inactive\/75 {
    --tw-ring-offset-color: hsla(38,26%,81%,.75)
}

.ring-offset-mobile-nav-text-inactive\/80 {
    --tw-ring-offset-color: hsla(38,26%,81%,.8)
}

.ring-offset-mobile-nav-text-inactive\/90 {
    --tw-ring-offset-color: hsla(38,26%,81%,.9)
}

.ring-offset-mobile-nav-text-inactive\/95 {
    --tw-ring-offset-color: hsla(38,26%,81%,.95)
}

.ring-offset-red-bg-hot-pick {
    --tw-ring-offset-color: #170e0a
}

.ring-offset-red-bg-hot-pick\/0 {
    --tw-ring-offset-color: rgba(23,14,10,0)
}

.ring-offset-red-bg-hot-pick\/10 {
    --tw-ring-offset-color: rgba(23,14,10,.1)
}

.ring-offset-red-bg-hot-pick\/100 {
    --tw-ring-offset-color: #170e0a
}

.ring-offset-red-bg-hot-pick\/20 {
    --tw-ring-offset-color: rgba(23,14,10,.2)
}

.ring-offset-red-bg-hot-pick\/25 {
    --tw-ring-offset-color: rgba(23,14,10,.25)
}

.ring-offset-red-bg-hot-pick\/30 {
    --tw-ring-offset-color: rgba(23,14,10,.3)
}

.ring-offset-red-bg-hot-pick\/40 {
    --tw-ring-offset-color: rgba(23,14,10,.4)
}

.ring-offset-red-bg-hot-pick\/5 {
    --tw-ring-offset-color: rgba(23,14,10,.05)
}

.ring-offset-red-bg-hot-pick\/50 {
    --tw-ring-offset-color: rgba(23,14,10,.5)
}

.ring-offset-red-bg-hot-pick\/60 {
    --tw-ring-offset-color: rgba(23,14,10,.6)
}

.ring-offset-red-bg-hot-pick\/70 {
    --tw-ring-offset-color: rgba(23,14,10,.7)
}

.ring-offset-red-bg-hot-pick\/75 {
    --tw-ring-offset-color: rgba(23,14,10,.75)
}

.ring-offset-red-bg-hot-pick\/80 {
    --tw-ring-offset-color: rgba(23,14,10,.8)
}

.ring-offset-red-bg-hot-pick\/90 {
    --tw-ring-offset-color: rgba(23,14,10,.9)
}

.ring-offset-red-bg-hot-pick\/95 {
    --tw-ring-offset-color: rgba(23,14,10,.95)
}

.ring-offset-rng-game-bg-bet {
    --tw-ring-offset-color: #000
}

.ring-offset-rng-game-bg-bet\/0 {
    --tw-ring-offset-color: transparent
}

.ring-offset-rng-game-bg-bet\/10 {
    --tw-ring-offset-color: rgba(0,0,0,.1)
}

.ring-offset-rng-game-bg-bet\/100 {
    --tw-ring-offset-color: #000
}

.ring-offset-rng-game-bg-bet\/20 {
    --tw-ring-offset-color: rgba(0,0,0,.2)
}

.ring-offset-rng-game-bg-bet\/25 {
    --tw-ring-offset-color: rgba(0,0,0,.25)
}

.ring-offset-rng-game-bg-bet\/30 {
    --tw-ring-offset-color: rgba(0,0,0,.3)
}

.ring-offset-rng-game-bg-bet\/40 {
    --tw-ring-offset-color: rgba(0,0,0,.4)
}

.ring-offset-rng-game-bg-bet\/5 {
    --tw-ring-offset-color: rgba(0,0,0,.05)
}

.ring-offset-rng-game-bg-bet\/50 {
    --tw-ring-offset-color: rgba(0,0,0,.5)
}

.ring-offset-rng-game-bg-bet\/60 {
    --tw-ring-offset-color: rgba(0,0,0,.6)
}

.ring-offset-rng-game-bg-bet\/70 {
    --tw-ring-offset-color: rgba(0,0,0,.7)
}

.ring-offset-rng-game-bg-bet\/75 {
    --tw-ring-offset-color: rgba(0,0,0,.75)
}

.ring-offset-rng-game-bg-bet\/80 {
    --tw-ring-offset-color: rgba(0,0,0,.8)
}

.ring-offset-rng-game-bg-bet\/90 {
    --tw-ring-offset-color: rgba(0,0,0,.9)
}

.ring-offset-rng-game-bg-bet\/95 {
    --tw-ring-offset-color: rgba(0,0,0,.95)
}

.ring-offset-rng-game-bg-current-bet {
    --tw-ring-offset-color: #ebce82
}

.ring-offset-rng-game-bg-current-bet\/0 {
    --tw-ring-offset-color: hsla(43,72%,72%,0)
}

.ring-offset-rng-game-bg-current-bet\/10 {
    --tw-ring-offset-color: hsla(43,72%,72%,.1)
}

.ring-offset-rng-game-bg-current-bet\/100 {
    --tw-ring-offset-color: #ebce82
}

.ring-offset-rng-game-bg-current-bet\/20 {
    --tw-ring-offset-color: hsla(43,72%,72%,.2)
}

.ring-offset-rng-game-bg-current-bet\/25 {
    --tw-ring-offset-color: hsla(43,72%,72%,.25)
}

.ring-offset-rng-game-bg-current-bet\/30 {
    --tw-ring-offset-color: hsla(43,72%,72%,.3)
}

.ring-offset-rng-game-bg-current-bet\/40 {
    --tw-ring-offset-color: hsla(43,72%,72%,.4)
}

.ring-offset-rng-game-bg-current-bet\/5 {
    --tw-ring-offset-color: hsla(43,72%,72%,.05)
}

.ring-offset-rng-game-bg-current-bet\/50 {
    --tw-ring-offset-color: hsla(43,72%,72%,.5)
}

.ring-offset-rng-game-bg-current-bet\/60 {
    --tw-ring-offset-color: hsla(43,72%,72%,.6)
}

.ring-offset-rng-game-bg-current-bet\/70 {
    --tw-ring-offset-color: hsla(43,72%,72%,.7)
}

.ring-offset-rng-game-bg-current-bet\/75 {
    --tw-ring-offset-color: hsla(43,72%,72%,.75)
}

.ring-offset-rng-game-bg-current-bet\/80 {
    --tw-ring-offset-color: hsla(43,72%,72%,.8)
}

.ring-offset-rng-game-bg-current-bet\/90 {
    --tw-ring-offset-color: hsla(43,72%,72%,.9)
}

.ring-offset-rng-game-bg-current-bet\/95 {
    --tw-ring-offset-color: hsla(43,72%,72%,.95)
}

.ring-offset-rng-game-bg-filter {
    --tw-ring-offset-color: #241a12
}

.ring-offset-rng-game-bg-filter\/0 {
    --tw-ring-offset-color: rgba(36,26,18,0)
}

.ring-offset-rng-game-bg-filter\/10 {
    --tw-ring-offset-color: rgba(36,26,18,.1)
}

.ring-offset-rng-game-bg-filter\/100 {
    --tw-ring-offset-color: #241a12
}

.ring-offset-rng-game-bg-filter\/20 {
    --tw-ring-offset-color: rgba(36,26,18,.2)
}

.ring-offset-rng-game-bg-filter\/25 {
    --tw-ring-offset-color: rgba(36,26,18,.25)
}

.ring-offset-rng-game-bg-filter\/30 {
    --tw-ring-offset-color: rgba(36,26,18,.3)
}

.ring-offset-rng-game-bg-filter\/40 {
    --tw-ring-offset-color: rgba(36,26,18,.4)
}

.ring-offset-rng-game-bg-filter\/5 {
    --tw-ring-offset-color: rgba(36,26,18,.05)
}

.ring-offset-rng-game-bg-filter\/50 {
    --tw-ring-offset-color: rgba(36,26,18,.5)
}

.ring-offset-rng-game-bg-filter\/60 {
    --tw-ring-offset-color: rgba(36,26,18,.6)
}

.ring-offset-rng-game-bg-filter\/70 {
    --tw-ring-offset-color: rgba(36,26,18,.7)
}

.ring-offset-rng-game-bg-filter\/75 {
    --tw-ring-offset-color: rgba(36,26,18,.75)
}

.ring-offset-rng-game-bg-filter\/80 {
    --tw-ring-offset-color: rgba(36,26,18,.8)
}

.ring-offset-rng-game-bg-filter\/90 {
    --tw-ring-offset-color: rgba(36,26,18,.9)
}

.ring-offset-rng-game-bg-filter\/95 {
    --tw-ring-offset-color: rgba(36,26,18,.95)
}

.ring-offset-rng-game-bg-popup-bet {
    --tw-ring-offset-color: #33322f
}

.ring-offset-rng-game-bg-popup-bet\/0 {
    --tw-ring-offset-color: rgba(51,50,47,0)
}

.ring-offset-rng-game-bg-popup-bet\/10 {
    --tw-ring-offset-color: rgba(51,50,47,.1)
}

.ring-offset-rng-game-bg-popup-bet\/100 {
    --tw-ring-offset-color: #33322f
}

.ring-offset-rng-game-bg-popup-bet\/20 {
    --tw-ring-offset-color: rgba(51,50,47,.2)
}

.ring-offset-rng-game-bg-popup-bet\/25 {
    --tw-ring-offset-color: rgba(51,50,47,.25)
}

.ring-offset-rng-game-bg-popup-bet\/30 {
    --tw-ring-offset-color: rgba(51,50,47,.3)
}

.ring-offset-rng-game-bg-popup-bet\/40 {
    --tw-ring-offset-color: rgba(51,50,47,.4)
}

.ring-offset-rng-game-bg-popup-bet\/5 {
    --tw-ring-offset-color: rgba(51,50,47,.05)
}

.ring-offset-rng-game-bg-popup-bet\/50 {
    --tw-ring-offset-color: rgba(51,50,47,.5)
}

.ring-offset-rng-game-bg-popup-bet\/60 {
    --tw-ring-offset-color: rgba(51,50,47,.6)
}

.ring-offset-rng-game-bg-popup-bet\/70 {
    --tw-ring-offset-color: rgba(51,50,47,.7)
}

.ring-offset-rng-game-bg-popup-bet\/75 {
    --tw-ring-offset-color: rgba(51,50,47,.75)
}

.ring-offset-rng-game-bg-popup-bet\/80 {
    --tw-ring-offset-color: rgba(51,50,47,.8)
}

.ring-offset-rng-game-bg-popup-bet\/90 {
    --tw-ring-offset-color: rgba(51,50,47,.9)
}

.ring-offset-rng-game-bg-popup-bet\/95 {
    --tw-ring-offset-color: rgba(51,50,47,.95)
}

.ring-offset-rng-game-bg-tab {
    --tw-ring-offset-color: #343434
}

.ring-offset-rng-game-bg-tab\/0 {
    --tw-ring-offset-color: rgba(52,52,52,0)
}

.ring-offset-rng-game-bg-tab\/10 {
    --tw-ring-offset-color: rgba(52,52,52,.1)
}

.ring-offset-rng-game-bg-tab\/100 {
    --tw-ring-offset-color: #343434
}

.ring-offset-rng-game-bg-tab\/20 {
    --tw-ring-offset-color: rgba(52,52,52,.2)
}

.ring-offset-rng-game-bg-tab\/25 {
    --tw-ring-offset-color: rgba(52,52,52,.25)
}

.ring-offset-rng-game-bg-tab\/30 {
    --tw-ring-offset-color: rgba(52,52,52,.3)
}

.ring-offset-rng-game-bg-tab\/40 {
    --tw-ring-offset-color: rgba(52,52,52,.4)
}

.ring-offset-rng-game-bg-tab\/5 {
    --tw-ring-offset-color: rgba(52,52,52,.05)
}

.ring-offset-rng-game-bg-tab\/50 {
    --tw-ring-offset-color: rgba(52,52,52,.5)
}

.ring-offset-rng-game-bg-tab\/60 {
    --tw-ring-offset-color: rgba(52,52,52,.6)
}

.ring-offset-rng-game-bg-tab\/70 {
    --tw-ring-offset-color: rgba(52,52,52,.7)
}

.ring-offset-rng-game-bg-tab\/75 {
    --tw-ring-offset-color: rgba(52,52,52,.75)
}

.ring-offset-rng-game-bg-tab\/80 {
    --tw-ring-offset-color: rgba(52,52,52,.8)
}

.ring-offset-rng-game-bg-tab\/90 {
    --tw-ring-offset-color: rgba(52,52,52,.9)
}

.ring-offset-rng-game-bg-tab\/95 {
    --tw-ring-offset-color: rgba(52,52,52,.95)
}

.ring-offset-rng-game-border-circle {
    --tw-ring-offset-color: #ae8f65
}

.ring-offset-rng-game-border-circle\/0 {
    --tw-ring-offset-color: hsla(35,31%,54%,0)
}

.ring-offset-rng-game-border-circle\/10 {
    --tw-ring-offset-color: hsla(35,31%,54%,.1)
}

.ring-offset-rng-game-border-circle\/100 {
    --tw-ring-offset-color: #ae8f65
}

.ring-offset-rng-game-border-circle\/20 {
    --tw-ring-offset-color: hsla(35,31%,54%,.2)
}

.ring-offset-rng-game-border-circle\/25 {
    --tw-ring-offset-color: hsla(35,31%,54%,.25)
}

.ring-offset-rng-game-border-circle\/30 {
    --tw-ring-offset-color: hsla(35,31%,54%,.3)
}

.ring-offset-rng-game-border-circle\/40 {
    --tw-ring-offset-color: hsla(35,31%,54%,.4)
}

.ring-offset-rng-game-border-circle\/5 {
    --tw-ring-offset-color: hsla(35,31%,54%,.05)
}

.ring-offset-rng-game-border-circle\/50 {
    --tw-ring-offset-color: hsla(35,31%,54%,.5)
}

.ring-offset-rng-game-border-circle\/60 {
    --tw-ring-offset-color: hsla(35,31%,54%,.6)
}

.ring-offset-rng-game-border-circle\/70 {
    --tw-ring-offset-color: hsla(35,31%,54%,.7)
}

.ring-offset-rng-game-border-circle\/75 {
    --tw-ring-offset-color: hsla(35,31%,54%,.75)
}

.ring-offset-rng-game-border-circle\/80 {
    --tw-ring-offset-color: hsla(35,31%,54%,.8)
}

.ring-offset-rng-game-border-circle\/90 {
    --tw-ring-offset-color: hsla(35,31%,54%,.9)
}

.ring-offset-rng-game-border-circle\/95 {
    --tw-ring-offset-color: hsla(35,31%,54%,.95)
}

.ring-offset-rng-game-text-current-bet {
    --tw-ring-offset-color: #513924
}

.ring-offset-rng-game-text-current-bet\/0 {
    --tw-ring-offset-color: rgba(81,57,36,0)
}

.ring-offset-rng-game-text-current-bet\/10 {
    --tw-ring-offset-color: rgba(81,57,36,.1)
}

.ring-offset-rng-game-text-current-bet\/100 {
    --tw-ring-offset-color: #513924
}

.ring-offset-rng-game-text-current-bet\/20 {
    --tw-ring-offset-color: rgba(81,57,36,.2)
}

.ring-offset-rng-game-text-current-bet\/25 {
    --tw-ring-offset-color: rgba(81,57,36,.25)
}

.ring-offset-rng-game-text-current-bet\/30 {
    --tw-ring-offset-color: rgba(81,57,36,.3)
}

.ring-offset-rng-game-text-current-bet\/40 {
    --tw-ring-offset-color: rgba(81,57,36,.4)
}

.ring-offset-rng-game-text-current-bet\/5 {
    --tw-ring-offset-color: rgba(81,57,36,.05)
}

.ring-offset-rng-game-text-current-bet\/50 {
    --tw-ring-offset-color: rgba(81,57,36,.5)
}

.ring-offset-rng-game-text-current-bet\/60 {
    --tw-ring-offset-color: rgba(81,57,36,.6)
}

.ring-offset-rng-game-text-current-bet\/70 {
    --tw-ring-offset-color: rgba(81,57,36,.7)
}

.ring-offset-rng-game-text-current-bet\/75 {
    --tw-ring-offset-color: rgba(81,57,36,.75)
}

.ring-offset-rng-game-text-current-bet\/80 {
    --tw-ring-offset-color: rgba(81,57,36,.8)
}

.ring-offset-rng-game-text-current-bet\/90 {
    --tw-ring-offset-color: rgba(81,57,36,.9)
}

.ring-offset-rng-game-text-current-bet\/95 {
    --tw-ring-offset-color: rgba(81,57,36,.95)
}

.drop-shadow-\[0px_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
    --tw-drop-shadow: drop-shadow(0px 4px 4px rgba(0,0,0,.25))
}

.drop-shadow-\[0px_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\],.grayscale {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.grayscale {
    --tw-grayscale: grayscale(100%)
}

.grayscale-0 {
    --tw-grayscale: grayscale(0)
}

.filter,.grayscale-0 {
    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-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.delay-700 {
    transition-delay: .7s
}

.delay-\[3000ms\] {
    transition-delay: 3s
}

.duration-150 {
    transition-duration: .15s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.duration-700 {
    transition-duration: .7s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.ease-linear {
    transition-timing-function: linear
}

body,html {
    padding: 0;
    margin: 0;
    font-family: Montserrat,OpenSans,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    color: #fff;
    background: #000
}

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

a,button {
    cursor: url(/_next/static/media/hand.585d3773.svg),pointer
}

/* * {
    box-sizing: border-box;
    cursor: url(/_next/static/media/mouse.fdf61927.svg),default
} */

:focus {
    outline: none
}

@media (prefers-color-scheme: dark) {
    html {
        color-scheme:dark
    }

    body {
        color: #fff;
        background: #000
    }
}

body::-webkit-scrollbar,div::-webkit-scrollbar {
    display: none
}

.popup-arrow {
    --tw-text-opacity: 1;
    color: rgb(130 138 147/var(--tw-text-opacity))
}

@keyframes anvil {
    0% {
        opacity: 0;
        box-shadow: 0 0 0 hsla(0,0%,95%,0)
    }

    1% {
        opacity: 0;
        box-shadow: 0 0 0 hsla(0,0%,95%,0)
    }

    to {
        opacity: 1;
        box-shadow: 0 0 500px hsla(0,0%,95%,0)
    }
}

.popup-content {
    animation: anvil .3s cubic-bezier(.38,.1,.36,.9) forwards
}

#game-container:-webkit-full-screen iframe {
    height: 100vh;
    width: 100vw
}

#game-container:fullscreen iframe {
    height: 100vh;
    width: 100vw
}

#game-container:-webkit-full-screen #top-overlay {
    position: fixed
}

#game-container:fullscreen #top-overlay {
    position: fixed
}

tbody:before {
    content: "-";
    display: block;
    line-height: 1em;
    color: transparent
}

input {
    color: #fff
}

input:focus~.floating-label,input:not(:focus):valid~.floating-label {
    top: 4px;
    bottom: 10px;
    left: 20px;
    font-size: 8px;
    opacity: 1
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 10px;
    transition: all .2s ease
}

.box:before {
    content: "";
    position: absolute;
    top: 0;
    left: -300px;
    height: 100%;
    width: 100%;
    --tw-skew-x: -30deg;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s
}

.box:hover:before {
    background: hsla(0,0%,100%,.5);
    left: 250px
}

.box {
    position: absolute;
    inset: 0;
    overflow: hidden
}

.polygon6 {
    -webkit-clip-path: polygon(6% 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(6% 0,100% 0,100% 100%,0 100%)
}

.polygon7 {
    -webkit-clip-path: polygon(7% 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(7% 0,100% 0,100% 100%,0 100%)
}

.polygon9 {
    -webkit-clip-path: polygon(9% 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(9% 0,100% 0,100% 100%,0 100%)
}

.polygon10 {
    -webkit-clip-path: polygon(10% 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(10% 0,100% 0,100% 100%,0 100%)
}

.polygon20 {
    -webkit-clip-path: polygon(20% 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(20% 0,100% 0,100% 100%,0 100%)
}

.background-hotmatch {
    -webkit-clip-path: polygon(0 0,100% 0,93% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,93% 100%,0 100%)
}

.background-bigwin {
    -webkit-clip-path: polygon(13% 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(13% 0,100% 0,100% 100%,0 100%)
}

.background-about {
    -webkit-clip-path: polygon(0 0,100% 0,70% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,70% 100%,0 100%)
}

.text-polygon-left {
    -webkit-clip-path: polygon(8% 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(8% 0,100% 0,100% 100%,0 100%)
}

.text-polygon-right {
    -webkit-clip-path: polygon(0 0,100% 0,93% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,93% 100%,0 100%)
}

.promo-text-polygon-left {
    -webkit-clip-path: polygon(8% 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(8% 0,100% 0,100% 100%,0 100%)
}

.promo-text-polygon-right {
    -webkit-clip-path: polygon(0 0,100% 0,92% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,92% 100%,0 100%)
}

.promo-text-polygon-left-right {
    -webkit-clip-path: polygon(8% 0,100% 0,92% 100%,0 100%);
    clip-path: polygon(8% 0,100% 0,92% 100%,0 100%)
}

.polygon93-right {
    -webkit-clip-path: polygon(0 0,100% 0,93% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,93% 100%,0 100%)
}

.polygon94-right {
    -webkit-clip-path: polygon(0 0,100% 0,94% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,94% 100%,0 100%)
}

.polygon95-right {
    -webkit-clip-path: polygon(0 0,100% 0,95% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,95% 100%,0 100%)
}

.polygon89-right {
    -webkit-clip-path: polygon(0 0,100% 0,89% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,89% 100%,0 100%)
}

.deposit-polygon-left {
    -webkit-clip-path: polygon(5% 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(5% 0,100% 0,100% 100%,0 100%)
}

.deposit-polygon-right {
    -webkit-clip-path: polygon(0 0,100% 0,95% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,95% 100%,0 100%)
}

.hot {
    background-position-x: -125px
}

.bg-hotmatch {
    background-size: 100% 100%
}

.bg-game {
    background-attachment: fixed
}

.selected-coin {
    background: linear-gradient(180deg,hsla(36,59%,66%,.6),hsla(36,59%,66%,0)),#170c0c
}

.shadow-coin {
    background-color: #504e4e;
    filter: drop-shadow(0 4px 4px rgba(0,0,0,.25))
}

.background-sport {
    background: linear-gradient(180deg,#000 -10.49%,transparent 70.89%)
}

.hover-game {
    background: linear-gradient(180deg,rgba(0,0,0,.7) 5.2%,#000 104.58%)
}

.line-title-game {
    background: linear-gradient(270deg,#000 -30.19%,#060502 -20.17%,#181306 -6.25%,#362a0e 10%,#5f4a19 27.97%,#947427 47.39%,#d4a538 67.68%,#f6c041 80.2%)
}

.show-scrollbar::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    display: block;
    background-color: #565656
}

.show-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    height: 58px;
    background-color: #dcb376
}

.show-scrollbar-game::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
    display: block;
    --tw-bg-opacity: 1;
    background-color: rgb(28 30 34/var(--tw-bg-opacity))
}

.show-scrollbar-game::-webkit-scrollbar-thumb {
    border-radius: 20px;
    width: 6px;
    height: 106px;
    background-color: #dcb376
}

#filter-type-rng:not([size]) {
    background-image: url(/_next/static/media/rng_choose_ic.fb9ee1c8.svg);
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 18px 13px;
    padding-right: 2.5rem
}

.bg-rng-game-table-name {
    background: linear-gradient(90deg,#5b4128,#ae8f64);
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.25))
}

.show-scrollbar-promotion::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
    display: block;
    --tw-bg-opacity: 1;
    background-color: #565656
}

.show-scrollbar-promotion::-webkit-scrollbar-thumb {
    border-radius: 20px;
    width: 6px;
    height: 77px;
    background-color: #dcb376
}

#vip-type-bonus:not([size]) {
    background-image: url(/_next/static/media/rng_choose_ic.fb9ee1c8.svg);
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 12px
}

.vip-program-item:hover {
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    border: 1px solid rgba(225,163,67,.3);
    background-image: url(/_next/static/media/hover-bg-vip.6e92aa20.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.shadow-dropdown-menu {
    box-shadow: inset 0 -2px 0 #dcb376
}

.promo-makeup-des-html {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
    color: #d4d4d4
}

@media (min-width: 651px) and (max-width:766px) {
    .promo-makeup-des-html {
        font-size:12px
    }
}

@media (min-width: 767px) and (max-width:1022px) {
    .promo-makeup-des-html {
        font-size:14px
    }
}

@media (min-width: 1023px) and (max-width:1290px) {
    .promo-makeup-des-html {
        font-size:16px
    }
}

.promo-makeup-des-html b,.promo-makeup-des-html strong,.promo-makeup-des-html-mobile {
    color: #fff
}

.promo-makeup-des-html span b,.promo-makeup-des-html span strong {
    color: currentColor
}

.promo-makeup-des-html a {
    text-decoration: underline;
    cursor: auto
}

.promo-makeup-des-html a b:hover,.promo-makeup-des-html a span:hover,.promo-makeup-des-html a:hover {
    cursor: url(/_next/static/media/hand.585d3773.svg),pointer
}

.promo-makeup-des-html h2 {
    background-color: #1d1818;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 700;
    font-size: 1.5em;
    color: #fff;
    width: calc(100% + 6.5rem);
    margin-left: -3.25rem
}

@media (min-width: 651px) and (max-width:766px) {
    .promo-makeup-des-html h2 {
        font-size:18px
    }
}

@media (min-width: 767px) and (max-width:1022px) {
    .promo-makeup-des-html h2 {
        font-size:18px
    }
}

@media (min-width: 1023px) and (max-width:1290px) {
    .promo-makeup-des-html h2 {
        font-size:20px
    }
}

.promo-makeup-des-html-mobile h2,.promo-makeup-des-html-mobile h3 {
    font-size: 12px;
    font-weight: 700
}

.promo-makeup-des-html-mobile li,.promo-makeup-des-html-mobile p {
    font-size: 12px
}

.promo-makeup-des-html h3 {
    font-weight: 700;
    font-size: 15px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.promo-makeup-des-html table,.promo-makeup-des-html-mobile table {
    border-spacing: 0;
    outline: 1px solid #fff;
    border-radius: 5px
}

.promo-makeup-des-html table td,.promo-makeup-des-html table th,.promo-makeup-des-html-mobile table td,.promo-makeup-des-html-mobile table th {
    border: 1px solid #fff
}

.promo-makeup-des-html table tr:first-child td,.promo-makeup-des-html-mobile table tr:first-child td {
    border-top: 0
}

.promo-makeup-des-html table td[rowspan],.promo-makeup-des-html table tr:last-child td,.promo-makeup-des-html-mobile table td[rowspan],.promo-makeup-des-html-mobile table tr:last-child td {
    border-bottom: 0
}

.promo-makeup-des-html table td:first-child,.promo-makeup-des-html-mobile table td:first-child {
    border-left: 0
}

.promo-makeup-des-html table td:last-child,.promo-makeup-des-html-mobile table td:last-child {
    border-right: 0
}

.promo-makeup-des-html table tbody:before,.promo-makeup-des-html-mobile table tbody:before {
    display: none
}

.promo-makeup-des-html table tr:first-child,.promo-makeup-des-html-mobile table tr:first-child {
    background: #4b0707
}

.promo-makeup-des-html table tr td,.promo-makeup-des-html-mobile table tr td {
    padding: .5rem
}

.promo-makeup-des-html-mobile table tr td {
    font-size: 12px
}

.promo-makeup-des-html table a,.promo-makeup-des-html-mobile table a {
    color: #dcb376;
    font-weight: 700;
    font-style: italic
}

.promo-makeup-des-html ol,.promo-makeup-des-html-mobile ol {
    display: block;
    list-style-type: decimal;
    margin: 1em 0;
    padding-left: 40px
}

.promo-makeup-des-html ul,.promo-makeup-des-html-mobile ul {
    display: block;
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 40px
}

.promo-makeup-des-html-mobile ol,.promo-makeup-des-html-mobile ul {
    padding-left: 1.25rem
}

.promo-makeup-des-html h2 a,.promo-makeup-des-html h3 a,.promo-makeup-des-html ol a,.promo-makeup-des-html-mobile h2 a,.promo-makeup-des-html-mobile h3 a,.promo-makeup-des-html-mobile ol a,.promo-makeup-term-html ol a,.promo-makeup-term-html-mobile ol a {
    color: #dcb376
}

.promo-makeup-term-html a,.promo-makeup-term-html-mobile a {
    text-decoration: underline
}

.promo-makeup-term-html ol,.promo-makeup-term-html-mobile ol {
    display: block;
    list-style-type: decimal;
    margin: 1em 0;
    padding-left: 40px
}

.promo-makeup-term-html ul,.promo-makeup-term-html-mobile ul {
    display: block;
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 40px
}

.promo-makeup-term-html-mobile ol,.promo-makeup-term-html-mobile ul {
    margin: 0;
    padding-left: .75rem;
    font-size: 10px
}

.promo-makeup-term-html ol li {
    margin-bottom: .5rem
}

@media (min-width: 651px) and (max-width:766px) {
    .promo-makeup-term-html ol li {
        font-size:12px
    }
}

@media (min-width: 767px) and (max-width:1022px) {
    .promo-makeup-term-html ol li {
        font-size:14px
    }
}

@media (min-width: 1023px) and (max-width:1290px) {
    .promo-makeup-term-html ol li {
        font-size:16px
    }
}

.box-shadow-login-form {
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.5),inset 0 -1px 0 0 #dcb376
}

.promotion-label-new {
    background: linear-gradient(246.74deg,#ffce5a 15.15%,#cb8010 123.23%)
}

.promotion-label-hot,.promotion-label-new {
    box-shadow: 0 3px 3px rgba(0,0,0,.5);
    -webkit-clip-path: polygon(0 0,100% 0,89% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,89% 100%,0 100%)
}

.promotion-label-hot {
    background: linear-gradient(242.97deg,#ff5959 10.84%,#cc0202 141.46%)
}

.box-shadow-game {
    box-shadow: 0 5px 5px rgba(0,0,0,.5),0 3px 0 #f6c041
}

.vip-program-polygon {
    -webkit-clip-path: polygon(0 0,261% 0,50% 100%,0 77%);
    clip-path: polygon(0 0,261% 0,50% 100%,0 77%)
}

.box-shadow-maintenance-top {
    box-shadow: inset 0 2px 0 0 #dcb376
}

.box-shadow-maintenance-bottom {
    box-shadow: inset 0 -2px 0 0 #dcb376
}

.logo-maintenance-shadow {
    filter: drop-shadow(0 8px 8px rgba(0,0,0,.5))
}

.dropdown-menu {
    border-radius: 0 0 7px 7px;
    background: linear-gradient(180deg,#211c1c,#54281a);
    box-shadow: inset 0 -2px 0 0 #dcb376
}

.bg-vip-program-privileges-active {
    background: linear-gradient(180deg,hsla(36,59%,66%,.6),hsla(36,59%,66%,0)),#170c0c
}

.home-jackpot-money {
    text-shadow: 0 4px 4px rgba(0,0,0,.25)
}

.swiper-pagination-hero-banner {
    z-index: 99999;
    position: relative;
    top: -43px!important;
    max-width: 1290px;
    left: 0!important;
    bottom: 0!important;
    margin: auto;
    text-align: start
}

.swiper-pagination-hero-banner:hover {
    cursor: url(/_next/static/media/hand.585d3773.svg),pointer
}

@media (min-width: 651px) and (max-width:766px) {
    .swiper-pagination-hero-banner {
        padding-left:2.5rem;
        padding-right: 2.5rem
    }
}

@media (min-width: 767px) and (max-width:1022px) {
    .swiper-pagination-hero-banner {
        padding-left:2.5rem;
        padding-right: 2.5rem
    }
}

@media (min-width: 1023px) and (max-width:1290px) {
    .swiper-pagination-hero-banner {
        padding-left:2.5rem;
        padding-right: 2.5rem
    }
}

.swiper-pagination-hero-banner-bullet {
    opacity: 1;
    width: 16px;
    height: 19px;
    display: inline-block;
    background-image: url(/_next/static/media/swipe_inactive.48522805.svg);
    margin-right: 18px!important;
    margin-left: 0!important
}

.swiper-pagination-hero-banner-bullet:hover {
    cursor: url(/_next/static/media/hand.585d3773.svg),pointer
}

.swiper-pagination-hero-banner-bullet-active {
    background-image: url(/_next/static/media/swipe_active.1eeb67f2.svg)
}

.swiper-pagination-hero-banner-bullet-active:hover {
    cursor: url(/_next/static/media/hand.585d3773.svg),pointer
}

.swiper-pagination-hot-match {
    position: relative;
    z-index: 1;
    left: 0!important;
    bottom: 0!important;
    top: -24px!important;
    text-align: center;
    margin-left: 1rem
}

.swiper-pagination-hot-match>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.25rem * var(--tw-space-x-reverse));
    margin-left: calc(.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.swiper-pagination-hot-match-bullet {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 4px;
    border: 2px solid rgba(0,0,0,.6)
}

.swiper-pagination-hot-match-bullet:hover {
    cursor: url(/_next/static/media/hand.585d3773.svg),pointer
}

.swiper-pagination-hot-match-bullet-active {
    --tw-border-opacity: 1;
    border-color: rgb(220 179 118/var(--tw-border-opacity))
}

.swiper-pagination-hot-match-bullet-active:hover {
    cursor: url(/_next/static/media/hand.585d3773.svg),pointer
}

.hot__match__button {
    z-index: 1;
    color: var(--background-site);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 4rem;
    height: 4rem
}

.hot__match__button--prev {
    left: var(--position-button)
}

.hot__match__button--next {
    right: var(--position-button)
}

.hot__match__button:disabled {
    opacity: .3
}

.big-win .swiper-slide {
    height: 177px!important
}

.embla__progress {
    z-index: 1;
    position: absolute;
    height: .3rem;
    border: 1px solid #b19365;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
    width: 232px;
    max-width: 90%;
    overflow: hidden
}

.embla__progress__bar {
    background: linear-gradient(90deg,#8c1616,#b31c1c),#000;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: -100%
}

.slider__coin__button {
    z-index: 1;
    color: var(--background-site);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 4rem;
    height: 4rem
}

.slider__coin__button--prev {
    left: var(--position-button)
}

.slider__coin__button--next {
    right: var(--position-button)
}

.placeholder\:font-medium::-moz-placeholder {
    font-weight: 500
}

.placeholder\:font-medium::placeholder {
    font-weight: 500
}

.placeholder\:italic::-moz-placeholder {
    font-style: italic
}

.placeholder\:italic::placeholder {
    font-style: italic
}

.placeholder\:text-white::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.placeholder\:text-white::placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.placeholder\:text-white\/60::-moz-placeholder {
    color: hsla(0,0%,100%,.6)
}

.placeholder\:text-white\/60::placeholder {
    color: hsla(0,0%,100%,.6)
}

.before\:absolute:before {
    content: var(--tw-content);
    position: absolute
}

.before\:-bottom-2:before {
    content: var(--tw-content);
    bottom: -.5rem
}

.before\:-bottom-2\.5:before {
    content: var(--tw-content);
    bottom: -.625rem
}

.before\:bottom-0:before {
    content: var(--tw-content);
    bottom: 0
}

.before\:left-0:before {
    content: var(--tw-content);
    left: 0
}

.before\:right-0:before {
    content: var(--tw-content);
    right: 0
}

.before\:top-0:before {
    content: var(--tw-content);
    top: 0
}

.before\:m-auto:before {
    content: var(--tw-content);
    margin: auto
}

.before\:h-0:before {
    content: var(--tw-content);
    height: 0
}

.before\:h-0\.5:before {
    content: var(--tw-content);
    height: .125rem
}

.before\:h-1:before {
    content: var(--tw-content);
    height: .25rem
}

.before\:h-4\/6:before {
    content: var(--tw-content);
    height: 66.666667%
}

.before\:w-0:before {
    content: var(--tw-content);
    width: 0
}

.before\:w-11\/12:before {
    content: var(--tw-content);
    width: 91.666667%
}

.before\:w-\[1px\]:before {
    content: var(--tw-content);
    width: 1px
}

.before\:w-\[250px\]:before {
    content: var(--tw-content);
    width: 250px
}

.before\:w-full:before {
    content: var(--tw-content);
    width: 100%
}

.before\:rounded-\[5px\]:before {
    content: var(--tw-content);
    border-radius: 5px
}

.before\:bg-disable-text:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(109 109 109/var(--tw-bg-opacity))
}

.before\:bg-mobile-menu-game-text:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(128 117 106/var(--tw-bg-opacity))
}

.before\:bg-white:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.before\:bg-yellow-orange:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(220 179 118/var(--tw-bg-opacity))
}

.before\:transition-all:before {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}