*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
  background-color: #0D0F12;
  color: #C4BEB4;
  line-height: 1.6;
  min-height: 100vh;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}a {
  color: inherit;
  text-decoration: none;
}.gym-layout_gai {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.gym-page_gai {
  min-height: 100vh;
  display: flex;
}.gym-main_gai {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media screen and (min-width: 1083px) {.gym-main_gai {
  padding-left: 220px;
}
}
@media screen and (max-width: 1076px) {.gym-main_gai {
  padding-bottom: 72px;
}
}.gym-gc_gai {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  background: #111518;
  flex-shrink: 0;
  width: 140px;
  position: relative;
  cursor: pointer;
}
@media(min-width: 642px) {.gym-gc_gai {
  width: 156px;
}
}
@media(min-width: 1083px) {.gym-gc_gai {
  width: 10.5rem;
}
}.gym-gc_gai:hover {
  border-color: rgba(212, 130, 10, 0.07);
  transform: translateY(-3px);
}.gym-gc_img_gai {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.gym-gc_img_gai img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.gym-gc_hover_gai {
  inset: 0;
  background: rgba(8, 10, 12, 0.72);
  transition: opacity .2s;
  opacity: 0;
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
}.gym-gc_gai:hover .gym-gc_hover_gai {
  opacity: 1;
}.gym-gc_hover_btn_gai {
  background: #D4820A;
  border-radius: 0.25rem;
  padding: 8px 16px;
  color: #F0EDE8;
  font-weight: 700;
  font-size: 12px;
}.gym-gc_info_gai {
  padding: 0.5rem 10px 0.625rem;
}.gym-gc_name_gai {
  overflow: hidden;
  max-width: 100%;
  font-size: 0.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  color: #C4BEB4;
  font-weight: 600;
}.gym-gc_prov_gai {
  color: #827A70;
  font-size: 0.625rem;
}.gym-gc_tag_gai {
  padding: 2px 7px;
  border-radius: 0.25rem;
  left: 6px;
  position: absolute;
  z-index: 2;
  font-size: 9px;
  top: 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .04em;
}.gym-gc_tag_hot_gai {
  background: #E03030;
  color: #fff;
}.gym-gc_tag_new_gai {
  background: #28B85A;
  color: #0D0F12;
}.gym-gc_tag_jp_gai {
  background: #E8A020;
  color: #0D0F12;
}.gym-gc_tag_ex_gai {
  background: #9B4E08;
  color: #fff;
}.gym-gc_tag_live_gai {
  background: #E03030;
  color: #fff;
}.gym-gr_gai {
  background: #0D0F12;
  padding: 2rem 1rem 0;
}
@media(min-width: 770px) {.gym-gr_gai {
  padding: 2.25rem 24px 0;
}
}.gym-gr_in_gai {
  margin: 0 auto;
  max-width: 83.75rem;
}.gym-gr_head_gai {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
}.gym-gr_head_l_gai {
  flex: 1;
  gap: 10px;
  align-items: center;
  min-width: 0;
  display: flex;
}.gym-gr_ic_gai {
  border-radius: 6px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 32px;
  width: 2rem;
  justify-content: center;
}.gym-gr_ic_gai svg {
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
  height: 1rem;
}.gym-gr_title_gai {
  color: #F0EDE8;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 16px;
}
@media(min-width: 766px) {.gym-gr_title_gai {
  font-size: 1.125rem;
}
}.gym-gr_more_gai {
  transition: color .2s;
  gap: 0.313rem;
  align-items: center;
  color: #8C8278;
  font-weight: 600;
  font-size: 0.75rem;
  white-space: nowrap;
  display: flex;
  flex-shrink: 0;
}.gym-gr_more_gai:hover {
  color: #D4820A;
}.gym-gr_more_gai svg {
  height: 0.75rem;
  stroke-linejoin: round;
  width: 0.75rem;
  stroke-linecap: round;
}.gym-gr_arrows_gai {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.gym-gr_arr_gai {
  border-radius: 4px;
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  align-items: center;
  width: 30px;
  justify-content: center;
  height: 30px;
  color: #9A9288;
  display: flex;
}.gym-gr_arr_gai:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0EDE8;
}.gym-gr_arr_gai svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.813rem;
  width: 13px;
}.gym-gr_seo_h_gai {
  margin: 0 0 0.375rem;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  color: #C4BEB4;
  font-size: 13px;
}
@media(min-width: 765px) {.gym-gr_seo_h_gai {
  font-size: 14px;
}
}.gym-gr_seo_gai {
  line-height: 1.55;
  color: #8C8278;
  margin-bottom: 0.75rem;
  max-width: 680px;
  font-size: 12px;
  overflow-wrap: break-word;
}.gym-gr_seo_gai strong {
  font-weight: 600;
  color: #C4BEB4;
}.gym-gr_scroll_gai {
  gap: 10px;
  overflow-x: auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  scrollbar-width: none;
}.gym-gr_scroll_gai::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.gym-gr_scroll_gai {
  gap: 0.75rem;
}
}.gym-tb_gai {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0D0F12;
  right: 0;
  align-items: center;
  top: 0;
  position: fixed;
  z-index: 80;
  left: 0;
  height: 3.5rem;
  display: flex;
}.gym-tb_in_gai {
  padding: 0 0.875rem;
  gap: 0;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}.gym-tb_burger_gai {
  border-radius: 6px;
  gap: 0.313rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
  height: 2.375rem;
  width: 2.375rem;
  flex-direction: column;
}.gym-tb_burger_gai:hover {
  background: rgba(255, 255, 255, 0.05);
}.gym-tb_burger_line_gai {
  background: #9A9288;
  border-radius: 1px;
  width: 1.125rem;
  height: 2px;
  display: block;
}
@media(min-width: 1081px) {.gym-tb_burger_gai {
  display: none;
}
}.gym-tb_logo_gai {
  gap: 9px;
  font-weight: 800;
  letter-spacing: -.01em;
  margin-right: 20px;
  overflow-wrap: break-word;
  flex-shrink: 0;
  align-items: center;
  font-size: 1.125rem;
  display: flex;
  color: #F0EDE8;
}.gym-tb_logo_mark_gai {
  overflow: hidden;
  border-radius: 6px;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
}.gym-tb_logo_mark_gai img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.gym-tb_nav_gai {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 637px) {.gym-tb_nav_gai {
  display: flex;
}
}.gym-tb_tab_gai {
  transition: background .15s,color .15s;
  padding: 8px 0.875rem;
  border-radius: 0.375rem;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #9A9288;
  font-weight: 600;
}.gym-tb_tab_gai:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EDE8;
}.gym-tb_tab_gai.gym-state_active_gai {
  background: rgba(212, 130, 10, 0.18);
  color: #F0EDE8;
}.gym-tb_right_gai {
  gap: 0.5rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-left: auto;
}.gym-tb_login_gai {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,color .2s;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 16px;
  font-weight: 600;
  color: #C4BEB4;
  display: none;
  font-size: 0.813rem;
}.gym-tb_login_gai:hover {
  border-color: rgba(212, 130, 10, 0.55);
  color: #F0EDE8;
}
@media(min-width: 479px) {.gym-tb_login_gai {
  display: block;
}
}.gym-tb_reg_gai {
  padding: 9px 1.125rem;
  transition: background .2s;
  border-radius: 6px;
  background: #28B85A;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #0D0F12;
  font-weight: 700;
}.gym-tb_reg_gai:hover {
  background: #32D068;
}.gym-sb_gai {
  transform: translateX(-100%);
  transition: transform .25s ease;
  background: #161A1F;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 70;
  left: 0;
  overflow-y: auto;
  bottom: 0;
  position: fixed;
  width: 220px;
  top: 3.5rem;
}.gym-sb_gai.gym-state_open_gai {
  transform: translateX(0);
}.gym-sb_gai::-webkit-scrollbar {
  width: 4px;
}.gym-sb_gai::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width:1080px) {.gym-sb_gai {
  transform: translateX(0);
}
}.gym-sb_auth_gai {
  padding: 0.875rem 0.75rem 0.625rem;
}.gym-sb_btn_reg_gai {
  transition: background .2s;
  padding: 11px;
  border-radius: 0.375rem;
  background: #28B85A;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-align: center;
  display: block;
  color: #0D0F12;
  font-size: 13px;
}.gym-sb_btn_reg_gai:hover {
  background: #32D068;
}.gym-sb_btn_login_gai {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border-radius: 0.375rem;
  font-size: 0.813rem;
  font-weight: 600;
  display: block;
  color: #C4BEB4;
  text-align: center;
}.gym-sb_btn_login_gai:hover {
  border-color: rgba(212, 130, 10, 0.55);
  color: #F0EDE8;
}.gym-sb_promo_gai {
  border: 1px solid rgba(212, 130, 10, 0.18);
  margin: 0 0.75rem 0.625rem;
  padding: 12px 14px;
  overflow: hidden;
  background: linear-gradient(135deg,#1A1008,#161A1F);
  border-radius: 0.375rem;
  position: relative;
}.gym-sb_promo_gai::before {
  background: radial-gradient(circle,rgba(212, 130, 10, 0.18),transparent 70%);
  border-radius: 50%;
  right: -1.25rem;
  height: 5rem;
  width: 5rem;
  position: absolute;
  top: -1.25rem;
  content: '';
}.gym-sb_promo_title_gai {
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #D4820A;
  font-weight: 700;
  margin-bottom: 0.25rem;
  letter-spacing: .06em;
}.gym-sb_promo_text_gai {
  line-height: 1.35;
  font-weight: 600;
  overflow-wrap: break-word;
  color: #F0EDE8;
  font-size: 0.75rem;
}.gym-sb_promo_sub_gai {
  margin-top: 3px;
  font-size: 0.625rem;
  color: #8C8278;
}.gym-sb_nav_gai {
  padding: 6px 8px 1rem;
}.gym-sb_nav_lb_gai {
  padding: 0.625rem 8px 6px;
  letter-spacing: .08em;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #827A70;
}.gym-sb_link_gai {
  gap: 0.625rem;
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  padding: 0.563rem 0.625rem;
  display: flex;
  color: #9A9288;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  align-items: center;
  overflow-wrap: break-word;
}.gym-sb_link_gai:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EDE8;
}.gym-sb_link_gai.gym-state_active_gai {
  background: rgba(212, 130, 10, 0.18);
  color: #F0EDE8;
}.gym-sb_ic_gai {
  border-radius: 0.25rem;
  height: 30px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  width: 1.875rem;
  justify-content: center;
}.gym-sb_ic_gai svg {
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
}.gym-sb_ic_1_gai {
  background: rgba(212, 130, 10, 0.07);
  color: #D4820A;
}.gym-sb_ic_2_gai {
  background: rgba(40, 184, 90, 0.16);
  color: #28B85A;
}.gym-sb_ic_3_gai {
  background: rgba(232, 160, 32, 0.16);
  color: #E8A020;
}.gym-sb_ic_4_gai {
  background: rgba(155, 78, 8, 0.22);
  color: #9B4E08;
}.gym-sb_ic_5_gai {
  background: rgba(212, 130, 10, 0.07);
  color: #E8357A;
}.gym-sb_ic_6_gai {
  background: rgba(155, 78, 8, 0.22);
  color: #8B35E8;
}.gym-sb_badge_gai {
  background: #E8A020;
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  margin-left: auto;
  color: #0D0F12;
  font-weight: 700;
  font-size: 9px;
}.gym-sb_bot_gai {
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  display: flex;
}.gym-sb_lang_gai,.gym-sb_help_gai {
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  padding: 0.563rem 0.375rem;
  gap: 0.375rem;
  border-radius: 4px;
  color: #9A9288;
  font-size: 11px;
  display: flex;
  justify-content: center;
  font-weight: 600;
  align-items: center;
}.gym-sb_lang_gai:hover,.gym-sb_help_gai:hover {
  border-color: rgba(212, 130, 10, 0.55);
  color: #F0EDE8;
}.gym-sb_lang_gai svg,.gym-sb_help_gai svg {
  stroke-linejoin: round;
  height: 0.813rem;
  stroke-linecap: round;
  width: 13px;
}.gym-sb_bd_gai {
  inset: 0;
  background: rgba(8, 10, 12, 0.72);
  position: fixed;
  display: none;
  z-index: 69;
}.gym-sb_bd_gai.gym-state_on_gai {
  display: block;
}
@media(min-width: 1081px) {.gym-sb_bd_gai {
  display: none!important;
}
}.gym-mob_nav_gai {
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  background: #161A1F;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  bottom: 0;
  display: flex;
  left: 0;
  z-index: 80;
  right: 0;
  position: fixed;
}
@media(min-width: 1077px) {.gym-mob_nav_gai {
  display: none;
}
}.gym-mob_nav_item_gai {
  padding: 4px 2px;
  flex: 1;
  gap: 0.25rem;
  flex-direction: column;
  display: flex;
  color: #827A70;
  align-items: center;
  cursor: pointer;
}.gym-mob_nav_ic_gai {
  line-height: 1;
}.gym-mob_nav_ic_gai svg {
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
  width: 1.25rem;
}.gym-mob_nav_lb_gai {
  font-size: 10px;
  font-weight: 600;
  color: #827A70;
}.gym-mob_nav_item_gai.gym-state_active_gai {
  color: #D4820A;
}.gym-mob_nav_item_gai.gym-state_active_gai .gym-mob_nav_lb_gai {
  color: #D4820A;
}.gym-hero_gai {
  padding: 1.25rem 16px 0;
  background: #0D0F12;
}
@media(min-width: 765px) {.gym-hero_gai {
  padding: 24px 1.5rem 0;
}
}.gym-hero_in_gai {
  margin: 0 auto;
  gap: 12px;
  max-width: 1340px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.gym-hero_in_gai {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.gym-hero_in_gai {
  grid-template-columns: 1fr 340px;
}
}.gym-hero_promo_gai {
  background: #111518;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  min-height: 220px;
  align-items: stretch;
}
@media(min-width: 771px) {.gym-hero_promo_gai {
  min-height: 280px;
}
}.gym-hero_promo_bg_gai {
  inset: 0;
  background: linear-gradient(120deg,#1A1008 0%,#0D0F12 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.gym-hero_promo_bg_gai::after {
  background: linear-gradient(90deg,#0D0F12 0%,rgba(8, 10, 12, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.gym-hero_promo_glow_gai {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(155, 78, 8, 0.22) 0%,transparent 65%);
  pointer-events: none;
  right: 60px;
  top: -2.5rem;
  position: absolute;
  width: 300px;
  height: 300px;
}.gym-hero_promo_ct_gai {
  padding: 28px 24px 28px 28px;
  display: flex;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  max-width: 30rem;
  position: relative;
}
@media(min-width: 771px) {.gym-hero_promo_ct_gai {
  padding: 2.5rem 32px;
}
}.gym-hero_badge_gai {
  padding: 0.313rem 12px;
  border: 1px solid rgba(212, 130, 10, 0.07);
  border-radius: 20px;
  background: rgba(212, 130, 10, 0.18);
  display: inline-block;
  margin-bottom: 0.875rem;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #D4820A;
  letter-spacing: .08em;
}.gym-hero_h1_gai {
  color: #F0EDE8;
  line-height: 1.15;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.625rem;
}.gym-hero_h1_gai em {
  font-style: normal;
  color: #E8A020;
}
@media(min-width: 767px) {.gym-hero_h1_gai {
  font-size: 2.25rem;
}
}.gym-hero_sub_gai {
  line-height: 1.55;
  margin-bottom: 20px;
  font-size: 13px;
  color: #9A9288;
}
@media(min-width: 770px) {.gym-hero_sub_gai {
  font-size: 0.875rem;
}
}.gym-hero_row_gai {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.gym-hero_cta_gai {
  padding: 13px 1.625rem;
  border-radius: 0.375rem;
  background: #28B85A;
  transition: background .2s;
  font-weight: 700;
  color: #0D0F12;
  font-size: 14px;
  box-shadow: 0 2px 0 0 rgba(18, 110, 46, 0.85), 0 6px 18px 0 rgba(40, 184, 90, 0.30);
}.gym-hero_cta_gai:hover {
  background: #32D068;
}.gym-hero_terms_gai {
  font-size: 0.688rem;
  color: #827A70;
}.gym-hero_game_gai {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #111518;
  position: relative;
  flex-direction: column;
  display: flex;
}.gym-hero_game_badge_gai {
  border: 1px solid rgba(232, 160, 32, 0.16);
  border-radius: 1.25rem;
  background: rgba(232, 160, 32, 0.16);
  padding: 0.313rem 10px;
  top: 12px;
  text-transform: uppercase;
  z-index: 3;
  position: absolute;
  left: 12px;
  color: #E8A020;
  letter-spacing: .06em;
  font-size: 0.625rem;
  font-weight: 700;
}.gym-hero_game_badge_gai svg {
  height: 0.688rem;
  vertical-align: -1px;
  width: 0.688rem;
  margin-right: 4px;
}.gym-hero_game_img_gai {
  overflow: hidden;
  background: linear-gradient(135deg,#1A1008,#0D0F12);
  position: relative;
  padding-bottom: 60%;
}.gym-hero_game_img_gai img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.gym-hero_game_play_gai {
  inset: 0;
  background: rgba(8, 10, 12, 0.72);
  transition: opacity .2s;
  position: absolute;
  display: flex;
  opacity: 0;
  justify-content: center;
  align-items: center;
}.gym-hero_game_gai:hover .gym-hero_game_play_gai {
  opacity: 1;
}.gym-hero_game_play_gai span {
  border-radius: 50%;
  background: #D4820A;
  align-items: center;
  width: 52px;
  height: 3.25rem;
  justify-content: center;
  display: flex;
}.gym-hero_game_play_gai span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 1.125rem;
}.gym-hero_game_info_gai {
  padding: 0.875rem 1rem;
}.gym-hero_game_title_gai {
  color: #F0EDE8;
  margin-bottom: 0.25rem;
  font-size: 15px;
  font-weight: 700;
  overflow-wrap: break-word;
}.gym-hero_game_provider_gai {
  font-size: 11px;
  color: #8C8278;
}.gym-hero_game_btn_gai {
  margin: 0.75rem 16px 1rem;
  background: #D4820A;
  padding: 0.688rem;
  border-radius: 6px;
  transition: background .2s;
  font-size: 0.813rem;
  font-weight: 700;
  color: #F0EDE8;
  text-align: center;
  display: block;
}.gym-hero_game_gai:hover .gym-hero_game_btn_gai {
  background: #E8950D;
}.gym-sbar_gai {
  background: #0D0F12;
  padding: 16px 16px 0;
}
@media(min-width: 769px) {.gym-sbar_gai {
  padding: 18px 24px 0;
}
}.gym-sbar_in_gai {
  margin: 0 auto;
  max-width: 1340px;
}.gym-sbar_row_gai {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.gym-sbar_input_gai {
  padding: 0.688rem 16px;
  border-radius: 0.375rem;
  transition: border-color .2s;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 0.625rem;
  background: #111518;
  cursor: pointer;
  display: flex;
  color: #8C8278;
  font-size: 0.813rem;
  align-items: center;
}.gym-sbar_input_gai:hover {
  border-color: rgba(212, 130, 10, 0.55);
}.gym-sbar_input_gai svg {
  flex-shrink: 0;
  stroke-linejoin: round;
  height: 15px;
  width: 0.938rem;
  stroke-linecap: round;
}.gym-sbar_providers_gai {
  padding: 0.688rem 1.125rem;
  background: #111518;
  transition: border-color .2s;
  border-radius: 6px;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
  display: flex;
  color: #C4BEB4;
  align-items: center;
}.gym-sbar_providers_gai:hover {
  border-color: rgba(212, 130, 10, 0.55);
  color: #F0EDE8;
}.gym-sbar_providers_gai svg {
  width: 0.875rem;
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.gym-sbar_tabs_gai {
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 2px;
  display: flex;
  scrollbar-width: none;
}.gym-sbar_tabs_gai::-webkit-scrollbar {
  display: none;
}.gym-sbar_tab_gai {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 20px;
  gap: 0.438rem;
  padding: 0.5rem 14px;
  align-items: center;
  cursor: pointer;
  font-size: 0.75rem;
  color: #9A9288;
  font-weight: 600;
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
}.gym-sbar_tab_gai:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(212, 130, 10, 0.55);
  color: #F0EDE8;
}.gym-sbar_tab_gai.gym-state_active_gai {
  border-color: rgba(212, 130, 10, 0.07);
  background: rgba(212, 130, 10, 0.18);
  color: #F0EDE8;
}.gym-sbar_tab_ic_gai svg {
  height: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.875rem;
}.gym-wy_gai {
  background: #0D0F12;
  padding: 32px 1rem 0;
}
@media(min-width: 765px) {.gym-wy_gai {
  padding: 40px 24px 0;
}
}.gym-wy_in_gai {
  margin: 0 auto;
  max-width: 83.75rem;
}.gym-wy_head_gai {
  margin-bottom: 1.125rem;
  max-width: 720px;
}.gym-wy_label_gai {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  color: #D4820A;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.gym-wy_h2_gai {
  font-size: 20px;
  font-weight: 800;
  color: #F0EDE8;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 770px) {.gym-wy_h2_gai {
  font-size: 1.5rem;
}
}.gym-wy_intro_gai {
  margin: 0;
  color: #8C8278;
  line-height: 1.6;
  font-size: 0.813rem;
}.gym-wy_grid_gai {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.gym-wy_grid_gai {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.gym-wy_grid_gai {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.gym-wy_card_gai {
  border-radius: 0.375rem;
  background: #161A1F;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
}.gym-wy_card_gai:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 130, 10, 0.07);
}.gym-wy_card_ic_gai {
  background: rgba(212, 130, 10, 0.18);
  border-radius: 50%;
  color: #D4820A;
  display: flex;
  margin-bottom: 14px;
  height: 2.75rem;
  align-items: center;
  width: 2.75rem;
  justify-content: center;
}.gym-wy_card_ic_gai svg {
  width: 22px;
  stroke-linecap: round;
  height: 1.375rem;
  stroke-linejoin: round;
}.gym-wy_card_h_gai {
  font-size: 15px;
  line-height: 1.25;
  color: #F0EDE8;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.gym-wy_card_p_gai {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #8C8278;
}.gym-wy_card_p_gai strong {
  color: #C4BEB4;
  font-weight: 600;
}.gym-gcg_gai {
  padding: 2.25rem 1rem 0;
  background: #0D0F12;
}
@media(min-width: 767px) {.gym-gcg_gai {
  padding: 44px 1.5rem 0;
}
}.gym-gcg_in_gai {
  margin: 0 auto;
  max-width: 83.75rem;
}.gym-gcg_head_gai {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.gym-gcg_label_gai {
  color: #D4820A;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}.gym-gcg_h2_gai {
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0EDE8;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.375rem;
}
@media(min-width: 767px) {.gym-gcg_h2_gai {
  font-size: 28px;
}
}.gym-gcg_intro_gai {
  line-height: 1.6;
  font-size: 13px;
  color: #8C8278;
}.gym-gcg_grid_gai {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.gym-gcg_grid_gai {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.gym-gcg_grid_gai {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.gym-gcg_card_gai {
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border-radius: 0.625rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  min-height: 240px;
  cursor: pointer;
  position: relative;
}.gym-gcg_card_gai:hover {
  border-color: rgba(212, 130, 10, 0.18);
  transform: translateY(-3px);
}.gym-gcg_card_bg_gai {
  inset: 0;
  position: absolute;
  z-index: 0;
}.gym-gcg_card_bg_gai::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.gym-gcg_card_ic_gai {
  background: rgba(0,0,0,.45);
  border-radius: 4px;
  color: #F0EDE8;
  position: absolute;
  display: flex;
  width: 2.5rem;
  z-index: 2;
  align-items: center;
  height: 40px;
  justify-content: center;
  top: 18px;
  right: 18px;
}.gym-gcg_card_ic_gai svg {
  height: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 20px;
}.gym-gcg_card_ct_gai {
  z-index: 1;
  position: relative;
}.gym-gcg_card_h_gai {
  margin-bottom: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0EDE8;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media(min-width:768px) {.gym-gcg_card_h_gai {
  font-size: 20px;
}
}.gym-gcg_card_p_gai {
  color: rgba(255,255,255,.82);
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  margin-bottom: 10px;
}.gym-gcg_card_p_gai strong {
  color: #F0EDE8;
  font-weight: 600;
}.gym-gcg_card_cta_gai {
  gap: 0.25rem;
  display: inline-flex;
  font-size: 12px;
  text-transform: uppercase;
  align-items: center;
  color: #D4820A;
  letter-spacing: .04em;
  font-weight: 700;
}.gym-gcg_card_cta_gai svg {
  stroke-linecap: round;
  width: 0.75rem;
  height: 12px;
  stroke-linejoin: round;
}.gym-ws_gai {
  padding: 2rem 1rem 0;
  background: #0D0F12;
}
@media(min-width: 769px) {.gym-ws_gai {
  padding: 2.25rem 1.5rem 0;
}
}.gym-ws_in_gai {
  margin: 0 auto;
  max-width: 1340px;
}.gym-ws_head_gai {
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  flex-wrap: wrap;
  display: flex;
}.gym-ws_title_gai {
  gap: 10px;
  font-weight: 700;
  display: flex;
  color: #F0EDE8;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
}.gym-ws_title_ic_gai svg {
  height: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 18px;
  color: #E8A020;
}.gym-ws_online_gai {
  gap: 0.438rem;
  font-size: 12px;
  color: #8C8278;
  font-weight: 600;
  align-items: center;
  display: flex;
}.gym-ws_online_dot_gai {
  background: #28B85A;
  border-radius: 50%;
  width: 0.5rem;
  box-shadow: 0 0 6px rgba(40, 184, 90, 0.16);
  flex-shrink: 0;
  height: 8px;
}.gym-ws_scroll_gai {
  gap: 8px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 8px;
}.gym-ws_scroll_gai::-webkit-scrollbar {
  display: none;
}.gym-wc_gai {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #111518;
  padding: 0.625rem 0.875rem;
  border-radius: 6px;
  gap: 0.625rem;
  display: flex;
  flex-shrink: 0;
  min-width: 13.75rem;
  align-items: center;
}.gym-wc_img_gai {
  border-radius: 4px;
  background: #161A1F;
  overflow: hidden;
  flex-shrink: 0;
  height: 36px;
  width: 36px;
}.gym-wc_img_gai img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.gym-wc_info_gai {
  min-width: 0;
}.gym-wc_game_gai {
  overflow: hidden;
  white-space: nowrap;
  color: #C4BEB4;
  font-weight: 600;
  font-size: 0.75rem;
  text-overflow: ellipsis;
}.gym-wc_player_gai {
  overflow: hidden;
  color: #827A70;
  text-overflow: ellipsis;
  font-size: 0.625rem;
  white-space: nowrap;
}.gym-wc_amount_gai {
  flex-shrink: 0;
  color: #28B85A;
  font-size: 13px;
  margin-left: auto;
  white-space: nowrap;
  font-weight: 700;
}.gym-prov_gai {
  background: #0D0F12;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.gym-prov_gai {
  padding: 44px 24px 0;
}
}.gym-prov_in_gai {
  margin: 0 auto;
  max-width: 1340px;
}.gym-prov_head_gai {
  margin-bottom: 1rem;
}.gym-prov_label_gai {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.5rem;
  color: #D4820A;
}.gym-prov_h2_gai {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.5rem;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F0EDE8;
  font-weight: 800;
}
@media(min-width: 770px) {.gym-prov_h2_gai {
  font-size: 1.5rem;
}
}.gym-prov_seo_gai {
  line-height: 1.6;
  overflow-wrap: break-word;
  margin-bottom: 1rem;
  font-size: 13px;
  max-width: 38.75rem;
  color: #8C8278;
}.gym-prov_seo_gai strong {
  font-weight: 700;
  color: #C4BEB4;
}.gym-prov_seo_gai a {
  text-decoration: underline;
  color: #D4820A;
}.gym-prov_grid_gai {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.gym-prov_grid_gai {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.gym-prov_grid_gai {
  grid-template-columns: repeat(8,1fr);
}
}.gym-prov_card_gai {
  padding: 14px 10px;
  gap: 7px;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #111518;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}.gym-prov_card_gai:hover {
  background: #161A1F;
  border-color: rgba(212, 130, 10, 0.55);
}.gym-prov_logo_gai {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
}.gym-prov_logo_gai img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.gym-prov_name_gai {
  color: #9A9288;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  overflow-wrap: break-word;
}.gym-bon_gai {
  background: #0D0F12;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.gym-bon_gai {
  padding: 2.75rem 24px 0;
}
}.gym-bon_in_gai {
  margin: 0 auto;
  max-width: 83.75rem;
}.gym-bon_head_gai {
  margin-bottom: 20px;
}.gym-bon_label_gai {
  color: #D4820A;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 11px;
}.gym-bon_h2_gai {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 8px;
  color: #F0EDE8;
}
@media(min-width: 766px) {.gym-bon_h2_gai {
  font-size: 24px;
}
}.gym-bon_seo_gai {
  font-size: 13px;
  color: #8C8278;
  max-width: 620px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.gym-bon_seo_gai strong {
  color: #C4BEB4;
  font-weight: 700;
}.gym-bon_seo_gai a {
  text-decoration: underline;
  color: #D4820A;
}.gym-bon_grid_gai {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.gym-bon_grid_gai {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.gym-bon_grid_gai {
  grid-template-columns: repeat(5,1fr);
}
}.gym-bon_card_gai {
  transition: border-color .2s,transform .2s;
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #111518;
  padding: 1rem;
}.gym-bon_card_gai:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 130, 10, 0.07);
}.gym-bon_card_ic_gai svg {
  stroke-linecap: round;
  height: 1.625rem;
  stroke-linejoin: round;
  width: 26px;
}.gym-bon_card_ic_gai {
  margin-bottom: 0.625rem;
}.gym-bon_card_type_gai {
  letter-spacing: .06em;
  font-weight: 700;
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
  color: #8C8278;
  text-transform: uppercase;
}.gym-bon_card_amount_gai {
  margin-bottom: 0.375rem;
  line-height: 1.1;
  font-weight: 800;
  font-size: 1.125rem;
  color: #E8A020;
}.gym-bon_card_name_gai {
  color: #F0EDE8;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 13px;
}.gym-bon_card_detail_gai {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 8px;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #827A70;
}.gym-app_gai {
  background: #0D0F12;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.gym-app_gai {
  padding: 2.75rem 1.5rem 0;
}
}.gym-app_in_gai {
  margin: 0 auto;
  max-width: 83.75rem;
}.gym-app_head_gai {
  margin-bottom: 1rem;
}.gym-app_label_gai {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #D4820A;
  text-transform: uppercase;
}.gym-app_h2_gai {
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0EDE8;
  margin-bottom: 6px;
}
@media(min-width:768px) {.gym-app_h2_gai {
  font-size: 24px;
}
}.gym-app_sub_gai {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #8C8278;
  max-width: 600px;
  font-size: 13px;
}.gym-app_sub_gai strong {
  color: #C4BEB4;
  font-weight: 700;
}.gym-app_cards_gai {
  gap: 10px;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.gym-app_cards_gai {
  grid-template-columns: repeat(3,1fr);
}
}.gym-app_card_gai {
  overflow: hidden;
  padding: 20px;
  border-radius: 6px;
  gap: 1rem;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}.gym-app_card_ios_gai {
  background: linear-gradient(135deg,rgba(212, 130, 10, 0.18) 0%,#161A1F 100%);
}.gym-app_card_android_gai {
  background: linear-gradient(135deg,rgba(40, 184, 90, 0.16) 0%,#161A1F 100%);
}.gym-app_card_win_gai {
  background: linear-gradient(135deg,rgba(232, 160, 32, 0.16) 0%,#161A1F 100%);
}.gym-app_card_ic_gai svg {
  stroke-linejoin: round;
  height: 2.125rem;
  stroke-linecap: round;
  width: 2.125rem;
}.gym-app_card_ic_gai {
  flex-shrink: 0;
  color: #F0EDE8;
}.gym-app_card_os_gai {
  letter-spacing: .08em;
  color: #8C8278;
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
}.gym-app_card_title_gai {
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #F0EDE8;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}.gym-app_card_text_gai {
  color: #8C8278;
  line-height: 1.5;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 12px;
}.gym-app_card_btn_gai {
  padding: 10px 1.125rem;
  border: 1px solid rgba(212, 130, 10, 0.55);
  gap: 7px;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  color: #F0EDE8;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
}.gym-app_card_btn_gai:hover {
  background: rgba(255, 255, 255, 0.07);
}.gym-reg_gai {
  padding: 2.25rem 1rem 0;
  background: #0D0F12;
}
@media(min-width: 769px) {.gym-reg_gai {
  padding: 44px 1.5rem 0;
}
}.gym-reg_in_gai {
  margin: 0 auto;
  background: #161A1F;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 28px 1.5rem;
  max-width: 83.75rem;
}
@media(min-width: 770px) {.gym-reg_in_gai {
  padding: 2.5rem;
}
}.gym-reg_top_gai {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.gym-reg_top_gai {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.gym-reg_label_gai {
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #D4820A;
}.gym-reg_h2_gai {
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.2;
  font-size: 22px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F0EDE8;
  margin-bottom: 12px;
}
@media(min-width: 766px) {.gym-reg_h2_gai {
  font-size: 1.75rem;
}
}.gym-reg_bonus_gai {
  padding: 10px 16px;
  gap: 8px;
  border-radius: 6px;
  border: 1px solid rgba(232, 160, 32, 0.16);
  background: rgba(232, 160, 32, 0.16);
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
}.gym-reg_bonus_amount_gai {
  font-weight: 800;
  color: #E8A020;
  font-size: 20px;
}.gym-reg_bonus_text_gai {
  line-height: 1.35;
  color: #9A9288;
  font-size: 13px;
}.gym-reg_cta_btn_gai {
  background: #28B85A;
  padding: 0.875rem 2rem;
  transition: background .2s;
  border-radius: 0.375rem;
  font-size: 0.938rem;
  color: #0D0F12;
  display: inline-block;
  box-shadow: 0 2px 0 0 rgba(18, 110, 46, 0.85), 0 6px 18px 0 rgba(40, 184, 90, 0.30);
  font-weight: 700;
  margin-bottom: 12px;
}.gym-reg_cta_btn_gai:hover {
  background: #32D068;
}.gym-reg_terms_gai {
  color: #827A70;
  line-height: 1.5;
  font-size: 11px;
}.gym-reg_seo_gai {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  color: #8C8278;
  overflow-wrap: break-word;
  padding-top: 20px;
  font-size: 13px;
  margin-top: 20px;
}.gym-reg_seo_gai p {
  color: #8C8278;
  line-height: 1.65;
  font-size: 0.813rem;
  margin-bottom: 10px;
}.gym-reg_seo_gai p:last-child {
  margin-bottom: 0;
}.gym-reg_seo_gai strong {
  font-weight: 700;
  color: #C4BEB4;
}.gym-reg_seo_gai a {
  transition: color .2s;
  color: #D4820A;
  text-decoration: underline;
}.gym-reg_seo_gai a:hover {
  color: #E8950D;
}.gym-reg_seo_gai ul,.gym-reg_seo_gai ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.gym-reg_seo_gai ol {
  list-style: decimal;
}.gym-reg_seo_gai li {
  color: #8C8278;
  font-size: 0.813rem;
  line-height: 1.65;
  margin-bottom: 4px;
}.gym-reg_seo_gai table {
  font-size: 0.813rem;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  margin-bottom: 0.625rem;
}
@media(min-width: 766px) {.gym-reg_seo_gai table {
  display: table;
}
}.gym-reg_seo_gai th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  text-align: left;
  color: #C4BEB4;
  font-weight: 700;
}.gym-reg_seo_gai td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8C8278;
}.gym-reg_steps_gai {
  gap: 0.875rem;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width: 861px) {.gym-reg_steps_gai {
  margin-top: 0;
}
}.gym-reg_step_gai {
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  padding: 1rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.gym-reg_step_num_gai {
  border-radius: 50%;
  background: rgba(212, 130, 10, 0.18);
  border: 1px solid rgba(212, 130, 10, 0.07);
  flex-shrink: 0;
  display: flex;
  font-size: 0.875rem;
  height: 2.125rem;
  width: 34px;
  font-weight: 800;
  color: #D4820A;
  align-items: center;
  justify-content: center;
}.gym-reg_step_title_gai {
  font-weight: 700;
  margin-bottom: 3px;
  color: #F0EDE8;
  font-size: 0.875rem;
}.gym-reg_step_text_gai {
  color: #8C8278;
  line-height: 1.5;
  font-size: 12px;
}.gym-reg_trust_gai {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  padding-top: 20px;
  display: flex;
}.gym-reg_trust_item_gai {
  gap: 7px;
  align-items: center;
  color: #8C8278;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  display: flex;
}.gym-reg_trust_ic_gai svg {
  color: #D4820A;
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
  height: 1rem;
}.gym-seo_gai {
  padding: 36px 16px 0;
  background: #0D0F12;
}
@media(min-width: 767px) {.gym-seo_gai {
  padding: 2.75rem 1.5rem 0;
}
}.gym-seo_in_gai {
  padding: 1.75rem 24px;
  margin: 0 auto;
  background: #161A1F;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.gym-seo_in_gai {
  padding: 36px 40px;
}
}.gym-seo_label_gai {
  letter-spacing: .08em;
  color: #D4820A;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.gym-seo_h2_gai {
  margin-bottom: 14px;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0EDE8;
}
@media(min-width: 771px) {.gym-seo_h2_gai {
  font-size: 24px;
}
}.gym-seo_body_gai {
  color: #9A9288;
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.75;
}.gym-seo_body_gai p {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 12px;
  color: #9A9288;
}.gym-seo_body_gai p:last-child {
  margin-bottom: 0;
}.gym-seo_body_gai strong {
  color: #C4BEB4;
  font-weight: 700;
}.gym-seo_body_gai a {
  transition: color .2s;
  text-decoration: underline;
  color: #D4820A;
}.gym-seo_body_gai a:hover {
  color: #E8950D;
}.gym-seo_body_gai ul,.gym-seo_body_gai ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.gym-seo_body_gai ol {
  list-style: decimal;
}.gym-seo_body_gai li {
  line-height: 1.75;
  color: #9A9288;
  margin-bottom: 6px;
  font-size: 14px;
}.gym-seo_body_gai table {
  margin-bottom: 0.75rem;
  width: 100%;
  font-size: 0.813rem;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 769px) {.gym-seo_body_gai table {
  display: table;
}
}.gym-seo_body_gai th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C4BEB4;
}.gym-seo_body_gai td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #9A9288;
}.gym-seo_cols_gai {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.gym-seo_cols_gai {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.gym-seo_cols_gai {
  grid-template-columns: repeat(3,1fr);
}
}.gym-seo_col_h_gai {
  color: #C4BEB4;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.gym-seo_col_p_gai {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #8C8278;
  overflow-wrap: break-word;
}.gym-seo_stats_gai {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.gym-seo_stat_gai {
  border-radius: 6px;
  background: rgba(212, 130, 10, 0.07);
  padding: 0.875rem 1rem;
  border: 1px solid rgba(212, 130, 10, 0.18);
  flex: 1;
  min-width: 140px;
}.gym-seo_stat_val_gai {
  color: #D4820A;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 800;
  font-size: 1.25rem;
}.gym-seo_stat_lb_gai {
  color: #8C8278;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.gym-seo_gai {
  background: #0D0F12;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.gym-seo_gai {
  padding: 2.75rem 1.5rem 0;
}
}.gym-seo_in_gai {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  padding: 28px 1.5rem;
  background: #161A1F;
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 765px) {.gym-seo_in_gai {
  padding: 36px 40px;
}
}.gym-seo_label_gai {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #D4820A;
  letter-spacing: .08em;
  font-weight: 700;
}.gym-seo_h2_gai {
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  color: #F0EDE8;
  line-height: 1.25;
}
@media(min-width: 766px) {.gym-seo_h2_gai {
  font-size: 1.5rem;
}
}.gym-seo_body_gai {
  color: #9A9288;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.gym-seo_body_gai p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #9A9288;
}.gym-seo_body_gai p:last-child {
  margin-bottom: 0;
}.gym-seo_body_gai strong {
  color: #C4BEB4;
  font-weight: 700;
}.gym-seo_body_gai a {
  transition: color .2s;
  text-decoration: underline;
  color: #D4820A;
}.gym-seo_body_gai a:hover {
  color: #E8950D;
}.gym-seo_body_gai ul,.gym-seo_body_gai ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.gym-seo_body_gai ol {
  list-style: decimal;
}.gym-seo_body_gai li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #9A9288;
}.gym-seo_body_gai table {
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 12px;
  font-size: 0.813rem;
  display: block;
  width: 100%;
}
@media(min-width: 767px) {.gym-seo_body_gai table {
  display: table;
}
}.gym-seo_body_gai th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #C4BEB4;
  text-align: left;
  font-weight: 700;
}.gym-seo_body_gai td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #9A9288;
}.gym-seo_cols_gai {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width:640px) {.gym-seo_cols_gai {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.gym-seo_cols_gai {
  grid-template-columns: repeat(3,1fr);
}
}.gym-seo_col_h_gai {
  font-size: 0.813rem;
  margin-bottom: 7px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C4BEB4;
}.gym-seo_col_p_gai {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #8C8278;
  overflow-wrap: break-word;
}.gym-seo_stats_gai {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.gym-seo_stat_gai {
  padding: 0.875rem 16px;
  flex: 1;
  border-radius: 6px;
  border: 1px solid rgba(212, 130, 10, 0.18);
  background: rgba(212, 130, 10, 0.07);
  min-width: 8.75rem;
}.gym-seo_stat_val_gai {
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  color: #D4820A;
  overflow-wrap: break-word;
}.gym-seo_stat_lb_gai {
  font-size: 11px;
  color: #8C8278;
  overflow-wrap: break-word;
}.gym-seo_gai {
  background: #0D0F12;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.gym-seo_gai {
  padding: 2.75rem 1.5rem 0;
}
}.gym-seo_in_gai {
  margin: 0 auto;
  border-radius: 0.625rem;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #161A1F;
  max-width: 1340px;
}
@media(min-width: 771px) {.gym-seo_in_gai {
  padding: 2.25rem 40px;
}
}.gym-seo_label_gai {
  margin-bottom: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #D4820A;
  font-size: 11px;
  text-transform: uppercase;
}.gym-seo_h2_gai {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F0EDE8;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.875rem;
  font-weight: 800;
  line-height: 1.25;
}
@media(min-width: 770px) {.gym-seo_h2_gai {
  font-size: 1.5rem;
}
}.gym-seo_body_gai {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
  color: #9A9288;
}.gym-seo_body_gai p {
  color: #9A9288;
  margin-bottom: 0.75rem;
  font-size: 14px;
  line-height: 1.75;
}.gym-seo_body_gai p:last-child {
  margin-bottom: 0;
}.gym-seo_body_gai strong {
  font-weight: 700;
  color: #C4BEB4;
}.gym-seo_body_gai a {
  transition: color .2s;
  color: #D4820A;
  text-decoration: underline;
}.gym-seo_body_gai a:hover {
  color: #E8950D;
}.gym-seo_body_gai ul,.gym-seo_body_gai ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.gym-seo_body_gai ol {
  list-style: decimal;
}.gym-seo_body_gai li {
  font-size: 14px;
  color: #9A9288;
  margin-bottom: 6px;
  line-height: 1.75;
}.gym-seo_body_gai table {
  margin-bottom: 12px;
  display: block;
  border-collapse: collapse;
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 769px) {.gym-seo_body_gai table {
  display: table;
}
}.gym-seo_body_gai th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  color: #C4BEB4;
  text-align: left;
}.gym-seo_body_gai td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A9288;
}.gym-seo_cols_gai {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.gym-seo_cols_gai {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.gym-seo_cols_gai {
  grid-template-columns: repeat(3,1fr);
}
}.gym-seo_col_h_gai {
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #C4BEB4;
  font-weight: 700;
}.gym-seo_col_p_gai {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #8C8278;
}.gym-seo_stats_gai {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.gym-seo_stat_gai {
  background: rgba(212, 130, 10, 0.07);
  padding: 14px 16px;
  border-radius: 6px;
  flex: 1;
  border: 1px solid rgba(212, 130, 10, 0.18);
  min-width: 140px;
}.gym-seo_stat_val_gai {
  color: #D4820A;
  font-weight: 800;
  margin-bottom: 4px;
  font-size: 20px;
  overflow-wrap: break-word;
}.gym-seo_stat_lb_gai {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #8C8278;
}.gym-faq_gai {
  background: #0D0F12;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.gym-faq_gai {
  padding: 44px 1.5rem 0;
}
}.gym-faq_in_gai {
  margin: 0 auto;
  max-width: 83.75rem;
}.gym-faq_head_gai {
  margin-bottom: 20px;
}.gym-faq_label_gai {
  margin-bottom: 0.5rem;
  color: #D4820A;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
}.gym-faq_h2_gai {
  font-size: 20px;
  color: #F0EDE8;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
}
@media(min-width: 766px) {.gym-faq_h2_gai {
  font-size: 24px;
}
}.gym-faq_list_gai {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.gym-faq_item_gai {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.375rem;
  overflow: hidden;
  background: #161A1F;
}.gym-faq_q_gai {
  padding: 1rem 1.25rem;
  gap: 0.75rem;
  transition: color .2s;
  display: flex;
  color: #C4BEB4;
  overflow-wrap: break-word;
  font-weight: 600;
  justify-content: space-between;
  font-size: 0.875rem;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}.gym-faq_q_gai:hover {
  color: #F0EDE8;
}.gym-faq_q_ic_gai {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  font-size: 16px;
  align-items: center;
  height: 1.5rem;
  color: #D4820A;
  display: flex;
  width: 24px;
  flex-shrink: 0;
  justify-content: center;
}.gym-faq_item_gai.gym-state_open_gai .gym-faq_q_ic_gai {
  transform: rotate(45deg);
}.gym-faq_a_gai {
  padding: 0 1.25rem 16px;
  line-height: 1.7;
  overflow-wrap: break-word;
  color: #8C8278;
  font-size: 13px;
  display: none;
}.gym-faq_item_gai.gym-state_open_gai .gym-faq_a_gai {
  display: block;
}.gym-faq_a_gai strong {
  font-weight: 700;
  color: #C4BEB4;
}.gym-faq_a_gai a {
  text-decoration: underline;
  color: #D4820A;
}.gym-faq_a_gai ul,.gym-faq_a_gai ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.gym-faq_a_gai ol {
  list-style: decimal;
}.gym-faq_a_gai li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.gym-faq_a_gai table {
  margin: 8px 0;
  font-size: 0.75rem;
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}
@media(min-width: 770px) {.gym-faq_a_gai table {
  display: table;
}
}.gym-faq_a_gai th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C4BEB4;
  text-align: left;
  font-weight: 700;
}.gym-faq_a_gai td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8C8278;
}.gym-ft_gai {
  background: #080A0C;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.gym-ft_support_gai {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 1rem;
}
@media(min-width: 766px) {.gym-ft_support_gai {
  padding: 28px 1.5rem;
}
}.gym-ft_support_in_gai {
  gap: 1rem;
  margin: 0 auto;
  max-width: 83.75rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.gym-ft_support_main_gai {
  gap: 16px;
  flex: 1;
  min-width: 13.75rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.gym-ft_support_ic_gai {
  color: #D4820A;
  flex-shrink: 0;
}.gym-ft_support_ic_gai svg {
  width: 30px;
  height: 1.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.gym-ft_support_text_title_gai {
  font-weight: 700;
  font-size: 15px;
  color: #F0EDE8;
  overflow-wrap: break-word;
  margin-bottom: 3px;
}.gym-ft_support_text_sub_gai {
  color: #8C8278;
  font-size: 12px;
  overflow-wrap: break-word;
}.gym-ft_support_btn_gai {
  border-radius: 6px;
  background: #D4820A;
  padding: 0.688rem 22px;
  transition: background .2s;
  color: #F0EDE8;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
}.gym-ft_support_btn_gai:hover {
  background: #E8950D;
}.gym-ft_support_contacts_gai {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.gym-ft_support_contact_gai {
  color: #827A70;
  font-size: 12px;
  line-height: 1.4;
}.gym-ft_support_contact_gai strong {
  margin-bottom: 2px;
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #9A9288;
}.gym-ft_main_gai {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 1rem 1.5rem;
}
@media(min-width: 769px) {.gym-ft_main_gai {
  padding: 2.5rem 24px 32px;
}
}.gym-ft_main_in_gai {
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 83.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 639px) {.gym-ft_main_in_gai {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.gym-ft_main_in_gai {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.gym-ft_col_logo_gai {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.gym-ft_col_logo_gai {
  grid-column: auto;
}
}.gym-ft_logo_gai {
  gap: 9px;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #F0EDE8;
  font-weight: 800;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.gym-ft_logo_mark_gai {
  overflow: hidden;
  border-radius: 4px;
  width: 30px;
  height: 1.875rem;
}.gym-ft_logo_mark_gai img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.gym-ft_logo_sub_gai {
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #827A70;
  font-size: 12px;
  max-width: 200px;
}.gym-ft_col_title_gai {
  margin-bottom: 0.875rem;
  letter-spacing: .07em;
  font-weight: 700;
  color: #9A9288;
  text-transform: uppercase;
  font-size: 12px;
}.gym-ft_col_links_gai {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.gym-ft_col_link_gai {
  transition: color .2s;
  color: #827A70;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.gym-ft_col_link_gai:hover {
  color: #C4BEB4;
}.gym-ft_apps_gai {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.gym-ft_app_card_gai {
  padding: 0.625rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  border-radius: 0.25rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  align-items: center;
  display: flex;
}.gym-ft_app_card_gai:hover {
  border-color: rgba(212, 130, 10, 0.55);
}.gym-ft_app_card_ic_gai svg {
  stroke-linejoin: round;
  width: 22px;
  height: 1.375rem;
  stroke-linecap: round;
}.gym-ft_app_card_os_gai {
  color: #827A70;
  font-weight: 600;
  font-size: 0.625rem;
}.gym-ft_app_card_action_gai {
  font-weight: 700;
  color: #C4BEB4;
  font-size: 0.75rem;
}.gym-ft_bot_gai {
  padding: 1.25rem 1rem;
}
@media(min-width: 769px) {.gym-ft_bot_gai {
  padding: 1.25rem 24px;
}
}.gym-ft_bot_in_gai {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  max-width: 1340px;
  align-items: center;
}.gym-ft_socials_gai {
  gap: 0.5rem;
  display: flex;
}.gym-ft_soc_gai {
  transition: background .2s;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  height: 2.25rem;
  color: #9A9288;
  align-items: center;
  width: 36px;
  display: flex;
}.gym-ft_soc_gai svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
  height: 1rem;
}.gym-ft_soc_gai:hover {
  background: rgba(255, 255, 255, 0.07);
}.gym-ft_legal_gai {
  flex: 1;
  color: #7E7670;
  line-height: 1.6;
  min-width: 12.5rem;
  font-size: 11px;
  overflow-wrap: break-word;
}.gym-ft_legal_gai strong {
  color: #9A9288;
  font-weight: 700;
}.gym-ft_legal_gai a {
  text-decoration: underline;
  color: #9A9288;
}.gym-ft_age_gai {
  border: 2px solid #7E7670;
  border-radius: 50%;
  font-weight: 800;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
  height: 2rem;
  font-size: 0.688rem;
  width: 32px;
  color: #7E7670;
}