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

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

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

.beteum-eow2wr {
  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) {
  .beteum-eow2wr: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;
  }
}

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

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

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

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

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

.beteum-opohly {
  cursor: pointer;
}

.beteum-ehfcqu {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.beteum-dned0u {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.beteum-dned0u figure {
  margin: 0;
}

.beteum-dned0u.beteum-fi7i14 {
  justify-content: flex-start;
  margin-right: 4px;
}

.beteum-dned0u.beteum-ibbxh2 {
  justify-content: flex-end;
  margin-left: 4px;
}

.beteum-dned0u.beteum-q88ghd {
  justify-content: center;
}

.beteum-dned0u.beteum-j3zrep {
  justify-content: normal;
}

.beteum-e90gyd {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.beteum-4ldaef {
  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) {
  .beteum-4ldaef {
    flex-direction: column;
  }
}

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

.beteum-saacmb img {
  width: 100%;
}

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

.beteum-xz5oqr {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.beteum-xz5oqr 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);
}

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

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

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

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

.beteum-xz5oqr ul li:last-of-type::after {
  display: none;
}

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

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

.beteum-c2guoz {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.beteum-rqv2p8.beteum-rrncl2 {
  background-color: #000;
}

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

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

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

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

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

.beteum-kv7mo2 {
  margin-bottom: 94px;
}

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

.beteum-f57rh0 .beteum-8ea4rk {
  margin-bottom: 28px;
}

.beteum-f57rh0 .beteum-8ea4rk img {
  max-height: 100px;
  width: auto;
}

.beteum-ky9zg7 {
  display: flex;
  align-items: center;
}

.beteum-ky9zg7 a + a {
  margin-left: 24px;
}

.beteum-ky9zg7 img {
  max-height: 56px;
  width: auto;
}

.beteum-ky9zg7 img + img {
  margin-left: 24px;
}

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

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

.beteum-ex0ta4 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.beteum-ht5r3g li {
  display: flex;
  margin: 0 7px;
}

.beteum-ht5r3g li svg {
  transition: 0.beteum-uq1ped ease-in-out;
}

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

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

.beteum-q4r76n + .beteum-q4r76n {
  margin-left: 120px;
}

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

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

.beteum-e1tu4e {
  list-style: none;
  margin: 0;
  padding: 0;
}

.beteum-e1tu4e li {
  font-size: 16px;
}

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

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

.beteum-e1tu4e li + li {
  margin-top: 16px;
}

.beteum-vhqahm {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.beteum-kqyvnn ease-in-out;
}

.beteum-vhqahm.beteum-8b67sa {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.beteum-72s8g6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.beteum-k3m29v li {
  width: 100%;
}

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

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

.beteum-k3m29v li a.beteum-8b67sa {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.beteum-36eu1d {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.beteum-36eu1d img {
  width: 100%;
  transition: 0.beteum-uq1ped ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .beteum-jq1qun .beteum-8ea4rk img {
    max-width: 90px;
  }
}

.beteum-8ea4rk img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .beteum-8ea4rk {
    order: -2;
  }
}

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

.beteum-5cizg5 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.beteum-5cizg5 li {
  font-size: 16px;
  margin: 0 20px;
}

.beteum-5cizg5 li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.beteum-bx55ot {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.beteum-bx55ot.beteum-927j2h {
  margin-right: 0;
}

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

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

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

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

.beteum-7ptqc8 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.beteum-7ptqc8:hover > ul {
  display: flex;
}

.beteum-7ptqc8:focus > ul {
  display: flex;
}

.beteum-7ptqc8:focus-within > ul {
  display: flex;
}

.beteum-r418zp {
  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;
}

.beteum-r418zp::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.beteum-kqyvnn ease-in-out;
}

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

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

.beteum-7ptqc8 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.beteum-uq1ped ease-in-out;
  overflow: hidden;
}

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

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

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

.beteum-x9huoo {
  display: none;
}

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

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

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

.beteum-9o29gj {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.beteum-9o29gj img {
  margin-bottom: 20px;
}

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

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

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

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

.beteum-2aerx2 {
  color: var(--text-color);
}

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

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

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

.beteum-k7wig9 p img {
  display: block;
  margin: 0 auto;
}

.beteum-k7wig9 p:first-of-type {
  margin-top: 0;
}

.beteum-k7wig9 p:last-of-type {
  margin-bottom: 0;
}

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

.beteum-k7wig9 ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.beteum-r68dfo .beteum-c1wj88 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.beteum-r68dfo .beteum-qsafrh {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.beteum-qsafrh {
  margin: 0 0 28px;
}

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

.beteum-c1wj88 {
  margin: 0 0 28px;
}

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

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

.beteum-bq6svn .beteum-eow2wr {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.beteum-c1qzet {
  position: relative;
  border: none;
}

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

.beteum-f1mtjt {
  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;
}

.beteum-f1mtjt span {
  height: 32px;
}

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

.beteum-f1mtjt.beteum-3vdgcs span {
  transform: scaleY(-1);
}

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

.beteum-p9bx5b {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.beteum-p9bx5b.beteum-39nqxo {
  display: none;
}

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

.beteum-2pj3h3 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .beteum-2pj3h3 table td {
    min-width: 75px;
  }
}

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

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

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

.beteum-2pj3h3 p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

.beteum-lql3e9 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .beteum-lql3e9 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.beteum-r5sq11 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.beteum-1tqcut p {
  color: var(--text-color);
}

.beteum-w3wbuq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.beteum-iyhi70 {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.beteum-1yv6x4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.beteum-so0fvu p + p {
  margin-top: 10px;
}

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

.beteum-njlv1p {
  display: none;
}

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

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

.beteum-sf52om li {
  margin: 0 20px;
}

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

.beteum-sf52om li a img {
  margin-bottom: 4px;
}

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

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

.beteum-x7ob1x li {
  font-size: 16px;
  position: relative;
}

.beteum-x7ob1x li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.beteum-x7ob1x li span {
  opacity: 0.5;
}

.beteum-x7ob1x li + li {
  margin-left: 30px;
}

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

h2.beteum-fxgmfu {
  margin: 0 0 28px;
}

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

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

.beteum-zgho94 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);
}

.beteum-zgho94 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;
}

.beteum-zgho94 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;
}

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

.beteum-zgho94 tbody tr:last-of-type {
  margin-bottom: 0;
}

.beteum-zgho94 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.beteum-zgho94 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);
}

.beteum-zgho94 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);
}

.beteum-zgho94 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.beteum-zgho94 tbody tr td .beteum-sgfier {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .beteum-zgho94 tbody tr td .beteum-sgfier {
    width: 100%;
  }
}

.beteum-zgho94 tbody tr td .beteum-zerfil {
  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.beteum-uq1ped ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .beteum-zgho94 tbody tr td .beteum-zerfil {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .beteum-zgho94 tbody tr td .beteum-zerfil {
    width: 100%;
  }
}

.beteum-zgho94 tbody tr td .beteum-dmkjy0 {
  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) {
  .beteum-zgho94 tbody tr td .beteum-dmkjy0:hover {
    text-decoration: none;
  }
}

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

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

.beteum-d6699n {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.beteum-ortlp6 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.beteum-uq1ped ease-in-out;
}

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

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

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

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

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

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

.beteum-wlpzea img {
  width: 100%;
  height: 100%;
}

.beteum-wlpzea iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.beteum-caka3t svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.beteum-uq1ped ease-in-out;
}

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

.beteum-svxyvp {
  padding: 90px 0;
}

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

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

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

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

.beteum-vfxric img {
  width: 100%;
}

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

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

.beteum-tutflh {
  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;
}

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

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

.beteum-aker4l {
  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.beteum-uq1ped ease-in-out;
}

.beteum-aker4l:hover {
  border: 1px solid #8c8ca2;
}

.beteum-17nadp {
  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%);
}

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

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

.beteum-8wguxo a {
  text-decoration: underline;
  color: #8babff;
}

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

.beteum-bti51r .beteum-aker4l {
  width: 50%;
  margin: 0;
}

.beteum-kwyk0t {
  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;
}

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

.beteum-2qs35k {
  margin: 0 0 100px;
}

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

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

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

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

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

.beteum-0adqgv {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.beteum-uentx4 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.beteum-uq1ped ease-in-out;
}

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

.beteum-uentx4 a svg {
  fill: #fff;
}

.beteum-uentx4 a:hover {
  background: #3d68e7;
}

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

.beteum-tz6a2t {
  margin-bottom: 16px;
}

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

.beteum-zv5k5k {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.beteum-odir6m 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);
}

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

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

.beteum-odir6m table tr:last-of-type td {
  border-bottom: none;
}

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

.beteum-08wiue {
  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) {
  .beteum-08wiue {
    min-height: 190px;
  }
}

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

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

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

.beteum-ry0e0r.beteum-5kh86j {
  display: none;
}

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

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

.beteum-yk00lu iframe.beteum-xnmrbp {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.beteum-yk00lu.beteum-4iwkkg {
  opacity: 1;
  pointer-events: all;
}

.beteum-v0lylg {
  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.beteum-uq1ped ease-in-out;
}

.beteum-v0lylg svg {
  margin-right: 10px;
}

.beteum-v0lylg + .beteum-v0lylg {
  margin-top: 14px;
}

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

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

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

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

.beteum-ab75vb .beteum-bq6svn {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .beteum-ab75vb .beteum-bq6svn {
    margin: 28px 0 0;
  }
}

.beteum-096hnx {
  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) {
  .beteum-096hnx {
    padding: 0 16px;
  }
}

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

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

.beteum-b24lvx {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.beteum-jcckyo {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.beteum-37sgta {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.beteum-zcyexw .beteum-eow2wr {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .beteum-zcyexw .beteum-eow2wr {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.beteum-fc85vj {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.beteum-fc85vj img {
  width: 100%;
}

.beteum-bwdf47 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.beteum-qdpv8a {
  width: 100%;
  margin: 0 0 100px;
}

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

.beteum-qdpv8a .beteum-265zix {
  position: relative;
}

.beteum-qdpv8a .beteum-gikig8 {
  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;
}

.beteum-qdpv8a .beteum-gikig8.beteum-5kh86j {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .beteum-qdpv8a .beteum-0b4dy8 {
    bottom: 90px;
  }
}

.beteum-qdpv8a .beteum-0b4dy8 .beteum-4j8ovs {
  max-width: 300px;
  width: 100%;
}

.beteum-qdpv8a .beteum-0b4dy8 .beteum-4j8ovs .beteum-ndslkt {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .beteum-qdpv8a .beteum-0b4dy8 .beteum-4j8ovs .beteum-ndslkt {
    font-size: 32px;
    text-align: center;
  }
}

.beteum-qdpv8a .beteum-0b4dy8 .beteum-4j8ovs .beteum-u6ev3q {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .beteum-qdpv8a .beteum-0b4dy8 .beteum-4j8ovs .beteum-u6ev3q {
    text-align: center;
  }
}

.beteum-qdpv8a .beteum-0b4dy8 .beteum-927j2h {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .beteum-qdpv8a .beteum-0b4dy8 .beteum-927j2h {
    flex-direction: column-reverse;
  }
}

.beteum-qdpv8a .beteum-0b4dy8 .beteum-927j2h .beteum-8s8yj4 {
  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.beteum-uq1ped ease-in-out;
}

.beteum-qdpv8a .beteum-0b4dy8 .beteum-927j2h .beteum-8s8yj4:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .beteum-qdpv8a .beteum-0b4dy8 .beteum-927j2h .beteum-8s8yj4 {
    width: 100%;
  }
}

.beteum-qdpv8a .beteum-0b4dy8 .beteum-927j2h .beteum-mvf8a1 {
  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.beteum-uq1ped ease-in-out;
  overflow: hidden;
}

.beteum-qdpv8a .beteum-0b4dy8 .beteum-927j2h .beteum-mvf8a1 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);
  }
}

.beteum-qdpv8a .beteum-0b4dy8 .beteum-927j2h .beteum-mvf8a1: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;
}

.beteum-qdpv8a .beteum-0b4dy8 .beteum-927j2h .beteum-mvf8a1:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .beteum-qdpv8a .beteum-0b4dy8 .beteum-927j2h .beteum-mvf8a1 {
    width: 100%;
  }
}

.beteum-qdpv8a .beteum-0b4dy8.beteum-5kh86j {
  display: none;
}

.beteum-qdpv8a .beteum-skow4w {
  display: none;
}

.beteum-qdpv8a .beteum-skow4w.beteum-4iwkkg {
  display: block;
}

.beteum-qdpv8a .beteum-skow4w iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .beteum-qdpv8a .beteum-skow4w iframe {
    height: calc(100vh - 54px);
  }
}

.beteum-qdpv8a .beteum-5vghqt {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .beteum-qdpv8a .beteum-5vghqt {
    padding: 24px 16px 0;
  }
}

.beteum-qdpv8a .beteum-5vghqt .beteum-ndslkt {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .beteum-qdpv8a .beteum-5vghqt .beteum-ndslkt {
    margin-bottom: 24px;
  }
}

.beteum-qdpv8a .beteum-5vghqt 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);
}

.beteum-qdpv8a .beteum-5vghqt 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) {
  .beteum-qdpv8a .beteum-5vghqt table tr td {
    padding: 12px 4px;
  }
}

.beteum-qdpv8a .beteum-5vghqt 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) {
  .beteum-qdpv8a .beteum-5vghqt table tr th {
    padding: 12px 4px;
  }
}

.beteum-qdpv8a .beteum-5vghqt table tr:last-of-type td {
  border-bottom: none;
}

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

.beteum-6x1vt8.beteum-8b67sa {
  display: block;
}

.beteum-6x1vt8 iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.beteum-6x1vt8 .beteum-7dxdy5 {
  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;
}

.beteum-6x1vt8 .beteum-76l7mo {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.beteum-6x1vt8 .beteum-mvf8a1 {
  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.beteum-uq1ped ease-in-out;
}

.beteum-6x1vt8 .beteum-mvf8a1:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.beteum-r27462.beteum-8b67sa {
  display: block;
}

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

.beteum-1w3508 {
  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;
}

.beteum-1n0c6l {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.beteum-3t8ifb {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.beteum-3t8ifb svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.beteum-vc9ert {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.beteum-r4ni06.beteum-5kh86j {
  display: none;
}

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

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

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

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

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

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

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

.beteum-kn7ij3 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.beteum-kn7ij3 input:active {
  border-color: #c2c0ce;
}

.beteum-kn7ij3 input:focus {
  border-color: #c2c0ce;
}

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

.beteum-unej1m {
  margin-bottom: 36px;
}

.beteum-unej1m 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;
}

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

.beteum-unej1m textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.beteum-5uxm7d {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.beteum-n6wdnu {
  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.beteum-uq1ped ease-in-out;
}

.beteum-n6wdnu:hover {
  background: var(--border-color);
}

.beteum-ttu5xg {
  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.beteum-uq1ped ease-in-out;
}

.beteum-ttu5xg:hover {
  background: #166ad9;
}

.beteum-30quh7 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.beteum-30quh7.beteum-5kh86j {
  display: none;
}

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

.beteum-30quh7 .beteum-n6wdnu {
  margin: 0 auto;
}

.beteum-w6551o {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.beteum-ugwymr {
  filter: grayscale(100%);
}

.beteum-1zmc1y > input {
  display: none;
}

.beteum-1zmc1y > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.beteum-zhw6rt.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.beteum-ge9biw 44.beteum-va9dz5.beteum-e90pgh.beteum-3tfrtl.beteum-p8a883.beteum-csp5t1.beteum-qkonog.beteum-0ska4m.beteum-ypskbj.beteum-0j0usn.beteum-vafidb.beteum-tg3tzw.beteum-9xe9vg 0l-12.beteum-0c113k 30.beteum-mgefmt.beteum-66lc41 2.beteum-ojjp4k.beteum-66lc41 3.beteum-5475dg 3.beteum-pooyhw.beteum-mi3bdh 3.beteum-iytm0h.beteum-nme759.beteum-l94jy6.beteum-v02usf 7-3.beteum-0c113k 10.beteum-hlybb5.beteum-v02usf 23.beteum-0w3f8t.beteum-md3u0x 1.beteum-eu2hng 2.beteum-0c113k 3.beteum-md3u0x 1.beteum-mi3bdh 5.beteum-1rf9ay.beteum-mi3bdh 32.beteum-jhmzlb.beteum-nme759 5.beteum-9xe9vg 4.beteum-v02usf 9.beteum-v02usf 8.beteum-mi3bdh 6.beteum-430pf9.beteum-rrumz3.beteum-ti1ru1.beteum-3vtfsd.beteum-dgku1f 4.beteum-i3nxid.beteum-dgku1f 6.beteum-dgku1f 0l29.beteum-9xe9vg 17.beteum-cb7krc.beteum-fs3v5d 2.beteum-wdjx9u 10.beteum-eea96g.beteum-0c113k 8.beteum-fh15m6.beteum-cka2ru.beteum-95ext2.beteum-vrtgjo.beteum-wpnd9c.beteum-nme759.beteum-csp5t1.beteum-0c113k 1.beteum-xy9q0q.beteum-na255u.beteum-omm0s5.beteum-emjt5f.beteum-61oxzq.beteum-eu2hng 1.beteum-o2o70q.beteum-blw3lw.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.beteum-1zmc1y > input:checked ~ label,
.beteum-1zmc1y > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.beteum-zhw6rt.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.beteum-ge9biw 44.beteum-va9dz5.beteum-e90pgh.beteum-3tfrtl.beteum-p8a883.beteum-csp5t1.beteum-qkonog.beteum-0ska4m.beteum-ypskbj.beteum-0j0usn.beteum-vafidb.beteum-tg3tzw.beteum-9xe9vg 0l-12.beteum-0c113k 30.beteum-mgefmt.beteum-66lc41 2.beteum-ojjp4k.beteum-66lc41 3.beteum-5475dg 3.beteum-pooyhw.beteum-mi3bdh 3.beteum-iytm0h.beteum-nme759.beteum-l94jy6.beteum-v02usf 7-3.beteum-0c113k 10.beteum-hlybb5.beteum-v02usf 23.beteum-0w3f8t.beteum-md3u0x 1.beteum-eu2hng 2.beteum-0c113k 3.beteum-md3u0x 1.beteum-mi3bdh 5.beteum-1rf9ay.beteum-mi3bdh 32.beteum-jhmzlb.beteum-nme759 5.beteum-9xe9vg 4.beteum-v02usf 9.beteum-v02usf 8.beteum-mi3bdh 6.beteum-430pf9.beteum-rrumz3.beteum-ti1ru1.beteum-3vtfsd.beteum-dgku1f 4.beteum-i3nxid.beteum-dgku1f 6.beteum-dgku1f 0l29.beteum-9xe9vg 17.beteum-cb7krc.beteum-fs3v5d 2.beteum-wdjx9u 10.beteum-eea96g.beteum-0c113k 8.beteum-fh15m6.beteum-cka2ru.beteum-95ext2.beteum-vrtgjo.beteum-wpnd9c.beteum-nme759.beteum-csp5t1.beteum-0c113k 1.beteum-xy9q0q.beteum-na255u.beteum-omm0s5.beteum-emjt5f.beteum-61oxzq.beteum-eu2hng 1.beteum-o2o70q.beteum-blw3lw.5z'/%3e%3c/svg%3e");
}

.beteum-1zmc1y > input:not(:checked) ~ label:hover,
.beteum-1zmc1y > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.beteum-zhw6rt.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.beteum-ge9biw 44.beteum-va9dz5.beteum-e90pgh.beteum-3tfrtl.beteum-p8a883.beteum-csp5t1.beteum-qkonog.beteum-0ska4m.beteum-ypskbj.beteum-0j0usn.beteum-vafidb.beteum-tg3tzw.beteum-9xe9vg 0l-12.beteum-0c113k 30.beteum-mgefmt.beteum-66lc41 2.beteum-ojjp4k.beteum-66lc41 3.beteum-5475dg 3.beteum-pooyhw.beteum-mi3bdh 3.beteum-iytm0h.beteum-nme759.beteum-l94jy6.beteum-v02usf 7-3.beteum-0c113k 10.beteum-hlybb5.beteum-v02usf 23.beteum-0w3f8t.beteum-md3u0x 1.beteum-eu2hng 2.beteum-0c113k 3.beteum-md3u0x 1.beteum-mi3bdh 5.beteum-1rf9ay.beteum-mi3bdh 32.beteum-jhmzlb.beteum-nme759 5.beteum-9xe9vg 4.beteum-v02usf 9.beteum-v02usf 8.beteum-mi3bdh 6.beteum-430pf9.beteum-rrumz3.beteum-ti1ru1.beteum-3vtfsd.beteum-dgku1f 4.beteum-i3nxid.beteum-dgku1f 6.beteum-dgku1f 0l29.beteum-9xe9vg 17.beteum-cb7krc.beteum-fs3v5d 2.beteum-wdjx9u 10.beteum-eea96g.beteum-0c113k 8.beteum-fh15m6.beteum-cka2ru.beteum-95ext2.beteum-vrtgjo.beteum-wpnd9c.beteum-nme759.beteum-csp5t1.beteum-0c113k 1.beteum-xy9q0q.beteum-na255u.beteum-omm0s5.beteum-emjt5f.beteum-61oxzq.beteum-eu2hng 1.beteum-o2o70q.beteum-blw3lw.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .beteum-4tkbvj > .beteum-ocvyqu {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .beteum-4tkbvj > .beteum-ocvyqu {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .beteum-4tkbvj > .beteum-ocvyqu {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .beteum-4tkbvj > .beteum-ocvyqu {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .beteum-4tkbvj > .beteum-ocvyqu {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.beteum-8dxmoq {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.beteum-8dxmoq.beteum-5kh86j {
  display: none;
}

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

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

.beteum-sngwe6 {
  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;
}

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

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

.beteum-sngwe6 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.beteum-n46ost {
  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;
}

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

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

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

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

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

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

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

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

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

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

.beteum-8dxmoq.beteum-7z6ipu .beteum-n58wmc {
  background: #2b3b67;
}

.beteum-8dxmoq.beteum-7z6ipu .beteum-sngwe6 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.beteum-8dxmoq.beteum-7z6ipu .beteum-sngwe6::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.beteum-8dxmoq.beteum-7z6ipu .beteum-sngwe6::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.beteum-8dxmoq.beteum-7z6ipu .beteum-n46ost::before {
  background: #0e0f41;
}

.beteum-8dxmoq.beteum-7z6ipu .beteum-n46ost::after {
  background: #152557;
}

.beteum-8dxmoq.beteum-6detjc .beteum-n58wmc {
  background: #1f35fa;
}

.beteum-8dxmoq.beteum-6detjc .beteum-sngwe6 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.beteum-8dxmoq.beteum-6detjc .beteum-sngwe6::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.beteum-8dxmoq.beteum-6detjc .beteum-sngwe6::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.beteum-8dxmoq.beteum-6detjc .beteum-n46ost::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.beteum-8dxmoq.beteum-6detjc .beteum-n46ost::after {
  background: #192ac8;
}

.beteum-8dxmoq.beteum-3jlfip .beteum-n58wmc {
  background: #fa771f;
}

.beteum-8dxmoq.beteum-3jlfip .beteum-sngwe6 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.beteum-8dxmoq.beteum-3jlfip .beteum-sngwe6::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.beteum-8dxmoq.beteum-3jlfip .beteum-sngwe6::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.beteum-8dxmoq.beteum-3jlfip .beteum-n46ost::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.beteum-8dxmoq.beteum-3jlfip .beteum-n46ost::after {
  background: #fa8535;
}

.beteum-ll0tj4 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.beteum-flcj2f {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.beteum-cotxog {
  width: 120px;
  height: 22px;
}

.beteum-cotxog .beteum-jb0698 {
  fill: #c2c0ce;
}

.beteum-cotxog [rating="1"] .beteum-jb0698:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.beteum-cotxog [rating="2"] .beteum-jb0698:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.beteum-cotxog [rating="3"] .beteum-jb0698:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.beteum-cotxog [rating="4"] .beteum-jb0698:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.beteum-cotxog [rating="5"] .beteum-jb0698:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

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

.beteum-h76yyz.beteum-4iwkkg {
  display: block;
}

.beteum-h76yyz.beteum-5kh86j {
  display: none;
}

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

.beteum-ksz0hr {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.beteum-reg1js {
  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);
}

.beteum-14doox {
  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;
}

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

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

.beteum-lsvhho {
  font-size: 16px;
  line-height: 140%;
}

.beteum-vqevop {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.beteum-vqevop .beteum-jb0698 {
  fill: #c2c0ce;
}

.beteum-vqevop [rating="1"] .beteum-jb0698:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.beteum-vqevop [rating="2"] .beteum-jb0698:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.beteum-vqevop [rating="3"] .beteum-jb0698:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.beteum-vqevop [rating="4"] .beteum-jb0698:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.beteum-vqevop [rating="5"] .beteum-jb0698:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.beteum-7jb8uh {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.beteum-1wlffr {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .beteum-1wlffr {
    padding: 0 16px;
  }
}

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

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

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

.beteum-72xvwm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.beteum-urd6q1 {
  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;
}

.beteum-xsyh2w {
  flex: 1;
  min-width: 0;
}

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

.beteum-ivjz4c {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.beteum-ivjz4c svg path {
  fill: var(--button-bg-color);
}

.beteum-ivjz4c svg circle {
  fill: var(--button-text-color);
}

.beteum-19bw28 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.beteum-19bw28 strong {
  font-weight: 600;
}

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

.beteum-xzcswv p {
  margin: 0 0 16px;
}

.beteum-xzcswv p:last-child {
  margin-bottom: 0;
}

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

.beteum-lxf6li {
  max-width: 300px;
  width: 100%;
}

.beteum-lxf6li a {
  width: 100%;
}

@media (max-width: 575px) {
  .beteum-lxf6li {
    max-width: 200px;
  }
}

.beteum-swpqdg {
  justify-content: center;
}

.beteum-mvpw1m {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.beteum-7nzwpb {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.beteum-e5khah .beteum-5cizg5 {
  justify-content: center;
}

/* faq */

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

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

.beteum-nws1hp::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.beteum-hkq8kl ease;
}

.beteum-v8f4hp.beteum-8b67sa .beteum-nws1hp::after {
  transform: rotate(45deg);
}

.beteum-yp48rt {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.beteum-uq1ped ease, padding 0.beteum-uq1ped ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.beteum-v8f4hp.beteum-8b67sa .beteum-yp48rt {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.beteum-trxci4 {
  margin: 25px 0;
}

.beteum-1zmc1y > input:not(:checked) ~ label:hover,
.beteum-1zmc1y > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.beteum-2z7zjf.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.beteum-x79dg7 44.beteum-0di1j5.beteum-pob8yn.beteum-ovub2x.beteum-ujlior.beteum-tveopa.beteum-d47bp1.beteum-1ib1hf.beteum-j6l2tm.beteum-jzqbv1.beteum-8b6ed4.beteum-hwxqoi.beteum-dwuciy 0l-12.beteum-7baqwi 30.beteum-dpspn2.beteum-usq1yp 2.beteum-k43fo7.beteum-usq1yp 3.beteum-61t32p 3.beteum-iqpr9y.beteum-dc070x 3.beteum-m7dz55.beteum-zryt3t.beteum-m9c8xu.beteum-06j6mi 7-3.beteum-7baqwi 10.beteum-k3ac9h.beteum-06j6mi 23.beteum-j20wy4.beteum-xcab14 1.beteum-wxn36p 2.beteum-7baqwi 3.beteum-xcab14 1.beteum-dc070x 5.beteum-b1kkzz.beteum-dc070x 32.beteum-u2vm5u.beteum-zryt3t 5.beteum-dwuciy 4.beteum-06j6mi 9.beteum-06j6mi 8.beteum-dc070x 6.beteum-4z7lwh.beteum-fu28zb.beteum-6ai0zc.beteum-3t68d5.beteum-lwvx9t 4.beteum-u429h1.beteum-lwvx9t 6.beteum-lwvx9t 0l29.beteum-dwuciy 17.beteum-rnmg8l.beteum-4zskg4 2.beteum-spjk6y 10.beteum-p6h239.beteum-7baqwi 8.beteum-i3j0cu.beteum-zeqc9n.beteum-lyzcdq.beteum-qmqbkp.beteum-eivbcj.beteum-zryt3t.beteum-tveopa.beteum-7baqwi 1.beteum-iew3mx.beteum-dskhye.beteum-ibcw2v.beteum-2zlko7.beteum-ysllu3.beteum-wxn36p 1.beteum-5obvms.beteum-0nlmvb.5z'/%3e%3c/svg%3e");
}

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

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

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

.beteum-d9u3js.beteum-ikfbwk {
  display: block;
}

.beteum-d9u3js.beteum-a6jsoa {
  display: none;
}

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

.beteum-co29c8 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.beteum-udktio {
  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);
}

.beteum-uvuocd {
  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;
}

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

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

.beteum-9ef685 {
  font-size: 16px;
  line-height: 140%;
}

.beteum-vcg1ed {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.beteum-vcg1ed .beteum-5kzy34 {
  fill: #c2c0ce;
}

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

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

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

.beteum-vcg1ed [rating="4"] .beteum-5kzy34:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.beteum-vcg1ed [rating="5"] .beteum-5kzy34:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.beteum-zu94pz 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;
}

.beteum-zu94pz button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

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

/* up */

.beteum-23972c {
  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);
}

.beteum-23972c.beteum-3etcbx {
  opacity: 1;
  pointer-events: auto;
}
