*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  color: #D5C4A0;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
  background-color: #110A05;
  min-height: 100vh;
  line-height: 1.6;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}a {
  color: inherit;
  text-decoration: none;
}.mlx-layout-jas {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.mlx-page-jas {
  display: flex;
  min-height: 100vh;
}.mlx-main-jas {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media screen and (min-width: 1077px) {.mlx-main-jas {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1080px) {.mlx-main-jas {
  padding-bottom: 72px;
}
}.mlx-gc-jas {
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #17100A;
  border-radius: 0.5rem;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  width: 8.75rem;
  position: relative;
}
@media(min-width: 637px) {.mlx-gc-jas {
  width: 9.75rem;
}
}
@media(min-width: 1077px) {.mlx-gc-jas {
  width: 168px;
}
}.mlx-gc-jas:hover {
  border-color: rgba(201, 128, 32, 0.08);
  transform: translateY(-3px);
}.mlx-gc_img-jas {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.mlx-gc_img-jas img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.mlx-gc_hover-jas {
  transition: opacity .2s;
  inset: 0;
  background: rgba(10, 6, 3, 0.72);
  justify-content: center;
  align-items: center;
  position: absolute;
  display: flex;
  opacity: 0;
}.mlx-gc-jas:hover .mlx-gc_hover-jas {
  opacity: 1;
}.mlx-gc_hover_btn-jas {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  background: #C98020;
  font-weight: 700;
  font-size: 12px;
  color: #F6EDD8;
}.mlx-gc_info-jas {
  padding: 8px 0.625rem 10px;
}.mlx-gc_name-jas {
  overflow: hidden;
  max-width: 100%;
  color: #D5C4A0;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}.mlx-gc_prov-jas {
  color: #705C44;
  font-size: 10px;
}.mlx-gc_tag-jas {
  border-radius: 4px;
  padding: 2px 0.438rem;
  top: 0.375rem;
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: .04em;
  left: 0.375rem;
  z-index: 2;
}.mlx-gc_tag_hot-jas {
  background: #C4321A;
  color: #fff;
}.mlx-gc_tag_new-jas {
  background: #3E9E52;
  color: #110A05;
}.mlx-gc_tag_jp-jas {
  background: #D4931C;
  color: #110A05;
}.mlx-gc_tag_ex-jas {
  background: #8B4812;
  color: #fff;
}.mlx-gc_tag_live-jas {
  background: #C4321A;
  color: #fff;
}.mlx-gr-jas {
  background: #110A05;
  padding: 32px 1rem 0;
}
@media(min-width: 769px) {.mlx-gr-jas {
  padding: 36px 24px 0;
}
}.mlx-gr_in-jas {
  margin: 0 auto;
  max-width: 1320px;
}.mlx-gr_head-jas {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
}.mlx-gr_head_l-jas {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.mlx-gr_ic-jas {
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 32px;
  display: flex;
  height: 32px;
}.mlx-gr_ic-jas svg {
  stroke-linejoin: round;
  height: 16px;
  width: 1rem;
  stroke-linecap: round;
}.mlx-gr_title-jas {
  color: #F6EDD8;
  font-family: 'Rye', cursive;
  font-weight: 700;
  font-size: 1rem;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.mlx-gr_title-jas {
  font-size: 18px;
}
}.mlx-gr_more-jas {
  transition: color .2s;
  gap: 0.313rem;
  white-space: nowrap;
  font-size: 12px;
  flex-shrink: 0;
  display: flex;
  color: #876D50;
  align-items: center;
  font-weight: 600;
}.mlx-gr_more-jas:hover {
  color: #C98020;
}.mlx-gr_more-jas svg {
  stroke-linecap: round;
  height: 12px;
  width: 12px;
  stroke-linejoin: round;
}.mlx-gr_arrows-jas {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.mlx-gr_arr-jas {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  transition: background .15s,color .15s;
  justify-content: center;
  color: #A8916A;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
}.mlx-gr_arr-jas:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F6EDD8;
}.mlx-gr_arr-jas svg {
  stroke-linecap: round;
  width: 13px;
  height: 0.813rem;
  stroke-linejoin: round;
}.mlx-gr_seo_h-jas {
  margin: 0 0 6px;
  overflow-wrap: break-word;
  font-weight: 700;
  max-width: 680px;
  font-family: 'Rye', cursive;
  color: #D5C4A0;
  font-size: 13px;
}
@media(min-width: 767px) {.mlx-gr_seo_h-jas {
  font-size: 14px;
}
}.mlx-gr_seo-jas {
  margin-bottom: 12px;
  max-width: 680px;
  line-height: 1.55;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #876D50;
}.mlx-gr_seo-jas strong {
  font-weight: 600;
  color: #D5C4A0;
}.mlx-gr_scroll-jas {
  gap: 10px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}.mlx-gr_scroll-jas::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.mlx-gr_scroll-jas {
  gap: 0.75rem;
}
}.mlx-tb-jas {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #110A05;
  right: 0;
  display: flex;
  position: fixed;
  align-items: center;
  top: 0;
  left: 0;
  height: 56px;
  z-index: 80;
}.mlx-tb_in-jas {
  gap: 0;
  padding: 0 0.875rem;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}.mlx-tb_burger-jas {
  border-radius: 8px;
  gap: 5px;
  flex-shrink: 0;
  width: 2.375rem;
  align-items: center;
  flex-direction: column;
  margin-right: 0.5rem;
  justify-content: center;
  height: 2.375rem;
  display: flex;
}.mlx-tb_burger-jas:hover {
  background: rgba(255, 255, 255, 0.05);
}.mlx-tb_burger_line-jas {
  background: #A8916A;
  border-radius: 1px;
  width: 18px;
  display: block;
  height: 2px;
}
@media(min-width: 1079px) {.mlx-tb_burger-jas {
  display: none;
}
}.mlx-tb_logo-jas {
  gap: 0.563rem;
  font-weight: 800;
  font-size: 1.125rem;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  color: #F6EDD8;
}.mlx-tb_logo_mark-jas {
  overflow: hidden;
  border-radius: 8px;
  width: 32px;
  display: flex;
  justify-content: center;
  height: 32px;
  align-items: center;
}.mlx-tb_logo_mark-jas img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.mlx-tb_nav-jas {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 642px) {.mlx-tb_nav-jas {
  display: flex;
}
}.mlx-tb_tab-jas {
  transition: background .15s,color .15s;
  padding: 8px 0.875rem;
  border-radius: 8px;
  font-weight: 600;
  color: #A8916A;
  white-space: nowrap;
  font-size: 13px;
}.mlx-tb_tab-jas:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6EDD8;
}.mlx-tb_tab-jas.mlx-state_active-jas {
  background: rgba(201, 128, 32, 0.18);
  color: #F6EDD8;
}.mlx-tb_right-jas {
  gap: 8px;
  margin-left: auto;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.mlx-tb_login-jas {
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  border-radius: 8px;
  font-size: 13px;
  display: none;
  font-weight: 600;
  color: #D5C4A0;
}.mlx-tb_login-jas:hover {
  border-color: rgba(210, 140, 40, 0.45);
  color: #F6EDD8;
}
@media(min-width: 482px) {.mlx-tb_login-jas {
  display: block;
}
}.mlx-tb_reg-jas {
  transition: background .2s;
  background: #3E9E52;
  border-radius: 8px;
  padding: 9px 1.125rem;
  font-size: 13px;
  font-weight: 700;
  color: #0E0804;
  white-space: nowrap;
}.mlx-tb_reg-jas:hover {
  background: #4DBE64;
}.mlx-sb-jas {
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #1C1109;
  top: 56px;
  bottom: 0;
  z-index: 70;
  position: fixed;
  overflow-y: auto;
  width: 13.75rem;
  left: 0;
}.mlx-sb-jas.mlx-state_open-jas {
  transform: translateX(0);
}.mlx-sb-jas::-webkit-scrollbar {
  width: 4px;
}.mlx-sb-jas::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.mlx-sb-jas {
  transform: translateX(0);
}
}.mlx-sb_auth-jas {
  padding: 14px 12px 10px;
}.mlx-sb_btn_reg-jas {
  border-radius: 8px;
  padding: 0.688rem;
  background: #3E9E52;
  transition: background .2s;
  display: block;
  color: #0E0804;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
  text-align: center;
}.mlx-sb_btn_reg-jas:hover {
  background: #4DBE64;
}.mlx-sb_btn_login-jas {
  padding: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  color: #D5C4A0;
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}.mlx-sb_btn_login-jas:hover {
  border-color: rgba(210, 140, 40, 0.45);
  color: #F6EDD8;
}.mlx-sb_promo-jas {
  overflow: hidden;
  padding: 0.75rem 14px;
  border-radius: 0.5rem;
  margin: 0 0.75rem 0.625rem;
  background: linear-gradient(135deg,#3E1A06,#1C1109);
  border: 1px solid rgba(201, 128, 32, 0.18);
  position: relative;
}.mlx-sb_promo-jas::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(201, 128, 32, 0.18),transparent 70%);
  right: -20px;
  content: '';
  top: -20px;
  position: absolute;
  width: 80px;
  height: 80px;
}.mlx-sb_promo_title-jas {
  font-weight: 700;
  font-size: 11px;
  color: #C98020;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 4px;
}.mlx-sb_promo_text-jas {
  overflow-wrap: break-word;
  color: #F6EDD8;
  line-height: 1.35;
  font-size: 0.75rem;
  font-weight: 600;
}.mlx-sb_promo_sub-jas {
  font-size: 10px;
  color: #876D50;
  margin-top: 3px;
}.mlx-sb_nav-jas {
  padding: 0.375rem 0.5rem 1rem;
}.mlx-sb_nav_lb-jas {
  padding: 10px 8px 0.375rem;
  text-transform: uppercase;
  color: #705C44;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 10px;
}.mlx-sb_link-jas {
  gap: 0.625rem;
  border-radius: 4px;
  padding: 0.563rem 0.625rem;
  transition: background .15s,color .15s;
  font-weight: 500;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  color: #A8916A;
  cursor: pointer;
  font-size: 13px;
}.mlx-sb_link-jas:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6EDD8;
}.mlx-sb_link-jas.mlx-state_active-jas {
  background: rgba(201, 128, 32, 0.18);
  color: #F6EDD8;
}.mlx-sb_ic-jas {
  border-radius: 4px;
  flex-shrink: 0;
  height: 30px;
  align-items: center;
  width: 30px;
  display: flex;
  justify-content: center;
}.mlx-sb_ic-jas svg {
  stroke-linejoin: round;
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
}.mlx-sb_ic_1-jas {
  background: rgba(201, 128, 32, 0.08);
  color: #C98020;
}.mlx-sb_ic_2-jas {
  background: rgba(62, 158, 82, 0.18);
  color: #3E9E52;
}.mlx-sb_ic_3-jas {
  background: rgba(212, 147, 28, 0.18);
  color: #D4931C;
}.mlx-sb_ic_4-jas {
  background: rgba(139, 72, 18, 0.22);
  color: #8B4812;
}.mlx-sb_ic_5-jas {
  background: rgba(201, 128, 32, 0.08);
  color: #C24870;
}.mlx-sb_ic_6-jas {
  background: rgba(139, 72, 18, 0.22);
  color: #7C3EAE;
}.mlx-sb_badge-jas {
  padding: 2px 7px;
  background: #D4931C;
  border-radius: 0.25rem;
  font-weight: 700;
  margin-left: auto;
  font-size: 9px;
  color: #0E0804;
}.mlx-sb_bot-jas {
  padding: 12px;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.mlx-sb_lang-jas,.mlx-sb_help-jas {
  flex: 1;
  padding: 9px 6px;
  gap: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 11px;
  justify-content: center;
  color: #A8916A;
  font-weight: 600;
}.mlx-sb_lang-jas:hover,.mlx-sb_help-jas:hover {
  border-color: rgba(210, 140, 40, 0.45);
  color: #F6EDD8;
}.mlx-sb_lang-jas svg,.mlx-sb_help-jas svg {
  width: 0.813rem;
  height: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.mlx-sb_bd-jas {
  background: rgba(10, 6, 3, 0.72);
  inset: 0;
  position: fixed;
  z-index: 69;
  display: none;
}.mlx-sb_bd-jas.mlx-state_on-jas {
  display: block;
}
@media(min-width: 1081px) {.mlx-sb_bd-jas {
  display: none!important;
}
}.mlx-mob_nav-jas {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #1C1109;
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  z-index: 80;
  bottom: 0;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
}
@media(min-width: 1077px) {.mlx-mob_nav-jas {
  display: none;
}
}.mlx-mob_nav_item-jas {
  gap: 4px;
  padding: 0.25rem 2px;
  flex: 1;
  display: flex;
  color: #705C44;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}.mlx-mob_nav_ic-jas {
  line-height: 1;
}.mlx-mob_nav_ic-jas svg {
  height: 1.25rem;
  width: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.mlx-mob_nav_lb-jas {
  font-weight: 600;
  color: #705C44;
  font-size: 10px;
}.mlx-mob_nav_item-jas.mlx-state_active-jas {
  color: #C98020;
}.mlx-mob_nav_item-jas.mlx-state_active-jas .mlx-mob_nav_lb-jas {
  color: #C98020;
}.mlx-hero-jas {
  background: #110A05;
  padding: 20px 1rem 0;
}
@media(min-width: 770px) {.mlx-hero-jas {
  padding: 24px 24px 0;
}
}.mlx-hero_in-jas {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 861px) {.mlx-hero_in-jas {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.mlx-hero_in-jas {
  grid-template-columns: 1fr 340px;
}
}.mlx-hero_promo-jas {
  border-radius: 0.75rem;
  overflow: hidden;
  background: #17100A;
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: stretch;
}
@media(min-width: 766px) {.mlx-hero_promo-jas {
  min-height: 280px;
}
}.mlx-hero_promo_bg-jas {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#3E1A06 0%,#110A05 100%);
  background-size: cover;
  position: absolute;
}.mlx-hero_promo_bg-jas::after {
  inset: 0;
  background: linear-gradient(90deg,#110A05 0%,rgba(10, 6, 3, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.mlx-hero_promo_glow-jas {
  background: radial-gradient(circle,rgba(139, 72, 18, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  width: 18.75rem;
  pointer-events: none;
  right: 3.75rem;
  height: 300px;
  top: -40px;
  position: absolute;
}.mlx-hero_promo_ct-jas {
  padding: 1.75rem 1.5rem 28px 1.75rem;
  flex-direction: column;
  max-width: 30rem;
  display: flex;
  z-index: 2;
  position: relative;
  justify-content: center;
}
@media(min-width: 765px) {.mlx-hero_promo_ct-jas {
  padding: 2.5rem 2rem;
}
}.mlx-hero_badge-jas {
  padding: 0.313rem 0.75rem;
  border: 1px solid rgba(201, 128, 32, 0.08);
  background: rgba(201, 128, 32, 0.18);
  border-radius: 1.125rem;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 14px;
  display: inline-block;
  font-size: 0.625rem;
  color: #C98020;
  text-transform: uppercase;
}.mlx-hero_h1-jas {
  font-family: 'Rye', cursive;
  font-weight: 800;
  font-size: 26px;
  color: #F6EDD8;
  line-height: 1.15;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
}.mlx-hero_h1-jas em {
  color: #D4931C;
  font-style: normal;
}
@media(min-width:768px) {.mlx-hero_h1-jas {
  font-size: 36px;
}
}.mlx-hero_sub-jas {
  line-height: 1.55;
  color: #A8916A;
  font-size: 13px;
  margin-bottom: 20px;
}
@media(min-width: 767px) {.mlx-hero_sub-jas {
  font-size: 14px;
}
}.mlx-hero_row-jas {
  gap: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.mlx-hero_cta-jas {
  padding: 13px 26px;
  background: #3E9E52;
  transition: background .2s;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 3px 3px 0px #1A5028, 0 0 14px rgba(62, 158, 82, 0.40);
  color: #0E0804;
  font-size: 0.875rem;
}.mlx-hero_cta-jas:hover {
  background: #4DBE64;
}.mlx-hero_terms-jas {
  color: #705C44;
  font-size: 0.688rem;
}.mlx-hero_game-jas {
  overflow: hidden;
  background: #17100A;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex-direction: column;
  display: flex;
  position: relative;
}.mlx-hero_game_badge-jas {
  border: 1px solid rgba(212, 147, 28, 0.18);
  border-radius: 18px;
  padding: 0.313rem 10px;
  background: rgba(212, 147, 28, 0.18);
  font-size: 10px;
  color: #D4931C;
  position: absolute;
  left: 0.75rem;
  font-weight: 700;
  letter-spacing: .06em;
  top: 0.75rem;
  z-index: 3;
  text-transform: uppercase;
}.mlx-hero_game_badge-jas svg {
  height: 11px;
  margin-right: 0.25rem;
  width: 0.688rem;
  vertical-align: -1px;
}.mlx-hero_game_img-jas {
  background: linear-gradient(135deg,#3E1A06,#110A05);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.mlx-hero_game_img-jas img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.mlx-hero_game_play-jas {
  background: rgba(10, 6, 3, 0.72);
  transition: opacity .2s;
  inset: 0;
  justify-content: center;
  display: flex;
  opacity: 0;
  align-items: center;
  position: absolute;
}.mlx-hero_game-jas:hover .mlx-hero_game_play-jas {
  opacity: 1;
}.mlx-hero_game_play-jas span {
  background: #C98020;
  border-radius: 50%;
  align-items: center;
  width: 52px;
  display: flex;
  height: 3.25rem;
  justify-content: center;
}.mlx-hero_game_play-jas span svg {
  height: 18px;
  margin-left: 2px;
  width: 1.125rem;
}.mlx-hero_game_info-jas {
  padding: 0.875rem 1rem;
}.mlx-hero_game_title-jas {
  color: #F6EDD8;
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 4px;
}.mlx-hero_game_provider-jas {
  color: #876D50;
  font-size: 11px;
}.mlx-hero_game_btn-jas {
  margin: 12px 16px 1rem;
  padding: 11px;
  border-radius: 8px;
  background: #C98020;
  transition: background .2s;
  font-size: 0.813rem;
  font-weight: 700;
  display: block;
  color: #F6EDD8;
  text-align: center;
}.mlx-hero_game-jas:hover .mlx-hero_game_btn-jas {
  background: #E2961E;
}.mlx-sbar-jas {
  padding: 16px 1rem 0;
  background: #110A05;
}
@media(min-width: 765px) {.mlx-sbar-jas {
  padding: 18px 24px 0;
}
}.mlx-sbar_in-jas {
  margin: 0 auto;
  max-width: 82.5rem;
}.mlx-sbar_row-jas {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.mlx-sbar_input-jas {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 11px 16px;
  transition: border-color .2s;
  flex: 1;
  background: #17100A;
  border-radius: 0.5rem;
  gap: 10px;
  color: #876D50;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 0.813rem;
}.mlx-sbar_input-jas:hover {
  border-color: rgba(210, 140, 40, 0.45);
}.mlx-sbar_input-jas svg {
  stroke-linejoin: round;
  height: 0.938rem;
  width: 0.938rem;
  flex-shrink: 0;
  stroke-linecap: round;
}.mlx-sbar_providers-jas {
  transition: border-color .2s;
  gap: 8px;
  border-radius: 0.5rem;
  background: #17100A;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 11px 1.125rem;
  white-space: nowrap;
  color: #D5C4A0;
  align-items: center;
  display: flex;
  font-size: 0.813rem;
  font-weight: 600;
}.mlx-sbar_providers-jas:hover {
  border-color: rgba(210, 140, 40, 0.45);
  color: #F6EDD8;
}.mlx-sbar_providers-jas svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.875rem;
  width: 14px;
}.mlx-sbar_tabs-jas {
  gap: 0.375rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 2px;
}.mlx-sbar_tabs-jas::-webkit-scrollbar {
  display: none;
}.mlx-sbar_tab-jas {
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px 0.875rem;
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 1.125rem;
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.05);
  color: #A8916A;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
  align-items: center;
  flex-shrink: 0;
  font-size: 0.75rem;
  cursor: pointer;
}.mlx-sbar_tab-jas:hover {
  border-color: rgba(210, 140, 40, 0.45);
  background: rgba(255, 255, 255, 0.07);
  color: #F6EDD8;
}.mlx-sbar_tab-jas.mlx-state_active-jas {
  background: rgba(201, 128, 32, 0.18);
  border-color: rgba(201, 128, 32, 0.08);
  color: #F6EDD8;
}.mlx-sbar_tab_ic-jas svg {
  width: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
}.mlx-wy-jas {
  padding: 32px 1rem 0;
  background: #110A05;
}
@media(min-width: 767px) {.mlx-wy-jas {
  padding: 40px 24px 0;
}
}.mlx-wy_in-jas {
  margin: 0 auto;
  max-width: 1320px;
}.mlx-wy_head-jas {
  margin-bottom: 18px;
  max-width: 45rem;
}.mlx-wy_label-jas {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #C98020;
  font-size: 0.688rem;
  font-weight: 700;
}.mlx-wy_h2-jas {
  font-weight: 800;
  font-family: 'Rye', cursive;
  color: #F6EDD8;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.mlx-wy_h2-jas {
  font-size: 24px;
}
}.mlx-wy_intro-jas {
  margin: 0;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #876D50;
}.mlx-wy_grid-jas {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.mlx-wy_grid-jas {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.mlx-wy_grid-jas {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.mlx-wy_card-jas {
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  background: #1C1109;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
}.mlx-wy_card-jas:hover {
  border-color: rgba(201, 128, 32, 0.08);
  transform: translateY(-2px);
}.mlx-wy_card_ic-jas {
  background: rgba(201, 128, 32, 0.18);
  border-radius: 50%;
  color: #C98020;
  margin-bottom: 0.875rem;
  height: 2.75rem;
  display: flex;
  width: 44px;
  justify-content: center;
  align-items: center;
}.mlx-wy_card_ic-jas svg {
  width: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.375rem;
}.mlx-wy_card_h-jas {
  overflow-wrap: break-word;
  color: #F6EDD8;
  margin-bottom: 6px;
  line-height: 1.25;
  font-weight: 700;
  font-size: 0.938rem;
}.mlx-wy_card_p-jas {
  font-size: 13px;
  color: #876D50;
  overflow-wrap: break-word;
  line-height: 1.6;
}.mlx-wy_card_p-jas strong {
  font-weight: 600;
  color: #D5C4A0;
}.mlx-gcg-jas {
  background: #110A05;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.mlx-gcg-jas {
  padding: 44px 1.5rem 0;
}
}.mlx-gcg_in-jas {
  margin: 0 auto;
  max-width: 82.5rem;
}.mlx-gcg_head-jas {
  margin-bottom: 20px;
  max-width: 45rem;
}.mlx-gcg_label-jas {
  font-size: 11px;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C98020;
  text-transform: uppercase;
}.mlx-gcg_h2-jas {
  color: #F6EDD8;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 8px;
  font-family: 'Rye', cursive;
  font-size: 1.375rem;
}
@media(min-width:768px) {.mlx-gcg_h2-jas {
  font-size: 1.75rem;
}
}.mlx-gcg_intro-jas {
  line-height: 1.6;
  font-size: 0.813rem;
  color: #876D50;
}.mlx-gcg_grid-jas {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.mlx-gcg_grid-jas {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.mlx-gcg_grid-jas {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.mlx-gcg_card-jas {
  overflow: hidden;
  border-radius: 0.75rem;
  padding: 20px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  cursor: pointer;
  flex-direction: column;
  min-height: 15rem;
  justify-content: flex-end;
  display: flex;
  position: relative;
}.mlx-gcg_card-jas:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 128, 32, 0.18);
}.mlx-gcg_card_bg-jas {
  inset: 0;
  position: absolute;
  z-index: 0;
}.mlx-gcg_card_bg-jas::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.mlx-gcg_card_ic-jas {
  background: rgba(0,0,0,.45);
  border-radius: 4px;
  position: absolute;
  color: #F6EDD8;
  right: 1.125rem;
  height: 2.5rem;
  display: flex;
  width: 2.5rem;
  justify-content: center;
  top: 18px;
  z-index: 2;
  align-items: center;
}.mlx-gcg_card_ic-jas svg {
  stroke-linecap: round;
  height: 1.25rem;
  stroke-linejoin: round;
  width: 1.25rem;
}.mlx-gcg_card_ct-jas {
  position: relative;
  z-index: 1;
}.mlx-gcg_card_h-jas {
  font-family: 'Rye', cursive;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 1.125rem;
  color: #F6EDD8;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.mlx-gcg_card_h-jas {
  font-size: 1.25rem;
}
}.mlx-gcg_card_p-jas {
  color: rgba(255,255,255,.82);
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  margin-bottom: 0.625rem;
}.mlx-gcg_card_p-jas strong {
  color: #F6EDD8;
  font-weight: 600;
}.mlx-gcg_card_cta-jas {
  gap: 4px;
  color: #C98020;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 0.75rem;
  align-items: center;
  display: inline-flex;
}.mlx-gcg_card_cta-jas svg {
  width: 0.75rem;
  height: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.mlx-ws-jas {
  background: #110A05;
  padding: 32px 1rem 0;
}
@media(min-width: 766px) {.mlx-ws-jas {
  padding: 2.25rem 1.5rem 0;
}
}.mlx-ws_in-jas {
  margin: 0 auto;
  max-width: 1320px;
}.mlx-ws_head-jas {
  gap: 12px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
}.mlx-ws_title-jas {
  gap: 0.625rem;
  color: #F6EDD8;
  align-items: center;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: flex;
  font-size: 16px;
  font-family: 'Rye', cursive;
  font-weight: 700;
}.mlx-ws_title_ic-jas svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 18px;
  color: #D4931C;
  height: 1.125rem;
}.mlx-ws_online-jas {
  gap: 0.438rem;
  display: flex;
  color: #876D50;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
}.mlx-ws_online_dot-jas {
  background: #3E9E52;
  border-radius: 50%;
  height: 8px;
  flex-shrink: 0;
  width: 8px;
  box-shadow: 0 0 6px rgba(62, 158, 82, 0.18);
}.mlx-ws_scroll-jas {
  gap: 0.5rem;
  padding-bottom: 8px;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
}.mlx-ws_scroll-jas::-webkit-scrollbar {
  display: none;
}.mlx-wc-jas {
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 10px;
  padding: 0.625rem 14px;
  border-radius: 8px;
  background: #17100A;
  align-items: center;
  min-width: 13.75rem;
  display: flex;
  flex-shrink: 0;
}.mlx-wc_img-jas {
  overflow: hidden;
  background: #1C1109;
  border-radius: 0.25rem;
  width: 36px;
  flex-shrink: 0;
  height: 36px;
}.mlx-wc_img-jas img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.mlx-wc_info-jas {
  min-width: 0;
}.mlx-wc_game-jas {
  overflow: hidden;
  white-space: nowrap;
  color: #D5C4A0;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  font-weight: 600;
}.mlx-wc_player-jas {
  overflow: hidden;
  font-size: 10px;
  color: #705C44;
  white-space: nowrap;
  text-overflow: ellipsis;
}.mlx-wc_amount-jas {
  color: #3E9E52;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: auto;
  font-size: 0.813rem;
}.mlx-app-jas {
  padding: 2.25rem 1rem 0;
  background: #110A05;
}
@media(min-width: 769px) {.mlx-app-jas {
  padding: 2.75rem 24px 0;
}
}.mlx-app_in-jas {
  margin: 0 auto;
  max-width: 82.5rem;
}.mlx-app_head-jas {
  margin-bottom: 16px;
}.mlx-app_label-jas {
  color: #C98020;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 8px;
}.mlx-app_h2-jas {
  margin-bottom: 0.375rem;
  color: #F6EDD8;
  font-family: 'Rye', cursive;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 765px) {.mlx-app_h2-jas {
  font-size: 1.5rem;
}
}.mlx-app_sub-jas {
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 37.5rem;
  color: #876D50;
  font-size: 13px;
}.mlx-app_sub-jas strong {
  color: #D5C4A0;
  font-weight: 700;
}.mlx-app_cards-jas {
  gap: 0.625rem;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.mlx-app_cards-jas {
  grid-template-columns: repeat(3,1fr);
}
}.mlx-app_card-jas {
  gap: 1rem;
  overflow: hidden;
  padding: 20px;
  border-radius: 0.5rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  position: relative;
}.mlx-app_card_ios-jas {
  background: linear-gradient(135deg,rgba(201, 128, 32, 0.18) 0%,#1C1109 100%);
}.mlx-app_card_android-jas {
  background: linear-gradient(135deg,rgba(62, 158, 82, 0.18) 0%,#1C1109 100%);
}.mlx-app_card_win-jas {
  background: linear-gradient(135deg,rgba(212, 147, 28, 0.18) 0%,#1C1109 100%);
}.mlx-app_card_ic-jas svg {
  width: 2.125rem;
  stroke-linejoin: round;
  height: 2.125rem;
  stroke-linecap: round;
}.mlx-app_card_ic-jas {
  flex-shrink: 0;
  color: #F6EDD8;
}.mlx-app_card_os-jas {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  color: #876D50;
  font-weight: 700;
}.mlx-app_card_title-jas {
  overflow-wrap: break-word;
  line-height: 1.2;
  color: #F6EDD8;
  font-size: 15px;
  margin-bottom: 0.375rem;
  font-weight: 700;
}.mlx-app_card_text-jas {
  line-height: 1.5;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  color: #876D50;
}.mlx-app_card_btn-jas {
  gap: 7px;
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 18px;
  transition: background .2s;
  border: 1px solid rgba(210, 140, 40, 0.45);
  border-radius: 4px;
  color: #F6EDD8;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
}.mlx-app_card_btn-jas:hover {
  background: rgba(255, 255, 255, 0.07);
}.mlx-reg-jas {
  padding: 2.25rem 16px 0;
  background: #110A05;
}
@media(min-width:768px) {.mlx-reg-jas {
  padding: 44px 1.5rem 0;
}
}.mlx-reg_in-jas {
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0 auto;
  border-radius: 12px;
  background: #1C1109;
  padding: 28px 1.5rem;
  max-width: 82.5rem;
}
@media(min-width:768px) {.mlx-reg_in-jas {
  padding: 2.5rem;
}
}.mlx-reg_top-jas {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 863px) {.mlx-reg_top-jas {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.mlx-reg_label-jas {
  margin-bottom: 10px;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C98020;
  letter-spacing: .08em;
  font-weight: 700;
}.mlx-reg_h2-jas {
  color: #F6EDD8;
  overflow-wrap: break-word;
  font-family: 'Rye', cursive;
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.2;
}
@media(min-width: 766px) {.mlx-reg_h2-jas {
  font-size: 1.75rem;
}
}.mlx-reg_bonus-jas {
  border: 1px solid rgba(212, 147, 28, 0.18);
  background: rgba(212, 147, 28, 0.18);
  gap: 8px;
  border-radius: 8px;
  padding: 0.625rem 16px;
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.mlx-reg_bonus_amount-jas {
  font-size: 1.25rem;
  color: #D4931C;
  font-weight: 800;
}.mlx-reg_bonus_text-jas {
  color: #A8916A;
  font-size: 13px;
  line-height: 1.35;
}.mlx-reg_cta_btn-jas {
  transition: background .2s;
  background: #3E9E52;
  padding: 0.875rem 32px;
  border-radius: 0.5rem;
  display: inline-block;
  color: #0E0804;
  margin-bottom: 0.75rem;
  box-shadow: 3px 3px 0px #1A5028, 0 0 14px rgba(62, 158, 82, 0.40);
  font-size: 0.938rem;
  font-weight: 700;
}.mlx-reg_cta_btn-jas:hover {
  background: #4DBE64;
}.mlx-reg_terms-jas {
  color: #705C44;
  line-height: 1.5;
  font-size: 11px;
}.mlx-reg_seo-jas {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  color: #876D50;
  padding-top: 20px;
  font-size: 13px;
  line-height: 1.65;
  margin-top: 20px;
}.mlx-reg_seo-jas p {
  color: #876D50;
  margin-bottom: 0.625rem;
  line-height: 1.65;
  font-size: 13px;
}.mlx-reg_seo-jas p:last-child {
  margin-bottom: 0;
}.mlx-reg_seo-jas strong {
  color: #D5C4A0;
  font-weight: 700;
}.mlx-reg_seo-jas a {
  transition: color .2s;
  color: #C98020;
  text-decoration: underline;
}.mlx-reg_seo-jas a:hover {
  color: #E2961E;
}.mlx-reg_seo-jas ul,.mlx-reg_seo-jas ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.mlx-reg_seo-jas ol {
  list-style: decimal;
}.mlx-reg_seo-jas li {
  color: #876D50;
  line-height: 1.65;
  margin-bottom: 4px;
  font-size: 0.813rem;
}.mlx-reg_seo-jas table {
  overflow-x: auto;
  margin-bottom: 0.625rem;
  font-size: 13px;
  width: 100%;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 767px) {.mlx-reg_seo-jas table {
  display: table;
}
}.mlx-reg_seo-jas th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  color: #D5C4A0;
  text-align: left;
  font-weight: 700;
}.mlx-reg_seo-jas td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #876D50;
}.mlx-reg_steps-jas {
  gap: 0.875rem;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width:860px) {.mlx-reg_steps-jas {
  margin-top: 0;
}
}.mlx-reg_step-jas {
  border-radius: 8px;
  gap: 0.875rem;
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.mlx-reg_step_num-jas {
  background: rgba(201, 128, 32, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(201, 128, 32, 0.08);
  font-weight: 800;
  width: 34px;
  color: #C98020;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  height: 34px;
}.mlx-reg_step_title-jas {
  font-size: 14px;
  font-weight: 700;
  color: #F6EDD8;
  margin-bottom: 3px;
}.mlx-reg_step_text-jas {
  line-height: 1.5;
  font-size: 12px;
  color: #876D50;
}.mlx-reg_trust-jas {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding-top: 20px;
  display: flex;
}.mlx-reg_trust_item-jas {
  gap: 7px;
  display: flex;
  align-items: center;
  color: #876D50;
  font-size: 12px;
  overflow-wrap: break-word;
}.mlx-reg_trust_ic-jas svg {
  stroke-linejoin: round;
  color: #C98020;
  width: 16px;
  stroke-linecap: round;
  height: 16px;
}.mlx-prov-jas {
  padding: 36px 1rem 0;
  background: #110A05;
}
@media(min-width: 771px) {.mlx-prov-jas {
  padding: 44px 1.5rem 0;
}
}.mlx-prov_in-jas {
  margin: 0 auto;
  max-width: 82.5rem;
}.mlx-prov_head-jas {
  margin-bottom: 16px;
}.mlx-prov_label-jas {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #C98020;
  letter-spacing: .08em;
}.mlx-prov_h2-jas {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F6EDD8;
  font-family: 'Rye', cursive;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media(min-width: 770px) {.mlx-prov_h2-jas {
  font-size: 24px;
}
}.mlx-prov_seo-jas {
  line-height: 1.6;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  color: #876D50;
  margin-bottom: 16px;
  font-size: 13px;
}.mlx-prov_seo-jas strong {
  font-weight: 700;
  color: #D5C4A0;
}.mlx-prov_seo-jas a {
  text-decoration: underline;
  color: #C98020;
}.mlx-prov_grid-jas {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.mlx-prov_grid-jas {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.mlx-prov_grid-jas {
  grid-template-columns: repeat(8,1fr);
}
}.mlx-prov_card-jas {
  gap: 0.438rem;
  background: #17100A;
  padding: 14px 0.625rem;
  border-radius: 8px;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-direction: column;
  cursor: pointer;
  display: flex;
  align-items: center;
}.mlx-prov_card-jas:hover {
  background: #1C1109;
  border-color: rgba(210, 140, 40, 0.45);
}.mlx-prov_logo-jas {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 4px;
  height: 44px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 44px;
}.mlx-prov_logo-jas img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.mlx-prov_name-jas {
  text-align: center;
  font-weight: 600;
  font-size: 0.688rem;
  color: #A8916A;
  overflow-wrap: break-word;
}.mlx-bon-jas {
  padding: 36px 1rem 0;
  background: #110A05;
}
@media(min-width: 769px) {.mlx-bon-jas {
  padding: 44px 1.5rem 0;
}
}.mlx-bon_in-jas {
  margin: 0 auto;
  max-width: 1320px;
}.mlx-bon_head-jas {
  margin-bottom: 20px;
}.mlx-bon_label-jas {
  color: #C98020;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}.mlx-bon_h2-jas {
  font-family: 'Rye', cursive;
  font-size: 20px;
  margin-bottom: 0.5rem;
  color: #F6EDD8;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.mlx-bon_h2-jas {
  font-size: 24px;
}
}.mlx-bon_seo-jas {
  line-height: 1.6;
  max-width: 620px;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #876D50;
}.mlx-bon_seo-jas strong {
  font-weight: 700;
  color: #D5C4A0;
}.mlx-bon_seo-jas a {
  color: #C98020;
  text-decoration: underline;
}.mlx-bon_grid-jas {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.mlx-bon_grid-jas {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.mlx-bon_grid-jas {
  grid-template-columns: repeat(5,1fr);
}
}.mlx-bon_card-jas {
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,transform .2s;
  background: #17100A;
}.mlx-bon_card-jas:hover {
  border-color: rgba(201, 128, 32, 0.08);
  transform: translateY(-2px);
}.mlx-bon_card_ic-jas svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 26px;
  height: 1.625rem;
}.mlx-bon_card_ic-jas {
  margin-bottom: 0.625rem;
}.mlx-bon_card_type-jas {
  color: #876D50;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 6px;
}.mlx-bon_card_amount-jas {
  margin-bottom: 6px;
  color: #D4931C;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.1;
}.mlx-bon_card_name-jas {
  font-weight: 600;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 13px;
  color: #F6EDD8;
}.mlx-bon_card_detail-jas {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #705C44;
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  font-size: 11px;
  line-height: 1.5;
}.mlx-htp-jas {
  background: #110A05;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.mlx-htp-jas {
  padding: 44px 1.5rem 0;
}
}.mlx-htp_in-jas {
  margin: 0 auto;
  max-width: 1320px;
}.mlx-htp_head-jas {
  max-width: 720px;
  margin-bottom: 22px;
}.mlx-htp_label-jas {
  margin-bottom: 8px;
  color: #C98020;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}.mlx-htp_h2-jas {
  color: #F6EDD8;
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Rye', cursive;
}
@media(min-width: 769px) {.mlx-htp_h2-jas {
  font-size: 1.75rem;
}
}.mlx-htp_intro-jas {
  color: #876D50;
  font-size: 0.875rem;
  line-height: 1.6;
}.mlx-htp_steps-jas {
  list-style: none;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 638px) {.mlx-htp_steps-jas {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.mlx-htp_steps-jas {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.mlx-htp_step-jas {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1C1109;
  padding: 1.25rem 1.125rem 1.125rem;
  border-radius: 0.5rem;
  display: flex;
  position: relative;
  flex-direction: column;
}.mlx-htp_step_num-jas {
  border-radius: 50%;
  background: #C98020;
  align-items: center;
  display: flex;
  position: absolute;
  top: -0.75rem;
  height: 1.75rem;
  width: 1.75rem;
  font-size: 13px;
  left: 1.25rem;
  font-weight: 800;
  color: #0E0804;
  font-family: 'Rye', cursive;
  justify-content: center;
}.mlx-htp_step_ic-jas {
  background: rgba(201, 128, 32, 0.18);
  border-radius: 4px;
  margin: 8px 0 0.75rem;
  height: 2.25rem;
  display: flex;
  width: 2.25rem;
  color: #C98020;
  align-items: center;
  justify-content: center;
}.mlx-htp_step_ic-jas svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.125rem;
  width: 18px;
}.mlx-htp_step_h-jas {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.25;
  color: #F6EDD8;
}.mlx-htp_step_p-jas {
  line-height: 1.55;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #876D50;
}.mlx-htp_step_p-jas strong {
  font-weight: 600;
  color: #D5C4A0;
}.mlx-htp_cta-jas {
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  border-radius: 0.5rem;
  background: #3E9E52;
  margin-top: 20px;
  font-weight: 700;
  color: #0E0804;
  font-size: 0.875rem;
  display: inline-block;
}.mlx-htp_cta-jas:hover {
  background: #4DBE64;
}.mlx-seo-jas {
  padding: 2.25rem 1rem 0;
  background: #110A05;
}
@media(min-width: 766px) {.mlx-seo-jas {
  padding: 44px 24px 0;
}
}.mlx-seo_in-jas {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.75rem;
  padding: 28px 1.5rem;
  background: #1C1109;
  max-width: 1320px;
}
@media(min-width: 766px) {.mlx-seo_in-jas {
  padding: 36px 2.5rem;
}
}.mlx-seo_label-jas {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  color: #C98020;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.mlx-seo_h2-jas {
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  font-family: 'Rye', cursive;
  overflow-wrap: break-word;
  color: #F6EDD8;
}
@media(min-width: 769px) {.mlx-seo_h2-jas {
  font-size: 24px;
}
}.mlx-seo_body-jas {
  line-height: 1.75;
  color: #A8916A;
  overflow-wrap: break-word;
  font-size: 14px;
}.mlx-seo_body-jas p {
  font-size: 0.875rem;
  color: #A8916A;
  margin-bottom: 12px;
  line-height: 1.75;
}.mlx-seo_body-jas p:last-child {
  margin-bottom: 0;
}.mlx-seo_body-jas strong {
  color: #D5C4A0;
  font-weight: 700;
}.mlx-seo_body-jas a {
  transition: color .2s;
  color: #C98020;
  text-decoration: underline;
}.mlx-seo_body-jas a:hover {
  color: #E2961E;
}.mlx-seo_body-jas ul,.mlx-seo_body-jas ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.mlx-seo_body-jas ol {
  list-style: decimal;
}.mlx-seo_body-jas li {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  color: #A8916A;
}.mlx-seo_body-jas table {
  overflow-x: auto;
  margin-bottom: 0.75rem;
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  display: block;
}
@media(min-width: 767px) {.mlx-seo_body-jas table {
  display: table;
}
}.mlx-seo_body-jas th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #D5C4A0;
  text-align: left;
}.mlx-seo_body-jas td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #A8916A;
}.mlx-seo_cols-jas {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 643px) {.mlx-seo_cols-jas {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.mlx-seo_cols-jas {
  grid-template-columns: repeat(3,1fr);
}
}.mlx-seo_col_h-jas {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #D5C4A0;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
}.mlx-seo_col_p-jas {
  line-height: 1.65;
  color: #876D50;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.mlx-seo_stats-jas {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.mlx-seo_stat-jas {
  flex: 1;
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(201, 128, 32, 0.08);
  border: 1px solid rgba(201, 128, 32, 0.18);
  min-width: 8.75rem;
}.mlx-seo_stat_val-jas {
  font-size: 1.25rem;
  margin-bottom: 4px;
  color: #C98020;
  font-weight: 800;
  overflow-wrap: break-word;
}.mlx-seo_stat_lb-jas {
  color: #876D50;
  font-size: 11px;
  overflow-wrap: break-word;
}.mlx-rv-jas {
  background: #110A05;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.mlx-rv-jas {
  padding: 44px 1.5rem 0;
}
}.mlx-rv_in-jas {
  margin: 0 auto;
  max-width: 1320px;
}.mlx-rv_head-jas {
  max-width: 720px;
  margin-bottom: 20px;
}.mlx-rv_label-jas {
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #C98020;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}.mlx-rv_h2-jas {
  color: #F6EDD8;
  font-family: 'Rye', cursive;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  font-size: 1.375rem;
}
@media(min-width: 770px) {.mlx-rv_h2-jas {
  font-size: 28px;
}
}.mlx-rv_stats-jas {
  gap: 18px;
  align-items: center;
  display: flex;
  color: #876D50;
  flex-wrap: wrap;
  font-size: 13px;
}.mlx-rv_stats_score-jas {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.mlx-rv_stats_score_val-jas {
  font-weight: 800;
  font-size: 22px;
  font-family: 'Rye', cursive;
  color: #D4931C;
}.mlx-rv_stats_score_max-jas {
  color: #705C44;
  font-size: 0.813rem;
}.mlx-rv_stats_badge-jas {
  gap: 4px;
  display: flex;
  align-items: center;
}.mlx-rv_stats_badge-jas svg {
  width: 14px;
  height: 14px;
  color: #D4931C;
}.mlx-rv_grid-jas {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.mlx-rv_grid-jas {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.mlx-rv_grid-jas {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.mlx-rv_card-jas {
  background: #1C1109;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-direction: column;
  display: flex;
}.mlx-rv_card_stars-jas {
  gap: 2px;
  display: flex;
  margin-bottom: 0.625rem;
  color: #D4931C;
}.mlx-rv_card_stars-jas svg {
  height: 0.875rem;
  width: 14px;
}.mlx-rv_card_h-jas {
  line-height: 1.3;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F6EDD8;
  font-size: 0.875rem;
  margin-bottom: 8px;
}.mlx-rv_card_body-jas {
  flex: 1;
  line-height: 1.65;
  color: #876D50;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}.mlx-rv_card_body-jas strong {
  font-weight: 600;
  color: #D5C4A0;
}.mlx-rv_card_meta-jas {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 12px;
  display: flex;
}.mlx-rv_card_author-jas {
  color: #D5C4A0;
  font-size: 12px;
  font-weight: 600;
}.mlx-rv_card_date-jas {
  color: #705C44;
  font-size: 11px;
}.mlx-seo-jas {
  background: #110A05;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.mlx-seo-jas {
  padding: 2.75rem 1.5rem 0;
}
}.mlx-seo_in-jas {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1C1109;
  border-radius: 12px;
  margin: 0 auto;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 765px) {.mlx-seo_in-jas {
  padding: 2.25rem 2.5rem;
}
}.mlx-seo_label-jas {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #C98020;
}.mlx-seo_h2-jas {
  margin-bottom: 14px;
  font-weight: 800;
  color: #F6EDD8;
  overflow-wrap: break-word;
  font-size: 20px;
  line-height: 1.25;
  font-family: 'Rye', cursive;
}
@media(min-width: 769px) {.mlx-seo_h2-jas {
  font-size: 1.5rem;
}
}.mlx-seo_body-jas {
  color: #A8916A;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
}.mlx-seo_body-jas p {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  color: #A8916A;
  line-height: 1.75;
}.mlx-seo_body-jas p:last-child {
  margin-bottom: 0;
}.mlx-seo_body-jas strong {
  color: #D5C4A0;
  font-weight: 700;
}.mlx-seo_body-jas a {
  transition: color .2s;
  text-decoration: underline;
  color: #C98020;
}.mlx-seo_body-jas a:hover {
  color: #E2961E;
}.mlx-seo_body-jas ul,.mlx-seo_body-jas ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.mlx-seo_body-jas ol {
  list-style: decimal;
}.mlx-seo_body-jas li {
  margin-bottom: 0.375rem;
  color: #A8916A;
  line-height: 1.75;
  font-size: 0.875rem;
}.mlx-seo_body-jas table {
  width: 100%;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 12px;
  font-size: 13px;
}
@media(min-width: 769px) {.mlx-seo_body-jas table {
  display: table;
}
}.mlx-seo_body-jas th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  color: #D5C4A0;
  text-align: left;
}.mlx-seo_body-jas td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A8916A;
}.mlx-seo_cols-jas {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 639px) {.mlx-seo_cols-jas {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.mlx-seo_cols-jas {
  grid-template-columns: repeat(3,1fr);
}
}.mlx-seo_col_h-jas {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
  color: #D5C4A0;
  margin-bottom: 0.438rem;
}.mlx-seo_col_p-jas {
  font-size: 13px;
  color: #876D50;
  overflow-wrap: break-word;
  line-height: 1.65;
}.mlx-seo_stats-jas {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.mlx-seo_stat-jas {
  padding: 0.875rem 1rem;
  background: rgba(201, 128, 32, 0.08);
  flex: 1;
  border: 1px solid rgba(201, 128, 32, 0.18);
  border-radius: 8px;
  min-width: 140px;
}.mlx-seo_stat_val-jas {
  color: #C98020;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}.mlx-seo_stat_lb-jas {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #876D50;
}.mlx-pmt-jas {
  padding: 2.25rem 1rem 0;
  background: #110A05;
}
@media(min-width: 771px) {.mlx-pmt-jas {
  padding: 2.75rem 1.5rem 0;
}
}.mlx-pmt_in-jas {
  margin: 0 auto;
  max-width: 82.5rem;
}.mlx-pmt_head-jas {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.mlx-pmt_label-jas {
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #C98020;
  text-transform: uppercase;
  font-weight: 700;
}.mlx-pmt_h2-jas {
  font-weight: 800;
  font-size: 22px;
  overflow-wrap: break-word;
  font-family: 'Rye', cursive;
  color: #F6EDD8;
  margin-bottom: 0.5rem;
}
@media(min-width: 769px) {.mlx-pmt_h2-jas {
  font-size: 28px;
}
}.mlx-pmt_intro-jas {
  color: #876D50;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.mlx-pmt_groups-jas {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.mlx-pmt_group-jas {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px;
  border-radius: 8px;
  background: #1C1109;
}.mlx-pmt_group_head-jas {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}.mlx-pmt_group_ic-jas {
  border-radius: 4px;
  background: rgba(201, 128, 32, 0.18);
  color: #C98020;
  flex-shrink: 0;
  justify-content: center;
  width: 36px;
  align-items: center;
  height: 2.25rem;
  display: flex;
}.mlx-pmt_group_ic-jas svg {
  stroke-linecap: round;
  width: 1.125rem;
  height: 18px;
  stroke-linejoin: round;
}.mlx-pmt_group_h-jas {
  margin: 0;
  overflow-wrap: break-word;
  color: #F6EDD8;
  font-size: 1rem;
  font-family: 'Rye', cursive;
  font-weight: 700;
}.mlx-pmt_group_p-jas {
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
  margin-bottom: 14px;
  color: #876D50;
}.mlx-pmt_group_p-jas strong {
  color: #D5C4A0;
  font-weight: 600;
}.mlx-pmt_table_wrap-jas {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.mlx-pmt_table-jas {
  width: 100%;
  font-size: 0.813rem;
  border-collapse: collapse;
  min-width: 540px;
}.mlx-pmt_table-jas th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-align: left;
  color: #D5C4A0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap;
  font-weight: 700;
}.mlx-pmt_table-jas td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #876D50;
}.mlx-pmt_table-jas tbody tr:last-child td {
  border-bottom: none;
}.mlx-pmt_table-jas tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D5C4A0;
}.mlx-seo-jas {
  padding: 2.25rem 16px 0;
  background: #110A05;
}
@media(min-width: 769px) {.mlx-seo-jas {
  padding: 2.75rem 24px 0;
}
}.mlx-seo_in-jas {
  margin: 0 auto;
  border-radius: 0.75rem;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1C1109;
  max-width: 82.5rem;
}
@media(min-width:768px) {.mlx-seo_in-jas {
  padding: 2.25rem 40px;
}
}.mlx-seo_label-jas {
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .08em;
  color: #C98020;
  text-transform: uppercase;
  font-size: 11px;
}.mlx-seo_h2-jas {
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F6EDD8;
  font-family: 'Rye', cursive;
  line-height: 1.25;
}
@media(min-width: 769px) {.mlx-seo_h2-jas {
  font-size: 1.5rem;
}
}.mlx-seo_body-jas {
  color: #A8916A;
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
}.mlx-seo_body-jas p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #A8916A;
  line-height: 1.75;
}.mlx-seo_body-jas p:last-child {
  margin-bottom: 0;
}.mlx-seo_body-jas strong {
  color: #D5C4A0;
  font-weight: 700;
}.mlx-seo_body-jas a {
  transition: color .2s;
  color: #C98020;
  text-decoration: underline;
}.mlx-seo_body-jas a:hover {
  color: #E2961E;
}.mlx-seo_body-jas ul,.mlx-seo_body-jas ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.mlx-seo_body-jas ol {
  list-style: decimal;
}.mlx-seo_body-jas li {
  margin-bottom: 0.375rem;
  font-size: 14px;
  line-height: 1.75;
  color: #A8916A;
}.mlx-seo_body-jas table {
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  display: block;
  font-size: 0.813rem;
}
@media(min-width: 766px) {.mlx-seo_body-jas table {
  display: table;
}
}.mlx-seo_body-jas th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #D5C4A0;
}.mlx-seo_body-jas td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A8916A;
}.mlx-seo_cols-jas {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.mlx-seo_cols-jas {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.mlx-seo_cols-jas {
  grid-template-columns: repeat(3,1fr);
}
}.mlx-seo_col_h-jas {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.438rem;
  color: #D5C4A0;
}.mlx-seo_col_p-jas {
  color: #876D50;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.mlx-seo_stats-jas {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.mlx-seo_stat-jas {
  background: rgba(201, 128, 32, 0.08);
  flex: 1;
  border: 1px solid rgba(201, 128, 32, 0.18);
  padding: 14px 16px;
  border-radius: 0.5rem;
  min-width: 140px;
}.mlx-seo_stat_val-jas {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #C98020;
  font-weight: 800;
}.mlx-seo_stat_lb-jas {
  font-size: 0.688rem;
  color: #876D50;
  overflow-wrap: break-word;
}.mlx-faq-jas {
  background: #110A05;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.mlx-faq-jas {
  padding: 2.75rem 1.5rem 0;
}
}.mlx-faq_in-jas {
  margin: 0 auto;
  max-width: 82.5rem;
}.mlx-faq_head-jas {
  margin-bottom: 1.25rem;
}.mlx-faq_label-jas {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #C98020;
  font-weight: 700;
  font-size: 11px;
}.mlx-faq_h2-jas {
  color: #F6EDD8;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Rye', cursive;
}
@media(min-width: 769px) {.mlx-faq_h2-jas {
  font-size: 24px;
}
}.mlx-faq_list-jas {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.mlx-faq_item-jas {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1C1109;
  overflow: hidden;
}.mlx-faq_q-jas {
  gap: 0.75rem;
  padding: 16px 20px;
  transition: color .2s;
  display: flex;
  align-items: center;
  font-weight: 600;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: space-between;
  cursor: pointer;
  color: #D5C4A0;
}.mlx-faq_q-jas:hover {
  color: #F6EDD8;
}.mlx-faq_q_ic-jas {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: transform .25s;
  width: 24px;
  flex-shrink: 0;
  color: #C98020;
  display: flex;
  justify-content: center;
  font-size: 16px;
  align-items: center;
  height: 24px;
}.mlx-faq_item-jas.mlx-state_open-jas .mlx-faq_q_ic-jas {
  transform: rotate(45deg);
}.mlx-faq_a-jas {
  padding: 0 1.25rem 1rem;
  color: #876D50;
  overflow-wrap: break-word;
  display: none;
  font-size: 13px;
  line-height: 1.7;
}.mlx-faq_item-jas.mlx-state_open-jas .mlx-faq_a-jas {
  display: block;
}.mlx-faq_a-jas strong {
  color: #D5C4A0;
  font-weight: 700;
}.mlx-faq_a-jas a {
  text-decoration: underline;
  color: #C98020;
}.mlx-faq_a-jas ul,.mlx-faq_a-jas ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.mlx-faq_a-jas ol {
  list-style: decimal;
}.mlx-faq_a-jas li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.mlx-faq_a-jas table {
  margin: 8px 0;
  border-collapse: collapse;
  display: block;
  font-size: 12px;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 770px) {.mlx-faq_a-jas table {
  display: table;
}
}.mlx-faq_a-jas th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  font-weight: 700;
  text-align: left;
  color: #D5C4A0;
}.mlx-faq_a-jas td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #876D50;
}.mlx-ft-jas {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #0A0603;
  margin-top: 3rem;
}.mlx-ft_support-jas {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.mlx-ft_support-jas {
  padding: 1.75rem 24px;
}
}.mlx-ft_support_in-jas {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 82.5rem;
}.mlx-ft_support_main-jas {
  gap: 16px;
  flex: 1;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
  flex-wrap: wrap;
}.mlx-ft_support_ic-jas {
  color: #C98020;
  flex-shrink: 0;
}.mlx-ft_support_ic-jas svg {
  width: 30px;
  height: 30px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.mlx-ft_support_text_title-jas {
  font-size: 15px;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 3px;
  color: #F6EDD8;
}.mlx-ft_support_text_sub-jas {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #876D50;
}.mlx-ft_support_btn-jas {
  padding: 11px 22px;
  border-radius: 8px;
  transition: background .2s;
  background: #C98020;
  color: #F6EDD8;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 13px;
}.mlx-ft_support_btn-jas:hover {
  background: #E2961E;
}.mlx-ft_support_contacts-jas {
  gap: 1rem;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.mlx-ft_support_contact-jas {
  color: #705C44;
  line-height: 1.4;
  font-size: 0.75rem;
}.mlx-ft_support_contact-jas strong {
  font-weight: 600;
  font-size: 0.688rem;
  margin-bottom: 2px;
  color: #A8916A;
  display: block;
}.mlx-ft_main-jas {
  padding: 32px 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 770px) {.mlx-ft_main-jas {
  padding: 40px 1.5rem 2rem;
}
}.mlx-ft_main_in-jas {
  margin: 0 auto;
  gap: 24px;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.mlx-ft_main_in-jas {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.mlx-ft_main_in-jas {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.mlx-ft_col_logo-jas {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.mlx-ft_col_logo-jas {
  grid-column: auto;
}
}.mlx-ft_logo-jas {
  gap: 0.563rem;
  margin-bottom: 0.75rem;
  color: #F6EDD8;
  display: flex;
  align-items: center;
  font-weight: 800;
  flex-wrap: wrap;
  font-size: 16px;
  overflow-wrap: break-word;
}.mlx-ft_logo_mark-jas {
  overflow: hidden;
  border-radius: 0.25rem;
  width: 1.875rem;
  height: 30px;
}.mlx-ft_logo_mark-jas img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.mlx-ft_logo_sub-jas {
  max-width: 200px;
  color: #705C44;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.55;
}.mlx-ft_col_title-jas {
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .07em;
  color: #A8916A;
  text-transform: uppercase;
}.mlx-ft_col_links-jas {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.mlx-ft_col_link-jas {
  transition: color .2s;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #705C44;
}.mlx-ft_col_link-jas:hover {
  color: #D5C4A0;
}.mlx-ft_apps-jas {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.mlx-ft_app_card-jas {
  padding: 0.625rem 12px;
  background: rgba(255, 255, 255, 0.05);
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  border-radius: 4px;
  display: flex;
  align-items: center;
}.mlx-ft_app_card-jas:hover {
  border-color: rgba(210, 140, 40, 0.45);
}.mlx-ft_app_card_ic-jas svg {
  width: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.375rem;
}.mlx-ft_app_card_os-jas {
  font-size: 0.625rem;
  font-weight: 600;
  color: #705C44;
}.mlx-ft_app_card_action-jas {
  font-size: 12px;
  font-weight: 700;
  color: #D5C4A0;
}.mlx-ft_bot-jas {
  padding: 1.25rem 16px;
}
@media(min-width: 767px) {.mlx-ft_bot-jas {
  padding: 1.25rem 1.5rem;
}
}.mlx-ft_bot_in-jas {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 82.5rem;
}.mlx-ft_socials-jas {
  gap: 8px;
  display: flex;
}.mlx-ft_soc-jas {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  width: 36px;
  justify-content: center;
  display: flex;
  height: 36px;
  align-items: center;
  color: #A8916A;
}.mlx-ft_soc-jas svg {
  width: 16px;
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
}.mlx-ft_soc-jas:hover {
  background: rgba(255, 255, 255, 0.07);
}.mlx-ft_legal-jas {
  flex: 1;
  font-size: 11px;
  min-width: 200px;
  color: #8A7058;
  line-height: 1.6;
  overflow-wrap: break-word;
}.mlx-ft_legal-jas strong {
  color: #A8916A;
  font-weight: 700;
}.mlx-ft_legal-jas a {
  text-decoration: underline;
  color: #A8916A;
}.mlx-ft_age-jas {
  border-radius: 50%;
  border: 2px solid #8A7058;
  height: 32px;
  font-weight: 800;
  font-size: 11px;
  justify-content: center;
  flex-shrink: 0;
  color: #8A7058;
  align-items: center;
  margin-left: auto;
  display: flex;
  width: 2rem;
}