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

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

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

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

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

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

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

.onewin-8up7ua {
  cursor: pointer;
}

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

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

.onewin-zr0qvz figure {
  margin: 0;
}

.onewin-zr0qvz.onewin-9srhbs {
  justify-content: flex-start;
  margin-right: 4px;
}

.onewin-zr0qvz.onewin-0r3dr3 {
  justify-content: flex-end;
  margin-left: 4px;
}

.onewin-zr0qvz.onewin-cymf3j {
  justify-content: center;
}

.onewin-zr0qvz.onewin-h79y81 {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-65gg6i.onewin-rz2j9f {
  background-color: #000;
}

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

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

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

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

.onewin-0el7kd {
  margin-bottom: 94px;
}

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

.onewin-kzjwsc .onewin-uk0tw8 {
  margin-bottom: 28px;
}

.onewin-kzjwsc .onewin-uk0tw8 img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.onewin-5x5uz8 li svg {
  transition: 0.onewin-2okd2l ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

.onewin-isovkz.onewin-87ikjw {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

.onewin-rf56oi li a.onewin-87ikjw {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-4ah5ll.onewin-o5ibre {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-k3gdee {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-7l57aw .onewin-e93ezg {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.onewin-7l57aw .onewin-1p0xh4 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.onewin-1p0xh4 {
  margin: 0 0 28px;
}

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

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

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

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

.onewin-l127xy .onewin-o1v1nd {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

.onewin-ps0x0e.onewin-ubai3t span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.onewin-jlbul0.onewin-g6uo7i {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-v805zr {
  display: none;
}

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

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

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

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

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

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

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

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

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

.onewin-8sfp5c li span {
  opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-rg5dmi tbody tr td .onewin-39hlw8 {
  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-rg5dmi tbody tr td .onewin-39hlw8:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-6ly94d {
  padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

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

.onewin-2bat0v:hover {
  border: 1px solid #8c8ca2;
}

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

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

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

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

.onewin-k9bovc .onewin-2bat0v {
  width: 50%;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-ruyy4z.onewin-kcnz7a {
  display: none;
}

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

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

.onewin-wl6qti iframe.onewin-cxandd {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.onewin-wl6qti.onewin-a4jngh {
  opacity: 1;
  pointer-events: all;
}

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

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

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

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

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

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

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

.onewin-s0xsaa .onewin-l127xy {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-qa4je2 .onewin-v8u8yl {
  position: relative;
}

.onewin-qa4je2 .onewin-grzwp1 {
  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-qa4je2 .onewin-grzwp1.onewin-kcnz7a {
  display: none;
}

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

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

.onewin-qa4je2 .onewin-6nt18i .onewin-3r4tdp {
  max-width: 300px;
  width: 100%;
}

.onewin-qa4je2 .onewin-6nt18i .onewin-3r4tdp .onewin-q1n4os {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .onewin-qa4je2 .onewin-6nt18i .onewin-3r4tdp .onewin-q1n4os {
    font-size: 32px;
    text-align: center;
  }
}

.onewin-qa4je2 .onewin-6nt18i .onewin-3r4tdp .onewin-i69f6h {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .onewin-qa4je2 .onewin-6nt18i .onewin-3r4tdp .onewin-i69f6h {
    text-align: center;
  }
}

.onewin-qa4je2 .onewin-6nt18i .onewin-o5ibre {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.onewin-qa4je2 .onewin-6nt18i .onewin-o5ibre .onewin-ujy3ee {
  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-2okd2l ease-in-out;
}

.onewin-qa4je2 .onewin-6nt18i .onewin-o5ibre .onewin-ujy3ee:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .onewin-qa4je2 .onewin-6nt18i .onewin-o5ibre .onewin-ujy3ee {
    width: 100%;
  }
}

.onewin-qa4je2 .onewin-6nt18i .onewin-o5ibre .onewin-ha4azv {
  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-2okd2l ease-in-out;
  overflow: hidden;
}

.onewin-qa4je2 .onewin-6nt18i .onewin-o5ibre .onewin-ha4azv 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-qa4je2 .onewin-6nt18i .onewin-o5ibre .onewin-ha4azv: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-qa4je2 .onewin-6nt18i .onewin-o5ibre .onewin-ha4azv:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .onewin-qa4je2 .onewin-6nt18i .onewin-o5ibre .onewin-ha4azv {
    width: 100%;
  }
}

.onewin-qa4je2 .onewin-6nt18i.onewin-kcnz7a {
  display: none;
}

.onewin-qa4je2 .onewin-s7k6k2 {
  display: none;
}

.onewin-qa4je2 .onewin-s7k6k2.onewin-a4jngh {
  display: block;
}

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

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

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

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

.onewin-qa4je2 .onewin-65jdcj .onewin-q1n4os {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

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

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

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

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

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

.onewin-u8k6f5.onewin-87ikjw {
  display: block;
}

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

.onewin-u8k6f5 .onewin-6vafmo {
  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-u8k6f5 .onewin-2td5yj {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.onewin-u8k6f5 .onewin-ha4azv {
  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-2okd2l ease-in-out;
}

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

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

.onewin-ig5z5t.onewin-87ikjw {
  display: block;
}

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

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

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

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

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

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

.onewin-vdaxol.onewin-kcnz7a {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-0fgk5t {
  margin-bottom: 36px;
}

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

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

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

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

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

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

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

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

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

.onewin-f47ndt.onewin-kcnz7a {
  display: none;
}

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

.onewin-f47ndt .onewin-m7c97a {
  margin: 0 auto;
}

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

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

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

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

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

.onewin-yujkkj > 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-dsy0ai.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.onewin-3kubnh 44.onewin-hixh9g.onewin-31xkku.onewin-yh14rt.onewin-75d95z.onewin-ykgqib.onewin-3trrr8.onewin-1w5pt2.onewin-7ja1kb.onewin-fio3w2.onewin-3dna2f.onewin-zkl9b3.onewin-ealnlc 0l-12.onewin-gds1vr 30.onewin-1g67a7.onewin-eims99 2.onewin-3579r2.onewin-eims99 3.onewin-d31pe6 3.onewin-cz09gf.onewin-qkwoaa 3.onewin-55xs58.onewin-i6otzx.onewin-bu807k.onewin-932jt0 7-3.onewin-gds1vr 10.onewin-0dc1wq.onewin-932jt0 23.onewin-ad61a1.onewin-9e0g38 1.onewin-xl7epj 2.onewin-gds1vr 3.onewin-9e0g38 1.onewin-qkwoaa 5.onewin-ryordy.onewin-qkwoaa 32.onewin-mdl8p3.onewin-i6otzx 5.onewin-ealnlc 4.onewin-932jt0 9.onewin-932jt0 8.onewin-qkwoaa 6.onewin-k7ide1.onewin-upvcfv.onewin-jfelpr.onewin-kfcffb.onewin-4tss3b 4.onewin-5qouuh.onewin-4tss3b 6.onewin-4tss3b 0l29.onewin-ealnlc 17.onewin-qqohx2.onewin-670exf 2.onewin-mzgld0 10.onewin-6d2wzb.onewin-gds1vr 8.onewin-17jhr1.onewin-5eluny.onewin-urrgu7.onewin-g2wepf.onewin-iayh90.onewin-i6otzx.onewin-ykgqib.onewin-gds1vr 1.onewin-l5rq6i.onewin-nuauya.onewin-ihi1j1.onewin-mlis97.onewin-y7k9z2.onewin-xl7epj 1.onewin-insurc.onewin-8ojx4j.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.onewin-yujkkj > input:checked ~ label,
.onewin-yujkkj > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.onewin-dsy0ai.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.onewin-3kubnh 44.onewin-hixh9g.onewin-31xkku.onewin-yh14rt.onewin-75d95z.onewin-ykgqib.onewin-3trrr8.onewin-1w5pt2.onewin-7ja1kb.onewin-fio3w2.onewin-3dna2f.onewin-zkl9b3.onewin-ealnlc 0l-12.onewin-gds1vr 30.onewin-1g67a7.onewin-eims99 2.onewin-3579r2.onewin-eims99 3.onewin-d31pe6 3.onewin-cz09gf.onewin-qkwoaa 3.onewin-55xs58.onewin-i6otzx.onewin-bu807k.onewin-932jt0 7-3.onewin-gds1vr 10.onewin-0dc1wq.onewin-932jt0 23.onewin-ad61a1.onewin-9e0g38 1.onewin-xl7epj 2.onewin-gds1vr 3.onewin-9e0g38 1.onewin-qkwoaa 5.onewin-ryordy.onewin-qkwoaa 32.onewin-mdl8p3.onewin-i6otzx 5.onewin-ealnlc 4.onewin-932jt0 9.onewin-932jt0 8.onewin-qkwoaa 6.onewin-k7ide1.onewin-upvcfv.onewin-jfelpr.onewin-kfcffb.onewin-4tss3b 4.onewin-5qouuh.onewin-4tss3b 6.onewin-4tss3b 0l29.onewin-ealnlc 17.onewin-qqohx2.onewin-670exf 2.onewin-mzgld0 10.onewin-6d2wzb.onewin-gds1vr 8.onewin-17jhr1.onewin-5eluny.onewin-urrgu7.onewin-g2wepf.onewin-iayh90.onewin-i6otzx.onewin-ykgqib.onewin-gds1vr 1.onewin-l5rq6i.onewin-nuauya.onewin-ihi1j1.onewin-mlis97.onewin-y7k9z2.onewin-xl7epj 1.onewin-insurc.onewin-8ojx4j.5z'/%3e%3c/svg%3e");
}

.onewin-yujkkj > input:not(:checked) ~ label:hover,
.onewin-yujkkj > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.onewin-dsy0ai.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.onewin-3kubnh 44.onewin-hixh9g.onewin-31xkku.onewin-yh14rt.onewin-75d95z.onewin-ykgqib.onewin-3trrr8.onewin-1w5pt2.onewin-7ja1kb.onewin-fio3w2.onewin-3dna2f.onewin-zkl9b3.onewin-ealnlc 0l-12.onewin-gds1vr 30.onewin-1g67a7.onewin-eims99 2.onewin-3579r2.onewin-eims99 3.onewin-d31pe6 3.onewin-cz09gf.onewin-qkwoaa 3.onewin-55xs58.onewin-i6otzx.onewin-bu807k.onewin-932jt0 7-3.onewin-gds1vr 10.onewin-0dc1wq.onewin-932jt0 23.onewin-ad61a1.onewin-9e0g38 1.onewin-xl7epj 2.onewin-gds1vr 3.onewin-9e0g38 1.onewin-qkwoaa 5.onewin-ryordy.onewin-qkwoaa 32.onewin-mdl8p3.onewin-i6otzx 5.onewin-ealnlc 4.onewin-932jt0 9.onewin-932jt0 8.onewin-qkwoaa 6.onewin-k7ide1.onewin-upvcfv.onewin-jfelpr.onewin-kfcffb.onewin-4tss3b 4.onewin-5qouuh.onewin-4tss3b 6.onewin-4tss3b 0l29.onewin-ealnlc 17.onewin-qqohx2.onewin-670exf 2.onewin-mzgld0 10.onewin-6d2wzb.onewin-gds1vr 8.onewin-17jhr1.onewin-5eluny.onewin-urrgu7.onewin-g2wepf.onewin-iayh90.onewin-i6otzx.onewin-ykgqib.onewin-gds1vr 1.onewin-l5rq6i.onewin-nuauya.onewin-ihi1j1.onewin-mlis97.onewin-y7k9z2.onewin-xl7epj 1.onewin-insurc.onewin-8ojx4j.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.onewin-hjtrn3.onewin-kcnz7a {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-hjtrn3.onewin-k4v3fl .onewin-vq09v8 {
  background: #2b3b67;
}

.onewin-hjtrn3.onewin-k4v3fl .onewin-fh80wc {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.onewin-hjtrn3.onewin-k4v3fl .onewin-fh80wc::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.onewin-hjtrn3.onewin-k4v3fl .onewin-fh80wc::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.onewin-hjtrn3.onewin-k4v3fl .onewin-qg03yq::before {
  background: #0e0f41;
}

.onewin-hjtrn3.onewin-k4v3fl .onewin-qg03yq::after {
  background: #152557;
}

.onewin-hjtrn3.onewin-fkvz33 .onewin-vq09v8 {
  background: #1f35fa;
}

.onewin-hjtrn3.onewin-fkvz33 .onewin-fh80wc {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.onewin-hjtrn3.onewin-fkvz33 .onewin-fh80wc::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.onewin-hjtrn3.onewin-fkvz33 .onewin-fh80wc::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

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

.onewin-hjtrn3.onewin-fkvz33 .onewin-qg03yq::after {
  background: #192ac8;
}

.onewin-hjtrn3.onewin-74w62n .onewin-vq09v8 {
  background: #fa771f;
}

.onewin-hjtrn3.onewin-74w62n .onewin-fh80wc {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.onewin-hjtrn3.onewin-74w62n .onewin-fh80wc::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.onewin-hjtrn3.onewin-74w62n .onewin-fh80wc::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.onewin-hjtrn3.onewin-74w62n .onewin-qg03yq::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.onewin-hjtrn3.onewin-74w62n .onewin-qg03yq::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-xpzvl5 .onewin-v3u9z9 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

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

.onewin-vexcfr.onewin-kcnz7a {
  display: none;
}

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

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

.onewin-vcxvje {
  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-31ggo8 {
  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-b7zy43 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.onewin-c9futi .onewin-v3u9z9 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

.onewin-ccq8z5 {
  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-5qofif {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

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

.onewin-z0wlvl strong {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

.onewin-qai2pp .onewin-c009cc {
  justify-content: center;
}

/* faq */

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

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

.onewin-8v8zre::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.onewin-34zi34 ease;
}

.onewin-hrupn5.onewin-87ikjw .onewin-8v8zre::after {
  transform: rotate(45deg);
}

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

.onewin-hrupn5.onewin-87ikjw .onewin-4s90gl {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.onewin-yujkkj > input:not(:checked) ~ label:hover,
.onewin-yujkkj > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.onewin-iz6igh.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.onewin-i24vc1 44.onewin-xb7vwy.onewin-ta824w.onewin-m394yz.onewin-ouacsx.onewin-0nsumf.onewin-xp3fac.onewin-3xgkkb.onewin-w7jejl.onewin-wy28x0.onewin-65tnh2.onewin-e6xw6q.onewin-dah0es 0l-12.onewin-7vuepe 30.onewin-bpqbhx.onewin-9hi17o 2.onewin-91vnly.onewin-9hi17o 3.onewin-2xd4ms 3.onewin-9nqcpa.onewin-18rvim 3.onewin-jmjbpy.onewin-cbauya.onewin-zohe6w.onewin-q82ssq 7-3.onewin-7vuepe 10.onewin-nsndz4.onewin-q82ssq 23.onewin-p0xamu.onewin-etmban 1.onewin-h2utog 2.onewin-7vuepe 3.onewin-etmban 1.onewin-18rvim 5.onewin-8asil4.onewin-18rvim 32.onewin-bb20ma.onewin-cbauya 5.onewin-dah0es 4.onewin-q82ssq 9.onewin-q82ssq 8.onewin-18rvim 6.onewin-3qnawn.onewin-m4h1zv.onewin-zumo1l.onewin-ydnw8w.onewin-wlp9th 4.onewin-ys4z9j.onewin-wlp9th 6.onewin-wlp9th 0l29.onewin-dah0es 17.onewin-556lj0.onewin-wkimjj 2.onewin-8r0q9s 10.onewin-cullhw.onewin-7vuepe 8.onewin-mq24c0.onewin-gbmh9b.onewin-seyays.onewin-5pla0g.onewin-nc3zgw.onewin-cbauya.onewin-0nsumf.onewin-7vuepe 1.onewin-xubwrm.onewin-pms4u0.onewin-w7g44i.onewin-i5zw4p.onewin-5s4zav.onewin-h2utog 1.onewin-2ecjyo.onewin-wrnni1.5z'/%3e%3c/svg%3e");
}

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

.onewin-3o33xz {
  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-3o33xz.onewin-fjy6re {
  display: block;
}

.onewin-3o33xz.onewin-3a0np4 {
  display: none;
}

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

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

.onewin-qxdm12 {
  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-jwad3w {
  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-4z59gq small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.onewin-vhy6dn .onewin-1nu6ns {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.onewin-a0y0hd 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-a0y0hd 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-n8ibht {
  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-n8ibht.onewin-gm7wll {
  opacity: 1;
  pointer-events: auto;
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.onewin-b5k4c4, .onewin-2h6yxx, [class*="review-card"],
thead, thead th, table th, .onewin-bb0skf,
.onewin-vng5w2, [class*="collapsible-header"],
.onewin-64khjm, [class*="updated-block"] {
  color: #ece7dc !important;
}
