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-wkk81u {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.onewin-iwm0ku {
  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-iwm0ku: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-ooy83z {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

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

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

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

.onewin-sd3thl {
  cursor: pointer;
}

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

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

.onewin-yly6l5 figure {
  margin: 0;
}

.onewin-yly6l5.onewin-i23pny {
  justify-content: flex-start;
  margin-right: 4px;
}

.onewin-yly6l5.onewin-p7cpno {
  justify-content: flex-end;
  margin-left: 4px;
}

.onewin-yly6l5.onewin-ozx6cc {
  justify-content: center;
}

.onewin-yly6l5.onewin-5n31ac {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

.onewin-kmf3cn 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-kmf3cn ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

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

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

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

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

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

.onewin-o35kre.onewin-ncx0ew {
  background-color: #000;
}

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

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

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

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

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

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

.onewin-re5ze9 .onewin-cr0kwu {
  margin-bottom: 28px;
}

.onewin-re5ze9 .onewin-cr0kwu img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.onewin-l9rtqq li svg {
  transition: 0.onewin-2fpijy ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

.onewin-dzn67t.onewin-okzlky {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.onewin-cu86wl h1,
.onewin-cu86wl 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-cu86wl h1,
  .onewin-cu86wl h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

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

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

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

.onewin-fo914y li a.onewin-okzlky {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

.onewin-itwems img {
  width: 100%;
  transition: 0.onewin-2fpijy ease-in-out;
}

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

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

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

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

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

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

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

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

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

.onewin-7ob7f6 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

@media only screen and (max-width: 1023px) {
  .onewin-7ob7f6 {
    display: block;
  }
  .onewin-7ob7f6 li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .onewin-7ob7f6 li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .onewin-7ob7f6 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-7ob7f6 li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.onewin-mmuwzl.onewin-o1254n {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

.onewin-kyvmhd {
  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-kyvmhd::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-quwx6e ease-in-out;
}

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

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

.onewin-qikotb 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-2fpijy ease-in-out;
  overflow: hidden;
}

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

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

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

.onewin-ld3vwq {
  display: none;
}

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

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

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

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

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

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

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

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

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

.onewin-5j2y7q {
  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-5j2y7q {
    font-size: 32px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-2zo8fa .onewin-iwm0ku {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.onewin-7g8qks {
  position: relative;
  border: none;
}

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

.onewin-zwtg4l {
  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-zwtg4l span {
  height: 32px;
}

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

.onewin-zwtg4l.onewin-0nubt9 span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.onewin-ivkk8v.onewin-9fvorh {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-bmx8y0 {
  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-tyrkh3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

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

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

.onewin-vpig3r {
  display: none;
}

@media only screen and (max-width: 767px) {
  .onewin-vpig3r {
    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-flapw6 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-tkg7pz 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-tkg7pz 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-tkg7pz 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-tkg7pz tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

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

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

.onewin-tkg7pz 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-tkg7pz 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-tkg7pz tbody tr td:last-of-type {
  margin-left: auto;
}

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

.onewin-tkg7pz tbody tr td .onewin-2zqmlj {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

.onewin-tkg7pz tbody tr td .onewin-pu4jh9 {
  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-2fpijy ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

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

.onewin-tkg7pz tbody tr td .onewin-3f69lc {
  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-tkg7pz tbody tr td .onewin-3f69lc:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

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

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

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

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

.onewin-sgb5i4 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.onewin-2fpijy ease-in-out;
}

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

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

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

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

.onewin-4nae79 {
  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-4nae79 {
    height: 190px;
    margin: 20px auto;
  }
}

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

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

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

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

.onewin-2opa59::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-26yuoe {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.onewin-26yuoe svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.onewin-2fpijy ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

.onewin-9pvhpj {
  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-2fpijy ease-in-out;
}

.onewin-9pvhpj:hover {
  border: 1px solid #8c8ca2;
}

.onewin-ciai2b {
  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-ciai2b:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.onewin-ih30wj .onewin-9pvhpj {
  width: 50%;
  margin: 0;
}

.onewin-1s0mdg {
  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-1s0mdg:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.onewin-66qtl0 {
  margin: 0 0 100px;
}

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

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

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

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

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

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

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

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

.onewin-hidswc 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-2fpijy ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-2irx6b::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-57ncyp {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.onewin-57ncyp.onewin-ifg5xc {
  display: none;
}

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

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

.onewin-6nqhja iframe.onewin-kwda7b {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.onewin-6nqhja.onewin-87m60e {
  opacity: 1;
  pointer-events: all;
}

.onewin-rxvw0h {
  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-2fpijy ease-in-out;
}

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

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

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

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

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

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

.onewin-rpi8i6 .onewin-2zo8fa {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.onewin-rpi8i6 .onewin-2zo8fa h1,
.onewin-rpi8i6 .onewin-2zo8fa 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-rpi8i6 .onewin-2zo8fa h1,
  .onewin-rpi8i6 .onewin-2zo8fa h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .onewin-rpi8i6 .onewin-2zo8fa {
    margin: 28px 0 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-9ao7ig .onewin-97k3dj {
  position: relative;
}

.onewin-9ao7ig .onewin-dderd2 {
  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-9ao7ig .onewin-dderd2.onewin-ifg5xc {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .onewin-9ao7ig .onewin-4cx4kp {
    bottom: 90px;
  }
}

.onewin-9ao7ig .onewin-4cx4kp .onewin-yczvp0 {
  max-width: 300px;
  width: 100%;
}

.onewin-9ao7ig .onewin-4cx4kp .onewin-yczvp0 .onewin-qkp5wg {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .onewin-9ao7ig .onewin-4cx4kp .onewin-yczvp0 .onewin-qkp5wg {
    font-size: 32px;
    text-align: center;
  }
}

.onewin-9ao7ig .onewin-4cx4kp .onewin-yczvp0 .onewin-9tqzhv {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .onewin-9ao7ig .onewin-4cx4kp .onewin-yczvp0 .onewin-9tqzhv {
    text-align: center;
  }
}

.onewin-9ao7ig .onewin-4cx4kp .onewin-o1254n {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .onewin-9ao7ig .onewin-4cx4kp .onewin-o1254n {
    flex-direction: column-reverse;
  }
}

.onewin-9ao7ig .onewin-4cx4kp .onewin-o1254n .onewin-588wxs {
  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-2fpijy ease-in-out;
}

.onewin-9ao7ig .onewin-4cx4kp .onewin-o1254n .onewin-588wxs:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .onewin-9ao7ig .onewin-4cx4kp .onewin-o1254n .onewin-588wxs {
    width: 100%;
  }
}

.onewin-9ao7ig .onewin-4cx4kp .onewin-o1254n .onewin-i498sp {
  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-2fpijy ease-in-out;
  overflow: hidden;
}

.onewin-9ao7ig .onewin-4cx4kp .onewin-o1254n .onewin-i498sp 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-9ao7ig .onewin-4cx4kp .onewin-o1254n .onewin-i498sp: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-9ao7ig .onewin-4cx4kp .onewin-o1254n .onewin-i498sp:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .onewin-9ao7ig .onewin-4cx4kp .onewin-o1254n .onewin-i498sp {
    width: 100%;
  }
}

.onewin-9ao7ig .onewin-4cx4kp.onewin-ifg5xc {
  display: none;
}

.onewin-9ao7ig .onewin-o9oyb5 {
  display: none;
}

.onewin-9ao7ig .onewin-o9oyb5.onewin-87m60e {
  display: block;
}

.onewin-9ao7ig .onewin-o9oyb5 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

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

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

.onewin-9ao7ig .onewin-v5hip4 .onewin-qkp5wg {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

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

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

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

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

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

.onewin-yh4oaq.onewin-okzlky {
  display: block;
}

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

.onewin-yh4oaq .onewin-7u0mnn {
  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-yh4oaq .onewin-ozt45z {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.onewin-yh4oaq .onewin-i498sp {
  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-2fpijy ease-in-out;
}

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

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

.onewin-efakfw.onewin-okzlky {
  display: block;
}

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

.onewin-4yyml6 {
  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-3ls5t7 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.onewin-lqb924.onewin-ifg5xc {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-1x42g9 {
  margin-bottom: 36px;
}

.onewin-1x42g9 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-1x42g9 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

.onewin-4i2z0g {
  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-2fpijy ease-in-out;
}

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

.onewin-pdin2p {
  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-2fpijy ease-in-out;
}

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

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

.onewin-sru4s5.onewin-ifg5xc {
  display: none;
}

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

.onewin-sru4s5 .onewin-4i2z0g {
  margin: 0 auto;
}

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

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

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

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

.onewin-5t6e6a > input {
  display: none;
}

.onewin-5t6e6a > 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-pvix5v.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.onewin-kucky0 44.onewin-9f8dru.onewin-obfdxm.onewin-c6pmf7.onewin-huz6rg.onewin-1m763j.onewin-4vzzbx.onewin-o4o7gq.onewin-br89tg.onewin-bgtf5q.onewin-x4bo8i.onewin-evhghy.onewin-aoeduf 0l-12.onewin-wlw6va 30.onewin-j41f5s.onewin-pga9bq 2.onewin-pkz44d.onewin-pga9bq 3.onewin-agxuud 3.onewin-jk5ldh.onewin-o5g9sa 3.onewin-tg9ymi.onewin-ntzwxa.onewin-udqbv2.onewin-4wb6s7 7-3.onewin-wlw6va 10.onewin-lwpdqx.onewin-4wb6s7 23.onewin-x06hgm.onewin-178sb1 1.onewin-8hrd6i 2.onewin-wlw6va 3.onewin-178sb1 1.onewin-o5g9sa 5.onewin-2f07kh.onewin-o5g9sa 32.onewin-zzhynb.onewin-ntzwxa 5.onewin-aoeduf 4.onewin-4wb6s7 9.onewin-4wb6s7 8.onewin-o5g9sa 6.onewin-nk6uvq.onewin-93oz7v.onewin-vjudp8.onewin-ryd0i9.onewin-ghroe6 4.onewin-4q39c9.onewin-ghroe6 6.onewin-ghroe6 0l29.onewin-aoeduf 17.onewin-wb22m2.onewin-cyi6me 2.onewin-x2f8qn 10.onewin-or42kj.onewin-wlw6va 8.onewin-p5n7sf.onewin-z3x5az.onewin-x0nat0.onewin-tmescr.onewin-bduq6c.onewin-ntzwxa.onewin-1m763j.onewin-wlw6va 1.onewin-xqf219.onewin-77sqnw.onewin-kmln54.onewin-qt13u5.onewin-qz0bo0.onewin-8hrd6i 1.onewin-f3necn.onewin-h118tq.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.onewin-5t6e6a > input:checked ~ label,
.onewin-5t6e6a > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.onewin-pvix5v.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.onewin-kucky0 44.onewin-9f8dru.onewin-obfdxm.onewin-c6pmf7.onewin-huz6rg.onewin-1m763j.onewin-4vzzbx.onewin-o4o7gq.onewin-br89tg.onewin-bgtf5q.onewin-x4bo8i.onewin-evhghy.onewin-aoeduf 0l-12.onewin-wlw6va 30.onewin-j41f5s.onewin-pga9bq 2.onewin-pkz44d.onewin-pga9bq 3.onewin-agxuud 3.onewin-jk5ldh.onewin-o5g9sa 3.onewin-tg9ymi.onewin-ntzwxa.onewin-udqbv2.onewin-4wb6s7 7-3.onewin-wlw6va 10.onewin-lwpdqx.onewin-4wb6s7 23.onewin-x06hgm.onewin-178sb1 1.onewin-8hrd6i 2.onewin-wlw6va 3.onewin-178sb1 1.onewin-o5g9sa 5.onewin-2f07kh.onewin-o5g9sa 32.onewin-zzhynb.onewin-ntzwxa 5.onewin-aoeduf 4.onewin-4wb6s7 9.onewin-4wb6s7 8.onewin-o5g9sa 6.onewin-nk6uvq.onewin-93oz7v.onewin-vjudp8.onewin-ryd0i9.onewin-ghroe6 4.onewin-4q39c9.onewin-ghroe6 6.onewin-ghroe6 0l29.onewin-aoeduf 17.onewin-wb22m2.onewin-cyi6me 2.onewin-x2f8qn 10.onewin-or42kj.onewin-wlw6va 8.onewin-p5n7sf.onewin-z3x5az.onewin-x0nat0.onewin-tmescr.onewin-bduq6c.onewin-ntzwxa.onewin-1m763j.onewin-wlw6va 1.onewin-xqf219.onewin-77sqnw.onewin-kmln54.onewin-qt13u5.onewin-qz0bo0.onewin-8hrd6i 1.onewin-f3necn.onewin-h118tq.5z'/%3e%3c/svg%3e");
}

.onewin-5t6e6a > input:not(:checked) ~ label:hover,
.onewin-5t6e6a > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.onewin-pvix5v.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.onewin-kucky0 44.onewin-9f8dru.onewin-obfdxm.onewin-c6pmf7.onewin-huz6rg.onewin-1m763j.onewin-4vzzbx.onewin-o4o7gq.onewin-br89tg.onewin-bgtf5q.onewin-x4bo8i.onewin-evhghy.onewin-aoeduf 0l-12.onewin-wlw6va 30.onewin-j41f5s.onewin-pga9bq 2.onewin-pkz44d.onewin-pga9bq 3.onewin-agxuud 3.onewin-jk5ldh.onewin-o5g9sa 3.onewin-tg9ymi.onewin-ntzwxa.onewin-udqbv2.onewin-4wb6s7 7-3.onewin-wlw6va 10.onewin-lwpdqx.onewin-4wb6s7 23.onewin-x06hgm.onewin-178sb1 1.onewin-8hrd6i 2.onewin-wlw6va 3.onewin-178sb1 1.onewin-o5g9sa 5.onewin-2f07kh.onewin-o5g9sa 32.onewin-zzhynb.onewin-ntzwxa 5.onewin-aoeduf 4.onewin-4wb6s7 9.onewin-4wb6s7 8.onewin-o5g9sa 6.onewin-nk6uvq.onewin-93oz7v.onewin-vjudp8.onewin-ryd0i9.onewin-ghroe6 4.onewin-4q39c9.onewin-ghroe6 6.onewin-ghroe6 0l29.onewin-aoeduf 17.onewin-wb22m2.onewin-cyi6me 2.onewin-x2f8qn 10.onewin-or42kj.onewin-wlw6va 8.onewin-p5n7sf.onewin-z3x5az.onewin-x0nat0.onewin-tmescr.onewin-bduq6c.onewin-ntzwxa.onewin-1m763j.onewin-wlw6va 1.onewin-xqf219.onewin-77sqnw.onewin-kmln54.onewin-qt13u5.onewin-qz0bo0.onewin-8hrd6i 1.onewin-f3necn.onewin-h118tq.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .onewin-062ga9 > .onewin-qhxxyi {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .onewin-062ga9 > .onewin-qhxxyi {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .onewin-062ga9 > .onewin-qhxxyi {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .onewin-062ga9 > .onewin-qhxxyi {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .onewin-062ga9 > .onewin-qhxxyi {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.onewin-r672yd.onewin-ifg5xc {
  display: none;
}

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

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

.onewin-82n2aa {
  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-82n2aa::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-r672yd.onewin-w2nmzr .onewin-rpxa1d {
  background: #2b3b67;
}

.onewin-r672yd.onewin-w2nmzr .onewin-82n2aa {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.onewin-r672yd.onewin-w2nmzr .onewin-82n2aa::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.onewin-r672yd.onewin-w2nmzr .onewin-82n2aa::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.onewin-r672yd.onewin-w2nmzr .onewin-y47lfi::before {
  background: #0e0f41;
}

.onewin-r672yd.onewin-w2nmzr .onewin-y47lfi::after {
  background: #152557;
}

.onewin-r672yd.onewin-stmdbu .onewin-rpxa1d {
  background: #1f35fa;
}

.onewin-r672yd.onewin-stmdbu .onewin-82n2aa {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.onewin-r672yd.onewin-stmdbu .onewin-82n2aa::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.onewin-r672yd.onewin-stmdbu .onewin-82n2aa::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

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

.onewin-r672yd.onewin-stmdbu .onewin-y47lfi::after {
  background: #192ac8;
}

.onewin-r672yd.onewin-e7i2c5 .onewin-rpxa1d {
  background: #fa771f;
}

.onewin-r672yd.onewin-e7i2c5 .onewin-82n2aa {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.onewin-r672yd.onewin-e7i2c5 .onewin-82n2aa::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.onewin-r672yd.onewin-e7i2c5 .onewin-82n2aa::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.onewin-r672yd.onewin-e7i2c5 .onewin-y47lfi::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.onewin-r672yd.onewin-e7i2c5 .onewin-y47lfi::after {
  background: #fa8535;
}

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

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

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

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

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

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

.onewin-qk5vw6 {
  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-qk5vw6 {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

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

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

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

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

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

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

.onewin-kwmv6k .onewin-l5w6w8 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.onewin-4mx44j {
  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-4mx44j.onewin-87m60e {
  display: block;
}

.onewin-4mx44j.onewin-ifg5xc {
  display: none;
}

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

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

.onewin-1tafni {
  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-n2nuim {
  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-ik2ts6 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.onewin-h5y5wn .onewin-l5w6w8 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

.onewin-soqfa9 {
  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-atq5zi {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

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

.onewin-62e350 strong {
  font-weight: 600;
}

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

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

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

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

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

.onewin-kmj4fb a {
  width: 100%;
}

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

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

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

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

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

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

.onewin-qrfcth .onewin-7ob7f6 {
  justify-content: center;
}

/* faq */

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

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

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

.onewin-y9c1pi.onewin-okzlky .onewin-fuojpp::after {
  transform: rotate(45deg);
}

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

.onewin-y9c1pi.onewin-okzlky .onewin-t1sqxm {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.onewin-5t6e6a > input:not(:checked) ~ label:hover,
.onewin-5t6e6a > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.onewin-l70p5f.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.onewin-esfpu2 44.onewin-1aov8p.onewin-m3f3vv.onewin-smrcrk.onewin-mw5phi.onewin-qznrgy.onewin-cfxj0a.onewin-sd3b70.onewin-96tlxo.onewin-7p4q8m.onewin-55x3ff.onewin-4m8ou7.onewin-v9rt56 0l-12.onewin-8xlmfy 30.onewin-ncq0d3.onewin-1wkgjk 2.onewin-bsu7ld.onewin-1wkgjk 3.onewin-2e1g11 3.onewin-s0mp1o.onewin-89zgrb 3.onewin-y1w5qh.onewin-yln28j.onewin-e6a6kj.onewin-x6q322 7-3.onewin-8xlmfy 10.onewin-jz5umd.onewin-x6q322 23.onewin-y4ehwq.onewin-ui2ass 1.onewin-ph5kcs 2.onewin-8xlmfy 3.onewin-ui2ass 1.onewin-89zgrb 5.onewin-wivn0j.onewin-89zgrb 32.onewin-ebrr5r.onewin-yln28j 5.onewin-v9rt56 4.onewin-x6q322 9.onewin-x6q322 8.onewin-89zgrb 6.onewin-d8cngv.onewin-lbd853.onewin-vx7h8w.onewin-uppa68.onewin-m9jerh 4.onewin-vxzip5.onewin-m9jerh 6.onewin-m9jerh 0l29.onewin-v9rt56 17.onewin-koefwc.onewin-16a1p0 2.onewin-s2v9hk 10.onewin-ifiojl.onewin-8xlmfy 8.onewin-3aazsn.onewin-pl3507.onewin-ua42jh.onewin-ain6wm.onewin-xy71lp.onewin-yln28j.onewin-qznrgy.onewin-8xlmfy 1.onewin-tntyyo.onewin-6zw90m.onewin-c4vdq9.onewin-xmlz39.onewin-vxekzl.onewin-ph5kcs 1.onewin-4ahsn5.onewin-c3ph0q.5z'/%3e%3c/svg%3e");
}

.onewin-7u94pl {
  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-7u94pl {
    gap: 16px 0;
  }
}

.onewin-n6ogam {
  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-n6ogam.onewin-vnshcr {
  display: block;
}

.onewin-n6ogam.onewin-5wvr1w {
  display: none;
}

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

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

.onewin-o8x99v {
  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-zilk2b {
  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-gffx43 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.onewin-b9nkgo .onewin-pv7zia {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.onewin-gl60lh 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-gl60lh 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-44reno {
  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-44reno.onewin-x0miek {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.onewin-5lwnm5 {
  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-5lwnm5 label {
  font-size: 14px;
}

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

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

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