* {
  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;
  }
}

.fezbet-uegwvn {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .fezbet-uegwvn {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .fezbet-uegwvn {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.fezbet-6r2mrg {
  overflow: hidden;
}

.fezbet-g1oqku img {
  background: var(--Neutral-300);
}

.fezbet-hkxygg {
  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;
}

.fezbet-kaun53 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.fezbet-kaun53:hover {
  background: var(--button-bg-hover);
}

.fezbet-9f1ali {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.fezbet-9f1ali:hover {
  background: var(--button-bg-hover);
}

.fezbet-tfhfjf {
  font-size: 12px;
  line-height: 18px;
}

.fezbet-0z9csl {
  font-size: 18px;
  line-height: 26px;
}

.fezbet-uwl4u4 {
  width: 100%;
}

.fezbet-qug4dh {
  padding: 6px 16px;
}

.fezbet-57g1l6 {
  padding: 10px 16px;
}

.fezbet-6qxwvm {
  padding: 15px 26px;
}

.fezbet-g7dgtv {
  flex-shrink: 0;
}

.fezbet-kz6h3j {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.fezbet-tyyzic {
  display: none;
}

.fezbet-nqh3ef {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.fezbet-piojqz {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.fezbet-dnvqal {
  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;
}

.fezbet-njjvs4 {
  cursor: grab;
}

.fezbet-dnvqal::-webkit-scrollbar {
  display: none;
}

.fezbet-afawwf {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.fezbet-jujfc6 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.fezbet-fr5xdt {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.fezbet-i3pkbk {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.fezbet-au79dk {
  visibility: visible;
}

.fezbet-5225vj {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.fezbet-dhl98m ease;
}

.fezbet-a27x43 {
  background-color: var(--Primary-200);
  width: 16px;
}

.fezbet-519qtc {
  -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.fezbet-dhl98m,
    mask-image 0.3s;
}

.fezbet-519qtc.fezbet-1j1bc1 {
  -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;
  }
}

.fezbet-4wr1kk: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;
}

.fezbet-0rso2d {
  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.fezbet-x8fhxw.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.fezbet-x8fhxw.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;
}

.fezbet-uw9n13 {
  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);
}

.fezbet-uw9n13::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%
  );
}

.fezbet-fn9foa {
  position: relative;
  z-index: 1;
}

.fezbet-vzqee0 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.fezbet-x718ho {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.fezbet-5rxysc {
  font-size: 40px;
  line-height: 48px;
}

.fezbet-s85r5r {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fezbet-cdhdx1 {
  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;
}

.fezbet-cdhdx1:hover {
  background: var(--Primary-400);
}

.fezbet-cdhdx1 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.fezbet-4wr1kk 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) {
  .fezbet-uw9n13 {
    max-width: 600px;
    padding: 64px;
  }

  .fezbet-vzqee0 {
    font-size: 24px;
    line-height: 32px;
  }

  .fezbet-x718ho {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .fezbet-5rxysc {
    font-size: 50px;
    line-height: 56px;
  }

  .fezbet-s85r5r {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .fezbet-0rso2d {
    top: 25px;
    right: 25px;
  }
}

.fezbet-1ffhw6,
.fezbet-a0m4xw {
  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;
}

.fezbet-hn4074.fezbet-eldc0s::before,
.fezbet-a0m4xw::before,
.fezbet-oad4mj::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.fezbet-x8fhxw.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.fezbet-feb6zc 14.fezbet-rilk6s.fezbet-903p4x 14.fezbet-nqn83c 15.fezbet-f1ori4 14.fezbet-xdpc01 15.fezbet-dhsjgt 14.fezbet-om6wsm.fezbet-mluiab 14.fezbet-8xlepz 19.fezbet-9f8ng6 12.fezbet-nb9my8 19.fezbet-9f8ng6 10.fezbet-wu3cie.fezbet-9f8ng6 8.fezbet-y7ysy8 17.fezbet-otn6vw 7.fezbet-p7egwn 15.fezbet-gc03qo 7.fezbet-bej503.fezbet-qogy9l 7.fezbet-p7egwn 11.fezbet-6dt0v5 8.fezbet-y7ysy8 11.fezbet-6dt0v5 10.fezbet-kfm32g.fezbet-6dt0v5 12.fezbet-6otzci 13.fezbet-4btjhq 14.fezbet-jg7jv1 15.fezbet-81zu13 14.fezbet-ke9nbr.fezbet-acg06t 14.fezbet-gmsc00 15.fezbet-4xj4jc 14.fezbet-sxb5i1 15.fezbet-n5eug3 14.fezbet-1zhjkq.fezbet-feb6zc 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.fezbet-4eg1jo 15.fezbet-gjwoc0.fezbet-7n0yvx 15.fezbet-2y8jra 15.fezbet-u8au6w 15.fezbet-jucmmy 15.fezbet-knv8sn 15.fezbet-ghs0s4.fezbet-2kjzvs 15.fezbet-jucmmy 15.fezbet-bu0gjz 15.fezbet-jpd522 15.fezbet-n6nnxu 15.fezbet-sru93f.fezbet-5unhkg 15.fezbet-64mznn 7.fezbet-i3gdq9 18.fezbet-ekjimd 7.fezbet-0r260c 23.fezbet-wr2fdt.fezbet-27sg7i.fezbet-44x1o8 18.fezbet-pqg7y5 19.fezbet-ai1cyp 15.fezbet-1l3q29 15.fezbet-4eg1jo 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.fezbet-7b50xe [type="submit"] *,
.fezbet-jj1wm0 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .fezbet-v0rh6n {
    display: none;
  }
}

.fezbet-mmmis4 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .fezbet-mmmis4 {
  display: none;
}

@media (min-width: 768px) {
  .fezbet-mmmis4 {
    bottom: 22px;
  }
}

.fezbet-mmmis4 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .fezbet-mmmis4 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.fezbet-j81sik.static) .fezbet-mmmis4 {
    bottom: 8px;
  }
}

.fezbet-mr1u4y {
  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.fezbet-x8fhxw.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.fezbet-l1cc6d 3.fezbet-mqzk1y.fezbet-2i20v7.fezbet-meb6ue 3.fezbet-099igc 3.fezbet-t75owi 5.fezbet-qtmgi6 3.fezbet-t75owi 8.fezbet-ct0kgi.fezbet-eb9goa.fezbet-t75owi 26.fezbet-6ovhb1 5.fezbet-vl0exo 28.fezbet-gcjm8l 8.fezbet-667kyl 28.fezbet-gd09lp.fezbet-soxhdm 28.fezbet-xwuq7o.fezbet-j8acvm 34.fezbet-nathwb.fezbet-jewcbv 36.fezbet-0i708a 11.fezbet-vg6sti 37.fezbet-oshkuy 12.fezbet-sw1ml9 36.fezbet-k5lh7q.fezbet-qqkrmf 28.fezbet-l5t0hf.fezbet-m4p93o.fezbet-mu31e9 28.fezbet-xg6wys 36.fezbet-o2z5nv 26.fezbet-d1r79x 36.fezbet-o2z5nv 23.fezbet-09dw41.fezbet-gyakwv.fezbet-o2z5nv 5.fezbet-beyscp 34.fezbet-tgvchy 3.fezbet-099igc 31.fezbet-l1cc6d 3.fezbet-xfdw3w.fezbet-0zcsbp 18.fezbet-199t5j.fezbet-dxx9d0 18.fezbet-h3jwzh 8.fezbet-doaahg 17.fezbet-k15wnw 8.fezbet-doaahg 15.fezbet-fapjhn.fezbet-doaahg 14.fezbet-8052cq 9.fezbet-dxx9d0 13.fezbet-vn0zaf 11.fezbet-0zcsbp 13.fezbet-qi4vkc.fezbet-vzzugc 13.fezbet-vn0zaf 13.fezbet-l01j34 14.fezbet-8052cq 13.fezbet-l01j34 15.fezbet-w0eaeo.fezbet-l01j34 17.fezbet-k15wnw 12.fezbet-vzzugc 18.fezbet-h3jwzh 11.fezbet-0zcsbp 18.fezbet-7je4yd.fezbet-xk5amk 18.fezbet-nyah4g.fezbet-2vklsh 18.fezbet-h3jwzh 17.fezbet-98l39w 17.fezbet-k15wnw 17.fezbet-98l39w 15.fezbet-mqaybv.fezbet-98l39w 14.fezbet-8052cq 18.fezbet-2vklsh 13.fezbet-vn0zaf 20.fezbet-xk5amk 13.fezbet-6x96wn.fezbet-xizdza 13.fezbet-vn0zaf 22.fezbet-7s6fq5 14.fezbet-8052cq 22.fezbet-7s6fq5 15.fezbet-0yvord.fezbet-ij7beq 17.fezbet-k15wnw 21.fezbet-xizdza 18.fezbet-h3jwzh 20.fezbet-xk5amk 18.fezbet-p32a9y.fezbet-15qeuj 18.fezbet-xuhvki.fezbet-3o4gb0 18.fezbet-h3jwzh 26.fezbet-quuaix 17.fezbet-k15wnw 26.fezbet-quuaix 15.fezbet-x7y003.fezbet-quuaix 14.fezbet-8052cq 27.fezbet-3o4gb0 13.fezbet-vn0zaf 28.fezbet-15qeuj 13.fezbet-8bg3zr.fezbet-vvm7s0 13.fezbet-vn0zaf 31.fezbet-vtii2l 14.fezbet-8052cq 31.fezbet-vtii2l 15.fezbet-7gu2jr.fezbet-quuaix 17.fezbet-k15wnw 30.fezbet-vvm7s0 18.fezbet-h3jwzh 28.fezbet-15qeuj 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"])
    .fezbet-mr1u4y {
    display: none;
  }
}

.fezbet-4q1qyh {
  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) {
  .fezbet-4q1qyh {
    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;
}

.fezbet-jj1wm0 {
  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) {
  .fezbet-jj1wm0 {
    padding: 14px 16px;
  }
}

.fezbet-jj1wm0 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.fezbet-jj1wm0 button:first-child {
  align-content: end;
}

.fezbet-jj1wm0 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .fezbet-jj1wm0
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .fezbet-jj1wm0
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.fezbet-jj1wm0 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.fezbet-jj1wm0 button:last-child svg {
  width: 38px;
  height: 38px;
}

.fezbet-oad4mj {
  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;
}

.fezbet-oad4mj::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .fezbet-oad4mj,
.pc61d126-chatbot[data-active-screen="3"]
  .fezbet-oad4mj {
  opacity: 1;
  visibility: visible;
}

.fezbet-pbclgy {
  flex: 1 1;
}

.fezbet-1ximqg {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .fezbet-1ximqg {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .fezbet-ueclx3 {
  display: block;
}

.fezbet-iygcfe {
  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) {
  .fezbet-iygcfe {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.fezbet-a0m4xw {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.fezbet-a0m4xw::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.fezbet-mm6iwr span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.fezbet-mm6iwr p {
  color: var(--Text-100);
}

.fezbet-a0m4xw .fezbet-ufrbp8 {
  grid-area: button;
}

.fezbet-a0m4xw .fezbet-ufrbp8::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.fezbet-x8fhxw.org/2000/svg'%3E%3Cpath d='M4.fezbet-kjnl5p 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.fezbet-8fue7p 15L16.fezbet-8fue7p 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.fezbet-8fue7p 5L16.fezbet-8fue7p 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .fezbet-3qkhrm {
  display: block;
}

.fezbet-jznkce {
  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) {
  .fezbet-jznkce {
    margin-top: 40px;
  }
}

.fezbet-1ffhw6 label,
.fezbet-1ffhw6 input {
  display: block;
  width: 100%;
}

.fezbet-1ffhw6 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.fezbet-1ffhw6 label.fezbet-prsgel input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.fezbet-1ffhw6 label.fezbet-prsgel::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;
}

.fezbet-1ffhw6 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;
}

.fezbet-1ffhw6 input::placeholder {
  color: var(--Text-400);
}

.fezbet-zusfqn {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .fezbet-zusfqn {
  display: flex;
}

.fezbet-zusfqn ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .fezbet-zusfqn ol {
    height: 420px;
    padding: 24px;
  }
}

.fezbet-zusfqn ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.fezbet-7b50xe {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .fezbet-7b50xe {
    padding: 0 24px 24px;
  }
}

.fezbet-7b50xe 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;
}

.fezbet-7b50xe input::placeholder {
  color: var(--Text-400);
}

.fezbet-7b50xe [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.fezbet-7b50xe [type="submit"]:disabled {
  opacity: 0.5;
}

.fezbet-7b50xe [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .fezbet-7b50xe [type="submit"] {
    right: 40px;
  }
}

.fezbet-hn4074 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.fezbet-hn4074.fezbet-eldc0s {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.fezbet-hn4074.fezbet-eldc0s::before {
  content: "";
  width: 31px;
}

.fezbet-hn4074.fezbet-eldc0s p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.fezbet-hn4074.fezbet-i58e7f p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.fezbet-hn4074 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.fezbet-mmmis4 .fezbet-ufrbp8 {
  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;
  }
}

.fezbet-v0rh6n {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .fezbet-v0rh6n {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .fezbet-v0rh6n {
    padding: 18px 0;
  }
}

.fezbet-v0rh6n .fezbet-uegwvn {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .fezbet-v0rh6n .fezbet-uegwvn {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.fezbet-xhrqhp {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .fezbet-xhrqhp {
    max-width: 160px;
    height: 40px;
  }
}

.fezbet-xhrqhp picture,
.fezbet-xhrqhp img {
  display: block;
  width: 100%;
  height: 100%;
}

.fezbet-xhrqhp img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .fezbet-4j3r1b {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.fezbet-dhl98m ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .fezbet-v0rh6n.fezbet-k5fy6s .fezbet-4j3r1b {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fezbet-4j3r1b {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .fezbet-4j3r1b {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.fezbet-21aejf,
.fezbet-5l2sxs {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .fezbet-21aejf,
  .fezbet-5l2sxs {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .fezbet-5l2sxs {
    display: none;
  }
}

.fezbet-6u8n3t {
  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;
}

.fezbet-k5fy6s .fezbet-6u8n3t {
  background: var(--fh-bg-color);
}

.fezbet-6u8n3t button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .fezbet-6u8n3t {
    display: none;
  }
}

.fezbet-v1orhu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .fezbet-v1orhu {
    display: none;
  }
}

.fezbet-7nes9s {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.fezbet-v0rh6n.fezbet-k5fy6s .fezbet-7nes9s:first-child {
  display: none;
}

.fezbet-v0rh6n.fezbet-k5fy6s .fezbet-7nes9s:last-child {
  display: block;
}

.fezbet-7nes9s:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .fezbet-7nes9s {
    display: none;
  }
}

.fezbet-pv9h7k {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .fezbet-pv9h7k {
    display: flex;
  }
}

.fezbet-pv9h7k ul {
  max-height: 350px;
  overflow-y: auto;
}

.fezbet-pv9h7k:hover ul {
  visibility: visible;
  opacity: 1;
}

.fezbet-pv9h7k:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fezbet-pv9h7k:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.fezbet-pv9h7k:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.fezbet-pv9h7k:hover .fezbet-sdlxbb svg {
  transform: rotate(180deg);
}

.fezbet-c1yaye {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.fezbet-5yfz00 {
  padding: 0 8px;
}

.fezbet-kpzl0m {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.fezbet-kpzl0m:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .fezbet-kpzl0m {
    padding: 4px 8px;
  }
}

.fezbet-dpasn0 {
  display: flex;
}

.fezbet-dpasn0 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.fezbet-sdlxbb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.fezbet-sdlxbb svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.fezbet-q6mwc1 {
  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) {
  .fezbet-q6mwc1 {
    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;
  }
}

.fezbet-9cfba5 {
  width: 100%;
}

@media (min-width: 1200px) {
  .fezbet-9cfba5 {
    display: none;
  }
}

.fezbet-4g58gx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.fezbet-w85pzc {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.fezbet-7cjuv3 {
  display: flex;
}

.fezbet-wc24z9 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.fezbet-u380v0 {
  list-style: none;
}

@media (max-width: 1199px) {
  .fezbet-u380v0 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .fezbet-u380v0 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .fezbet-u380v0 .fezbet-8uygzm [data-ref-el],
  .fezbet-u380v0 .fezbet-8uygzm span,
  .fezbet-u380v0 .fezbet-8uygzm a {
    white-space: nowrap;
  }
}

.fezbet-srlht1 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .fezbet-srlht1.fezbet-aeqsad > .fezbet-8uygzm {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .fezbet-srlht1.fezbet-8wdij5:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .fezbet-srlht1.fezbet-aeqsad > .fezbet-77ao1n {
    height: auto;
  }

  .fezbet-srlht1.fezbet-aeqsad > div > .fezbet-wqjqej {
    transform: rotate(180deg);
  }
}

.fezbet-srlht1 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.fezbet-srlht1 [data-ref-el],
.fezbet-srlht1 span {
  cursor: pointer;
}

.fezbet-srlht1 [data-ref-el],
.fezbet-srlht1 span,
.fezbet-srlht1 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .fezbet-srlht1 [data-ref-el],
  .fezbet-srlht1 span,
  .fezbet-srlht1 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .fezbet-srlht1 [data-ref-el],
  .fezbet-srlht1 span,
  .fezbet-srlht1 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.fezbet-77ao1n {
  height: 0;
  overflow: hidden;
  transition: height 0.fezbet-dhl98m ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.fezbet-77ao1n::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.fezbet-77ao1n::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.fezbet-77ao1n::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .fezbet-77ao1n {
    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;
  }

  .fezbet-77ao1n:has(> .fezbet-srlht1.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .fezbet-77ao1n .fezbet-77ao1n {
    padding: 0;
  }

  .fezbet-77ao1n .fezbet-srlht1 {
    font-weight: 400;
  }

  .fezbet-77ao1n .fezbet-srlht1:hover > .fezbet-8uygzm {
    background: var(--Neutral-300);
  }

  .fezbet-77ao1n .fezbet-wqjqej {
    rotate: -90deg;
  }
}

.fezbet-8uygzm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .fezbet-8uygzm {
    padding: 8px;
  }

  .fezbet-srlht1.fezbet-ly153h > .fezbet-8uygzm {
    background: var(--Neutral-300);
  }
}

.fezbet-wqjqej {
  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.fezbet-x8fhxw.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.fezbet-f7u2c1 0.fezbet-xcafkr.fezbet-bfyv5c -0.fezbet-whdx72 0.fezbet-ui2rdk -0.fezbet-whdx72 1.fezbet-ix2mor 0.fezbet-s4cuws.fezbet-6l7ao6 4.fezbet-ybzi7u.fezbet-f7u2c1 0.fezbet-3p17ho.fezbet-ppu16q -0.fezbet-whdx72 9.fezbet-5zpy8a -0.fezbet-whdx72 10.fezbet-8shpyb 0.fezbet-9cl4gr.fezbet-dnki5p 0.fezbet-bfyv5c 10.fezbet-dnki5p 0.fezbet-ui2rdk 10.fezbet-8shpyb 1.fezbet-txi0y0.fezbet-f78f3p 5.fezbet-de80gj.fezbet-at084d 6.fezbet-wcezuo 5.fezbet-s77ynk 6.fezbet-wcezuo 4.fezbet-dq5vle 5.fezbet-5n08fv.fezbet-f7u2c1 1.fezbet-558qgj.fezbet-whdx72 0.fezbet-ui2rdk -0.fezbet-whdx72 0.fezbet-bfyv5c 0.fezbet-f7u2c1 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.fezbet-dhl98m ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .fezbet-wqjqej {
    cursor: default;
  }
}

.fezbet-n5p7m7 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.fezbet-klj3ss {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .fezbet-klj3ss {
    padding: 40px 4px;
  }
}

.fezbet-d2j4zo {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .fezbet-d2j4zo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.fezbet-he2k35 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .fezbet-he2k35 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.fezbet-he2k35 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.fezbet-he2k35 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.fezbet-he2k35 [data-ref-el],
.fezbet-he2k35 span,
.fezbet-he2k35 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.fezbet-l1g668 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .fezbet-l1g668 {
    margin-bottom: 12px;
  }
}

.fezbet-d5qqqn {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.fezbet-d5qqqn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .fezbet-d5qqqn:last-child {
    margin-right: 0;
  }
}

.fezbet-womiby {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.fezbet-l1g668:hover .fezbet-7c1ogr {
  visibility: visible;
  opacity: 1;
}

.fezbet-7c1ogr {
  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);
}

.fezbet-3e7ds8 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.fezbet-z5yaug {
  display: flex;
  margin: 6px;
}

.fezbet-z5yaug img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.fezbet-7c1ogr::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);
}

.fezbet-7c1ogr::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);
}

.fezbet-k2v9ki {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .fezbet-k2v9ki {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.fezbet-gl5eyz {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .fezbet-gl5eyz {
    margin-right: 32px;
  }
}

.fezbet-ffui7r {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .fezbet-ffui7r {
    margin-top: 0;
    width: 340px;
  }
}

.fezbet-ffui7r a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.fezbet-rf30vh {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.fezbet-de9atg {
  position: relative;
}

@media (min-width: 768px) {
  .fezbet-de9atg {
    margin-top: 40px;
  }
}

.fezbet-de9atg + .fezbet-lzaekt,
.fezbet-de9atg + .fezbet-de9atg {
  margin-top: 24px;
}

.fezbet-1921dt {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .fezbet-1921dt {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .fezbet-1921dt {
    padding: 80px;
  }
}

.fezbet-0dinnr {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .fezbet-0dinnr {
    padding: 0 16px;
}


}

.fezbet-1oock4 {
  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) {
  .fezbet-1oock4 {
    font-size: 48px;
    line-height: 56px;
  }
}

.fezbet-s01gjl {
  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) {
  .fezbet-s01gjl {
    font-size: 24px;
    line-height: 32px;
  }
}

.fezbet-9mfkhv {
  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;
}

.fezbet-9mfkhv:hover {
  background: var(--button-bg-hover);
}

.fezbet-bdrgq2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.fezbet-bdrgq2 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .fezbet-bdrgq2 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .fezbet-bdrgq2 img {
  min-height: 100%;
  }
}

.fezbet-1921dt::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.fezbet-hqaq6x {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fezbet-hqaq6x h1,
.fezbet-hqaq6x h2,
.fezbet-hqaq6x h3,
.fezbet-hqaq6x h4 {
  margin-bottom: 6px;
}

.fezbet-hqaq6x h1:not(:first-child),
.fezbet-hqaq6x h2:not(:first-child),
.fezbet-hqaq6x h3:not(:first-child),
.fezbet-hqaq6x h4:not(:first-child) {
  margin-top: 16px;
}

.fezbet-hqaq6x h1,
.fezbet-hqaq6x h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .fezbet-hqaq6x h1,
  .fezbet-hqaq6x h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.fezbet-hqaq6x h2,
.fezbet-hqaq6x h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .fezbet-hqaq6x h2,
  .fezbet-hqaq6x h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.fezbet-hqaq6x h3,
.fezbet-hqaq6x h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .fezbet-hqaq6x h3,
  .fezbet-hqaq6x h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.fezbet-hqaq6x h4,
.fezbet-hqaq6x h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.fezbet-hqaq6x ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.fezbet-hqaq6x ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.fezbet-hqaq6x 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);
}

.fezbet-hqaq6x ul ul {
  margin-bottom: 8px;
}

.fezbet-hqaq6x ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.fezbet-hqaq6x ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.fezbet-hqaq6x ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.fezbet-hqaq6x ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.fezbet-hqaq6x ol li::marker {
  font-weight: 700;
}

.fezbet-hqaq6x ol ol {
  margin-bottom: 8px;
}

.fezbet-hqaq6x ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.fezbet-hqaq6x ol ul li {
  padding-left: 16px;
}

.fezbet-hqaq6x 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) {
  .fezbet-hqaq6x table {
    padding: 24px;
  }
}

.fezbet-hqaq6x table.fezbet-kkapq6 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.fezbet-dhl98m,
    mask-image 0.3s;
}

.fezbet-hqaq6x table.fezbet-kkapq6.fezbet-1j1bc1 {
  -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) {
  .fezbet-hqaq6x table {
    display: table;
  }
}

.fezbet-hqaq6x 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);
}

.fezbet-hqaq6x table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.fezbet-hqaq6x table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.fezbet-hqaq6x 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) {
  .fezbet-hqaq6x table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.fezbet-hqaq6x table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.fezbet-hqaq6x table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.fezbet-hqaq6x table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.fezbet-hqaq6x img {
  max-width: 100%;
  height: auto;
}

.fezbet-3aybyg {
  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) {
  .fezbet-3aybyg {
    padding: 24px;
  }
}

.fezbet-o8197g {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .fezbet-o8197g {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.fezbet-o8197g > * {
  margin: 0 !important;
}

.fezbet-o8197g img,
.fezbet-1yl4y8 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fezbet-o8197g img,
  .fezbet-1yl4y8 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fezbet-3696pt {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fezbet-3696pt {
    width: 32px;
    height: 32px;
  }
}

.fezbet-4fpab0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.fezbet-4fpab0 .fezbet-4v2aim {
  flex-shrink: 0;
}

.fezbet-4fpab0 .fezbet-oxsov9 svg {
  display: none;
}

.fezbet-it4l7r {
  display: grid;
  transition: max-height 0.fezbet-dhl98m ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .fezbet-it4l7r {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .fezbet-it4l7r {
    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));
  }
}

.fezbet-it4l7r.fezbet-kfh3i9 + .fezbet-4v2aim svg {
  transform: rotate(180deg);
}

.fezbet-39c8k8 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.fezbet-39c8k8 > div:nth-child(3n) {
  grid-column: span 2;
}

.fezbet-39c8k8
  > div:nth-child(3n)
  .fezbet-xewyy3
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .fezbet-39c8k8 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .fezbet-39c8k8 > div:nth-child(3n) {
    grid-column: unset;
  }

  .fezbet-39c8k8
    > div:nth-child(3n)
    .fezbet-xewyy3
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .fezbet-39c8k8 {
    max-width: 270px;
  }
}

.fezbet-39c8k8 .fezbet-xewyy3 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .fezbet-39c8k8 .fezbet-xewyy3 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .fezbet-39c8k8 .fezbet-xewyy3 button {
    max-width: 104px;
  }
}

.fezbet-6way11 {
  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) {
  .fezbet-6way11 {
    margin-bottom: 0;
  }
}

.fezbet-153ulj {
  display: none;
  opacity: 0;
}

.fezbet-il4vpd {
  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;
  }
}

.fezbet-il4vpd img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.fezbet-xewyy3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.fezbet-xewyy3 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .fezbet-xewyy3
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .fezbet-xewyy3
    button {
    max-width: 145px;
  }
}

.fezbet-y683u8:first-child
  .fezbet-xewyy3
  button {
  max-width: 270px;
}

.fezbet-px44fl {
  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%;
}

.fezbet-6way11 picture {
  width: 100%;
  max-width: 100%;
}

.fezbet-e3hloh {
  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;
}

.fezbet-e3hloh svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.fezbet-6way11:hover .fezbet-e3hloh {
  display: flex;
}

.fezbet-ab33rl {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.fezbet-4jcvpd {
  display: flex;
}

.fezbet-4jcvpd:hover .fezbet-az2nbj,
.fezbet-4jcvpd .fezbet-ly153h .fezbet-az2nbj {
  display: flex;
}

.fezbet-4jcvpd svg {
  flex-shrink: 0;
}

.fezbet-az2nbj {
  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) {
  .fezbet-az2nbj {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.fezbet-az2nbj:hover {
  display: flex;
}

.fezbet-az2nbj svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.fezbet-4p7ut9 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .fezbet-4p7ut9 {
    font-size: 12px;
  }
}

.fezbet-mveiyb,
.fezbet-alxn8o {
  width: 50%;
  flex-shrink: 0;
}

.fezbet-mveiyb {
  font-weight: 700;
}

.fezbet-3k14xo .fezbet-it4l7r {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .fezbet-3k14xo .fezbet-it4l7r {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .fezbet-3k14xo .fezbet-it4l7r {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.fezbet-3k14xo
  .fezbet-px44fl:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.fezbet-3k14xo .fezbet-il4vpd {
  height: 100% !important;
  border-radius: 16px;
}

.fezbet-3k14xo .fezbet-xewyy3 {
  gap: 4px;
  align-items: center;
}

.fezbet-3k14xo .fezbet-xewyy3 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fezbet-3k14xo .fezbet-xewyy3 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.fezbet-3k14xo .fezbet-51xk0v,
.fezbet-3k14xo .fezbet-ifa2oh {
  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.fezbet-x8fhxw.org/2000/svg'%3E%3Cpath d='M9.fezbet-2d0k09 4.fezbet-dti57c.fezbet-wutjhe 5.fezbet-m32hlc.fezbet-kgco5q 5.fezbet-lcthdr.fezbet-giefts 5.fezbet-n3v4an.fezbet-jexpst 8.fezbet-4nl7ky.fezbet-jg60ha 9.fezbet-j5jmr7.fezbet-jbvnht 9.fezbet-3ku3qq.fezbet-5p4c6a 13.fezbet-17nkuu.fezbet-9zdbky 11.fezbet-1lun7s.fezbet-ghkb2n 11.fezbet-5xtrf7.fezbet-605i8y 11.fezbet-t0qdod.fezbet-58wkh8 13.fezbet-o3a96o.fezbet-03ptce 9.fezbet-ypzvmm.fezbet-femw8y 9.fezbet-z4c875.fezbet-bv6ayp 8.fezbet-bihzol.fezbet-rddjia 5.fezbet-8hwmhl.fezbet-1nt77v 5.fezbet-mz28uu.fezbet-i8rn8y 5.fezbet-b4ax0q.fezbet-45q8tt 4.fezbet-yk9bhy.fezbet-ghkb2n 1.fezbet-eh4lv5.fezbet-2d0k09 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.fezbet-3k14xo .fezbet-51xk0v {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.fezbet-3k14xo .fezbet-ifa2oh {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.fezbet-4pf881 {
  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) {
  .fezbet-4pf881 {
    padding: 24px;
  }
}

.fezbet-4pf881 .fezbet-4v2aim {
  display: flex;
}

@media (min-width: 768px) {
  .fezbet-4pf881 .fezbet-4v2aim {
    display: none;
  }
}

.fezbet-4pf881 .fezbet-oxsov9 svg {
  display: none;
}

.fezbet-aebt6d {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.fezbet-aebt6d .fezbet-hkxygg {
  display: none;
}

@media (min-width: 768px) {
  .fezbet-aebt6d .fezbet-hkxygg {
    display: flex;
  }
}

.fezbet-o6ig7e {
  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) {
  .fezbet-o6ig7e {
    font-size: 40px;
    line-height: 48px;
  }
}

.fezbet-o6ig7e > * {
  margin: 0 !important;
}

.fezbet-o6ig7e img,
.fezbet-tlp9sy {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fezbet-o6ig7e img,
  .fezbet-tlp9sy {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fezbet-www4wm {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fezbet-www4wm {
    width: 32px;
    height: 32px;
  }
}

.fezbet-5xxbbc {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .fezbet-5xxbbc {
    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;
  }

  .fezbet-5xxbbc::-webkit-scrollbar {
    display: none;
  }
}

.fezbet-4mfugr {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .fezbet-4mfugr {
    padding: 7px 15px;
  }
}

.fezbet-4mfugr:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.fezbet-cx4t5u {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .fezbet-cx4t5u {
    display: flex;
    opacity: 1;
  }
}

.fezbet-4mfugr picture {
  height: 100%;
  display: block;
}

.fezbet-4mfugr img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .fezbet-4mfugr img {
    width: 88px;
    height: 44px;
  }
}

.fezbet-4mfugr p {
  text-align: center;
  width: 100%;
}

.fezbet-8syxr9 {
  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) {
  .fezbet-8syxr9 {
    font-size: 40px;
    line-height: 48px;
  }
}

.fezbet-8syxr9 img,
.fezbet-kf50cu {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fezbet-8syxr9 img,
  .fezbet-kf50cu {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fezbet-fbhw2g {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fezbet-fbhw2g {
    width: 32px;
    height: 32px;
  }
}

.fezbet-bbmvzk {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.fezbet-ping3q {
  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;
}

.fezbet-ejak7w {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.fezbet-ejak7w.fezbet-ly153h {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.fezbet-xjkvl0 {
  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) {
  .fezbet-xjkvl0 {
    font-size: 20px;
    line-height: 28px;
  }
}

.fezbet-mtpvaz {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.fezbet-7do313 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.fezbet-dhl98m ease;
  opacity: 0;
  color: var(--text-color);
}

.fezbet-sst303 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.fezbet-sst303 ol,
.fezbet-sst303 ul {
  padding-left: 1.3em;
}

.fezbet-ejak7w.fezbet-ly153h .fezbet-7do313 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.fezbet-ejak7w.fezbet-ly153h .fezbet-mtpvaz {
  transform: rotate(180deg);
  color: var(--text-color);
}

.fezbet-lsm911 {
  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) {
  .fezbet-lsm911 {
    padding: 24px;
  }
}

.fezbet-lsm911 .fezbet-4v2aim {
  display: flex;
}

@media (min-width: 768px) {
  .fezbet-lsm911 .fezbet-4v2aim {
    display: none;
  }
}

.fezbet-lsm911 .fezbet-oxsov9 svg {
  display: none;
}

.fezbet-28ht0k {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fezbet-28ht0k .fezbet-hkxygg {
  display: none;
}

@media (min-width: 768px) {
  .fezbet-28ht0k .fezbet-hkxygg {
    display: flex;
  }
}

.fezbet-b3mfpn {
  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) {
  .fezbet-b3mfpn {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.fezbet-b3mfpn > * {
  margin: 0 !important;
}

.fezbet-b3mfpn img,
.fezbet-ls83p1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fezbet-b3mfpn img,
  .fezbet-ls83p1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fezbet-6vkt2j {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fezbet-6vkt2j {
    width: 32px;
    height: 32px;
  }
}

.fezbet-5nlii7 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .fezbet-5nlii7 {
    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;
  }

  .fezbet-5nlii7::-webkit-scrollbar {
    display: none;
  }
}

.fezbet-et5rto {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.fezbet-et5rto:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.fezbet-w77tl8 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .fezbet-w77tl8 {
    display: flex;
    opacity: 1;
  }
}

.fezbet-et5rto picture {
  width: auto;
  height: 100%;
  display: block;
}

.fezbet-et5rto picture img {
  display: block;
  width: auto;
  height: 100%;
}

.fezbet-e8qzok {
  margin: -24px 0;
}

.fezbet-e8qzok:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .fezbet-e8qzok {
    margin: -16px 0;
  }
}

.fezbet-ft1jdh {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .fezbet-ft1jdh {
    flex-direction: row;
  }
}

.fezbet-bhup6z {
  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) {
  .fezbet-bhup6z {
    flex: 1;
  }
}

.fezbet-bhup6z::placeholder {
  color: var(--Text-400);
}

.fezbet-uansn5 {
  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;
}

.fezbet-jb2ft8 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.fezbet-jb2ft8::-webkit-scrollbar {
  display: none;
}

.fezbet-7pbn1x {
  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;
}

.fezbet-7pbn1x img,
.fezbet-7pbn1x svg {
  margin-right: 8px;
}

.fezbet-hgfvrh {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.fezbet-e8qzok + .fezbet-9bm2s5 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .fezbet-e8qzok + .fezbet-9bm2s5 {
    margin-top: -16px;
  }
}

.fezbet-cshhl0 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.fezbet-cshhl0 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.fezbet-cshhl0 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.fezbet-1vk359 {
  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;
}

.fezbet-t5ddjw {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.fezbet-u2beo6 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.fezbet-5jbbzq {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.fezbet-izxmyo {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.fezbet-1vk359 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;
}

.fezbet-1vk359 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) {
  .fezbet-1vk359 {
    padding: 39px 179px 39px 39px;
  }

  .fezbet-t5ddjw {
    font-size: 40px;
    line-height: 48px;
  }

  .fezbet-izxmyo {
    height: 348px;
  }

  .fezbet-1vk359 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .fezbet-1vk359 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .fezbet-1vk359 {
    padding: 63px;
  }
}

.fezbet-j1mrxl {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .fezbet-j1mrxl {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.fezbet-x6phzc {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .fezbet-x6phzc {
    width: auto;
  }
}

.fezbet-sasb49 {
  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;
}

.fezbet-sasb49::-webkit-scrollbar {
  display: none;
}

.fezbet-sasb49 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);
}

.fezbet-sasb49 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .fezbet-sasb49 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.fezbet-j1mrxl .fezbet-3h4a4v {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.fezbet-dhl98m,
    mask-image 0.3s;
}

.fezbet-j1mrxl .fezbet-3h4a4v.fezbet-1j1bc1 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.fezbet-iz01tw {
  margin: 40px -16px;
}

.fezbet-fkzgzu + .fezbet-lzaekt,
.fezbet-fkzgzu + .fezbet-de9atg {
  margin-top: 24px;
}

.fezbet-jc1pia {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.fezbet-jc1pia picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.fezbet-rx2jrl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .fezbet-rx2jrl {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .fezbet-rx2jrl {
    margin-top: 0;
  }
}

.fezbet-6smtvz {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .fezbet-6smtvz {
    font-size: 24px;
    line-height: 32px;
  }
}

.fezbet-6d868m {
  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) {
  .fezbet-6d868m {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.fezbet-cusn4x {
  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) {
  .fezbet-cusn4x {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.fezbet-5av8gm {
  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) {
  .fezbet-5av8gm {
    font-size: 20px;
    line-height: 28px;
  }
}

.fezbet-m106j9 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .fezbet-m106j9 {
    font-size: 32px;
    line-height: 40px;
  }
}

.fezbet-52swxi {
  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;
}

.fezbet-b7pubh {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.fezbet-b7pubh img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fezbet-9bm2s5 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.fezbet-36amkd {
  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) {
  .fezbet-36amkd {
    padding: 15px 48px;
  }
}

main > .fezbet-9bm2s5 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .fezbet-it4l7r.fezbet-tu8biv > div:nth-child(n+5) {
    display: none;
  }
}

.fezbet-hqaq6x p a img {
  display: block;
  margin: 0 auto;
}


.fezbet-jfusm4 {
  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 */
.fezbet-7kmjh5 {
  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;
}

.fezbet-7kmjh5 label {
  font-size: 14px;
}

.fezbet-7kmjh5 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.fezbet-7kmjh5 input,
.fezbet-7kmjh5 textarea,
.fezbet-7kmjh5 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;
}
.fezbet-7kmjh5 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.fezbet-kkdme2 ease;
}
.fezbet-7kmjh5 button:hover {
  background-color: var(--button-bg-hover);
}
.fezbet-ifel4r {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.fezbet-8pi908 ease-in;
}

.fezbet-ifel4r 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;
}
.fezbet-h5anop, .fezbet-okvy1q, [class*="review-card"],
thead, thead th, table th, .fezbet-mphofx,
.fezbet-pgzjxk, [class*="collapsible-header"],
.fezbet-p7sav8, [class*="updated-block"] {
  color: #ece7dc !important;
}
