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

.onewin-5fu925 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.onewin-g4rd0v {
  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) {
  .onewin-g4rd0v: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;
  }
}

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

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

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

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

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

.onewin-jend5v {
  cursor: pointer;
}

.onewin-fdvoav {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.onewin-wazndl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.onewin-wazndl figure {
  margin: 0;
}

.onewin-wazndl.onewin-qdv6aa {
  justify-content: flex-start;
  margin-right: 4px;
}

.onewin-wazndl.onewin-2pfnhe {
  justify-content: flex-end;
  margin-left: 4px;
}

.onewin-wazndl.onewin-q9o9j6 {
  justify-content: center;
}

.onewin-wazndl.onewin-14tkzv {
  justify-content: normal;
}

.onewin-db8zx1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.onewin-qe1b6s img {
  width: 100%;
}

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

.onewin-94xm9z {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.onewin-94xm9z 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) {
  .onewin-94xm9z ul {
    margin-bottom: 15px;
  }
}

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

.onewin-94xm9z 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);
}

.onewin-94xm9z ul li span svg {
  fill: var(--title-color);
}

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

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

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

.onewin-94xm9z ul li:last-of-type::after {
  display: none;
}

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

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

.onewin-ho9tjd {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .onewin-8qzeu8 {
    height: 50px;
  }
}

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

.onewin-8qzeu8.onewin-rofgbq {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .onewin-8qzeu8.onewin-rofgbq:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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

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

.onewin-53qq1q {
  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) {
  .onewin-53qq1q {
    flex-direction: column;
  }
}

.onewin-2svv58 {
  margin-bottom: 94px;
}

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

.onewin-pp3jcc .onewin-a9wp5r {
  margin-bottom: 28px;
}

.onewin-pp3jcc .onewin-a9wp5r img {
  max-height: 100px;
  width: auto;
}

.onewin-cy11q5 {
  display: flex;
  align-items: center;
}

.onewin-cy11q5 a + a {
  margin-left: 24px;
}

.onewin-cy11q5 img {
  max-height: 56px;
  width: auto;
}

.onewin-cy11q5 img + img {
  margin-left: 24px;
}

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

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

.onewin-0top7y {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.onewin-hp1ikh li {
  display: flex;
  margin: 0 7px;
}

.onewin-hp1ikh li svg {
  transition: 0.onewin-xalsrt ease-in-out;
}

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

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

.onewin-xvu97g + .onewin-xvu97g {
  margin-left: 120px;
}

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

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

.onewin-dmprt6 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.onewin-dmprt6 li {
  font-size: 16px;
}

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

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

.onewin-dmprt6 li + li {
  margin-top: 16px;
}

.onewin-0pp8qf {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.onewin-uv01b4 ease-in-out;
}

.onewin-0pp8qf.onewin-p77yyc {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.onewin-be9ee0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.onewin-ykrxmz li {
  width: 100%;
}

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

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

.onewin-ykrxmz li a.onewin-p77yyc {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.onewin-au2bvp {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.onewin-au2bvp img {
  width: 100%;
  transition: 0.onewin-xalsrt ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .onewin-rz2w3z .onewin-a9wp5r img {
    max-width: 90px;
  }
}

.onewin-a9wp5r img {
  max-height: 50px;
  width: auto;
}

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

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

.onewin-2k0cg0 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.onewin-2k0cg0 li {
  font-size: 16px;
  margin: 0 20px;
}

.onewin-2k0cg0 li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.onewin-2qsy7j {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.onewin-2qsy7j.onewin-q00ec6 {
  margin-right: 0;
}

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

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

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

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

.onewin-4owzq0 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.onewin-4owzq0:hover > ul {
  display: flex;
}

.onewin-4owzq0:focus > ul {
  display: flex;
}

.onewin-4owzq0:focus-within > ul {
  display: flex;
}

.onewin-3jq199 {
  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;
}

.onewin-3jq199::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.onewin-uv01b4 ease-in-out;
}

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

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

.onewin-4owzq0 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.onewin-xalsrt ease-in-out;
  overflow: hidden;
}

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

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

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

.onewin-3qgkgl {
  display: none;
}

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

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

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

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

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

.onewin-d0xzo9 img {
  margin-bottom: 20px;
}

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

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

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

.onewin-65g4b8 {
  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) {
  .onewin-65g4b8 {
    font-size: 32px;
  }
}

.onewin-3egku5 {
  color: var(--text-color);
}

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

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

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

.onewin-fh7fpn p img {
  display: block;
  margin: 0 auto;
}

.onewin-fh7fpn p:first-of-type {
  margin-top: 0;
}

.onewin-fh7fpn p:last-of-type {
  margin-bottom: 0;
}

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

.onewin-fh7fpn ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-v56gfo .onewin-w1zc10 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.onewin-v56gfo .onewin-gv3w31 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.onewin-gv3w31 {
  margin: 0 0 28px;
}

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

.onewin-w1zc10 {
  margin: 0 0 28px;
}

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

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

.onewin-k5jnjs .onewin-g4rd0v {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.onewin-bvndpm {
  position: relative;
  border: none;
}

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

.onewin-c0x0u6 {
  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;
}

.onewin-c0x0u6 span {
  height: 32px;
}

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

.onewin-c0x0u6.onewin-t4id75 span {
  transform: scaleY(-1);
}

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

.onewin-s230jg {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.onewin-s230jg.onewin-fd189j {
  display: none;
}

.onewin-l40ymr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.onewin-l40ymr table {
  width: 100%;
  border-collapse: collapse;
}

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

  .onewin-l40ymr table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.onewin-nuir0i {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.onewin-p6wmrd p {
  color: var(--text-color);
}

.onewin-qpo6kp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.onewin-384xbb {
  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);
}

.onewin-d5as11 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.onewin-fwm0uq p + p {
  margin-top: 10px;
}

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

.onewin-26adv3 {
  display: none;
}

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

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

.onewin-tbyno0 li {
  margin: 0 20px;
}

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

.onewin-tbyno0 li a img {
  margin-bottom: 4px;
}

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

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

.onewin-q76hyb li {
  font-size: 16px;
  position: relative;
}

.onewin-q76hyb li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.onewin-q76hyb li span {
  opacity: 0.5;
}

.onewin-q76hyb li + li {
  margin-left: 30px;
}

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

h2.onewin-566br8 {
  margin: 0 0 28px;
}

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

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

.onewin-e18qqg 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);
}

.onewin-e18qqg 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;
}

.onewin-e18qqg 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;
}

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

.onewin-e18qqg tbody tr:last-of-type {
  margin-bottom: 0;
}

.onewin-e18qqg tbody tr td:first-of-type {
  flex-shrink: 0;
}

.onewin-e18qqg 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);
}

.onewin-e18qqg 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);
}

.onewin-e18qqg tbody tr td:last-of-type {
  margin-left: auto;
}

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

.onewin-e18qqg tbody tr td .onewin-lynark {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .onewin-e18qqg tbody tr td .onewin-lynark {
    width: 100%;
  }
}

.onewin-e18qqg tbody tr td .onewin-cp700u {
  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.onewin-xalsrt ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .onewin-e18qqg tbody tr td .onewin-cp700u {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .onewin-e18qqg tbody tr td .onewin-cp700u {
    width: 100%;
  }
}

.onewin-e18qqg tbody tr td .onewin-tjdzln {
  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) {
  .onewin-e18qqg tbody tr td .onewin-tjdzln:hover {
    text-decoration: none;
  }
}

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

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

.onewin-taqdsv {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.onewin-416kzp img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.onewin-xalsrt ease-in-out;
}

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

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

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

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

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

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

.onewin-iklrjo img {
  width: 100%;
  height: 100%;
}

.onewin-iklrjo iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.onewin-b9pdtd svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.onewin-xalsrt ease-in-out;
}

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

.onewin-0vm1am {
  padding: 90px 0;
}

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

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

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

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

.onewin-r91qp1 img {
  width: 100%;
}

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

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

.onewin-4xa81d {
  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;
}

.onewin-4xa81d 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) {
  .onewin-4xa81d {
    flex-basis: auto;
  }
}

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

.onewin-43g1xb {
  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.onewin-xalsrt ease-in-out;
}

.onewin-43g1xb:hover {
  border: 1px solid #8c8ca2;
}

.onewin-d1x9rr {
  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%);
}

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

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

.onewin-la98qi a {
  text-decoration: underline;
  color: #8babff;
}

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

.onewin-fqit13 .onewin-43g1xb {
  width: 50%;
  margin: 0;
}

.onewin-8hess5 {
  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;
}

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

.onewin-x79pic {
  margin: 0 0 100px;
}

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

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

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

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

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

.onewin-rfjmxn {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.onewin-nlat3j 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.onewin-xalsrt ease-in-out;
}

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

.onewin-nlat3j a svg {
  fill: #fff;
}

.onewin-nlat3j a:hover {
  background: #3d68e7;
}

.onewin-80cq5z {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.onewin-qk4hf7 {
  margin-bottom: 16px;
}

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

.onewin-teyd64 {
  font-size: 16px;
  color: var(--text-color);
}

.onewin-9o88g4 {
  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) {
  .onewin-9o88g4 {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

.onewin-v2yk9p 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);
}

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

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

.onewin-v2yk9p table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.onewin-iv4my9.onewin-20v8cj {
  display: none;
}

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

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

.onewin-t9nf7x iframe.onewin-75aqa8 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.onewin-t9nf7x.onewin-ey1y71 {
  opacity: 1;
  pointer-events: all;
}

.onewin-8pcvx8 {
  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.onewin-xalsrt ease-in-out;
}

.onewin-8pcvx8 svg {
  margin-right: 10px;
}

.onewin-8pcvx8 + .onewin-8pcvx8 {
  margin-top: 14px;
}

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

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

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

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

.onewin-9o88g4 .onewin-k5jnjs {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.onewin-9o88g4 .onewin-k5jnjs h1,
.onewin-9o88g4 .onewin-k5jnjs 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) {
  .onewin-9o88g4 .onewin-k5jnjs h1,
  .onewin-9o88g4 .onewin-k5jnjs h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .onewin-9o88g4 .onewin-k5jnjs {
    margin: 28px 0 0;
  }
}

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

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

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

.onewin-mrhfwj {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.onewin-f0ur3x {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-jwlmwt .onewin-g4rd0v {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .onewin-jwlmwt .onewin-g4rd0v {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.onewin-oz6fhs {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.onewin-oz6fhs img {
  width: 100%;
}

.onewin-7h9y0k {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.onewin-ulo4mv {
  width: 100%;
  margin: 0 0 100px;
}

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

.onewin-ulo4mv .onewin-y7w8z8 {
  position: relative;
}

.onewin-ulo4mv .onewin-89szx8 {
  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;
}

.onewin-ulo4mv .onewin-89szx8.onewin-20v8cj {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .onewin-ulo4mv .onewin-utt31v {
    bottom: 90px;
  }
}

.onewin-ulo4mv .onewin-utt31v .onewin-e7plaa {
  max-width: 300px;
  width: 100%;
}

.onewin-ulo4mv .onewin-utt31v .onewin-e7plaa .onewin-dognmd {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .onewin-ulo4mv .onewin-utt31v .onewin-e7plaa .onewin-dognmd {
    font-size: 32px;
    text-align: center;
  }
}

.onewin-ulo4mv .onewin-utt31v .onewin-e7plaa .onewin-gc47jz {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .onewin-ulo4mv .onewin-utt31v .onewin-e7plaa .onewin-gc47jz {
    text-align: center;
  }
}

.onewin-ulo4mv .onewin-utt31v .onewin-q00ec6 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .onewin-ulo4mv .onewin-utt31v .onewin-q00ec6 {
    flex-direction: column-reverse;
  }
}

.onewin-ulo4mv .onewin-utt31v .onewin-q00ec6 .onewin-s9frsh {
  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.onewin-xalsrt ease-in-out;
}

.onewin-ulo4mv .onewin-utt31v .onewin-q00ec6 .onewin-s9frsh:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .onewin-ulo4mv .onewin-utt31v .onewin-q00ec6 .onewin-s9frsh {
    width: 100%;
  }
}

.onewin-ulo4mv .onewin-utt31v .onewin-q00ec6 .onewin-f8mbwa {
  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.onewin-xalsrt ease-in-out;
  overflow: hidden;
}

.onewin-ulo4mv .onewin-utt31v .onewin-q00ec6 .onewin-f8mbwa 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);
  }
}

.onewin-ulo4mv .onewin-utt31v .onewin-q00ec6 .onewin-f8mbwa: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;
}

.onewin-ulo4mv .onewin-utt31v .onewin-q00ec6 .onewin-f8mbwa:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .onewin-ulo4mv .onewin-utt31v .onewin-q00ec6 .onewin-f8mbwa {
    width: 100%;
  }
}

.onewin-ulo4mv .onewin-utt31v.onewin-20v8cj {
  display: none;
}

.onewin-ulo4mv .onewin-kt6ucs {
  display: none;
}

.onewin-ulo4mv .onewin-kt6ucs.onewin-ey1y71 {
  display: block;
}

.onewin-ulo4mv .onewin-kt6ucs iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .onewin-ulo4mv .onewin-kt6ucs iframe {
    height: calc(100vh - 54px);
  }
}

.onewin-ulo4mv .onewin-drqdcl {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .onewin-ulo4mv .onewin-drqdcl {
    padding: 24px 16px 0;
  }
}

.onewin-ulo4mv .onewin-drqdcl .onewin-dognmd {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .onewin-ulo4mv .onewin-drqdcl .onewin-dognmd {
    margin-bottom: 24px;
  }
}

.onewin-ulo4mv .onewin-drqdcl 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);
}

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

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

.onewin-ulo4mv .onewin-drqdcl table tr:last-of-type td {
  border-bottom: none;
}

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

.onewin-hopcsu.onewin-p77yyc {
  display: block;
}

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

.onewin-hopcsu .onewin-y3x0gu {
  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;
}

.onewin-hopcsu .onewin-un7vo9 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.onewin-hopcsu .onewin-f8mbwa {
  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.onewin-xalsrt ease-in-out;
}

.onewin-hopcsu .onewin-f8mbwa:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.onewin-k9jycu.onewin-p77yyc {
  display: block;
}

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

.onewin-e8gsvh {
  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;
}

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

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

.onewin-t2j4k8 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.onewin-t2j4k8 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.onewin-5s5mql {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.onewin-mkmwib.onewin-20v8cj {
  display: none;
}

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

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

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

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

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

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

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

.onewin-bpexiy input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.onewin-bpexiy input:active {
  border-color: #c2c0ce;
}

.onewin-bpexiy input:focus {
  border-color: #c2c0ce;
}

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

.onewin-ifka22 {
  margin-bottom: 36px;
}

.onewin-ifka22 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;
}

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

.onewin-ifka22 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.onewin-xte9j0 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.onewin-s67vgi {
  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.onewin-xalsrt ease-in-out;
}

.onewin-s67vgi:hover {
  background: var(--border-color);
}

.onewin-k2u7qj {
  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.onewin-xalsrt ease-in-out;
}

.onewin-k2u7qj:hover {
  background: #166ad9;
}

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

.onewin-jfshv5.onewin-20v8cj {
  display: none;
}

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

.onewin-jfshv5 .onewin-s67vgi {
  margin: 0 auto;
}

.onewin-whxryb {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.onewin-pmcogx {
  filter: grayscale(100%);
}

.onewin-e6jx0d > input {
  display: none;
}

.onewin-e6jx0d > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.onewin-5i9k45.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.onewin-gibi2b 44.onewin-r9wao2.onewin-77febh.onewin-l9imnp.onewin-h60yre.onewin-fyjzrk.onewin-m0suku.onewin-ga4qad.onewin-1xvt4l.onewin-h9ng37.onewin-2syv9m.onewin-jjnsxt.onewin-3r7a4q 0l-12.onewin-n5b0e0 30.onewin-9d2i2h.onewin-wrrpua 2.onewin-zq7y67.onewin-wrrpua 3.onewin-nak2vs 3.onewin-0rgf7h.onewin-f1ekjl 3.onewin-svt1n4.onewin-ekz7xb.onewin-tq4cir.onewin-69fc13 7-3.onewin-n5b0e0 10.onewin-6ifynm.onewin-69fc13 23.onewin-aasinn.onewin-g9vsm9 1.onewin-3n6g6c 2.onewin-n5b0e0 3.onewin-g9vsm9 1.onewin-f1ekjl 5.onewin-3oyefk.onewin-f1ekjl 32.onewin-lsmgfc.onewin-ekz7xb 5.onewin-3r7a4q 4.onewin-69fc13 9.onewin-69fc13 8.onewin-f1ekjl 6.onewin-onzwuj.onewin-hfg07q.onewin-7wxco4.onewin-v8pk56.onewin-g43bgb 4.onewin-jx6k5g.onewin-g43bgb 6.onewin-g43bgb 0l29.onewin-3r7a4q 17.onewin-am2x1f.onewin-kfdbs2 2.onewin-rocqtm 10.onewin-d4lcly.onewin-n5b0e0 8.onewin-57h9zp.onewin-al7igo.onewin-40e65j.onewin-zte5vi.onewin-895pc0.onewin-ekz7xb.onewin-fyjzrk.onewin-n5b0e0 1.onewin-h3uh5c.onewin-ffkm4s.onewin-okrwui.onewin-bw1esn.onewin-hnp14b.onewin-3n6g6c 1.onewin-tfbyg7.onewin-4rpob3.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.onewin-e6jx0d > input:checked ~ label,
.onewin-e6jx0d > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.onewin-5i9k45.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.onewin-gibi2b 44.onewin-r9wao2.onewin-77febh.onewin-l9imnp.onewin-h60yre.onewin-fyjzrk.onewin-m0suku.onewin-ga4qad.onewin-1xvt4l.onewin-h9ng37.onewin-2syv9m.onewin-jjnsxt.onewin-3r7a4q 0l-12.onewin-n5b0e0 30.onewin-9d2i2h.onewin-wrrpua 2.onewin-zq7y67.onewin-wrrpua 3.onewin-nak2vs 3.onewin-0rgf7h.onewin-f1ekjl 3.onewin-svt1n4.onewin-ekz7xb.onewin-tq4cir.onewin-69fc13 7-3.onewin-n5b0e0 10.onewin-6ifynm.onewin-69fc13 23.onewin-aasinn.onewin-g9vsm9 1.onewin-3n6g6c 2.onewin-n5b0e0 3.onewin-g9vsm9 1.onewin-f1ekjl 5.onewin-3oyefk.onewin-f1ekjl 32.onewin-lsmgfc.onewin-ekz7xb 5.onewin-3r7a4q 4.onewin-69fc13 9.onewin-69fc13 8.onewin-f1ekjl 6.onewin-onzwuj.onewin-hfg07q.onewin-7wxco4.onewin-v8pk56.onewin-g43bgb 4.onewin-jx6k5g.onewin-g43bgb 6.onewin-g43bgb 0l29.onewin-3r7a4q 17.onewin-am2x1f.onewin-kfdbs2 2.onewin-rocqtm 10.onewin-d4lcly.onewin-n5b0e0 8.onewin-57h9zp.onewin-al7igo.onewin-40e65j.onewin-zte5vi.onewin-895pc0.onewin-ekz7xb.onewin-fyjzrk.onewin-n5b0e0 1.onewin-h3uh5c.onewin-ffkm4s.onewin-okrwui.onewin-bw1esn.onewin-hnp14b.onewin-3n6g6c 1.onewin-tfbyg7.onewin-4rpob3.5z'/%3e%3c/svg%3e");
}

.onewin-e6jx0d > input:not(:checked) ~ label:hover,
.onewin-e6jx0d > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.onewin-5i9k45.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.onewin-gibi2b 44.onewin-r9wao2.onewin-77febh.onewin-l9imnp.onewin-h60yre.onewin-fyjzrk.onewin-m0suku.onewin-ga4qad.onewin-1xvt4l.onewin-h9ng37.onewin-2syv9m.onewin-jjnsxt.onewin-3r7a4q 0l-12.onewin-n5b0e0 30.onewin-9d2i2h.onewin-wrrpua 2.onewin-zq7y67.onewin-wrrpua 3.onewin-nak2vs 3.onewin-0rgf7h.onewin-f1ekjl 3.onewin-svt1n4.onewin-ekz7xb.onewin-tq4cir.onewin-69fc13 7-3.onewin-n5b0e0 10.onewin-6ifynm.onewin-69fc13 23.onewin-aasinn.onewin-g9vsm9 1.onewin-3n6g6c 2.onewin-n5b0e0 3.onewin-g9vsm9 1.onewin-f1ekjl 5.onewin-3oyefk.onewin-f1ekjl 32.onewin-lsmgfc.onewin-ekz7xb 5.onewin-3r7a4q 4.onewin-69fc13 9.onewin-69fc13 8.onewin-f1ekjl 6.onewin-onzwuj.onewin-hfg07q.onewin-7wxco4.onewin-v8pk56.onewin-g43bgb 4.onewin-jx6k5g.onewin-g43bgb 6.onewin-g43bgb 0l29.onewin-3r7a4q 17.onewin-am2x1f.onewin-kfdbs2 2.onewin-rocqtm 10.onewin-d4lcly.onewin-n5b0e0 8.onewin-57h9zp.onewin-al7igo.onewin-40e65j.onewin-zte5vi.onewin-895pc0.onewin-ekz7xb.onewin-fyjzrk.onewin-n5b0e0 1.onewin-h3uh5c.onewin-ffkm4s.onewin-okrwui.onewin-bw1esn.onewin-hnp14b.onewin-3n6g6c 1.onewin-tfbyg7.onewin-4rpob3.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .onewin-wda3jh > .onewin-7bua96 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .onewin-wda3jh > .onewin-7bua96 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .onewin-wda3jh > .onewin-7bua96 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .onewin-wda3jh > .onewin-7bua96 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .onewin-wda3jh > .onewin-7bua96 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.onewin-ufriin.onewin-20v8cj {
  display: none;
}

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

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

.onewin-ajwrkc {
  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;
}

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

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

.onewin-ajwrkc img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.onewin-lluzz8 {
  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;
}

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

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

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

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

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

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

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

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

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

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

.onewin-ufriin.onewin-ls8obx .onewin-mj4436 {
  background: #2b3b67;
}

.onewin-ufriin.onewin-ls8obx .onewin-ajwrkc {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.onewin-ufriin.onewin-ls8obx .onewin-ajwrkc::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.onewin-ufriin.onewin-ls8obx .onewin-ajwrkc::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.onewin-ufriin.onewin-ls8obx .onewin-lluzz8::before {
  background: #0e0f41;
}

.onewin-ufriin.onewin-ls8obx .onewin-lluzz8::after {
  background: #152557;
}

.onewin-ufriin.onewin-m629eg .onewin-mj4436 {
  background: #1f35fa;
}

.onewin-ufriin.onewin-m629eg .onewin-ajwrkc {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.onewin-ufriin.onewin-m629eg .onewin-ajwrkc::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.onewin-ufriin.onewin-m629eg .onewin-ajwrkc::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.onewin-ufriin.onewin-m629eg .onewin-lluzz8::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.onewin-ufriin.onewin-m629eg .onewin-lluzz8::after {
  background: #192ac8;
}

.onewin-ufriin.onewin-28wxa5 .onewin-mj4436 {
  background: #fa771f;
}

.onewin-ufriin.onewin-28wxa5 .onewin-ajwrkc {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.onewin-ufriin.onewin-28wxa5 .onewin-ajwrkc::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.onewin-ufriin.onewin-28wxa5 .onewin-ajwrkc::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.onewin-ufriin.onewin-28wxa5 .onewin-lluzz8::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.onewin-ufriin.onewin-28wxa5 .onewin-lluzz8::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

.onewin-lxnexr {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.onewin-0s5qgg {
  width: 120px;
  height: 22px;
}

.onewin-0s5qgg .onewin-nu946d {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.onewin-s481f3 {
  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);
}

.onewin-s481f3.onewin-ey1y71 {
  display: block;
}

.onewin-s481f3.onewin-20v8cj {
  display: none;
}

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

.onewin-snga00 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.onewin-d315s8 {
  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);
}

.onewin-azmh9i {
  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;
}

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

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

.onewin-lljaeu {
  font-size: 16px;
  line-height: 140%;
}

.onewin-az53gf {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.onewin-az53gf .onewin-nu946d {
  fill: #c2c0ce;
}

.onewin-az53gf [rating="1"] .onewin-nu946d:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.onewin-az53gf [rating="2"] .onewin-nu946d:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.onewin-az53gf [rating="3"] .onewin-nu946d:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.onewin-az53gf [rating="4"] .onewin-nu946d:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.onewin-az53gf [rating="5"] .onewin-nu946d:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.onewin-8u94dr {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.onewin-4m4tpe {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .onewin-4m4tpe {
    padding: 0 16px;
  }
}

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

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

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

.onewin-y2fqpl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.onewin-0c763k {
  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;
}

.onewin-5a2tly {
  flex: 1;
  min-width: 0;
}

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

.onewin-hhoy06 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.onewin-hhoy06 svg path {
  fill: var(--button-bg-color);
}

.onewin-hhoy06 svg circle {
  fill: var(--button-text-color);
}

.onewin-8cb7j6 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.onewin-8cb7j6 strong {
  font-weight: 600;
}

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

.onewin-cs9t7s p {
  margin: 0 0 16px;
}

.onewin-cs9t7s p:last-child {
  margin-bottom: 0;
}

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

.onewin-0nl7yk {
  max-width: 300px;
  width: 100%;
}

.onewin-0nl7yk a {
  width: 100%;
}

@media (max-width: 575px) {
  .onewin-0nl7yk {
    max-width: 200px;
  }
}

.onewin-f3wrw2 {
  justify-content: center;
}

.onewin-l0lsqw {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.onewin-dxtyny {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.onewin-sz2qyc .onewin-2k0cg0 {
  justify-content: center;
}

/* faq */

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

.onewin-jkbirn {
  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.onewin-7lpdpa ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.onewin-jkbirn::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.onewin-7lpdpa ease;
}

.onewin-xtxq85.onewin-p77yyc .onewin-jkbirn::after {
  transform: rotate(45deg);
}

.onewin-7zbz1z {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.onewin-xalsrt ease, padding 0.onewin-xalsrt ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.onewin-xtxq85.onewin-p77yyc .onewin-7zbz1z {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.onewin-hdmthd {
  margin: 25px 0;
}

.onewin-e6jx0d > input:not(:checked) ~ label:hover,
.onewin-e6jx0d > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.onewin-7smvdh.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.onewin-febijs 44.onewin-201dd6.onewin-5c55ps.onewin-yv3l6q.onewin-q57ivj.onewin-gx6iwe.onewin-lalnmp.onewin-vhj3ya.onewin-q6ax6i.onewin-thy4f4.onewin-mqf027.onewin-w3hvqk.onewin-lcfrt8 0l-12.onewin-h5n2fi 30.onewin-ai8kt8.onewin-zssp15 2.onewin-a1e2uf.onewin-zssp15 3.onewin-tag3eb 3.onewin-8dwr8t.onewin-1o124d 3.onewin-a0828q.onewin-h8mctl.onewin-7stiag.onewin-qn5flt 7-3.onewin-h5n2fi 10.onewin-42m4mm.onewin-qn5flt 23.onewin-cmkq9d.onewin-waajhc 1.onewin-fcqqmz 2.onewin-h5n2fi 3.onewin-waajhc 1.onewin-1o124d 5.onewin-j6np1m.onewin-1o124d 32.onewin-x4secf.onewin-h8mctl 5.onewin-lcfrt8 4.onewin-qn5flt 9.onewin-qn5flt 8.onewin-1o124d 6.onewin-wfkjkp.onewin-0y5nxr.onewin-jasshn.onewin-unts5u.onewin-j0425h 4.onewin-z179v2.onewin-j0425h 6.onewin-j0425h 0l29.onewin-lcfrt8 17.onewin-b3e4n3.onewin-gp5qol 2.onewin-87qzpg 10.onewin-lp48y7.onewin-h5n2fi 8.onewin-n97okz.onewin-puecao.onewin-jxkpf9.onewin-5qjkiw.onewin-zxnu1x.onewin-h8mctl.onewin-gx6iwe.onewin-h5n2fi 1.onewin-jpvcpk.onewin-4utm08.onewin-h6og3u.onewin-kklfb2.onewin-dy0s4m.onewin-fcqqmz 1.onewin-ksor96.onewin-o8paxd.5z'/%3e%3c/svg%3e");
}

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

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

.onewin-xebalg {
  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);
}

.onewin-xebalg.onewin-g7fz6j {
  display: block;
}

.onewin-xebalg.onewin-vikr0m {
  display: none;
}

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

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

.onewin-t9szhk {
  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);
}

.onewin-5j1g0y {
  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;
}

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

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

.onewin-h2bshj {
  font-size: 16px;
  line-height: 140%;
}

.onewin-7w6rjy {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.onewin-7w6rjy .onewin-s8el1d {
  fill: #c2c0ce;
}

.onewin-7w6rjy [rating="1"] .onewin-s8el1d:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.onewin-7w6rjy [rating="2"] .onewin-s8el1d:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.onewin-7w6rjy [rating="3"] .onewin-s8el1d:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.onewin-7w6rjy [rating="4"] .onewin-s8el1d:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.onewin-7w6rjy [rating="5"] .onewin-s8el1d:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.onewin-p7zzg8 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;
}

.onewin-p7zzg8 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 */

.onewin-2xmnsa {
  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);
}

.onewin-2xmnsa.onewin-oiscs8 {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.onewin-52k184 {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.onewin-52k184 label {
  font-size: 14px;
}

.onewin-52k184 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.onewin-52k184 input,
.onewin-52k184 textarea,
.onewin-52k184 button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.onewin-52k184 button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.onewin-7lpdpa ease;
}
.onewin-52k184 button:hover {
  background-color: var(--button-bg-hover);
}
.onewin-2su9ex {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.onewin-37xtap ease-in;
}

.onewin-2su9ex h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.onewin-xzinn4, .onewin-s5u8e8, [class*="review-card"],
thead, thead th, table th, .onewin-ads89b,
.onewin-21gah9, [class*="collapsible-header"],
.onewin-qpo6kp, [class*="updated-block"] {
  color: #ece7dc !important;
}
