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

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

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

.rtbet-opuggh {
  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) {
  .rtbet-opuggh: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;
  }
}

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

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

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

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

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

.rtbet-f84pc7 {
  cursor: pointer;
}

.rtbet-dfc8wb {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.rtbet-nqdeky {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rtbet-nqdeky figure {
  margin: 0;
}

.rtbet-nqdeky.rtbet-rt2qjg {
  justify-content: flex-start;
  margin-right: 4px;
}

.rtbet-nqdeky.rtbet-lpq99o {
  justify-content: flex-end;
  margin-left: 4px;
}

.rtbet-nqdeky.rtbet-kmqtuo {
  justify-content: center;
}

.rtbet-nqdeky.rtbet-5dy4c2 {
  justify-content: normal;
}

.rtbet-gkedxb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.rtbet-6eodwd img {
  width: 100%;
}

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

.rtbet-6a6ohn {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.rtbet-6a6ohn 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) {
  .rtbet-6a6ohn ul {
    margin-bottom: 15px;
  }
}

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

.rtbet-6a6ohn 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);
}

.rtbet-6a6ohn ul li span svg {
  fill: var(--title-color);
}

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

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

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

.rtbet-6a6ohn ul li:last-of-type::after {
  display: none;
}

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

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

.rtbet-jeie5o {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.rtbet-qacdwk.rtbet-oisb99 {
  background-color: #000;
}

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

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

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

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

.rtbet-eveno7 {
  margin-bottom: 94px;
}

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

.rtbet-ag7wuk .rtbet-66rogh {
  margin-bottom: 28px;
}

.rtbet-ag7wuk .rtbet-66rogh img {
  max-height: 100px;
  width: auto;
}

.rtbet-s2n2oz {
  display: flex;
  align-items: center;
}

.rtbet-s2n2oz a + a {
  margin-left: 24px;
}

.rtbet-s2n2oz img {
  max-height: 56px;
  width: auto;
}

.rtbet-s2n2oz img + img {
  margin-left: 24px;
}

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

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

.rtbet-2uofr2 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.rtbet-igpfpt li {
  display: flex;
  margin: 0 7px;
}

.rtbet-igpfpt li svg {
  transition: 0.rtbet-9kpd5o ease-in-out;
}

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

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

.rtbet-gf2cph + .rtbet-gf2cph {
  margin-left: 120px;
}

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

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

.rtbet-iju4kn {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rtbet-iju4kn li {
  font-size: 16px;
}

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

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

.rtbet-iju4kn li + li {
  margin-top: 16px;
}

.rtbet-w51l1z {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.rtbet-ighquu ease-in-out;
}

.rtbet-w51l1z.rtbet-phwlu0 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.rtbet-wuterq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.rtbet-2j2hip li {
  width: 100%;
}

.rtbet-2j2hip 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.rtbet-9kpd5o ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

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

.rtbet-2j2hip li a.rtbet-phwlu0 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.rtbet-04p3zr {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.rtbet-04p3zr img {
  width: 100%;
  transition: 0.rtbet-9kpd5o ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .rtbet-p6pi4z .rtbet-66rogh img {
    max-width: 90px;
  }
}

.rtbet-66rogh img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .rtbet-66rogh {
    order: -2;
  }
}

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

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

.rtbet-w8ndyt li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.rtbet-la0c7e {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.rtbet-la0c7e.rtbet-j44nne {
  margin-right: 0;
}

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

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

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

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

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

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

.rtbet-rsqnof:hover > ul {
  display: flex;
}

.rtbet-rsqnof:focus > ul {
  display: flex;
}

.rtbet-rsqnof:focus-within > ul {
  display: flex;
}

.rtbet-001hmj {
  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;
}

.rtbet-001hmj::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.rtbet-ighquu ease-in-out;
}

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

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

.rtbet-rsqnof 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.rtbet-9kpd5o ease-in-out;
  overflow: hidden;
}

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

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

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

.rtbet-g6ne25 {
  display: none;
}

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

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

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

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

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

.rtbet-c830vu img {
  margin-bottom: 20px;
}

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

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

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

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

.rtbet-ray1wa {
  color: var(--text-color);
}

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

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

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

.rtbet-sbmqta p img {
  display: block;
  margin: 0 auto;
}

.rtbet-sbmqta p:first-of-type {
  margin-top: 0;
}

.rtbet-sbmqta p:last-of-type {
  margin-bottom: 0;
}

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

.rtbet-sbmqta ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rtbet-tax2o7 .rtbet-9kowep {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.rtbet-tax2o7 .rtbet-oop934 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.rtbet-oop934 {
  margin: 0 0 28px;
}

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

.rtbet-9kowep {
  margin: 0 0 28px;
}

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

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

.rtbet-jlkg8i .rtbet-opuggh {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.rtbet-hot3oj {
  position: relative;
  border: none;
}

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

.rtbet-i0yjtp {
  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;
}

.rtbet-i0yjtp span {
  height: 32px;
}

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

.rtbet-i0yjtp.rtbet-unvpsz span {
  transform: scaleY(-1);
}

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

.rtbet-h1vfxz {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.rtbet-h1vfxz li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.rtbet-9kpd5o ease-in-out;
}

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

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

.rtbet-h1vfxz.rtbet-7ajx3e {
  display: none;
}

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

.rtbet-3wkhji table {
  width: 100%;
  border-collapse: collapse;
}

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

  .rtbet-3wkhji table td {
    min-width: 75px;
  }
}

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

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

.rtbet-3wkhji p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.rtbet-rmvley {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.rtbet-bw5ocx p {
  color: var(--text-color);
}

.rtbet-peum1z {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.rtbet-0hcz2p {
  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);
}

.rtbet-99ss4s {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.rtbet-d47g9w p + p {
  margin-top: 10px;
}

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

.rtbet-kiyutk {
  display: none;
}

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

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

.rtbet-fpbf4s li {
  margin: 0 20px;
}

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

.rtbet-fpbf4s li a img {
  margin-bottom: 4px;
}

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

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

.rtbet-cdwmq2 li {
  font-size: 16px;
  position: relative;
}

.rtbet-cdwmq2 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.rtbet-cdwmq2 li span {
  opacity: 0.5;
}

.rtbet-cdwmq2 li + li {
  margin-left: 30px;
}

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

h2.rtbet-9ohj8j {
  margin: 0 0 28px;
}

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

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

.rtbet-l5hwtu 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);
}

.rtbet-l5hwtu 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;
}

.rtbet-l5hwtu 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;
}

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

.rtbet-l5hwtu tbody tr:last-of-type {
  margin-bottom: 0;
}

.rtbet-l5hwtu tbody tr td:first-of-type {
  flex-shrink: 0;
}

.rtbet-l5hwtu 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);
}

.rtbet-l5hwtu 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);
}

.rtbet-l5hwtu tbody tr td:last-of-type {
  margin-left: auto;
}

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

.rtbet-l5hwtu tbody tr td .rtbet-4jymgb {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .rtbet-l5hwtu tbody tr td .rtbet-4jymgb {
    width: 100%;
  }
}

.rtbet-l5hwtu tbody tr td .rtbet-915ja1 {
  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.rtbet-9kpd5o ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .rtbet-l5hwtu tbody tr td .rtbet-915ja1:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .rtbet-l5hwtu tbody tr td .rtbet-915ja1 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .rtbet-l5hwtu tbody tr td .rtbet-915ja1 {
    width: 100%;
  }
}

.rtbet-l5hwtu tbody tr td .rtbet-v0vai8 {
  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) {
  .rtbet-l5hwtu tbody tr td .rtbet-v0vai8:hover {
    text-decoration: none;
  }
}

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

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

.rtbet-yj6yhr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.rtbet-b1587k img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.rtbet-9kpd5o ease-in-out;
}

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

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

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

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

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

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

.rtbet-qcil3c img {
  width: 100%;
  height: 100%;
}

.rtbet-qcil3c iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.rtbet-g3xdbl svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.rtbet-9kpd5o ease-in-out;
}

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

.rtbet-5z7gb8 {
  padding: 90px 0;
}

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

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

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

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

.rtbet-k1kntj img {
  width: 100%;
}

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

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

.rtbet-s0zlz8 {
  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;
}

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

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

.rtbet-mp3g5j {
  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.rtbet-9kpd5o ease-in-out;
}

.rtbet-mp3g5j:hover {
  border: 1px solid #8c8ca2;
}

.rtbet-yixqjv {
  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%);
}

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

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

.rtbet-tts6a1 a {
  text-decoration: underline;
  color: #8babff;
}

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

.rtbet-lt9cdq .rtbet-mp3g5j {
  width: 50%;
  margin: 0;
}

.rtbet-d7ijad {
  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;
}

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

.rtbet-pfw3h2 {
  margin: 0 0 100px;
}

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

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

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

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

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

.rtbet-8s2ncl {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.rtbet-2s5y3q 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.rtbet-9kpd5o ease-in-out;
}

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

.rtbet-2s5y3q a svg {
  fill: #fff;
}

.rtbet-2s5y3q a:hover {
  background: #3d68e7;
}

.rtbet-3ogi27 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.rtbet-zmr8ms {
  margin-bottom: 16px;
}

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

.rtbet-ytlxul {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

.rtbet-82rccy {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.rtbet-hipbyk 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);
}

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

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

.rtbet-hipbyk table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

.rtbet-40zc3v {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.rtbet-40zc3v.rtbet-uffcoo {
  display: none;
}

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

.rtbet-9rjorm iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rtbet-9rjorm iframe.rtbet-q1iif3 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.rtbet-9rjorm.rtbet-c086j4 {
  opacity: 1;
  pointer-events: all;
}

.rtbet-2jgvat {
  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.rtbet-9kpd5o ease-in-out;
}

.rtbet-2jgvat svg {
  margin-right: 10px;
}

.rtbet-2jgvat + .rtbet-2jgvat {
  margin-top: 14px;
}

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

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

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

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

.rtbet-g8emc6 .rtbet-jlkg8i {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .rtbet-g8emc6 .rtbet-jlkg8i {
    margin: 28px 0 0;
  }
}

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

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

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

.rtbet-qj9d44 {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.rtbet-i8vqxy {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.rtbet-n75jlg {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .rtbet-3qv2hs {
    padding: 10px;
  }
}

.rtbet-3qv2hs .rtbet-opuggh {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .rtbet-3qv2hs .rtbet-opuggh {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .rtbet-3qv2hs {
    flex-wrap: wrap;
  }
}

.rtbet-7x4584 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.rtbet-7x4584 img {
  width: 100%;
}

.rtbet-xfntzl {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.rtbet-uhy961 {
  width: 100%;
  margin: 0 0 100px;
}

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

.rtbet-uhy961 .rtbet-zmql2a {
  position: relative;
}

.rtbet-uhy961 .rtbet-m6ok00 {
  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;
}

.rtbet-uhy961 .rtbet-m6ok00.rtbet-uffcoo {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .rtbet-uhy961 .rtbet-55fqpm {
    bottom: 90px;
  }
}

.rtbet-uhy961 .rtbet-55fqpm .rtbet-il8xwn {
  max-width: 300px;
  width: 100%;
}

.rtbet-uhy961 .rtbet-55fqpm .rtbet-il8xwn .rtbet-16f4xt {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .rtbet-uhy961 .rtbet-55fqpm .rtbet-il8xwn .rtbet-16f4xt {
    font-size: 32px;
    text-align: center;
  }
}

.rtbet-uhy961 .rtbet-55fqpm .rtbet-il8xwn .rtbet-pwbcfk {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .rtbet-uhy961 .rtbet-55fqpm .rtbet-il8xwn .rtbet-pwbcfk {
    text-align: center;
  }
}

.rtbet-uhy961 .rtbet-55fqpm .rtbet-j44nne {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .rtbet-uhy961 .rtbet-55fqpm .rtbet-j44nne {
    flex-direction: column-reverse;
  }
}

.rtbet-uhy961 .rtbet-55fqpm .rtbet-j44nne .rtbet-loogrw {
  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.rtbet-9kpd5o ease-in-out;
}

.rtbet-uhy961 .rtbet-55fqpm .rtbet-j44nne .rtbet-loogrw:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .rtbet-uhy961 .rtbet-55fqpm .rtbet-j44nne .rtbet-loogrw {
    width: 100%;
  }
}

.rtbet-uhy961 .rtbet-55fqpm .rtbet-j44nne .rtbet-hm9hzu {
  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.rtbet-9kpd5o ease-in-out;
  overflow: hidden;
}

.rtbet-uhy961 .rtbet-55fqpm .rtbet-j44nne .rtbet-hm9hzu 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);
  }
}

.rtbet-uhy961 .rtbet-55fqpm .rtbet-j44nne .rtbet-hm9hzu: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;
}

.rtbet-uhy961 .rtbet-55fqpm .rtbet-j44nne .rtbet-hm9hzu:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .rtbet-uhy961 .rtbet-55fqpm .rtbet-j44nne .rtbet-hm9hzu {
    width: 100%;
  }
}

.rtbet-uhy961 .rtbet-55fqpm.rtbet-uffcoo {
  display: none;
}

.rtbet-uhy961 .rtbet-vvufjm {
  display: none;
}

.rtbet-uhy961 .rtbet-vvufjm.rtbet-c086j4 {
  display: block;
}

.rtbet-uhy961 .rtbet-vvufjm iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .rtbet-uhy961 .rtbet-vvufjm iframe {
    height: calc(100vh - 54px);
  }
}

.rtbet-uhy961 .rtbet-cg0az2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .rtbet-uhy961 .rtbet-cg0az2 {
    padding: 24px 16px 0;
  }
}

.rtbet-uhy961 .rtbet-cg0az2 .rtbet-16f4xt {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .rtbet-uhy961 .rtbet-cg0az2 .rtbet-16f4xt {
    margin-bottom: 24px;
  }
}

.rtbet-uhy961 .rtbet-cg0az2 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);
}

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

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

.rtbet-uhy961 .rtbet-cg0az2 table tr:last-of-type td {
  border-bottom: none;
}

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

.rtbet-m9musu.rtbet-phwlu0 {
  display: block;
}

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

.rtbet-m9musu .rtbet-rq2nij {
  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;
}

.rtbet-m9musu .rtbet-txho40 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.rtbet-m9musu .rtbet-hm9hzu {
  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.rtbet-9kpd5o ease-in-out;
}

.rtbet-m9musu .rtbet-hm9hzu:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.rtbet-44sows.rtbet-phwlu0 {
  display: block;
}

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

.rtbet-cqmuno {
  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;
}

.rtbet-0e1zm0 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.rtbet-0cc7b1 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.rtbet-0cc7b1 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.rtbet-c6ifup {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rtbet-nhh78z.rtbet-uffcoo {
  display: none;
}

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

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

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

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

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

.rtbet-srhbdk 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.rtbet-9kpd5o ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.rtbet-srhbdk input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.rtbet-srhbdk input:active {
  border-color: #c2c0ce;
}

.rtbet-srhbdk input:focus {
  border-color: #c2c0ce;
}

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

.rtbet-c69vv0 {
  margin-bottom: 36px;
}

.rtbet-c69vv0 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;
}

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

.rtbet-c69vv0 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.rtbet-qs1n01 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.rtbet-mp60qf {
  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.rtbet-9kpd5o ease-in-out;
}

.rtbet-mp60qf:hover {
  background: var(--border-color);
}

.rtbet-9w63hq {
  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.rtbet-9kpd5o ease-in-out;
}

.rtbet-9w63hq:hover {
  background: #166ad9;
}

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

.rtbet-an1emt.rtbet-uffcoo {
  display: none;
}

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

.rtbet-an1emt .rtbet-mp60qf {
  margin: 0 auto;
}

.rtbet-q556r0 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.rtbet-fqfx2p {
  filter: grayscale(100%);
}

.rtbet-mu8s12 > input {
  display: none;
}

.rtbet-mu8s12 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.rtbet-75chgw.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.rtbet-jqrm77 44.rtbet-xa934q.rtbet-d07onc.rtbet-tyfeuj.rtbet-at6ofr.rtbet-ewcol7.rtbet-yiq9p2.rtbet-ixclyw.rtbet-u2767l.rtbet-lo61y8.rtbet-gg8pcc.rtbet-69eznd.rtbet-a4tivp 0l-12.rtbet-9bmqtz 30.rtbet-to7ce6.rtbet-8dxfgc 2.rtbet-ehv4m7.rtbet-8dxfgc 3.rtbet-ky9p5u 3.rtbet-5l6885.rtbet-4rhusm 3.rtbet-wd82te.rtbet-t3ath4.rtbet-licl85.rtbet-emdlgk 7-3.rtbet-9bmqtz 10.rtbet-cl4uou.rtbet-emdlgk 23.rtbet-cajmd2.rtbet-1lipa5 1.rtbet-hxx46q 2.rtbet-9bmqtz 3.rtbet-1lipa5 1.rtbet-4rhusm 5.rtbet-k7bzk5.rtbet-4rhusm 32.rtbet-7nqx0u.rtbet-t3ath4 5.rtbet-a4tivp 4.rtbet-emdlgk 9.rtbet-emdlgk 8.rtbet-4rhusm 6.rtbet-l2wtcu.rtbet-3q9wm9.rtbet-96pwze.rtbet-k91s14.rtbet-b36nto 4.rtbet-9p8ntc.rtbet-b36nto 6.rtbet-b36nto 0l29.rtbet-a4tivp 17.rtbet-wg8u1j.rtbet-daayy5 2.rtbet-f3wp7m 10.rtbet-dja1qi.rtbet-9bmqtz 8.rtbet-ufs3aq.rtbet-1bj4te.rtbet-vyo6qn.rtbet-6v8pl9.rtbet-lyqpif.rtbet-t3ath4.rtbet-ewcol7.rtbet-9bmqtz 1.rtbet-bpx74v.rtbet-zxpea8.rtbet-3z3uir.rtbet-b8unbf.rtbet-274yr0.rtbet-hxx46q 1.rtbet-ckctfv.rtbet-w450au.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.rtbet-mu8s12 > input:checked ~ label,
.rtbet-mu8s12 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.rtbet-75chgw.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.rtbet-jqrm77 44.rtbet-xa934q.rtbet-d07onc.rtbet-tyfeuj.rtbet-at6ofr.rtbet-ewcol7.rtbet-yiq9p2.rtbet-ixclyw.rtbet-u2767l.rtbet-lo61y8.rtbet-gg8pcc.rtbet-69eznd.rtbet-a4tivp 0l-12.rtbet-9bmqtz 30.rtbet-to7ce6.rtbet-8dxfgc 2.rtbet-ehv4m7.rtbet-8dxfgc 3.rtbet-ky9p5u 3.rtbet-5l6885.rtbet-4rhusm 3.rtbet-wd82te.rtbet-t3ath4.rtbet-licl85.rtbet-emdlgk 7-3.rtbet-9bmqtz 10.rtbet-cl4uou.rtbet-emdlgk 23.rtbet-cajmd2.rtbet-1lipa5 1.rtbet-hxx46q 2.rtbet-9bmqtz 3.rtbet-1lipa5 1.rtbet-4rhusm 5.rtbet-k7bzk5.rtbet-4rhusm 32.rtbet-7nqx0u.rtbet-t3ath4 5.rtbet-a4tivp 4.rtbet-emdlgk 9.rtbet-emdlgk 8.rtbet-4rhusm 6.rtbet-l2wtcu.rtbet-3q9wm9.rtbet-96pwze.rtbet-k91s14.rtbet-b36nto 4.rtbet-9p8ntc.rtbet-b36nto 6.rtbet-b36nto 0l29.rtbet-a4tivp 17.rtbet-wg8u1j.rtbet-daayy5 2.rtbet-f3wp7m 10.rtbet-dja1qi.rtbet-9bmqtz 8.rtbet-ufs3aq.rtbet-1bj4te.rtbet-vyo6qn.rtbet-6v8pl9.rtbet-lyqpif.rtbet-t3ath4.rtbet-ewcol7.rtbet-9bmqtz 1.rtbet-bpx74v.rtbet-zxpea8.rtbet-3z3uir.rtbet-b8unbf.rtbet-274yr0.rtbet-hxx46q 1.rtbet-ckctfv.rtbet-w450au.5z'/%3e%3c/svg%3e");
}

.rtbet-mu8s12 > input:not(:checked) ~ label:hover,
.rtbet-mu8s12 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.rtbet-75chgw.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.rtbet-jqrm77 44.rtbet-xa934q.rtbet-d07onc.rtbet-tyfeuj.rtbet-at6ofr.rtbet-ewcol7.rtbet-yiq9p2.rtbet-ixclyw.rtbet-u2767l.rtbet-lo61y8.rtbet-gg8pcc.rtbet-69eznd.rtbet-a4tivp 0l-12.rtbet-9bmqtz 30.rtbet-to7ce6.rtbet-8dxfgc 2.rtbet-ehv4m7.rtbet-8dxfgc 3.rtbet-ky9p5u 3.rtbet-5l6885.rtbet-4rhusm 3.rtbet-wd82te.rtbet-t3ath4.rtbet-licl85.rtbet-emdlgk 7-3.rtbet-9bmqtz 10.rtbet-cl4uou.rtbet-emdlgk 23.rtbet-cajmd2.rtbet-1lipa5 1.rtbet-hxx46q 2.rtbet-9bmqtz 3.rtbet-1lipa5 1.rtbet-4rhusm 5.rtbet-k7bzk5.rtbet-4rhusm 32.rtbet-7nqx0u.rtbet-t3ath4 5.rtbet-a4tivp 4.rtbet-emdlgk 9.rtbet-emdlgk 8.rtbet-4rhusm 6.rtbet-l2wtcu.rtbet-3q9wm9.rtbet-96pwze.rtbet-k91s14.rtbet-b36nto 4.rtbet-9p8ntc.rtbet-b36nto 6.rtbet-b36nto 0l29.rtbet-a4tivp 17.rtbet-wg8u1j.rtbet-daayy5 2.rtbet-f3wp7m 10.rtbet-dja1qi.rtbet-9bmqtz 8.rtbet-ufs3aq.rtbet-1bj4te.rtbet-vyo6qn.rtbet-6v8pl9.rtbet-lyqpif.rtbet-t3ath4.rtbet-ewcol7.rtbet-9bmqtz 1.rtbet-bpx74v.rtbet-zxpea8.rtbet-3z3uir.rtbet-b8unbf.rtbet-274yr0.rtbet-hxx46q 1.rtbet-ckctfv.rtbet-w450au.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .rtbet-3zqfmk > .rtbet-6oe3ye {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .rtbet-3zqfmk > .rtbet-6oe3ye {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .rtbet-3zqfmk > .rtbet-6oe3ye {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .rtbet-3zqfmk > .rtbet-6oe3ye {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .rtbet-3zqfmk > .rtbet-6oe3ye {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.rtbet-pjoh0z.rtbet-uffcoo {
  display: none;
}

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

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

.rtbet-hr5364 {
  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;
}

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

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

.rtbet-hr5364 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.rtbet-zzdd5r {
  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;
}

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

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

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

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

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

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

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

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

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

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

.rtbet-pjoh0z.rtbet-ea3bax .rtbet-boe21y {
  background: #2b3b67;
}

.rtbet-pjoh0z.rtbet-ea3bax .rtbet-hr5364 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.rtbet-pjoh0z.rtbet-ea3bax .rtbet-hr5364::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.rtbet-pjoh0z.rtbet-ea3bax .rtbet-hr5364::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.rtbet-pjoh0z.rtbet-ea3bax .rtbet-zzdd5r::before {
  background: #0e0f41;
}

.rtbet-pjoh0z.rtbet-ea3bax .rtbet-zzdd5r::after {
  background: #152557;
}

.rtbet-pjoh0z.rtbet-qafzqe .rtbet-boe21y {
  background: #1f35fa;
}

.rtbet-pjoh0z.rtbet-qafzqe .rtbet-hr5364 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.rtbet-pjoh0z.rtbet-qafzqe .rtbet-hr5364::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.rtbet-pjoh0z.rtbet-qafzqe .rtbet-hr5364::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.rtbet-pjoh0z.rtbet-qafzqe .rtbet-zzdd5r::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.rtbet-pjoh0z.rtbet-qafzqe .rtbet-zzdd5r::after {
  background: #192ac8;
}

.rtbet-pjoh0z.rtbet-1uz59j .rtbet-boe21y {
  background: #fa771f;
}

.rtbet-pjoh0z.rtbet-1uz59j .rtbet-hr5364 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.rtbet-pjoh0z.rtbet-1uz59j .rtbet-hr5364::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.rtbet-pjoh0z.rtbet-1uz59j .rtbet-hr5364::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.rtbet-pjoh0z.rtbet-1uz59j .rtbet-zzdd5r::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.rtbet-pjoh0z.rtbet-1uz59j .rtbet-zzdd5r::after {
  background: #fa8535;
}

.rtbet-308kqp {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.rtbet-xampfb {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.rtbet-hh0ezw {
  width: 120px;
  height: 22px;
}

.rtbet-hh0ezw .rtbet-5vgp1p {
  fill: #c2c0ce;
}

.rtbet-hh0ezw [rating="1"] .rtbet-5vgp1p:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.rtbet-hh0ezw [rating="2"] .rtbet-5vgp1p:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.rtbet-hh0ezw [rating="3"] .rtbet-5vgp1p:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.rtbet-hh0ezw [rating="4"] .rtbet-5vgp1p:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.rtbet-hh0ezw [rating="5"] .rtbet-5vgp1p:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.rtbet-xbtpfi {
  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);
}

.rtbet-xbtpfi.rtbet-c086j4 {
  display: block;
}

.rtbet-xbtpfi.rtbet-uffcoo {
  display: none;
}

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

.rtbet-wa5740 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.rtbet-bwxb8s {
  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);
}

.rtbet-icq9ui {
  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;
}

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

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

.rtbet-dgolkd {
  font-size: 16px;
  line-height: 140%;
}

.rtbet-wruzus {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.rtbet-wruzus .rtbet-5vgp1p {
  fill: #c2c0ce;
}

.rtbet-wruzus [rating="1"] .rtbet-5vgp1p:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.rtbet-wruzus [rating="2"] .rtbet-5vgp1p:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.rtbet-wruzus [rating="3"] .rtbet-5vgp1p:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.rtbet-wruzus [rating="4"] .rtbet-5vgp1p:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.rtbet-wruzus [rating="5"] .rtbet-5vgp1p:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.rtbet-3y7uf0 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.rtbet-h3d6t3 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.rtbet-82zys0 {
  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) {
  .rtbet-82zys0 {
    padding: 12px;
    gap: 12px;
  }
}

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

.rtbet-zn3qnv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rtbet-vbyw7e {
  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;
}

.rtbet-3e313m {
  flex: 1;
  min-width: 0;
}

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

.rtbet-z0z5vw {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.rtbet-z0z5vw svg path {
  fill: var(--button-bg-color);
}

.rtbet-z0z5vw svg circle {
  fill: var(--button-text-color);
}

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

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

.rtbet-spatqt strong {
  font-weight: 600;
}

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

.rtbet-hf02rn p {
  margin: 0 0 16px;
}

.rtbet-hf02rn p:last-child {
  margin-bottom: 0;
}

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

.rtbet-dijq63 {
  max-width: 300px;
  width: 100%;
}

.rtbet-dijq63 a {
  width: 100%;
}

@media (max-width: 575px) {
  .rtbet-dijq63 {
    max-width: 200px;
  }
}

.rtbet-ex5s2l {
  justify-content: center;
}

.rtbet-glbx8h {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rtbet-dtb715 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.rtbet-1hsc91 .rtbet-w8ndyt {
  justify-content: center;
}

/* faq */

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

.rtbet-lq1pgj {
  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.rtbet-fwrzvy ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rtbet-lq1pgj::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.rtbet-fwrzvy ease;
}

.rtbet-js7r9l.rtbet-phwlu0 .rtbet-lq1pgj::after {
  transform: rotate(45deg);
}

.rtbet-1yvomk {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.rtbet-9kpd5o ease, padding 0.rtbet-9kpd5o ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.rtbet-js7r9l.rtbet-phwlu0 .rtbet-1yvomk {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.rtbet-84c3b2 {
  margin: 25px 0;
}

.rtbet-mu8s12 > input:not(:checked) ~ label:hover,
.rtbet-mu8s12 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.rtbet-pj6kyf.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.rtbet-2lonb4 44.rtbet-83l6jo.rtbet-mjfg74.rtbet-lvhe36.rtbet-1htsbi.rtbet-l64h0v.rtbet-cmoedb.rtbet-79vbdo.rtbet-ibrxtz.rtbet-0ktivk.rtbet-2azwfq.rtbet-4gh36g.rtbet-zvdi87 0l-12.rtbet-fao0mv 30.rtbet-tx86o3.rtbet-fnwi8o 2.rtbet-yo9ch6.rtbet-fnwi8o 3.rtbet-q32h37 3.rtbet-q7k6f5.rtbet-7072ok 3.rtbet-gg6i7g.rtbet-7qxvtp.rtbet-fwwkvd.rtbet-2qw7mh 7-3.rtbet-fao0mv 10.rtbet-gtzqev.rtbet-2qw7mh 23.rtbet-6m61lf.rtbet-w2658a 1.rtbet-20xhr8 2.rtbet-fao0mv 3.rtbet-w2658a 1.rtbet-7072ok 5.rtbet-36uev9.rtbet-7072ok 32.rtbet-xe5m0m.rtbet-7qxvtp 5.rtbet-zvdi87 4.rtbet-2qw7mh 9.rtbet-2qw7mh 8.rtbet-7072ok 6.rtbet-njukeb.rtbet-lzssd3.rtbet-ut8xle.rtbet-i8q9wz.rtbet-lw9bkk 4.rtbet-jbtg0f.rtbet-lw9bkk 6.rtbet-lw9bkk 0l29.rtbet-zvdi87 17.rtbet-th3edu.rtbet-7oesiv 2.rtbet-3xi015 10.rtbet-0h4dnv.rtbet-fao0mv 8.rtbet-yjqi6u.rtbet-tlymz4.rtbet-0vdfvv.rtbet-z3lnoe.rtbet-na16uh.rtbet-7qxvtp.rtbet-l64h0v.rtbet-fao0mv 1.rtbet-ce2l8l.rtbet-u55emn.rtbet-0gkrc9.rtbet-nlcuma.rtbet-7n0zj2.rtbet-20xhr8 1.rtbet-rr6oej.rtbet-g26m8y.5z'/%3e%3c/svg%3e");
}

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

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

.rtbet-f4u2kq {
  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);
}

.rtbet-f4u2kq.rtbet-lhtiev {
  display: block;
}

.rtbet-f4u2kq.rtbet-36lmn3 {
  display: none;
}

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

.rtbet-axwtxv {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.rtbet-5gyv3s {
  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);
}

.rtbet-a4ojwf {
  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;
}

.rtbet-6kddd5 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.rtbet-nbqems {
  font-size: 16px;
  line-height: 140%;
}

.rtbet-lega3r {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.rtbet-lega3r .rtbet-wi6vyr {
  fill: #c2c0ce;
}

.rtbet-lega3r [rating="1"] .rtbet-wi6vyr:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.rtbet-lega3r [rating="2"] .rtbet-wi6vyr:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.rtbet-lega3r [rating="3"] .rtbet-wi6vyr:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.rtbet-lega3r [rating="4"] .rtbet-wi6vyr:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.rtbet-lega3r [rating="5"] .rtbet-wi6vyr:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.rtbet-0gbap4 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;
}

.rtbet-0gbap4 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 */

.rtbet-69u8js {
  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);
}

.rtbet-69u8js.rtbet-lrfpa1 {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.rtbet-8c3kex {
  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;
}

.rtbet-8c3kex label {
  font-size: 14px;
}

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

.rtbet-rashak h2 {
  color: green;
  font-weight: 500;
}

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