: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) {
  .hugocasino-am26pj {
    display: none;
  }
}

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

.hugocasino-g63u5j {
  background: var(--menu-color);
  border-radius: var(--border-radius-sm);
}

.hugocasino-du6sh8 {
  overflow-y: hidden;
}

.hugocasino-2hmqyv {
  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;
  }
}

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

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

.hugocasino-qdurzs,
body,
html {
  height: 100%;
}

.hugocasino-2po8pf {
  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;
}

.hugocasino-2po8pf.hugocasino-3r6kc9 {
  display: block;
  max-width: var(--sidebar-width);
  transform: scaleX(var(--sidebar-width));
}

.hugocasino-1442il {
  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%;
}

.hugocasino-1442il.hugocasino-3r6kc9 {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
}

.hugocasino-l1dof7 {
  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;
}

.hugocasino-l1dof7.hugocasino-3r6kc9 {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
  transform: scaleX(calc(100% - var(--sidebar-width)));
}

.hugocasino-l1dof7.hugocasino-3r6kc9 .hugocasino-hc4igm {
  display: none;
}

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

@media screen and (max-width: 1024px) {
  .hugocasino-l1dof7,
  .hugocasino-1442il {
    margin-left: 0;
    max-width: 100%;
  }
}

.hugocasino-fb04dc {
  background: var(--sidebar-bg-color);
  display: block;
}

.hugocasino-fb04dc.hugocasino-3r6kc9 .hugocasino-hc4igm {
  display: inline-block;
}

.hugocasino-fb04dc.hugocasino-3r6kc9 .hugocasino-mee62h {
  display: flex;
}

.hugocasino-fb04dc.hugocasino-3r6kc9 .hugocasino-2h17rz {
  transform: translateY(0);
  visibility: visible;
}

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

.hugocasino-fb04dc .hugocasino-hc4igm {
  display: none;
  margin: 0 auto;
  transform: translateX(calc(var(--header-height) * -1 / 2));
}

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

.hugocasino-mee62h::-webkit-scrollbar {
  width: 0;
}

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

.hugocasino-ovw1yk.hugocasino-3r6kc9 {
  display: none;
}

.hugocasino-awj0mb {
  filter: var(--button-text-color);

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

.hugocasino-mrl5wg {
  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;
}

.hugocasino-o7rnr1 {
  max-width: 40px;
}

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

.hugocasino-i7jf1h svg {
  color: var(--success-color-light);
}

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

.hugocasino-4xtz3s {
  border-top: 1px solid var(--divider-color);
}

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

@media screen and (max-width: 1024px) {
  .hugocasino-fb04dc {
    display: none;
  }
  .hugocasino-fb04dc: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;
  }
}

.hugocasino-23gbjj {
  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%;
}

.hugocasino-l2gdg4 {
  max-width: 40px;
}

.hugocasino-65r8aa {
  font-size: 0.75rem;
  font-weight: 700;
}

.hugocasino-n2hmlc {
  background: var(--fh-bg-color);
}

.hugocasino-xo6acl,
.hugocasino-zrkj1g {
  align-items: center;
  display: flex;
}

.hugocasino-xo6acl {
  gap: 0.5rem;
}

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

.hugocasino-n2hmlc .hugocasino-hc4igm {
  margin-right: 2rem;
}

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

  .hugocasino-n2hmlc .hugocasino-hc4igm {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .hugocasino-n2hmlc .hugocasino-0l39xz {
    display: none;
  }
  .hugocasino-eynw33 {
    font-size: 0.hugocasino-l72kjf !important;
  }
  .hugocasino-n2hmlc .hugocasino-hc4igm {
    max-width: 100px;
  }
}

.hugocasino-w1uiry svg {
  color: var(--icon-color);
}

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

.hugocasino-hc4igm {
  display: inline-block;
  max-width: 125px;
}

.hugocasino-ccbdsh {
  width: 100%;
}

.hugocasino-2h17rz {
  transform: translateY(10%);
  transition-delay: 10s;
  visibility: hidden;
}

.hugocasino-od0v6v {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.hugocasino-pxzemt,
.hugocasino-ton5er {
  cursor: pointer;
  background: var(--border-color);
  border-radius: 6px;
  transition: var(--transition-duration);
}

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

.hugocasino-pxzemt: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;
}

.hugocasino-t401v3 {
  font-size: 0.875rem;
  justify-content: center;
}

.hugocasino-euhb38,
.hugocasino-0yfv9n {
  position: relative;
  z-index: 2;
}

.hugocasino-euhb38 {
  max-width: 40px;
}

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

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

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

.hugocasino-ton5er {
  padding: 0.5rem;
}

.hugocasino-gdtqdp {
  filter: var(--button-text-color);
  max-width: 1.25rem;
}

@media (any-hover: hover) {
  .hugocasino-pxzemt:hover,
  .hugocasino-ton5er:hover {
    background: var(--border-color);
  }
}

.hugocasino-d4cat4 {
  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;
}

.hugocasino-f8ydwl {
  color: var(--button-text-color);
}

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

.hugocasino-gxxccl .hugocasino-f8ydwl {
  color: var(--button-text-color);
}

.hugocasino-5fspu3 {
  padding: 0.hugocasino-y573rq 0.625em;
  width: 100%;
}

.hugocasino-36uel7 {
  font-size: 0.875rem;
}

.hugocasino-bhgdb0 {
  background: var(--success-color);
  border-color: var(--success-color);
}

.hugocasino-bhgdb0 .hugocasino-f8ydwl,
.hugocasino-bhgdb0 svg {
  color: var(--button-text-color);
}

.hugocasino-yon8g7 svg {
  color: var(--btn-text-color);
}

@media (any-hover: hover) {
  .hugocasino-d4cat4:hover {
    background: var(--button-bg-hover);
    border-color: var(--button-bg-hover);
  }
  .hugocasino-gxxccl:hover {
    background: var(--btn-border-color-outline);
    border-color: var(--btn-border-color-outline);
  }
  .hugocasino-bhgdb0:hover {
    background: var(--success-color-light);
    border-color: var(--success-color-light);
  }
}

.hugocasino-7xamoa {
  margin-right: 5px;
  transform: scaleX(-1);
}

.hugocasino-0l39xz {
  background: var(--border-color);
  display: inline-flex;
}

.hugocasino-0l39xz,
.hugocasino-nw436s {
  border-radius: var(--round-l);
}

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

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

.hugocasino-gyclxl {
  background: var(--button-bg-color);
}

.hugocasino-gyclxl span,
.hugocasino-gyclxl svg {
  color: var(--button-text-color);
}

.hugocasino-mljvgq {
  display: none;
  height: 0;
  margin: 0.hugocasino-zpqkpx 0 1rem;
  width: 0;
}

.hugocasino-mljvgq .hugocasino-nw436s {
  flex: 1 1 50%;
  justify-content: center;
}

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

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

.hugocasino-sxp0gs {
  height: 200px;
  min-height: 175px;
  overflow-y: hidden;
}

.hugocasino-5z1b6h,
.hugocasino-3j04ud {
  height: 100%;
}

.hugocasino-5z1b6h {
  overflow-x: auto;
}

.hugocasino-5z1b6h::-webkit-scrollbar {
  width: 0;
}

.hugocasino-3j04ud {
  display: flex;
  gap: 0.5rem;
  width: auto;
}

.hugocasino-zdi1vb {
  flex: 1 0 33%;
  max-width: 33%;
}

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

@media screen and (max-width: 768px) {
  .hugocasino-sxp0gs {
    height: auto;
    min-height: auto;
  }
  .hugocasino-zdi1vb {
    flex: 1 0 100%;
  }
}

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

.hugocasino-9tlm6l {
  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%;
}

.hugocasino-g1lk8u {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .hugocasino-g1lk8u {
    height: 150px !important;
  }
}

.hugocasino-mans05 {
  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;
}

.hugocasino-3db4vp {
  color: var(--text-color);
}

.hugocasino-cd8le3 {
  font-size: 1.25rem;
  font-weight: 900;
}

.hugocasino-f37so2 {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .hugocasino-2mbbul {
    height: 175px;
  }
}

@media screen and (max-width: 768px) {
  .hugocasino-2mbbul {
    flex: 1 0 90%;
    height: auto;
    max-width: 900px;
    min-height: 150px;
  }
  .hugocasino-mans05 {
    font-size: 0.675rem;
    padding: 5px;
  }
}

.hugocasino-mtq7a0 {
  display: flex;
  gap: 1rem;
}

@media (any-hover: hover) {
  .hugocasino-801nix:hover .hugocasino-o8wzeq {
    color: var(--accent-color);
  }
}

.hugocasino-62ty80 {
  text-align: center;
}

.hugocasino-e8oby5 {
  margin: 2rem 0;
}

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

.hugocasino-74wb3r {
  font-size: 2rem;
  font-weight: 700;
}

.hugocasino-steuz8 {
  overflow-x: auto;
}

.hugocasino-steuz8::-webkit-scrollbar {
  width: 0;
}

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

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

.hugocasino-i3z0xw {
  display: inline-flex;
  flex-direction: column;
  max-width: 208px;
}

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

.hugocasino-pftl9a {
  -o-object-fit: cover;
  object-fit: cover;
}

.hugocasino-xswf5w,
.hugocasino-pftl9a {
  height: 100%;
  transition: var(--transition-duration);
  width: 100%;
}

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

.hugocasino-qf6pjk {
  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;
}

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

.hugocasino-dd1vl7 {
  padding: 0.5rem;
}

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

.hugocasino-zoan0t .hugocasino-pftl9a {
  height: 100%;
  max-height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hugocasino-zoan0t .hugocasino-wrfx2p {
  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%;
}

.hugocasino-zoan0t .hugocasino-w43ssf {
  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;
}

.hugocasino-zoan0t .hugocasino-nslkhb {
  height: 100%;
  margin-bottom: 0;
  max-height: 235px;
  max-width: 175px;
  width: 100%;
}

.hugocasino-zoan0t .hugocasino-xswf5w {
  display: none;
}

@media (any-hover: hover) {
  .hugocasino-i3z0xw:hover .hugocasino-xswf5w {
    opacity: 1;
  }
  .hugocasino-i3z0xw:hover .hugocasino-pftl9a {
    transform: scale(1.1);
    will-change: transform;
  }
}

.hugocasino-4lpvd7 {
  padding: 2rem 0;
}

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

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

.hugocasino-savtdh {
  font-size: 0.75rem;
  font-weight: 600;
}

.hugocasino-11mu19 {
  color: var(--footer-text-color);
}

.hugocasino-z22kuj {
  font-size: 1.25rem;
  font-weight: 600;
}

.hugocasino-28f2lj {
  color: var(--footer-text-color);
  margin-bottom: 1rem;
}

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

.hugocasino-obhyss {
  transition: var(--transition-duration);
}

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

.hugocasino-4lpvd7 .hugocasino-23gbjj {
  margin-top: 0;
  max-width: 150px;
}

@media (any-hover: hover) {
  .hugocasino-wufh7r:hover .hugocasino-obhyss {
    color: var(--footer-text-color);
  }
}

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

.hugocasino-wtcw6x {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.hugocasino-7pykic {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.hugocasino-7pykic p img {
  display: block;
  margin: 0 auto;
}

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

.hugocasino-wtcw6x h1,
.hugocasino-wtcw6x h2 {
  margin-top: 2rem;
}

.hugocasino-wtcw6x h3,
.hugocasino-wtcw6x h4 {
  margin-top: 1rem;
}

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

.hugocasino-wtcw6x p {
  margin-top: 1rem;
}

.hugocasino-wtcw6x li {
  margin-left: 2.5rem;
  margin-top: 0.5rem;
}

.hugocasino-wtcw6x ol li,
.hugocasino-wtcw6x ul li {
  font-size: 1rem;
}

.hugocasino-wtcw6x ul li {
  list-style-type: disc;
}

.hugocasino-wtcw6x .hugocasino-iwaeoe {
  max-width: 100%;
  overflow-x: scroll;
}

.hugocasino-wtcw6x .hugocasino-iwaeoe::-webkit-scrollbar {
  height: 5px;
}

.hugocasino-wtcw6x .hugocasino-iwaeoe::-webkit-scrollbar-thumb {
  background-color: var(--menu-color);
  border-radius: 20px;
}

.hugocasino-wtcw6x .hugocasino-iwaeoe::-webkit-scrollbar-track {
  background: transparent;
}

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

.hugocasino-wtcw6x table {
  margin: 1rem 0;
}

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

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

.hugocasino-wtcw6x td {
  padding: 1rem 2rem 1rem 1rem;
  text-align: center;
}

.hugocasino-wtcw6x th {
  padding: 1rem 4rem 1rem 1rem;
}

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

.hugocasino-wtcw6x img {
  display: inline-block;
  margin: 1rem 0;
}

.hugocasino-wtcw6x .hugocasino-i3z0xw img,
.hugocasino-wtcw6x .hugocasino-79lb69 img {
  margin: 0;
}

.hugocasino-wtcw6x .hugocasino-i3z0xw {
  border: 2px solid var(--menu-color);
  border-radius: var(--round-base);
  overflow-x: hidden;
}

.hugocasino-wtcw6x .hugocasino-wrfx2p {
  padding: 0.5rem;
}

.hugocasino-wtcw6x .hugocasino-qf6pjk {
  color: var(--text-color);
}

.hugocasino-wtcw6x .hugocasino-79lb69 {
  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%;
}

.hugocasino-wtcw6x .hugocasino-eglyj1 {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.hugocasino-wtcw6x .hugocasino-79lb69 img {
  flex: 1 1 50%;
  height: auto;
  min-height: 150px;
}

.hugocasino-wtcw6x .hugocasino-vsobci {
  height: 100%;
  min-width: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hugocasino-wtcw6x .hugocasino-v3mcg9 {
  flex: 1 1 30%;
  padding: 1rem;
}

.hugocasino-wtcw6x .hugocasino-aruf7q {
  color: var(--text-color);
  font-weight: 700;
}

.hugocasino-wtcw6x .hugocasino-hjq675 {
  color: var(--text-color);
  font-weight: 600;
}

.hugocasino-wtcw6x .hugocasino-x0j9hi {
  color: var(--button-text-color);
}

@media screen and (max-width: 768px) {
  .hugocasino-wtcw6x .hugocasino-79lb69 {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .hugocasino-wtcw6x .hugocasino-hjq675 {
    font-size: 1rem;
  }
  .hugocasino-wtcw6x .hugocasino-aruf7q {
    font-size: 0.875rem;
  }
  .hugocasino-wtcw6x .hugocasino-79lb69 img {
    flex: 1 1 auto;
  }
}

.hugocasino-wtcw6x .hugocasino-d4cat4 {
  margin: 0.hugocasino-86v5y4 0;
}

@media screen and (max-width: 1024px) {
  .hugocasino-wtcw6x,
  .hugocasino-wtcw6x .hugocasino-vcd265,
  .hugocasino-7pykic {
    max-width: 100vw;
  }
}

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

.hugocasino-j3b3e1 {
  color: var(--text-color);
  text-align: center;
}

.hugocasino-kg5hjo {
  margin: 2rem 0;
}

.hugocasino-rtbsk8,
.hugocasino-a3otmd {
  margin-bottom: 1rem;
}

.hugocasino-rtbsk8 {
  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%;
}

.hugocasino-rtbsk8.hugocasino-3r6kc9 .hugocasino-m5ctkr {
  display: block;
}

.hugocasino-rtbsk8.hugocasino-3r6kc9 .hugocasino-aroztk {
  transform: rotate(45deg);
}

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

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

.hugocasino-m5ctkr {
  display: none;
  padding-top: 1rem;
}

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

.hugocasino-avxl9w.hugocasino-3r6kc9 {
  transform: scaleX(-1);
}

.hugocasino-kv94pi {
  color: var(--icon-color);
}

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

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

.hugocasino-oheoyx {
  display: flex;
  align-items: center;
}

.hugocasino-oheoyx a {
  margin: 0 10px;
}

/* social */

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

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

.hugocasino-fd7nvg li {
  display: flex;
  margin: 0 7px;
}

.hugocasino-fd7nvg li svg {
  transition: 0.hugocasino-hlwrl3 ease-in-out;
}

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

/* faq */

.hugocasino-eup4yr {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

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

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

.hugocasino-1zl1fr {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.hugocasino-1zl1fr h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .hugocasino-eup4yr,
  .hugocasino-1zl1fr {
    max-width: 100vw;
  }
}

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

.hugocasino-4k02xt {
  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.hugocasino-q7efqi ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hugocasino-4k02xt::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.hugocasino-q7efqi ease;
}

.hugocasino-z0vwjj.hugocasino-lngyhg .hugocasino-4k02xt::after {
  transform: rotate(45deg);
}

.hugocasino-8hbzhq {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.hugocasino-hlwrl3 ease, padding 0.hugocasino-hlwrl3 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.hugocasino-z0vwjj.hugocasino-lngyhg .hugocasino-8hbzhq {
  max-height: 200px;
  padding: 15px 20px;
}

/* review */

.hugocasino-xj7zqv {
  margin: 25px 0;
}

.hugocasino-s540b0 > input:not(:checked) ~ label:hover,
.hugocasino-s540b0 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.hugocasino-i5f8x1.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.hugocasino-drkf0l 44.hugocasino-3955mi.hugocasino-1x0fru.hugocasino-l30izg.hugocasino-r3tknl.hugocasino-0xlgz2.hugocasino-jkoz4q.hugocasino-6b27tt.hugocasino-8xtscd.hugocasino-qys9cx.hugocasino-9szcx2.hugocasino-f8hfga.hugocasino-yivsqa 0l-12.hugocasino-k5dibh 30.hugocasino-t0xnjv.hugocasino-80oggq 2.hugocasino-1ppjlk.hugocasino-80oggq 3.hugocasino-6e570z 3.hugocasino-y5nc6d.hugocasino-ltkpy9 3.hugocasino-m8ic4c.hugocasino-a1lztu.hugocasino-md7ing.hugocasino-n7jr8r 7-3.hugocasino-k5dibh 10.hugocasino-weyuk9.hugocasino-n7jr8r 23.hugocasino-540k28.hugocasino-w2r1rn 1.hugocasino-lv93ro 2.hugocasino-k5dibh 3.hugocasino-w2r1rn 1.hugocasino-ltkpy9 5.hugocasino-e5y5fe.hugocasino-ltkpy9 32.hugocasino-mj8j2y.hugocasino-a1lztu 5.hugocasino-yivsqa 4.hugocasino-n7jr8r 9.hugocasino-n7jr8r 8.hugocasino-ltkpy9 6.hugocasino-fcmv4u.hugocasino-2wunu1.hugocasino-l81z87.hugocasino-hzxupl.hugocasino-y4w4q8 4.hugocasino-de054f.hugocasino-y4w4q8 6.hugocasino-y4w4q8 0l29.hugocasino-yivsqa 17.hugocasino-too4sy.hugocasino-a0kk7r 2.hugocasino-zzq1oh 10.hugocasino-ok0mlz.hugocasino-k5dibh 8.hugocasino-hir383.hugocasino-8tjxrg.hugocasino-b3pg2m.hugocasino-hdr7hs.hugocasino-qu5hk7.hugocasino-a1lztu.hugocasino-0xlgz2.hugocasino-k5dibh 1.hugocasino-54x4h9.hugocasino-jay1mx.hugocasino-14ew7g.hugocasino-wq95yu.hugocasino-990sq2.hugocasino-lv93ro 1.hugocasino-5rsmfu.hugocasino-800u2o.5z'/%3e%3c/svg%3e");
}

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

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

.hugocasino-nn09y0 {
  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);
}

.hugocasino-nn09y0.hugocasino-benz89 {
  display: block;
}

.hugocasino-nn09y0.hugocasino-ekm5xr {
  display: none;
}

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

.hugocasino-trcmnn {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.hugocasino-8gonij {
  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);
}

.hugocasino-qu8gjr {
  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;
}

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

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

.hugocasino-uhoxaq {
  font-size: 16px;
  line-height: 140%;
}

.hugocasino-hxrhk9 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.hugocasino-hxrhk9 .hugocasino-srcrz5 {
  fill: #c2c0ce;
}

.hugocasino-hxrhk9 [rating="1"] .hugocasino-srcrz5:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.hugocasino-hxrhk9 [rating="2"] .hugocasino-srcrz5:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.hugocasino-hxrhk9 [rating="3"] .hugocasino-srcrz5:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.hugocasino-hxrhk9 [rating="4"] .hugocasino-srcrz5:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.hugocasino-hxrhk9 [rating="5"] .hugocasino-srcrz5: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;
}

.hugocasino-0ohapv 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;
}

.hugocasino-0ohapv button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

.hugocasino-tiav89 {
  text-align: center;
  color: var(--success-color);
}

.hugocasino-jdiomm {
  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;
}

.hugocasino-iwaeoe table {
  width: 100%;
}

.hugocasino-ld9sz0 {
  display: flex;
  justify-content: center;
}

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

    .hugocasino-g1lk8u {
      position: relative;
      z-index: 1;
    }

    .hugocasino-mans05 {
      position: relative;
      z-index: 2;
    }

    .hugocasino-3db4vp {
      position: relative;
      z-index: 3;
    }

    .hugocasino-sawf5b {
      position: relative;
      z-index: 4;
    }

          .hugocasino-hlra6e {
  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);
}