html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
  color: var(--title-color);
  text-decoration: none;
}

* {
  outline: none;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.classic-roulette-8qn2jh {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-8qn2jh {
    padding: 54px 0 0;
  }
}

.classic-roulette-24cb0w {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-24cb0w:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.classic-roulette-7dyc2g {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-7dyc2g {
    margin: 20px auto 100px;
  }
}

.classic-roulette-7dyc2g h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-7dyc2g h1 {
    font-size: 120px;
  }
}

.classic-roulette-7dyc2g p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.classic-roulette-xozif7 {
  cursor: pointer;
}

.classic-roulette-hqq3kk {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.classic-roulette-7ofmlo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.classic-roulette-7ofmlo figure {
  margin: 0;
}

.classic-roulette-7ofmlo.classic-roulette-sktorj {
  justify-content: flex-start;
  margin-right: 4px;
}

.classic-roulette-7ofmlo.classic-roulette-w0sqau {
  justify-content: flex-end;
  margin-left: 4px;
}

.classic-roulette-7ofmlo.classic-roulette-n098zt {
  justify-content: center;
}

.classic-roulette-7ofmlo.classic-roulette-d7lx8f {
  justify-content: normal;
}

.classic-roulette-9qkes2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .classic-roulette-9qkes2 {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-9qkes2 {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.classic-roulette-1p06se {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .classic-roulette-1p06se {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.classic-roulette-mxvrlj {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-mxvrlj {
    flex-direction: column;
  }
}

.classic-roulette-zl7540 {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.classic-roulette-zl7540 img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-zl7540 {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.classic-roulette-rg6at7 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.classic-roulette-rg6at7 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-rg6at7 ul {
    margin-bottom: 15px;
  }
}

.classic-roulette-rg6at7 ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.classic-roulette-rg6at7 ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.classic-roulette-rg6at7 ul li span svg {
  fill: var(--title-color);
}

.classic-roulette-rg6at7 ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-rg6at7 ul li small {
    font-size: 12px;
  }
}

.classic-roulette-rg6at7 ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.classic-roulette-rg6at7 ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-rg6at7 {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.classic-roulette-yveceq {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-yveceq {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.classic-roulette-t12pt8 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.classic-roulette-5kdo4g {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0chicken-road-9z7mjy ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-5kdo4g {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-5kdo4g:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.classic-roulette-5kdo4g.classic-roulette-s0ehui {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-5kdo4g.classic-roulette-s0ehui:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.classic-roulette-r5havq {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .classic-roulette-r5havq {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-r5havq {
    padding: 50px 16px 68px;
  }
}

.classic-roulette-a9xfsp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-a9xfsp {
    flex-direction: column;
  }
}

.classic-roulette-9fx789 {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-9fx789 {
    margin-bottom: 40px;
  }
}

.classic-roulette-rkdocm .classic-roulette-cylfrc {
  margin-bottom: 28px;
}

.classic-roulette-rkdocm .classic-roulette-cylfrc img {
  max-height: 100px;
  width: auto;
}

.classic-roulette-zm5q20 {
  display: flex;
  align-items: center;
}

.classic-roulette-zm5q20 a + a {
  margin-left: 24px;
}

.classic-roulette-zm5q20 img {
  max-height: 56px;
  width: auto;
}

.classic-roulette-kjk7rs img {
  max-height: 38px!important;
  width: auto;
}

.classic-roulette-zm5q20 img + img {
  margin-left: 24px;
}

.classic-roulette-6693cl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-6693cl {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.classic-roulette-rc654i {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-rc654i {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.classic-roulette-nu8y6l {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-nu8y6l {
    flex-wrap: wrap;
  }
}

.classic-roulette-nu8y6l li {
  display: flex;
  margin: 0 7px;
}

.classic-roulette-nu8y6l li svg {
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-nu8y6l li:hover svg {
    transform: scale(1.2);
  }
}

.classic-roulette-51c15g {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.classic-roulette-73rbbr + .classic-roulette-73rbbr {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-73rbbr + .classic-roulette-73rbbr {
    margin: 36px 0 0;
  }
}

.classic-roulette-rl7ty3 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.classic-roulette-hernvg {
  list-style: none;
  margin: 0;
  padding: 0;
}

.classic-roulette-hernvg li {
  font-size: 16px;
}

.classic-roulette-hernvg li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-hernvg li a:hover {
    text-decoration: underline;
  }
}

.classic-roulette-hernvg li + li {
  margin-top: 16px;
}

.classic-roulette-o6e68f {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0chicken-road-jpdxgz ease-in-out;
}

.classic-roulette-o6e68f.classic-roulette-77bnh5 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.classic-roulette-ryuio4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.classic-roulette-ryuio4 h1,
.classic-roulette-ryuio4 h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-ryuio4 h1,
  .classic-roulette-ryuio4 h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .classic-roulette-ryuio4 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-ryuio4 {
    margin-bottom: 60px;
  }
}

.classic-roulette-x3u6uk {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-x3u6uk {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.classic-roulette-x3u6uk li {
  width: 100%;
}

.classic-roulette-x3u6uk li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0chicken-road-spynx9 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.classic-roulette-x3u6uk li a svg {
  fill: var(--button-text-color);
}

.classic-roulette-x3u6uk li a.classic-roulette-77bnh5 {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-x3u6uk li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-x3u6uk li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .classic-roulette-x3u6uk li a img {
    max-width: 16px;
  }
}

.classic-roulette-z8s5s6 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-z8s5s6 {
    margin: 0 -5px;
  }
}

.classic-roulette-trqvjy {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.classic-roulette-trqvjy span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.classic-roulette-trqvjy small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-trqvjy {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .classic-roulette-trqvjy span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.classic-roulette-jztxj1 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.classic-roulette-jztxj1 img {
  width: 100%;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-jztxj1:hover img {
    transform: scale(1.1);
  }
}

.classic-roulette-gxgsju {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-gxgsju {
    height: 54px;
  }
}

.classic-roulette-q5rde7 {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .classic-roulette-q5rde7 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .classic-roulette-q5rde7 {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-q5rde7 .classic-roulette-cylfrc img {
    max-width: 90px;
  }
}

.classic-roulette-cylfrc img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .classic-roulette-cylfrc {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .classic-roulette-b58pi1 {
    display: none;
  }
  .classic-roulette-b58pi1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.classic-roulette-0ghpa1 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.classic-roulette-0ghpa1 li {
  font-size: 16px;
  margin: 0 20px;
}

.classic-roulette-0ghpa1 li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-0ghpa1 li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .classic-roulette-0ghpa1 {
    display: block;
  }
  .classic-roulette-0ghpa1 li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .classic-roulette-0ghpa1 li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .classic-roulette-0ghpa1 li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .classic-roulette-0ghpa1 li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.classic-roulette-ayeepg {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .classic-roulette-ayeepg {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .classic-roulette-ayeepg {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-ayeepg {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.classic-roulette-ayeepg.classic-roulette-l2me9r {
  margin-right: 0;
}

.classic-roulette-do5m5p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-do5m5p {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-do5m5p:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.classic-roulette-nwbsur {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-nwbsur:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-nwbsur {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.classic-roulette-kbrj01 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .classic-roulette-kbrj01 {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.classic-roulette-kbrj01:hover > ul {
  display: flex;
}

.classic-roulette-kbrj01:focus > ul {
  display: flex;
}

.classic-roulette-kbrj01:focus-within > ul {
  display: flex;
}

.classic-roulette-kojaf4 {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.classic-roulette-kojaf4::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0chicken-road-jpdxgz ease-in-out;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-kojaf4 {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .classic-roulette-kojaf4 img {
    max-width: 20px;
  }
}

.classic-roulette-kbrj01 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0chicken-road-spynx9 ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-kbrj01 ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.classic-roulette-kbrj01 ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0chicken-road-spynx9 ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-kbrj01 ul li {
    padding: 5px;
  }
}

.classic-roulette-kbrj01 ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-kbrj01 ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-kbrj01 ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .classic-roulette-kbrj01 ul li a img {
    max-width: 20px;
  }
}

.classic-roulette-5gfevi {
  display: none;
}

.classic-roulette-kbpbc1 {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .classic-roulette-kbpbc1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.classic-roulette-kbpbc1 span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .classic-roulette-5gfevi:checked ~ .classic-roulette-b58pi1 {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .classic-roulette-b58pi1 {
    display: none;
    transition: display 0chicken-road-spynx9 ease-in-out;
  }
  .classic-roulette-5gfevi:checked ~ .classic-roulette-b58pi1 {
    display: block;
  }
  .classic-roulette-5gfevi:checked + .classic-roulette-kbpbc1 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .classic-roulette-5gfevi:checked + .classic-roulette-kbpbc1 span:nth-child(2) {
    display: none;
  }
  .classic-roulette-5gfevi:checked + .classic-roulette-kbpbc1 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.classic-roulette-zww1ak {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .classic-roulette-zww1ak {
    padding: 0 16px;
  }
}

.classic-roulette-zww1ak img {
  margin-bottom: 3px;
}

.classic-roulette-zww1ak p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-zww1ak p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-zww1ak {
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .classic-roulette-zww1ak {
    padding: 0px 0px !important;
  }
}

.classic-roulette-xxi1ai {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-xxi1ai {
    font-size: 32px;
  }
}

.classic-roulette-krtz47 {
  color: var(--text-color);
}

.classic-roulette-4ezwgp {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-4ezwgp {
    font-size: 16px;
    line-height: 140%;
  }
}

.classic-roulette-4ezwgp p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.classic-roulette-4ezwgp p img {
  display: block;
  margin: 0 auto;
}

.classic-roulette-4ezwgp p:first-of-type {
  margin-top: 0;
}

.classic-roulette-4ezwgp p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-4ezwgp p {
    font-size: 18px;
    line-height: 140%;
  }
}

.classic-roulette-4ezwgp ul {
  padding: 0 0 0 20px;
}

.classic-roulette-4ezwgp table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.classic-roulette-4ezwgp table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-4ezwgp table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.classic-roulette-4ezwgp table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-4ezwgp table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.classic-roulette-4ezwgp table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.classic-roulette-4ezwgp iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-4ezwgp iframe {
    height: 200px;
  }
}

.classic-roulette-o2qyli {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .classic-roulette-o2qyli {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-o2qyli {
    margin-bottom: 60px;
  }
}

.classic-roulette-xc5h7i {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-xc5h7i {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.classic-roulette-xc5h7i h1,
.classic-roulette-xc5h7i h2,
.classic-roulette-xc5h7i h3,
.classic-roulette-xc5h7i h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-xc5h7i h1,
  .classic-roulette-xc5h7i h2,
  .classic-roulette-xc5h7i h3,
  .classic-roulette-xc5h7i h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.classic-roulette-8scza7 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-8scza7 {
    flex-direction: column-reverse;
  }
}

.classic-roulette-8scza7 .classic-roulette-knraf8 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-8scza7 .classic-roulette-knraf8 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.classic-roulette-8scza7 .classic-roulette-fr29v4 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-8scza7 .classic-roulette-fr29v4 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .classic-roulette-8scza7 .classic-roulette-fr29v4 img {
    width: 100%;
  }
}

.classic-roulette-fr29v4 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-fr29v4 {
    margin-bottom: 18px;
  }
}

.classic-roulette-knraf8 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-knraf8 {
    margin-bottom: 18px;
  }
}

.classic-roulette-o2qyli h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-o2qyli h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.classic-roulette-o2qyli .classic-roulette-24cb0w {
  margin-top: 30px;
  margin-bottom: 30px;
}

.classic-roulette-8g1e72 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .classic-roulette-8g1e72 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-8g1e72 {
    margin-bottom: 60px;
  }
}

.classic-roulette-eqmaum {
  position: relative;
  border: none;
}

.classic-roulette-eqmaum::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.classic-roulette-dxhzas {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.classic-roulette-dxhzas span {
  height: 32px;
}

.classic-roulette-dxhzas span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.classic-roulette-dxhzas.classic-roulette-g5bvua span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-dxhzas {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.classic-roulette-li65xo {
  list-style: none;
  padding: 0;
  margin: 0;
}

.classic-roulette-li65xo li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-li65xo li {
    font-size: 16px;
  }
}

.classic-roulette-li65xo li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-li65xo li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-li65xo li a {
    padding: 12px 14px;
  }
}

.classic-roulette-li65xo.classic-roulette-mcxdvj {
  display: none;
}

.classic-roulette-qda8y0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.classic-roulette-qda8y0 table {
  width: 100%;
  border-collapse: collapse;
}

.classic-roulette-qda8y0 table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-qda8y0 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .classic-roulette-qda8y0 table td {
    min-width: 75px;
  }
}

.classic-roulette-qda8y0 table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-qda8y0 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.classic-roulette-qda8y0 table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.classic-roulette-qda8y0 p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-qda8y0 p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .classic-roulette-qda8y0 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-qda8y0 {
    margin-bottom: 60px;
  }
}

.classic-roulette-gr1iy5 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-gr1iy5 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.classic-roulette-z8gekv {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .classic-roulette-z8gekv {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.classic-roulette-z8gekv tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-z8gekv tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.classic-roulette-z8gekv tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.classic-roulette-4imkg9 table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.classic-roulette-4imkg9 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.classic-roulette-4imkg9 p {
  color: var(--text-color);
}

.classic-roulette-y6nehe {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .classic-roulette-y6nehe {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-y6nehe {
    margin-bottom: 60px;
  }
}

.classic-roulette-tfd5uz {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.classic-roulette-hrj6r2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .classic-roulette-hrj6r2 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-hrj6r2 {
    margin-bottom: 60px;
  }
}

.classic-roulette-yt431l {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.classic-roulette-yt431l h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-yt431l h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.classic-roulette-yt431l p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.classic-roulette-yt431l p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-yt431l p {
    font-size: 16px;
  }
}

.classic-roulette-x1qaqn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-x1qaqn {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.classic-roulette-ud3x6q {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.classic-roulette-ud3x6q li {
  margin: 0 20px;
}

.classic-roulette-ud3x6q li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.classic-roulette-ud3x6q li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-ud3x6q li a:hover {
    color: #2ab765;
  }
}

.classic-roulette-5871wt {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .classic-roulette-5871wt {
    padding: 0 16px;
  }
}

.classic-roulette-5871wt li {
  font-size: 16px;
  position: relative;
}

.classic-roulette-5871wt li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-5871wt li a:hover {
    text-decoration: underline;
  }
}

.classic-roulette-5871wt li span {
  opacity: 0.5;
}

.classic-roulette-5871wt li + li {
  margin-left: 30px;
}

.classic-roulette-5871wt li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.classic-roulette-xc5h7i {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.classic-roulette-xc5h7i {
    margin-bottom: 18px;
  }
}

.classic-roulette-guno9t {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.classic-roulette-guno9t tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.classic-roulette-guno9t tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.classic-roulette-guno9t tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.classic-roulette-guno9t tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.classic-roulette-guno9t tbody tr:last-of-type {
  margin-bottom: 0;
}

.classic-roulette-guno9t tbody tr td:first-of-type {
  flex-shrink: 0;
}

.classic-roulette-guno9t tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.classic-roulette-guno9t tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.classic-roulette-guno9t tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-guno9t tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.classic-roulette-guno9t tbody tr td .classic-roulette-etnbp0 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .classic-roulette-guno9t tbody tr td .classic-roulette-etnbp0 {
    width: 100%;
  }
}

.classic-roulette-guno9t tbody tr td .classic-roulette-lp3zh4 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0chicken-road-spynx9 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-guno9t tbody tr td .classic-roulette-lp3zh4:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-guno9t tbody tr td .classic-roulette-lp3zh4 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .classic-roulette-guno9t tbody tr td .classic-roulette-lp3zh4 {
    width: 100%;
  }
}

.classic-roulette-guno9t tbody tr td .classic-roulette-4s1iud {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-guno9t tbody tr td .classic-roulette-4s1iud:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-guno9t tbody tr {
    flex-direction: column;
  }
}

.classic-roulette-guno9t tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.classic-roulette-qwfvln {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .classic-roulette-qwfvln {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-qwfvln {
    margin: 0 auto 60px;
  }
}

.classic-roulette-gfp5vw {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-gfp5vw {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.classic-roulette-nc8cod {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-nc8cod {
    margin: 0 -5px;
  }
}

.classic-roulette-0fi7mn {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.classic-roulette-0fi7mn img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.classic-roulette-0fi7mn p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-0fi7mn:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .classic-roulette-0fi7mn {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-0fi7mn {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .classic-roulette-0fi7mn p {
    font-size: 16px;
  }
}

.classic-roulette-uysfey {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .classic-roulette-uysfey {
    height: 190px;
    margin: 20px auto;
  }
}

.classic-roulette-uysfey img {
  width: 100%;
  height: 100%;
}

.classic-roulette-uysfey iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .classic-roulette-uysfey iframe {
    height: 190px;
  }
}

.classic-roulette-ep9kdw {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.classic-roulette-ep9kdw::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.classic-roulette-phmxqk {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.classic-roulette-phmxqk svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-phmxqk:hover svg {
    transform: scale(1.1);
  }
}

.classic-roulette-9za6p1 {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-9za6p1 {
    padding: 40px 0;
  }
}

.classic-roulette-ykz5f7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .classic-roulette-ykz5f7 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .classic-roulette-ykz5f7 {
    flex-direction: column-reverse;
  }
}

.classic-roulette-jfizka {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.classic-roulette-jfizka img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .classic-roulette-jfizka {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-jfizka {
    margin: 10px 0 0;
  }
}

.classic-roulette-fdgyn0 {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.classic-roulette-fdgyn0 h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .classic-roulette-fdgyn0 {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-fdgyn0 {
    padding: 24px 10px;
  }
}

.classic-roulette-stg5av {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.classic-roulette-stg5av:hover {
  border: 1px solid #8c8ca2;
}

.classic-roulette-otrmgi {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.classic-roulette-otrmgi:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.classic-roulette-k8y1wt {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.classic-roulette-k8y1wt a {
  text-decoration: underline;
  color: #8babff;
}

.classic-roulette-1elp0c {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.classic-roulette-1elp0c .classic-roulette-stg5av {
  width: 50%;
  margin: 0;
}

.classic-roulette-sov3f9 {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.classic-roulette-sov3f9:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.classic-roulette-7jusd6 {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .classic-roulette-7jusd6 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-7jusd6 {
    margin: 0 0 60px;
  }
}

.classic-roulette-rlck95 {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-rlck95 {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.classic-roulette-h5yklk {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-h5yklk {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.classic-roulette-608adw {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-608adw {
    flex-basis: auto;
    max-width: 100%;
  }
}

.classic-roulette-yuyn57 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-yuyn57 {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.classic-roulette-yuyn57 a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-yuyn57 a {
    margin: 1px 0 4px;
  }
}

.classic-roulette-yuyn57 a svg {
  fill: #fff;
}

.classic-roulette-yuyn57 a:hover {
  background: #3d68e7;
}

.classic-roulette-0s61cc {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.classic-roulette-qw9ym8 {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-qw9ym8 {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.classic-roulette-9q4vcr {
  font-size: 16px;
  color: var(--text-color);
}

.classic-roulette-d89gtd {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .classic-roulette-d89gtd {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-d89gtd {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .classic-roulette-d89gtd {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.classic-roulette-pi3wrf {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.classic-roulette-pi3wrf h1,
.classic-roulette-pi3wrf h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-pi3wrf h1,
  .classic-roulette-pi3wrf h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .classic-roulette-pi3wrf {
    margin: 0;
    padding-right: 20px;
  }
}

.classic-roulette-lxef6d {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.classic-roulette-lxef6d h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-lxef6d h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.classic-roulette-lxef6d h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-lxef6d h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.classic-roulette-lxef6d table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.classic-roulette-lxef6d table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-lxef6d table tr td {
    padding: 12px 4px;
  }
}

.classic-roulette-lxef6d table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-lxef6d table tr th {
    padding: 12px 4px;
  }
}

.classic-roulette-lxef6d table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .classic-roulette-lxef6d {
    margin: 0;
  }
}

.classic-roulette-kuaggs {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-kuaggs {
    min-height: 190px;
  }
}

.classic-roulette-jqhl8s {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.classic-roulette-jqhl8s::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.classic-roulette-z3lv0z {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.classic-roulette-z3lv0z.classic-roulette-s5ux4u {
  display: none;
}

.classic-roulette-m2upe6 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.classic-roulette-m2upe6 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.classic-roulette-m2upe6 iframe.classic-roulette-aflwnu {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.classic-roulette-m2upe6.classic-roulette-7mye33 {
  opacity: 1;
  pointer-events: all;
}

.classic-roulette-1g7fsy {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.classic-roulette-1g7fsy svg {
  margin-right: 10px;
}

.classic-roulette-1g7fsy + .classic-roulette-1g7fsy {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-1g7fsy:hover {
    background: #a8a6b3;
  }
}

.classic-roulette-ifdru1 {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-ifdru1:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-1g7fsy {
    height: 42px;
    max-width: 220px;
  }
}

.classic-roulette-d89gtd .classic-roulette-o2qyli {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.classic-roulette-d89gtd .classic-roulette-o2qyli h1,
.classic-roulette-d89gtd .classic-roulette-o2qyli h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-d89gtd .classic-roulette-o2qyli h1,
  .classic-roulette-d89gtd .classic-roulette-o2qyli h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .classic-roulette-d89gtd .classic-roulette-o2qyli {
    margin: 28px 0 0;
  }
}

.classic-roulette-da1w5f {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .classic-roulette-da1w5f {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .classic-roulette-da1w5f {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-da1w5f {
    margin: 20px auto 60px;
  }
}

.classic-roulette-shr8so {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .classic-roulette-shr8so {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-shr8so {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.classic-roulette-i80hxi {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.classic-roulette-i80hxi iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.classic-roulette-qaq18m {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.classic-roulette-qaq18m h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .classic-roulette-qaq18m h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-qaq18m h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .classic-roulette-qaq18m {
    max-width: 100%;
    margin: 0;
  }
}

.classic-roulette-oi0z77 {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-oi0z77 {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.classic-roulette-3ukvz7 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-3ukvz7 {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.classic-roulette-twznqs {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.classic-roulette-twznqs span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-twznqs {
    margin: 0;
  }
  .classic-roulette-twznqs:last-of-type {
    margin-top: 4px;
  }
}

.classic-roulette-usy4sp {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .classic-roulette-usy4sp {
    padding: 10px;
  }
}

.classic-roulette-usy4sp .classic-roulette-24cb0w {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .classic-roulette-usy4sp .classic-roulette-24cb0w {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .classic-roulette-usy4sp {
    flex-wrap: wrap;
  }
}

.classic-roulette-rc04b1 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.classic-roulette-rc04b1 img {
  width: 100%;
}

.classic-roulette-jsij7x {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .classic-roulette-jsij7x {
    max-width: 200px;
    margin: 0;
  }
}

.classic-roulette-jtjaqw {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.classic-roulette-dkxrdb {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.classic-roulette-ercvlr {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-ercvlr {
    margin: 0 0 60px;
  }
}

.classic-roulette-ercvlr .classic-roulette-wmmhyh {
  position: relative;
}

.classic-roulette-ercvlr .classic-roulette-qlaoct {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.classic-roulette-ercvlr .classic-roulette-qlaoct.classic-roulette-s5ux4u {
  display: none;
}

.classic-roulette-ercvlr .classic-roulette-hn7q55 {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .classic-roulette-ercvlr .classic-roulette-hn7q55 {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .classic-roulette-ercvlr .classic-roulette-hn7q55 {
    bottom: 90px;
  }
}

.classic-roulette-ercvlr .classic-roulette-hn7q55 .classic-roulette-0ovxj4 {
  max-width: 300px;
  width: 100%;
}

.classic-roulette-ercvlr
  .classic-roulette-hn7q55
  .classic-roulette-0ovxj4
  .classic-roulette-0qjzba {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-ercvlr
    .classic-roulette-hn7q55
    .classic-roulette-0ovxj4
    .classic-roulette-0qjzba {
    font-size: 32px;
    text-align: center;
  }
}

.classic-roulette-ercvlr
  .classic-roulette-hn7q55
  .classic-roulette-0ovxj4
  .classic-roulette-uwe5dx {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-ercvlr
    .classic-roulette-hn7q55
    .classic-roulette-0ovxj4
    .classic-roulette-uwe5dx {
    text-align: center;
  }
}

.classic-roulette-ercvlr .classic-roulette-hn7q55 .classic-roulette-l2me9r {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-ercvlr .classic-roulette-hn7q55 .classic-roulette-l2me9r {
    flex-direction: column-reverse;
  }
}

.classic-roulette-ercvlr
  .classic-roulette-hn7q55
  .classic-roulette-l2me9r
  .classic-roulette-1fhwn3 {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.classic-roulette-ercvlr
  .classic-roulette-hn7q55
  .classic-roulette-l2me9r
  .classic-roulette-1fhwn3:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-ercvlr
    .classic-roulette-hn7q55
    .classic-roulette-l2me9r
    .classic-roulette-1fhwn3 {
    width: 100%;
  }
}

.classic-roulette-ercvlr
  .classic-roulette-hn7q55
  .classic-roulette-l2me9r
  .classic-roulette-6nagkr {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0chicken-road-spynx9 ease-in-out;
  overflow: hidden;
}

.classic-roulette-ercvlr
  .classic-roulette-hn7q55
  .classic-roulette-l2me9r
  .classic-roulette-6nagkr
  span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.classic-roulette-ercvlr
  .classic-roulette-hn7q55
  .classic-roulette-l2me9r
  .classic-roulette-6nagkr:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.classic-roulette-ercvlr
  .classic-roulette-hn7q55
  .classic-roulette-l2me9r
  .classic-roulette-6nagkr:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-ercvlr
    .classic-roulette-hn7q55
    .classic-roulette-l2me9r
    .classic-roulette-6nagkr {
    width: 100%;
  }
}

.classic-roulette-ercvlr .classic-roulette-hn7q55.classic-roulette-s5ux4u {
  display: none;
}

.classic-roulette-ercvlr .classic-roulette-te5xjg {
  display: none;
}

.classic-roulette-ercvlr .classic-roulette-te5xjg.classic-roulette-7mye33 {
  display: block;
}

.classic-roulette-ercvlr .classic-roulette-te5xjg iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-ercvlr .classic-roulette-te5xjg iframe {
    height: calc(100vh - 54px);
  }
}

.classic-roulette-ercvlr .classic-roulette-vo8dc1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .classic-roulette-ercvlr .classic-roulette-vo8dc1 {
    padding: 24px 16px 0;
  }
}

.classic-roulette-ercvlr .classic-roulette-vo8dc1 .classic-roulette-0qjzba {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-ercvlr .classic-roulette-vo8dc1 .classic-roulette-0qjzba {
    margin-bottom: 24px;
  }
}

.classic-roulette-ercvlr .classic-roulette-vo8dc1 table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.classic-roulette-ercvlr .classic-roulette-vo8dc1 table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-ercvlr .classic-roulette-vo8dc1 table tr td {
    padding: 12px 4px;
  }
}

.classic-roulette-ercvlr .classic-roulette-vo8dc1 table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-ercvlr .classic-roulette-vo8dc1 table tr th {
    padding: 12px 4px;
  }
}

.classic-roulette-ercvlr .classic-roulette-vo8dc1 table tr:last-of-type td {
  border-bottom: none;
}

.classic-roulette-ch70vs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.classic-roulette-ch70vs.classic-roulette-77bnh5 {
  display: block;
}

.classic-roulette-ch70vs iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.classic-roulette-ch70vs .classic-roulette-5ia4yh {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.classic-roulette-ch70vs .classic-roulette-8sfqzv {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.classic-roulette-ch70vs .classic-roulette-6nagkr {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.classic-roulette-ch70vs .classic-roulette-6nagkr:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.classic-roulette-md0f7o {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.classic-roulette-md0f7o.classic-roulette-77bnh5 {
  display: block;
}

.classic-roulette-bahskm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.classic-roulette-7tilht {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.classic-roulette-akg1cc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-7tilht {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.classic-roulette-rwe23b {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.classic-roulette-rwe23b svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.classic-roulette-zk1hrf {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.classic-roulette-fx5o9c.classic-roulette-s5ux4u {
  display: none;
}

.classic-roulette-qcmc9n {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-qcmc9n {
    margin-bottom: 20px;
  }
}

.classic-roulette-jqahph {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.classic-roulette-jqahph span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.classic-roulette-jqahph small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.classic-roulette-jqahph input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0chicken-road-spynx9 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.classic-roulette-jqahph input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.classic-roulette-jqahph input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.classic-roulette-jqahph input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.classic-roulette-jqahph input:active {
  border-color: #c2c0ce;
}

.classic-roulette-jqahph input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-jqahph {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.classic-roulette-xuwanh {
  margin-bottom: 36px;
}

.classic-roulette-xuwanh textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.classic-roulette-xuwanh textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.classic-roulette-xuwanh textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-xuwanh {
    margin-bottom: 24px;
  }
}

.classic-roulette-ha8bqk {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.classic-roulette-lc16h8 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0chicken-road-spynx9 ease-in-out;
}

.classic-roulette-lc16h8:hover {
  background: var(--border-color);
}

.classic-roulette-5cc9wn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.classic-roulette-5cc9wn:hover {
  background: #166ad9;
}

.classic-roulette-lrva8g {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.classic-roulette-lrva8g.classic-roulette-s5ux4u {
  display: none;
}

.classic-roulette-xm8uih {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.classic-roulette-lrva8g .classic-roulette-lc16h8 {
  margin: 0 auto;
}

.classic-roulette-sn3fqa {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-sn3fqa {
    margin-bottom: 16px;
  }
}

.classic-roulette-lzj2y2 {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.classic-roulette-e2rbs9 {
  filter: grayscale(100%);
}

.classic-roulette-lzj2y2 > input {
  display: none;
}

.classic-roulette-lzj2y2 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.classic-roulette-x8lbwq.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.classic-roulette-wxyef6 44.classic-roulette-mb06w7.classic-roulette-mtr6jt.classic-roulette-mojswb.classic-roulette-npkgth.classic-roulette-wtkmba.classic-roulette-m3nldn.classic-roulette-45c3oc.classic-roulette-tzpt4a.classic-roulette-6u8aik.classic-roulette-akmsbg.classic-roulette-04w1n7.classic-roulette-qnsac6 0l-12.classic-roulette-9yqak9 30.classic-roulette-yen2yw.classic-roulette-5en9mv 2.classic-roulette-52vppq.classic-roulette-5en9mv 3.classic-roulette-zuq5ot 3.classic-roulette-83a8k0.classic-roulette-jjakon 3.classic-roulette-t6d21i.classic-roulette-rv7oxf.classic-roulette-64e7zg.classic-roulette-xtsyx7 7-3.classic-roulette-9yqak9 10.classic-roulette-2w0kls.classic-roulette-xtsyx7 23.classic-roulette-h2qehv.classic-roulette-aa14ii 1.classic-roulette-48u5n5 2.classic-roulette-9yqak9 3.classic-roulette-aa14ii 1.classic-roulette-jjakon 5.classic-roulette-vbzaib.classic-roulette-jjakon 32.classic-roulette-xv06ow.classic-roulette-rv7oxf 5.classic-roulette-qnsac6 4.classic-roulette-xtsyx7 9.classic-roulette-xtsyx7 8.classic-roulette-jjakon 6.classic-roulette-tz4re7.classic-roulette-jq5izf.classic-roulette-7b0uya.classic-roulette-lsgmhy.classic-roulette-jfcwp6 4.classic-roulette-c0ryuu.classic-roulette-jfcwp6 6.classic-roulette-jfcwp6 0l29.classic-roulette-qnsac6 17.classic-roulette-9i18hf.classic-roulette-3zt5ti 2.classic-roulette-qgrq2h 10.classic-roulette-xtdfj4.classic-roulette-9yqak9 8.classic-roulette-1nbhrj.classic-roulette-dp5g69.classic-roulette-5ffqqh.classic-roulette-67n1zh.classic-roulette-hpph1q.classic-roulette-rv7oxf.classic-roulette-wtkmba.classic-roulette-9yqak9 1.classic-roulette-e9oz4d.classic-roulette-c6o22p.classic-roulette-pm0n8s.classic-roulette-6ndknz.classic-roulette-g1tolt.classic-roulette-48u5n5 1.classic-roulette-34dtc0.classic-roulette-m6poao.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.classic-roulette-lzj2y2 > input:checked ~ label,
.classic-roulette-lzj2y2 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.classic-roulette-x8lbwq.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.classic-roulette-wxyef6 44.classic-roulette-mb06w7.classic-roulette-mtr6jt.classic-roulette-mojswb.classic-roulette-npkgth.classic-roulette-wtkmba.classic-roulette-m3nldn.classic-roulette-45c3oc.classic-roulette-tzpt4a.classic-roulette-6u8aik.classic-roulette-akmsbg.classic-roulette-04w1n7.classic-roulette-qnsac6 0l-12.classic-roulette-9yqak9 30.classic-roulette-yen2yw.classic-roulette-5en9mv 2.classic-roulette-52vppq.classic-roulette-5en9mv 3.classic-roulette-zuq5ot 3.classic-roulette-83a8k0.classic-roulette-jjakon 3.classic-roulette-t6d21i.classic-roulette-rv7oxf.classic-roulette-64e7zg.classic-roulette-xtsyx7 7-3.classic-roulette-9yqak9 10.classic-roulette-2w0kls.classic-roulette-xtsyx7 23.classic-roulette-h2qehv.classic-roulette-aa14ii 1.classic-roulette-48u5n5 2.classic-roulette-9yqak9 3.classic-roulette-aa14ii 1.classic-roulette-jjakon 5.classic-roulette-vbzaib.classic-roulette-jjakon 32.classic-roulette-xv06ow.classic-roulette-rv7oxf 5.classic-roulette-qnsac6 4.classic-roulette-xtsyx7 9.classic-roulette-xtsyx7 8.classic-roulette-jjakon 6.classic-roulette-tz4re7.classic-roulette-jq5izf.classic-roulette-7b0uya.classic-roulette-lsgmhy.classic-roulette-jfcwp6 4.classic-roulette-c0ryuu.classic-roulette-jfcwp6 6.classic-roulette-jfcwp6 0l29.classic-roulette-qnsac6 17.classic-roulette-9i18hf.classic-roulette-3zt5ti 2.classic-roulette-qgrq2h 10.classic-roulette-xtdfj4.classic-roulette-9yqak9 8.classic-roulette-1nbhrj.classic-roulette-dp5g69.classic-roulette-5ffqqh.classic-roulette-67n1zh.classic-roulette-hpph1q.classic-roulette-rv7oxf.classic-roulette-wtkmba.classic-roulette-9yqak9 1.classic-roulette-e9oz4d.classic-roulette-c6o22p.classic-roulette-pm0n8s.classic-roulette-6ndknz.classic-roulette-g1tolt.classic-roulette-48u5n5 1.classic-roulette-34dtc0.classic-roulette-m6poao.5z'/%3e%3c/svg%3e");
}

.classic-roulette-lzj2y2 > input:not(:checked) ~ label:hover,
.classic-roulette-lzj2y2 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.classic-roulette-x8lbwq.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.classic-roulette-wxyef6 44.classic-roulette-mb06w7.classic-roulette-mtr6jt.classic-roulette-mojswb.classic-roulette-npkgth.classic-roulette-wtkmba.classic-roulette-m3nldn.classic-roulette-45c3oc.classic-roulette-tzpt4a.classic-roulette-6u8aik.classic-roulette-akmsbg.classic-roulette-04w1n7.classic-roulette-qnsac6 0l-12.classic-roulette-9yqak9 30.classic-roulette-yen2yw.classic-roulette-5en9mv 2.classic-roulette-52vppq.classic-roulette-5en9mv 3.classic-roulette-zuq5ot 3.classic-roulette-83a8k0.classic-roulette-jjakon 3.classic-roulette-t6d21i.classic-roulette-rv7oxf.classic-roulette-64e7zg.classic-roulette-xtsyx7 7-3.classic-roulette-9yqak9 10.classic-roulette-2w0kls.classic-roulette-xtsyx7 23.classic-roulette-h2qehv.classic-roulette-aa14ii 1.classic-roulette-48u5n5 2.classic-roulette-9yqak9 3.classic-roulette-aa14ii 1.classic-roulette-jjakon 5.classic-roulette-vbzaib.classic-roulette-jjakon 32.classic-roulette-xv06ow.classic-roulette-rv7oxf 5.classic-roulette-qnsac6 4.classic-roulette-xtsyx7 9.classic-roulette-xtsyx7 8.classic-roulette-jjakon 6.classic-roulette-tz4re7.classic-roulette-jq5izf.classic-roulette-7b0uya.classic-roulette-lsgmhy.classic-roulette-jfcwp6 4.classic-roulette-c0ryuu.classic-roulette-jfcwp6 6.classic-roulette-jfcwp6 0l29.classic-roulette-qnsac6 17.classic-roulette-9i18hf.classic-roulette-3zt5ti 2.classic-roulette-qgrq2h 10.classic-roulette-xtdfj4.classic-roulette-9yqak9 8.classic-roulette-1nbhrj.classic-roulette-dp5g69.classic-roulette-5ffqqh.classic-roulette-67n1zh.classic-roulette-hpph1q.classic-roulette-rv7oxf.classic-roulette-wtkmba.classic-roulette-9yqak9 1.classic-roulette-e9oz4d.classic-roulette-c6o22p.classic-roulette-pm0n8s.classic-roulette-6ndknz.classic-roulette-g1tolt.classic-roulette-48u5n5 1.classic-roulette-34dtc0.classic-roulette-m6poao.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .classic-roulette-egjyp0 > .classic-roulette-8th77y {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .classic-roulette-egjyp0 > .classic-roulette-8th77y {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .classic-roulette-egjyp0 > .classic-roulette-8th77y {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .classic-roulette-egjyp0 > .classic-roulette-8th77y {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .classic-roulette-egjyp0 > .classic-roulette-8th77y {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.classic-roulette-qpykpd {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.classic-roulette-qpykpd.classic-roulette-s5ux4u {
  display: none;
}

.classic-roulette-fmdyug {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .classic-roulette-fmdyug {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-fmdyug {
    border-radius: 20px 20px 0 0;
  }
}

.classic-roulette-xc6qsm {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.classic-roulette-xc6qsm::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.classic-roulette-xc6qsm::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.classic-roulette-xc6qsm img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .classic-roulette-xc6qsm {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .classic-roulette-xc6qsm img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-xc6qsm {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .classic-roulette-xc6qsm img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.classic-roulette-s2w4wk {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .classic-roulette-s2w4wk {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-s2w4wk {
    font-size: 14px;
  }
}

.classic-roulette-j5j4u1 {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.classic-roulette-j5j4u1::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-j5j4u1::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.classic-roulette-j5j4u1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-j5j4u1::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .classic-roulette-j5j4u1 {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-j5j4u1 {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.classic-roulette-k5so9n {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .classic-roulette-k5so9n {
    top: -20px;
  }
}

.classic-roulette-98dni4 {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0chicken-road-spynx9 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-98dni4:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .classic-roulette-98dni4 {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-98dni4 {
    width: 90px;
    height: 40px;
  }
}

.classic-roulette-qpykpd.classic-roulette-cudoe2 .classic-roulette-fmdyug {
  background: #2b3b67;
}

.classic-roulette-qpykpd.classic-roulette-cudoe2 .classic-roulette-xc6qsm {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.classic-roulette-qpykpd.classic-roulette-cudoe2 .classic-roulette-xc6qsm::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.classic-roulette-qpykpd.classic-roulette-cudoe2 .classic-roulette-xc6qsm::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.classic-roulette-qpykpd.classic-roulette-cudoe2 .classic-roulette-j5j4u1::before {
  background: #0e0f41;
}

.classic-roulette-qpykpd.classic-roulette-cudoe2 .classic-roulette-j5j4u1::after {
  background: #152557;
}

.classic-roulette-qpykpd.classic-roulette-9us92k .classic-roulette-fmdyug {
  background: #1f35fa;
}

.classic-roulette-qpykpd.classic-roulette-9us92k .classic-roulette-xc6qsm {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.classic-roulette-qpykpd.classic-roulette-9us92k .classic-roulette-xc6qsm::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.classic-roulette-qpykpd.classic-roulette-9us92k .classic-roulette-xc6qsm::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.classic-roulette-qpykpd.classic-roulette-9us92k .classic-roulette-j5j4u1::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.classic-roulette-qpykpd.classic-roulette-9us92k .classic-roulette-j5j4u1::after {
  background: #192ac8;
}

.classic-roulette-qpykpd.classic-roulette-x0djh6 .classic-roulette-fmdyug {
  background: #fa771f;
}

.classic-roulette-qpykpd.classic-roulette-x0djh6 .classic-roulette-xc6qsm {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.classic-roulette-qpykpd.classic-roulette-x0djh6 .classic-roulette-xc6qsm::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.classic-roulette-qpykpd.classic-roulette-x0djh6 .classic-roulette-xc6qsm::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.classic-roulette-qpykpd.classic-roulette-x0djh6 .classic-roulette-j5j4u1::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.classic-roulette-qpykpd.classic-roulette-x0djh6 .classic-roulette-j5j4u1::after {
  background: #fa8535;
}

.classic-roulette-laimoq {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .classic-roulette-laimoq {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .classic-roulette-laimoq {
    margin: 24px 0 60px;
  }
}

.classic-roulette-laimoq h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-laimoq h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.classic-roulette-251kb1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-251kb1 {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.classic-roulette-oi4z37 {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-oi4z37 {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.classic-roulette-ta8qay {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .classic-roulette-ta8qay:hover {
    background: var(--button-bg-hover);
  }
}

.classic-roulette-mwlzxh {
  display: flex;
  align-items: center;
  gap: 10px;
}

.classic-roulette-mwlzxh span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.classic-roulette-mwlzxh small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-mwlzxh {
    margin-bottom: 16px;
  }
}

.classic-roulette-58wp78 {
  width: 120px;
  height: 22px;
}

.classic-roulette-58wp78 .classic-roulette-1cmgah {
  fill: #c2c0ce;
}

.classic-roulette-58wp78 [rating="1"] .classic-roulette-1cmgah:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.classic-roulette-58wp78 [rating="2"] .classic-roulette-1cmgah:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.classic-roulette-58wp78 [rating="3"] .classic-roulette-1cmgah:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.classic-roulette-58wp78 [rating="4"] .classic-roulette-1cmgah:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.classic-roulette-58wp78 [rating="5"] .classic-roulette-1cmgah:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.classic-roulette-x49hoy {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-x49hoy {
    gap: 16px 0;
  }
}

.classic-roulette-lrhsjt {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.classic-roulette-lrhsjt.classic-roulette-7mye33 {
  display: block;
}

.classic-roulette-lrhsjt.classic-roulette-s5ux4u {
  display: none;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-lrhsjt {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.classic-roulette-l09x1p {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.classic-roulette-wk1bs4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.classic-roulette-1ekvtw {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.classic-roulette-h99emq small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.classic-roulette-h99emq span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.classic-roulette-mhexxh {
  font-size: 16px;
  line-height: 140%;
}

.classic-roulette-ljnkw6 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.classic-roulette-ljnkw6 .classic-roulette-1cmgah {
  fill: #c2c0ce;
}

.classic-roulette-ljnkw6 [rating="1"] .classic-roulette-1cmgah:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.classic-roulette-ljnkw6 [rating="2"] .classic-roulette-1cmgah:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.classic-roulette-ljnkw6 [rating="3"] .classic-roulette-1cmgah:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.classic-roulette-ljnkw6 [rating="4"] .classic-roulette-1cmgah:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.classic-roulette-ljnkw6 [rating="5"] .classic-roulette-1cmgah:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.classic-roulette-xflbwq {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-xflbwq {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.classic-roulette-7a091e {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .classic-roulette-7a091e {
    padding: 0 16px;
  }
}

.classic-roulette-vohsji {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-vohsji {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.classic-roulette-2fe5hx {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .classic-roulette-2fe5hx {
    padding: 12px;
    gap: 12px;
  }
}

.classic-roulette-ltkq6k {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.classic-roulette-ltkq6k img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.classic-roulette-jelkrj {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.classic-roulette-f8a751 {
  flex: 1;
  min-width: 0;
}

.classic-roulette-y8mhdo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-y8mhdo {
    font-size: 14px;
    gap: 6px;
  }
}

.classic-roulette-qup5h6 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.classic-roulette-qup5h6 svg,
.classic-roulette-qup5h6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.classic-roulette-qup5h6 svg path {
  fill: var(--button-bg-color);
}

.classic-roulette-qup5h6 svg circle {
  fill: var(--button-text-color);
}

.classic-roulette-vixoi4 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-vixoi4 {
    font-size: 12px;
  }
}

.classic-roulette-vixoi4 strong {
  font-weight: 600;
}

.classic-roulette-5nidki {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.classic-roulette-5nidki p {
  margin: 0 0 16px;
}

.classic-roulette-5nidki p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-5nidki {
    font-size: 14px;
    line-height: 150%;
  }
}

.classic-roulette-g01e5n {
  max-width: 300px;
  width: 100%;
}

.classic-roulette-g01e5n a {
  width: 100%;
}

@media (max-width: 575px) {
  .classic-roulette-g01e5n {
    max-width: 200px;
  }
}

.classic-roulette-4w0p6s {
  justify-content: center;
}

.classic-roulette-f7r7x4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.classic-roulette-90rwjl {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-ub1y7y {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.classic-roulette-fbqpoy {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.classic-roulette-fbqpoy .classic-roulette-0ghpa1 {
  justify-content: center;
}

/* faq */

.classic-roulette-e13yfj {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.classic-roulette-9qlhgk {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0chicken-road-g01ksq ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.classic-roulette-9qlhgk::after {
  content: "+";
  font-weight: bold;
  transition: transform 0chicken-road-g01ksq ease;
}

.classic-roulette-e13yfj.classic-roulette-77bnh5 .classic-roulette-9qlhgk::after {
  transform: rotate(45deg);
}

.classic-roulette-v9dxsz {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0chicken-road-spynx9 ease,
    padding 0chicken-road-spynx9 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.classic-roulette-e13yfj.classic-roulette-77bnh5 .classic-roulette-v9dxsz {
  max-height: 100%;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.classic-roulette-hqd02c {
  margin: 25px 0;
}

.classic-roulette-lzj2y2 > input:not(:checked) ~ label:hover,
.classic-roulette-lzj2y2 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.classic-roulette-3gm05m.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.classic-roulette-iiz2wx 44.classic-roulette-oyt6ne.classic-roulette-a3nd8x.classic-roulette-k6r6ta.classic-roulette-aj9h2y.classic-roulette-5mm35g.classic-roulette-wbupjj.classic-roulette-tl4xrk.classic-roulette-n7wnzf.classic-roulette-bqww0h.classic-roulette-n2knxr.classic-roulette-babtvf.classic-roulette-e89i3r 0l-12.classic-roulette-fdf6f5 30.classic-roulette-c0n5vo.classic-roulette-rsw514 2.classic-roulette-uhuy88.classic-roulette-rsw514 3.classic-roulette-j9n9fr 3.classic-roulette-601dvw.classic-roulette-tacto8 3.classic-roulette-jtgwl9.classic-roulette-zn2imj.classic-roulette-8fu26n.classic-roulette-bsa03d 7-3.classic-roulette-fdf6f5 10.classic-roulette-04nb2v.classic-roulette-bsa03d 23.classic-roulette-3hngxf.classic-roulette-2rjxbu 1.classic-roulette-kol73s 2.classic-roulette-fdf6f5 3.classic-roulette-2rjxbu 1.classic-roulette-tacto8 5.classic-roulette-8x0f6j.classic-roulette-tacto8 32.classic-roulette-f3b9bx.classic-roulette-zn2imj 5.classic-roulette-e89i3r 4.classic-roulette-bsa03d 9.classic-roulette-bsa03d 8.classic-roulette-tacto8 6.classic-roulette-ydy1nz.classic-roulette-s3s9mg.classic-roulette-jnoidq.classic-roulette-aq4b02.classic-roulette-bgizbj 4.classic-roulette-ftactu.classic-roulette-bgizbj 6.classic-roulette-bgizbj 0l29.classic-roulette-e89i3r 17.classic-roulette-gczjzr.classic-roulette-f1oxn8 2.classic-roulette-jcplbi 10.classic-roulette-zfzcyo.classic-roulette-fdf6f5 8.classic-roulette-x7u2i8.classic-roulette-jiiom2.classic-roulette-lxvpsc.classic-roulette-phll0b.classic-roulette-unlyrl.classic-roulette-zn2imj.classic-roulette-5mm35g.classic-roulette-fdf6f5 1.classic-roulette-lxoc32.classic-roulette-mtuvwp.classic-roulette-r0l9np.classic-roulette-7ozoya.classic-roulette-z46ep2.classic-roulette-kol73s 1.classic-roulette-y7al2b.classic-roulette-7ucnda.5z'/%3e%3c/svg%3e");
}

.classic-roulette-l2b0wg {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-l2b0wg {
    gap: 16px 0;
  }
}

.classic-roulette-qae9sl {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.classic-roulette-qae9sl.classic-roulette-md4675 {
  display: block;
}

.classic-roulette-qae9sl.classic-roulette-8po64d {
  display: none;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-qae9sl {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.classic-roulette-4tne4n {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.classic-roulette-5ibwjs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.classic-roulette-opinyu {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.classic-roulette-2je7pq small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.classic-roulette-2je7pq span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.classic-roulette-sb33pv {
  font-size: 16px;
  line-height: 140%;
}

.classic-roulette-zxao9y {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.classic-roulette-zxao9y .classic-roulette-35vcvg {
  fill: #c2c0ce;
}

.classic-roulette-zxao9y [rating="1"] .classic-roulette-35vcvg:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.classic-roulette-zxao9y [rating="2"] .classic-roulette-35vcvg:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.classic-roulette-zxao9y [rating="3"] .classic-roulette-35vcvg:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.classic-roulette-zxao9y [rating="4"] .classic-roulette-35vcvg:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.classic-roulette-zxao9y [rating="5"] .classic-roulette-35vcvg:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.classic-roulette-yc6hdr {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.classic-roulette-yc6hdr textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.classic-roulette-yc6hdr button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.classic-roulette-dini8h {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.classic-roulette-dini8h.classic-roulette-49v5ex {
  opacity: 1;
  pointer-events: auto;
}

/* review */
/* review */
.classic-roulette-ii2qhy {
  margin: 25px 0;
}

.classic-roulette-i01yh1 > input:not(:checked) ~ label:hover,
.classic-roulette-i01yh1 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.classic-roulette-nr7mmd.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.classic-roulette-1ocvgc 44.classic-roulette-kydvjr.classic-roulette-4dr9hz.classic-roulette-0ujtd6.classic-roulette-g02ic7.classic-roulette-a3q8ws.classic-roulette-logpre.classic-roulette-i698m8.classic-roulette-lc8l2d.classic-roulette-99l2og.classic-roulette-uay7o9.classic-roulette-pxb2of.classic-roulette-w5fpyt 0l-12.classic-roulette-wcp6tj 30.classic-roulette-1pbk8v.classic-roulette-xwldli 2.classic-roulette-gfc5hd.classic-roulette-xwldli 3.classic-roulette-vlhdrq 3.classic-roulette-3ibrd5.classic-roulette-5fcobq 3.classic-roulette-j431qk.classic-roulette-13h3ty.classic-roulette-4uhp6p.classic-roulette-7ryunh 7-3.classic-roulette-wcp6tj 10.classic-roulette-gyg5e8.classic-roulette-7ryunh 23.classic-roulette-3qgjer.classic-roulette-m9w0xw 1.classic-roulette-hkaaf9 2.classic-roulette-wcp6tj 3.classic-roulette-m9w0xw 1.classic-roulette-5fcobq 5.classic-roulette-cuc6cw.classic-roulette-5fcobq 32.classic-roulette-p6ajo4.classic-roulette-13h3ty 5.classic-roulette-w5fpyt 4.classic-roulette-7ryunh 9.classic-roulette-7ryunh 8.classic-roulette-5fcobq 6.classic-roulette-2afaoc.classic-roulette-d3t496.classic-roulette-97ql4d.classic-roulette-58yehg.classic-roulette-p3qyzm 4.classic-roulette-hqlquj.classic-roulette-p3qyzm 6.classic-roulette-p3qyzm 0l29.classic-roulette-w5fpyt 17.classic-roulette-tj9w1j.classic-roulette-oico5s 2.classic-roulette-0pjl16 10.classic-roulette-8ngysy.classic-roulette-wcp6tj 8.classic-roulette-b3buei.classic-roulette-a3ecfi.classic-roulette-fnudnz.classic-roulette-2jxf7x.classic-roulette-g9h0m3.classic-roulette-13h3ty.classic-roulette-a3q8ws.classic-roulette-wcp6tj 1.classic-roulette-3lju28.classic-roulette-8sytzi.classic-roulette-124yz0.classic-roulette-2iv7gd.classic-roulette-a40tkd.classic-roulette-hkaaf9 1.classic-roulette-n7q5e7.classic-roulette-b6anze.5z'/%3e%3c/svg%3e");
}

.classic-roulette-3crhbk {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-3crhbk {
    gap: 16px 0;
  }
}

.classic-roulette-tuc6wl {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.classic-roulette-tuc6wl.classic-roulette-5i6isb {
  display: block;
}

.classic-roulette-tuc6wl.classic-roulette-bwxrgv {
  display: none;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-tuc6wl {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.classic-roulette-8426kk {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.classic-roulette-o60jwz {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.classic-roulette-tr2br5 {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.classic-roulette-jtrb55 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.classic-roulette-jtrb55 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.classic-roulette-m76h2s {
  font-size: 16px;
  line-height: 140%;
}

.classic-roulette-4tt357 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.classic-roulette-4tt357 .classic-roulette-nsqdj0 {
  fill: #c2c0ce;
}

.classic-roulette-4tt357 [rating="1"] .classic-roulette-nsqdj0:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.classic-roulette-4tt357 [rating="2"] .classic-roulette-nsqdj0:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.classic-roulette-4tt357 [rating="3"] .classic-roulette-nsqdj0:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.classic-roulette-4tt357 [rating="4"] .classic-roulette-nsqdj0:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.classic-roulette-4tt357 [rating="5"] .classic-roulette-nsqdj0:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.classic-roulette-7qtqij {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--registr-btn);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
@media only screen and (min-width: 1025px) {
  .classic-roulette-7qtqij:hover {
    background: var(--registr-btn);
  }
}
@media only screen and (max-width: 767px) {
  .classic-roulette-7qtqij {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

/* scroll */
.classic-roulette-jmhbp7 {
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.classic-roulette-3crhbk {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px 0;
  width: calc(100% / 3 * 4);
  transition: transform 0chicken-road-8b09xf ease-in-out;
  margin: 0;
}

.classic-roulette-tuc6wl {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
  box-sizing: border-box;
}
.classic-roulette-tuc6wl.classic-roulette-5i6isb {
  display: block;
}

.classic-roulette-qcdnh8 {
  z-index: 10;
  background: var(--button-bg-color);
  color: #000;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.classic-roulette-n3l9h4 {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.classic-roulette-qcdnh8:hover:not(:disabled) {
  background: var(--button-bg-hover);
}

#review-prev {
  left: 10px;
}
#review-next {
  right: 10px;
}

.classic-roulette-qcdnh8:disabled {
  background: rgba(0, 0, 0, 0.1);
  color: #ccc;
  cursor: not-allowed;
}

@media only screen and (max-width: 767px) {
  .classic-roulette-3crhbk {
    width: 800%;
    flex-wrap: nowrap;
    gap: 0;
  }

  .classic-roulette-tuc6wl {
    max-width: calc(100% / 8);
    flex-basis: calc(100% / 8);
    margin: 0;
    padding: 16px;
    margin-right: 5px;
  }

  .classic-roulette-qcdnh8 {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  #review-prev {
    left: 5px;
  }
  #review-next {
    right: 5px;
  }
}

.classic-roulette-9b6kf2 {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--table-1-color);
  background: linear-gradient(180deg, #06affd 0%, #0077ff 100%);
}

.classic-roulette-lsgury {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: linear-gradient(180deg, #069afd 0%, #00c3ff 100%);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0fishroad-dfa17m ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.classic-roulette-lsgury::after {
  content: "+";
  font-weight: bold;
  transition: transform 0fishroad-dfa17m ease;
}

.classic-roulette-9b6kf2.classic-roulette-sgbpas .classic-roulette-lsgury::after {
  transform: rotate(45deg);
}

.classic-roulette-lsgury:hover {
  background: rgba(255, 255, 255, 0.3);
}

.classic-roulette-h3j1ro {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0fishroad-ivv94k ease,
    padding 0fishroad-ivv94k ease;
  padding: 0 20px;
  background: linear-gradient(180deg, #059bc0 0%, #0995b8 100%);
}

.classic-roulette-9b6kf2.classic-roulette-sgbpas .classic-roulette-h3j1ro {
  max-height: 100%;
  padding: 15px 20px;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

.classic-roulette-ahd3lj {
  position: absolute;
  max-width: 100px;
  width: 100%;
  left: 10px;
}

.classic-roulette-ahd3lj img {
  position: absolute;
  top: -125px;
}

@media (max-width: 992px) {
  .classic-roulette-ahd3lj img {
    position: absolute;
    top: -70px;
  }
}

@media (max-width: 601px) {
  .classic-roulette-zww1ak .classic-roulette-2xnroe img {
    margin-top: -150px !important;
  }

  .classic-roulette-0vdebr {
    max-width: 160px;
    position: absolute;
    top: 65px;
    left: 25px;
  }
}

.classic-roulette-vl644o {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.classic-roulette-vl644o iframe {
  width: 100%;
  height: 500px;
}

/* popup */

.classic-roulette-8djo0e {
  width: 90%;
  position: fixed;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../other/bg.webp);
  background-size: cover;
  background-position: center calc(100% - 522px);
  color: #fff;
  border-radius: 8px;
  transition: bottom 0.classic-roulette-fhrid5 ease;
  z-index: 9999;
  user-select: none;
  height: 75px;
  border: 1px solid rgb(70, 70, 70);
}

.classic-roulette-k2andd {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.classic-roulette-k2andd p {
  color: #fff900;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  font-family: Tahoma;

  z-index: -1;
  background: rgb(0 0 0 / 32%);
  height: 73px;
  padding: 25px;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  backdrop-filter: blur(5px);
}

.classic-roulette-k2andd button {
  z-index: 2;
}

.classic-roulette-8djo0e.classic-roulette-84gxoj {
  bottom: 40px;
}

.classic-roulette-ui1jbs {
  position: absolute;
  bottom: 10px;
  left: 0;
  animation: move-x 7s linear infinite;
  pointer-events: none;
}

.classic-roulette-sbld77 {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.classic-roulette-mapl99 infinite ease-in-out;
  transform-origin: center bottom;
  user-select: none;
}

@keyframes move-x {
  from {
    transform: translateX(-30vw);
  }
  to {
    transform: translateX(130vw);
  }
}

@keyframes jump-y {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-18px) rotate(-8deg);
  }

  50% {
    transform: translateY(-22px) rotate(-5deg);
  }

  75% {
    transform: translateY(-10px) rotate(6deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.classic-roulette-oc6qjk {
  position: absolute;
  top: -15px;
  right: -15px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  font-size: 20px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  transition: background 0.classic-roulette-dzncuz ease;
  z-index: 10000;
}

.classic-roulette-oc6qjk:hover {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 650px) {
  .classic-roulette-k2andd p {
    font-size: 16px;
    padding: 17px 15px 15px 15px;
    text-align: center;
  }

  .classic-roulette-k2andd .classic-roulette-jahj7g {
    font-size: 13.5px;
  }

  .classic-roulette-8djo0e .classic-roulette-sbld77 {
    animation: jump-y 0.classic-roulette-mapl99 infinite ease-in-out;
  }

  .classic-roulette-bdjy7a {
    display: none;
  }
}

.classic-roulette-sun5tw {
  position: absolute;
  width: 50px;
  height: auto;
  animation: rocket-fly 6s linear infinite;
  pointer-events: none;
  user-select: none;
  opacity: 0.9;
}

.classic-roulette-mbpt7u {
  top: 10px;
  animation-duration: 7s;
}

.classic-roulette-xr9lbf {
  bottom: 10px;
  animation-duration: 5s;
}

@keyframes rocket-fly {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-200px);
  }
}

.classic-roulette-5jp8ys {
  position: absolute;
  width: 120px;
  opacity: 1;
  pointer-events: none;
}

.classic-roulette-bdjy7a {
  max-width: 50px;
  top: -15px;
  left: 5%;
  z-index: 1;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 8s ease-in-out infinite;
}

.classic-roulette-1w6ett {
  max-width: 50px;
  top: 50px;
  left: 40%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 6s ease-in-out infinite;
}

.classic-roulette-pbi9as {
  max-width: 75px;
  top: -15px;
  left: 90%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 3s ease-in-out infinite;
}

@keyframes cloud-drift {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes cloud-float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}

.classic-roulette-ssqjpx {
  position: absolute;
  color: #12e05b;
  font-weight: 700;
  font-size: 18px;
  opacity: 1;
  pointer-events: none;
  transform-origin: center;
  animation: moneyFade 2s ease-out forwards;
}

@keyframes moneyFade {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px) scale(1.3);
  }
}

.classic-roulette-mm0ruh {
  background: #fdcd0670;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.classic-roulette-mm0ruh .classic-roulette-aa24jz {
  display: flex;
  align-items: center;
}

.classic-roulette-0l7q71 {
  display: flex;
  flex-direction: column;
}

.classic-roulette-rjl5qr {
  max-width: 175px;
  width: 100%;
  margin-right: 15px;
  padding: 25px;
  background: #fff;
  border-radius: 25px;
}

.classic-roulette-6k1een {
  max-width: 300px;
  width: 100%;
}

.classic-roulette-vw3z8k {
  max-width: 280px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid black;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

@media (max-width: 925px) {
  .classic-roulette-mm0ruh {
    flex-direction: column;
  }

  .classic-roulette-aa24jz {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .classic-roulette-0l7q71 {
    text-align: center;
  }

  .classic-roulette-mm0ruh h3 {
    margin-bottom: 0 !important;
  }
}

.classic-roulette-4fq68r {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

@media (max-width: 501px) {
  .classic-roulette-4fq68r {
    font-size: 12px;
  }
}

.classic-roulette-6qxva0 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

.classic-roulette-2t33hr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-2t33hr {
    flex-direction: column;
  }
}

.classic-roulette-n317d4 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.classic-roulette-1spr54 li:first-child {
  margin-bottom: 10px;
}

.classic-roulette-1spr54 a {
  color: #000;
}

.classic-roulette-hzcufe {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .classic-roulette-hzcufe {
    align-items: center;
  }

  .classic-roulette-dm2myw {
    flex-direction: column;
  }
}

.classic-roulette-d8u0nh {
  font-size: 16px;
  color: gray;
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.classic-roulette-hqnqli img {
  max-width: 75px;
  width: 100%;
  margin-right: 20px;
}

.classic-roulette-9oaj6i {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}

.classic-roulette-9oaj6i a {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.classic-roulette-luj3u9 ease;
  padding: 20px 50px;
  text-decoration: none;
  font-weight: bold;
}
.classic-roulette-9oaj6i a:hover {
  text-decoration: none;

  background-color: var(--button-bg-hover);
}

.classic-roulette-ibvwnl {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 30px auto;
  padding: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .classic-roulette-ibvwnl {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .classic-roulette-ibvwnl {
    margin: 15px auto;
  }
}
.classic-roulette-ibvwnl li {
  font-size: 16px;
  position: relative;
}
.classic-roulette-ibvwnl li a {
  color: var(--text-color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .classic-roulette-ibvwnl li a:hover {
    text-decoration: underline;
  }
}
.classic-roulette-ibvwnl li span {
  opacity: 0.5;
}
.classic-roulette-ibvwnl li + li {
  margin-left: 30px;
}
.classic-roulette-ibvwnl li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

.classic-roulette-p797al {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 991px) {
  .classic-roulette-p797al {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .classic-roulette-p797al {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.classic-roulette-dfsvo9 {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-dfsvo9 {
    flex-direction: column;
  }
}
.classic-roulette-o5zxr9 {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.classic-roulette-o5zxr9 img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-o5zxr9 {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.classic-roulette-ypucj6 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.classic-roulette-ypucj6 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-ypucj6 ul {
    margin-bottom: 15px;
  }
}
.classic-roulette-ypucj6 ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.classic-roulette-ypucj6 ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}
.classic-roulette-ypucj6 ul li span svg {
  fill: var(--title-color);
}
.classic-roulette-ypucj6 ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-ypucj6 ul li small {
    font-size: 12px;
  }
}
.classic-roulette-ypucj6 ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.classic-roulette-ypucj6 ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-ypucj6 {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.classic-roulette-iqyzle {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-iqyzle {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.classic-roulette-lanz1a {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.classic-roulette-vtgy5k {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-vtgy5k {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .classic-roulette-vtgy5k:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.classic-roulette-vtgy5k.classic-roulette-19f8p0 {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .classic-roulette-vtgy5k.classic-roulette-19f8p0:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.classic-roulette-6emtoh {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .classic-roulette-6emtoh {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .classic-roulette-6emtoh {
    padding: 50px 16px 68px;
  }
}
.classic-roulette-ge75z3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-ge75z3 {
    flex-direction: column;
  }
}
.classic-roulette-fvvxkq {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-fvvxkq {
    margin-bottom: 40px;
  }
}
.classic-roulette-k88klf .classic-roulette-1vb1kn {
  margin-bottom: 28px;
}
.classic-roulette-k88klf .classic-roulette-1vb1kn img {
  max-height: 100px;
  width: auto;
}
.classic-roulette-z5kj0l {
  display: flex;
  align-items: center;
}
.classic-roulette-z5kj0l a + a {
  margin-left: 24px;
}
.classic-roulette-z5kj0l img {
  max-height: 56px;
  width: auto;
}
.classic-roulette-z5kj0l img + img {
  margin-left: 24px;
}
.classic-roulette-680fm3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-680fm3 {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.classic-roulette-fbcj2d {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-fbcj2d {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

.classic-roulette-k9epy7 {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
}

.classic-roulette-k9epy7 label {
  font-size: 14px;
}

.classic-roulette-k9epy7 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.classic-roulette-k9epy7 input,
.classic-roulette-k9epy7 textarea,
.classic-roulette-k9epy7 button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.classic-roulette-k9epy7 button {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.classic-roulette-dzncuz ease;
}
.classic-roulette-k9epy7 button:hover {
  background-color: var(--button-bg-hover);
}
.classic-roulette-ygnsjh {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.classic-roulette-cpgkwj ease-in;
}

.classic-roulette-ygnsjh h2 {
  color: green;
  font-weight: 500;
}

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

#reviews .classic-roulette-9dmn7n {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

#reviews .classic-roulette-9dmn7n > div {
  display: none;
  padding: 20px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  flex: 1;
}

#reviews .classic-roulette-9dmn7n > div.classic-roulette-2gvoq4 {
  display: block;
  width: 100%;
  max-width: 300px;
}

#reviews button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 835px) {
  #reviews .classic-roulette-9dmn7n > div.classic-roulette-2gvoq4 {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.classic-roulette-w7bd2g {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin: 18px auto;
  max-width: 300px;
}

@media (max-width: 765px) {
  .classic-roulette-q5rde7 .classic-roulette-ayeepg a {
    font-size: 12px;
  }
}

/* app */
.classic-roulette-4gqe6p {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-4gqe6p {
    flex-direction: column;
  }
}
.classic-roulette-jatx7b {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.classic-roulette-jatx7b img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-jatx7b {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.classic-roulette-qyl8yz {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.classic-roulette-qyl8yz ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-qyl8yz ul {
    margin-bottom: 15px;
  }
}
.classic-roulette-qyl8yz ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.classic-roulette-qyl8yz ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}
.classic-roulette-qyl8yz ul li span svg {
  fill: var(--title-color);
}
.classic-roulette-qyl8yz ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-qyl8yz ul li small {
    font-size: 12px;
  }
}
.classic-roulette-qyl8yz ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.classic-roulette-qyl8yz ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-qyl8yz {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.classic-roulette-jood8o {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-jood8o {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.classic-roulette-zpglco {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.classic-roulette-1xgftn {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .classic-roulette-1xgftn {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .classic-roulette-1xgftn:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.classic-roulette-1xgftn.classic-roulette-53ia4q {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .classic-roulette-1xgftn.classic-roulette-53ia4q:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.classic-roulette-pxfciy {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .classic-roulette-pxfciy {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .classic-roulette-pxfciy {
    padding: 50px 16px 68px;
  }
}

.classic-roulette-ddegre {
  margin: 0 auto;
  max-width: 700px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 25px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.classic-roulette-u5zad5 {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 105px;
    transform: rotate(339deg);
    z-index: 10;
    pointer-events: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}

.classic-roulette-u5zad5 img {
  width: 100%;
  display: block;
}

.classic-roulette-dtbax7 {
  max-width: 300px;
}

.classic-roulette-0vnfh3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.classic-roulette-0vnfh3 .classic-roulette-do5m5p:first-child {
  margin-bottom:15px;
}

.classic-roulette-ddegre .classic-roulette-etnxql {
  font-size: 40px!important;
  color: var(--menu-color)!important ;
  margin: 0;
}

@media (max-width: 619px) {
  .classic-roulette-ddegre {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
}

.classic-roulette-0vnfh3 .classic-roulette-xuyl9l {
  background: gray;
  border: 1px solid var(--border-color)
}
