@font-face {
  src: url('/assetsLAL9/componentsLAL9/visualLAL9/fontLAL9/inter-regularLAL9.woff2')
    format('woff2');
  font-family: 'inter-regularLAL9';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url('/assetsLAL9/componentsLAL9/visualLAL9/fontLAL9/kanit-boldLAL9.woff2')
    format('woff2');
  font-family: 'kanit-boldLAL9';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-title: 'inter-regularLAL9', sans-serif;
  --font-btn: 'inter-regularLAL9', sans-serif;
  --font-text: 'inter-regularLAL9', sans-serif;
  --font-nav: 'inter-regularLAL9', sans-serif;
  --font-family: 'inter-regularLAL9', sans-serif;
  --font-quicksand: 'inter-regularLAL9', sans-serif;
  --font-kanit: 'kanit-boldLAL9', sans-serif;

  --color-bg: #0e1120;
  --color-white: #ffffff;
  --color-cart: #1c223a;
  --color-btn: #ff9095;
  --color-btn-light: #ffbb613d;
  --color-yellow: #ffbd43;
  --color-gray: #676767;
  --color-black: #2f2f2f;
  --color-light-gray: #d9d9d9;

  --font-s38: 2.375rem;
  --font-s28: 1.75rem;
  --font-s24: 1.5rem;
  --font-s17: 1.025rem;
  --font-s12: 0.75rem;

  --transition: all ease-in-out 0.5s;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.quicksand-boldLAL9 {
  font-family: 'inter-regularLAL9', sans-serif !important;
}

h2 {
  font-family: 'kanit-boldLAL9', sans-serif !important;
  line-height: 120%;
}

.color-blue {
  color: #5691fe;
}

body {
  background: #0F0C1A;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  position: relative;
  font-family: 'inter-regularLAL9', sans-serif;
  line-height: 130%;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
}

main,
footer {
  width: 100%;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

header {
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}
.color-green {
  color: #00FFE0;
}

.tx-26-20 {
  font-size: 26px;
}
@media screen and (max-width: 600px) {
  .tx-26-20 {
    font-size: 20px;
  }
}

.tx-38-24 {
  font-size: 38px;
}

.tx-16 {
  font-size: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

@media screen and (max-width: 600px) {
  .tx-38-24 {
    font-size: 24px;
  }
}

.tx-20-18 {
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .tx-20-18 {
    font-size: 18px;
  }
}

.fw-700 {
  font-weight: 700;
}

.mb-24-16 {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .mb-24-16 {
    margin-bottom: 16px;
  }
}

.container__mainLAL9 {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.visually-hiddenLAL9 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

/* Header */
.headerLAL9 {
  width: 100%;
  padding: 0.5rem 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

@media screen and (max-width: 991px) {
  .headerLAL9 {
    padding: 1rem 0;
  }
}

.menuLAL9 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1100px) {
  .menuLAL9 {
    flex-direction: column;
    align-items: flex-start;
  }
}

.header__logo-boxLAL9,
.header__logoLAL9 {
  flex-shrink: 0;
}
.header__logo-boxLAL9 {
  background: linear-gradient(180deg, #0fff9f 0%, #008cff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .header__logo-boxLAL9 {
    font-size: 16px;
  }
}

.menu__linksLAL9 {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.menu__listLAL9 {
  gap: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.menu__list-itemLAL9 a {
  font-family: 'kanit-boldLAL9', sans-serif;
  font-size: 16px;
  opacity: 0.8;
  color: #fff;
  position: relative;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.menu__list-itemLAL9 a:hover {
  color: #FF4EDF;
}

.menu__list-itemLAL9 a.active {
  opacity: 1;
}

.w190LAL9 {
  flex-shrink: 0;
}

.menu__btnboxLAL9 {
  display: flex;
  align-items: center;
  gap: 16px;
}

.menu---btnLAL9 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: var(--font-s17);
  color: #000;
  font-family: var(--font-btn);
  font-weight: 800;
  line-height: 19px;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  border: 1px solid transparent;
}

.loginLAL9 {
  min-width: 146px;
  padding: 0 20px;
  color: #fff;
  font-family: 'kanit-boldLAL9', sans-serif;
  font-size: 16px;
  border-radius: 60px;
border: 1px solid #FF4EDF;
box-shadow: 0 2px 6px 0 rgba(6, 7, 16, 0.50);
}

.loginLAL9:hover {
background: #FF4EDF;
}

.registrLAL9 {
  min-width: 157px;
  padding: 0 20px;
  color: #fff;
  border-radius: 60px;
background: #FF4EDF;
box-shadow: 0 2px 6px 0 rgba(6, 7, 16, 0.50);
  font-family: 'kanit-boldLAL9', sans-serif;
  font-size: 16px;
}

.opacity-80 {
  opacity: 0.8;
}

.registrLAL9:hover {
  border-radius: 60px;
border: 1px solid #FF4EDF;
box-shadow: 0 2px 6px 0 rgba(6, 7, 16, 0.50);
background: transparent;
}

/* Welcom Section */
.welcomeLAL9 {
  padding: 1.875rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.welcome--infoLAL9 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 540px;
}

.welcome--contentLAL9 {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.welcome--imgLAL9 {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .welcome--contentLAL9 {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.welcome--imgLAL9 img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 991px) {
  .welcome--imgLAL9 img {
    width: 100%;
    height: 100%;
  }
}

.welcome----titleLAL9 {
  font-family: 'kanit-boldLAL9', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  text-transform: capitalize;
}

.color-gradientLAL9 {
  background: linear-gradient(180deg, #ff4754 0%, #ffc56b 100%);
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

.welcome--textLAL9 {
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 24px;
  line-height: normal;
  color: #fff;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .welcome--textLAL9 {
    font-size: 20px;
    text-align: center;
  }
}

.welcome--btnboxLAL9 {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
}

.welcome--btnLAL9 {
  width: 100%;
  max-width: 464px;
  height: 40px;
  font-family: 'inter-regularLAL9', sans-serif;
  border-radius: 16px;
  background: linear-gradient(180deg, #0fff9f 0%, #008cff 100%);
}

.welcome--btnLAL9:hover {
  opacity: 0.8;
}

.btn-buy-ticket {
  color: #0d312a;
  border: none;
}

.welcome--timerboxLAL9 {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  border-radius: 16px;
  border: 1px solid #5691fe;
  background: rgba(14, 254, 159, 0.2);
  backdrop-filter: blur(24.149999618530273px);
  max-width: 464px;
}

@media screen and (max-width: 600px) {
  .welcome--timerboxLAL9 {
    padding: 24px 12px;
  }
}

.welcome---timertitleLAL9 {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-white);
  position: relative;
  z-index: 2;
}

.timer-countboxLAL9 {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.timer--countLAL9 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.timer---timeLAL9 {
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

.timer----elemLAL9 {
  position: relative;
  overflow: hidden;
  background: #243458;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 16px;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  max-width: 80px;
  width: 100%;
  height: 85px;
  border-radius: 10px;
  background: rgba(249, 249, 249, 0.25);
  color: #fff;
  text-align: center;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 48px;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Popular lotto */
.lottoLAL9 {
  padding: 80px 0;
}

@media screen and (max-width: 600px) {
  .lottoLAL9 {
    padding: 50px 0;
  }
}

.lotto-containerLAL9 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 600px) {
  .lotto-containerLAL9 {
    gap: 16px;
  }
}

.lotto--titleLAL9 {
  font-family: var(--font-title);
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: var(--color-white);
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.lotto--cartsLAL9 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1200px) {
  .lotto--cartsLAL9 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .lotto--cartsLAL9 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .lotto--cartsLAL9 {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.lotto---cartLAL9 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 397px;
  width: 100%;
  padding: 1rem;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.lotto---cartLAL9::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #ff4754 0%, #f5d45c 100%);
  border-radius: 24px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  padding: 1px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  z-index: 0;
}

.lotto---cartLAL9:hover {
  transform: translateY(-0.25rem);
  -webkit-transform: translateY(-0.25rem);
  -moz-transform: translateY(-0.25rem);
  -ms-transform: translateY(-0.25rem);
  -o-transform: translateY(-0.25rem);
}

.lotto----infoLAL9 {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  position: relative;
  z-index: 2;
  justify-content: space-between;
  height: 100%;
}

.lotto_nameLAL9 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #5691fe;
}

.lotto---listsLAL9 {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.lotto----itemLAL9 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lotto_checkLAL9 {
  max-width: 30px;
  width: 100%;
  height: 30px;
  background-image: url(/assetsLAL9/componentsLAL9/visualLAL9/checkLAL9.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lotto----imageLAL9 {
  max-width: 196px;
  width: 100%;
  height: 197px;
  margin-inline: auto;
  object-fit: contain;
}

.black-textLAL9 {
  color: var(--color-black-text) !important;
}

/* Works */
.w292LAL9 {
  max-width: 292px !important;
  width: 100%;
}
.h56LAL9 {
  height: 56px;
}
.work-iconLAL9 {
  max-width: 64px;
  width: 100%;
  height: 64px;
  margin-inline: auto;
}

.work-documentLAL9 {
  background-image: url(/assetsLAL9/componentsLAL9/visualLAL9/articleLAL9.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-listLAL9 {
  background-image: url(/assetsLAL9/componentsLAL9/visualLAL9/couponsLAL9.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-paymentsLAL9 {
  background-image: url(/assetsLAL9/componentsLAL9/visualLAL9/card-holderLAL9.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-giftLAL9 {
  background-image: url(/assetsLAL9/componentsLAL9/visualLAL9/giftLAL9.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-centerLAL9 {
  text-align: center;
}

.work---cartLAL9 {
  justify-content: stretch !important;
  height: auto;
}

/* Standarts */
.standarts-containerLAL9 {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1.5rem;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  position: relative;
  overflow: hidden;
  background: var(--color-cart);
}

.standarts-containerLAL9::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #b79223 0%, #2048c9 100%);
  border-radius: 24px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  padding: 1px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  z-index: 0;
}

.standarts--elemsLAL9 {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
}

.standarts---elemLAL9 {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  max-width: 364px;
  width: 100%;
  align-items: center;
}

.standarts-starsLAL9 {
  background-image: url(/assetsLAL9/componentsLAL9/visualLAL9/collectLAL9.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.standarts-brodcastLAL9 {
  background-image: url(/assetsLAL9/componentsLAL9/visualLAL9/broadcastLAL9.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.standarts-phoneLAL9 {
  background-image: url(/assetsLAL9/componentsLAL9/visualLAL9/cell-phoneLAL9.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.standarts----textLAL9 {
  font-family: var(--font-nav);
  font-weight: 600;
  font-size: var(--font-s17);
  line-height: 24px;
  color: var(--color-white);
  text-align: center;
}

.standarts---verticalLAL9 {
  height: 67px;
  width: 100%;
  max-width: 2px;
  background: linear-gradient(180deg, #ff7558 0%, #ffc20e 100%);
}

/* Footer */
.footerLAL9 {
  position: relative;
  padding: 50px 0;
  background: #000;
}

@media screen and (max-width: 600px) {
  .footerLAL9 {
    padding: 30px 0;
  }
}

.footer-containerLAL9 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer--regulatoryLAL9 {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 20px;
  background: rgba(14, 254, 159, 0.2);
}

@media screen and (max-width: 600px) {
  .footer--regulatoryLAL9 {
    padding: 16px;
  }
}

.footer--listsLAL9 {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: center;
  flex-wrap: wrap;
}

.footer---listLAL9 {
  list-style-type: disc;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-left: 1rem;
}

@media screen and (max-width: 600px) {
  .footer---listLAL9 {
    font-size: 14px;
  }
}

.footer--responsiblyLAL9 {
  background: transparent !important;
}

.textcolor-yellowLAL9 {
  color: var(--color-yellow);
}

.footer--navmenuLAL9 {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  justify-content: center;
}

.footer---linkLAL9 a {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: var(--font-s17);
  line-height: 24px;
  color: var(--color-yellow);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.footer---linkLAL9 a:hover {
  color: var(--color-white);
}

.footer--bannerLAL9 {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

.footer--parthersLAL9 {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
}

.footer---aglcLAL9 {
  max-width: 110px;
  width: 100%;
  height: 40px;
}
.footer---begambleawareLAL9 {
  max-width: 214px;
  width: 100%;
  height: 40px;
}
.footer---gamesenseLAL9 {
  max-width: 100px;
  width: 100%;
  height: 29px;
}
.footer---selfexclusionLAL9 {
  max-width: 100px;
  width: 100%;
  height: 28px;
}

.footer-logo-link_quPfin {
  background: linear-gradient(180deg, #0fff9f 0%, #008cff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-family: 'inter-regularLAL9', sans-serif !important;
  line-height: normal;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .footer-logo-link_quPfin {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }
}

.footer-logo-link_quPfin img {
  width: auto;
  height: auto;
}

.logo-text_quPfin {
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .logo-text_quPfin {
    margin-top: 14px;
  }
}

.tx-14 {
  font-size: 14px;
}

/* Contact */
.contact-infoLAL9 {
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
  max-width: 606px;
  width: 100%;
  margin-inline: auto;
}

.contact--boxLAL9 {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}

.emeil-boxLAL9 {
  display: flex;
  align-items: center;
  gap: 0.675rem;
}

.contact--formLAL9 {
  display: flex;
  gap: 0.5rem;
  flex-direction: column !important;
  max-width: 606px;
  width: 100%;
  margin-inline: auto;
}

.contact__inputLAL9 {
  outline: none;
  height: 56px;
  width: 100%;
  background: var(--color-cart);
  border: 1px solid #d5d5d5;
  font-size: 1.025rem;
  color: var(--color-text-dark);
  font-family: var(--font-text);
  font-weight: 600;
  line-height: 22px;
  padding: 0.875rem 1rem;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.contact__inputLAL9::placeholder {
  font-size: 1.025rem;
  color: #2f2f2f;
  font-family: var(--font-text);
  font-weight: 600;
  line-height: 130%;
}

.contact--textareaLAL9 {
  height: 162px;
  resize: none;
}

.statusLAL9 {
  padding: 10px;
  background-color: rgb(0, 145, 0);
  margin-top: 5px;
  display: none;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-white);
  line-height: 120%;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.formLAL9.active .statusLAL9 {
  display: block;
}

._contact__btnLAL9 {
  max-width: 100% !important;
  width: 100%;
  background: var(--color-full-btn);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 1.025rem;
  line-height: 19px;
  color: var(--color-white);
}

.addressboxLAL9 {
  background: var(--color-cart);
  border: 1px solid #d5d5d5;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact_subtitleLAL9 {
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 19px;
  color: var(--color-black-text);
}

.contact---itemLAL9 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contact---locationLAL9 {
  background-image: url(/assetsMaEws/componentsMaEws/frontMaEws/imagesMaEws/contactMaEws/icon-locationMaEws.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 24px;
  width: 100%;
  height: 24px;
}
.contact---phoneLAL9 {
  background-image: url(/assetsMaEws/componentsMaEws/frontMaEws/imagesMaEws/contactMaEws/icon-phoneMaEws.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 24px;
  width: 100%;
  height: 24px;
}
.contact---mailLAL9 {
  background-image: url(/assetsMaEws/componentsMaEws/frontMaEws/imagesMaEws/contactMaEws/icon-mailMaEws.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 24px;
  width: 100%;
  height: 24px;
}

.contact--addressLAL9 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact---itemLAL9 a {
  word-break: break-all;
}

/* Modal Sign up  */
.modal_signLAL9 {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #101010ad;
  backdrop-filter: blur(10px);
  padding: 0 1rem;
}

.modal--titleLAL9 {
  font-family: 'kanit-boldLAL9', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .modal--titleLAL9 {
    font-size: 26px;
  }
}

.modal--textLAL9 {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: var(--font-s17);
  line-height: 24px;
  text-align: center;
  color: var(--color-white);
}

.modal__content-signLAL9 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  width: 100%;
  height: 467px;
  max-width: 560px;
  position: relative;
  border-radius: 24px;
border: 1px solid #6D48DC;
background: #1E1733;
box-shadow: 0 2px 6px 0 rgba(9, 8, 13, 0.15);
}

@media screen and (max-width: 600px) {
  .modal__content-signLAL9 {
    padding: 20px;
  }
}

.formLAL9 {
  display: flex;
  flex-direction: column;
  gap: 0.675rem;
  width: 100%;
  margin-inline: auto;
}

.form__inputLAL9 {
  outline: none;
  border: none;
  box-shadow: none;
  padding: 12px;
  color: #fff;
  font-weight: 700;
  height: 45px;
  line-height: 20px;
  font-size: 16px;
  border-bottom: 1px solid #6D48DC;
  background: transparent;
}

.form__inputLAL9::placeholder {
  color: #fff;
  font-weight: 400;
  line-height: 100%;
  font-size: 16px;
}

.form__buttonLAL9 {
  outline: none;
  border: none;
  width: 100%;
  height: 48px;
  font-family: 'kanit-boldLAL9', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
background: #FF4EDF;
box-shadow: 0 2px 6px 0 rgba(6, 7, 16, 0.50);
}

.form__buttonLAL9:hover {
border: 1px solid #FF4EDF;
background: transparent;
}

.form__loginLAL9 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: var(--font-s17);
  line-height: 100%;
  text-align: center;
  color: var(--color-white);
}

.form__regLAL9 {
  font-family: "kanit-boldLAL9", sans-serif;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}

/* Log in */
.modal_loginLAL9 {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #101010ad;

  padding: 0 1rem;
  backdrop-filter: blur(10px);
}
.modal__content-loginLAL9 {
  border-radius: 24px;
  border: 1px solid #6D48DC;
  background: #1E1733;
  box-shadow: 0 2px 6px 0 rgba(9, 8, 13, 0.15);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 4rem;
  width: 100%;
  height: 350px;
  max-width: 560px;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  backdrop-filter: blur(19.799999237060547px);
}

.modal-contentLAL9.success {
  background-color: #4caf50;
  color: white;
}

.modalLAL9 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-contentLAL9 {
  background: white;
  padding: 20px;
  border-radius: 5px;
  max-width: 400px;
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.modal-contentLAL9.success {
  background-color: #4caf50;
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
}

/* Burger */
#MenuToggleLAL9 {
  display: none;
  position: absolute;
  top: 0;
  left: 0rem;
  z-index: 999 !important;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 58px;
}

#MenuToggleLAL9 a {
  text-decoration: none;
  color: var(--color-white);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

#MenuToggleLAL9 span {
  display: block;
  width: 26px;
  height: 2px;
  margin-bottom: 5px;
  right: 0rem;
  top: 0.2rem;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1001 !important;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.no-scrollLAL9 {
  overflow: hidden !important; /* Отключаем прокрутку с приоритетом */
}

#MenuToggleLAL9 span:first-child {
  transform-origin: 0% 0%;
}

#MenuToggleLAL9 span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#MenuLAL9 {
  position: absolute;
  max-width: 100vw;
  width: 100%;
  z-index: 1000;
  padding-top: 5.25rem;
  margin: 0 0 0 0px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  background: var(--color-bg);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  height: 130vh;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
}

#MenuToggleLAL9 input:checked ~ ul {
  transform: none;
}

.burger-buttonLAL9 {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  opacity: 1;
  z-index: 1002 !important;
  -webkit-touch-callout: none;
  background: transparent;
  border: none;
  padding: 0;
}

/* Добавляем класс для открытого состояния */
.burger-buttonLAL9.active span:first-child {
  transform: rotate(45deg) translate(6px, 1px);
  background: #fff !important;
  -webkit-transform: rotate(45deg) translate(6px, 1px);
  -moz-transform: rotate(45deg) translate(6px, 1px);
  -ms-transform: rotate(45deg) translate(6px, 1px);
  -o-transform: rotate(45deg) translate(6px, 1px);
}

.burger-buttonLAL9.active span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.burger-buttonLAL9.active span:last-child {
  background: #fff !important;
  transform: rotate(-45deg) translate(-3px, 5px);
  -webkit-transform: rotate(-45deg) translate(-3px, 5px);
  -moz-transform: rotate(-45deg) translate(-3px, 5px);
  -ms-transform: rotate(-45deg) translate(-3px, 5px);
  -o-transform: rotate(-45deg) translate(-3px, 5px);
}

/* Обновляем селектор для checked состояния */
#MenuToggleLAL9 .active ~ #MenuLAL9 {
  transform: none;
}

/* Modal Age */
.age-verification-overlayLAL9 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 0 1rem;
}

.age-verification-modalLAL9 {
  background: var(--color-bg);
  padding: 50px 40px;
  text-align: center;
  max-width: 453px;
  width: 100%;
  border: var(--border-2px);
  display: flex;
  flex-direction: column;
  gap: 0.675rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.age-verification-modalLAL9 h2 {
  font-size: 1.5rem;
  color: var(--color-white);
  font-family: var(--font-title);
  font-weight: 700;
  margin-bottom: 20px;
}

.age-verification-modalLAL9 p {
  font-size: 0.875rem;
  color: var(--color-white);
  font-family: var(--font-text);
  line-height: 100%;
  font-weight: 400;
}

.age-btnLAL9 {
  max-width: 100%;
  width: 100%;
  font-size: 1.025rem !important;
  border-radius: 16px;
  background: linear-gradient(180deg, #0fff9f 0%, #008cff 100%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.age-verification-modalLAL9 {
  animation: fadeIn 0.5s ease-out;
}

/* Cookies */
.cookie-consent-overlayLAL9 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 0 1rem;
}

.cookie-consent-modalLAL9 {
  background: var(--color-bg);
  padding: 1.5rem 1.75rem;
  text-align: center;
  max-width: 500px;
  width: 100%;
  border: var(--border-2px);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.cookie-consent-modalLAL9 h2 {
  font-size: 1.5rem;
  color: var(--color-white);
  font-family: var(--font-title);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.cookie-consent-modalLAL9 p {
  font-size: 0.9rem;
  color: var(--color-white);
  font-family: var(--font-text);
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.cookie-consent-buttonsLAL9 {
  display: flex;
  gap: 0.75rem;
}

.cookie-btnLAL9 {
  flex: 1;
  font-size: 1rem !important;
  padding: 0.75rem 1rem;
}

.btn-acceptLAL9 {
  border-radius: 16px;
  background: linear-gradient(180deg, #0fff9f 0%, #008cff 100%);
}

.btn-settingsLAL9 {
  color: var(--color-white);
  background: transparent;
  border-radius: 16px;
  border: 1px solid #5691fe;
}

.cookie-consent-modalLAL9 {
  animation: fadeIn 0.5s ease-out;
}

/* About us */
.aboutus-infoLAL9 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.aboutus--gameballsLAL9 {
  background-image: url(/assetsLAL9/componentsLAL9/visualLAL9/aboutLAL9.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 608px;
  width: 100%;
  height: 517px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.aboutus--gameballsLAL9::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #b79223 0%, #2048c9 100%);
  border-radius: 20px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  padding: 1px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  z-index: 0;
}

.aboutus--descLAL9 {
  max-width: 608px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.aboutus--titleLAL9 {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: var(--font-s24);
  line-height: 28px;
  text-transform: uppercase;
}

.aboutus----listsLAL9 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.aboutus_listLAL9 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.textboldLAL9 {
  font-weight: 800;
  font-family: var(--font-btn);
}

.color-gradientnewLAL9 {
  background: linear-gradient(180deg, #ff7558 0%, #ffc20e 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

.w608LAL9 {
  max-width: 608px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.padbottomLAL9 {
  padding-bottom: 2.5rem;
}

/* Tickets */
.tickets-numbersboxLAL9 {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  max-width: 798px;
  width: 100%;
  background: var(--color-cart);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.tickets--titleLAL9 {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--color-white);
  position: relative;
  z-index: 2;
}

.tickets--btnboxLAL9 {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  max-width: 582px;
  width: 100%;
  margin-inline: auto;
}

.tickets---btnLAL9 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 51px;
  width: 100%;
  max-width: 279px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 1.025rem;
  line-height: 19px;
  color: var(--color-black);
  background: #aaaaaa;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  position: relative;
  z-index: 2;
}

.tickets---btnLAL9:hover {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}

.tickets---randomLAL9 {
  background: var(--color-btn);
  position: relative;
  z-index: 2;
}

.tickets---numbersLAL9 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 581px;
  width: 100%;
  gap: 0.5rem;
  position: relative;
  z-index: 2;
}

.tickets----numberLAL9 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  max-width: 76px;
  width: 100%;
  height: 76px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.025rem;
  line-height: 24px;
  color: #36454f;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.dropdownLAL9 {
  position: relative;
  width: 100%;
}

.dropdown-btnLAL9 {
  background: #ffffff;
  width: 100%;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.dropdown-btnLAL9:hover {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(249, 154, 39, 0.2);
}

.dropdown-btnLAL9::after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #f99a27;
  border-bottom: 2px solid #f99a27;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.dropdown-btnLAL9.active::after {
  transform: rotate(-135deg);
}

.tickets--spacetextLAL9 {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: var(--font-s17);
  line-height: 24px;
  color: var(--color-white);
}

.dropdown-contentLAL9 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 10;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border-bottom: 1px solid #d5d5d5;
}

.dropdown-contentLAL9.active {
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  margin-top: 5px;
}

.greentextLAL9 {
  color: #6fc197 !important;
}

.dropdown-itemLAL9 {
  padding: 15px 20px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  justify-content: space-between;
}

.dropdown-itemLAL9:last-child {
  border-bottom: none;
}

.dropdown-itemLAL9:hover {
  background-color: #fff;
}

.dropdown-itemLAL9.selected {
  background-color: #fff;
  font-weight: 500;
}

.option-textLAL9 {
  font-size: 16px;
  color: #333;
}

.option-priceLAL9 {
  font-size: 16px;
  color: #666;
}

.infoLAL9 {
  margin-top: 20px;
  padding: 15px;
  background-color: #f6f6f6;
  border-radius: 8px;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.tickets-paymentLAL9 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 381px;
  width: 100%;
  background: var(--color-cart);
  border-radius: 24px;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.tickets-paymentLAL9::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #b79223 0%, #2048c9 100%);
  border-radius: 26px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  padding: 1px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  z-index: 0;
}

.tickets-infoLAL9 {
  display: flex;
  gap: 1.25rem;
}

.tickets--spaceLAL9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  z-index: 2;
}

.selected-optionLAL9,
.option-textLAL9,
.option-priceLAL9 {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.025rem;
  line-height: 24px;
  color: #36454f;
}

.tickets---countLAL9 {
  border-top: 2px solid #6fc197;
  padding: 0.675rem 0;
}

.full-btnLAL9 {
  background: var(--color-btn);
  max-width: 100% !important;
  width: 100%;
}

.tickets-disclaimerLAL9 {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: var(--font-s12);
  line-height: 18px;
  text-align: center;
  color: var(--color-white);
}

.tickets--selectedLAL9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tickets---selectednumsLAL9 {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.tickets----selectednumsLAL9 {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.025rem;
  line-height: 24px;
  color: #2f2f2f;
}

.game-selectorLAL9 {
  max-width: 100%;
  width: 100%;
  border: none;
  outline: none;
}

.game-dropdownLAL9 {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background-color: white;
  position: relative;
  z-index: 2;
  border: none;
  outline: none;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-family: var(--font-btn);
  font-weight: 800;
  font-size: var(--font-s17);
  line-height: 19px;
  color: #1f1f1f;
}

.grand-numbers-containerLAL9 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column !important;
  gap: 1.5rem;
  width: 100%;
  max-width: 100%;
}

.grand-titleLAL9 {
  font-family: var(--font-title);
  font-weight: 800;
  font-size: var(--font-s17);
  line-height: 19px;
  color: var(--color-white);
  text-align: center;
}

.grand-numbersLAL9 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.game-instructionsLAL9 {
  text-align: center;
  margin: 10px 0;
  font-size: 14px;
  color: #666;
}

.form__inputLAL9.error {
  border-color: #ff0000;
  background-color: #ffe6e6;
}

.tickets----numberLAL9.selected {
  background: linear-gradient(180deg, #ff7558 0%, #ffc20e 100%);
  color: #1f1f1f;
}

.formUserLAL9 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  position: relative;
  z-index: 2;
}

.simple-modal-overlayLAL9 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}

.simple-modal-contentLAL9 {
  background: white;
  border-radius: 8px;
  padding: 30px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  animation: slideUp 0.3s ease;
}

.simple-modal-contentLAL9 h3 {
  color: #27ae60;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-family: var(--font-title);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.simple-modal-contentLAL9 p {
  color: #333;
  font-family: var(--font-text);
  line-height: 1.4;
  font-weight: 400;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Results */
.responsible-topLAL9 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.tablewrapperLAL9 {
  overflow-x: auto;
  padding: 15px;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

th {
  padding: 0.75rem;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: var(--font-s24);
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
  color: var(--color-white);
}

th:nth-child(1) {
  width: 20%;
  border-top-left-radius: 16px;
}
th:nth-child(2) {
  width: 20%;
}
th:nth-child(3) {
  width: 35%;
}
th:nth-child(4) {
  width: 10%;
}
th:nth-child(5) {
  width: 15%;
  border-top-right-radius: 16px;
}

tbody tr {
  transition: all 0.3s ease;
}

td {
  padding: 1.75rem 0.75rem;
  font-family: var(--font-btn);
  font-weight: 600;
  font-size: var(--font-s17);
  line-height: 24px;
  text-align: center;
  color: var(--color-white);
}

.jackpotcelllastLAL9 {
  padding: 1rem 0.75rem;
}

.gamecellLAL9 {
  padding: 1.875rem 0.75rem;
  font-family: var(--font-btn);
  font-weight: 600;
  font-size: var(--font-s17);
  line-height: 24px;
  text-align: center;
  color: var(--color-white);
}

.numbersLAL9 {
  display: flex;
  gap: 0.5rem;
  width: 100%;
  justify-content: center;
}

.numberLAL9 {
  background: #ffffff;
  max-width: 34px;
  width: 100%;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: var(--font-s17);
  line-height: 24px;
  text-align: center;
  color: var(--color-black);
}

.bonusnumberLAL9 {
  background: linear-gradient(180deg, #ff7558 0%, #ffc20e 100%);
}

.bonuscellLAL9 {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: var(--font-s17);
  line-height: 24px;
  text-align: center;
  color: var(--color-black);
  width: 100%;
  display: flex;
  justify-content: center;
}

.jackpotcellLAL9 {
  font-weight: 700;
  font-size: 1rem;
}

/* Scrollbar */
.table-wrapperLAL9::-webkit-scrollbar {
  height: 10px;
}

.table-wrapperLAL9::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.table-wrapperLAL9::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #3498db, #2980b9);
  border-radius: 10px;
}

.table-wrapperLAL9::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #2980b9, #1f639b);
}

/* Others Styles */
.dottedLAL9 li {
  list-style-type: disc;
  margin-left: 1.5rem;
}

.cookies-containerLAL9 {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #fff;
}

.cookies-itemLAL9 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  opacity: 0.8;
  margin-top: 20px;
}

.cookies-itemLAL9 ul {
  padding-left: 20px;
}

.cookies-itemLAL9 li {
  list-style-type: disc;
}

.cookies--topLAL9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookies--listsLAL9 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Media */
@media screen and (max-width: 1260px) {
  .container__mainLAL9 {
    padding: 0 1rem;
  }

  .aboutus-infoLAL9 {
    flex-direction: column;
  }

  .aboutus--descLAL9 {
    max-width: 100%;
    width: 100%;
  }

  .tickets-infoLAL9 {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .welcomeLAL9 {
    padding: 1.5rem 0;
  }

  .standarts--elemsLAL9 {
    flex-direction: column;
  }

  .standarts---verticalLAL9 {
    display: none;
  }

  .modal__content-signLAL9,
  .modal__content-loginLAL9 {
    padding: 2rem;
  }

  .form__loginLAL9 {
    flex-direction: column;
    gap: 0.5rem;
  }

  .aboutus--gameballsLAL9 {
    max-width: 608px;
    width: 100%;
    height: 440px;
  }
}

@media screen and (max-width: 780px) {
  .menu__listLAL9 {
    display: none;
  }

  #MenuToggleLAL9 {
    display: block;
  }

  .menu__btnboxLAL9 {
    flex-direction: column;
    align-items: center;
  }

  .menu__list-itemLAL9 {
    max-width: 103px;
    width: 100%;
    margin-inline: auto;
    text-align: center;
  }

  .welcome----titleLAL9 {
    font-size: 32px;
    text-align: center;
  }

  .timer---timeLAL9 {
    font-size: 14px;
  }
  .timer----elemLAL9 {
    max-width: 60px;
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
  }

  .footer--parthersLAL9 {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }

  .timer-countboxLAL9 {
    gap: 0.875rem;
  }

  .lotto--titleLAL9 {
    word-break: break-all;
  }

  .cookies--topLAL9 {
    flex-direction: column;
    gap: 1rem;
  }

  .tickets----numberLAL9 {
    max-width: 35px;
    width: 100%;
    height: 35px;
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 470px) {
  .footer--navmenuLAL9 {
    flex-direction: column;
    gap: 0.5rem;
  }

  .modal__content-signLAL9,
  .modal__content-loginLAL9 {
    padding: 1rem;
  }
}
/* --- FOOTER --- */
.footer_quPfin {
  background-color: #000000;
  color: #fff;
  padding: 60px 10px 0;
  font-family: 'inter-regularLAL9', sans-serif;
}

.footer-top_quPfin {
display: grid;
grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
  gap: 40px;
}

@media screen and (max-width: 991px) {
  .footer-top_quPfin {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.footer-logo-img_quPfin {
  width: 236px;
  height: 100px;
  margin-bottom: 16px;
}

.footer-text_quPfin {
  font-family: 'inter-regularLAL9', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  max-width: 250px;
}

.footer-heading_quPfin {
  color: #fff;
  font-family: 'kanit-boldLAL9', sans-serif;
  line-height: 120%; /* 28.8px */
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .footer-heading_quPfin {
    margin-bottom: 14px;
  }
}

.footer-links_quPfin {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 600px) {
  .footer-links_quPfin {
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}

.footer-links_quPfin li {
  margin-bottom: 10px;
}

.footer-links_quPfin a {
  color: #00FFE0;
  font-family: 'kanit-boldLAL9', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
}

@media screen and (max-width: 600px) {
  .footer-links_quPfin a {
    font-size: 18px;
  }
}

.footer-links_quPfin a:hover {
  color: #fff;
}

.footer-copyrightLAL9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-copyrightLAL9 img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 600px) {
  .footer-copyrightLAL9 {
    margin-top: 16px;
  }
}

.playsafe-links_quPfin {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.playsafe-links_quPfin a {
  color: #5691fe;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  font-family: 'inter-regularLAL9', sans-serif !important;
}

@media screen and (max-width: 600px) {
  .playsafe-links_quPfin a {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .playsafe-links_quPfin {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

.passport-titleLAL9 {
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
}

@media screen and (max-width: 600px) {
  .passport-titleLAL9 {
    font-size: 16px;
  }
}

.tx-16-14 {
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  .tx-16-14 {
    font-size: 14px;
  }
}

.tx-48-32 {
  font-size: 48px;
}
@media screen and (max-width: 600px) {
  .tx-48-32 {
    font-size: 32px;
  }
}

.passport-contentLAL9 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media screen and (max-width: 600px) {
  .passport-contentLAL9 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.passport-itemLAL9 {
  border-radius: 20px;
  border: 2px solid #5691fe;
  background: linear-gradient(180deg, #0d622d 0%, #0d312a 100%);
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  position: relative;
}

.btn-passportLAL9 {
  border-radius: 16px;
  background: linear-gradient(180deg, #0fff9f 0%, #008cff 100%);
  padding: 10px 32px;
  height: 40px;
  width: 248px;
  text-transform: uppercase;
}

@media screen and (max-width: 700px) {
  .btn-passportLAL9 {
    width: 100%;
  }
}

.passport-item-contentLAL9 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.passport-item-centerLAL9 {
  display: flex;
  gap: 32px;
}

.passport-item-content-titleLAL9 {
  color: #5691fe;
  text-align: center;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
}

.passport-item-content-textLAL9 {
  color: #fff;
  text-align: center;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-16-10 {
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .mb-16-10 {
    margin-bottom: 10px;
  }
}

.numbersLAL9 {
  padding: 80px 0 0;
}

@media screen and (max-width: 600px) {
  .numbersLAL9 {
    padding: 50px 0 0;
  }
}

/* Winning Numbers Table */
.winning-numbers-tableLAL9 {
  width: 100%;
  margin-top: 40px;
}

.numbers-tableLAL9 {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

.numbers-tableLAL9 thead {
  background: transparent;
}

.numbers-tableLAL9 th {
  color: #f5d45c;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(245, 212, 92, 0.3);
}

.numbers-tableLAL9 th:first-child {
  width: 25%;
}

.numbers-tableLAL9 th:nth-child(2) {
  width: 20%;
}

.numbers-tableLAL9 th:nth-child(3) {
  width: 55%;
}

.numbers-tableLAL9 tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.numbers-tableLAL9 tbody tr:last-child {
  border-bottom: none;
}

.numbers-tableLAL9 td {
  padding: 16px 20px;
  vertical-align: middle;
}

.draw-nameLAL9 {
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.draw-dateLAL9 {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.draw-numbersLAL9 {
  width: 100%;
}

.numbers-wrapperLAL9 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.number-badgeLAL9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #f5d45c;
  color: #000;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Mobile Styles */
@media screen and (max-width: 768px) {
  .winning-numbers-tableLAL9 {
    margin-top: 24px;
  }

  .numbers-tableLAL9 {
    display: block;
  }

  .numbers-tableLAL9 thead {
    display: none;
  }

  .numbers-tableLAL9 tbody {
    display: block;
  }

  .numbers-tableLAL9 tbody tr {
    display: block;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    margin-bottom: 16px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .numbers-tableLAL9 tbody tr:last-child {
    margin-bottom: 0;
  }

  .numbers-tableLAL9 td {
    display: block;
    padding: 0;
    border: none;
    margin-bottom: 16px;
  }

  .numbers-tableLAL9 td:last-child {
    margin-bottom: 0;
  }

  .draw-nameLAL9 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .draw-dateLAL9 {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .numbers-wrapperLAL9 {
    gap: 8px;
  }

  .number-badgeLAL9 {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .numbers-tableLAL9 th {
    font-size: 14px;
    padding: 12px 16px;
  }

  .numbers-tableLAL9 td {
    padding: 20px 16px;
  }

  .draw-nameLAL9 {
    font-size: 14px;
  }

  .draw-dateLAL9 {
    font-size: 12px;
  }

  .number-badgeLAL9 {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .numbers-wrapperLAL9 {
    gap: 6px;
  }
}

.results-table_quPfin {
  width: 100%;
  border-collapse: collapse;
}

.results-header_quPfin {
  display: grid;
  grid-template-columns: 3fr 3fr 5fr;
  border: 3px solid #212533;
  padding: 16px;
  font-family: 'inter-regularLAL9', sans-serif;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 600px) {
  .results-header_quPfin {
    font-size: 14px;
    padding: 8px;
  }
}
.lotto-ball_quPfin {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 48px;
  background-color: #f5d45c;
  color: #262c36;
  border-radius: 300px;
  font-family: 'inter-regularLAL9', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}

@media screen and (max-width: 900px) {
  .lotto-ball_quPfin {
    width: 31px;
    height: 30px;
    font-size: 14px;
  }
}

.results-row_quPfin {
  display: grid;
  grid-template-columns: 3fr 3fr 5fr;
  padding: 16px;
  background: #212533;
  font-family: 'inter-regularLAL9', sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  align-items: center;
  color: #f5d45c;
}

@media screen and (max-width: 900px) {
  .results-row_quPfin {
    gap: 12px;
    margin-bottom: 16px;
    border-radius: 8px;
    font-size: 14px;
    padding: 8px;
  }
}

.col-nums_quPfin {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.cookie-headerLAL9 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 164px;
}

@media screen and (max-width: 600px) {
  .cookie-headerLAL9 {
    min-height: 91px;
  }
}

.cookie-headerLAL9 h1 {
  text-align: center;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 44px */
  letter-spacing: -0.88px;
  text-transform: uppercase;
  color: #5691fe;
}

@media screen and (max-width: 600px) {
  .cookie-headerLAL9 h1 {
    font-size: 28px;
  }
}

.lotto--storiesLAL9 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .lotto--storiesLAL9 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .lotto--storiesLAL9 {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.lotto---storyLAL9 {
  padding: 24px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .lotto---storyLAL9 {
    padding: 10px;
  }
}

.lotto---storyLAL9::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #ff4754 0%, #f5d45c 100%);
  border-radius: 24px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  padding: 1px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  z-index: 0;
}

.lotto-stories-containerLAL9 {
  padding: 80px 0;
}

@media screen and (max-width: 600px) {
  .lotto-stories-containerLAL9 {
    padding: 50px 0;
  }
}

.aboutus-containerLAL9 {
  padding: 80px 1rem 0;
}

@media screen and (max-width: 600px) {
  .aboutus-containerLAL9 {
    padding: 50px 1rem 0;
  }
}

.aboutus-headerLAL9 {
  background: #212533;
  padding: 40px 10px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .aboutus-headerLAL9 {
    padding: 32px 10px;
    min-height: 241px;
  }
}

.contact-headerLAL9 {
  padding: 110px 10px 60px;
  min-height: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .contact-headerLAL9 {
    padding: 80px 10px 30px;
    min-height: 110px;
  }
}

.buy-tickets-headerLAL9 {
  padding: 60px 10px;
  min-height: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .buy-tickets-headerLAL9 {
    padding: 30px 10px;
    min-height: 94px;
  }
}

.contact-header-contentLAL9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 871px;
  margin: 0 auto;
}

.contact-header-contentLAL9 p {
  font-family: 'kanit-boldLAL9', sans-serif;
}

.aboutus-header-contentLAL9 {
  max-width: 728px;
}

/* Contact Section */

.contact-wrapperLAL9 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 40px;
  padding: 0;
}

.contact-faq-itemsLAL9 {
  border-radius: 20px;
  background: rgba(249, 249, 249, 0.25);
  padding: 24px;
}

@media screen and (max-width: 600px) {
  .contact-faq-itemsLAL9 {
    padding: 16px;
  }
}

.contact-form-containerLAL9 {
  width: 100%;
}

.contact-formLAL9 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-labelLAL9 {
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}

.contact-inputLAL9 {
  width: 100%;
  padding: 12px 0;
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  border: none;
  border-bottom: 1px solid #6D48DC;
  background: transparent;
  transition: border-color 0.3s ease;
}

.contact-inputLAL9::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.contact-inputLAL9:focus {
  border-bottom-color: #6D48DC;
}

.contact-textareaLAL9 {
  height: 45px;
  resize: vertical;
  border-bottom: 1px solid #6D48DC;
}

.contact-checkbox-labelLAL9 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  margin-top: 14px;
  opacity: 0.8;
}

.contact-checkboxLAL9 {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 2px;
  border: 1px solid #6D48DC;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
}

.contact-checkboxLAL9:checked {
  background: #6D48DC;
  border-color: #6D48DC;
}

.contact-checkboxLAL9:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.contact-submit-btnLAL9 {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 60px;
  background: #FF4EDF;
  color: #fff;
  font-family: 'kanit-boldLAL9', sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px 0 rgba(6, 7, 16, 0.50);
}

.contact-submit-btnLAL9:hover {
  background: transparent;
  border: 1px solid #FF4EDF;
}

.contact-submit-btnLAL9:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.contact-success-messageLAL9 {
  display: none;
  padding: 16px 20px;
  background: rgba(0, 200, 0, 0.2);
  border: 1px solid rgba(0, 200, 0, 0.5);
  border-radius: 12px;
  color: #4ade80;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}

.contact-success-messageLAL9.show {
  display: block !important;
  animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Contact FAQ */
.contact-faqLAL9 {
  border-radius: 20px;
  background: rgba(14, 254, 159, 0.2);
  padding: 24px;
  margin-bottom: 80px;
}

.contact-faq-itemLAL9 {
  border-radius: 16px;
  padding: 24px;
}

.contact-faq-itemLAL9[open] {
  border-radius: 10px;
  background: rgba(14, 254, 159, 0.2);
}

.contact-faq-itemLAL9 + .contact-faq-itemLAL9 {
  margin-top: 16px;
}

.contact-faq-summaryLAL9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  user-select: none;
}

.contact-faq-summaryLAL9::-webkit-details-marker {
  display: none;
}

.contact-faq-questionLAL9 {
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.contact-faq-panelLAL9 {
  margin-top: 12px;
}

.contact-faq-panelLAL9 p {
  color: #d1d5db;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.contact-faq-iconLAL9 {
  width: 18px;
  height: 18px;
  position: relative;
  flex-shrink: 0;
}

.contact-faq-iconLAL9::before,
.contact-faq-iconLAL9::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #f8fafc;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

.contact-faq-iconLAL9::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

details[open].contact-faq-itemLAL9 .contact-faq-iconLAL9::after {
  opacity: 0;
}

@media screen and (max-width: 600px) {
  .contact-faqLAL9 {
    padding: 16px 12px;
    margin-bottom: 50px;
  }

  .contact-faq-itemLAL9 {
    padding: 20px;
  }

  .contact-faq-questionLAL9 {
    font-size: 16px;
  }
}

.contact-info-containerLAL9 {
  width: 100%;
  padding: 0;
}

.contact-info-listLAL9 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-info-itemLAL9 {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.contact-icon-wrapperLAL9 {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00FFE0;
  border-radius: 8px;
  flex-shrink: 0;
}

.contact-icon-wrapperLAL9 svg {
  width: 20px;
  height: 20px;
}

/* Mobile Styles */
@media screen and (max-width: 991px) {
  .contact-wrapperLAL9 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
  .contact-labelLAL9 {
    font-size: 14px;
  }

  .contact-inputLAL9 {
    font-size: 14px;
  }

  .contact-textareaLAL9 {
    min-height: 45px;
  }

  .contact-checkbox-labelLAL9 {
    font-size: 14px;
  }

  .contact-submit-btnLAL9 {
    padding: 14px;
    font-size: 14px;
  }

  .contact-info-listLAL9 {
    gap: 24px;
  }

  .contact-info-itemLAL9 {
    font-size: 14px;
    gap: 12px;
  }

  .contact-iconLAL9 {
    width: 30px;
    height: 30px;
  }
}

/* Buy Tickets Section */
.buy-tickets-sectionLAL9 {
  padding: 40px 0 80px;
}

.buy-tickets-wrapperLAL9 {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 40px;
  align-items: start;
}

.buy-tickets-formLAL9 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.buy-tickets-stepLAL9 {
  width: 100%;
}

.buy-tickets-step-titleLAL9 {
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.buy-tickets-instructionLAL9 {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.buy-tickets-instructionLAL9 strong {
  color: #f5d45c;
  font-weight: 700;
}

/* Draw Buttons */
.draw-buttonsLAL9 {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.draw-btnLAL9 {
  padding: 12px 24px;
  background: #212533;
  border: 1px solid rgba(245, 212, 92, 0.5);
  border-radius: 10px;
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.draw-btnLAL9:hover {
  border-color: #f5d45c;
  background: rgba(245, 212, 92, 0.1);
}

.draw-btnLAL9.active {
  background: #ff6b35;
  border-color: #ff6b35;
  color: #000;
}

/* Numbers Grid */
.tickets-numbersboxLAL9 {
  position: relative;
  padding: 24px;
  background: #212533;
  border-radius: 12px;
  border: 1px solid rgba(245, 212, 92, 0.3);
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tickets-numbersboxLAL9 .buy-tickets-instructionLAL9 {
  margin-bottom: 0;
}

.tickets---numbersLAL9 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tickets----numberLAL9 {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #212533;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tickets----numberLAL9:hover {
  border-color: #f5d45c;
  background: rgba(245, 212, 92, 0.1);
}

.tickets----numberLAL9.selected {
  background: #f5d45c;
  border-color: #f5d45c;
  color: #000;
}

.tickets--btnboxLAL9 {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

.tickets---randomLAL9,
.tickets---clearLAL9 {
  flex: 1;
  padding: 12px 24px;
  background: #212533;
  border: 1px solid rgba(245, 212, 92, 0.5);
  border-radius: 10px;
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tickets---randomLAL9:hover,
.tickets---clearLAL9:hover {
  border-color: #f5d45c;
  background: rgba(245, 212, 92, 0.1);
}

/* Grand Numbers */
.grand-numbers-containerLAL9 {
  margin-top: 20px;
  padding: 20px;
  background: #212533;
  border-radius: 12px;
  border: 1px solid rgba(245, 212, 92, 0.3);
}

.grand-numbers-listLAL9 {
  grid-template-columns: repeat(7, 1fr);
}

/* Customer Details Form */
.customer-details-formLAL9 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.customer-inputLAL9 {
  width: 100%;
  padding: 13px 20px;
  background: #212533;
  border: 1px solid rgba(245, 212, 92, 0.5);
  border-radius: 10px;
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  transition: border-color 0.3s ease;
}

.customer-inputLAL9::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.customer-inputLAL9:focus {
  border-color: #f5d45c;
}

.customer-inputLAL9.error {
  border-color: #ff4754;
}

.customer-checkbox-labelLAL9 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.customer-checkboxLAL9 {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #f5d45c;
  flex-shrink: 0;
}

.complete-order-btnLAL9 {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 10px;
  color: #000;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.3s ease;
  margin-top: 8px;

  border-radius: 10px;
  background: #ff6b35;
}

.complete-order-btnLAL9:hover {
  opacity: 0.8;
}

.complete-order-btnLAL9:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Cart Summary */
.cart-summaryLAL9 {
  position: sticky;
  top: 20px;
  background: #212533;
  border: 1px solid rgba(245, 212, 92, 0.3);
  border-radius: 12px;
  padding: 24px;
  height: fit-content;
}

.cart-summary-titleLAL9 {
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.cart-summary-contentLAL9 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cart-empty-messageLAL9 {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 20px 0;
}

.cart-summary-detailsLAL9 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-summary-rowLAL9 {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.cart-totalLAL9 {
  padding-top: 12px;
  border-top: 1px solid rgba(245, 212, 92, 0.3);
  margin-top: 4px;
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

/* Mobile Styles */
@media screen and (max-width: 991px) {
  .buy-tickets-wrapperLAL9 {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cart-summaryLAL9 {
    position: static;
  }

  .tickets---numbersLAL9 {
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }

  .tickets----numberLAL9 {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .buy-tickets-sectionLAL9 {
    padding: 20px 0 40px;
  }

  .buy-tickets-formLAL9 {
    gap: 32px;
  }

  .buy-tickets-step-titleLAL9 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .buy-tickets-instructionLAL9 {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .draw-buttonsLAL9 {
    gap: 12px;
  }

  .draw-btnLAL9 {
    padding: 10px 16px;
    font-size: 14px;
  }

  .tickets-numbersboxLAL9 {
    padding: 16px;
  }

  .tickets---numbersLAL9 {
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }

  .tickets----numberLAL9 {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }

  .tickets--btnboxLAL9 {
    flex-direction: column;
    gap: 12px;
  }

  .tickets---randomLAL9,
  .tickets---clearLAL9 {
    padding: 10px 16px;
    font-size: 12px;
  }

  .customer-inputLAL9 {
    padding: 12px 16px;
    font-size: 14px;
  }

  .complete-order-btnLAL9 {
    padding: 14px;
    font-size: 14px;
  }

  .cart-summaryLAL9 {
    padding: 20px;
  }

  .cart-summary-titleLAL9 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

/* Shopping Cart */
.shopping-cartLAL9 {
  padding: 80px 0;
}

.shopping-cartLAL9 .container__mainLAL9 {
  padding: 0 20px;
}

.cart-wrapperLAL9 {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 400px);
  gap: 40px;
  align-items: start;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Cart Items Table */
.cart-itemsLAL9 {
  width: 100%;
}

.cart-tableLAL9 {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

.cart-tableLAL9 thead {
  border-bottom: 1px solid #f5d45c;
}

.cart-tableLAL9 th {
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding: 16px 20px;
}

.cart-tableLAL9 tbody tr {
  border-bottom: 1px solid #f5d45c;
}

.cart-tableLAL9 td {
  padding: 24px 20px;
  vertical-align: middle;
}

.cart-product-cellLAL9 {
  width: 40%;
}

.cart-product-infoLAL9 {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cart-product-imageLAL9 {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.cart-product-nameLAL9 {
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.cart-price-cellLAL9 {
  width: 15%;
}

.cart-priceLAL9 {
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cart-quantity-cellLAL9 {
  width: 20%;
}

.quantity-controlLAL9 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  width: fit-content;
  border-radius: 170px;
  border: 1px solid #555659;
  background: #212533;
}

.quantity-btnLAL9 {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 170px;
  background: #0d0f1a;
}

.quantity-btnLAL9:hover {
  background: rgba(245, 212, 92, 0.2);
}

.quantity-valueLAL9 {
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 18px;
  font-weight: 700;
  min-width: 30px;
  text-align: center;
}

.cart-subtotal-cellLAL9 {
  width: 15%;
}

.cart-subtotalLAL9 {
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cart-remove-cellLAL9 {
  width: 10%;
  text-align: center;
}

.cart-remove-btnLAL9 {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.cart-remove-btnLAL9:hover {
  color: #ff4754;
  background: rgba(255, 71, 84, 0.1);
}

/* Cart Summary Side */
.cart-summary-sideLAL9 {
  position: sticky;
  top: 20px;
}

.cart-summary-titleLAL9 {
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.cart-summary-boxLAL9 {
  padding: 24px 16px;
  border-radius: 16px;
  border: 1px solid #f5d45c;
  background: #212533;
}

.cart-summary-rowLAL9 {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}

.cart-summary-dividerLAL9 {
  height: 1px;
  background: #f5d45c;
  margin: 12px 0;
}

.cart-summary-totalLAL9 {
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}

.checkout-btnLAL9 {
  width: 100%;
  padding: 16px;
  background: #ff6b35;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.3s ease;
  margin-top: 20px;
}

.checkout-btnLAL9:hover {
  opacity: 0.8;
}

/* Hide empty cart row */
.cart-item-rowLAL9.hidden {
  display: none;
}

/* Mobile Styles */
@media screen and (max-width: 1050px) {
  .cart-wrapperLAL9 {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cart-summary-sideLAL9 {
    position: static;
  }

  .cart-tableLAL9 {
    font-size: 14px;
  }

  .cart-tableLAL9 th,
  .cart-tableLAL9 td {
    padding: 16px 12px;
  }

  .cart-product-imageLAL9 {
    width: 80px;
    height: 80px;
  }

  .cart-product-nameLAL9 {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .shopping-cartLAL9 {
    padding: 50px 0;
  }

  .shopping-cartLAL9 .container__mainLAL9 {
    padding: 0 10px;
  }

  .cart-tableLAL9 {
    display: block;
  }

  .cart-tableLAL9 thead {
    display: none;
  }

  .cart-tableLAL9 tbody {
    display: block;
  }

  .cart-tableLAL9 tr {
    display: block;
    margin-bottom: 20px;
    background: #212533;
    border: 1px solid rgba(245, 212, 92, 0.3);
    border-radius: 12px;
    padding: 16px;
  }

  .cart-tableLAL9 td {
    display: block;
    padding: 12px 0;
    border: none;
  }

  .cart-product-cellLAL9 {
    width: 100%;
  }
}

/* Shop Products */
.shop-productsLAL9 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 60px;
  padding: 0 20px;
}

.shop-product-itemLAL9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
}

.shop-product-itemLAL9:hover {
  border-color: #f5d45c;
  transform: translateY(-5px);
}

.shop-product-imageLAL9 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}

.shop-product-imageLAL9 img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 1340px) {
  .shop-product-imageLAL9 img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.shop-product-priceLAL9 {
  color: #ff6b35;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.shop-product-btnLAL9 {
  width: 100%;
  padding: 14px 24px;
  background: #ff6b35;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.shop-product-btnLAL9:hover {
  opacity: 0.8;
}

@media screen and (max-width: 800px) {
  .shop-productsLAL9 {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
    padding: 0 10px;
  }

  .shop-product-imageLAL9 {
    height: 200px;
    margin-bottom: 16px;
  }

  .shop-product-priceLAL9 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .shop-product-btnLAL9 {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.shopLAL9 {
  margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
  .shopLAL9 {
    margin-bottom: 50px;
  }
}

.shop-product-infoLAL9 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* Checkout */
.checkout-sectionLAL9 {
  padding: 40px 0 80px;
}

.checkout-sectionLAL9 .container__mainLAL9 {
  padding: 0 20px;
}

.checkout-wrapperLAL9 {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 40px;
  align-items: start;
}

.checkout-section-titleLAL9 {
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}

/* Billing Details */
.checkout-billingLAL9 {
  width: 100%;
}

.checkout-formLAL9 {
  display: flex;
  flex-direction: column;
}

.checkout-form-rowLAL9 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.checkout-form-fieldLAL9 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
}

.checkout-labelLAL9 {
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.checkout-inputLAL9 {
  width: 100%;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  color: #000;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  transition: border-color 0.3s ease;
}

.checkout-inputLAL9::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.checkout-inputLAL9:focus {
  border-color: #f5d45c;
}

/* Your Order */
.checkout-orderLAL9 {
  position: sticky;
  top: 20px;
}

.checkout-order-boxLAL9 {
  padding: 24px;

  border-radius: 20px;
  background: #212533;
}

.checkout-order-summaryLAL9 {
  margin-bottom: 32px;
}

.checkout-order-itemLAL9 {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}

.checkout-order-dividerLAL9 {
  height: 1px;
  background: #fff;
  margin: 16px 0;
}

.checkout-order-rowLAL9 {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 24px;
}

.checkout-order-totalLAL9 {
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}

/* Payment */
.checkout-paymentLAL9 {
  margin-bottom: 24px;
}

.checkout-payment-methodLAL9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.checkout-payment-labelLAL9 {
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.checkout-card-logosLAL9 {
  display: flex;
  gap: 8px;
}

.card-logoLAL9 {
  width: 21px;
  height: 14px;
  object-fit: contain;
}

/* Privacy */
.checkout-privacyLAL9 {
  margin-bottom: 24px;
}

.checkout-privacy-textLAL9 {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
}

.checkout-checkbox-labelLAL9 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}

.checkout-checkboxLAL9 {
  width: 24px;
  height: 24px;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  position: relative;
  transition: all 0.3s ease;
}

.checkout-checkboxLAL9:checked {
  background: #f5d45c;
  border-color: #f5d45c;
}

.checkout-checkboxLAL9:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.checkout-checkboxLAL9:hover {
  border-color: #f5d45c;
}

/* Order Button */
.checkout-order-btnLAL9 {
  width: 100%;
  padding: 16px;
  background: #ff6b35;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.checkout-order-btnLAL9:hover:not(:disabled) {
  opacity: 0.8;
}

.checkout-order-btnLAL9:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Mobile Styles */
@media screen and (max-width: 1050px) {
  .checkout-wrapperLAL9 {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .checkout-orderLAL9 {
    position: static;
  }
}

@media screen and (max-width: 600px) {
  .checkout-sectionLAL9 {
    padding: 20px 0 40px;
  }

  .checkout-sectionLAL9 .container__mainLAL9 {
    padding: 0 10px;
  }

  .checkout-form-rowLAL9 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .checkout-section-titleLAL9 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .checkout-order-boxLAL9 {
    padding: 20px;
  }
}

.passport-titleLAL9 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.info-contentLAL9 {
  display: flex;
  gap: 53px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .info-contentLAL9 {
    gap: 10px;
  }
}

.infoLAL9 {
  background: linear-gradient(180deg, #0d622d 0%, #0d312a 100%);
}

.info-contentLAL9 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-contentLAL9 li {
  font-size: 14px;
  font-family: 'inter-regularLAL9', sans-serif;
}

.info-itemLAL9 {
  display: flex;
  gap: 5px;
  align-items: center;
}

.info-item-textLAL9 {
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.info-itemLAL9 a {
  text-decoration: underline;
}

.welcome--subtitleLAL9 {
  color: #fff;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 38px;
  text-transform: uppercase;
  margin: 24px 0;
}

@media screen and (max-width: 600px) {
  .welcome--subtitleLAL9 {
    font-size: 20px;
    margin: 16px 0;
    text-align: center;
  }
}

.welcome--text-footerLAL9 {
  color: #fff;
  text-align: center;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.shop-product-itemLAL9 {
  border-radius: 20px;
  border: 2px solid #5691fe;
  background: linear-gradient(180deg, #0d622d 0%, #0d312a 100%);
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
}

.shop-product-badgeLAL9 {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 0px 16px 0px 24px;
  background: #5691fe;
  z-index: 10;

  color: #0d312a;
  text-align: center;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 14px;
  line-height: normal;
}

.shop-product-titleLAL9 {
  color: #fff;
  text-align: center;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
}

.contact--subtitleLAL9 {
  color: #fff;
  text-align: center;
  font-family: 'inter-regularLAL9', sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .contact--subtitleLAL9 {
    font-size: 20px;
  }
}

.privacyLAL9 {
  padding: 140px 0 70px;
}

.privacyLAL9 h1 {
  font-family: 'kanit-boldLAL9', sans-serif;
}

@media screen and (max-width: 600px) {
  .privacyLAL9 {
    padding: 110px 0 40px;
  }
}

.about-headerLAL9 {
  padding: 160px 0 100px;
  background-image: url('/assetsLAL9/componentsLAL9/visualLAL9/main-bgLAL9.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
  .about-headerLAL9 {
    background-image: url('/assetsLAL9/componentsLAL9/visualLAL9/main-bg-mobLAL9.webp');
    padding: 110px 0 40px;
  }
}

.disclaimerLAL9 {
  padding: 70px 0;
  background-image: url('/assetsLAL9/componentsLAL9/visualLAL9/disclaimerLAL9.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .disclaimerLAL9 {
    padding: 40px 0;
    background-image: url('/assetsLAL9/componentsLAL9/visualLAL9/disclaimer-mobLAL9.webp');
  }
}

.disclaimer-titleLAL9 {
  font-family: 'kanit-boldLAL9', sans-serif;
  margin-bottom: 14px;
}

.disclaimer-textLAL9 {
  color: #FFF;
text-align: center;
text-shadow: 0 2px 6px rgba(6, 7, 16, 0.50);
font-family: 'kanit-boldLAL9', sans-serif;
font-size: 50px;
margin-bottom: 20px;
line-height: 90%;
}

@media screen and (max-width: 600px) {
  .disclaimer-textLAL9 {
    font-size: 40px;
  }
}

.disclaimer-btnLAL9 {
  border-radius: 60px;
background: #FF4EDF;
box-shadow: 0 2px 6px 0 rgba(6, 7, 16, 0.50);
padding: 12px 40px;

color: #FFF;
text-align: center;
font-family: 'kanit-boldLAL9', sans-serif;
font-size: 16px;
}

.disclaimer-btnboxLAL9 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.disclaimer-contentLAL9 {
  max-width: 820px;
  margin: 0 auto;
}

.about-section-contentLAL9 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 70px 0;
}

.about-section-titleLAL9 {
  font-family: 'kanit-boldLAL9', sans-serif;
  font-size: 30px;
}

@media screen and (max-width: 600px) {
  .about-section-titleLAL9 {
    font-size: 26px;
  }
}

.about-section-listLAL9 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .about-section-listLAL9 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .about-section-listLAL9 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.about-section-list-itemLAL9 {
  border-radius: 12px;
border: 1px solid #6D48DC;
background: #1E1733;
box-shadow: 0 2px 6px 0 rgba(9, 8, 13, 0.15);
padding: 20px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
}

@media screen and (max-width: 600px) {
  .about-section-list-itemLAL9 {
    padding: 16px;
  }
}

.about-section-list-item-titleLAL9 {
  font-family: 'kanit-boldLAL9', sans-serif;
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .about-section-list-item-titleLAL9 {
    font-size: 18px;
  }
}

.platform-contentLAL9 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .platform-contentLAL9 {
    grid-template-columns: 1fr;
  }
}

.resp-contentLAL9 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .resp-contentLAL9 {
    grid-template-columns: 1fr;
  }
}

.platform-titleLAL9 {
  font-family: 'kanit-boldLAL9', sans-serif;
  margin-bottom: 14px;
}

.platform-subtitleLAL9 {
  font-family: 'kanit-boldLAL9', sans-serif;
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 90%;
}

@media screen and (max-width: 600px) {
  .platform-subtitleLAL9 {
    font-size: 26px;
  }
}

.platform-textLAL9 {
  opacity: 0.8;
}

.platformLAL9 {
  padding: 70px 0;
}

@media screen and (max-width: 600px) {
  .platformLAL9 {
    padding: 40px 0;
  }
}

.respLAL9 {
  padding: 70px 0;
}

@media screen and (max-width: 600px) {
  .respLAL9 {
    padding: 40px 0;
  }
}




.platform-listLAL9 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 600px) {
  .platform-listLAL9 {
    gap: 16px;
  }
}

.platform-list-itemLAL9 {
  display: flex;
  gap: 10px;
}

.platform-list-itemLAL9 {
  padding: 20px 0;
  border-bottom: 1px solid #6D48DC;
box-shadow: 0 2px 6px 0 rgba(9, 8, 13, 0.15);
display: flex;
flex-direction: column;
gap: 10px;
}

.platform-list-item-titleLAL9 {
  font-family: 'kanit-boldLAL9', sans-serif;
}

@media screen and (max-width: 600px) {
  .platform-list-item-titleLAL9 {
    word-break: break-word;
  }
}


.platform-list-secondaryLAL9 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .platform-list-secondaryLAL9 {
    gap: 16px;
  }
}

.platform-list-item-secondaryLAL9 {
  border-radius: 12px;
border: 1px solid #6D48DC;
background: #1E1733;
box-shadow: 0 2px 6px 0 rgba(9, 8, 13, 0.15);
padding: 20px;

display: flex;
flex-direction: column;
gap: 14px;
}

@media screen and (max-width: 600px) {
  .platform-list-item-secondaryLAL9 {
    padding: 16px;
  }
}

.platform-list-item-numberLAL9 {
  border-radius: 30px;
background: #00FFE0;
color: #000;
font-family: 'kanit-boldLAL9', sans-serif;
font-size: 20px;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}

@media screen and (max-width: 600px) {
  .platform-list-item-numberLAL9 {
    font-size: 18px;
  }
}

.transparant-titleLAL9 {
  font-family: 'kanit-boldLAL9', sans-serif;
  margin-bottom: 14px;
}

.transparant-subtitleLAL9 {
  font-family: 'kanit-boldLAL9', sans-serif;
  font-size: 30px;
  line-height: 90%;
  margin-bottom: 14px;
}

@media screen and (max-width: 600px) {
  .transparant-subtitleLAL9 {
    font-size: 26px;
  }
}

.transparant-textLAL9 {
  max-width: 820px;
  margin: 0 auto;
}

.transparant-listLAL9 {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .transparant-listLAL9 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .transparant-listLAL9 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}   

.transparant-list-itemLAL9 {
  border-radius: 12px;
border: 1px solid #6D48DC;
background: #1E1733;
box-shadow: 0 2px 6px 0 rgba(9, 8, 13, 0.15);
padding: 20px;
text-align: center;
display: flex;
flex-direction: column;
gap: 14px;
align-items: center;
justify-content: center;
}

@media screen and (max-width: 600px) {
  .transparant-list-itemLAL9 {
    padding: 16px;
  }
}

.transparant-list-item-titleLAL9 {
  font-family: 'kanit-boldLAL9', sans-serif;
}

.transparant-list-item-iconLAL9 {
  border-radius: 8px;
background: #00FFE0;
box-shadow: 0 2px 6px 0 rgba(6, 7, 16, 0.50);
padding: 6px 14px;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
}

.resp-content-itemLAL9 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.resp-content-item-titleLAL9 {
  font-family: 'kanit-boldLAL9', sans-serif;
  font-size: 38px;
}

@media screen and (max-width: 600px) {
  .resp-content-item-titleLAL9 {
    font-size: 26px;
  }
}

.resp-content-itemLAL9 ul {
  padding-left: 20px;
}

.resp-content-itemLAL9 ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}

.resp-content-item-imgLAL9 {
  width: auto;
  height: auto;
}

@media screen and (max-width: 600px) {
  .resp-content-item-imgLAL9 {
    width: 100%;
    height: 100%;
  }
}

.resp-content-item-imgboxLAL9 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-content-item-titleLAL9 {
  color: #00FFE0;
font-family: 'kanit-boldLAL9', sans-serif;
font-size: 20px;
margin-bottom: 14px;
text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .center-content-item-titleLAL9 {
    font-size: 18px;
  }
}

.center-content-item-subtitleLAL9 {
  color: #FFF;
font-family: 'kanit-boldLAL9', sans-serif;  
font-size: 30px;
}

@media screen and (max-width: 600px) {
  .center-content-item-subtitleLAL9 {
    font-size: 26px;
  }
}

.center-content-item-textLAL9 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.center-content-listLAL9 img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 600px) {
  .center-content-listLAL9 img {
    width: 100%;
    height: 100%;
  }
}

.center-content-listLAL9 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .center-content-listLAL9 {
    grid-template-columns: repeat(2, 1fr);
  }
}