*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #111009;
  color: #C8B89C;
  min-height: 100vh;
  font-family: 'Barlow', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  text-decoration: none;
  color: inherit;
}button {
  background: none;
  font: inherit;
  border: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.ijm-layout_xgd {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.ijm-page_xgd {
  min-height: 100vh;
  display: flex;
}.ijm-main_xgd {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media(min-width: 1081px) {.ijm-main_xgd {
  padding-left: 220px;
}
}
@media(max-width: 1081px) {.ijm-main_xgd {
  padding-bottom: 72px;
}
}.ijm-gc_xgd {
  background: #191309;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  width: 140px;
}
@media(min-width:640px) {.ijm-gc_xgd {
  width: 156px;
}
}
@media(min-width: 1078px) {.ijm-gc_xgd {
  width: 168px;
}
}.ijm-gc_xgd:hover {
  border-color: rgba(240,124,20,0.08);
  transform: translateY(-3px);
}.ijm-gc_img_xgd {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.ijm-gc_img_xgd img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.ijm-gc_hover_xgd {
  transition: opacity .2s;
  background: rgba(8,5,1,0.74);
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  justify-content: center;
  position: absolute;
}.ijm-gc_xgd:hover .ijm-gc_hover_xgd {
  opacity: 1;
}.ijm-gc_hover_btn_xgd {
  background: #F07C14;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: #F5EDD8;
  font-size: 0.75rem;
  font-weight: 700;
}.ijm-gc_info_xgd {
  padding: 8px 0.625rem 0.625rem;
}.ijm-gc_name_xgd {
  overflow: hidden;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  max-width: 100%;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 3px;
  color: #C8B89C;
}.ijm-gc_prov_xgd {
  color: #8C7A62;
  font-size: 0.625rem;
}.ijm-gc_tag_xgd {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  left: 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .04em;
  z-index: 2;
  position: absolute;
  font-size: 0.563rem;
  top: 6px;
}.ijm-gc_tag_hot_xgd {
  background: #E53030;
  color: #fff;
}.ijm-gc_tag_new_xgd {
  background: #22C55E;
  color: #111009;
}.ijm-gc_tag_jp_xgd {
  background: #FFB800;
  color: #111009;
}.ijm-gc_tag_ex_xgd {
  background: #C45400;
  color: #fff;
}.ijm-gc_tag_live_xgd {
  background: #E53030;
  color: #fff;
}.ijm-gr_xgd {
  background: #111009;
  padding: 32px 1rem 0;
}
@media(min-width: 769px) {.ijm-gr_xgd {
  padding: 36px 1.5rem 0;
}
}.ijm-gr_in_xgd {
  margin: 0 auto;
  max-width: 82.5rem;
}.ijm-gr_head_xgd {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}.ijm-gr_head_l_xgd {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  display: flex;
  align-items: center;
}.ijm-gr_ic_xgd {
  border-radius: 0.5rem;
  height: 2rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
}.ijm-gr_ic_xgd svg {
  width: 1rem;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.ijm-gr_title_xgd {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-size: 16px;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width:768px) {.ijm-gr_title_xgd {
  font-size: 18px;
}
}.ijm-gr_more_xgd {
  transition: color .2s;
  gap: 0.313rem;
  font-size: 12px;
  align-items: center;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
  color: #907A62;
  flex-shrink: 0;
}.ijm-gr_more_xgd:hover {
  color: #F07C14;
}.ijm-gr_more_xgd svg {
  width: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.75rem;
}.ijm-gr_arrows_xgd {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.ijm-gr_arr_xgd {
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255,255,255,0.10);
  align-items: center;
  justify-content: center;
  display: flex;
  color: #9A8870;
  width: 30px;
  height: 30px;
}.ijm-gr_arr_xgd:hover {
  background: rgba(255,255,255,0.07);
  color: #F5EDD8;
}.ijm-gr_arr_xgd svg {
  width: 0.813rem;
  stroke-linecap: round;
  height: 0.813rem;
  stroke-linejoin: round;
}.ijm-gr_seo_h_xgd {
  margin: 0 0 0.375rem;
  font-weight: 700;
  color: #C8B89C;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  font-size: 13px;
  max-width: 680px;
}
@media(min-width: 769px) {.ijm-gr_seo_h_xgd {
  font-size: 0.875rem;
}
}.ijm-gr_seo_xgd {
  font-size: 12px;
  color: #907A62;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.55;
}.ijm-gr_seo_xgd strong {
  font-weight: 600;
  color: #C8B89C;
}.ijm-gr_scroll_xgd {
  gap: 0.625rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}.ijm-gr_scroll_xgd::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.ijm-gr_scroll_xgd {
  gap: 12px;
}
}.ijm-tb_xgd {
  background: #0F0E08;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex;
  right: 0;
  position: fixed;
  align-items: center;
  top: 0;
  z-index: 80;
  left: 0;
  height: 3.5rem;
}.ijm-tb_in_xgd {
  gap: 0;
  padding: 0 0.875rem;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}.ijm-tb_burger_xgd {
  gap: 0.313rem;
  border-radius: 0.5rem;
  height: 38px;
  width: 38px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  margin-right: 8px;
}.ijm-tb_burger_xgd:hover {
  background: rgba(255,255,255,0.05);
}.ijm-tb_burger_line_xgd {
  border-radius: 1px;
  background: #9A8870;
  height: 2px;
  width: 1.125rem;
  display: block;
}
@media(min-width: 1082px) {.ijm-tb_burger_xgd {
  display: none;
}
}.ijm-tb_logo_xgd {
  gap: 0.563rem;
  display: flex;
  color: #F5EDD8;
  font-weight: 800;
  align-items: center;
  margin-right: 20px;
  letter-spacing: -.01em;
  flex-shrink: 0;
  overflow-wrap: break-word;
  font-size: 18px;
}.ijm-tb_logo_mark_xgd {
  border-radius: 0.5rem;
  overflow: hidden;
  justify-content: center;
  display: flex;
  width: 32px;
  align-items: center;
  height: 2rem;
}.ijm-tb_logo_mark_xgd img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.ijm-tb_nav_xgd {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.ijm-tb_nav_xgd {
  display: flex;
}
}.ijm-tb_tab_xgd {
  padding: 8px 0.875rem;
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  font-size: 13px;
  color: #9A8870;
  font-weight: 600;
  white-space: nowrap;
}.ijm-tb_tab_xgd:hover {
  background: rgba(255,255,255,0.05);
  color: #F5EDD8;
}.ijm-tb_tab_xgd.ijm-state_active_xgd {
  background: rgba(240,124,20,0.18);
  color: #F5EDD8;
}.ijm-tb_right_xgd {
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
}.ijm-tb_login_xgd {
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.05);
  padding: 9px 16px;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s,color .2s;
  display: none;
  font-size: 13px;
  font-weight: 600;
  color: #C8B89C;
}.ijm-tb_login_xgd:hover {
  border-color: rgba(240,124,20,0.48);
  color: #F5EDD8;
}
@media(min-width: 483px) {.ijm-tb_login_xgd {
  display: block;
}
}.ijm-tb_reg_xgd {
  background: #22C55E;
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.563rem 1.125rem;
  font-size: 0.813rem;
  color: #170C00;
  white-space: nowrap;
  font-weight: 700;
}.ijm-tb_reg_xgd:hover {
  background: #16A34A;
}.ijm-sb_xgd {
  transition: transform .25s ease;
  background: #1F1A10;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255,255,255,0.05);
  z-index: 70;
  width: 13.75rem;
  bottom: 0;
  position: fixed;
  overflow-y: auto;
  left: 0;
  top: 56px;
}.ijm-sb_xgd.ijm-state_open_xgd {
  transform: translateX(0);
}.ijm-sb_xgd::-webkit-scrollbar {
  width: 0.25rem;
}.ijm-sb_xgd::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1079px) {.ijm-sb_xgd {
  transform: translateX(0);
}
}.ijm-sb_auth_xgd {
  padding: 0.875rem 12px 0.625rem;
}.ijm-sb_btn_reg_xgd {
  border-radius: 8px;
  background: #22C55E;
  transition: background .2s;
  padding: 0.688rem;
  margin-bottom: 8px;
  text-align: center;
  font-size: 0.813rem;
  font-weight: 700;
  color: #170C00;
  display: block;
}.ijm-sb_btn_reg_xgd:hover {
  background: #16A34A;
}.ijm-sb_btn_login_xgd {
  padding: 0.625rem;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  transition: border-color .2s;
  display: block;
  color: #C8B89C;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
}.ijm-sb_btn_login_xgd:hover {
  border-color: rgba(240,124,20,0.48);
  color: #F5EDD8;
}.ijm-sb_promo_xgd {
  overflow: hidden;
  margin: 0 12px 0.625rem;
  border: 1px solid rgba(240,124,20,0.18);
  border-radius: 0.5rem;
  background: linear-gradient(135deg,#2A1200,#1F1A10);
  padding: 0.75rem 14px;
  position: relative;
}.ijm-sb_promo_xgd::before {
  background: radial-gradient(circle,rgba(240,124,20,0.18),transparent 70%);
  border-radius: 50%;
  right: -1.25rem;
  top: -20px;
  height: 80px;
  content: '';
  width: 80px;
  position: absolute;
}.ijm-sb_promo_title_xgd {
  font-weight: 700;
  color: #F07C14;
  font-size: 0.688rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}.ijm-sb_promo_text_xgd {
  overflow-wrap: break-word;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  color: #F5EDD8;
}.ijm-sb_promo_sub_xgd {
  margin-top: 3px;
  font-size: 10px;
  color: #907A62;
}.ijm-sb_nav_xgd {
  padding: 0.375rem 8px 1rem;
}.ijm-sb_nav_lb_xgd {
  padding: 0.625rem 0.5rem 6px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #8C7A62;
  font-size: 0.625rem;
  text-transform: uppercase;
}.ijm-sb_link_xgd {
  border-radius: 4px;
  gap: 10px;
  padding: 0.563rem 0.625rem;
  transition: background .15s,color .15s;
  font-weight: 500;
  cursor: pointer;
  color: #9A8870;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  font-size: 13px;
}.ijm-sb_link_xgd:hover {
  background: rgba(255,255,255,0.05);
  color: #F5EDD8;
}.ijm-sb_link_xgd.ijm-state_active_xgd {
  background: rgba(240,124,20,0.18);
  color: #F5EDD8;
}.ijm-sb_ic_xgd {
  border-radius: 0.25rem;
  justify-content: center;
  height: 30px;
  display: flex;
  width: 30px;
  flex-shrink: 0;
  align-items: center;
}.ijm-sb_ic_xgd svg {
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
}.ijm-sb_ic_1_xgd {
  background: rgba(240,124,20,0.08);
  color: #F07C14;
}.ijm-sb_ic_2_xgd {
  background: rgba(34,197,94,0.16);
  color: #22C55E;
}.ijm-sb_ic_3_xgd {
  background: rgba(255,184,0,0.16);
  color: #FFB800;
}.ijm-sb_ic_4_xgd {
  background: rgba(196,84,0,0.22);
  color: #C45400;
}.ijm-sb_ic_5_xgd {
  background: rgba(240,124,20,0.08);
  color: #E8207A;
}.ijm-sb_ic_6_xgd {
  background: rgba(196,84,0,0.22);
  color: #9B3DCC;
}.ijm-sb_badge_xgd {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  background: #FFB800;
  margin-left: auto;
  color: #170C00;
  font-size: 0.563rem;
  font-weight: 700;
}.ijm-sb_bot_xgd {
  padding: 12px;
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.5rem;
  display: flex;
}.ijm-sb_lang_xgd,.ijm-sb_help_xgd {
  padding: 0.563rem 0.375rem;
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  gap: 6px;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.06);
  flex: 1;
  display: flex;
  color: #9A8870;
  font-weight: 600;
  font-size: 0.688rem;
  align-items: center;
  justify-content: center;
}.ijm-sb_lang_xgd:hover,.ijm-sb_help_xgd:hover {
  border-color: rgba(240,124,20,0.48);
  color: #F5EDD8;
}.ijm-sb_lang_xgd svg,.ijm-sb_help_xgd svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.813rem;
  height: 0.813rem;
}.ijm-sb_bd_xgd {
  background: rgba(8,5,1,0.74);
  inset: 0;
  position: fixed;
  z-index: 69;
  display: none;
}.ijm-sb_bd_xgd.ijm-state_on_xgd {
  display: block;
}
@media(min-width: 1079px) {.ijm-sb_bd_xgd {
  display: none!important;
}
}.ijm-mob_nav_xgd {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.10);
  background: #1F1A10;
  display: flex;
  right: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 80;
}
@media(min-width: 1082px) {.ijm-mob_nav_xgd {
  display: none;
}
}.ijm-mob_nav_item_xgd {
  gap: 0.25rem;
  padding: 0.25rem 2px;
  flex: 1;
  display: flex;
  color: #8C7A62;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
}.ijm-mob_nav_ic_xgd {
  line-height: 1;
}.ijm-mob_nav_ic_xgd svg {
  stroke-linejoin: round;
  height: 20px;
  width: 20px;
  stroke-linecap: round;
}.ijm-mob_nav_lb_xgd {
  font-weight: 600;
  font-size: 10px;
  color: #8C7A62;
}.ijm-mob_nav_item_xgd.ijm-state_active_xgd {
  color: #F07C14;
}.ijm-mob_nav_item_xgd.ijm-state_active_xgd .ijm-mob_nav_lb_xgd {
  color: #F07C14;
}.ijm-hero_xgd {
  padding: 20px 16px 0;
  background: #111009;
}
@media(min-width:768px) {.ijm-hero_xgd {
  padding: 24px 1.5rem 0;
}
}.ijm-hero_in_xgd {
  margin: 0 auto;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 859px) {.ijm-hero_in_xgd {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1099px) {.ijm-hero_in_xgd {
  grid-template-columns: 1fr 21.25rem;
}
}.ijm-hero_promo_xgd {
  background: #191309;
  border-radius: 12px;
  overflow: hidden;
  min-height: 13.75rem;
  align-items: stretch;
  display: flex;
  position: relative;
}
@media(min-width: 766px) {.ijm-hero_promo_xgd {
  min-height: 280px;
}
}.ijm-hero_promo_bg_xgd {
  background: linear-gradient(120deg,#2A1200 0%,#111009 100%);
  background-position: center;
  inset: 0;
  position: absolute;
  background-size: cover;
}.ijm-hero_promo_bg_xgd::after {
  inset: 0;
  background: linear-gradient(90deg,#111009 0%,rgba(8,5,1,0.74) 60%,transparent 100%);
  content: '';
  position: absolute;
}.ijm-hero_promo_glow_xgd {
  background: radial-gradient(circle,rgba(196,84,0,0.22) 0%,transparent 65%);
  border-radius: 50%;
  right: 60px;
  height: 300px;
  top: -2.5rem;
  pointer-events: none;
  position: absolute;
  width: 18.75rem;
}.ijm-hero_promo_ct_xgd {
  padding: 28px 24px 1.75rem 28px;
  max-width: 480px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  z-index: 2;
  position: relative;
}
@media(min-width: 766px) {.ijm-hero_promo_ct_xgd {
  padding: 2.5rem 2rem;
}
}.ijm-hero_badge_xgd {
  border-radius: 20px;
  border: 1px solid rgba(240,124,20,0.08);
  background: rgba(240,124,20,0.18);
  padding: 0.313rem 12px;
  color: #F07C14;
  display: inline-block;
  margin-bottom: 14px;
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}.ijm-hero_h1_xgd {
  font-size: 26px;
  margin-bottom: 0.625rem;
  color: #F5EDD8;
  font-weight: 800;
  line-height: 1.15;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
}.ijm-hero_h1_xgd em {
  font-style: normal;
  color: #FFB800;
}
@media(min-width: 769px) {.ijm-hero_h1_xgd {
  font-size: 36px;
}
}.ijm-hero_sub_xgd {
  color: #9A8870;
  font-size: 0.813rem;
  line-height: 1.55;
  margin-bottom: 20px;
}
@media(min-width: 769px) {.ijm-hero_sub_xgd {
  font-size: 14px;
}
}.ijm-hero_row_xgd {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.ijm-hero_cta_xgd {
  background: #22C55E;
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 0.813rem 26px;
  color: #170C00;
  font-weight: 700;
  box-shadow: 0 0.25rem 20px rgba(34,197,94,0.40), 0 1px 4px rgba(0,0,0,0.65);
  font-size: 14px;
}.ijm-hero_cta_xgd:hover {
  background: #16A34A;
}.ijm-hero_terms_xgd {
  font-size: 11px;
  color: #8C7A62;
}.ijm-hero_game_xgd {
  border-radius: 12px;
  background: #191309;
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}.ijm-hero_game_badge_xgd {
  border-radius: 20px;
  background: rgba(255,184,0,0.16);
  border: 1px solid rgba(255,184,0,0.16);
  padding: 5px 0.625rem;
  text-transform: uppercase;
  top: 12px;
  z-index: 3;
  letter-spacing: .06em;
  left: 12px;
  font-weight: 700;
  color: #FFB800;
  font-size: 0.625rem;
  position: absolute;
}.ijm-hero_game_badge_xgd svg {
  width: 0.688rem;
  margin-right: 4px;
  height: 0.688rem;
  vertical-align: -1px;
}.ijm-hero_game_img_xgd {
  overflow: hidden;
  background: linear-gradient(135deg,#2A1200,#111009);
  padding-bottom: 60%;
  position: relative;
}.ijm-hero_game_img_xgd img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.ijm-hero_game_play_xgd {
  transition: opacity .2s;
  inset: 0;
  background: rgba(8,5,1,0.74);
  display: flex;
  align-items: center;
  opacity: 0;
  justify-content: center;
  position: absolute;
}.ijm-hero_game_xgd:hover .ijm-hero_game_play_xgd {
  opacity: 1;
}.ijm-hero_game_play_xgd span {
  background: #F07C14;
  border-radius: 50%;
  justify-content: center;
  height: 52px;
  align-items: center;
  width: 3.25rem;
  display: flex;
}.ijm-hero_game_play_xgd span svg {
  width: 1.125rem;
  height: 18px;
  margin-left: 2px;
}.ijm-hero_game_info_xgd {
  padding: 14px 1rem;
}.ijm-hero_game_title_xgd {
  font-size: 15px;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-weight: 700;
}.ijm-hero_game_provider_xgd {
  color: #907A62;
  font-size: 11px;
}.ijm-hero_game_btn_xgd {
  margin: 0.75rem 16px 16px;
  padding: 11px;
  background: #F07C14;
  transition: background .2s;
  border-radius: 0.5rem;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
  text-align: center;
  color: #F5EDD8;
}.ijm-hero_game_xgd:hover .ijm-hero_game_btn_xgd {
  background: #FF9030;
}.ijm-sbar_xgd {
  background: #111009;
  padding: 16px 1rem 0;
}
@media(min-width:768px) {.ijm-sbar_xgd {
  padding: 18px 1.5rem 0;
}
}.ijm-sbar_in_xgd {
  margin: 0 auto;
  max-width: 1320px;
}.ijm-sbar_row_xgd {
  gap: 10px;
  display: flex;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}.ijm-sbar_input_xgd {
  border-radius: 8px;
  padding: 0.688rem 1rem;
  transition: border-color .2s;
  flex: 1;
  background: #191309;
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #907A62;
  cursor: pointer;
}.ijm-sbar_input_xgd:hover {
  border-color: rgba(240,124,20,0.48);
}.ijm-sbar_input_xgd svg {
  flex-shrink: 0;
  width: 0.938rem;
  height: 0.938rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.ijm-sbar_providers_xgd {
  border: 1px solid rgba(255,255,255,0.10);
  background: #191309;
  padding: 11px 18px;
  gap: 8px;
  transition: border-color .2s;
  border-radius: 0.5rem;
  color: #C8B89C;
  align-items: center;
  display: flex;
  font-weight: 600;
  font-size: 0.813rem;
  white-space: nowrap;
}.ijm-sbar_providers_xgd:hover {
  border-color: rgba(240,124,20,0.48);
  color: #F5EDD8;
}.ijm-sbar_providers_xgd svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 14px;
  width: 0.875rem;
}.ijm-sbar_tabs_xgd {
  gap: 6px;
  scrollbar-width: none;
  padding-bottom: 2px;
  overflow-x: auto;
  display: flex;
}.ijm-sbar_tabs_xgd::-webkit-scrollbar {
  display: none;
}.ijm-sbar_tab_xgd {
  padding: 8px 14px;
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  gap: 0.438rem;
  border-radius: 1.25rem;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  color: #9A8870;
  flex-shrink: 0;
  font-size: 0.75rem;
  white-space: nowrap;
}.ijm-sbar_tab_xgd:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(240,124,20,0.48);
  color: #F5EDD8;
}.ijm-sbar_tab_xgd.ijm-state_active_xgd {
  background: rgba(240,124,20,0.18);
  border-color: rgba(240,124,20,0.08);
  color: #F5EDD8;
}.ijm-sbar_tab_ic_xgd svg {
  stroke-linecap: round;
  width: 14px;
  height: 14px;
  stroke-linejoin: round;
}.ijm-wy_xgd {
  background: #111009;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.ijm-wy_xgd {
  padding: 40px 1.5rem 0;
}
}.ijm-wy_in_xgd {
  margin: 0 auto;
  max-width: 82.5rem;
}.ijm-wy_head_xgd {
  max-width: 720px;
  margin-bottom: 1.125rem;
}.ijm-wy_label_xgd {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  color: #F07C14;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.ijm-wy_h2_xgd {
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #F5EDD8;
  font-size: 20px;
}
@media(min-width: 770px) {.ijm-wy_h2_xgd {
  font-size: 24px;
}
}.ijm-wy_intro_xgd {
  margin: 0;
  font-size: 0.813rem;
  color: #907A62;
  line-height: 1.6;
}.ijm-wy_grid_xgd {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.ijm-wy_grid_xgd {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.ijm-wy_grid_xgd {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.ijm-wy_card_xgd {
  border: 1px solid rgba(255,255,255,0.10);
  padding: 1.25rem;
  border-radius: 0.5rem;
  background: #1F1A10;
  transition: border-color .2s,transform .2s;
}.ijm-wy_card_xgd:hover {
  border-color: rgba(240,124,20,0.08);
  transform: translateY(-2px);
}.ijm-wy_card_ic_xgd {
  border-radius: 50%;
  background: rgba(240,124,20,0.18);
  justify-content: center;
  color: #F07C14;
  margin-bottom: 0.875rem;
  display: flex;
  height: 44px;
  align-items: center;
  width: 2.75rem;
}.ijm-wy_card_ic_xgd svg {
  stroke-linecap: round;
  height: 1.375rem;
  stroke-linejoin: round;
  width: 1.375rem;
}.ijm-wy_card_h_xgd {
  line-height: 1.25;
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  color: #F5EDD8;
}.ijm-wy_card_p_xgd {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #907A62;
}.ijm-wy_card_p_xgd strong {
  font-weight: 600;
  color: #C8B89C;
}.ijm-gcg_xgd {
  background: #111009;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.ijm-gcg_xgd {
  padding: 44px 1.5rem 0;
}
}.ijm-gcg_in_xgd {
  margin: 0 auto;
  max-width: 1320px;
}.ijm-gcg_head_xgd {
  margin-bottom: 20px;
  max-width: 45rem;
}.ijm-gcg_label_xgd {
  color: #F07C14;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
}.ijm-gcg_h2_xgd {
  font-size: 1.375rem;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-family: 'Exo 2', sans-serif;
  color: #F5EDD8;
  font-weight: 800;
}
@media(min-width: 771px) {.ijm-gcg_h2_xgd {
  font-size: 1.75rem;
}
}.ijm-gcg_intro_xgd {
  line-height: 1.6;
  color: #907A62;
  font-size: 0.813rem;
}.ijm-gcg_grid_xgd {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.ijm-gcg_grid_xgd {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.ijm-gcg_grid_xgd {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.ijm-gcg_card_xgd {
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
  min-height: 240px;
  justify-content: flex-end;
}.ijm-gcg_card_xgd:hover {
  transform: translateY(-3px);
  border-color: rgba(240,124,20,0.18);
}.ijm-gcg_card_bg_xgd {
  inset: 0;
  position: absolute;
  z-index: 0;
}.ijm-gcg_card_bg_xgd::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.ijm-gcg_card_ic_xgd {
  background: rgba(0,0,0,.45);
  border-radius: 0.25rem;
  top: 1.125rem;
  justify-content: center;
  position: absolute;
  align-items: center;
  display: flex;
  height: 40px;
  z-index: 2;
  width: 2.5rem;
  right: 18px;
  color: #F5EDD8;
}.ijm-gcg_card_ic_xgd svg {
  width: 20px;
  height: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ijm-gcg_card_ct_xgd {
  z-index: 1;
  position: relative;
}.ijm-gcg_card_h_xgd {
  font-family: 'Exo 2', sans-serif;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 18px;
  color: #F5EDD8;
}
@media(min-width: 770px) {.ijm-gcg_card_h_xgd {
  font-size: 20px;
}
}.ijm-gcg_card_p_xgd {
  line-height: 1.55;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  font-size: 0.75rem;
}.ijm-gcg_card_p_xgd strong {
  font-weight: 600;
  color: #F5EDD8;
}.ijm-gcg_card_cta_xgd {
  gap: 4px;
  text-transform: uppercase;
  letter-spacing: .04em;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #F07C14;
  font-weight: 700;
}.ijm-gcg_card_cta_xgd svg {
  width: 0.75rem;
  stroke-linecap: round;
  height: 12px;
  stroke-linejoin: round;
}.ijm-ws_xgd {
  padding: 32px 1rem 0;
  background: #111009;
}
@media(min-width: 771px) {.ijm-ws_xgd {
  padding: 2.25rem 1.5rem 0;
}
}.ijm-ws_in_xgd {
  margin: 0 auto;
  max-width: 82.5rem;
}.ijm-ws_head_xgd {
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.ijm-ws_title_xgd {
  gap: 0.625rem;
  font-weight: 700;
  flex-wrap: wrap;
  align-items: center;
  color: #F5EDD8;
  display: flex;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  font-size: 1rem;
}.ijm-ws_title_ic_xgd svg {
  height: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.125rem;
  color: #FFB800;
}.ijm-ws_online_xgd {
  gap: 7px;
  align-items: center;
  color: #907A62;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}.ijm-ws_online_dot_xgd {
  background: #22C55E;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(34,197,94,0.16);
  height: 8px;
  flex-shrink: 0;
  width: 8px;
}.ijm-ws_scroll_xgd {
  gap: 8px;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 8px;
}.ijm-ws_scroll_xgd::-webkit-scrollbar {
  display: none;
}.ijm-wc_xgd {
  gap: 0.625rem;
  background: #191309;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  padding: 10px 0.875rem;
  min-width: 220px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.ijm-wc_img_xgd {
  background: #1F1A10;
  overflow: hidden;
  border-radius: 4px;
  height: 36px;
  width: 2.25rem;
  flex-shrink: 0;
}.ijm-wc_img_xgd img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.ijm-wc_info_xgd {
  min-width: 0;
}.ijm-wc_game_xgd {
  overflow: hidden;
  color: #C8B89C;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
  text-overflow: ellipsis;
}.ijm-wc_player_xgd {
  overflow: hidden;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #8C7A62;
}.ijm-wc_amount_xgd {
  flex-shrink: 0;
  font-weight: 700;
  margin-left: auto;
  font-size: 0.813rem;
  color: #22C55E;
  white-space: nowrap;
}.ijm-prov_xgd {
  padding: 2.25rem 16px 0;
  background: #111009;
}
@media(min-width: 767px) {.ijm-prov_xgd {
  padding: 44px 24px 0;
}
}.ijm-prov_in_xgd {
  margin: 0 auto;
  max-width: 1320px;
}.ijm-prov_head_xgd {
  margin-bottom: 16px;
}.ijm-prov_label_xgd {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 11px;
  color: #F07C14;
  text-transform: uppercase;
}.ijm-prov_h2_xgd {
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #F5EDD8;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.ijm-prov_h2_xgd {
  font-size: 1.5rem;
}
}.ijm-prov_seo_xgd {
  line-height: 1.6;
  margin-bottom: 16px;
  color: #907A62;
  overflow-wrap: break-word;
  font-size: 13px;
  max-width: 620px;
}.ijm-prov_seo_xgd strong {
  color: #C8B89C;
  font-weight: 700;
}.ijm-prov_seo_xgd a {
  color: #F07C14;
  text-decoration: underline;
}.ijm-prov_grid_xgd {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 643px) {.ijm-prov_grid_xgd {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1078px) {.ijm-prov_grid_xgd {
  grid-template-columns: repeat(8,1fr);
}
}.ijm-prov_card_xgd {
  transition: border-color .2s,background .2s;
  border-radius: 8px;
  padding: 0.875rem 10px;
  border: 1px solid rgba(255,255,255,0.10);
  gap: 0.438rem;
  background: #191309;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  align-items: center;
}.ijm-prov_card_xgd:hover {
  border-color: rgba(240,124,20,0.48);
  background: #1F1A10;
}.ijm-prov_logo_xgd {
  background: rgba(255,255,255,0.05);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
}.ijm-prov_logo_xgd img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.ijm-prov_name_xgd {
  text-align: center;
  font-weight: 600;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #9A8870;
}.ijm-bon_xgd {
  padding: 2.25rem 1rem 0;
  background: #111009;
}
@media(min-width: 766px) {.ijm-bon_xgd {
  padding: 2.75rem 24px 0;
}
}.ijm-bon_in_xgd {
  margin: 0 auto;
  max-width: 1320px;
}.ijm-bon_head_xgd {
  margin-bottom: 20px;
}.ijm-bon_label_xgd {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 11px;
  text-transform: uppercase;
  color: #F07C14;
  letter-spacing: .08em;
}.ijm-bon_h2_xgd {
  font-size: 20px;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F5EDD8;
}
@media(min-width: 769px) {.ijm-bon_h2_xgd {
  font-size: 24px;
}
}.ijm-bon_seo_xgd {
  max-width: 38.75rem;
  color: #907A62;
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.ijm-bon_seo_xgd strong {
  color: #C8B89C;
  font-weight: 700;
}.ijm-bon_seo_xgd a {
  color: #F07C14;
  text-decoration: underline;
}.ijm-bon_grid_xgd {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.ijm-bon_grid_xgd {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.ijm-bon_grid_xgd {
  grid-template-columns: repeat(5,1fr);
}
}.ijm-bon_card_xgd {
  border: 1px solid rgba(255,255,255,0.10);
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  background: #191309;
}.ijm-bon_card_xgd:hover {
  transform: translateY(-2px);
  border-color: rgba(240,124,20,0.08);
}.ijm-bon_card_ic_xgd svg {
  width: 1.625rem;
  stroke-linecap: round;
  height: 26px;
  stroke-linejoin: round;
}.ijm-bon_card_ic_xgd {
  margin-bottom: 10px;
}.ijm-bon_card_type_xgd {
  letter-spacing: .06em;
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #907A62;
  margin-bottom: 0.375rem;
}.ijm-bon_card_amount_xgd {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 0.375rem;
  color: #FFB800;
  font-weight: 800;
}.ijm-bon_card_name_xgd {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #F5EDD8;
  font-weight: 600;
  margin-bottom: 0.5rem;
}.ijm-bon_card_detail_xgd {
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 11px;
  color: #8C7A62;
  overflow-wrap: break-word;
  padding-top: 8px;
  line-height: 1.5;
}.ijm-app_xgd {
  background: #111009;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.ijm-app_xgd {
  padding: 2.75rem 24px 0;
}
}.ijm-app_in_xgd {
  margin: 0 auto;
  max-width: 1320px;
}.ijm-app_head_xgd {
  margin-bottom: 16px;
}.ijm-app_label_xgd {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #F07C14;
  margin-bottom: 8px;
  font-size: 11px;
}.ijm-app_h2_xgd {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  margin-bottom: 0.375rem;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F5EDD8;
}
@media(min-width: 765px) {.ijm-app_h2_xgd {
  font-size: 1.5rem;
}
}.ijm-app_sub_xgd {
  font-size: 0.813rem;
  line-height: 1.6;
  color: #907A62;
  overflow-wrap: break-word;
  max-width: 37.5rem;
}.ijm-app_sub_xgd strong {
  color: #C8B89C;
  font-weight: 700;
}.ijm-app_cards_xgd {
  gap: 10px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.ijm-app_cards_xgd {
  grid-template-columns: repeat(3,1fr);
}
}.ijm-app_card_xgd {
  border-radius: 0.5rem;
  overflow: hidden;
  gap: 1rem;
  padding: 1.25rem;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.ijm-app_card_ios_xgd {
  background: linear-gradient(135deg,rgba(240,124,20,0.18) 0%,#1F1A10 100%);
}.ijm-app_card_android_xgd {
  background: linear-gradient(135deg,rgba(34,197,94,0.16) 0%,#1F1A10 100%);
}.ijm-app_card_win_xgd {
  background: linear-gradient(135deg,rgba(255,184,0,0.16) 0%,#1F1A10 100%);
}.ijm-app_card_ic_xgd svg {
  width: 2.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 34px;
}.ijm-app_card_ic_xgd {
  color: #F5EDD8;
  flex-shrink: 0;
}.ijm-app_card_os_xgd {
  font-size: 0.625rem;
  letter-spacing: .08em;
  color: #907A62;
  margin-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
}.ijm-app_card_title_xgd {
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  color: #F5EDD8;
  line-height: 1.2;
  font-weight: 700;
  font-size: 15px;
}.ijm-app_card_text_xgd {
  overflow-wrap: break-word;
  color: #907A62;
  font-size: 0.75rem;
  margin-bottom: 14px;
  line-height: 1.5;
}.ijm-app_card_btn_xgd {
  border: 1px solid rgba(240,124,20,0.48);
  gap: 7px;
  transition: background .2s;
  background: rgba(255,255,255,0.12);
  padding: 10px 1.125rem;
  border-radius: 4px;
  display: inline-flex;
  font-size: 13px;
  color: #F5EDD8;
  align-items: center;
  font-weight: 700;
}.ijm-app_card_btn_xgd:hover {
  background: rgba(255,255,255,0.07);
}.ijm-reg_xgd {
  padding: 2.25rem 16px 0;
  background: #111009;
}
@media(min-width: 769px) {.ijm-reg_xgd {
  padding: 44px 24px 0;
}
}.ijm-reg_in_xgd {
  margin: 0 auto;
  background: #1F1A10;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 767px) {.ijm-reg_in_xgd {
  padding: 40px;
}
}.ijm-reg_top_xgd {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.ijm-reg_top_xgd {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.ijm-reg_label_xgd {
  color: #F07C14;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.ijm-reg_h2_xgd {
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-weight: 800;
  color: #F5EDD8;
  font-size: 1.375rem;
  font-family: 'Exo 2', sans-serif;
  line-height: 1.2;
}
@media(min-width: 771px) {.ijm-reg_h2_xgd {
  font-size: 28px;
}
}.ijm-reg_bonus_xgd {
  padding: 10px 16px;
  border: 1px solid rgba(255,184,0,0.16);
  gap: 0.5rem;
  border-radius: 8px;
  background: rgba(255,184,0,0.16);
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}.ijm-reg_bonus_amount_xgd {
  font-weight: 800;
  color: #FFB800;
  font-size: 20px;
}.ijm-reg_bonus_text_xgd {
  font-size: 13px;
  line-height: 1.35;
  color: #9A8870;
}.ijm-reg_cta_btn_xgd {
  transition: background .2s;
  padding: 14px 2rem;
  border-radius: 8px;
  background: #22C55E;
  font-weight: 700;
  box-shadow: 0 0.25rem 1.25rem rgba(34,197,94,0.40), 0 1px 0.25rem rgba(0,0,0,0.65);
  color: #170C00;
  display: inline-block;
  font-size: 0.938rem;
  margin-bottom: 12px;
}.ijm-reg_cta_btn_xgd:hover {
  background: #16A34A;
}.ijm-reg_terms_xgd {
  line-height: 1.5;
  color: #8C7A62;
  font-size: 11px;
}.ijm-reg_seo_xgd {
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  color: #907A62;
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
}.ijm-reg_seo_xgd p {
  line-height: 1.65;
  color: #907A62;
  font-size: 13px;
  margin-bottom: 0.625rem;
}.ijm-reg_seo_xgd p:last-child {
  margin-bottom: 0;
}.ijm-reg_seo_xgd strong {
  color: #C8B89C;
  font-weight: 700;
}.ijm-reg_seo_xgd a {
  transition: color .2s;
  text-decoration: underline;
  color: #F07C14;
}.ijm-reg_seo_xgd a:hover {
  color: #FF9030;
}.ijm-reg_seo_xgd ul,.ijm-reg_seo_xgd ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.ijm-reg_seo_xgd ol {
  list-style: decimal;
}.ijm-reg_seo_xgd li {
  color: #907A62;
  font-size: 0.813rem;
  margin-bottom: 0.25rem;
  line-height: 1.65;
}.ijm-reg_seo_xgd table {
  margin-bottom: 0.625rem;
  border-collapse: collapse;
  font-size: 0.813rem;
  overflow-x: auto;
  display: block;
  width: 100%;
}
@media(min-width: 766px) {.ijm-reg_seo_xgd table {
  display: table;
}
}.ijm-reg_seo_xgd th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 8px;
  text-align: left;
  color: #C8B89C;
  font-weight: 700;
}.ijm-reg_seo_xgd td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 8px;
  color: #907A62;
}.ijm-reg_steps_xgd {
  gap: 0.875rem;
  margin-top: 28px;
  flex-direction: column;
  display: flex;
}
@media(min-width: 858px) {.ijm-reg_steps_xgd {
  margin-top: 0;
}
}.ijm-reg_step_xgd {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.05);
  padding: 1rem;
  gap: 0.875rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.ijm-reg_step_num_xgd {
  border: 1px solid rgba(240,124,20,0.08);
  border-radius: 50%;
  background: rgba(240,124,20,0.18);
  display: flex;
  width: 2.125rem;
  color: #F07C14;
  align-items: center;
  height: 2.125rem;
  font-size: 0.875rem;
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
}.ijm-reg_step_title_xgd {
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 0.875rem;
  color: #F5EDD8;
}.ijm-reg_step_text_xgd {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #907A62;
}.ijm-reg_trust_xgd {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 1.25rem;
}.ijm-reg_trust_item_xgd {
  gap: 7px;
  color: #907A62;
  font-size: 12px;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
}.ijm-reg_trust_ic_xgd svg {
  height: 16px;
  width: 1rem;
  stroke-linecap: round;
  color: #F07C14;
  stroke-linejoin: round;
}.ijm-rv_xgd {
  padding: 36px 16px 0;
  background: #111009;
}
@media(min-width: 766px) {.ijm-rv_xgd {
  padding: 44px 24px 0;
}
}.ijm-rv_in_xgd {
  margin: 0 auto;
  max-width: 1320px;
}.ijm-rv_head_xgd {
  margin-bottom: 20px;
  max-width: 720px;
}.ijm-rv_label_xgd {
  margin-bottom: 0.5rem;
  color: #F07C14;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
}.ijm-rv_h2_xgd {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 10px;
  color: #F5EDD8;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.ijm-rv_h2_xgd {
  font-size: 1.75rem;
}
}.ijm-rv_stats_xgd {
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  color: #907A62;
  font-size: 13px;
}.ijm-rv_stats_score_xgd {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.ijm-rv_stats_score_val_xgd {
  font-size: 1.375rem;
  color: #FFB800;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
}.ijm-rv_stats_score_max_xgd {
  font-size: 0.813rem;
  color: #8C7A62;
}.ijm-rv_stats_badge_xgd {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.ijm-rv_stats_badge_xgd svg {
  color: #FFB800;
  height: 0.875rem;
  width: 14px;
}.ijm-rv_grid_xgd {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.ijm-rv_grid_xgd {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.ijm-rv_grid_xgd {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.ijm-rv_card_xgd {
  background: #1F1A10;
  padding: 20px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  flex-direction: column;
}.ijm-rv_card_stars_xgd {
  gap: 2px;
  color: #FFB800;
  margin-bottom: 10px;
  display: flex;
}.ijm-rv_card_stars_xgd svg {
  width: 0.875rem;
  height: 0.875rem;
}.ijm-rv_card_h_xgd {
  line-height: 1.3;
  margin-bottom: 8px;
  font-size: 0.875rem;
  color: #F5EDD8;
  font-weight: 700;
  overflow-wrap: break-word;
}.ijm-rv_card_body_xgd {
  flex: 1;
  font-size: 0.813rem;
  margin-bottom: 0.875rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #907A62;
}.ijm-rv_card_body_xgd strong {
  color: #C8B89C;
  font-weight: 600;
}.ijm-rv_card_meta_xgd {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.625rem;
  flex-wrap: wrap;
  padding-top: 0.75rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}.ijm-rv_card_author_xgd {
  font-weight: 600;
  color: #C8B89C;
  font-size: 0.75rem;
}.ijm-rv_card_date_xgd {
  font-size: 0.688rem;
  color: #8C7A62;
}.ijm-seo_xgd {
  background: #111009;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.ijm-seo_xgd {
  padding: 2.75rem 1.5rem 0;
}
}.ijm-seo_in_xgd {
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  background: #1F1A10;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.75rem;
  max-width: 1320px;
}
@media(min-width: 770px) {.ijm-seo_in_xgd {
  padding: 36px 2.5rem;
}
}.ijm-seo_label_xgd {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-size: 11px;
  color: #F07C14;
}.ijm-seo_h2_xgd {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  color: #F5EDD8;
  line-height: 1.25;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 769px) {.ijm-seo_h2_xgd {
  font-size: 1.5rem;
}
}.ijm-seo_body_xgd {
  color: #9A8870;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
}.ijm-seo_body_xgd p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #9A8870;
}.ijm-seo_body_xgd p:last-child {
  margin-bottom: 0;
}.ijm-seo_body_xgd strong {
  color: #C8B89C;
  font-weight: 700;
}.ijm-seo_body_xgd a {
  transition: color .2s;
  color: #F07C14;
  text-decoration: underline;
}.ijm-seo_body_xgd a:hover {
  color: #FF9030;
}.ijm-seo_body_xgd ul,.ijm-seo_body_xgd ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.ijm-seo_body_xgd ol {
  list-style: decimal;
}.ijm-seo_body_xgd li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 6px;
  color: #9A8870;
}.ijm-seo_body_xgd table {
  width: 100%;
  overflow-x: auto;
  display: block;
  margin-bottom: 12px;
  border-collapse: collapse;
  font-size: 0.813rem;
}
@media(min-width: 766px) {.ijm-seo_body_xgd table {
  display: table;
}
}.ijm-seo_body_xgd th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C8B89C;
  text-align: left;
  font-weight: 700;
}.ijm-seo_body_xgd td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9A8870;
}.ijm-seo_cols_xgd {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.ijm-seo_cols_xgd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.ijm-seo_cols_xgd {
  grid-template-columns: repeat(3,1fr);
}
}.ijm-seo_col_h_xgd {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 0.813rem;
  color: #C8B89C;
}.ijm-seo_col_p_xgd {
  color: #907A62;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
}.ijm-seo_stats_xgd {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.ijm-seo_stat_xgd {
  padding: 14px 1rem;
  border: 1px solid rgba(240,124,20,0.18);
  background: rgba(240,124,20,0.08);
  flex: 1;
  border-radius: 0.5rem;
  min-width: 8.75rem;
}.ijm-seo_stat_val_xgd {
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F07C14;
  margin-bottom: 0.25rem;
}.ijm-seo_stat_lb_xgd {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #907A62;
}.ijm-seo_xgd {
  background: #111009;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.ijm-seo_xgd {
  padding: 44px 1.5rem 0;
}
}.ijm-seo_in_xgd {
  padding: 28px 1.5rem;
  border: 1px solid rgba(255,255,255,0.10);
  background: #1F1A10;
  border-radius: 0.75rem;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 767px) {.ijm-seo_in_xgd {
  padding: 2.25rem 40px;
}
}.ijm-seo_label_xgd {
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #F07C14;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.ijm-seo_h2_xgd {
  line-height: 1.25;
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  color: #F5EDD8;
}
@media(min-width: 766px) {.ijm-seo_h2_xgd {
  font-size: 24px;
}
}.ijm-seo_body_xgd {
  color: #9A8870;
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
}.ijm-seo_body_xgd p {
  line-height: 1.75;
  color: #9A8870;
  margin-bottom: 12px;
  font-size: 0.875rem;
}.ijm-seo_body_xgd p:last-child {
  margin-bottom: 0;
}.ijm-seo_body_xgd strong {
  color: #C8B89C;
  font-weight: 700;
}.ijm-seo_body_xgd a {
  transition: color .2s;
  text-decoration: underline;
  color: #F07C14;
}.ijm-seo_body_xgd a:hover {
  color: #FF9030;
}.ijm-seo_body_xgd ul,.ijm-seo_body_xgd ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.ijm-seo_body_xgd ol {
  list-style: decimal;
}.ijm-seo_body_xgd li {
  margin-bottom: 0.375rem;
  font-size: 14px;
  line-height: 1.75;
  color: #9A8870;
}.ijm-seo_body_xgd table {
  border-collapse: collapse;
  display: block;
  margin-bottom: 0.75rem;
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 767px) {.ijm-seo_body_xgd table {
  display: table;
}
}.ijm-seo_body_xgd th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  text-align: left;
  color: #C8B89C;
  font-weight: 700;
}.ijm-seo_body_xgd td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #9A8870;
}.ijm-seo_cols_xgd {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 639px) {.ijm-seo_cols_xgd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.ijm-seo_cols_xgd {
  grid-template-columns: repeat(3,1fr);
}
}.ijm-seo_col_h_xgd {
  font-size: 13px;
  font-weight: 700;
  color: #C8B89C;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.ijm-seo_col_p_xgd {
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #907A62;
}.ijm-seo_stats_xgd {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.ijm-seo_stat_xgd {
  border-radius: 8px;
  border: 1px solid rgba(240,124,20,0.18);
  background: rgba(240,124,20,0.08);
  flex: 1;
  padding: 14px 16px;
  min-width: 140px;
}.ijm-seo_stat_val_xgd {
  font-size: 1.25rem;
  color: #F07C14;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.25rem;
}.ijm-seo_stat_lb_xgd {
  font-size: 11px;
  color: #907A62;
  overflow-wrap: break-word;
}.ijm-faq_xgd {
  background: #111009;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.ijm-faq_xgd {
  padding: 2.75rem 24px 0;
}
}.ijm-faq_in_xgd {
  margin: 0 auto;
  max-width: 1320px;
}.ijm-faq_head_xgd {
  margin-bottom: 1.25rem;
}.ijm-faq_label_xgd {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  color: #F07C14;
  margin-bottom: 0.5rem;
}.ijm-faq_h2_xgd {
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width:768px) {.ijm-faq_h2_xgd {
  font-size: 24px;
}
}.ijm-faq_list_xgd {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.ijm-faq_item_xgd {
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  background: #1F1A10;
}.ijm-faq_q_xgd {
  gap: 12px;
  transition: color .2s;
  padding: 16px 20px;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-wrap: break-word;
  font-weight: 600;
  align-items: center;
  display: flex;
  font-size: 14px;
  color: #C8B89C;
}.ijm-faq_q_xgd:hover {
  color: #F5EDD8;
}.ijm-faq_q_ic_xgd {
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  transition: transform .25s;
  color: #F07C14;
  display: flex;
  height: 24px;
  width: 1.5rem;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  align-items: center;
}.ijm-faq_item_xgd.ijm-state_open_xgd .ijm-faq_q_ic_xgd {
  transform: rotate(45deg);
}.ijm-faq_a_xgd {
  padding: 0 1.25rem 1rem;
  display: none;
  line-height: 1.7;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #907A62;
}.ijm-faq_item_xgd.ijm-state_open_xgd .ijm-faq_a_xgd {
  display: block;
}.ijm-faq_a_xgd strong {
  font-weight: 700;
  color: #C8B89C;
}.ijm-faq_a_xgd a {
  color: #F07C14;
  text-decoration: underline;
}.ijm-faq_a_xgd ul,.ijm-faq_a_xgd ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.ijm-faq_a_xgd ol {
  list-style: decimal;
}.ijm-faq_a_xgd li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.ijm-faq_a_xgd table {
  margin: 0.5rem 0;
  font-size: 12px;
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 767px) {.ijm-faq_a_xgd table {
  display: table;
}
}.ijm-faq_a_xgd th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C8B89C;
  text-align: left;
}.ijm-faq_a_xgd td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #907A62;
}.ijm-seo_xgd {
  background: #111009;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.ijm-seo_xgd {
  padding: 2.75rem 24px 0;
}
}.ijm-seo_in_xgd {
  border-radius: 0.75rem;
  background: #1F1A10;
  border: 1px solid rgba(255,255,255,0.10);
  margin: 0 auto;
  padding: 28px 24px;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.ijm-seo_in_xgd {
  padding: 36px 2.5rem;
}
}.ijm-seo_label_xgd {
  font-size: 11px;
  margin-bottom: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #F07C14;
  font-weight: 700;
}.ijm-seo_h2_xgd {
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 14px;
  line-height: 1.25;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 771px) {.ijm-seo_h2_xgd {
  font-size: 1.5rem;
}
}.ijm-seo_body_xgd {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #9A8870;
  font-size: 0.875rem;
}.ijm-seo_body_xgd p {
  line-height: 1.75;
  font-size: 14px;
  color: #9A8870;
  margin-bottom: 12px;
}.ijm-seo_body_xgd p:last-child {
  margin-bottom: 0;
}.ijm-seo_body_xgd strong {
  font-weight: 700;
  color: #C8B89C;
}.ijm-seo_body_xgd a {
  transition: color .2s;
  text-decoration: underline;
  color: #F07C14;
}.ijm-seo_body_xgd a:hover {
  color: #FF9030;
}.ijm-seo_body_xgd ul,.ijm-seo_body_xgd ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.ijm-seo_body_xgd ol {
  list-style: decimal;
}.ijm-seo_body_xgd li {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  color: #9A8870;
}.ijm-seo_body_xgd table {
  margin-bottom: 12px;
  font-size: 13px;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 765px) {.ijm-seo_body_xgd table {
  display: table;
}
}.ijm-seo_body_xgd th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  color: #C8B89C;
  text-align: left;
}.ijm-seo_body_xgd td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #9A8870;
}.ijm-seo_cols_xgd {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.ijm-seo_cols_xgd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.ijm-seo_cols_xgd {
  grid-template-columns: repeat(3,1fr);
}
}.ijm-seo_col_h_xgd {
  font-size: 13px;
  color: #C8B89C;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-weight: 700;
}.ijm-seo_col_p_xgd {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #907A62;
}.ijm-seo_stats_xgd {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.ijm-seo_stat_xgd {
  padding: 14px 16px;
  border: 1px solid rgba(240,124,20,0.18);
  border-radius: 0.5rem;
  background: rgba(240,124,20,0.08);
  flex: 1;
  min-width: 8.75rem;
}.ijm-seo_stat_val_xgd {
  margin-bottom: 0.25rem;
  font-size: 20px;
  color: #F07C14;
  overflow-wrap: break-word;
  font-weight: 800;
}.ijm-seo_stat_lb_xgd {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #907A62;
}.ijm-ft_xgd {
  background: #0C0904;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 3rem;
}.ijm-ft_support_xgd {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 771px) {.ijm-ft_support_xgd {
  padding: 1.75rem 1.5rem;
}
}.ijm-ft_support_in_xgd {
  margin: 0 auto;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  max-width: 82.5rem;
}.ijm-ft_support_main_xgd {
  flex: 1;
  gap: 16px;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
  flex-wrap: wrap;
}.ijm-ft_support_ic_xgd {
  color: #F07C14;
  flex-shrink: 0;
}.ijm-ft_support_ic_xgd svg {
  stroke-linejoin: round;
  width: 30px;
  stroke-linecap: round;
  height: 1.875rem;
}.ijm-ft_support_text_title_xgd {
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 15px;
}.ijm-ft_support_text_sub_xgd {
  font-size: 12px;
  color: #907A62;
  overflow-wrap: break-word;
}.ijm-ft_support_btn_xgd {
  padding: 0.688rem 22px;
  background: #F07C14;
  border-radius: 0.5rem;
  transition: background .2s;
  color: #F5EDD8;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
}.ijm-ft_support_btn_xgd:hover {
  background: #FF9030;
}.ijm-ft_support_contacts_xgd {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.ijm-ft_support_contact_xgd {
  line-height: 1.4;
  color: #8C7A62;
  font-size: 12px;
}.ijm-ft_support_contact_xgd strong {
  color: #9A8870;
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
  font-size: 11px;
}.ijm-ft_main_xgd {
  padding: 32px 16px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 769px) {.ijm-ft_main_xgd {
  padding: 40px 1.5rem 32px;
}
}.ijm-ft_main_in_xgd {
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 638px) {.ijm-ft_main_in_xgd {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.ijm-ft_main_in_xgd {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.ijm-ft_col_logo_xgd {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.ijm-ft_col_logo_xgd {
  grid-column: auto;
}
}.ijm-ft_logo_xgd {
  gap: 0.563rem;
  color: #F5EDD8;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  font-weight: 800;
  flex-wrap: wrap;
  font-size: 16px;
  margin-bottom: 12px;
}.ijm-ft_logo_mark_xgd {
  border-radius: 0.25rem;
  overflow: hidden;
  width: 30px;
  height: 1.875rem;
}.ijm-ft_logo_mark_xgd img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.ijm-ft_logo_sub_xgd {
  font-size: 12px;
  color: #8C7A62;
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 200px;
}.ijm-ft_col_title_xgd {
  text-transform: uppercase;
  font-weight: 700;
  color: #9A8870;
  margin-bottom: 0.875rem;
  letter-spacing: .07em;
  font-size: 0.75rem;
}.ijm-ft_col_links_xgd {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.ijm-ft_col_link_xgd {
  transition: color .2s;
  color: #8C7A62;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.ijm-ft_col_link_xgd:hover {
  color: #C8B89C;
}.ijm-ft_apps_xgd {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.ijm-ft_app_card_xgd {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.25rem;
  gap: 0.625rem;
  transition: border-color .2s;
  padding: 10px 0.75rem;
  display: flex;
  align-items: center;
}.ijm-ft_app_card_xgd:hover {
  border-color: rgba(240,124,20,0.48);
}.ijm-ft_app_card_ic_xgd svg {
  width: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 22px;
}.ijm-ft_app_card_os_xgd {
  font-weight: 600;
  font-size: 0.625rem;
  color: #8C7A62;
}.ijm-ft_app_card_action_xgd {
  color: #C8B89C;
  font-weight: 700;
  font-size: 12px;
}.ijm-ft_bot_xgd {
  padding: 20px 1rem;
}
@media(min-width: 766px) {.ijm-ft_bot_xgd {
  padding: 20px 1.5rem;
}
}.ijm-ft_bot_in_xgd {
  margin: 0 auto;
  gap: 16px;
  max-width: 82.5rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.ijm-ft_socials_xgd {
  gap: 8px;
  display: flex;
}.ijm-ft_soc_xgd {
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  border-radius: 0.25rem;
  width: 36px;
  justify-content: center;
  color: #9A8870;
  align-items: center;
  height: 2.25rem;
  display: flex;
}.ijm-ft_soc_xgd svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
  width: 16px;
}.ijm-ft_soc_xgd:hover {
  background: rgba(255,255,255,0.07);
}.ijm-ft_legal_xgd {
  flex: 1;
  overflow-wrap: break-word;
  color: #8C7C66;
  line-height: 1.6;
  font-size: 11px;
  min-width: 200px;
}.ijm-ft_legal_xgd strong {
  font-weight: 700;
  color: #9A8870;
}.ijm-ft_legal_xgd a {
  text-decoration: underline;
  color: #9A8870;
}.ijm-ft_age_xgd {
  border: 2px solid #8C7C66;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  margin-left: auto;
  color: #8C7C66;
  flex-shrink: 0;
  font-weight: 800;
  align-items: center;
  width: 2rem;
  height: 32px;
  justify-content: center;
}