@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.newlucky-4on7uz {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.newlucky-j8w6pj {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.newlucky-j65o1o,
ul.newlucky-j65o1o {
  padding-left: 20px;
}

ul.newlucky-j65o1o {
  list-style: disc;
}

ol.newlucky-j65o1o {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.newlucky-inrgb9 > .newlucky-grm85a,
.newlucky-inrgb9 > .newlucky-f7dqhz,
.newlucky-inrgb9 > blockquote,
.newlucky-inrgb9 > h1,
.newlucky-inrgb9 > h2,
.newlucky-inrgb9 > h3,
.newlucky-inrgb9 > h4,
.newlucky-inrgb9 > h5,
.newlucky-inrgb9 > h6,
.newlucky-inrgb9 > ol,
.newlucky-inrgb9 > p,
.newlucky-inrgb9 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.newlucky-inrgb9 > ol,
.newlucky-inrgb9 > ul {
  padding-left: 50px;
}

.newlucky-inrgb9 blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.newlucky-inrgb9:not(:last-child) {
  margin-bottom: 2rem;
}

.newlucky-inrgb9 > :not(:first-child) {
  margin-top: 2rem;
}

.newlucky-inrgb9 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.newlucky-inrgb9:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .newlucky-inrgb9:first-child {
    margin-top: 20px;
  }
}

.newlucky-inrgb9 > p:last-of-type {
  margin-bottom: 32px;
}

.newlucky-inrgb9 > .newlucky-k7awmc:not(:first-child) {
  margin: 64px auto 16px auto;
}

.newlucky-jgpfuf > .newlucky-k7awmc {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.newlucky-f7dqhz {
  overflow: auto;
}

.newlucky-f7dqhz::-webkit-scrollbar {
  height: 5px;
}

.newlucky-f7dqhz table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.newlucky-f7dqhz table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.newlucky-f7dqhz table thead,
table thead {
  border-bottom: none;
}

.newlucky-f7dqhz table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.newlucky-f7dqhz table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.newlucky-f7dqhz table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.newlucky-f7dqhz .newlucky-uhawif {
  table-layout: auto;
}

.newlucky-f7dqhz .newlucky-uhawif th {
  word-break: normal;
}

.newlucky-f7dqhz .newlucky-uhawif td {
  word-break: normal;
}

.newlucky-4on7uz .newlucky-4on7uz {
  padding-right: 0;
  padding-left: 0;
}

.newlucky-bbwrfj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.newlucky-i8su2l {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.newlucky-zm67f7 {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.newlucky-grm85a {
  margin-top: 24px;
}

.newlucky-grm85a.newlucky-iivq75 {
  text-align: left;
}

.newlucky-grm85a.newlucky-s5f1vu {
  text-align: right;
}

.newlucky-grm85a.newlucky-cd4d7p {
  text-align: center;
}

.newlucky-gcxnwv {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.newlucky-bu4voc ease-in-out;
  cursor: pointer;
}

.newlucky-gcxnwv:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.newlucky-gcxnwv {
  min-width: 328px;
}

@media (max-width: 768px) {
  .newlucky-gcxnwv {
    min-width: unset;
  }
}

.newlucky-5py496 {
  background-color: var(--fh-bg-color);
}

.newlucky-01cadv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.newlucky-yjtjwg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.newlucky-yjtjwg img {
  max-height: 44px;
  object-fit: contain;
}

.newlucky-xvlnvj {
  flex: 1 1;
}

.newlucky-zck8pt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.newlucky-pk9ib2 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.newlucky-pk9ib2 span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.newlucky-pk9ib2.newlucky-qhvln4 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.newlucky-pk9ib2.newlucky-qhvln4 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.newlucky-pk9ib2.newlucky-qhvln4 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.newlucky-xvlnvj + .newlucky-zck8pt {
  margin-left: 20px;
}

.newlucky-z6lenw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.newlucky-z6lenw > svg {
  max-width: 24px;
  max-height: 24px;
}

.newlucky-z6lenw + .newlucky-z6lenw {
  margin-left: 5px;
}

.newlucky-br24gn {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.newlucky-br24gn:hover {
  background-color: var(--button-bg-hover);
}

.newlucky-x1nr4p {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.newlucky-bu4voc ease-in-out;
  border: 1px solid var(--border-color);
}

.newlucky-x1nr4p:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.newlucky-1w929w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .newlucky-xvlnvj {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .newlucky-1w929w {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .newlucky-xvlnvj {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .newlucky-z6lenw {
    min-width: unset;
    flex: 1 1;
  }
}

.newlucky-7ai3yq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.newlucky-7ai3yq:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.newlucky-7ai3yq:hover .newlucky-qxhpnq {
  opacity: 1;
  pointer-events: auto;
}

.newlucky-89y3y8 {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.newlucky-bd3ojj ease-in-out;
  gap: 4px;
}

.newlucky-89y3y8 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.newlucky-89y3y8 .newlucky-bbwrfj img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.newlucky-6551st,
.newlucky-89y3y8:hover {
  color: var(--button-bg-hover);
}

.newlucky-4xwwa8 {
  position: relative;
}

.newlucky-4xwwa8 .newlucky-89y3y8 {
  margin-right: 0;
  padding-right: 4px;
}

.newlucky-8mfmi0 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.newlucky-4xwwa8.newlucky-qhvln4 .newlucky-8mfmi0 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.newlucky-4xwwa8.newlucky-qhvln4 .newlucky-qxhpnq {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.newlucky-4xwwa8.newlucky-qhvln4 .newlucky-qxhpnq::before {
  display: none;
}

.newlucky-8mfmi0 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.newlucky-qxhpnq {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.newlucky-woxlgz 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.newlucky-qxhpnq::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.newlucky-qxhpnq:hover {
  color: var(--fh-bg-color);
}

.newlucky-53ek9o {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.newlucky-woxlgz 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.newlucky-bd3ojj ease-in-out;
  -o-transition: 0.newlucky-bd3ojj ease-in-out;
  transition: 0.newlucky-bd3ojj ease-in-out;
}

.newlucky-53ek9o .newlucky-bbwrfj img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.newlucky-tzkmgn,
.newlucky-53ek9o:hover {
  color: var(--button-bg-hover);
}

.newlucky-lk127g {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.newlucky-lk127g.newlucky-u8ir09 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.newlucky-lk127g.newlucky-u8ir09:after,
.newlucky-lk127g.newlucky-u8ir09:before {
  content: "";
  position: absolute;
  margin: auto;
}

.newlucky-lk127g.newlucky-u8ir09:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.newlucky-lk127g.newlucky-u8ir09:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.newlucky-lk127g.newlucky-u8ir09 > * {
  z-index: 1;
}

.newlucky-lk127g b,
.newlucky-lk127g strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.newlucky-lk127g .newlucky-198r8c {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.newlucky-lk127g .newlucky-7icwig {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.newlucky-lk127g .newlucky-bbwrfj {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.newlucky-lk127g .newlucky-vqtfi2 {
  margin-top: 12px;
}

.newlucky-vqtfi2 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.newlucky-prvs0k {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.newlucky-vqtfi2 .newlucky-344vk8 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.newlucky-bu4voc ease-in-out;
}

.newlucky-vqtfi2 .newlucky-344vk8:hover {
  background: rgba(255, 255, 255, 0.3);
}

.newlucky-b0lxfb {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.newlucky-lk127g.newlucky-859pss {
  gap: 12px;
  padding: 16px;
}

.newlucky-lk127g.newlucky-859pss .newlucky-b0lxfb {
  min-width: 240px;
}

.newlucky-lk127g.newlucky-859pss .newlucky-b0lxfb.newlucky-3dp244 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .newlucky-lk127g .newlucky-198r8c {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .newlucky-lk127g .newlucky-7icwig {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .newlucky-lk127g .newlucky-bbwrfj {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .newlucky-lk127g.newlucky-859pss .newlucky-bbwrfj {
    max-width: 126px;
  }
  .newlucky-lk127g .newlucky-vqtfi2 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .newlucky-lk127g .newlucky-prvs0k {
    max-width: unset;
  }
  .newlucky-b0lxfb {
    min-width: unset;
    width: 100%;
  }
  .newlucky-lk127g .newlucky-b0lxfb {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .newlucky-lk127g.newlucky-859pss {
    grid-template-rows: auto 1fr auto;
  }
  .newlucky-lk127g.newlucky-859pss .newlucky-b0lxfb {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .newlucky-lk127g {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .newlucky-lk127g .newlucky-198r8c {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .newlucky-lk127g .newlucky-bbwrfj {
    max-width: 78px;
  }
  .newlucky-lk127g .newlucky-vqtfi2 {
    margin-top: -12px;
  }
  .newlucky-lk127g.newlucky-859pss {
    gap: 8px;
  }
  .newlucky-lk127g.newlucky-859pss .newlucky-198r8c {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .newlucky-lk127g.newlucky-859pss .newlucky-7icwig {
    grid-column: 1/3;
  }
  .newlucky-lk127g.newlucky-859pss .newlucky-bbwrfj {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .newlucky-lk127g.newlucky-859pss .newlucky-bbwrfj img {
    max-width: 114px;
  }
}

.newlucky-b0lxfb.newlucky-l50cxn,
.newlucky-b0lxfb.newlucky-gk54t6,
.newlucky-b0lxfb.newlucky-1bqcp9 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.newlucky-bu4voc ease-in-out;
}

.newlucky-b0lxfb.newlucky-l50cxn,
.newlucky-b0lxfb.newlucky-1bqcp9 {
  padding: 10px;
}

.newlucky-b0lxfb.newlucky-l50cxn:hover,
.newlucky-b0lxfb.newlucky-gk54t6:hover,
.newlucky-b0lxfb.newlucky-1bqcp9:hover {
  background: var(--button-bg-hover);
}

.newlucky-b0lxfb.newlucky-l50cxn:hover svg path,
.newlucky-b0lxfb.newlucky-1bqcp9:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.newlucky-b0lxfb.newlucky-3dp244 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.newlucky-bu4voc ease-in-out;
  background: var(--button-bg-color);
}

.newlucky-b0lxfb.newlucky-3dp244:hover {
  background-color: var(--button-bg-hover);
}

.newlucky-b0lxfb.newlucky-gk54t6:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.newlucky-b0lxfb.newlucky-gk54t6:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.newlucky-b0lxfb.newlucky-3dp244:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.newlucky-lfs2jd {
  max-width: 650px;
}

.newlucky-12g4pu {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.newlucky-fi6xij {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.newlucky-dx0g5i {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.newlucky-bd3ojj ease-in-out;
  cursor: pointer;
}

.newlucky-dx0g5i:hover {
  opacity: 0.5;
}

.newlucky-dx0g5i:focus {
  outline: 0;
}

.newlucky-dx0g5i:focus .newlucky-u3rnqu,
.newlucky-dx0g5i:hover .newlucky-u3rnqu {
  fill: red;
  fill-opacity: 1;
}

.newlucky-dx0g5i:hover {
  cursor: pointer;
}

.newlucky-xs4733 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.newlucky-lfs2jd.newlucky-cd4d7p {
  margin: 0 auto;
}

.newlucky-lfs2jd.newlucky-s5f1vu {
  margin-left: auto;
}

.newlucky-bnqjpb {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.newlucky-bvtvuz {
  padding-bottom: 50px;
}

.newlucky-kx0x6m {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.newlucky-ezfmo0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.newlucky-5ff1uu {
  margin-top: 24px;
}

.newlucky-vplpo8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newlucky-1lowyr {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.newlucky-3uze1h {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.newlucky-afauqw {
  width: 468px;
}

.newlucky-3uze1h .newlucky-qxhpnq {
  margin: 0.newlucky-roel2i 0;
}

.newlucky-wjynz1 {
  display: flex;
  min-width: 224px;
}

.newlucky-lep4mn {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.newlucky-bd3ojj ease-in-out;
}

.newlucky-0vrv6c,
.newlucky-lep4mn:hover {
  color: var(--text-color);
}

.newlucky-fcx0rs {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.newlucky-04ucj0 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .newlucky-bnqjpb {
    padding: 16px;
  }
  .newlucky-fcx0rs {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .newlucky-04ucj0 {
    align-items: center;
  }
  .newlucky-afauqw {
    width: unset;
  }
  .newlucky-wjynz1 {
    min-width: unset;
  }
  .newlucky-3uze1h {
    max-height: unset;
  }
  .newlucky-kx0x6m {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .newlucky-bnqjpb {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.newlucky-69fd0a {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.newlucky-69fd0a:not(:last-child) {
  margin-bottom: 16px;
}

.newlucky-se758j {
  outline: 0;
}

.newlucky-se758j .newlucky-a9xiye {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.newlucky-ktsqaf {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .newlucky-ktsqaf {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.newlucky-ktsqaf::-webkit-details-marker {
  display: none;
}

.newlucky-ktsqaf:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.newlucky-ktsqaf:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .newlucky-ktsqaf:after {
  transform: unset;
}

.newlucky-a9xiye {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.newlucky-a9xiye svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.newlucky-bd3ojj ease-in-out;
  -o-transition: 0.newlucky-bd3ojj ease-in-out;
  transition: 0.newlucky-bd3ojj ease-in-out;
}

.newlucky-f0ssn9 {
  padding: 16px 0 0 0;
}

.newlucky-f0ssn9 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .newlucky-f0ssn9 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .newlucky-ktsqaf {
    flex-wrap: wrap;
    gap: 12px;
  }
  .newlucky-ktsqaf::after {
    margin-left: auto;
  }
  .newlucky-a9xiye {
    order: 3;
    flex: 1 1 100%;
  }
  .newlucky-ktsqaf {
    font-size: 14px;
    line-height: 130%;
  }
  .newlucky-a9xiye svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.newlucky-txzy5p {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.newlucky-hhow6a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.newlucky-txzy5p.newlucky-qhvln4 .newlucky-hhow6a {
  margin-bottom: 12px;
}

.newlucky-hhow6a::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.newlucky-txzy5p.newlucky-qhvln4 .newlucky-hhow6a::after {
  transform: unset;
}

.newlucky-9dwfav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.newlucky-4ikov3 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.newlucky-bd3ojj ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.newlucky-4ikov3:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.newlucky-txzy5p.newlucky-qhvln4 .newlucky-9dwfav {
  max-height: 100%;
}

.newlucky-mw0dfg {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.newlucky-7nlbzd {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.newlucky-f8sis2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.newlucky-nmb5bi {
  margin-right: 4px;
}

.newlucky-8cwvub {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.newlucky-bd3ojj ease-in-out;
}

.newlucky-8cwvub svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.newlucky-j35rgn,
.newlucky-8cwvub:hover {
  color: var(--text-color);
}

.newlucky-nm7ee2 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.newlucky-nm7ee2 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.newlucky-nm7ee2 .newlucky-wxs5g6 {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.newlucky-nm7ee2 .newlucky-ar8o1i {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.newlucky-5ffvs6 {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.newlucky-wp10eb {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.newlucky-x97qfh .newlucky-4on7uz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.newlucky-x97qfh {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.newlucky-kskycb {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.newlucky-wsjd55 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.newlucky-y7yvwt {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.newlucky-vimxq6 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.newlucky-y7yvwt:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.newlucky-ctzds2 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.newlucky-gn9tvu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.newlucky-bd3ojj ease-in-out;
  transition: transform 0.newlucky-bd3ojj ease-in-out;
  -o-transition: transform 0.newlucky-bd3ojj ease-in-out;
  transition:
    transform 0.newlucky-bd3ojj ease-in-out,
    -webkit-transform 0.newlucky-bd3ojj ease-in-out;
  cursor: pointer;
}

.newlucky-gn9tvu svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.newlucky-gn9tvu:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.newlucky-t1k63j {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .newlucky-t1k63j {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.newlucky-s8qd5z {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.newlucky-a6dvm7 {
  position: relative;
  width: 100%;
}

.newlucky-s8qd5z.newlucky-t6nbf8 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.newlucky-s8qd5z.newlucky-cd4d7p {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.newlucky-s8qd5z.newlucky-s5f1vu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.newlucky-s9kg2i {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.newlucky-2qcfdc {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.newlucky-bd3ojj ease-in-out;
  cursor: pointer;
}

.newlucky-2qcfdc:hover {
  opacity: 0.5;
}

.newlucky-s8qd5z.newlucky-bmvwek .newlucky-2qcfdc {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.newlucky-s8qd5z.newlucky-bmvwek .newlucky-s9kg2i {
  cursor: pointer;
}

.newlucky-qq8sc7 {
  fill: #0009;
}

.newlucky-kx7jvr {
  fill: #fff;
}

.newlucky-2qcfdc:hover .newlucky-qq8sc7 {
  fill: red;
}

.newlucky-2qcfdc svg path {
  -webkit-transition: 0.newlucky-bd3ojj ease-in-out;
  -o-transition: 0.newlucky-bd3ojj ease-in-out;
  transition: 0.newlucky-bd3ojj ease-in-out;
}

.newlucky-22nx61 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.newlucky-22nx61 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.newlucky-22nx61.newlucky-dt79yv > :not(.get-image) {
  grid-column: 1/3;
}

.newlucky-9v2o68:not(._h1-block) .newlucky-22nx61 > .newlucky-k7awmc {
  grid-row: 1/2;
  grid-column: 1/3;
}

.newlucky-22nx61.newlucky-dt79yv .newlucky-cgafbg {
  grid-column: 2/3;
}

.newlucky-22nx61.newlucky-dt79yv > .newlucky-bbwrfj {
  grid-column: 1/2;
}

.newlucky-22nx61.newlucky-dt79yv > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.newlucky-22nx61 > p:first-of-type {
  margin-top: 0;
}

.newlucky-22nx61 .newlucky-bbwrfj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.newlucky-9v2o68:not(._h1-block) .newlucky-k7awmc ~ .newlucky-bbwrfj {
  grid-row: 2/10;
}

.newlucky-9v2o68.newlucky-lcgjh9 .newlucky-k7awmc ~ .newlucky-bbwrfj {
  grid-row: 1/10;
}

.newlucky-9v2o68.newlucky-lcgjh9 > .newlucky-k7awmc {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.newlucky-9v2o68.newlucky-lcgjh9 .newlucky-bbwrfj {
  grid-row: 1/10;
}

.newlucky-22nx61.newlucky-o0sw7p .newlucky-bbwrfj {
  align-items: flex-start;
}

.newlucky-22nx61.newlucky-cd4d7p .newlucky-cgafbg {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.newlucky-22nx61.newlucky-cd4d7p .newlucky-bbwrfj {
  align-items: center;
}

.newlucky-22nx61.newlucky-pspt8n .newlucky-bbwrfj {
  align-items: flex-end;
}

.newlucky-cgafbg > :first-child {
  margin-top: 0;
}

.newlucky-cgafbg > :last-child {
  margin-bottom: 0;
}

* + .newlucky-waoriz,
.newlucky-9v2o68 + .newlucky-9v2o68 {
  margin-top: 2rem;
}

.newlucky-jbfa3c td::before,
.newlucky-jbfa3c th::after {
  display: none !important;
}

.newlucky-jbfa3c #link-selector {
  color: #000;
}

.newlucky-jbfa3c .newlucky-hhpna4 {
  color: #135e96;
}

.newlucky-jbfa3c .newlucky-bi0k3u *,
.newlucky-jbfa3c .newlucky-a4dghy p,
.newlucky-jbfa3c .newlucky-bgod2s * {
  color: #000;
}

.newlucky-jbfa3c .newlucky-3s48dk {
  background: 0 0 !important;
}

.newlucky-jbfa3c .newlucky-xa134j {
  color: #000;
}

.newlucky-jbfa3c .newlucky-hl5qtd.newlucky-3igtd8 {
  color: #fff;
}

.newlucky-jbfa3c .newlucky-at204j {
  color: #000;
}

.newlucky-jbfa3c
  .newlucky-lc5lsd
  .newlucky-umyp8h.newlucky-3igtd8.newlucky-r6g8xw {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.newlucky-2qhn6a,
body .newlucky-5hrnh3 {
  color: #000;
  background: var(--color-body) !important;
}

.newlucky-2qhn6a .newlucky-5on1r0 .newlucky-dblzbo,
body .newlucky-5hrnh3 .newlucky-5on1r0 .newlucky-dblzbo {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .newlucky-4ikov3:focus,
  .newlucky-4ikov3:hover {
    color: #f9cb16;
  }
  .newlucky-z8uqtv:focus,
  .newlucky-z8uqtv:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .newlucky-nxhfo0:focus img,
  .newlucky-nxhfo0:focus svg,
  .newlucky-nxhfo0:hover img,
  .newlucky-nxhfo0:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .newlucky-nm7ee2 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .newlucky-4xwwa8:hover .newlucky-8mfmi0 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .newlucky-8mfmi0 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .newlucky-bdtwgl {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .newlucky-pna7ne {
    grid-template-columns: repeat(4, 1fr);
  }
  .newlucky-tm7r5o {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .newlucky-45pnxn .newlucky-decfyy {
    grid-template-columns: 1fr;
  }
  .newlucky-45pnxn .newlucky-l7sbm4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .newlucky-45pnxn .newlucky-8wt5bu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .newlucky-45pnxn .newlucky-92szok {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .newlucky-45pnxn .newlucky-jddwkx {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .newlucky-45pnxn .newlucky-8wt5bu:not(:first-child) {
    border: none;
  }
  .newlucky-45pnxn .newlucky-8wt5bu:first-child .newlucky-92szok {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .newlucky-45pnxn .newlucky-8wt5bu:last-child .newlucky-92szok {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .newlucky-01cadv {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .newlucky-yjtjwg {
    max-width: 100px;
  }
  .newlucky-xvlnvj {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .newlucky-zck8pt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .newlucky-zck8pt svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .newlucky-pk9ib2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .newlucky-xvlnvj + .newlucky-zck8pt {
    margin-left: auto;
  }
  .newlucky-gmte5a {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .newlucky-gmte5a.newlucky-qhvln4 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .newlucky-1w929w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .newlucky-7ai3yq {
    width: 100%;
  }
  .newlucky-7ai3yq:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .newlucky-89y3y8 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .newlucky-89y3y8 svg {
    margin-right: 4px;
  }
  .newlucky-4xwwa8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .newlucky-8mfmi0 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .newlucky-8mfmi0 {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .newlucky-qxhpnq {
    display: none;
    width: 100%;
  }
  .newlucky-4xwwa8.newlucky-qhvln4 .newlucky-qxhpnq {
    padding: 0 0 0 48px;
  }
  .newlucky-53ek9o {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .newlucky-ezfmo0 .newlucky-bbwrfj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .newlucky-ycl69i {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .newlucky-ycl69i + .newlucky-ycl69i {
    margin-right: 0;
  }
  .newlucky-ycl69i + .newlucky-bbwrfj {
    margin: 0;
  }
  .newlucky-bdtwgl {
    grid-template-columns: repeat(4, 1fr);
  }
  .newlucky-pna7ne {
    grid-template-columns: repeat(3, 1fr);
  }
  .newlucky-ttltxz,
  .newlucky-o01bs3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .newlucky-22nx61 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .newlucky-22nx61.newlucky-dt79yv .newlucky-cgafbg {
    grid-column: auto;
    grid-row: auto;
  }
  .newlucky-22nx61 > .newlucky-k7awmc {
    grid-column: 1/2;
  }
  .newlucky-22nx61.newlucky-dt79yv > :not(.get-image) {
    grid-column: 1/2;
  }
  .newlucky-22nx61 .newlucky-bbwrfj,
  .newlucky-22nx61.newlucky-dt79yv > .newlucky-bbwrfj {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .newlucky-22nx61.newlucky-dt79yv > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .newlucky-9v2o68.newlucky-lcgjh9 .newlucky-22nx61 > .newlucky-bbwrfj {
    grid-row: 1/2;
  }
  .newlucky-22nx61 .newlucky-k7awmc ~ .newlucky-bbwrfj,
  .newlucky-22nx61.newlucky-dt79yv .newlucky-k7awmc ~ .newlucky-bbwrfj {
    grid-row: 2/3;
  }
  .newlucky-9v2o68.newlucky-lcgjh9 .newlucky-k7awmc ~ .newlucky-bbwrfj {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .newlucky-inrgb9:first-child .newlucky-bvf000 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newlucky-inrgb9:first-child .newlucky-bvf000 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .newlucky-inrgb9 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .newlucky-inrgb9 {
    padding: 0;
  }
  .newlucky-grm85a {
    margin-top: 1rem;
  }
  .newlucky-se758j {
    border-radius: 5px;
  }
  .newlucky-ag9qcg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newlucky-hhow6a::after {
    display: inline-block;
  }
  .newlucky-hhow6a {
    margin: 0;
    width: 100%;
  }
  .newlucky-9dwfav {
    width: 100%;
  }
  .newlucky-9dwfav.newlucky-p0ozb2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .newlucky-9dwfav.newlucky-p0ozb2 .newlucky-i3x6ff {
    width: 100%;
  }
  .newlucky-9dwfav.newlucky-p0ozb2 .newlucky-i3x6ff:not(:last-child) {
    margin-right: 0;
  }
  .newlucky-4ikov3 {
    width: 100%;
    text-align: center;
  }
  .newlucky-txzy5p.newlucky-qhvln4 .newlucky-9dwfav {
    margin-top: 1rem;
  }
  .newlucky-bdtwgl {
    grid-template-columns: repeat(3, 1fr);
  }
  .newlucky-tm7r5o,
  .newlucky-pna7ne {
    grid-template-columns: repeat(2, 1fr);
  }
  .newlucky-ttltxz,
  .newlucky-o01bs3,
  .newlucky-kusq6w {
    grid-template-columns: 1fr;
  }
  .newlucky-ljcuo6 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .newlucky-eobqcj {
    min-width: 300px;
    max-width: 325px;
  }
  .newlucky-92szok {
    cursor: auto;
  }
  .newlucky-9ql67e .newlucky-92szok {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .newlucky-t1k63j {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .newlucky-qxhpnq {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .newlucky-t1k63j {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.newlucky-ycl69i p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .newlucky-zck8pt {
    margin: 0 -0.2rem;
  }
  .newlucky-ycl69i {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .newlucky-1m17nq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .newlucky-1pyyfp {
    max-width: 100%;
  }
  .newlucky-bdtwgl {
    grid-template-columns: repeat(2, 1fr);
  }
  .newlucky-tm7r5o,
  .newlucky-pna7ne {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .newlucky-01cadv {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .newlucky-zck8pt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .newlucky-5py496 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .newlucky-z6lenw {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .newlucky-gd5tvu,
  .newlucky-4gd73d {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .newlucky-gcxnwv {
    width: 100%;
  }
  .newlucky-bdtwgl {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .newlucky-t1k63j {
    top: 127px !important;
  }
}

.newlucky-278i9o {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .newlucky-278i9o {
  }
}

@media (max-width: 767px) {
  .newlucky-278i9o {
    margin-bottom: 12px;
  }
}

.newlucky-278i9o img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.newlucky-0ahfyk {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.newlucky-0ahfyk > .newlucky-aic9oe {
  flex: 1 1;
}

@media (max-width: 767px) {
  .newlucky-0ahfyk {
    flex-direction: column;
    gap: 12px;
  }
}

.newlucky-3ezno4 {
  display: flex;
}

.newlucky-3ezno4 .newlucky-civsql {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.newlucky-3ezno4 .newlucky-rygra9 {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.newlucky-3ezno4 .newlucky-q3fh0r {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.newlucky-3ezno4 .newlucky-91im9m {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.newlucky-3ezno4 .newlucky-91im9m:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.newlucky-3ezno4 .newlucky-rzw2pm {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.newlucky-k34ieg {
  border: unset;
  background-color: unset;
}

.newlucky-k34ieg tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.newlucky-k34ieg .newlucky-calfjj,
.newlucky-k34ieg .newlucky-8ihpdx {
  flex: 0 1 330px;
}

.newlucky-k34ieg .newlucky-hvdwo7 {
  flex: 1 1;
}

.newlucky-k34ieg tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.newlucky-k34ieg tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.newlucky-k34ieg tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.newlucky-k34ieg tr td p {
  color: #fff;
  margin: 0;
}

.newlucky-k34ieg tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.newlucky-k34ieg tr.newlucky-calfjj td p {
  padding: 16px 0;
}

.newlucky-k34ieg tr.newlucky-calfjj td p:not(:last-child),
.newlucky-k34ieg tr.newlucky-8ihpdx td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.newlucky-k34ieg tr.newlucky-calfjj td p:first-child,
.newlucky-k34ieg tr.newlucky-8ihpdx td p:first-child {
  padding-top: 0;
}

.newlucky-k34ieg tr.newlucky-8ihpdx td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.newlucky-k34ieg tr.newlucky-8ihpdx td p:last-child {
  padding-bottom: 0;
}

.newlucky-k34ieg .newlucky-8ihpdx img {
  max-width: 32px;
}

.newlucky-k34ieg .newlucky-hvdwo7 {
  min-width: 718px;
}

.newlucky-k34ieg .newlucky-hvdwo7 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.newlucky-k34ieg .newlucky-hvdwo7 td {
  display: flex;
}

.newlucky-k34ieg .newlucky-hvdwo7 td:last-child .newlucky-wiabag,
.newlucky-k34ieg .newlucky-hvdwo7 td:last-child .newlucky-jx24zk,
.newlucky-k34ieg .newlucky-hvdwo7 td:last-child .newlucky-aph3o7 {
  flex: 1 1 50%;
}

.newlucky-k34ieg .newlucky-hvdwo7 td:last-child .newlucky-dewp7u {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.newlucky-k34ieg .newlucky-hvdwo7 td:last-child .newlucky-7rbupf,
.newlucky-k34ieg .newlucky-hvdwo7 td:last-child .newlucky-6rlkqg {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.newlucky-k34ieg .newlucky-hvdwo7 td:last-child .newlucky-wiabag,
.newlucky-k34ieg .newlucky-hvdwo7 td:last-child .newlucky-jx24zk {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.newlucky-k34ieg .newlucky-hvdwo7 td:last-child .newlucky-wiabag span,
.newlucky-k34ieg .newlucky-hvdwo7 td:last-child .newlucky-jx24zk span {
  font-weight: 800;
}

.newlucky-k34ieg .newlucky-hvdwo7 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .newlucky-k34ieg .newlucky-hvdwo7 td .newlucky-aph3o7:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .newlucky-k34ieg tr.newlucky-calfjj td p:last-child {
    padding-bottom: 0;
  }
  .newlucky-k34ieg .newlucky-8ihpdx > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .newlucky-k34ieg .newlucky-8ihpdx > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .newlucky-k34ieg tr.newlucky-calfjj td p:not(:last-child),
  .newlucky-k34ieg tr.newlucky-8ihpdx td p:not(:last-child) {
    border-bottom: unset;
  }
  .newlucky-k34ieg tr.newlucky-8ihpdx td p:last-child {
    padding-bottom: 12px;
  }
  .newlucky-k34ieg .newlucky-hvdwo7 td:last-child .newlucky-wiabag,
  .newlucky-k34ieg .newlucky-hvdwo7 td:last-child .newlucky-jx24zk,
  .newlucky-k34ieg .newlucky-hvdwo7 td:last-child .newlucky-aph3o7 {
    flex: 1 1 50%;
    padding: 0;
  }
  .newlucky-k34ieg .newlucky-hvdwo7 td:last-child .newlucky-wiabag,
  .newlucky-k34ieg .newlucky-hvdwo7 td:last-child .newlucky-jx24zk {
    margin-top: 16px;
  }
  .newlucky-k34ieg .newlucky-hvdwo7 td:last-child .newlucky-aph3o7 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .newlucky-k34ieg .newlucky-hvdwo7 td:last-child .newlucky-wiabag {
    border-right: 1px solid var(--border-color);
  }
  .newlucky-k34ieg .newlucky-hvdwo7 td:last-child .newlucky-aph3o7:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .newlucky-k34ieg .newlucky-hvdwo7 td:last-child .newlucky-aph3o7:last-child {
    padding-bottom: 0;
  }
}

.newlucky-aph3o7 {
  display: flex;
  flex-direction: column;
}

.newlucky-k34ieg .newlucky-hvdwo7 td .newlucky-aph3o7 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.newlucky-k34ieg .newlucky-hvdwo7 td .newlucky-aph3o7:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.newlucky-k34ieg .newlucky-hvdwo7 td .newlucky-aph3o7:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .newlucky-k34ieg .newlucky-hvdwo7 td .newlucky-aph3o7:not(:first-child) {
    padding-left: 0;
  }
  .newlucky-k34ieg .newlucky-hvdwo7 td .newlucky-aph3o7:not(:last-of-type) {
    border-right: unset;
  }
}

.newlucky-k34ieg .newlucky-3xp1eq {
  flex: 0 1 485px;
}

.newlucky-k34ieg .newlucky-niaiac {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.newlucky-k34ieg .newlucky-niaiac li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.newlucky-k34ieg .newlucky-niaiac li.newlucky-xhfjh8 {
  padding: 6px 12px;
}

.newlucky-k34ieg .newlucky-niaiac li a,
.newlucky-k34ieg .newlucky-niaiac li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.newlucky-k34ieg .newlucky-6hmnze,
.newlucky-k34ieg .newlucky-d60pue {
  flex: 1 1;
}

.newlucky-k34ieg .newlucky-pcs2br,
.newlucky-k34ieg .newlucky-tqui4t {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.newlucky-k34ieg .newlucky-pcs2br li,
.newlucky-k34ieg .newlucky-tqui4t li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.newlucky-k34ieg .newlucky-d60pue img {
  max-width: 32px;
}

.newlucky-k34ieg .newlucky-6hmnze img {
  max-width: 32px;
}

.newlucky-k34ieg .newlucky-hgu27d {
  min-width: 280px;
}

.newlucky-k34ieg .newlucky-hgu27d img {
  max-width: 146px;
}

.newlucky-k34ieg .newlucky-hgu27d td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .newlucky-k34ieg .newlucky-calfjj,
  .newlucky-k34ieg .newlucky-8ihpdx {
    flex: 0 1 auto;
  }
  .newlucky-k34ieg .newlucky-hvdwo7 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .newlucky-k34ieg .newlucky-calfjj,
  .newlucky-k34ieg .newlucky-3xp1eq,
  .newlucky-k34ieg .newlucky-8ihpdx,
  .newlucky-k34ieg .newlucky-hvdwo7 {
    flex: 1 1 calc(50% - 20px);
  }
  .newlucky-k34ieg .newlucky-6hmnze,
  .newlucky-k34ieg .newlucky-hgu27d,
  .newlucky-k34ieg .newlucky-d60pue {
    flex: 1 1 30%;
  }
  .newlucky-k34ieg .newlucky-hgu27d {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .newlucky-k34ieg .newlucky-calfjj,
  .newlucky-k34ieg .newlucky-3xp1eq,
  .newlucky-k34ieg .newlucky-6hmnze,
  .newlucky-k34ieg .newlucky-8ihpdx,
  .newlucky-k34ieg .newlucky-hvdwo7,
  .newlucky-k34ieg .newlucky-hgu27d,
  .newlucky-k34ieg .newlucky-d60pue {
    flex: 1 1 100%;
  }
}

.newlucky-zweens .newlucky-jm3746 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.newlucky-zweens .newlucky-8ufk4b {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.newlucky-zweens .newlucky-ja97gl {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.newlucky-zweens .newlucky-lrdn4f {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.newlucky-zweens .newlucky-lrdn4f > :nth-child(3) {
  margin-top: 0;
}

.newlucky-zweens .newlucky-bbwrfj {
  grid-column: 2/3;
  grid-row: 1/10;
}

.newlucky-zweens .newlucky-dhs2xr {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.newlucky-zweens .newlucky-grm85a {
  grid-column: 1/2;
}

.newlucky-zweens > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.newlucky-zweens .newlucky-8ufk4b:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.newlucky-zweens .newlucky-8ufk4b:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.newlucky-zweens .newlucky-gcxnwv {
  min-width: 240px;
}

@media (max-width: 768px) {
  .newlucky-zweens .newlucky-8ufk4b:not(:last-child):before {
    bottom: 8px;
  }
  .newlucky-zweens .newlucky-8ufk4b:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .newlucky-zweens .newlucky-lrdn4f {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .newlucky-zweens .newlucky-bbwrfj {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .newlucky-zweens .newlucky-bbwrfj img {
    width: 100%;
    height: auto;
  }
  .newlucky-zweens .newlucky-gcxnwv {
    width: 100%;
    min-width: unset;
  }
}

.newlucky-s5rg20 .newlucky-fwrz0w {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.newlucky-s5rg20 .newlucky-nzmg75 {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.newlucky-s5rg20 .newlucky-bbwrfj {
  height: 100%;
}

.newlucky-s5rg20 .newlucky-bbwrfj img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.newlucky-s5rg20 .newlucky-8cxeg7 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.newlucky-s5rg20 .newlucky-qtgzhs {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.newlucky-s5rg20 .newlucky-3hdadm {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .newlucky-s5rg20 .newlucky-nzmg75 {
    flex: 1 1 100%;
  }
  .newlucky-s5rg20 .newlucky-b0lxfb {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .newlucky-s5rg20 .newlucky-nzmg75 {
    flex-direction: column;
  }
  .newlucky-s5rg20 .newlucky-bbwrfj {
    width: 100%;
    height: auto;
  }
  .newlucky-s5rg20 .newlucky-bbwrfj img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .newlucky-s5rg20 .newlucky-8cxeg7 {
    padding: 0 16px 16px 16px;
  }
  .newlucky-s5rg20 .newlucky-b0lxfb {
    min-width: unset;
    width: 100%;
  }
}

.newlucky-d6pnwb .newlucky-42ypov {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.newlucky-d6pnwb .newlucky-lag5pi {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.newlucky-d6pnwb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.newlucky-d6pnwb .newlucky-kh2smn {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.newlucky-d6pnwb .newlucky-lag5pi:hover .newlucky-kh2smn {
  display: flex;
}

.newlucky-d6pnwb .newlucky-z9k257 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.newlucky-d6pnwb .newlucky-iqlrc0 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.newlucky-fh8nor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.newlucky-fh8nor.newlucky-8vbm4m {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.newlucky-bu4voc ease-in-out;
}

.newlucky-fh8nor.newlucky-8vbm4m:hover {
  color: #f9cb16;
  background-color: transparent;
}

.newlucky-d6pnwb .newlucky-qqo3y5 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.newlucky-bu4voc ease-in-out;
}

.newlucky-d6pnwb .newlucky-qqo3y5:hover {
  color: #196948;
  background-color: #f9cb16;
}

.newlucky-d6pnwb .newlucky-qqo3y5:after,
.newlucky-fh8nor.newlucky-8vbm4m:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.newlucky-fh8nor.newlucky-8vbm4m:after {
  background-image: url(../images/Cash.svg);
}

.newlucky-d6pnwb .newlucky-qqo3y5:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .newlucky-d6pnwb .newlucky-42ypov {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .newlucky-d6pnwb .newlucky-42ypov {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .newlucky-d6pnwb .newlucky-42ypov {
    grid-template-columns: 1fr;
  }
  .newlucky-d6pnwb .newlucky-lag5pi {
    height: auto;
  }
  .newlucky-d6pnwb .newlucky-lag5pi .newlucky-kh2smn {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .newlucky-d6pnwb .newlucky-z9k257,
  .newlucky-d6pnwb .newlucky-iqlrc0 {
    text-align: left;
  }
  .newlucky-d6pnwb .newlucky-iqlrc0 {
    margin-bottom: 8px;
  }
  .newlucky-d6pnwb img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.newlucky-t6ee9d {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.newlucky-t6ee9d.newlucky-bmvwek {
  display: block;
}

.newlucky-t6ee9d .newlucky-5nqy3e {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.newlucky-t6ee9d .newlucky-4s06za {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.newlucky-t6ee9d .newlucky-zla09s {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.newlucky-t6ee9d .newlucky-v7osj0 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.newlucky-t6ee9d .newlucky-fh8nor {
  min-width: 296px;
  margin-bottom: 0;
}

.newlucky-t6ee9d .newlucky-723une {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.newlucky-t6ee9d .newlucky-av9v9h {
  position: relative;
  flex: 1 1;
}

.newlucky-t6ee9d .newlucky-av9v9h iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .newlucky-t6ee9d .newlucky-4s06za {
    flex-wrap: wrap;
    gap: 8px;
  }
  .newlucky-t6ee9d .newlucky-zla09s {
    order: 1;
  }
  .newlucky-t6ee9d .newlucky-v7osj0 {
    order: 3;
    flex: 1 1 100%;
  }
  .newlucky-t6ee9d .newlucky-fh8nor {
    width: 100%;
    min-width: unset;
  }
  .newlucky-t6ee9d .newlucky-723une {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .newlucky-22nx61 > .newlucky-k7awmc {
    margin-bottom: 0;
  }
  .newlucky-22nx61 > .newlucky-grm85a,
  .newlucky-22nx61 > p {
    margin-top: 0;
  }
}

.newlucky-5fnz9p img,
.newlucky-ycl69i img {
  width: auto;
  object-fit: contain;
}

.newlucky-5fnz9p {
  align-items: center;
}

.newlucky-5fnz9p img {
  max-height: 76px;
}

.newlucky-ycl69i img {
  max-height: 64px;
}

.newlucky-yfhboz {
  overflow: auto;
}

.newlucky-3gix5c {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.newlucky-iumygt:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.newlucky-g5qu4z {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.newlucky-jkkh6r {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.newlucky-g5qu4z .newlucky-bbwrfj {
  margin-right: 20px;
  flex-shrink: 0;
}

.newlucky-g5qu4z img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.newlucky-q2b8eo {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.newlucky-q2b8eo > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .newlucky-g5qu4z {
    padding: 15px 10px;
  }
  .newlucky-q2b8eo {
    padding: 15px 10px;
  }
  .newlucky-g5qu4z .newlucky-bbwrfj {
    margin-right: 10px;
  }
}

.newlucky-4t2jlf {
  overflow-x: auto;
}

.newlucky-gy8gdi {
  border-collapse: collapse;
  width: 100%;
}

.newlucky-4t2jlf th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.newlucky-4t2jlf td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.newlucky-4t2jlf td.newlucky-1fcwqg {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.newlucky-4t2jlf td.newlucky-ymudg8 {
  border-right: none;
}

.newlucky-4t2jlf td.newlucky-ymudg8 .newlucky-bbwrfj {
  justify-content: flex-start;
}

.newlucky-4t2jlf td.newlucky-ymudg8 .newlucky-bbwrfj img {
  height: auto;
  width: 90px;
}

.newlucky-4t2jlf td.newlucky-qjltoq,
.newlucky-4t2jlf td.newlucky-d5mucc {
  font-weight: 600;
  text-align: right;
}

.newlucky-4t2jlf td.newlucky-i6ibe0,
.newlucky-4t2jlf td.newlucky-qjltoq {
  padding-bottom: 10px;
  border-bottom: none;
}

.newlucky-4t2jlf td.newlucky-qjltoq,
.newlucky-4t2jlf td.newlucky-d5mucc {
  border-left: none;
}

.newlucky-4t2jlf td.newlucky-i6ibe0,
.newlucky-4t2jlf td.newlucky-3smt2q {
  border-right: none;
}

.newlucky-4t2jlf td.newlucky-3smt2q,
.newlucky-4t2jlf td.newlucky-d5mucc {
  border-top: none;
  padding-top: 10px;
}

.newlucky-fie4t6 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.newlucky-fie4t6 .newlucky-b0lxfb {
  min-width: unset;
  width: 100%;
}

.newlucky-fie4t6 .newlucky-b0lxfb.newlucky-l50cxn {
  grid-column: 1/2;
  grid-row: 1/2;
}

.newlucky-fie4t6 .newlucky-b0lxfb.newlucky-1bqcp9 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.newlucky-fie4t6 .newlucky-1nli7q {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .newlucky-fie4t6 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .newlucky-fie4t6 .newlucky-b0lxfb.newlucky-l50cxn {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .newlucky-fie4t6 .newlucky-b0lxfb.newlucky-1bqcp9 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .newlucky-fie4t6 .newlucky-1nli7q {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.newlucky-5onsei {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.newlucky-2lieb2 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.newlucky-jgpfuf p a img {
  margin: 0 auto;
  display: block;
}

.newlucky-jgpfuf table {
  margin-bottom: 17px;
}

/* contanct form */
.newlucky-qd094o {
  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;
}

.newlucky-qd094o label {
  font-size: 14px;
}

.newlucky-qd094o h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.newlucky-qd094o input,
.newlucky-qd094o textarea,
.newlucky-qd094o 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;
}
.newlucky-qd094o button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.newlucky-bu4voc ease;
}
.newlucky-qd094o button:hover {
  background-color: #691204;
}
.newlucky-fckzni {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.newlucky-d6sl9i ease-in;
}

.newlucky-fckzni h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}