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

.betory-8vbp8e {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.betory-mkn5cg {
  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) {
  .betory-mkn5cg: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;
  }
}

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

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

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

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

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

.betory-yduu2s {
  cursor: pointer;
}

.betory-l2udz4 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.betory-fd49in {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.betory-fd49in figure {
  margin: 0;
}

.betory-fd49in.betory-qsw8gx {
  justify-content: flex-start;
  margin-right: 4px;
}

.betory-fd49in.betory-2cxew7 {
  justify-content: flex-end;
  margin-left: 4px;
}

.betory-fd49in.betory-eqoxvt {
  justify-content: center;
}

.betory-fd49in.betory-le8419 {
  justify-content: normal;
}

.betory-hi9ksc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.betory-257ugr img {
  width: 100%;
}

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

.betory-3hl2ji {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.betory-3hl2ji 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) {
  .betory-3hl2ji ul {
    margin-bottom: 15px;
  }
}

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

.betory-3hl2ji 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);
}

.betory-3hl2ji ul li span svg {
  fill: var(--title-color);
}

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

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

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

.betory-3hl2ji ul li:last-of-type::after {
  display: none;
}

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

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

.betory-5h4un3 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .betory-1xzxf0 {
    height: 50px;
  }
}

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

.betory-1xzxf0.betory-gt5n5c {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .betory-1xzxf0.betory-gt5n5c:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.betory-le2fjx {
  padding: 80px 0 0;
  background: var(--footer-bg-color, var(--fh-bg-color));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

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

.betory-3q69fm {
  margin-bottom: 94px;
}

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

.betory-2f5eb0 .betory-ojurq2 {
  margin-bottom: 28px;
}

.betory-2f5eb0 .betory-ojurq2 img {
  max-height: 100px;
  width: auto;
}

.betory-96c2qe {
  display: flex;
  align-items: center;
}

.betory-96c2qe a + a {
  margin-left: 24px;
}

.betory-96c2qe img {
  max-height: 56px;
  width: auto;
}

.betory-96c2qe img + img {
  margin-left: 24px;
}

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

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

.betory-o874ah {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .betory-1w459o {
    flex-wrap: wrap;
  }
}

.betory-1w459o li {
  display: flex;
  margin: 0 7px;
}

.betory-1w459o li svg {
  transition: 0.betory-n6a0st ease-in-out;
}

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

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

.betory-l8p4vj + .betory-l8p4vj {
  margin-left: 120px;
}

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

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

.betory-91ejqy {
  list-style: none;
  margin: 0;
  padding: 0;
}

.betory-91ejqy li {
  font-size: 16px;
}

.betory-91ejqy li a {
  color: var(--footer-text-color);
  text-decoration: none;
}

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

.betory-91ejqy li + li {
  margin-top: 16px;
}

.betory-u2jrbe {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.betory-ywe94w ease-in-out;
}

.betory-u2jrbe.betory-9mnq9a {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.betory-gcta3l {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.betory-m8fmkn li {
  width: 100%;
}

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

.betory-m8fmkn li a svg {
  fill: var(--button-text-color);
}

.betory-m8fmkn li a.betory-9mnq9a {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.betory-2p3soh {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.betory-2p3soh img {
  width: 100%;
  transition: 0.betory-n6a0st ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .betory-kuj5j4 .betory-ojurq2 img {
    max-width: 90px;
  }
}

.betory-ojurq2 img {
  max-height: 50px;
  width: auto;
}

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

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

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

.betory-szgas9 li {
  font-size: 16px;
  margin: 0 20px;
}

.betory-szgas9 li a {
  color: var(--header-text-color, var(--menu-color));
  text-decoration: none;
}

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

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

.betory-7xhe3c {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.betory-7xhe3c.betory-dhulig {
  margin-right: 0;
}

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

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

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

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

.betory-86fcud {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.betory-86fcud:hover > ul {
  display: flex;
}

.betory-86fcud:focus > ul {
  display: flex;
}

.betory-86fcud:focus-within > ul {
  display: flex;
}

.betory-1e34qz {
  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;
}

.betory-1e34qz::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.betory-ywe94w ease-in-out;
}

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

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

.betory-86fcud 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.betory-n6a0st ease-in-out;
  overflow: hidden;
}

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

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

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

.betory-yflgww {
  display: none;
}

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

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

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

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

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

.betory-rvnuhf img {
  margin-bottom: 20px;
}

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

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

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

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

.betory-v0yf0w {
  color: var(--text-color);
}

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

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

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

.betory-k01woj p img {
  display: block;
  margin: 0 auto;
}

.betory-k01woj p:first-of-type {
  margin-top: 0;
}

.betory-k01woj p:last-of-type {
  margin-bottom: 0;
}

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

.betory-k01woj ul {
  padding: 0 0 0 20px;
}

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

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

.betory-k01woj table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
  background: var(--table-head-bg-color, var(--fh-bg-color));
}

@media only screen and (max-width: 767px) {
  .betory-k01woj table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

.betory-wqd258 .betory-wopspj {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.betory-wqd258 .betory-5ghsg8 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.betory-5ghsg8 {
  margin: 0 0 28px;
}

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

.betory-wopspj {
  margin: 0 0 28px;
}

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

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

.betory-l2yxc4 .betory-mkn5cg {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.betory-a0tt2x {
  position: relative;
  border: none;
}

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

.betory-c879be {
  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;
}

.betory-c879be span {
  height: 32px;
}

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

.betory-c879be.betory-q81u2w span {
  transform: scaleY(-1);
}

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

.betory-sstwe1 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.betory-sstwe1.betory-ab2nnq {
  display: none;
}

.betory-ycpguu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.betory-ycpguu table {
  width: 100%;
  border-collapse: collapse;
}

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

  .betory-ycpguu table td {
    min-width: 75px;
  }
}

.betory-ycpguu table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
  background: var(--table-head-bg-color, var(--fh-bg-color));
}

@media only screen and (max-width: 767px) {
  .betory-ycpguu table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

.betory-ua5ohw {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--table-head-bg-color, var(--fh-bg-color));
  color: var(--table-head-text-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) {
  .betory-ua5ohw {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.betory-usz99u {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.betory-we8326 p {
  color: var(--text-color);
}

.betory-0vq371 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.betory-eaa5q5 {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--card-bg-color, var(--fh-bg-color));
  color: var(--card-text-color, var(--text-color));
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.betory-9vylgy {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.betory-apkzo4 h3 {
  position: relative;
  color: var(--card-text-color, var(--title-color));
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

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

.betory-apkzo4 p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--card-text-color, var(--text-color));
}

.betory-apkzo4 p + p {
  margin-top: 10px;
}

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

.betory-5vvq52 {
  display: none;
}

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

.betory-2bkput {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.betory-2bkput li {
  margin: 0 20px;
}

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

.betory-2bkput li a img {
  margin-bottom: 4px;
}

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

.betory-3l181c {
  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) {
  .betory-3l181c {
    padding: 0 16px;
  }
}

.betory-3l181c li {
  font-size: 16px;
  position: relative;
}

.betory-3l181c li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.betory-3l181c li span {
  opacity: 0.5;
}

.betory-3l181c li + li {
  margin-left: 30px;
}

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

h2.betory-apok5i {
  margin: 0 0 28px;
}

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

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

.betory-pxwb8r 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);
}

.betory-pxwb8r 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;
}

.betory-pxwb8r 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;
}

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

.betory-pxwb8r tbody tr:last-of-type {
  margin-bottom: 0;
}

.betory-pxwb8r tbody tr td:first-of-type {
  flex-shrink: 0;
}

.betory-pxwb8r 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);
}

.betory-pxwb8r 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);
}

.betory-pxwb8r tbody tr td:last-of-type {
  margin-left: auto;
}

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

.betory-pxwb8r tbody tr td .betory-yw7ux3 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .betory-pxwb8r tbody tr td .betory-yw7ux3 {
    width: 100%;
  }
}

.betory-pxwb8r tbody tr td .betory-oyk68m {
  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.betory-n6a0st ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .betory-pxwb8r tbody tr td .betory-oyk68m:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .betory-pxwb8r tbody tr td .betory-oyk68m {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .betory-pxwb8r tbody tr td .betory-oyk68m {
    width: 100%;
  }
}

.betory-pxwb8r tbody tr td .betory-ywmkzi {
  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) {
  .betory-pxwb8r tbody tr td .betory-ywmkzi:hover {
    text-decoration: none;
  }
}

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

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

.betory-qsh36y {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.betory-j493zc img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.betory-n6a0st ease-in-out;
}

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

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

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

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

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

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

.betory-zebhwc img {
  width: 100%;
  height: 100%;
}

.betory-zebhwc iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.betory-j0u96v svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.betory-n6a0st ease-in-out;
}

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

.betory-u8god1 {
  padding: 90px 0;
}

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

.betory-2c68w0 {
  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) {
  .betory-2c68w0 {
    padding: 0 16px;
  }
}

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

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

.betory-uxqklr img {
  width: 100%;
}

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

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

.betory-fs1wvw {
  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;
}

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

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

.betory-20d2ay {
  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.betory-n6a0st ease-in-out;
}

.betory-20d2ay:hover {
  border: 1px solid #8c8ca2;
}

.betory-tr58gj {
  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%);
}

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

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

.betory-7exi5u a {
  text-decoration: underline;
  color: #8babff;
}

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

.betory-amljzn .betory-20d2ay {
  width: 50%;
  margin: 0;
}

.betory-m8pi6z {
  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;
}

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

.betory-y1u19n {
  margin: 0 0 100px;
}

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

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

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

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

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

.betory-d3u82i {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.betory-lmcxb0 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.betory-n6a0st ease-in-out;
}

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

.betory-lmcxb0 a svg {
  fill: #fff;
}

.betory-lmcxb0 a:hover {
  background: #3d68e7;
}

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

.betory-yx9n15 {
  margin-bottom: 16px;
}

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

.betory-0eaxfs {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.betory-nrug8q 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);
}

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

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

.betory-nrug8q table tr:last-of-type td {
  border-bottom: none;
}

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

.betory-1apo5l {
  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) {
  .betory-1apo5l {
    min-height: 190px;
  }
}

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

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

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

.betory-j8uhmu.betory-tocizd {
  display: none;
}

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

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

.betory-0n42uy iframe.betory-4xvv7l {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.betory-0n42uy.betory-dey7fp {
  opacity: 1;
  pointer-events: all;
}

.betory-rru5fo {
  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.betory-n6a0st ease-in-out;
}

.betory-rru5fo svg {
  margin-right: 10px;
}

.betory-rru5fo + .betory-rru5fo {
  margin-top: 14px;
}

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

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

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

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

.betory-g6nrlj .betory-l2yxc4 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .betory-g6nrlj .betory-l2yxc4 {
    margin: 28px 0 0;
  }
}

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

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

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

.betory-2xhj03 {
  max-width: 545px;
  width: 100%;
}

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

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

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

.betory-1vaz5b iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.betory-iaxzio {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.betory-er680w {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.betory-a4v7kr .betory-mkn5cg {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .betory-a4v7kr .betory-mkn5cg {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.betory-p9mtfa {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.betory-p9mtfa img {
  width: 100%;
}

.betory-4j3ake {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.betory-gch7lj {
  width: 100%;
  margin: 0 0 100px;
}

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

.betory-gch7lj .betory-exo592 {
  position: relative;
}

.betory-gch7lj .betory-2da7o8 {
  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;
}

.betory-gch7lj .betory-2da7o8.betory-tocizd {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .betory-gch7lj .betory-w8edww {
    bottom: 90px;
  }
}

.betory-gch7lj .betory-w8edww .betory-prk9hw {
  max-width: 300px;
  width: 100%;
}

.betory-gch7lj .betory-w8edww .betory-prk9hw .betory-jf6art {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .betory-gch7lj .betory-w8edww .betory-prk9hw .betory-jf6art {
    font-size: 32px;
    text-align: center;
  }
}

.betory-gch7lj .betory-w8edww .betory-prk9hw .betory-y357pp {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .betory-gch7lj .betory-w8edww .betory-prk9hw .betory-y357pp {
    text-align: center;
  }
}

.betory-gch7lj .betory-w8edww .betory-dhulig {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .betory-gch7lj .betory-w8edww .betory-dhulig {
    flex-direction: column-reverse;
  }
}

.betory-gch7lj .betory-w8edww .betory-dhulig .betory-bgvnr0 {
  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.betory-n6a0st ease-in-out;
}

.betory-gch7lj .betory-w8edww .betory-dhulig .betory-bgvnr0:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .betory-gch7lj .betory-w8edww .betory-dhulig .betory-bgvnr0 {
    width: 100%;
  }
}

.betory-gch7lj .betory-w8edww .betory-dhulig .betory-0aqk80 {
  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.betory-n6a0st ease-in-out;
  overflow: hidden;
}

.betory-gch7lj .betory-w8edww .betory-dhulig .betory-0aqk80 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);
  }
}

.betory-gch7lj .betory-w8edww .betory-dhulig .betory-0aqk80: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;
}

.betory-gch7lj .betory-w8edww .betory-dhulig .betory-0aqk80:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .betory-gch7lj .betory-w8edww .betory-dhulig .betory-0aqk80 {
    width: 100%;
  }
}

.betory-gch7lj .betory-w8edww.betory-tocizd {
  display: none;
}

.betory-gch7lj .betory-h02bi7 {
  display: none;
}

.betory-gch7lj .betory-h02bi7.betory-dey7fp {
  display: block;
}

.betory-gch7lj .betory-h02bi7 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .betory-gch7lj .betory-h02bi7 iframe {
    height: calc(100vh - 54px);
  }
}

.betory-gch7lj .betory-blg1to {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .betory-gch7lj .betory-blg1to {
    padding: 24px 16px 0;
  }
}

.betory-gch7lj .betory-blg1to .betory-jf6art {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .betory-gch7lj .betory-blg1to .betory-jf6art {
    margin-bottom: 24px;
  }
}

.betory-gch7lj .betory-blg1to 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);
}

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

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

.betory-gch7lj .betory-blg1to table tr:last-of-type td {
  border-bottom: none;
}

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

.betory-9b035x.betory-9mnq9a {
  display: block;
}

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

.betory-9b035x .betory-z04c4v {
  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;
}

.betory-9b035x .betory-539sf1 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.betory-9b035x .betory-0aqk80 {
  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.betory-n6a0st ease-in-out;
}

.betory-9b035x .betory-0aqk80:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.betory-csvqzn.betory-9mnq9a {
  display: block;
}

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

.betory-j43uia {
  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;
}

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

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

.betory-vn3ay7 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.betory-vn3ay7 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.betory-zxgvvz {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.betory-7hjq8n.betory-tocizd {
  display: none;
}

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

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

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

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

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

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

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

.betory-wgbtju input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.betory-wgbtju input:active {
  border-color: #c2c0ce;
}

.betory-wgbtju input:focus {
  border-color: #c2c0ce;
}

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

.betory-zsywqo {
  margin-bottom: 36px;
}

.betory-zsywqo 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;
}

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

.betory-zsywqo textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.betory-9k5oqj {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.betory-j3hbr8 {
  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.betory-n6a0st ease-in-out;
}

.betory-j3hbr8:hover {
  background: var(--border-color);
}

.betory-s8do2x {
  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.betory-n6a0st ease-in-out;
}

.betory-s8do2x:hover {
  background: #166ad9;
}

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

.betory-n1dfpb.betory-tocizd {
  display: none;
}

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

.betory-n1dfpb .betory-j3hbr8 {
  margin: 0 auto;
}

.betory-7rkfpm {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.betory-bbgq9r {
  filter: grayscale(100%);
}

.betory-8wi0g3 > input {
  display: none;
}

.betory-8wi0g3 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.betory-sysa05.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.betory-l6acg9 44.betory-vc9vnd.betory-rz34zz.betory-xa49wy.betory-yx22fv.betory-g6qg2w.betory-qp6t1f.betory-uqfsq8.betory-rqbdld.betory-exo9mi.betory-ttl1du.betory-n672sf.betory-uwe7cp 0l-12.betory-w7kohi 30.betory-91jehy.betory-119bs9 2.betory-iyxc04.betory-119bs9 3.betory-5ff0dk 3.betory-osiam7.betory-75uj8d 3.betory-ja9gfk.betory-oqp7ks.betory-yzp1b0.betory-1sr94n 7-3.betory-w7kohi 10.betory-nmk7d0.betory-1sr94n 23.betory-pjuizc.betory-oq7yef 1.betory-662917 2.betory-w7kohi 3.betory-oq7yef 1.betory-75uj8d 5.betory-o0wwwm.betory-75uj8d 32.betory-t2i560.betory-oqp7ks 5.betory-uwe7cp 4.betory-1sr94n 9.betory-1sr94n 8.betory-75uj8d 6.betory-cdnjve.betory-xpaib3.betory-ndntyb.betory-ljvzau.betory-vmt709 4.betory-t72r4p.betory-vmt709 6.betory-vmt709 0l29.betory-uwe7cp 17.betory-nsso3w.betory-0zo7mb 2.betory-p5901v 10.betory-ryh12v.betory-w7kohi 8.betory-i6n9i8.betory-xnymw3.betory-lgkwp1.betory-70xfrn.betory-qog0q4.betory-oqp7ks.betory-g6qg2w.betory-w7kohi 1.betory-kf4c63.betory-e8hh67.betory-f7cilb.betory-vu3vvr.betory-zdljch.betory-662917 1.betory-2974hw.betory-72zxwp.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.betory-8wi0g3 > input:checked ~ label,
.betory-8wi0g3 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.betory-sysa05.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.betory-l6acg9 44.betory-vc9vnd.betory-rz34zz.betory-xa49wy.betory-yx22fv.betory-g6qg2w.betory-qp6t1f.betory-uqfsq8.betory-rqbdld.betory-exo9mi.betory-ttl1du.betory-n672sf.betory-uwe7cp 0l-12.betory-w7kohi 30.betory-91jehy.betory-119bs9 2.betory-iyxc04.betory-119bs9 3.betory-5ff0dk 3.betory-osiam7.betory-75uj8d 3.betory-ja9gfk.betory-oqp7ks.betory-yzp1b0.betory-1sr94n 7-3.betory-w7kohi 10.betory-nmk7d0.betory-1sr94n 23.betory-pjuizc.betory-oq7yef 1.betory-662917 2.betory-w7kohi 3.betory-oq7yef 1.betory-75uj8d 5.betory-o0wwwm.betory-75uj8d 32.betory-t2i560.betory-oqp7ks 5.betory-uwe7cp 4.betory-1sr94n 9.betory-1sr94n 8.betory-75uj8d 6.betory-cdnjve.betory-xpaib3.betory-ndntyb.betory-ljvzau.betory-vmt709 4.betory-t72r4p.betory-vmt709 6.betory-vmt709 0l29.betory-uwe7cp 17.betory-nsso3w.betory-0zo7mb 2.betory-p5901v 10.betory-ryh12v.betory-w7kohi 8.betory-i6n9i8.betory-xnymw3.betory-lgkwp1.betory-70xfrn.betory-qog0q4.betory-oqp7ks.betory-g6qg2w.betory-w7kohi 1.betory-kf4c63.betory-e8hh67.betory-f7cilb.betory-vu3vvr.betory-zdljch.betory-662917 1.betory-2974hw.betory-72zxwp.5z'/%3e%3c/svg%3e");
}

.betory-8wi0g3 > input:not(:checked) ~ label:hover,
.betory-8wi0g3 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.betory-sysa05.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.betory-l6acg9 44.betory-vc9vnd.betory-rz34zz.betory-xa49wy.betory-yx22fv.betory-g6qg2w.betory-qp6t1f.betory-uqfsq8.betory-rqbdld.betory-exo9mi.betory-ttl1du.betory-n672sf.betory-uwe7cp 0l-12.betory-w7kohi 30.betory-91jehy.betory-119bs9 2.betory-iyxc04.betory-119bs9 3.betory-5ff0dk 3.betory-osiam7.betory-75uj8d 3.betory-ja9gfk.betory-oqp7ks.betory-yzp1b0.betory-1sr94n 7-3.betory-w7kohi 10.betory-nmk7d0.betory-1sr94n 23.betory-pjuizc.betory-oq7yef 1.betory-662917 2.betory-w7kohi 3.betory-oq7yef 1.betory-75uj8d 5.betory-o0wwwm.betory-75uj8d 32.betory-t2i560.betory-oqp7ks 5.betory-uwe7cp 4.betory-1sr94n 9.betory-1sr94n 8.betory-75uj8d 6.betory-cdnjve.betory-xpaib3.betory-ndntyb.betory-ljvzau.betory-vmt709 4.betory-t72r4p.betory-vmt709 6.betory-vmt709 0l29.betory-uwe7cp 17.betory-nsso3w.betory-0zo7mb 2.betory-p5901v 10.betory-ryh12v.betory-w7kohi 8.betory-i6n9i8.betory-xnymw3.betory-lgkwp1.betory-70xfrn.betory-qog0q4.betory-oqp7ks.betory-g6qg2w.betory-w7kohi 1.betory-kf4c63.betory-e8hh67.betory-f7cilb.betory-vu3vvr.betory-zdljch.betory-662917 1.betory-2974hw.betory-72zxwp.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .betory-pydapq > .betory-lxu6qw {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .betory-pydapq > .betory-lxu6qw {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .betory-pydapq > .betory-lxu6qw {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .betory-pydapq > .betory-lxu6qw {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .betory-pydapq > .betory-lxu6qw {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.betory-ml4622.betory-tocizd {
  display: none;
}

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

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

.betory-iyuqa7 {
  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;
}

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

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

.betory-iyuqa7 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.betory-e8c9li {
  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;
}

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

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

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

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

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

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

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

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

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

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

.betory-ml4622.betory-u6xv2e .betory-jdkclc {
  background: #2b3b67;
}

.betory-ml4622.betory-u6xv2e .betory-iyuqa7 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.betory-ml4622.betory-u6xv2e .betory-iyuqa7::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.betory-ml4622.betory-u6xv2e .betory-iyuqa7::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.betory-ml4622.betory-u6xv2e .betory-e8c9li::before {
  background: #0e0f41;
}

.betory-ml4622.betory-u6xv2e .betory-e8c9li::after {
  background: #152557;
}

.betory-ml4622.betory-1olain .betory-jdkclc {
  background: #1f35fa;
}

.betory-ml4622.betory-1olain .betory-iyuqa7 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.betory-ml4622.betory-1olain .betory-iyuqa7::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.betory-ml4622.betory-1olain .betory-iyuqa7::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.betory-ml4622.betory-1olain .betory-e8c9li::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.betory-ml4622.betory-1olain .betory-e8c9li::after {
  background: #192ac8;
}

.betory-ml4622.betory-63ouip .betory-jdkclc {
  background: #fa771f;
}

.betory-ml4622.betory-63ouip .betory-iyuqa7 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.betory-ml4622.betory-63ouip .betory-iyuqa7::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.betory-ml4622.betory-63ouip .betory-iyuqa7::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.betory-ml4622.betory-63ouip .betory-e8c9li::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.betory-ml4622.betory-63ouip .betory-e8c9li::after {
  background: #fa8535;
}

.betory-56sd1b {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.betory-x4spxk {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.betory-9xg6vw {
  width: 120px;
  height: 22px;
}

.betory-9xg6vw .betory-trzd8v {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.betory-p4ussg {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--card-bg-color, var(--fh-bg-color));
}

.betory-p4ussg.betory-dey7fp {
  display: block;
}

.betory-p4ussg.betory-tocizd {
  display: none;
}

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

.betory-864x7a {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.betory-ukl5mg {
  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);
}

.betory-ag3xau {
  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;
}

.betory-axl9hv small {
  font-size: 14px;
  display: block;
  color: var(--card-text-color, var(--text-color));
}

.betory-axl9hv span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--card-text-color, var(--text-color));
}

.betory-0rkji3 {
  font-size: 16px;
  line-height: 140%;
}

.betory-8nuc4c {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.betory-8nuc4c .betory-trzd8v {
  fill: #c2c0ce;
}

.betory-8nuc4c [rating="1"] .betory-trzd8v:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.betory-8nuc4c [rating="2"] .betory-trzd8v:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.betory-8nuc4c [rating="3"] .betory-trzd8v:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.betory-8nuc4c [rating="4"] .betory-trzd8v:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.betory-8nuc4c [rating="5"] .betory-trzd8v:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.betory-up1mze {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.betory-4gx824 {
  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) {
  .betory-4gx824 {
    padding: 12px;
    gap: 12px;
  }
}

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

.betory-vnew4j img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.betory-ysjvp5 {
  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;
}

.betory-bxm0ml {
  flex: 1;
  min-width: 0;
}

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

.betory-x3ykcc {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.betory-x3ykcc svg path {
  fill: var(--button-bg-color);
}

.betory-x3ykcc svg circle {
  fill: var(--button-text-color);
}

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

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

.betory-zfmjk7 strong {
  font-weight: 600;
}

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

.betory-vuyoxs p {
  margin: 0 0 16px;
}

.betory-vuyoxs p:last-child {
  margin-bottom: 0;
}

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

.betory-hnras9 {
  max-width: 300px;
  width: 100%;
}

.betory-hnras9 a {
  width: 100%;
}

@media (max-width: 575px) {
  .betory-hnras9 {
    max-width: 200px;
  }
}

.betory-a70510 {
  justify-content: center;
}

.betory-r14unf {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.betory-uauf6y {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.betory-2tm6jx .betory-szgas9 {
  justify-content: center;
}

/* faq */

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

.betory-kda0xk {
  color: var(--card-text-color, var(--text-color));
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--card-bg-color, var(--table-1-color));
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.betory-o3e3f2 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.betory-kda0xk::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.betory-o3e3f2 ease;
}

.betory-j1uctv.betory-9mnq9a .betory-kda0xk::after {
  transform: rotate(45deg);
}

.betory-bmv1be {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.betory-n6a0st ease, padding 0.betory-n6a0st ease;
  padding: 0 20px;
  background: var(--card-bg-color, var(--table-2-color));
}

.betory-j1uctv.betory-9mnq9a .betory-bmv1be {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.betory-73xp8v {
  margin: 25px 0;
}

.betory-8wi0g3 > input:not(:checked) ~ label:hover,
.betory-8wi0g3 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.betory-hl9f0a.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.betory-1sc97w 44.betory-2i20wv.betory-fcg00e.betory-l3ae97.betory-md2g9s.betory-15zssb.betory-7oybr9.betory-u9um8x.betory-idi0t8.betory-bybflw.betory-7eh1hl.betory-w8ix9y.betory-0omrkl 0l-12.betory-wnwlnu 30.betory-gsikrd.betory-xd8d5x 2.betory-l912h4.betory-xd8d5x 3.betory-8223n0 3.betory-tn1c7r.betory-x9uwck 3.betory-9qr277.betory-zh3j8j.betory-ccp5ey.betory-yu11bk 7-3.betory-wnwlnu 10.betory-0fyk21.betory-yu11bk 23.betory-61j8y7.betory-iwfdqj 1.betory-i3htjk 2.betory-wnwlnu 3.betory-iwfdqj 1.betory-x9uwck 5.betory-pwd07h.betory-x9uwck 32.betory-h26htd.betory-zh3j8j 5.betory-0omrkl 4.betory-yu11bk 9.betory-yu11bk 8.betory-x9uwck 6.betory-q31b3y.betory-6ahqge.betory-7vhhi7.betory-ab7kh0.betory-1s50n5 4.betory-deumm8.betory-1s50n5 6.betory-1s50n5 0l29.betory-0omrkl 17.betory-r0wl8l.betory-dt3ltn 2.betory-hzzicq 10.betory-0qfjge.betory-wnwlnu 8.betory-w0hnci.betory-r3m7x0.betory-v694ff.betory-mdf408.betory-nesnx1.betory-zh3j8j.betory-15zssb.betory-wnwlnu 1.betory-foyy3n.betory-q4vn73.betory-lg6hs2.betory-1qknp8.betory-xztayn.betory-i3htjk 1.betory-g21xvb.betory-jcj3cg.5z'/%3e%3c/svg%3e");
}

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

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

.betory-13nxuq {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--card-bg-color, var(--fh-bg-color));
}

.betory-13nxuq.betory-y3v2iy {
  display: block;
}

.betory-13nxuq.betory-v2021m {
  display: none;
}

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

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

.betory-zw6ln9 {
  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);
}

.betory-6tw0i3 {
  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;
}

.betory-3rurqm small {
  font-size: 14px;
  display: block;
  color: var(--card-text-color, var(--text-color));
}

.betory-3rurqm span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--card-text-color, var(--text-color));
}

.betory-7nrq5w {
  font-size: 16px;
  line-height: 140%;
}

.betory-0swsfn {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.betory-0swsfn .betory-e1rd6i {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.betory-bnspu3 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;
}

.betory-bnspu3 button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.betory-y50pl7 {
  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);
}

.betory-y50pl7.betory-2eqkr8 {
  opacity: 1;
  pointer-events: auto;
}

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

.betory-dlv3hd label {
  font-size: 14px;
}

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

.betory-lly3gw h2 {
  color: green;
  font-weight: 500;
}

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

/* h2->p SEO fix */
.betory-gcta3l #h2_0 { color: var(--title-color); }

/* hide-empty-content-table: hide the Casino Review section when {{TABLE}} produced no table (empty slot) */
.betory-we8326:not(:has(table)) { display: none; }

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.betory-v5muof, .betory-c808ao, [class*="review-card"],
thead, thead th, table th, .betory-xzu20d,
.betory-5l02pl, [class*="collapsible-header"],
.betory-0vq371, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v7 (social icons) */
.betory-1w459o img, .betory-zecml9 img { filter: invert(1); }
