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;
}

* {
  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;
  }
}

.mobilebet-pb0fs0 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .mobilebet-pb0fs0 {
    padding: 54px 0 0;
  }
}

.mobilebet-23o35m {
  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) {
  .mobilebet-23o35m: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;
  }
}

.mobilebet-p6lczb {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .mobilebet-p6lczb {
    margin: 20px auto 100px;
  }
}

.mobilebet-p6lczb h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .mobilebet-p6lczb h1 {
    font-size: 120px;
  }
}

.mobilebet-p6lczb p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.mobilebet-rcp3au {
  cursor: pointer;
}

.mobilebet-f9qds6 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.mobilebet-6r6xek {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mobilebet-6r6xek figure {
  margin: 0;
}

.mobilebet-6r6xek.mobilebet-vvom1k {
  justify-content: flex-start;
  margin-right: 4px;
}

.mobilebet-6r6xek.mobilebet-ahgtqe {
  justify-content: flex-end;
  margin-left: 4px;
}

.mobilebet-6r6xek.mobilebet-b3ruc9 {
  justify-content: center;
}

.mobilebet-6r6xek.mobilebet-0a8ws8 {
  justify-content: normal;
}

.mobilebet-pkrp3x {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .mobilebet-pkrp3x {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .mobilebet-pkrp3x {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.mobilebet-es8c5h {
  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) {
  .mobilebet-es8c5h {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.mobilebet-rlsdgt {
  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) {
  .mobilebet-rlsdgt {
    flex-direction: column;
  }
}

.mobilebet-2otj2n {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.mobilebet-2otj2n img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .mobilebet-2otj2n {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.mobilebet-f67fjw {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.mobilebet-f67fjw 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) {
  .mobilebet-f67fjw ul {
    margin-bottom: 15px;
  }
}

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

.mobilebet-f67fjw 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);
}

.mobilebet-f67fjw ul li span svg {
  fill: var(--title-color);
}

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

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

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

.mobilebet-f67fjw ul li:last-of-type::after {
  display: none;
}

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

.mobilebet-tq5bss {
  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) {
  .mobilebet-tq5bss {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.mobilebet-ufv7qh {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.mobilebet-pb9q6f {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.mobilebet-7wfimk ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .mobilebet-pb9q6f {
    height: 50px;
  }
}

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

.mobilebet-pb9q6f.mobilebet-zjcr5m {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .mobilebet-pb9q6f.mobilebet-zjcr5m:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.mobilebet-o2aqjc {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

.mobilebet-8ksosd {
  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) {
  .mobilebet-8ksosd {
    flex-direction: column;
  }
}

.mobilebet-loej0c {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .mobilebet-loej0c {
    margin-bottom: 40px;
  }
}

.mobilebet-zck5er .mobilebet-1n47as {
  margin-bottom: 28px;
}

.mobilebet-zck5er .mobilebet-1n47as img {
  max-height: 100px;
  width: auto;
}

.mobilebet-c8cq5c {
  display: flex;
  align-items: center;
}

.mobilebet-c8cq5c a + a {
  margin-left: 24px;
}

.mobilebet-c8cq5c img {
  max-height: 56px;
  width: auto;
}

.mobilebet-c8cq5c img + img {
  margin-left: 24px;
}

.mobilebet-tzni7b {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.mobilebet-70zvbq {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .mobilebet-70zvbq {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

@media only screen and (max-width: 767px) {
  .mobilebet-yo3wmt {
    flex-wrap: wrap;
  }
}

.mobilebet-yo3wmt li {
  display: flex;
  margin: 0 7px;
}

.mobilebet-yo3wmt li svg {
  transition: 0.mobilebet-7wfimk ease-in-out;
}

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

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

.mobilebet-5fta9z + .mobilebet-5fta9z {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .mobilebet-5fta9z + .mobilebet-5fta9z {
    margin: 36px 0 0;
  }
}

.mobilebet-ngonry {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.mobilebet-so06a6 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobilebet-so06a6 li {
  font-size: 16px;
}

.mobilebet-so06a6 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.mobilebet-so06a6 li + li {
  margin-top: 16px;
}

.mobilebet-fo7js2 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.mobilebet-hah9pz ease-in-out;
}

.mobilebet-fo7js2.mobilebet-imzea4 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.mobilebet-mlt488 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

.mobilebet-2rlxyp {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

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

.mobilebet-2rlxyp li {
  width: 100%;
}

.mobilebet-2rlxyp 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: 0.mobilebet-7wfimk ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.mobilebet-2rlxyp li a svg {
  fill: var(--button-text-color);
}

.mobilebet-2rlxyp li a.mobilebet-imzea4 {
  background: var(--border-color);
}

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

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

.mobilebet-4r9e3e {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .mobilebet-4r9e3e {
    margin: 0 -5px;
  }
}

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

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

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

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

.mobilebet-sk8ctq {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.mobilebet-sk8ctq img {
  width: 100%;
  transition: 0.mobilebet-7wfimk ease-in-out;
}

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

.mobilebet-we6qxu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .mobilebet-we6qxu {
    height: 54px;
  }
}

.mobilebet-m7pcpg {
  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) {
  .mobilebet-m7pcpg {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .mobilebet-m7pcpg .mobilebet-1n47as img {
    max-width: 90px;
  }
}

.mobilebet-1n47as img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .mobilebet-1n47as {
    order: -2;
  }
}

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

.mobilebet-ph51iw {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobilebet-ph51iw li {
  font-size: 16px;
  margin: 0 20px;
}

.mobilebet-ph51iw li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.mobilebet-1f4c20 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .mobilebet-1f4c20 {
    margin-right: 105px;
  }
}

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

@media only screen and (max-width: 767px) {
  .mobilebet-1f4c20 {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.mobilebet-1f4c20.mobilebet-1oaovn {
  margin-right: 0;
}

.mobilebet-775fg4 {
  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) {
  .mobilebet-775fg4 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.mobilebet-h7bdbn {
  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) {
  .mobilebet-h7bdbn:hover {
    background: var(--button-bg-hover);
  }
}

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

.mobilebet-i0szk4 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.mobilebet-i0szk4:hover > ul {
  display: flex;
}

.mobilebet-i0szk4:focus > ul {
  display: flex;
}

.mobilebet-i0szk4:focus-within > ul {
  display: flex;
}

.mobilebet-01gkg7 {
  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;
}

.mobilebet-01gkg7::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 0.mobilebet-hah9pz ease-in-out;
}

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

.mobilebet-i0szk4 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.mobilebet-7wfimk 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) {
  .mobilebet-i0szk4 ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.mobilebet-i0szk4 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: 0.mobilebet-7wfimk ease-in-out;
  overflow: hidden;
}

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

.mobilebet-i0szk4 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) {
  .mobilebet-i0szk4 ul li a:hover {
    text-decoration: underline;
  }
}

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

.mobilebet-itjlsu {
  display: none;
}

.mobilebet-7p866a {
  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) {
  .mobilebet-7p866a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .mobilebet-itjlsu:checked ~ .mobilebet-3d2zbh {
    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;
  }
  .mobilebet-3d2zbh {
    display: none;
    transition: display 0.mobilebet-7wfimk ease-in-out;
  }
  .mobilebet-itjlsu:checked ~ .mobilebet-3d2zbh {
    display: block;
  }
  .mobilebet-itjlsu:checked + .mobilebet-7p866a span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .mobilebet-itjlsu:checked + .mobilebet-7p866a span:nth-child(2) {
    display: none;
  }
  .mobilebet-itjlsu:checked + .mobilebet-7p866a span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.mobilebet-vjoitd {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.mobilebet-vjoitd img {
  margin-bottom: 20px;
}

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

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

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

.mobilebet-84vg1o {
  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) {
  .mobilebet-84vg1o {
    font-size: 32px;
  }
}

.mobilebet-a6bjr0 {
  color: var(--text-color);
}

.mobilebet-ctgnu1 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

.mobilebet-ctgnu1 p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.mobilebet-ctgnu1 p img {
  display: block;
  margin: 0 auto;
}

.mobilebet-ctgnu1 p:first-of-type {
  margin-top: 0;
}

.mobilebet-ctgnu1 p:last-of-type {
  margin-bottom: 0;
}

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

.mobilebet-ctgnu1 ul {
  padding: 0 0 0 20px;
}

.mobilebet-ctgnu1 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.mobilebet-ctgnu1 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) {
  .mobilebet-ctgnu1 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.mobilebet-ctgnu1 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) {
  .mobilebet-ctgnu1 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.mobilebet-ctgnu1 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.mobilebet-ctgnu1 iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .mobilebet-ctgnu1 iframe {
    height: 200px;
  }
}

.mobilebet-df33qp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

.mobilebet-4crp1h {
  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) {
  .mobilebet-4crp1h {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.mobilebet-4crp1h h1,
.mobilebet-4crp1h h2,
.mobilebet-4crp1h h3,
.mobilebet-4crp1h 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) {
  .mobilebet-4crp1h h1,
  .mobilebet-4crp1h h2,
  .mobilebet-4crp1h h3,
  .mobilebet-4crp1h h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.mobilebet-3al5zt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .mobilebet-3al5zt {
    flex-direction: column-reverse;
  }
}

.mobilebet-3al5zt .mobilebet-7xydml {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .mobilebet-3al5zt .mobilebet-7xydml {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.mobilebet-3al5zt .mobilebet-ku2qyc {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .mobilebet-3al5zt .mobilebet-ku2qyc {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .mobilebet-3al5zt .mobilebet-ku2qyc img {
    width: 100%;
  }
}

.mobilebet-ku2qyc {
  margin: 0 0 28px;
}

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

.mobilebet-7xydml {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .mobilebet-7xydml {
    margin-bottom: 18px;
  }
}

.mobilebet-df33qp 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) {
  .mobilebet-df33qp h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.mobilebet-df33qp .mobilebet-23o35m {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mobilebet-j5ccgl {
  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) {
  .mobilebet-j5ccgl {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

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

.mobilebet-kidx8c {
  position: relative;
  border: none;
}

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

.mobilebet-4w1qs4 {
  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;
}

.mobilebet-4w1qs4 span {
  height: 32px;
}

.mobilebet-4w1qs4 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.mobilebet-4w1qs4.mobilebet-88mkp1 span {
  transform: scaleY(-1);
}

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

.mobilebet-5wcbtq {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobilebet-5wcbtq li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .mobilebet-5wcbtq li {
    font-size: 16px;
  }
}

.mobilebet-5wcbtq li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.mobilebet-7wfimk ease-in-out;
}

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

@media only screen and (max-width: 767px) {
  .mobilebet-5wcbtq li a {
    padding: 12px 14px;
  }
}

.mobilebet-5wcbtq.mobilebet-dgkjyy {
  display: none;
}

.mobilebet-e9sx33 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.mobilebet-e9sx33 table {
  width: 100%;
  border-collapse: collapse;
}

.mobilebet-e9sx33 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) {
  .mobilebet-e9sx33 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .mobilebet-e9sx33 table td {
    min-width: 75px;
  }
}

.mobilebet-e9sx33 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) {
  .mobilebet-e9sx33 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

.mobilebet-e9sx33 p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

.mobilebet-irx47z {
  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) {
  .mobilebet-irx47z {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.mobilebet-brk84y {
  width: 100%;
  border-collapse: collapse;
}

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

.mobilebet-brk84y 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) {
  .mobilebet-brk84y tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

.mobilebet-uwam23 table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.mobilebet-uwam23 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.mobilebet-uwam23 p {
  color: var(--text-color);
}

.mobilebet-s866iz {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.mobilebet-3acqay {
  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);
}

.mobilebet-4undyf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .mobilebet-4undyf {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .mobilebet-4undyf {
    margin-bottom: 60px;
  }
}

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

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

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

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

.mobilebet-je9i29 p + p {
  margin-top: 10px;
}

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

.mobilebet-e936yh {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mobilebet-e936yh {
    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;
  }
}

.mobilebet-8vw1k2 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.mobilebet-8vw1k2 li {
  margin: 0 20px;
}

.mobilebet-8vw1k2 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.mobilebet-8vw1k2 li a img {
  margin-bottom: 4px;
}

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

.mobilebet-0m6q3r {
  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) {
  .mobilebet-0m6q3r {
    padding: 0 16px;
  }
}

.mobilebet-0m6q3r li {
  font-size: 16px;
  position: relative;
}

.mobilebet-0m6q3r li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.mobilebet-0m6q3r li span {
  opacity: 0.5;
}

.mobilebet-0m6q3r li + li {
  margin-left: 30px;
}

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

h2.mobilebet-4crp1h {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.mobilebet-4crp1h {
    margin-bottom: 18px;
  }
}

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

.mobilebet-503rhe 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);
}

.mobilebet-503rhe 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;
}

.mobilebet-503rhe 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;
}

.mobilebet-503rhe tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.mobilebet-503rhe tbody tr:last-of-type {
  margin-bottom: 0;
}

.mobilebet-503rhe tbody tr td:first-of-type {
  flex-shrink: 0;
}

.mobilebet-503rhe 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);
}

.mobilebet-503rhe 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);
}

.mobilebet-503rhe tbody tr td:last-of-type {
  margin-left: auto;
}

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

.mobilebet-503rhe tbody tr td .mobilebet-ofl686 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .mobilebet-503rhe tbody tr td .mobilebet-ofl686 {
    width: 100%;
  }
}

.mobilebet-503rhe tbody tr td .mobilebet-85vdwg {
  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: 0.mobilebet-7wfimk ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .mobilebet-503rhe tbody tr td .mobilebet-85vdwg:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .mobilebet-503rhe tbody tr td .mobilebet-85vdwg {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .mobilebet-503rhe tbody tr td .mobilebet-85vdwg {
    width: 100%;
  }
}

.mobilebet-503rhe tbody tr td .mobilebet-49qcme {
  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) {
  .mobilebet-503rhe tbody tr td .mobilebet-49qcme:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .mobilebet-503rhe tbody tr {
    flex-direction: column;
  }
}

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

.mobilebet-0duk2n {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.mobilebet-xv4vmn {
  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) {
  .mobilebet-xv4vmn {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.mobilebet-tx0uqv {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.mobilebet-cmw98d img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.mobilebet-7wfimk ease-in-out;
}

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

@media only screen and (min-width: 1025px) {
  .mobilebet-cmw98d:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .mobilebet-cmw98d {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

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

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

@media only screen and (max-width: 520px) {
  .mobilebet-7ye05x {
    height: 190px;
    margin: 20px auto;
  }
}

.mobilebet-7ye05x img {
  width: 100%;
  height: 100%;
}

.mobilebet-7ye05x iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .mobilebet-7ye05x iframe {
    height: 190px;
  }
}

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

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

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

.mobilebet-1r7vlh svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.mobilebet-7wfimk ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .mobilebet-1r7vlh:hover svg {
    transform: scale(1.1);
  }
}

.mobilebet-zla2q3 {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .mobilebet-zla2q3 {
    padding: 40px 0;
  }
}

.mobilebet-sotdjl {
  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) {
  .mobilebet-sotdjl {
    padding: 0 16px;
  }
}

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

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

.mobilebet-xqdw9y img {
  width: 100%;
}

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

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

.mobilebet-jfc96f {
  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;
}

.mobilebet-jfc96f 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) {
  .mobilebet-jfc96f {
    flex-basis: auto;
  }
}

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

.mobilebet-bho9x4 {
  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: 0.mobilebet-7wfimk ease-in-out;
}

.mobilebet-bho9x4:hover {
  border: 1px solid #8c8ca2;
}

.mobilebet-ob4ehf {
  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%);
}

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

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

.mobilebet-auzhga a {
  text-decoration: underline;
  color: #8babff;
}

.mobilebet-2ywpv2 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.mobilebet-2ywpv2 .mobilebet-bho9x4 {
  width: 50%;
  margin: 0;
}

.mobilebet-97d5sa {
  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;
}

.mobilebet-97d5sa:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.mobilebet-3wplqr {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .mobilebet-3wplqr {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .mobilebet-3wplqr {
    margin: 0 0 60px;
  }
}

.mobilebet-dh2snm {
  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) {
  .mobilebet-dh2snm {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

.mobilebet-i0jmy2 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .mobilebet-i0jmy2 {
    flex-basis: auto;
    max-width: 100%;
  }
}

.mobilebet-xhft1b {
  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) {
  .mobilebet-xhft1b {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.mobilebet-xhft1b 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: 0.mobilebet-7wfimk ease-in-out;
}

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

.mobilebet-xhft1b a svg {
  fill: #fff;
}

.mobilebet-xhft1b a:hover {
  background: #3d68e7;
}

.mobilebet-ptq66f {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.mobilebet-06k6nq {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .mobilebet-06k6nq {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.mobilebet-5jz5tp {
  font-size: 16px;
  color: var(--text-color);
}

.mobilebet-w7oh4q {
  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) {
  .mobilebet-w7oh4q {
    padding: 0 16px;
  }
}

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

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

.mobilebet-xgd8ya {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.mobilebet-xgd8ya h1,
.mobilebet-xgd8ya 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) {
  .mobilebet-xgd8ya h1,
  .mobilebet-xgd8ya h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

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

.mobilebet-evxw9y {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.mobilebet-evxw9y 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) {
  .mobilebet-evxw9y h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.mobilebet-evxw9y 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) {
  .mobilebet-evxw9y h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.mobilebet-evxw9y 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);
}

.mobilebet-evxw9y 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) {
  .mobilebet-evxw9y table tr td {
    padding: 12px 4px;
  }
}

.mobilebet-evxw9y 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) {
  .mobilebet-evxw9y table tr th {
    padding: 12px 4px;
  }
}

.mobilebet-evxw9y table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .mobilebet-evxw9y {
    margin: 0;
  }
}

.mobilebet-sx1arp {
  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) {
  .mobilebet-sx1arp {
    min-height: 190px;
  }
}

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

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

.mobilebet-3w2l78 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.mobilebet-3w2l78.mobilebet-5b2pmv {
  display: none;
}

.mobilebet-5p1sce {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.mobilebet-5p1sce iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobilebet-5p1sce iframe.mobilebet-ulzrkx {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.mobilebet-5p1sce.mobilebet-bg6a7n {
  opacity: 1;
  pointer-events: all;
}

.mobilebet-rqy5ga {
  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: 0.mobilebet-7wfimk ease-in-out;
}

.mobilebet-rqy5ga svg {
  margin-right: 10px;
}

.mobilebet-rqy5ga + .mobilebet-rqy5ga {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .mobilebet-rqy5ga:hover {
    background: #a8a6b3;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .mobilebet-rqy5ga {
    height: 42px;
    max-width: 220px;
  }
}

.mobilebet-w7oh4q .mobilebet-df33qp {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.mobilebet-w7oh4q .mobilebet-df33qp h1,
.mobilebet-w7oh4q .mobilebet-df33qp 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) {
  .mobilebet-w7oh4q .mobilebet-df33qp h1,
  .mobilebet-w7oh4q .mobilebet-df33qp h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .mobilebet-w7oh4q .mobilebet-df33qp {
    margin: 28px 0 0;
  }
}

.mobilebet-od6q8j {
  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) {
  .mobilebet-od6q8j {
    padding: 0 16px;
  }
}

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

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

.mobilebet-j3b04o {
  max-width: 545px;
  width: 100%;
}

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

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

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

.mobilebet-q6lmje iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobilebet-4hqq90 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.mobilebet-4hqq90 h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .mobilebet-4hqq90 h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .mobilebet-4hqq90 h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .mobilebet-4hqq90 {
    max-width: 100%;
    margin: 0;
  }
}

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

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

.mobilebet-2s4319 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .mobilebet-2s4319 {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

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

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

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

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

@media only screen and (max-width: 540px) {
  .mobilebet-o885w8 {
    padding: 10px;
  }
}

.mobilebet-o885w8 .mobilebet-23o35m {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .mobilebet-o885w8 .mobilebet-23o35m {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .mobilebet-o885w8 {
    flex-wrap: wrap;
  }
}

.mobilebet-figr37 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.mobilebet-figr37 img {
  width: 100%;
}

.mobilebet-fnq9ye {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.mobilebet-baktdc {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.mobilebet-163pl4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.mobilebet-gmi9ow {
  width: 100%;
  margin: 0 0 100px;
}

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

.mobilebet-gmi9ow .mobilebet-koo2ad {
  position: relative;
}

.mobilebet-gmi9ow .mobilebet-2xz3hu {
  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;
}

.mobilebet-gmi9ow .mobilebet-2xz3hu.mobilebet-5b2pmv {
  display: none;
}

.mobilebet-gmi9ow .mobilebet-c02vy5 {
  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) {
  .mobilebet-gmi9ow .mobilebet-c02vy5 {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .mobilebet-gmi9ow .mobilebet-c02vy5 {
    bottom: 90px;
  }
}

.mobilebet-gmi9ow .mobilebet-c02vy5 .mobilebet-fj68e9 {
  max-width: 300px;
  width: 100%;
}

.mobilebet-gmi9ow .mobilebet-c02vy5 .mobilebet-fj68e9 .mobilebet-rjd7i4 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .mobilebet-gmi9ow .mobilebet-c02vy5 .mobilebet-fj68e9 .mobilebet-rjd7i4 {
    font-size: 32px;
    text-align: center;
  }
}

.mobilebet-gmi9ow .mobilebet-c02vy5 .mobilebet-fj68e9 .mobilebet-hrh0i1 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .mobilebet-gmi9ow .mobilebet-c02vy5 .mobilebet-fj68e9 .mobilebet-hrh0i1 {
    text-align: center;
  }
}

.mobilebet-gmi9ow .mobilebet-c02vy5 .mobilebet-1oaovn {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .mobilebet-gmi9ow .mobilebet-c02vy5 .mobilebet-1oaovn {
    flex-direction: column-reverse;
  }
}

.mobilebet-gmi9ow .mobilebet-c02vy5 .mobilebet-1oaovn .mobilebet-uk1pul {
  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: 0.mobilebet-7wfimk ease-in-out;
}

.mobilebet-gmi9ow .mobilebet-c02vy5 .mobilebet-1oaovn .mobilebet-uk1pul:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .mobilebet-gmi9ow .mobilebet-c02vy5 .mobilebet-1oaovn .mobilebet-uk1pul {
    width: 100%;
  }
}

.mobilebet-gmi9ow .mobilebet-c02vy5 .mobilebet-1oaovn .mobilebet-jbr21a {
  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: 0.mobilebet-7wfimk ease-in-out;
  overflow: hidden;
}

.mobilebet-gmi9ow .mobilebet-c02vy5 .mobilebet-1oaovn .mobilebet-jbr21a 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);
  }
}

.mobilebet-gmi9ow .mobilebet-c02vy5 .mobilebet-1oaovn .mobilebet-jbr21a: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;
}

.mobilebet-gmi9ow .mobilebet-c02vy5 .mobilebet-1oaovn .mobilebet-jbr21a:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .mobilebet-gmi9ow .mobilebet-c02vy5 .mobilebet-1oaovn .mobilebet-jbr21a {
    width: 100%;
  }
}

.mobilebet-gmi9ow .mobilebet-c02vy5.mobilebet-5b2pmv {
  display: none;
}

.mobilebet-gmi9ow .mobilebet-zwysav {
  display: none;
}

.mobilebet-gmi9ow .mobilebet-zwysav.mobilebet-bg6a7n {
  display: block;
}

.mobilebet-gmi9ow .mobilebet-zwysav iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .mobilebet-gmi9ow .mobilebet-zwysav iframe {
    height: calc(100vh - 54px);
  }
}

.mobilebet-gmi9ow .mobilebet-kfpg6n {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .mobilebet-gmi9ow .mobilebet-kfpg6n {
    padding: 24px 16px 0;
  }
}

.mobilebet-gmi9ow .mobilebet-kfpg6n .mobilebet-rjd7i4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .mobilebet-gmi9ow .mobilebet-kfpg6n .mobilebet-rjd7i4 {
    margin-bottom: 24px;
  }
}

.mobilebet-gmi9ow .mobilebet-kfpg6n 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);
}

.mobilebet-gmi9ow .mobilebet-kfpg6n 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) {
  .mobilebet-gmi9ow .mobilebet-kfpg6n table tr td {
    padding: 12px 4px;
  }
}

.mobilebet-gmi9ow .mobilebet-kfpg6n 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) {
  .mobilebet-gmi9ow .mobilebet-kfpg6n table tr th {
    padding: 12px 4px;
  }
}

.mobilebet-gmi9ow .mobilebet-kfpg6n table tr:last-of-type td {
  border-bottom: none;
}

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

.mobilebet-3a0zma.mobilebet-imzea4 {
  display: block;
}

.mobilebet-3a0zma iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.mobilebet-3a0zma .mobilebet-naf9kq {
  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;
}

.mobilebet-3a0zma .mobilebet-49xx5n {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.mobilebet-3a0zma .mobilebet-jbr21a {
  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: 0.mobilebet-7wfimk ease-in-out;
}

.mobilebet-3a0zma .mobilebet-jbr21a:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.mobilebet-bwoqt7.mobilebet-imzea4 {
  display: block;
}

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

.mobilebet-3zwods {
  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;
}

.mobilebet-trgtir {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .mobilebet-3zwods {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.mobilebet-ko0j0q {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.mobilebet-ko0j0q svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.mobilebet-cfa582 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mobilebet-0k54ee.mobilebet-5b2pmv {
  display: none;
}

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

@media only screen and (max-width: 767px) {
  .mobilebet-7eir2f {
    margin-bottom: 20px;
  }
}

.mobilebet-liyvj2 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.mobilebet-liyvj2 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: 0.mobilebet-7wfimk ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.mobilebet-liyvj2 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.mobilebet-liyvj2 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.mobilebet-liyvj2 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.mobilebet-liyvj2 input:active {
  border-color: #c2c0ce;
}

.mobilebet-liyvj2 input:focus {
  border-color: #c2c0ce;
}

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

.mobilebet-nq7005 {
  margin-bottom: 36px;
}

.mobilebet-nq7005 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;
}

.mobilebet-nq7005 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.mobilebet-nq7005 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.mobilebet-uatmv8 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mobilebet-o170g2 {
  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: 0.mobilebet-7wfimk ease-in-out;
}

.mobilebet-o170g2:hover {
  background: var(--border-color);
}

.mobilebet-urd6zz {
  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: 0.mobilebet-7wfimk ease-in-out;
}

.mobilebet-urd6zz:hover {
  background: #166ad9;
}

.mobilebet-ydpkar {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.mobilebet-ydpkar.mobilebet-5b2pmv {
  display: none;
}

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

.mobilebet-ydpkar .mobilebet-o170g2 {
  margin: 0 auto;
}

.mobilebet-lob5ro {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.mobilebet-dqx092 {
  filter: grayscale(100%);
}

.mobilebet-xdbpdf > input {
  display: none;
}

.mobilebet-xdbpdf > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.mobilebet-j1sqcb.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.mobilebet-plvn6k 44.mobilebet-ui06zw.mobilebet-pgbwec.mobilebet-far821.mobilebet-mhb28p.mobilebet-vuwbgs.mobilebet-lwu1fw.mobilebet-atpnp2.mobilebet-wsgqoo.mobilebet-pr7x29.mobilebet-m786lt.mobilebet-8fizor.mobilebet-u1xcz1 0l-12.mobilebet-sufcq3 30.mobilebet-lytta2.mobilebet-chssoy 2.mobilebet-1q73ve.mobilebet-chssoy 3.mobilebet-3rgt9z 3.mobilebet-qdct19.mobilebet-r85urv 3.mobilebet-pj7112.mobilebet-u36v3o.mobilebet-4mfwcc.mobilebet-916bnr 7-3.mobilebet-sufcq3 10.mobilebet-nqgbxo.mobilebet-916bnr 23.mobilebet-t2j6dj.mobilebet-1cs1zm 1.mobilebet-3qgmip 2.mobilebet-sufcq3 3.mobilebet-1cs1zm 1.mobilebet-r85urv 5.mobilebet-m5vgdw.mobilebet-r85urv 32.mobilebet-283reb.mobilebet-u36v3o 5.mobilebet-u1xcz1 4.mobilebet-916bnr 9.mobilebet-916bnr 8.mobilebet-r85urv 6.mobilebet-xjvow2.mobilebet-2pj2cm.mobilebet-2923vd.mobilebet-o1zbyl.mobilebet-gheecm 4.mobilebet-es86pq.mobilebet-gheecm 6.mobilebet-gheecm 0l29.mobilebet-u1xcz1 17.mobilebet-vj5gvp.mobilebet-sdnq8l 2.mobilebet-isl4py 10.mobilebet-hw62ft.mobilebet-sufcq3 8.mobilebet-wudbbg.mobilebet-yogyef.mobilebet-w1333f.mobilebet-4qlclo.mobilebet-velind.mobilebet-u36v3o.mobilebet-vuwbgs.mobilebet-sufcq3 1.mobilebet-02xnos.mobilebet-rsqo8c.mobilebet-cb13pd.mobilebet-seu6zb.mobilebet-ut402o.mobilebet-3qgmip 1.mobilebet-oxnsgm.mobilebet-aq400o.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.mobilebet-xdbpdf > input:checked ~ label,
.mobilebet-xdbpdf > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.mobilebet-j1sqcb.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.mobilebet-plvn6k 44.mobilebet-ui06zw.mobilebet-pgbwec.mobilebet-far821.mobilebet-mhb28p.mobilebet-vuwbgs.mobilebet-lwu1fw.mobilebet-atpnp2.mobilebet-wsgqoo.mobilebet-pr7x29.mobilebet-m786lt.mobilebet-8fizor.mobilebet-u1xcz1 0l-12.mobilebet-sufcq3 30.mobilebet-lytta2.mobilebet-chssoy 2.mobilebet-1q73ve.mobilebet-chssoy 3.mobilebet-3rgt9z 3.mobilebet-qdct19.mobilebet-r85urv 3.mobilebet-pj7112.mobilebet-u36v3o.mobilebet-4mfwcc.mobilebet-916bnr 7-3.mobilebet-sufcq3 10.mobilebet-nqgbxo.mobilebet-916bnr 23.mobilebet-t2j6dj.mobilebet-1cs1zm 1.mobilebet-3qgmip 2.mobilebet-sufcq3 3.mobilebet-1cs1zm 1.mobilebet-r85urv 5.mobilebet-m5vgdw.mobilebet-r85urv 32.mobilebet-283reb.mobilebet-u36v3o 5.mobilebet-u1xcz1 4.mobilebet-916bnr 9.mobilebet-916bnr 8.mobilebet-r85urv 6.mobilebet-xjvow2.mobilebet-2pj2cm.mobilebet-2923vd.mobilebet-o1zbyl.mobilebet-gheecm 4.mobilebet-es86pq.mobilebet-gheecm 6.mobilebet-gheecm 0l29.mobilebet-u1xcz1 17.mobilebet-vj5gvp.mobilebet-sdnq8l 2.mobilebet-isl4py 10.mobilebet-hw62ft.mobilebet-sufcq3 8.mobilebet-wudbbg.mobilebet-yogyef.mobilebet-w1333f.mobilebet-4qlclo.mobilebet-velind.mobilebet-u36v3o.mobilebet-vuwbgs.mobilebet-sufcq3 1.mobilebet-02xnos.mobilebet-rsqo8c.mobilebet-cb13pd.mobilebet-seu6zb.mobilebet-ut402o.mobilebet-3qgmip 1.mobilebet-oxnsgm.mobilebet-aq400o.5z'/%3e%3c/svg%3e");
}

.mobilebet-xdbpdf > input:not(:checked) ~ label:hover,
.mobilebet-xdbpdf > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.mobilebet-j1sqcb.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.mobilebet-plvn6k 44.mobilebet-ui06zw.mobilebet-pgbwec.mobilebet-far821.mobilebet-mhb28p.mobilebet-vuwbgs.mobilebet-lwu1fw.mobilebet-atpnp2.mobilebet-wsgqoo.mobilebet-pr7x29.mobilebet-m786lt.mobilebet-8fizor.mobilebet-u1xcz1 0l-12.mobilebet-sufcq3 30.mobilebet-lytta2.mobilebet-chssoy 2.mobilebet-1q73ve.mobilebet-chssoy 3.mobilebet-3rgt9z 3.mobilebet-qdct19.mobilebet-r85urv 3.mobilebet-pj7112.mobilebet-u36v3o.mobilebet-4mfwcc.mobilebet-916bnr 7-3.mobilebet-sufcq3 10.mobilebet-nqgbxo.mobilebet-916bnr 23.mobilebet-t2j6dj.mobilebet-1cs1zm 1.mobilebet-3qgmip 2.mobilebet-sufcq3 3.mobilebet-1cs1zm 1.mobilebet-r85urv 5.mobilebet-m5vgdw.mobilebet-r85urv 32.mobilebet-283reb.mobilebet-u36v3o 5.mobilebet-u1xcz1 4.mobilebet-916bnr 9.mobilebet-916bnr 8.mobilebet-r85urv 6.mobilebet-xjvow2.mobilebet-2pj2cm.mobilebet-2923vd.mobilebet-o1zbyl.mobilebet-gheecm 4.mobilebet-es86pq.mobilebet-gheecm 6.mobilebet-gheecm 0l29.mobilebet-u1xcz1 17.mobilebet-vj5gvp.mobilebet-sdnq8l 2.mobilebet-isl4py 10.mobilebet-hw62ft.mobilebet-sufcq3 8.mobilebet-wudbbg.mobilebet-yogyef.mobilebet-w1333f.mobilebet-4qlclo.mobilebet-velind.mobilebet-u36v3o.mobilebet-vuwbgs.mobilebet-sufcq3 1.mobilebet-02xnos.mobilebet-rsqo8c.mobilebet-cb13pd.mobilebet-seu6zb.mobilebet-ut402o.mobilebet-3qgmip 1.mobilebet-oxnsgm.mobilebet-aq400o.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .mobilebet-dmf7dy > .mobilebet-zjsh9p {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .mobilebet-dmf7dy > .mobilebet-zjsh9p {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .mobilebet-dmf7dy > .mobilebet-zjsh9p {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .mobilebet-dmf7dy > .mobilebet-zjsh9p {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .mobilebet-dmf7dy > .mobilebet-zjsh9p {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.mobilebet-zij655 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.mobilebet-zij655.mobilebet-5b2pmv {
  display: none;
}

.mobilebet-d10d8k {
  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) {
  .mobilebet-d10d8k {
    height: 74px;
    overflow: visible;
  }
}

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

.mobilebet-zeo8p4 {
  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;
}

.mobilebet-zeo8p4::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.mobilebet-zeo8p4::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.mobilebet-zeo8p4 img {
  border-radius: 16px;
  overflow: hidden;
}

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

@media only screen and (max-width: 767px) {
  .mobilebet-zeo8p4 {
    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;
  }
  .mobilebet-zeo8p4 img {
    max-width: 60px;
    border-radius: 7px;
  }
}

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

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

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

.mobilebet-8o988j {
  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;
}

.mobilebet-8o988j::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) {
  .mobilebet-8o988j::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.mobilebet-8o988j::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) {
  .mobilebet-8o988j::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .mobilebet-8o988j {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .mobilebet-8o988j {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.mobilebet-9hsr5v {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .mobilebet-9hsr5v {
    top: -20px;
  }
}

.mobilebet-8bu5j9 {
  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: 0.mobilebet-7wfimk ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

@media only screen and (max-width: 1023px) {
  .mobilebet-8bu5j9 {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .mobilebet-8bu5j9 {
    width: 90px;
    height: 40px;
  }
}

.mobilebet-zij655.mobilebet-3my5hj .mobilebet-d10d8k {
  background: #2b3b67;
}

.mobilebet-zij655.mobilebet-3my5hj .mobilebet-zeo8p4 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.mobilebet-zij655.mobilebet-3my5hj .mobilebet-zeo8p4::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.mobilebet-zij655.mobilebet-3my5hj .mobilebet-zeo8p4::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.mobilebet-zij655.mobilebet-3my5hj .mobilebet-8o988j::before {
  background: #0e0f41;
}

.mobilebet-zij655.mobilebet-3my5hj .mobilebet-8o988j::after {
  background: #152557;
}

.mobilebet-zij655.mobilebet-31xtqt .mobilebet-d10d8k {
  background: #1f35fa;
}

.mobilebet-zij655.mobilebet-31xtqt .mobilebet-zeo8p4 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.mobilebet-zij655.mobilebet-31xtqt .mobilebet-zeo8p4::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.mobilebet-zij655.mobilebet-31xtqt .mobilebet-zeo8p4::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.mobilebet-zij655.mobilebet-31xtqt .mobilebet-8o988j::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.mobilebet-zij655.mobilebet-31xtqt .mobilebet-8o988j::after {
  background: #192ac8;
}

.mobilebet-zij655.mobilebet-fwcuxf .mobilebet-d10d8k {
  background: #fa771f;
}

.mobilebet-zij655.mobilebet-fwcuxf .mobilebet-zeo8p4 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.mobilebet-zij655.mobilebet-fwcuxf .mobilebet-zeo8p4::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.mobilebet-zij655.mobilebet-fwcuxf .mobilebet-zeo8p4::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.mobilebet-zij655.mobilebet-fwcuxf .mobilebet-8o988j::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.mobilebet-zij655.mobilebet-fwcuxf .mobilebet-8o988j::after {
  background: #fa8535;
}

.mobilebet-e9iufl {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

.mobilebet-tf5njy {
  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) {
  .mobilebet-tf5njy {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

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

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

.mobilebet-2uxclo {
  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) {
  .mobilebet-2uxclo:hover {
    background: var(--button-bg-hover);
  }
}

.mobilebet-qbmnpi {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobilebet-qbmnpi span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.mobilebet-qbmnpi small {
  font-size: 14px;
  color: var(--text-color);
}

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

.mobilebet-rdsf1i {
  width: 120px;
  height: 22px;
}

.mobilebet-rdsf1i .mobilebet-upo041 {
  fill: #c2c0ce;
}

.mobilebet-rdsf1i [rating="1"] .mobilebet-upo041:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.mobilebet-rdsf1i [rating="2"] .mobilebet-upo041:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.mobilebet-rdsf1i [rating="3"] .mobilebet-upo041:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.mobilebet-rdsf1i [rating="4"] .mobilebet-upo041:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.mobilebet-rdsf1i [rating="5"] .mobilebet-upo041:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.mobilebet-dxjq0u {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.mobilebet-hwwjmn {
  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);
}

.mobilebet-hwwjmn.mobilebet-bg6a7n {
  display: block;
}

.mobilebet-hwwjmn.mobilebet-5b2pmv {
  display: none;
}

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

.mobilebet-igqean {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.mobilebet-zv5oe7 {
  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);
}

.mobilebet-2soo9f {
  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;
}

.mobilebet-dr8901 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.mobilebet-0ecw2q {
  font-size: 16px;
  line-height: 140%;
}

.mobilebet-1u3j3q {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.mobilebet-1u3j3q .mobilebet-upo041 {
  fill: #c2c0ce;
}

.mobilebet-1u3j3q [rating="1"] .mobilebet-upo041:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.mobilebet-1u3j3q [rating="2"] .mobilebet-upo041:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.mobilebet-1u3j3q [rating="3"] .mobilebet-upo041:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.mobilebet-1u3j3q [rating="4"] .mobilebet-upo041:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.mobilebet-1u3j3q [rating="5"] .mobilebet-upo041:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.mobilebet-zxa50i {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.mobilebet-vwkqbh {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .mobilebet-vwkqbh {
    padding: 0 16px;
  }
}

.mobilebet-tqukng {
  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) {
  .mobilebet-tqukng {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.mobilebet-61hbip {
  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) {
  .mobilebet-61hbip {
    padding: 12px;
    gap: 12px;
  }
}

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

.mobilebet-nicw7w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobilebet-wxm0iu {
  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;
}

.mobilebet-cfwc4e {
  flex: 1;
  min-width: 0;
}

.mobilebet-vt3mhl {
  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) {
  .mobilebet-vt3mhl {
    font-size: 14px;
    gap: 6px;
  }
}

.mobilebet-0lc9cc {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.mobilebet-0lc9cc svg,
.mobilebet-0lc9cc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobilebet-0lc9cc svg path {
  fill: var(--button-bg-color);
}

.mobilebet-0lc9cc svg circle {
  fill: var(--button-text-color);
}

.mobilebet-ta7h09 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.mobilebet-ta7h09 strong {
  font-weight: 600;
}

.mobilebet-ct2b9g {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.mobilebet-ct2b9g p {
  margin: 0 0 16px;
}

.mobilebet-ct2b9g p:last-child {
  margin-bottom: 0;
}

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

.mobilebet-2b40lv {
  max-width: 300px;
  width: 100%;
}

.mobilebet-2b40lv a {
  width: 100%;
}

@media (max-width: 575px) {
  .mobilebet-2b40lv {
    max-width: 200px;
  }
}

.mobilebet-133w84 {
  justify-content: center;
}

.mobilebet-bkirw8 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobilebet-370h65 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.mobilebet-mn7313 .mobilebet-ph51iw {
  justify-content: center;
}

/* faq */

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

.mobilebet-vzujvm {
  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 0.mobilebet-dvrlzq ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobilebet-vzujvm::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.mobilebet-dvrlzq ease;
}

.mobilebet-euc2no.mobilebet-imzea4 .mobilebet-vzujvm::after {
  transform: rotate(45deg);
}

.mobilebet-q3abf7 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.mobilebet-7wfimk ease, padding 0.mobilebet-7wfimk ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.mobilebet-euc2no.mobilebet-imzea4 .mobilebet-q3abf7 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.mobilebet-tzmizl {
  margin: 25px 0;
}

.mobilebet-xdbpdf > input:not(:checked) ~ label:hover,
.mobilebet-xdbpdf > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.mobilebet-xyiw8l.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.mobilebet-kec074 44.mobilebet-nfb7ui.mobilebet-56073r.mobilebet-b1xo8e.mobilebet-hu78qn.mobilebet-juf2u1.mobilebet-d6lsa3.mobilebet-uyoa5s.mobilebet-t3iqnh.mobilebet-7nukuf.mobilebet-te8jhk.mobilebet-hw7k6f.mobilebet-8w6eiy 0l-12.mobilebet-eru4u0 30.mobilebet-ozpnil.mobilebet-l347ol 2.mobilebet-3pvg4v.mobilebet-l347ol 3.mobilebet-a69rjm 3.mobilebet-acfw12.mobilebet-1288vv 3.mobilebet-8s148m.mobilebet-emuk69.mobilebet-yjkui3.mobilebet-slsmcj 7-3.mobilebet-eru4u0 10.mobilebet-f7d75z.mobilebet-slsmcj 23.mobilebet-hreheh.mobilebet-kdsrbe 1.mobilebet-pyx99s 2.mobilebet-eru4u0 3.mobilebet-kdsrbe 1.mobilebet-1288vv 5.mobilebet-w5a0l4.mobilebet-1288vv 32.mobilebet-pgl6sa.mobilebet-emuk69 5.mobilebet-8w6eiy 4.mobilebet-slsmcj 9.mobilebet-slsmcj 8.mobilebet-1288vv 6.mobilebet-pxcloq.mobilebet-psy07k.mobilebet-rpiz9s.mobilebet-x3oy91.mobilebet-1t38rr 4.mobilebet-rlr913.mobilebet-1t38rr 6.mobilebet-1t38rr 0l29.mobilebet-8w6eiy 17.mobilebet-6vurhn.mobilebet-z94lxj 2.mobilebet-rxta8i 10.mobilebet-ecb7go.mobilebet-eru4u0 8.mobilebet-zjw22i.mobilebet-os4dgy.mobilebet-ytq2r1.mobilebet-ox96c2.mobilebet-ehnrr2.mobilebet-emuk69.mobilebet-juf2u1.mobilebet-eru4u0 1.mobilebet-126l6d.mobilebet-lydrpz.mobilebet-nyhbcn.mobilebet-85v8kb.mobilebet-v35e5i.mobilebet-pyx99s 1.mobilebet-stdq7c.mobilebet-lkh7wn.5z'/%3e%3c/svg%3e");
}

.mobilebet-99fjwu {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .mobilebet-99fjwu {
    gap: 16px 0;
  }
}

.mobilebet-cxykgp {
  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);
}

.mobilebet-cxykgp.mobilebet-c6xcum {
  display: block;
}

.mobilebet-cxykgp.mobilebet-36mh7a {
  display: none;
}

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

.mobilebet-8kfha7 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.mobilebet-378a4r {
  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);
}

.mobilebet-oshtu2 {
  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;
}

.mobilebet-iv3w7f small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.mobilebet-yudqw0 {
  font-size: 16px;
  line-height: 140%;
}

.mobilebet-srspxd {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.mobilebet-srspxd .mobilebet-nfv939 {
  fill: #c2c0ce;
}

.mobilebet-srspxd [rating="1"] .mobilebet-nfv939:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.mobilebet-srspxd [rating="2"] .mobilebet-nfv939:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.mobilebet-srspxd [rating="3"] .mobilebet-nfv939:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.mobilebet-srspxd [rating="4"] .mobilebet-nfv939:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.mobilebet-srspxd [rating="5"] .mobilebet-nfv939:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.mobilebet-kc9gpy 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;
}

.mobilebet-kc9gpy 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 */

.mobilebet-egcwvz {
  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);
}

.mobilebet-egcwvz.mobilebet-royws2 {
  opacity: 1;
  pointer-events: auto;
}
