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

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

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

.bassbet-sakabd {
  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) {
  .bassbet-sakabd: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;
  }
}

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

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

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

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

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

.bassbet-4yan1m {
  cursor: pointer;
}

.bassbet-d0kjcd {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.bassbet-xqwy6s {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bassbet-xqwy6s figure {
  margin: 0;
}

.bassbet-xqwy6s.bassbet-7upiqw {
  justify-content: flex-start;
  margin-right: 4px;
}

.bassbet-xqwy6s.bassbet-yfcx1h {
  justify-content: flex-end;
  margin-left: 4px;
}

.bassbet-xqwy6s.bassbet-4cu813 {
  justify-content: center;
}

.bassbet-xqwy6s.bassbet-aiqzye {
  justify-content: normal;
}

.bassbet-i2rf7b {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.bassbet-h07tox img {
  width: 100%;
}

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

.bassbet-hy62qk {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.bassbet-hy62qk 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);
}

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

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

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

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

.bassbet-hy62qk ul li:last-of-type::after {
  display: none;
}

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

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

.bassbet-c2o5bs {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.bassbet-zt32cl.bassbet-smg922 {
  background-color: #000;
}

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

.bassbet-86mbgt {
  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) {
  .bassbet-86mbgt {
    padding: 80px 16px 0;
  }
}

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

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

.bassbet-z44ej3 {
  margin-bottom: 94px;
}

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

.bassbet-ipe82f .bassbet-p5ofiz {
  margin-bottom: 28px;
}

.bassbet-ipe82f .bassbet-p5ofiz img {
  max-height: 100px;
  width: auto;
}

.bassbet-0rb55b {
  display: flex;
  align-items: center;
}

.bassbet-0rb55b a + a {
  margin-left: 24px;
}

.bassbet-0rb55b img {
  max-height: 56px;
  width: auto;
}

.bassbet-0rb55b img + img {
  margin-left: 24px;
}

.bassbet-46kld5 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.bassbet-hork5f {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.bassbet-n3ea98 li {
  display: flex;
  margin: 0 7px;
}

.bassbet-n3ea98 li svg {
  transition: 0.bassbet-4z7huy ease-in-out;
}

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

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

.bassbet-hc1ids + .bassbet-hc1ids {
  margin-left: 120px;
}

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

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

.bassbet-8zlxvg {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bassbet-8zlxvg li {
  font-size: 16px;
}

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

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

.bassbet-8zlxvg li + li {
  margin-top: 16px;
}

.bassbet-est8r2 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.bassbet-ks7f46 ease-in-out;
}

.bassbet-est8r2.bassbet-7oxk9q {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.bassbet-srlg2q {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

.bassbet-9iwe69 {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

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

.bassbet-9iwe69 li {
  width: 100%;
}

.bassbet-9iwe69 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.bassbet-4z7huy ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.bassbet-9iwe69 li a svg {
  fill: var(--button-text-color);
}

.bassbet-9iwe69 li a.bassbet-7oxk9q {
  background: var(--border-color);
}

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

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

.bassbet-6uv2qf {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.bassbet-covkun {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.bassbet-covkun img {
  width: 100%;
  transition: 0.bassbet-4z7huy ease-in-out;
}

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

.bassbet-1zobcx {
  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) {
  .bassbet-1zobcx {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .bassbet-wd9ytx .bassbet-p5ofiz img {
    max-width: 90px;
  }
}

.bassbet-p5ofiz img {
  max-height: 50px;
  width: auto;
}

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

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

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

.bassbet-kgceq8 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.bassbet-ca6xdg {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.bassbet-ca6xdg.bassbet-x0vc1g {
  margin-right: 0;
}

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

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

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

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

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

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

.bassbet-dmijc5:hover > ul {
  display: flex;
}

.bassbet-dmijc5:focus > ul {
  display: flex;
}

.bassbet-dmijc5:focus-within > ul {
  display: flex;
}

.bassbet-1tqs5h {
  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;
}

.bassbet-1tqs5h::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.bassbet-ks7f46 ease-in-out;
}

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

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

.bassbet-dmijc5 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.bassbet-4z7huy ease-in-out;
  overflow: hidden;
}

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

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

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

.bassbet-4yjmvm {
  display: none;
}

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

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

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

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

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

.bassbet-kbsp7p img {
  margin-bottom: 20px;
}

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

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

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

.bassbet-jmy0yc {
  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) {
  .bassbet-jmy0yc {
    font-size: 32px;
  }
}

.bassbet-a5y4of {
  color: var(--text-color);
}

.bassbet-1l9xqk {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.bassbet-1l9xqk p img {
  display: block;
  margin: 0 auto;
}

.bassbet-1l9xqk p:first-of-type {
  margin-top: 0;
}

.bassbet-1l9xqk p:last-of-type {
  margin-bottom: 0;
}

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

.bassbet-1l9xqk ul {
  padding: 0 0 0 20px;
}

.bassbet-1l9xqk table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

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

.bassbet-1l9xqk iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

.bassbet-si8gxf .bassbet-dpav5l {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.bassbet-si8gxf .bassbet-keswj0 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.bassbet-keswj0 {
  margin: 0 0 28px;
}

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

.bassbet-dpav5l {
  margin: 0 0 28px;
}

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

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

.bassbet-cczwpo .bassbet-sakabd {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.bassbet-k2wok0 {
  position: relative;
  border: none;
}

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

.bassbet-6qo7ie {
  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;
}

.bassbet-6qo7ie span {
  height: 32px;
}

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

.bassbet-6qo7ie.bassbet-0m08p3 span {
  transform: scaleY(-1);
}

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

.bassbet-dwy73y {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.bassbet-dwy73y.bassbet-wmk0sk {
  display: none;
}

.bassbet-xoaadw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.bassbet-xoaadw table {
  width: 100%;
  border-collapse: collapse;
}

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

  .bassbet-xoaadw table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.bassbet-r8z0em {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.bassbet-4vcfpt table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.bassbet-4vcfpt table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.bassbet-4vcfpt p {
  color: var(--text-color);
}

.bassbet-3kpw7g {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.bassbet-p2zdfv {
  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);
}

.bassbet-0wthok {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.bassbet-wccfd5 p + p {
  margin-top: 10px;
}

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

.bassbet-ov13yg {
  display: none;
}

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

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

.bassbet-b0g3bh li {
  margin: 0 20px;
}

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

.bassbet-b0g3bh li a img {
  margin-bottom: 4px;
}

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

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

.bassbet-zs99a6 li {
  font-size: 16px;
  position: relative;
}

.bassbet-zs99a6 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.bassbet-zs99a6 li span {
  opacity: 0.5;
}

.bassbet-zs99a6 li + li {
  margin-left: 30px;
}

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

h2.bassbet-rfdzw7 {
  margin: 0 0 28px;
}

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

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

.bassbet-9uz22f 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);
}

.bassbet-9uz22f 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;
}

.bassbet-9uz22f 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;
}

.bassbet-9uz22f tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.bassbet-9uz22f tbody tr:last-of-type {
  margin-bottom: 0;
}

.bassbet-9uz22f tbody tr td:first-of-type {
  flex-shrink: 0;
}

.bassbet-9uz22f 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);
}

.bassbet-9uz22f 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);
}

.bassbet-9uz22f tbody tr td:last-of-type {
  margin-left: auto;
}

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

.bassbet-9uz22f tbody tr td .bassbet-v7i8xv {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .bassbet-9uz22f tbody tr td .bassbet-v7i8xv {
    width: 100%;
  }
}

.bassbet-9uz22f tbody tr td .bassbet-k5n9ba {
  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.bassbet-4z7huy ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .bassbet-9uz22f tbody tr td .bassbet-k5n9ba:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-9uz22f tbody tr td .bassbet-k5n9ba {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .bassbet-9uz22f tbody tr td .bassbet-k5n9ba {
    width: 100%;
  }
}

.bassbet-9uz22f tbody tr td .bassbet-mgc7xl {
  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) {
  .bassbet-9uz22f tbody tr td .bassbet-mgc7xl:hover {
    text-decoration: none;
  }
}

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

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

.bassbet-scb6l4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.bassbet-356z2r img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.bassbet-4z7huy ease-in-out;
}

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

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

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

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

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

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

.bassbet-vzuzd6 img {
  width: 100%;
  height: 100%;
}

.bassbet-vzuzd6 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.bassbet-lfa0oh svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.bassbet-4z7huy ease-in-out;
}

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

.bassbet-8c0lw3 {
  padding: 90px 0;
}

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

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

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

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

.bassbet-sdut6q img {
  width: 100%;
}

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

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

.bassbet-4al0hr {
  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;
}

.bassbet-4al0hr 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) {
  .bassbet-4al0hr {
    flex-basis: auto;
  }
}

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

.bassbet-jjvecb {
  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.bassbet-4z7huy ease-in-out;
}

.bassbet-jjvecb:hover {
  border: 1px solid #8c8ca2;
}

.bassbet-s39zh6 {
  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%);
}

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

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

.bassbet-u2t43b a {
  text-decoration: underline;
  color: #8babff;
}

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

.bassbet-kr5oud .bassbet-jjvecb {
  width: 50%;
  margin: 0;
}

.bassbet-62lj0l {
  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;
}

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

.bassbet-2u9j0n {
  margin: 0 0 100px;
}

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

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

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

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

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

.bassbet-4ts4ng {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.bassbet-6qddjr 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.bassbet-4z7huy ease-in-out;
}

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

.bassbet-6qddjr a svg {
  fill: #fff;
}

.bassbet-6qddjr a:hover {
  background: #3d68e7;
}

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

.bassbet-hrga2q {
  margin-bottom: 16px;
}

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

.bassbet-cpcdnd {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

.bassbet-9ybffg {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

.bassbet-96dql8 {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.bassbet-96dql8 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);
}

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

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

.bassbet-96dql8 table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .bassbet-96dql8 {
    margin: 0;
  }
}

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

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

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

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

.bassbet-p88aki.bassbet-hiytsv {
  display: none;
}

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

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

.bassbet-c617lt iframe.bassbet-pf7lwx {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.bassbet-c617lt.bassbet-tp95sq {
  opacity: 1;
  pointer-events: all;
}

.bassbet-j0odl5 {
  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.bassbet-4z7huy ease-in-out;
}

.bassbet-j0odl5 svg {
  margin-right: 10px;
}

.bassbet-j0odl5 + .bassbet-j0odl5 {
  margin-top: 14px;
}

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

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

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

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

.bassbet-a9pope .bassbet-cczwpo {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .bassbet-a9pope .bassbet-cczwpo {
    margin: 28px 0 0;
  }
}

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

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

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

.bassbet-56qdfm {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.bassbet-882spp {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.bassbet-qlnpy3 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.bassbet-oo99fc .bassbet-sakabd {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .bassbet-oo99fc .bassbet-sakabd {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.bassbet-d39l8u {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.bassbet-d39l8u img {
  width: 100%;
}

.bassbet-z28dg7 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.bassbet-m9t7gq {
  width: 100%;
  margin: 0 0 100px;
}

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

.bassbet-m9t7gq .bassbet-qyqw9x {
  position: relative;
}

.bassbet-m9t7gq .bassbet-3ik98s {
  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;
}

.bassbet-m9t7gq .bassbet-3ik98s.bassbet-hiytsv {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .bassbet-m9t7gq .bassbet-ieha6z {
    bottom: 90px;
  }
}

.bassbet-m9t7gq .bassbet-ieha6z .bassbet-zs65u3 {
  max-width: 300px;
  width: 100%;
}

.bassbet-m9t7gq .bassbet-ieha6z .bassbet-zs65u3 .bassbet-dtmmf6 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .bassbet-m9t7gq .bassbet-ieha6z .bassbet-zs65u3 .bassbet-dtmmf6 {
    font-size: 32px;
    text-align: center;
  }
}

.bassbet-m9t7gq .bassbet-ieha6z .bassbet-zs65u3 .bassbet-7lndj8 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .bassbet-m9t7gq .bassbet-ieha6z .bassbet-zs65u3 .bassbet-7lndj8 {
    text-align: center;
  }
}

.bassbet-m9t7gq .bassbet-ieha6z .bassbet-x0vc1g {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .bassbet-m9t7gq .bassbet-ieha6z .bassbet-x0vc1g {
    flex-direction: column-reverse;
  }
}

.bassbet-m9t7gq .bassbet-ieha6z .bassbet-x0vc1g .bassbet-4ro5tt {
  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.bassbet-4z7huy ease-in-out;
}

.bassbet-m9t7gq .bassbet-ieha6z .bassbet-x0vc1g .bassbet-4ro5tt:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .bassbet-m9t7gq .bassbet-ieha6z .bassbet-x0vc1g .bassbet-4ro5tt {
    width: 100%;
  }
}

.bassbet-m9t7gq .bassbet-ieha6z .bassbet-x0vc1g .bassbet-cr9e6b {
  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.bassbet-4z7huy ease-in-out;
  overflow: hidden;
}

.bassbet-m9t7gq .bassbet-ieha6z .bassbet-x0vc1g .bassbet-cr9e6b 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);
  }
}

.bassbet-m9t7gq .bassbet-ieha6z .bassbet-x0vc1g .bassbet-cr9e6b: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;
}

.bassbet-m9t7gq .bassbet-ieha6z .bassbet-x0vc1g .bassbet-cr9e6b:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .bassbet-m9t7gq .bassbet-ieha6z .bassbet-x0vc1g .bassbet-cr9e6b {
    width: 100%;
  }
}

.bassbet-m9t7gq .bassbet-ieha6z.bassbet-hiytsv {
  display: none;
}

.bassbet-m9t7gq .bassbet-x478zj {
  display: none;
}

.bassbet-m9t7gq .bassbet-x478zj.bassbet-tp95sq {
  display: block;
}

.bassbet-m9t7gq .bassbet-x478zj iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .bassbet-m9t7gq .bassbet-x478zj iframe {
    height: calc(100vh - 54px);
  }
}

.bassbet-m9t7gq .bassbet-e74jw7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .bassbet-m9t7gq .bassbet-e74jw7 {
    padding: 24px 16px 0;
  }
}

.bassbet-m9t7gq .bassbet-e74jw7 .bassbet-dtmmf6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .bassbet-m9t7gq .bassbet-e74jw7 .bassbet-dtmmf6 {
    margin-bottom: 24px;
  }
}

.bassbet-m9t7gq .bassbet-e74jw7 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);
}

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

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

.bassbet-m9t7gq .bassbet-e74jw7 table tr:last-of-type td {
  border-bottom: none;
}

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

.bassbet-oxnvzm.bassbet-7oxk9q {
  display: block;
}

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

.bassbet-oxnvzm .bassbet-s3yjf9 {
  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;
}

.bassbet-oxnvzm .bassbet-05glh4 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.bassbet-oxnvzm .bassbet-cr9e6b {
  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.bassbet-4z7huy ease-in-out;
}

.bassbet-oxnvzm .bassbet-cr9e6b:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.bassbet-elivas.bassbet-7oxk9q {
  display: block;
}

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

.bassbet-t8isla {
  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;
}

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

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

.bassbet-8peh4l {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.bassbet-8peh4l svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.bassbet-nzjh5g {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bassbet-bv9aac.bassbet-hiytsv {
  display: none;
}

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

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

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

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

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

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

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

.bassbet-zdhztv input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.bassbet-zdhztv input:active {
  border-color: #c2c0ce;
}

.bassbet-zdhztv input:focus {
  border-color: #c2c0ce;
}

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

.bassbet-ru30s5 {
  margin-bottom: 36px;
}

.bassbet-ru30s5 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;
}

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

.bassbet-ru30s5 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.bassbet-8iid8j {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bassbet-7u4srh {
  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.bassbet-4z7huy ease-in-out;
}

.bassbet-7u4srh:hover {
  background: var(--border-color);
}

.bassbet-3ue1p9 {
  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.bassbet-4z7huy ease-in-out;
}

.bassbet-3ue1p9:hover {
  background: #166ad9;
}

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

.bassbet-dfvm6s.bassbet-hiytsv {
  display: none;
}

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

.bassbet-dfvm6s .bassbet-7u4srh {
  margin: 0 auto;
}

.bassbet-b05n1e {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.bassbet-zug2j6 {
  filter: grayscale(100%);
}

.bassbet-xs5ol8 > input {
  display: none;
}

.bassbet-xs5ol8 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bassbet-5rxqsx.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.bassbet-h24nds 44.bassbet-uvycna.bassbet-th3cx4.bassbet-hl4srf.bassbet-bk9qh1.bassbet-nubfxk.bassbet-c3h22v.bassbet-mz4031.bassbet-i6bvxz.bassbet-9y6383.bassbet-2ib266.bassbet-7e0l4d.bassbet-u537am 0l-12.bassbet-553bwr 30.bassbet-n9dwwe.bassbet-huargr 2.bassbet-q7ku4r.bassbet-huargr 3.bassbet-8x3dy6 3.bassbet-frt56a.bassbet-gp1rm6 3.bassbet-l25848.bassbet-wmpjij.bassbet-fe7kx2.bassbet-nbeb73 7-3.bassbet-553bwr 10.bassbet-8qdujc.bassbet-nbeb73 23.bassbet-fxzc6s.bassbet-32ym8i 1.bassbet-ckm7fv 2.bassbet-553bwr 3.bassbet-32ym8i 1.bassbet-gp1rm6 5.bassbet-f594d7.bassbet-gp1rm6 32.bassbet-f902kd.bassbet-wmpjij 5.bassbet-u537am 4.bassbet-nbeb73 9.bassbet-nbeb73 8.bassbet-gp1rm6 6.bassbet-cel92h.bassbet-u52b8u.bassbet-5btnj0.bassbet-kdmxnl.bassbet-waqb25 4.bassbet-2ccysh.bassbet-waqb25 6.bassbet-waqb25 0l29.bassbet-u537am 17.bassbet-hzc7xy.bassbet-dzoe8z 2.bassbet-5z7pfd 10.bassbet-9vw2fe.bassbet-553bwr 8.bassbet-eaf0cf.bassbet-s5juir.bassbet-slcrim.bassbet-f61h8u.bassbet-g3gs6q.bassbet-wmpjij.bassbet-nubfxk.bassbet-553bwr 1.bassbet-jy487i.bassbet-vgap4w.bassbet-2uh2n7.bassbet-d82tm4.bassbet-k9hbh1.bassbet-ckm7fv 1.bassbet-zihjn2.bassbet-ycao8y.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.bassbet-xs5ol8 > input:checked ~ label,
.bassbet-xs5ol8 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bassbet-5rxqsx.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.bassbet-h24nds 44.bassbet-uvycna.bassbet-th3cx4.bassbet-hl4srf.bassbet-bk9qh1.bassbet-nubfxk.bassbet-c3h22v.bassbet-mz4031.bassbet-i6bvxz.bassbet-9y6383.bassbet-2ib266.bassbet-7e0l4d.bassbet-u537am 0l-12.bassbet-553bwr 30.bassbet-n9dwwe.bassbet-huargr 2.bassbet-q7ku4r.bassbet-huargr 3.bassbet-8x3dy6 3.bassbet-frt56a.bassbet-gp1rm6 3.bassbet-l25848.bassbet-wmpjij.bassbet-fe7kx2.bassbet-nbeb73 7-3.bassbet-553bwr 10.bassbet-8qdujc.bassbet-nbeb73 23.bassbet-fxzc6s.bassbet-32ym8i 1.bassbet-ckm7fv 2.bassbet-553bwr 3.bassbet-32ym8i 1.bassbet-gp1rm6 5.bassbet-f594d7.bassbet-gp1rm6 32.bassbet-f902kd.bassbet-wmpjij 5.bassbet-u537am 4.bassbet-nbeb73 9.bassbet-nbeb73 8.bassbet-gp1rm6 6.bassbet-cel92h.bassbet-u52b8u.bassbet-5btnj0.bassbet-kdmxnl.bassbet-waqb25 4.bassbet-2ccysh.bassbet-waqb25 6.bassbet-waqb25 0l29.bassbet-u537am 17.bassbet-hzc7xy.bassbet-dzoe8z 2.bassbet-5z7pfd 10.bassbet-9vw2fe.bassbet-553bwr 8.bassbet-eaf0cf.bassbet-s5juir.bassbet-slcrim.bassbet-f61h8u.bassbet-g3gs6q.bassbet-wmpjij.bassbet-nubfxk.bassbet-553bwr 1.bassbet-jy487i.bassbet-vgap4w.bassbet-2uh2n7.bassbet-d82tm4.bassbet-k9hbh1.bassbet-ckm7fv 1.bassbet-zihjn2.bassbet-ycao8y.5z'/%3e%3c/svg%3e");
}

.bassbet-xs5ol8 > input:not(:checked) ~ label:hover,
.bassbet-xs5ol8 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bassbet-5rxqsx.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.bassbet-h24nds 44.bassbet-uvycna.bassbet-th3cx4.bassbet-hl4srf.bassbet-bk9qh1.bassbet-nubfxk.bassbet-c3h22v.bassbet-mz4031.bassbet-i6bvxz.bassbet-9y6383.bassbet-2ib266.bassbet-7e0l4d.bassbet-u537am 0l-12.bassbet-553bwr 30.bassbet-n9dwwe.bassbet-huargr 2.bassbet-q7ku4r.bassbet-huargr 3.bassbet-8x3dy6 3.bassbet-frt56a.bassbet-gp1rm6 3.bassbet-l25848.bassbet-wmpjij.bassbet-fe7kx2.bassbet-nbeb73 7-3.bassbet-553bwr 10.bassbet-8qdujc.bassbet-nbeb73 23.bassbet-fxzc6s.bassbet-32ym8i 1.bassbet-ckm7fv 2.bassbet-553bwr 3.bassbet-32ym8i 1.bassbet-gp1rm6 5.bassbet-f594d7.bassbet-gp1rm6 32.bassbet-f902kd.bassbet-wmpjij 5.bassbet-u537am 4.bassbet-nbeb73 9.bassbet-nbeb73 8.bassbet-gp1rm6 6.bassbet-cel92h.bassbet-u52b8u.bassbet-5btnj0.bassbet-kdmxnl.bassbet-waqb25 4.bassbet-2ccysh.bassbet-waqb25 6.bassbet-waqb25 0l29.bassbet-u537am 17.bassbet-hzc7xy.bassbet-dzoe8z 2.bassbet-5z7pfd 10.bassbet-9vw2fe.bassbet-553bwr 8.bassbet-eaf0cf.bassbet-s5juir.bassbet-slcrim.bassbet-f61h8u.bassbet-g3gs6q.bassbet-wmpjij.bassbet-nubfxk.bassbet-553bwr 1.bassbet-jy487i.bassbet-vgap4w.bassbet-2uh2n7.bassbet-d82tm4.bassbet-k9hbh1.bassbet-ckm7fv 1.bassbet-zihjn2.bassbet-ycao8y.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .bassbet-9v9zdo > .bassbet-bcswc3 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .bassbet-9v9zdo > .bassbet-bcswc3 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .bassbet-9v9zdo > .bassbet-bcswc3 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .bassbet-9v9zdo > .bassbet-bcswc3 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .bassbet-9v9zdo > .bassbet-bcswc3 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.bassbet-kno55b.bassbet-hiytsv {
  display: none;
}

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

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

.bassbet-dotftg {
  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;
}

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

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

.bassbet-dotftg img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.bassbet-mm8eek {
  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;
}

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .bassbet-3jndvh {
    top: -20px;
  }
}

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

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

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

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

.bassbet-kno55b.bassbet-npmlzs .bassbet-ordrnc {
  background: #2b3b67;
}

.bassbet-kno55b.bassbet-npmlzs .bassbet-dotftg {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.bassbet-kno55b.bassbet-npmlzs .bassbet-dotftg::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.bassbet-kno55b.bassbet-npmlzs .bassbet-dotftg::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.bassbet-kno55b.bassbet-npmlzs .bassbet-mm8eek::before {
  background: #0e0f41;
}

.bassbet-kno55b.bassbet-npmlzs .bassbet-mm8eek::after {
  background: #152557;
}

.bassbet-kno55b.bassbet-2fxqct .bassbet-ordrnc {
  background: #1f35fa;
}

.bassbet-kno55b.bassbet-2fxqct .bassbet-dotftg {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.bassbet-kno55b.bassbet-2fxqct .bassbet-dotftg::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.bassbet-kno55b.bassbet-2fxqct .bassbet-dotftg::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.bassbet-kno55b.bassbet-2fxqct .bassbet-mm8eek::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.bassbet-kno55b.bassbet-2fxqct .bassbet-mm8eek::after {
  background: #192ac8;
}

.bassbet-kno55b.bassbet-ww4547 .bassbet-ordrnc {
  background: #fa771f;
}

.bassbet-kno55b.bassbet-ww4547 .bassbet-dotftg {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.bassbet-kno55b.bassbet-ww4547 .bassbet-dotftg::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.bassbet-kno55b.bassbet-ww4547 .bassbet-dotftg::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.bassbet-kno55b.bassbet-ww4547 .bassbet-mm8eek::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.bassbet-kno55b.bassbet-ww4547 .bassbet-mm8eek::after {
  background: #fa8535;
}

.bassbet-dgl7gu {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.bassbet-hzmezw {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.bassbet-6bmq9y {
  width: 120px;
  height: 22px;
}

.bassbet-6bmq9y .bassbet-q0csvq {
  fill: #c2c0ce;
}

.bassbet-6bmq9y [rating="1"] .bassbet-q0csvq:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.bassbet-6bmq9y [rating="2"] .bassbet-q0csvq:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.bassbet-6bmq9y [rating="3"] .bassbet-q0csvq:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.bassbet-6bmq9y [rating="4"] .bassbet-q0csvq:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.bassbet-6bmq9y [rating="5"] .bassbet-q0csvq:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.bassbet-439orv {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.bassbet-bu2czb {
  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);
}

.bassbet-bu2czb.bassbet-tp95sq {
  display: block;
}

.bassbet-bu2czb.bassbet-hiytsv {
  display: none;
}

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

.bassbet-yfep0y {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.bassbet-xl330k {
  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);
}

.bassbet-y1kvn9 {
  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;
}

.bassbet-1x8p0x small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.bassbet-0xw4qi {
  font-size: 16px;
  line-height: 140%;
}

.bassbet-af3a4r {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.bassbet-af3a4r .bassbet-q0csvq {
  fill: #c2c0ce;
}

.bassbet-af3a4r [rating="1"] .bassbet-q0csvq:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.bassbet-af3a4r [rating="2"] .bassbet-q0csvq:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.bassbet-af3a4r [rating="3"] .bassbet-q0csvq:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.bassbet-af3a4r [rating="4"] .bassbet-q0csvq:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.bassbet-af3a4r [rating="5"] .bassbet-q0csvq:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.bassbet-38dsql {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .bassbet-38dsql {
    padding: 0 16px;
  }
}

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

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

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

.bassbet-0joz7x img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bassbet-016f7f {
  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;
}

.bassbet-trom2n {
  flex: 1;
  min-width: 0;
}

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

.bassbet-y5z4bl {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.bassbet-y5z4bl svg path {
  fill: var(--button-bg-color);
}

.bassbet-y5z4bl svg circle {
  fill: var(--button-text-color);
}

.bassbet-7ydkra {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.bassbet-7ydkra strong {
  font-weight: 600;
}

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

.bassbet-g6mosi p {
  margin: 0 0 16px;
}

.bassbet-g6mosi p:last-child {
  margin-bottom: 0;
}

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

.bassbet-lkh2rc {
  max-width: 300px;
  width: 100%;
}

.bassbet-lkh2rc a {
  width: 100%;
}

@media (max-width: 575px) {
  .bassbet-lkh2rc {
    max-width: 200px;
  }
}

.bassbet-ap94ug {
  justify-content: center;
}

.bassbet-su85c1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bassbet-p2xyhx {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.bassbet-328pij .bassbet-kgceq8 {
  justify-content: center;
}

/* faq */

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

.bassbet-fh5mdu {
  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.bassbet-ph7yp8 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bassbet-fh5mdu::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.bassbet-ph7yp8 ease;
}

.bassbet-3viq55.bassbet-7oxk9q .bassbet-fh5mdu::after {
  transform: rotate(45deg);
}

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

.bassbet-3viq55.bassbet-7oxk9q .bassbet-tutif5 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.bassbet-9yr3ga {
  margin: 25px 0;
}

.bassbet-xs5ol8 > input:not(:checked) ~ label:hover,
.bassbet-xs5ol8 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bassbet-fr53kj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.bassbet-owtce2 44.bassbet-psb68a.bassbet-vg5kh0.bassbet-2gq96y.bassbet-23srjq.bassbet-e7pe9p.bassbet-1kshhl.bassbet-gqsq59.bassbet-lne98t.bassbet-i239xx.bassbet-ic28r4.bassbet-iahzg4.bassbet-db9s8m 0l-12.bassbet-2ndbd6 30.bassbet-o59d7b.bassbet-26nx4n 2.bassbet-xu3as9.bassbet-26nx4n 3.bassbet-8yc4ip 3.bassbet-qhdnve.bassbet-x1rxm0 3.bassbet-so5d1k.bassbet-5pfjai.bassbet-yhyxn2.bassbet-27480g 7-3.bassbet-2ndbd6 10.bassbet-luzw92.bassbet-27480g 23.bassbet-fzybgs.bassbet-y73e58 1.bassbet-4b9bgu 2.bassbet-2ndbd6 3.bassbet-y73e58 1.bassbet-x1rxm0 5.bassbet-snl6j5.bassbet-x1rxm0 32.bassbet-6xpmzm.bassbet-5pfjai 5.bassbet-db9s8m 4.bassbet-27480g 9.bassbet-27480g 8.bassbet-x1rxm0 6.bassbet-jh5wlk.bassbet-vv3hm3.bassbet-sm422m.bassbet-4lmnif.bassbet-j52oim 4.bassbet-u1jyu4.bassbet-j52oim 6.bassbet-j52oim 0l29.bassbet-db9s8m 17.bassbet-zlcrpu.bassbet-m2cvoc 2.bassbet-dk5jy7 10.bassbet-fikw09.bassbet-2ndbd6 8.bassbet-tgcqiu.bassbet-jdb3bf.bassbet-mu0w68.bassbet-agbtd6.bassbet-zbliy1.bassbet-5pfjai.bassbet-e7pe9p.bassbet-2ndbd6 1.bassbet-3ed9eg.bassbet-2njgfy.bassbet-hs0dt9.bassbet-u2fs6b.bassbet-a6euz2.bassbet-4b9bgu 1.bassbet-2q2duv.bassbet-oqadjt.5z'/%3e%3c/svg%3e");
}

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

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

.bassbet-jow3rp {
  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);
}

.bassbet-jow3rp.bassbet-y4oi3d {
  display: block;
}

.bassbet-jow3rp.bassbet-r0fzy3 {
  display: none;
}

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

.bassbet-xgt2ez {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.bassbet-64d6r9 {
  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);
}

.bassbet-d0wwv5 {
  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;
}

.bassbet-4cwepq small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.bassbet-0d9ben {
  font-size: 16px;
  line-height: 140%;
}

.bassbet-urvg74 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.bassbet-urvg74 .bassbet-paajp0 {
  fill: #c2c0ce;
}

.bassbet-urvg74 [rating="1"] .bassbet-paajp0:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.bassbet-urvg74 [rating="2"] .bassbet-paajp0:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.bassbet-urvg74 [rating="3"] .bassbet-paajp0:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.bassbet-urvg74 [rating="4"] .bassbet-paajp0:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.bassbet-urvg74 [rating="5"] .bassbet-paajp0:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.bassbet-totign 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;
}

.bassbet-totign 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 */

.bassbet-1q04t1 {
  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);
}

.bassbet-1q04t1.bassbet-c65ik5 {
  opacity: 1;
  pointer-events: auto;
}

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

.bassbet-jutzf4 label {
  font-size: 14px;
}

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

.bassbet-u54t76 h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.bassbet-m358ak, .bassbet-yg745p, [class*="review-card"],
thead, thead th, table th, .bassbet-lewlcc,
.bassbet-lm6l14, [class*="collapsible-header"],
.bassbet-3kpw7g, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
.bassbet-zt32cl, .bassbet-zt32cl :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
