html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 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 {
  max-width: 100%;
  display: block;
}body {
  background: #10102A;
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  color: #C4BFCF;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}.hqr_layout_gem {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.hqr_page_gem {
  display: flex;
  min-height: 100vh;
}.hqr_main_gem {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width: 1081px) {.hqr_main_gem {
  padding-left: 220px;
}
}
@media (max-width: 1082px) {.hqr_main_gem {
  padding-bottom: 72px;
}
}.hqr_gc_gem {
  background: #141430;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .2s,border-color .2s;
  border-radius: 8px;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  width: 8.75rem;
}
@media(min-width: 643px) {.hqr_gc_gem {
  width: 9.75rem;
}
}
@media(min-width: 1078px) {.hqr_gc_gem {
  width: 168px;
}
}.hqr_gc_gem:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 118, 12, 0.07);
}.hqr_gc_img_gem {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.hqr_gc_img_gem img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}.hqr_gc_hover_gem {
  transition: opacity .2s;
  background: rgba(9, 9, 28, 0.78);
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 0;
}.hqr_gc_gem:hover .hqr_gc_hover_gem {
  opacity: 1;
}.hqr_gc_hover_btn_gem {
  background: #E8760C;
  padding: 0.5rem 16px;
  border-radius: 5px;
  color: #F4F2EE;
  font-size: 0.75rem;
  font-weight: 700;
}.hqr_gc_info_gem {
  padding: 0.5rem 10px 0.625rem;
}.hqr_gc_name_gem {
  overflow: hidden;
  max-width: 100%;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.75rem;
  color: #C4BFCF;
  margin-bottom: 3px;
}.hqr_gc_prov_gem {
  color: #565070;
  font-size: 0.625rem;
}.hqr_gc_tag_gem {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  left: 0.375rem;
  top: 0.375rem;
  position: absolute;
  font-size: 9px;
  z-index: 2;
  font-weight: 700;
}.hqr_gc_tag_hot_gem {
  background: #CC1E1E;
  color: #fff;
}.hqr_gc_tag_new_gem {
  background: #21C45E;
  color: #10102A;
}.hqr_gc_tag_jp_gem {
  background: #F0A018;
  color: #10102A;
}.hqr_gc_tag_ex_gem {
  background: #F5C020;
  color: #fff;
}.hqr_gc_tag_live_gem {
  background: #CC1E1E;
  color: #fff;
}.hqr_gr_gem {
  background: #10102A;
  padding: 2rem 16px 0;
}
@media(min-width: 767px) {.hqr_gr_gem {
  padding: 36px 1.5rem 0;
}
}.hqr_gr_in_gem {
  margin: 0 auto;
  max-width: 82.5rem;
}.hqr_gr_head_gem {
  gap: 12px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.hqr_gr_head_l_gem {
  gap: 10px;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}.hqr_gr_ic_gem {
  border-radius: 0.5rem;
  align-items: center;
  display: flex;
  height: 2rem;
  width: 32px;
  justify-content: center;
  flex-shrink: 0;
}.hqr_gr_ic_gem svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 1rem;
}.hqr_gr_title_gem {
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4F2EE;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.hqr_gr_title_gem {
  font-size: 18px;
}
}.hqr_gr_more_gem {
  gap: 5px;
  transition: color .2s;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  color: #6E6882;
  font-size: 0.75rem;
}.hqr_gr_more_gem:hover {
  color: #E8760C;
}.hqr_gr_more_gem svg {
  height: 0.75rem;
  stroke-linejoin: round;
  width: 0.75rem;
  stroke-linecap: round;
}.hqr_gr_arrows_gem {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.hqr_gr_arr_gem {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.313rem;
  transition: background .15s,color .15s;
  justify-content: center;
  display: flex;
  width: 30px;
  color: #948EA8;
  align-items: center;
  height: 1.875rem;
}.hqr_gr_arr_gem:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4F2EE;
}.hqr_gr_arr_gem svg {
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
  width: 0.813rem;
}.hqr_gr_seo_h_gem {
  margin: 0 0 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.813rem;
  max-width: 680px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C4BFCF;
}
@media(min-width: 766px) {.hqr_gr_seo_h_gem {
  font-size: 14px;
}
}.hqr_gr_seo_gem {
  font-size: 0.75rem;
  max-width: 42.5rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  color: #6E6882;
}.hqr_gr_seo_gem strong {
  color: #C4BFCF;
  font-weight: 600;
}.hqr_gr_scroll_gem {
  gap: 0.625rem;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-bottom: 0.625rem;
}.hqr_gr_scroll_gem::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.hqr_gr_scroll_gem {
  gap: 0.75rem;
}
}.hqr_tb_gem {
  background: #0D0D24;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  top: 0;
  left: 0;
  height: 56px;
  align-items: center;
  position: fixed;
  z-index: 80;
  display: flex;
  right: 0;
}.hqr_tb_in_gem {
  padding: 0 14px;
  gap: 0;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}.hqr_tb_burger_gem {
  border-radius: 8px;
  gap: 0.313rem;
  display: flex;
  margin-right: 8px;
  height: 38px;
  flex-direction: column;
  width: 2.375rem;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}.hqr_tb_burger_gem:hover {
  background: rgba(255, 255, 255, 0.05);
}.hqr_tb_burger_line_gem {
  border-radius: 1px;
  background: #948EA8;
  width: 1.125rem;
  height: 2px;
  display: block;
}
@media(min-width: 1081px) {.hqr_tb_burger_gem {
  display: none;
}
}.hqr_tb_logo_gem {
  gap: 0.563rem;
  display: flex;
  flex-shrink: 0;
  margin-right: 1.25rem;
  font-size: 1.125rem;
  align-items: center;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  color: #F4F2EE;
  font-weight: 800;
}.hqr_tb_logo_mark_gem {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  height: 2rem;
  justify-content: center;
  align-items: center;
  width: 32px;
}.hqr_tb_logo_mark_gem img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.hqr_tb_nav_gem {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.hqr_tb_nav_gem {
  display: flex;
}
}.hqr_tb_tab_gem {
  transition: background .15s,color .15s;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  color: #948EA8;
  white-space: nowrap;
  font-weight: 600;
}.hqr_tb_tab_gem:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4F2EE;
}.hqr_tb_tab_gem.hqr_state_active_gem {
  background: rgba(232, 118, 12, 0.18);
  color: #F4F2EE;
}.hqr_tb_right_gem {
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}.hqr_tb_login_gem {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #C4BFCF;
  display: none;
}.hqr_tb_login_gem:hover {
  border-color: rgba(232, 118, 12, 0.55);
  color: #F4F2EE;
}
@media(min-width: 481px) {.hqr_tb_login_gem {
  display: block;
}
}.hqr_tb_reg_gem {
  transition: background .2s;
  border-radius: 8px;
  padding: 0.563rem 1.125rem;
  background: #21C45E;
  white-space: nowrap;
  color: #0A0818;
  font-weight: 700;
  font-size: 0.813rem;
}.hqr_tb_reg_gem:hover {
  background: #18A84E;
}.hqr_sb_gem {
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  background: #1A1A3C;
  z-index: 70;
  overflow-y: auto;
  top: 3.5rem;
  bottom: 0;
  position: fixed;
  left: 0;
  width: 220px;
}.hqr_sb_gem.hqr_state_open_gem {
  transform: translateX(0);
}.hqr_sb_gem::-webkit-scrollbar {
  width: 0.25rem;
}.hqr_sb_gem::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.hqr_sb_gem {
  transform: translateX(0);
}
}.hqr_sb_auth_gem {
  padding: 14px 12px 10px;
}.hqr_sb_btn_reg_gem {
  border-radius: 0.5rem;
  padding: 11px;
  transition: background .2s;
  background: #21C45E;
  margin-bottom: 8px;
  font-size: 0.813rem;
  font-weight: 700;
  display: block;
  text-align: center;
  color: #0A0818;
}.hqr_sb_btn_reg_gem:hover {
  background: #18A84E;
}.hqr_sb_btn_login_gem {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  display: block;
  text-align: center;
  font-size: 13px;
  color: #C4BFCF;
}.hqr_sb_btn_login_gem:hover {
  border-color: rgba(232, 118, 12, 0.55);
  color: #F4F2EE;
}.hqr_sb_promo_gem {
  overflow: hidden;
  background: linear-gradient(135deg,#1E0830,#1A1A3C);
  padding: 12px 0.875rem;
  border: 1px solid rgba(232, 118, 12, 0.18);
  margin: 0 0.75rem 10px;
  border-radius: 0.5rem;
  position: relative;
}.hqr_sb_promo_gem::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(232, 118, 12, 0.18),transparent 70%);
  content: '';
  height: 80px;
  width: 5rem;
  top: -20px;
  position: absolute;
  right: -20px;
}.hqr_sb_promo_title_gem {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  color: #E8760C;
  margin-bottom: 4px;
}.hqr_sb_promo_text_gem {
  font-weight: 600;
  color: #F4F2EE;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.35;
}.hqr_sb_promo_sub_gem {
  color: #6E6882;
  margin-top: 3px;
  font-size: 0.625rem;
}.hqr_sb_nav_gem {
  padding: 6px 0.5rem 1rem;
}.hqr_sb_nav_lb_gem {
  padding: 0.625rem 0.5rem 6px;
  font-weight: 700;
  color: #565070;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
}.hqr_sb_link_gem {
  padding: 9px 10px;
  gap: 10px;
  border-radius: 0.313rem;
  transition: background .15s,color .15s;
  color: #948EA8;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  overflow-wrap: break-word;
  cursor: pointer;
  display: flex;
}.hqr_sb_link_gem:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4F2EE;
}.hqr_sb_link_gem.hqr_state_active_gem {
  background: rgba(232, 118, 12, 0.18);
  color: #F4F2EE;
}.hqr_sb_ic_gem {
  border-radius: 5px;
  align-items: center;
  width: 30px;
  height: 1.875rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}.hqr_sb_ic_gem svg {
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
  height: 1rem;
}.hqr_sb_ic_1_gem {
  background: rgba(232, 118, 12, 0.07);
  color: #E8760C;
}.hqr_sb_ic_2_gem {
  background: rgba(33, 196, 94, 0.15);
  color: #21C45E;
}.hqr_sb_ic_3_gem {
  background: rgba(240, 160, 24, 0.14);
  color: #F0A018;
}.hqr_sb_ic_4_gem {
  background: rgba(245, 192, 32, 0.15);
  color: #F5C020;
}.hqr_sb_ic_5_gem {
  background: rgba(232, 118, 12, 0.07);
  color: #E63E8A;
}.hqr_sb_ic_6_gem {
  background: rgba(245, 192, 32, 0.15);
  color: #9B3FD4;
}.hqr_sb_badge_gem {
  border-radius: 5px;
  background: #F0A018;
  padding: 2px 7px;
  margin-left: auto;
  font-weight: 700;
  color: #0A0818;
  font-size: 9px;
}.hqr_sb_bot_gem {
  padding: 12px;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.hqr_sb_lang_gem,.hqr_sb_help_gem {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  gap: 6px;
  padding: 0.563rem 6px;
  transition: border-color .2s;
  justify-content: center;
  color: #948EA8;
  font-weight: 600;
  align-items: center;
  display: flex;
  font-size: 0.688rem;
}.hqr_sb_lang_gem:hover,.hqr_sb_help_gem:hover {
  border-color: rgba(232, 118, 12, 0.55);
  color: #F4F2EE;
}.hqr_sb_lang_gem svg,.hqr_sb_help_gem svg {
  stroke-linejoin: round;
  width: 13px;
  height: 13px;
  stroke-linecap: round;
}.hqr_sb_bd_gem {
  inset: 0;
  background: rgba(9, 9, 28, 0.78);
  z-index: 69;
  display: none;
  position: fixed;
}.hqr_sb_bd_gem.hqr_state_on_gem {
  display: block;
}
@media(min-width: 1079px) {.hqr_sb_bd_gem {
  display: none!important;
}
}.hqr_mob_nav_gem {
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #1A1A3C;
  left: 0;
  position: fixed;
  z-index: 80;
  bottom: 0;
  display: flex;
  right: 0;
}
@media(min-width: 1079px) {.hqr_mob_nav_gem {
  display: none;
}
}.hqr_mob_nav_item_gem {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 4px;
  cursor: pointer;
  flex-direction: column;
  color: #565070;
  align-items: center;
  display: flex;
}.hqr_mob_nav_ic_gem {
  line-height: 1;
}.hqr_mob_nav_ic_gem svg {
  width: 1.25rem;
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
}.hqr_mob_nav_lb_gem {
  font-size: 10px;
  font-weight: 600;
  color: #565070;
}.hqr_mob_nav_item_gem.hqr_state_active_gem {
  color: #E8760C;
}.hqr_mob_nav_item_gem.hqr_state_active_gem .hqr_mob_nav_lb_gem {
  color: #E8760C;
}.hqr_hero_gem {
  background: #10102A;
  padding: 20px 1rem 0;
}
@media(min-width:768px) {.hqr_hero_gem {
  padding: 24px 1.5rem 0;
}
}.hqr_hero_in_gem {
  gap: 0.75rem;
  margin: 0 auto;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 861px) {.hqr_hero_in_gem {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1103px) {.hqr_hero_in_gem {
  grid-template-columns: 1fr 21.25rem;
}
}.hqr_hero_promo_gem {
  overflow: hidden;
  border-radius: 13px;
  background: #141430;
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 220px;
}
@media(min-width: 770px) {.hqr_hero_promo_gem {
  min-height: 280px;
}
}.hqr_hero_promo_bg_gem {
  background: linear-gradient(120deg,#1E0830 0%,#0E1228 100%);
  inset: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
}.hqr_hero_promo_bg_gem::after {
  background: linear-gradient(90deg,#10102A 0%,rgba(9, 9, 28, 0.78) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.hqr_hero_promo_glow_gem {
  background: radial-gradient(circle,rgba(245, 192, 32, 0.15) 0%,transparent 65%);
  border-radius: 50%;
  width: 300px;
  right: 60px;
  position: absolute;
  pointer-events: none;
  height: 300px;
  top: -40px;
}.hqr_hero_promo_ct_gem {
  padding: 28px 24px 28px 28px;
  z-index: 2;
  position: relative;
  max-width: 30rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media(min-width:768px) {.hqr_hero_promo_ct_gem {
  padding: 2.5rem 32px;
}
}.hqr_hero_badge_gem {
  background: rgba(232, 118, 12, 0.18);
  border-radius: 18px;
  border: 1px solid rgba(232, 118, 12, 0.07);
  padding: 0.313rem 0.75rem;
  margin-bottom: 0.875rem;
  color: #E8760C;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  font-weight: 700;
}.hqr_hero_h1_gem {
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4F2EE;
  line-height: 1.15;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  font-size: 1.625rem;
}.hqr_hero_h1_gem em {
  font-style: normal;
  color: #F0A018;
}
@media(min-width: 769px) {.hqr_hero_h1_gem {
  font-size: 36px;
}
}.hqr_hero_sub_gem {
  font-size: 13px;
  color: #948EA8;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
@media(min-width: 770px) {.hqr_hero_sub_gem {
  font-size: 14px;
}
}.hqr_hero_row_gem {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.hqr_hero_cta_gem {
  background: #21C45E;
  padding: 13px 1.625rem;
  border-radius: 0.5rem;
  transition: background .2s;
  color: #0A0818;
  font-weight: 700;
  font-size: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 4px 18px rgba(33, 196, 94, 0.45);
}.hqr_hero_cta_gem:hover {
  background: #18A84E;
}.hqr_hero_terms_gem {
  color: #565070;
  font-size: 11px;
}.hqr_hero_game_gem {
  background: #141430;
  border-radius: 0.813rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  flex-direction: column;
  display: flex;
}.hqr_hero_game_badge_gem {
  background: rgba(240, 160, 24, 0.14);
  padding: 0.313rem 10px;
  border: 1px solid rgba(240, 160, 24, 0.14);
  border-radius: 18px;
  z-index: 3;
  left: 0.75rem;
  top: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  position: absolute;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #F0A018;
}.hqr_hero_game_badge_gem svg {
  vertical-align: -1px;
  margin-right: 4px;
  height: 11px;
  width: 0.688rem;
}.hqr_hero_game_img_gem {
  overflow: hidden;
  background: linear-gradient(135deg,#1E0830,#0E1228);
  position: relative;
  padding-bottom: 60%;
}.hqr_hero_game_img_gem img {
  inset: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}.hqr_hero_game_play_gem {
  transition: opacity .2s;
  background: rgba(9, 9, 28, 0.78);
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: absolute;
  display: flex;
  align-items: center;
}.hqr_hero_game_gem:hover .hqr_hero_game_play_gem {
  opacity: 1;
}.hqr_hero_game_play_gem span {
  background: #E8760C;
  border-radius: 50%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
}.hqr_hero_game_play_gem span svg {
  height: 18px;
  margin-left: 2px;
  width: 18px;
}.hqr_hero_game_info_gem {
  padding: 14px 1rem;
}.hqr_hero_game_title_gem {
  font-size: 0.938rem;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F4F2EE;
}.hqr_hero_game_provider_gem {
  color: #6E6882;
  font-size: 0.688rem;
}.hqr_hero_game_btn_gem {
  margin: 0.75rem 16px 1rem;
  background: #E8760C;
  padding: 11px;
  border-radius: 0.5rem;
  transition: background .2s;
  font-size: 0.813rem;
  text-align: center;
  font-weight: 700;
  color: #F4F2EE;
  display: block;
}.hqr_hero_game_gem:hover .hqr_hero_game_btn_gem {
  background: #F58E28;
}.hqr_sbar_gem {
  background: #10102A;
  padding: 16px 1rem 0;
}
@media(min-width: 770px) {.hqr_sbar_gem {
  padding: 18px 24px 0;
}
}.hqr_sbar_in_gem {
  margin: 0 auto;
  max-width: 82.5rem;
}.hqr_sbar_row_gem {
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  display: flex;
}.hqr_sbar_input_gem {
  border-radius: 8px;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #141430;
  transition: border-color .2s;
  padding: 11px 1rem;
  flex: 1;
  display: flex;
  color: #6E6882;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
}.hqr_sbar_input_gem:hover {
  border-color: rgba(232, 118, 12, 0.55);
}.hqr_sbar_input_gem svg {
  stroke-linejoin: round;
  flex-shrink: 0;
  stroke-linecap: round;
  width: 0.938rem;
  height: 15px;
}.hqr_sbar_providers_gem {
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  gap: 0.5rem;
  background: #141430;
  padding: 0.688rem 1.125rem;
  color: #C4BFCF;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}.hqr_sbar_providers_gem:hover {
  border-color: rgba(232, 118, 12, 0.55);
  color: #F4F2EE;
}.hqr_sbar_providers_gem svg {
  width: 14px;
  stroke-linejoin: round;
  height: 0.875rem;
  stroke-linecap: round;
}.hqr_sbar_tabs_gem {
  gap: 0.375rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 2px;
}.hqr_sbar_tabs_gem::-webkit-scrollbar {
  display: none;
}.hqr_sbar_tab_gem {
  border-radius: 1.125rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem 0.875rem;
  gap: 7px;
  transition: background .15s,color .15s,border-color .15s;
  white-space: nowrap;
  display: flex;
  cursor: pointer;
  font-weight: 600;
  color: #948EA8;
  flex-shrink: 0;
  align-items: center;
  font-size: 0.75rem;
}.hqr_sbar_tab_gem:hover {
  border-color: rgba(232, 118, 12, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: #F4F2EE;
}.hqr_sbar_tab_gem.hqr_state_active_gem {
  background: rgba(232, 118, 12, 0.18);
  border-color: rgba(232, 118, 12, 0.07);
  color: #F4F2EE;
}.hqr_sbar_tab_ic_gem svg {
  height: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.875rem;
}.hqr_wy_gem {
  padding: 32px 16px 0;
  background: #10102A;
}
@media(min-width: 765px) {.hqr_wy_gem {
  padding: 40px 1.5rem 0;
}
}.hqr_wy_in_gem {
  margin: 0 auto;
  max-width: 82.5rem;
}.hqr_wy_head_gem {
  margin-bottom: 18px;
  max-width: 720px;
}.hqr_wy_label_gem {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #E8760C;
  font-weight: 700;
}.hqr_wy_h2_gem {
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F4F2EE;
  font-size: 20px;
}
@media(min-width: 771px) {.hqr_wy_h2_gem {
  font-size: 1.5rem;
}
}.hqr_wy_intro_gem {
  margin: 0;
  color: #6E6882;
  line-height: 1.6;
  font-size: 13px;
}.hqr_wy_grid_gem {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.hqr_wy_grid_gem {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.hqr_wy_grid_gem {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.hqr_wy_card_gem {
  padding: 1.25rem;
  background: #1A1A3C;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  transition: border-color .2s,transform .2s;
}.hqr_wy_card_gem:hover {
  border-color: rgba(232, 118, 12, 0.07);
  transform: translateY(-2px);
}.hqr_wy_card_ic_gem {
  background: rgba(232, 118, 12, 0.18);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  margin-bottom: 14px;
  color: #E8760C;
  height: 2.75rem;
  display: flex;
}.hqr_wy_card_ic_gem svg {
  stroke-linecap: round;
  height: 1.375rem;
  width: 22px;
  stroke-linejoin: round;
}.hqr_wy_card_h_gem {
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.25;
  color: #F4F2EE;
  overflow-wrap: break-word;
  font-size: 0.938rem;
}.hqr_wy_card_p_gem {
  font-size: 0.813rem;
  color: #6E6882;
  overflow-wrap: break-word;
  line-height: 1.6;
}.hqr_wy_card_p_gem strong {
  color: #C4BFCF;
  font-weight: 600;
}.hqr_gcg_gem {
  background: #10102A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.hqr_gcg_gem {
  padding: 2.75rem 24px 0;
}
}.hqr_gcg_in_gem {
  margin: 0 auto;
  max-width: 82.5rem;
}.hqr_gcg_head_gem {
  margin-bottom: 20px;
  max-width: 720px;
}.hqr_gcg_label_gem {
  margin-bottom: 8px;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #E8760C;
}.hqr_gcg_h2_gem {
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4F2EE;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 771px) {.hqr_gcg_h2_gem {
  font-size: 1.75rem;
}
}.hqr_gcg_intro_gem {
  line-height: 1.6;
  color: #6E6882;
  font-size: 0.813rem;
}.hqr_gcg_grid_gem {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.hqr_gcg_grid_gem {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.hqr_gcg_grid_gem {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.hqr_gcg_card_gem {
  padding: 1.25rem;
  border-radius: 13px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: transform .2s,border-color .2s;
  justify-content: flex-end;
  min-height: 240px;
  cursor: pointer;
  position: relative;
  flex-direction: column;
  display: flex;
}.hqr_gcg_card_gem:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 118, 12, 0.18);
}.hqr_gcg_card_bg_gem {
  inset: 0;
  z-index: 0;
  position: absolute;
}.hqr_gcg_card_bg_gem::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.hqr_gcg_card_ic_gem {
  background: rgba(0,0,0,.45);
  border-radius: 5px;
  position: absolute;
  width: 40px;
  display: flex;
  color: #F4F2EE;
  justify-content: center;
  align-items: center;
  right: 1.125rem;
  top: 1.125rem;
  z-index: 2;
  height: 2.5rem;
}.hqr_gcg_card_ic_gem svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 20px;
  height: 1.25rem;
}.hqr_gcg_card_ct_gem {
  position: relative;
  z-index: 1;
}.hqr_gcg_card_h_gem {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  color: #F4F2EE;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 769px) {.hqr_gcg_card_h_gem {
  font-size: 20px;
}
}.hqr_gcg_card_p_gem {
  margin-bottom: 10px;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
}.hqr_gcg_card_p_gem strong {
  font-weight: 600;
  color: #F4F2EE;
}.hqr_gcg_card_cta_gem {
  gap: 0.25rem;
  display: inline-flex;
  letter-spacing: .04em;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #E8760C;
}.hqr_gcg_card_cta_gem svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 12px;
  height: 12px;
}.hqr_gr_jp_gem {
  overflow: hidden;
  background: linear-gradient(135deg,#280C44 0%,#110820 100%);
  padding: 20px;
  border-radius: 0.813rem;
  position: relative;
}.hqr_gr_jp_gem::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(245, 192, 32, 0.15) 0%,transparent 70%);
  position: absolute;
  width: 250px;
  top: -60px;
  content: '';
  left: -60px;
  height: 15.625rem;
}.hqr_gr_jp_gem::after {
  background: radial-gradient(circle,rgba(240, 160, 24, 0.14) 0%,transparent 70%);
  border-radius: 50%;
  content: '';
  position: absolute;
  height: 12.5rem;
  bottom: -40px;
  width: 12.5rem;
  right: 0;
}.hqr_gr_jp_head_gem {
  gap: 16px;
  margin-bottom: 16px;
  align-items: flex-start;
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  position: relative;
}.hqr_gr_jp_info_gem {
  flex: 1;
}.hqr_gr_jp_label_gem {
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.375rem;
  color: #9B3FD4;
  text-transform: uppercase;
}.hqr_gr_jp_label_gem svg {
  height: 0.875rem;
  margin-right: 0.25rem;
  stroke-linejoin: round;
  vertical-align: -2px;
  stroke-linecap: round;
  width: 0.875rem;
}.hqr_gr_jp_amount_gem {
  color: #F4F2EE;
  line-height: 1;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 32px;
  margin-bottom: 4px;
}
@media(min-width: 769px) {.hqr_gr_jp_amount_gem {
  font-size: 40px;
}
}.hqr_gr_jp_amount_gem span {
  color: #F0A018;
}.hqr_gr_jp_seo_gem {
  font-size: 12px;
  color: #948EA8;
  max-width: 30rem;
  overflow-wrap: break-word;
  line-height: 1.5;
}.hqr_gr_jp_cta_gem {
  transition: background .2s;
  border: 1px solid rgba(245, 192, 32, 0.15);
  background: rgba(245, 192, 32, 0.15);
  padding: 0.688rem 20px;
  border-radius: 0.5rem;
  z-index: 1;
  font-size: 0.813rem;
  margin-top: 4px;
  position: relative;
  color: #F4F2EE;
  align-self: flex-start;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
}.hqr_gr_jp_cta_gem:hover {
  background: #F5C020;
}.hqr_ws_gem {
  padding: 32px 1rem 0;
  background: #10102A;
}
@media(min-width: 766px) {.hqr_ws_gem {
  padding: 36px 24px 0;
}
}.hqr_ws_in_gem {
  margin: 0 auto;
  max-width: 1320px;
}.hqr_ws_head_gem {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
}.hqr_ws_title_gem {
  gap: 10px;
  overflow-wrap: break-word;
  color: #F4F2EE;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
}.hqr_ws_title_ic_gem svg {
  height: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #F0A018;
  width: 18px;
}.hqr_ws_online_gem {
  gap: 0.438rem;
  color: #6E6882;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
}.hqr_ws_online_dot_gem {
  border-radius: 50%;
  background: #21C45E;
  flex-shrink: 0;
  width: 8px;
  height: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(33, 196, 94, 0.15);
}.hqr_ws_scroll_gem {
  gap: 0.5rem;
  display: flex;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  overflow-x: auto;
}.hqr_ws_scroll_gem::-webkit-scrollbar {
  display: none;
}.hqr_wc_gem {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  gap: 0.625rem;
  padding: 0.625rem 14px;
  background: #141430;
  min-width: 220px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.hqr_wc_img_gem {
  overflow: hidden;
  border-radius: 0.313rem;
  background: #1A1A3C;
  flex-shrink: 0;
  height: 2.25rem;
  width: 2.25rem;
}.hqr_wc_img_gem img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.hqr_wc_info_gem {
  min-width: 0;
}.hqr_wc_game_gem {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  text-overflow: ellipsis;
  color: #C4BFCF;
}.hqr_wc_player_gem {
  overflow: hidden;
  font-size: 0.625rem;
  white-space: nowrap;
  color: #565070;
  text-overflow: ellipsis;
}.hqr_wc_amount_gem {
  color: #21C45E;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 13px;
  margin-left: auto;
}.hqr_htp_gem {
  padding: 2.25rem 1rem 0;
  background: #10102A;
}
@media(min-width: 771px) {.hqr_htp_gem {
  padding: 44px 1.5rem 0;
}
}.hqr_htp_in_gem {
  margin: 0 auto;
  max-width: 82.5rem;
}.hqr_htp_head_gem {
  margin-bottom: 22px;
  max-width: 45rem;
}.hqr_htp_label_gem {
  margin-bottom: 8px;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #E8760C;
}.hqr_htp_h2_gem {
  font-weight: 800;
  font-size: 22px;
  color: #F4F2EE;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.hqr_htp_h2_gem {
  font-size: 1.75rem;
}
}.hqr_htp_intro_gem {
  line-height: 1.6;
  color: #6E6882;
  font-size: 14px;
}.hqr_htp_steps_gem {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 12px;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.hqr_htp_steps_gem {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.hqr_htp_steps_gem {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.hqr_htp_step_gem {
  background: #1A1A3C;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem 18px 18px;
  border-radius: 8px;
  position: relative;
  flex-direction: column;
  display: flex;
}.hqr_htp_step_num_gem {
  background: #E8760C;
  border-radius: 50%;
  font-size: 13px;
  justify-content: center;
  left: 1.25rem;
  color: #0A0818;
  width: 1.75rem;
  position: absolute;
  height: 1.75rem;
  align-items: center;
  display: flex;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  top: -0.75rem;
}.hqr_htp_step_ic_gem {
  margin: 8px 0 0.75rem;
  background: rgba(232, 118, 12, 0.18);
  border-radius: 5px;
  justify-content: center;
  color: #E8760C;
  height: 36px;
  width: 36px;
  align-items: center;
  display: flex;
}.hqr_htp_step_ic_gem svg {
  width: 1.125rem;
  stroke-linejoin: round;
  height: 1.125rem;
  stroke-linecap: round;
}.hqr_htp_step_h_gem {
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.25;
  font-size: 14px;
  margin-bottom: 0.375rem;
  color: #F4F2EE;
}.hqr_htp_step_p_gem {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #6E6882;
  line-height: 1.55;
}.hqr_htp_step_p_gem strong {
  color: #C4BFCF;
  font-weight: 600;
}.hqr_htp_cta_gem {
  border-radius: 0.5rem;
  padding: 13px 1.625rem;
  background: #21C45E;
  transition: background .2s;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0A0818;
  display: inline-block;
}.hqr_htp_cta_gem:hover {
  background: #18A84E;
}.hqr_reg_gem {
  background: #10102A;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.hqr_reg_gem {
  padding: 2.75rem 24px 0;
}
}.hqr_reg_in_gem {
  border-radius: 13px;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0 auto;
  background: #1A1A3C;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.hqr_reg_in_gem {
  padding: 2.5rem;
}
}.hqr_reg_top_gem {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 857px) {.hqr_reg_top_gem {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.hqr_reg_label_gem {
  margin-bottom: 10px;
  font-size: 0.688rem;
  font-weight: 700;
  color: #E8760C;
  text-transform: uppercase;
  letter-spacing: .08em;
}.hqr_reg_h2_gem {
  margin-bottom: 12px;
  font-size: 1.375rem;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  color: #F4F2EE;
}
@media(min-width: 767px) {.hqr_reg_h2_gem {
  font-size: 1.75rem;
}
}.hqr_reg_bonus_gem {
  border: 1px solid rgba(240, 160, 24, 0.14);
  padding: 10px 16px;
  gap: 0.5rem;
  background: rgba(240, 160, 24, 0.14);
  border-radius: 8px;
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.hqr_reg_bonus_amount_gem {
  font-size: 20px;
  color: #F0A018;
  font-weight: 800;
}.hqr_reg_bonus_text_gem {
  color: #948EA8;
  line-height: 1.35;
  font-size: 13px;
}.hqr_reg_cta_btn_gem {
  padding: 0.875rem 32px;
  background: #21C45E;
  border-radius: 0.5rem;
  transition: background .2s;
  margin-bottom: 0.75rem;
  font-size: 0.938rem;
  display: inline-block;
  color: #0A0818;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 4px 18px rgba(33, 196, 94, 0.45);
}.hqr_reg_cta_btn_gem:hover {
  background: #18A84E;
}.hqr_reg_terms_gem {
  color: #565070;
  line-height: 1.5;
  font-size: 0.688rem;
}.hqr_reg_seo_gem {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  color: #6E6882;
  padding-top: 20px;
  margin-top: 1.25rem;
  font-size: 0.813rem;
  line-height: 1.65;
}.hqr_reg_seo_gem p {
  margin-bottom: 0.625rem;
  line-height: 1.65;
  color: #6E6882;
  font-size: 13px;
}.hqr_reg_seo_gem p:last-child {
  margin-bottom: 0;
}.hqr_reg_seo_gem strong {
  font-weight: 700;
  color: #C4BFCF;
}.hqr_reg_seo_gem a {
  transition: color .2s;
  color: #E8760C;
  text-decoration: underline;
}.hqr_reg_seo_gem a:hover {
  color: #F58E28;
}.hqr_reg_seo_gem ul,.hqr_reg_seo_gem ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.hqr_reg_seo_gem ol {
  list-style: decimal;
}.hqr_reg_seo_gem li {
  color: #6E6882;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.65;
}.hqr_reg_seo_gem table {
  width: 100%;
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 10px;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 766px) {.hqr_reg_seo_gem table {
  display: table;
}
}.hqr_reg_seo_gem th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C4BFCF;
}.hqr_reg_seo_gem td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6E6882;
}.hqr_reg_steps_gem {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 1.75rem;
}
@media(min-width: 861px) {.hqr_reg_steps_gem {
  margin-top: 0;
}
}.hqr_reg_step_gem {
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 14px;
  border-radius: 0.5rem;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.hqr_reg_step_num_gem {
  border-radius: 50%;
  border: 1px solid rgba(232, 118, 12, 0.07);
  background: rgba(232, 118, 12, 0.18);
  display: flex;
  width: 2.125rem;
  font-size: 14px;
  flex-shrink: 0;
  color: #E8760C;
  justify-content: center;
  align-items: center;
  height: 2.125rem;
  font-weight: 800;
}.hqr_reg_step_title_gem {
  color: #F4F2EE;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
}.hqr_reg_step_text_gem {
  line-height: 1.5;
  color: #6E6882;
  font-size: 0.75rem;
}.hqr_reg_trust_gem {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  display: flex;
}.hqr_reg_trust_item_gem {
  gap: 0.438rem;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  color: #6E6882;
}.hqr_reg_trust_ic_gem svg {
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
  height: 1rem;
  color: #E8760C;
}.hqr_bon_gem {
  background: #10102A;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.hqr_bon_gem {
  padding: 2.75rem 24px 0;
}
}.hqr_bon_in_gem {
  margin: 0 auto;
  max-width: 82.5rem;
}.hqr_bon_head_gem {
  margin-bottom: 20px;
}.hqr_bon_label_gem {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #E8760C;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.hqr_bon_h2_gem {
  font-weight: 800;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F4F2EE;
}
@media(min-width: 765px) {.hqr_bon_h2_gem {
  font-size: 24px;
}
}.hqr_bon_seo_gem {
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 620px;
  color: #6E6882;
  font-size: 13px;
}.hqr_bon_seo_gem strong {
  font-weight: 700;
  color: #C4BFCF;
}.hqr_bon_seo_gem a {
  text-decoration: underline;
  color: #E8760C;
}.hqr_bon_grid_gem {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.hqr_bon_grid_gem {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.hqr_bon_grid_gem {
  grid-template-columns: repeat(5,1fr);
}
}.hqr_bon_card_gem {
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #141430;
}.hqr_bon_card_gem:hover {
  border-color: rgba(232, 118, 12, 0.07);
  transform: translateY(-2px);
}.hqr_bon_card_ic_gem svg {
  width: 1.625rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.625rem;
}.hqr_bon_card_ic_gem {
  margin-bottom: 10px;
}.hqr_bon_card_type_gem {
  margin-bottom: 0.375rem;
  color: #6E6882;
  letter-spacing: .06em;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}.hqr_bon_card_amount_gem {
  font-size: 18px;
  color: #F0A018;
  margin-bottom: 6px;
  line-height: 1.1;
  font-weight: 800;
}.hqr_bon_card_name_gem {
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #F4F2EE;
  font-size: 13px;
  overflow-wrap: break-word;
}.hqr_bon_card_detail_gem {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.688rem;
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #565070;
}.hqr_prov_gem {
  padding: 2.25rem 1rem 0;
  background: #10102A;
}
@media(min-width: 769px) {.hqr_prov_gem {
  padding: 44px 1.5rem 0;
}
}.hqr_prov_in_gem {
  margin: 0 auto;
  max-width: 1320px;
}.hqr_prov_head_gem {
  margin-bottom: 1rem;
}.hqr_prov_label_gem {
  font-size: 11px;
  letter-spacing: .08em;
  color: #E8760C;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.hqr_prov_h2_gem {
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4F2EE;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.hqr_prov_h2_gem {
  font-size: 24px;
}
}.hqr_prov_seo_gem {
  color: #6E6882;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 1rem;
  max-width: 620px;
}.hqr_prov_seo_gem strong {
  color: #C4BFCF;
  font-weight: 700;
}.hqr_prov_seo_gem a {
  color: #E8760C;
  text-decoration: underline;
}.hqr_prov_grid_gem {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 643px) {.hqr_prov_grid_gem {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.hqr_prov_grid_gem {
  grid-template-columns: repeat(8,1fr);
}
}.hqr_prov_card_gem {
  background: #141430;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,background .2s;
  border-radius: 8px;
  padding: 0.875rem 0.625rem;
  gap: 7px;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  align-items: center;
}.hqr_prov_card_gem:hover {
  background: #1A1A3C;
  border-color: rgba(232, 118, 12, 0.55);
}.hqr_prov_logo_gem {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.313rem;
  height: 2.75rem;
  justify-content: center;
  display: flex;
  width: 44px;
  align-items: center;
}.hqr_prov_logo_gem img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.hqr_prov_name_gem {
  font-weight: 600;
  color: #948EA8;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  text-align: center;
}.hqr_app_gem {
  background: #10102A;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.hqr_app_gem {
  padding: 2.75rem 24px 0;
}
}.hqr_app_in_gem {
  margin: 0 auto;
  max-width: 1320px;
}.hqr_app_head_gem {
  margin-bottom: 16px;
}.hqr_app_label_gem {
  font-weight: 700;
  color: #E8760C;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.hqr_app_h2_gem {
  margin-bottom: 0.375rem;
  color: #F4F2EE;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
}
@media(min-width: 765px) {.hqr_app_h2_gem {
  font-size: 24px;
}
}.hqr_app_sub_gem {
  color: #6E6882;
  font-size: 13px;
  max-width: 37.5rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}.hqr_app_sub_gem strong {
  font-weight: 700;
  color: #C4BFCF;
}.hqr_app_cards_gem {
  gap: 10px;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 1rem;
}
@media(min-width: 642px) {.hqr_app_cards_gem {
  grid-template-columns: repeat(3,1fr);
}
}.hqr_app_card_gem {
  border-radius: 0.5rem;
  gap: 16px;
  padding: 20px;
  overflow: hidden;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}.hqr_app_card_ios_gem {
  background: linear-gradient(135deg,rgba(232, 118, 12, 0.18) 0%,#1A1A3C 100%);
}.hqr_app_card_android_gem {
  background: linear-gradient(135deg,rgba(33, 196, 94, 0.15) 0%,#1A1A3C 100%);
}.hqr_app_card_win_gem {
  background: linear-gradient(135deg,rgba(240, 160, 24, 0.14) 0%,#1A1A3C 100%);
}.hqr_app_card_ic_gem svg {
  height: 2.125rem;
  stroke-linejoin: round;
  width: 2.125rem;
  stroke-linecap: round;
}.hqr_app_card_ic_gem {
  flex-shrink: 0;
  color: #F4F2EE;
}.hqr_app_card_os_gem {
  letter-spacing: .08em;
  font-size: 10px;
  margin-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
  color: #6E6882;
}.hqr_app_card_title_gem {
  color: #F4F2EE;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-size: 0.938rem;
}.hqr_app_card_text_gem {
  line-height: 1.5;
  color: #6E6882;
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}.hqr_app_card_btn_gem {
  transition: background .2s;
  border-radius: 5px;
  border: 1px solid rgba(232, 118, 12, 0.55);
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 18px;
  gap: 0.438rem;
  display: inline-flex;
  font-size: 13px;
  align-items: center;
  color: #F4F2EE;
  font-weight: 700;
}.hqr_app_card_btn_gem:hover {
  background: rgba(255, 255, 255, 0.07);
}.hqr_seo_gem {
  padding: 36px 1rem 0;
  background: #10102A;
}
@media(min-width: 771px) {.hqr_seo_gem {
  padding: 44px 1.5rem 0;
}
}.hqr_seo_in_gem {
  margin: 0 auto;
  border-radius: 13px;
  background: #1A1A3C;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 1320px;
}
@media(min-width: 765px) {.hqr_seo_in_gem {
  padding: 36px 40px;
}
}.hqr_seo_label_gem {
  letter-spacing: .08em;
  font-weight: 700;
  color: #E8760C;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 11px;
}.hqr_seo_h2_gem {
  line-height: 1.25;
  color: #F4F2EE;
  margin-bottom: 0.875rem;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 766px) {.hqr_seo_h2_gem {
  font-size: 24px;
}
}.hqr_seo_body_gem {
  color: #948EA8;
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.75;
}.hqr_seo_body_gem p {
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 14px;
  color: #948EA8;
}.hqr_seo_body_gem p:last-child {
  margin-bottom: 0;
}.hqr_seo_body_gem strong {
  font-weight: 700;
  color: #C4BFCF;
}.hqr_seo_body_gem a {
  transition: color .2s;
  text-decoration: underline;
  color: #E8760C;
}.hqr_seo_body_gem a:hover {
  color: #F58E28;
}.hqr_seo_body_gem ul,.hqr_seo_body_gem ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.hqr_seo_body_gem ol {
  list-style: decimal;
}.hqr_seo_body_gem li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #948EA8;
  font-size: 0.875rem;
}.hqr_seo_body_gem table {
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  display: block;
  margin-bottom: 0.75rem;
}
@media(min-width: 765px) {.hqr_seo_body_gem table {
  display: table;
}
}.hqr_seo_body_gem th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C4BFCF;
}.hqr_seo_body_gem td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #948EA8;
}.hqr_seo_cols_gem {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.hqr_seo_cols_gem {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.hqr_seo_cols_gem {
  grid-template-columns: repeat(3,1fr);
}
}.hqr_seo_col_h_gem {
  margin-bottom: 7px;
  font-size: 0.813rem;
  font-weight: 700;
  color: #C4BFCF;
  overflow-wrap: break-word;
}.hqr_seo_col_p_gem {
  font-size: 0.813rem;
  color: #6E6882;
  line-height: 1.65;
  overflow-wrap: break-word;
}.hqr_seo_stats_gem {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.hqr_seo_stat_gem {
  background: rgba(232, 118, 12, 0.07);
  border: 1px solid rgba(232, 118, 12, 0.18);
  flex: 1;
  padding: 0.875rem 1rem;
  border-radius: 0.5rem;
  min-width: 140px;
}.hqr_seo_stat_val_gem {
  font-size: 20px;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #E8760C;
}.hqr_seo_stat_lb_gem {
  color: #6E6882;
  overflow-wrap: break-word;
  font-size: 11px;
}.hqr_seo_gem {
  background: #10102A;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.hqr_seo_gem {
  padding: 2.75rem 1.5rem 0;
}
}.hqr_seo_in_gem {
  background: #1A1A3C;
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 82.5rem;
}
@media(min-width: 770px) {.hqr_seo_in_gem {
  padding: 36px 2.5rem;
}
}.hqr_seo_label_gem {
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #E8760C;
  font-size: 0.688rem;
}.hqr_seo_h2_gem {
  font-size: 20px;
  color: #F4F2EE;
  margin-bottom: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.hqr_seo_h2_gem {
  font-size: 1.5rem;
}
}.hqr_seo_body_gem {
  overflow-wrap: break-word;
  font-size: 14px;
  color: #948EA8;
  line-height: 1.75;
}.hqr_seo_body_gem p {
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 14px;
  color: #948EA8;
}.hqr_seo_body_gem p:last-child {
  margin-bottom: 0;
}.hqr_seo_body_gem strong {
  color: #C4BFCF;
  font-weight: 700;
}.hqr_seo_body_gem a {
  transition: color .2s;
  text-decoration: underline;
  color: #E8760C;
}.hqr_seo_body_gem a:hover {
  color: #F58E28;
}.hqr_seo_body_gem ul,.hqr_seo_body_gem ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.hqr_seo_body_gem ol {
  list-style: decimal;
}.hqr_seo_body_gem li {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #948EA8;
}.hqr_seo_body_gem table {
  overflow-x: auto;
  font-size: 0.813rem;
  display: block;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width: 769px) {.hqr_seo_body_gem table {
  display: table;
}
}.hqr_seo_body_gem th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C4BFCF;
  font-weight: 700;
}.hqr_seo_body_gem td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #948EA8;
}.hqr_seo_cols_gem {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.hqr_seo_cols_gem {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.hqr_seo_cols_gem {
  grid-template-columns: repeat(3,1fr);
}
}.hqr_seo_col_h_gem {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #C4BFCF;
  margin-bottom: 7px;
  font-weight: 700;
}.hqr_seo_col_p_gem {
  line-height: 1.65;
  color: #6E6882;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.hqr_seo_stats_gem {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.hqr_seo_stat_gem {
  border-radius: 8px;
  padding: 0.875rem 1rem;
  background: rgba(232, 118, 12, 0.07);
  flex: 1;
  border: 1px solid rgba(232, 118, 12, 0.18);
  min-width: 140px;
}.hqr_seo_stat_val_gem {
  margin-bottom: 4px;
  font-size: 1.25rem;
  color: #E8760C;
  overflow-wrap: break-word;
  font-weight: 800;
}.hqr_seo_stat_lb_gem {
  font-size: 0.688rem;
  color: #6E6882;
  overflow-wrap: break-word;
}.hqr_seo_gem {
  padding: 36px 1rem 0;
  background: #10102A;
}
@media(min-width: 765px) {.hqr_seo_gem {
  padding: 2.75rem 24px 0;
}
}.hqr_seo_in_gem {
  padding: 1.75rem 24px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.813rem;
  background: #1A1A3C;
  max-width: 1320px;
}
@media(min-width: 765px) {.hqr_seo_in_gem {
  padding: 36px 40px;
}
}.hqr_seo_label_gem {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #E8760C;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
}.hqr_seo_h2_gem {
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  margin-bottom: 0.875rem;
  color: #F4F2EE;
}
@media(min-width: 770px) {.hqr_seo_h2_gem {
  font-size: 24px;
}
}.hqr_seo_body_gem {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #948EA8;
  font-size: 14px;
}.hqr_seo_body_gem p {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.75;
  color: #948EA8;
}.hqr_seo_body_gem p:last-child {
  margin-bottom: 0;
}.hqr_seo_body_gem strong {
  font-weight: 700;
  color: #C4BFCF;
}.hqr_seo_body_gem a {
  transition: color .2s;
  text-decoration: underline;
  color: #E8760C;
}.hqr_seo_body_gem a:hover {
  color: #F58E28;
}.hqr_seo_body_gem ul,.hqr_seo_body_gem ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.hqr_seo_body_gem ol {
  list-style: decimal;
}.hqr_seo_body_gem li {
  color: #948EA8;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}.hqr_seo_body_gem table {
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width:768px) {.hqr_seo_body_gem table {
  display: table;
}
}.hqr_seo_body_gem th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #C4BFCF;
  font-weight: 700;
  text-align: left;
}.hqr_seo_body_gem td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #948EA8;
}.hqr_seo_cols_gem {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.hqr_seo_cols_gem {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.hqr_seo_cols_gem {
  grid-template-columns: repeat(3,1fr);
}
}.hqr_seo_col_h_gem {
  color: #C4BFCF;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
}.hqr_seo_col_p_gem {
  overflow-wrap: break-word;
  color: #6E6882;
  line-height: 1.65;
  font-size: 13px;
}.hqr_seo_stats_gem {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.hqr_seo_stat_gem {
  background: rgba(232, 118, 12, 0.07);
  padding: 14px 1rem;
  border: 1px solid rgba(232, 118, 12, 0.18);
  border-radius: 8px;
  flex: 1;
  min-width: 8.75rem;
}.hqr_seo_stat_val_gem {
  font-size: 20px;
  overflow-wrap: break-word;
  color: #E8760C;
  margin-bottom: 0.25rem;
  font-weight: 800;
}.hqr_seo_stat_lb_gem {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #6E6882;
}.hqr_pmt_gem {
  padding: 36px 1rem 0;
  background: #10102A;
}
@media(min-width: 769px) {.hqr_pmt_gem {
  padding: 44px 24px 0;
}
}.hqr_pmt_in_gem {
  margin: 0 auto;
  max-width: 82.5rem;
}.hqr_pmt_head_gem {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.hqr_pmt_label_gem {
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #E8760C;
}.hqr_pmt_h2_gem {
  color: #F4F2EE;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 22px;
}
@media(min-width: 766px) {.hqr_pmt_h2_gem {
  font-size: 28px;
}
}.hqr_pmt_intro_gem {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #6E6882;
}.hqr_pmt_groups_gem {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.hqr_pmt_group_gem {
  border-radius: 0.5rem;
  background: #1A1A3C;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.hqr_pmt_group_head_gem {
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.625rem;
  display: flex;
  flex-wrap: wrap;
}.hqr_pmt_group_ic_gem {
  background: rgba(232, 118, 12, 0.18);
  border-radius: 5px;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  width: 2.25rem;
  flex-shrink: 0;
  color: #E8760C;
  align-items: center;
}.hqr_pmt_group_ic_gem svg {
  width: 1.125rem;
  stroke-linejoin: round;
  height: 18px;
  stroke-linecap: round;
}.hqr_pmt_group_h_gem {
  margin: 0;
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4F2EE;
  font-size: 16px;
}.hqr_pmt_group_p_gem {
  margin-bottom: 14px;
  line-height: 1.6;
  color: #6E6882;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.hqr_pmt_group_p_gem strong {
  color: #C4BFCF;
  font-weight: 600;
}.hqr_pmt_table_wrap_gem {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.hqr_pmt_table_gem {
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
  min-width: 33.75rem;
}.hqr_pmt_table_gem th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  color: #C4BFCF;
  white-space: nowrap;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: .04em;
}.hqr_pmt_table_gem td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6E6882;
}.hqr_pmt_table_gem tbody tr:last-child td {
  border-bottom: none;
}.hqr_pmt_table_gem tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C4BFCF;
}.hqr_faq_gem {
  padding: 36px 1rem 0;
  background: #10102A;
}
@media(min-width: 769px) {.hqr_faq_gem {
  padding: 2.75rem 1.5rem 0;
}
}.hqr_faq_in_gem {
  margin: 0 auto;
  max-width: 82.5rem;
}.hqr_faq_head_gem {
  margin-bottom: 20px;
}.hqr_faq_label_gem {
  color: #E8760C;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.hqr_faq_h2_gem {
  color: #F4F2EE;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 769px) {.hqr_faq_h2_gem {
  font-size: 1.5rem;
}
}.hqr_faq_list_gem {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.hqr_faq_item_gem {
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  background: #1A1A3C;
  border-radius: 0.5rem;
}.hqr_faq_q_gem {
  gap: 0.75rem;
  padding: 16px 1.25rem;
  transition: color .2s;
  color: #C4BFCF;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 600;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.hqr_faq_q_gem:hover {
  color: #F4F2EE;
}.hqr_faq_q_ic_gem {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: transform .25s;
  display: flex;
  justify-content: center;
  color: #E8760C;
  width: 24px;
  height: 24px;
  font-size: 16px;
  flex-shrink: 0;
  align-items: center;
}.hqr_faq_item_gem.hqr_state_open_gem .hqr_faq_q_ic_gem {
  transform: rotate(45deg);
}.hqr_faq_a_gem {
  padding: 0 20px 1rem;
  line-height: 1.7;
  color: #6E6882;
  display: none;
  overflow-wrap: break-word;
  font-size: 13px;
}.hqr_faq_item_gem.hqr_state_open_gem .hqr_faq_a_gem {
  display: block;
}.hqr_faq_a_gem strong {
  color: #C4BFCF;
  font-weight: 700;
}.hqr_faq_a_gem a {
  color: #E8760C;
  text-decoration: underline;
}.hqr_faq_a_gem ul,.hqr_faq_a_gem ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 1.25rem;
}.hqr_faq_a_gem ol {
  list-style: decimal;
}.hqr_faq_a_gem li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.hqr_faq_a_gem table {
  margin: 8px 0;
  width: 100%;
  border-collapse: collapse;
  display: block;
  font-size: 0.75rem;
  overflow-x: auto;
}
@media(min-width: 769px) {.hqr_faq_a_gem table {
  display: table;
}
}.hqr_faq_a_gem th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #C4BFCF;
}.hqr_faq_a_gem td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 8px;
  color: #6E6882;
}.hqr_ft_gem {
  background: #09091C;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.hqr_ft_support_gem {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 1rem;
}
@media(min-width: 767px) {.hqr_ft_support_gem {
  padding: 28px 1.5rem;
}
}.hqr_ft_support_in_gem {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  max-width: 1320px;
  align-items: center;
  flex-wrap: wrap;
}.hqr_ft_support_main_gem {
  gap: 1rem;
  flex: 1;
  min-width: 13.75rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.hqr_ft_support_ic_gem {
  color: #E8760C;
  flex-shrink: 0;
}.hqr_ft_support_ic_gem svg {
  height: 30px;
  stroke-linejoin: round;
  width: 30px;
  stroke-linecap: round;
}.hqr_ft_support_text_title_gem {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F4F2EE;
  font-size: 15px;
  margin-bottom: 3px;
}.hqr_ft_support_text_sub_gem {
  color: #6E6882;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.hqr_ft_support_btn_gem {
  background: #E8760C;
  border-radius: 0.5rem;
  padding: 11px 22px;
  transition: background .2s;
  color: #F4F2EE;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
}.hqr_ft_support_btn_gem:hover {
  background: #F58E28;
}.hqr_ft_support_contacts_gem {
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.hqr_ft_support_contact_gem {
  line-height: 1.4;
  color: #565070;
  font-size: 12px;
}.hqr_ft_support_contact_gem strong {
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 11px;
  color: #948EA8;
}.hqr_ft_main_gem {
  padding: 32px 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.hqr_ft_main_gem {
  padding: 2.5rem 24px 32px;
}
}.hqr_ft_main_in_gem {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 641px) {.hqr_ft_main_in_gem {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.hqr_ft_main_in_gem {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.hqr_ft_col_logo_gem {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.hqr_ft_col_logo_gem {
  grid-column: auto;
}
}.hqr_ft_logo_gem {
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  display: flex;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1rem;
  align-items: center;
  color: #F4F2EE;
}.hqr_ft_logo_mark_gem {
  overflow: hidden;
  border-radius: 0.313rem;
  height: 1.875rem;
  width: 1.875rem;
}.hqr_ft_logo_mark_gem img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.hqr_ft_logo_sub_gem {
  line-height: 1.55;
  max-width: 200px;
  font-size: 12px;
  color: #565070;
  overflow-wrap: break-word;
}.hqr_ft_col_title_gem {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #948EA8;
  letter-spacing: .07em;
  font-weight: 700;
  margin-bottom: 14px;
}.hqr_ft_col_links_gem {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.hqr_ft_col_link_gem {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #565070;
  font-size: 0.813rem;
}.hqr_ft_col_link_gem:hover {
  color: #C4BFCF;
}.hqr_ft_apps_gem {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.hqr_ft_app_card_gem {
  border-radius: 0.313rem;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.hqr_ft_app_card_gem:hover {
  border-color: rgba(232, 118, 12, 0.55);
}.hqr_ft_app_card_ic_gem svg {
  height: 22px;
  stroke-linecap: round;
  width: 22px;
  stroke-linejoin: round;
}.hqr_ft_app_card_os_gem {
  color: #565070;
  font-size: 0.625rem;
  font-weight: 600;
}.hqr_ft_app_card_action_gem {
  color: #C4BFCF;
  font-size: 0.75rem;
  font-weight: 700;
}.hqr_ft_bot_gem {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.hqr_ft_bot_gem {
  padding: 1.25rem 24px;
}
}.hqr_ft_bot_in_gem {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1320px;
  align-items: center;
}.hqr_ft_socials_gem {
  gap: 8px;
  display: flex;
}.hqr_ft_soc_gem {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  color: #948EA8;
  display: flex;
}.hqr_ft_soc_gem svg {
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
  height: 16px;
}.hqr_ft_soc_gem:hover {
  background: rgba(255, 255, 255, 0.07);
}.hqr_ft_legal_gem {
  flex: 1;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  color: #8C88A6;
  line-height: 1.6;
  font-size: 0.688rem;
}.hqr_ft_legal_gem strong {
  color: #948EA8;
  font-weight: 700;
}.hqr_ft_legal_gem a {
  text-decoration: underline;
  color: #948EA8;
}.hqr_ft_age_gem {
  border: 2px solid #8C88A6;
  border-radius: 50%;
  height: 32px;
  align-items: center;
  color: #8C88A6;
  justify-content: center;
  width: 2rem;
  display: flex;
  font-weight: 800;
  font-size: 11px;
  margin-left: auto;
  flex-shrink: 0;
}