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

.winbay-3elog9 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.winbay-y3140j {
  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) {
  .winbay-y3140j: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;
  }
}

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

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

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

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

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

.winbay-ajmypm {
  cursor: pointer;
}

.winbay-z9zwjl {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.winbay-p7mspr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.winbay-p7mspr figure {
  margin: 0;
}

.winbay-p7mspr.winbay-uma45b {
  justify-content: flex-start;
  margin-right: 4px;
}

.winbay-p7mspr.winbay-lpbva2 {
  justify-content: flex-end;
  margin-left: 4px;
}

.winbay-p7mspr.winbay-9ov5cn {
  justify-content: center;
}

.winbay-p7mspr.winbay-umo70g {
  justify-content: normal;
}

.winbay-rkz3xm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.winbay-ajw4e3 img {
  width: 100%;
}

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

.winbay-2wp7nn {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.winbay-2wp7nn 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) {
  .winbay-2wp7nn ul {
    margin-bottom: 15px;
  }
}

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

.winbay-2wp7nn 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);
}

.winbay-2wp7nn ul li span svg {
  fill: var(--title-color);
}

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

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

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

.winbay-2wp7nn ul li:last-of-type::after {
  display: none;
}

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

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

.winbay-sd8npg {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.winbay-erkj6j.winbay-pwnd57 {
  background-color: #000;
}

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

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

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

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

.winbay-fgx308 {
  margin-bottom: 94px;
}

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

.winbay-5vi298 .winbay-6cd7hm {
  margin-bottom: 28px;
}

.winbay-5vi298 .winbay-6cd7hm img {
  max-height: 100px;
  width: auto;
}

.winbay-j1paik {
  display: flex;
  align-items: center;
}

.winbay-j1paik a + a {
  margin-left: 24px;
}

.winbay-j1paik img {
  max-height: 56px;
  width: auto;
}

.winbay-j1paik img + img {
  margin-left: 24px;
}

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

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

.winbay-krrk6e {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.winbay-nmj5ld li {
  display: flex;
  margin: 0 7px;
}

.winbay-nmj5ld li svg {
  transition: 0.winbay-iah7jj ease-in-out;
}

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

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

.winbay-geq35k + .winbay-geq35k {
  margin-left: 120px;
}

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

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

.winbay-pu2ns0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.winbay-pu2ns0 li {
  font-size: 16px;
}

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

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

.winbay-pu2ns0 li + li {
  margin-top: 16px;
}

.winbay-osmxn1 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.winbay-7mt8op ease-in-out;
}

.winbay-osmxn1.winbay-ve4agx {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.winbay-c2jhzq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.winbay-oimvyx li {
  width: 100%;
}

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

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

.winbay-oimvyx li a.winbay-ve4agx {
  background: var(--border-color);
}

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

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

.winbay-7d6mhx {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.winbay-pv10se {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.winbay-pv10se img {
  width: 100%;
  transition: 0.winbay-iah7jj ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .winbay-7svqu2 .winbay-6cd7hm img {
    max-width: 90px;
  }
}

.winbay-6cd7hm img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .winbay-6cd7hm {
    order: -2;
  }
}

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

.winbay-328xln {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.winbay-328xln li {
  font-size: 16px;
  margin: 0 20px;
}

.winbay-328xln li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.winbay-582fja {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.winbay-582fja.winbay-4z86ea {
  margin-right: 0;
}

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

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

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

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

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

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

.winbay-sfcqxh:hover > ul {
  display: flex;
}

.winbay-sfcqxh:focus > ul {
  display: flex;
}

.winbay-sfcqxh:focus-within > ul {
  display: flex;
}

.winbay-nsoa6o {
  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;
}

.winbay-nsoa6o::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.winbay-7mt8op ease-in-out;
}

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

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

.winbay-sfcqxh 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.winbay-iah7jj ease-in-out;
  overflow: hidden;
}

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

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

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

.winbay-wqr6eq {
  display: none;
}

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

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

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

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

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

.winbay-o0o5sm img {
  margin-bottom: 20px;
}

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

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

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

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

.winbay-en0ked {
  color: var(--text-color);
}

.winbay-1ehi3d {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.winbay-1ehi3d p img {
  display: block;
  margin: 0 auto;
}

.winbay-1ehi3d p:first-of-type {
  margin-top: 0;
}

.winbay-1ehi3d p:last-of-type {
  margin-bottom: 0;
}

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

.winbay-1ehi3d ul {
  padding: 0 0 0 20px;
}

.winbay-1ehi3d table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.winbay-1ehi3d table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.winbay-1ehi3d iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

.winbay-bkx9w4 .winbay-kdk7lz {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.winbay-bkx9w4 .winbay-fuhr1m {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.winbay-fuhr1m {
  margin: 0 0 28px;
}

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

.winbay-kdk7lz {
  margin: 0 0 28px;
}

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

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

.winbay-o52gs9 .winbay-y3140j {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.winbay-tw1ygq {
  position: relative;
  border: none;
}

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

.winbay-8j8qto {
  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;
}

.winbay-8j8qto span {
  height: 32px;
}

.winbay-8j8qto span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.winbay-8j8qto.winbay-q687cf span {
  transform: scaleY(-1);
}

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

.winbay-gue7df {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.winbay-gue7df.winbay-310ab4 {
  display: none;
}

.winbay-kwtbri {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.winbay-kwtbri table {
  width: 100%;
  border-collapse: collapse;
}

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

  .winbay-kwtbri table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.winbay-hpzlft {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.winbay-sxorhu p {
  color: var(--text-color);
}

.winbay-cjmdqt {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.winbay-talon4 {
  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);
}

.winbay-dnpjjq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.winbay-zbce2l p + p {
  margin-top: 10px;
}

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

.winbay-xcfce1 {
  display: none;
}

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

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

.winbay-ah4fbn li {
  margin: 0 20px;
}

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

.winbay-ah4fbn li a img {
  margin-bottom: 4px;
}

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

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

.winbay-kadvv9 li {
  font-size: 16px;
  position: relative;
}

.winbay-kadvv9 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.winbay-kadvv9 li span {
  opacity: 0.5;
}

.winbay-kadvv9 li + li {
  margin-left: 30px;
}

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

h2.winbay-gkt3r1 {
  margin: 0 0 28px;
}

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

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

.winbay-5sacne 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);
}

.winbay-5sacne 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;
}

.winbay-5sacne 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;
}

.winbay-5sacne tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.winbay-5sacne tbody tr:last-of-type {
  margin-bottom: 0;
}

.winbay-5sacne tbody tr td:first-of-type {
  flex-shrink: 0;
}

.winbay-5sacne 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);
}

.winbay-5sacne 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);
}

.winbay-5sacne tbody tr td:last-of-type {
  margin-left: auto;
}

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

.winbay-5sacne tbody tr td .winbay-48ea3d {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .winbay-5sacne tbody tr td .winbay-48ea3d {
    width: 100%;
  }
}

.winbay-5sacne tbody tr td .winbay-irxt6g {
  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.winbay-iah7jj ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .winbay-5sacne tbody tr td .winbay-irxt6g:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .winbay-5sacne tbody tr td .winbay-irxt6g {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .winbay-5sacne tbody tr td .winbay-irxt6g {
    width: 100%;
  }
}

.winbay-5sacne tbody tr td .winbay-wmoa58 {
  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) {
  .winbay-5sacne tbody tr td .winbay-wmoa58:hover {
    text-decoration: none;
  }
}

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

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

.winbay-k4dof9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.winbay-6ria1i {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.winbay-kuft0l img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.winbay-iah7jj ease-in-out;
}

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

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

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

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

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

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

.winbay-rpdjro img {
  width: 100%;
  height: 100%;
}

.winbay-rpdjro iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.winbay-gnbcwn svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.winbay-iah7jj ease-in-out;
}

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

.winbay-1dwuh4 {
  padding: 90px 0;
}

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

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

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

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

.winbay-kmyhou img {
  width: 100%;
}

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

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

.winbay-0c8iyq {
  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;
}

.winbay-0c8iyq 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) {
  .winbay-0c8iyq {
    flex-basis: auto;
  }
}

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

.winbay-foiys8 {
  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.winbay-iah7jj ease-in-out;
}

.winbay-foiys8:hover {
  border: 1px solid #8c8ca2;
}

.winbay-mhbm76 {
  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%);
}

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

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

.winbay-jrh3vp a {
  text-decoration: underline;
  color: #8babff;
}

.winbay-9xe0o8 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.winbay-9xe0o8 .winbay-foiys8 {
  width: 50%;
  margin: 0;
}

.winbay-i6ypmz {
  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;
}

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

.winbay-abkynw {
  margin: 0 0 100px;
}

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

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

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

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

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

.winbay-k0zs10 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.winbay-qf6kyg 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.winbay-iah7jj ease-in-out;
}

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

.winbay-qf6kyg a svg {
  fill: #fff;
}

.winbay-qf6kyg a:hover {
  background: #3d68e7;
}

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

.winbay-2bbk9i {
  margin-bottom: 16px;
}

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

.winbay-81l39i {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.winbay-hbrq7p 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);
}

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

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

.winbay-hbrq7p table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.winbay-sonmro.winbay-zswmym {
  display: none;
}

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

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

.winbay-sodf1p iframe.winbay-9gtuow {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.winbay-sodf1p.winbay-bfk9d2 {
  opacity: 1;
  pointer-events: all;
}

.winbay-0syx5x {
  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.winbay-iah7jj ease-in-out;
}

.winbay-0syx5x svg {
  margin-right: 10px;
}

.winbay-0syx5x + .winbay-0syx5x {
  margin-top: 14px;
}

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

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

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

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

.winbay-ufhhw3 .winbay-o52gs9 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.winbay-ufhhw3 .winbay-o52gs9 h1,
.winbay-ufhhw3 .winbay-o52gs9 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) {
  .winbay-ufhhw3 .winbay-o52gs9 h1,
  .winbay-ufhhw3 .winbay-o52gs9 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .winbay-ufhhw3 .winbay-o52gs9 {
    margin: 28px 0 0;
  }
}

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

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

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

.winbay-jg945h {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.winbay-nxdfom {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.winbay-5pbe7a {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.winbay-ym5h8v .winbay-y3140j {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .winbay-ym5h8v .winbay-y3140j {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.winbay-sr26gk {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.winbay-sr26gk img {
  width: 100%;
}

.winbay-vp9fzi {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.winbay-fia491 {
  width: 100%;
  margin: 0 0 100px;
}

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

.winbay-fia491 .winbay-plm2xh {
  position: relative;
}

.winbay-fia491 .winbay-ffc4hr {
  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;
}

.winbay-fia491 .winbay-ffc4hr.winbay-zswmym {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .winbay-fia491 .winbay-oi84gs {
    bottom: 90px;
  }
}

.winbay-fia491 .winbay-oi84gs .winbay-db7bzl {
  max-width: 300px;
  width: 100%;
}

.winbay-fia491 .winbay-oi84gs .winbay-db7bzl .winbay-hvp7ml {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .winbay-fia491 .winbay-oi84gs .winbay-db7bzl .winbay-hvp7ml {
    font-size: 32px;
    text-align: center;
  }
}

.winbay-fia491 .winbay-oi84gs .winbay-db7bzl .winbay-8l99o7 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .winbay-fia491 .winbay-oi84gs .winbay-db7bzl .winbay-8l99o7 {
    text-align: center;
  }
}

.winbay-fia491 .winbay-oi84gs .winbay-4z86ea {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .winbay-fia491 .winbay-oi84gs .winbay-4z86ea {
    flex-direction: column-reverse;
  }
}

.winbay-fia491 .winbay-oi84gs .winbay-4z86ea .winbay-brcbtp {
  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.winbay-iah7jj ease-in-out;
}

.winbay-fia491 .winbay-oi84gs .winbay-4z86ea .winbay-brcbtp:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .winbay-fia491 .winbay-oi84gs .winbay-4z86ea .winbay-brcbtp {
    width: 100%;
  }
}

.winbay-fia491 .winbay-oi84gs .winbay-4z86ea .winbay-923m3u {
  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.winbay-iah7jj ease-in-out;
  overflow: hidden;
}

.winbay-fia491 .winbay-oi84gs .winbay-4z86ea .winbay-923m3u 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);
  }
}

.winbay-fia491 .winbay-oi84gs .winbay-4z86ea .winbay-923m3u: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;
}

.winbay-fia491 .winbay-oi84gs .winbay-4z86ea .winbay-923m3u:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .winbay-fia491 .winbay-oi84gs .winbay-4z86ea .winbay-923m3u {
    width: 100%;
  }
}

.winbay-fia491 .winbay-oi84gs.winbay-zswmym {
  display: none;
}

.winbay-fia491 .winbay-pjd5zq {
  display: none;
}

.winbay-fia491 .winbay-pjd5zq.winbay-bfk9d2 {
  display: block;
}

.winbay-fia491 .winbay-pjd5zq iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .winbay-fia491 .winbay-pjd5zq iframe {
    height: calc(100vh - 54px);
  }
}

.winbay-fia491 .winbay-5vvuhm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .winbay-fia491 .winbay-5vvuhm {
    padding: 24px 16px 0;
  }
}

.winbay-fia491 .winbay-5vvuhm .winbay-hvp7ml {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .winbay-fia491 .winbay-5vvuhm .winbay-hvp7ml {
    margin-bottom: 24px;
  }
}

.winbay-fia491 .winbay-5vvuhm 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);
}

.winbay-fia491 .winbay-5vvuhm 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) {
  .winbay-fia491 .winbay-5vvuhm table tr td {
    padding: 12px 4px;
  }
}

.winbay-fia491 .winbay-5vvuhm 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) {
  .winbay-fia491 .winbay-5vvuhm table tr th {
    padding: 12px 4px;
  }
}

.winbay-fia491 .winbay-5vvuhm table tr:last-of-type td {
  border-bottom: none;
}

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

.winbay-k45jqc.winbay-ve4agx {
  display: block;
}

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

.winbay-k45jqc .winbay-fl52e3 {
  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;
}

.winbay-k45jqc .winbay-oxl53a {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.winbay-k45jqc .winbay-923m3u {
  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.winbay-iah7jj ease-in-out;
}

.winbay-k45jqc .winbay-923m3u:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.winbay-axsyy7.winbay-ve4agx {
  display: block;
}

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

.winbay-jrp0z2 {
  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;
}

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

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

.winbay-w24fr8 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.winbay-w24fr8 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.winbay-lazqgy {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.winbay-x9lrhp.winbay-zswmym {
  display: none;
}

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

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

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

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

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

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

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

.winbay-osghh3 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.winbay-osghh3 input:active {
  border-color: #c2c0ce;
}

.winbay-osghh3 input:focus {
  border-color: #c2c0ce;
}

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

.winbay-3dx52f {
  margin-bottom: 36px;
}

.winbay-3dx52f 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;
}

.winbay-3dx52f textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.winbay-3dx52f textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.winbay-sw1ixs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.winbay-2qk9mk {
  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.winbay-iah7jj ease-in-out;
}

.winbay-2qk9mk:hover {
  background: var(--border-color);
}

.winbay-zgxvd8 {
  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.winbay-iah7jj ease-in-out;
}

.winbay-zgxvd8:hover {
  background: #166ad9;
}

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

.winbay-b2pyci.winbay-zswmym {
  display: none;
}

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

.winbay-b2pyci .winbay-2qk9mk {
  margin: 0 auto;
}

.winbay-e2vmas {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.winbay-nkiswa {
  filter: grayscale(100%);
}

.winbay-79z6gf > input {
  display: none;
}

.winbay-79z6gf > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.winbay-aa3l6j.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.winbay-stnwga 44.winbay-xn9v99.winbay-akxu41.winbay-02yzvf.winbay-atghor.winbay-sql9l9.winbay-z3ow2g.winbay-fjl5u4.winbay-19hclu.winbay-327isa.winbay-8cloff.winbay-mpocby.winbay-9abwyi 0l-12.winbay-8rpljb 30.winbay-21iky7.winbay-ee9jmp 2.winbay-i0vpo3.winbay-ee9jmp 3.winbay-e55dc8 3.winbay-3ywo33.winbay-omjbfz 3.winbay-75szjj.winbay-tze114.winbay-4419s7.winbay-5yjf10 7-3.winbay-8rpljb 10.winbay-9alyte.winbay-5yjf10 23.winbay-w2056r.winbay-5vysjk 1.winbay-7shadt 2.winbay-8rpljb 3.winbay-5vysjk 1.winbay-omjbfz 5.winbay-lhvj3n.winbay-omjbfz 32.winbay-xdwepc.winbay-tze114 5.winbay-9abwyi 4.winbay-5yjf10 9.winbay-5yjf10 8.winbay-omjbfz 6.winbay-hrhc5o.winbay-ot4m4z.winbay-jrg6zy.winbay-et08s0.winbay-h0vkky 4.winbay-mln9v9.winbay-h0vkky 6.winbay-h0vkky 0l29.winbay-9abwyi 17.winbay-8kobdm.winbay-jvues8 2.winbay-3xeyfz 10.winbay-6z3rdk.winbay-8rpljb 8.winbay-n5ri8x.winbay-n35yry.winbay-3qe52d.winbay-rcvyqh.winbay-87eqzh.winbay-tze114.winbay-sql9l9.winbay-8rpljb 1.winbay-lfg8bs.winbay-gl56tx.winbay-367fqg.winbay-pmrz7s.winbay-futf54.winbay-7shadt 1.winbay-cp9lis.winbay-tj60ge.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.winbay-79z6gf > input:checked ~ label,
.winbay-79z6gf > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.winbay-aa3l6j.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.winbay-stnwga 44.winbay-xn9v99.winbay-akxu41.winbay-02yzvf.winbay-atghor.winbay-sql9l9.winbay-z3ow2g.winbay-fjl5u4.winbay-19hclu.winbay-327isa.winbay-8cloff.winbay-mpocby.winbay-9abwyi 0l-12.winbay-8rpljb 30.winbay-21iky7.winbay-ee9jmp 2.winbay-i0vpo3.winbay-ee9jmp 3.winbay-e55dc8 3.winbay-3ywo33.winbay-omjbfz 3.winbay-75szjj.winbay-tze114.winbay-4419s7.winbay-5yjf10 7-3.winbay-8rpljb 10.winbay-9alyte.winbay-5yjf10 23.winbay-w2056r.winbay-5vysjk 1.winbay-7shadt 2.winbay-8rpljb 3.winbay-5vysjk 1.winbay-omjbfz 5.winbay-lhvj3n.winbay-omjbfz 32.winbay-xdwepc.winbay-tze114 5.winbay-9abwyi 4.winbay-5yjf10 9.winbay-5yjf10 8.winbay-omjbfz 6.winbay-hrhc5o.winbay-ot4m4z.winbay-jrg6zy.winbay-et08s0.winbay-h0vkky 4.winbay-mln9v9.winbay-h0vkky 6.winbay-h0vkky 0l29.winbay-9abwyi 17.winbay-8kobdm.winbay-jvues8 2.winbay-3xeyfz 10.winbay-6z3rdk.winbay-8rpljb 8.winbay-n5ri8x.winbay-n35yry.winbay-3qe52d.winbay-rcvyqh.winbay-87eqzh.winbay-tze114.winbay-sql9l9.winbay-8rpljb 1.winbay-lfg8bs.winbay-gl56tx.winbay-367fqg.winbay-pmrz7s.winbay-futf54.winbay-7shadt 1.winbay-cp9lis.winbay-tj60ge.5z'/%3e%3c/svg%3e");
}

.winbay-79z6gf > input:not(:checked) ~ label:hover,
.winbay-79z6gf > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.winbay-aa3l6j.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.winbay-stnwga 44.winbay-xn9v99.winbay-akxu41.winbay-02yzvf.winbay-atghor.winbay-sql9l9.winbay-z3ow2g.winbay-fjl5u4.winbay-19hclu.winbay-327isa.winbay-8cloff.winbay-mpocby.winbay-9abwyi 0l-12.winbay-8rpljb 30.winbay-21iky7.winbay-ee9jmp 2.winbay-i0vpo3.winbay-ee9jmp 3.winbay-e55dc8 3.winbay-3ywo33.winbay-omjbfz 3.winbay-75szjj.winbay-tze114.winbay-4419s7.winbay-5yjf10 7-3.winbay-8rpljb 10.winbay-9alyte.winbay-5yjf10 23.winbay-w2056r.winbay-5vysjk 1.winbay-7shadt 2.winbay-8rpljb 3.winbay-5vysjk 1.winbay-omjbfz 5.winbay-lhvj3n.winbay-omjbfz 32.winbay-xdwepc.winbay-tze114 5.winbay-9abwyi 4.winbay-5yjf10 9.winbay-5yjf10 8.winbay-omjbfz 6.winbay-hrhc5o.winbay-ot4m4z.winbay-jrg6zy.winbay-et08s0.winbay-h0vkky 4.winbay-mln9v9.winbay-h0vkky 6.winbay-h0vkky 0l29.winbay-9abwyi 17.winbay-8kobdm.winbay-jvues8 2.winbay-3xeyfz 10.winbay-6z3rdk.winbay-8rpljb 8.winbay-n5ri8x.winbay-n35yry.winbay-3qe52d.winbay-rcvyqh.winbay-87eqzh.winbay-tze114.winbay-sql9l9.winbay-8rpljb 1.winbay-lfg8bs.winbay-gl56tx.winbay-367fqg.winbay-pmrz7s.winbay-futf54.winbay-7shadt 1.winbay-cp9lis.winbay-tj60ge.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .winbay-n3an5v > .winbay-2pqaxn {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .winbay-n3an5v > .winbay-2pqaxn {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .winbay-n3an5v > .winbay-2pqaxn {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .winbay-n3an5v > .winbay-2pqaxn {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .winbay-n3an5v > .winbay-2pqaxn {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.winbay-poj30h.winbay-zswmym {
  display: none;
}

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

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

.winbay-sdakou {
  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;
}

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

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

.winbay-sdakou img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.winbay-cbyj4k {
  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;
}

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

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

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

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

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

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

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

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

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

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

.winbay-poj30h.winbay-491mme .winbay-bhkbpk {
  background: #2b3b67;
}

.winbay-poj30h.winbay-491mme .winbay-sdakou {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.winbay-poj30h.winbay-491mme .winbay-sdakou::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.winbay-poj30h.winbay-491mme .winbay-sdakou::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.winbay-poj30h.winbay-491mme .winbay-cbyj4k::before {
  background: #0e0f41;
}

.winbay-poj30h.winbay-491mme .winbay-cbyj4k::after {
  background: #152557;
}

.winbay-poj30h.winbay-inaib8 .winbay-bhkbpk {
  background: #1f35fa;
}

.winbay-poj30h.winbay-inaib8 .winbay-sdakou {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.winbay-poj30h.winbay-inaib8 .winbay-sdakou::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.winbay-poj30h.winbay-inaib8 .winbay-sdakou::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.winbay-poj30h.winbay-inaib8 .winbay-cbyj4k::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.winbay-poj30h.winbay-inaib8 .winbay-cbyj4k::after {
  background: #192ac8;
}

.winbay-poj30h.winbay-adywt2 .winbay-bhkbpk {
  background: #fa771f;
}

.winbay-poj30h.winbay-adywt2 .winbay-sdakou {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.winbay-poj30h.winbay-adywt2 .winbay-sdakou::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.winbay-poj30h.winbay-adywt2 .winbay-sdakou::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.winbay-poj30h.winbay-adywt2 .winbay-cbyj4k::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.winbay-poj30h.winbay-adywt2 .winbay-cbyj4k::after {
  background: #fa8535;
}

.winbay-nd6e99 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.winbay-g1017h {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.winbay-z7p559 {
  width: 120px;
  height: 22px;
}

.winbay-z7p559 .winbay-ibsd1d {
  fill: #c2c0ce;
}

.winbay-z7p559 [rating="1"] .winbay-ibsd1d:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.winbay-z7p559 [rating="2"] .winbay-ibsd1d:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.winbay-z7p559 [rating="3"] .winbay-ibsd1d:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.winbay-z7p559 [rating="4"] .winbay-ibsd1d:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.winbay-z7p559 [rating="5"] .winbay-ibsd1d:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.winbay-97utzw {
  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);
}

.winbay-97utzw.winbay-bfk9d2 {
  display: block;
}

.winbay-97utzw.winbay-zswmym {
  display: none;
}

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

.winbay-26jctn {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.winbay-jnrpx6 {
  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);
}

.winbay-8031uk {
  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;
}

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

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

.winbay-1p9qli {
  font-size: 16px;
  line-height: 140%;
}

.winbay-ipa8fn {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.winbay-ipa8fn .winbay-ibsd1d {
  fill: #c2c0ce;
}

.winbay-ipa8fn [rating="1"] .winbay-ibsd1d:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.winbay-ipa8fn [rating="2"] .winbay-ibsd1d:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.winbay-ipa8fn [rating="3"] .winbay-ibsd1d:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.winbay-ipa8fn [rating="4"] .winbay-ibsd1d:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.winbay-ipa8fn [rating="5"] .winbay-ibsd1d:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.winbay-fmbzo1 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.winbay-jiwsth img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.winbay-fhksng {
  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;
}

.winbay-5djs2h {
  flex: 1;
  min-width: 0;
}

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

.winbay-m9qne3 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.winbay-m9qne3 svg path {
  fill: var(--button-bg-color);
}

.winbay-m9qne3 svg circle {
  fill: var(--button-text-color);
}

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

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

.winbay-n7gede strong {
  font-weight: 600;
}

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

.winbay-ph8v2q p {
  margin: 0 0 16px;
}

.winbay-ph8v2q p:last-child {
  margin-bottom: 0;
}

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

.winbay-5yetuv {
  max-width: 300px;
  width: 100%;
}

.winbay-5yetuv a {
  width: 100%;
}

@media (max-width: 575px) {
  .winbay-5yetuv {
    max-width: 200px;
  }
}

.winbay-iboqwn {
  justify-content: center;
}

.winbay-4jliub {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.winbay-1fbjjq {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.winbay-c27k6h .winbay-328xln {
  justify-content: center;
}

/* faq */

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

.winbay-721m6h {
  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.winbay-ktdkdn ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.winbay-721m6h::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.winbay-ktdkdn ease;
}

.winbay-yk75n4.winbay-ve4agx .winbay-721m6h::after {
  transform: rotate(45deg);
}

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

.winbay-yk75n4.winbay-ve4agx .winbay-zxf7vk {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.winbay-6w7rvj {
  margin: 25px 0;
}

.winbay-79z6gf > input:not(:checked) ~ label:hover,
.winbay-79z6gf > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.winbay-2hwql2.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.winbay-sib2uf 44.winbay-3p8baq.winbay-asgyd0.winbay-fxpgu2.winbay-gk57uw.winbay-ms6ytw.winbay-dbkyq5.winbay-k5krhi.winbay-pi8qp7.winbay-p1hm8l.winbay-iqd71j.winbay-c8bowt.winbay-pcqbg1 0l-12.winbay-w53s6e 30.winbay-8cgs30.winbay-zl72dz 2.winbay-1w657e.winbay-zl72dz 3.winbay-46rjyo 3.winbay-g8g6s8.winbay-4oslsl 3.winbay-sy3bzb.winbay-807d1j.winbay-tgi1lc.winbay-pkrcz1 7-3.winbay-w53s6e 10.winbay-nnyub0.winbay-pkrcz1 23.winbay-zae8jx.winbay-hvcku5 1.winbay-v140l0 2.winbay-w53s6e 3.winbay-hvcku5 1.winbay-4oslsl 5.winbay-or65v5.winbay-4oslsl 32.winbay-rodgyk.winbay-807d1j 5.winbay-pcqbg1 4.winbay-pkrcz1 9.winbay-pkrcz1 8.winbay-4oslsl 6.winbay-6fi09d.winbay-ho7qw1.winbay-kr3tf2.winbay-xx0v89.winbay-97ltjn 4.winbay-75qvuv.winbay-97ltjn 6.winbay-97ltjn 0l29.winbay-pcqbg1 17.winbay-ync3rq.winbay-ir3za2 2.winbay-mjguwt 10.winbay-18p2ki.winbay-w53s6e 8.winbay-464vec.winbay-7tz5lm.winbay-8xru5t.winbay-dpeasg.winbay-5pcbef.winbay-807d1j.winbay-ms6ytw.winbay-w53s6e 1.winbay-o54l7d.winbay-40r5ps.winbay-7q4afp.winbay-ui6nfq.winbay-8o2wqq.winbay-v140l0 1.winbay-pxqaqe.winbay-wr6r4x.5z'/%3e%3c/svg%3e");
}

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

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

.winbay-iwbzsa {
  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);
}

.winbay-iwbzsa.winbay-p30a6c {
  display: block;
}

.winbay-iwbzsa.winbay-ryjrm9 {
  display: none;
}

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

.winbay-utev1o {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.winbay-9h0chv {
  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);
}

.winbay-eghoo9 {
  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;
}

.winbay-8ftyg5 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.winbay-r7p3sj {
  font-size: 16px;
  line-height: 140%;
}

.winbay-a4s51z {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.winbay-a4s51z .winbay-8lhh8o {
  fill: #c2c0ce;
}

.winbay-a4s51z [rating="1"] .winbay-8lhh8o:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.winbay-a4s51z [rating="2"] .winbay-8lhh8o:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.winbay-a4s51z [rating="3"] .winbay-8lhh8o:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.winbay-a4s51z [rating="4"] .winbay-8lhh8o:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.winbay-a4s51z [rating="5"] .winbay-8lhh8o:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.winbay-nu0r26 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;
}

.winbay-nu0r26 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 */

.winbay-iea4pp {
  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);
}

.winbay-iea4pp.winbay-tnjgll {
  opacity: 1;
  pointer-events: auto;
}
