* {
  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;
  }
}

.gtbet-de1vmh {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .gtbet-de1vmh {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .gtbet-de1vmh {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.gtbet-p4k8ld {
  overflow: hidden;
}

.gtbet-b4svnz img {
  background: var(--Neutral-300);
}

.gtbet-p24gqy {
  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;
}

.gtbet-y5ph60 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.gtbet-y5ph60:hover {
  background: var(--button-bg-hover);
}

.gtbet-m0eyb7 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.gtbet-m0eyb7:hover {
  background: var(--button-bg-hover);
}

.gtbet-tnjywe {
  font-size: 12px;
  line-height: 18px;
}

.gtbet-x3uszj {
  font-size: 18px;
  line-height: 26px;
}

.gtbet-yds1k4 {
  width: 100%;
}

.gtbet-a4vs8o {
  padding: 6px 16px;
}

.gtbet-gm2833 {
  padding: 10px 16px;
}

.gtbet-2iv951 {
  padding: 15px 26px;
}

.gtbet-on6yzr {
  flex-shrink: 0;
}

.gtbet-60iplz {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.gtbet-s77b0j {
  display: none;
}

.gtbet-jahpsw {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.gtbet-wmhvqv {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.gtbet-qcp53t {
  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;
}

.gtbet-somd4o {
  cursor: grab;
}

.gtbet-qcp53t::-webkit-scrollbar {
  display: none;
}

.gtbet-ricqkg {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.gtbet-316yfm {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.gtbet-r7tqnp {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.gtbet-y44n0r {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.gtbet-mmefqy {
  visibility: visible;
}

.gtbet-8evqta {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.gtbet-x84yis ease;
}

.gtbet-4emn11 {
  background-color: var(--Primary-200);
  width: 16px;
}

.gtbet-or0oa2 {
  -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.gtbet-x84yis,
    mask-image 0.3s;
}

.gtbet-or0oa2.gtbet-zgsn6y {
  -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;
  }
}

.gtbet-uq97rh: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;
}

.gtbet-u6yftm {
  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.gtbet-d1kmwx.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.gtbet-d1kmwx.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;
}

.gtbet-ocv7gt {
  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);
}

.gtbet-ocv7gt::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%
  );
}

.gtbet-pn1fe6 {
  position: relative;
  z-index: 1;
}

.gtbet-abj2c7 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.gtbet-hc4pm2 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.gtbet-dvfjan {
  font-size: 40px;
  line-height: 48px;
}

.gtbet-z1ejls {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.gtbet-b47myt {
  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;
}

.gtbet-b47myt:hover {
  background: var(--Primary-400);
}

.gtbet-b47myt svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.gtbet-uq97rh 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) {
  .gtbet-ocv7gt {
    max-width: 600px;
    padding: 64px;
  }

  .gtbet-abj2c7 {
    font-size: 24px;
    line-height: 32px;
  }

  .gtbet-hc4pm2 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .gtbet-dvfjan {
    font-size: 50px;
    line-height: 56px;
  }

  .gtbet-z1ejls {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .gtbet-u6yftm {
    top: 25px;
    right: 25px;
  }
}

.gtbet-z43jfi,
.gtbet-s6u2ig {
  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;
}

.gtbet-xw9cfs.gtbet-ing9tu::before,
.gtbet-s6u2ig::before,
.gtbet-znp6bq::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.gtbet-d1kmwx.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.gtbet-yddh0k 14.gtbet-x268oq.gtbet-a6hbyp 14.gtbet-eb2w29 15.gtbet-2asr2s 14.gtbet-ub8a0b 15.gtbet-62b2ah 14.gtbet-i5ewt8.gtbet-4fesk2 14.gtbet-bpa4yj 19.gtbet-1fjisn 12.gtbet-1bh3gh 19.gtbet-1fjisn 10.gtbet-343cgs.gtbet-1fjisn 8.gtbet-ly6i4r 17.gtbet-lhvexi 7.gtbet-9qlln6 15.gtbet-slv1zr 7.gtbet-598eji.gtbet-qu56i4 7.gtbet-9qlln6 11.gtbet-iavwj6 8.gtbet-ly6i4r 11.gtbet-iavwj6 10.gtbet-kx9ut9.gtbet-iavwj6 12.gtbet-bmht6f 13.gtbet-uxuh5t 14.gtbet-zx75zt 15.gtbet-r1gzxg 14.gtbet-z2r2gs.gtbet-jih3tl 14.gtbet-gwdi36 15.gtbet-hfeuqo 14.gtbet-54d5nr 15.gtbet-sc8gf8 14.gtbet-gkbo6l.gtbet-yddh0k 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.gtbet-l4xw4e 15.gtbet-5h155s.gtbet-uktvzw 15.gtbet-7ab7zk 15.gtbet-tmkg9y 15.gtbet-lgjq95 15.gtbet-bow9kp 15.gtbet-y0lt4n.gtbet-tb0s1l 15.gtbet-lgjq95 15.gtbet-g9al7d 15.gtbet-s8bdgm 15.gtbet-e2cnbm 15.gtbet-6jrr4u.gtbet-s49iys 15.gtbet-nb6d9d 7.gtbet-vadhao 18.gtbet-depsnl 7.gtbet-tr2d2k 23.gtbet-ywtdex.gtbet-43vd6u.gtbet-wvaw9z 18.gtbet-fraucd 19.gtbet-w65f76 15.gtbet-9mctn3 15.gtbet-l4xw4e 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.gtbet-1rz4g6 [type="submit"] *,
.gtbet-4ugv3x button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .gtbet-elnm3u {
    display: none;
  }
}

.gtbet-per4n3 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .gtbet-per4n3 {
  display: none;
}

@media (min-width: 768px) {
  .gtbet-per4n3 {
    bottom: 22px;
  }
}

.gtbet-per4n3 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .gtbet-per4n3 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.gtbet-c9w1vh.static) .gtbet-per4n3 {
    bottom: 8px;
  }
}

.gtbet-ju6c7u {
  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.gtbet-d1kmwx.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.gtbet-k0xc9i 3.gtbet-ckxxck.gtbet-y04n6a.gtbet-eqd8sy 3.gtbet-5z1e9n 3.gtbet-3p1hbj 5.gtbet-xtjwvd 3.gtbet-3p1hbj 8.gtbet-v22mx9.gtbet-vrvhsm.gtbet-3p1hbj 26.gtbet-lpw28q 5.gtbet-s8ss0v 28.gtbet-j4ldb2 8.gtbet-05vxuu 28.gtbet-estsmh.gtbet-7fmm9s 28.gtbet-jhxsm1.gtbet-d2gjns 34.gtbet-zduqv4.gtbet-4oexoj 36.gtbet-a7e7qu 11.gtbet-1hpcs1 37.gtbet-c3nfma 12.gtbet-6og5k7 36.gtbet-gu7aij.gtbet-qu3qre 28.gtbet-3g2eps.gtbet-ga4his.gtbet-55poq3 28.gtbet-i0f56l 36.gtbet-ujkzzn 26.gtbet-43g1z8 36.gtbet-ujkzzn 23.gtbet-mivu65.gtbet-xlnr6l.gtbet-ujkzzn 5.gtbet-62vvl8 34.gtbet-mdsliu 3.gtbet-5z1e9n 31.gtbet-k0xc9i 3.gtbet-hkc7v5.gtbet-qk4roh 18.gtbet-99wtsf.gtbet-z9upl4 18.gtbet-sz4qgs 8.gtbet-21q9m9 17.gtbet-6ap3jy 8.gtbet-21q9m9 15.gtbet-ip2ns4.gtbet-21q9m9 14.gtbet-pfr0ef 9.gtbet-z9upl4 13.gtbet-6fcd6n 11.gtbet-qk4roh 13.gtbet-xxnvmd.gtbet-x8duts 13.gtbet-6fcd6n 13.gtbet-xi6kau 14.gtbet-pfr0ef 13.gtbet-xi6kau 15.gtbet-ynrroz.gtbet-xi6kau 17.gtbet-6ap3jy 12.gtbet-x8duts 18.gtbet-sz4qgs 11.gtbet-qk4roh 18.gtbet-9fjr76.gtbet-lnszwf 18.gtbet-2hb1wd.gtbet-1ivjpr 18.gtbet-sz4qgs 17.gtbet-b9onuy 17.gtbet-6ap3jy 17.gtbet-b9onuy 15.gtbet-g5h6e5.gtbet-b9onuy 14.gtbet-pfr0ef 18.gtbet-1ivjpr 13.gtbet-6fcd6n 20.gtbet-lnszwf 13.gtbet-m7jpgx.gtbet-h4nx43 13.gtbet-6fcd6n 22.gtbet-3in0wr 14.gtbet-pfr0ef 22.gtbet-3in0wr 15.gtbet-m5czq0.gtbet-v2tzhz 17.gtbet-6ap3jy 21.gtbet-h4nx43 18.gtbet-sz4qgs 20.gtbet-lnszwf 18.gtbet-czoz9i.gtbet-7ny9id 18.gtbet-zg40g2.gtbet-muvoia 18.gtbet-sz4qgs 26.gtbet-bpruxg 17.gtbet-6ap3jy 26.gtbet-bpruxg 15.gtbet-it29df.gtbet-bpruxg 14.gtbet-pfr0ef 27.gtbet-muvoia 13.gtbet-6fcd6n 28.gtbet-7ny9id 13.gtbet-zwqm9l.gtbet-tlyeqd 13.gtbet-6fcd6n 31.gtbet-2u9us6 14.gtbet-pfr0ef 31.gtbet-2u9us6 15.gtbet-n4b02e.gtbet-bpruxg 17.gtbet-6ap3jy 30.gtbet-tlyeqd 18.gtbet-sz4qgs 28.gtbet-7ny9id 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"])
    .gtbet-ju6c7u {
    display: none;
  }
}

.gtbet-xmrqhp {
  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) {
  .gtbet-xmrqhp {
    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;
}

.gtbet-4ugv3x {
  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) {
  .gtbet-4ugv3x {
    padding: 14px 16px;
  }
}

.gtbet-4ugv3x button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.gtbet-4ugv3x button:first-child {
  align-content: end;
}

.gtbet-4ugv3x button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .gtbet-4ugv3x
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .gtbet-4ugv3x
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.gtbet-4ugv3x button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.gtbet-4ugv3x button:last-child svg {
  width: 38px;
  height: 38px;
}

.gtbet-znp6bq {
  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;
}

.gtbet-znp6bq::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .gtbet-znp6bq,
.pc61d126-chatbot[data-active-screen="3"]
  .gtbet-znp6bq {
  opacity: 1;
  visibility: visible;
}

.gtbet-enkgsf {
  flex: 1 1;
}

.gtbet-p2ey4l {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .gtbet-p2ey4l {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .gtbet-oza6la {
  display: block;
}

.gtbet-cqsmax {
  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) {
  .gtbet-cqsmax {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.gtbet-s6u2ig {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.gtbet-s6u2ig::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.gtbet-lgwz30 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.gtbet-lgwz30 p {
  color: var(--Text-100);
}

.gtbet-s6u2ig .gtbet-duieta {
  grid-area: button;
}

.gtbet-s6u2ig .gtbet-duieta::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.gtbet-d1kmwx.org/2000/svg'%3E%3Cpath d='M4.gtbet-gu3ege 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.gtbet-c0b26x 15L16.gtbet-c0b26x 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.gtbet-c0b26x 5L16.gtbet-c0b26x 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .gtbet-l1bnau {
  display: block;
}

.gtbet-m6wbgz {
  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) {
  .gtbet-m6wbgz {
    margin-top: 40px;
  }
}

.gtbet-z43jfi label,
.gtbet-z43jfi input {
  display: block;
  width: 100%;
}

.gtbet-z43jfi label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.gtbet-z43jfi label.gtbet-x2n9z9 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.gtbet-z43jfi label.gtbet-x2n9z9::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;
}

.gtbet-z43jfi 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;
}

.gtbet-z43jfi input::placeholder {
  color: var(--Text-400);
}

.gtbet-tdvrv7 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .gtbet-tdvrv7 {
  display: flex;
}

.gtbet-tdvrv7 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .gtbet-tdvrv7 ol {
    height: 420px;
    padding: 24px;
  }
}

.gtbet-tdvrv7 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.gtbet-1rz4g6 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .gtbet-1rz4g6 {
    padding: 0 24px 24px;
  }
}

.gtbet-1rz4g6 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;
}

.gtbet-1rz4g6 input::placeholder {
  color: var(--Text-400);
}

.gtbet-1rz4g6 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.gtbet-1rz4g6 [type="submit"]:disabled {
  opacity: 0.5;
}

.gtbet-1rz4g6 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .gtbet-1rz4g6 [type="submit"] {
    right: 40px;
  }
}

.gtbet-xw9cfs {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.gtbet-xw9cfs.gtbet-ing9tu {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.gtbet-xw9cfs.gtbet-ing9tu::before {
  content: "";
  width: 31px;
}

.gtbet-xw9cfs.gtbet-ing9tu p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.gtbet-xw9cfs.gtbet-u90t8n p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.gtbet-xw9cfs p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.gtbet-per4n3 .gtbet-duieta {
  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;
  }
}

.gtbet-elnm3u {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .gtbet-elnm3u {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .gtbet-elnm3u {
    padding: 18px 0;
  }
}

.gtbet-elnm3u .gtbet-de1vmh {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .gtbet-elnm3u .gtbet-de1vmh {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.gtbet-s7h3xq {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .gtbet-s7h3xq {
    max-width: 160px;
    height: 40px;
  }
}

.gtbet-s7h3xq picture,
.gtbet-s7h3xq img {
  display: block;
  width: 100%;
  height: 100%;
}

.gtbet-s7h3xq img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .gtbet-h1xs5y {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.gtbet-x84yis ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .gtbet-elnm3u.gtbet-pcg8dt .gtbet-h1xs5y {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .gtbet-h1xs5y {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .gtbet-h1xs5y {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.gtbet-zrj6og,
.gtbet-8pk7tx {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .gtbet-zrj6og,
  .gtbet-8pk7tx {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .gtbet-8pk7tx {
    display: none;
  }
}

.gtbet-pfezi0 {
  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;
}

.gtbet-pcg8dt .gtbet-pfezi0 {
  background: var(--fh-bg-color);
}

.gtbet-pfezi0 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .gtbet-pfezi0 {
    display: none;
  }
}

.gtbet-bk2rb7 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .gtbet-bk2rb7 {
    display: none;
  }
}

.gtbet-wwqcm4 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.gtbet-elnm3u.gtbet-pcg8dt .gtbet-wwqcm4:first-child {
  display: none;
}

.gtbet-elnm3u.gtbet-pcg8dt .gtbet-wwqcm4:last-child {
  display: block;
}

.gtbet-wwqcm4:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .gtbet-wwqcm4 {
    display: none;
  }
}

.gtbet-kiw3dj {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .gtbet-kiw3dj {
    display: flex;
  }
}

.gtbet-kiw3dj ul {
  max-height: 350px;
  overflow-y: auto;
}

.gtbet-kiw3dj:hover ul {
  visibility: visible;
  opacity: 1;
}

.gtbet-kiw3dj:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.gtbet-kiw3dj:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.gtbet-kiw3dj:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.gtbet-kiw3dj:hover .gtbet-dajriz svg {
  transform: rotate(180deg);
}

.gtbet-qo9wr1 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.gtbet-vh1k8z {
  padding: 0 8px;
}

.gtbet-ft4fpu {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.gtbet-ft4fpu:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .gtbet-ft4fpu {
    padding: 4px 8px;
  }
}

.gtbet-mx3q35 {
  display: flex;
}

.gtbet-mx3q35 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.gtbet-dajriz {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.gtbet-dajriz svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.gtbet-o1i9mp {
  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) {
  .gtbet-o1i9mp {
    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;
  }
}

.gtbet-zg2d92 {
  width: 100%;
}

@media (min-width: 1200px) {
  .gtbet-zg2d92 {
    display: none;
  }
}

.gtbet-6nwzzk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.gtbet-nuuuwt {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.gtbet-9ycqd6 {
  display: flex;
}

.gtbet-nxrcpn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.gtbet-oqbqcu {
  list-style: none;
}

@media (max-width: 1199px) {
  .gtbet-oqbqcu {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .gtbet-oqbqcu {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .gtbet-oqbqcu .gtbet-p02szr [data-ref-el],
  .gtbet-oqbqcu .gtbet-p02szr span,
  .gtbet-oqbqcu .gtbet-p02szr a {
    white-space: nowrap;
  }
}

.gtbet-5j53oh {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .gtbet-5j53oh.gtbet-gsccd0 > .gtbet-p02szr {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .gtbet-5j53oh.gtbet-16khiw:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .gtbet-5j53oh.gtbet-gsccd0 > .gtbet-4e4f7h {
    height: auto;
  }

  .gtbet-5j53oh.gtbet-gsccd0 > div > .gtbet-je9ttb {
    transform: rotate(180deg);
  }
}

.gtbet-5j53oh [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.gtbet-5j53oh [data-ref-el],
.gtbet-5j53oh span {
  cursor: pointer;
}

.gtbet-5j53oh [data-ref-el],
.gtbet-5j53oh span,
.gtbet-5j53oh a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .gtbet-5j53oh [data-ref-el],
  .gtbet-5j53oh span,
  .gtbet-5j53oh a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .gtbet-5j53oh [data-ref-el],
  .gtbet-5j53oh span,
  .gtbet-5j53oh a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.gtbet-4e4f7h {
  height: 0;
  overflow: hidden;
  transition: height 0.gtbet-x84yis ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.gtbet-4e4f7h::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.gtbet-4e4f7h::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.gtbet-4e4f7h::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .gtbet-4e4f7h {
    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;
  }

  .gtbet-4e4f7h:has(> .gtbet-5j53oh.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .gtbet-4e4f7h .gtbet-4e4f7h {
    padding: 0;
  }

  .gtbet-4e4f7h .gtbet-5j53oh {
    font-weight: 400;
  }

  .gtbet-4e4f7h .gtbet-5j53oh:hover > .gtbet-p02szr {
    background: var(--Neutral-300);
  }

  .gtbet-4e4f7h .gtbet-je9ttb {
    rotate: -90deg;
  }
}

.gtbet-p02szr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .gtbet-p02szr {
    padding: 8px;
  }

  .gtbet-5j53oh.gtbet-2lcxq7 > .gtbet-p02szr {
    background: var(--Neutral-300);
  }
}

.gtbet-je9ttb {
  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.gtbet-d1kmwx.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.gtbet-5gx57a 0.gtbet-jofbqc.gtbet-a1ecj5 -0.gtbet-o9vfh2 0.gtbet-dta8eh -0.gtbet-o9vfh2 1.gtbet-yg4zzp 0.gtbet-pjc08r.gtbet-0psvhj 4.gtbet-vrvd5k.gtbet-5gx57a 0.gtbet-xcycta.gtbet-l7fen7 -0.gtbet-o9vfh2 9.gtbet-4l89lb -0.gtbet-o9vfh2 10.gtbet-gnnd2n 0.gtbet-vdtqlu.gtbet-2bhqmk 0.gtbet-a1ecj5 10.gtbet-2bhqmk 0.gtbet-dta8eh 10.gtbet-gnnd2n 1.gtbet-20m49t.gtbet-iw6rpu 5.gtbet-zgjz9m.gtbet-7tai8e 6.gtbet-ar1xo8 5.gtbet-n1879w 6.gtbet-ar1xo8 4.gtbet-ee6gjm 5.gtbet-y9vdfd.gtbet-5gx57a 1.gtbet-pl60bj.gtbet-o9vfh2 0.gtbet-dta8eh -0.gtbet-o9vfh2 0.gtbet-a1ecj5 0.gtbet-5gx57a 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.gtbet-x84yis ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .gtbet-je9ttb {
    cursor: default;
  }
}

.gtbet-k7tz9w {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.gtbet-81jdka {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .gtbet-81jdka {
    padding: 40px 4px;
  }
}

.gtbet-0yjsu3 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .gtbet-0yjsu3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.gtbet-6aubso {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .gtbet-6aubso {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.gtbet-6aubso ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.gtbet-6aubso [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.gtbet-6aubso [data-ref-el],
.gtbet-6aubso span,
.gtbet-6aubso a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.gtbet-c7pp5l {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .gtbet-c7pp5l {
    margin-bottom: 12px;
  }
}

.gtbet-lo9hfe {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.gtbet-lo9hfe img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .gtbet-lo9hfe:last-child {
    margin-right: 0;
  }
}

.gtbet-24wsz5 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.gtbet-c7pp5l:hover .gtbet-eel7mk {
  visibility: visible;
  opacity: 1;
}

.gtbet-eel7mk {
  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);
}

.gtbet-0xipom {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.gtbet-p30ujf {
  display: flex;
  margin: 6px;
}

.gtbet-p30ujf img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.gtbet-eel7mk::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);
}

.gtbet-eel7mk::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);
}

.gtbet-yru6tj {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .gtbet-yru6tj {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.gtbet-ul3di2 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .gtbet-ul3di2 {
    margin-right: 32px;
  }
}

.gtbet-z3qker {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .gtbet-z3qker {
    margin-top: 0;
    width: 340px;
  }
}

.gtbet-z3qker a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.gtbet-hquc68 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.gtbet-4c9ns9 {
  position: relative;
}

@media (min-width: 768px) {
  .gtbet-4c9ns9 {
    margin-top: 40px;
  }
}

.gtbet-4c9ns9 + .gtbet-yef0h2,
.gtbet-4c9ns9 + .gtbet-4c9ns9 {
  margin-top: 24px;
}

.gtbet-re2eju {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .gtbet-re2eju {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .gtbet-re2eju {
    padding: 80px;
  }
}

.gtbet-69qofg {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .gtbet-69qofg {
    padding: 0 16px;
}


}

.gtbet-vtjjcr {
  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) {
  .gtbet-vtjjcr {
    font-size: 48px;
    line-height: 56px;
  }
}

.gtbet-lagdg7 {
  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) {
  .gtbet-lagdg7 {
    font-size: 24px;
    line-height: 32px;
  }
}

.gtbet-bw4wg0 {
  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;
}

.gtbet-bw4wg0:hover {
  background: var(--button-bg-hover);
}

.gtbet-6hc7gs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.gtbet-6hc7gs img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .gtbet-6hc7gs img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .gtbet-6hc7gs img {
  min-height: 100%;
  }
}

.gtbet-re2eju::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.gtbet-r3h3t6 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gtbet-r3h3t6 h1,
.gtbet-r3h3t6 h2,
.gtbet-r3h3t6 h3,
.gtbet-r3h3t6 h4 {
  margin-bottom: 6px;
}

.gtbet-r3h3t6 h1:not(:first-child),
.gtbet-r3h3t6 h2:not(:first-child),
.gtbet-r3h3t6 h3:not(:first-child),
.gtbet-r3h3t6 h4:not(:first-child) {
  margin-top: 16px;
}

.gtbet-r3h3t6 h1,
.gtbet-r3h3t6 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .gtbet-r3h3t6 h1,
  .gtbet-r3h3t6 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.gtbet-r3h3t6 h2,
.gtbet-r3h3t6 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .gtbet-r3h3t6 h2,
  .gtbet-r3h3t6 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.gtbet-r3h3t6 h3,
.gtbet-r3h3t6 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .gtbet-r3h3t6 h3,
  .gtbet-r3h3t6 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.gtbet-r3h3t6 h4,
.gtbet-r3h3t6 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.gtbet-r3h3t6 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.gtbet-r3h3t6 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.gtbet-r3h3t6 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);
}

.gtbet-r3h3t6 ul ul {
  margin-bottom: 8px;
}

.gtbet-r3h3t6 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.gtbet-r3h3t6 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.gtbet-r3h3t6 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.gtbet-r3h3t6 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.gtbet-r3h3t6 ol li::marker {
  font-weight: 700;
}

.gtbet-r3h3t6 ol ol {
  margin-bottom: 8px;
}

.gtbet-r3h3t6 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.gtbet-r3h3t6 ol ul li {
  padding-left: 16px;
}

.gtbet-r3h3t6 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) {
  .gtbet-r3h3t6 table {
    padding: 24px;
  }
}

.gtbet-r3h3t6 table.gtbet-izzf1v {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.gtbet-x84yis,
    mask-image 0.3s;
}

.gtbet-r3h3t6 table.gtbet-izzf1v.gtbet-zgsn6y {
  -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) {
  .gtbet-r3h3t6 table {
    display: table;
  }
}

.gtbet-r3h3t6 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);
}

.gtbet-r3h3t6 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.gtbet-r3h3t6 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.gtbet-r3h3t6 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) {
  .gtbet-r3h3t6 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.gtbet-r3h3t6 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.gtbet-r3h3t6 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.gtbet-r3h3t6 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.gtbet-r3h3t6 img {
  max-width: 100%;
  height: auto;
}

.gtbet-tl6ui2 {
  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) {
  .gtbet-tl6ui2 {
    padding: 24px;
  }
}

.gtbet-o5k8r1 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .gtbet-o5k8r1 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.gtbet-o5k8r1 > * {
  margin: 0 !important;
}

.gtbet-o5k8r1 img,
.gtbet-0831dq {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gtbet-o5k8r1 img,
  .gtbet-0831dq {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gtbet-m7uq6u {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gtbet-m7uq6u {
    width: 32px;
    height: 32px;
  }
}

.gtbet-33hl0i {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.gtbet-33hl0i .gtbet-iy459u {
  flex-shrink: 0;
}

.gtbet-33hl0i .gtbet-9xdzry svg {
  display: none;
}

.gtbet-j81k0a {
  display: grid;
  transition: max-height 0.gtbet-x84yis ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .gtbet-j81k0a {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .gtbet-j81k0a {
    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));
  }
}

.gtbet-j81k0a.gtbet-m8528q + .gtbet-iy459u svg {
  transform: rotate(180deg);
}

.gtbet-l5ue2j {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.gtbet-l5ue2j > div:nth-child(3n) {
  grid-column: span 2;
}

.gtbet-l5ue2j
  > div:nth-child(3n)
  .gtbet-lo1d4j
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .gtbet-l5ue2j {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gtbet-l5ue2j > div:nth-child(3n) {
    grid-column: unset;
  }

  .gtbet-l5ue2j
    > div:nth-child(3n)
    .gtbet-lo1d4j
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .gtbet-l5ue2j {
    max-width: 270px;
  }
}

.gtbet-l5ue2j .gtbet-lo1d4j button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .gtbet-l5ue2j .gtbet-lo1d4j button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .gtbet-l5ue2j .gtbet-lo1d4j button {
    max-width: 104px;
  }
}

.gtbet-qo1gk6 {
  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) {
  .gtbet-qo1gk6 {
    margin-bottom: 0;
  }
}

.gtbet-8ube4u {
  display: none;
  opacity: 0;
}

.gtbet-ojgts6 {
  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;
  }
}

.gtbet-ojgts6 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.gtbet-lo1d4j {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.gtbet-lo1d4j button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .gtbet-lo1d4j
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .gtbet-lo1d4j
    button {
    max-width: 145px;
  }
}

.gtbet-jhi2fj:first-child
  .gtbet-lo1d4j
  button {
  max-width: 270px;
}

.gtbet-w687a9 {
  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%;
}

.gtbet-qo1gk6 picture {
  width: 100%;
  max-width: 100%;
}

.gtbet-noxjqb {
  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;
}

.gtbet-noxjqb svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.gtbet-qo1gk6:hover .gtbet-noxjqb {
  display: flex;
}

.gtbet-5pgc8n {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.gtbet-6cb9n5 {
  display: flex;
}

.gtbet-6cb9n5:hover .gtbet-wcyl17,
.gtbet-6cb9n5 .gtbet-2lcxq7 .gtbet-wcyl17 {
  display: flex;
}

.gtbet-6cb9n5 svg {
  flex-shrink: 0;
}

.gtbet-wcyl17 {
  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) {
  .gtbet-wcyl17 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.gtbet-wcyl17:hover {
  display: flex;
}

.gtbet-wcyl17 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.gtbet-v5t1e6 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .gtbet-v5t1e6 {
    font-size: 12px;
  }
}

.gtbet-iy7nyh,
.gtbet-i8hsdx {
  width: 50%;
  flex-shrink: 0;
}

.gtbet-iy7nyh {
  font-weight: 700;
}

.gtbet-sxa9mu .gtbet-j81k0a {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .gtbet-sxa9mu .gtbet-j81k0a {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .gtbet-sxa9mu .gtbet-j81k0a {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.gtbet-sxa9mu
  .gtbet-w687a9:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.gtbet-sxa9mu .gtbet-ojgts6 {
  height: 100% !important;
  border-radius: 16px;
}

.gtbet-sxa9mu .gtbet-lo1d4j {
  gap: 4px;
  align-items: center;
}

.gtbet-sxa9mu .gtbet-lo1d4j button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gtbet-sxa9mu .gtbet-lo1d4j svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.gtbet-sxa9mu .gtbet-fkm9wd,
.gtbet-sxa9mu .gtbet-j8b276 {
  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.gtbet-d1kmwx.org/2000/svg'%3E%3Cpath d='M9.gtbet-vudnp5 4.gtbet-p6gqdi.gtbet-fdsrjt 5.gtbet-ngjdkv.gtbet-4txt62 5.gtbet-sqk7gc.gtbet-xyjb0i 5.gtbet-qf76yj.gtbet-o48ahl 8.gtbet-xkibb6.gtbet-hf2ugv 9.gtbet-up1dxe.gtbet-mwkx46 9.gtbet-veiu8z.gtbet-omz3vq 13.gtbet-5cyv4v.gtbet-x5s528 11.gtbet-yg54lg.gtbet-suubgw 11.gtbet-38qmme.gtbet-3etioj 11.gtbet-d4rapi.gtbet-xxuicl 13.gtbet-7e0rki.gtbet-cb41f9 9.gtbet-ml4vc3.gtbet-xkuef7 9.gtbet-mtqv5j.gtbet-w1rn15 8.gtbet-u0nycs.gtbet-lzmqom 5.gtbet-69n53v.gtbet-icsjje 5.gtbet-ilatyv.gtbet-rhb2nj 5.gtbet-oui4wy.gtbet-e1dvjr 4.gtbet-r483zp.gtbet-suubgw 1.gtbet-sldjjs.gtbet-vudnp5 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.gtbet-sxa9mu .gtbet-fkm9wd {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.gtbet-sxa9mu .gtbet-j8b276 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.gtbet-z4gqoz {
  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) {
  .gtbet-z4gqoz {
    padding: 24px;
  }
}

.gtbet-z4gqoz .gtbet-iy459u {
  display: flex;
}

@media (min-width: 768px) {
  .gtbet-z4gqoz .gtbet-iy459u {
    display: none;
  }
}

.gtbet-z4gqoz .gtbet-9xdzry svg {
  display: none;
}

.gtbet-wdoqon {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.gtbet-wdoqon .gtbet-p24gqy {
  display: none;
}

@media (min-width: 768px) {
  .gtbet-wdoqon .gtbet-p24gqy {
    display: flex;
  }
}

.gtbet-3zhujz {
  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) {
  .gtbet-3zhujz {
    font-size: 40px;
    line-height: 48px;
  }
}

.gtbet-3zhujz > * {
  margin: 0 !important;
}

.gtbet-3zhujz img,
.gtbet-idiqno {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gtbet-3zhujz img,
  .gtbet-idiqno {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gtbet-05nlsi {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gtbet-05nlsi {
    width: 32px;
    height: 32px;
  }
}

.gtbet-nk6zno {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .gtbet-nk6zno {
    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;
  }

  .gtbet-nk6zno::-webkit-scrollbar {
    display: none;
  }
}

.gtbet-1g2nni {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .gtbet-1g2nni {
    padding: 7px 15px;
  }
}

.gtbet-1g2nni:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.gtbet-n35xjm {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .gtbet-n35xjm {
    display: flex;
    opacity: 1;
  }
}

.gtbet-1g2nni picture {
  height: 100%;
  display: block;
}

.gtbet-1g2nni img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .gtbet-1g2nni img {
    width: 88px;
    height: 44px;
  }
}

.gtbet-1g2nni p {
  text-align: center;
  width: 100%;
}

.gtbet-eiol7p {
  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) {
  .gtbet-eiol7p {
    font-size: 40px;
    line-height: 48px;
  }
}

.gtbet-eiol7p img,
.gtbet-wt8dao {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gtbet-eiol7p img,
  .gtbet-wt8dao {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gtbet-o3lns0 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gtbet-o3lns0 {
    width: 32px;
    height: 32px;
  }
}

.gtbet-3uaim5 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.gtbet-n8wayd {
  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;
}

.gtbet-73kijf {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.gtbet-73kijf.gtbet-2lcxq7 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.gtbet-csycr1 {
  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) {
  .gtbet-csycr1 {
    font-size: 20px;
    line-height: 28px;
  }
}

.gtbet-t0g6jh {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.gtbet-0hadj6 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.gtbet-x84yis ease;
  opacity: 0;
  color: var(--text-color);
}

.gtbet-kzccai {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.gtbet-kzccai ol,
.gtbet-kzccai ul {
  padding-left: 1.3em;
}

.gtbet-73kijf.gtbet-2lcxq7 .gtbet-0hadj6 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.gtbet-73kijf.gtbet-2lcxq7 .gtbet-t0g6jh {
  transform: rotate(180deg);
  color: var(--text-color);
}

.gtbet-v8sjml {
  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) {
  .gtbet-v8sjml {
    padding: 24px;
  }
}

.gtbet-v8sjml .gtbet-iy459u {
  display: flex;
}

@media (min-width: 768px) {
  .gtbet-v8sjml .gtbet-iy459u {
    display: none;
  }
}

.gtbet-v8sjml .gtbet-9xdzry svg {
  display: none;
}

.gtbet-gy9tsv {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gtbet-gy9tsv .gtbet-p24gqy {
  display: none;
}

@media (min-width: 768px) {
  .gtbet-gy9tsv .gtbet-p24gqy {
    display: flex;
  }
}

.gtbet-aizmkb {
  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) {
  .gtbet-aizmkb {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.gtbet-aizmkb > * {
  margin: 0 !important;
}

.gtbet-aizmkb img,
.gtbet-sc0pzl {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gtbet-aizmkb img,
  .gtbet-sc0pzl {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gtbet-0600o8 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gtbet-0600o8 {
    width: 32px;
    height: 32px;
  }
}

.gtbet-bo950n {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .gtbet-bo950n {
    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;
  }

  .gtbet-bo950n::-webkit-scrollbar {
    display: none;
  }
}

.gtbet-rpxa0g {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.gtbet-rpxa0g:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.gtbet-02ytus {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .gtbet-02ytus {
    display: flex;
    opacity: 1;
  }
}

.gtbet-rpxa0g picture {
  width: auto;
  height: 100%;
  display: block;
}

.gtbet-rpxa0g picture img {
  display: block;
  width: auto;
  height: 100%;
}

.gtbet-qmf1n2 {
  margin: -24px 0;
}

.gtbet-qmf1n2:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .gtbet-qmf1n2 {
    margin: -16px 0;
  }
}

.gtbet-sw3b0p {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .gtbet-sw3b0p {
    flex-direction: row;
  }
}

.gtbet-xwns6b {
  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) {
  .gtbet-xwns6b {
    flex: 1;
  }
}

.gtbet-xwns6b::placeholder {
  color: var(--Text-400);
}

.gtbet-e5au4n {
  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;
}

.gtbet-jm1ya7 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.gtbet-jm1ya7::-webkit-scrollbar {
  display: none;
}

.gtbet-n7uuur {
  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;
}

.gtbet-n7uuur img,
.gtbet-n7uuur svg {
  margin-right: 8px;
}

.gtbet-z6wvuk {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.gtbet-qmf1n2 + .gtbet-capzcf {
  margin-top: 0;
}

@media (min-width: 768px) {
  .gtbet-qmf1n2 + .gtbet-capzcf {
    margin-top: -16px;
  }
}

.gtbet-tpwelo {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.gtbet-tpwelo > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.gtbet-tpwelo > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.gtbet-pxzu4k {
  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;
}

.gtbet-87vq0t {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.gtbet-7k0xyz {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.gtbet-5h8wjy {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.gtbet-bjne6a {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.gtbet-pxzu4k 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;
}

.gtbet-pxzu4k 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) {
  .gtbet-pxzu4k {
    padding: 39px 179px 39px 39px;
  }

  .gtbet-87vq0t {
    font-size: 40px;
    line-height: 48px;
  }

  .gtbet-bjne6a {
    height: 348px;
  }

  .gtbet-pxzu4k button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .gtbet-pxzu4k button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .gtbet-pxzu4k {
    padding: 63px;
  }
}

.gtbet-nwcxui {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .gtbet-nwcxui {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.gtbet-zglxcz {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .gtbet-zglxcz {
    width: auto;
  }
}

.gtbet-1yiw5n {
  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;
}

.gtbet-1yiw5n::-webkit-scrollbar {
  display: none;
}

.gtbet-1yiw5n 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);
}

.gtbet-1yiw5n a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .gtbet-1yiw5n {
    margin-left: 16px;
    margin-top: 0;
  }
}

.gtbet-nwcxui .gtbet-klhtqq {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.gtbet-x84yis,
    mask-image 0.3s;
}

.gtbet-nwcxui .gtbet-klhtqq.gtbet-zgsn6y {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.gtbet-9l5aa6 {
  margin: 40px -16px;
}

.gtbet-8io897 + .gtbet-yef0h2,
.gtbet-8io897 + .gtbet-4c9ns9 {
  margin-top: 24px;
}

.gtbet-2ymmy4 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.gtbet-2ymmy4 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.gtbet-60fys8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .gtbet-60fys8 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .gtbet-60fys8 {
    margin-top: 0;
  }
}

.gtbet-osq418 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .gtbet-osq418 {
    font-size: 24px;
    line-height: 32px;
  }
}

.gtbet-gqqjmg {
  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) {
  .gtbet-gqqjmg {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.gtbet-lp0cwa {
  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) {
  .gtbet-lp0cwa {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.gtbet-ronmh1 {
  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) {
  .gtbet-ronmh1 {
    font-size: 20px;
    line-height: 28px;
  }
}

.gtbet-5adwzm {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .gtbet-5adwzm {
    font-size: 32px;
    line-height: 40px;
  }
}

.gtbet-genspb {
  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;
}

.gtbet-dj2utd {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.gtbet-dj2utd img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gtbet-capzcf {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.gtbet-lkech8 {
  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) {
  .gtbet-lkech8 {
    padding: 15px 48px;
  }
}

main > .gtbet-capzcf {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .gtbet-j81k0a.gtbet-0flily > div:nth-child(n+5) {
    display: none;
  }
}

.gtbet-r3h3t6 p a img {
  display: block;
  margin: 0 auto;
}


.gtbet-44ghmv {
  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 */
.gtbet-drq7zq {
  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;
}

.gtbet-drq7zq label {
  font-size: 14px;
}

.gtbet-drq7zq h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.gtbet-drq7zq input,
.gtbet-drq7zq textarea,
.gtbet-drq7zq 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;
}
.gtbet-drq7zq button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.gtbet-sgff2m ease;
}
.gtbet-drq7zq button:hover {
  background-color: var(--button-bg-hover);
}
.gtbet-narrj8 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.gtbet-o1ofdr ease-in;
}

.gtbet-narrj8 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;
}
.gtbet-bj9x25, .gtbet-6icv4u, [class*="review-card"],
thead, thead th, table th, .gtbet-iw3f3x,
.gtbet-xt9zlj, [class*="collapsible-header"],
.gtbet-rhymli, [class*="updated-block"] {
  color: #ece7dc !important;
}
