*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #111110;
  font-family: 'Barlow', sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  color: #CECEC6;
  line-height: 1.6;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  text-decoration: none;
  color: inherit;
}button {
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.gdj-layout_h65 {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.gdj-page_h65 {
  min-height: 100vh;
  display: flex;
}.gdj-main_h65 {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media(min-width: 1081px) {.gdj-main_h65 {
  padding-left: 220px;
}
}
@media(max-width: 1081px) {.gdj-main_h65 {
  padding-bottom: 4.5rem;
}
}.gdj-gc_h65 {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  background: #181817;
  transition: transform .2s,border-color .2s;
  position: relative;
  width: 140px;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 639px) {.gdj-gc_h65 {
  width: 9.75rem;
}
}
@media(min-width:1080px) {.gdj-gc_h65 {
  width: 10.5rem;
}
}.gdj-gc_h65:hover {
  border-color: rgba(218, 255, 0, 0.07);
  transform: translateY(-3px);
}.gdj-gc_img_h65 {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.gdj-gc_img_h65 img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.gdj-gc_hover_h65 {
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  transition: opacity .2s;
  align-items: center;
  opacity: 0;
  justify-content: center;
  display: flex;
  position: absolute;
}.gdj-gc_h65:hover .gdj-gc_hover_h65 {
  opacity: 1;
}.gdj-gc_hover_btn_h65 {
  padding: 8px 16px;
  border-radius: 6px;
  background: #DAFF00;
  color: #F2F2EC;
  font-weight: 700;
  font-size: 12px;
}.gdj-gc_info_h65 {
  padding: 8px 0.625rem 10px;
}.gdj-gc_name_h65 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  color: #CECEC6;
  max-width: 100%;
  margin-bottom: 3px;
}.gdj-gc_prov_h65 {
  font-size: 10px;
  color: #848480;
}.gdj-gc_tag_h65 {
  border-radius: 4px;
  padding: 2px 0.438rem;
  font-size: 0.563rem;
  top: 6px;
  z-index: 2;
  letter-spacing: .04em;
  left: 6px;
  text-transform: uppercase;
  position: absolute;
  font-weight: 700;
}.gdj-gc_tag_hot_h65 {
  background: #EF4444;
  color: #fff;
}.gdj-gc_tag_new_h65 {
  background: #22C55E;
  color: #111110;
}.gdj-gc_tag_jp_h65 {
  background: #F59E0B;
  color: #111110;
}.gdj-gc_tag_ex_h65 {
  background: #FF7A00;
  color: #fff;
}.gdj-gc_tag_live_h65 {
  background: #EF4444;
  color: #fff;
}.gdj-gr_h65 {
  padding: 2rem 16px 0;
  background: #111110;
}
@media(min-width: 770px) {.gdj-gr_h65 {
  padding: 36px 1.5rem 0;
}
}.gdj-gr_in_h65 {
  margin: 0 auto;
  max-width: 1320px;
}.gdj-gr_head_h65 {
  gap: 12px;
  display: flex;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
}.gdj-gr_head_l_h65 {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  align-items: center;
  display: flex;
}.gdj-gr_ic_h65 {
  border-radius: 0.625rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 32px;
  width: 2rem;
  display: flex;
}.gdj-gr_ic_h65 svg {
  height: 16px;
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.gdj-gr_title_h65 {
  font-weight: 700;
  font-size: 16px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F2F2EC;
}
@media(min-width: 767px) {.gdj-gr_title_h65 {
  font-size: 1.125rem;
}
}.gdj-gr_more_h65 {
  gap: 0.313rem;
  transition: color .2s;
  flex-shrink: 0;
  font-size: 0.75rem;
  white-space: nowrap;
  display: flex;
  color: #969690;
  font-weight: 600;
  align-items: center;
}.gdj-gr_more_h65:hover {
  color: #DAFF00;
}.gdj-gr_more_h65 svg {
  width: 12px;
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
}.gdj-gr_arrows_h65 {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.gdj-gr_arr_h65 {
  border-radius: 6px;
  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;
  width: 1.875rem;
  color: #AEAEA6;
  display: flex;
  height: 1.875rem;
}.gdj-gr_arr_h65:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F2F2EC;
}.gdj-gr_arr_h65 svg {
  stroke-linejoin: round;
  height: 0.813rem;
  stroke-linecap: round;
  width: 13px;
}.gdj-gr_seo_h_h65 {
  margin: 0 0 6px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #CECEC6;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  max-width: 42.5rem;
}
@media(min-width: 770px) {.gdj-gr_seo_h_h65 {
  font-size: 0.875rem;
}
}.gdj-gr_seo_h65 {
  max-width: 680px;
  line-height: 1.55;
  color: #969690;
  font-size: 0.75rem;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}.gdj-gr_seo_h65 strong {
  font-weight: 600;
  color: #CECEC6;
}.gdj-gr_scroll_h65 {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.625rem;
}.gdj-gr_scroll_h65::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.gdj-gr_scroll_h65 {
  gap: 0.75rem;
}
}.gdj-tb_h65 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0E0E0D;
  height: 3.5rem;
  display: flex;
  z-index: 80;
  position: fixed;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
}.gdj-tb_in_h65 {
  gap: 0;
  padding: 0 14px;
  width: 100%;
  align-items: center;
  display: flex;
  height: 100%;
}.gdj-tb_burger_h65 {
  gap: 0.313rem;
  border-radius: 0.625rem;
  height: 2.375rem;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 0.5rem;
  width: 38px;
}.gdj-tb_burger_h65:hover {
  background: rgba(255, 255, 255, 0.05);
}.gdj-tb_burger_line_h65 {
  border-radius: 1px;
  background: #AEAEA6;
  display: block;
  width: 18px;
  height: 2px;
}
@media(min-width: 1082px) {.gdj-tb_burger_h65 {
  display: none;
}
}.gdj-tb_logo_h65 {
  gap: 0.563rem;
  overflow-wrap: break-word;
  display: flex;
  flex-shrink: 0;
  color: #F2F2EC;
  margin-right: 1.25rem;
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 800;
  align-items: center;
}.gdj-tb_logo_mark_h65 {
  border-radius: 0.625rem;
  overflow: hidden;
  height: 2rem;
  display: flex;
  width: 32px;
  justify-content: center;
  align-items: center;
}.gdj-tb_logo_mark_h65 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.gdj-tb_nav_h65 {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 643px) {.gdj-tb_nav_h65 {
  display: flex;
}
}.gdj-tb_tab_h65 {
  transition: background .15s,color .15s;
  border-radius: 10px;
  padding: 8px 14px;
  color: #AEAEA6;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 600;
}.gdj-tb_tab_h65:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2F2EC;
}.gdj-tb_tab_h65.gdj-state_active_h65 {
  background: rgba(218, 255, 0, 0.15);
  color: #F2F2EC;
}.gdj-tb_right_h65 {
  gap: 0.5rem;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.gdj-tb_login_h65 {
  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;
  border-radius: 10px;
  font-size: 0.813rem;
  color: #CECEC6;
  display: none;
  font-weight: 600;
}.gdj-tb_login_h65:hover {
  border-color: rgba(218, 255, 0, 0.45);
  color: #F2F2EC;
}
@media(min-width: 479px) {.gdj-tb_login_h65 {
  display: block;
}
}.gdj-tb_reg_h65 {
  border-radius: 10px;
  padding: 0.563rem 18px;
  transition: background .2s;
  background: #22C55E;
  color: #0C0C0B;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}.gdj-tb_reg_h65:hover {
  background: #16A34A;
}.gdj-sb_h65 {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  background: #1E1E1C;
  transform: translateX(-100%);
  z-index: 70;
  bottom: 0;
  position: fixed;
  left: 0;
  overflow-y: auto;
  width: 220px;
  top: 56px;
}.gdj-sb_h65.gdj-state_open_h65 {
  transform: translateX(0);
}.gdj-sb_h65::-webkit-scrollbar {
  width: 4px;
}.gdj-sb_h65::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width:1080px) {.gdj-sb_h65 {
  transform: translateX(0);
}
}.gdj-sb_auth_h65 {
  padding: 14px 12px 10px;
}.gdj-sb_btn_reg_h65 {
  transition: background .2s;
  background: #22C55E;
  padding: 11px;
  border-radius: 10px;
  font-size: 0.813rem;
  font-weight: 700;
  text-align: center;
  color: #0C0C0B;
  margin-bottom: 8px;
  display: block;
}.gdj-sb_btn_reg_h65:hover {
  background: #16A34A;
}.gdj-sb_btn_login_h65 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border-radius: 0.625rem;
  color: #CECEC6;
  font-weight: 600;
  font-size: 13px;
  display: block;
  text-align: center;
}.gdj-sb_btn_login_h65:hover {
  border-color: rgba(218, 255, 0, 0.45);
  color: #F2F2EC;
}.gdj-sb_promo_h65 {
  border: 1px solid rgba(218, 255, 0, 0.15);
  background: linear-gradient(135deg,#1C1C00,#1E1E1C);
  border-radius: 10px;
  margin: 0 0.75rem 0.625rem;
  padding: 12px 14px;
  overflow: hidden;
  position: relative;
}.gdj-sb_promo_h65::before {
  background: radial-gradient(circle,rgba(218, 255, 0, 0.15),transparent 70%);
  border-radius: 50%;
  content: '';
  right: -1.25rem;
  height: 5rem;
  width: 80px;
  position: absolute;
  top: -1.25rem;
}.gdj-sb_promo_title_h65 {
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .06em;
  font-weight: 700;
  color: #DAFF00;
  margin-bottom: 4px;
}.gdj-sb_promo_text_h65 {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #F2F2EC;
  line-height: 1.35;
  font-weight: 600;
}.gdj-sb_promo_sub_h65 {
  color: #969690;
  font-size: 0.625rem;
  margin-top: 3px;
}.gdj-sb_nav_h65 {
  padding: 6px 8px 16px;
}.gdj-sb_nav_lb_h65 {
  padding: 0.625rem 0.5rem 6px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #848480;
  font-size: 0.625rem;
}.gdj-sb_link_h65 {
  padding: 9px 0.625rem;
  gap: 0.625rem;
  transition: background .15s,color .15s;
  border-radius: 0.375rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  color: #AEAEA6;
  cursor: pointer;
  font-weight: 500;
}.gdj-sb_link_h65:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2F2EC;
}.gdj-sb_link_h65.gdj-state_active_h65 {
  background: rgba(218, 255, 0, 0.15);
  color: #F2F2EC;
}.gdj-sb_ic_h65 {
  border-radius: 0.375rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 30px;
}.gdj-sb_ic_h65 svg {
  width: 16px;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.gdj-sb_ic_1_h65 {
  background: rgba(218, 255, 0, 0.07);
  color: #DAFF00;
}.gdj-sb_ic_2_h65 {
  background: rgba(34, 197, 94, 0.15);
  color: #22C55E;
}.gdj-sb_ic_3_h65 {
  background: rgba(245, 158, 11, 0.15);
  color: #F59E0B;
}.gdj-sb_ic_4_h65 {
  background: rgba(255, 122, 0, 0.18);
  color: #FF7A00;
}.gdj-sb_ic_5_h65 {
  background: rgba(218, 255, 0, 0.07);
  color: #EC4899;
}.gdj-sb_ic_6_h65 {
  background: rgba(255, 122, 0, 0.18);
  color: #A855F7;
}.gdj-sb_badge_h65 {
  border-radius: 6px;
  background: #F59E0B;
  padding: 2px 0.438rem;
  font-size: 9px;
  font-weight: 700;
  margin-left: auto;
  color: #0C0C0B;
}.gdj-sb_bot_h65 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  padding: 12px;
  display: flex;
}.gdj-sb_lang_h65,.gdj-sb_help_h65 {
  gap: 6px;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  flex: 1;
  padding: 9px 6px;
  display: flex;
  justify-content: center;
  font-weight: 600;
  color: #AEAEA6;
  align-items: center;
  font-size: 11px;
}.gdj-sb_lang_h65:hover,.gdj-sb_help_h65:hover {
  border-color: rgba(218, 255, 0, 0.45);
  color: #F2F2EC;
}.gdj-sb_lang_h65 svg,.gdj-sb_help_h65 svg {
  height: 13px;
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.gdj-sb_bd_h65 {
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.gdj-sb_bd_h65.gdj-state_on_h65 {
  display: block;
}
@media(min-width: 1081px) {.gdj-sb_bd_h65 {
  display: none!important;
}
}.gdj-mob_nav_h65 {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #1E1E1C;
  z-index: 80;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
}
@media(min-width: 1083px) {.gdj-mob_nav_h65 {
  display: none;
}
}.gdj-mob_nav_item_h65 {
  gap: 4px;
  flex: 1;
  padding: 4px 2px;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  color: #848480;
}.gdj-mob_nav_ic_h65 {
  line-height: 1;
}.gdj-mob_nav_ic_h65 svg {
  height: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 20px;
}.gdj-mob_nav_lb_h65 {
  color: #848480;
  font-weight: 600;
  font-size: 10px;
}.gdj-mob_nav_item_h65.gdj-state_active_h65 {
  color: #DAFF00;
}.gdj-mob_nav_item_h65.gdj-state_active_h65 .gdj-mob_nav_lb_h65 {
  color: #DAFF00;
}.gdj-hero_h65 {
  background: #111110;
  padding: 20px 16px 0;
}
@media(min-width: 769px) {.gdj-hero_h65 {
  padding: 1.5rem 1.5rem 0;
}
}.gdj-hero_in_h65 {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
}
@media(min-width: 862px) {.gdj-hero_in_h65 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1099px) {.gdj-hero_in_h65 {
  grid-template-columns: 1fr 340px;
}
}.gdj-hero_promo_h65 {
  border-radius: 0.875rem;
  overflow: hidden;
  background: #181817;
  align-items: stretch;
  display: flex;
  min-height: 13.75rem;
  position: relative;
}
@media(min-width: 771px) {.gdj-hero_promo_h65 {
  min-height: 280px;
}
}.gdj-hero_promo_bg_h65 {
  background: linear-gradient(120deg,#1C1C00 0%,#111110 100%);
  inset: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
}.gdj-hero_promo_bg_h65::after {
  inset: 0;
  background: linear-gradient(90deg,#111110 0%,rgba(0, 0, 0, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.gdj-hero_promo_glow_h65 {
  background: radial-gradient(circle,rgba(255, 122, 0, 0.18) 0%,transparent 65%);
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  top: -2.5rem;
  pointer-events: none;
  right: 3.75rem;
}.gdj-hero_promo_ct_h65 {
  padding: 28px 1.5rem 28px 28px;
  justify-content: center;
  position: relative;
  flex-direction: column;
  display: flex;
  max-width: 30rem;
  z-index: 2;
}
@media(min-width: 769px) {.gdj-hero_promo_ct_h65 {
  padding: 40px 32px;
}
}.gdj-hero_badge_h65 {
  background: rgba(218, 255, 0, 0.15);
  padding: 0.313rem 12px;
  border: 1px solid rgba(218, 255, 0, 0.07);
  border-radius: 1.25rem;
  font-weight: 700;
  color: #DAFF00;
  letter-spacing: .08em;
  margin-bottom: 14px;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
}.gdj-hero_h1_h65 {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 10px;
  color: #F2F2EC;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.15;
  font-size: 26px;
}.gdj-hero_h1_h65 em {
  font-style: normal;
  color: #F59E0B;
}
@media(min-width: 769px) {.gdj-hero_h1_h65 {
  font-size: 2.25rem;
}
}.gdj-hero_sub_h65 {
  line-height: 1.55;
  color: #AEAEA6;
  font-size: 0.813rem;
  margin-bottom: 20px;
}
@media(min-width: 769px) {.gdj-hero_sub_h65 {
  font-size: 14px;
}
}.gdj-hero_row_h65 {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.gdj-hero_cta_h65 {
  border-radius: 0.625rem;
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  background: #22C55E;
  box-shadow: 0 4px 18px rgba(34, 197, 94, 0.45);
  color: #0C0C0B;
  font-weight: 700;
  font-size: 14px;
}.gdj-hero_cta_h65:hover {
  background: #16A34A;
}.gdj-hero_terms_h65 {
  color: #848480;
  font-size: 11px;
}.gdj-hero_game_h65 {
  overflow: hidden;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #181817;
  display: flex;
  flex-direction: column;
  position: relative;
}.gdj-hero_game_badge_h65 {
  border-radius: 20px;
  border: 1px solid rgba(245, 158, 11, 0.15);
  background: rgba(245, 158, 11, 0.15);
  padding: 5px 10px;
  z-index: 3;
  font-size: 10px;
  left: 0.75rem;
  letter-spacing: .06em;
  font-weight: 700;
  top: 12px;
  position: absolute;
  text-transform: uppercase;
  color: #F59E0B;
}.gdj-hero_game_badge_h65 svg {
  height: 0.688rem;
  margin-right: 4px;
  width: 0.688rem;
  vertical-align: -1px;
}.gdj-hero_game_img_h65 {
  background: linear-gradient(135deg,#1C1C00,#111110);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.gdj-hero_game_img_h65 img {
  inset: 0;
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}.gdj-hero_game_play_h65 {
  background: rgba(0, 0, 0, 0.72);
  transition: opacity .2s;
  inset: 0;
  position: absolute;
  opacity: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}.gdj-hero_game_h65:hover .gdj-hero_game_play_h65 {
  opacity: 1;
}.gdj-hero_game_play_h65 span {
  border-radius: 50%;
  background: #DAFF00;
  align-items: center;
  display: flex;
  width: 52px;
  height: 52px;
  justify-content: center;
}.gdj-hero_game_play_h65 span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 18px;
}.gdj-hero_game_info_h65 {
  padding: 14px 16px;
}.gdj-hero_game_title_h65 {
  color: #F2F2EC;
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 4px;
}.gdj-hero_game_provider_h65 {
  font-size: 0.688rem;
  color: #969690;
}.gdj-hero_game_btn_h65 {
  border-radius: 10px;
  background: #DAFF00;
  transition: background .2s;
  padding: 0.688rem;
  margin: 12px 16px 1rem;
  text-align: center;
  display: block;
  color: #F2F2EC;
  font-size: 13px;
  font-weight: 700;
}.gdj-hero_game_h65:hover .gdj-hero_game_btn_h65 {
  background: #E8FF3D;
}.gdj-sbar_h65 {
  padding: 16px 1rem 0;
  background: #111110;
}
@media(min-width: 770px) {.gdj-sbar_h65 {
  padding: 18px 24px 0;
}
}.gdj-sbar_in_h65 {
  margin: 0 auto;
  max-width: 1320px;
}.gdj-sbar_row_h65 {
  gap: 10px;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}.gdj-sbar_input_h65 {
  padding: 0.688rem 1rem;
  transition: border-color .2s;
  gap: 10px;
  border-radius: 10px;
  background: #181817;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  font-size: 13px;
  color: #969690;
  cursor: pointer;
  align-items: center;
}.gdj-sbar_input_h65:hover {
  border-color: rgba(218, 255, 0, 0.45);
}.gdj-sbar_input_h65 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.938rem;
  flex-shrink: 0;
  height: 15px;
}.gdj-sbar_providers_h65 {
  padding: 11px 18px;
  gap: 0.5rem;
  background: #181817;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  align-items: center;
  font-weight: 600;
  color: #CECEC6;
  font-size: 13px;
  display: flex;
  white-space: nowrap;
}.gdj-sbar_providers_h65:hover {
  border-color: rgba(218, 255, 0, 0.45);
  color: #F2F2EC;
}.gdj-sbar_providers_h65 svg {
  width: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.875rem;
}.gdj-sbar_tabs_h65 {
  gap: 0.375rem;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
  display: flex;
}.gdj-sbar_tabs_h65::-webkit-scrollbar {
  display: none;
}.gdj-sbar_tab_h65 {
  gap: 7px;
  padding: 0.5rem 0.875rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.75rem;
  white-space: nowrap;
  color: #AEAEA6;
}.gdj-sbar_tab_h65:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(218, 255, 0, 0.45);
  color: #F2F2EC;
}.gdj-sbar_tab_h65.gdj-state_active_h65 {
  border-color: rgba(218, 255, 0, 0.07);
  background: rgba(218, 255, 0, 0.15);
  color: #F2F2EC;
}.gdj-sbar_tab_ic_h65 svg {
  width: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 14px;
}.gdj-gr_jp_h65 {
  overflow: hidden;
  border-radius: 14px;
  padding: 1.25rem;
  background: linear-gradient(135deg,#180A2C 0%,#090909 100%);
  position: relative;
}.gdj-gr_jp_h65::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(255, 122, 0, 0.18) 0%,transparent 70%);
  height: 15.625rem;
  content: '';
  position: absolute;
  top: -60px;
  width: 15.625rem;
  left: -3.75rem;
}.gdj-gr_jp_h65::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(245, 158, 11, 0.15) 0%,transparent 70%);
  width: 12.5rem;
  height: 200px;
  position: absolute;
  content: '';
  bottom: -2.5rem;
  right: 0;
}.gdj-gr_jp_head_h65 {
  gap: 16px;
  position: relative;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  z-index: 1;
  display: flex;
  align-items: flex-start;
}.gdj-gr_jp_info_h65 {
  flex: 1;
}.gdj-gr_jp_label_h65 {
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #A855F7;
  font-weight: 700;
}.gdj-gr_jp_label_h65 svg {
  margin-right: 0.25rem;
  height: 0.875rem;
  vertical-align: -2px;
  stroke-linecap: round;
  width: 14px;
  stroke-linejoin: round;
}.gdj-gr_jp_amount_h65 {
  font-size: 32px;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #F2F2EC;
  margin-bottom: 4px;
  line-height: 1;
}
@media(min-width: 770px) {.gdj-gr_jp_amount_h65 {
  font-size: 2.5rem;
}
}.gdj-gr_jp_amount_h65 span {
  color: #F59E0B;
}.gdj-gr_jp_seo_h65 {
  line-height: 1.5;
  max-width: 30rem;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #AEAEA6;
}.gdj-gr_jp_cta_h65 {
  padding: 11px 1.25rem;
  border: 1px solid rgba(255, 122, 0, 0.18);
  background: rgba(255, 122, 0, 0.18);
  border-radius: 10px;
  transition: background .2s;
  white-space: nowrap;
  font-size: 0.813rem;
  z-index: 1;
  align-self: flex-start;
  font-weight: 700;
  position: relative;
  color: #F2F2EC;
  flex-shrink: 0;
  margin-top: 0.25rem;
}.gdj-gr_jp_cta_h65:hover {
  background: #FF7A00;
}.gdj-gcg_h65 {
  padding: 2.25rem 16px 0;
  background: #111110;
}
@media(min-width: 771px) {.gdj-gcg_h65 {
  padding: 2.75rem 24px 0;
}
}.gdj-gcg_in_h65 {
  margin: 0 auto;
  max-width: 1320px;
}.gdj-gcg_head_h65 {
  margin-bottom: 20px;
  max-width: 720px;
}.gdj-gcg_label_h65 {
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #DAFF00;
  letter-spacing: .08em;
  text-transform: uppercase;
}.gdj-gcg_h2_h65 {
  font-weight: 800;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 22px;
  color: #F2F2EC;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 769px) {.gdj-gcg_h2_h65 {
  font-size: 28px;
}
}.gdj-gcg_intro_h65 {
  line-height: 1.6;
  font-size: 0.813rem;
  color: #969690;
}.gdj-gcg_grid_h65 {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.gdj-gcg_grid_h65 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.gdj-gcg_grid_h65 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.gdj-gcg_card_h65 {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.25rem;
  min-height: 15rem;
  flex-direction: column;
  display: flex;
  position: relative;
  cursor: pointer;
  justify-content: flex-end;
}.gdj-gcg_card_h65:hover {
  border-color: rgba(218, 255, 0, 0.15);
  transform: translateY(-3px);
}.gdj-gcg_card_bg_h65 {
  inset: 0;
  position: absolute;
  z-index: 0;
}.gdj-gcg_card_bg_h65::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.gdj-gcg_card_ic_h65 {
  border-radius: 0.375rem;
  background: rgba(0,0,0,.45);
  z-index: 2;
  color: #F2F2EC;
  height: 40px;
  position: absolute;
  top: 18px;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 2.5rem;
  right: 18px;
}.gdj-gcg_card_ic_h65 svg {
  width: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 20px;
}.gdj-gcg_card_ct_h65 {
  z-index: 1;
  position: relative;
}.gdj-gcg_card_h_h65 {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #F2F2EC;
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width:768px) {.gdj-gcg_card_h_h65 {
  font-size: 20px;
}
}.gdj-gcg_card_p_h65 {
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
  font-size: 12px;
  margin-bottom: 10px;
}.gdj-gcg_card_p_h65 strong {
  color: #F2F2EC;
  font-weight: 600;
}.gdj-gcg_card_cta_h65 {
  gap: 4px;
  align-items: center;
  letter-spacing: .04em;
  display: inline-flex;
  color: #DAFF00;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}.gdj-gcg_card_cta_h65 svg {
  width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 12px;
}.gdj-ws_h65 {
  background: #111110;
  padding: 2rem 1rem 0;
}
@media(min-width:768px) {.gdj-ws_h65 {
  padding: 2.25rem 24px 0;
}
}.gdj-ws_in_h65 {
  margin: 0 auto;
  max-width: 1320px;
}.gdj-ws_head_h65 {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
  justify-content: space-between;
  display: flex;
}.gdj-ws_title_h65 {
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #F2F2EC;
}.gdj-ws_title_ic_h65 svg {
  stroke-linecap: round;
  height: 18px;
  width: 1.125rem;
  color: #F59E0B;
  stroke-linejoin: round;
}.gdj-ws_online_h65 {
  gap: 0.438rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #969690;
  align-items: center;
  display: flex;
}.gdj-ws_online_dot_h65 {
  border-radius: 50%;
  background: #22C55E;
  height: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 0.375rem rgba(34, 197, 94, 0.15);
  width: 0.5rem;
}.gdj-ws_scroll_h65 {
  gap: 8px;
  display: flex;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}.gdj-ws_scroll_h65::-webkit-scrollbar {
  display: none;
}.gdj-wc_h65 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.625rem;
  gap: 10px;
  padding: 10px 14px;
  background: #181817;
  flex-shrink: 0;
  min-width: 13.75rem;
  display: flex;
  align-items: center;
}.gdj-wc_img_h65 {
  overflow: hidden;
  border-radius: 0.375rem;
  background: #1E1E1C;
  flex-shrink: 0;
  height: 2.25rem;
  width: 36px;
}.gdj-wc_img_h65 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.gdj-wc_info_h65 {
  min-width: 0;
}.gdj-wc_game_h65 {
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #CECEC6;
}.gdj-wc_player_h65 {
  overflow: hidden;
  color: #848480;
  font-size: 0.625rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}.gdj-wc_amount_h65 {
  font-size: 0.813rem;
  font-weight: 700;
  color: #22C55E;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: auto;
}.gdj-reg_h65 {
  padding: 36px 16px 0;
  background: #111110;
}
@media(min-width: 771px) {.gdj-reg_h65 {
  padding: 44px 1.5rem 0;
}
}.gdj-reg_in_h65 {
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  background: #1E1E1C;
  border-radius: 0.875rem;
  max-width: 1320px;
}
@media(min-width: 771px) {.gdj-reg_in_h65 {
  padding: 2.5rem;
}
}.gdj-reg_top_h65 {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 862px) {.gdj-reg_top_h65 {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.gdj-reg_label_h65 {
  color: #DAFF00;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
}.gdj-reg_h2_h65 {
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.75rem;
  line-height: 1.2;
  font-size: 22px;
  color: #F2F2EC;
  font-weight: 800;
}
@media(min-width: 765px) {.gdj-reg_h2_h65 {
  font-size: 1.75rem;
}
}.gdj-reg_bonus_h65 {
  gap: 0.5rem;
  border-radius: 0.625rem;
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid rgba(245, 158, 11, 0.15);
  padding: 10px 1rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}.gdj-reg_bonus_amount_h65 {
  font-weight: 800;
  color: #F59E0B;
  font-size: 20px;
}.gdj-reg_bonus_text_h65 {
  color: #AEAEA6;
  line-height: 1.35;
  font-size: 0.813rem;
}.gdj-reg_cta_btn_h65 {
  background: #22C55E;
  border-radius: 0.625rem;
  transition: background .2s;
  padding: 0.875rem 2rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-size: 15px;
  color: #0C0C0B;
  display: inline-block;
  box-shadow: 0 0.25rem 18px rgba(34, 197, 94, 0.45);
}.gdj-reg_cta_btn_h65:hover {
  background: #16A34A;
}.gdj-reg_terms_h65 {
  color: #848480;
  line-height: 1.5;
  font-size: 0.688rem;
}.gdj-reg_seo_h65 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #969690;
  padding-top: 20px;
  font-size: 0.813rem;
  margin-top: 20px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.gdj-reg_seo_h65 p {
  line-height: 1.65;
  color: #969690;
  margin-bottom: 0.625rem;
  font-size: 13px;
}.gdj-reg_seo_h65 p:last-child {
  margin-bottom: 0;
}.gdj-reg_seo_h65 strong {
  font-weight: 700;
  color: #CECEC6;
}.gdj-reg_seo_h65 a {
  transition: color .2s;
  color: #DAFF00;
  text-decoration: underline;
}.gdj-reg_seo_h65 a:hover {
  color: #E8FF3D;
}.gdj-reg_seo_h65 ul,.gdj-reg_seo_h65 ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.gdj-reg_seo_h65 ol {
  list-style: decimal;
}.gdj-reg_seo_h65 li {
  color: #969690;
  margin-bottom: 0.25rem;
  line-height: 1.65;
  font-size: 0.813rem;
}.gdj-reg_seo_h65 table {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  overflow-x: auto;
}
@media(min-width: 771px) {.gdj-reg_seo_h65 table {
  display: table;
}
}.gdj-reg_seo_h65 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  color: #CECEC6;
  text-align: left;
  font-weight: 700;
}.gdj-reg_seo_h65 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #969690;
}.gdj-reg_steps_h65 {
  gap: 0.875rem;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width: 858px) {.gdj-reg_steps_h65 {
  margin-top: 0;
}
}.gdj-reg_step_h65 {
  background: rgba(255, 255, 255, 0.05);
  gap: 14px;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.gdj-reg_step_num_h65 {
  border-radius: 50%;
  border: 1px solid rgba(218, 255, 0, 0.07);
  background: rgba(218, 255, 0, 0.15);
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
  height: 2.125rem;
  font-size: 0.875rem;
  align-items: center;
  display: flex;
  width: 2.125rem;
  color: #DAFF00;
}.gdj-reg_step_title_h65 {
  color: #F2F2EC;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 14px;
}.gdj-reg_step_text_h65 {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #969690;
}.gdj-reg_trust_h65 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  margin-top: 20px;
  flex-wrap: wrap;
  display: flex;
  padding-top: 20px;
}.gdj-reg_trust_item_h65 {
  gap: 0.438rem;
  align-items: center;
  color: #969690;
  font-size: 12px;
  overflow-wrap: break-word;
  display: flex;
}.gdj-reg_trust_ic_h65 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #DAFF00;
  height: 16px;
  width: 1rem;
}.gdj-bon_h65 {
  background: #111110;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.gdj-bon_h65 {
  padding: 2.75rem 1.5rem 0;
}
}.gdj-bon_in_h65 {
  margin: 0 auto;
  max-width: 82.5rem;
}.gdj-bon_head_h65 {
  margin-bottom: 20px;
}.gdj-bon_label_h65 {
  text-transform: uppercase;
  color: #DAFF00;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
}.gdj-bon_h2_h65 {
  font-weight: 800;
  color: #F2F2EC;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 8px;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 767px) {.gdj-bon_h2_h65 {
  font-size: 24px;
}
}.gdj-bon_seo_h65 {
  line-height: 1.6;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  color: #969690;
  font-size: 0.813rem;
}.gdj-bon_seo_h65 strong {
  color: #CECEC6;
  font-weight: 700;
}.gdj-bon_seo_h65 a {
  text-decoration: underline;
  color: #DAFF00;
}.gdj-bon_grid_h65 {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.gdj-bon_grid_h65 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.gdj-bon_grid_h65 {
  grid-template-columns: repeat(5,1fr);
}
}.gdj-bon_card_h65 {
  background: #181817;
  padding: 16px;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,transform .2s;
}.gdj-bon_card_h65:hover {
  border-color: rgba(218, 255, 0, 0.07);
  transform: translateY(-2px);
}.gdj-bon_card_ic_h65 svg {
  stroke-linecap: round;
  width: 26px;
  stroke-linejoin: round;
  height: 1.625rem;
}.gdj-bon_card_ic_h65 {
  margin-bottom: 0.625rem;
}.gdj-bon_card_type_h65 {
  font-weight: 700;
  letter-spacing: .06em;
  color: #969690;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
}.gdj-bon_card_amount_h65 {
  font-weight: 800;
  color: #F59E0B;
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 6px;
}.gdj-bon_card_name_h65 {
  color: #F2F2EC;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 600;
}.gdj-bon_card_detail_h65 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #848480;
  padding-top: 0.5rem;
  font-size: 11px;
  overflow-wrap: break-word;
  line-height: 1.5;
}.gdj-prov_h65 {
  background: #111110;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.gdj-prov_h65 {
  padding: 44px 1.5rem 0;
}
}.gdj-prov_in_h65 {
  margin: 0 auto;
  max-width: 1320px;
}.gdj-prov_head_h65 {
  margin-bottom: 1rem;
}.gdj-prov_label_h65 {
  letter-spacing: .08em;
  color: #DAFF00;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
}.gdj-prov_h2_h65 {
  overflow-wrap: break-word;
  color: #F2F2EC;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 8px;
}
@media(min-width: 770px) {.gdj-prov_h2_h65 {
  font-size: 1.5rem;
}
}.gdj-prov_seo_h65 {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 620px;
  overflow-wrap: break-word;
  color: #969690;
}.gdj-prov_seo_h65 strong {
  color: #CECEC6;
  font-weight: 700;
}.gdj-prov_seo_h65 a {
  color: #DAFF00;
  text-decoration: underline;
}.gdj-prov_grid_h65 {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width:640px) {.gdj-prov_grid_h65 {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.gdj-prov_grid_h65 {
  grid-template-columns: repeat(8,1fr);
}
}.gdj-prov_card_h65 {
  border-radius: 10px;
  transition: border-color .2s,background .2s;
  background: #181817;
  gap: 0.438rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 14px 10px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
}.gdj-prov_card_h65:hover {
  background: #1E1E1C;
  border-color: rgba(218, 255, 0, 0.45);
}.gdj-prov_logo_h65 {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  align-items: center;
  height: 44px;
  justify-content: center;
  width: 44px;
  display: flex;
}.gdj-prov_logo_h65 img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.gdj-prov_name_h65 {
  color: #AEAEA6;
  text-align: center;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  font-weight: 600;
}.gdj-app_h65 {
  padding: 36px 16px 0;
  background: #111110;
}
@media(min-width: 770px) {.gdj-app_h65 {
  padding: 2.75rem 24px 0;
}
}.gdj-app_in_h65 {
  margin: 0 auto;
  max-width: 82.5rem;
}.gdj-app_head_h65 {
  margin-bottom: 16px;
}.gdj-app_label_h65 {
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #DAFF00;
  margin-bottom: 8px;
  font-weight: 700;
}.gdj-app_h2_h65 {
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  color: #F2F2EC;
}
@media(min-width: 766px) {.gdj-app_h2_h65 {
  font-size: 1.5rem;
}
}.gdj-app_sub_h65 {
  line-height: 1.6;
  color: #969690;
  font-size: 13px;
  overflow-wrap: break-word;
  max-width: 600px;
}.gdj-app_sub_h65 strong {
  font-weight: 700;
  color: #CECEC6;
}.gdj-app_cards_h65 {
  gap: 0.625rem;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.gdj-app_cards_h65 {
  grid-template-columns: repeat(3,1fr);
}
}.gdj-app_card_h65 {
  border-radius: 0.625rem;
  gap: 1rem;
  padding: 1.25rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.gdj-app_card_ios_h65 {
  background: linear-gradient(135deg,rgba(218, 255, 0, 0.15) 0%,#1E1E1C 100%);
}.gdj-app_card_android_h65 {
  background: linear-gradient(135deg,rgba(34, 197, 94, 0.15) 0%,#1E1E1C 100%);
}.gdj-app_card_win_h65 {
  background: linear-gradient(135deg,rgba(245, 158, 11, 0.15) 0%,#1E1E1C 100%);
}.gdj-app_card_ic_h65 svg {
  stroke-linecap: round;
  height: 34px;
  width: 34px;
  stroke-linejoin: round;
}.gdj-app_card_ic_h65 {
  color: #F2F2EC;
  flex-shrink: 0;
}.gdj-app_card_os_h65 {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .08em;
  margin-bottom: 6px;
  color: #969690;
  text-transform: uppercase;
}.gdj-app_card_title_h65 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
  color: #F2F2EC;
  font-size: 15px;
  overflow-wrap: break-word;
}.gdj-app_card_text_h65 {
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  line-height: 1.5;
  font-size: 12px;
  color: #969690;
}.gdj-app_card_btn_h65 {
  gap: 0.438rem;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(218, 255, 0, 0.45);
  border-radius: 6px;
  padding: 10px 1.125rem;
  font-weight: 700;
  font-size: 13px;
  align-items: center;
  display: inline-flex;
  color: #F2F2EC;
}.gdj-app_card_btn_h65:hover {
  background: rgba(255, 255, 255, 0.07);
}.gdj-seo_h65 {
  padding: 36px 16px 0;
  background: #111110;
}
@media(min-width: 769px) {.gdj-seo_h65 {
  padding: 44px 1.5rem 0;
}
}.gdj-seo_in_h65 {
  margin: 0 auto;
  background: #1E1E1C;
  padding: 28px 24px;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 1320px;
}
@media(min-width: 769px) {.gdj-seo_in_h65 {
  padding: 36px 40px;
}
}.gdj-seo_label_h65 {
  font-weight: 700;
  font-size: 0.688rem;
  color: #DAFF00;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}.gdj-seo_h2_h65 {
  margin-bottom: 14px;
  font-weight: 800;
  color: #F2F2EC;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  line-height: 1.25;
}
@media(min-width:768px) {.gdj-seo_h2_h65 {
  font-size: 1.5rem;
}
}.gdj-seo_body_h65 {
  font-size: 0.875rem;
  color: #AEAEA6;
  overflow-wrap: break-word;
  line-height: 1.75;
}.gdj-seo_body_h65 p {
  margin-bottom: 12px;
  line-height: 1.75;
  color: #AEAEA6;
  font-size: 14px;
}.gdj-seo_body_h65 p:last-child {
  margin-bottom: 0;
}.gdj-seo_body_h65 strong {
  font-weight: 700;
  color: #CECEC6;
}.gdj-seo_body_h65 a {
  transition: color .2s;
  text-decoration: underline;
  color: #DAFF00;
}.gdj-seo_body_h65 a:hover {
  color: #E8FF3D;
}.gdj-seo_body_h65 ul,.gdj-seo_body_h65 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.gdj-seo_body_h65 ol {
  list-style: decimal;
}.gdj-seo_body_h65 li {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #AEAEA6;
}.gdj-seo_body_h65 table {
  overflow-x: auto;
  margin-bottom: 0.75rem;
  display: block;
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
}
@media(min-width: 769px) {.gdj-seo_body_h65 table {
  display: table;
}
}.gdj-seo_body_h65 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #CECEC6;
  font-weight: 700;
}.gdj-seo_body_h65 td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #AEAEA6;
}.gdj-seo_cols_h65 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 637px) {.gdj-seo_cols_h65 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.gdj-seo_cols_h65 {
  grid-template-columns: repeat(3,1fr);
}
}.gdj-seo_col_h_h65 {
  margin-bottom: 0.438rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #CECEC6;
  font-size: 0.813rem;
}.gdj-seo_col_p_h65 {
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #969690;
}.gdj-seo_stats_h65 {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.gdj-seo_stat_h65 {
  background: rgba(218, 255, 0, 0.07);
  border-radius: 0.625rem;
  padding: 0.875rem 16px;
  border: 1px solid rgba(218, 255, 0, 0.15);
  flex: 1;
  min-width: 8.75rem;
}.gdj-seo_stat_val_h65 {
  margin-bottom: 4px;
  font-size: 20px;
  color: #DAFF00;
  font-weight: 800;
  overflow-wrap: break-word;
}.gdj-seo_stat_lb_h65 {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #969690;
}.gdj-rv_h65 {
  background: #111110;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.gdj-rv_h65 {
  padding: 44px 1.5rem 0;
}
}.gdj-rv_in_h65 {
  margin: 0 auto;
  max-width: 1320px;
}.gdj-rv_head_h65 {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.gdj-rv_label_h65 {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  color: #DAFF00;
  font-size: 11px;
}.gdj-rv_h2_h65 {
  font-size: 1.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F2F2EC;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  font-weight: 800;
}
@media(min-width: 769px) {.gdj-rv_h2_h65 {
  font-size: 28px;
}
}.gdj-rv_stats_h65 {
  gap: 18px;
  align-items: center;
  font-size: 0.813rem;
  color: #969690;
  display: flex;
  flex-wrap: wrap;
}.gdj-rv_stats_score_h65 {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.gdj-rv_stats_score_val_h65 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  color: #F59E0B;
  font-size: 22px;
}.gdj-rv_stats_score_max_h65 {
  color: #848480;
  font-size: 0.813rem;
}.gdj-rv_stats_badge_h65 {
  gap: 4px;
  display: flex;
  align-items: center;
}.gdj-rv_stats_badge_h65 svg {
  color: #F59E0B;
  width: 0.875rem;
  height: 0.875rem;
}.gdj-rv_grid_h65 {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.gdj-rv_grid_h65 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.gdj-rv_grid_h65 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.gdj-rv_card_h65 {
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.25rem;
  background: #1E1E1C;
  flex-direction: column;
  display: flex;
}.gdj-rv_card_stars_h65 {
  gap: 2px;
  display: flex;
  color: #F59E0B;
  margin-bottom: 0.625rem;
}.gdj-rv_card_stars_h65 svg {
  width: 0.875rem;
  height: 0.875rem;
}.gdj-rv_card_h_h65 {
  margin-bottom: 8px;
  color: #F2F2EC;
  line-height: 1.3;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 14px;
}.gdj-rv_card_body_h65 {
  flex: 1;
  color: #969690;
  line-height: 1.65;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 13px;
}.gdj-rv_card_body_h65 strong {
  font-weight: 600;
  color: #CECEC6;
}.gdj-rv_card_meta_h65 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  padding-top: 12px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}.gdj-rv_card_author_h65 {
  font-weight: 600;
  color: #CECEC6;
  font-size: 12px;
}.gdj-rv_card_date_h65 {
  color: #848480;
  font-size: 11px;
}.gdj-pmt_h65 {
  background: #111110;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.gdj-pmt_h65 {
  padding: 2.75rem 1.5rem 0;
}
}.gdj-pmt_in_h65 {
  margin: 0 auto;
  max-width: 1320px;
}.gdj-pmt_head_h65 {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.gdj-pmt_label_h65 {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  font-weight: 700;
  color: #DAFF00;
  letter-spacing: .08em;
  text-transform: uppercase;
}.gdj-pmt_h2_h65 {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #F2F2EC;
  font-weight: 800;
  font-size: 1.375rem;
}
@media(min-width: 769px) {.gdj-pmt_h2_h65 {
  font-size: 1.75rem;
}
}.gdj-pmt_intro_h65 {
  overflow-wrap: break-word;
  color: #969690;
  font-size: 0.875rem;
  line-height: 1.6;
}.gdj-pmt_groups_h65 {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.gdj-pmt_group_h65 {
  background: #1E1E1C;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.gdj-pmt_group_head_h65 {
  gap: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}.gdj-pmt_group_ic_h65 {
  background: rgba(218, 255, 0, 0.15);
  border-radius: 0.375rem;
  width: 36px;
  align-items: center;
  justify-content: center;
  color: #DAFF00;
  display: flex;
  height: 36px;
  flex-shrink: 0;
}.gdj-pmt_group_ic_h65 svg {
  height: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.125rem;
}.gdj-pmt_group_h_h65 {
  margin: 0;
  overflow-wrap: break-word;
  font-size: 1rem;
  color: #F2F2EC;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
}.gdj-pmt_group_p_h65 {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #969690;
  margin-bottom: 0.875rem;
  font-size: 13px;
}.gdj-pmt_group_p_h65 strong {
  font-weight: 600;
  color: #CECEC6;
}.gdj-pmt_table_wrap_h65 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.gdj-pmt_table_h65 {
  font-size: 13px;
  border-collapse: collapse;
  min-width: 33.75rem;
  width: 100%;
}.gdj-pmt_table_h65 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 0.688rem;
  white-space: nowrap;
  color: #CECEC6;
  text-align: left;
}.gdj-pmt_table_h65 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #969690;
}.gdj-pmt_table_h65 tbody tr:last-child td {
  border-bottom: none;
}.gdj-pmt_table_h65 tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #CECEC6;
}.gdj-faq_h65 {
  background: #111110;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.gdj-faq_h65 {
  padding: 44px 1.5rem 0;
}
}.gdj-faq_in_h65 {
  margin: 0 auto;
  max-width: 1320px;
}.gdj-faq_head_h65 {
  margin-bottom: 20px;
}.gdj-faq_label_h65 {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #DAFF00;
  font-size: 11px;
  text-transform: uppercase;
}.gdj-faq_h2_h65 {
  overflow-wrap: break-word;
  color: #F2F2EC;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.gdj-faq_h2_h65 {
  font-size: 1.5rem;
}
}.gdj-faq_list_h65 {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.gdj-faq_item_h65 {
  border-radius: 0.625rem;
  background: #1E1E1C;
  border: 1px solid rgba(255, 255, 255, 0.10);
  overflow: hidden;
}.gdj-faq_q_h65 {
  transition: color .2s;
  gap: 0.75rem;
  padding: 16px 1.25rem;
  cursor: pointer;
  overflow-wrap: break-word;
  justify-content: space-between;
  font-size: 14px;
  color: #CECEC6;
  font-weight: 600;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.gdj-faq_q_h65:hover {
  color: #F2F2EC;
}.gdj-faq_q_ic_h65 {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  font-size: 16px;
  height: 24px;
  flex-shrink: 0;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #DAFF00;
}.gdj-faq_item_h65.gdj-state_open_h65 .gdj-faq_q_ic_h65 {
  transform: rotate(45deg);
}.gdj-faq_a_h65 {
  padding: 0 20px 1rem;
  font-size: 0.813rem;
  color: #969690;
  line-height: 1.7;
  overflow-wrap: break-word;
  display: none;
}.gdj-faq_item_h65.gdj-state_open_h65 .gdj-faq_a_h65 {
  display: block;
}.gdj-faq_a_h65 strong {
  font-weight: 700;
  color: #CECEC6;
}.gdj-faq_a_h65 a {
  text-decoration: underline;
  color: #DAFF00;
}.gdj-faq_a_h65 ul,.gdj-faq_a_h65 ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.gdj-faq_a_h65 ol {
  list-style: decimal;
}.gdj-faq_a_h65 li {
  line-height: 1.6;
  margin-bottom: 4px;
}.gdj-faq_a_h65 table {
  margin: 0.5rem 0;
  font-size: 12px;
  overflow-x: auto;
  width: 100%;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 769px) {.gdj-faq_a_h65 table {
  display: table;
}
}.gdj-faq_a_h65 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  text-align: left;
  font-weight: 700;
  color: #CECEC6;
}.gdj-faq_a_h65 td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #969690;
}.gdj-seo_h65 {
  padding: 36px 1rem 0;
  background: #111110;
}
@media(min-width: 766px) {.gdj-seo_h65 {
  padding: 2.75rem 1.5rem 0;
}
}.gdj-seo_in_h65 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  border-radius: 14px;
  background: #1E1E1C;
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.gdj-seo_in_h65 {
  padding: 36px 2.5rem;
}
}.gdj-seo_label_h65 {
  text-transform: uppercase;
  color: #DAFF00;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
}.gdj-seo_h2_h65 {
  margin-bottom: 14px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  color: #F2F2EC;
  line-height: 1.25;
}
@media(min-width: 771px) {.gdj-seo_h2_h65 {
  font-size: 1.5rem;
}
}.gdj-seo_body_h65 {
  overflow-wrap: break-word;
  color: #AEAEA6;
  line-height: 1.75;
  font-size: 0.875rem;
}.gdj-seo_body_h65 p {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #AEAEA6;
  margin-bottom: 12px;
}.gdj-seo_body_h65 p:last-child {
  margin-bottom: 0;
}.gdj-seo_body_h65 strong {
  color: #CECEC6;
  font-weight: 700;
}.gdj-seo_body_h65 a {
  transition: color .2s;
  color: #DAFF00;
  text-decoration: underline;
}.gdj-seo_body_h65 a:hover {
  color: #E8FF3D;
}.gdj-seo_body_h65 ul,.gdj-seo_body_h65 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.gdj-seo_body_h65 ol {
  list-style: decimal;
}.gdj-seo_body_h65 li {
  line-height: 1.75;
  color: #AEAEA6;
  font-size: 0.875rem;
  margin-bottom: 6px;
}.gdj-seo_body_h65 table {
  font-size: 0.813rem;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 12px;
  display: block;
}
@media(min-width: 766px) {.gdj-seo_body_h65 table {
  display: table;
}
}.gdj-seo_body_h65 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #CECEC6;
}.gdj-seo_body_h65 td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #AEAEA6;
}.gdj-seo_cols_h65 {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.gdj-seo_cols_h65 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.gdj-seo_cols_h65 {
  grid-template-columns: repeat(3,1fr);
}
}.gdj-seo_col_h_h65 {
  font-weight: 700;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  color: #CECEC6;
  overflow-wrap: break-word;
}.gdj-seo_col_p_h65 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #969690;
}.gdj-seo_stats_h65 {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.gdj-seo_stat_h65 {
  background: rgba(218, 255, 0, 0.07);
  border: 1px solid rgba(218, 255, 0, 0.15);
  border-radius: 10px;
  padding: 14px 1rem;
  flex: 1;
  min-width: 8.75rem;
}.gdj-seo_stat_val_h65 {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #DAFF00;
  margin-bottom: 0.25rem;
  font-weight: 800;
}.gdj-seo_stat_lb_h65 {
  font-size: 0.688rem;
  color: #969690;
  overflow-wrap: break-word;
}.gdj-seo_h65 {
  background: #111110;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.gdj-seo_h65 {
  padding: 44px 24px 0;
}
}.gdj-seo_in_h65 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.75rem 24px;
  margin: 0 auto;
  border-radius: 14px;
  background: #1E1E1C;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.gdj-seo_in_h65 {
  padding: 2.25rem 40px;
}
}.gdj-seo_label_h65 {
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 0.625rem;
  font-weight: 700;
  color: #DAFF00;
  text-transform: uppercase;
}.gdj-seo_h2_h65 {
  color: #F2F2EC;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.875rem;
  font-weight: 800;
}
@media(min-width: 769px) {.gdj-seo_h2_h65 {
  font-size: 1.5rem;
}
}.gdj-seo_body_h65 {
  color: #AEAEA6;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
}.gdj-seo_body_h65 p {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.75;
  color: #AEAEA6;
}.gdj-seo_body_h65 p:last-child {
  margin-bottom: 0;
}.gdj-seo_body_h65 strong {
  font-weight: 700;
  color: #CECEC6;
}.gdj-seo_body_h65 a {
  transition: color .2s;
  text-decoration: underline;
  color: #DAFF00;
}.gdj-seo_body_h65 a:hover {
  color: #E8FF3D;
}.gdj-seo_body_h65 ul,.gdj-seo_body_h65 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.gdj-seo_body_h65 ol {
  list-style: decimal;
}.gdj-seo_body_h65 li {
  line-height: 1.75;
  font-size: 14px;
  color: #AEAEA6;
  margin-bottom: 6px;
}.gdj-seo_body_h65 table {
  width: 100%;
  font-size: 13px;
  display: block;
  border-collapse: collapse;
  margin-bottom: 12px;
  overflow-x: auto;
}
@media(min-width: 765px) {.gdj-seo_body_h65 table {
  display: table;
}
}.gdj-seo_body_h65 th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #CECEC6;
  font-weight: 700;
  text-align: left;
}.gdj-seo_body_h65 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #AEAEA6;
}.gdj-seo_cols_h65 {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.gdj-seo_cols_h65 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.gdj-seo_cols_h65 {
  grid-template-columns: repeat(3,1fr);
}
}.gdj-seo_col_h_h65 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #CECEC6;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
}.gdj-seo_col_p_h65 {
  line-height: 1.65;
  color: #969690;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.gdj-seo_stats_h65 {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.gdj-seo_stat_h65 {
  background: rgba(218, 255, 0, 0.07);
  border-radius: 0.625rem;
  flex: 1;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(218, 255, 0, 0.15);
  min-width: 8.75rem;
}.gdj-seo_stat_val_h65 {
  margin-bottom: 4px;
  color: #DAFF00;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
}.gdj-seo_stat_lb_h65 {
  overflow-wrap: break-word;
  color: #969690;
  font-size: 0.688rem;
}.gdj-ft_h65 {
  background: #090909;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.gdj-ft_support_h65 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width: 769px) {.gdj-ft_support_h65 {
  padding: 1.75rem 24px;
}
}.gdj-ft_support_in_h65 {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1320px;
}.gdj-ft_support_main_h65 {
  flex: 1;
  gap: 16px;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
  flex-wrap: wrap;
}.gdj-ft_support_ic_h65 {
  color: #DAFF00;
  flex-shrink: 0;
}.gdj-ft_support_ic_h65 svg {
  width: 30px;
  height: 30px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.gdj-ft_support_text_title_h65 {
  color: #F2F2EC;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 3px;
}.gdj-ft_support_text_sub_h65 {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #969690;
}.gdj-ft_support_btn_h65 {
  border-radius: 0.625rem;
  background: #DAFF00;
  padding: 0.688rem 1.375rem;
  transition: background .2s;
  flex-shrink: 0;
  white-space: nowrap;
  color: #F2F2EC;
  font-weight: 700;
  font-size: 0.813rem;
}.gdj-ft_support_btn_h65:hover {
  background: #E8FF3D;
}.gdj-ft_support_contacts_h65 {
  gap: 16px;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.gdj-ft_support_contact_h65 {
  line-height: 1.4;
  font-size: 0.75rem;
  color: #848480;
}.gdj-ft_support_contact_h65 strong {
  margin-bottom: 2px;
  display: block;
  font-weight: 600;
  color: #AEAEA6;
  font-size: 11px;
}.gdj-ft_main_h65 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 16px 24px;
}
@media(min-width: 771px) {.gdj-ft_main_h65 {
  padding: 40px 24px 32px;
}
}.gdj-ft_main_in_h65 {
  gap: 1.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
}
@media(min-width: 643px) {.gdj-ft_main_in_h65 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.gdj-ft_main_in_h65 {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.gdj-ft_col_logo_h65 {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.gdj-ft_col_logo_h65 {
  grid-column: auto;
}
}.gdj-ft_logo_h65 {
  gap: 0.563rem;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  color: #F2F2EC;
  display: flex;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 12px;
  align-items: center;
}.gdj-ft_logo_mark_h65 {
  overflow: hidden;
  border-radius: 0.375rem;
  height: 1.875rem;
  width: 1.875rem;
}.gdj-ft_logo_mark_h65 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.gdj-ft_logo_sub_h65 {
  font-size: 12px;
  color: #848480;
  line-height: 1.55;
  max-width: 12.5rem;
  overflow-wrap: break-word;
}.gdj-ft_col_title_h65 {
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 700;
  color: #AEAEA6;
  font-size: 12px;
  margin-bottom: 14px;
}.gdj-ft_col_links_h65 {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.gdj-ft_col_link_h65 {
  transition: color .2s;
  font-size: 0.813rem;
  color: #848480;
  overflow-wrap: break-word;
}.gdj-ft_col_link_h65:hover {
  color: #CECEC6;
}.gdj-ft_apps_h65 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.gdj-ft_app_card_h65 {
  transition: border-color .2s;
  padding: 0.625rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  gap: 10px;
  display: flex;
  align-items: center;
}.gdj-ft_app_card_h65:hover {
  border-color: rgba(218, 255, 0, 0.45);
}.gdj-ft_app_card_ic_h65 svg {
  height: 22px;
  stroke-linejoin: round;
  width: 1.375rem;
  stroke-linecap: round;
}.gdj-ft_app_card_os_h65 {
  font-size: 0.625rem;
  color: #848480;
  font-weight: 600;
}.gdj-ft_app_card_action_h65 {
  color: #CECEC6;
  font-size: 12px;
  font-weight: 700;
}.gdj-ft_bot_h65 {
  padding: 20px 1rem;
}
@media(min-width: 771px) {.gdj-ft_bot_h65 {
  padding: 1.25rem 24px;
}
}.gdj-ft_bot_in_h65 {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 1320px;
  display: flex;
  align-items: center;
}.gdj-ft_socials_h65 {
  gap: 8px;
  display: flex;
}.gdj-ft_soc_h65 {
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  height: 36px;
  display: flex;
  align-items: center;
  color: #AEAEA6;
  width: 36px;
}.gdj-ft_soc_h65 svg {
  stroke-linecap: round;
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
}.gdj-ft_soc_h65:hover {
  background: rgba(255, 255, 255, 0.07);
}.gdj-ft_legal_h65 {
  flex: 1;
  overflow-wrap: break-word;
  color: #B0B0A8;
  min-width: 200px;
  line-height: 1.6;
  font-size: 11px;
}.gdj-ft_legal_h65 strong {
  color: #AEAEA6;
  font-weight: 700;
}.gdj-ft_legal_h65 a {
  text-decoration: underline;
  color: #AEAEA6;
}.gdj-ft_age_h65 {
  border-radius: 50%;
  border: 2px solid #B0B0A8;
  flex-shrink: 0;
  font-weight: 800;
  height: 2rem;
  display: flex;
  font-size: 11px;
  color: #B0B0A8;
  width: 32px;
  justify-content: center;
  margin-left: auto;
  align-items: center;
}