:root {
  /* pinned */
  --success-color: #069814;
  --success-color-light: #07be1a;
  --icon-color: #cbabff;
  --icon-filter: brightness(0) saturate(100%) invert(69%) sepia(10%)
    saturate(2143%) hue-rotate(213deg) brightness(104%) contrast(102%);
  --header-bg-color: var(--primary-color-dark);
  --sidebar-bg-color: var(--menu-color);
  --bonus-card-bg-color: var(--menu-color);
  --btn-border-color: var(--accent-color);
  --btn-border-color-outline: var(--border-color);
  --btn-round: var(--round-l);
  --btn-text-color: var(--white-color);
  --btn-text-color-outline: var(--white-color);
  --table-head-bg-color: var(--table-1-color);
  --table-head-text-color: var(--text-color);
  --table-cell-bg-color: var(--bg-color);
  --table-cell-text-color: var(--text-color);
  --faq-bg-color: var(--menu-color);
  --faq-divider-color: var(--divider-color);
  --faq-border-color: var(--border-color);
  --faq-round: var(--round-base);
  --base: 1rem;
  --container-width: 1130px;
  --container-padding-x: 15px;
  --header-height: calc(var(--base) * 4);
  --sidebar-width-short: calc(var(--base) * 4);
  --sidebar-width: calc(var(--base) * 20);
  --transition-duration: 0.2s;
  --games-grid-cols: 7;
  --games-grid-cols-mobile: calc(var(--games-grid-cols) * 2);
  --new-game-card-bg-color: linear-gradient(
    180deg,
    rgba(109, 0, 216, 0),
    #47008d
  );
  --seo-content-width: 80%;
  --round-sm: calc(var(--base) * 0.5);
  --round-base: var(--base);
  --round-l: calc(var(--base) * 2);
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Arial", sans-serif;
  --font-render-type: swap;
}

* {
  border: none;
  margin: 0;
  padding: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

a,
a:link,
a:visited {
  color: inherit;
}

a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}

aside,
footer,
header,
main,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  height: auto;
  max-width: 100%;
}

address {
  font-style: normal;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button,
input[type="submit"] {
  background-color: transparent;
  background: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
}

button:active,
button:focus,
input:active,
input:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

body,
html {
  scroll-behavior: smooth;
  scroll-margin-top: 5rem;
}

html {
  font-size: 100%;
}

body {
  background-color: var(--main-theme-color);
  color: var(--text-color);
  font-family: var(--font-primary);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media screen and (max-width: 1024px) {
  .lottoland-aecmg0 {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .lottoland-6eiflj {
    display: none;
  }
}

.lottoland-pm79uf {
  background: var(--menu-color);
  border-radius: var(--border-radius-sm);
}

.lottoland-o8ctuk {
  overflow-y: hidden;
}

.lottoland-xx09t3 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.239), 0 0 1px 0 rgba(0, 0, 0, 0.322);
}

h1,
h2,
h3,
h4 {
  line-height: 120%;
}

p {
  line-height: 140%;
}

h1 {
  font-size: 3rem;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.25rem;
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 576px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.6rem;
}

@media screen and (max-width: 992px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  h3 {
    font-size: 1.2rem;
  }
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 992px) {
  p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 576px) {
  p {
    font-size: 1rem;
  }
}

.lottoland-wxyc73 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .lottoland-wxyc73 {
    max-width: 100%;
  }
}

.lottoland-zb8g3i,
body,
html {
  height: 100%;
}

.lottoland-hl8kn0 {
  bottom: 0;
  height: 100%;
  left: 0;
  max-width: var(--sidebar-width-short);
  position: fixed;
  top: 0;
  transform: scaleX(1);
  transition: 0.25s;
  width: 100%;
  will-change: transform;
  z-index: 900;
}

.lottoland-hl8kn0.lottoland-qhgll7 {
  display: block;
  max-width: var(--sidebar-width);
  transform: scaleX(var(--sidebar-width));
}

.lottoland-hctxn9 {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: var(--sidebar-width-short);
  max-width: calc(100% - var(--sidebar-width-short));
  transition: 0.25s;
  width: 100%;
}

.lottoland-hctxn9.lottoland-qhgll7 {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
}

.lottoland-d1yepx {
  height: var(--header-height);
  left: 0;
  margin-left: var(--sidebar-width-short);
  max-width: calc(100% - var(--sidebar-width-short));
  position: fixed;
  right: 0;
  top: 0;
  transition: transform 0.25s;
  width: 100%;
  will-change: transform;
  z-index: 900;
}

.lottoland-d1yepx.lottoland-qhgll7 {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
  transform: scaleX(calc(100% - var(--sidebar-width)));
}

.lottoland-d1yepx.lottoland-qhgll7 .lottoland-t64lte {
  display: none;
}

.lottoland-zlk5q2 {
  padding-top: calc(var(--header-height) + 1rem);
}

@media screen and (max-width: 1024px) {
  .lottoland-d1yepx,
  .lottoland-hctxn9 {
    margin-left: 0;
    max-width: 100%;
  }
}

.lottoland-n617to {
  background: var(--sidebar-bg-color);
  display: block;
}

.lottoland-n617to.lottoland-qhgll7 .lottoland-t64lte {
  display: inline-block;
}

.lottoland-n617to.lottoland-qhgll7 .lottoland-3od94i {
  display: flex;
}

.lottoland-n617to.lottoland-qhgll7 .lottoland-6cw437 {
  transform: translateY(0);
  visibility: visible;
}

.lottoland-7syta8 {
  align-items: center;
  background: var(--fh-bg-color);
  display: flex;
  height: var(--header-height);
  max-height: var(--header-height);
}

.lottoland-n617to .lottoland-t64lte {
  display: none;
  margin: 0 auto;
  transform: translateX(calc(var(--header-height) * -1 / 2));
}

.lottoland-3od94i {
  display: none;
  flex-direction: column;
  height: 90%;
  justify-content: space-between;
  max-height: 90%;
  overflow-y: scroll;
  padding: 1rem 0.5rem;
}

.lottoland-3od94i::-webkit-scrollbar {
  width: 0;
}

.lottoland-imyl6o {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 0 0.5rem;
}

.lottoland-imyl6o.lottoland-qhgll7 {
  display: none;
}

.lottoland-uum85x {
  filter: var(--button-text-color);

  max-width: 1.5rem;
  min-width: 1.5rem;
}

.lottoland-luv2kw {
  align-items: center;
  aspect-ratio: 1/1;
  background: transparent;
  border-radius: var(--round-sm);
  display: flex;
  height: auto;
  justify-content: center;
  transition: var(--transition-duration);
  width: 3rem;
}

.lottoland-yx9a5d {
  max-width: 40px;
}

.lottoland-hoygzn {
  display: inline-flex;
  justify-content: center;
  padding: 5px 0;
  width: 100%;
}

.lottoland-hoygzn svg {
  color: var(--success-color-light);
}

.lottoland-e289ho {
  border-bottom: 1px solid var(--divider-color);
}

.lottoland-lp8dpy {
  border-top: 1px solid var(--divider-color);
}

@media (any-hover: hover) {
  .lottoland-luv2kw:hover {
    background: var(--menu-color);
  }
}

@media screen and (max-width: 1024px) {
  .lottoland-n617to {
    display: none;
  }
  .lottoland-n617to:after {
    background: var(rgba(0, 0, 0, 0.523) city);
    content: "";
    height: 100%;
    left: var(--sidebar-width);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 900;
  }
}

.lottoland-infi4w {
  align-items: center;
  background: var(--button-bg-color);
  border-radius: 5px;
  display: inline-block;
  display: inline-flex;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.5rem;
  width: 100%;
}

.lottoland-yd9t5b {
  max-width: 40px;
}

.lottoland-zie2yx {
  font-size: 0.75rem;
  font-weight: 700;
}

.lottoland-k8mjdu {
  background: var(--fh-bg-color);
}

.lottoland-n0tjx2,
.lottoland-dcszty {
  align-items: center;
  display: flex;
}

.lottoland-n0tjx2 {
  gap: 0.5rem;
}

.lottoland-dcszty {
  gap: 2rem;
  height: 100%;
  justify-content: space-between;
}

.lottoland-k8mjdu .lottoland-t64lte {
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .lottoland-dcszty {
    gap: 0rem;
    padding: 0;
  }

  .lottoland-k8mjdu .lottoland-t64lte {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .lottoland-k8mjdu .lottoland-pgcrwn {
    display: none;
  }
  .lottoland-mk6o1z {
    font-size: 0.lottoland-0d6ove !important;
  }
  .lottoland-k8mjdu .lottoland-t64lte {
    max-width: 100px;
  }
}

.lottoland-bvnolv svg {
  color: var(--icon-color);
}

@media screen and (max-width: 768px) {
  .lottoland-bvnolv {
    display: none;
  }
}

.lottoland-t64lte {
  display: inline-block;
  max-width: 125px;
}

.lottoland-cart3e {
  width: 100%;
}

.lottoland-6cw437 {
  transform: translateY(10%);
  transition-delay: 10s;
  visibility: hidden;
}

.lottoland-v41pv2 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.lottoland-b6pf72,
.lottoland-cc6vl6 {
  cursor: pointer;
  background: var(--border-color);
  border-radius: 6px;
  transition: var(--transition-duration);
}

.lottoland-b6pf72 {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 0.5rem;
  overflow: hidden;
  padding: 5px 0.5rem;
  position: relative;
}

.lottoland-b6pf72:before {
  background: var(--decor-gradient);
  content: "";
  filter: blur(30px);
  height: 120px;
  left: -15px;
  opacity: 0.7;
  position: absolute;
  top: -80px;
  width: 120px;
  z-index: 1;
}

.lottoland-1izcvy {
  font-size: 0.875rem;
  justify-content: center;
}

.lottoland-e9dfu5,
.lottoland-ow0vx3 {
  position: relative;
  z-index: 2;
}

.lottoland-e9dfu5 {
  max-width: 40px;
}

.lottoland-wt5y6u {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.lottoland-ej8fh4:last-child:nth-child(odd) {
  grid-column: 1/-1;
}

.lottoland-owqk8i {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 1rem;
}

.lottoland-cc6vl6 {
  padding: 0.5rem;
}

.lottoland-95q43l {
  filter: var(--button-text-color);
  max-width: 1.25rem;
}

@media (any-hover: hover) {
  .lottoland-b6pf72:hover,
  .lottoland-cc6vl6:hover {
    background: var(--border-color);
  }
}

.lottoland-go9go7 {
  align-items: center;
  background: var(--button-bg-color);
  border: 2px solid var(--border-color);
  border-radius: var(--btn-round);
  display: inline-flex;
  font-weight: 600;
  gap: 5px;
  justify-content: center;
  padding: 6px 10px;
  text-align: center;
  transition: var(--transition-duration);
  cursor: pointer;
}

.lottoland-dtrnmi {
  color: var(--button-text-color);
}

.lottoland-pusldi {
  /* background: transparent; */
  border-color: var(--btn-border-color-outline);
}

.lottoland-pusldi .lottoland-dtrnmi {
  color: var(--button-text-color);
}

.lottoland-s8bqui {
  padding: 0.lottoland-4wiqxy 0.625em;
  width: 100%;
}

.lottoland-s5tzrt {
  font-size: 0.875rem;
}

.lottoland-d8ramg {
  background: var(--success-color);
  border-color: var(--success-color);
}

.lottoland-d8ramg .lottoland-dtrnmi,
.lottoland-d8ramg svg {
  color: var(--button-text-color);
}

.lottoland-vg6dut svg {
  color: var(--btn-text-color);
}

@media (any-hover: hover) {
  .lottoland-go9go7:hover {
    background: var(--button-bg-hover);
    border-color: var(--button-bg-hover);
  }
  .lottoland-pusldi:hover {
    background: var(--btn-border-color-outline);
    border-color: var(--btn-border-color-outline);
  }
  .lottoland-d8ramg:hover {
    background: var(--success-color-light);
    border-color: var(--success-color-light);
  }
}

.lottoland-ihu2rv {
  margin-left: 10px;
  margin-right: 5px;
  transform: scaleX(-1);
}

.lottoland-pgcrwn {
  background: var(--border-color);
  display: inline-flex;
}

.lottoland-pgcrwn,
.lottoland-dvjw0p {
  border-radius: var(--round-l);
}

.lottoland-dvjw0p {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  gap: 5px;
  padding: 0.4rem;
}

.lottoland-dvjw0p span,
.lottoland-dvjw0p svg {
  color: var(--icon-color);
  transition: var(--transition-duration);
}

.lottoland-rk8ba3 {
  background: var(--button-bg-color);
}

.lottoland-rk8ba3 span,
.lottoland-rk8ba3 svg {
  color: var(--button-text-color);
}

.lottoland-hwizsq {
  display: none;
  height: 0;
  margin: 0.lottoland-81t0u5 0 1rem;
  width: 0;
}

.lottoland-hwizsq .lottoland-dvjw0p {
  flex: 1 1 50%;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .lottoland-hwizsq {
    display: inline-flex;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (any-hover: hover) {
  .lottoland-dvjw0p:hover span,
  .lottoland-dvjw0p:hover svg {
    color: var(--text-color);
  }
}

.lottoland-vteyjc {
  height: 200px;
  min-height: 175px;
  overflow-y: hidden;
}

.lottoland-t4fmzn,
.lottoland-tcngxp {
  height: 100%;
}

.lottoland-t4fmzn {
  overflow-x: auto;
}

.lottoland-t4fmzn::-webkit-scrollbar {
  width: 0;
}

.lottoland-tcngxp {
  display: flex;
  gap: 0.5rem;
  width: auto;
}

.lottoland-6l4nuv {
  flex: 1 0 33%;
  max-width: 33%;
}

@media screen and (max-width: 1024px) {
  .lottoland-vteyjc {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .lottoland-vteyjc {
    height: auto;
    min-height: auto;
  }
  .lottoland-6l4nuv {
    flex: 1 0 100%;
  }
}

.lottoland-jn99b5 {
  background: var(--bonus-card-bg-color);
  border-radius: var(--round-base);
  display: inline-block;
  height: 100%;
  overflow-y: hidden;
  position: relative;
}

.lottoland-y864dc {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  inset: 0;
  justify-content: space-between;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
}

@media (max-width: 1026px) {
  .lottoland-y864dc {
    gap: 0;
  }
}

.lottoland-63ag65 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .lottoland-63ag65 {
    height: 150px !important;
  }
}

.lottoland-946m19 {
  background: var(--button-bg-color);
  border-radius: var(--round-sm);
  color: var(--button-text-color);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 0.5rem;
  text-transform: uppercase;
}

.lottoland-bed90u {
  color: var(--text-color);
}

.lottoland-seu12s {
  font-size: 1rem;
  font-weight: 900;
  max-width: 200px;
}

@media (max-width: 1026px) {
  .lottoland-seu12s {
    font-size: 16px;
  }
}

.lottoland-28zoi4 {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .lottoland-jn99b5 {
    height: 175px;
  }
}

@media screen and (max-width: 768px) {
  .lottoland-jn99b5 {
    flex: 1 0 90%;
    height: auto;
    max-width: 900px;
    min-height: 190px;
  }
  .lottoland-946m19 {
    font-size: 0.675rem;
    padding: 5px;
  }
}

.lottoland-4kvdue {
  display: flex;
  gap: 1rem;
}

@media (any-hover: hover) {
  .lottoland-ikpvep:hover .lottoland-e5g27z {
    color: var(--accent-color);
  }
}

.lottoland-rnmvrz {
  text-align: center;
}

.lottoland-sh5ynb {
  margin: 2rem 0;
}

.lottoland-q4cyy9 {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.lottoland-z9hpaf {
  font-size: 2rem;
  font-weight: 700;
}

.lottoland-aefzz9 {
  overflow-x: auto;
}

.lottoland-aefzz9::-webkit-scrollbar {
  width: 0;
}

.lottoland-mijmok {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(var(--games-grid-cols), minmax(0, 1fr));
}

@media screen and (max-width: 768px) {
  .lottoland-mijmok {
    gap: 0.5rem;
    grid-template-columns: repeat(
      var(--games-grid-cols-mobile),
      minmax(120px, 1fr)
    );
  }
  .lottoland-z9hpaf {
    font-size: 1.25rem;
  }
}

.lottoland-ic691l {
  display: inline-flex;
  flex-direction: column;
  max-width: 208px;
}

.lottoland-mt7xw3 {
  aspect-ratio: 1/1;
  background: var(--menu-color);
  border-radius: var(--round-base);
  margin-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
}

.lottoland-o85x51 {
  -o-object-fit: cover;
  object-fit: cover;
}

.lottoland-b11b0c,
.lottoland-o85x51 {
  height: 100%;
  transition: var(--transition-duration);
  width: 100%;
}

.lottoland-b11b0c {
  align-items: center;
  background: var(rgba(0, 0, 0, 0.523) city);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: absolute;
}

.lottoland-i8wzl6 {
  display: -moz-box;
  display: -webkit-box;
  font-size: 0.875rem;
  font-weight: 700;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  color: #fff;
  margin-bottom: 5px;
  white-space: wrap;
}

.lottoland-khic2r {
  color: var(--text-color-label);
  font-size: 0.75rem;
  font-weight: 500;
}

.lottoland-1mnoq3 {
  padding: 0.5rem;
}

.lottoland-bqj0dp {
  border-radius: var(--round-base);
  max-height: 235px;
  max-width: 175px;
  overflow: hidden;
  position: relative;
}

.lottoland-bqj0dp .lottoland-o85x51 {
  height: 100%;
  max-height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.lottoland-bqj0dp .lottoland-iq3774 {
  background: var(--new-game-card-bg-color);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  padding: 0.5rem;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.lottoland-bqj0dp .lottoland-khic2r {
  color: var(--white-color);
  font-size: 0.75rem;
  font-weight: 700;
  opacity: 0.5;
  overflow-x: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.lottoland-bqj0dp .lottoland-mt7xw3 {
  height: 100%;
  margin-bottom: 0;
  max-height: 235px;
  max-width: 175px;
  width: 100%;
}

.lottoland-bqj0dp .lottoland-b11b0c {
  display: none;
}

@media (any-hover: hover) {
  .lottoland-ic691l:hover .lottoland-b11b0c {
    opacity: 1;
  }
  .lottoland-ic691l:hover .lottoland-o85x51 {
    transform: scale(1.1);
    will-change: transform;
  }
}

.lottoland-2vbrmb {
  padding: 2rem 0;
}

.lottoland-6n4zvx {
  border-bottom: 1px solid var(--divider-color);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}

.lottoland-01wxbp {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lottoland-fu2qdc {
  font-size: 0.75rem;
  font-weight: 600;
}

.lottoland-woqmsj {
  color: var(--footer-text-color);
}

.lottoland-tg809r {
  font-size: 1.25rem;
  font-weight: 600;
}

.lottoland-sc5sje {
  color: var(--footer-text-color);
  margin-bottom: 1rem;
}

.lottoland-zc9q3a {
  align-items: center;
  display: inline-flex;
  font-weight: 600;
  gap: 5px;
}

.lottoland-8znppm {
  transition: var(--transition-duration);
}

.lottoland-ilw1xh {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
}

.lottoland-2vbrmb .lottoland-infi4w {
  margin-top: 0;
  max-width: 150px;
}

@media (any-hover: hover) {
  .lottoland-zc9q3a:hover .lottoland-8znppm {
    color: var(--footer-text-color);
  }
}

@media screen and (max-width: 768px) {
  .lottoland-ilw1xh {
    justify-content: center;
    flex-direction: column;
  }
}

.lottoland-lnee8p {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.lottoland-8ht1np {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.lottoland-8ht1np p img {
  display: block;
  margin: 0 auto;
}

.lottoland-8ht1np table {
  width: 100% !important;
  margin-top:5px;
  margin-bottom:5px;
}

.lottoland-lnee8p h1,
.lottoland-lnee8p h2,
.lottoland-lnee8p h3,
.lottoland-lnee8p h4,
.lottoland-lnee8p h5,
.lottoland-lnee8p h6 {
  font-weight: 700;
}

.lottoland-lnee8p h1,
.lottoland-lnee8p h2 {
  margin-top: 2rem;
}

.lottoland-lnee8p h3,
.lottoland-lnee8p h4 {
  margin-top: 1rem;
}

.lottoland-lnee8p ol li,
.lottoland-lnee8p p,
.lottoland-lnee8p ul li {
  color: var(--text-color);
}

.lottoland-lnee8p p {
  margin-top: 1rem;
}

.lottoland-lnee8p li {
  margin-left: 2.5rem;
  margin-top: 0.5rem;
}

.lottoland-lnee8p ol li,
.lottoland-lnee8p ul li {
  font-size: 1rem;
}

.lottoland-lnee8p ul li {
  list-style-type: disc;
}

.lottoland-lnee8p .lottoland-7es8cq {
  max-width: 100%;
  overflow-x: scroll;
}

.lottoland-lnee8p .lottoland-7es8cq::-webkit-scrollbar {
  height: 5px;
}

.lottoland-lnee8p .lottoland-7es8cq::-webkit-scrollbar-thumb {
  background-color: var(--menu-color);
  border-radius: 20px;
}

.lottoland-lnee8p .lottoland-7es8cq::-webkit-scrollbar-track {
  background: transparent;
}

.lottoland-lnee8p table,
.lottoland-lnee8p td,
.lottoland-lnee8p th {
  border: 2px solid var(--border-color);
  border-collapse: collapse;
}

.lottoland-lnee8p table {
  margin: 1rem 0;
}

.lottoland-lnee8p thead td,
.lottoland-lnee8p thead th {
  background: var(--table-head-bg-color);
  color: var(--table-head-text-color);
  padding: 0.5rem;
}

.lottoland-lnee8p tbody td {
  background: var(--table-cell-bg-color);
  color: var(--table-cell-text-color);
}

.lottoland-lnee8p td {
  padding: 1rem 2rem 1rem 1rem;
  text-align: center;
}

.lottoland-lnee8p th {
  padding: 1rem 4rem 1rem 1rem;
}

@media (max-width: 768px) {
  .lottoland-lnee8p th,
  td {
    padding: 5px !important;
    font-size: 12px;
  }
}

.lottoland-lnee8p img {
  display: inline-block;
  margin: 1rem 0;
}

.lottoland-lnee8p .lottoland-ic691l img,
.lottoland-lnee8p .lottoland-yg059x img {
  margin: 0;
}

.lottoland-lnee8p .lottoland-ic691l {
  border: 2px solid var(--menu-color);
  border-radius: var(--round-base);
  overflow-x: hidden;
}

.lottoland-lnee8p .lottoland-iq3774 {
  padding: 0.5rem;
}

.lottoland-lnee8p .lottoland-i8wzl6 {
  color: var(--text-color);
}

.lottoland-lnee8p .lottoland-yg059x {
  align-items: center;
  background: var(--bonus-card-bg-color);
  border-radius: var(--round-base);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-height: 400px;
  min-width: 200px;
  overflow-y: hidden;
  width: 60%;
}

.lottoland-lnee8p .lottoland-p53xsj {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.lottoland-lnee8p .lottoland-yg059x img {
  flex: 1 1 50%;
  height: auto;
  min-height: 150px;
}

.lottoland-lnee8p .lottoland-eel0gc {
  height: 100%;
  min-width: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.lottoland-lnee8p .lottoland-f69yuv {
  flex: 1 1 30%;
  padding: 1rem;
}

.lottoland-lnee8p .lottoland-jaqj0q {
  color: var(--text-color);
  font-weight: 700;
}

.lottoland-lnee8p .lottoland-tsl19j {
  color: var(--text-color);
  font-weight: 600;
}

.lottoland-lnee8p .lottoland-bgd164 {
  color: var(--button-text-color);
}

@media screen and (max-width: 768px) {
  .lottoland-lnee8p .lottoland-yg059x {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .lottoland-lnee8p .lottoland-tsl19j {
    font-size: 1rem;
  }
  .lottoland-lnee8p .lottoland-jaqj0q {
    font-size: 0.875rem;
  }
  .lottoland-lnee8p .lottoland-yg059x img {
    flex: 1 1 auto;
  }
}

.lottoland-lnee8p .lottoland-go9go7 {
  margin: 0.lottoland-mvgppf 0;
}

@media screen and (max-width: 1024px) {
  .lottoland-lnee8p,
  .lottoland-lnee8p .lottoland-ejo0rw,
  .lottoland-8ht1np {
    max-width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .lottoland-lnee8p ol li,
  .lottoland-lnee8p ul li {
    font-size: 1rem;
  }
}

.lottoland-rxwwzn {
  color: var(--text-color);
  text-align: center;
}

.lottoland-epzyne {
  margin: 2rem 0;
}

.lottoland-d1yhq3,
.lottoland-7uxnf1 {
  margin-bottom: 1rem;
}

.lottoland-d1yhq3 {
  background: var(--faq-bg-color);
  border: 1px solid var(--faq-border-color);
  border-radius: var(--faq-round);
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  height: auto;
  padding: 1rem 1rem 0.5rem;
  width: 100%;
}

.lottoland-d1yhq3.lottoland-qhgll7 .lottoland-yt09vz {
  display: block;
}

.lottoland-d1yhq3.lottoland-qhgll7 .lottoland-mdqtnk {
  transform: rotate(45deg);
}

.lottoland-y9izll {
  align-items: flex-start;
  border-bottom: 1px solid var(--faq-divider-color);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}

.lottoland-mdqtnk {
  height: 1.5rem;
  min-width: 1.5rem;
  transition: 0.2s;
  will-change: transform;
}

.lottoland-yt09vz {
  display: none;
  padding-top: 1rem;
}

.lottoland-0vexu5 {
  align-items: center;
  aspect-ratio: 1/1;
  display: inline-flex;
  height: auto;
  justify-content: center;
  max-height: 100%;
  width: 4rem;
}

.lottoland-0vexu5.lottoland-qhgll7 {
  transform: scaleX(-1);
}

.lottoland-xspf61 {
  color: var(--icon-color);
}

@media screen and (min-width: 1025px) {
  .lottoland-vuwsq0 {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--title-color);
}

.lottoland-qs0x6h {
  display: flex;
  align-items: center;
}

.lottoland-qs0x6h a {
  margin: 0 10px;
}

/* social */

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

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

.lottoland-foojp0 li {
  display: flex;
  margin: 0 7px;
}

.lottoland-foojp0 li svg {
  transition: 0.lottoland-m8pg22 ease-in-out;
}

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

/* faq */

.lottoland-a5680l {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.lottoland-6wv7q2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .lottoland-6wv7q2 {
    max-width: 100%;
  }
}

.lottoland-49yrme {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.lottoland-49yrme h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .lottoland-a5680l,
  .lottoland-49yrme {
    max-width: 100vw;
  }
}

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

.lottoland-q0j2mh {
  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.lottoland-mm7iso ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lottoland-q0j2mh::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.lottoland-mm7iso ease;
}

.lottoland-tyccku.lottoland-kdr2go .lottoland-q0j2mh::after {
  transform: rotate(45deg);
}

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

.lottoland-tyccku.lottoland-kdr2go .lottoland-bln8c0 {
  max-height: 100%;
  padding: 15px 20px;
}

/* review */

.lottoland-wwxynt {
  margin: 25px 0;
}

.lottoland-wlivk6 > input:not(:checked) ~ label:hover,
.lottoland-wlivk6 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.lottoland-7iorbd.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.lottoland-hed8wt 44.lottoland-p5srfg.lottoland-z7vdx9.lottoland-dqi8nz.lottoland-boee2f.lottoland-lae76u.lottoland-9w57os.lottoland-6x2yv6.lottoland-82oo5w.lottoland-jfsc78.lottoland-g5k88i.lottoland-e1nn95.lottoland-n6qchr 0l-12.lottoland-tzr0wz 30.lottoland-of6i3f.lottoland-ozm5cm 2.lottoland-140f3w.lottoland-ozm5cm 3.lottoland-z20xef 3.lottoland-zzxbai.lottoland-ih89w1 3.lottoland-nsltox.lottoland-xszzw6.lottoland-2jvpyp.lottoland-up3neg 7-3.lottoland-tzr0wz 10.lottoland-sokd4s.lottoland-up3neg 23.lottoland-jt4sqa.lottoland-qdg9u6 1.lottoland-j9xnw5 2.lottoland-tzr0wz 3.lottoland-qdg9u6 1.lottoland-ih89w1 5.lottoland-gihhfk.lottoland-ih89w1 32.lottoland-r4we0c.lottoland-xszzw6 5.lottoland-n6qchr 4.lottoland-up3neg 9.lottoland-up3neg 8.lottoland-ih89w1 6.lottoland-xksr08.lottoland-97e53c.lottoland-wdizca.lottoland-h2blqu.lottoland-nmq2rr 4.lottoland-m0pcdm.lottoland-nmq2rr 6.lottoland-nmq2rr 0l29.lottoland-n6qchr 17.lottoland-atp9xk.lottoland-g2ru4w 2.lottoland-y0xevh 10.lottoland-2n69ty.lottoland-tzr0wz 8.lottoland-ae6qw6.lottoland-ku2wkq.lottoland-4s7t4t.lottoland-cb7gtp.lottoland-2tsyvx.lottoland-xszzw6.lottoland-lae76u.lottoland-tzr0wz 1.lottoland-1zde6q.lottoland-ixq10l.lottoland-tqnr32.lottoland-7hhbdt.lottoland-dh4d26.lottoland-j9xnw5 1.lottoland-0f0u8o.lottoland-sei4c6.5z'/%3e%3c/svg%3e");
}

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

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

.lottoland-07v1x6 {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--border-color);
}

.lottoland-07v1x6.lottoland-4xz4ih {
  display: block;
}

.lottoland-07v1x6.lottoland-k38s4c {
  display: none;
}

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

.lottoland-9nngjy {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.lottoland-b6e7am {
  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);
}

.lottoland-pe5ke8 {
  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;
}

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

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

.lottoland-fb9o2o {
  font-size: 16px;
  line-height: 140%;
}

.lottoland-ytusdf {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.lottoland-ytusdf .lottoland-wb6prf {
  fill: #c2c0ce;
}

.lottoland-ytusdf [rating="1"] .lottoland-wb6prf:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.lottoland-ytusdf [rating="2"] .lottoland-wb6prf:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.lottoland-ytusdf [rating="3"] .lottoland-wb6prf:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.lottoland-ytusdf [rating="4"] .lottoland-wb6prf:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.lottoland-ytusdf [rating="5"] .lottoland-wb6prf:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

.lottoland-clf1ms 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;
}

.lottoland-clf1ms 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-word;
  }
}

.lottoland-60856j {
  text-align: center;
  color: var(--success-color);
}

.lottoland-zsrb7g {
  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;
}

.lottoland-7es8cq table {
  width: 100%;
}

.lottoland-xe27r9 {
  display: flex;
  justify-content: center;
}

.lottoland-y864dc {
  background: linear-gradient(
    161deg,
    var(--fh-bg-color) 0%,
    var(--table-1-color) 90%
  );
}

.lottoland-63ag65 {
  position: relative;
  z-index: 1;
}

.lottoland-946m19 {
  position: relative;
  z-index: 2;
}

.lottoland-bed90u {
  position: relative;
  z-index: 3;
}

.lottoland-flg07o {
  position: relative;
  z-index: 4;
}

.lottoland-ng9qck {
  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);
}


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

.lottoland-ygqz3s label {
  font-size: 14px;
}

.lottoland-ygqz3s h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.lottoland-ygqz3s input,
.lottoland-ygqz3s textarea,
.lottoland-ygqz3s 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;
}
.lottoland-ygqz3s button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.lottoland-mm7iso ease;
}
.lottoland-ygqz3s button:hover {
  background-color: #691204;
}
.lottoland-5dxln5 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.lottoland-aoca1o ease-in;
}

.lottoland-5dxln5 h2 {
  color: green;
  font-weight: 500;
}

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

.lottoland-n0tjx2 .lottoland-mk6o1z:last-child {
  margin-right: 5px;
}

  .lottoland-0b6wm0 {
    width: 90%;
    position: fixed;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--table-1-color);
    background-size: cover;
    background-position: center calc(100% - 522px);
    color: #fff;
    border-radius: 8px;
    transition: bottom 0.lottoland-m8pg22 ease;
    z-index: 9999;
    user-select: none;
    height: 75px;
    border: 1px solid rgb(70, 70, 70);
  }

  .lottoland-7t3zpr {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .lottoland-7t3zpr p {
    color: #fff900;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    font-family: Tahoma;

    z-index: -1;
    background: rgb(0 0 0 / 32%);
    height: 73px;
    padding: 25px;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    backdrop-filter: blur(5px);
  }

  .lottoland-7t3zpr button {
    z-index: 2;
  }

  .lottoland-8i9eec {
    position: absolute;
    top: -15px;
    right: -15px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: #fff;
    font-size: 20px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    transition: background 0.lottoland-mm7iso ease;
    z-index: 10000;
  }

  

  .lottoland-8i9eec:hover {
    background: rgba(0, 0, 0, 0.8);
  }

  @media (max-width: 650px) {
    .lottoland-7t3zpr p {
      font-size: 16px;
      padding: 17px 15px 15px 15px;
      text-align: center;
    }
  }

  .lottoland-c0ikp0 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    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;
  }

  @media (max-width: 501px) {
    .lottoland-c0ikp0 {
      font-size: 12px;
    }
  }

  .lottoland-1471z2 {
  bottom: 40px;
  }
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.lottoland-4s13ig, .lottoland-kodk9r, [class*="review-card"],
thead, thead th, table th, .lottoland-tsstma,
.lottoland-fw3avq, [class*="collapsible-header"],
.lottoland-6esf9h, [class*="updated-block"] {
  color: #ece7dc !important;
}
