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

.funbet-4o0ijc {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.funbet-wot5qo {
  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) {
  .funbet-wot5qo: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;
  }
}

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

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

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

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

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

.funbet-txxfyw {
  cursor: pointer;
}

.funbet-b9nue5 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.funbet-cg81jw {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.funbet-cg81jw figure {
  margin: 0;
}

.funbet-cg81jw.funbet-ywhftr {
  justify-content: flex-start;
  margin-right: 4px;
}

.funbet-cg81jw.funbet-z5gu8m {
  justify-content: flex-end;
  margin-left: 4px;
}

.funbet-cg81jw.funbet-hpof7j {
  justify-content: center;
}

.funbet-cg81jw.funbet-x03lys {
  justify-content: normal;
}

.funbet-2ea5mj {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.funbet-4hvthd img {
  width: 100%;
}

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

.funbet-whe6jo {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.funbet-whe6jo 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);
}

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

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

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

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

.funbet-whe6jo ul li:last-of-type::after {
  display: none;
}

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

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

.funbet-2qmhoe {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.funbet-cunk40.funbet-qi9ivw {
  background-color: #000;
}

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

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

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

.funbet-1bkn8t {
  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) {
  .funbet-1bkn8t {
    flex-direction: column;
  }
}

.funbet-zoncbw {
  margin-bottom: 94px;
}

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

.funbet-qbc2ep .funbet-pj7ntu {
  margin-bottom: 28px;
}

.funbet-qbc2ep .funbet-pj7ntu img {
  max-height: 100px;
  width: auto;
}

.funbet-5xfjpu {
  display: flex;
  align-items: center;
}

.funbet-5xfjpu a + a {
  margin-left: 24px;
}

.funbet-5xfjpu img {
  max-height: 56px;
  width: auto;
}

.funbet-5xfjpu img + img {
  margin-left: 24px;
}

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

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

.funbet-1lxo34 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .funbet-4ibrlb {
    flex-wrap: wrap;
  }
}

.funbet-4ibrlb li {
  display: flex;
  margin: 0 7px;
}

.funbet-4ibrlb li svg {
  transition: 0.funbet-x1irvu ease-in-out;
}

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

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

.funbet-p75ibq + .funbet-p75ibq {
  margin-left: 120px;
}

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

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

.funbet-i34t0w {
  list-style: none;
  margin: 0;
  padding: 0;
}

.funbet-i34t0w li {
  font-size: 16px;
}

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

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

.funbet-i34t0w li + li {
  margin-top: 16px;
}

.funbet-9qbzas {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.funbet-13511x ease-in-out;
}

.funbet-9qbzas.funbet-25y1bc {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.funbet-w20yyz {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

.funbet-6u2tug {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

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

.funbet-6u2tug li {
  width: 100%;
}

.funbet-6u2tug 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.funbet-x1irvu ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.funbet-6u2tug li a svg {
  fill: var(--button-text-color);
}

.funbet-6u2tug li a.funbet-25y1bc {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.funbet-8seau7 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.funbet-8seau7 img {
  width: 100%;
  transition: 0.funbet-x1irvu ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .funbet-p6evwk .funbet-pj7ntu img {
    max-width: 90px;
  }
}

.funbet-pj7ntu img {
  max-height: 50px;
  width: auto;
}

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

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

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

.funbet-n3jdff li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.funbet-qlva42 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.funbet-qlva42.funbet-z2guk6 {
  margin-right: 0;
}

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

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

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

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

.funbet-918coz {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.funbet-918coz:hover > ul {
  display: flex;
}

.funbet-918coz:focus > ul {
  display: flex;
}

.funbet-918coz:focus-within > ul {
  display: flex;
}

.funbet-jvyg4s {
  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;
}

.funbet-jvyg4s::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.funbet-13511x ease-in-out;
}

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

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

.funbet-918coz 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.funbet-x1irvu ease-in-out;
  overflow: hidden;
}

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

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

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

.funbet-8p2p2r {
  display: none;
}

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

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

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

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

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

.funbet-gosp85 img {
  margin-bottom: 20px;
}

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

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

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

.funbet-4yms3j {
  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) {
  .funbet-4yms3j {
    font-size: 32px;
  }
}

.funbet-vq8fwc {
  color: var(--text-color);
}

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

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

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

.funbet-pg1p4s p img {
  display: block;
  margin: 0 auto;
}

.funbet-pg1p4s p:first-of-type {
  margin-top: 0;
}

.funbet-pg1p4s p:last-of-type {
  margin-bottom: 0;
}

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

.funbet-pg1p4s ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.funbet-vbnln8 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.funbet-vbnln8 .funbet-9yf5d3 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .funbet-vbnln8 .funbet-9yf5d3 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.funbet-vbnln8 .funbet-5dmekl {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .funbet-vbnln8 .funbet-5dmekl {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .funbet-vbnln8 .funbet-5dmekl img {
    width: 100%;
  }
}

.funbet-5dmekl {
  margin: 0 0 28px;
}

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

.funbet-9yf5d3 {
  margin: 0 0 28px;
}

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

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

.funbet-u76q9o .funbet-wot5qo {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.funbet-689lu6 {
  position: relative;
  border: none;
}

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

.funbet-6x0rm1 {
  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;
}

.funbet-6x0rm1 span {
  height: 32px;
}

.funbet-6x0rm1 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.funbet-6x0rm1.funbet-8hnpm6 span {
  transform: scaleY(-1);
}

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

.funbet-uytdx7 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.funbet-uytdx7 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.funbet-x1irvu ease-in-out;
}

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

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

.funbet-uytdx7.funbet-snf5hp {
  display: none;
}

.funbet-tle1ga {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.funbet-tle1ga table {
  width: 100%;
  border-collapse: collapse;
}

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

  .funbet-tle1ga table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.funbet-0qkumt {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.funbet-c35lkx p {
  color: var(--text-color);
}

.funbet-crt8d4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.funbet-qy6g02 {
  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);
}

.funbet-n2v18g {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.funbet-9qltxa p + p {
  margin-top: 10px;
}

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

.funbet-psdy48 {
  display: none;
}

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

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

.funbet-te2885 li {
  margin: 0 20px;
}

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

.funbet-te2885 li a img {
  margin-bottom: 4px;
}

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

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

.funbet-bd8a85 li {
  font-size: 16px;
  position: relative;
}

.funbet-bd8a85 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.funbet-bd8a85 li span {
  opacity: 0.5;
}

.funbet-bd8a85 li + li {
  margin-left: 30px;
}

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

h2.funbet-nlotw7 {
  margin: 0 0 28px;
}

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

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

.funbet-650tt5 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);
}

.funbet-650tt5 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;
}

.funbet-650tt5 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;
}

.funbet-650tt5 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.funbet-650tt5 tbody tr:last-of-type {
  margin-bottom: 0;
}

.funbet-650tt5 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.funbet-650tt5 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);
}

.funbet-650tt5 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);
}

.funbet-650tt5 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.funbet-650tt5 tbody tr td .funbet-6ud8dq {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .funbet-650tt5 tbody tr td .funbet-6ud8dq {
    width: 100%;
  }
}

.funbet-650tt5 tbody tr td .funbet-73v2hj {
  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.funbet-x1irvu ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .funbet-650tt5 tbody tr td .funbet-73v2hj:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .funbet-650tt5 tbody tr td .funbet-73v2hj {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .funbet-650tt5 tbody tr td .funbet-73v2hj {
    width: 100%;
  }
}

.funbet-650tt5 tbody tr td .funbet-isxza4 {
  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) {
  .funbet-650tt5 tbody tr td .funbet-isxza4:hover {
    text-decoration: none;
  }
}

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

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

.funbet-52hqgw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.funbet-7n9nsp img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.funbet-x1irvu ease-in-out;
}

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

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

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

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

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

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

.funbet-zxkbwr img {
  width: 100%;
  height: 100%;
}

.funbet-zxkbwr iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.funbet-cqj9yk svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.funbet-x1irvu ease-in-out;
}

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

.funbet-vt4xll {
  padding: 90px 0;
}

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

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

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

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

.funbet-cgkuwo img {
  width: 100%;
}

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

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

.funbet-s3uoos {
  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;
}

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

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

.funbet-gyk8nn {
  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.funbet-x1irvu ease-in-out;
}

.funbet-gyk8nn:hover {
  border: 1px solid #8c8ca2;
}

.funbet-i01y4m {
  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%);
}

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

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

.funbet-c57at3 a {
  text-decoration: underline;
  color: #8babff;
}

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

.funbet-d3gqnu .funbet-gyk8nn {
  width: 50%;
  margin: 0;
}

.funbet-iapuz3 {
  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;
}

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

.funbet-ko100z {
  margin: 0 0 100px;
}

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

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

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

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

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

.funbet-ggfmsm {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.funbet-j2jtmv 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.funbet-x1irvu ease-in-out;
}

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

.funbet-j2jtmv a svg {
  fill: #fff;
}

.funbet-j2jtmv a:hover {
  background: #3d68e7;
}

.funbet-9vczs5 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.funbet-0i01nx {
  margin-bottom: 16px;
}

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

.funbet-iillcc {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.funbet-iqoeqi 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);
}

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

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

.funbet-iqoeqi table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.funbet-vwfgue.funbet-ylys61 {
  display: none;
}

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

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

.funbet-q88w62 iframe.funbet-ayjopz {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.funbet-q88w62.funbet-sv04zj {
  opacity: 1;
  pointer-events: all;
}

.funbet-qnnhlk {
  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.funbet-x1irvu ease-in-out;
}

.funbet-qnnhlk svg {
  margin-right: 10px;
}

.funbet-qnnhlk + .funbet-qnnhlk {
  margin-top: 14px;
}

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

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

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

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

.funbet-uwl5km .funbet-u76q9o {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .funbet-uwl5km .funbet-u76q9o {
    margin: 28px 0 0;
  }
}

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

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

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

.funbet-ifqdls {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.funbet-8guhzb {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.funbet-8guhzb h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .funbet-8guhzb h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .funbet-8guhzb h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .funbet-8guhzb {
    max-width: 100%;
    margin: 0;
  }
}

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

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

.funbet-w828iy {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .funbet-62hxtp {
    padding: 10px;
  }
}

.funbet-62hxtp .funbet-wot5qo {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .funbet-62hxtp .funbet-wot5qo {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .funbet-62hxtp {
    flex-wrap: wrap;
  }
}

.funbet-n4w75k {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.funbet-n4w75k img {
  width: 100%;
}

.funbet-xs3s44 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.funbet-g6wgcd {
  width: 100%;
  margin: 0 0 100px;
}

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

.funbet-g6wgcd .funbet-tq2x4j {
  position: relative;
}

.funbet-g6wgcd .funbet-t59f0s {
  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;
}

.funbet-g6wgcd .funbet-t59f0s.funbet-ylys61 {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .funbet-g6wgcd .funbet-ri82m3 {
    bottom: 90px;
  }
}

.funbet-g6wgcd .funbet-ri82m3 .funbet-c9poxq {
  max-width: 300px;
  width: 100%;
}

.funbet-g6wgcd .funbet-ri82m3 .funbet-c9poxq .funbet-6mciy2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .funbet-g6wgcd .funbet-ri82m3 .funbet-c9poxq .funbet-6mciy2 {
    font-size: 32px;
    text-align: center;
  }
}

.funbet-g6wgcd .funbet-ri82m3 .funbet-c9poxq .funbet-g6849i {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .funbet-g6wgcd .funbet-ri82m3 .funbet-c9poxq .funbet-g6849i {
    text-align: center;
  }
}

.funbet-g6wgcd .funbet-ri82m3 .funbet-z2guk6 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .funbet-g6wgcd .funbet-ri82m3 .funbet-z2guk6 {
    flex-direction: column-reverse;
  }
}

.funbet-g6wgcd .funbet-ri82m3 .funbet-z2guk6 .funbet-6t7j43 {
  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.funbet-x1irvu ease-in-out;
}

.funbet-g6wgcd .funbet-ri82m3 .funbet-z2guk6 .funbet-6t7j43:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .funbet-g6wgcd .funbet-ri82m3 .funbet-z2guk6 .funbet-6t7j43 {
    width: 100%;
  }
}

.funbet-g6wgcd .funbet-ri82m3 .funbet-z2guk6 .funbet-3ae1ip {
  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.funbet-x1irvu ease-in-out;
  overflow: hidden;
}

.funbet-g6wgcd .funbet-ri82m3 .funbet-z2guk6 .funbet-3ae1ip 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);
  }
}

.funbet-g6wgcd .funbet-ri82m3 .funbet-z2guk6 .funbet-3ae1ip: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;
}

.funbet-g6wgcd .funbet-ri82m3 .funbet-z2guk6 .funbet-3ae1ip:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .funbet-g6wgcd .funbet-ri82m3 .funbet-z2guk6 .funbet-3ae1ip {
    width: 100%;
  }
}

.funbet-g6wgcd .funbet-ri82m3.funbet-ylys61 {
  display: none;
}

.funbet-g6wgcd .funbet-conisu {
  display: none;
}

.funbet-g6wgcd .funbet-conisu.funbet-sv04zj {
  display: block;
}

.funbet-g6wgcd .funbet-conisu iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .funbet-g6wgcd .funbet-conisu iframe {
    height: calc(100vh - 54px);
  }
}

.funbet-g6wgcd .funbet-nwsq8e {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .funbet-g6wgcd .funbet-nwsq8e {
    padding: 24px 16px 0;
  }
}

.funbet-g6wgcd .funbet-nwsq8e .funbet-6mciy2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .funbet-g6wgcd .funbet-nwsq8e .funbet-6mciy2 {
    margin-bottom: 24px;
  }
}

.funbet-g6wgcd .funbet-nwsq8e 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);
}

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

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

.funbet-g6wgcd .funbet-nwsq8e table tr:last-of-type td {
  border-bottom: none;
}

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

.funbet-m4hj4s.funbet-25y1bc {
  display: block;
}

.funbet-m4hj4s iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.funbet-m4hj4s .funbet-fhlmqb {
  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;
}

.funbet-m4hj4s .funbet-ttdi0h {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.funbet-m4hj4s .funbet-3ae1ip {
  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.funbet-x1irvu ease-in-out;
}

.funbet-m4hj4s .funbet-3ae1ip:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.funbet-yh1obb.funbet-25y1bc {
  display: block;
}

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

.funbet-bjcnxn {
  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;
}

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

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

.funbet-ymsypn {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.funbet-ymsypn svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.funbet-0yq70o {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.funbet-8fsp88.funbet-ylys61 {
  display: none;
}

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

@media only screen and (max-width: 767px) {
  .funbet-43ha7g {
    margin-bottom: 20px;
  }
}

.funbet-0gsk69 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

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

.funbet-0gsk69 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.funbet-0gsk69 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.funbet-0gsk69 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.funbet-0gsk69 input:active {
  border-color: #c2c0ce;
}

.funbet-0gsk69 input:focus {
  border-color: #c2c0ce;
}

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

.funbet-55ysof {
  margin-bottom: 36px;
}

.funbet-55ysof 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;
}

.funbet-55ysof textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.funbet-55ysof textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.funbet-98ezdr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.funbet-6rq9qe {
  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.funbet-x1irvu ease-in-out;
}

.funbet-6rq9qe:hover {
  background: var(--border-color);
}

.funbet-00ma6y {
  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.funbet-x1irvu ease-in-out;
}

.funbet-00ma6y:hover {
  background: #166ad9;
}

.funbet-52v849 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.funbet-52v849.funbet-ylys61 {
  display: none;
}

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

.funbet-52v849 .funbet-6rq9qe {
  margin: 0 auto;
}

.funbet-amy6kb {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.funbet-p4rlhl {
  filter: grayscale(100%);
}

.funbet-6cvny7 > input {
  display: none;
}

.funbet-6cvny7 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.funbet-t2505w.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.funbet-tf3eyx 44.funbet-9zfc7n.funbet-f94h9m.funbet-t1uq4q.funbet-b1sfug.funbet-20dob6.funbet-bbx4vq.funbet-nuigi7.funbet-rw3t6g.funbet-feqxhq.funbet-y3cu4r.funbet-7rl6tb.funbet-y42pr8 0l-12.funbet-6ftuga 30.funbet-lt08bi.funbet-lidzzd 2.funbet-9w9b7h.funbet-lidzzd 3.funbet-o42sdv 3.funbet-evhz9b.funbet-fej6po 3.funbet-969flv.funbet-6dahyo.funbet-dv2ibd.funbet-l102au 7-3.funbet-6ftuga 10.funbet-wdowc6.funbet-l102au 23.funbet-k6ez7x.funbet-p2c9jq 1.funbet-1bhrgo 2.funbet-6ftuga 3.funbet-p2c9jq 1.funbet-fej6po 5.funbet-p1ht5b.funbet-fej6po 32.funbet-yuon2f.funbet-6dahyo 5.funbet-y42pr8 4.funbet-l102au 9.funbet-l102au 8.funbet-fej6po 6.funbet-ap4mk7.funbet-pxvs33.funbet-e89bwa.funbet-5lmfww.funbet-i88qsu 4.funbet-94pn2g.funbet-i88qsu 6.funbet-i88qsu 0l29.funbet-y42pr8 17.funbet-zdlihz.funbet-zcn3xw 2.funbet-5nbnio 10.funbet-n7em89.funbet-6ftuga 8.funbet-n9cztq.funbet-7l6nyp.funbet-zya6rz.funbet-9yrw52.funbet-gwlf5g.funbet-6dahyo.funbet-20dob6.funbet-6ftuga 1.funbet-7jgk7j.funbet-ex16mk.funbet-p3vuwr.funbet-znlhnb.funbet-y4i5ac.funbet-1bhrgo 1.funbet-7ok9pd.funbet-ghc18c.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.funbet-6cvny7 > input:checked ~ label,
.funbet-6cvny7 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.funbet-t2505w.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.funbet-tf3eyx 44.funbet-9zfc7n.funbet-f94h9m.funbet-t1uq4q.funbet-b1sfug.funbet-20dob6.funbet-bbx4vq.funbet-nuigi7.funbet-rw3t6g.funbet-feqxhq.funbet-y3cu4r.funbet-7rl6tb.funbet-y42pr8 0l-12.funbet-6ftuga 30.funbet-lt08bi.funbet-lidzzd 2.funbet-9w9b7h.funbet-lidzzd 3.funbet-o42sdv 3.funbet-evhz9b.funbet-fej6po 3.funbet-969flv.funbet-6dahyo.funbet-dv2ibd.funbet-l102au 7-3.funbet-6ftuga 10.funbet-wdowc6.funbet-l102au 23.funbet-k6ez7x.funbet-p2c9jq 1.funbet-1bhrgo 2.funbet-6ftuga 3.funbet-p2c9jq 1.funbet-fej6po 5.funbet-p1ht5b.funbet-fej6po 32.funbet-yuon2f.funbet-6dahyo 5.funbet-y42pr8 4.funbet-l102au 9.funbet-l102au 8.funbet-fej6po 6.funbet-ap4mk7.funbet-pxvs33.funbet-e89bwa.funbet-5lmfww.funbet-i88qsu 4.funbet-94pn2g.funbet-i88qsu 6.funbet-i88qsu 0l29.funbet-y42pr8 17.funbet-zdlihz.funbet-zcn3xw 2.funbet-5nbnio 10.funbet-n7em89.funbet-6ftuga 8.funbet-n9cztq.funbet-7l6nyp.funbet-zya6rz.funbet-9yrw52.funbet-gwlf5g.funbet-6dahyo.funbet-20dob6.funbet-6ftuga 1.funbet-7jgk7j.funbet-ex16mk.funbet-p3vuwr.funbet-znlhnb.funbet-y4i5ac.funbet-1bhrgo 1.funbet-7ok9pd.funbet-ghc18c.5z'/%3e%3c/svg%3e");
}

.funbet-6cvny7 > input:not(:checked) ~ label:hover,
.funbet-6cvny7 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.funbet-t2505w.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.funbet-tf3eyx 44.funbet-9zfc7n.funbet-f94h9m.funbet-t1uq4q.funbet-b1sfug.funbet-20dob6.funbet-bbx4vq.funbet-nuigi7.funbet-rw3t6g.funbet-feqxhq.funbet-y3cu4r.funbet-7rl6tb.funbet-y42pr8 0l-12.funbet-6ftuga 30.funbet-lt08bi.funbet-lidzzd 2.funbet-9w9b7h.funbet-lidzzd 3.funbet-o42sdv 3.funbet-evhz9b.funbet-fej6po 3.funbet-969flv.funbet-6dahyo.funbet-dv2ibd.funbet-l102au 7-3.funbet-6ftuga 10.funbet-wdowc6.funbet-l102au 23.funbet-k6ez7x.funbet-p2c9jq 1.funbet-1bhrgo 2.funbet-6ftuga 3.funbet-p2c9jq 1.funbet-fej6po 5.funbet-p1ht5b.funbet-fej6po 32.funbet-yuon2f.funbet-6dahyo 5.funbet-y42pr8 4.funbet-l102au 9.funbet-l102au 8.funbet-fej6po 6.funbet-ap4mk7.funbet-pxvs33.funbet-e89bwa.funbet-5lmfww.funbet-i88qsu 4.funbet-94pn2g.funbet-i88qsu 6.funbet-i88qsu 0l29.funbet-y42pr8 17.funbet-zdlihz.funbet-zcn3xw 2.funbet-5nbnio 10.funbet-n7em89.funbet-6ftuga 8.funbet-n9cztq.funbet-7l6nyp.funbet-zya6rz.funbet-9yrw52.funbet-gwlf5g.funbet-6dahyo.funbet-20dob6.funbet-6ftuga 1.funbet-7jgk7j.funbet-ex16mk.funbet-p3vuwr.funbet-znlhnb.funbet-y4i5ac.funbet-1bhrgo 1.funbet-7ok9pd.funbet-ghc18c.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .funbet-qbqaio > .funbet-sqfmgo {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .funbet-qbqaio > .funbet-sqfmgo {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .funbet-qbqaio > .funbet-sqfmgo {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .funbet-qbqaio > .funbet-sqfmgo {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .funbet-qbqaio > .funbet-sqfmgo {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.funbet-b0s1ml.funbet-ylys61 {
  display: none;
}

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

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

.funbet-ptommm {
  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;
}

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

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

.funbet-ptommm img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.funbet-973x25 {
  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;
}

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

.funbet-973x25::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) {
  .funbet-973x25::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.funbet-b0s1ml.funbet-m6yfec .funbet-kasg8b {
  background: #2b3b67;
}

.funbet-b0s1ml.funbet-m6yfec .funbet-ptommm {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.funbet-b0s1ml.funbet-m6yfec .funbet-ptommm::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.funbet-b0s1ml.funbet-m6yfec .funbet-ptommm::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.funbet-b0s1ml.funbet-m6yfec .funbet-973x25::before {
  background: #0e0f41;
}

.funbet-b0s1ml.funbet-m6yfec .funbet-973x25::after {
  background: #152557;
}

.funbet-b0s1ml.funbet-x8ulma .funbet-kasg8b {
  background: #1f35fa;
}

.funbet-b0s1ml.funbet-x8ulma .funbet-ptommm {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.funbet-b0s1ml.funbet-x8ulma .funbet-ptommm::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.funbet-b0s1ml.funbet-x8ulma .funbet-ptommm::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.funbet-b0s1ml.funbet-x8ulma .funbet-973x25::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.funbet-b0s1ml.funbet-x8ulma .funbet-973x25::after {
  background: #192ac8;
}

.funbet-b0s1ml.funbet-3inceo .funbet-kasg8b {
  background: #fa771f;
}

.funbet-b0s1ml.funbet-3inceo .funbet-ptommm {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.funbet-b0s1ml.funbet-3inceo .funbet-ptommm::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.funbet-b0s1ml.funbet-3inceo .funbet-ptommm::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.funbet-b0s1ml.funbet-3inceo .funbet-973x25::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.funbet-b0s1ml.funbet-3inceo .funbet-973x25::after {
  background: #fa8535;
}

.funbet-jis6rz {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.funbet-iu5vng {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.funbet-0iuw5o {
  width: 120px;
  height: 22px;
}

.funbet-0iuw5o .funbet-ot4n5j {
  fill: #c2c0ce;
}

.funbet-0iuw5o [rating="1"] .funbet-ot4n5j:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.funbet-0iuw5o [rating="2"] .funbet-ot4n5j:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.funbet-0iuw5o [rating="3"] .funbet-ot4n5j:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.funbet-0iuw5o [rating="4"] .funbet-ot4n5j:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.funbet-0iuw5o [rating="5"] .funbet-ot4n5j:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.funbet-wbegek {
  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);
}

.funbet-wbegek.funbet-sv04zj {
  display: block;
}

.funbet-wbegek.funbet-ylys61 {
  display: none;
}

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

.funbet-y10epk {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.funbet-rxloa4 {
  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);
}

.funbet-tnv53w {
  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;
}

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

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

.funbet-yj336b {
  font-size: 16px;
  line-height: 140%;
}

.funbet-10bj5c {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.funbet-10bj5c .funbet-ot4n5j {
  fill: #c2c0ce;
}

.funbet-10bj5c [rating="1"] .funbet-ot4n5j:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.funbet-10bj5c [rating="2"] .funbet-ot4n5j:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.funbet-10bj5c [rating="3"] .funbet-ot4n5j:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.funbet-10bj5c [rating="4"] .funbet-ot4n5j:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.funbet-10bj5c [rating="5"] .funbet-ot4n5j:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.funbet-hsfcmt {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.funbet-mxdbqh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.funbet-uyyt4e {
  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;
}

.funbet-qyp4na {
  flex: 1;
  min-width: 0;
}

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

.funbet-ilx3nz {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.funbet-ilx3nz svg path {
  fill: var(--button-bg-color);
}

.funbet-ilx3nz svg circle {
  fill: var(--button-text-color);
}

.funbet-2oan9n {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.funbet-2oan9n strong {
  font-weight: 600;
}

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

.funbet-he1fa9 p {
  margin: 0 0 16px;
}

.funbet-he1fa9 p:last-child {
  margin-bottom: 0;
}

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

.funbet-jypkql {
  max-width: 300px;
  width: 100%;
}

.funbet-jypkql a {
  width: 100%;
}

@media (max-width: 575px) {
  .funbet-jypkql {
    max-width: 200px;
  }
}

.funbet-g06xqr {
  justify-content: center;
}

.funbet-sgz2oc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.funbet-5lqeeg {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.funbet-no94qc .funbet-n3jdff {
  justify-content: center;
}

/* faq */

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

.funbet-x63fg8 {
  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.funbet-vy6svm ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.funbet-x63fg8::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.funbet-vy6svm ease;
}

.funbet-3ejhzv.funbet-25y1bc .funbet-x63fg8::after {
  transform: rotate(45deg);
}

.funbet-973iii {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.funbet-x1irvu ease, padding 0.funbet-x1irvu ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.funbet-3ejhzv.funbet-25y1bc .funbet-973iii {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.funbet-h6m3r4 {
  margin: 25px 0;
}

.funbet-6cvny7 > input:not(:checked) ~ label:hover,
.funbet-6cvny7 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.funbet-zdvglg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.funbet-cwsf1q 44.funbet-80j49u.funbet-elm8ba.funbet-lvhong.funbet-wwt8ho.funbet-c0asj7.funbet-791xp7.funbet-bj2vrz.funbet-02lrvu.funbet-52wr20.funbet-0oj9w0.funbet-lx6nx4.funbet-cxf49r 0l-12.funbet-pljs0o 30.funbet-u2z3r4.funbet-8v49xr 2.funbet-8k975i.funbet-8v49xr 3.funbet-iwo2uv 3.funbet-1boxnj.funbet-zp3wyw 3.funbet-c9rbnr.funbet-he60g6.funbet-2nydwp.funbet-w9nnqi 7-3.funbet-pljs0o 10.funbet-f3qyqh.funbet-w9nnqi 23.funbet-iy9hag.funbet-pvdywn 1.funbet-ip8n8i 2.funbet-pljs0o 3.funbet-pvdywn 1.funbet-zp3wyw 5.funbet-tsh9nd.funbet-zp3wyw 32.funbet-ii19j1.funbet-he60g6 5.funbet-cxf49r 4.funbet-w9nnqi 9.funbet-w9nnqi 8.funbet-zp3wyw 6.funbet-hcu2z1.funbet-fuyhow.funbet-fhoro1.funbet-vjwslb.funbet-cz6kgh 4.funbet-998ob0.funbet-cz6kgh 6.funbet-cz6kgh 0l29.funbet-cxf49r 17.funbet-pm57nq.funbet-ufqt49 2.funbet-i9q201 10.funbet-e7fctb.funbet-pljs0o 8.funbet-5qycgx.funbet-ydfr54.funbet-94y5yf.funbet-d8li1e.funbet-2opxzn.funbet-he60g6.funbet-c0asj7.funbet-pljs0o 1.funbet-0i0tt0.funbet-w54sls.funbet-5xabbs.funbet-amjthl.funbet-rz4vot.funbet-ip8n8i 1.funbet-eoymdl.funbet-xja1kb.5z'/%3e%3c/svg%3e");
}

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

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

.funbet-jl3rtp {
  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);
}

.funbet-jl3rtp.funbet-ab70ku {
  display: block;
}

.funbet-jl3rtp.funbet-t5vvi6 {
  display: none;
}

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

.funbet-6ydwdx {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.funbet-eam1g2 {
  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);
}

.funbet-1xep39 {
  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;
}

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

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

.funbet-0dpsui {
  font-size: 16px;
  line-height: 140%;
}

.funbet-dcg6sp {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.funbet-dcg6sp .funbet-motuu8 {
  fill: #c2c0ce;
}

.funbet-dcg6sp [rating="1"] .funbet-motuu8:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.funbet-dcg6sp [rating="2"] .funbet-motuu8:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.funbet-dcg6sp [rating="3"] .funbet-motuu8:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.funbet-dcg6sp [rating="4"] .funbet-motuu8:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.funbet-dcg6sp [rating="5"] .funbet-motuu8:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.funbet-7ctytx 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;
}

.funbet-7ctytx 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 */

.funbet-7lvu0e {
  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);
}

.funbet-7lvu0e.funbet-tdcxec {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.funbet-m55y3j {
  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;
}

.funbet-m55y3j label {
  font-size: 14px;
}

.funbet-m55y3j h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.funbet-m55y3j input,
.funbet-m55y3j textarea,
.funbet-m55y3j 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;
}
.funbet-m55y3j button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.funbet-vy6svm ease;
}
.funbet-m55y3j button:hover {
  background-color: var(--button-bg-hover);
}
.funbet-pjlynh {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.funbet-6s9zuu ease-in;
}

.funbet-pjlynh h2 {
  color: green;
  font-weight: 500;
}

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