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

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

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

.oneu2win-4wxzf2 {
  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) {
  .oneu2win-4wxzf2: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;
  }
}

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

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

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

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

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

.oneu2win-y9jko4 {
  cursor: pointer;
}

.oneu2win-ux51mc {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.oneu2win-omxorj {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.oneu2win-omxorj figure {
  margin: 0;
}

.oneu2win-omxorj.oneu2win-wl1mdz {
  justify-content: flex-start;
  margin-right: 4px;
}

.oneu2win-omxorj.oneu2win-mlmd9w {
  justify-content: flex-end;
  margin-left: 4px;
}

.oneu2win-omxorj.oneu2win-o56spa {
  justify-content: center;
}

.oneu2win-omxorj.oneu2win-lh8i6d {
  justify-content: normal;
}

.oneu2win-po5ek6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.oneu2win-slz9yr img {
  width: 100%;
}

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

.oneu2win-ure7dy {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.oneu2win-ure7dy 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);
}

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

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

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

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

.oneu2win-ure7dy ul li:last-of-type::after {
  display: none;
}

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

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

.oneu2win-62gsus {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.oneu2win-yndenx.oneu2win-v0kx93 {
  background-color: #000;
}

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

.oneu2win-3c1ji7 {
  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) {
  .oneu2win-3c1ji7 {
    padding: 80px 16px 0;
  }
}

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

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

.oneu2win-dnl0uw {
  margin-bottom: 94px;
}

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

.oneu2win-1mrjhd .oneu2win-yxqfob {
  margin-bottom: 28px;
}

.oneu2win-1mrjhd .oneu2win-yxqfob img {
  max-height: 100px;
  width: auto;
}

.oneu2win-2ms6i1 {
  display: flex;
  align-items: center;
}

.oneu2win-2ms6i1 a + a {
  margin-left: 24px;
}

.oneu2win-2ms6i1 img {
  max-height: 56px;
  width: auto;
}

.oneu2win-2ms6i1 img + img {
  margin-left: 24px;
}

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

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

.oneu2win-8cq4p5 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.oneu2win-v138y7 li {
  display: flex;
  margin: 0 7px;
}

.oneu2win-v138y7 li svg {
  transition: 0.oneu2win-pxrv7b ease-in-out;
}

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

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

.oneu2win-o53ecf + .oneu2win-o53ecf {
  margin-left: 120px;
}

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

.oneu2win-21g6g2 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.oneu2win-9ljg92 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.oneu2win-9ljg92 li {
  font-size: 16px;
}

.oneu2win-9ljg92 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.oneu2win-9ljg92 li + li {
  margin-top: 16px;
}

.oneu2win-lanaet {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.oneu2win-qep1jh ease-in-out;
}

.oneu2win-lanaet.oneu2win-ldbypv {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.oneu2win-ol3r9v {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.oneu2win-1e8wlf li {
  width: 100%;
}

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

.oneu2win-1e8wlf li a svg {
  fill: var(--button-text-color);
}

.oneu2win-1e8wlf li a.oneu2win-ldbypv {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.oneu2win-g9r7d0 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.oneu2win-g9r7d0 img {
  width: 100%;
  transition: 0.oneu2win-pxrv7b ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .oneu2win-n3p60d .oneu2win-yxqfob img {
    max-width: 90px;
  }
}

.oneu2win-yxqfob img {
  max-height: 50px;
  width: auto;
}

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

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

.oneu2win-9dl239 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.oneu2win-9dl239 li {
  font-size: 16px;
  margin: 0 20px;
}

.oneu2win-9dl239 li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.oneu2win-s8dbb7 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.oneu2win-s8dbb7.oneu2win-murfaa {
  margin-right: 0;
}

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

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

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

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

.oneu2win-0zii1x {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.oneu2win-0zii1x:hover > ul {
  display: flex;
}

.oneu2win-0zii1x:focus > ul {
  display: flex;
}

.oneu2win-0zii1x:focus-within > ul {
  display: flex;
}

.oneu2win-tt7cpe {
  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;
}

.oneu2win-tt7cpe::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.oneu2win-qep1jh ease-in-out;
}

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

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

.oneu2win-0zii1x 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.oneu2win-pxrv7b ease-in-out;
  overflow: hidden;
}

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

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

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

.oneu2win-sompqs {
  display: none;
}

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

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

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

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

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

.oneu2win-z7o5ly img {
  margin-bottom: 20px;
}

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

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

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

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

.oneu2win-602j4f {
  color: var(--text-color);
}

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

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

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

.oneu2win-vag8yo p img {
  display: block;
  margin: 0 auto;
}

.oneu2win-vag8yo p:first-of-type {
  margin-top: 0;
}

.oneu2win-vag8yo p:last-of-type {
  margin-bottom: 0;
}

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

.oneu2win-vag8yo ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.oneu2win-ir4pnb .oneu2win-r77h5l {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.oneu2win-ir4pnb .oneu2win-14yrqn {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .oneu2win-ir4pnb .oneu2win-14yrqn {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .oneu2win-ir4pnb .oneu2win-14yrqn img {
    width: 100%;
  }
}

.oneu2win-14yrqn {
  margin: 0 0 28px;
}

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

.oneu2win-r77h5l {
  margin: 0 0 28px;
}

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

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

.oneu2win-jfl8f8 .oneu2win-4wxzf2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.oneu2win-vn6bik {
  position: relative;
  border: none;
}

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

.oneu2win-9h5akl {
  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;
}

.oneu2win-9h5akl span {
  height: 32px;
}

.oneu2win-9h5akl span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.oneu2win-9h5akl.oneu2win-5q3d5b span {
  transform: scaleY(-1);
}

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

.oneu2win-pso9g9 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.oneu2win-pso9g9.oneu2win-ddzwp7 {
  display: none;
}

.oneu2win-mgh2xc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.oneu2win-mgh2xc table {
  width: 100%;
  border-collapse: collapse;
}

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

  .oneu2win-mgh2xc table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.oneu2win-irfql6 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.oneu2win-71w8rb table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.oneu2win-71w8rb table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.oneu2win-71w8rb p {
  color: var(--text-color);
}

.oneu2win-tlbm48 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.oneu2win-nyk5rb {
  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);
}

.oneu2win-nhrojo {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.oneu2win-1ob55a p + p {
  margin-top: 10px;
}

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

.oneu2win-9l26ke {
  display: none;
}

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

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

.oneu2win-jmidvo li {
  margin: 0 20px;
}

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

.oneu2win-jmidvo li a img {
  margin-bottom: 4px;
}

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

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

.oneu2win-g0b7k5 li {
  font-size: 16px;
  position: relative;
}

.oneu2win-g0b7k5 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.oneu2win-g0b7k5 li span {
  opacity: 0.5;
}

.oneu2win-g0b7k5 li + li {
  margin-left: 30px;
}

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

h2.oneu2win-d3ru6i {
  margin: 0 0 28px;
}

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

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

.oneu2win-e88h9u 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);
}

.oneu2win-e88h9u 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;
}

.oneu2win-e88h9u 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;
}

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

.oneu2win-e88h9u tbody tr:last-of-type {
  margin-bottom: 0;
}

.oneu2win-e88h9u tbody tr td:first-of-type {
  flex-shrink: 0;
}

.oneu2win-e88h9u 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);
}

.oneu2win-e88h9u 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);
}

.oneu2win-e88h9u tbody tr td:last-of-type {
  margin-left: auto;
}

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

.oneu2win-e88h9u tbody tr td .oneu2win-6bfhhg {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .oneu2win-e88h9u tbody tr td .oneu2win-6bfhhg {
    width: 100%;
  }
}

.oneu2win-e88h9u tbody tr td .oneu2win-ytv3cu {
  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.oneu2win-pxrv7b ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .oneu2win-e88h9u tbody tr td .oneu2win-ytv3cu {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .oneu2win-e88h9u tbody tr td .oneu2win-ytv3cu {
    width: 100%;
  }
}

.oneu2win-e88h9u tbody tr td .oneu2win-ywpyeu {
  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) {
  .oneu2win-e88h9u tbody tr td .oneu2win-ywpyeu:hover {
    text-decoration: none;
  }
}

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

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

.oneu2win-04mc5z {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.oneu2win-saaps6 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.oneu2win-pxrv7b ease-in-out;
}

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

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

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

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

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

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

.oneu2win-ui0uq3 img {
  width: 100%;
  height: 100%;
}

.oneu2win-ui0uq3 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.oneu2win-xs1dzb svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.oneu2win-pxrv7b ease-in-out;
}

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

.oneu2win-acl2kh {
  padding: 90px 0;
}

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

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

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

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

.oneu2win-zvfuig img {
  width: 100%;
}

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

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

.oneu2win-bo93hm {
  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;
}

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

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

.oneu2win-2izfcb {
  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.oneu2win-pxrv7b ease-in-out;
}

.oneu2win-2izfcb:hover {
  border: 1px solid #8c8ca2;
}

.oneu2win-ijjn4d {
  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%);
}

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

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

.oneu2win-m6o1g4 a {
  text-decoration: underline;
  color: #8babff;
}

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

.oneu2win-dq0blu .oneu2win-2izfcb {
  width: 50%;
  margin: 0;
}

.oneu2win-rsmnhr {
  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;
}

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

.oneu2win-ize2cx {
  margin: 0 0 100px;
}

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

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

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

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

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

.oneu2win-15ov96 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.oneu2win-ogs7gq 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.oneu2win-pxrv7b ease-in-out;
}

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

.oneu2win-ogs7gq a svg {
  fill: #fff;
}

.oneu2win-ogs7gq a:hover {
  background: #3d68e7;
}

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

.oneu2win-hpo1m7 {
  margin-bottom: 16px;
}

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

.oneu2win-dgelr4 {
  font-size: 16px;
  color: var(--text-color);
}

.oneu2win-3a0icg {
  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) {
  .oneu2win-3a0icg {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

.oneu2win-zkaohf 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);
}

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

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

.oneu2win-zkaohf table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.oneu2win-uyxqhm.oneu2win-kj05dk {
  display: none;
}

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

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

.oneu2win-swh3zq iframe.oneu2win-j23c94 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.oneu2win-swh3zq.oneu2win-hzigxh {
  opacity: 1;
  pointer-events: all;
}

.oneu2win-1w3hbw {
  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.oneu2win-pxrv7b ease-in-out;
}

.oneu2win-1w3hbw svg {
  margin-right: 10px;
}

.oneu2win-1w3hbw + .oneu2win-1w3hbw {
  margin-top: 14px;
}

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

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

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

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

.oneu2win-3a0icg .oneu2win-jfl8f8 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.oneu2win-3a0icg .oneu2win-jfl8f8 h1,
.oneu2win-3a0icg .oneu2win-jfl8f8 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) {
  .oneu2win-3a0icg .oneu2win-jfl8f8 h1,
  .oneu2win-3a0icg .oneu2win-jfl8f8 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .oneu2win-3a0icg .oneu2win-jfl8f8 {
    margin: 28px 0 0;
  }
}

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

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

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

.oneu2win-zh0qpo {
  max-width: 545px;
  width: 100%;
}

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

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

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

.oneu2win-3xgjbm iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.oneu2win-8f4k9e {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.oneu2win-cwem9k {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .oneu2win-101jjj {
    padding: 10px;
  }
}

.oneu2win-101jjj .oneu2win-4wxzf2 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .oneu2win-101jjj .oneu2win-4wxzf2 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .oneu2win-101jjj {
    flex-wrap: wrap;
  }
}

.oneu2win-jf9u9o {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.oneu2win-jf9u9o img {
  width: 100%;
}

.oneu2win-tigkat {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.oneu2win-mxyrp2 {
  width: 100%;
  margin: 0 0 100px;
}

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

.oneu2win-mxyrp2 .oneu2win-rct9uw {
  position: relative;
}

.oneu2win-mxyrp2 .oneu2win-mjx4ra {
  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;
}

.oneu2win-mxyrp2 .oneu2win-mjx4ra.oneu2win-kj05dk {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .oneu2win-mxyrp2 .oneu2win-otx6fn {
    bottom: 90px;
  }
}

.oneu2win-mxyrp2 .oneu2win-otx6fn .oneu2win-f40mqc {
  max-width: 300px;
  width: 100%;
}

.oneu2win-mxyrp2 .oneu2win-otx6fn .oneu2win-f40mqc .oneu2win-9fa259 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .oneu2win-mxyrp2 .oneu2win-otx6fn .oneu2win-f40mqc .oneu2win-9fa259 {
    font-size: 32px;
    text-align: center;
  }
}

.oneu2win-mxyrp2 .oneu2win-otx6fn .oneu2win-f40mqc .oneu2win-m97dvx {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .oneu2win-mxyrp2 .oneu2win-otx6fn .oneu2win-f40mqc .oneu2win-m97dvx {
    text-align: center;
  }
}

.oneu2win-mxyrp2 .oneu2win-otx6fn .oneu2win-murfaa {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .oneu2win-mxyrp2 .oneu2win-otx6fn .oneu2win-murfaa {
    flex-direction: column-reverse;
  }
}

.oneu2win-mxyrp2 .oneu2win-otx6fn .oneu2win-murfaa .oneu2win-u2v223 {
  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.oneu2win-pxrv7b ease-in-out;
}

.oneu2win-mxyrp2 .oneu2win-otx6fn .oneu2win-murfaa .oneu2win-u2v223:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .oneu2win-mxyrp2 .oneu2win-otx6fn .oneu2win-murfaa .oneu2win-u2v223 {
    width: 100%;
  }
}

.oneu2win-mxyrp2 .oneu2win-otx6fn .oneu2win-murfaa .oneu2win-52xboa {
  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.oneu2win-pxrv7b ease-in-out;
  overflow: hidden;
}

.oneu2win-mxyrp2 .oneu2win-otx6fn .oneu2win-murfaa .oneu2win-52xboa 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);
  }
}

.oneu2win-mxyrp2 .oneu2win-otx6fn .oneu2win-murfaa .oneu2win-52xboa: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;
}

.oneu2win-mxyrp2 .oneu2win-otx6fn .oneu2win-murfaa .oneu2win-52xboa:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .oneu2win-mxyrp2 .oneu2win-otx6fn .oneu2win-murfaa .oneu2win-52xboa {
    width: 100%;
  }
}

.oneu2win-mxyrp2 .oneu2win-otx6fn.oneu2win-kj05dk {
  display: none;
}

.oneu2win-mxyrp2 .oneu2win-798x83 {
  display: none;
}

.oneu2win-mxyrp2 .oneu2win-798x83.oneu2win-hzigxh {
  display: block;
}

.oneu2win-mxyrp2 .oneu2win-798x83 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .oneu2win-mxyrp2 .oneu2win-798x83 iframe {
    height: calc(100vh - 54px);
  }
}

.oneu2win-mxyrp2 .oneu2win-v1wc80 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .oneu2win-mxyrp2 .oneu2win-v1wc80 {
    padding: 24px 16px 0;
  }
}

.oneu2win-mxyrp2 .oneu2win-v1wc80 .oneu2win-9fa259 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .oneu2win-mxyrp2 .oneu2win-v1wc80 .oneu2win-9fa259 {
    margin-bottom: 24px;
  }
}

.oneu2win-mxyrp2 .oneu2win-v1wc80 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);
}

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

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

.oneu2win-mxyrp2 .oneu2win-v1wc80 table tr:last-of-type td {
  border-bottom: none;
}

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

.oneu2win-7bvfvr.oneu2win-ldbypv {
  display: block;
}

.oneu2win-7bvfvr iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.oneu2win-7bvfvr .oneu2win-b6kzeb {
  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;
}

.oneu2win-7bvfvr .oneu2win-z2ird5 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.oneu2win-7bvfvr .oneu2win-52xboa {
  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.oneu2win-pxrv7b ease-in-out;
}

.oneu2win-7bvfvr .oneu2win-52xboa:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.oneu2win-ugk4ra.oneu2win-ldbypv {
  display: block;
}

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

.oneu2win-dkf6ae {
  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;
}

.oneu2win-1yyg78 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.oneu2win-eqolip {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.oneu2win-eqolip svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.oneu2win-plw3x2 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.oneu2win-exo09i.oneu2win-kj05dk {
  display: none;
}

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

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

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

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

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

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

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

.oneu2win-re7fa4 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.oneu2win-re7fa4 input:active {
  border-color: #c2c0ce;
}

.oneu2win-re7fa4 input:focus {
  border-color: #c2c0ce;
}

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

.oneu2win-j72r1y {
  margin-bottom: 36px;
}

.oneu2win-j72r1y 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;
}

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

.oneu2win-j72r1y textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.oneu2win-eu8qcf {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.oneu2win-039bxu {
  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.oneu2win-pxrv7b ease-in-out;
}

.oneu2win-039bxu:hover {
  background: var(--border-color);
}

.oneu2win-1ohti5 {
  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.oneu2win-pxrv7b ease-in-out;
}

.oneu2win-1ohti5:hover {
  background: #166ad9;
}

.oneu2win-3jk8ob {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.oneu2win-3jk8ob.oneu2win-kj05dk {
  display: none;
}

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

.oneu2win-3jk8ob .oneu2win-039bxu {
  margin: 0 auto;
}

.oneu2win-qyj0eh {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.oneu2win-8fn7z8 {
  filter: grayscale(100%);
}

.oneu2win-6a1hzz > input {
  display: none;
}

.oneu2win-6a1hzz > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.oneu2win-hbpd8m.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.oneu2win-ita242 44.oneu2win-csd6b4.oneu2win-vcdzec.oneu2win-9g66sl.oneu2win-686j8b.oneu2win-lcyute.oneu2win-rxf4y6.oneu2win-nsqyq7.oneu2win-352tl2.oneu2win-yhf5h7.oneu2win-f4glk7.oneu2win-6vx7j4.oneu2win-rthc7u 0l-12.oneu2win-72u3kr 30.oneu2win-qdohfo.oneu2win-on68db 2.oneu2win-qzyco0.oneu2win-on68db 3.oneu2win-hlyxs1 3.oneu2win-csbwli.oneu2win-h9f5md 3.oneu2win-nlh9tb.oneu2win-fa30et.oneu2win-ufr2wn.oneu2win-aa8uli 7-3.oneu2win-72u3kr 10.oneu2win-qtu0to.oneu2win-aa8uli 23.oneu2win-r988j5.oneu2win-10io9v 1.oneu2win-p42ilf 2.oneu2win-72u3kr 3.oneu2win-10io9v 1.oneu2win-h9f5md 5.oneu2win-ysjqjc.oneu2win-h9f5md 32.oneu2win-lvvgtx.oneu2win-fa30et 5.oneu2win-rthc7u 4.oneu2win-aa8uli 9.oneu2win-aa8uli 8.oneu2win-h9f5md 6.oneu2win-2hs6xp.oneu2win-85416v.oneu2win-ltjrll.oneu2win-siu6fu.oneu2win-rb0tml 4.oneu2win-55mdk9.oneu2win-rb0tml 6.oneu2win-rb0tml 0l29.oneu2win-rthc7u 17.oneu2win-gkan4x.oneu2win-ueuf3t 2.oneu2win-t44wmu 10.oneu2win-ins39x.oneu2win-72u3kr 8.oneu2win-w17lt9.oneu2win-9qr8qk.oneu2win-8qqaki.oneu2win-41due6.oneu2win-m9lo2l.oneu2win-fa30et.oneu2win-lcyute.oneu2win-72u3kr 1.oneu2win-3e5uae.oneu2win-rtlp4g.oneu2win-orr4l5.oneu2win-9x5xx2.oneu2win-vvuxh2.oneu2win-p42ilf 1.oneu2win-ldz8jo.oneu2win-xigifi.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.oneu2win-6a1hzz > input:checked ~ label,
.oneu2win-6a1hzz > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.oneu2win-hbpd8m.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.oneu2win-ita242 44.oneu2win-csd6b4.oneu2win-vcdzec.oneu2win-9g66sl.oneu2win-686j8b.oneu2win-lcyute.oneu2win-rxf4y6.oneu2win-nsqyq7.oneu2win-352tl2.oneu2win-yhf5h7.oneu2win-f4glk7.oneu2win-6vx7j4.oneu2win-rthc7u 0l-12.oneu2win-72u3kr 30.oneu2win-qdohfo.oneu2win-on68db 2.oneu2win-qzyco0.oneu2win-on68db 3.oneu2win-hlyxs1 3.oneu2win-csbwli.oneu2win-h9f5md 3.oneu2win-nlh9tb.oneu2win-fa30et.oneu2win-ufr2wn.oneu2win-aa8uli 7-3.oneu2win-72u3kr 10.oneu2win-qtu0to.oneu2win-aa8uli 23.oneu2win-r988j5.oneu2win-10io9v 1.oneu2win-p42ilf 2.oneu2win-72u3kr 3.oneu2win-10io9v 1.oneu2win-h9f5md 5.oneu2win-ysjqjc.oneu2win-h9f5md 32.oneu2win-lvvgtx.oneu2win-fa30et 5.oneu2win-rthc7u 4.oneu2win-aa8uli 9.oneu2win-aa8uli 8.oneu2win-h9f5md 6.oneu2win-2hs6xp.oneu2win-85416v.oneu2win-ltjrll.oneu2win-siu6fu.oneu2win-rb0tml 4.oneu2win-55mdk9.oneu2win-rb0tml 6.oneu2win-rb0tml 0l29.oneu2win-rthc7u 17.oneu2win-gkan4x.oneu2win-ueuf3t 2.oneu2win-t44wmu 10.oneu2win-ins39x.oneu2win-72u3kr 8.oneu2win-w17lt9.oneu2win-9qr8qk.oneu2win-8qqaki.oneu2win-41due6.oneu2win-m9lo2l.oneu2win-fa30et.oneu2win-lcyute.oneu2win-72u3kr 1.oneu2win-3e5uae.oneu2win-rtlp4g.oneu2win-orr4l5.oneu2win-9x5xx2.oneu2win-vvuxh2.oneu2win-p42ilf 1.oneu2win-ldz8jo.oneu2win-xigifi.5z'/%3e%3c/svg%3e");
}

.oneu2win-6a1hzz > input:not(:checked) ~ label:hover,
.oneu2win-6a1hzz > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.oneu2win-hbpd8m.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.oneu2win-ita242 44.oneu2win-csd6b4.oneu2win-vcdzec.oneu2win-9g66sl.oneu2win-686j8b.oneu2win-lcyute.oneu2win-rxf4y6.oneu2win-nsqyq7.oneu2win-352tl2.oneu2win-yhf5h7.oneu2win-f4glk7.oneu2win-6vx7j4.oneu2win-rthc7u 0l-12.oneu2win-72u3kr 30.oneu2win-qdohfo.oneu2win-on68db 2.oneu2win-qzyco0.oneu2win-on68db 3.oneu2win-hlyxs1 3.oneu2win-csbwli.oneu2win-h9f5md 3.oneu2win-nlh9tb.oneu2win-fa30et.oneu2win-ufr2wn.oneu2win-aa8uli 7-3.oneu2win-72u3kr 10.oneu2win-qtu0to.oneu2win-aa8uli 23.oneu2win-r988j5.oneu2win-10io9v 1.oneu2win-p42ilf 2.oneu2win-72u3kr 3.oneu2win-10io9v 1.oneu2win-h9f5md 5.oneu2win-ysjqjc.oneu2win-h9f5md 32.oneu2win-lvvgtx.oneu2win-fa30et 5.oneu2win-rthc7u 4.oneu2win-aa8uli 9.oneu2win-aa8uli 8.oneu2win-h9f5md 6.oneu2win-2hs6xp.oneu2win-85416v.oneu2win-ltjrll.oneu2win-siu6fu.oneu2win-rb0tml 4.oneu2win-55mdk9.oneu2win-rb0tml 6.oneu2win-rb0tml 0l29.oneu2win-rthc7u 17.oneu2win-gkan4x.oneu2win-ueuf3t 2.oneu2win-t44wmu 10.oneu2win-ins39x.oneu2win-72u3kr 8.oneu2win-w17lt9.oneu2win-9qr8qk.oneu2win-8qqaki.oneu2win-41due6.oneu2win-m9lo2l.oneu2win-fa30et.oneu2win-lcyute.oneu2win-72u3kr 1.oneu2win-3e5uae.oneu2win-rtlp4g.oneu2win-orr4l5.oneu2win-9x5xx2.oneu2win-vvuxh2.oneu2win-p42ilf 1.oneu2win-ldz8jo.oneu2win-xigifi.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .oneu2win-sf482e > .oneu2win-874umo {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .oneu2win-sf482e > .oneu2win-874umo {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .oneu2win-sf482e > .oneu2win-874umo {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .oneu2win-sf482e > .oneu2win-874umo {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .oneu2win-sf482e > .oneu2win-874umo {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.oneu2win-fh0pj9.oneu2win-kj05dk {
  display: none;
}

.oneu2win-41egle {
  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) {
  .oneu2win-41egle {
    height: 74px;
    overflow: visible;
  }
}

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

.oneu2win-sbyd8r {
  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;
}

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

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

.oneu2win-sbyd8r img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.oneu2win-mz2tpr {
  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;
}

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

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

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

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

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

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

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

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

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

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

.oneu2win-fh0pj9.oneu2win-cwg4kr .oneu2win-41egle {
  background: #2b3b67;
}

.oneu2win-fh0pj9.oneu2win-cwg4kr .oneu2win-sbyd8r {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.oneu2win-fh0pj9.oneu2win-cwg4kr .oneu2win-sbyd8r::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.oneu2win-fh0pj9.oneu2win-cwg4kr .oneu2win-sbyd8r::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.oneu2win-fh0pj9.oneu2win-cwg4kr .oneu2win-mz2tpr::before {
  background: #0e0f41;
}

.oneu2win-fh0pj9.oneu2win-cwg4kr .oneu2win-mz2tpr::after {
  background: #152557;
}

.oneu2win-fh0pj9.oneu2win-mtyts0 .oneu2win-41egle {
  background: #1f35fa;
}

.oneu2win-fh0pj9.oneu2win-mtyts0 .oneu2win-sbyd8r {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.oneu2win-fh0pj9.oneu2win-mtyts0 .oneu2win-sbyd8r::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.oneu2win-fh0pj9.oneu2win-mtyts0 .oneu2win-sbyd8r::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.oneu2win-fh0pj9.oneu2win-mtyts0 .oneu2win-mz2tpr::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.oneu2win-fh0pj9.oneu2win-mtyts0 .oneu2win-mz2tpr::after {
  background: #192ac8;
}

.oneu2win-fh0pj9.oneu2win-qa8ut1 .oneu2win-41egle {
  background: #fa771f;
}

.oneu2win-fh0pj9.oneu2win-qa8ut1 .oneu2win-sbyd8r {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.oneu2win-fh0pj9.oneu2win-qa8ut1 .oneu2win-sbyd8r::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.oneu2win-fh0pj9.oneu2win-qa8ut1 .oneu2win-sbyd8r::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.oneu2win-fh0pj9.oneu2win-qa8ut1 .oneu2win-mz2tpr::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.oneu2win-fh0pj9.oneu2win-qa8ut1 .oneu2win-mz2tpr::after {
  background: #fa8535;
}

.oneu2win-picox1 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.oneu2win-ovgafx {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.oneu2win-64jles {
  width: 120px;
  height: 22px;
}

.oneu2win-64jles .oneu2win-xg50f0 {
  fill: #c2c0ce;
}

.oneu2win-64jles [rating="1"] .oneu2win-xg50f0:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.oneu2win-64jles [rating="2"] .oneu2win-xg50f0:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.oneu2win-64jles [rating="3"] .oneu2win-xg50f0:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.oneu2win-64jles [rating="4"] .oneu2win-xg50f0:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.oneu2win-64jles [rating="5"] .oneu2win-xg50f0:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.oneu2win-cazuw8 {
  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);
}

.oneu2win-cazuw8.oneu2win-hzigxh {
  display: block;
}

.oneu2win-cazuw8.oneu2win-kj05dk {
  display: none;
}

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

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

.oneu2win-jjrfh9 {
  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);
}

.oneu2win-phbbb3 {
  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;
}

.oneu2win-40hl12 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.oneu2win-fu79ul {
  font-size: 16px;
  line-height: 140%;
}

.oneu2win-1layue {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.oneu2win-1layue .oneu2win-xg50f0 {
  fill: #c2c0ce;
}

.oneu2win-1layue [rating="1"] .oneu2win-xg50f0:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

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

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

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

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

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

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

/* Review Hero Block Styles */

.oneu2win-9u42lr {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .oneu2win-9u42lr {
    padding: 0 16px;
  }
}

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

.oneu2win-0tpu3z {
  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) {
  .oneu2win-0tpu3z {
    padding: 12px;
    gap: 12px;
  }
}

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

.oneu2win-zfd3m5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oneu2win-812f3c {
  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;
}

.oneu2win-1bes9d {
  flex: 1;
  min-width: 0;
}

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

.oneu2win-mykloc {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.oneu2win-mykloc svg path {
  fill: var(--button-bg-color);
}

.oneu2win-mykloc svg circle {
  fill: var(--button-text-color);
}

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

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

.oneu2win-pmljl4 strong {
  font-weight: 600;
}

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

.oneu2win-bdj5h8 p {
  margin: 0 0 16px;
}

.oneu2win-bdj5h8 p:last-child {
  margin-bottom: 0;
}

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

.oneu2win-1tjnsk {
  max-width: 300px;
  width: 100%;
}

.oneu2win-1tjnsk a {
  width: 100%;
}

@media (max-width: 575px) {
  .oneu2win-1tjnsk {
    max-width: 200px;
  }
}

.oneu2win-54x9lp {
  justify-content: center;
}

.oneu2win-r7eklt {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.oneu2win-r4q2xn {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.oneu2win-d82u0g .oneu2win-9dl239 {
  justify-content: center;
}

/* faq */

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

.oneu2win-cvc519 {
  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.oneu2win-5bambb ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.oneu2win-cvc519::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.oneu2win-5bambb ease;
}

.oneu2win-9mxbrd.oneu2win-ldbypv .oneu2win-cvc519::after {
  transform: rotate(45deg);
}

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

.oneu2win-9mxbrd.oneu2win-ldbypv .oneu2win-oxrv8k {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.oneu2win-ielsi3 {
  margin: 25px 0;
}

.oneu2win-6a1hzz > input:not(:checked) ~ label:hover,
.oneu2win-6a1hzz > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.oneu2win-y6gux0.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.oneu2win-ejalni 44.oneu2win-xctydv.oneu2win-5i4zyk.oneu2win-9frf05.oneu2win-jf5mxb.oneu2win-2i18rw.oneu2win-g5q8b7.oneu2win-d5zmaj.oneu2win-g4s2td.oneu2win-z8thfo.oneu2win-cgl5vj.oneu2win-2loyw4.oneu2win-odg0d7 0l-12.oneu2win-0f98uk 30.oneu2win-kvd8jh.oneu2win-u0zzs3 2.oneu2win-qnm7wa.oneu2win-u0zzs3 3.oneu2win-z7l7sa 3.oneu2win-z0dqvv.oneu2win-juwwx7 3.oneu2win-5wn8i6.oneu2win-0kxbbb.oneu2win-qhoaj0.oneu2win-0plqdg 7-3.oneu2win-0f98uk 10.oneu2win-5k08a1.oneu2win-0plqdg 23.oneu2win-ku5pgy.oneu2win-uq8937 1.oneu2win-grk9af 2.oneu2win-0f98uk 3.oneu2win-uq8937 1.oneu2win-juwwx7 5.oneu2win-79mscy.oneu2win-juwwx7 32.oneu2win-ljev7s.oneu2win-0kxbbb 5.oneu2win-odg0d7 4.oneu2win-0plqdg 9.oneu2win-0plqdg 8.oneu2win-juwwx7 6.oneu2win-radput.oneu2win-y3wr03.oneu2win-bhxn4w.oneu2win-feoukg.oneu2win-8hr34k 4.oneu2win-qcf1pn.oneu2win-8hr34k 6.oneu2win-8hr34k 0l29.oneu2win-odg0d7 17.oneu2win-2xxf5j.oneu2win-q0148o 2.oneu2win-ef6y2s 10.oneu2win-9p54gz.oneu2win-0f98uk 8.oneu2win-jpisnx.oneu2win-in4k2b.oneu2win-b6ftih.oneu2win-vg4co3.oneu2win-s0fwc4.oneu2win-0kxbbb.oneu2win-2i18rw.oneu2win-0f98uk 1.oneu2win-85rc0u.oneu2win-uo87if.oneu2win-eyu0jb.oneu2win-ji0flh.oneu2win-7gosbe.oneu2win-grk9af 1.oneu2win-o3qqf4.oneu2win-2ds4wf.5z'/%3e%3c/svg%3e");
}

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

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

.oneu2win-mndmes {
  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);
}

.oneu2win-mndmes.oneu2win-0mscjx {
  display: block;
}

.oneu2win-mndmes.oneu2win-u1lca4 {
  display: none;
}

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

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

.oneu2win-n3tk0x {
  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);
}

.oneu2win-gtp3ay {
  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;
}

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

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

.oneu2win-ab4vbq {
  font-size: 16px;
  line-height: 140%;
}

.oneu2win-de0edj {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.oneu2win-de0edj .oneu2win-7c7jis {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.oneu2win-k3btwe 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;
}

.oneu2win-k3btwe 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 */

.oneu2win-ws2v4x {
  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);
}

.oneu2win-ws2v4x.oneu2win-g7ozhk {
  opacity: 1;
  pointer-events: auto;
}

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

.oneu2win-tzk6gy label {
  font-size: 14px;
}

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

.oneu2win-tgc0ft h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.oneu2win-klspnd, .oneu2win-nlnvuv, [class*="review-card"],
thead, thead th, table th, .oneu2win-0zp9tq,
.oneu2win-j3pra7, [class*="collapsible-header"],
.oneu2win-tlbm48, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* h2_0-heading-visual: restore heading look after SEO h2->p conversion */
#h2_0 { font-weight: 700; font-size: 40px; line-height: normal; text-align: center; margin: 0 auto 32px; color: var(--title-color); }
@media only screen and (max-width: 767px) { #h2_0 { font-size: 26px; margin-bottom: 20px; } }
