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-ak9yrq {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.funbet-clr3dw {
  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-clr3dw: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-6fo0p6 {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

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

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

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

.funbet-kla6s7 {
  cursor: pointer;
}

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

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

.funbet-zd58ea figure {
  margin: 0;
}

.funbet-zd58ea.funbet-aiqp6u {
  justify-content: flex-start;
  margin-right: 4px;
}

.funbet-zd58ea.funbet-n6iogf {
  justify-content: flex-end;
  margin-left: 4px;
}

.funbet-zd58ea.funbet-dannsz {
  justify-content: center;
}

.funbet-zd58ea.funbet-on8y6l {
  justify-content: normal;
}

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

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

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

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

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

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

.funbet-1koq6h img {
  width: 100%;
}

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

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

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

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

.funbet-bgbki7 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-bgbki7 ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

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

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

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

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

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

.funbet-6vbjdu.funbet-bh85x9 {
  background-color: #000;
}

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

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

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

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

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

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

.funbet-tig3z3 .funbet-b6ju37 {
  margin-bottom: 28px;
}

.funbet-tig3z3 .funbet-b6ju37 img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.funbet-ed0xmp li svg {
  transition: 0.funbet-4dtq3t ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

.funbet-f632fy {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.funbet-irqp3v ease-in-out;
}

.funbet-f632fy.funbet-cspmuv {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.funbet-btbq30 h1,
.funbet-btbq30 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-btbq30 h1,
  .funbet-btbq30 h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

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

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

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

.funbet-6p6x3m li a.funbet-cspmuv {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

.funbet-n7i4lz img {
  width: 100%;
  transition: 0.funbet-4dtq3t ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .funbet-chvo9x {
    display: block;
  }
  .funbet-chvo9x li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .funbet-chvo9x li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .funbet-chvo9x 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-chvo9x li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.funbet-uty44r.funbet-2s07oz {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

.funbet-1ecbke {
  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-1ecbke::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-irqp3v ease-in-out;
}

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

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

.funbet-r14hbs 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-4dtq3t ease-in-out;
  overflow: hidden;
}

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

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

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

.funbet-0ufyip {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.funbet-sf6txz .funbet-bsmvip {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.funbet-sf6txz .funbet-v7fmep {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.funbet-v7fmep {
  margin: 0 0 28px;
}

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

.funbet-bsmvip {
  margin: 0 0 28px;
}

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

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

.funbet-0c1n8s .funbet-clr3dw {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.funbet-j1xzja {
  position: relative;
  border: none;
}

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

.funbet-hqojz2 {
  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-hqojz2 span {
  height: 32px;
}

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

.funbet-hqojz2.funbet-kbpwno span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.funbet-fics9i.funbet-1tk6mc {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.funbet-6d025o {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

.funbet-i3bizj {
  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-rzt7oc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

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

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

.funbet-frk4o4 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .funbet-frk4o4 {
    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-0jz5b0 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.funbet-73uvyv 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-73uvyv 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-73uvyv 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-73uvyv tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.funbet-73uvyv tbody tr:last-of-type {
  margin-bottom: 0;
}

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

.funbet-73uvyv 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-73uvyv 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-73uvyv tbody tr td:last-of-type {
  margin-left: auto;
}

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

.funbet-73uvyv tbody tr td .funbet-b3pwsp {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

.funbet-73uvyv tbody tr td .funbet-hpqdlc {
  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-4dtq3t ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

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

.funbet-73uvyv tbody tr td .funbet-y0y5ht {
  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-73uvyv tbody tr td .funbet-y0y5ht:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

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

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

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

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

.funbet-s761p6 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.funbet-4dtq3t ease-in-out;
}

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

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

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

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

.funbet-nwjp0g {
  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-nwjp0g {
    height: 190px;
    margin: 20px auto;
  }
}

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

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

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

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

.funbet-zx03ji::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-z7mtgz {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

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

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

.funbet-5pthvy {
  padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

.funbet-ovrrdm {
  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-4dtq3t ease-in-out;
}

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

.funbet-p78ske {
  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-p78ske:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.funbet-lkuj0f .funbet-ovrrdm {
  width: 50%;
  margin: 0;
}

.funbet-0c3o9t {
  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-0c3o9t:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

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

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

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

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

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

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

.funbet-ac4pyy 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-4dtq3t ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.funbet-nquptn::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-7hvw40 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.funbet-7hvw40.funbet-3i0li8 {
  display: none;
}

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

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

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

.funbet-f8827e.funbet-a8fa1y {
  opacity: 1;
  pointer-events: all;
}

.funbet-3azfwo {
  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-4dtq3t ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.funbet-ibvkcw .funbet-clr3dw {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

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

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

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

.funbet-9ec6xh img {
  width: 100%;
}

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

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

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

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

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

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

.funbet-92xh4r .funbet-xrox5t {
  position: relative;
}

.funbet-92xh4r .funbet-3y2i79 {
  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-92xh4r .funbet-3y2i79.funbet-3i0li8 {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .funbet-92xh4r .funbet-6kcaf2 {
    bottom: 90px;
  }
}

.funbet-92xh4r .funbet-6kcaf2 .funbet-n11kcl {
  max-width: 300px;
  width: 100%;
}

.funbet-92xh4r .funbet-6kcaf2 .funbet-n11kcl .funbet-k3sjla {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .funbet-92xh4r .funbet-6kcaf2 .funbet-n11kcl .funbet-k3sjla {
    font-size: 32px;
    text-align: center;
  }
}

.funbet-92xh4r .funbet-6kcaf2 .funbet-n11kcl .funbet-rd5jtc {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .funbet-92xh4r .funbet-6kcaf2 .funbet-n11kcl .funbet-rd5jtc {
    text-align: center;
  }
}

.funbet-92xh4r .funbet-6kcaf2 .funbet-2s07oz {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .funbet-92xh4r .funbet-6kcaf2 .funbet-2s07oz {
    flex-direction: column-reverse;
  }
}

.funbet-92xh4r .funbet-6kcaf2 .funbet-2s07oz .funbet-9ajvu3 {
  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-4dtq3t ease-in-out;
}

.funbet-92xh4r .funbet-6kcaf2 .funbet-2s07oz .funbet-9ajvu3:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .funbet-92xh4r .funbet-6kcaf2 .funbet-2s07oz .funbet-9ajvu3 {
    width: 100%;
  }
}

.funbet-92xh4r .funbet-6kcaf2 .funbet-2s07oz .funbet-vrylmx {
  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-4dtq3t ease-in-out;
  overflow: hidden;
}

.funbet-92xh4r .funbet-6kcaf2 .funbet-2s07oz .funbet-vrylmx 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-92xh4r .funbet-6kcaf2 .funbet-2s07oz .funbet-vrylmx: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-92xh4r .funbet-6kcaf2 .funbet-2s07oz .funbet-vrylmx:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .funbet-92xh4r .funbet-6kcaf2 .funbet-2s07oz .funbet-vrylmx {
    width: 100%;
  }
}

.funbet-92xh4r .funbet-6kcaf2.funbet-3i0li8 {
  display: none;
}

.funbet-92xh4r .funbet-wcx6ur {
  display: none;
}

.funbet-92xh4r .funbet-wcx6ur.funbet-a8fa1y {
  display: block;
}

.funbet-92xh4r .funbet-wcx6ur iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

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

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

.funbet-92xh4r .funbet-ywhi1h .funbet-k3sjla {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .funbet-92xh4r .funbet-ywhi1h .funbet-k3sjla {
    margin-bottom: 24px;
  }
}

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

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

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

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

.funbet-y90qxd.funbet-cspmuv {
  display: block;
}

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

.funbet-y90qxd .funbet-mls527 {
  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-y90qxd .funbet-cxdegd {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.funbet-y90qxd .funbet-vrylmx {
  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-4dtq3t ease-in-out;
}

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

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

.funbet-61j44u.funbet-cspmuv {
  display: block;
}

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

.funbet-ffhbva {
  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-j8ugdv {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.funbet-9frg6s.funbet-3i0li8 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.funbet-fq2wve {
  margin-bottom: 36px;
}

.funbet-fq2wve 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-fq2wve textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

.funbet-wxiiq4 {
  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-4dtq3t ease-in-out;
}

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

.funbet-tk81j0 {
  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-4dtq3t ease-in-out;
}

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

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

.funbet-s1po9h.funbet-3i0li8 {
  display: none;
}

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

.funbet-s1po9h .funbet-wxiiq4 {
  margin: 0 auto;
}

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

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

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

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

.funbet-xyk1lm > input {
  display: none;
}

.funbet-xyk1lm > 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-tnxypn.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.funbet-dvuu39 44.funbet-3id49h.funbet-dnykc0.funbet-vrx3m9.funbet-kjtdfa.funbet-smkq5y.funbet-r8i95j.funbet-0qy1ss.funbet-5vdpd6.funbet-sqwpj4.funbet-cbdx1s.funbet-aqs8qq.funbet-3t0woz 0l-12.funbet-irm7xl 30.funbet-z5odcr.funbet-snh62w 2.funbet-898lag.funbet-snh62w 3.funbet-3cowlk 3.funbet-w2e1k8.funbet-rqgapj 3.funbet-mjkxeu.funbet-p0r10o.funbet-ue17xr.funbet-u7i6dw 7-3.funbet-irm7xl 10.funbet-73ngqo.funbet-u7i6dw 23.funbet-jiibyp.funbet-0n3gi9 1.funbet-ehgo0p 2.funbet-irm7xl 3.funbet-0n3gi9 1.funbet-rqgapj 5.funbet-p2cs5t.funbet-rqgapj 32.funbet-2o25da.funbet-p0r10o 5.funbet-3t0woz 4.funbet-u7i6dw 9.funbet-u7i6dw 8.funbet-rqgapj 6.funbet-n3ic8t.funbet-vfqrl0.funbet-7bfrxq.funbet-w29b0v.funbet-rhkopd 4.funbet-ppfm8v.funbet-rhkopd 6.funbet-rhkopd 0l29.funbet-3t0woz 17.funbet-530vlf.funbet-wm0ji5 2.funbet-1546tl 10.funbet-26gv4k.funbet-irm7xl 8.funbet-q8jcls.funbet-qo76yh.funbet-xejfki.funbet-qz8f2f.funbet-ya1254.funbet-p0r10o.funbet-smkq5y.funbet-irm7xl 1.funbet-wl1czv.funbet-ry9p99.funbet-lxro6b.funbet-jistnz.funbet-1l8avm.funbet-ehgo0p 1.funbet-k7f13i.funbet-vu5cfr.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.funbet-xyk1lm > input:checked ~ label,
.funbet-xyk1lm > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.funbet-tnxypn.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.funbet-dvuu39 44.funbet-3id49h.funbet-dnykc0.funbet-vrx3m9.funbet-kjtdfa.funbet-smkq5y.funbet-r8i95j.funbet-0qy1ss.funbet-5vdpd6.funbet-sqwpj4.funbet-cbdx1s.funbet-aqs8qq.funbet-3t0woz 0l-12.funbet-irm7xl 30.funbet-z5odcr.funbet-snh62w 2.funbet-898lag.funbet-snh62w 3.funbet-3cowlk 3.funbet-w2e1k8.funbet-rqgapj 3.funbet-mjkxeu.funbet-p0r10o.funbet-ue17xr.funbet-u7i6dw 7-3.funbet-irm7xl 10.funbet-73ngqo.funbet-u7i6dw 23.funbet-jiibyp.funbet-0n3gi9 1.funbet-ehgo0p 2.funbet-irm7xl 3.funbet-0n3gi9 1.funbet-rqgapj 5.funbet-p2cs5t.funbet-rqgapj 32.funbet-2o25da.funbet-p0r10o 5.funbet-3t0woz 4.funbet-u7i6dw 9.funbet-u7i6dw 8.funbet-rqgapj 6.funbet-n3ic8t.funbet-vfqrl0.funbet-7bfrxq.funbet-w29b0v.funbet-rhkopd 4.funbet-ppfm8v.funbet-rhkopd 6.funbet-rhkopd 0l29.funbet-3t0woz 17.funbet-530vlf.funbet-wm0ji5 2.funbet-1546tl 10.funbet-26gv4k.funbet-irm7xl 8.funbet-q8jcls.funbet-qo76yh.funbet-xejfki.funbet-qz8f2f.funbet-ya1254.funbet-p0r10o.funbet-smkq5y.funbet-irm7xl 1.funbet-wl1czv.funbet-ry9p99.funbet-lxro6b.funbet-jistnz.funbet-1l8avm.funbet-ehgo0p 1.funbet-k7f13i.funbet-vu5cfr.5z'/%3e%3c/svg%3e");
}

.funbet-xyk1lm > input:not(:checked) ~ label:hover,
.funbet-xyk1lm > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.funbet-tnxypn.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.funbet-dvuu39 44.funbet-3id49h.funbet-dnykc0.funbet-vrx3m9.funbet-kjtdfa.funbet-smkq5y.funbet-r8i95j.funbet-0qy1ss.funbet-5vdpd6.funbet-sqwpj4.funbet-cbdx1s.funbet-aqs8qq.funbet-3t0woz 0l-12.funbet-irm7xl 30.funbet-z5odcr.funbet-snh62w 2.funbet-898lag.funbet-snh62w 3.funbet-3cowlk 3.funbet-w2e1k8.funbet-rqgapj 3.funbet-mjkxeu.funbet-p0r10o.funbet-ue17xr.funbet-u7i6dw 7-3.funbet-irm7xl 10.funbet-73ngqo.funbet-u7i6dw 23.funbet-jiibyp.funbet-0n3gi9 1.funbet-ehgo0p 2.funbet-irm7xl 3.funbet-0n3gi9 1.funbet-rqgapj 5.funbet-p2cs5t.funbet-rqgapj 32.funbet-2o25da.funbet-p0r10o 5.funbet-3t0woz 4.funbet-u7i6dw 9.funbet-u7i6dw 8.funbet-rqgapj 6.funbet-n3ic8t.funbet-vfqrl0.funbet-7bfrxq.funbet-w29b0v.funbet-rhkopd 4.funbet-ppfm8v.funbet-rhkopd 6.funbet-rhkopd 0l29.funbet-3t0woz 17.funbet-530vlf.funbet-wm0ji5 2.funbet-1546tl 10.funbet-26gv4k.funbet-irm7xl 8.funbet-q8jcls.funbet-qo76yh.funbet-xejfki.funbet-qz8f2f.funbet-ya1254.funbet-p0r10o.funbet-smkq5y.funbet-irm7xl 1.funbet-wl1czv.funbet-ry9p99.funbet-lxro6b.funbet-jistnz.funbet-1l8avm.funbet-ehgo0p 1.funbet-k7f13i.funbet-vu5cfr.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .funbet-3jl6l9 > .funbet-2zefz7 {
  transform: translateY(-100px);
}

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

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

#rating-container-4:checked ~ .funbet-3jl6l9 > .funbet-2zefz7 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .funbet-3jl6l9 > .funbet-2zefz7 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.funbet-bhzwmh.funbet-3i0li8 {
  display: none;
}

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

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

.funbet-1041pv {
  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-1041pv::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.funbet-bhzwmh.funbet-5opm9m .funbet-zxde3s {
  background: #2b3b67;
}

.funbet-bhzwmh.funbet-5opm9m .funbet-1041pv {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.funbet-bhzwmh.funbet-5opm9m .funbet-1041pv::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.funbet-bhzwmh.funbet-5opm9m .funbet-1041pv::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.funbet-bhzwmh.funbet-5opm9m .funbet-o1a8qv::before {
  background: #0e0f41;
}

.funbet-bhzwmh.funbet-5opm9m .funbet-o1a8qv::after {
  background: #152557;
}

.funbet-bhzwmh.funbet-rddj18 .funbet-zxde3s {
  background: #1f35fa;
}

.funbet-bhzwmh.funbet-rddj18 .funbet-1041pv {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.funbet-bhzwmh.funbet-rddj18 .funbet-1041pv::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.funbet-bhzwmh.funbet-rddj18 .funbet-1041pv::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.funbet-bhzwmh.funbet-rddj18 .funbet-o1a8qv::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.funbet-bhzwmh.funbet-rddj18 .funbet-o1a8qv::after {
  background: #192ac8;
}

.funbet-bhzwmh.funbet-sizhed .funbet-zxde3s {
  background: #fa771f;
}

.funbet-bhzwmh.funbet-sizhed .funbet-1041pv {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.funbet-bhzwmh.funbet-sizhed .funbet-1041pv::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.funbet-bhzwmh.funbet-sizhed .funbet-1041pv::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.funbet-bhzwmh.funbet-sizhed .funbet-o1a8qv::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.funbet-bhzwmh.funbet-sizhed .funbet-o1a8qv::after {
  background: #fa8535;
}

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

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

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

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

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

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

.funbet-ij4qdo {
  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-ij4qdo {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

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

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

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

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

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

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

.funbet-gg2y56 .funbet-eyyjti {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.funbet-nr9tiy {
  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-nr9tiy.funbet-a8fa1y {
  display: block;
}

.funbet-nr9tiy.funbet-3i0li8 {
  display: none;
}

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

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

.funbet-6nk4fj {
  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-vd5kd1 {
  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-xl785a small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.funbet-is074d .funbet-eyyjti {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

.funbet-9u8lf8 {
  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-xqhv1o {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

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

.funbet-j4u1l9 strong {
  font-weight: 600;
}

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

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

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

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

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

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

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

.funbet-8byf70 {
  justify-content: center;
}

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

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

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

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

.funbet-bgratf .funbet-chvo9x {
  justify-content: center;
}

/* faq */

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

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

.funbet-atvqoy::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.funbet-934mz7 ease;
}

.funbet-ui79il.funbet-cspmuv .funbet-atvqoy::after {
  transform: rotate(45deg);
}

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

.funbet-ui79il.funbet-cspmuv .funbet-dpmkxu {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.funbet-xyk1lm > input:not(:checked) ~ label:hover,
.funbet-xyk1lm > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.funbet-2u3zv1.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.funbet-my9sdm 44.funbet-cje3eb.funbet-kzf03m.funbet-1jqr8j.funbet-1f8u0t.funbet-90wj66.funbet-qk5kmq.funbet-f2fw7y.funbet-dz85x6.funbet-7mj550.funbet-kkn5ko.funbet-ox3mj8.funbet-cy62wt 0l-12.funbet-uti3mt 30.funbet-ihabgz.funbet-77vyyw 2.funbet-ad2rbx.funbet-77vyyw 3.funbet-1wa6i5 3.funbet-n8uam0.funbet-i0zk2p 3.funbet-ud1yxs.funbet-m3ljwo.funbet-cj6bpm.funbet-9lgano 7-3.funbet-uti3mt 10.funbet-vjr6yp.funbet-9lgano 23.funbet-j5tjrj.funbet-5z38x6 1.funbet-pko5bj 2.funbet-uti3mt 3.funbet-5z38x6 1.funbet-i0zk2p 5.funbet-61pps3.funbet-i0zk2p 32.funbet-m47ygm.funbet-m3ljwo 5.funbet-cy62wt 4.funbet-9lgano 9.funbet-9lgano 8.funbet-i0zk2p 6.funbet-qi573v.funbet-muxnly.funbet-n6ngza.funbet-5oa2fq.funbet-x8izh1 4.funbet-1s0d4e.funbet-x8izh1 6.funbet-x8izh1 0l29.funbet-cy62wt 17.funbet-649gx9.funbet-752psh 2.funbet-8ddsd7 10.funbet-2c9mso.funbet-uti3mt 8.funbet-bi4i8f.funbet-9t8dqf.funbet-7n6g9i.funbet-t7jqfa.funbet-98f1uk.funbet-m3ljwo.funbet-90wj66.funbet-uti3mt 1.funbet-677meg.funbet-zb2o2z.funbet-lpgkxy.funbet-anh5dd.funbet-tgf58w.funbet-pko5bj 1.funbet-54e02p.funbet-nzmbup.5z'/%3e%3c/svg%3e");
}

.funbet-4faz37 {
  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-4faz37 {
    gap: 16px 0;
  }
}

.funbet-e3t3pj {
  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-e3t3pj.funbet-awk0up {
  display: block;
}

.funbet-e3t3pj.funbet-mfpmgv {
  display: none;
}

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

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

.funbet-ssjorh {
  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-ikc9gy {
  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-f37xa6 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.funbet-0xekyd .funbet-4g7j9s {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.funbet-ekd6mz 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-ekd6mz 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-a1y4vp {
  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-a1y4vp.funbet-sz892h {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.funbet-oappcf {
  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-oappcf label {
  font-size: 14px;
}

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

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

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