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

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

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

.slotuna-f4zere {
  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) {
  .slotuna-f4zere: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;
  }
}

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

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

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

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

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

.slotuna-6pkjok {
  cursor: pointer;
}

.slotuna-a5dqyg {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.slotuna-yqu9pa {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.slotuna-yqu9pa figure {
  margin: 0;
}

.slotuna-yqu9pa.slotuna-wkp08a {
  justify-content: flex-start;
  margin-right: 4px;
}

.slotuna-yqu9pa.slotuna-6aio5l {
  justify-content: flex-end;
  margin-left: 4px;
}

.slotuna-yqu9pa.slotuna-55lrag {
  justify-content: center;
}

.slotuna-yqu9pa.slotuna-2fcw43 {
  justify-content: normal;
}

.slotuna-s8v36c {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.slotuna-qy46k4 img {
  width: 100%;
}

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

.slotuna-6bg305 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.slotuna-6bg305 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);
}

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

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

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

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

.slotuna-6bg305 ul li:last-of-type::after {
  display: none;
}

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

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

.slotuna-uo1abc {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.slotuna-m6qvkt.slotuna-g1k3hm {
  background-color: #000;
}

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

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

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

.slotuna-02nyvo {
  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) {
  .slotuna-02nyvo {
    flex-direction: column;
  }
}

.slotuna-hm1m45 {
  margin-bottom: 94px;
}

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

.slotuna-qyfq2e .slotuna-7bv4hu {
  margin-bottom: 28px;
}

.slotuna-qyfq2e .slotuna-7bv4hu img {
  max-height: 100px;
  width: auto;
}

.slotuna-324rhp {
  display: flex;
  align-items: center;
}

.slotuna-324rhp a + a {
  margin-left: 24px;
}

.slotuna-324rhp img {
  max-height: 56px;
  width: auto;
}

.slotuna-324rhp img + img {
  margin-left: 24px;
}

.slotuna-8vfi8s {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.slotuna-ev3w1z {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .slotuna-4li81s {
    flex-wrap: wrap;
  }
}

.slotuna-4li81s li {
  display: flex;
  margin: 0 7px;
}

.slotuna-4li81s li svg {
  transition: 0.slotuna-noh4ob ease-in-out;
}

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

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

.slotuna-zknjgv + .slotuna-zknjgv {
  margin-left: 120px;
}

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

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

.slotuna-d8i6vo {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slotuna-d8i6vo li {
  font-size: 16px;
}

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

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

.slotuna-d8i6vo li + li {
  margin-top: 16px;
}

.slotuna-8svd1q {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.slotuna-tor0b6 ease-in-out;
}

.slotuna-8svd1q.slotuna-x4v6i6 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.slotuna-yrql1d {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.slotuna-qkbfmi li {
  width: 100%;
}

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

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

.slotuna-qkbfmi li a.slotuna-x4v6i6 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.slotuna-92c051 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.slotuna-92c051 img {
  width: 100%;
  transition: 0.slotuna-noh4ob ease-in-out;
}

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

.slotuna-6neglx {
  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) {
  .slotuna-6neglx {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .slotuna-wkfpux .slotuna-7bv4hu img {
    max-width: 90px;
  }
}

.slotuna-7bv4hu img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .slotuna-7bv4hu {
    order: -2;
  }
}

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

.slotuna-7mnr28 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slotuna-7mnr28 li {
  font-size: 16px;
  margin: 0 20px;
}

.slotuna-7mnr28 li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.slotuna-psjy49 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.slotuna-psjy49.slotuna-ld4b28 {
  margin-right: 0;
}

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

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

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

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

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

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

.slotuna-sezgbu:hover > ul {
  display: flex;
}

.slotuna-sezgbu:focus > ul {
  display: flex;
}

.slotuna-sezgbu:focus-within > ul {
  display: flex;
}

.slotuna-f7l2g5 {
  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;
}

.slotuna-f7l2g5::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.slotuna-tor0b6 ease-in-out;
}

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

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

.slotuna-sezgbu 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.slotuna-noh4ob ease-in-out;
  overflow: hidden;
}

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

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

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

.slotuna-1hnwt8 {
  display: none;
}

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

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

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

.slotuna-7a4zi3 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.slotuna-7a4zi3 img {
  margin-bottom: 20px;
}

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

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

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

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

.slotuna-ewl7p3 {
  color: var(--text-color);
}

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

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

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

.slotuna-p2t67q p img {
  display: block;
  margin: 0 auto;
}

.slotuna-p2t67q p:first-of-type {
  margin-top: 0;
}

.slotuna-p2t67q p:last-of-type {
  margin-bottom: 0;
}

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

.slotuna-p2t67q ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.slotuna-ftiefz .slotuna-tl23b0 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.slotuna-ftiefz .slotuna-n81ra5 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.slotuna-n81ra5 {
  margin: 0 0 28px;
}

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

.slotuna-tl23b0 {
  margin: 0 0 28px;
}

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

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

.slotuna-wg2q3k .slotuna-f4zere {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.slotuna-7hy5ty {
  position: relative;
  border: none;
}

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

.slotuna-ed8dn3 {
  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;
}

.slotuna-ed8dn3 span {
  height: 32px;
}

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

.slotuna-ed8dn3.slotuna-6dagnq span {
  transform: scaleY(-1);
}

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

.slotuna-z210vr {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.slotuna-z210vr.slotuna-cy9h98 {
  display: none;
}

.slotuna-c47v2q {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.slotuna-c47v2q table {
  width: 100%;
  border-collapse: collapse;
}

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

  .slotuna-c47v2q table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.slotuna-iuu3l4 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.slotuna-07fifb table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.slotuna-07fifb table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.slotuna-07fifb p {
  color: var(--text-color);
}

.slotuna-0xnq2b {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.slotuna-e9htr5 {
  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);
}

.slotuna-hzvv03 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.slotuna-yopffp p + p {
  margin-top: 10px;
}

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

.slotuna-7ieztm {
  display: none;
}

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

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

.slotuna-bn37ph li {
  margin: 0 20px;
}

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

.slotuna-bn37ph li a img {
  margin-bottom: 4px;
}

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

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

.slotuna-u0bh9t li {
  font-size: 16px;
  position: relative;
}

.slotuna-u0bh9t li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.slotuna-u0bh9t li span {
  opacity: 0.5;
}

.slotuna-u0bh9t li + li {
  margin-left: 30px;
}

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

h2.slotuna-rmcnaf {
  margin: 0 0 28px;
}

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

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

.slotuna-zjtj8v 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);
}

.slotuna-zjtj8v 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;
}

.slotuna-zjtj8v 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;
}

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

.slotuna-zjtj8v tbody tr:last-of-type {
  margin-bottom: 0;
}

.slotuna-zjtj8v tbody tr td:first-of-type {
  flex-shrink: 0;
}

.slotuna-zjtj8v 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);
}

.slotuna-zjtj8v 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);
}

.slotuna-zjtj8v tbody tr td:last-of-type {
  margin-left: auto;
}

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

.slotuna-zjtj8v tbody tr td .slotuna-1gr2qj {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .slotuna-zjtj8v tbody tr td .slotuna-1gr2qj {
    width: 100%;
  }
}

.slotuna-zjtj8v tbody tr td .slotuna-68za8b {
  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.slotuna-noh4ob ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .slotuna-zjtj8v tbody tr td .slotuna-68za8b:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .slotuna-zjtj8v tbody tr td .slotuna-68za8b {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .slotuna-zjtj8v tbody tr td .slotuna-68za8b {
    width: 100%;
  }
}

.slotuna-zjtj8v tbody tr td .slotuna-4mst0s {
  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) {
  .slotuna-zjtj8v tbody tr td .slotuna-4mst0s:hover {
    text-decoration: none;
  }
}

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

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

.slotuna-avp47g {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.slotuna-lhty0k img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.slotuna-noh4ob ease-in-out;
}

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

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

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

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

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

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

.slotuna-azzaxp img {
  width: 100%;
  height: 100%;
}

.slotuna-azzaxp iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.slotuna-qfehmb svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.slotuna-noh4ob ease-in-out;
}

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

.slotuna-bhotnc {
  padding: 90px 0;
}

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

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

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

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

.slotuna-n3lnq1 img {
  width: 100%;
}

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

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

.slotuna-tqlp6g {
  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;
}

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

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

.slotuna-5nw3ib {
  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.slotuna-noh4ob ease-in-out;
}

.slotuna-5nw3ib:hover {
  border: 1px solid #8c8ca2;
}

.slotuna-0m7yha {
  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%);
}

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

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

.slotuna-2ly9zb a {
  text-decoration: underline;
  color: #8babff;
}

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

.slotuna-yog22b .slotuna-5nw3ib {
  width: 50%;
  margin: 0;
}

.slotuna-syq70m {
  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;
}

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

.slotuna-pm679x {
  margin: 0 0 100px;
}

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

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

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

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

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

.slotuna-f6cobx {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.slotuna-jwjocv 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.slotuna-noh4ob ease-in-out;
}

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

.slotuna-jwjocv a svg {
  fill: #fff;
}

.slotuna-jwjocv a:hover {
  background: #3d68e7;
}

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

.slotuna-pvkomo {
  margin-bottom: 16px;
}

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

.slotuna-gbrkfj {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.slotuna-h93eim 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);
}

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

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

.slotuna-h93eim table tr:last-of-type td {
  border-bottom: none;
}

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

.slotuna-3vspap {
  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) {
  .slotuna-3vspap {
    min-height: 190px;
  }
}

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

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

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

.slotuna-r2o0ka.slotuna-ri3zdr {
  display: none;
}

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

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

.slotuna-v8bq8c iframe.slotuna-hri321 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.slotuna-v8bq8c.slotuna-6wg6og {
  opacity: 1;
  pointer-events: all;
}

.slotuna-29xn8n {
  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.slotuna-noh4ob ease-in-out;
}

.slotuna-29xn8n svg {
  margin-right: 10px;
}

.slotuna-29xn8n + .slotuna-29xn8n {
  margin-top: 14px;
}

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

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

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

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

.slotuna-vz8sn6 .slotuna-wg2q3k {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .slotuna-vz8sn6 .slotuna-wg2q3k {
    margin: 28px 0 0;
  }
}

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

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

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

.slotuna-xcpfjp {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.slotuna-b8kx10 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.slotuna-de2niv {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.slotuna-dogyd1 .slotuna-f4zere {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .slotuna-dogyd1 .slotuna-f4zere {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.slotuna-nx03fv {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.slotuna-nx03fv img {
  width: 100%;
}

.slotuna-jfd24n {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.slotuna-1zr3pw {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.slotuna-d528fh {
  width: 100%;
  margin: 0 0 100px;
}

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

.slotuna-d528fh .slotuna-titr1o {
  position: relative;
}

.slotuna-d528fh .slotuna-xia5c0 {
  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;
}

.slotuna-d528fh .slotuna-xia5c0.slotuna-ri3zdr {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .slotuna-d528fh .slotuna-gzw1o8 {
    bottom: 90px;
  }
}

.slotuna-d528fh .slotuna-gzw1o8 .slotuna-2ekw9g {
  max-width: 300px;
  width: 100%;
}

.slotuna-d528fh .slotuna-gzw1o8 .slotuna-2ekw9g .slotuna-js6rlr {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .slotuna-d528fh .slotuna-gzw1o8 .slotuna-2ekw9g .slotuna-js6rlr {
    font-size: 32px;
    text-align: center;
  }
}

.slotuna-d528fh .slotuna-gzw1o8 .slotuna-2ekw9g .slotuna-wm3t4a {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .slotuna-d528fh .slotuna-gzw1o8 .slotuna-2ekw9g .slotuna-wm3t4a {
    text-align: center;
  }
}

.slotuna-d528fh .slotuna-gzw1o8 .slotuna-ld4b28 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .slotuna-d528fh .slotuna-gzw1o8 .slotuna-ld4b28 {
    flex-direction: column-reverse;
  }
}

.slotuna-d528fh .slotuna-gzw1o8 .slotuna-ld4b28 .slotuna-ww4c5x {
  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.slotuna-noh4ob ease-in-out;
}

.slotuna-d528fh .slotuna-gzw1o8 .slotuna-ld4b28 .slotuna-ww4c5x:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .slotuna-d528fh .slotuna-gzw1o8 .slotuna-ld4b28 .slotuna-ww4c5x {
    width: 100%;
  }
}

.slotuna-d528fh .slotuna-gzw1o8 .slotuna-ld4b28 .slotuna-up4vkn {
  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.slotuna-noh4ob ease-in-out;
  overflow: hidden;
}

.slotuna-d528fh .slotuna-gzw1o8 .slotuna-ld4b28 .slotuna-up4vkn 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);
  }
}

.slotuna-d528fh .slotuna-gzw1o8 .slotuna-ld4b28 .slotuna-up4vkn: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;
}

.slotuna-d528fh .slotuna-gzw1o8 .slotuna-ld4b28 .slotuna-up4vkn:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .slotuna-d528fh .slotuna-gzw1o8 .slotuna-ld4b28 .slotuna-up4vkn {
    width: 100%;
  }
}

.slotuna-d528fh .slotuna-gzw1o8.slotuna-ri3zdr {
  display: none;
}

.slotuna-d528fh .slotuna-5e2lap {
  display: none;
}

.slotuna-d528fh .slotuna-5e2lap.slotuna-6wg6og {
  display: block;
}

.slotuna-d528fh .slotuna-5e2lap iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .slotuna-d528fh .slotuna-5e2lap iframe {
    height: calc(100vh - 54px);
  }
}

.slotuna-d528fh .slotuna-zh9ufd {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .slotuna-d528fh .slotuna-zh9ufd {
    padding: 24px 16px 0;
  }
}

.slotuna-d528fh .slotuna-zh9ufd .slotuna-js6rlr {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .slotuna-d528fh .slotuna-zh9ufd .slotuna-js6rlr {
    margin-bottom: 24px;
  }
}

.slotuna-d528fh .slotuna-zh9ufd 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);
}

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

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

.slotuna-d528fh .slotuna-zh9ufd table tr:last-of-type td {
  border-bottom: none;
}

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

.slotuna-ilk5zl.slotuna-x4v6i6 {
  display: block;
}

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

.slotuna-ilk5zl .slotuna-h2n48o {
  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;
}

.slotuna-ilk5zl .slotuna-f9trm0 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.slotuna-ilk5zl .slotuna-up4vkn {
  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.slotuna-noh4ob ease-in-out;
}

.slotuna-ilk5zl .slotuna-up4vkn:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.slotuna-8cmmvg.slotuna-x4v6i6 {
  display: block;
}

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

.slotuna-gtxjjt {
  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;
}

.slotuna-6fyg2z {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.slotuna-3y61v6 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.slotuna-3y61v6 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.slotuna-u3q1w2 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slotuna-9lvbvn.slotuna-ri3zdr {
  display: none;
}

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

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

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

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

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

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

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

.slotuna-vmnjfy input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.slotuna-vmnjfy input:active {
  border-color: #c2c0ce;
}

.slotuna-vmnjfy input:focus {
  border-color: #c2c0ce;
}

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

.slotuna-8jxps0 {
  margin-bottom: 36px;
}

.slotuna-8jxps0 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;
}

.slotuna-8jxps0 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.slotuna-8jxps0 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.slotuna-b8jh8t {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.slotuna-c5fr1l {
  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.slotuna-noh4ob ease-in-out;
}

.slotuna-c5fr1l:hover {
  background: var(--border-color);
}

.slotuna-rc63k5 {
  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.slotuna-noh4ob ease-in-out;
}

.slotuna-rc63k5:hover {
  background: #166ad9;
}

.slotuna-4ebnj9 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.slotuna-4ebnj9.slotuna-ri3zdr {
  display: none;
}

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

.slotuna-4ebnj9 .slotuna-c5fr1l {
  margin: 0 auto;
}

.slotuna-y9rjfz {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.slotuna-uxz2ei {
  filter: grayscale(100%);
}

.slotuna-b3wieh > input {
  display: none;
}

.slotuna-b3wieh > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.slotuna-imtdkk.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.slotuna-107b8i 44.slotuna-5rqp91.slotuna-nydqgy.slotuna-hbq7wy.slotuna-uhnxht.slotuna-nu6yuq.slotuna-1g7nm7.slotuna-tjk2ir.slotuna-itxff5.slotuna-1hagda.slotuna-ijgqv2.slotuna-c883gp.slotuna-0jfz6t 0l-12.slotuna-an113v 30.slotuna-g003ek.slotuna-emmdn4 2.slotuna-s48x7d.slotuna-emmdn4 3.slotuna-eoux04 3.slotuna-5tgbo3.slotuna-xznysz 3.slotuna-ti14t4.slotuna-fs1az6.slotuna-12ddma.slotuna-aoo3j2 7-3.slotuna-an113v 10.slotuna-isihmx.slotuna-aoo3j2 23.slotuna-ogmgdo.slotuna-wcgym9 1.slotuna-v7kb0m 2.slotuna-an113v 3.slotuna-wcgym9 1.slotuna-xznysz 5.slotuna-mte37r.slotuna-xznysz 32.slotuna-5nq3nq.slotuna-fs1az6 5.slotuna-0jfz6t 4.slotuna-aoo3j2 9.slotuna-aoo3j2 8.slotuna-xznysz 6.slotuna-d8w4ga.slotuna-djchsb.slotuna-odjv22.slotuna-ztu1mm.slotuna-qj963y 4.slotuna-kabpwg.slotuna-qj963y 6.slotuna-qj963y 0l29.slotuna-0jfz6t 17.slotuna-kaz08a.slotuna-nttlu3 2.slotuna-dekxvs 10.slotuna-5dsi8f.slotuna-an113v 8.slotuna-loh5f6.slotuna-3uwi62.slotuna-1k2zvw.slotuna-dfd9m5.slotuna-siaghc.slotuna-fs1az6.slotuna-nu6yuq.slotuna-an113v 1.slotuna-pv5oxd.slotuna-smfnrb.slotuna-x463y2.slotuna-e5ug3x.slotuna-v8mvrx.slotuna-v7kb0m 1.slotuna-wgrhhj.slotuna-tdgmi4.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.slotuna-b3wieh > input:checked ~ label,
.slotuna-b3wieh > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.slotuna-imtdkk.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.slotuna-107b8i 44.slotuna-5rqp91.slotuna-nydqgy.slotuna-hbq7wy.slotuna-uhnxht.slotuna-nu6yuq.slotuna-1g7nm7.slotuna-tjk2ir.slotuna-itxff5.slotuna-1hagda.slotuna-ijgqv2.slotuna-c883gp.slotuna-0jfz6t 0l-12.slotuna-an113v 30.slotuna-g003ek.slotuna-emmdn4 2.slotuna-s48x7d.slotuna-emmdn4 3.slotuna-eoux04 3.slotuna-5tgbo3.slotuna-xznysz 3.slotuna-ti14t4.slotuna-fs1az6.slotuna-12ddma.slotuna-aoo3j2 7-3.slotuna-an113v 10.slotuna-isihmx.slotuna-aoo3j2 23.slotuna-ogmgdo.slotuna-wcgym9 1.slotuna-v7kb0m 2.slotuna-an113v 3.slotuna-wcgym9 1.slotuna-xznysz 5.slotuna-mte37r.slotuna-xznysz 32.slotuna-5nq3nq.slotuna-fs1az6 5.slotuna-0jfz6t 4.slotuna-aoo3j2 9.slotuna-aoo3j2 8.slotuna-xznysz 6.slotuna-d8w4ga.slotuna-djchsb.slotuna-odjv22.slotuna-ztu1mm.slotuna-qj963y 4.slotuna-kabpwg.slotuna-qj963y 6.slotuna-qj963y 0l29.slotuna-0jfz6t 17.slotuna-kaz08a.slotuna-nttlu3 2.slotuna-dekxvs 10.slotuna-5dsi8f.slotuna-an113v 8.slotuna-loh5f6.slotuna-3uwi62.slotuna-1k2zvw.slotuna-dfd9m5.slotuna-siaghc.slotuna-fs1az6.slotuna-nu6yuq.slotuna-an113v 1.slotuna-pv5oxd.slotuna-smfnrb.slotuna-x463y2.slotuna-e5ug3x.slotuna-v8mvrx.slotuna-v7kb0m 1.slotuna-wgrhhj.slotuna-tdgmi4.5z'/%3e%3c/svg%3e");
}

.slotuna-b3wieh > input:not(:checked) ~ label:hover,
.slotuna-b3wieh > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.slotuna-imtdkk.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.slotuna-107b8i 44.slotuna-5rqp91.slotuna-nydqgy.slotuna-hbq7wy.slotuna-uhnxht.slotuna-nu6yuq.slotuna-1g7nm7.slotuna-tjk2ir.slotuna-itxff5.slotuna-1hagda.slotuna-ijgqv2.slotuna-c883gp.slotuna-0jfz6t 0l-12.slotuna-an113v 30.slotuna-g003ek.slotuna-emmdn4 2.slotuna-s48x7d.slotuna-emmdn4 3.slotuna-eoux04 3.slotuna-5tgbo3.slotuna-xznysz 3.slotuna-ti14t4.slotuna-fs1az6.slotuna-12ddma.slotuna-aoo3j2 7-3.slotuna-an113v 10.slotuna-isihmx.slotuna-aoo3j2 23.slotuna-ogmgdo.slotuna-wcgym9 1.slotuna-v7kb0m 2.slotuna-an113v 3.slotuna-wcgym9 1.slotuna-xznysz 5.slotuna-mte37r.slotuna-xznysz 32.slotuna-5nq3nq.slotuna-fs1az6 5.slotuna-0jfz6t 4.slotuna-aoo3j2 9.slotuna-aoo3j2 8.slotuna-xznysz 6.slotuna-d8w4ga.slotuna-djchsb.slotuna-odjv22.slotuna-ztu1mm.slotuna-qj963y 4.slotuna-kabpwg.slotuna-qj963y 6.slotuna-qj963y 0l29.slotuna-0jfz6t 17.slotuna-kaz08a.slotuna-nttlu3 2.slotuna-dekxvs 10.slotuna-5dsi8f.slotuna-an113v 8.slotuna-loh5f6.slotuna-3uwi62.slotuna-1k2zvw.slotuna-dfd9m5.slotuna-siaghc.slotuna-fs1az6.slotuna-nu6yuq.slotuna-an113v 1.slotuna-pv5oxd.slotuna-smfnrb.slotuna-x463y2.slotuna-e5ug3x.slotuna-v8mvrx.slotuna-v7kb0m 1.slotuna-wgrhhj.slotuna-tdgmi4.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .slotuna-k8ccl2 > .slotuna-25cdpv {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .slotuna-k8ccl2 > .slotuna-25cdpv {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .slotuna-k8ccl2 > .slotuna-25cdpv {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .slotuna-k8ccl2 > .slotuna-25cdpv {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .slotuna-k8ccl2 > .slotuna-25cdpv {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.slotuna-eezjzy.slotuna-ri3zdr {
  display: none;
}

.slotuna-388mer {
  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) {
  .slotuna-388mer {
    height: 74px;
    overflow: visible;
  }
}

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

.slotuna-9t3vl8 {
  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;
}

.slotuna-9t3vl8::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.slotuna-9t3vl8::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.slotuna-9t3vl8 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.slotuna-oxjfhm {
  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;
}

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

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

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

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

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

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

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

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

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

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

.slotuna-eezjzy.slotuna-chp46y .slotuna-388mer {
  background: #2b3b67;
}

.slotuna-eezjzy.slotuna-chp46y .slotuna-9t3vl8 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.slotuna-eezjzy.slotuna-chp46y .slotuna-9t3vl8::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.slotuna-eezjzy.slotuna-chp46y .slotuna-9t3vl8::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.slotuna-eezjzy.slotuna-chp46y .slotuna-oxjfhm::before {
  background: #0e0f41;
}

.slotuna-eezjzy.slotuna-chp46y .slotuna-oxjfhm::after {
  background: #152557;
}

.slotuna-eezjzy.slotuna-po9oi6 .slotuna-388mer {
  background: #1f35fa;
}

.slotuna-eezjzy.slotuna-po9oi6 .slotuna-9t3vl8 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.slotuna-eezjzy.slotuna-po9oi6 .slotuna-9t3vl8::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.slotuna-eezjzy.slotuna-po9oi6 .slotuna-9t3vl8::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.slotuna-eezjzy.slotuna-po9oi6 .slotuna-oxjfhm::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.slotuna-eezjzy.slotuna-po9oi6 .slotuna-oxjfhm::after {
  background: #192ac8;
}

.slotuna-eezjzy.slotuna-c67zpe .slotuna-388mer {
  background: #fa771f;
}

.slotuna-eezjzy.slotuna-c67zpe .slotuna-9t3vl8 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.slotuna-eezjzy.slotuna-c67zpe .slotuna-9t3vl8::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.slotuna-eezjzy.slotuna-c67zpe .slotuna-9t3vl8::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.slotuna-eezjzy.slotuna-c67zpe .slotuna-oxjfhm::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.slotuna-eezjzy.slotuna-c67zpe .slotuna-oxjfhm::after {
  background: #fa8535;
}

.slotuna-33xqm3 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.slotuna-ibm61v {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.slotuna-89jaol {
  width: 120px;
  height: 22px;
}

.slotuna-89jaol .slotuna-rgona9 {
  fill: #c2c0ce;
}

.slotuna-89jaol [rating="1"] .slotuna-rgona9:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.slotuna-89jaol [rating="2"] .slotuna-rgona9:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.slotuna-89jaol [rating="3"] .slotuna-rgona9:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.slotuna-89jaol [rating="4"] .slotuna-rgona9:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.slotuna-89jaol [rating="5"] .slotuna-rgona9:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.slotuna-ex81ao {
  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);
}

.slotuna-ex81ao.slotuna-6wg6og {
  display: block;
}

.slotuna-ex81ao.slotuna-ri3zdr {
  display: none;
}

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

.slotuna-0u5wgp {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.slotuna-p25sor {
  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);
}

.slotuna-ixsr8r {
  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;
}

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

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

.slotuna-4hvutc {
  font-size: 16px;
  line-height: 140%;
}

.slotuna-ws2ffw {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.slotuna-ws2ffw .slotuna-rgona9 {
  fill: #c2c0ce;
}

.slotuna-ws2ffw [rating="1"] .slotuna-rgona9:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.slotuna-ws2ffw [rating="2"] .slotuna-rgona9:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.slotuna-ws2ffw [rating="3"] .slotuna-rgona9:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.slotuna-ws2ffw [rating="4"] .slotuna-rgona9:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.slotuna-ws2ffw [rating="5"] .slotuna-rgona9:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.slotuna-u35snz {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.slotuna-2nqgy6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slotuna-5rifsw {
  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;
}

.slotuna-8zgpmd {
  flex: 1;
  min-width: 0;
}

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

.slotuna-7t7ipp {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.slotuna-7t7ipp svg,
.slotuna-7t7ipp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slotuna-7t7ipp svg path {
  fill: var(--button-bg-color);
}

.slotuna-7t7ipp svg circle {
  fill: var(--button-text-color);
}

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

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

.slotuna-doakt8 strong {
  font-weight: 600;
}

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

.slotuna-fn5204 p {
  margin: 0 0 16px;
}

.slotuna-fn5204 p:last-child {
  margin-bottom: 0;
}

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

.slotuna-r56vt6 {
  max-width: 300px;
  width: 100%;
}

.slotuna-r56vt6 a {
  width: 100%;
}

@media (max-width: 575px) {
  .slotuna-r56vt6 {
    max-width: 200px;
  }
}

.slotuna-b6dwlm {
  justify-content: center;
}

.slotuna-z0knic {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slotuna-d4584q {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.slotuna-e2y382 .slotuna-7mnr28 {
  justify-content: center;
}

/* faq */

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

.slotuna-m3kbxm {
  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.slotuna-btim79 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slotuna-m3kbxm::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.slotuna-btim79 ease;
}

.slotuna-q0vomo.slotuna-x4v6i6 .slotuna-m3kbxm::after {
  transform: rotate(45deg);
}

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

.slotuna-q0vomo.slotuna-x4v6i6 .slotuna-204990 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.slotuna-cjwqw2 {
  margin: 25px 0;
}

.slotuna-b3wieh > input:not(:checked) ~ label:hover,
.slotuna-b3wieh > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.slotuna-pnu9b4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.slotuna-293njc 44.slotuna-88zv1t.slotuna-gs85vz.slotuna-b8ybbz.slotuna-pdum3z.slotuna-sn3s17.slotuna-1hon5w.slotuna-nit22y.slotuna-pd516k.slotuna-ajdx13.slotuna-psytr7.slotuna-f962g6.slotuna-gdr3sn 0l-12.slotuna-8uib7b 30.slotuna-2yzdnk.slotuna-t7yinm 2.slotuna-h2kwoe.slotuna-t7yinm 3.slotuna-k7lvt5 3.slotuna-5vquot.slotuna-70d9eu 3.slotuna-je9n6w.slotuna-3i3l1r.slotuna-5ybxfu.slotuna-8b2s6d 7-3.slotuna-8uib7b 10.slotuna-uy43hp.slotuna-8b2s6d 23.slotuna-yg8kwn.slotuna-3nztkw 1.slotuna-o7hoqh 2.slotuna-8uib7b 3.slotuna-3nztkw 1.slotuna-70d9eu 5.slotuna-khskvv.slotuna-70d9eu 32.slotuna-hhylom.slotuna-3i3l1r 5.slotuna-gdr3sn 4.slotuna-8b2s6d 9.slotuna-8b2s6d 8.slotuna-70d9eu 6.slotuna-5zv9ao.slotuna-qxdajc.slotuna-0q89gb.slotuna-ku493s.slotuna-chnw1k 4.slotuna-zktogf.slotuna-chnw1k 6.slotuna-chnw1k 0l29.slotuna-gdr3sn 17.slotuna-kd9qhe.slotuna-mndf7o 2.slotuna-93ugpk 10.slotuna-4nm2r7.slotuna-8uib7b 8.slotuna-7dea7d.slotuna-6pvask.slotuna-n3j00m.slotuna-y7cbky.slotuna-sdx1ou.slotuna-3i3l1r.slotuna-sn3s17.slotuna-8uib7b 1.slotuna-p351nh.slotuna-7t4ueg.slotuna-7l6vgv.slotuna-klcsde.slotuna-2346j5.slotuna-o7hoqh 1.slotuna-84wih2.slotuna-th9m2b.5z'/%3e%3c/svg%3e");
}

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

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

.slotuna-r51zbz {
  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);
}

.slotuna-r51zbz.slotuna-yqmsaw {
  display: block;
}

.slotuna-r51zbz.slotuna-diauch {
  display: none;
}

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

.slotuna-kwa2tp {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.slotuna-n5859d {
  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);
}

.slotuna-j88hi6 {
  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;
}

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

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

.slotuna-xk987m {
  font-size: 16px;
  line-height: 140%;
}

.slotuna-t81s7z {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.slotuna-t81s7z .slotuna-h0yvk4 {
  fill: #c2c0ce;
}

.slotuna-t81s7z [rating="1"] .slotuna-h0yvk4:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.slotuna-t81s7z [rating="2"] .slotuna-h0yvk4:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.slotuna-t81s7z [rating="3"] .slotuna-h0yvk4:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.slotuna-t81s7z [rating="4"] .slotuna-h0yvk4:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.slotuna-t81s7z [rating="5"] .slotuna-h0yvk4:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.slotuna-a3vq23 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;
}

.slotuna-a3vq23 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 */

.slotuna-s48lq2 {
  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);
}

.slotuna-s48lq2.slotuna-remm8a {
  opacity: 1;
  pointer-events: auto;
}
