html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #100A0D;
  -webkit-font-smoothing: antialiased;
  font-family: 'Raleway', sans-serif;
  line-height: 1.6;
  color: #CBBFAF;
  min-height: 100vh;
}.mlh-layout_kaj {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.mlh-page_kaj {
  min-height: 100vh;
  display: flex;
}.mlh-main_kaj {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width:1080px) {.mlh-main_kaj {
  padding-left: 13.75rem;
}
}
@media (max-width: 1080px) {.mlh-main_kaj {
  padding-bottom: 72px;
}
}.mlh-gc_kaj {
  border: 1px solid rgba(255,255,255,0.06);
  background: #160D10;
  transition: transform .2s,border-color .2s;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  width: 140px;
}
@media(min-width: 637px) {.mlh-gc_kaj {
  width: 156px;
}
}
@media(min-width: 1081px) {.mlh-gc_kaj {
  width: 168px;
}
}.mlh-gc_kaj:hover {
  transform: translateY(-3px);
  border-color: rgba(155,61,212,0.08);
}.mlh-gc_img_kaj {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.mlh-gc_img_kaj img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.mlh-gc_hover_kaj {
  background: rgba(0,0,0,0.72);
  inset: 0;
  transition: opacity .2s;
  position: absolute;
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: center;
}.mlh-gc_kaj:hover .mlh-gc_hover_kaj {
  opacity: 1;
}.mlh-gc_hover_btn_kaj {
  border-radius: 5px;
  background: #9B3DD4;
  padding: 8px 1rem;
  font-weight: 700;
  color: #F2E9DA;
  font-size: 0.75rem;
}.mlh-gc_info_kaj {
  padding: 0.5rem 10px 0.625rem;
}.mlh-gc_name_kaj {
  overflow: hidden;
  color: #CBBFAF;
  font-weight: 600;
  font-size: 12px;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  max-width: 100%;
  white-space: nowrap;
}.mlh-gc_prov_kaj {
  font-size: 10px;
  color: #524744;
}.mlh-gc_tag_kaj {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  position: absolute;
  left: 6px;
  font-size: 0.563rem;
  z-index: 2;
  top: 6px;
}.mlh-gc_tag_hot_kaj {
  background: #D92E2E;
  color: #fff;
}.mlh-gc_tag_new_kaj {
  background: #22C55E;
  color: #100A0D;
}.mlh-gc_tag_jp_kaj {
  background: #C4922A;
  color: #100A0D;
}.mlh-gc_tag_ex_kaj {
  background: #6B1F8A;
  color: #fff;
}.mlh-gc_tag_live_kaj {
  background: #D92E2E;
  color: #fff;
}.mlh-gr_kaj {
  padding: 2rem 16px 0;
  background: #100A0D;
}
@media(min-width: 769px) {.mlh-gr_kaj {
  padding: 2.25rem 24px 0;
}
}.mlh-gr_in_kaj {
  margin: 0 auto;
  max-width: 1340px;
}.mlh-gr_head_kaj {
  gap: 12px;
  margin-bottom: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.mlh-gr_head_l_kaj {
  flex: 1;
  gap: 10px;
  min-width: 0;
  display: flex;
  align-items: center;
}.mlh-gr_ic_kaj {
  border-radius: 10px;
  flex-shrink: 0;
  height: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 32px;
}.mlh-gr_ic_kaj svg {
  width: 16px;
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
}.mlh-gr_title_kaj {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F2E9DA;
  font-size: 16px;
}
@media(min-width: 766px) {.mlh-gr_title_kaj {
  font-size: 1.125rem;
}
}.mlh-gr_more_kaj {
  transition: color .2s;
  gap: 5px;
  white-space: nowrap;
  color: #6E5E52;
  font-weight: 600;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}.mlh-gr_more_kaj:hover {
  color: #9B3DD4;
}.mlh-gr_more_kaj svg {
  height: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.75rem;
}.mlh-gr_arrows_kaj {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.mlh-gr_arr_kaj {
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s;
  border-radius: 0.313rem;
  border: 1px solid rgba(255,255,255,0.11);
  justify-content: center;
  color: #907E6E;
  width: 30px;
  align-items: center;
  height: 1.875rem;
  display: flex;
}.mlh-gr_arr_kaj:hover {
  background: rgba(255,255,255,0.07);
  color: #F2E9DA;
}.mlh-gr_arr_kaj svg {
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
  height: 13px;
}.mlh-gr_seo_h_kaj {
  margin: 0 0 6px;
  color: #CBBFAF;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  font-weight: 700;
  font-family: 'Cinzel', serif;
}
@media(min-width:768px) {.mlh-gr_seo_h_kaj {
  font-size: 14px;
}
}.mlh-gr_seo_kaj {
  max-width: 42.5rem;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.55;
  color: #6E5E52;
  margin-bottom: 12px;
}.mlh-gr_seo_kaj strong {
  font-weight: 600;
  color: #CBBFAF;
}.mlh-gr_scroll_kaj {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-bottom: 0.625rem;
  overflow-x: auto;
  scrollbar-width: none;
}.mlh-gr_scroll_kaj::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.mlh-gr_scroll_kaj {
  gap: 12px;
}
}.mlh-tb_kaj {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #100A0D;
  left: 0;
  position: fixed;
  top: 0;
  right: 0;
  height: 3.5rem;
  align-items: center;
  z-index: 80;
  display: flex;
}.mlh-tb_in_kaj {
  padding: 0 0.875rem;
  gap: 0;
  height: 100%;
  align-items: center;
  width: 100%;
  display: flex;
}.mlh-tb_burger_kaj {
  gap: 5px;
  border-radius: 0.625rem;
  justify-content: center;
  flex-direction: column;
  height: 38px;
  width: 38px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 8px;
  display: flex;
}.mlh-tb_burger_kaj:hover {
  background: rgba(255,255,255,0.05);
}.mlh-tb_burger_line_kaj {
  border-radius: 1px;
  background: #907E6E;
  width: 1.125rem;
  display: block;
  height: 2px;
}
@media(min-width: 1082px) {.mlh-tb_burger_kaj {
  display: none;
}
}.mlh-tb_logo_kaj {
  gap: 9px;
  margin-right: 20px;
  flex-shrink: 0;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  font-weight: 800;
  align-items: center;
  display: flex;
  color: #F2E9DA;
  font-size: 1.125rem;
}.mlh-tb_logo_mark_kaj {
  overflow: hidden;
  border-radius: 10px;
  height: 2rem;
  display: flex;
  width: 32px;
  justify-content: center;
  align-items: center;
}.mlh-tb_logo_mark_kaj img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.mlh-tb_nav_kaj {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 638px) {.mlh-tb_nav_kaj {
  display: flex;
}
}.mlh-tb_tab_kaj {
  transition: background .15s,color .15s;
  padding: 0.5rem 14px;
  border-radius: 0.625rem;
  color: #907E6E;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
}.mlh-tb_tab_kaj:hover {
  background: rgba(255,255,255,0.05);
  color: #F2E9DA;
}.mlh-tb_tab_kaj.mlh-state_active_kaj {
  background: rgba(155,61,212,0.18);
  color: #F2E9DA;
}.mlh-tb_right_kaj {
  gap: 0.5rem;
  display: flex;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
}.mlh-tb_login_kaj {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.625rem;
  transition: border-color .2s,color .2s;
  background: rgba(255,255,255,0.05);
  padding: 9px 1rem;
  color: #CBBFAF;
  display: none;
  font-size: 13px;
  font-weight: 600;
}.mlh-tb_login_kaj:hover {
  border-color: rgba(196,146,42,0.48);
  color: #F2E9DA;
}
@media(min-width: 481px) {.mlh-tb_login_kaj {
  display: block;
}
}.mlh-tb_reg_kaj {
  background: #22C55E;
  border-radius: 0.625rem;
  padding: 9px 18px;
  transition: background .2s;
  font-size: 13px;
  font-weight: 700;
  color: #0C0608;
  white-space: nowrap;
}.mlh-tb_reg_kaj:hover {
  background: #16A34A;
}.mlh-sb_kaj {
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #1C1116;
  width: 220px;
  position: fixed;
  bottom: 0;
  z-index: 70;
  top: 56px;
  overflow-y: auto;
  left: 0;
}.mlh-sb_kaj.mlh-state_open_kaj {
  transform: translateX(0);
}.mlh-sb_kaj::-webkit-scrollbar {
  width: 4px;
}.mlh-sb_kaj::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1081px) {.mlh-sb_kaj {
  transform: translateX(0);
}
}.mlh-sb_auth_kaj {
  padding: 0.875rem 12px 10px;
}.mlh-sb_btn_reg_kaj {
  padding: 0.688rem;
  border-radius: 10px;
  background: #22C55E;
  transition: background .2s;
  display: block;
  font-size: 0.813rem;
  text-align: center;
  color: #0C0608;
  margin-bottom: 8px;
  font-weight: 700;
}.mlh-sb_btn_reg_kaj:hover {
  background: #16A34A;
}.mlh-sb_btn_login_kaj {
  background: rgba(255,255,255,0.05);
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s;
  border-radius: 0.625rem;
  font-weight: 600;
  color: #CBBFAF;
  font-size: 0.813rem;
  text-align: center;
  display: block;
}.mlh-sb_btn_login_kaj:hover {
  border-color: rgba(196,146,42,0.48);
  color: #F2E9DA;
}.mlh-sb_promo_kaj {
  border: 1px solid rgba(155,61,212,0.18);
  overflow: hidden;
  padding: 12px 0.875rem;
  margin: 0 0.75rem 0.625rem;
  border-radius: 0.625rem;
  background: linear-gradient(135deg,#3D0A1E,#1C1116);
  position: relative;
}.mlh-sb_promo_kaj::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(155,61,212,0.18),transparent 70%);
  height: 80px;
  width: 80px;
  position: absolute;
  top: -1.25rem;
  right: -20px;
  content: '';
}.mlh-sb_promo_title_kaj {
  letter-spacing: .06em;
  font-weight: 700;
  font-size: 0.688rem;
  color: #9B3DD4;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}.mlh-sb_promo_text_kaj {
  overflow-wrap: break-word;
  color: #F2E9DA;
  line-height: 1.35;
  font-weight: 600;
  font-size: 0.75rem;
}.mlh-sb_promo_sub_kaj {
  font-size: 0.625rem;
  color: #6E5E52;
  margin-top: 3px;
}.mlh-sb_nav_kaj {
  padding: 0.375rem 8px 1rem;
}.mlh-sb_nav_lb_kaj {
  padding: 10px 8px 6px;
  font-size: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #524744;
  font-weight: 700;
}.mlh-sb_link_kaj {
  border-radius: 5px;
  gap: 10px;
  padding: 9px 0.625rem;
  transition: background .15s,color .15s;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #907E6E;
}.mlh-sb_link_kaj:hover {
  background: rgba(255,255,255,0.05);
  color: #F2E9DA;
}.mlh-sb_link_kaj.mlh-state_active_kaj {
  background: rgba(155,61,212,0.18);
  color: #F2E9DA;
}.mlh-sb_ic_kaj {
  border-radius: 0.313rem;
  justify-content: center;
  width: 1.875rem;
  display: flex;
  flex-shrink: 0;
  height: 30px;
  align-items: center;
}.mlh-sb_ic_kaj svg {
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
  height: 16px;
}.mlh-sb_ic_1_kaj {
  background: rgba(155,61,212,0.08);
  color: #9B3DD4;
}.mlh-sb_ic_2_kaj {
  background: rgba(34,197,94,0.15);
  color: #22C55E;
}.mlh-sb_ic_3_kaj {
  background: rgba(196,146,42,0.18);
  color: #C4922A;
}.mlh-sb_ic_4_kaj {
  background: rgba(107,31,138,0.22);
  color: #6B1F8A;
}.mlh-sb_ic_5_kaj {
  background: rgba(155,61,212,0.08);
  color: #E0407A;
}.mlh-sb_ic_6_kaj {
  background: rgba(107,31,138,0.22);
  color: #7C3AED;
}.mlh-sb_badge_kaj {
  border-radius: 5px;
  padding: 2px 0.438rem;
  background: #C4922A;
  font-size: 9px;
  color: #0C0608;
  font-weight: 700;
  margin-left: auto;
}.mlh-sb_bot_kaj {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 12px;
  gap: 8px;
  display: flex;
}.mlh-sb_lang_kaj,.mlh-sb_help_kaj {
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  padding: 9px 6px;
  border-radius: 0.313rem;
  flex: 1;
  gap: 0.375rem;
  font-size: 0.688rem;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 600;
  color: #907E6E;
}.mlh-sb_lang_kaj:hover,.mlh-sb_help_kaj:hover {
  border-color: rgba(196,146,42,0.48);
  color: #F2E9DA;
}.mlh-sb_lang_kaj svg,.mlh-sb_help_kaj svg {
  height: 0.813rem;
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
}.mlh-sb_bd_kaj {
  inset: 0;
  background: rgba(0,0,0,0.72);
  z-index: 69;
  display: none;
  position: fixed;
}.mlh-sb_bd_kaj.mlh-state_on_kaj {
  display: block;
}
@media(min-width:1080px) {.mlh-sb_bd_kaj {
  display: none!important;
}
}.mlh-mob_nav_kaj {
  border-top: 1px solid rgba(255,255,255,0.11);
  background: #1C1116;
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  right: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 80;
  display: flex;
}
@media(min-width: 1078px) {.mlh-mob_nav_kaj {
  display: none;
}
}.mlh-mob_nav_item_kaj {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 4px;
  align-items: center;
  flex-direction: column;
  color: #524744;
  cursor: pointer;
  display: flex;
}.mlh-mob_nav_ic_kaj {
  line-height: 1;
}.mlh-mob_nav_ic_kaj svg {
  stroke-linecap: round;
  width: 20px;
  stroke-linejoin: round;
  height: 20px;
}.mlh-mob_nav_lb_kaj {
  font-size: 10px;
  font-weight: 600;
  color: #524744;
}.mlh-mob_nav_item_kaj.mlh-state_active_kaj {
  color: #9B3DD4;
}.mlh-mob_nav_item_kaj.mlh-state_active_kaj .mlh-mob_nav_lb_kaj {
  color: #9B3DD4;
}.mlh-hero_kaj {
  padding: 1.25rem 1rem 0;
  background: #100A0D;
}
@media(min-width: 770px) {.mlh-hero_kaj {
  padding: 24px 24px 0;
}
}.mlh-hero_in_kaj {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 83.75rem;
}
@media(min-width: 857px) {.mlh-hero_in_kaj {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1097px) {.mlh-hero_in_kaj {
  grid-template-columns: 1fr 340px;
}
}.mlh-hero_promo_kaj {
  border-radius: 16px;
  background: #160D10;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  position: relative;
  align-items: stretch;
}
@media(min-width: 769px) {.mlh-hero_promo_kaj {
  min-height: 17.5rem;
}
}.mlh-hero_promo_bg_kaj {
  inset: 0;
  background: linear-gradient(120deg,#3D0A1E 0%,#100A0D 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.mlh-hero_promo_bg_kaj::after {
  background: linear-gradient(90deg,#100A0D 0%,rgba(0,0,0,0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.mlh-hero_promo_glow_kaj {
  background: radial-gradient(circle,rgba(107,31,138,0.22) 0%,transparent 65%);
  border-radius: 50%;
  top: -40px;
  position: absolute;
  right: 3.75rem;
  width: 300px;
  height: 300px;
  pointer-events: none;
}.mlh-hero_promo_ct_kaj {
  padding: 28px 1.5rem 28px 28px;
  display: flex;
  position: relative;
  max-width: 30rem;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
@media(min-width: 770px) {.mlh-hero_promo_ct_kaj {
  padding: 2.5rem 32px;
}
}.mlh-hero_badge_kaj {
  background: rgba(155,61,212,0.18);
  padding: 5px 0.75rem;
  border-radius: 1.375rem;
  border: 1px solid rgba(155,61,212,0.08);
  display: inline-block;
  font-weight: 700;
  color: #9B3DD4;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 10px;
  letter-spacing: .08em;
}.mlh-hero_h1_kaj {
  margin-bottom: 0.625rem;
  font-family: 'Cinzel', serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  overflow-wrap: break-word;
  color: #F2E9DA;
}.mlh-hero_h1_kaj em {
  font-style: normal;
  color: #C4922A;
}
@media(min-width: 767px) {.mlh-hero_h1_kaj {
  font-size: 2.25rem;
}
}.mlh-hero_sub_kaj {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.55;
  color: #907E6E;
}
@media(min-width: 769px) {.mlh-hero_sub_kaj {
  font-size: 14px;
}
}.mlh-hero_row_kaj {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.mlh-hero_cta_kaj {
  border-radius: 0.625rem;
  background: #22C55E;
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  box-shadow: 0 3px 0 rgba(0,0,0,0.38), 0 0.5rem 22px rgba(34,197,94,0.40);
  font-size: 14px;
  color: #0C0608;
  font-weight: 700;
}.mlh-hero_cta_kaj:hover {
  background: #16A34A;
}.mlh-hero_terms_kaj {
  color: #524744;
  font-size: 11px;
}.mlh-hero_game_kaj {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  overflow: hidden;
  background: #160D10;
  flex-direction: column;
  display: flex;
  position: relative;
}.mlh-hero_game_badge_kaj {
  border-radius: 22px;
  border: 1px solid rgba(196,146,42,0.18);
  background: rgba(196,146,42,0.18);
  padding: 0.313rem 0.625rem;
  position: absolute;
  left: 12px;
  letter-spacing: .06em;
  font-weight: 700;
  z-index: 3;
  color: #C4922A;
  font-size: 0.625rem;
  text-transform: uppercase;
  top: 0.75rem;
}.mlh-hero_game_badge_kaj svg {
  height: 11px;
  vertical-align: -1px;
  margin-right: 4px;
  width: 11px;
}.mlh-hero_game_img_kaj {
  background: linear-gradient(135deg,#3D0A1E,#100A0D);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.mlh-hero_game_img_kaj img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
}.mlh-hero_game_play_kaj {
  inset: 0;
  transition: opacity .2s;
  background: rgba(0,0,0,0.72);
  opacity: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
}.mlh-hero_game_kaj:hover .mlh-hero_game_play_kaj {
  opacity: 1;
}.mlh-hero_game_play_kaj span {
  background: #9B3DD4;
  border-radius: 50%;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  display: flex;
}.mlh-hero_game_play_kaj span svg {
  width: 18px;
  margin-left: 2px;
  height: 18px;
}.mlh-hero_game_info_kaj {
  padding: 14px 1rem;
}.mlh-hero_game_title_kaj {
  color: #F2E9DA;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.25rem;
  font-size: 15px;
}.mlh-hero_game_provider_kaj {
  font-size: 0.688rem;
  color: #6E5E52;
}.mlh-hero_game_btn_kaj {
  padding: 0.688rem;
  margin: 0.75rem 16px 1rem;
  background: #9B3DD4;
  transition: background .2s;
  border-radius: 0.625rem;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  display: block;
  color: #F2E9DA;
}.mlh-hero_game_kaj:hover .mlh-hero_game_btn_kaj {
  background: #B04EE8;
}.mlh-sbar_kaj {
  background: #100A0D;
  padding: 1rem 1rem 0;
}
@media(min-width: 771px) {.mlh-sbar_kaj {
  padding: 1.125rem 1.5rem 0;
}
}.mlh-sbar_in_kaj {
  margin: 0 auto;
  max-width: 1340px;
}.mlh-sbar_row_kaj {
  gap: 0.625rem;
  margin-bottom: 12px;
  flex-wrap: wrap;
  display: flex;
}.mlh-sbar_input_kaj {
  border-radius: 0.625rem;
  background: #160D10;
  flex: 1;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  gap: 10px;
  padding: 11px 1rem;
  display: flex;
  color: #6E5E52;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
}.mlh-sbar_input_kaj:hover {
  border-color: rgba(196,146,42,0.48);
}.mlh-sbar_input_kaj svg {
  width: 0.938rem;
  flex-shrink: 0;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 15px;
}.mlh-sbar_providers_kaj {
  border: 1px solid rgba(255,255,255,0.11);
  background: #160D10;
  gap: 0.5rem;
  transition: border-color .2s;
  border-radius: 0.625rem;
  padding: 11px 18px;
  color: #CBBFAF;
  align-items: center;
  font-size: 0.813rem;
  display: flex;
  font-weight: 600;
  white-space: nowrap;
}.mlh-sbar_providers_kaj:hover {
  border-color: rgba(196,146,42,0.48);
  color: #F2E9DA;
}.mlh-sbar_providers_kaj svg {
  width: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.875rem;
}.mlh-sbar_tabs_kaj {
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 2px;
}.mlh-sbar_tabs_kaj::-webkit-scrollbar {
  display: none;
}.mlh-sbar_tab_kaj {
  background: rgba(255,255,255,0.05);
  padding: 8px 14px;
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 22px;
  gap: 0.438rem;
  border: 1px solid rgba(255,255,255,0.06);
  font-weight: 600;
  flex-shrink: 0;
  display: flex;
  cursor: pointer;
  white-space: nowrap;
  color: #907E6E;
  font-size: 0.75rem;
  align-items: center;
}.mlh-sbar_tab_kaj:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(196,146,42,0.48);
  color: #F2E9DA;
}.mlh-sbar_tab_kaj.mlh-state_active_kaj {
  background: rgba(155,61,212,0.18);
  border-color: rgba(155,61,212,0.08);
  color: #F2E9DA;
}.mlh-sbar_tab_ic_kaj svg {
  stroke-linejoin: round;
  width: 14px;
  stroke-linecap: round;
  height: 14px;
}.mlh-wy_kaj {
  padding: 32px 1rem 0;
  background: #100A0D;
}
@media(min-width: 766px) {.mlh-wy_kaj {
  padding: 2.5rem 1.5rem 0;
}
}.mlh-wy_in_kaj {
  margin: 0 auto;
  max-width: 1340px;
}.mlh-wy_head_kaj {
  margin-bottom: 18px;
  max-width: 45rem;
}.mlh-wy_label_kaj {
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  color: #9B3DD4;
}.mlh-wy_h2_kaj {
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  color: #F2E9DA;
}
@media(min-width: 771px) {.mlh-wy_h2_kaj {
  font-size: 24px;
}
}.mlh-wy_intro_kaj {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #6E5E52;
}.mlh-wy_grid_kaj {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.mlh-wy_grid_kaj {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.mlh-wy_grid_kaj {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.mlh-wy_card_kaj {
  border: 1px solid rgba(255,255,255,0.11);
  padding: 1.25rem;
  background: #1C1116;
  transition: border-color .2s,transform .2s;
  border-radius: 0.625rem;
}.mlh-wy_card_kaj:hover {
  transform: translateY(-2px);
  border-color: rgba(155,61,212,0.08);
}.mlh-wy_card_ic_kaj {
  background: rgba(155,61,212,0.18);
  border-radius: 50%;
  color: #9B3DD4;
  width: 44px;
  display: flex;
  justify-content: center;
  height: 44px;
  align-items: center;
  margin-bottom: 14px;
}.mlh-wy_card_ic_kaj svg {
  height: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.375rem;
}.mlh-wy_card_h_kaj {
  line-height: 1.25;
  color: #F2E9DA;
  margin-bottom: 6px;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 15px;
}.mlh-wy_card_p_kaj {
  line-height: 1.6;
  color: #6E5E52;
  overflow-wrap: break-word;
  font-size: 13px;
}.mlh-wy_card_p_kaj strong {
  color: #CBBFAF;
  font-weight: 600;
}.mlh-gcg_kaj {
  background: #100A0D;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.mlh-gcg_kaj {
  padding: 44px 24px 0;
}
}.mlh-gcg_in_kaj {
  margin: 0 auto;
  max-width: 1340px;
}.mlh-gcg_head_kaj {
  max-width: 45rem;
  margin-bottom: 20px;
}.mlh-gcg_label_kaj {
  color: #9B3DD4;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.mlh-gcg_h2_kaj {
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F2E9DA;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}
@media(min-width: 767px) {.mlh-gcg_h2_kaj {
  font-size: 1.75rem;
}
}.mlh-gcg_intro_kaj {
  font-size: 13px;
  line-height: 1.6;
  color: #6E5E52;
}.mlh-gcg_grid_kaj {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.mlh-gcg_grid_kaj {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.mlh-gcg_grid_kaj {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.mlh-gcg_card_kaj {
  border-radius: 16px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 1.25rem;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  min-height: 240px;
  display: flex;
  cursor: pointer;
}.mlh-gcg_card_kaj:hover {
  transform: translateY(-3px);
  border-color: rgba(155,61,212,0.18);
}.mlh-gcg_card_bg_kaj {
  inset: 0;
  z-index: 0;
  position: absolute;
}.mlh-gcg_card_bg_kaj::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.mlh-gcg_card_ic_kaj {
  border-radius: 0.313rem;
  background: rgba(0,0,0,.45);
  color: #F2E9DA;
  width: 40px;
  top: 1.125rem;
  z-index: 2;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  display: flex;
  right: 1.125rem;
  position: absolute;
}.mlh-gcg_card_ic_kaj svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.mlh-gcg_card_ct_kaj {
  z-index: 1;
  position: relative;
}.mlh-gcg_card_h_kaj {
  font-size: 18px;
  margin-bottom: 0.5rem;
  color: #F2E9DA;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  line-height: 1.2;
}
@media(min-width:768px) {.mlh-gcg_card_h_kaj {
  font-size: 20px;
}
}.mlh-gcg_card_p_kaj {
  font-size: 0.75rem;
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  line-height: 1.55;
}.mlh-gcg_card_p_kaj strong {
  color: #F2E9DA;
  font-weight: 600;
}.mlh-gcg_card_cta_kaj {
  gap: 0.25rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  align-items: center;
  color: #9B3DD4;
  display: inline-flex;
  font-size: 12px;
}.mlh-gcg_card_cta_kaj svg {
  width: 12px;
  stroke-linejoin: round;
  height: 0.75rem;
  stroke-linecap: round;
}.mlh-ws_kaj {
  background: #100A0D;
  padding: 32px 16px 0;
}
@media(min-width: 766px) {.mlh-ws_kaj {
  padding: 2.25rem 1.5rem 0;
}
}.mlh-ws_in_kaj {
  margin: 0 auto;
  max-width: 83.75rem;
}.mlh-ws_head_kaj {
  gap: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
  justify-content: space-between;
  align-items: center;
}.mlh-ws_title_kaj {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  color: #F2E9DA;
  font-weight: 700;
  align-items: center;
  font-size: 1rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}.mlh-ws_title_ic_kaj svg {
  stroke-linecap: round;
  width: 18px;
  color: #C4922A;
  stroke-linejoin: round;
  height: 18px;
}.mlh-ws_online_kaj {
  gap: 7px;
  color: #6E5E52;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}.mlh-ws_online_dot_kaj {
  border-radius: 50%;
  background: #22C55E;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(34,197,94,0.15);
  height: 8px;
  width: 0.5rem;
}.mlh-ws_scroll_kaj {
  gap: 8px;
  display: flex;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}.mlh-ws_scroll_kaj::-webkit-scrollbar {
  display: none;
}.mlh-wc_kaj {
  border: 1px solid rgba(255,255,255,0.11);
  gap: 10px;
  border-radius: 0.625rem;
  padding: 10px 0.875rem;
  background: #160D10;
  min-width: 220px;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.mlh-wc_img_kaj {
  overflow: hidden;
  border-radius: 0.313rem;
  background: #1C1116;
  width: 2.25rem;
  flex-shrink: 0;
  height: 36px;
}.mlh-wc_img_kaj img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.mlh-wc_info_kaj {
  min-width: 0;
}.mlh-wc_game_kaj {
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #CBBFAF;
}.mlh-wc_player_kaj {
  overflow: hidden;
  color: #524744;
  font-size: 0.625rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}.mlh-wc_amount_kaj {
  margin-left: auto;
  font-weight: 700;
  color: #22C55E;
  flex-shrink: 0;
  font-size: 0.813rem;
  white-space: nowrap;
}.mlh-prov_kaj {
  padding: 36px 16px 0;
  background: #100A0D;
}
@media(min-width: 769px) {.mlh-prov_kaj {
  padding: 2.75rem 1.5rem 0;
}
}.mlh-prov_in_kaj {
  margin: 0 auto;
  max-width: 83.75rem;
}.mlh-prov_head_kaj {
  margin-bottom: 16px;
}.mlh-prov_label_kaj {
  font-size: 11px;
  color: #9B3DD4;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}.mlh-prov_h2_kaj {
  color: #F2E9DA;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 770px) {.mlh-prov_h2_kaj {
  font-size: 1.5rem;
}
}.mlh-prov_seo_kaj {
  color: #6E5E52;
  font-size: 0.813rem;
  line-height: 1.6;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  margin-bottom: 1rem;
}.mlh-prov_seo_kaj strong {
  font-weight: 700;
  color: #CBBFAF;
}.mlh-prov_seo_kaj a {
  text-decoration: underline;
  color: #9B3DD4;
}.mlh-prov_grid_kaj {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 639px) {.mlh-prov_grid_kaj {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.mlh-prov_grid_kaj {
  grid-template-columns: repeat(8,1fr);
}
}.mlh-prov_card_kaj {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.625rem;
  padding: 0.875rem 10px;
  gap: 7px;
  background: #160D10;
  transition: border-color .2s,background .2s;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  align-items: center;
}.mlh-prov_card_kaj:hover {
  border-color: rgba(196,146,42,0.48);
  background: #1C1116;
}.mlh-prov_logo_kaj {
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  border-radius: 0.313rem;
  justify-content: center;
  width: 44px;
  align-items: center;
  height: 44px;
  display: flex;
}.mlh-prov_logo_kaj img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.mlh-prov_name_kaj {
  color: #907E6E;
  font-size: 11px;
  overflow-wrap: break-word;
  text-align: center;
  font-weight: 600;
}.mlh-reg_kaj {
  background: #100A0D;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.mlh-reg_kaj {
  padding: 2.75rem 1.5rem 0;
}
}.mlh-reg_in_kaj {
  border: 1px solid rgba(255,255,255,0.06);
  margin: 0 auto;
  background: #1C1116;
  padding: 1.75rem 24px;
  border-radius: 16px;
  max-width: 83.75rem;
}
@media(min-width: 765px) {.mlh-reg_in_kaj {
  padding: 2.5rem;
}
}.mlh-reg_top_kaj {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.mlh-reg_top_kaj {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.mlh-reg_label_kaj {
  text-transform: uppercase;
  color: #9B3DD4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.mlh-reg_h2_kaj {
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
  color: #F2E9DA;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.2;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.mlh-reg_h2_kaj {
  font-size: 1.75rem;
}
}.mlh-reg_bonus_kaj {
  padding: 0.625rem 1rem;
  background: rgba(196,146,42,0.18);
  border-radius: 0.625rem;
  border: 1px solid rgba(196,146,42,0.18);
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
  display: inline-flex;
}.mlh-reg_bonus_amount_kaj {
  font-weight: 800;
  font-size: 1.25rem;
  color: #C4922A;
}.mlh-reg_bonus_text_kaj {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #907E6E;
}.mlh-reg_cta_btn_kaj {
  background: #22C55E;
  padding: 0.875rem 32px;
  border-radius: 10px;
  transition: background .2s;
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
  color: #0C0608;
  box-shadow: 0 3px 0 rgba(0,0,0,0.38), 0 8px 1.375rem rgba(34,197,94,0.40);
  font-size: 15px;
}.mlh-reg_cta_btn_kaj:hover {
  background: #16A34A;
}.mlh-reg_terms_kaj {
  color: #524744;
  font-size: 11px;
  line-height: 1.5;
}.mlh-reg_seo_kaj {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 20px;
  overflow-wrap: break-word;
  line-height: 1.65;
  margin-top: 20px;
  color: #6E5E52;
  font-size: 0.813rem;
}.mlh-reg_seo_kaj p {
  margin-bottom: 10px;
  color: #6E5E52;
  line-height: 1.65;
  font-size: 13px;
}.mlh-reg_seo_kaj p:last-child {
  margin-bottom: 0;
}.mlh-reg_seo_kaj strong {
  color: #CBBFAF;
  font-weight: 700;
}.mlh-reg_seo_kaj a {
  transition: color .2s;
  color: #9B3DD4;
  text-decoration: underline;
}.mlh-reg_seo_kaj a:hover {
  color: #B04EE8;
}.mlh-reg_seo_kaj ul,.mlh-reg_seo_kaj ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.mlh-reg_seo_kaj ol {
  list-style: decimal;
}.mlh-reg_seo_kaj li {
  font-size: 13px;
  color: #6E5E52;
  line-height: 1.65;
  margin-bottom: 0.25rem;
}.mlh-reg_seo_kaj table {
  margin-bottom: 10px;
  font-size: 0.813rem;
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 771px) {.mlh-reg_seo_kaj table {
  display: table;
}
}.mlh-reg_seo_kaj th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #CBBFAF;
}.mlh-reg_seo_kaj td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 8px;
  color: #6E5E52;
}.mlh-reg_steps_kaj {
  gap: 0.875rem;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width: 861px) {.mlh-reg_steps_kaj {
  margin-top: 0;
}
}.mlh-reg_step_kaj {
  gap: 0.875rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.mlh-reg_step_num_kaj {
  border-radius: 50%;
  background: rgba(155,61,212,0.18);
  border: 1px solid rgba(155,61,212,0.08);
  align-items: center;
  font-size: 14px;
  color: #9B3DD4;
  font-weight: 800;
  flex-shrink: 0;
  width: 2.125rem;
  justify-content: center;
  height: 34px;
  display: flex;
}.mlh-reg_step_title_kaj {
  color: #F2E9DA;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 3px;
}.mlh-reg_step_text_kaj {
  color: #6E5E52;
  line-height: 1.5;
  font-size: 0.75rem;
}.mlh-reg_trust_kaj {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.25rem;
}.mlh-reg_trust_item_kaj {
  gap: 0.438rem;
  color: #6E5E52;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.mlh-reg_trust_ic_kaj svg {
  color: #9B3DD4;
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
}.mlh-bon_kaj {
  padding: 36px 16px 0;
  background: #100A0D;
}
@media(min-width: 766px) {.mlh-bon_kaj {
  padding: 44px 1.5rem 0;
}
}.mlh-bon_in_kaj {
  margin: 0 auto;
  max-width: 1340px;
}.mlh-bon_head_kaj {
  margin-bottom: 20px;
}.mlh-bon_label_kaj {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  color: #9B3DD4;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.mlh-bon_h2_kaj {
  color: #F2E9DA;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 771px) {.mlh-bon_h2_kaj {
  font-size: 1.5rem;
}
}.mlh-bon_seo_kaj {
  color: #6E5E52;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 620px;
  line-height: 1.6;
}.mlh-bon_seo_kaj strong {
  color: #CBBFAF;
  font-weight: 700;
}.mlh-bon_seo_kaj a {
  color: #9B3DD4;
  text-decoration: underline;
}.mlh-bon_grid_kaj {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.mlh-bon_grid_kaj {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.mlh-bon_grid_kaj {
  grid-template-columns: repeat(5,1fr);
}
}.mlh-bon_card_kaj {
  background: #160D10;
  border-radius: 10px;
  padding: 16px;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255,255,255,0.11);
}.mlh-bon_card_kaj:hover {
  transform: translateY(-2px);
  border-color: rgba(155,61,212,0.08);
}.mlh-bon_card_ic_kaj svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 26px;
  height: 26px;
}.mlh-bon_card_ic_kaj {
  margin-bottom: 0.625rem;
}.mlh-bon_card_type_kaj {
  font-weight: 700;
  font-size: 10px;
  color: #6E5E52;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  letter-spacing: .06em;
}.mlh-bon_card_amount_kaj {
  margin-bottom: 0.375rem;
  line-height: 1.1;
  font-size: 1.125rem;
  color: #C4922A;
  font-weight: 800;
}.mlh-bon_card_name_kaj {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 600;
  color: #F2E9DA;
}.mlh-bon_card_detail_kaj {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #524744;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  line-height: 1.5;
  padding-top: 0.5rem;
}.mlh-app_kaj {
  background: #100A0D;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.mlh-app_kaj {
  padding: 2.75rem 1.5rem 0;
}
}.mlh-app_in_kaj {
  margin: 0 auto;
  max-width: 1340px;
}.mlh-app_head_kaj {
  margin-bottom: 16px;
}.mlh-app_label_kaj {
  margin-bottom: 0.5rem;
  color: #9B3DD4;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.mlh-app_h2_kaj {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  color: #F2E9DA;
  font-size: 1.25rem;
}
@media(min-width:768px) {.mlh-app_h2_kaj {
  font-size: 24px;
}
}.mlh-app_sub_kaj {
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 37.5rem;
  font-size: 0.813rem;
  color: #6E5E52;
}.mlh-app_sub_kaj strong {
  font-weight: 700;
  color: #CBBFAF;
}.mlh-app_cards_kaj {
  gap: 10px;
  display: grid;
  margin-top: 16px;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.mlh-app_cards_kaj {
  grid-template-columns: repeat(3,1fr);
}
}.mlh-app_card_kaj {
  padding: 1.25rem;
  gap: 1rem;
  border-radius: 10px;
  overflow: hidden;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  position: relative;
}.mlh-app_card_ios_kaj {
  background: linear-gradient(135deg,rgba(155,61,212,0.18) 0%,#1C1116 100%);
}.mlh-app_card_android_kaj {
  background: linear-gradient(135deg,rgba(34,197,94,0.15) 0%,#1C1116 100%);
}.mlh-app_card_win_kaj {
  background: linear-gradient(135deg,rgba(196,146,42,0.18) 0%,#1C1116 100%);
}.mlh-app_card_ic_kaj svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 34px;
  width: 34px;
}.mlh-app_card_ic_kaj {
  color: #F2E9DA;
  flex-shrink: 0;
}.mlh-app_card_os_kaj {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  color: #6E5E52;
  font-size: 0.625rem;
}.mlh-app_card_title_kaj {
  margin-bottom: 0.375rem;
  line-height: 1.2;
  font-weight: 700;
  color: #F2E9DA;
  font-size: 15px;
  overflow-wrap: break-word;
}.mlh-app_card_text_kaj {
  overflow-wrap: break-word;
  margin-bottom: 14px;
  line-height: 1.5;
  font-size: 12px;
  color: #6E5E52;
}.mlh-app_card_btn_kaj {
  padding: 10px 18px;
  border-radius: 5px;
  gap: 7px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(196,146,42,0.48);
  transition: background .2s;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #F2E9DA;
  font-size: 13px;
}.mlh-app_card_btn_kaj:hover {
  background: rgba(255,255,255,0.07);
}.mlh-rv_kaj {
  background: #100A0D;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.mlh-rv_kaj {
  padding: 44px 24px 0;
}
}.mlh-rv_in_kaj {
  margin: 0 auto;
  max-width: 83.75rem;
}.mlh-rv_head_kaj {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.mlh-rv_label_kaj {
  color: #9B3DD4;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.mlh-rv_h2_kaj {
  font-weight: 800;
  color: #F2E9DA;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.mlh-rv_h2_kaj {
  font-size: 28px;
}
}.mlh-rv_stats_kaj {
  gap: 1.125rem;
  display: flex;
  font-size: 0.813rem;
  align-items: center;
  flex-wrap: wrap;
  color: #6E5E52;
}.mlh-rv_stats_score_kaj {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.mlh-rv_stats_score_val_kaj {
  font-size: 1.375rem;
  color: #C4922A;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}.mlh-rv_stats_score_max_kaj {
  font-size: 13px;
  color: #524744;
}.mlh-rv_stats_badge_kaj {
  gap: 4px;
  display: flex;
  align-items: center;
}.mlh-rv_stats_badge_kaj svg {
  height: 0.875rem;
  color: #C4922A;
  width: 0.875rem;
}.mlh-rv_grid_kaj {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.mlh-rv_grid_kaj {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.mlh-rv_grid_kaj {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.mlh-rv_card_kaj {
  border-radius: 0.625rem;
  border: 1px solid rgba(255,255,255,0.11);
  background: #1C1116;
  padding: 20px;
  display: flex;
  flex-direction: column;
}.mlh-rv_card_stars_kaj {
  gap: 2px;
  color: #C4922A;
  margin-bottom: 0.625rem;
  display: flex;
}.mlh-rv_card_stars_kaj svg {
  height: 14px;
  width: 14px;
}.mlh-rv_card_h_kaj {
  line-height: 1.3;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #F2E9DA;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.mlh-rv_card_body_kaj {
  flex: 1;
  font-size: 13px;
  margin-bottom: 0.875rem;
  color: #6E5E52;
  overflow-wrap: break-word;
  line-height: 1.65;
}.mlh-rv_card_body_kaj strong {
  font-weight: 600;
  color: #CBBFAF;
}.mlh-rv_card_meta_kaj {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding-top: 0.75rem;
  flex-wrap: wrap;
}.mlh-rv_card_author_kaj {
  font-size: 0.75rem;
  color: #CBBFAF;
  font-weight: 600;
}.mlh-rv_card_date_kaj {
  font-size: 0.688rem;
  color: #524744;
}.mlh-seo_kaj {
  padding: 2.25rem 16px 0;
  background: #100A0D;
}
@media(min-width: 769px) {.mlh-seo_kaj {
  padding: 44px 24px 0;
}
}.mlh-seo_in_kaj {
  background: #1C1116;
  border-radius: 1rem;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  max-width: 1340px;
}
@media(min-width:768px) {.mlh-seo_in_kaj {
  padding: 2.25rem 2.5rem;
}
}.mlh-seo_label_kaj {
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #9B3DD4;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
}.mlh-seo_h2_kaj {
  font-weight: 800;
  color: #F2E9DA;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.mlh-seo_h2_kaj {
  font-size: 24px;
}
}.mlh-seo_body_kaj {
  color: #907E6E;
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.mlh-seo_body_kaj p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #907E6E;
  line-height: 1.75;
}.mlh-seo_body_kaj p:last-child {
  margin-bottom: 0;
}.mlh-seo_body_kaj strong {
  font-weight: 700;
  color: #CBBFAF;
}.mlh-seo_body_kaj a {
  transition: color .2s;
  text-decoration: underline;
  color: #9B3DD4;
}.mlh-seo_body_kaj a:hover {
  color: #B04EE8;
}.mlh-seo_body_kaj ul,.mlh-seo_body_kaj ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.mlh-seo_body_kaj ol {
  list-style: decimal;
}.mlh-seo_body_kaj li {
  line-height: 1.75;
  font-size: 14px;
  color: #907E6E;
  margin-bottom: 6px;
}.mlh-seo_body_kaj table {
  overflow-x: auto;
  font-size: 13px;
  display: block;
  margin-bottom: 12px;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 769px) {.mlh-seo_body_kaj table {
  display: table;
}
}.mlh-seo_body_kaj th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 12px;
  color: #CBBFAF;
  text-align: left;
  font-weight: 700;
}.mlh-seo_body_kaj td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #907E6E;
}.mlh-seo_cols_kaj {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.mlh-seo_cols_kaj {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.mlh-seo_cols_kaj {
  grid-template-columns: repeat(3,1fr);
}
}.mlh-seo_col_h_kaj {
  font-size: 13px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #CBBFAF;
}.mlh-seo_col_p_kaj {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #6E5E52;
  overflow-wrap: break-word;
}.mlh-seo_stats_kaj {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.mlh-seo_stat_kaj {
  padding: 0.875rem 16px;
  flex: 1;
  border-radius: 10px;
  border: 1px solid rgba(155,61,212,0.18);
  background: rgba(155,61,212,0.08);
  min-width: 140px;
}.mlh-seo_stat_val_kaj {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 4px;
  color: #9B3DD4;
}.mlh-seo_stat_lb_kaj {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #6E5E52;
}.mlh-faq_kaj {
  background: #100A0D;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.mlh-faq_kaj {
  padding: 44px 24px 0;
}
}.mlh-faq_in_kaj {
  margin: 0 auto;
  max-width: 1340px;
}.mlh-faq_head_kaj {
  margin-bottom: 20px;
}.mlh-faq_label_kaj {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  color: #9B3DD4;
  letter-spacing: .08em;
}.mlh-faq_h2_kaj {
  color: #F2E9DA;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 767px) {.mlh-faq_h2_kaj {
  font-size: 1.5rem;
}
}.mlh-faq_list_kaj {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.mlh-faq_item_kaj {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.11);
  background: #1C1116;
}.mlh-faq_q_kaj {
  gap: 0.75rem;
  transition: color .2s;
  padding: 16px 1.25rem;
  color: #CBBFAF;
  font-size: 0.875rem;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  font-weight: 600;
  align-items: center;
  cursor: pointer;
  overflow-wrap: break-word;
}.mlh-faq_q_kaj:hover {
  color: #F2E9DA;
}.mlh-faq_q_ic_kaj {
  transition: transform .25s;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 24px;
  color: #9B3DD4;
  font-size: 1rem;
  width: 24px;
  flex-shrink: 0;
}.mlh-faq_item_kaj.mlh-state_open_kaj .mlh-faq_q_ic_kaj {
  transform: rotate(45deg);
}.mlh-faq_a_kaj {
  padding: 0 20px 16px;
  overflow-wrap: break-word;
  display: none;
  font-size: 0.813rem;
  color: #6E5E52;
  line-height: 1.7;
}.mlh-faq_item_kaj.mlh-state_open_kaj .mlh-faq_a_kaj {
  display: block;
}.mlh-faq_a_kaj strong {
  color: #CBBFAF;
  font-weight: 700;
}.mlh-faq_a_kaj a {
  color: #9B3DD4;
  text-decoration: underline;
}.mlh-faq_a_kaj ul,.mlh-faq_a_kaj ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.mlh-faq_a_kaj ol {
  list-style: decimal;
}.mlh-faq_a_kaj li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.mlh-faq_a_kaj table {
  margin: 0.5rem 0;
  border-collapse: collapse;
  display: block;
  font-size: 0.75rem;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 765px) {.mlh-faq_a_kaj table {
  display: table;
}
}.mlh-faq_a_kaj th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #CBBFAF;
  font-weight: 700;
}.mlh-faq_a_kaj td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #6E5E52;
}.mlh-seo_kaj {
  padding: 2.25rem 1rem 0;
  background: #100A0D;
}
@media(min-width: 767px) {.mlh-seo_kaj {
  padding: 44px 1.5rem 0;
}
}.mlh-seo_in_kaj {
  background: #1C1116;
  border-radius: 1rem;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 28px 24px;
  max-width: 1340px;
}
@media(min-width: 767px) {.mlh-seo_in_kaj {
  padding: 36px 40px;
}
}.mlh-seo_label_kaj {
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  color: #9B3DD4;
}.mlh-seo_h2_kaj {
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  color: #F2E9DA;
  margin-bottom: 14px;
}
@media(min-width: 770px) {.mlh-seo_h2_kaj {
  font-size: 1.5rem;
}
}.mlh-seo_body_kaj {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
  color: #907E6E;
}.mlh-seo_body_kaj p {
  color: #907E6E;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.75rem;
}.mlh-seo_body_kaj p:last-child {
  margin-bottom: 0;
}.mlh-seo_body_kaj strong {
  font-weight: 700;
  color: #CBBFAF;
}.mlh-seo_body_kaj a {
  transition: color .2s;
  color: #9B3DD4;
  text-decoration: underline;
}.mlh-seo_body_kaj a:hover {
  color: #B04EE8;
}.mlh-seo_body_kaj ul,.mlh-seo_body_kaj ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.mlh-seo_body_kaj ol {
  list-style: decimal;
}.mlh-seo_body_kaj li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #907E6E;
}.mlh-seo_body_kaj table {
  border-collapse: collapse;
  display: block;
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  width: 100%;
}
@media(min-width: 769px) {.mlh-seo_body_kaj table {
  display: table;
}
}.mlh-seo_body_kaj th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #CBBFAF;
  text-align: left;
}.mlh-seo_body_kaj td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #907E6E;
}.mlh-seo_cols_kaj {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 638px) {.mlh-seo_cols_kaj {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.mlh-seo_cols_kaj {
  grid-template-columns: repeat(3,1fr);
}
}.mlh-seo_col_h_kaj {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #CBBFAF;
  margin-bottom: 7px;
}.mlh-seo_col_p_kaj {
  color: #6E5E52;
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.mlh-seo_stats_kaj {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.mlh-seo_stat_kaj {
  border-radius: 0.625rem;
  padding: 14px 16px;
  flex: 1;
  border: 1px solid rgba(155,61,212,0.18);
  background: rgba(155,61,212,0.08);
  min-width: 140px;
}.mlh-seo_stat_val_kaj {
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #9B3DD4;
}.mlh-seo_stat_lb_kaj {
  overflow-wrap: break-word;
  color: #6E5E52;
  font-size: 0.688rem;
}.mlh-seo_kaj {
  padding: 2.25rem 1rem 0;
  background: #100A0D;
}
@media(min-width: 769px) {.mlh-seo_kaj {
  padding: 44px 24px 0;
}
}.mlh-seo_in_kaj {
  background: #1C1116;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 1rem;
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 766px) {.mlh-seo_in_kaj {
  padding: 2.25rem 2.5rem;
}
}.mlh-seo_label_kaj {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  color: #9B3DD4;
}.mlh-seo_h2_kaj {
  line-height: 1.25;
  font-weight: 800;
  color: #F2E9DA;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.mlh-seo_h2_kaj {
  font-size: 1.5rem;
}
}.mlh-seo_body_kaj {
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #907E6E;
}.mlh-seo_body_kaj p {
  line-height: 1.75;
  color: #907E6E;
  font-size: 14px;
  margin-bottom: 12px;
}.mlh-seo_body_kaj p:last-child {
  margin-bottom: 0;
}.mlh-seo_body_kaj strong {
  color: #CBBFAF;
  font-weight: 700;
}.mlh-seo_body_kaj a {
  transition: color .2s;
  text-decoration: underline;
  color: #9B3DD4;
}.mlh-seo_body_kaj a:hover {
  color: #B04EE8;
}.mlh-seo_body_kaj ul,.mlh-seo_body_kaj ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.mlh-seo_body_kaj ol {
  list-style: decimal;
}.mlh-seo_body_kaj li {
  margin-bottom: 6px;
  line-height: 1.75;
  color: #907E6E;
  font-size: 14px;
}.mlh-seo_body_kaj table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 12px;
  border-collapse: collapse;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.mlh-seo_body_kaj table {
  display: table;
}
}.mlh-seo_body_kaj th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #CBBFAF;
}.mlh-seo_body_kaj td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #907E6E;
}.mlh-seo_cols_kaj {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width:640px) {.mlh-seo_cols_kaj {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.mlh-seo_cols_kaj {
  grid-template-columns: repeat(3,1fr);
}
}.mlh-seo_col_h_kaj {
  font-size: 13px;
  color: #CBBFAF;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-weight: 700;
}.mlh-seo_col_p_kaj {
  color: #6E5E52;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.mlh-seo_stats_kaj {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.mlh-seo_stat_kaj {
  border-radius: 0.625rem;
  background: rgba(155,61,212,0.08);
  border: 1px solid rgba(155,61,212,0.18);
  padding: 14px 16px;
  flex: 1;
  min-width: 8.75rem;
}.mlh-seo_stat_val_kaj {
  font-weight: 800;
  color: #9B3DD4;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 4px;
}.mlh-seo_stat_lb_kaj {
  color: #6E5E52;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.mlh-ft_kaj {
  background: #09060A;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.mlh-ft_support_kaj {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 1.5rem 1rem;
}
@media(min-width:768px) {.mlh-ft_support_kaj {
  padding: 1.75rem 24px;
}
}.mlh-ft_support_in_kaj {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  max-width: 1340px;
  flex-wrap: wrap;
  align-items: center;
}.mlh-ft_support_main_kaj {
  gap: 1rem;
  flex: 1;
  align-items: center;
  display: flex;
  min-width: 220px;
  flex-wrap: wrap;
}.mlh-ft_support_ic_kaj {
  color: #9B3DD4;
  flex-shrink: 0;
}.mlh-ft_support_ic_kaj svg {
  width: 1.875rem;
  stroke-linecap: round;
  height: 1.875rem;
  stroke-linejoin: round;
}.mlh-ft_support_text_title_kaj {
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-size: 0.938rem;
  font-weight: 700;
  color: #F2E9DA;
}.mlh-ft_support_text_sub_kaj {
  color: #6E5E52;
  font-size: 12px;
  overflow-wrap: break-word;
}.mlh-ft_support_btn_kaj {
  transition: background .2s;
  border-radius: 10px;
  padding: 0.688rem 22px;
  background: #9B3DD4;
  color: #F2E9DA;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  flex-shrink: 0;
}.mlh-ft_support_btn_kaj:hover {
  background: #B04EE8;
}.mlh-ft_support_contacts_kaj {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.mlh-ft_support_contact_kaj {
  font-size: 12px;
  color: #524744;
  line-height: 1.4;
}.mlh-ft_support_contact_kaj strong {
  color: #907E6E;
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 11px;
  display: block;
}.mlh-ft_main_kaj {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 771px) {.mlh-ft_main_kaj {
  padding: 40px 24px 32px;
}
}.mlh-ft_main_in_kaj {
  gap: 1.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 83.75rem;
}
@media(min-width: 638px) {.mlh-ft_main_in_kaj {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.mlh-ft_main_in_kaj {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.mlh-ft_col_logo_kaj {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.mlh-ft_col_logo_kaj {
  grid-column: auto;
}
}.mlh-ft_logo_kaj {
  gap: 0.563rem;
  font-size: 1rem;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  font-weight: 800;
  margin-bottom: 12px;
  color: #F2E9DA;
}.mlh-ft_logo_mark_kaj {
  border-radius: 5px;
  overflow: hidden;
  height: 30px;
  width: 30px;
}.mlh-ft_logo_mark_kaj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.mlh-ft_logo_sub_kaj {
  font-size: 0.75rem;
  color: #524744;
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 12.5rem;
}.mlh-ft_col_title_kaj {
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 0.875rem;
  font-weight: 700;
  font-size: 0.75rem;
  color: #907E6E;
}.mlh-ft_col_links_kaj {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.mlh-ft_col_link_kaj {
  transition: color .2s;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #524744;
}.mlh-ft_col_link_kaj:hover {
  color: #CBBFAF;
}.mlh-ft_apps_kaj {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.mlh-ft_app_card_kaj {
  gap: 0.625rem;
  border-radius: 5px;
  transition: border-color .2s;
  padding: 10px 0.75rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  display: flex;
  align-items: center;
}.mlh-ft_app_card_kaj:hover {
  border-color: rgba(196,146,42,0.48);
}.mlh-ft_app_card_ic_kaj svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 22px;
  width: 22px;
}.mlh-ft_app_card_os_kaj {
  font-weight: 600;
  font-size: 10px;
  color: #524744;
}.mlh-ft_app_card_action_kaj {
  color: #CBBFAF;
  font-size: 0.75rem;
  font-weight: 700;
}.mlh-ft_bot_kaj {
  padding: 1.25rem 16px;
}
@media(min-width: 765px) {.mlh-ft_bot_kaj {
  padding: 20px 24px;
}
}.mlh-ft_bot_in_kaj {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  max-width: 1340px;
  flex-wrap: wrap;
  align-items: center;
}.mlh-ft_socials_kaj {
  gap: 8px;
  display: flex;
}.mlh-ft_soc_kaj {
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.313rem;
  background: rgba(255,255,255,0.05);
  color: #907E6E;
  align-items: center;
  width: 36px;
  height: 36px;
  justify-content: center;
  display: flex;
}.mlh-ft_soc_kaj svg {
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
}.mlh-ft_soc_kaj:hover {
  background: rgba(255,255,255,0.07);
}.mlh-ft_legal_kaj {
  flex: 1;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  min-width: 12.5rem;
  color: #847870;
}.mlh-ft_legal_kaj strong {
  font-weight: 700;
  color: #907E6E;
}.mlh-ft_legal_kaj a {
  color: #907E6E;
  text-decoration: underline;
}.mlh-ft_age_kaj {
  border: 2px solid #847870;
  border-radius: 50%;
  align-items: center;
  height: 2rem;
  color: #847870;
  display: flex;
  margin-left: auto;
  font-size: 0.688rem;
  justify-content: center;
  width: 2rem;
  font-weight: 800;
  flex-shrink: 0;
}