*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #070D14;
  -webkit-font-smoothing: antialiased;
  color: #A8C8D8;
  font-family: 'Barlow', sans-serif;
  line-height: 1.6;
  min-height: 100vh;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  color: inherit;
  text-decoration: none;
}button {
  border: none;
  font: inherit;
  background: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.grz_layout_iay {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.grz_page_iay {
  min-height: 100vh;
  display: flex;
}.grz_main_iay {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media(min-width: 1083px) {.grz_main_iay {
  padding-left: 220px;
}
}
@media(max-width: 1078px) {.grz_main_iay {
  padding-bottom: 4.5rem;
}
}.grz_gc_iay {
  overflow: hidden;
  background: #0A1219;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .2s,border-color .2s;
  border-radius: 0.375rem;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  width: 8.75rem;
}
@media(min-width: 639px) {.grz_gc_iay {
  width: 156px;
}
}
@media(min-width: 1082px) {.grz_gc_iay {
  width: 10.5rem;
}
}.grz_gc_iay:hover {
  border-color: rgba(0,212,240,0.07);
  transform: translateY(-3px);
}.grz_gc_img_iay {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.grz_gc_img_iay img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.grz_gc_hover_iay {
  inset: 0;
  transition: opacity .2s;
  background: rgba(4,8,16,0.72);
  position: absolute;
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: flex;
}.grz_gc_iay:hover .grz_gc_hover_iay {
  opacity: 1;
}.grz_gc_hover_btn_iay {
  padding: 8px 1rem;
  background: #00D4F0;
  border-radius: 4px;
  color: #E6F6FA;
  font-size: 0.75rem;
  font-weight: 700;
}.grz_gc_info_iay {
  padding: 8px 0.625rem 10px;
}.grz_gc_name_iay {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #A8C8D8;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 3px;
  max-width: 100%;
}.grz_gc_prov_iay {
  color: #3A5566;
  font-size: 10px;
}.grz_gc_tag_iay {
  padding: 2px 7px;
  border-radius: 0.25rem;
  left: 6px;
  font-weight: 700;
  font-size: 0.563rem;
  z-index: 2;
  position: absolute;
  text-transform: uppercase;
  top: 6px;
  letter-spacing: .04em;
}.grz_gc_tag_hot_iay {
  background: #E83030;
  color: #fff;
}.grz_gc_tag_new_iay {
  background: #00C878;
  color: #070D14;
}.grz_gc_tag_jp_iay {
  background: #F0B800;
  color: #070D14;
}.grz_gc_tag_ex_iay {
  background: #0055A8;
  color: #fff;
}.grz_gc_tag_live_iay {
  background: #E83030;
  color: #fff;
}.grz_gr_iay {
  padding: 32px 16px 0;
  background: #070D14;
}
@media(min-width: 770px) {.grz_gr_iay {
  padding: 2.25rem 24px 0;
}
}.grz_gr_in_iay {
  margin: 0 auto;
  max-width: 82.5rem;
}.grz_gr_head_iay {
  gap: 0.75rem;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.grz_gr_head_l_iay {
  flex: 1;
  gap: 0.625rem;
  display: flex;
  align-items: center;
  min-width: 0;
}.grz_gr_ic_iay {
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
}.grz_gr_ic_iay svg {
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
  width: 16px;
}.grz_gr_title_iay {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #E6F6FA;
  font-size: 1rem;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 770px) {.grz_gr_title_iay {
  font-size: 1.125rem;
}
}.grz_gr_more_iay {
  gap: 5px;
  transition: color .2s;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 0.75rem;
  color: #4A6E82;
}.grz_gr_more_iay:hover {
  color: #00D4F0;
}.grz_gr_more_iay svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.75rem;
  width: 12px;
}.grz_gr_arrows_iay {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.grz_gr_arr_iay {
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  border-radius: 4px;
  transition: background .15s,color .15s;
  justify-content: center;
  height: 30px;
  display: flex;
  align-items: center;
  color: #6A96AE;
  width: 30px;
}.grz_gr_arr_iay:hover {
  background: rgba(255,255,255,0.07);
  color: #E6F6FA;
}.grz_gr_arr_iay svg {
  stroke-linecap: round;
  width: 13px;
  height: 0.813rem;
  stroke-linejoin: round;
}.grz_gr_seo_h_iay {
  margin: 0 0 0.375rem;
  font-size: 0.813rem;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  color: #A8C8D8;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 771px) {.grz_gr_seo_h_iay {
  font-size: 14px;
}
}.grz_gr_seo_iay {
  font-size: 12px;
  margin-bottom: 12px;
  max-width: 680px;
  overflow-wrap: break-word;
  color: #4A6E82;
  line-height: 1.55;
}.grz_gr_seo_iay strong {
  font-weight: 600;
  color: #A8C8D8;
}.grz_gr_scroll_iay {
  gap: 0.625rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}.grz_gr_scroll_iay::-webkit-scrollbar {
  display: none;
}
@media(min-width: 770px) {.grz_gr_scroll_iay {
  gap: 12px;
}
}.grz_tb_iay {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #060C13;
  z-index: 80;
  height: 3.5rem;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
}.grz_tb_in_iay {
  padding: 0 14px;
  gap: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}.grz_tb_burger_iay {
  border-radius: 6px;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  display: flex;
  margin-right: 8px;
  height: 2.375rem;
}.grz_tb_burger_iay:hover {
  background: rgba(255,255,255,0.05);
}.grz_tb_burger_line_iay {
  border-radius: 1px;
  background: #6A96AE;
  display: block;
  width: 1.125rem;
  height: 2px;
}
@media(min-width: 1078px) {.grz_tb_burger_iay {
  display: none;
}
}.grz_tb_logo_iay {
  gap: 9px;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
  font-weight: 800;
  color: #E6F6FA;
  font-size: 18px;
  flex-shrink: 0;
}.grz_tb_logo_mark_iay {
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  width: 2rem;
}.grz_tb_logo_mark_iay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.grz_tb_nav_iay {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.grz_tb_nav_iay {
  display: flex;
}
}.grz_tb_tab_iay {
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  border-radius: 0.375rem;
  white-space: nowrap;
  color: #6A96AE;
  font-weight: 600;
  font-size: 13px;
}.grz_tb_tab_iay:hover {
  background: rgba(255,255,255,0.05);
  color: #E6F6FA;
}.grz_tb_tab_iay.grz_state_active_iay {
  background: rgba(0,212,240,0.16);
  color: #E6F6FA;
}.grz_tb_right_iay {
  gap: 8px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}.grz_tb_login_iay {
  border-radius: 6px;
  background: rgba(255,255,255,0.05);
  padding: 9px 16px;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255,255,255,0.10);
  font-size: 0.813rem;
  display: none;
  font-weight: 600;
  color: #A8C8D8;
}.grz_tb_login_iay:hover {
  border-color: rgba(0,218,240,0.45);
  color: #E6F6FA;
}
@media(min-width: 479px) {.grz_tb_login_iay {
  display: block;
}
}.grz_tb_reg_iay {
  transition: background .2s;
  border-radius: 6px;
  background: #00C878;
  padding: 0.563rem 1.125rem;
  white-space: nowrap;
  font-weight: 700;
  color: #060E14;
  font-size: 13px;
}.grz_tb_reg_iay:hover {
  background: #00E088;
}.grz_sb_iay {
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #0D1720;
  left: 0;
  z-index: 70;
  top: 56px;
  position: fixed;
  bottom: 0;
  overflow-y: auto;
  width: 13.75rem;
}.grz_sb_iay.grz_state_open_iay {
  transform: translateX(0);
}.grz_sb_iay::-webkit-scrollbar {
  width: 0.25rem;
}.grz_sb_iay::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width:1080px) {.grz_sb_iay {
  transform: translateX(0);
}
}.grz_sb_auth_iay {
  padding: 14px 12px 10px;
}.grz_sb_btn_reg_iay {
  border-radius: 6px;
  padding: 0.688rem;
  transition: background .2s;
  background: #00C878;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-align: center;
  display: block;
  color: #060E14;
}.grz_sb_btn_reg_iay:hover {
  background: #00E088;
}.grz_sb_btn_login_iay {
  border: 1px solid rgba(255,255,255,0.10);
  padding: 0.625rem;
  border-radius: 0.375rem;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  color: #A8C8D8;
  font-weight: 600;
  font-size: 0.813rem;
  display: block;
  text-align: center;
}.grz_sb_btn_login_iay:hover {
  border-color: rgba(0,218,240,0.45);
  color: #E6F6FA;
}.grz_sb_promo_iay {
  overflow: hidden;
  padding: 12px 14px;
  margin: 0 12px 10px;
  background: linear-gradient(135deg,#061828,#0D1720);
  border-radius: 6px;
  border: 1px solid rgba(0,212,240,0.16);
  position: relative;
}.grz_sb_promo_iay::before {
  background: radial-gradient(circle,rgba(0,212,240,0.16),transparent 70%);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  right: -1.25rem;
  top: -1.25rem;
  position: absolute;
  content: '';
}.grz_sb_promo_title_iay {
  letter-spacing: .06em;
  color: #00D4F0;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
}.grz_sb_promo_text_iay {
  font-size: 12px;
  font-weight: 600;
  color: #E6F6FA;
  overflow-wrap: break-word;
  line-height: 1.35;
}.grz_sb_promo_sub_iay {
  font-size: 10px;
  margin-top: 3px;
  color: #4A6E82;
}.grz_sb_nav_iay {
  padding: 0.375rem 0.5rem 1rem;
}.grz_sb_nav_lb_iay {
  padding: 10px 0.5rem 6px;
  text-transform: uppercase;
  color: #3A5566;
  font-size: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
}.grz_sb_link_iay {
  padding: 0.563rem 0.625rem;
  transition: background .15s,color .15s;
  border-radius: 4px;
  gap: 10px;
  overflow-wrap: break-word;
  align-items: center;
  font-size: 0.813rem;
  cursor: pointer;
  color: #6A96AE;
  font-weight: 500;
  display: flex;
}.grz_sb_link_iay:hover {
  background: rgba(255,255,255,0.05);
  color: #E6F6FA;
}.grz_sb_link_iay.grz_state_active_iay {
  background: rgba(0,212,240,0.16);
  color: #E6F6FA;
}.grz_sb_ic_iay {
  border-radius: 4px;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 1.875rem;
  height: 30px;
}.grz_sb_ic_iay svg {
  width: 1rem;
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
}.grz_sb_ic_1_iay {
  background: rgba(0,212,240,0.07);
  color: #00D4F0;
}.grz_sb_ic_2_iay {
  background: rgba(0,200,120,0.15);
  color: #00C878;
}.grz_sb_ic_3_iay {
  background: rgba(240,184,0,0.14);
  color: #F0B800;
}.grz_sb_ic_4_iay {
  background: rgba(0,85,168,0.22);
  color: #0055A8;
}.grz_sb_ic_5_iay {
  background: rgba(0,212,240,0.07);
  color: #F03C8A;
}.grz_sb_ic_6_iay {
  background: rgba(0,85,168,0.22);
  color: #7A3AF0;
}.grz_sb_badge_iay {
  border-radius: 4px;
  background: #F0B800;
  padding: 2px 7px;
  font-size: 9px;
  color: #060E14;
  font-weight: 700;
  margin-left: auto;
}.grz_sb_bot_iay {
  padding: 12px;
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.5rem;
  display: flex;
}.grz_sb_lang_iay,.grz_sb_help_iay {
  gap: 0.375rem;
  flex: 1;
  padding: 9px 6px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.25rem;
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  justify-content: center;
  font-weight: 600;
  color: #6A96AE;
  display: flex;
  align-items: center;
  font-size: 11px;
}.grz_sb_lang_iay:hover,.grz_sb_help_iay:hover {
  border-color: rgba(0,218,240,0.45);
  color: #E6F6FA;
}.grz_sb_lang_iay svg,.grz_sb_help_iay svg {
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 13px;
}.grz_sb_bd_iay {
  background: rgba(4,8,16,0.72);
  inset: 0;
  display: none;
  position: fixed;
  z-index: 69;
}.grz_sb_bd_iay.grz_state_on_iay {
  display: block;
}
@media(min-width: 1078px) {.grz_sb_bd_iay {
  display: none!important;
}
}.grz_mob_nav_iay {
  border-top: 1px solid rgba(255,255,255,0.10);
  background: #0D1720;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  right: 0;
  display: flex;
  bottom: 0;
  position: fixed;
  left: 0;
  z-index: 80;
}
@media(min-width: 1082px) {.grz_mob_nav_iay {
  display: none;
}
}.grz_mob_nav_item_iay {
  gap: 4px;
  flex: 1;
  padding: 0.25rem 2px;
  display: flex;
  cursor: pointer;
  align-items: center;
  color: #3A5566;
  flex-direction: column;
}.grz_mob_nav_ic_iay {
  line-height: 1;
}.grz_mob_nav_ic_iay svg {
  height: 1.25rem;
  width: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.grz_mob_nav_lb_iay {
  font-weight: 600;
  color: #3A5566;
  font-size: 10px;
}.grz_mob_nav_item_iay.grz_state_active_iay {
  color: #00D4F0;
}.grz_mob_nav_item_iay.grz_state_active_iay .grz_mob_nav_lb_iay {
  color: #00D4F0;
}.grz_hero_iay {
  padding: 20px 16px 0;
  background: #070D14;
}
@media(min-width: 771px) {.grz_hero_iay {
  padding: 1.5rem 1.5rem 0;
}
}.grz_hero_in_iay {
  gap: 0.75rem;
  margin: 0 auto;
  grid-template-columns: 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 858px) {.grz_hero_in_iay {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1099px) {.grz_hero_in_iay {
  grid-template-columns: 1fr 21.25rem;
}
}.grz_hero_promo_iay {
  border-radius: 0.625rem;
  background: #0A1219;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 13.75rem;
}
@media(min-width: 769px) {.grz_hero_promo_iay {
  min-height: 17.5rem;
}
}.grz_hero_promo_bg_iay {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#061828 0%,#070D14 100%);
  position: absolute;
  background-size: cover;
}.grz_hero_promo_bg_iay::after {
  inset: 0;
  background: linear-gradient(90deg,#070D14 0%,rgba(4,8,16,0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.grz_hero_promo_glow_iay {
  background: radial-gradient(circle,rgba(0,85,168,0.22) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  top: -2.5rem;
  width: 300px;
  position: absolute;
  height: 300px;
  right: 60px;
}.grz_hero_promo_ct_iay {
  padding: 28px 1.5rem 1.75rem 28px;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  position: relative;
  max-width: 480px;
  display: flex;
}
@media(min-width: 767px) {.grz_hero_promo_ct_iay {
  padding: 2.5rem 2rem;
}
}.grz_hero_badge_iay {
  border: 1px solid rgba(0,212,240,0.07);
  background: rgba(0,212,240,0.16);
  border-radius: 20px;
  padding: 5px 12px;
  letter-spacing: .08em;
  font-size: 0.625rem;
  color: #00D4F0;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.875rem;
}.grz_hero_h1_iay {
  margin-bottom: 0.625rem;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  line-height: 1.15;
  font-size: 26px;
  color: #E6F6FA;
  font-weight: 800;
}.grz_hero_h1_iay em {
  font-style: normal;
  color: #F0B800;
}
@media(min-width: 770px) {.grz_hero_h1_iay {
  font-size: 36px;
}
}.grz_hero_sub_iay {
  font-size: 0.813rem;
  margin-bottom: 20px;
  line-height: 1.55;
  color: #6A96AE;
}
@media(min-width: 766px) {.grz_hero_sub_iay {
  font-size: 14px;
}
}.grz_hero_row_iay {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.grz_hero_cta_iay {
  transition: background .2s;
  padding: 13px 1.625rem;
  background: #00C878;
  border-radius: 6px;
  box-shadow: 0 2px 0 rgba(0,80,46,0.9), 0 0 1rem rgba(0,200,120,0.44);
  font-weight: 700;
  color: #060E14;
  font-size: 0.875rem;
}.grz_hero_cta_iay:hover {
  background: #00E088;
}.grz_hero_terms_iay {
  font-size: 11px;
  color: #3A5566;
}.grz_hero_game_iay {
  background: #0A1219;
  border-radius: 0.625rem;
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  display: flex;
  position: relative;
  flex-direction: column;
}.grz_hero_game_badge_iay {
  background: rgba(240,184,0,0.14);
  border: 1px solid rgba(240,184,0,0.14);
  padding: 0.313rem 0.625rem;
  border-radius: 20px;
  position: absolute;
  z-index: 3;
  top: 0.75rem;
  font-weight: 700;
  color: #F0B800;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 10px;
  left: 0.75rem;
}.grz_hero_game_badge_iay svg {
  width: 0.688rem;
  vertical-align: -1px;
  margin-right: 0.25rem;
  height: 11px;
}.grz_hero_game_img_iay {
  overflow: hidden;
  background: linear-gradient(135deg,#061828,#070D14);
  padding-bottom: 60%;
  position: relative;
}.grz_hero_game_img_iay img {
  inset: 0;
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}.grz_hero_game_play_iay {
  inset: 0;
  background: rgba(4,8,16,0.72);
  transition: opacity .2s;
  align-items: center;
  display: flex;
  position: absolute;
  opacity: 0;
  justify-content: center;
}.grz_hero_game_iay:hover .grz_hero_game_play_iay {
  opacity: 1;
}.grz_hero_game_play_iay span {
  background: #00D4F0;
  border-radius: 50%;
  display: flex;
  width: 52px;
  align-items: center;
  height: 3.25rem;
  justify-content: center;
}.grz_hero_game_play_iay span svg {
  margin-left: 2px;
  width: 18px;
  height: 1.125rem;
}.grz_hero_game_info_iay {
  padding: 0.875rem 16px;
}.grz_hero_game_title_iay {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #E6F6FA;
  font-weight: 700;
  font-size: 15px;
}.grz_hero_game_provider_iay {
  color: #4A6E82;
  font-size: 0.688rem;
}.grz_hero_game_btn_iay {
  transition: background .2s;
  background: #00D4F0;
  margin: 12px 16px 16px;
  padding: 11px;
  border-radius: 6px;
  display: block;
  font-size: 0.813rem;
  color: #E6F6FA;
  font-weight: 700;
  text-align: center;
}.grz_hero_game_iay:hover .grz_hero_game_btn_iay {
  background: #22E8FF;
}.grz_gr_jp_iay {
  overflow: hidden;
  padding: 20px;
  border-radius: 0.625rem;
  background: linear-gradient(135deg,#0D0A2E 0%,#070D14 100%);
  position: relative;
}.grz_gr_jp_iay::before {
  background: radial-gradient(circle,rgba(0,85,168,0.22) 0%,transparent 70%);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  top: -60px;
  content: '';
  position: absolute;
  left: -60px;
}.grz_gr_jp_iay::after {
  background: radial-gradient(circle,rgba(240,184,0,0.14) 0%,transparent 70%);
  border-radius: 50%;
  bottom: -40px;
  right: 0;
  position: absolute;
  width: 12.5rem;
  height: 200px;
  content: '';
}.grz_gr_jp_head_iay {
  gap: 1rem;
  z-index: 1;
  display: flex;
  position: relative;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
}.grz_gr_jp_info_iay {
  flex: 1;
}.grz_gr_jp_label_iay {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #7A3AF0;
  margin-bottom: 0.375rem;
  font-size: 11px;
}.grz_gr_jp_label_iay svg {
  height: 0.875rem;
  stroke-linejoin: round;
  width: 14px;
  vertical-align: -2px;
  margin-right: 4px;
  stroke-linecap: round;
}.grz_gr_jp_amount_iay {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-family: 'Rajdhani', sans-serif;
  line-height: 1;
  overflow-wrap: break-word;
  color: #E6F6FA;
}
@media(min-width: 767px) {.grz_gr_jp_amount_iay {
  font-size: 2.5rem;
}
}.grz_gr_jp_amount_iay span {
  color: #F0B800;
}.grz_gr_jp_seo_iay {
  max-width: 480px;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #6A96AE;
}.grz_gr_jp_cta_iay {
  border: 1px solid rgba(0,85,168,0.22);
  background: rgba(0,85,168,0.22);
  padding: 0.688rem 20px;
  border-radius: 6px;
  transition: background .2s;
  font-size: 0.813rem;
  color: #E6F6FA;
  white-space: nowrap;
  margin-top: 0.25rem;
  font-weight: 700;
  align-self: flex-start;
  position: relative;
  flex-shrink: 0;
  z-index: 1;
}.grz_gr_jp_cta_iay:hover {
  background: #0055A8;
}.grz_gcg_iay {
  background: #070D14;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.grz_gcg_iay {
  padding: 44px 1.5rem 0;
}
}.grz_gcg_in_iay {
  margin: 0 auto;
  max-width: 1320px;
}.grz_gcg_head_iay {
  max-width: 720px;
  margin-bottom: 20px;
}.grz_gcg_label_iay {
  font-size: 11px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #00D4F0;
  letter-spacing: .08em;
  font-weight: 700;
}.grz_gcg_h2_iay {
  color: #E6F6FA;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  font-size: 22px;
}
@media(min-width: 769px) {.grz_gcg_h2_iay {
  font-size: 28px;
}
}.grz_gcg_intro_iay {
  line-height: 1.6;
  font-size: 13px;
  color: #4A6E82;
}.grz_gcg_grid_iay {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.grz_gcg_grid_iay {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.grz_gcg_grid_iay {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.grz_gcg_card_iay {
  transition: transform .2s,border-color .2s;
  padding: 1.25rem;
  overflow: hidden;
  border-radius: 0.625rem;
  border: 1px solid rgba(255,255,255,0.10);
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 15rem;
}.grz_gcg_card_iay:hover {
  border-color: rgba(0,212,240,0.16);
  transform: translateY(-3px);
}.grz_gcg_card_bg_iay {
  inset: 0;
  z-index: 0;
  position: absolute;
}.grz_gcg_card_bg_iay::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.grz_gcg_card_ic_iay {
  background: rgba(0,0,0,.45);
  border-radius: 0.25rem;
  top: 1.125rem;
  color: #E6F6FA;
  width: 40px;
  align-items: center;
  right: 18px;
  position: absolute;
  justify-content: center;
  height: 2.5rem;
  display: flex;
  z-index: 2;
}.grz_gcg_card_ic_iay svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.grz_gcg_card_ct_iay {
  position: relative;
  z-index: 1;
}.grz_gcg_card_h_iay {
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-size: 1.125rem;
  color: #E6F6FA;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 769px) {.grz_gcg_card_h_iay {
  font-size: 1.25rem;
}
}.grz_gcg_card_p_iay {
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  color: rgba(255,255,255,.82);
  font-size: 0.75rem;
  line-height: 1.55;
}.grz_gcg_card_p_iay strong {
  color: #E6F6FA;
  font-weight: 600;
}.grz_gcg_card_cta_iay {
  gap: 4px;
  color: #00D4F0;
  display: inline-flex;
  align-items: center;
  letter-spacing: .04em;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}.grz_gcg_card_cta_iay svg {
  stroke-linecap: round;
  height: 0.75rem;
  width: 12px;
  stroke-linejoin: round;
}.grz_ws_iay {
  background: #070D14;
  padding: 32px 16px 0;
}
@media(min-width: 765px) {.grz_ws_iay {
  padding: 2.25rem 1.5rem 0;
}
}.grz_ws_in_iay {
  margin: 0 auto;
  max-width: 82.5rem;
}.grz_ws_head_iay {
  gap: 12px;
  display: flex;
  margin-bottom: 14px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}.grz_ws_title_iay {
  gap: 10px;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-family: 'Rajdhani', sans-serif;
  display: flex;
  font-weight: 700;
  align-items: center;
  font-size: 16px;
  color: #E6F6FA;
}.grz_ws_title_ic_iay svg {
  stroke-linejoin: round;
  color: #F0B800;
  height: 18px;
  stroke-linecap: round;
  width: 18px;
}.grz_ws_online_iay {
  gap: 7px;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #4A6E82;
  font-weight: 600;
}.grz_ws_online_dot_iay {
  border-radius: 50%;
  background: #00C878;
  height: 0.5rem;
  width: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(0,200,120,0.15);
}.grz_ws_scroll_iay {
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
}.grz_ws_scroll_iay::-webkit-scrollbar {
  display: none;
}.grz_wc_iay {
  gap: 10px;
  background: #0A1219;
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  min-width: 13.75rem;
  align-items: center;
  flex-shrink: 0;
}.grz_wc_img_iay {
  background: #0D1720;
  border-radius: 4px;
  overflow: hidden;
  height: 36px;
  width: 2.25rem;
  flex-shrink: 0;
}.grz_wc_img_iay img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.grz_wc_info_iay {
  min-width: 0;
}.grz_wc_game_iay {
  overflow: hidden;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #A8C8D8;
}.grz_wc_player_iay {
  overflow: hidden;
  color: #3A5566;
  font-size: 0.625rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}.grz_wc_amount_iay {
  font-weight: 700;
  margin-left: auto;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 13px;
  color: #00C878;
}.grz_app_iay {
  background: #070D14;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.grz_app_iay {
  padding: 44px 24px 0;
}
}.grz_app_in_iay {
  margin: 0 auto;
  max-width: 82.5rem;
}.grz_app_head_iay {
  margin-bottom: 16px;
}.grz_app_label_iay {
  font-weight: 700;
  margin-bottom: 8px;
  color: #00D4F0;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.grz_app_h2_iay {
  overflow-wrap: break-word;
  color: #E6F6FA;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.375rem;
}
@media(min-width: 769px) {.grz_app_h2_iay {
  font-size: 1.5rem;
}
}.grz_app_sub_iay {
  max-width: 600px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #4A6E82;
  line-height: 1.6;
}.grz_app_sub_iay strong {
  font-weight: 700;
  color: #A8C8D8;
}.grz_app_cards_iay {
  gap: 10px;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.grz_app_cards_iay {
  grid-template-columns: repeat(3,1fr);
}
}.grz_app_card_iay {
  padding: 20px;
  border-radius: 6px;
  gap: 1rem;
  overflow: hidden;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
}.grz_app_card_ios_iay {
  background: linear-gradient(135deg,rgba(0,212,240,0.16) 0%,#0D1720 100%);
}.grz_app_card_android_iay {
  background: linear-gradient(135deg,rgba(0,200,120,0.15) 0%,#0D1720 100%);
}.grz_app_card_win_iay {
  background: linear-gradient(135deg,rgba(240,184,0,0.14) 0%,#0D1720 100%);
}.grz_app_card_ic_iay svg {
  stroke-linejoin: round;
  height: 2.125rem;
  width: 2.125rem;
  stroke-linecap: round;
}.grz_app_card_ic_iay {
  color: #E6F6FA;
  flex-shrink: 0;
}.grz_app_card_os_iay {
  color: #4A6E82;
  letter-spacing: .08em;
  font-size: 10px;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
}.grz_app_card_title_iay {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 15px;
  overflow-wrap: break-word;
  line-height: 1.2;
  color: #E6F6FA;
}.grz_app_card_text_iay {
  line-height: 1.5;
  color: #4A6E82;
  overflow-wrap: break-word;
  font-size: 12px;
  margin-bottom: 0.875rem;
}.grz_app_card_btn_iay {
  padding: 0.625rem 18px;
  transition: background .2s;
  background: rgba(255,255,255,0.12);
  border-radius: 0.25rem;
  border: 1px solid rgba(0,218,240,0.45);
  gap: 0.438rem;
  display: inline-flex;
  font-size: 0.813rem;
  font-weight: 700;
  align-items: center;
  color: #E6F6FA;
}.grz_app_card_btn_iay:hover {
  background: rgba(255,255,255,0.07);
}.grz_bon_iay {
  padding: 36px 1rem 0;
  background: #070D14;
}
@media(min-width: 766px) {.grz_bon_iay {
  padding: 44px 1.5rem 0;
}
}.grz_bon_in_iay {
  margin: 0 auto;
  max-width: 1320px;
}.grz_bon_head_iay {
  margin-bottom: 20px;
}.grz_bon_label_iay {
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #00D4F0;
  font-weight: 700;
}.grz_bon_h2_iay {
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #E6F6FA;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.grz_bon_h2_iay {
  font-size: 24px;
}
}.grz_bon_seo_iay {
  max-width: 38.75rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #4A6E82;
}.grz_bon_seo_iay strong {
  color: #A8C8D8;
  font-weight: 700;
}.grz_bon_seo_iay a {
  color: #00D4F0;
  text-decoration: underline;
}.grz_bon_grid_iay {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.grz_bon_grid_iay {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.grz_bon_grid_iay {
  grid-template-columns: repeat(5,1fr);
}
}.grz_bon_card_iay {
  padding: 1rem;
  background: #0A1219;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 6px;
  transition: border-color .2s,transform .2s;
}.grz_bon_card_iay:hover {
  transform: translateY(-2px);
  border-color: rgba(0,212,240,0.07);
}.grz_bon_card_ic_iay svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 26px;
  height: 26px;
}.grz_bon_card_ic_iay {
  margin-bottom: 10px;
}.grz_bon_card_type_iay {
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 0.375rem;
  color: #4A6E82;
  letter-spacing: .06em;
  text-transform: uppercase;
}.grz_bon_card_amount_iay {
  font-size: 1.125rem;
  margin-bottom: 6px;
  color: #F0B800;
  font-weight: 800;
  line-height: 1.1;
}.grz_bon_card_name_iay {
  color: #E6F6FA;
  margin-bottom: 8px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 600;
}.grz_bon_card_detail_iay {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 8px;
  line-height: 1.5;
  color: #3A5566;
  overflow-wrap: break-word;
  font-size: 11px;
}.grz_prov_iay {
  background: #070D14;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.grz_prov_iay {
  padding: 44px 1.5rem 0;
}
}.grz_prov_in_iay {
  margin: 0 auto;
  max-width: 1320px;
}.grz_prov_head_iay {
  margin-bottom: 1rem;
}.grz_prov_label_iay {
  font-size: 0.688rem;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00D4F0;
  letter-spacing: .08em;
}.grz_prov_h2_iay {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #E6F6FA;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
}
@media(min-width: 770px) {.grz_prov_h2_iay {
  font-size: 1.5rem;
}
}.grz_prov_seo_iay {
  font-size: 0.813rem;
  color: #4A6E82;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 620px;
}.grz_prov_seo_iay strong {
  color: #A8C8D8;
  font-weight: 700;
}.grz_prov_seo_iay a {
  color: #00D4F0;
  text-decoration: underline;
}.grz_prov_grid_iay {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.grz_prov_grid_iay {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.grz_prov_grid_iay {
  grid-template-columns: repeat(8,1fr);
}
}.grz_prov_card_iay {
  transition: border-color .2s,background .2s;
  padding: 14px 0.625rem;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.375rem;
  background: #0A1219;
  gap: 7px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}.grz_prov_card_iay:hover {
  background: #0D1720;
  border-color: rgba(0,218,240,0.45);
}.grz_prov_logo_iay {
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  border-radius: 4px;
  height: 2.75rem;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}.grz_prov_logo_iay img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.grz_prov_name_iay {
  font-size: 11px;
  font-weight: 600;
  color: #6A96AE;
  overflow-wrap: break-word;
  text-align: center;
}.grz_reg_iay {
  background: #070D14;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.grz_reg_iay {
  padding: 44px 1.5rem 0;
}
}.grz_reg_in_iay {
  border-radius: 0.625rem;
  border: 1px solid rgba(255,255,255,0.06);
  background: #0D1720;
  margin: 0 auto;
  padding: 1.75rem 24px;
  max-width: 82.5rem;
}
@media(min-width:768px) {.grz_reg_in_iay {
  padding: 2.5rem;
}
}.grz_reg_top_iay {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.grz_reg_top_iay {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.grz_reg_label_iay {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #00D4F0;
  margin-bottom: 10px;
  font-size: 0.688rem;
}.grz_reg_h2_iay {
  color: #E6F6FA;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.grz_reg_h2_iay {
  font-size: 28px;
}
}.grz_reg_bonus_iay {
  background: rgba(240,184,0,0.14);
  border-radius: 6px;
  padding: 10px 16px;
  border: 1px solid rgba(240,184,0,0.14);
  gap: 8px;
  display: inline-flex;
  margin-bottom: 1rem;
  align-items: center;
}.grz_reg_bonus_amount_iay {
  font-size: 20px;
  font-weight: 800;
  color: #F0B800;
}.grz_reg_bonus_text_iay {
  color: #6A96AE;
  font-size: 0.813rem;
  line-height: 1.35;
}.grz_reg_cta_btn_iay {
  padding: 0.875rem 2rem;
  background: #00C878;
  border-radius: 6px;
  transition: background .2s;
  display: inline-block;
  color: #060E14;
  font-size: 0.938rem;
  box-shadow: 0 2px 0 rgba(0,80,46,0.9), 0 0 1rem rgba(0,200,120,0.44);
  margin-bottom: 12px;
  font-weight: 700;
}.grz_reg_cta_btn_iay:hover {
  background: #00E088;
}.grz_reg_terms_iay {
  font-size: 0.688rem;
  line-height: 1.5;
  color: #3A5566;
}.grz_reg_seo_iay {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 20px;
  margin-top: 1.25rem;
  line-height: 1.65;
  color: #4A6E82;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.grz_reg_seo_iay p {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #4A6E82;
  margin-bottom: 10px;
}.grz_reg_seo_iay p:last-child {
  margin-bottom: 0;
}.grz_reg_seo_iay strong {
  color: #A8C8D8;
  font-weight: 700;
}.grz_reg_seo_iay a {
  transition: color .2s;
  color: #00D4F0;
  text-decoration: underline;
}.grz_reg_seo_iay a:hover {
  color: #22E8FF;
}.grz_reg_seo_iay ul,.grz_reg_seo_iay ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.grz_reg_seo_iay ol {
  list-style: decimal;
}.grz_reg_seo_iay li {
  font-size: 13px;
  line-height: 1.65;
  color: #4A6E82;
  margin-bottom: 0.25rem;
}.grz_reg_seo_iay table {
  width: 100%;
  display: block;
  overflow-x: auto;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 771px) {.grz_reg_seo_iay table {
  display: table;
}
}.grz_reg_seo_iay th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 8px;
  text-align: left;
  color: #A8C8D8;
  font-weight: 700;
}.grz_reg_seo_iay td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #4A6E82;
}.grz_reg_steps_iay {
  gap: 14px;
  margin-top: 1.75rem;
  flex-direction: column;
  display: flex;
}
@media(min-width: 863px) {.grz_reg_steps_iay {
  margin-top: 0;
}
}.grz_reg_step_iay {
  padding: 16px;
  background: rgba(255,255,255,0.05);
  gap: 14px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.375rem;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.grz_reg_step_num_iay {
  border-radius: 50%;
  background: rgba(0,212,240,0.16);
  border: 1px solid rgba(0,212,240,0.07);
  flex-shrink: 0;
  align-items: center;
  width: 34px;
  color: #00D4F0;
  font-weight: 800;
  justify-content: center;
  height: 2.125rem;
  font-size: 14px;
  display: flex;
}.grz_reg_step_title_iay {
  font-weight: 700;
  color: #E6F6FA;
  font-size: 14px;
  margin-bottom: 3px;
}.grz_reg_step_text_iay {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #4A6E82;
}.grz_reg_trust_iay {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  display: flex;
}.grz_reg_trust_item_iay {
  gap: 7px;
  color: #4A6E82;
  display: flex;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  align-items: center;
}.grz_reg_trust_ic_iay svg {
  color: #00D4F0;
  stroke-linejoin: round;
  width: 1rem;
  height: 16px;
  stroke-linecap: round;
}.grz_seo_iay {
  padding: 36px 1rem 0;
  background: #070D14;
}
@media(min-width: 767px) {.grz_seo_iay {
  padding: 44px 24px 0;
}
}.grz_seo_in_iay {
  padding: 28px 24px;
  background: #0D1720;
  border-radius: 0.625rem;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.10);
  max-width: 82.5rem;
}
@media(min-width:768px) {.grz_seo_in_iay {
  padding: 36px 40px;
}
}.grz_seo_label_iay {
  letter-spacing: .08em;
  color: #00D4F0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}.grz_seo_h2_iay {
  margin-bottom: 14px;
  color: #E6F6FA;
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.25;
}
@media(min-width: 771px) {.grz_seo_h2_iay {
  font-size: 1.5rem;
}
}.grz_seo_body_iay {
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #6A96AE;
}.grz_seo_body_iay p {
  font-size: 0.875rem;
  margin-bottom: 12px;
  line-height: 1.75;
  color: #6A96AE;
}.grz_seo_body_iay p:last-child {
  margin-bottom: 0;
}.grz_seo_body_iay strong {
  font-weight: 700;
  color: #A8C8D8;
}.grz_seo_body_iay a {
  transition: color .2s;
  text-decoration: underline;
  color: #00D4F0;
}.grz_seo_body_iay a:hover {
  color: #22E8FF;
}.grz_seo_body_iay ul,.grz_seo_body_iay ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.grz_seo_body_iay ol {
  list-style: decimal;
}.grz_seo_body_iay li {
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 14px;
  color: #6A96AE;
}.grz_seo_body_iay table {
  width: 100%;
  margin-bottom: 0.75rem;
  display: block;
  font-size: 0.813rem;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 769px) {.grz_seo_body_iay table {
  display: table;
}
}.grz_seo_body_iay th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #A8C8D8;
}.grz_seo_body_iay td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #6A96AE;
}.grz_seo_cols_iay {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.grz_seo_cols_iay {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.grz_seo_cols_iay {
  grid-template-columns: repeat(3,1fr);
}
}.grz_seo_col_h_iay {
  font-weight: 700;
  margin-bottom: 0.438rem;
  font-size: 13px;
  color: #A8C8D8;
  overflow-wrap: break-word;
}.grz_seo_col_p_iay {
  color: #4A6E82;
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
}.grz_seo_stats_iay {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.grz_seo_stat_iay {
  border-radius: 6px;
  padding: 14px 1rem;
  background: rgba(0,212,240,0.07);
  flex: 1;
  border: 1px solid rgba(0,212,240,0.16);
  min-width: 8.75rem;
}.grz_seo_stat_val_iay {
  font-size: 20px;
  margin-bottom: 0.25rem;
  color: #00D4F0;
  font-weight: 800;
  overflow-wrap: break-word;
}.grz_seo_stat_lb_iay {
  color: #4A6E82;
  font-size: 11px;
  overflow-wrap: break-word;
}.grz_faq_iay {
  padding: 2.25rem 16px 0;
  background: #070D14;
}
@media(min-width: 766px) {.grz_faq_iay {
  padding: 2.75rem 1.5rem 0;
}
}.grz_faq_in_iay {
  margin: 0 auto;
  max-width: 1320px;
}.grz_faq_head_iay {
  margin-bottom: 20px;
}.grz_faq_label_iay {
  color: #00D4F0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.grz_faq_h2_iay {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #E6F6FA;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 765px) {.grz_faq_h2_iay {
  font-size: 24px;
}
}.grz_faq_list_iay {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.grz_faq_item_iay {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 6px;
  background: #0D1720;
  overflow: hidden;
}.grz_faq_q_iay {
  transition: color .2s;
  padding: 1rem 20px;
  gap: 12px;
  font-size: 14px;
  overflow-wrap: break-word;
  font-weight: 600;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  color: #A8C8D8;
  display: flex;
}.grz_faq_q_iay:hover {
  color: #E6F6FA;
}.grz_faq_q_ic_iay {
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  border-radius: 50%;
  font-size: 16px;
  width: 24px;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  height: 1.5rem;
  color: #00D4F0;
  justify-content: center;
}.grz_faq_item_iay.grz_state_open_iay .grz_faq_q_ic_iay {
  transform: rotate(45deg);
}.grz_faq_a_iay {
  padding: 0 20px 1rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.7;
  display: none;
  color: #4A6E82;
}.grz_faq_item_iay.grz_state_open_iay .grz_faq_a_iay {
  display: block;
}.grz_faq_a_iay strong {
  color: #A8C8D8;
  font-weight: 700;
}.grz_faq_a_iay a {
  text-decoration: underline;
  color: #00D4F0;
}.grz_faq_a_iay ul,.grz_faq_a_iay ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.grz_faq_a_iay ol {
  list-style: decimal;
}.grz_faq_a_iay li {
  line-height: 1.6;
  margin-bottom: 4px;
}.grz_faq_a_iay table {
  margin: 0.5rem 0;
  width: 100%;
  display: block;
  font-size: 12px;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 765px) {.grz_faq_a_iay table {
  display: table;
}
}.grz_faq_a_iay th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #A8C8D8;
  font-weight: 700;
  text-align: left;
}.grz_faq_a_iay td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.375rem 8px;
  color: #4A6E82;
}.grz_seo_iay {
  background: #070D14;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.grz_seo_iay {
  padding: 2.75rem 24px 0;
}
}.grz_seo_in_iay {
  background: #0D1720;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.625rem;
  padding: 28px 24px;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.grz_seo_in_iay {
  padding: 36px 2.5rem;
}
}.grz_seo_label_iay {
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #00D4F0;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.grz_seo_h2_iay {
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  line-height: 1.25;
  color: #E6F6FA;
  font-size: 20px;
  margin-bottom: 0.875rem;
  font-weight: 800;
}
@media(min-width: 769px) {.grz_seo_h2_iay {
  font-size: 1.5rem;
}
}.grz_seo_body_iay {
  color: #6A96AE;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
}.grz_seo_body_iay p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #6A96AE;
  font-size: 0.875rem;
}.grz_seo_body_iay p:last-child {
  margin-bottom: 0;
}.grz_seo_body_iay strong {
  font-weight: 700;
  color: #A8C8D8;
}.grz_seo_body_iay a {
  transition: color .2s;
  color: #00D4F0;
  text-decoration: underline;
}.grz_seo_body_iay a:hover {
  color: #22E8FF;
}.grz_seo_body_iay ul,.grz_seo_body_iay ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.grz_seo_body_iay ol {
  list-style: decimal;
}.grz_seo_body_iay li {
  font-size: 14px;
  line-height: 1.75;
  color: #6A96AE;
  margin-bottom: 6px;
}.grz_seo_body_iay table {
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  display: block;
  overflow-x: auto;
  font-size: 13px;
  width: 100%;
}
@media(min-width: 771px) {.grz_seo_body_iay table {
  display: table;
}
}.grz_seo_body_iay th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #A8C8D8;
}.grz_seo_body_iay td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #6A96AE;
}.grz_seo_cols_iay {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 639px) {.grz_seo_cols_iay {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.grz_seo_cols_iay {
  grid-template-columns: repeat(3,1fr);
}
}.grz_seo_col_h_iay {
  color: #A8C8D8;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.438rem;
}.grz_seo_col_p_iay {
  font-size: 13px;
  color: #4A6E82;
  overflow-wrap: break-word;
  line-height: 1.65;
}.grz_seo_stats_iay {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.grz_seo_stat_iay {
  border: 1px solid rgba(0,212,240,0.16);
  padding: 0.875rem 16px;
  background: rgba(0,212,240,0.07);
  border-radius: 6px;
  flex: 1;
  min-width: 8.75rem;
}.grz_seo_stat_val_iay {
  overflow-wrap: break-word;
  color: #00D4F0;
  margin-bottom: 0.25rem;
  font-weight: 800;
  font-size: 20px;
}.grz_seo_stat_lb_iay {
  font-size: 11px;
  color: #4A6E82;
  overflow-wrap: break-word;
}.grz_seo_iay {
  padding: 2.25rem 16px 0;
  background: #070D14;
}
@media(min-width: 769px) {.grz_seo_iay {
  padding: 44px 24px 0;
}
}.grz_seo_in_iay {
  margin: 0 auto;
  border-radius: 0.625rem;
  background: #0D1720;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 28px 24px;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.grz_seo_in_iay {
  padding: 2.25rem 2.5rem;
}
}.grz_seo_label_iay {
  font-weight: 700;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #00D4F0;
}.grz_seo_h2_iay {
  margin-bottom: 0.875rem;
  font-weight: 800;
  color: #E6F6FA;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  line-height: 1.25;
  font-size: 20px;
}
@media(min-width: 771px) {.grz_seo_h2_iay {
  font-size: 1.5rem;
}
}.grz_seo_body_iay {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #6A96AE;
  font-size: 14px;
}.grz_seo_body_iay p {
  color: #6A96AE;
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 0.875rem;
}.grz_seo_body_iay p:last-child {
  margin-bottom: 0;
}.grz_seo_body_iay strong {
  color: #A8C8D8;
  font-weight: 700;
}.grz_seo_body_iay a {
  transition: color .2s;
  text-decoration: underline;
  color: #00D4F0;
}.grz_seo_body_iay a:hover {
  color: #22E8FF;
}.grz_seo_body_iay ul,.grz_seo_body_iay ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.grz_seo_body_iay ol {
  list-style: decimal;
}.grz_seo_body_iay li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 14px;
  color: #6A96AE;
}.grz_seo_body_iay table {
  display: block;
  margin-bottom: 0.75rem;
  width: 100%;
  overflow-x: auto;
  font-size: 13px;
  border-collapse: collapse;
}
@media(min-width: 769px) {.grz_seo_body_iay table {
  display: table;
}
}.grz_seo_body_iay th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #A8C8D8;
  text-align: left;
}.grz_seo_body_iay td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #6A96AE;
}.grz_seo_cols_iay {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 643px) {.grz_seo_cols_iay {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.grz_seo_cols_iay {
  grid-template-columns: repeat(3,1fr);
}
}.grz_seo_col_h_iay {
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  color: #A8C8D8;
  font-size: 0.813rem;
}.grz_seo_col_p_iay {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #4A6E82;
}.grz_seo_stats_iay {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.grz_seo_stat_iay {
  flex: 1;
  border-radius: 6px;
  background: rgba(0,212,240,0.07);
  padding: 0.875rem 16px;
  border: 1px solid rgba(0,212,240,0.16);
  min-width: 8.75rem;
}.grz_seo_stat_val_iay {
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.25rem;
  color: #00D4F0;
  font-weight: 800;
}.grz_seo_stat_lb_iay {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #4A6E82;
}.grz_rv_iay {
  background: #070D14;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.grz_rv_iay {
  padding: 2.75rem 24px 0;
}
}.grz_rv_in_iay {
  margin: 0 auto;
  max-width: 1320px;
}.grz_rv_head_iay {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.grz_rv_label_iay {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #00D4F0;
  text-transform: uppercase;
  margin-bottom: 8px;
}.grz_rv_h2_iay {
  font-weight: 800;
  color: #E6F6FA;
  margin-bottom: 0.625rem;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  font-size: 22px;
}
@media(min-width: 766px) {.grz_rv_h2_iay {
  font-size: 1.75rem;
}
}.grz_rv_stats_iay {
  gap: 1.125rem;
  display: flex;
  font-size: 13px;
  align-items: center;
  flex-wrap: wrap;
  color: #4A6E82;
}.grz_rv_stats_score_iay {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.grz_rv_stats_score_val_iay {
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.375rem;
  color: #F0B800;
}.grz_rv_stats_score_max_iay {
  color: #3A5566;
  font-size: 0.813rem;
}.grz_rv_stats_badge_iay {
  gap: 4px;
  align-items: center;
  display: flex;
}.grz_rv_stats_badge_iay svg {
  height: 14px;
  width: 14px;
  color: #F0B800;
}.grz_rv_grid_iay {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.grz_rv_grid_iay {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.grz_rv_grid_iay {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.grz_rv_card_iay {
  border-radius: 6px;
  background: #0D1720;
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  flex-direction: column;
}.grz_rv_card_stars_iay {
  gap: 2px;
  display: flex;
  margin-bottom: 10px;
  color: #F0B800;
}.grz_rv_card_stars_iay svg {
  width: 14px;
  height: 0.875rem;
}.grz_rv_card_h_iay {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #E6F6FA;
}.grz_rv_card_body_iay {
  flex: 1;
  color: #4A6E82;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}.grz_rv_card_body_iay strong {
  font-weight: 600;
  color: #A8C8D8;
}.grz_rv_card_meta_iay {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  padding-top: 12px;
  align-items: center;
}.grz_rv_card_author_iay {
  color: #A8C8D8;
  font-weight: 600;
  font-size: 0.75rem;
}.grz_rv_card_date_iay {
  font-size: 11px;
  color: #3A5566;
}.grz_ft_iay {
  background: #040810;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.grz_ft_support_iay {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 24px 1rem;
}
@media(min-width: 769px) {.grz_ft_support_iay {
  padding: 1.75rem 1.5rem;
}
}.grz_ft_support_in_iay {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 82.5rem;
}.grz_ft_support_main_iay {
  gap: 16px;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  min-width: 13.75rem;
}.grz_ft_support_ic_iay {
  color: #00D4F0;
  flex-shrink: 0;
}.grz_ft_support_ic_iay svg {
  stroke-linecap: round;
  height: 1.875rem;
  width: 30px;
  stroke-linejoin: round;
}.grz_ft_support_text_title_iay {
  margin-bottom: 3px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #E6F6FA;
  font-size: 15px;
}.grz_ft_support_text_sub_iay {
  overflow-wrap: break-word;
  color: #4A6E82;
  font-size: 0.75rem;
}.grz_ft_support_btn_iay {
  border-radius: 6px;
  transition: background .2s;
  padding: 11px 1.375rem;
  background: #00D4F0;
  font-weight: 700;
  flex-shrink: 0;
  color: #E6F6FA;
  font-size: 13px;
  white-space: nowrap;
}.grz_ft_support_btn_iay:hover {
  background: #22E8FF;
}.grz_ft_support_contacts_iay {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.grz_ft_support_contact_iay {
  line-height: 1.4;
  font-size: 0.75rem;
  color: #3A5566;
}.grz_ft_support_contact_iay strong {
  font-weight: 600;
  font-size: 11px;
  color: #6A96AE;
  margin-bottom: 2px;
  display: block;
}.grz_ft_main_iay {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 769px) {.grz_ft_main_iay {
  padding: 2.5rem 24px 2rem;
}
}.grz_ft_main_in_iay {
  gap: 24px;
  margin: 0 auto;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width:640px) {.grz_ft_main_in_iay {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.grz_ft_main_in_iay {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.grz_ft_col_logo_iay {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.grz_ft_col_logo_iay {
  grid-column: auto;
}
}.grz_ft_logo_iay {
  gap: 9px;
  margin-bottom: 0.75rem;
  font-weight: 800;
  color: #E6F6FA;
  display: flex;
  font-size: 16px;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  align-items: center;
}.grz_ft_logo_mark_iay {
  overflow: hidden;
  border-radius: 0.25rem;
  height: 30px;
  width: 1.875rem;
}.grz_ft_logo_mark_iay img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.grz_ft_logo_sub_iay {
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #3A5566;
  max-width: 12.5rem;
}.grz_ft_col_title_iay {
  letter-spacing: .07em;
  margin-bottom: 0.875rem;
  font-weight: 700;
  color: #6A96AE;
  font-size: 12px;
  text-transform: uppercase;
}.grz_ft_col_links_iay {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.grz_ft_col_link_iay {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #3A5566;
}.grz_ft_col_link_iay:hover {
  color: #A8C8D8;
}.grz_ft_apps_iay {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.grz_ft_app_card_iay {
  gap: 0.625rem;
  border-radius: 4px;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  display: flex;
  align-items: center;
}.grz_ft_app_card_iay:hover {
  border-color: rgba(0,218,240,0.45);
}.grz_ft_app_card_ic_iay svg {
  height: 22px;
  width: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.grz_ft_app_card_os_iay {
  font-weight: 600;
  font-size: 10px;
  color: #3A5566;
}.grz_ft_app_card_action_iay {
  font-size: 12px;
  color: #A8C8D8;
  font-weight: 700;
}.grz_ft_bot_iay {
  padding: 1.25rem 1rem;
}
@media(min-width: 769px) {.grz_ft_bot_iay {
  padding: 20px 24px;
}
}.grz_ft_bot_in_iay {
  margin: 0 auto;
  gap: 1rem;
  max-width: 1320px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.grz_ft_socials_iay {
  gap: 0.5rem;
  display: flex;
}.grz_ft_soc_iay {
  transition: background .2s;
  background: rgba(255,255,255,0.05);
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.10);
  justify-content: center;
  color: #6A96AE;
  display: flex;
  align-items: center;
  width: 2.25rem;
  height: 36px;
}.grz_ft_soc_iay svg {
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.grz_ft_soc_iay:hover {
  background: rgba(255,255,255,0.07);
}.grz_ft_legal_iay {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 11px;
  min-width: 200px;
  line-height: 1.6;
  color: #4E6E80;
}.grz_ft_legal_iay strong {
  color: #6A96AE;
  font-weight: 700;
}.grz_ft_legal_iay a {
  color: #6A96AE;
  text-decoration: underline;
}.grz_ft_age_iay {
  border-radius: 50%;
  border: 2px solid #4E6E80;
  font-size: 0.688rem;
  justify-content: center;
  height: 2rem;
  color: #4E6E80;
  margin-left: auto;
  display: flex;
  width: 32px;
  align-items: center;
  flex-shrink: 0;
  font-weight: 800;
}