* {
  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;
  }
}

.bildbet-am0431 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .bildbet-am0431 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .bildbet-am0431 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.bildbet-aye11p {
  overflow: hidden;
}

.bildbet-bd5xzg img {
  background: var(--Neutral-300);
}

.bildbet-7ux3ch {
  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;
}

.bildbet-igd7pj {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.bildbet-igd7pj:hover {
  background: var(--button-bg-hover);
}

.bildbet-3rqomd {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.bildbet-3rqomd:hover {
  background: var(--button-bg-hover);
}

.bildbet-mrg0qs {
  font-size: 12px;
  line-height: 18px;
}

.bildbet-9qhadi {
  font-size: 18px;
  line-height: 26px;
}

.bildbet-c4j150 {
  width: 100%;
}

.bildbet-xo47yt {
  padding: 6px 16px;
}

.bildbet-a0skuj {
  padding: 10px 16px;
}

.bildbet-mg57ss {
  padding: 15px 26px;
}

.bildbet-9pt91y {
  flex-shrink: 0;
}

.bildbet-3voxua {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.bildbet-jhz18w {
  display: none;
}

.bildbet-1zw8uw {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.bildbet-g6izj9 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.bildbet-i0kkhh {
  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;
}

.bildbet-2fykjt {
  cursor: grab;
}

.bildbet-i0kkhh::-webkit-scrollbar {
  display: none;
}

.bildbet-mqamd2 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.bildbet-rfxsl6 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.bildbet-mjeoly {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.bildbet-vdbubh {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.bildbet-lm3kr0 {
  visibility: visible;
}

.bildbet-ub6uc4 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.bildbet-ai5er8 ease;
}

.bildbet-7n5fxh {
  background-color: var(--Primary-200);
  width: 16px;
}

.bildbet-l889a1 {
  -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.bildbet-ai5er8,
    mask-image 0.3s;
}

.bildbet-l889a1.bildbet-dwdfrf {
  -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;
  }
}

.bildbet-2elkrh: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;
}

.bildbet-23tx54 {
  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.bildbet-3purpc.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.bildbet-3purpc.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;
}

.bildbet-lzkzs6 {
  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);
}

.bildbet-lzkzs6::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%
  );
}

.bildbet-jb88uv {
  position: relative;
  z-index: 1;
}

.bildbet-u7l43x {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.bildbet-wcngck {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.bildbet-fz59cw {
  font-size: 40px;
  line-height: 48px;
}

.bildbet-8jon32 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bildbet-q6gw0z {
  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;
}

.bildbet-q6gw0z:hover {
  background: var(--Primary-400);
}

.bildbet-q6gw0z svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.bildbet-2elkrh 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) {
  .bildbet-lzkzs6 {
    max-width: 600px;
    padding: 64px;
  }

  .bildbet-u7l43x {
    font-size: 24px;
    line-height: 32px;
  }

  .bildbet-wcngck {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .bildbet-fz59cw {
    font-size: 50px;
    line-height: 56px;
  }

  .bildbet-8jon32 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .bildbet-23tx54 {
    top: 25px;
    right: 25px;
  }
}

.bildbet-e6vsy6,
.bildbet-j1iqpq {
  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;
}

.bildbet-s09rnb.bildbet-9acb4a::before,
.bildbet-j1iqpq::before,
.bildbet-uri3qr::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.bildbet-3purpc.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.bildbet-hz4hat 14.bildbet-vhmkcm.bildbet-c617h8 14.bildbet-a96g6v 15.bildbet-5jwlg9 14.bildbet-5tkke3 15.bildbet-dexp6n 14.bildbet-08d9q5.bildbet-z8bev2 14.bildbet-wrmspu 19.bildbet-c0evq5 12.bildbet-6fut0u 19.bildbet-c0evq5 10.bildbet-tpewiy.bildbet-c0evq5 8.bildbet-imagvn 17.bildbet-2ux5ui 7.bildbet-5qn4yd 15.bildbet-ml445t 7.bildbet-d2c82o.bildbet-hkg3ke 7.bildbet-5qn4yd 11.bildbet-bvd2za 8.bildbet-imagvn 11.bildbet-bvd2za 10.bildbet-krx3ef.bildbet-bvd2za 12.bildbet-upmpjz 13.bildbet-vb2l6v 14.bildbet-bujbjk 15.bildbet-1lzfuw 14.bildbet-gwcigw.bildbet-j8eep4 14.bildbet-pyll6q 15.bildbet-05n44c 14.bildbet-yrrh3c 15.bildbet-w0mryx 14.bildbet-iw3d0y.bildbet-hz4hat 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.bildbet-hmb9t9 15.bildbet-p7up39.bildbet-cv5zqn 15.bildbet-ugi714 15.bildbet-rnc7kk 15.bildbet-py7tgx 15.bildbet-lyruso 15.bildbet-u7ibcq.bildbet-c3x4o8 15.bildbet-py7tgx 15.bildbet-75xsrz 15.bildbet-xf98jh 15.bildbet-kbgcuk 15.bildbet-ynh66j.bildbet-wq9l7t 15.bildbet-u935dy 7.bildbet-crq790 18.bildbet-6ve9bt 7.bildbet-y7ke4v 23.bildbet-asyyhc.bildbet-6cdfqf.bildbet-7hsv1j 18.bildbet-5o0gnd 19.bildbet-yyu6gj 15.bildbet-2zx53s 15.bildbet-hmb9t9 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.bildbet-eqgfvy [type="submit"] *,
.bildbet-3my83c button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .bildbet-0d4et6 {
    display: none;
  }
}

.bildbet-w1lccq {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .bildbet-w1lccq {
  display: none;
}

@media (min-width: 768px) {
  .bildbet-w1lccq {
    bottom: 22px;
  }
}

.bildbet-w1lccq input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .bildbet-w1lccq {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.bildbet-6vvkvy.static) .bildbet-w1lccq {
    bottom: 8px;
  }
}

.bildbet-rinfh4 {
  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.bildbet-3purpc.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.bildbet-zvtz49 3.bildbet-4is5yr.bildbet-p6mqj7.bildbet-d4v5rf 3.bildbet-gw244t 3.bildbet-nh9fca 5.bildbet-k5ifu1 3.bildbet-nh9fca 8.bildbet-b3wfah.bildbet-x75fmd.bildbet-nh9fca 26.bildbet-6l6utf 5.bildbet-blfs3e 28.bildbet-l055ux 8.bildbet-29m2v4 28.bildbet-hljc94.bildbet-88j6pv 28.bildbet-865gv9.bildbet-jfy1n0 34.bildbet-e6ab2d.bildbet-dh0mpa 36.bildbet-aaqh7c 11.bildbet-7bet29 37.bildbet-t7hu51 12.bildbet-20zhvl 36.bildbet-076o1x.bildbet-oei5gm 28.bildbet-9gpv0w.bildbet-gaez3q.bildbet-61tyfl 28.bildbet-313mc3 36.bildbet-47c91n 26.bildbet-ud5w2z 36.bildbet-47c91n 23.bildbet-642v2m.bildbet-2nyyo4.bildbet-47c91n 5.bildbet-bkra9r 34.bildbet-pvpfp2 3.bildbet-gw244t 31.bildbet-zvtz49 3.bildbet-5vvdun.bildbet-gf8fsw 18.bildbet-yzd4z8.bildbet-y8ni3p 18.bildbet-o6cwr4 8.bildbet-u6rmvb 17.bildbet-c2llp5 8.bildbet-u6rmvb 15.bildbet-xbxkv1.bildbet-u6rmvb 14.bildbet-xzpds5 9.bildbet-y8ni3p 13.bildbet-p9olg2 11.bildbet-gf8fsw 13.bildbet-d78al6.bildbet-1xrtva 13.bildbet-p9olg2 13.bildbet-au57b3 14.bildbet-xzpds5 13.bildbet-au57b3 15.bildbet-f6lstm.bildbet-au57b3 17.bildbet-c2llp5 12.bildbet-1xrtva 18.bildbet-o6cwr4 11.bildbet-gf8fsw 18.bildbet-e3sspu.bildbet-1ykb5b 18.bildbet-7x6qxi.bildbet-sz1b15 18.bildbet-o6cwr4 17.bildbet-5bbx8m 17.bildbet-c2llp5 17.bildbet-5bbx8m 15.bildbet-exq5if.bildbet-5bbx8m 14.bildbet-xzpds5 18.bildbet-sz1b15 13.bildbet-p9olg2 20.bildbet-1ykb5b 13.bildbet-gleow6.bildbet-gss0wl 13.bildbet-p9olg2 22.bildbet-68yq9t 14.bildbet-xzpds5 22.bildbet-68yq9t 15.bildbet-nw65xc.bildbet-gh80x2 17.bildbet-c2llp5 21.bildbet-gss0wl 18.bildbet-o6cwr4 20.bildbet-1ykb5b 18.bildbet-3rcazk.bildbet-3tky75 18.bildbet-4mmckw.bildbet-bahdun 18.bildbet-o6cwr4 26.bildbet-vxl8ax 17.bildbet-c2llp5 26.bildbet-vxl8ax 15.bildbet-8fndk5.bildbet-vxl8ax 14.bildbet-xzpds5 27.bildbet-bahdun 13.bildbet-p9olg2 28.bildbet-3tky75 13.bildbet-uhktrf.bildbet-cenvr9 13.bildbet-p9olg2 31.bildbet-f78lmj 14.bildbet-xzpds5 31.bildbet-f78lmj 15.bildbet-nxzd0a.bildbet-vxl8ax 17.bildbet-c2llp5 30.bildbet-cenvr9 18.bildbet-o6cwr4 28.bildbet-3tky75 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"])
    .bildbet-rinfh4 {
    display: none;
  }
}

.bildbet-gddq1y {
  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) {
  .bildbet-gddq1y {
    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;
}

.bildbet-3my83c {
  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) {
  .bildbet-3my83c {
    padding: 14px 16px;
  }
}

.bildbet-3my83c button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.bildbet-3my83c button:first-child {
  align-content: end;
}

.bildbet-3my83c button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .bildbet-3my83c
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .bildbet-3my83c
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.bildbet-3my83c button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.bildbet-3my83c button:last-child svg {
  width: 38px;
  height: 38px;
}

.bildbet-uri3qr {
  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;
}

.bildbet-uri3qr::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .bildbet-uri3qr,
.pc61d126-chatbot[data-active-screen="3"]
  .bildbet-uri3qr {
  opacity: 1;
  visibility: visible;
}

.bildbet-tq18pk {
  flex: 1 1;
}

.bildbet-28d0zy {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .bildbet-28d0zy {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .bildbet-896x6z {
  display: block;
}

.bildbet-eddpj9 {
  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) {
  .bildbet-eddpj9 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.bildbet-j1iqpq {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.bildbet-j1iqpq::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.bildbet-6ng23f span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.bildbet-6ng23f p {
  color: var(--Text-100);
}

.bildbet-j1iqpq .bildbet-n0kbip {
  grid-area: button;
}

.bildbet-j1iqpq .bildbet-n0kbip::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.bildbet-3purpc.org/2000/svg'%3E%3Cpath d='M4.bildbet-a79lea 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bildbet-mg4jkc 15L16.bildbet-mg4jkc 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bildbet-mg4jkc 5L16.bildbet-mg4jkc 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .bildbet-9jdbug {
  display: block;
}

.bildbet-0lxanr {
  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) {
  .bildbet-0lxanr {
    margin-top: 40px;
  }
}

.bildbet-e6vsy6 label,
.bildbet-e6vsy6 input {
  display: block;
  width: 100%;
}

.bildbet-e6vsy6 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.bildbet-e6vsy6 label.bildbet-gm38he input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.bildbet-e6vsy6 label.bildbet-gm38he::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;
}

.bildbet-e6vsy6 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;
}

.bildbet-e6vsy6 input::placeholder {
  color: var(--Text-400);
}

.bildbet-dws881 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .bildbet-dws881 {
  display: flex;
}

.bildbet-dws881 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .bildbet-dws881 ol {
    height: 420px;
    padding: 24px;
  }
}

.bildbet-dws881 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.bildbet-eqgfvy {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .bildbet-eqgfvy {
    padding: 0 24px 24px;
  }
}

.bildbet-eqgfvy 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;
}

.bildbet-eqgfvy input::placeholder {
  color: var(--Text-400);
}

.bildbet-eqgfvy [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.bildbet-eqgfvy [type="submit"]:disabled {
  opacity: 0.5;
}

.bildbet-eqgfvy [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .bildbet-eqgfvy [type="submit"] {
    right: 40px;
  }
}

.bildbet-s09rnb {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.bildbet-s09rnb.bildbet-9acb4a {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.bildbet-s09rnb.bildbet-9acb4a::before {
  content: "";
  width: 31px;
}

.bildbet-s09rnb.bildbet-9acb4a p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bildbet-s09rnb.bildbet-r8aup8 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.bildbet-s09rnb p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bildbet-w1lccq .bildbet-n0kbip {
  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;
  }
}

.bildbet-0d4et6 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .bildbet-0d4et6 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .bildbet-0d4et6 {
    padding: 18px 0;
  }
}

.bildbet-0d4et6 .bildbet-am0431 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .bildbet-0d4et6 .bildbet-am0431 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.bildbet-a1aqxj {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .bildbet-a1aqxj {
    max-width: 160px;
    height: 40px;
  }
}

.bildbet-a1aqxj picture,
.bildbet-a1aqxj img {
  display: block;
  width: 100%;
  height: 100%;
}

.bildbet-a1aqxj img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .bildbet-034rvd {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.bildbet-ai5er8 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .bildbet-0d4et6.bildbet-efb356 .bildbet-034rvd {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bildbet-034rvd {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .bildbet-034rvd {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.bildbet-wf6uyo,
.bildbet-63kbyn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .bildbet-wf6uyo,
  .bildbet-63kbyn {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .bildbet-63kbyn {
    display: none;
  }
}

.bildbet-f6gwd8 {
  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;
}

.bildbet-efb356 .bildbet-f6gwd8 {
  background: var(--fh-bg-color);
}

.bildbet-f6gwd8 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .bildbet-f6gwd8 {
    display: none;
  }
}

.bildbet-szyctm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bildbet-szyctm {
    display: none;
  }
}

.bildbet-9v1ozo {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.bildbet-0d4et6.bildbet-efb356 .bildbet-9v1ozo:first-child {
  display: none;
}

.bildbet-0d4et6.bildbet-efb356 .bildbet-9v1ozo:last-child {
  display: block;
}

.bildbet-9v1ozo:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .bildbet-9v1ozo {
    display: none;
  }
}

.bildbet-p0w3o9 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bildbet-p0w3o9 {
    display: flex;
  }
}

.bildbet-p0w3o9 ul {
  max-height: 350px;
  overflow-y: auto;
}

.bildbet-p0w3o9:hover ul {
  visibility: visible;
  opacity: 1;
}

.bildbet-p0w3o9:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bildbet-p0w3o9:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.bildbet-p0w3o9:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.bildbet-p0w3o9:hover .bildbet-5jn8p1 svg {
  transform: rotate(180deg);
}

.bildbet-kmlgvl {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.bildbet-0rp4mi {
  padding: 0 8px;
}

.bildbet-v0apdr {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.bildbet-v0apdr:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .bildbet-v0apdr {
    padding: 4px 8px;
  }
}

.bildbet-cwaxzk {
  display: flex;
}

.bildbet-cwaxzk img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.bildbet-5jn8p1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.bildbet-5jn8p1 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.bildbet-g5b6b5 {
  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) {
  .bildbet-g5b6b5 {
    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;
  }
}

.bildbet-ldsxzd {
  width: 100%;
}

@media (min-width: 1200px) {
  .bildbet-ldsxzd {
    display: none;
  }
}

.bildbet-qklmra {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.bildbet-kb3alj {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.bildbet-w9vnib {
  display: flex;
}

.bildbet-hvxl2a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bildbet-ragf7q {
  list-style: none;
}

@media (max-width: 1199px) {
  .bildbet-ragf7q {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .bildbet-ragf7q {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .bildbet-ragf7q .bildbet-uouhgw [data-ref-el],
  .bildbet-ragf7q .bildbet-uouhgw span,
  .bildbet-ragf7q .bildbet-uouhgw a {
    white-space: nowrap;
  }
}

.bildbet-ovu7d2 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .bildbet-ovu7d2.bildbet-mn9syb > .bildbet-uouhgw {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .bildbet-ovu7d2.bildbet-01dxpt:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .bildbet-ovu7d2.bildbet-mn9syb > .bildbet-4u8vwc {
    height: auto;
  }

  .bildbet-ovu7d2.bildbet-mn9syb > div > .bildbet-uxdcbb {
    transform: rotate(180deg);
  }
}

.bildbet-ovu7d2 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.bildbet-ovu7d2 [data-ref-el],
.bildbet-ovu7d2 span {
  cursor: pointer;
}

.bildbet-ovu7d2 [data-ref-el],
.bildbet-ovu7d2 span,
.bildbet-ovu7d2 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .bildbet-ovu7d2 [data-ref-el],
  .bildbet-ovu7d2 span,
  .bildbet-ovu7d2 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .bildbet-ovu7d2 [data-ref-el],
  .bildbet-ovu7d2 span,
  .bildbet-ovu7d2 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.bildbet-4u8vwc {
  height: 0;
  overflow: hidden;
  transition: height 0.bildbet-ai5er8 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.bildbet-4u8vwc::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.bildbet-4u8vwc::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.bildbet-4u8vwc::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .bildbet-4u8vwc {
    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;
  }

  .bildbet-4u8vwc:has(> .bildbet-ovu7d2.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .bildbet-4u8vwc .bildbet-4u8vwc {
    padding: 0;
  }

  .bildbet-4u8vwc .bildbet-ovu7d2 {
    font-weight: 400;
  }

  .bildbet-4u8vwc .bildbet-ovu7d2:hover > .bildbet-uouhgw {
    background: var(--Neutral-300);
  }

  .bildbet-4u8vwc .bildbet-uxdcbb {
    rotate: -90deg;
  }
}

.bildbet-uouhgw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bildbet-uouhgw {
    padding: 8px;
  }

  .bildbet-ovu7d2.bildbet-w1cmtf > .bildbet-uouhgw {
    background: var(--Neutral-300);
  }
}

.bildbet-uxdcbb {
  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.bildbet-3purpc.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.bildbet-oh47f6 0.bildbet-snbqgt.bildbet-x9cl3u -0.bildbet-o8a45a 0.bildbet-qzw81n -0.bildbet-o8a45a 1.bildbet-n4rl0s 0.bildbet-u5d49o.bildbet-8elixq 4.bildbet-rm3283.bildbet-oh47f6 0.bildbet-5l08gi.bildbet-yag08h -0.bildbet-o8a45a 9.bildbet-wlfxp0 -0.bildbet-o8a45a 10.bildbet-tbb5xh 0.bildbet-sfmatx.bildbet-z68h6x 0.bildbet-x9cl3u 10.bildbet-z68h6x 0.bildbet-qzw81n 10.bildbet-tbb5xh 1.bildbet-gu5he1.bildbet-7lcu2v 5.bildbet-pp3znh.bildbet-wdugtv 6.bildbet-beyxxf 5.bildbet-fj8o87 6.bildbet-beyxxf 4.bildbet-8jm999 5.bildbet-jdrzj6.bildbet-oh47f6 1.bildbet-pu4ilc.bildbet-o8a45a 0.bildbet-qzw81n -0.bildbet-o8a45a 0.bildbet-x9cl3u 0.bildbet-oh47f6 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.bildbet-ai5er8 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bildbet-uxdcbb {
    cursor: default;
  }
}

.bildbet-l2r3mh {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.bildbet-h2hzm3 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .bildbet-h2hzm3 {
    padding: 40px 4px;
  }
}

.bildbet-r3n6an {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .bildbet-r3n6an {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.bildbet-0s9lny {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .bildbet-0s9lny {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.bildbet-0s9lny ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.bildbet-0s9lny [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.bildbet-0s9lny [data-ref-el],
.bildbet-0s9lny span,
.bildbet-0s9lny a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.bildbet-msbr70 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bildbet-msbr70 {
    margin-bottom: 12px;
  }
}

.bildbet-zmxuv9 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.bildbet-zmxuv9 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .bildbet-zmxuv9:last-child {
    margin-right: 0;
  }
}

.bildbet-k1y41z {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bildbet-msbr70:hover .bildbet-jee6gg {
  visibility: visible;
  opacity: 1;
}

.bildbet-jee6gg {
  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);
}

.bildbet-16b599 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bildbet-62r2ae {
  display: flex;
  margin: 6px;
}

.bildbet-62r2ae img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.bildbet-jee6gg::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);
}

.bildbet-jee6gg::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);
}

.bildbet-2wowzt {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .bildbet-2wowzt {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.bildbet-puhan1 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .bildbet-puhan1 {
    margin-right: 32px;
  }
}

.bildbet-7ryocg {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bildbet-7ryocg {
    margin-top: 0;
    width: 340px;
  }
}

.bildbet-7ryocg a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bildbet-90qpyn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.bildbet-8bzgiy {
  position: relative;
}

@media (min-width: 768px) {
  .bildbet-8bzgiy {
    margin-top: 40px;
  }
}

.bildbet-8bzgiy + .bildbet-qhy1s0,
.bildbet-8bzgiy + .bildbet-8bzgiy {
  margin-top: 24px;
}

.bildbet-pgxkkt {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .bildbet-pgxkkt {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .bildbet-pgxkkt {
    padding: 80px;
  }
}

.bildbet-jdu5eh {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .bildbet-jdu5eh {
    padding: 0 16px;
}


}

.bildbet-d101oe {
  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) {
  .bildbet-d101oe {
    font-size: 48px;
    line-height: 56px;
  }
}

.bildbet-aa1pub {
  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) {
  .bildbet-aa1pub {
    font-size: 24px;
    line-height: 32px;
  }
}

.bildbet-tb9iv4 {
  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;
}

.bildbet-tb9iv4:hover {
  background: var(--button-bg-hover);
}

.bildbet-dv8lhm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.bildbet-dv8lhm img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .bildbet-dv8lhm img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .bildbet-dv8lhm img {
  min-height: 100%;
  }
}

.bildbet-pgxkkt::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bildbet-081hyz {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bildbet-081hyz h1,
.bildbet-081hyz h2,
.bildbet-081hyz h3,
.bildbet-081hyz h4 {
  margin-bottom: 6px;
}

.bildbet-081hyz h1:not(:first-child),
.bildbet-081hyz h2:not(:first-child),
.bildbet-081hyz h3:not(:first-child),
.bildbet-081hyz h4:not(:first-child) {
  margin-top: 16px;
}

.bildbet-081hyz h1,
.bildbet-081hyz h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .bildbet-081hyz h1,
  .bildbet-081hyz h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.bildbet-081hyz h2,
.bildbet-081hyz h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .bildbet-081hyz h2,
  .bildbet-081hyz h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.bildbet-081hyz h3,
.bildbet-081hyz h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .bildbet-081hyz h3,
  .bildbet-081hyz h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.bildbet-081hyz h4,
.bildbet-081hyz h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.bildbet-081hyz ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.bildbet-081hyz ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.bildbet-081hyz 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);
}

.bildbet-081hyz ul ul {
  margin-bottom: 8px;
}

.bildbet-081hyz ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.bildbet-081hyz ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.bildbet-081hyz ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.bildbet-081hyz ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.bildbet-081hyz ol li::marker {
  font-weight: 700;
}

.bildbet-081hyz ol ol {
  margin-bottom: 8px;
}

.bildbet-081hyz ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.bildbet-081hyz ol ul li {
  padding-left: 16px;
}

.bildbet-081hyz 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) {
  .bildbet-081hyz table {
    padding: 24px;
  }
}

.bildbet-081hyz table.bildbet-viprjh {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.bildbet-ai5er8,
    mask-image 0.3s;
}

.bildbet-081hyz table.bildbet-viprjh.bildbet-dwdfrf {
  -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) {
  .bildbet-081hyz table {
    display: table;
  }
}

.bildbet-081hyz 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);
}

.bildbet-081hyz table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bildbet-081hyz table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bildbet-081hyz 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) {
  .bildbet-081hyz table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.bildbet-081hyz table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bildbet-081hyz table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bildbet-081hyz table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.bildbet-081hyz img {
  max-width: 100%;
  height: auto;
}

.bildbet-nzoo03 {
  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) {
  .bildbet-nzoo03 {
    padding: 24px;
  }
}

.bildbet-1dfikb {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .bildbet-1dfikb {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.bildbet-1dfikb > * {
  margin: 0 !important;
}

.bildbet-1dfikb img,
.bildbet-8ug8p7 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bildbet-1dfikb img,
  .bildbet-8ug8p7 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bildbet-aeqzp5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bildbet-aeqzp5 {
    width: 32px;
    height: 32px;
  }
}

.bildbet-6pk88j {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.bildbet-6pk88j .bildbet-4paxik {
  flex-shrink: 0;
}

.bildbet-6pk88j .bildbet-4a8dq9 svg {
  display: none;
}

.bildbet-kzo84j {
  display: grid;
  transition: max-height 0.bildbet-ai5er8 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .bildbet-kzo84j {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .bildbet-kzo84j {
    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));
  }
}

.bildbet-kzo84j.bildbet-zyio62 + .bildbet-4paxik svg {
  transform: rotate(180deg);
}

.bildbet-8nfs0d {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.bildbet-8nfs0d > div:nth-child(3n) {
  grid-column: span 2;
}

.bildbet-8nfs0d
  > div:nth-child(3n)
  .bildbet-yrnfc8
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .bildbet-8nfs0d {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bildbet-8nfs0d > div:nth-child(3n) {
    grid-column: unset;
  }

  .bildbet-8nfs0d
    > div:nth-child(3n)
    .bildbet-yrnfc8
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .bildbet-8nfs0d {
    max-width: 270px;
  }
}

.bildbet-8nfs0d .bildbet-yrnfc8 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .bildbet-8nfs0d .bildbet-yrnfc8 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .bildbet-8nfs0d .bildbet-yrnfc8 button {
    max-width: 104px;
  }
}

.bildbet-ukfzkb {
  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) {
  .bildbet-ukfzkb {
    margin-bottom: 0;
  }
}

.bildbet-ewysmp {
  display: none;
  opacity: 0;
}

.bildbet-1xklqi {
  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;
  }
}

.bildbet-1xklqi img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.bildbet-yrnfc8 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.bildbet-yrnfc8 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bildbet-yrnfc8
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bildbet-yrnfc8
    button {
    max-width: 145px;
  }
}

.bildbet-o3e8w7:first-child
  .bildbet-yrnfc8
  button {
  max-width: 270px;
}

.bildbet-wimstq {
  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%;
}

.bildbet-ukfzkb picture {
  width: 100%;
  max-width: 100%;
}

.bildbet-6qhzf7 {
  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;
}

.bildbet-6qhzf7 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.bildbet-ukfzkb:hover .bildbet-6qhzf7 {
  display: flex;
}

.bildbet-x88dsw {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.bildbet-1znoeg {
  display: flex;
}

.bildbet-1znoeg:hover .bildbet-j4hhgi,
.bildbet-1znoeg .bildbet-w1cmtf .bildbet-j4hhgi {
  display: flex;
}

.bildbet-1znoeg svg {
  flex-shrink: 0;
}

.bildbet-j4hhgi {
  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) {
  .bildbet-j4hhgi {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.bildbet-j4hhgi:hover {
  display: flex;
}

.bildbet-j4hhgi svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.bildbet-wztykd {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .bildbet-wztykd {
    font-size: 12px;
  }
}

.bildbet-9qf0g2,
.bildbet-c4vkzo {
  width: 50%;
  flex-shrink: 0;
}

.bildbet-9qf0g2 {
  font-weight: 700;
}

.bildbet-b1wswt .bildbet-kzo84j {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .bildbet-b1wswt .bildbet-kzo84j {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .bildbet-b1wswt .bildbet-kzo84j {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.bildbet-b1wswt
  .bildbet-wimstq:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.bildbet-b1wswt .bildbet-1xklqi {
  height: 100% !important;
  border-radius: 16px;
}

.bildbet-b1wswt .bildbet-yrnfc8 {
  gap: 4px;
  align-items: center;
}

.bildbet-b1wswt .bildbet-yrnfc8 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bildbet-b1wswt .bildbet-yrnfc8 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.bildbet-b1wswt .bildbet-bgt6h2,
.bildbet-b1wswt .bildbet-p08rg4 {
  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.bildbet-3purpc.org/2000/svg'%3E%3Cpath d='M9.bildbet-vkmg8h 4.bildbet-3gp7c2.bildbet-0na10v 5.bildbet-2an5t8.bildbet-19fm0x 5.bildbet-etn550.bildbet-9it4w1 5.bildbet-yoofjh.bildbet-ob1hig 8.bildbet-d4z5ro.bildbet-2yb0yx 9.bildbet-ntb8j6.bildbet-ulq8pf 9.bildbet-8z9wlo.bildbet-nzxmp3 13.bildbet-soj4cq.bildbet-t27s0r 11.bildbet-i1erkc.bildbet-pmuyrj 11.bildbet-3t929c.bildbet-valfo0 11.bildbet-t12det.bildbet-8onw9j 13.bildbet-zi34mm.bildbet-yc4g49 9.bildbet-svo3o2.bildbet-7n06zt 9.bildbet-drvzvd.bildbet-sw1sq7 8.bildbet-vu2kpg.bildbet-wguyww 5.bildbet-iagj6z.bildbet-phxd4f 5.bildbet-927n4k.bildbet-xigs5a 5.bildbet-p5q6y7.bildbet-fnroim 4.bildbet-a6xko8.bildbet-pmuyrj 1.bildbet-2x00x7.bildbet-vkmg8h 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.bildbet-b1wswt .bildbet-bgt6h2 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.bildbet-b1wswt .bildbet-p08rg4 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.bildbet-pwz9jh {
  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) {
  .bildbet-pwz9jh {
    padding: 24px;
  }
}

.bildbet-pwz9jh .bildbet-4paxik {
  display: flex;
}

@media (min-width: 768px) {
  .bildbet-pwz9jh .bildbet-4paxik {
    display: none;
  }
}

.bildbet-pwz9jh .bildbet-4a8dq9 svg {
  display: none;
}

.bildbet-3y6n68 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bildbet-3y6n68 .bildbet-7ux3ch {
  display: none;
}

@media (min-width: 768px) {
  .bildbet-3y6n68 .bildbet-7ux3ch {
    display: flex;
  }
}

.bildbet-9afaf1 {
  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) {
  .bildbet-9afaf1 {
    font-size: 40px;
    line-height: 48px;
  }
}

.bildbet-9afaf1 > * {
  margin: 0 !important;
}

.bildbet-9afaf1 img,
.bildbet-0ad00m {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bildbet-9afaf1 img,
  .bildbet-0ad00m {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bildbet-47ptuc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bildbet-47ptuc {
    width: 32px;
    height: 32px;
  }
}

.bildbet-n0wx70 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .bildbet-n0wx70 {
    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;
  }

  .bildbet-n0wx70::-webkit-scrollbar {
    display: none;
  }
}

.bildbet-85y5z6 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .bildbet-85y5z6 {
    padding: 7px 15px;
  }
}

.bildbet-85y5z6:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bildbet-atcihj {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bildbet-atcihj {
    display: flex;
    opacity: 1;
  }
}

.bildbet-85y5z6 picture {
  height: 100%;
  display: block;
}

.bildbet-85y5z6 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .bildbet-85y5z6 img {
    width: 88px;
    height: 44px;
  }
}

.bildbet-85y5z6 p {
  text-align: center;
  width: 100%;
}

.bildbet-ydo02q {
  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) {
  .bildbet-ydo02q {
    font-size: 40px;
    line-height: 48px;
  }
}

.bildbet-ydo02q img,
.bildbet-jfx4ov {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bildbet-ydo02q img,
  .bildbet-jfx4ov {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bildbet-jmxazq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bildbet-jmxazq {
    width: 32px;
    height: 32px;
  }
}

.bildbet-j6ku59 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.bildbet-fcl7uh {
  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;
}

.bildbet-vg58ax {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.bildbet-vg58ax.bildbet-w1cmtf {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.bildbet-hs5nmy {
  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) {
  .bildbet-hs5nmy {
    font-size: 20px;
    line-height: 28px;
  }
}

.bildbet-94ut9b {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.bildbet-xri3an {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.bildbet-ai5er8 ease;
  opacity: 0;
  color: var(--text-color);
}

.bildbet-dmufuf {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.bildbet-dmufuf ol,
.bildbet-dmufuf ul {
  padding-left: 1.3em;
}

.bildbet-vg58ax.bildbet-w1cmtf .bildbet-xri3an {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.bildbet-vg58ax.bildbet-w1cmtf .bildbet-94ut9b {
  transform: rotate(180deg);
  color: var(--text-color);
}

.bildbet-kmg5z0 {
  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) {
  .bildbet-kmg5z0 {
    padding: 24px;
  }
}

.bildbet-kmg5z0 .bildbet-4paxik {
  display: flex;
}

@media (min-width: 768px) {
  .bildbet-kmg5z0 .bildbet-4paxik {
    display: none;
  }
}

.bildbet-kmg5z0 .bildbet-4a8dq9 svg {
  display: none;
}

.bildbet-jj73e8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bildbet-jj73e8 .bildbet-7ux3ch {
  display: none;
}

@media (min-width: 768px) {
  .bildbet-jj73e8 .bildbet-7ux3ch {
    display: flex;
  }
}

.bildbet-986ef9 {
  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) {
  .bildbet-986ef9 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.bildbet-986ef9 > * {
  margin: 0 !important;
}

.bildbet-986ef9 img,
.bildbet-ya0u1u {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bildbet-986ef9 img,
  .bildbet-ya0u1u {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bildbet-9x2yjq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bildbet-9x2yjq {
    width: 32px;
    height: 32px;
  }
}

.bildbet-zl9rq6 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .bildbet-zl9rq6 {
    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;
  }

  .bildbet-zl9rq6::-webkit-scrollbar {
    display: none;
  }
}

.bildbet-9zfjsf {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.bildbet-9zfjsf:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bildbet-2edbkz {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bildbet-2edbkz {
    display: flex;
    opacity: 1;
  }
}

.bildbet-9zfjsf picture {
  width: auto;
  height: 100%;
  display: block;
}

.bildbet-9zfjsf picture img {
  display: block;
  width: auto;
  height: 100%;
}

.bildbet-397rsd {
  margin: -24px 0;
}

.bildbet-397rsd:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .bildbet-397rsd {
    margin: -16px 0;
  }
}

.bildbet-2boixq {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .bildbet-2boixq {
    flex-direction: row;
  }
}

.bildbet-bmun42 {
  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) {
  .bildbet-bmun42 {
    flex: 1;
  }
}

.bildbet-bmun42::placeholder {
  color: var(--Text-400);
}

.bildbet-340c6y {
  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;
}

.bildbet-eca132 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bildbet-eca132::-webkit-scrollbar {
  display: none;
}

.bildbet-oiybt7 {
  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;
}

.bildbet-oiybt7 img,
.bildbet-oiybt7 svg {
  margin-right: 8px;
}

.bildbet-abc13b {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.bildbet-397rsd + .bildbet-and944 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .bildbet-397rsd + .bildbet-and944 {
    margin-top: -16px;
  }
}

.bildbet-52hue0 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.bildbet-52hue0 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.bildbet-52hue0 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.bildbet-6q5lin {
  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;
}

.bildbet-8gjzdj {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.bildbet-q7dchf {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bildbet-hldvfm {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.bildbet-tbfo20 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.bildbet-6q5lin 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;
}

.bildbet-6q5lin 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) {
  .bildbet-6q5lin {
    padding: 39px 179px 39px 39px;
  }

  .bildbet-8gjzdj {
    font-size: 40px;
    line-height: 48px;
  }

  .bildbet-tbfo20 {
    height: 348px;
  }

  .bildbet-6q5lin button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .bildbet-6q5lin button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .bildbet-6q5lin {
    padding: 63px;
  }
}

.bildbet-lr1arz {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bildbet-lr1arz {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.bildbet-1k9osi {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bildbet-1k9osi {
    width: auto;
  }
}

.bildbet-0pw8d9 {
  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;
}

.bildbet-0pw8d9::-webkit-scrollbar {
  display: none;
}

.bildbet-0pw8d9 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);
}

.bildbet-0pw8d9 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bildbet-0pw8d9 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.bildbet-lr1arz .bildbet-7favro {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.bildbet-ai5er8,
    mask-image 0.3s;
}

.bildbet-lr1arz .bildbet-7favro.bildbet-dwdfrf {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.bildbet-b2mbkn {
  margin: 40px -16px;
}

.bildbet-lvtc5b + .bildbet-qhy1s0,
.bildbet-lvtc5b + .bildbet-8bzgiy {
  margin-top: 24px;
}

.bildbet-kdrj0o {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.bildbet-kdrj0o picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bildbet-q9k538 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .bildbet-q9k538 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .bildbet-q9k538 {
    margin-top: 0;
  }
}

.bildbet-wl1btl {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bildbet-wl1btl {
    font-size: 24px;
    line-height: 32px;
  }
}

.bildbet-431e6i {
  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) {
  .bildbet-431e6i {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.bildbet-ag626z {
  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) {
  .bildbet-ag626z {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.bildbet-09of0j {
  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) {
  .bildbet-09of0j {
    font-size: 20px;
    line-height: 28px;
  }
}

.bildbet-syphv0 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bildbet-syphv0 {
    font-size: 32px;
    line-height: 40px;
  }
}

.bildbet-d0ppn8 {
  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;
}

.bildbet-4lkd5f {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.bildbet-4lkd5f img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bildbet-and944 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bildbet-9z3aqn {
  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) {
  .bildbet-9z3aqn {
    padding: 15px 48px;
  }
}

main > .bildbet-and944 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .bildbet-kzo84j.bildbet-d5xzrd > div:nth-child(n+5) {
    display: none;
  }
}

.bildbet-081hyz p a img {
  display: block;
  margin: 0 auto;
}


.bildbet-xa0ibi {
  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 */
.bildbet-wsy34v {
  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;
}

.bildbet-wsy34v label {
  font-size: 14px;
}

.bildbet-wsy34v h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bildbet-wsy34v input,
.bildbet-wsy34v textarea,
.bildbet-wsy34v 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;
}
.bildbet-wsy34v button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bildbet-rcof0m ease;
}
.bildbet-wsy34v button:hover {
  background-color: var(--button-bg-hover);
}
.bildbet-oymc25 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bildbet-6movz2 ease-in;
}

.bildbet-oymc25 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;
}
.bildbet-dts5ti, .bildbet-xzm3c6, [class*="review-card"],
thead, thead th, table th, .bildbet-clw9mq,
.bildbet-ftn414, [class*="collapsible-header"],
.bildbet-ajg1ri, [class*="updated-block"] {
  color: #ece7dc !important;
}
