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

.winorama-2821ls {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.winorama-dkhy13 {
  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) {
  .winorama-dkhy13: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;
  }
}

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

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

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

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

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

.winorama-uze6cj {
  cursor: pointer;
}

.winorama-ixs36r {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.winorama-bmx75n {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.winorama-bmx75n figure {
  margin: 0;
}

.winorama-bmx75n.winorama-wts6lo {
  justify-content: flex-start;
  margin-right: 4px;
}

.winorama-bmx75n.winorama-934w03 {
  justify-content: flex-end;
  margin-left: 4px;
}

.winorama-bmx75n.winorama-gbihcw {
  justify-content: center;
}

.winorama-bmx75n.winorama-34t6xc {
  justify-content: normal;
}

.winorama-cpor24 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.winorama-7ogok3 img {
  width: 100%;
}

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

.winorama-tmx1uf {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.winorama-tmx1uf 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);
}

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

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

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

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

.winorama-tmx1uf ul li:last-of-type::after {
  display: none;
}

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

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

.winorama-jtxfya {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.winorama-ksk94k.winorama-atrr8i {
  background-color: #000;
}

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

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

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

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

.winorama-17k6j8 {
  margin-bottom: 94px;
}

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

.winorama-d1xguf .winorama-lkm3jo {
  margin-bottom: 28px;
}

.winorama-d1xguf .winorama-lkm3jo img {
  max-height: 100px;
  width: auto;
}

.winorama-1bqn3w {
  display: flex;
  align-items: center;
}

.winorama-1bqn3w a + a {
  margin-left: 24px;
}

.winorama-1bqn3w img {
  max-height: 56px;
  width: auto;
}

.winorama-1bqn3w img + img {
  margin-left: 24px;
}

.winorama-7rv2w5 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

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

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

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

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

.winorama-yh7os2 li {
  display: flex;
  margin: 0 7px;
}

.winorama-yh7os2 li svg {
  transition: 0.winorama-n6o079 ease-in-out;
}

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

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

.winorama-qyhpja + .winorama-qyhpja {
  margin-left: 120px;
}

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

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

.winorama-ik36lx {
  list-style: none;
  margin: 0;
  padding: 0;
}

.winorama-ik36lx li {
  font-size: 16px;
}

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

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

.winorama-ik36lx li + li {
  margin-top: 16px;
}

.winorama-lr6jvj {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.winorama-pov6dw ease-in-out;
}

.winorama-lr6jvj.winorama-21o6qn {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

.winorama-chbgoh li {
  width: 100%;
}

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

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

.winorama-chbgoh li a.winorama-21o6qn {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.winorama-tkztza {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.winorama-tkztza img {
  width: 100%;
  transition: 0.winorama-n6o079 ease-in-out;
}

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

.winorama-6bbhse {
  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) {
  .winorama-6bbhse {
    height: 54px;
  }
}

.winorama-15s2wk {
  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) {
  .winorama-15s2wk {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .winorama-15s2wk .winorama-lkm3jo img {
    max-width: 90px;
  }
}

.winorama-lkm3jo img {
  max-height: 50px;
  width: auto;
}

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

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

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

.winorama-pbjm1j li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.winorama-42w7wo {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.winorama-42w7wo.winorama-ez3zdw {
  margin-right: 0;
}

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

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

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

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

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

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

.winorama-a1m9bi:hover > ul {
  display: flex;
}

.winorama-a1m9bi:focus > ul {
  display: flex;
}

.winorama-a1m9bi:focus-within > ul {
  display: flex;
}

.winorama-psk7u4 {
  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;
}

.winorama-psk7u4::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.winorama-pov6dw ease-in-out;
}

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

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

.winorama-a1m9bi 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.winorama-n6o079 ease-in-out;
  overflow: hidden;
}

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

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

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

.winorama-aeach4 {
  display: none;
}

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

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

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

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

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

.winorama-lm2sa2 img {
  margin-bottom: 20px;
}

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

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

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

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

.winorama-dnpiuq {
  color: var(--text-color);
}

.winorama-9cu5a6 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.winorama-9cu5a6 p img {
  display: block;
  margin: 0 auto;
}

.winorama-9cu5a6 p:first-of-type {
  margin-top: 0;
}

.winorama-9cu5a6 p:last-of-type {
  margin-bottom: 0;
}

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

.winorama-9cu5a6 ul {
  padding: 0 0 0 20px;
}

.winorama-9cu5a6 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

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

.winorama-9cu5a6 iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

.winorama-ytpktg .winorama-b2rda6 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.winorama-ytpktg .winorama-yl44h8 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.winorama-yl44h8 {
  margin: 0 0 28px;
}

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

.winorama-b2rda6 {
  margin: 0 0 28px;
}

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

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

.winorama-jn1kac .winorama-dkhy13 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.winorama-i6qazv {
  position: relative;
  border: none;
}

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

.winorama-0zzuns {
  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;
}

.winorama-0zzuns span {
  height: 32px;
}

.winorama-0zzuns span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.winorama-0zzuns.winorama-h83umh span {
  transform: scaleY(-1);
}

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

.winorama-jns0rt {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.winorama-jns0rt.winorama-f5e8c8 {
  display: none;
}

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

.winorama-4m8mui table {
  width: 100%;
  border-collapse: collapse;
}

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

  .winorama-4m8mui table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.winorama-wmvzdz {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.winorama-7dlwuf table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.winorama-7dlwuf table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.winorama-7dlwuf p {
  color: var(--text-color);
}

.winorama-n3kua7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.winorama-ufg93n {
  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);
}

.winorama-t2tq0e {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.winorama-3wx0xj p + p {
  margin-top: 10px;
}

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

.winorama-pr2q0c {
  display: none;
}

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

.winorama-6i3had {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.winorama-6i3had li {
  margin: 0 20px;
}

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

.winorama-6i3had li a img {
  margin-bottom: 4px;
}

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

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

.winorama-3gfslh li {
  font-size: 16px;
  position: relative;
}

.winorama-3gfslh li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.winorama-3gfslh li span {
  opacity: 0.5;
}

.winorama-3gfslh li + li {
  margin-left: 30px;
}

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

h2.winorama-qmou8t {
  margin: 0 0 28px;
}

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

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

.winorama-z68o9d 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);
}

.winorama-z68o9d 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;
}

.winorama-z68o9d 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;
}

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

.winorama-z68o9d tbody tr:last-of-type {
  margin-bottom: 0;
}

.winorama-z68o9d tbody tr td:first-of-type {
  flex-shrink: 0;
}

.winorama-z68o9d 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);
}

.winorama-z68o9d 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);
}

.winorama-z68o9d tbody tr td:last-of-type {
  margin-left: auto;
}

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

.winorama-z68o9d tbody tr td .winorama-6coi14 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .winorama-z68o9d tbody tr td .winorama-6coi14 {
    width: 100%;
  }
}

.winorama-z68o9d tbody tr td .winorama-z98epk {
  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.winorama-n6o079 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .winorama-z68o9d tbody tr td .winorama-z98epk {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .winorama-z68o9d tbody tr td .winorama-z98epk {
    width: 100%;
  }
}

.winorama-z68o9d tbody tr td .winorama-7828pw {
  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) {
  .winorama-z68o9d tbody tr td .winorama-7828pw:hover {
    text-decoration: none;
  }
}

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

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

.winorama-zv1tlw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.winorama-7rxvdl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.winorama-bwcksh img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.winorama-n6o079 ease-in-out;
}

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

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

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

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

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

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

.winorama-qw7dfa img {
  width: 100%;
  height: 100%;
}

.winorama-qw7dfa iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.winorama-9rqp3w svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.winorama-n6o079 ease-in-out;
}

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

.winorama-fnhdof {
  padding: 90px 0;
}

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

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

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

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

.winorama-d2cu87 img {
  width: 100%;
}

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

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

.winorama-ptgbbz {
  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;
}

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

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

.winorama-uj64q7 {
  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.winorama-n6o079 ease-in-out;
}

.winorama-uj64q7:hover {
  border: 1px solid #8c8ca2;
}

.winorama-s70wmd {
  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%);
}

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

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

.winorama-15xoin a {
  text-decoration: underline;
  color: #8babff;
}

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

.winorama-fry8xe .winorama-uj64q7 {
  width: 50%;
  margin: 0;
}

.winorama-z1za68 {
  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;
}

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

.winorama-si0y0w {
  margin: 0 0 100px;
}

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

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

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

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

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

.winorama-sl7yix {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.winorama-3p3o3c 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.winorama-n6o079 ease-in-out;
}

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

.winorama-3p3o3c a svg {
  fill: #fff;
}

.winorama-3p3o3c a:hover {
  background: #3d68e7;
}

.winorama-327uv2 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.winorama-kms6o3 {
  margin-bottom: 16px;
}

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

.winorama-xhrbrv {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.winorama-zd6gm4 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);
}

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

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

.winorama-zd6gm4 table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.winorama-ypwwn8.winorama-2nn4e6 {
  display: none;
}

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

.winorama-28rxnn iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.winorama-28rxnn iframe.winorama-8acjja {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.winorama-28rxnn.winorama-0a6vqm {
  opacity: 1;
  pointer-events: all;
}

.winorama-muxy8m {
  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.winorama-n6o079 ease-in-out;
}

.winorama-muxy8m svg {
  margin-right: 10px;
}

.winorama-muxy8m + .winorama-muxy8m {
  margin-top: 14px;
}

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

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

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

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

.winorama-meuuux .winorama-jn1kac {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .winorama-meuuux .winorama-jn1kac {
    margin: 28px 0 0;
  }
}

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

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

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

.winorama-1heq1b {
  max-width: 545px;
  width: 100%;
}

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

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

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

.winorama-05jpl8 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.winorama-vnbl5u {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.winorama-wma9kg {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.winorama-x8rp9r .winorama-dkhy13 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .winorama-x8rp9r .winorama-dkhy13 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.winorama-4f9y3e {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.winorama-4f9y3e img {
  width: 100%;
}

.winorama-qc5hsq {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.winorama-11asfh {
  width: 100%;
  margin: 0 0 100px;
}

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

.winorama-11asfh .winorama-jsccs3 {
  position: relative;
}

.winorama-11asfh .winorama-yz4msl {
  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;
}

.winorama-11asfh .winorama-yz4msl.winorama-2nn4e6 {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .winorama-11asfh .winorama-x55ke4 {
    bottom: 90px;
  }
}

.winorama-11asfh .winorama-x55ke4 .winorama-322kas {
  max-width: 300px;
  width: 100%;
}

.winorama-11asfh .winorama-x55ke4 .winorama-322kas .winorama-cxsc6i {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .winorama-11asfh .winorama-x55ke4 .winorama-322kas .winorama-cxsc6i {
    font-size: 32px;
    text-align: center;
  }
}

.winorama-11asfh .winorama-x55ke4 .winorama-322kas .winorama-4o8izx {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .winorama-11asfh .winorama-x55ke4 .winorama-322kas .winorama-4o8izx {
    text-align: center;
  }
}

.winorama-11asfh .winorama-x55ke4 .winorama-ez3zdw {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .winorama-11asfh .winorama-x55ke4 .winorama-ez3zdw {
    flex-direction: column-reverse;
  }
}

.winorama-11asfh .winorama-x55ke4 .winorama-ez3zdw .winorama-rcq3r0 {
  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.winorama-n6o079 ease-in-out;
}

.winorama-11asfh .winorama-x55ke4 .winorama-ez3zdw .winorama-rcq3r0:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .winorama-11asfh .winorama-x55ke4 .winorama-ez3zdw .winorama-rcq3r0 {
    width: 100%;
  }
}

.winorama-11asfh .winorama-x55ke4 .winorama-ez3zdw .winorama-qvftt1 {
  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.winorama-n6o079 ease-in-out;
  overflow: hidden;
}

.winorama-11asfh .winorama-x55ke4 .winorama-ez3zdw .winorama-qvftt1 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);
  }
}

.winorama-11asfh .winorama-x55ke4 .winorama-ez3zdw .winorama-qvftt1: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;
}

.winorama-11asfh .winorama-x55ke4 .winorama-ez3zdw .winorama-qvftt1:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .winorama-11asfh .winorama-x55ke4 .winorama-ez3zdw .winorama-qvftt1 {
    width: 100%;
  }
}

.winorama-11asfh .winorama-x55ke4.winorama-2nn4e6 {
  display: none;
}

.winorama-11asfh .winorama-ha63nc {
  display: none;
}

.winorama-11asfh .winorama-ha63nc.winorama-0a6vqm {
  display: block;
}

.winorama-11asfh .winorama-ha63nc iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .winorama-11asfh .winorama-ha63nc iframe {
    height: calc(100vh - 54px);
  }
}

.winorama-11asfh .winorama-1gqinc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .winorama-11asfh .winorama-1gqinc {
    padding: 24px 16px 0;
  }
}

.winorama-11asfh .winorama-1gqinc .winorama-cxsc6i {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .winorama-11asfh .winorama-1gqinc .winorama-cxsc6i {
    margin-bottom: 24px;
  }
}

.winorama-11asfh .winorama-1gqinc 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);
}

.winorama-11asfh .winorama-1gqinc 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) {
  .winorama-11asfh .winorama-1gqinc table tr td {
    padding: 12px 4px;
  }
}

.winorama-11asfh .winorama-1gqinc 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) {
  .winorama-11asfh .winorama-1gqinc table tr th {
    padding: 12px 4px;
  }
}

.winorama-11asfh .winorama-1gqinc table tr:last-of-type td {
  border-bottom: none;
}

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

.winorama-14qw1z.winorama-21o6qn {
  display: block;
}

.winorama-14qw1z iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.winorama-14qw1z .winorama-h8mmhg {
  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;
}

.winorama-14qw1z .winorama-dzs9er {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.winorama-14qw1z .winorama-qvftt1 {
  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.winorama-n6o079 ease-in-out;
}

.winorama-14qw1z .winorama-qvftt1:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.winorama-ciubux.winorama-21o6qn {
  display: block;
}

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

.winorama-q4hbka {
  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;
}

.winorama-9b7rmx {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.winorama-2cy45j {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.winorama-2cy45j svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.winorama-zhgd87 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.winorama-yl4jnm.winorama-2nn4e6 {
  display: none;
}

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

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

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

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

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

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

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

.winorama-yns71v input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.winorama-yns71v input:active {
  border-color: #c2c0ce;
}

.winorama-yns71v input:focus {
  border-color: #c2c0ce;
}

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

.winorama-wrc70j {
  margin-bottom: 36px;
}

.winorama-wrc70j 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;
}

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

.winorama-wrc70j textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.winorama-vcsojl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.winorama-2rtvr5 {
  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.winorama-n6o079 ease-in-out;
}

.winorama-2rtvr5:hover {
  background: var(--border-color);
}

.winorama-2qoh7t {
  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.winorama-n6o079 ease-in-out;
}

.winorama-2qoh7t:hover {
  background: #166ad9;
}

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

.winorama-wrfa6g.winorama-2nn4e6 {
  display: none;
}

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

.winorama-wrfa6g .winorama-2rtvr5 {
  margin: 0 auto;
}

.winorama-ss989h {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.winorama-8hef5b {
  filter: grayscale(100%);
}

.winorama-d76cky > input {
  display: none;
}

.winorama-d76cky > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.winorama-fnu153.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.winorama-grxc6z 44.winorama-1r04js.winorama-vwlw2m.winorama-03t2jv.winorama-t6yrgm.winorama-iw0l20.winorama-kbzbbs.winorama-ozhwju.winorama-milw5v.winorama-zcr6kc.winorama-3vaegb.winorama-jvebei.winorama-d3dm6p 0l-12.winorama-k77wvf 30.winorama-2u9n1j.winorama-0ll3h7 2.winorama-t9oyyp.winorama-0ll3h7 3.winorama-q6oamc 3.winorama-qs1oc8.winorama-f1q353 3.winorama-d32028.winorama-n4b7bs.winorama-eh1fqr.winorama-g6flwc 7-3.winorama-k77wvf 10.winorama-vzrjyl.winorama-g6flwc 23.winorama-wt29hk.winorama-bgfqcb 1.winorama-fl098x 2.winorama-k77wvf 3.winorama-bgfqcb 1.winorama-f1q353 5.winorama-vvi6t8.winorama-f1q353 32.winorama-r5ldv7.winorama-n4b7bs 5.winorama-d3dm6p 4.winorama-g6flwc 9.winorama-g6flwc 8.winorama-f1q353 6.winorama-1dfui1.winorama-5fx1yr.winorama-pyrs3m.winorama-ngmi99.winorama-f84ni6 4.winorama-oe5ppl.winorama-f84ni6 6.winorama-f84ni6 0l29.winorama-d3dm6p 17.winorama-7zoq45.winorama-83fi4k 2.winorama-xgsu9y 10.winorama-ibn2hd.winorama-k77wvf 8.winorama-0srqqk.winorama-kp050c.winorama-gejaza.winorama-6wwy0i.winorama-c2a30f.winorama-n4b7bs.winorama-iw0l20.winorama-k77wvf 1.winorama-29jtp2.winorama-iem5bh.winorama-b0en0e.winorama-nmsjwn.winorama-2piy5c.winorama-fl098x 1.winorama-fwoi9f.winorama-6m67sy.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.winorama-d76cky > input:checked ~ label,
.winorama-d76cky > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.winorama-fnu153.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.winorama-grxc6z 44.winorama-1r04js.winorama-vwlw2m.winorama-03t2jv.winorama-t6yrgm.winorama-iw0l20.winorama-kbzbbs.winorama-ozhwju.winorama-milw5v.winorama-zcr6kc.winorama-3vaegb.winorama-jvebei.winorama-d3dm6p 0l-12.winorama-k77wvf 30.winorama-2u9n1j.winorama-0ll3h7 2.winorama-t9oyyp.winorama-0ll3h7 3.winorama-q6oamc 3.winorama-qs1oc8.winorama-f1q353 3.winorama-d32028.winorama-n4b7bs.winorama-eh1fqr.winorama-g6flwc 7-3.winorama-k77wvf 10.winorama-vzrjyl.winorama-g6flwc 23.winorama-wt29hk.winorama-bgfqcb 1.winorama-fl098x 2.winorama-k77wvf 3.winorama-bgfqcb 1.winorama-f1q353 5.winorama-vvi6t8.winorama-f1q353 32.winorama-r5ldv7.winorama-n4b7bs 5.winorama-d3dm6p 4.winorama-g6flwc 9.winorama-g6flwc 8.winorama-f1q353 6.winorama-1dfui1.winorama-5fx1yr.winorama-pyrs3m.winorama-ngmi99.winorama-f84ni6 4.winorama-oe5ppl.winorama-f84ni6 6.winorama-f84ni6 0l29.winorama-d3dm6p 17.winorama-7zoq45.winorama-83fi4k 2.winorama-xgsu9y 10.winorama-ibn2hd.winorama-k77wvf 8.winorama-0srqqk.winorama-kp050c.winorama-gejaza.winorama-6wwy0i.winorama-c2a30f.winorama-n4b7bs.winorama-iw0l20.winorama-k77wvf 1.winorama-29jtp2.winorama-iem5bh.winorama-b0en0e.winorama-nmsjwn.winorama-2piy5c.winorama-fl098x 1.winorama-fwoi9f.winorama-6m67sy.5z'/%3e%3c/svg%3e");
}

.winorama-d76cky > input:not(:checked) ~ label:hover,
.winorama-d76cky > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.winorama-fnu153.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.winorama-grxc6z 44.winorama-1r04js.winorama-vwlw2m.winorama-03t2jv.winorama-t6yrgm.winorama-iw0l20.winorama-kbzbbs.winorama-ozhwju.winorama-milw5v.winorama-zcr6kc.winorama-3vaegb.winorama-jvebei.winorama-d3dm6p 0l-12.winorama-k77wvf 30.winorama-2u9n1j.winorama-0ll3h7 2.winorama-t9oyyp.winorama-0ll3h7 3.winorama-q6oamc 3.winorama-qs1oc8.winorama-f1q353 3.winorama-d32028.winorama-n4b7bs.winorama-eh1fqr.winorama-g6flwc 7-3.winorama-k77wvf 10.winorama-vzrjyl.winorama-g6flwc 23.winorama-wt29hk.winorama-bgfqcb 1.winorama-fl098x 2.winorama-k77wvf 3.winorama-bgfqcb 1.winorama-f1q353 5.winorama-vvi6t8.winorama-f1q353 32.winorama-r5ldv7.winorama-n4b7bs 5.winorama-d3dm6p 4.winorama-g6flwc 9.winorama-g6flwc 8.winorama-f1q353 6.winorama-1dfui1.winorama-5fx1yr.winorama-pyrs3m.winorama-ngmi99.winorama-f84ni6 4.winorama-oe5ppl.winorama-f84ni6 6.winorama-f84ni6 0l29.winorama-d3dm6p 17.winorama-7zoq45.winorama-83fi4k 2.winorama-xgsu9y 10.winorama-ibn2hd.winorama-k77wvf 8.winorama-0srqqk.winorama-kp050c.winorama-gejaza.winorama-6wwy0i.winorama-c2a30f.winorama-n4b7bs.winorama-iw0l20.winorama-k77wvf 1.winorama-29jtp2.winorama-iem5bh.winorama-b0en0e.winorama-nmsjwn.winorama-2piy5c.winorama-fl098x 1.winorama-fwoi9f.winorama-6m67sy.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .winorama-i0zq0v > .winorama-b40lag {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .winorama-i0zq0v > .winorama-b40lag {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .winorama-i0zq0v > .winorama-b40lag {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .winorama-i0zq0v > .winorama-b40lag {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .winorama-i0zq0v > .winorama-b40lag {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.winorama-gwouvs.winorama-2nn4e6 {
  display: none;
}

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

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

.winorama-yuwxr2 {
  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;
}

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

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

.winorama-yuwxr2 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.winorama-6egblm {
  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;
}

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

.winorama-6egblm::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) {
  .winorama-6egblm::after {
    display: none;
  }
}

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

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

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

@media only screen and (max-width: 1023px) {
  .winorama-47hf3j {
    top: -20px;
  }
}

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

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

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

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

.winorama-gwouvs.winorama-775nha .winorama-iyy4mf {
  background: #2b3b67;
}

.winorama-gwouvs.winorama-775nha .winorama-yuwxr2 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.winorama-gwouvs.winorama-775nha .winorama-yuwxr2::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.winorama-gwouvs.winorama-775nha .winorama-yuwxr2::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.winorama-gwouvs.winorama-775nha .winorama-6egblm::before {
  background: #0e0f41;
}

.winorama-gwouvs.winorama-775nha .winorama-6egblm::after {
  background: #152557;
}

.winorama-gwouvs.winorama-tzi1no .winorama-iyy4mf {
  background: #1f35fa;
}

.winorama-gwouvs.winorama-tzi1no .winorama-yuwxr2 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.winorama-gwouvs.winorama-tzi1no .winorama-yuwxr2::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.winorama-gwouvs.winorama-tzi1no .winorama-yuwxr2::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.winorama-gwouvs.winorama-tzi1no .winorama-6egblm::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.winorama-gwouvs.winorama-tzi1no .winorama-6egblm::after {
  background: #192ac8;
}

.winorama-gwouvs.winorama-beq23y .winorama-iyy4mf {
  background: #fa771f;
}

.winorama-gwouvs.winorama-beq23y .winorama-yuwxr2 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.winorama-gwouvs.winorama-beq23y .winorama-yuwxr2::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.winorama-gwouvs.winorama-beq23y .winorama-yuwxr2::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.winorama-gwouvs.winorama-beq23y .winorama-6egblm::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.winorama-gwouvs.winorama-beq23y .winorama-6egblm::after {
  background: #fa8535;
}

.winorama-1c89lx {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.winorama-5llx8e {
  display: flex;
  align-items: center;
  gap: 10px;
}

.winorama-5llx8e span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.winorama-5llx8e small {
  font-size: 14px;
  color: var(--text-color);
}

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

.winorama-8e786w {
  width: 120px;
  height: 22px;
}

.winorama-8e786w .winorama-f5gf02 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.winorama-imzo5d {
  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);
}

.winorama-imzo5d.winorama-0a6vqm {
  display: block;
}

.winorama-imzo5d.winorama-2nn4e6 {
  display: none;
}

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

.winorama-jsuqpa {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.winorama-qy0ft2 {
  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);
}

.winorama-upr0hl {
  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;
}

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

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

.winorama-epxnik {
  font-size: 16px;
  line-height: 140%;
}

.winorama-gybc33 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.winorama-gybc33 .winorama-f5gf02 {
  fill: #c2c0ce;
}

.winorama-gybc33 [rating="1"] .winorama-f5gf02:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.winorama-gybc33 [rating="2"] .winorama-f5gf02:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.winorama-gybc33 [rating="3"] .winorama-f5gf02:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.winorama-gybc33 [rating="4"] .winorama-f5gf02:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.winorama-gybc33 [rating="5"] .winorama-f5gf02:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.winorama-3rx5vz {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.winorama-p70os1 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.winorama-6mdjbc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.winorama-62eyti {
  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;
}

.winorama-38i7pq {
  flex: 1;
  min-width: 0;
}

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

.winorama-g0nu4c {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.winorama-g0nu4c svg path {
  fill: var(--button-bg-color);
}

.winorama-g0nu4c svg circle {
  fill: var(--button-text-color);
}

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

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

.winorama-umpaov strong {
  font-weight: 600;
}

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

.winorama-tblz3y p {
  margin: 0 0 16px;
}

.winorama-tblz3y p:last-child {
  margin-bottom: 0;
}

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

.winorama-ate78r {
  max-width: 300px;
  width: 100%;
}

.winorama-ate78r a {
  width: 100%;
}

@media (max-width: 575px) {
  .winorama-ate78r {
    max-width: 200px;
  }
}

.winorama-c56ase {
  justify-content: center;
}

.winorama-idi0up {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.winorama-b3ss49 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.winorama-3odyks .winorama-pbjm1j {
  justify-content: center;
}

/* faq */

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

.winorama-8ptzwp {
  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.winorama-ic23bt ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.winorama-8ptzwp::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.winorama-ic23bt ease;
}

.winorama-461id9.winorama-21o6qn .winorama-8ptzwp::after {
  transform: rotate(45deg);
}

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

.winorama-461id9.winorama-21o6qn .winorama-0vml26 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.winorama-k199mg {
  margin: 25px 0;
}

.winorama-d76cky > input:not(:checked) ~ label:hover,
.winorama-d76cky > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.winorama-6njwi5.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.winorama-dj0w23 44.winorama-kqywft.winorama-2iz5cx.winorama-k4sjns.winorama-vgk95e.winorama-qvyhog.winorama-u0xeri.winorama-h97k93.winorama-8atgb1.winorama-z1tse5.winorama-uourm6.winorama-nh7z6t.winorama-7qny6w 0l-12.winorama-q2ftz4 30.winorama-nan03h.winorama-kgp860 2.winorama-jqv1ty.winorama-kgp860 3.winorama-00oumr 3.winorama-3j94iy.winorama-99vf3m 3.winorama-ilu135.winorama-7nt055.winorama-dvp4zi.winorama-1vvjvx 7-3.winorama-q2ftz4 10.winorama-57dzrp.winorama-1vvjvx 23.winorama-p6gwj7.winorama-ernkj8 1.winorama-gy8abf 2.winorama-q2ftz4 3.winorama-ernkj8 1.winorama-99vf3m 5.winorama-f1avqe.winorama-99vf3m 32.winorama-bxaajy.winorama-7nt055 5.winorama-7qny6w 4.winorama-1vvjvx 9.winorama-1vvjvx 8.winorama-99vf3m 6.winorama-gg7zxc.winorama-yhnmqb.winorama-ubzhgc.winorama-rlatbd.winorama-jbvzbj 4.winorama-zvyefe.winorama-jbvzbj 6.winorama-jbvzbj 0l29.winorama-7qny6w 17.winorama-k3xadi.winorama-2p1vxw 2.winorama-x8wmfv 10.winorama-sk2x7v.winorama-q2ftz4 8.winorama-x1s23x.winorama-de0thh.winorama-rmfav7.winorama-ireraf.winorama-q212ql.winorama-7nt055.winorama-qvyhog.winorama-q2ftz4 1.winorama-pexea6.winorama-m2fk5o.winorama-ak9pq8.winorama-uvl51q.winorama-hrj4t3.winorama-gy8abf 1.winorama-z0nd75.winorama-qksltj.5z'/%3e%3c/svg%3e");
}

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

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

.winorama-lf76p9 {
  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);
}

.winorama-lf76p9.winorama-c5bpm1 {
  display: block;
}

.winorama-lf76p9.winorama-rzovvf {
  display: none;
}

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

.winorama-b7jxdx {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.winorama-zh71ai {
  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);
}

.winorama-ww3f50 {
  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;
}

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

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

.winorama-8kaoow {
  font-size: 16px;
  line-height: 140%;
}

.winorama-d2o3sg {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.winorama-d2o3sg .winorama-crc2ak {
  fill: #c2c0ce;
}

.winorama-d2o3sg [rating="1"] .winorama-crc2ak:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.winorama-d2o3sg [rating="2"] .winorama-crc2ak:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.winorama-d2o3sg [rating="3"] .winorama-crc2ak:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.winorama-d2o3sg [rating="4"] .winorama-crc2ak:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.winorama-d2o3sg [rating="5"] .winorama-crc2ak:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.winorama-2e1ro8 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;
}

.winorama-2e1ro8 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 */

.winorama-7ol37l {
  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);
}

.winorama-7ol37l.winorama-k13zea {
  opacity: 1;
  pointer-events: auto;
}

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

.winorama-j86rin label {
  font-size: 14px;
}

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

.winorama-xoybk6 h2 {
  color: green;
  font-weight: 500;
}

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