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

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

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

.wincraft-duvrs4 {
  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) {
  .wincraft-duvrs4: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;
  }
}

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

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

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

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

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

.wincraft-u9eics {
  cursor: pointer;
}

.wincraft-4dq0ze {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.wincraft-5urr2d {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wincraft-5urr2d figure {
  margin: 0;
}

.wincraft-5urr2d.wincraft-xab6rw {
  justify-content: flex-start;
  margin-right: 4px;
}

.wincraft-5urr2d.wincraft-hiihzg {
  justify-content: flex-end;
  margin-left: 4px;
}

.wincraft-5urr2d.wincraft-cv7k8u {
  justify-content: center;
}

.wincraft-5urr2d.wincraft-099usa {
  justify-content: normal;
}

.wincraft-orlx9u {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.wincraft-ejitsm img {
  width: 100%;
}

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

.wincraft-dlk9ar {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.wincraft-dlk9ar 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);
}

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

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

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

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

.wincraft-dlk9ar ul li:last-of-type::after {
  display: none;
}

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

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

.wincraft-us1ybx {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.wincraft-f7gpp3.wincraft-hddx9x {
  background-color: #000;
}

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

.wincraft-2jkqww {
  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) {
  .wincraft-2jkqww {
    padding: 80px 16px 0;
  }
}

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

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

.wincraft-kx78yo {
  margin-bottom: 94px;
}

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

.wincraft-w9qphj .wincraft-a2zmwq {
  margin-bottom: 28px;
}

.wincraft-w9qphj .wincraft-a2zmwq img {
  max-height: 100px;
  width: auto;
}

.wincraft-k38zhk {
  display: flex;
  align-items: center;
}

.wincraft-k38zhk a + a {
  margin-left: 24px;
}

.wincraft-k38zhk img {
  max-height: 56px;
  width: auto;
}

.wincraft-k38zhk img + img {
  margin-left: 24px;
}

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

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

.wincraft-xav7il {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .wincraft-407b0k {
    flex-wrap: wrap;
  }
}

.wincraft-407b0k li {
  display: flex;
  margin: 0 7px;
}

.wincraft-407b0k li svg {
  transition: 0.wincraft-oul21m ease-in-out;
}

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

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

.wincraft-xoxphs + .wincraft-xoxphs {
  margin-left: 120px;
}

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

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

.wincraft-4gx68u {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wincraft-4gx68u li {
  font-size: 16px;
}

.wincraft-4gx68u li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.wincraft-4gx68u li + li {
  margin-top: 16px;
}

.wincraft-etixce {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.wincraft-q1e7co ease-in-out;
}

.wincraft-etixce.wincraft-o2n52m {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

.wincraft-cabb8t li {
  width: 100%;
}

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

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

.wincraft-cabb8t li a.wincraft-o2n52m {
  background: var(--border-color);
}

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

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

.wincraft-06ihvg {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.wincraft-jsg0l9 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.wincraft-jsg0l9 img {
  width: 100%;
  transition: 0.wincraft-oul21m ease-in-out;
}

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

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

.wincraft-6entx7 {
  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) {
  .wincraft-6entx7 {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .wincraft-6entx7 .wincraft-a2zmwq img {
    max-width: 90px;
  }
}

.wincraft-a2zmwq img {
  max-height: 50px;
  width: auto;
}

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

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

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

.wincraft-237583 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.wincraft-glfxdz {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.wincraft-glfxdz.wincraft-e58vlo {
  margin-right: 0;
}

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

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

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

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

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

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

.wincraft-gku9jg:hover > ul {
  display: flex;
}

.wincraft-gku9jg:focus > ul {
  display: flex;
}

.wincraft-gku9jg:focus-within > ul {
  display: flex;
}

.wincraft-nmnb4g {
  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;
}

.wincraft-nmnb4g::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.wincraft-q1e7co ease-in-out;
}

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

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

.wincraft-gku9jg 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.wincraft-oul21m ease-in-out;
  overflow: hidden;
}

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

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

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

.wincraft-xra9qj {
  display: none;
}

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

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

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

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

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

.wincraft-wraq6z img {
  margin-bottom: 20px;
}

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

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

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

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

.wincraft-84v456 {
  color: var(--text-color);
}

.wincraft-0jlbye {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.wincraft-0jlbye p img {
  display: block;
  margin: 0 auto;
}

.wincraft-0jlbye p:first-of-type {
  margin-top: 0;
}

.wincraft-0jlbye p:last-of-type {
  margin-bottom: 0;
}

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

.wincraft-0jlbye ul {
  padding: 0 0 0 20px;
}

.wincraft-0jlbye table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.wincraft-0jlbye table tr:nth-child(even) td {
  background: var(--table-2-color);
}

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

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

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

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

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

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

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

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

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

.wincraft-iplpy0 .wincraft-5ikhyk {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .wincraft-iplpy0 .wincraft-5ikhyk {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.wincraft-iplpy0 .wincraft-z0d1dl {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.wincraft-z0d1dl {
  margin: 0 0 28px;
}

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

.wincraft-5ikhyk {
  margin: 0 0 28px;
}

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

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

.wincraft-ofhrkh .wincraft-duvrs4 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.wincraft-9uzqut {
  position: relative;
  border: none;
}

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

.wincraft-ooi4v8 {
  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;
}

.wincraft-ooi4v8 span {
  height: 32px;
}

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

.wincraft-ooi4v8.wincraft-n2qj67 span {
  transform: scaleY(-1);
}

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

.wincraft-jjvxzq {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.wincraft-jjvxzq.wincraft-g9owsm {
  display: none;
}

.wincraft-7k3q3g {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.wincraft-7k3q3g table {
  width: 100%;
  border-collapse: collapse;
}

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

  .wincraft-7k3q3g table td {
    min-width: 75px;
  }
}

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

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

.wincraft-7k3q3g p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.wincraft-c6yt1c {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.wincraft-em37sx p {
  color: var(--text-color);
}

.wincraft-205zeu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.wincraft-pxhau5 {
  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);
}

.wincraft-n4a9g3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.wincraft-4aha5y p + p {
  margin-top: 10px;
}

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

.wincraft-dthc5h {
  display: none;
}

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

.wincraft-1j0q47 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.wincraft-1j0q47 li {
  margin: 0 20px;
}

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

.wincraft-1j0q47 li a img {
  margin-bottom: 4px;
}

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

.wincraft-2x81az {
  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) {
  .wincraft-2x81az {
    padding: 0 16px;
  }
}

.wincraft-2x81az li {
  font-size: 16px;
  position: relative;
}

.wincraft-2x81az li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.wincraft-2x81az li span {
  opacity: 0.5;
}

.wincraft-2x81az li + li {
  margin-left: 30px;
}

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

h2.wincraft-5a2xel {
  margin: 0 0 28px;
}

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

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

.wincraft-svdf1n 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);
}

.wincraft-svdf1n 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;
}

.wincraft-svdf1n 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;
}

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

.wincraft-svdf1n tbody tr:last-of-type {
  margin-bottom: 0;
}

.wincraft-svdf1n tbody tr td:first-of-type {
  flex-shrink: 0;
}

.wincraft-svdf1n 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);
}

.wincraft-svdf1n 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);
}

.wincraft-svdf1n tbody tr td:last-of-type {
  margin-left: auto;
}

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

.wincraft-svdf1n tbody tr td .wincraft-6wr7zu {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .wincraft-svdf1n tbody tr td .wincraft-6wr7zu {
    width: 100%;
  }
}

.wincraft-svdf1n tbody tr td .wincraft-5pysfl {
  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.wincraft-oul21m ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

@media only screen and (max-width: 420px) {
  .wincraft-svdf1n tbody tr td .wincraft-5pysfl {
    width: 100%;
  }
}

.wincraft-svdf1n tbody tr td .wincraft-jvw3jz {
  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) {
  .wincraft-svdf1n tbody tr td .wincraft-jvw3jz:hover {
    text-decoration: none;
  }
}

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

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

.wincraft-jh9cad {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.wincraft-tscnr3 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.wincraft-oul21m ease-in-out;
}

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

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

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

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

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

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

.wincraft-qrhso4 img {
  width: 100%;
  height: 100%;
}

.wincraft-qrhso4 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.wincraft-rsyjho svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.wincraft-oul21m ease-in-out;
}

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

.wincraft-hdkcm2 {
  padding: 90px 0;
}

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

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

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

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

.wincraft-yupuq9 img {
  width: 100%;
}

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

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

.wincraft-f4emmu {
  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;
}

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

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

.wincraft-916lau {
  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.wincraft-oul21m ease-in-out;
}

.wincraft-916lau:hover {
  border: 1px solid #8c8ca2;
}

.wincraft-ts81dd {
  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%);
}

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

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

.wincraft-5sbmak a {
  text-decoration: underline;
  color: #8babff;
}

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

.wincraft-smrkjd .wincraft-916lau {
  width: 50%;
  margin: 0;
}

.wincraft-ivvgvb {
  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;
}

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

.wincraft-ynd0nf {
  margin: 0 0 100px;
}

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

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

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

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

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

.wincraft-x4lo87 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.wincraft-4v0qu2 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.wincraft-oul21m ease-in-out;
}

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

.wincraft-4v0qu2 a svg {
  fill: #fff;
}

.wincraft-4v0qu2 a:hover {
  background: #3d68e7;
}

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

.wincraft-e4fm8l {
  margin-bottom: 16px;
}

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

.wincraft-3l9gr3 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

.wincraft-4oevtk {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.wincraft-xsf3fs 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);
}

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

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

.wincraft-xsf3fs table tr:last-of-type td {
  border-bottom: none;
}

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

.wincraft-291t0v {
  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) {
  .wincraft-291t0v {
    min-height: 190px;
  }
}

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

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

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

.wincraft-n82mg0.wincraft-hxjpda {
  display: none;
}

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

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

.wincraft-kr5f6s iframe.wincraft-b86sji {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.wincraft-kr5f6s.wincraft-yj44xg {
  opacity: 1;
  pointer-events: all;
}

.wincraft-mnbgsn {
  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.wincraft-oul21m ease-in-out;
}

.wincraft-mnbgsn svg {
  margin-right: 10px;
}

.wincraft-mnbgsn + .wincraft-mnbgsn {
  margin-top: 14px;
}

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

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

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

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

.wincraft-0geu37 .wincraft-ofhrkh {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .wincraft-0geu37 .wincraft-ofhrkh {
    margin: 28px 0 0;
  }
}

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

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

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

.wincraft-z3pu8f {
  max-width: 545px;
  width: 100%;
}

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

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

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

.wincraft-347h81 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wincraft-ir819y {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.wincraft-in96xj {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.wincraft-u1xwnb .wincraft-duvrs4 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .wincraft-u1xwnb .wincraft-duvrs4 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.wincraft-zniaav {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.wincraft-zniaav img {
  width: 100%;
}

.wincraft-ztj7bc {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.wincraft-08y52y {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.wincraft-ol6h3a {
  width: 100%;
  margin: 0 0 100px;
}

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

.wincraft-ol6h3a .wincraft-3g3wzs {
  position: relative;
}

.wincraft-ol6h3a .wincraft-k8qa1t {
  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;
}

.wincraft-ol6h3a .wincraft-k8qa1t.wincraft-hxjpda {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .wincraft-ol6h3a .wincraft-8rkdej {
    bottom: 90px;
  }
}

.wincraft-ol6h3a .wincraft-8rkdej .wincraft-zg1a2t {
  max-width: 300px;
  width: 100%;
}

.wincraft-ol6h3a .wincraft-8rkdej .wincraft-zg1a2t .wincraft-u39uo4 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .wincraft-ol6h3a .wincraft-8rkdej .wincraft-zg1a2t .wincraft-u39uo4 {
    font-size: 32px;
    text-align: center;
  }
}

.wincraft-ol6h3a .wincraft-8rkdej .wincraft-zg1a2t .wincraft-q7j7wl {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .wincraft-ol6h3a .wincraft-8rkdej .wincraft-zg1a2t .wincraft-q7j7wl {
    text-align: center;
  }
}

.wincraft-ol6h3a .wincraft-8rkdej .wincraft-e58vlo {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .wincraft-ol6h3a .wincraft-8rkdej .wincraft-e58vlo {
    flex-direction: column-reverse;
  }
}

.wincraft-ol6h3a .wincraft-8rkdej .wincraft-e58vlo .wincraft-rzwv0y {
  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.wincraft-oul21m ease-in-out;
}

.wincraft-ol6h3a .wincraft-8rkdej .wincraft-e58vlo .wincraft-rzwv0y:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .wincraft-ol6h3a .wincraft-8rkdej .wincraft-e58vlo .wincraft-rzwv0y {
    width: 100%;
  }
}

.wincraft-ol6h3a .wincraft-8rkdej .wincraft-e58vlo .wincraft-kbmqtz {
  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.wincraft-oul21m ease-in-out;
  overflow: hidden;
}

.wincraft-ol6h3a .wincraft-8rkdej .wincraft-e58vlo .wincraft-kbmqtz 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);
  }
}

.wincraft-ol6h3a .wincraft-8rkdej .wincraft-e58vlo .wincraft-kbmqtz: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;
}

.wincraft-ol6h3a .wincraft-8rkdej .wincraft-e58vlo .wincraft-kbmqtz:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .wincraft-ol6h3a .wincraft-8rkdej .wincraft-e58vlo .wincraft-kbmqtz {
    width: 100%;
  }
}

.wincraft-ol6h3a .wincraft-8rkdej.wincraft-hxjpda {
  display: none;
}

.wincraft-ol6h3a .wincraft-zzknia {
  display: none;
}

.wincraft-ol6h3a .wincraft-zzknia.wincraft-yj44xg {
  display: block;
}

.wincraft-ol6h3a .wincraft-zzknia iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .wincraft-ol6h3a .wincraft-zzknia iframe {
    height: calc(100vh - 54px);
  }
}

.wincraft-ol6h3a .wincraft-3urbin {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .wincraft-ol6h3a .wincraft-3urbin {
    padding: 24px 16px 0;
  }
}

.wincraft-ol6h3a .wincraft-3urbin .wincraft-u39uo4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .wincraft-ol6h3a .wincraft-3urbin .wincraft-u39uo4 {
    margin-bottom: 24px;
  }
}

.wincraft-ol6h3a .wincraft-3urbin 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);
}

.wincraft-ol6h3a .wincraft-3urbin 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) {
  .wincraft-ol6h3a .wincraft-3urbin table tr td {
    padding: 12px 4px;
  }
}

.wincraft-ol6h3a .wincraft-3urbin 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) {
  .wincraft-ol6h3a .wincraft-3urbin table tr th {
    padding: 12px 4px;
  }
}

.wincraft-ol6h3a .wincraft-3urbin table tr:last-of-type td {
  border-bottom: none;
}

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

.wincraft-yg0qsb.wincraft-o2n52m {
  display: block;
}

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

.wincraft-yg0qsb .wincraft-ojhlve {
  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;
}

.wincraft-yg0qsb .wincraft-rm5dp7 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.wincraft-yg0qsb .wincraft-kbmqtz {
  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.wincraft-oul21m ease-in-out;
}

.wincraft-yg0qsb .wincraft-kbmqtz:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.wincraft-zi7wbs.wincraft-o2n52m {
  display: block;
}

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

.wincraft-jipodz {
  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;
}

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

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

.wincraft-zv8rlb {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.wincraft-zv8rlb svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.wincraft-fpdxwx {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wincraft-fnd9ah.wincraft-hxjpda {
  display: none;
}

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

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

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

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

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

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

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

.wincraft-oftpid input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.wincraft-oftpid input:active {
  border-color: #c2c0ce;
}

.wincraft-oftpid input:focus {
  border-color: #c2c0ce;
}

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

.wincraft-kzp66g {
  margin-bottom: 36px;
}

.wincraft-kzp66g 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;
}

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

.wincraft-kzp66g textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.wincraft-h7346s {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wincraft-hm1obg {
  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.wincraft-oul21m ease-in-out;
}

.wincraft-hm1obg:hover {
  background: var(--border-color);
}

.wincraft-jtvum3 {
  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.wincraft-oul21m ease-in-out;
}

.wincraft-jtvum3:hover {
  background: #166ad9;
}

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

.wincraft-g16n6s.wincraft-hxjpda {
  display: none;
}

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

.wincraft-g16n6s .wincraft-hm1obg {
  margin: 0 auto;
}

.wincraft-y1innf {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.wincraft-38fjm7 {
  filter: grayscale(100%);
}

.wincraft-rl35r3 > input {
  display: none;
}

.wincraft-rl35r3 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wincraft-07wji4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.wincraft-iosdwg 44.wincraft-brinti.wincraft-j3ccdd.wincraft-41gg6b.wincraft-qgir5o.wincraft-byzcrq.wincraft-vx0yko.wincraft-3idlgs.wincraft-dohazs.wincraft-cwx30f.wincraft-xyvcgo.wincraft-2h1n3u.wincraft-7ne8x6 0l-12.wincraft-vyeyqy 30.wincraft-ycfk5j.wincraft-2v3mb2 2.wincraft-l9ya3u.wincraft-2v3mb2 3.wincraft-exef46 3.wincraft-5i10fm.wincraft-p1y48c 3.wincraft-y8njyc.wincraft-73b7rx.wincraft-4r4pit.wincraft-krikd5 7-3.wincraft-vyeyqy 10.wincraft-x408uy.wincraft-krikd5 23.wincraft-37v0n7.wincraft-k011z7 1.wincraft-empswk 2.wincraft-vyeyqy 3.wincraft-k011z7 1.wincraft-p1y48c 5.wincraft-r6ggo3.wincraft-p1y48c 32.wincraft-hvbdbj.wincraft-73b7rx 5.wincraft-7ne8x6 4.wincraft-krikd5 9.wincraft-krikd5 8.wincraft-p1y48c 6.wincraft-avzdrg.wincraft-gv5h59.wincraft-xccf5a.wincraft-xe7kzy.wincraft-7jen5y 4.wincraft-kohrwn.wincraft-7jen5y 6.wincraft-7jen5y 0l29.wincraft-7ne8x6 17.wincraft-5w2aw3.wincraft-07ve94 2.wincraft-e71vog 10.wincraft-43cdgx.wincraft-vyeyqy 8.wincraft-2hp3zt.wincraft-kmmygh.wincraft-bfy4x5.wincraft-wg710h.wincraft-82l9vk.wincraft-73b7rx.wincraft-byzcrq.wincraft-vyeyqy 1.wincraft-y419ot.wincraft-zqfigd.wincraft-s1omfy.wincraft-vjws5u.wincraft-2re44i.wincraft-empswk 1.wincraft-fa5fhu.wincraft-z47t8w.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.wincraft-rl35r3 > input:checked ~ label,
.wincraft-rl35r3 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wincraft-07wji4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.wincraft-iosdwg 44.wincraft-brinti.wincraft-j3ccdd.wincraft-41gg6b.wincraft-qgir5o.wincraft-byzcrq.wincraft-vx0yko.wincraft-3idlgs.wincraft-dohazs.wincraft-cwx30f.wincraft-xyvcgo.wincraft-2h1n3u.wincraft-7ne8x6 0l-12.wincraft-vyeyqy 30.wincraft-ycfk5j.wincraft-2v3mb2 2.wincraft-l9ya3u.wincraft-2v3mb2 3.wincraft-exef46 3.wincraft-5i10fm.wincraft-p1y48c 3.wincraft-y8njyc.wincraft-73b7rx.wincraft-4r4pit.wincraft-krikd5 7-3.wincraft-vyeyqy 10.wincraft-x408uy.wincraft-krikd5 23.wincraft-37v0n7.wincraft-k011z7 1.wincraft-empswk 2.wincraft-vyeyqy 3.wincraft-k011z7 1.wincraft-p1y48c 5.wincraft-r6ggo3.wincraft-p1y48c 32.wincraft-hvbdbj.wincraft-73b7rx 5.wincraft-7ne8x6 4.wincraft-krikd5 9.wincraft-krikd5 8.wincraft-p1y48c 6.wincraft-avzdrg.wincraft-gv5h59.wincraft-xccf5a.wincraft-xe7kzy.wincraft-7jen5y 4.wincraft-kohrwn.wincraft-7jen5y 6.wincraft-7jen5y 0l29.wincraft-7ne8x6 17.wincraft-5w2aw3.wincraft-07ve94 2.wincraft-e71vog 10.wincraft-43cdgx.wincraft-vyeyqy 8.wincraft-2hp3zt.wincraft-kmmygh.wincraft-bfy4x5.wincraft-wg710h.wincraft-82l9vk.wincraft-73b7rx.wincraft-byzcrq.wincraft-vyeyqy 1.wincraft-y419ot.wincraft-zqfigd.wincraft-s1omfy.wincraft-vjws5u.wincraft-2re44i.wincraft-empswk 1.wincraft-fa5fhu.wincraft-z47t8w.5z'/%3e%3c/svg%3e");
}

.wincraft-rl35r3 > input:not(:checked) ~ label:hover,
.wincraft-rl35r3 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wincraft-07wji4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.wincraft-iosdwg 44.wincraft-brinti.wincraft-j3ccdd.wincraft-41gg6b.wincraft-qgir5o.wincraft-byzcrq.wincraft-vx0yko.wincraft-3idlgs.wincraft-dohazs.wincraft-cwx30f.wincraft-xyvcgo.wincraft-2h1n3u.wincraft-7ne8x6 0l-12.wincraft-vyeyqy 30.wincraft-ycfk5j.wincraft-2v3mb2 2.wincraft-l9ya3u.wincraft-2v3mb2 3.wincraft-exef46 3.wincraft-5i10fm.wincraft-p1y48c 3.wincraft-y8njyc.wincraft-73b7rx.wincraft-4r4pit.wincraft-krikd5 7-3.wincraft-vyeyqy 10.wincraft-x408uy.wincraft-krikd5 23.wincraft-37v0n7.wincraft-k011z7 1.wincraft-empswk 2.wincraft-vyeyqy 3.wincraft-k011z7 1.wincraft-p1y48c 5.wincraft-r6ggo3.wincraft-p1y48c 32.wincraft-hvbdbj.wincraft-73b7rx 5.wincraft-7ne8x6 4.wincraft-krikd5 9.wincraft-krikd5 8.wincraft-p1y48c 6.wincraft-avzdrg.wincraft-gv5h59.wincraft-xccf5a.wincraft-xe7kzy.wincraft-7jen5y 4.wincraft-kohrwn.wincraft-7jen5y 6.wincraft-7jen5y 0l29.wincraft-7ne8x6 17.wincraft-5w2aw3.wincraft-07ve94 2.wincraft-e71vog 10.wincraft-43cdgx.wincraft-vyeyqy 8.wincraft-2hp3zt.wincraft-kmmygh.wincraft-bfy4x5.wincraft-wg710h.wincraft-82l9vk.wincraft-73b7rx.wincraft-byzcrq.wincraft-vyeyqy 1.wincraft-y419ot.wincraft-zqfigd.wincraft-s1omfy.wincraft-vjws5u.wincraft-2re44i.wincraft-empswk 1.wincraft-fa5fhu.wincraft-z47t8w.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .wincraft-wt2836 > .wincraft-ung1al {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .wincraft-wt2836 > .wincraft-ung1al {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .wincraft-wt2836 > .wincraft-ung1al {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .wincraft-wt2836 > .wincraft-ung1al {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .wincraft-wt2836 > .wincraft-ung1al {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.wincraft-fh5f2r.wincraft-hxjpda {
  display: none;
}

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

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

.wincraft-6k6ncz {
  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;
}

.wincraft-6k6ncz::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.wincraft-6k6ncz::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.wincraft-6k6ncz img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.wincraft-57la1s {
  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;
}

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

.wincraft-57la1s::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) {
  .wincraft-57la1s::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.wincraft-fh5f2r.wincraft-v4v9lt .wincraft-v74wei {
  background: #2b3b67;
}

.wincraft-fh5f2r.wincraft-v4v9lt .wincraft-6k6ncz {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.wincraft-fh5f2r.wincraft-v4v9lt .wincraft-6k6ncz::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.wincraft-fh5f2r.wincraft-v4v9lt .wincraft-6k6ncz::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.wincraft-fh5f2r.wincraft-v4v9lt .wincraft-57la1s::before {
  background: #0e0f41;
}

.wincraft-fh5f2r.wincraft-v4v9lt .wincraft-57la1s::after {
  background: #152557;
}

.wincraft-fh5f2r.wincraft-rquyzy .wincraft-v74wei {
  background: #1f35fa;
}

.wincraft-fh5f2r.wincraft-rquyzy .wincraft-6k6ncz {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.wincraft-fh5f2r.wincraft-rquyzy .wincraft-6k6ncz::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.wincraft-fh5f2r.wincraft-rquyzy .wincraft-6k6ncz::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.wincraft-fh5f2r.wincraft-rquyzy .wincraft-57la1s::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.wincraft-fh5f2r.wincraft-rquyzy .wincraft-57la1s::after {
  background: #192ac8;
}

.wincraft-fh5f2r.wincraft-dqrxq1 .wincraft-v74wei {
  background: #fa771f;
}

.wincraft-fh5f2r.wincraft-dqrxq1 .wincraft-6k6ncz {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.wincraft-fh5f2r.wincraft-dqrxq1 .wincraft-6k6ncz::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.wincraft-fh5f2r.wincraft-dqrxq1 .wincraft-6k6ncz::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.wincraft-fh5f2r.wincraft-dqrxq1 .wincraft-57la1s::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.wincraft-fh5f2r.wincraft-dqrxq1 .wincraft-57la1s::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

.wincraft-8ioyla {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wincraft-8ioyla span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.wincraft-8ioyla small {
  font-size: 14px;
  color: var(--text-color);
}

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

.wincraft-v8fz79 {
  width: 120px;
  height: 22px;
}

.wincraft-v8fz79 .wincraft-3bh58e {
  fill: #c2c0ce;
}

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

.wincraft-v8fz79 [rating="2"] .wincraft-3bh58e:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.wincraft-v8fz79 [rating="3"] .wincraft-3bh58e:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.wincraft-v8fz79 [rating="4"] .wincraft-3bh58e:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.wincraft-v8fz79 [rating="5"] .wincraft-3bh58e:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.wincraft-x5zccw {
  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);
}

.wincraft-x5zccw.wincraft-yj44xg {
  display: block;
}

.wincraft-x5zccw.wincraft-hxjpda {
  display: none;
}

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

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

.wincraft-rj61uq {
  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);
}

.wincraft-ds05yd {
  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;
}

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

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

.wincraft-4nrs2f {
  font-size: 16px;
  line-height: 140%;
}

.wincraft-09027o {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.wincraft-09027o .wincraft-3bh58e {
  fill: #c2c0ce;
}

.wincraft-09027o [rating="1"] .wincraft-3bh58e:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.wincraft-09027o [rating="2"] .wincraft-3bh58e:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.wincraft-09027o [rating="3"] .wincraft-3bh58e:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.wincraft-09027o [rating="4"] .wincraft-3bh58e:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.wincraft-09027o [rating="5"] .wincraft-3bh58e:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.wincraft-mq8vxh {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.wincraft-1frtbz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wincraft-nerkjq {
  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;
}

.wincraft-c7ymp8 {
  flex: 1;
  min-width: 0;
}

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

.wincraft-vp37oa {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.wincraft-vp37oa svg path {
  fill: var(--button-bg-color);
}

.wincraft-vp37oa svg circle {
  fill: var(--button-text-color);
}

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

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

.wincraft-oygueb strong {
  font-weight: 600;
}

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

.wincraft-fzckfh p {
  margin: 0 0 16px;
}

.wincraft-fzckfh p:last-child {
  margin-bottom: 0;
}

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

.wincraft-73ich3 {
  max-width: 300px;
  width: 100%;
}

.wincraft-73ich3 a {
  width: 100%;
}

@media (max-width: 575px) {
  .wincraft-73ich3 {
    max-width: 200px;
  }
}

.wincraft-u5hf76 {
  justify-content: center;
}

.wincraft-nw62ld {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wincraft-e0ekiv {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.wincraft-hpp9ww .wincraft-237583 {
  justify-content: center;
}

/* faq */

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

.wincraft-u7u0m7 {
  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.wincraft-afyojx ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wincraft-u7u0m7::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.wincraft-afyojx ease;
}

.wincraft-qw0rsp.wincraft-o2n52m .wincraft-u7u0m7::after {
  transform: rotate(45deg);
}

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

.wincraft-qw0rsp.wincraft-o2n52m .wincraft-icsdvk {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.wincraft-4jr7hr {
  margin: 25px 0;
}

.wincraft-rl35r3 > input:not(:checked) ~ label:hover,
.wincraft-rl35r3 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wincraft-4xukkz.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.wincraft-rhbunv 44.wincraft-6ktiiz.wincraft-um4wnx.wincraft-cua7v8.wincraft-0c53nc.wincraft-v9jqcn.wincraft-61euzo.wincraft-a39u5a.wincraft-gzok4o.wincraft-565vxx.wincraft-kkpphf.wincraft-g5idd3.wincraft-g8nxxq 0l-12.wincraft-svgv6i 30.wincraft-n0ksdm.wincraft-7iq475 2.wincraft-vot2fz.wincraft-7iq475 3.wincraft-oa89kw 3.wincraft-hhonv8.wincraft-bwyd49 3.wincraft-4viacp.wincraft-py0ln1.wincraft-0fmjrf.wincraft-hbeq7d 7-3.wincraft-svgv6i 10.wincraft-u1lqcg.wincraft-hbeq7d 23.wincraft-wwjyjw.wincraft-0vf3z0 1.wincraft-kqr6nv 2.wincraft-svgv6i 3.wincraft-0vf3z0 1.wincraft-bwyd49 5.wincraft-8p6wws.wincraft-bwyd49 32.wincraft-0mymap.wincraft-py0ln1 5.wincraft-g8nxxq 4.wincraft-hbeq7d 9.wincraft-hbeq7d 8.wincraft-bwyd49 6.wincraft-f4nhlj.wincraft-83et8c.wincraft-3r3oqm.wincraft-gt3753.wincraft-getdtz 4.wincraft-vmu01j.wincraft-getdtz 6.wincraft-getdtz 0l29.wincraft-g8nxxq 17.wincraft-9sc0do.wincraft-owyo4r 2.wincraft-9yr0c1 10.wincraft-upqo4m.wincraft-svgv6i 8.wincraft-peux3t.wincraft-ummhoi.wincraft-6397jp.wincraft-ytqrmw.wincraft-fmbni6.wincraft-py0ln1.wincraft-v9jqcn.wincraft-svgv6i 1.wincraft-hhlo33.wincraft-ngsuet.wincraft-1p7o8t.wincraft-vwdanr.wincraft-ti8hy7.wincraft-kqr6nv 1.wincraft-utzk2y.wincraft-y3fnrr.5z'/%3e%3c/svg%3e");
}

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

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

.wincraft-jenba2 {
  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);
}

.wincraft-jenba2.wincraft-b1dibk {
  display: block;
}

.wincraft-jenba2.wincraft-o9d3q4 {
  display: none;
}

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

.wincraft-8jtryc {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.wincraft-ua1na3 {
  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);
}

.wincraft-2i986w {
  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;
}

.wincraft-9aqtmz small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.wincraft-8dcps5 {
  font-size: 16px;
  line-height: 140%;
}

.wincraft-6x7cli {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.wincraft-6x7cli .wincraft-edvvfa {
  fill: #c2c0ce;
}

.wincraft-6x7cli [rating="1"] .wincraft-edvvfa:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.wincraft-6x7cli [rating="2"] .wincraft-edvvfa:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.wincraft-6x7cli [rating="3"] .wincraft-edvvfa:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.wincraft-6x7cli [rating="4"] .wincraft-edvvfa:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.wincraft-6x7cli [rating="5"] .wincraft-edvvfa:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.wincraft-bzi156 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;
}

.wincraft-bzi156 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 */

.wincraft-8nktfa {
  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);
}

.wincraft-8nktfa.wincraft-klfq08 {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.wincraft-l42p9d {
  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;
}

.wincraft-l42p9d label {
  font-size: 14px;
}

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

.wincraft-ap77ui h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.wincraft-rycgxw, .wincraft-hbcuxl, [class*="review-card"],
thead, thead th, table th, .wincraft-tip0nl,
.wincraft-lm5maj, [class*="collapsible-header"],
.wincraft-205zeu, [class*="updated-block"] {
  color: #ece7dc !important;
}
