* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.casino-mate-8d09j2 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .casino-mate-8d09j2 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .casino-mate-8d09j2 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.casino-mate-bfcdns {
  overflow: hidden;
}

.casino-mate-52zy3r img {
  background: var(--Neutral-300);
}

.casino-mate-cn30p1 {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.casino-mate-lm1j7b {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.casino-mate-lm1j7b:hover {
  background: var(--button-bg-hover);
}

.casino-mate-ap7nyw {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.casino-mate-ap7nyw:hover {
  background: var(--button-bg-hover);
}

.casino-mate-sivjo2 {
  font-size: 12px;
  line-height: 18px;
}

.casino-mate-5n2dwf {
  font-size: 18px;
  line-height: 26px;
}

.casino-mate-jpb6pw {
  width: 100%;
}

.casino-mate-kzcwjp {
  padding: 6px 16px;
}

.casino-mate-v1t8mr {
  padding: 10px 16px;
}

.casino-mate-jh3nl9 {
  padding: 15px 26px;
}

.casino-mate-j0styg {
  flex-shrink: 0;
}

.casino-mate-v4dcc8 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.casino-mate-xsgm9u {
  display: none;
}

.casino-mate-xxvz2d {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.casino-mate-v06nai {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.casino-mate-d5pzqo {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.casino-mate-keratw {
  cursor: grab;
}

.casino-mate-d5pzqo::-webkit-scrollbar {
  display: none;
}

.casino-mate-sz2thz {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.casino-mate-i35y01 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.casino-mate-dfhwr7 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.casino-mate-n05nwf {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.casino-mate-vktc45 {
  visibility: visible;
}

.casino-mate-38to13 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.casino-mate-0ool9q ease;
}

.casino-mate-7n97dm {
  background-color: var(--Primary-200);
  width: 16px;
}

.casino-mate-4nag5c {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.casino-mate-0ool9q,
    mask-image 0.3s;
}

.casino-mate-4nag5c.casino-mate-em7w9z {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.casino-mate-vdvsav:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.casino-mate-2g37ht {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.casino-mate-z8rnxc.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.casino-mate-z8rnxc.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.casino-mate-y27ifi {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.casino-mate-y27ifi::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.casino-mate-ek7mcx {
  position: relative;
  z-index: 1;
}

.casino-mate-4l31ne {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.casino-mate-pu4aki {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.casino-mate-h7ts7d {
  font-size: 40px;
  line-height: 48px;
}

.casino-mate-ze2zel {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.casino-mate-fh76gm {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.casino-mate-fh76gm:hover {
  background: var(--Primary-400);
}

.casino-mate-fh76gm svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.casino-mate-vdvsav img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .casino-mate-y27ifi {
    max-width: 600px;
    padding: 64px;
  }

  .casino-mate-4l31ne {
    font-size: 24px;
    line-height: 32px;
  }

  .casino-mate-pu4aki {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .casino-mate-h7ts7d {
    font-size: 50px;
    line-height: 56px;
  }

  .casino-mate-ze2zel {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .casino-mate-2g37ht {
    top: 25px;
    right: 25px;
  }
}

.casino-mate-z5wqpb,
.casino-mate-iakuvq {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.casino-mate-3tgclj.casino-mate-zul7kl::before,
.casino-mate-iakuvq::before,
.casino-mate-p84f3h::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.casino-mate-z8rnxc.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.casino-mate-mc4gdi 14.casino-mate-4gcjmi.casino-mate-ngolbt 14.casino-mate-2wukea 15.casino-mate-roye65 14.casino-mate-xjnbwh 15.casino-mate-p5iuqy 14.casino-mate-m82tnd.casino-mate-xzl5xc 14.casino-mate-v393kz 19.casino-mate-vlu3ke 12.casino-mate-kfjtpk 19.casino-mate-vlu3ke 10.casino-mate-9f660l.casino-mate-vlu3ke 8.casino-mate-h5u7n8 17.casino-mate-r9odt1 7.casino-mate-1ddpmb 15.casino-mate-wiqyfk 7.casino-mate-0l6exu.casino-mate-tju8vt 7.casino-mate-1ddpmb 11.casino-mate-l4ndig 8.casino-mate-h5u7n8 11.casino-mate-l4ndig 10.casino-mate-2twstu.casino-mate-l4ndig 12.casino-mate-hhw2bs 13.casino-mate-v05w2h 14.casino-mate-cwgqbg 15.casino-mate-wzz5zg 14.casino-mate-e05pi9.casino-mate-hjg6ss 14.casino-mate-98amzz 15.casino-mate-rtahg4 14.casino-mate-xospy1 15.casino-mate-9vaoq8 14.casino-mate-lky9xi.casino-mate-mc4gdi 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.casino-mate-mjtdyc 15.casino-mate-ephetp.casino-mate-t2dvqi 15.casino-mate-mpztw5 15.casino-mate-n7bxzh 15.casino-mate-insah9 15.casino-mate-p02pen 15.casino-mate-gslnua.casino-mate-otzxh3 15.casino-mate-insah9 15.casino-mate-vtgez3 15.casino-mate-692owa 15.casino-mate-drn9my 15.casino-mate-sotk7d.casino-mate-j3gzxh 15.casino-mate-ir472a 7.casino-mate-xckmfw 18.casino-mate-x2mj22 7.casino-mate-ak77ly 23.casino-mate-auy2uc.casino-mate-22lb8n.casino-mate-zs3vet 18.casino-mate-ot41qk 19.casino-mate-41bzi2 15.casino-mate-3xp49l 15.casino-mate-mjtdyc 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.casino-mate-2c1auu [type="submit"] *,
.casino-mate-phoyrm button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .casino-mate-avhuoa {
    display: none;
  }
}

.casino-mate-sgk7pu {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .casino-mate-sgk7pu {
  display: none;
}

@media (min-width: 768px) {
  .casino-mate-sgk7pu {
    bottom: 22px;
  }
}

.casino-mate-sgk7pu input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .casino-mate-sgk7pu {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.casino-mate-n8q1tz.static) .casino-mate-sgk7pu {
    bottom: 8px;
  }
}

.casino-mate-yijfkq {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.casino-mate-z8rnxc.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.casino-mate-vw95z5 3.casino-mate-tpuusl.casino-mate-adfxyr.casino-mate-1m9qhl 3.casino-mate-hja7m4 3.casino-mate-yuj5db 5.casino-mate-rv0h9r 3.casino-mate-yuj5db 8.casino-mate-j2dwra.casino-mate-wzc8av.casino-mate-yuj5db 26.casino-mate-lzdbk1 5.casino-mate-nhncvf 28.casino-mate-ls19de 8.casino-mate-sik5qt 28.casino-mate-f5kzc9.casino-mate-d274p7 28.casino-mate-sicjfv.casino-mate-eixxdz 34.casino-mate-tfmv72.casino-mate-fb1v9b 36.casino-mate-qx7zjh 11.casino-mate-wainxf 37.casino-mate-y5mp47 12.casino-mate-6tn2ho 36.casino-mate-6nzkdr.casino-mate-pu1l04 28.casino-mate-lvitjp.casino-mate-xd3uud.casino-mate-fsrv75 28.casino-mate-m8f272 36.casino-mate-ke09th 26.casino-mate-omvdw4 36.casino-mate-ke09th 23.casino-mate-zv0hnt.casino-mate-9uxktz.casino-mate-ke09th 5.casino-mate-jrojiz 34.casino-mate-lhsdqd 3.casino-mate-hja7m4 31.casino-mate-vw95z5 3.casino-mate-b39jvz.casino-mate-opnvxw 18.casino-mate-g1bk02.casino-mate-pztd6r 18.casino-mate-8uhdbq 8.casino-mate-is8gvi 17.casino-mate-iwdysg 8.casino-mate-is8gvi 15.casino-mate-l5j3gt.casino-mate-is8gvi 14.casino-mate-3lotkt 9.casino-mate-pztd6r 13.casino-mate-zj0uh3 11.casino-mate-opnvxw 13.casino-mate-1acoxt.casino-mate-cpv3t6 13.casino-mate-zj0uh3 13.casino-mate-jluyjl 14.casino-mate-3lotkt 13.casino-mate-jluyjl 15.casino-mate-8rxt7c.casino-mate-jluyjl 17.casino-mate-iwdysg 12.casino-mate-cpv3t6 18.casino-mate-8uhdbq 11.casino-mate-opnvxw 18.casino-mate-695c84.casino-mate-9icywg 18.casino-mate-wqtgtu.casino-mate-sor1se 18.casino-mate-8uhdbq 17.casino-mate-2vxer3 17.casino-mate-iwdysg 17.casino-mate-2vxer3 15.casino-mate-ec1svf.casino-mate-2vxer3 14.casino-mate-3lotkt 18.casino-mate-sor1se 13.casino-mate-zj0uh3 20.casino-mate-9icywg 13.casino-mate-gsu4if.casino-mate-uaihzm 13.casino-mate-zj0uh3 22.casino-mate-tmpgxc 14.casino-mate-3lotkt 22.casino-mate-tmpgxc 15.casino-mate-pjznpp.casino-mate-orhdo9 17.casino-mate-iwdysg 21.casino-mate-uaihzm 18.casino-mate-8uhdbq 20.casino-mate-9icywg 18.casino-mate-eumwrz.casino-mate-12sb9o 18.casino-mate-6kwtju.casino-mate-04kvq6 18.casino-mate-8uhdbq 26.casino-mate-4d4z4q 17.casino-mate-iwdysg 26.casino-mate-4d4z4q 15.casino-mate-o2jvsz.casino-mate-4d4z4q 14.casino-mate-3lotkt 27.casino-mate-04kvq6 13.casino-mate-zj0uh3 28.casino-mate-12sb9o 13.casino-mate-4lx4uh.casino-mate-haq1el 13.casino-mate-zj0uh3 31.casino-mate-69n6re 14.casino-mate-3lotkt 31.casino-mate-69n6re 15.casino-mate-1jsdr4.casino-mate-4d4z4q 17.casino-mate-iwdysg 30.casino-mate-haq1el 18.casino-mate-8uhdbq 28.casino-mate-12sb9o 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .casino-mate-yijfkq {
    display: none;
  }
}

.casino-mate-q0rotq {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .casino-mate-q0rotq {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.casino-mate-phoyrm {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .casino-mate-phoyrm {
    padding: 14px 16px;
  }
}

.casino-mate-phoyrm button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.casino-mate-phoyrm button:first-child {
  align-content: end;
}

.casino-mate-phoyrm button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .casino-mate-phoyrm
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .casino-mate-phoyrm
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.casino-mate-phoyrm button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.casino-mate-phoyrm button:last-child svg {
  width: 38px;
  height: 38px;
}

.casino-mate-p84f3h {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.casino-mate-p84f3h::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .casino-mate-p84f3h,
.pc61d126-chatbot[data-active-screen="3"]
  .casino-mate-p84f3h {
  opacity: 1;
  visibility: visible;
}

.casino-mate-8an8n8 {
  flex: 1 1;
}

.casino-mate-2d9jck {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .casino-mate-2d9jck {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .casino-mate-5g8pgn {
  display: block;
}

.casino-mate-xh708h {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .casino-mate-xh708h {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.casino-mate-iakuvq {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.casino-mate-iakuvq::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.casino-mate-i0xmf7 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.casino-mate-i0xmf7 p {
  color: var(--Text-100);
}

.casino-mate-iakuvq .casino-mate-gmapyu {
  grid-area: button;
}

.casino-mate-iakuvq .casino-mate-gmapyu::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.casino-mate-z8rnxc.org/2000/svg'%3E%3Cpath d='M4.casino-mate-qop8jj 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.casino-mate-oy99qz 15L16.casino-mate-oy99qz 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.casino-mate-oy99qz 5L16.casino-mate-oy99qz 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .casino-mate-dxl9bk {
  display: block;
}

.casino-mate-t6zrha {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .casino-mate-t6zrha {
    margin-top: 40px;
  }
}

.casino-mate-z5wqpb label,
.casino-mate-z5wqpb input {
  display: block;
  width: 100%;
}

.casino-mate-z5wqpb label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.casino-mate-z5wqpb label.casino-mate-1la2ux input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.casino-mate-z5wqpb label.casino-mate-1la2ux::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.casino-mate-z5wqpb input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.casino-mate-z5wqpb input::placeholder {
  color: var(--Text-400);
}

.casino-mate-0ab07w {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .casino-mate-0ab07w {
  display: flex;
}

.casino-mate-0ab07w ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .casino-mate-0ab07w ol {
    height: 420px;
    padding: 24px;
  }
}

.casino-mate-0ab07w ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.casino-mate-2c1auu {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .casino-mate-2c1auu {
    padding: 0 24px 24px;
  }
}

.casino-mate-2c1auu input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.casino-mate-2c1auu input::placeholder {
  color: var(--Text-400);
}

.casino-mate-2c1auu [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.casino-mate-2c1auu [type="submit"]:disabled {
  opacity: 0.5;
}

.casino-mate-2c1auu [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .casino-mate-2c1auu [type="submit"] {
    right: 40px;
  }
}

.casino-mate-3tgclj {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.casino-mate-3tgclj.casino-mate-zul7kl {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.casino-mate-3tgclj.casino-mate-zul7kl::before {
  content: "";
  width: 31px;
}

.casino-mate-3tgclj.casino-mate-zul7kl p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.casino-mate-3tgclj.casino-mate-o7ug4p p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.casino-mate-3tgclj p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.casino-mate-sgk7pu .casino-mate-gmapyu {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.casino-mate-avhuoa {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .casino-mate-avhuoa {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .casino-mate-avhuoa {
    padding: 18px 0;
  }
}

.casino-mate-avhuoa .casino-mate-8d09j2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .casino-mate-avhuoa .casino-mate-8d09j2 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.casino-mate-963nk8 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .casino-mate-963nk8 {
    max-width: 160px;
    height: 40px;
  }
}

.casino-mate-963nk8 picture,
.casino-mate-963nk8 img {
  display: block;
  width: 100%;
  height: 100%;
}

.casino-mate-963nk8 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .casino-mate-ymw0zc {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.casino-mate-0ool9q ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .casino-mate-avhuoa.casino-mate-adbn2z .casino-mate-ymw0zc {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .casino-mate-ymw0zc {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .casino-mate-ymw0zc {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.casino-mate-c3bew8,
.casino-mate-dx63nl {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .casino-mate-c3bew8,
  .casino-mate-dx63nl {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .casino-mate-dx63nl {
    display: none;
  }
}

.casino-mate-clabbu {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.casino-mate-adbn2z .casino-mate-clabbu {
  background: var(--fh-bg-color);
}

.casino-mate-clabbu button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .casino-mate-clabbu {
    display: none;
  }
}

.casino-mate-htfwis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .casino-mate-htfwis {
    display: none;
  }
}

.casino-mate-lorwnk {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.casino-mate-avhuoa.casino-mate-adbn2z .casino-mate-lorwnk:first-child {
  display: none;
}

.casino-mate-avhuoa.casino-mate-adbn2z .casino-mate-lorwnk:last-child {
  display: block;
}

.casino-mate-lorwnk:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .casino-mate-lorwnk {
    display: none;
  }
}

.casino-mate-h4hrwy {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .casino-mate-h4hrwy {
    display: flex;
  }
}

.casino-mate-h4hrwy ul {
  max-height: 350px;
  overflow-y: auto;
}

.casino-mate-h4hrwy:hover ul {
  visibility: visible;
  opacity: 1;
}

.casino-mate-h4hrwy:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.casino-mate-h4hrwy:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.casino-mate-h4hrwy:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.casino-mate-h4hrwy:hover .casino-mate-nc0jrf svg {
  transform: rotate(180deg);
}

.casino-mate-pfel5l {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.casino-mate-hwo8tn {
  padding: 0 8px;
}

.casino-mate-bywole {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.casino-mate-bywole:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .casino-mate-bywole {
    padding: 4px 8px;
  }
}

.casino-mate-ml9o33 {
  display: flex;
}

.casino-mate-ml9o33 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.casino-mate-nc0jrf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.casino-mate-nc0jrf svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.casino-mate-7d5xcl {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .casino-mate-7d5xcl {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.casino-mate-k1avyw {
  width: 100%;
}

@media (min-width: 1200px) {
  .casino-mate-k1avyw {
    display: none;
  }
}

.casino-mate-72rhau {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.casino-mate-q8c9ko {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.casino-mate-wu8bkr {
  display: flex;
}

.casino-mate-ux0xuk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.casino-mate-sngvm7 {
  list-style: none;
}

@media (max-width: 1199px) {
  .casino-mate-sngvm7 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .casino-mate-sngvm7 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .casino-mate-sngvm7 .casino-mate-dgluf6 [data-ref-el],
  .casino-mate-sngvm7 .casino-mate-dgluf6 span,
  .casino-mate-sngvm7 .casino-mate-dgluf6 a {
    white-space: nowrap;
  }
}

.casino-mate-z1f6t5 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .casino-mate-z1f6t5.casino-mate-r4dlm0 > .casino-mate-dgluf6 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .casino-mate-z1f6t5.casino-mate-x9vzre:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .casino-mate-z1f6t5.casino-mate-r4dlm0 > .casino-mate-7x3k53 {
    height: auto;
  }

  .casino-mate-z1f6t5.casino-mate-r4dlm0 > div > .casino-mate-wq5vby {
    transform: rotate(180deg);
  }
}

.casino-mate-z1f6t5 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.casino-mate-z1f6t5 [data-ref-el],
.casino-mate-z1f6t5 span {
  cursor: pointer;
}

.casino-mate-z1f6t5 [data-ref-el],
.casino-mate-z1f6t5 span,
.casino-mate-z1f6t5 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .casino-mate-z1f6t5 [data-ref-el],
  .casino-mate-z1f6t5 span,
  .casino-mate-z1f6t5 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .casino-mate-z1f6t5 [data-ref-el],
  .casino-mate-z1f6t5 span,
  .casino-mate-z1f6t5 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.casino-mate-7x3k53 {
  height: 0;
  overflow: hidden;
  transition: height 0.casino-mate-0ool9q ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.casino-mate-7x3k53::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.casino-mate-7x3k53::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.casino-mate-7x3k53::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .casino-mate-7x3k53 {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .casino-mate-7x3k53:has(> .casino-mate-z1f6t5.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .casino-mate-7x3k53 .casino-mate-7x3k53 {
    padding: 0;
  }

  .casino-mate-7x3k53 .casino-mate-z1f6t5 {
    font-weight: 400;
  }

  .casino-mate-7x3k53 .casino-mate-z1f6t5:hover > .casino-mate-dgluf6 {
    background: var(--Neutral-300);
  }

  .casino-mate-7x3k53 .casino-mate-wq5vby {
    rotate: -90deg;
  }
}

.casino-mate-dgluf6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .casino-mate-dgluf6 {
    padding: 8px;
  }

  .casino-mate-z1f6t5.casino-mate-mjzwj8 > .casino-mate-dgluf6 {
    background: var(--Neutral-300);
  }
}

.casino-mate-wq5vby {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.casino-mate-z8rnxc.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.casino-mate-m57xgf 0.casino-mate-1lmkp1.casino-mate-z8eb4y -0.casino-mate-59gv48 0.casino-mate-dvhh25 -0.casino-mate-59gv48 1.casino-mate-a1oyhx 0.casino-mate-bfhyl9.casino-mate-hlfvzp 4.casino-mate-rk2f3l.casino-mate-m57xgf 0.casino-mate-nec6wt.casino-mate-3dqdfr -0.casino-mate-59gv48 9.casino-mate-kqi47x -0.casino-mate-59gv48 10.casino-mate-xxggj8 0.casino-mate-o22uq9.casino-mate-xxumt9 0.casino-mate-z8eb4y 10.casino-mate-xxumt9 0.casino-mate-dvhh25 10.casino-mate-xxggj8 1.casino-mate-p6tvpz.casino-mate-mchsno 5.casino-mate-plm79w.casino-mate-1t4j83 6.casino-mate-8hlptb 5.casino-mate-4csxfu 6.casino-mate-8hlptb 4.casino-mate-4rhvvu 5.casino-mate-f5k5xd.casino-mate-m57xgf 1.casino-mate-hdsdsj.casino-mate-59gv48 0.casino-mate-dvhh25 -0.casino-mate-59gv48 0.casino-mate-z8eb4y 0.casino-mate-m57xgf 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.casino-mate-0ool9q ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .casino-mate-wq5vby {
    cursor: default;
  }
}

.casino-mate-2ujsvv {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.casino-mate-btzbp3 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .casino-mate-btzbp3 {
    padding: 40px 4px;
  }
}

.casino-mate-kl58c9 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .casino-mate-kl58c9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.casino-mate-nj8fav {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .casino-mate-nj8fav {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.casino-mate-nj8fav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.casino-mate-nj8fav [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.casino-mate-nj8fav [data-ref-el],
.casino-mate-nj8fav span,
.casino-mate-nj8fav a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.casino-mate-iatmho {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .casino-mate-iatmho {
    margin-bottom: 12px;
  }
}

.casino-mate-va2gu5 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.casino-mate-va2gu5 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .casino-mate-va2gu5:last-child {
    margin-right: 0;
  }
}

.casino-mate-kwbqgb {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.casino-mate-iatmho:hover .casino-mate-fx2qxf {
  visibility: visible;
  opacity: 1;
}

.casino-mate-fx2qxf {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.casino-mate-7bfu8o {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.casino-mate-yp4rfk {
  display: flex;
  margin: 6px;
}

.casino-mate-yp4rfk img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.casino-mate-fx2qxf::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.casino-mate-fx2qxf::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.casino-mate-juhdiu {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .casino-mate-juhdiu {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.casino-mate-kp74md {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .casino-mate-kp74md {
    margin-right: 32px;
  }
}

.casino-mate-hv1emh {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .casino-mate-hv1emh {
    margin-top: 0;
    width: 340px;
  }
}

.casino-mate-hv1emh a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.casino-mate-t12ber {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.casino-mate-9go3bt {
  position: relative;
}

@media (min-width: 768px) {
  .casino-mate-9go3bt {
    margin-top: 40px;
  }
}

.casino-mate-9go3bt + .casino-mate-l6wqpa,
.casino-mate-9go3bt + .casino-mate-9go3bt {
  margin-top: 24px;
}

.casino-mate-6mdf44 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .casino-mate-6mdf44 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .casino-mate-6mdf44 {
    padding: 80px;
  }
}

.casino-mate-0h5063 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .casino-mate-0h5063 {
    padding: 0 16px;
}


}

.casino-mate-bjy5m2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .casino-mate-bjy5m2 {
    font-size: 48px;
    line-height: 56px;
  }
}

.casino-mate-hw2m7e {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .casino-mate-hw2m7e {
    font-size: 24px;
    line-height: 32px;
  }
}

.casino-mate-qx44hv {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.casino-mate-qx44hv:hover {
  background: var(--button-bg-hover);
}

.casino-mate-245klr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.casino-mate-245klr img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .casino-mate-245klr img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .casino-mate-245klr img {
  min-height: 100%;
  }
}

.casino-mate-6mdf44::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.casino-mate-3xwmyh {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.casino-mate-3xwmyh h1,
.casino-mate-3xwmyh h2,
.casino-mate-3xwmyh h3,
.casino-mate-3xwmyh h4 {
  margin-bottom: 6px;
}

.casino-mate-3xwmyh h1:not(:first-child),
.casino-mate-3xwmyh h2:not(:first-child),
.casino-mate-3xwmyh h3:not(:first-child),
.casino-mate-3xwmyh h4:not(:first-child) {
  margin-top: 16px;
}

.casino-mate-3xwmyh h1,
.casino-mate-3xwmyh h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .casino-mate-3xwmyh h1,
  .casino-mate-3xwmyh h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.casino-mate-3xwmyh h2,
.casino-mate-3xwmyh h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .casino-mate-3xwmyh h2,
  .casino-mate-3xwmyh h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.casino-mate-3xwmyh h3,
.casino-mate-3xwmyh h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .casino-mate-3xwmyh h3,
  .casino-mate-3xwmyh h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.casino-mate-3xwmyh h4,
.casino-mate-3xwmyh h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.casino-mate-3xwmyh ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.casino-mate-3xwmyh ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.casino-mate-3xwmyh ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.casino-mate-3xwmyh ul ul {
  margin-bottom: 8px;
}

.casino-mate-3xwmyh ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.casino-mate-3xwmyh ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.casino-mate-3xwmyh ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.casino-mate-3xwmyh ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.casino-mate-3xwmyh ol li::marker {
  font-weight: 700;
}

.casino-mate-3xwmyh ol ol {
  margin-bottom: 8px;
}

.casino-mate-3xwmyh ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.casino-mate-3xwmyh ol ul li {
  padding-left: 16px;
}

.casino-mate-3xwmyh table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .casino-mate-3xwmyh table {
    padding: 24px;
  }
}

.casino-mate-3xwmyh table.casino-mate-8zv3su {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.casino-mate-0ool9q,
    mask-image 0.3s;
}

.casino-mate-3xwmyh table.casino-mate-8zv3su.casino-mate-em7w9z {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .casino-mate-3xwmyh table {
    display: table;
  }
}

.casino-mate-3xwmyh table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.casino-mate-3xwmyh table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.casino-mate-3xwmyh table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.casino-mate-3xwmyh table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .casino-mate-3xwmyh table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.casino-mate-3xwmyh table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.casino-mate-3xwmyh table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.casino-mate-3xwmyh table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.casino-mate-3xwmyh img {
  max-width: 100%;
  height: auto;
}

.casino-mate-oc04vm {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .casino-mate-oc04vm {
    padding: 24px;
  }
}

.casino-mate-cfj37t {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .casino-mate-cfj37t {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.casino-mate-cfj37t > * {
  margin: 0 !important;
}

.casino-mate-cfj37t img,
.casino-mate-g7pltf {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .casino-mate-cfj37t img,
  .casino-mate-g7pltf {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.casino-mate-2h5bze {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .casino-mate-2h5bze {
    width: 32px;
    height: 32px;
  }
}

.casino-mate-sg27ey {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.casino-mate-sg27ey .casino-mate-jrc7sj {
  flex-shrink: 0;
}

.casino-mate-sg27ey .casino-mate-422k0i svg {
  display: none;
}

.casino-mate-6n4atr {
  display: grid;
  transition: max-height 0.casino-mate-0ool9q ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .casino-mate-6n4atr {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .casino-mate-6n4atr {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.casino-mate-6n4atr.casino-mate-4s12hu + .casino-mate-jrc7sj svg {
  transform: rotate(180deg);
}

.casino-mate-9l597c {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.casino-mate-9l597c > div:nth-child(3n) {
  grid-column: span 2;
}

.casino-mate-9l597c
  > div:nth-child(3n)
  .casino-mate-lhriio
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .casino-mate-9l597c {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .casino-mate-9l597c > div:nth-child(3n) {
    grid-column: unset;
  }

  .casino-mate-9l597c
    > div:nth-child(3n)
    .casino-mate-lhriio
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .casino-mate-9l597c {
    max-width: 270px;
  }
}

.casino-mate-9l597c .casino-mate-lhriio button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .casino-mate-9l597c .casino-mate-lhriio button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .casino-mate-9l597c .casino-mate-lhriio button {
    max-width: 104px;
  }
}

.casino-mate-xw0nwx {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .casino-mate-xw0nwx {
    margin-bottom: 0;
  }
}

.casino-mate-or04z0 {
  display: none;
  opacity: 0;
}

.casino-mate-559592 {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.casino-mate-559592 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.casino-mate-lhriio {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.casino-mate-lhriio button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .casino-mate-lhriio
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .casino-mate-lhriio
    button {
    max-width: 145px;
  }
}

.casino-mate-mz5fc5:first-child
  .casino-mate-lhriio
  button {
  max-width: 270px;
}

.casino-mate-lpo999 {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.casino-mate-xw0nwx picture {
  width: 100%;
  max-width: 100%;
}

.casino-mate-thiyjt {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.casino-mate-thiyjt svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.casino-mate-xw0nwx:hover .casino-mate-thiyjt {
  display: flex;
}

.casino-mate-nhatca {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.casino-mate-q1vtog {
  display: flex;
}

.casino-mate-q1vtog:hover .casino-mate-5src6x,
.casino-mate-q1vtog .casino-mate-mjzwj8 .casino-mate-5src6x {
  display: flex;
}

.casino-mate-q1vtog svg {
  flex-shrink: 0;
}

.casino-mate-5src6x {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .casino-mate-5src6x {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.casino-mate-5src6x:hover {
  display: flex;
}

.casino-mate-5src6x svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.casino-mate-pa8jci {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .casino-mate-pa8jci {
    font-size: 12px;
  }
}

.casino-mate-12wy08,
.casino-mate-iezece {
  width: 50%;
  flex-shrink: 0;
}

.casino-mate-12wy08 {
  font-weight: 700;
}

.casino-mate-cpku13 .casino-mate-6n4atr {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .casino-mate-cpku13 .casino-mate-6n4atr {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .casino-mate-cpku13 .casino-mate-6n4atr {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.casino-mate-cpku13
  .casino-mate-lpo999:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.casino-mate-cpku13 .casino-mate-559592 {
  height: 100% !important;
  border-radius: 16px;
}

.casino-mate-cpku13 .casino-mate-lhriio {
  gap: 4px;
  align-items: center;
}

.casino-mate-cpku13 .casino-mate-lhriio button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.casino-mate-cpku13 .casino-mate-lhriio svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.casino-mate-cpku13 .casino-mate-sz08t6,
.casino-mate-cpku13 .casino-mate-9ndbiu {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.casino-mate-z8rnxc.org/2000/svg'%3E%3Cpath d='M9.casino-mate-hjtrr2 4.casino-mate-fld4fh.casino-mate-7tfc74 5.casino-mate-4y0oie.casino-mate-oz1teg 5.casino-mate-o7185q.casino-mate-qphd7r 5.casino-mate-9dhn2u.casino-mate-ngpp75 8.casino-mate-yn3n4y.casino-mate-g2ycwg 9.casino-mate-bitsj6.casino-mate-94h9fb 9.casino-mate-pmrcyd.casino-mate-sh2b7o 13.casino-mate-1nar66.casino-mate-um6oij 11.casino-mate-p7imf4.casino-mate-gtlk1k 11.casino-mate-ehcdsf.casino-mate-6049jx 11.casino-mate-wcrnwp.casino-mate-nnfc15 13.casino-mate-ymgt51.casino-mate-aqjnft 9.casino-mate-2ftsih.casino-mate-lsfvsn 9.casino-mate-a43qzb.casino-mate-33j0ze 8.casino-mate-eknfjf.casino-mate-yvlcn6 5.casino-mate-jy28tr.casino-mate-zyb78m 5.casino-mate-xp0n85.casino-mate-87xc72 5.casino-mate-pqau2s.casino-mate-sl2r33 4.casino-mate-hk3q1q.casino-mate-gtlk1k 1.casino-mate-6stenv.casino-mate-hjtrr2 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.casino-mate-cpku13 .casino-mate-sz08t6 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.casino-mate-cpku13 .casino-mate-9ndbiu {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.casino-mate-p2q4je {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .casino-mate-p2q4je {
    padding: 24px;
  }
}

.casino-mate-p2q4je .casino-mate-jrc7sj {
  display: flex;
}

@media (min-width: 768px) {
  .casino-mate-p2q4je .casino-mate-jrc7sj {
    display: none;
  }
}

.casino-mate-p2q4je .casino-mate-422k0i svg {
  display: none;
}

.casino-mate-4neg0t {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.casino-mate-4neg0t .casino-mate-cn30p1 {
  display: none;
}

@media (min-width: 768px) {
  .casino-mate-4neg0t .casino-mate-cn30p1 {
    display: flex;
  }
}

.casino-mate-29hc7f {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .casino-mate-29hc7f {
    font-size: 40px;
    line-height: 48px;
  }
}

.casino-mate-29hc7f > * {
  margin: 0 !important;
}

.casino-mate-29hc7f img,
.casino-mate-6f7ted {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .casino-mate-29hc7f img,
  .casino-mate-6f7ted {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.casino-mate-smwihq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .casino-mate-smwihq {
    width: 32px;
    height: 32px;
  }
}

.casino-mate-a7i3bp {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .casino-mate-a7i3bp {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .casino-mate-a7i3bp::-webkit-scrollbar {
    display: none;
  }
}

.casino-mate-mswid2 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .casino-mate-mswid2 {
    padding: 7px 15px;
  }
}

.casino-mate-mswid2:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.casino-mate-rva3cw {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .casino-mate-rva3cw {
    display: flex;
    opacity: 1;
  }
}

.casino-mate-mswid2 picture {
  height: 100%;
  display: block;
}

.casino-mate-mswid2 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .casino-mate-mswid2 img {
    width: 88px;
    height: 44px;
  }
}

.casino-mate-mswid2 p {
  text-align: center;
  width: 100%;
}

.casino-mate-300tf9 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .casino-mate-300tf9 {
    font-size: 40px;
    line-height: 48px;
  }
}

.casino-mate-300tf9 img,
.casino-mate-no1omc {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .casino-mate-300tf9 img,
  .casino-mate-no1omc {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.casino-mate-y43d9f {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .casino-mate-y43d9f {
    width: 32px;
    height: 32px;
  }
}

.casino-mate-dynrli {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.casino-mate-z0rwnx {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.casino-mate-d76r1l {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.casino-mate-d76r1l.casino-mate-mjzwj8 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.casino-mate-fur506 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .casino-mate-fur506 {
    font-size: 20px;
    line-height: 28px;
  }
}

.casino-mate-btwh9z {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.casino-mate-d8b3bu {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.casino-mate-0ool9q ease;
  opacity: 0;
  color: var(--text-color);
}

.casino-mate-5u4sdv {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.casino-mate-5u4sdv ol,
.casino-mate-5u4sdv ul {
  padding-left: 1.3em;
}

.casino-mate-d76r1l.casino-mate-mjzwj8 .casino-mate-d8b3bu {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.casino-mate-d76r1l.casino-mate-mjzwj8 .casino-mate-btwh9z {
  transform: rotate(180deg);
  color: var(--text-color);
}

.casino-mate-h1hn4y {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .casino-mate-h1hn4y {
    padding: 24px;
  }
}

.casino-mate-h1hn4y .casino-mate-jrc7sj {
  display: flex;
}

@media (min-width: 768px) {
  .casino-mate-h1hn4y .casino-mate-jrc7sj {
    display: none;
  }
}

.casino-mate-h1hn4y .casino-mate-422k0i svg {
  display: none;
}

.casino-mate-28nsbj {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.casino-mate-28nsbj .casino-mate-cn30p1 {
  display: none;
}

@media (min-width: 768px) {
  .casino-mate-28nsbj .casino-mate-cn30p1 {
    display: flex;
  }
}

.casino-mate-zpow8n {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .casino-mate-zpow8n {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.casino-mate-zpow8n > * {
  margin: 0 !important;
}

.casino-mate-zpow8n img,
.casino-mate-6ruyep {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .casino-mate-zpow8n img,
  .casino-mate-6ruyep {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.casino-mate-byvkce {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .casino-mate-byvkce {
    width: 32px;
    height: 32px;
  }
}

.casino-mate-wedt1d {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .casino-mate-wedt1d {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .casino-mate-wedt1d::-webkit-scrollbar {
    display: none;
  }
}

.casino-mate-12wflq {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.casino-mate-12wflq:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.casino-mate-2imbnd {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .casino-mate-2imbnd {
    display: flex;
    opacity: 1;
  }
}

.casino-mate-12wflq picture {
  width: auto;
  height: 100%;
  display: block;
}

.casino-mate-12wflq picture img {
  display: block;
  width: auto;
  height: 100%;
}

.casino-mate-92yqeg {
  margin: -24px 0;
}

.casino-mate-92yqeg:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .casino-mate-92yqeg {
    margin: -16px 0;
  }
}

.casino-mate-v5scnp {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .casino-mate-v5scnp {
    flex-direction: row;
  }
}

.casino-mate-ojwjo1 {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .casino-mate-ojwjo1 {
    flex: 1;
  }
}

.casino-mate-ojwjo1::placeholder {
  color: var(--Text-400);
}

.casino-mate-avbdn9 {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.casino-mate-842foz {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.casino-mate-842foz::-webkit-scrollbar {
  display: none;
}

.casino-mate-8atx2l {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.casino-mate-8atx2l img,
.casino-mate-8atx2l svg {
  margin-right: 8px;
}

.casino-mate-geu5xq {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.casino-mate-92yqeg + .casino-mate-ct25rd {
  margin-top: 0;
}

@media (min-width: 768px) {
  .casino-mate-92yqeg + .casino-mate-ct25rd {
    margin-top: -16px;
  }
}

.casino-mate-98at7v {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.casino-mate-98at7v > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.casino-mate-98at7v > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.casino-mate-k2d5gt {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.casino-mate-2wcc3c {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.casino-mate-o16bhm {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.casino-mate-f1gbto {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.casino-mate-4nvv86 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.casino-mate-k2d5gt button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.casino-mate-k2d5gt button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .casino-mate-k2d5gt {
    padding: 39px 179px 39px 39px;
  }

  .casino-mate-2wcc3c {
    font-size: 40px;
    line-height: 48px;
  }

  .casino-mate-4nvv86 {
    height: 348px;
  }

  .casino-mate-k2d5gt button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .casino-mate-k2d5gt button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .casino-mate-k2d5gt {
    padding: 63px;
  }
}

.casino-mate-zacfh3 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .casino-mate-zacfh3 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.casino-mate-mocg3g {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .casino-mate-mocg3g {
    width: auto;
  }
}

.casino-mate-0ei79u {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.casino-mate-0ei79u::-webkit-scrollbar {
  display: none;
}

.casino-mate-0ei79u a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.casino-mate-0ei79u a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .casino-mate-0ei79u {
    margin-left: 16px;
    margin-top: 0;
  }
}

.casino-mate-zacfh3 .casino-mate-bli6v9 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.casino-mate-0ool9q,
    mask-image 0.3s;
}

.casino-mate-zacfh3 .casino-mate-bli6v9.casino-mate-em7w9z {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.casino-mate-w8wigt {
  margin: 40px -16px;
}

.casino-mate-2cxxoz + .casino-mate-l6wqpa,
.casino-mate-2cxxoz + .casino-mate-9go3bt {
  margin-top: 24px;
}

.casino-mate-1mrrwm {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.casino-mate-1mrrwm picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.casino-mate-zdrp2w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .casino-mate-zdrp2w {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .casino-mate-zdrp2w {
    margin-top: 0;
  }
}

.casino-mate-0f2f0i {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .casino-mate-0f2f0i {
    font-size: 24px;
    line-height: 32px;
  }
}

.casino-mate-1xcr62 {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .casino-mate-1xcr62 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.casino-mate-96vyxg {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .casino-mate-96vyxg {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.casino-mate-n6qv5j {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .casino-mate-n6qv5j {
    font-size: 20px;
    line-height: 28px;
  }
}

.casino-mate-aczwcs {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .casino-mate-aczwcs {
    font-size: 32px;
    line-height: 40px;
  }
}

.casino-mate-pefipx {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.casino-mate-o0i2qh {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.casino-mate-o0i2qh img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.casino-mate-ct25rd {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.casino-mate-bvkhnb {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .casino-mate-bvkhnb {
    padding: 15px 48px;
  }
}

main > .casino-mate-ct25rd {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .casino-mate-6n4atr.casino-mate-8929ce > div:nth-child(n+5) {
    display: none;
  }
}

.casino-mate-3xwmyh p a img {
  display: block;
  margin: 0 auto;
}


.casino-mate-9xxi8t {
  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;
}

/* contanct form */
.casino-mate-k0yyj9 {
  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;
}

.casino-mate-k0yyj9 label {
  font-size: 14px;
}

.casino-mate-k0yyj9 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.casino-mate-k0yyj9 input,
.casino-mate-k0yyj9 textarea,
.casino-mate-k0yyj9 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;
}
.casino-mate-k0yyj9 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.casino-mate-u1n3p7 ease;
}
.casino-mate-k0yyj9 button:hover {
  background-color: var(--button-bg-hover);
}
.casino-mate-dyyvsr {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.casino-mate-ai55i1 ease-in;
}

.casino-mate-dyyvsr h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.casino-mate-absdtk, .casino-mate-8y72lz, [class*="review-card"],
thead, thead th, table th, .casino-mate-xw7tqd,
.casino-mate-rwirqs, [class*="collapsible-header"],
.casino-mate-9a0pc6, [class*="updated-block"] {
  color: #ece7dc !important;
}
