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

.mateslots-7xvrkp {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.mateslots-3958dq {
  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) {
  .mateslots-3958dq: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;
  }
}

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

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

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

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

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

.mateslots-gll7oe {
  cursor: pointer;
}

.mateslots-yb602t {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.mateslots-1fttgy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mateslots-1fttgy figure {
  margin: 0;
}

.mateslots-1fttgy.mateslots-xz276t {
  justify-content: flex-start;
  margin-right: 4px;
}

.mateslots-1fttgy.mateslots-qef4pf {
  justify-content: flex-end;
  margin-left: 4px;
}

.mateslots-1fttgy.mateslots-ybiyjw {
  justify-content: center;
}

.mateslots-1fttgy.mateslots-xyuj7x {
  justify-content: normal;
}

.mateslots-xfl7p9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.mateslots-2j661m img {
  width: 100%;
}

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

.mateslots-w32770 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.mateslots-w32770 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);
}

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

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

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

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

.mateslots-w32770 ul li:last-of-type::after {
  display: none;
}

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

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

.mateslots-ag6ak5 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .mateslots-0epy1h {
    height: 50px;
  }
}

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

.mateslots-0epy1h.mateslots-rfw2dy {
  background-color: #000;
}

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

.mateslots-2pawb7 {
  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) {
  .mateslots-2pawb7 {
    padding: 80px 16px 0;
  }
}

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

.mateslots-0wn02n {
  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) {
  .mateslots-0wn02n {
    flex-direction: column;
  }
}

.mateslots-s294uy {
  margin-bottom: 94px;
}

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

.mateslots-s6u7mk .mateslots-1o4jqt {
  margin-bottom: 28px;
}

.mateslots-s6u7mk .mateslots-1o4jqt img {
  max-height: 100px;
  width: auto;
}

.mateslots-u126d7 {
  display: flex;
  align-items: center;
}

.mateslots-u126d7 a + a {
  margin-left: 24px;
}

.mateslots-u126d7 img {
  max-height: 56px;
  width: auto;
}

.mateslots-u126d7 img + img {
  margin-left: 24px;
}

.mateslots-96ksdv {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.mateslots-vg8msn {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.mateslots-v7nx3v li {
  display: flex;
  margin: 0 7px;
}

.mateslots-v7nx3v li svg {
  transition: 0.mateslots-1wvyjr ease-in-out;
}

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

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

.mateslots-8rbxrq + .mateslots-8rbxrq {
  margin-left: 120px;
}

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

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

.mateslots-nb85ko {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mateslots-nb85ko li {
  font-size: 16px;
}

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

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

.mateslots-nb85ko li + li {
  margin-top: 16px;
}

.mateslots-ip5rw8 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.mateslots-5epcoq ease-in-out;
}

.mateslots-ip5rw8.mateslots-kg4tlt {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.mateslots-vz8skp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.mateslots-9pakcw li {
  width: 100%;
}

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

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

.mateslots-9pakcw li a.mateslots-kg4tlt {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.mateslots-lgv58i {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.mateslots-lgv58i img {
  width: 100%;
  transition: 0.mateslots-1wvyjr ease-in-out;
}

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

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

.mateslots-8w0noc {
  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) {
  .mateslots-8w0noc {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .mateslots-8w0noc .mateslots-1o4jqt img {
    max-width: 90px;
  }
}

.mateslots-1o4jqt img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .mateslots-1o4jqt {
    order: -2;
  }
}

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

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

.mateslots-mfdeys li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.mateslots-gblmjj {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.mateslots-gblmjj.mateslots-p5azdo {
  margin-right: 0;
}

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

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

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

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

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

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

.mateslots-t55hwt:hover > ul {
  display: flex;
}

.mateslots-t55hwt:focus > ul {
  display: flex;
}

.mateslots-t55hwt:focus-within > ul {
  display: flex;
}

.mateslots-d7v2js {
  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;
}

.mateslots-d7v2js::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.mateslots-5epcoq ease-in-out;
}

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

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

.mateslots-t55hwt 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.mateslots-1wvyjr ease-in-out;
  overflow: hidden;
}

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

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

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

.mateslots-eyhmlk {
  display: none;
}

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

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

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

.mateslots-50tv6s {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.mateslots-50tv6s img {
  margin-bottom: 20px;
}

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

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

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

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

.mateslots-5297c5 {
  color: var(--text-color);
}

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

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

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

.mateslots-v9gvcs p img {
  display: block;
  margin: 0 auto;
}

.mateslots-v9gvcs p:first-of-type {
  margin-top: 0;
}

.mateslots-v9gvcs p:last-of-type {
  margin-bottom: 0;
}

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

.mateslots-v9gvcs ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mateslots-sbb0fy .mateslots-cso8du {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.mateslots-sbb0fy .mateslots-jh5fb8 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.mateslots-jh5fb8 {
  margin: 0 0 28px;
}

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

.mateslots-cso8du {
  margin: 0 0 28px;
}

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

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

.mateslots-s305kw .mateslots-3958dq {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.mateslots-a7earg {
  position: relative;
  border: none;
}

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

.mateslots-iiwjkd {
  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;
}

.mateslots-iiwjkd span {
  height: 32px;
}

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

.mateslots-iiwjkd.mateslots-41dr2s span {
  transform: scaleY(-1);
}

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

.mateslots-4q5z32 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.mateslots-4q5z32 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.mateslots-1wvyjr ease-in-out;
}

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

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

.mateslots-4q5z32.mateslots-2dnpg1 {
  display: none;
}

.mateslots-uhn5cs {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.mateslots-uhn5cs table {
  width: 100%;
  border-collapse: collapse;
}

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

  .mateslots-uhn5cs table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.mateslots-jyc367 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.mateslots-60ruyp table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.mateslots-60ruyp table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.mateslots-60ruyp p {
  color: var(--text-color);
}

.mateslots-fcdbpf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.mateslots-jicavm {
  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);
}

.mateslots-ybs4j3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.mateslots-ffjejy p + p {
  margin-top: 10px;
}

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

.mateslots-vqi5xa {
  display: none;
}

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

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

.mateslots-wecacv li {
  margin: 0 20px;
}

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

.mateslots-wecacv li a img {
  margin-bottom: 4px;
}

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

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

.mateslots-qxpfzp li {
  font-size: 16px;
  position: relative;
}

.mateslots-qxpfzp li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.mateslots-qxpfzp li span {
  opacity: 0.5;
}

.mateslots-qxpfzp li + li {
  margin-left: 30px;
}

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

h2.mateslots-kw8hnd {
  margin: 0 0 28px;
}

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

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

.mateslots-71ftqs 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);
}

.mateslots-71ftqs 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;
}

.mateslots-71ftqs 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;
}

.mateslots-71ftqs tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.mateslots-71ftqs tbody tr:last-of-type {
  margin-bottom: 0;
}

.mateslots-71ftqs tbody tr td:first-of-type {
  flex-shrink: 0;
}

.mateslots-71ftqs 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);
}

.mateslots-71ftqs 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);
}

.mateslots-71ftqs tbody tr td:last-of-type {
  margin-left: auto;
}

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

.mateslots-71ftqs tbody tr td .mateslots-ellggm {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .mateslots-71ftqs tbody tr td .mateslots-ellggm {
    width: 100%;
  }
}

.mateslots-71ftqs tbody tr td .mateslots-739cln {
  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.mateslots-1wvyjr ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .mateslots-71ftqs tbody tr td .mateslots-739cln:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .mateslots-71ftqs tbody tr td .mateslots-739cln {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .mateslots-71ftqs tbody tr td .mateslots-739cln {
    width: 100%;
  }
}

.mateslots-71ftqs tbody tr td .mateslots-6g93s8 {
  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) {
  .mateslots-71ftqs tbody tr td .mateslots-6g93s8:hover {
    text-decoration: none;
  }
}

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

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

.mateslots-f4ydgs {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.mateslots-bevijb img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.mateslots-1wvyjr ease-in-out;
}

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

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

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

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

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

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

.mateslots-x0z8kf img {
  width: 100%;
  height: 100%;
}

.mateslots-x0z8kf iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.mateslots-rb42kc svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.mateslots-1wvyjr ease-in-out;
}

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

.mateslots-olhmbi {
  padding: 90px 0;
}

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

.mateslots-4nb6hk {
  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) {
  .mateslots-4nb6hk {
    padding: 0 16px;
  }
}

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

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

.mateslots-mih6b6 img {
  width: 100%;
}

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

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

.mateslots-p0kpu2 {
  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;
}

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

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

.mateslots-58fav8 {
  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.mateslots-1wvyjr ease-in-out;
}

.mateslots-58fav8:hover {
  border: 1px solid #8c8ca2;
}

.mateslots-t05d4s {
  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%);
}

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

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

.mateslots-z2d2g2 a {
  text-decoration: underline;
  color: #8babff;
}

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

.mateslots-vijgra .mateslots-58fav8 {
  width: 50%;
  margin: 0;
}

.mateslots-cnxpwo {
  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;
}

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

.mateslots-jlmvvw {
  margin: 0 0 100px;
}

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

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

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

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

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

.mateslots-m45aas {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.mateslots-1tvaa0 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.mateslots-1wvyjr ease-in-out;
}

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

.mateslots-1tvaa0 a svg {
  fill: #fff;
}

.mateslots-1tvaa0 a:hover {
  background: #3d68e7;
}

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

.mateslots-6u0qor {
  margin-bottom: 16px;
}

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

.mateslots-u64mqa {
  font-size: 16px;
  color: var(--text-color);
}

.mateslots-5ylq92 {
  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) {
  .mateslots-5ylq92 {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

.mateslots-qp76ib 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);
}

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

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

.mateslots-qp76ib table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

.mateslots-2xhcn2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.mateslots-2xhcn2.mateslots-0myzzs {
  display: none;
}

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

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

.mateslots-1a3isv iframe.mateslots-p4gltq {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.mateslots-1a3isv.mateslots-1zud5o {
  opacity: 1;
  pointer-events: all;
}

.mateslots-di8rq8 {
  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.mateslots-1wvyjr ease-in-out;
}

.mateslots-di8rq8 svg {
  margin-right: 10px;
}

.mateslots-di8rq8 + .mateslots-di8rq8 {
  margin-top: 14px;
}

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

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

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

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

.mateslots-5ylq92 .mateslots-s305kw {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.mateslots-5ylq92 .mateslots-s305kw h1,
.mateslots-5ylq92 .mateslots-s305kw 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) {
  .mateslots-5ylq92 .mateslots-s305kw h1,
  .mateslots-5ylq92 .mateslots-s305kw h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .mateslots-5ylq92 .mateslots-s305kw {
    margin: 28px 0 0;
  }
}

.mateslots-13avj7 {
  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) {
  .mateslots-13avj7 {
    padding: 0 16px;
  }
}

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

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

.mateslots-iy7vq6 {
  max-width: 545px;
  width: 100%;
}

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

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

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

.mateslots-2sr3dy iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mateslots-5x3888 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.mateslots-e9oop3 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.mateslots-jvv9d4 .mateslots-3958dq {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .mateslots-jvv9d4 .mateslots-3958dq {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.mateslots-eqj9ga {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.mateslots-eqj9ga img {
  width: 100%;
}

.mateslots-bq4pl0 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.mateslots-kocfni {
  width: 100%;
  margin: 0 0 100px;
}

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

.mateslots-kocfni .mateslots-enafoe {
  position: relative;
}

.mateslots-kocfni .mateslots-g72h70 {
  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;
}

.mateslots-kocfni .mateslots-g72h70.mateslots-0myzzs {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .mateslots-kocfni .mateslots-gght5h {
    bottom: 90px;
  }
}

.mateslots-kocfni .mateslots-gght5h .mateslots-01s3eo {
  max-width: 300px;
  width: 100%;
}

.mateslots-kocfni .mateslots-gght5h .mateslots-01s3eo .mateslots-7d90z4 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .mateslots-kocfni .mateslots-gght5h .mateslots-01s3eo .mateslots-7d90z4 {
    font-size: 32px;
    text-align: center;
  }
}

.mateslots-kocfni .mateslots-gght5h .mateslots-01s3eo .mateslots-5zd2tr {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .mateslots-kocfni .mateslots-gght5h .mateslots-01s3eo .mateslots-5zd2tr {
    text-align: center;
  }
}

.mateslots-kocfni .mateslots-gght5h .mateslots-p5azdo {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .mateslots-kocfni .mateslots-gght5h .mateslots-p5azdo {
    flex-direction: column-reverse;
  }
}

.mateslots-kocfni .mateslots-gght5h .mateslots-p5azdo .mateslots-2a36lo {
  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.mateslots-1wvyjr ease-in-out;
}

.mateslots-kocfni .mateslots-gght5h .mateslots-p5azdo .mateslots-2a36lo:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .mateslots-kocfni .mateslots-gght5h .mateslots-p5azdo .mateslots-2a36lo {
    width: 100%;
  }
}

.mateslots-kocfni .mateslots-gght5h .mateslots-p5azdo .mateslots-tzk4eq {
  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.mateslots-1wvyjr ease-in-out;
  overflow: hidden;
}

.mateslots-kocfni .mateslots-gght5h .mateslots-p5azdo .mateslots-tzk4eq 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);
  }
}

.mateslots-kocfni .mateslots-gght5h .mateslots-p5azdo .mateslots-tzk4eq: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;
}

.mateslots-kocfni .mateslots-gght5h .mateslots-p5azdo .mateslots-tzk4eq:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .mateslots-kocfni .mateslots-gght5h .mateslots-p5azdo .mateslots-tzk4eq {
    width: 100%;
  }
}

.mateslots-kocfni .mateslots-gght5h.mateslots-0myzzs {
  display: none;
}

.mateslots-kocfni .mateslots-ru3al3 {
  display: none;
}

.mateslots-kocfni .mateslots-ru3al3.mateslots-1zud5o {
  display: block;
}

.mateslots-kocfni .mateslots-ru3al3 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .mateslots-kocfni .mateslots-ru3al3 iframe {
    height: calc(100vh - 54px);
  }
}

.mateslots-kocfni .mateslots-il60gf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .mateslots-kocfni .mateslots-il60gf {
    padding: 24px 16px 0;
  }
}

.mateslots-kocfni .mateslots-il60gf .mateslots-7d90z4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .mateslots-kocfni .mateslots-il60gf .mateslots-7d90z4 {
    margin-bottom: 24px;
  }
}

.mateslots-kocfni .mateslots-il60gf 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);
}

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

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

.mateslots-kocfni .mateslots-il60gf table tr:last-of-type td {
  border-bottom: none;
}

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

.mateslots-gaijrj.mateslots-kg4tlt {
  display: block;
}

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

.mateslots-gaijrj .mateslots-v5rb50 {
  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;
}

.mateslots-gaijrj .mateslots-7s2lib {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.mateslots-gaijrj .mateslots-tzk4eq {
  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.mateslots-1wvyjr ease-in-out;
}

.mateslots-gaijrj .mateslots-tzk4eq:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.mateslots-1s767z.mateslots-kg4tlt {
  display: block;
}

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

.mateslots-aec3cl {
  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;
}

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

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

.mateslots-r9uuuc {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.mateslots-r9uuuc svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.mateslots-zv21w8 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mateslots-tigb7d.mateslots-0myzzs {
  display: none;
}

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

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

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

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

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

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

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

.mateslots-vwrnqh input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.mateslots-vwrnqh input:active {
  border-color: #c2c0ce;
}

.mateslots-vwrnqh input:focus {
  border-color: #c2c0ce;
}

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

.mateslots-0onqbr {
  margin-bottom: 36px;
}

.mateslots-0onqbr 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;
}

.mateslots-0onqbr textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.mateslots-0onqbr textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.mateslots-6yos5x {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mateslots-zknpmi {
  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.mateslots-1wvyjr ease-in-out;
}

.mateslots-zknpmi:hover {
  background: var(--border-color);
}

.mateslots-0j2gu1 {
  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.mateslots-1wvyjr ease-in-out;
}

.mateslots-0j2gu1:hover {
  background: #166ad9;
}

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

.mateslots-ozgftm.mateslots-0myzzs {
  display: none;
}

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

.mateslots-ozgftm .mateslots-zknpmi {
  margin: 0 auto;
}

.mateslots-jioegm {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.mateslots-d1hvxk {
  filter: grayscale(100%);
}

.mateslots-kcuwjx > input {
  display: none;
}

.mateslots-kcuwjx > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.mateslots-jo58xc.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.mateslots-vr9cyy 44.mateslots-y695rb.mateslots-e5znrd.mateslots-87n5op.mateslots-ivwuez.mateslots-2p3qoc.mateslots-z0gi4t.mateslots-ni5wbl.mateslots-kg47yq.mateslots-1jcoyh.mateslots-w46fpw.mateslots-tpdtzw.mateslots-k20l4x 0l-12.mateslots-k6fy86 30.mateslots-lqs0j3.mateslots-2na4hb 2.mateslots-6fm1om.mateslots-2na4hb 3.mateslots-rsy1wn 3.mateslots-5are79.mateslots-ny0l3a 3.mateslots-kkrkmd.mateslots-xznyto.mateslots-70f6fp.mateslots-k38s1p 7-3.mateslots-k6fy86 10.mateslots-an345q.mateslots-k38s1p 23.mateslots-evuyez.mateslots-09aq7v 1.mateslots-kj0imt 2.mateslots-k6fy86 3.mateslots-09aq7v 1.mateslots-ny0l3a 5.mateslots-ergk1l.mateslots-ny0l3a 32.mateslots-0yph4s.mateslots-xznyto 5.mateslots-k20l4x 4.mateslots-k38s1p 9.mateslots-k38s1p 8.mateslots-ny0l3a 6.mateslots-zn5zk0.mateslots-ovvs72.mateslots-43116f.mateslots-ttmm1q.mateslots-toeoji 4.mateslots-fiuort.mateslots-toeoji 6.mateslots-toeoji 0l29.mateslots-k20l4x 17.mateslots-xai65h.mateslots-cu1ruy 2.mateslots-xzcgw1 10.mateslots-iudx4z.mateslots-k6fy86 8.mateslots-cb8e40.mateslots-m3mi1p.mateslots-bll9iu.mateslots-7qa1ka.mateslots-ho1wk0.mateslots-xznyto.mateslots-2p3qoc.mateslots-k6fy86 1.mateslots-kq4v0k.mateslots-aal1fa.mateslots-ewmb4r.mateslots-oysqpn.mateslots-wiq2bv.mateslots-kj0imt 1.mateslots-1xkccu.mateslots-via0m5.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.mateslots-kcuwjx > input:checked ~ label,
.mateslots-kcuwjx > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.mateslots-jo58xc.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.mateslots-vr9cyy 44.mateslots-y695rb.mateslots-e5znrd.mateslots-87n5op.mateslots-ivwuez.mateslots-2p3qoc.mateslots-z0gi4t.mateslots-ni5wbl.mateslots-kg47yq.mateslots-1jcoyh.mateslots-w46fpw.mateslots-tpdtzw.mateslots-k20l4x 0l-12.mateslots-k6fy86 30.mateslots-lqs0j3.mateslots-2na4hb 2.mateslots-6fm1om.mateslots-2na4hb 3.mateslots-rsy1wn 3.mateslots-5are79.mateslots-ny0l3a 3.mateslots-kkrkmd.mateslots-xznyto.mateslots-70f6fp.mateslots-k38s1p 7-3.mateslots-k6fy86 10.mateslots-an345q.mateslots-k38s1p 23.mateslots-evuyez.mateslots-09aq7v 1.mateslots-kj0imt 2.mateslots-k6fy86 3.mateslots-09aq7v 1.mateslots-ny0l3a 5.mateslots-ergk1l.mateslots-ny0l3a 32.mateslots-0yph4s.mateslots-xznyto 5.mateslots-k20l4x 4.mateslots-k38s1p 9.mateslots-k38s1p 8.mateslots-ny0l3a 6.mateslots-zn5zk0.mateslots-ovvs72.mateslots-43116f.mateslots-ttmm1q.mateslots-toeoji 4.mateslots-fiuort.mateslots-toeoji 6.mateslots-toeoji 0l29.mateslots-k20l4x 17.mateslots-xai65h.mateslots-cu1ruy 2.mateslots-xzcgw1 10.mateslots-iudx4z.mateslots-k6fy86 8.mateslots-cb8e40.mateslots-m3mi1p.mateslots-bll9iu.mateslots-7qa1ka.mateslots-ho1wk0.mateslots-xznyto.mateslots-2p3qoc.mateslots-k6fy86 1.mateslots-kq4v0k.mateslots-aal1fa.mateslots-ewmb4r.mateslots-oysqpn.mateslots-wiq2bv.mateslots-kj0imt 1.mateslots-1xkccu.mateslots-via0m5.5z'/%3e%3c/svg%3e");
}

.mateslots-kcuwjx > input:not(:checked) ~ label:hover,
.mateslots-kcuwjx > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.mateslots-jo58xc.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.mateslots-vr9cyy 44.mateslots-y695rb.mateslots-e5znrd.mateslots-87n5op.mateslots-ivwuez.mateslots-2p3qoc.mateslots-z0gi4t.mateslots-ni5wbl.mateslots-kg47yq.mateslots-1jcoyh.mateslots-w46fpw.mateslots-tpdtzw.mateslots-k20l4x 0l-12.mateslots-k6fy86 30.mateslots-lqs0j3.mateslots-2na4hb 2.mateslots-6fm1om.mateslots-2na4hb 3.mateslots-rsy1wn 3.mateslots-5are79.mateslots-ny0l3a 3.mateslots-kkrkmd.mateslots-xznyto.mateslots-70f6fp.mateslots-k38s1p 7-3.mateslots-k6fy86 10.mateslots-an345q.mateslots-k38s1p 23.mateslots-evuyez.mateslots-09aq7v 1.mateslots-kj0imt 2.mateslots-k6fy86 3.mateslots-09aq7v 1.mateslots-ny0l3a 5.mateslots-ergk1l.mateslots-ny0l3a 32.mateslots-0yph4s.mateslots-xznyto 5.mateslots-k20l4x 4.mateslots-k38s1p 9.mateslots-k38s1p 8.mateslots-ny0l3a 6.mateslots-zn5zk0.mateslots-ovvs72.mateslots-43116f.mateslots-ttmm1q.mateslots-toeoji 4.mateslots-fiuort.mateslots-toeoji 6.mateslots-toeoji 0l29.mateslots-k20l4x 17.mateslots-xai65h.mateslots-cu1ruy 2.mateslots-xzcgw1 10.mateslots-iudx4z.mateslots-k6fy86 8.mateslots-cb8e40.mateslots-m3mi1p.mateslots-bll9iu.mateslots-7qa1ka.mateslots-ho1wk0.mateslots-xznyto.mateslots-2p3qoc.mateslots-k6fy86 1.mateslots-kq4v0k.mateslots-aal1fa.mateslots-ewmb4r.mateslots-oysqpn.mateslots-wiq2bv.mateslots-kj0imt 1.mateslots-1xkccu.mateslots-via0m5.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .mateslots-8njrk9 > .mateslots-9tooie {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .mateslots-8njrk9 > .mateslots-9tooie {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .mateslots-8njrk9 > .mateslots-9tooie {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .mateslots-8njrk9 > .mateslots-9tooie {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .mateslots-8njrk9 > .mateslots-9tooie {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.mateslots-jf14ds.mateslots-0myzzs {
  display: none;
}

.mateslots-2ecssv {
  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) {
  .mateslots-2ecssv {
    height: 74px;
    overflow: visible;
  }
}

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

.mateslots-kar86c {
  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;
}

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

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

.mateslots-kar86c img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.mateslots-8jct2l {
  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;
}

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

.mateslots-8jct2l::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) {
  .mateslots-8jct2l::after {
    display: none;
  }
}

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

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

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

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

.mateslots-90ldf8 {
  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.mateslots-1wvyjr ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.mateslots-jf14ds.mateslots-med55y .mateslots-2ecssv {
  background: #2b3b67;
}

.mateslots-jf14ds.mateslots-med55y .mateslots-kar86c {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.mateslots-jf14ds.mateslots-med55y .mateslots-kar86c::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.mateslots-jf14ds.mateslots-med55y .mateslots-kar86c::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.mateslots-jf14ds.mateslots-med55y .mateslots-8jct2l::before {
  background: #0e0f41;
}

.mateslots-jf14ds.mateslots-med55y .mateslots-8jct2l::after {
  background: #152557;
}

.mateslots-jf14ds.mateslots-iv158a .mateslots-2ecssv {
  background: #1f35fa;
}

.mateslots-jf14ds.mateslots-iv158a .mateslots-kar86c {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.mateslots-jf14ds.mateslots-iv158a .mateslots-kar86c::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.mateslots-jf14ds.mateslots-iv158a .mateslots-kar86c::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.mateslots-jf14ds.mateslots-iv158a .mateslots-8jct2l::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.mateslots-jf14ds.mateslots-iv158a .mateslots-8jct2l::after {
  background: #192ac8;
}

.mateslots-jf14ds.mateslots-0kcxkz .mateslots-2ecssv {
  background: #fa771f;
}

.mateslots-jf14ds.mateslots-0kcxkz .mateslots-kar86c {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.mateslots-jf14ds.mateslots-0kcxkz .mateslots-kar86c::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.mateslots-jf14ds.mateslots-0kcxkz .mateslots-kar86c::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.mateslots-jf14ds.mateslots-0kcxkz .mateslots-8jct2l::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.mateslots-jf14ds.mateslots-0kcxkz .mateslots-8jct2l::after {
  background: #fa8535;
}

.mateslots-2qjb5a {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.mateslots-fzwyoq {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.mateslots-rdqay5 {
  width: 120px;
  height: 22px;
}

.mateslots-rdqay5 .mateslots-px4bdk {
  fill: #c2c0ce;
}

.mateslots-rdqay5 [rating="1"] .mateslots-px4bdk:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.mateslots-rdqay5 [rating="2"] .mateslots-px4bdk:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.mateslots-rdqay5 [rating="3"] .mateslots-px4bdk:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.mateslots-rdqay5 [rating="4"] .mateslots-px4bdk:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.mateslots-rdqay5 [rating="5"] .mateslots-px4bdk:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.mateslots-1yufdu {
  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);
}

.mateslots-1yufdu.mateslots-1zud5o {
  display: block;
}

.mateslots-1yufdu.mateslots-0myzzs {
  display: none;
}

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

.mateslots-h5lkxt {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.mateslots-uxx2dl {
  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);
}

.mateslots-fdsnge {
  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;
}

.mateslots-80fvbv small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.mateslots-vy4jbb {
  font-size: 16px;
  line-height: 140%;
}

.mateslots-t4x6nl {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.mateslots-t4x6nl .mateslots-px4bdk {
  fill: #c2c0ce;
}

.mateslots-t4x6nl [rating="1"] .mateslots-px4bdk:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.mateslots-t4x6nl [rating="2"] .mateslots-px4bdk:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.mateslots-t4x6nl [rating="3"] .mateslots-px4bdk:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.mateslots-t4x6nl [rating="4"] .mateslots-px4bdk:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.mateslots-t4x6nl [rating="5"] .mateslots-px4bdk:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.mateslots-a0kivz {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.mateslots-ck17nj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mateslots-avrc8p {
  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;
}

.mateslots-k74zst {
  flex: 1;
  min-width: 0;
}

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

.mateslots-lxiw27 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.mateslots-lxiw27 svg path {
  fill: var(--button-bg-color);
}

.mateslots-lxiw27 svg circle {
  fill: var(--button-text-color);
}

.mateslots-9g9eew {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.mateslots-9g9eew strong {
  font-weight: 600;
}

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

.mateslots-57pz72 p {
  margin: 0 0 16px;
}

.mateslots-57pz72 p:last-child {
  margin-bottom: 0;
}

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

.mateslots-ln22db {
  max-width: 300px;
  width: 100%;
}

.mateslots-ln22db a {
  width: 100%;
}

@media (max-width: 575px) {
  .mateslots-ln22db {
    max-width: 200px;
  }
}

.mateslots-mq9fhz {
  justify-content: center;
}

.mateslots-hfase7 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mateslots-sq20q5 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.mateslots-pmovlp .mateslots-mfdeys {
  justify-content: center;
}

/* faq */

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

.mateslots-wzuhen {
  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.mateslots-6dfzor ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mateslots-wzuhen::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.mateslots-6dfzor ease;
}

.mateslots-vfjq8l.mateslots-kg4tlt .mateslots-wzuhen::after {
  transform: rotate(45deg);
}

.mateslots-jmqxtm {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.mateslots-1wvyjr ease, padding 0.mateslots-1wvyjr ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.mateslots-vfjq8l.mateslots-kg4tlt .mateslots-jmqxtm {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.mateslots-xrvh63 {
  margin: 25px 0;
}

.mateslots-kcuwjx > input:not(:checked) ~ label:hover,
.mateslots-kcuwjx > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.mateslots-nfqu6a.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.mateslots-3kok7o 44.mateslots-8ovafj.mateslots-lzkutg.mateslots-w27wt2.mateslots-we2qlu.mateslots-6ttprr.mateslots-zcfr6z.mateslots-0uxlrz.mateslots-yl83l5.mateslots-9vd0l1.mateslots-3pmcg6.mateslots-0pgfoh.mateslots-69kgk6 0l-12.mateslots-hksdtx 30.mateslots-o49tz5.mateslots-nfft61 2.mateslots-c0f3qy.mateslots-nfft61 3.mateslots-qhbzz5 3.mateslots-0xtt8g.mateslots-m212vw 3.mateslots-93c7nh.mateslots-4391lb.mateslots-jy9egr.mateslots-efhfdv 7-3.mateslots-hksdtx 10.mateslots-6uvt5b.mateslots-efhfdv 23.mateslots-yb1kfe.mateslots-xtxa45 1.mateslots-cawo9y 2.mateslots-hksdtx 3.mateslots-xtxa45 1.mateslots-m212vw 5.mateslots-079wri.mateslots-m212vw 32.mateslots-vbn0eq.mateslots-4391lb 5.mateslots-69kgk6 4.mateslots-efhfdv 9.mateslots-efhfdv 8.mateslots-m212vw 6.mateslots-4ssvdy.mateslots-bdqfnk.mateslots-3gh3fj.mateslots-urjmn7.mateslots-951yaf 4.mateslots-hm8zhb.mateslots-951yaf 6.mateslots-951yaf 0l29.mateslots-69kgk6 17.mateslots-xbuely.mateslots-z7i1tq 2.mateslots-94e0a8 10.mateslots-5bf8xm.mateslots-hksdtx 8.mateslots-t0v6n7.mateslots-vgf6c0.mateslots-q4y95a.mateslots-v3cmbz.mateslots-mi7z2s.mateslots-4391lb.mateslots-6ttprr.mateslots-hksdtx 1.mateslots-thi6ke.mateslots-ia1zoo.mateslots-x7v66f.mateslots-q9b8cv.mateslots-ovud9c.mateslots-cawo9y 1.mateslots-igy6a5.mateslots-svcc1a.5z'/%3e%3c/svg%3e");
}

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

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

.mateslots-mdtn13 {
  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);
}

.mateslots-mdtn13.mateslots-5rqd50 {
  display: block;
}

.mateslots-mdtn13.mateslots-v295aq {
  display: none;
}

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

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

.mateslots-ad8519 {
  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);
}

.mateslots-5jhe8e {
  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;
}

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

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

.mateslots-wfx45i {
  font-size: 16px;
  line-height: 140%;
}

.mateslots-d3slde {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.mateslots-d3slde .mateslots-dlxn98 {
  fill: #c2c0ce;
}

.mateslots-d3slde [rating="1"] .mateslots-dlxn98:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.mateslots-d3slde [rating="2"] .mateslots-dlxn98:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.mateslots-d3slde [rating="3"] .mateslots-dlxn98:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.mateslots-d3slde [rating="4"] .mateslots-dlxn98:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.mateslots-d3slde [rating="5"] .mateslots-dlxn98:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.mateslots-ma0cxt 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;
}

.mateslots-ma0cxt 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 */

.mateslots-e5rd0g {
  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);
}

.mateslots-e5rd0g.mateslots-vduosz {
  opacity: 1;
  pointer-events: auto;
}
