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

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

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

.qbet-g3t24n {
  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) {
  .qbet-g3t24n: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;
  }
}

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

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

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

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

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

.qbet-ag6oqh {
  cursor: pointer;
}

.qbet-ur5rqv {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.qbet-zcrgpu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.qbet-zcrgpu figure {
  margin: 0;
}

.qbet-zcrgpu.qbet-rcadqn {
  justify-content: flex-start;
  margin-right: 4px;
}

.qbet-zcrgpu.qbet-40338r {
  justify-content: flex-end;
  margin-left: 4px;
}

.qbet-zcrgpu.qbet-f60e9f {
  justify-content: center;
}

.qbet-zcrgpu.qbet-oqc6lo {
  justify-content: normal;
}

.qbet-14ud9f {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.qbet-s8x8u0 img {
  width: 100%;
}

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

.qbet-sfj2ws {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.qbet-sfj2ws 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);
}

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

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

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

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

.qbet-sfj2ws ul li:last-of-type::after {
  display: none;
}

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

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

.qbet-8dkdwu {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.qbet-ocwidd.qbet-badjhb {
  background-color: #000;
}

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

.qbet-hantc9 {
  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) {
  .qbet-hantc9 {
    padding: 80px 16px 0;
  }
}

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

.qbet-2r7mqg {
  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) {
  .qbet-2r7mqg {
    flex-direction: column;
  }
}

.qbet-z09i0e {
  margin-bottom: 94px;
}

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

.qbet-1luzjv .qbet-w21k5m {
  margin-bottom: 28px;
}

.qbet-1luzjv .qbet-w21k5m img {
  max-height: 100px;
  width: auto;
}

.qbet-2t04ot {
  display: flex;
  align-items: center;
}

.qbet-2t04ot a + a {
  margin-left: 24px;
}

.qbet-2t04ot img {
  max-height: 56px;
  width: auto;
}

.qbet-2t04ot img + img {
  margin-left: 24px;
}

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

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

.qbet-cws8h4 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .qbet-5iy79d {
    flex-wrap: wrap;
  }
}

.qbet-5iy79d li {
  display: flex;
  margin: 0 7px;
}

.qbet-5iy79d li svg {
  transition: 0.qbet-n9wmmq ease-in-out;
}

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

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

.qbet-4r7ljo + .qbet-4r7ljo {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .qbet-4r7ljo + .qbet-4r7ljo {
    margin: 36px 0 0;
  }
}

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

.qbet-acv39k {
  list-style: none;
  margin: 0;
  padding: 0;
}

.qbet-acv39k li {
  font-size: 16px;
}

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

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

.qbet-acv39k li + li {
  margin-top: 16px;
}

.qbet-4ktsxk {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.qbet-58l5lv ease-in-out;
}

.qbet-4ktsxk.qbet-rv9bgd {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.qbet-wqcqks {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

.qbet-8qtkju {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

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

.qbet-8qtkju li {
  width: 100%;
}

.qbet-8qtkju 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.qbet-n9wmmq ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.qbet-8qtkju li a svg {
  fill: var(--button-text-color);
}

.qbet-8qtkju li a.qbet-rv9bgd {
  background: var(--border-color);
}

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

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

.qbet-p4kybh {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.qbet-48dhy2 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.qbet-48dhy2 img {
  width: 100%;
  transition: 0.qbet-n9wmmq ease-in-out;
}

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

.qbet-ducj26 {
  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) {
  .qbet-ducj26 {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .qbet-skdaf7 .qbet-w21k5m img {
    max-width: 90px;
  }
}

.qbet-w21k5m img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .qbet-w21k5m {
    order: -2;
  }
}

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

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

.qbet-df26ft li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.qbet-jwmmqo {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.qbet-jwmmqo.qbet-l33kup {
  margin-right: 0;
}

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

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

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

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

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

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

.qbet-b9qhxn:hover > ul {
  display: flex;
}

.qbet-b9qhxn:focus > ul {
  display: flex;
}

.qbet-b9qhxn:focus-within > ul {
  display: flex;
}

.qbet-6angr7 {
  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;
}

.qbet-6angr7::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.qbet-58l5lv ease-in-out;
}

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

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

.qbet-b9qhxn 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.qbet-n9wmmq ease-in-out;
  overflow: hidden;
}

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

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

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

.qbet-k5v4jq {
  display: none;
}

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

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

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

.qbet-4w3dp9 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.qbet-4w3dp9 img {
  margin-bottom: 20px;
}

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

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

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

.qbet-1ubdfa {
  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) {
  .qbet-1ubdfa {
    font-size: 32px;
  }
}

.qbet-dd7pwj {
  color: var(--text-color);
}

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

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

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

.qbet-yj897i p img {
  display: block;
  margin: 0 auto;
}

.qbet-yj897i p:first-of-type {
  margin-top: 0;
}

.qbet-yj897i p:last-of-type {
  margin-bottom: 0;
}

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

.qbet-yj897i ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.qbet-0flkjo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .qbet-0flkjo {
    flex-direction: column-reverse;
  }
}

.qbet-0flkjo .qbet-lrrr5o {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .qbet-0flkjo .qbet-lrrr5o {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.qbet-0flkjo .qbet-qbij1b {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .qbet-0flkjo .qbet-qbij1b {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .qbet-0flkjo .qbet-qbij1b img {
    width: 100%;
  }
}

.qbet-qbij1b {
  margin: 0 0 28px;
}

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

.qbet-lrrr5o {
  margin: 0 0 28px;
}

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

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

.qbet-zrbcll .qbet-g3t24n {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.qbet-nfm3wz {
  position: relative;
  border: none;
}

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

.qbet-7oi0g4 {
  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;
}

.qbet-7oi0g4 span {
  height: 32px;
}

.qbet-7oi0g4 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.qbet-7oi0g4.qbet-l5l4mz span {
  transform: scaleY(-1);
}

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

.qbet-3pcmo2 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.qbet-3pcmo2 li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .qbet-3pcmo2 li {
    font-size: 16px;
  }
}

.qbet-3pcmo2 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.qbet-n9wmmq ease-in-out;
}

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

@media only screen and (max-width: 767px) {
  .qbet-3pcmo2 li a {
    padding: 12px 14px;
  }
}

.qbet-3pcmo2.qbet-hnvya7 {
  display: none;
}

.qbet-xc3p30 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.qbet-xc3p30 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .qbet-xc3p30 table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.qbet-dvulyj {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.qbet-7il32h table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.qbet-7il32h table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.qbet-7il32h p {
  color: var(--text-color);
}

.qbet-8qj5sw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.qbet-iol6ei {
  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);
}

.qbet-gcue58 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.qbet-0esj8c p + p {
  margin-top: 10px;
}

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

.qbet-ibd176 {
  display: none;
}

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

.qbet-j424k7 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.qbet-j424k7 li {
  margin: 0 20px;
}

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

.qbet-j424k7 li a img {
  margin-bottom: 4px;
}

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

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

.qbet-xhy6r6 li {
  font-size: 16px;
  position: relative;
}

.qbet-xhy6r6 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.qbet-xhy6r6 li span {
  opacity: 0.5;
}

.qbet-xhy6r6 li + li {
  margin-left: 30px;
}

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

h2.qbet-w7llrh {
  margin: 0 0 28px;
}

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

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

.qbet-j9ssx8 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);
}

.qbet-j9ssx8 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;
}

.qbet-j9ssx8 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;
}

.qbet-j9ssx8 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.qbet-j9ssx8 tbody tr:last-of-type {
  margin-bottom: 0;
}

.qbet-j9ssx8 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.qbet-j9ssx8 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);
}

.qbet-j9ssx8 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);
}

.qbet-j9ssx8 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.qbet-j9ssx8 tbody tr td .qbet-pmy2gk {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .qbet-j9ssx8 tbody tr td .qbet-pmy2gk {
    width: 100%;
  }
}

.qbet-j9ssx8 tbody tr td .qbet-3z7b5g {
  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.qbet-n9wmmq ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .qbet-j9ssx8 tbody tr td .qbet-3z7b5g:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .qbet-j9ssx8 tbody tr td .qbet-3z7b5g {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .qbet-j9ssx8 tbody tr td .qbet-3z7b5g {
    width: 100%;
  }
}

.qbet-j9ssx8 tbody tr td .qbet-psdwo6 {
  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) {
  .qbet-j9ssx8 tbody tr td .qbet-psdwo6:hover {
    text-decoration: none;
  }
}

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

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

.qbet-nvnmsb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.qbet-53vu4c {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.qbet-c9l1y1 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.qbet-n9wmmq ease-in-out;
}

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

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

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

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

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

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

.qbet-nqt1v8 img {
  width: 100%;
  height: 100%;
}

.qbet-nqt1v8 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.qbet-05b3qm svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.qbet-n9wmmq ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .qbet-05b3qm:hover svg {
    transform: scale(1.1);
  }
}

.qbet-7h08pm {
  padding: 90px 0;
}

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

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

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

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

.qbet-9tr06w img {
  width: 100%;
}

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

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

.qbet-2o75ji {
  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;
}

.qbet-2o75ji 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) {
  .qbet-2o75ji {
    flex-basis: auto;
  }
}

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

.qbet-8s86iq {
  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.qbet-n9wmmq ease-in-out;
}

.qbet-8s86iq:hover {
  border: 1px solid #8c8ca2;
}

.qbet-zcgqrk {
  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%);
}

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

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

.qbet-5geqob a {
  text-decoration: underline;
  color: #8babff;
}

.qbet-waar7i {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.qbet-waar7i .qbet-8s86iq {
  width: 50%;
  margin: 0;
}

.qbet-y3whp5 {
  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;
}

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

.qbet-lqevzi {
  margin: 0 0 100px;
}

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

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

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

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

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

.qbet-7vhsil {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.qbet-t7uf5j 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.qbet-n9wmmq ease-in-out;
}

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

.qbet-t7uf5j a svg {
  fill: #fff;
}

.qbet-t7uf5j a:hover {
  background: #3d68e7;
}

.qbet-6yikxz {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.qbet-y5j794 {
  margin-bottom: 16px;
}

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

.qbet-u2zsns {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

.qbet-2f08jm {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.qbet-2f08jm 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);
}

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

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

.qbet-2f08jm table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .qbet-2f08jm {
    margin: 0;
  }
}

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

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

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

.qbet-ndcu78 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.qbet-ndcu78.qbet-0bh82s {
  display: none;
}

.qbet-2znpnq {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.qbet-2znpnq iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qbet-2znpnq iframe.qbet-84735d {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.qbet-2znpnq.qbet-pzq0or {
  opacity: 1;
  pointer-events: all;
}

.qbet-pt76vp {
  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.qbet-n9wmmq ease-in-out;
}

.qbet-pt76vp svg {
  margin-right: 10px;
}

.qbet-pt76vp + .qbet-pt76vp {
  margin-top: 14px;
}

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

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

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

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

.qbet-klbpyi .qbet-zrbcll {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .qbet-klbpyi .qbet-zrbcll {
    margin: 28px 0 0;
  }
}

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

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

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

.qbet-qwqtwa {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.qbet-79wgi3 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.qbet-79wgi3 h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .qbet-79wgi3 h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .qbet-79wgi3 h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .qbet-79wgi3 {
    max-width: 100%;
    margin: 0;
  }
}

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

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

.qbet-ds1baf {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.qbet-s0e5qs .qbet-g3t24n {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .qbet-s0e5qs .qbet-g3t24n {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.qbet-nuv5bg {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.qbet-nuv5bg img {
  width: 100%;
}

.qbet-tfhg88 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.qbet-3og6a5 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.qbet-3ve1ba {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.qbet-qddlvm {
  width: 100%;
  margin: 0 0 100px;
}

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

.qbet-qddlvm .qbet-v1symg {
  position: relative;
}

.qbet-qddlvm .qbet-exw62b {
  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;
}

.qbet-qddlvm .qbet-exw62b.qbet-0bh82s {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .qbet-qddlvm .qbet-zv50co {
    bottom: 90px;
  }
}

.qbet-qddlvm .qbet-zv50co .qbet-dgthty {
  max-width: 300px;
  width: 100%;
}

.qbet-qddlvm .qbet-zv50co .qbet-dgthty .qbet-5sb1e8 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .qbet-qddlvm .qbet-zv50co .qbet-dgthty .qbet-5sb1e8 {
    font-size: 32px;
    text-align: center;
  }
}

.qbet-qddlvm .qbet-zv50co .qbet-dgthty .qbet-w9110u {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .qbet-qddlvm .qbet-zv50co .qbet-dgthty .qbet-w9110u {
    text-align: center;
  }
}

.qbet-qddlvm .qbet-zv50co .qbet-l33kup {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .qbet-qddlvm .qbet-zv50co .qbet-l33kup {
    flex-direction: column-reverse;
  }
}

.qbet-qddlvm .qbet-zv50co .qbet-l33kup .qbet-gowypy {
  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.qbet-n9wmmq ease-in-out;
}

.qbet-qddlvm .qbet-zv50co .qbet-l33kup .qbet-gowypy:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .qbet-qddlvm .qbet-zv50co .qbet-l33kup .qbet-gowypy {
    width: 100%;
  }
}

.qbet-qddlvm .qbet-zv50co .qbet-l33kup .qbet-izp8sv {
  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.qbet-n9wmmq ease-in-out;
  overflow: hidden;
}

.qbet-qddlvm .qbet-zv50co .qbet-l33kup .qbet-izp8sv 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);
  }
}

.qbet-qddlvm .qbet-zv50co .qbet-l33kup .qbet-izp8sv: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;
}

.qbet-qddlvm .qbet-zv50co .qbet-l33kup .qbet-izp8sv:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .qbet-qddlvm .qbet-zv50co .qbet-l33kup .qbet-izp8sv {
    width: 100%;
  }
}

.qbet-qddlvm .qbet-zv50co.qbet-0bh82s {
  display: none;
}

.qbet-qddlvm .qbet-gz7ax3 {
  display: none;
}

.qbet-qddlvm .qbet-gz7ax3.qbet-pzq0or {
  display: block;
}

.qbet-qddlvm .qbet-gz7ax3 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .qbet-qddlvm .qbet-gz7ax3 iframe {
    height: calc(100vh - 54px);
  }
}

.qbet-qddlvm .qbet-8h0l05 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .qbet-qddlvm .qbet-8h0l05 {
    padding: 24px 16px 0;
  }
}

.qbet-qddlvm .qbet-8h0l05 .qbet-5sb1e8 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .qbet-qddlvm .qbet-8h0l05 .qbet-5sb1e8 {
    margin-bottom: 24px;
  }
}

.qbet-qddlvm .qbet-8h0l05 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);
}

.qbet-qddlvm .qbet-8h0l05 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) {
  .qbet-qddlvm .qbet-8h0l05 table tr td {
    padding: 12px 4px;
  }
}

.qbet-qddlvm .qbet-8h0l05 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) {
  .qbet-qddlvm .qbet-8h0l05 table tr th {
    padding: 12px 4px;
  }
}

.qbet-qddlvm .qbet-8h0l05 table tr:last-of-type td {
  border-bottom: none;
}

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

.qbet-9n9utj.qbet-rv9bgd {
  display: block;
}

.qbet-9n9utj iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.qbet-9n9utj .qbet-ivcz1f {
  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;
}

.qbet-9n9utj .qbet-t8pzlq {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.qbet-9n9utj .qbet-izp8sv {
  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.qbet-n9wmmq ease-in-out;
}

.qbet-9n9utj .qbet-izp8sv:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.qbet-1kj9ow.qbet-rv9bgd {
  display: block;
}

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

.qbet-fic6v5 {
  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;
}

.qbet-9rdesq {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.qbet-dju6qv {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.qbet-dju6qv svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.qbet-0l8mo7 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.qbet-ijoick.qbet-0bh82s {
  display: none;
}

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

@media only screen and (max-width: 767px) {
  .qbet-4nkjo8 {
    margin-bottom: 20px;
  }
}

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

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

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

.qbet-jmitz6 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.qbet-n9wmmq ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.qbet-jmitz6 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.qbet-jmitz6 input:active {
  border-color: #c2c0ce;
}

.qbet-jmitz6 input:focus {
  border-color: #c2c0ce;
}

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

.qbet-ciwqhw {
  margin-bottom: 36px;
}

.qbet-ciwqhw 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;
}

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

.qbet-ciwqhw textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.qbet-qjies8 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.qbet-wwbtry {
  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.qbet-n9wmmq ease-in-out;
}

.qbet-wwbtry:hover {
  background: var(--border-color);
}

.qbet-jql9uz {
  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.qbet-n9wmmq ease-in-out;
}

.qbet-jql9uz:hover {
  background: #166ad9;
}

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

.qbet-cs4vfx.qbet-0bh82s {
  display: none;
}

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

.qbet-cs4vfx .qbet-wwbtry {
  margin: 0 auto;
}

.qbet-ytppy7 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.qbet-b5sd03 {
  filter: grayscale(100%);
}

.qbet-rtrwzk > input {
  display: none;
}

.qbet-rtrwzk > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.qbet-rfdcl8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.qbet-togj2f 44.qbet-g38do0.qbet-218ozu.qbet-x9dajh.qbet-f1npgp.qbet-ino5lp.qbet-67s728.qbet-72dfcf.qbet-u92yar.qbet-cvouqk.qbet-o641hy.qbet-1roivr.qbet-390dkp 0l-12.qbet-xgidgj 30.qbet-vmm6z5.qbet-aa4yxb 2.qbet-yi8tao.qbet-aa4yxb 3.qbet-osccz1 3.qbet-gzbn1b.qbet-55xsry 3.qbet-5lgyzr.qbet-1gj5zt.qbet-r5nau8.qbet-zt59mg 7-3.qbet-xgidgj 10.qbet-2rtd4y.qbet-zt59mg 23.qbet-wybs3d.qbet-5s4nte 1.qbet-8anxio 2.qbet-xgidgj 3.qbet-5s4nte 1.qbet-55xsry 5.qbet-8xl49b.qbet-55xsry 32.qbet-w5mpbg.qbet-1gj5zt 5.qbet-390dkp 4.qbet-zt59mg 9.qbet-zt59mg 8.qbet-55xsry 6.qbet-r3if5k.qbet-ybab7r.qbet-0s95jd.qbet-lopc9e.qbet-n50nhq 4.qbet-ucw9we.qbet-n50nhq 6.qbet-n50nhq 0l29.qbet-390dkp 17.qbet-sy8vfh.qbet-ijqb5t 2.qbet-fj67zf 10.qbet-tezv0f.qbet-xgidgj 8.qbet-hn3ui7.qbet-2xu6g8.qbet-opyzuo.qbet-9mzv0h.qbet-dqigcn.qbet-1gj5zt.qbet-ino5lp.qbet-xgidgj 1.qbet-9o7pgy.qbet-fjp06i.qbet-xmn66p.qbet-opq7kr.qbet-q7fy1x.qbet-8anxio 1.qbet-5e1shl.qbet-diof6s.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.qbet-rtrwzk > input:checked ~ label,
.qbet-rtrwzk > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.qbet-rfdcl8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.qbet-togj2f 44.qbet-g38do0.qbet-218ozu.qbet-x9dajh.qbet-f1npgp.qbet-ino5lp.qbet-67s728.qbet-72dfcf.qbet-u92yar.qbet-cvouqk.qbet-o641hy.qbet-1roivr.qbet-390dkp 0l-12.qbet-xgidgj 30.qbet-vmm6z5.qbet-aa4yxb 2.qbet-yi8tao.qbet-aa4yxb 3.qbet-osccz1 3.qbet-gzbn1b.qbet-55xsry 3.qbet-5lgyzr.qbet-1gj5zt.qbet-r5nau8.qbet-zt59mg 7-3.qbet-xgidgj 10.qbet-2rtd4y.qbet-zt59mg 23.qbet-wybs3d.qbet-5s4nte 1.qbet-8anxio 2.qbet-xgidgj 3.qbet-5s4nte 1.qbet-55xsry 5.qbet-8xl49b.qbet-55xsry 32.qbet-w5mpbg.qbet-1gj5zt 5.qbet-390dkp 4.qbet-zt59mg 9.qbet-zt59mg 8.qbet-55xsry 6.qbet-r3if5k.qbet-ybab7r.qbet-0s95jd.qbet-lopc9e.qbet-n50nhq 4.qbet-ucw9we.qbet-n50nhq 6.qbet-n50nhq 0l29.qbet-390dkp 17.qbet-sy8vfh.qbet-ijqb5t 2.qbet-fj67zf 10.qbet-tezv0f.qbet-xgidgj 8.qbet-hn3ui7.qbet-2xu6g8.qbet-opyzuo.qbet-9mzv0h.qbet-dqigcn.qbet-1gj5zt.qbet-ino5lp.qbet-xgidgj 1.qbet-9o7pgy.qbet-fjp06i.qbet-xmn66p.qbet-opq7kr.qbet-q7fy1x.qbet-8anxio 1.qbet-5e1shl.qbet-diof6s.5z'/%3e%3c/svg%3e");
}

.qbet-rtrwzk > input:not(:checked) ~ label:hover,
.qbet-rtrwzk > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.qbet-rfdcl8.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.qbet-togj2f 44.qbet-g38do0.qbet-218ozu.qbet-x9dajh.qbet-f1npgp.qbet-ino5lp.qbet-67s728.qbet-72dfcf.qbet-u92yar.qbet-cvouqk.qbet-o641hy.qbet-1roivr.qbet-390dkp 0l-12.qbet-xgidgj 30.qbet-vmm6z5.qbet-aa4yxb 2.qbet-yi8tao.qbet-aa4yxb 3.qbet-osccz1 3.qbet-gzbn1b.qbet-55xsry 3.qbet-5lgyzr.qbet-1gj5zt.qbet-r5nau8.qbet-zt59mg 7-3.qbet-xgidgj 10.qbet-2rtd4y.qbet-zt59mg 23.qbet-wybs3d.qbet-5s4nte 1.qbet-8anxio 2.qbet-xgidgj 3.qbet-5s4nte 1.qbet-55xsry 5.qbet-8xl49b.qbet-55xsry 32.qbet-w5mpbg.qbet-1gj5zt 5.qbet-390dkp 4.qbet-zt59mg 9.qbet-zt59mg 8.qbet-55xsry 6.qbet-r3if5k.qbet-ybab7r.qbet-0s95jd.qbet-lopc9e.qbet-n50nhq 4.qbet-ucw9we.qbet-n50nhq 6.qbet-n50nhq 0l29.qbet-390dkp 17.qbet-sy8vfh.qbet-ijqb5t 2.qbet-fj67zf 10.qbet-tezv0f.qbet-xgidgj 8.qbet-hn3ui7.qbet-2xu6g8.qbet-opyzuo.qbet-9mzv0h.qbet-dqigcn.qbet-1gj5zt.qbet-ino5lp.qbet-xgidgj 1.qbet-9o7pgy.qbet-fjp06i.qbet-xmn66p.qbet-opq7kr.qbet-q7fy1x.qbet-8anxio 1.qbet-5e1shl.qbet-diof6s.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .qbet-yr6j84 > .qbet-oxcvbm {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .qbet-yr6j84 > .qbet-oxcvbm {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .qbet-yr6j84 > .qbet-oxcvbm {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .qbet-yr6j84 > .qbet-oxcvbm {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .qbet-yr6j84 > .qbet-oxcvbm {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.qbet-rcst0i.qbet-0bh82s {
  display: none;
}

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

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

.qbet-3pikud {
  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;
}

.qbet-3pikud::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.qbet-3pikud::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.qbet-3pikud img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.qbet-ebslda {
  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;
}

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

.qbet-ebslda::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) {
  .qbet-ebslda::after {
    display: none;
  }
}

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

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

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

@media only screen and (max-width: 1023px) {
  .qbet-vlq78g {
    top: -20px;
  }
}

.qbet-2wu0co {
  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.qbet-n9wmmq ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

@media only screen and (max-width: 1023px) {
  .qbet-2wu0co {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .qbet-2wu0co {
    width: 90px;
    height: 40px;
  }
}

.qbet-rcst0i.qbet-k7qm1x .qbet-qob12g {
  background: #2b3b67;
}

.qbet-rcst0i.qbet-k7qm1x .qbet-3pikud {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.qbet-rcst0i.qbet-k7qm1x .qbet-3pikud::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.qbet-rcst0i.qbet-k7qm1x .qbet-3pikud::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.qbet-rcst0i.qbet-k7qm1x .qbet-ebslda::before {
  background: #0e0f41;
}

.qbet-rcst0i.qbet-k7qm1x .qbet-ebslda::after {
  background: #152557;
}

.qbet-rcst0i.qbet-ubsqrt .qbet-qob12g {
  background: #1f35fa;
}

.qbet-rcst0i.qbet-ubsqrt .qbet-3pikud {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.qbet-rcst0i.qbet-ubsqrt .qbet-3pikud::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.qbet-rcst0i.qbet-ubsqrt .qbet-3pikud::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.qbet-rcst0i.qbet-ubsqrt .qbet-ebslda::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.qbet-rcst0i.qbet-ubsqrt .qbet-ebslda::after {
  background: #192ac8;
}

.qbet-rcst0i.qbet-obtsew .qbet-qob12g {
  background: #fa771f;
}

.qbet-rcst0i.qbet-obtsew .qbet-3pikud {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.qbet-rcst0i.qbet-obtsew .qbet-3pikud::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.qbet-rcst0i.qbet-obtsew .qbet-3pikud::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.qbet-rcst0i.qbet-obtsew .qbet-ebslda::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.qbet-rcst0i.qbet-obtsew .qbet-ebslda::after {
  background: #fa8535;
}

.qbet-ddebav {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.qbet-cnsvqa {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.qbet-aw65sp {
  width: 120px;
  height: 22px;
}

.qbet-aw65sp .qbet-tgxhqw {
  fill: #c2c0ce;
}

.qbet-aw65sp [rating="1"] .qbet-tgxhqw:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.qbet-aw65sp [rating="2"] .qbet-tgxhqw:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.qbet-aw65sp [rating="3"] .qbet-tgxhqw:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.qbet-aw65sp [rating="4"] .qbet-tgxhqw:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.qbet-aw65sp [rating="5"] .qbet-tgxhqw:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.qbet-7h7z9f {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.qbet-lhi1y2 {
  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);
}

.qbet-lhi1y2.qbet-pzq0or {
  display: block;
}

.qbet-lhi1y2.qbet-0bh82s {
  display: none;
}

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

.qbet-icf36u {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.qbet-gqalh4 {
  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);
}

.qbet-6k2suo {
  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;
}

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

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

.qbet-4akxj1 {
  font-size: 16px;
  line-height: 140%;
}

.qbet-dt30wx {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.qbet-dt30wx .qbet-tgxhqw {
  fill: #c2c0ce;
}

.qbet-dt30wx [rating="1"] .qbet-tgxhqw:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.qbet-dt30wx [rating="2"] .qbet-tgxhqw:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.qbet-dt30wx [rating="3"] .qbet-tgxhqw:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.qbet-dt30wx [rating="4"] .qbet-tgxhqw:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.qbet-dt30wx [rating="5"] .qbet-tgxhqw:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.qbet-tlb3d1 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.qbet-gi8gi0 {
  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) {
  .qbet-gi8gi0 {
    padding: 12px;
    gap: 12px;
  }
}

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

.qbet-8wc6kk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qbet-0np3as {
  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;
}

.qbet-28knf0 {
  flex: 1;
  min-width: 0;
}

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

.qbet-fzvp9s {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.qbet-fzvp9s svg,
.qbet-fzvp9s img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qbet-fzvp9s svg path {
  fill: var(--button-bg-color);
}

.qbet-fzvp9s svg circle {
  fill: var(--button-text-color);
}

.qbet-9px852 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.qbet-9px852 strong {
  font-weight: 600;
}

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

.qbet-99w8r8 p {
  margin: 0 0 16px;
}

.qbet-99w8r8 p:last-child {
  margin-bottom: 0;
}

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

.qbet-zxfc18 {
  max-width: 300px;
  width: 100%;
}

.qbet-zxfc18 a {
  width: 100%;
}

@media (max-width: 575px) {
  .qbet-zxfc18 {
    max-width: 200px;
  }
}

.qbet-logz9l {
  justify-content: center;
}

.qbet-0dhuep {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qbet-y4dq1j {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.qbet-vwvoni .qbet-df26ft {
  justify-content: center;
}

/* faq */

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

.qbet-i8imf2 {
  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.qbet-z3oq9u ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qbet-i8imf2::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.qbet-z3oq9u ease;
}

.qbet-5f8oyd.qbet-rv9bgd .qbet-i8imf2::after {
  transform: rotate(45deg);
}

.qbet-yplm1g {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.qbet-n9wmmq ease, padding 0.qbet-n9wmmq ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.qbet-5f8oyd.qbet-rv9bgd .qbet-yplm1g {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.qbet-kknjd9 {
  margin: 25px 0;
}

.qbet-rtrwzk > input:not(:checked) ~ label:hover,
.qbet-rtrwzk > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.qbet-0z89x3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.qbet-n0oue4 44.qbet-jhyyj0.qbet-f436ym.qbet-ajdgob.qbet-qlj2dc.qbet-zfqr76.qbet-hcooyw.qbet-p54gon.qbet-jo03cx.qbet-3h61sd.qbet-ukl0t9.qbet-f39hu5.qbet-8nbgrw 0l-12.qbet-n4tmjt 30.qbet-34y90l.qbet-wlsdfb 2.qbet-y8o8fo.qbet-wlsdfb 3.qbet-2q3f6z 3.qbet-aufcfk.qbet-2fvai3 3.qbet-zttrwj.qbet-4a9evl.qbet-6a30fk.qbet-skdu0h 7-3.qbet-n4tmjt 10.qbet-sx1c59.qbet-skdu0h 23.qbet-dn3yr0.qbet-tbbqap 1.qbet-35qkzg 2.qbet-n4tmjt 3.qbet-tbbqap 1.qbet-2fvai3 5.qbet-554xlh.qbet-2fvai3 32.qbet-ftwbor.qbet-4a9evl 5.qbet-8nbgrw 4.qbet-skdu0h 9.qbet-skdu0h 8.qbet-2fvai3 6.qbet-uszrcx.qbet-66s4y9.qbet-ksik06.qbet-yhb0b6.qbet-1co00v 4.qbet-37uibj.qbet-1co00v 6.qbet-1co00v 0l29.qbet-8nbgrw 17.qbet-sznahp.qbet-v5dq5q 2.qbet-b8f583 10.qbet-gaeyyg.qbet-n4tmjt 8.qbet-cej1dr.qbet-g44r2c.qbet-nmfyfd.qbet-0ul8h9.qbet-ratlp3.qbet-4a9evl.qbet-zfqr76.qbet-n4tmjt 1.qbet-v8746m.qbet-qya8jk.qbet-e7hyvj.qbet-gtzex2.qbet-ng3ez7.qbet-35qkzg 1.qbet-cqckw3.qbet-iec6no.5z'/%3e%3c/svg%3e");
}

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

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

.qbet-uubkr2 {
  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);
}

.qbet-uubkr2.qbet-mbtif7 {
  display: block;
}

.qbet-uubkr2.qbet-51pr7r {
  display: none;
}

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

.qbet-bfcaa9 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.qbet-hjcnej {
  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);
}

.qbet-271noh {
  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;
}

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

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

.qbet-aicxxt {
  font-size: 16px;
  line-height: 140%;
}

.qbet-9o1yhh {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.qbet-9o1yhh .qbet-ew455v {
  fill: #c2c0ce;
}

.qbet-9o1yhh [rating="1"] .qbet-ew455v:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.qbet-9o1yhh [rating="2"] .qbet-ew455v:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.qbet-9o1yhh [rating="3"] .qbet-ew455v:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.qbet-9o1yhh [rating="4"] .qbet-ew455v:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.qbet-9o1yhh [rating="5"] .qbet-ew455v:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.qbet-cldu7y 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;
}

.qbet-cldu7y 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 */

.qbet-vxlea8 {
  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);
}

.qbet-vxlea8.qbet-s8tde1 {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.qbet-c9syr4 {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.qbet-c9syr4 label {
  font-size: 14px;
}

.qbet-c9syr4 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.qbet-c9syr4 input,
.qbet-c9syr4 textarea,
.qbet-c9syr4 button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.qbet-c9syr4 button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.qbet-z3oq9u ease;
}
.qbet-c9syr4 button:hover {
  background-color: var(--button-bg-hover);
}
.qbet-bg08x0 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.qbet-qo0nll ease-in;
}

.qbet-bg08x0 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.qbet-uesekf, .qbet-47optg, [class*="review-card"],
thead, thead th, table th, .qbet-45d73o,
.qbet-2aekgr, [class*="collapsible-header"],
.qbet-8qj5sw, [class*="updated-block"] {
  color: #ece7dc !important;
}
