*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  min-height: 100vh;
  background-color: #0F0F11;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
  line-height: 1.6;
  color: #C6C6D0;
}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 {
  text-decoration: none;
  color: inherit;
}.gqg-layout-cz8 {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.gqg-page-cz8 {
  display: flex;
  min-height: 100vh;
}.gqg-main-cz8 {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media screen and (min-width: 1083px) {.gqg-main-cz8 {
  padding-left: 220px;
}
}
@media screen and (max-width: 1078px) {.gqg-main-cz8 {
  padding-bottom: 4.5rem;
}
}.gqg-gc-cz8 {
  transition: transform .2s,border-color .2s;
  background: #141418;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
  width: 140px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 641px) {.gqg-gc-cz8 {
  width: 156px;
}
}
@media(min-width: 1083px) {.gqg-gc-cz8 {
  width: 10.5rem;
}
}.gqg-gc-cz8:hover {
  transform: translateY(-3px);
  border-color: rgba(224, 18, 18, 0.07);
}.gqg-gc_img-cz8 {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.gqg-gc_img-cz8 img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.gqg-gc_hover-cz8 {
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  transition: opacity .2s;
  justify-content: center;
  opacity: 0;
  align-items: center;
  position: absolute;
  display: flex;
}.gqg-gc-cz8:hover .gqg-gc_hover-cz8 {
  opacity: 1;
}.gqg-gc_hover_btn-cz8 {
  padding: 8px 16px;
  border-radius: 4px;
  background: #E01212;
  font-weight: 700;
  font-size: 12px;
  color: #F4F4F6;
}.gqg-gc_info-cz8 {
  padding: 0.5rem 0.625rem 10px;
}.gqg-gc_name-cz8 {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #C6C6D0;
  max-width: 100%;
  font-weight: 600;
  font-size: 0.75rem;
  white-space: nowrap;
  margin-bottom: 3px;
}.gqg-gc_prov-cz8 {
  color: #525260;
  font-size: 10px;
}.gqg-gc_tag-cz8 {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  z-index: 2;
  position: absolute;
  top: 6px;
  left: 0.375rem;
  font-weight: 700;
  font-size: 0.563rem;
}.gqg-gc_tag_hot-cz8 {
  background: #FF2E2E;
  color: #fff;
}.gqg-gc_tag_new-cz8 {
  background: #21C45D;
  color: #0F0F11;
}.gqg-gc_tag_jp-cz8 {
  background: #F59D0A;
  color: #0F0F11;
}.gqg-gc_tag_ex-cz8 {
  background: #A00000;
  color: #fff;
}.gqg-gc_tag_live-cz8 {
  background: #FF2E2E;
  color: #fff;
}.gqg-gr-cz8 {
  padding: 32px 1rem 0;
  background: #0F0F11;
}
@media(min-width: 766px) {.gqg-gr-cz8 {
  padding: 36px 24px 0;
}
}.gqg-gr_in-cz8 {
  margin: 0 auto;
  max-width: 82.5rem;
}.gqg-gr_head-cz8 {
  gap: 12px;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: center;
}.gqg-gr_head_l-cz8 {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  align-items: center;
  display: flex;
}.gqg-gr_ic-cz8 {
  border-radius: 0.5rem;
  display: flex;
  height: 2rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2rem;
}.gqg-gr_ic-cz8 svg {
  width: 1rem;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.gqg-gr_title-cz8 {
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4F4F6;
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: 700;
}
@media(min-width: 766px) {.gqg-gr_title-cz8 {
  font-size: 1.125rem;
}
}.gqg-gr_more-cz8 {
  gap: 5px;
  transition: color .2s;
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 12px;
  align-items: center;
  font-weight: 600;
  color: #6E6E7C;
}.gqg-gr_more-cz8:hover {
  color: #E01212;
}.gqg-gr_more-cz8 svg {
  stroke-linecap: round;
  height: 12px;
  width: 12px;
  stroke-linejoin: round;
}.gqg-gr_arrows-cz8 {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.gqg-gr_arr-cz8 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .15s,color .15s;
  align-items: center;
  width: 30px;
  display: flex;
  height: 1.875rem;
  justify-content: center;
  color: #9898A6;
}.gqg-gr_arr-cz8:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4F4F6;
}.gqg-gr_arr-cz8 svg {
  stroke-linejoin: round;
  height: 0.813rem;
  width: 13px;
  stroke-linecap: round;
}.gqg-gr_seo_h-cz8 {
  margin: 0 0 6px;
  font-weight: 700;
  max-width: 42.5rem;
  font-size: 13px;
  color: #C6C6D0;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.gqg-gr_seo_h-cz8 {
  font-size: 0.875rem;
}
}.gqg-gr_seo-cz8 {
  max-width: 42.5rem;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  color: #6E6E7C;
  line-height: 1.55;
  font-size: 12px;
}.gqg-gr_seo-cz8 strong {
  color: #C6C6D0;
  font-weight: 600;
}.gqg-gr_scroll-cz8 {
  gap: 10px;
  padding-bottom: 0.625rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
}.gqg-gr_scroll-cz8::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.gqg-gr_scroll-cz8 {
  gap: 0.75rem;
}
}.gqg-tb-cz8 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0D0D10;
  top: 0;
  position: fixed;
  height: 56px;
  align-items: center;
  z-index: 80;
  left: 0;
  display: flex;
  right: 0;
}.gqg-tb_in-cz8 {
  padding: 0 14px;
  gap: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
}.gqg-tb_burger-cz8 {
  border-radius: 0.5rem;
  gap: 0.313rem;
  justify-content: center;
  width: 2.375rem;
  display: flex;
  margin-right: 0.5rem;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  height: 2.375rem;
}.gqg-tb_burger-cz8:hover {
  background: rgba(255, 255, 255, 0.05);
}.gqg-tb_burger_line-cz8 {
  background: #9898A6;
  border-radius: 1px;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1079px) {.gqg-tb_burger-cz8 {
  display: none;
}
}.gqg-tb_logo-cz8 {
  gap: 0.563rem;
  display: flex;
  color: #F4F4F6;
  letter-spacing: -.01em;
  font-weight: 800;
  font-size: 1.125rem;
  margin-right: 20px;
  overflow-wrap: break-word;
  flex-shrink: 0;
  align-items: center;
}.gqg-tb_logo_mark-cz8 {
  border-radius: 0.5rem;
  overflow: hidden;
  align-items: center;
  width: 2rem;
  justify-content: center;
  height: 32px;
  display: flex;
}.gqg-tb_logo_mark-cz8 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.gqg-tb_nav-cz8 {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 638px) {.gqg-tb_nav-cz8 {
  display: flex;
}
}.gqg-tb_tab-cz8 {
  border-radius: 0.5rem;
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  color: #9898A6;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.813rem;
}.gqg-tb_tab-cz8:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4F4F6;
}.gqg-tb_tab-cz8.gqg-state_active-cz8 {
  background: rgba(224, 18, 18, 0.16);
  color: #F4F4F6;
}.gqg-tb_right-cz8 {
  gap: 0.5rem;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
  display: flex;
}.gqg-tb_login-cz8 {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  padding: 0.563rem 16px;
  transition: border-color .2s,color .2s;
  display: none;
  font-size: 0.813rem;
  color: #C6C6D0;
  font-weight: 600;
}.gqg-tb_login-cz8:hover {
  border-color: rgba(224, 18, 18, 0.55);
  color: #F4F4F6;
}
@media(min-width: 478px) {.gqg-tb_login-cz8 {
  display: block;
}
}.gqg-tb_reg-cz8 {
  background: #21C45D;
  transition: background .2s;
  border-radius: 8px;
  padding: 0.563rem 1.125rem;
  font-size: 0.813rem;
  font-weight: 700;
  white-space: nowrap;
  color: #0D0D10;
}.gqg-tb_reg-cz8:hover {
  background: #18A84F;
}.gqg-sb-cz8 {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #191920;
  transform: translateX(-100%);
  transition: transform .25s ease;
  left: 0;
  bottom: 0;
  width: 13.75rem;
  z-index: 70;
  position: fixed;
  top: 3.5rem;
  overflow-y: auto;
}.gqg-sb-cz8.gqg-state_open-cz8 {
  transform: translateX(0);
}.gqg-sb-cz8::-webkit-scrollbar {
  width: 0.25rem;
}.gqg-sb-cz8::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1082px) {.gqg-sb-cz8 {
  transform: translateX(0);
}
}.gqg-sb_auth-cz8 {
  padding: 14px 12px 0.625rem;
}.gqg-sb_btn_reg-cz8 {
  background: #21C45D;
  padding: 0.688rem;
  transition: background .2s;
  border-radius: 8px;
  font-size: 0.813rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #0D0D10;
  display: block;
}.gqg-sb_btn_reg-cz8:hover {
  background: #18A84F;
}.gqg-sb_btn_login-cz8 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 10px;
  transition: border-color .2s;
  display: block;
  color: #C6C6D0;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}.gqg-sb_btn_login-cz8:hover {
  border-color: rgba(224, 18, 18, 0.55);
  color: #F4F4F6;
}.gqg-sb_promo-cz8 {
  overflow: hidden;
  border: 1px solid rgba(224, 18, 18, 0.16);
  margin: 0 0.75rem 10px;
  padding: 12px 14px;
  border-radius: 8px;
  background: linear-gradient(135deg,#1E0000,#191920);
  position: relative;
}.gqg-sb_promo-cz8::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(224, 18, 18, 0.16),transparent 70%);
  height: 5rem;
  width: 80px;
  top: -20px;
  position: absolute;
  content: '';
  right: -20px;
}.gqg-sb_promo_title-cz8 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #E01212;
  font-size: 11px;
  margin-bottom: 0.25rem;
}.gqg-sb_promo_text-cz8 {
  font-size: 12px;
  color: #F4F4F6;
  line-height: 1.35;
  overflow-wrap: break-word;
  font-weight: 600;
}.gqg-sb_promo_sub-cz8 {
  color: #6E6E7C;
  font-size: 10px;
  margin-top: 3px;
}.gqg-sb_nav-cz8 {
  padding: 6px 0.5rem 16px;
}.gqg-sb_nav_lb-cz8 {
  padding: 0.625rem 0.5rem 0.375rem;
  font-size: 10px;
  color: #525260;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.gqg-sb_link-cz8 {
  transition: background .15s,color .15s;
  padding: 9px 0.625rem;
  gap: 0.625rem;
  border-radius: 0.25rem;
  color: #9898A6;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.gqg-sb_link-cz8:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4F4F6;
}.gqg-sb_link-cz8.gqg-state_active-cz8 {
  background: rgba(224, 18, 18, 0.16);
  color: #F4F4F6;
}.gqg-sb_ic-cz8 {
  border-radius: 0.25rem;
  width: 30px;
  display: flex;
  justify-content: center;
  height: 30px;
  align-items: center;
  flex-shrink: 0;
}.gqg-sb_ic-cz8 svg {
  stroke-linecap: round;
  height: 1rem;
  width: 1rem;
  stroke-linejoin: round;
}.gqg-sb_ic_1-cz8 {
  background: rgba(224, 18, 18, 0.07);
  color: #E01212;
}.gqg-sb_ic_2-cz8 {
  background: rgba(33, 196, 93, 0.15);
  color: #21C45D;
}.gqg-sb_ic_3-cz8 {
  background: rgba(245, 157, 10, 0.14);
  color: #F59D0A;
}.gqg-sb_ic_4-cz8 {
  background: rgba(160, 0, 0, 0.22);
  color: #A00000;
}.gqg-sb_ic_5-cz8 {
  background: rgba(224, 18, 18, 0.07);
  color: #EA3D88;
}.gqg-sb_ic_6-cz8 {
  background: rgba(160, 0, 0, 0.22);
  color: #9124E8;
}.gqg-sb_badge-cz8 {
  border-radius: 4px;
  background: #F59D0A;
  padding: 2px 7px;
  font-weight: 700;
  margin-left: auto;
  font-size: 0.563rem;
  color: #0D0D10;
}.gqg-sb_bot-cz8 {
  gap: 8px;
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.gqg-sb_lang-cz8,.gqg-sb_help-cz8 {
  gap: 0.375rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  flex: 1;
  padding: 9px 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  font-size: 11px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #9898A6;
  font-weight: 600;
}.gqg-sb_lang-cz8:hover,.gqg-sb_help-cz8:hover {
  border-color: rgba(224, 18, 18, 0.55);
  color: #F4F4F6;
}.gqg-sb_lang-cz8 svg,.gqg-sb_help-cz8 svg {
  width: 13px;
  stroke-linecap: round;
  height: 0.813rem;
  stroke-linejoin: round;
}.gqg-sb_bd-cz8 {
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  position: fixed;
  z-index: 69;
  display: none;
}.gqg-sb_bd-cz8.gqg-state_on-cz8 {
  display: block;
}
@media(min-width: 1083px) {.gqg-sb_bd-cz8 {
  display: none!important;
}
}.gqg-mob_nav-cz8 {
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  background: #191920;
  position: fixed;
  z-index: 80;
  right: 0;
  bottom: 0;
  display: flex;
  left: 0;
}
@media(min-width: 1081px) {.gqg-mob_nav-cz8 {
  display: none;
}
}.gqg-mob_nav_item-cz8 {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 4px;
  flex-direction: column;
  align-items: center;
  color: #525260;
  display: flex;
  cursor: pointer;
}.gqg-mob_nav_ic-cz8 {
  line-height: 1;
}.gqg-mob_nav_ic-cz8 svg {
  width: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 20px;
}.gqg-mob_nav_lb-cz8 {
  color: #525260;
  font-weight: 600;
  font-size: 10px;
}.gqg-mob_nav_item-cz8.gqg-state_active-cz8 {
  color: #E01212;
}.gqg-mob_nav_item-cz8.gqg-state_active-cz8 .gqg-mob_nav_lb-cz8 {
  color: #E01212;
}.gqg-hero-cz8 {
  background: #0F0F11;
  padding: 20px 16px 0;
}
@media(min-width: 769px) {.gqg-hero-cz8 {
  padding: 1.5rem 24px 0;
}
}.gqg-hero_in-cz8 {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1320px;
}
@media(min-width: 857px) {.gqg-hero_in-cz8 {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.gqg-hero_in-cz8 {
  grid-template-columns: 1fr 21.25rem;
}
}.gqg-hero_promo-cz8 {
  border-radius: 12px;
  background: #141418;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  position: relative;
  align-items: stretch;
}
@media(min-width: 769px) {.gqg-hero_promo-cz8 {
  min-height: 17.5rem;
}
}.gqg-hero_promo_bg-cz8 {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#1E0000 0%,#0F0F11 100%);
  position: absolute;
  background-size: cover;
}.gqg-hero_promo_bg-cz8::after {
  inset: 0;
  background: linear-gradient(90deg,#0F0F11 0%,rgba(0, 0, 0, 0.68) 60%,transparent 100%);
  position: absolute;
  content: '';
}.gqg-hero_promo_glow-cz8 {
  background: radial-gradient(circle,rgba(160, 0, 0, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  height: 18.75rem;
  width: 300px;
  pointer-events: none;
  top: -40px;
  right: 3.75rem;
  position: absolute;
}.gqg-hero_promo_ct-cz8 {
  padding: 1.75rem 24px 1.75rem 1.75rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
  z-index: 2;
  position: relative;
  max-width: 480px;
}
@media(min-width: 770px) {.gqg-hero_promo_ct-cz8 {
  padding: 2.5rem 32px;
}
}.gqg-hero_badge-cz8 {
  padding: 5px 0.75rem;
  background: rgba(224, 18, 18, 0.16);
  border-radius: 20px;
  border: 1px solid rgba(224, 18, 18, 0.07);
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
  display: inline-block;
  color: #E01212;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
}.gqg-hero_h1-cz8 {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  line-height: 1.15;
  color: #F4F4F6;
}.gqg-hero_h1-cz8 em {
  color: #F59D0A;
  font-style: normal;
}
@media(min-width:768px) {.gqg-hero_h1-cz8 {
  font-size: 2.25rem;
}
}.gqg-hero_sub-cz8 {
  margin-bottom: 20px;
  font-size: 13px;
  color: #9898A6;
  line-height: 1.55;
}
@media(min-width: 769px) {.gqg-hero_sub-cz8 {
  font-size: 14px;
}
}.gqg-hero_row-cz8 {
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.gqg-hero_cta-cz8 {
  border-radius: 8px;
  padding: 13px 1.625rem;
  background: #21C45D;
  transition: background .2s;
  box-shadow: 0px 5px 1.125rem rgba(33, 196, 93, 0.42), 0px 1px 4px rgba(33, 196, 93, 0.20);
  color: #0D0D10;
  font-weight: 700;
  font-size: 0.875rem;
}.gqg-hero_cta-cz8:hover {
  background: #18A84F;
}.gqg-hero_terms-cz8 {
  font-size: 11px;
  color: #525260;
}.gqg-hero_game-cz8 {
  border-radius: 12px;
  background: #141418;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex-direction: column;
  display: flex;
  position: relative;
}.gqg-hero_game_badge-cz8 {
  border: 1px solid rgba(245, 157, 10, 0.14);
  background: rgba(245, 157, 10, 0.14);
  padding: 0.313rem 0.625rem;
  border-radius: 20px;
  position: absolute;
  font-weight: 700;
  color: #F59D0A;
  z-index: 3;
  left: 0.75rem;
  text-transform: uppercase;
  font-size: 10px;
  top: 0.75rem;
  letter-spacing: .06em;
}.gqg-hero_game_badge-cz8 svg {
  width: 0.688rem;
  margin-right: 0.25rem;
  height: 11px;
  vertical-align: -1px;
}.gqg-hero_game_img-cz8 {
  overflow: hidden;
  background: linear-gradient(135deg,#1E0000,#0F0F11);
  padding-bottom: 60%;
  position: relative;
}.gqg-hero_game_img-cz8 img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.gqg-hero_game_play-cz8 {
  transition: opacity .2s;
  background: rgba(0, 0, 0, 0.68);
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  justify-content: center;
  position: absolute;
}.gqg-hero_game-cz8:hover .gqg-hero_game_play-cz8 {
  opacity: 1;
}.gqg-hero_game_play-cz8 span {
  border-radius: 50%;
  background: #E01212;
  height: 3.25rem;
  justify-content: center;
  align-items: center;
  width: 52px;
  display: flex;
}.gqg-hero_game_play-cz8 span svg {
  margin-left: 2px;
  height: 18px;
  width: 18px;
}.gqg-hero_game_info-cz8 {
  padding: 0.875rem 1rem;
}.gqg-hero_game_title-cz8 {
  font-weight: 700;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #F4F4F6;
  font-size: 0.938rem;
}.gqg-hero_game_provider-cz8 {
  color: #6E6E7C;
  font-size: 0.688rem;
}.gqg-hero_game_btn-cz8 {
  margin: 12px 16px 16px;
  padding: 11px;
  background: #E01212;
  transition: background .2s;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  color: #F4F4F6;
  font-size: 13px;
  display: block;
}.gqg-hero_game-cz8:hover .gqg-hero_game_btn-cz8 {
  background: #F52020;
}.gqg-wy-cz8 {
  padding: 32px 1rem 0;
  background: #0F0F11;
}
@media(min-width: 769px) {.gqg-wy-cz8 {
  padding: 2.5rem 1.5rem 0;
}
}.gqg-wy_in-cz8 {
  margin: 0 auto;
  max-width: 1320px;
}.gqg-wy_head-cz8 {
  max-width: 45rem;
  margin-bottom: 18px;
}.gqg-wy_label-cz8 {
  color: #E01212;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
}.gqg-wy_h2-cz8 {
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #F4F4F6;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media(min-width: 767px) {.gqg-wy_h2-cz8 {
  font-size: 24px;
}
}.gqg-wy_intro-cz8 {
  margin: 0;
  font-size: 13px;
  color: #6E6E7C;
  line-height: 1.6;
}.gqg-wy_grid-cz8 {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.gqg-wy_grid-cz8 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.gqg-wy_grid-cz8 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.gqg-wy_card-cz8 {
  background: #191920;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  padding: 1.25rem;
  transition: border-color .2s,transform .2s;
}.gqg-wy_card-cz8:hover {
  transform: translateY(-2px);
  border-color: rgba(224, 18, 18, 0.07);
}.gqg-wy_card_ic-cz8 {
  border-radius: 50%;
  background: rgba(224, 18, 18, 0.16);
  color: #E01212;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 14px;
}.gqg-wy_card_ic-cz8 svg {
  stroke-linejoin: round;
  width: 1.375rem;
  stroke-linecap: round;
  height: 1.375rem;
}.gqg-wy_card_h-cz8 {
  line-height: 1.25;
  color: #F4F4F6;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0.375rem;
}.gqg-wy_card_p-cz8 {
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #6E6E7C;
  font-size: 13px;
}.gqg-wy_card_p-cz8 strong {
  color: #C6C6D0;
  font-weight: 600;
}.gqg-gr_jp-cz8 {
  padding: 1.25rem;
  border-radius: 12px;
  background: linear-gradient(135deg,#1A062A 0%,#09090B 100%);
  overflow: hidden;
  position: relative;
}.gqg-gr_jp-cz8::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(160, 0, 0, 0.22) 0%,transparent 70%);
  top: -60px;
  content: '';
  width: 250px;
  height: 250px;
  left: -3.75rem;
  position: absolute;
}.gqg-gr_jp-cz8::after {
  background: radial-gradient(circle,rgba(245, 157, 10, 0.14) 0%,transparent 70%);
  border-radius: 50%;
  content: '';
  right: 0;
  height: 200px;
  width: 12.5rem;
  position: absolute;
  bottom: -40px;
}.gqg-gr_jp_head-cz8 {
  gap: 16px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  margin-bottom: 16px;
}.gqg-gr_jp_info-cz8 {
  flex: 1;
}.gqg-gr_jp_label-cz8 {
  font-weight: 700;
  color: #9124E8;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
}.gqg-gr_jp_label-cz8 svg {
  width: 0.875rem;
  vertical-align: -2px;
  height: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  margin-right: 4px;
}.gqg-gr_jp_amount-cz8 {
  overflow-wrap: break-word;
  font-size: 2rem;
  line-height: 1;
  color: #F4F4F6;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  margin-bottom: 0.25rem;
}
@media(min-width: 771px) {.gqg-gr_jp_amount-cz8 {
  font-size: 40px;
}
}.gqg-gr_jp_amount-cz8 span {
  color: #F59D0A;
}.gqg-gr_jp_seo-cz8 {
  overflow-wrap: break-word;
  max-width: 480px;
  color: #9898A6;
  line-height: 1.5;
  font-size: 12px;
}.gqg-gr_jp_cta-cz8 {
  padding: 0.688rem 1.25rem;
  border-radius: 0.5rem;
  transition: background .2s;
  border: 1px solid rgba(160, 0, 0, 0.22);
  background: rgba(160, 0, 0, 0.22);
  z-index: 1;
  white-space: nowrap;
  font-weight: 700;
  color: #F4F4F6;
  position: relative;
  margin-top: 4px;
  font-size: 13px;
  flex-shrink: 0;
  align-self: flex-start;
}.gqg-gr_jp_cta-cz8:hover {
  background: #A00000;
}.gqg-ws-cz8 {
  background: #0F0F11;
  padding: 2rem 1rem 0;
}
@media(min-width:768px) {.gqg-ws-cz8 {
  padding: 2.25rem 1.5rem 0;
}
}.gqg-ws_in-cz8 {
  margin: 0 auto;
  max-width: 82.5rem;
}.gqg-ws_head-cz8 {
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  display: flex;
  margin-bottom: 14px;
  flex-wrap: wrap;
}.gqg-ws_title-cz8 {
  gap: 0.625rem;
  font-weight: 700;
  color: #F4F4F6;
  flex-wrap: wrap;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
}.gqg-ws_title_ic-cz8 svg {
  width: 18px;
  stroke-linecap: round;
  color: #F59D0A;
  height: 18px;
  stroke-linejoin: round;
}.gqg-ws_online-cz8 {
  gap: 0.438rem;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6E6E7C;
  align-items: center;
}.gqg-ws_online_dot-cz8 {
  background: #21C45D;
  border-radius: 50%;
  height: 0.5rem;
  width: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 0.375rem rgba(33, 196, 93, 0.15);
}.gqg-ws_scroll-cz8 {
  gap: 8px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 8px;
}.gqg-ws_scroll-cz8::-webkit-scrollbar {
  display: none;
}.gqg-wc-cz8 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.625rem 14px;
  border-radius: 0.5rem;
  background: #141418;
  gap: 0.625rem;
  min-width: 220px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.gqg-wc_img-cz8 {
  overflow: hidden;
  background: #191920;
  border-radius: 4px;
  width: 36px;
  flex-shrink: 0;
  height: 36px;
}.gqg-wc_img-cz8 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.gqg-wc_info-cz8 {
  min-width: 0;
}.gqg-wc_game-cz8 {
  overflow: hidden;
  font-weight: 600;
  font-size: 0.75rem;
  color: #C6C6D0;
  text-overflow: ellipsis;
  white-space: nowrap;
}.gqg-wc_player-cz8 {
  overflow: hidden;
  color: #525260;
  font-size: 0.625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}.gqg-wc_amount-cz8 {
  margin-left: auto;
  color: #21C45D;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 700;
}.gqg-prov-cz8 {
  padding: 2.25rem 16px 0;
  background: #0F0F11;
}
@media(min-width: 766px) {.gqg-prov-cz8 {
  padding: 2.75rem 24px 0;
}
}.gqg-prov_in-cz8 {
  margin: 0 auto;
  max-width: 1320px;
}.gqg-prov_head-cz8 {
  margin-bottom: 1rem;
}.gqg-prov_label-cz8 {
  color: #E01212;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.gqg-prov_h2-cz8 {
  font-size: 20px;
  color: #F4F4F6;
  font-weight: 800;
  margin-bottom: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.gqg-prov_h2-cz8 {
  font-size: 24px;
}
}.gqg-prov_seo-cz8 {
  color: #6E6E7C;
  line-height: 1.6;
  overflow-wrap: break-word;
  margin-bottom: 16px;
  font-size: 13px;
  max-width: 38.75rem;
}.gqg-prov_seo-cz8 strong {
  color: #C6C6D0;
  font-weight: 700;
}.gqg-prov_seo-cz8 a {
  text-decoration: underline;
  color: #E01212;
}.gqg-prov_grid-cz8 {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.gqg-prov_grid-cz8 {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.gqg-prov_grid-cz8 {
  grid-template-columns: repeat(8,1fr);
}
}.gqg-prov_card-cz8 {
  background: #141418;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.438rem;
  transition: border-color .2s,background .2s;
  padding: 14px 0.625rem;
  border-radius: 8px;
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-direction: column;
}.gqg-prov_card-cz8:hover {
  background: #191920;
  border-color: rgba(224, 18, 18, 0.55);
}.gqg-prov_logo-cz8 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  overflow: hidden;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
}.gqg-prov_logo-cz8 img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.gqg-prov_name-cz8 {
  color: #9898A6;
  font-size: 11px;
  overflow-wrap: break-word;
  font-weight: 600;
  text-align: center;
}.gqg-app-cz8 {
  padding: 2.25rem 1rem 0;
  background: #0F0F11;
}
@media(min-width: 765px) {.gqg-app-cz8 {
  padding: 2.75rem 1.5rem 0;
}
}.gqg-app_in-cz8 {
  margin: 0 auto;
  max-width: 1320px;
}.gqg-app_head-cz8 {
  margin-bottom: 16px;
}.gqg-app_label-cz8 {
  font-weight: 700;
  font-size: 11px;
  color: #E01212;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.gqg-app_h2-cz8 {
  font-weight: 800;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #F4F4F6;
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 769px) {.gqg-app_h2-cz8 {
  font-size: 1.5rem;
}
}.gqg-app_sub-cz8 {
  color: #6E6E7C;
  overflow-wrap: break-word;
  max-width: 37.5rem;
  line-height: 1.6;
  font-size: 13px;
}.gqg-app_sub-cz8 strong {
  font-weight: 700;
  color: #C6C6D0;
}.gqg-app_cards-cz8 {
  gap: 10px;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.gqg-app_cards-cz8 {
  grid-template-columns: repeat(3,1fr);
}
}.gqg-app_card-cz8 {
  gap: 16px;
  padding: 1.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}.gqg-app_card_ios-cz8 {
  background: linear-gradient(135deg,rgba(224, 18, 18, 0.16) 0%,#191920 100%);
}.gqg-app_card_android-cz8 {
  background: linear-gradient(135deg,rgba(33, 196, 93, 0.15) 0%,#191920 100%);
}.gqg-app_card_win-cz8 {
  background: linear-gradient(135deg,rgba(245, 157, 10, 0.14) 0%,#191920 100%);
}.gqg-app_card_ic-cz8 svg {
  width: 2.125rem;
  stroke-linejoin: round;
  height: 2.125rem;
  stroke-linecap: round;
}.gqg-app_card_ic-cz8 {
  color: #F4F4F6;
  flex-shrink: 0;
}.gqg-app_card_os-cz8 {
  letter-spacing: .08em;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #6E6E7C;
}.gqg-app_card_title-cz8 {
  font-size: 15px;
  margin-bottom: 0.375rem;
  font-weight: 700;
  color: #F4F4F6;
  overflow-wrap: break-word;
  line-height: 1.2;
}.gqg-app_card_text-cz8 {
  font-size: 0.75rem;
  color: #6E6E7C;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  line-height: 1.5;
}.gqg-app_card_btn-cz8 {
  border: 1px solid rgba(224, 18, 18, 0.55);
  background: rgba(255, 255, 255, 0.12);
  gap: 0.438rem;
  border-radius: 0.25rem;
  padding: 0.625rem 18px;
  transition: background .2s;
  font-size: 13px;
  color: #F4F4F6;
  align-items: center;
  display: inline-flex;
  font-weight: 700;
}.gqg-app_card_btn-cz8:hover {
  background: rgba(255, 255, 255, 0.07);
}.gqg-reg-cz8 {
  background: #0F0F11;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.gqg-reg-cz8 {
  padding: 2.75rem 24px 0;
}
}.gqg-reg_in-cz8 {
  background: #191920;
  border-radius: 12px;
  padding: 28px 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.05);
  max-width: 1320px;
}
@media(min-width: 769px) {.gqg-reg_in-cz8 {
  padding: 2.5rem;
}
}.gqg-reg_top-cz8 {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 858px) {.gqg-reg_top-cz8 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.gqg-reg_label-cz8 {
  color: #E01212;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.625rem;
}.gqg-reg_h2-cz8 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  font-size: 1.375rem;
  color: #F4F4F6;
  line-height: 1.2;
}
@media(min-width: 769px) {.gqg-reg_h2-cz8 {
  font-size: 1.75rem;
}
}.gqg-reg_bonus-cz8 {
  gap: 0.5rem;
  border: 1px solid rgba(245, 157, 10, 0.14);
  border-radius: 8px;
  padding: 0.625rem 16px;
  background: rgba(245, 157, 10, 0.14);
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.gqg-reg_bonus_amount-cz8 {
  font-size: 20px;
  font-weight: 800;
  color: #F59D0A;
}.gqg-reg_bonus_text-cz8 {
  font-size: 13px;
  color: #9898A6;
  line-height: 1.35;
}.gqg-reg_cta_btn-cz8 {
  transition: background .2s;
  background: #21C45D;
  padding: 14px 32px;
  border-radius: 0.5rem;
  color: #0D0D10;
  display: inline-block;
  margin-bottom: 0.75rem;
  font-weight: 700;
  box-shadow: 0px 0.313rem 1.125rem rgba(33, 196, 93, 0.42), 0px 1px 0.25rem rgba(33, 196, 93, 0.20);
  font-size: 0.938rem;
}.gqg-reg_cta_btn-cz8:hover {
  background: #18A84F;
}.gqg-reg_terms-cz8 {
  line-height: 1.5;
  color: #525260;
  font-size: 11px;
}.gqg-reg_seo-cz8 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  margin-top: 20px;
  color: #6E6E7C;
  padding-top: 1.25rem;
  overflow-wrap: break-word;
  font-size: 13px;
}.gqg-reg_seo-cz8 p {
  line-height: 1.65;
  margin-bottom: 10px;
  font-size: 0.813rem;
  color: #6E6E7C;
}.gqg-reg_seo-cz8 p:last-child {
  margin-bottom: 0;
}.gqg-reg_seo-cz8 strong {
  font-weight: 700;
  color: #C6C6D0;
}.gqg-reg_seo-cz8 a {
  transition: color .2s;
  color: #E01212;
  text-decoration: underline;
}.gqg-reg_seo-cz8 a:hover {
  color: #F52020;
}.gqg-reg_seo-cz8 ul,.gqg-reg_seo-cz8 ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.gqg-reg_seo-cz8 ol {
  list-style: decimal;
}.gqg-reg_seo-cz8 li {
  margin-bottom: 0.25rem;
  color: #6E6E7C;
  font-size: 13px;
  line-height: 1.65;
}.gqg-reg_seo-cz8 table {
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 10px;
  display: block;
}
@media(min-width: 767px) {.gqg-reg_seo-cz8 table {
  display: table;
}
}.gqg-reg_seo-cz8 th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C6C6D0;
  text-align: left;
}.gqg-reg_seo-cz8 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #6E6E7C;
}.gqg-reg_steps-cz8 {
  gap: 14px;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width: 861px) {.gqg-reg_steps-cz8 {
  margin-top: 0;
}
}.gqg-reg_step-cz8 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 14px;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.gqg-reg_step_num-cz8 {
  background: rgba(224, 18, 18, 0.16);
  border: 1px solid rgba(224, 18, 18, 0.07);
  border-radius: 50%;
  align-items: center;
  font-weight: 800;
  width: 2.125rem;
  height: 34px;
  font-size: 0.875rem;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  color: #E01212;
}.gqg-reg_step_title-cz8 {
  font-size: 14px;
  font-weight: 700;
  color: #F4F4F6;
  margin-bottom: 3px;
}.gqg-reg_step_text-cz8 {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #6E6E7C;
}.gqg-reg_trust-cz8 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  padding-top: 1.25rem;
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
}.gqg-reg_trust_item-cz8 {
  gap: 0.438rem;
  display: flex;
  font-size: 12px;
  align-items: center;
  overflow-wrap: break-word;
  color: #6E6E7C;
}.gqg-reg_trust_ic-cz8 svg {
  height: 1rem;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #E01212;
}.gqg-htp-cz8 {
  padding: 2.25rem 1rem 0;
  background: #0F0F11;
}
@media(min-width: 770px) {.gqg-htp-cz8 {
  padding: 2.75rem 24px 0;
}
}.gqg-htp_in-cz8 {
  margin: 0 auto;
  max-width: 82.5rem;
}.gqg-htp_head-cz8 {
  max-width: 45rem;
  margin-bottom: 22px;
}.gqg-htp_label-cz8 {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #E01212;
  font-weight: 700;
  text-transform: uppercase;
}.gqg-htp_h2-cz8 {
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4F4F6;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 1.375rem;
}
@media(min-width: 766px) {.gqg-htp_h2-cz8 {
  font-size: 1.75rem;
}
}.gqg-htp_intro-cz8 {
  color: #6E6E7C;
  line-height: 1.6;
  font-size: 0.875rem;
}.gqg-htp_steps-cz8 {
  list-style: none;
  padding: 0;
  gap: 12px;
  margin: 0;
  grid-template-columns: 1fr;
  counter-reset: none;
  display: grid;
}
@media(min-width: 643px) {.gqg-htp_steps-cz8 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.gqg-htp_steps-cz8 {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.gqg-htp_step-cz8 {
  border-radius: 0.5rem;
  padding: 1.25rem 18px 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #191920;
  display: flex;
  position: relative;
  flex-direction: column;
}.gqg-htp_step_num-cz8 {
  border-radius: 50%;
  background: #E01212;
  justify-content: center;
  width: 1.75rem;
  align-items: center;
  height: 1.75rem;
  font-weight: 800;
  position: absolute;
  color: #0D0D10;
  font-size: 0.813rem;
  display: flex;
  left: 20px;
  top: -0.75rem;
  font-family: 'Barlow Condensed', sans-serif;
}.gqg-htp_step_ic-cz8 {
  margin: 0.5rem 0 12px;
  background: rgba(224, 18, 18, 0.16);
  border-radius: 0.25rem;
  width: 2.25rem;
  align-items: center;
  color: #E01212;
  justify-content: center;
  display: flex;
  height: 36px;
}.gqg-htp_step_ic-cz8 svg {
  stroke-linejoin: round;
  height: 1.125rem;
  stroke-linecap: round;
  width: 18px;
}.gqg-htp_step_h-cz8 {
  font-size: 14px;
  margin-bottom: 0.375rem;
  font-weight: 700;
  overflow-wrap: break-word;
  line-height: 1.25;
  color: #F4F4F6;
}.gqg-htp_step_p-cz8 {
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #6E6E7C;
}.gqg-htp_step_p-cz8 strong {
  font-weight: 600;
  color: #C6C6D0;
}.gqg-htp_cta-cz8 {
  padding: 0.813rem 26px;
  background: #21C45D;
  border-radius: 0.5rem;
  transition: background .2s;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
  color: #0D0D10;
}.gqg-htp_cta-cz8:hover {
  background: #18A84F;
}.gqg-bon-cz8 {
  padding: 2.25rem 1rem 0;
  background: #0F0F11;
}
@media(min-width: 769px) {.gqg-bon-cz8 {
  padding: 2.75rem 1.5rem 0;
}
}.gqg-bon_in-cz8 {
  margin: 0 auto;
  max-width: 1320px;
}.gqg-bon_head-cz8 {
  margin-bottom: 20px;
}.gqg-bon_label-cz8 {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  color: #E01212;
}.gqg-bon_h2-cz8 {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4F4F6;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 769px) {.gqg-bon_h2-cz8 {
  font-size: 24px;
}
}.gqg-bon_seo-cz8 {
  font-size: 13px;
  max-width: 38.75rem;
  color: #6E6E7C;
  line-height: 1.6;
  overflow-wrap: break-word;
}.gqg-bon_seo-cz8 strong {
  font-weight: 700;
  color: #C6C6D0;
}.gqg-bon_seo-cz8 a {
  text-decoration: underline;
  color: #E01212;
}.gqg-bon_grid-cz8 {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.gqg-bon_grid-cz8 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.gqg-bon_grid-cz8 {
  grid-template-columns: repeat(5,1fr);
}
}.gqg-bon_card-cz8 {
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #141418;
}.gqg-bon_card-cz8:hover {
  border-color: rgba(224, 18, 18, 0.07);
  transform: translateY(-2px);
}.gqg-bon_card_ic-cz8 svg {
  height: 26px;
  stroke-linejoin: round;
  width: 1.625rem;
  stroke-linecap: round;
}.gqg-bon_card_ic-cz8 {
  margin-bottom: 10px;
}.gqg-bon_card_type-cz8 {
  letter-spacing: .06em;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #6E6E7C;
  font-size: 10px;
  font-weight: 700;
}.gqg-bon_card_amount-cz8 {
  line-height: 1.1;
  margin-bottom: 6px;
  color: #F59D0A;
  font-weight: 800;
  font-size: 18px;
}.gqg-bon_card_name-cz8 {
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  color: #F4F4F6;
  overflow-wrap: break-word;
  font-weight: 600;
}.gqg-bon_card_detail-cz8 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  padding-top: 8px;
  line-height: 1.5;
  font-size: 11px;
  color: #525260;
}.gqg-seo-cz8 {
  background: #0F0F11;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.gqg-seo-cz8 {
  padding: 44px 1.5rem 0;
}
}.gqg-seo_in-cz8 {
  background: #191920;
  border-radius: 12px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 771px) {.gqg-seo_in-cz8 {
  padding: 36px 40px;
}
}.gqg-seo_label-cz8 {
  margin-bottom: 0.625rem;
  font-weight: 700;
  color: #E01212;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
}.gqg-seo_h2-cz8 {
  color: #F4F4F6;
  margin-bottom: 14px;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
}
@media(min-width:768px) {.gqg-seo_h2-cz8 {
  font-size: 24px;
}
}.gqg-seo_body-cz8 {
  color: #9898A6;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.gqg-seo_body-cz8 p {
  color: #9898A6;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 0.875rem;
}.gqg-seo_body-cz8 p:last-child {
  margin-bottom: 0;
}.gqg-seo_body-cz8 strong {
  font-weight: 700;
  color: #C6C6D0;
}.gqg-seo_body-cz8 a {
  transition: color .2s;
  text-decoration: underline;
  color: #E01212;
}.gqg-seo_body-cz8 a:hover {
  color: #F52020;
}.gqg-seo_body-cz8 ul,.gqg-seo_body-cz8 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.gqg-seo_body-cz8 ol {
  list-style: decimal;
}.gqg-seo_body-cz8 li {
  color: #9898A6;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 6px;
}.gqg-seo_body-cz8 table {
  overflow-x: auto;
  font-size: 13px;
  border-collapse: collapse;
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media(min-width: 767px) {.gqg-seo_body-cz8 table {
  display: table;
}
}.gqg-seo_body-cz8 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C6C6D0;
  text-align: left;
  font-weight: 700;
}.gqg-seo_body-cz8 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #9898A6;
}.gqg-seo_cols-cz8 {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.gqg-seo_cols-cz8 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.gqg-seo_cols-cz8 {
  grid-template-columns: repeat(3,1fr);
}
}.gqg-seo_col_h-cz8 {
  margin-bottom: 7px;
  color: #C6C6D0;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 700;
}.gqg-seo_col_p-cz8 {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #6E6E7C;
  font-size: 0.813rem;
}.gqg-seo_stats-cz8 {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.gqg-seo_stat-cz8 {
  flex: 1;
  background: rgba(224, 18, 18, 0.07);
  border: 1px solid rgba(224, 18, 18, 0.16);
  border-radius: 8px;
  padding: 14px 1rem;
  min-width: 140px;
}.gqg-seo_stat_val-cz8 {
  font-size: 1.25rem;
  color: #E01212;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 800;
}.gqg-seo_stat_lb-cz8 {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #6E6E7C;
}.gqg-faq-cz8 {
  padding: 36px 16px 0;
  background: #0F0F11;
}
@media(min-width: 770px) {.gqg-faq-cz8 {
  padding: 44px 1.5rem 0;
}
}.gqg-faq_in-cz8 {
  margin: 0 auto;
  max-width: 82.5rem;
}.gqg-faq_head-cz8 {
  margin-bottom: 1.25rem;
}.gqg-faq_label-cz8 {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #E01212;
}.gqg-faq_h2-cz8 {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4F4F6;
}
@media(min-width: 770px) {.gqg-faq_h2-cz8 {
  font-size: 1.5rem;
}
}.gqg-faq_list-cz8 {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.gqg-faq_item-cz8 {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #191920;
}.gqg-faq_q-cz8 {
  gap: 12px;
  padding: 16px 1.25rem;
  transition: color .2s;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  overflow-wrap: break-word;
  color: #C6C6D0;
  font-size: 0.875rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}.gqg-faq_q-cz8:hover {
  color: #F4F4F6;
}.gqg-faq_q_ic-cz8 {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  color: #E01212;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 16px;
}.gqg-faq_item-cz8.gqg-state_open-cz8 .gqg-faq_q_ic-cz8 {
  transform: rotate(45deg);
}.gqg-faq_a-cz8 {
  padding: 0 1.25rem 16px;
  font-size: 13px;
  display: none;
  color: #6E6E7C;
  line-height: 1.7;
  overflow-wrap: break-word;
}.gqg-faq_item-cz8.gqg-state_open-cz8 .gqg-faq_a-cz8 {
  display: block;
}.gqg-faq_a-cz8 strong {
  font-weight: 700;
  color: #C6C6D0;
}.gqg-faq_a-cz8 a {
  color: #E01212;
  text-decoration: underline;
}.gqg-faq_a-cz8 ul,.gqg-faq_a-cz8 ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.gqg-faq_a-cz8 ol {
  list-style: decimal;
}.gqg-faq_a-cz8 li {
  line-height: 1.6;
  margin-bottom: 4px;
}.gqg-faq_a-cz8 table {
  margin: 8px 0;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  width: 100%;
  font-size: 0.75rem;
}
@media(min-width: 769px) {.gqg-faq_a-cz8 table {
  display: table;
}
}.gqg-faq_a-cz8 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 0.5rem;
  color: #C6C6D0;
  text-align: left;
  font-weight: 700;
}.gqg-faq_a-cz8 td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6E6E7C;
}.gqg-seo-cz8 {
  padding: 36px 16px 0;
  background: #0F0F11;
}
@media(min-width: 771px) {.gqg-seo-cz8 {
  padding: 44px 24px 0;
}
}.gqg-seo_in-cz8 {
  border-radius: 12px;
  background: #191920;
  padding: 28px 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 1320px;
}
@media(min-width: 769px) {.gqg-seo_in-cz8 {
  padding: 2.25rem 40px;
}
}.gqg-seo_label-cz8 {
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
  color: #E01212;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.gqg-seo_h2-cz8 {
  font-size: 20px;
  color: #F4F4F6;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-weight: 800;
}
@media(min-width: 765px) {.gqg-seo_h2-cz8 {
  font-size: 24px;
}
}.gqg-seo_body-cz8 {
  line-height: 1.75;
  color: #9898A6;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.gqg-seo_body-cz8 p {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #9898A6;
  margin-bottom: 12px;
}.gqg-seo_body-cz8 p:last-child {
  margin-bottom: 0;
}.gqg-seo_body-cz8 strong {
  font-weight: 700;
  color: #C6C6D0;
}.gqg-seo_body-cz8 a {
  transition: color .2s;
  text-decoration: underline;
  color: #E01212;
}.gqg-seo_body-cz8 a:hover {
  color: #F52020;
}.gqg-seo_body-cz8 ul,.gqg-seo_body-cz8 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.gqg-seo_body-cz8 ol {
  list-style: decimal;
}.gqg-seo_body-cz8 li {
  line-height: 1.75;
  color: #9898A6;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}.gqg-seo_body-cz8 table {
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 766px) {.gqg-seo_body-cz8 table {
  display: table;
}
}.gqg-seo_body-cz8 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #C6C6D0;
  text-align: left;
  font-weight: 700;
}.gqg-seo_body-cz8 td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9898A6;
}.gqg-seo_cols-cz8 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.gqg-seo_cols-cz8 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.gqg-seo_cols-cz8 {
  grid-template-columns: repeat(3,1fr);
}
}.gqg-seo_col_h-cz8 {
  font-weight: 700;
  color: #C6C6D0;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
}.gqg-seo_col_p-cz8 {
  color: #6E6E7C;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.gqg-seo_stats-cz8 {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.gqg-seo_stat-cz8 {
  border-radius: 8px;
  padding: 14px 16px;
  border: 1px solid rgba(224, 18, 18, 0.16);
  background: rgba(224, 18, 18, 0.07);
  flex: 1;
  min-width: 140px;
}.gqg-seo_stat_val-cz8 {
  margin-bottom: 0.25rem;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #E01212;
}.gqg-seo_stat_lb-cz8 {
  font-size: 11px;
  color: #6E6E7C;
  overflow-wrap: break-word;
}.gqg-seo-cz8 {
  padding: 36px 16px 0;
  background: #0F0F11;
}
@media(min-width: 769px) {.gqg-seo-cz8 {
  padding: 44px 24px 0;
}
}.gqg-seo_in-cz8 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px;
  padding: 28px 24px;
  margin: 0 auto;
  background: #191920;
  max-width: 1320px;
}
@media(min-width: 769px) {.gqg-seo_in-cz8 {
  padding: 36px 40px;
}
}.gqg-seo_label-cz8 {
  letter-spacing: .08em;
  color: #E01212;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}.gqg-seo_h2-cz8 {
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F4F4F6;
  margin-bottom: 0.875rem;
}
@media(min-width: 767px) {.gqg-seo_h2-cz8 {
  font-size: 24px;
}
}.gqg-seo_body-cz8 {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9898A6;
  overflow-wrap: break-word;
}.gqg-seo_body-cz8 p {
  color: #9898A6;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.75;
}.gqg-seo_body-cz8 p:last-child {
  margin-bottom: 0;
}.gqg-seo_body-cz8 strong {
  font-weight: 700;
  color: #C6C6D0;
}.gqg-seo_body-cz8 a {
  transition: color .2s;
  color: #E01212;
  text-decoration: underline;
}.gqg-seo_body-cz8 a:hover {
  color: #F52020;
}.gqg-seo_body-cz8 ul,.gqg-seo_body-cz8 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.gqg-seo_body-cz8 ol {
  list-style: decimal;
}.gqg-seo_body-cz8 li {
  line-height: 1.75;
  color: #9898A6;
  margin-bottom: 6px;
  font-size: 0.875rem;
}.gqg-seo_body-cz8 table {
  border-collapse: collapse;
  margin-bottom: 12px;
  width: 100%;
  overflow-x: auto;
  font-size: 13px;
  display: block;
}
@media(min-width: 771px) {.gqg-seo_body-cz8 table {
  display: table;
}
}.gqg-seo_body-cz8 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #C6C6D0;
  text-align: left;
  font-weight: 700;
}.gqg-seo_body-cz8 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #9898A6;
}.gqg-seo_cols-cz8 {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.gqg-seo_cols-cz8 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.gqg-seo_cols-cz8 {
  grid-template-columns: repeat(3,1fr);
}
}.gqg-seo_col_h-cz8 {
  font-weight: 700;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  color: #C6C6D0;
  overflow-wrap: break-word;
}.gqg-seo_col_p-cz8 {
  font-size: 13px;
  color: #6E6E7C;
  line-height: 1.65;
  overflow-wrap: break-word;
}.gqg-seo_stats-cz8 {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.gqg-seo_stat-cz8 {
  padding: 14px 16px;
  border: 1px solid rgba(224, 18, 18, 0.16);
  flex: 1;
  background: rgba(224, 18, 18, 0.07);
  border-radius: 0.5rem;
  min-width: 8.75rem;
}.gqg-seo_stat_val-cz8 {
  color: #E01212;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
}.gqg-seo_stat_lb-cz8 {
  color: #6E6E7C;
  font-size: 11px;
  overflow-wrap: break-word;
}.gqg-rv-cz8 {
  padding: 36px 16px 0;
  background: #0F0F11;
}
@media(min-width: 769px) {.gqg-rv-cz8 {
  padding: 2.75rem 1.5rem 0;
}
}.gqg-rv_in-cz8 {
  margin: 0 auto;
  max-width: 1320px;
}.gqg-rv_head-cz8 {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.gqg-rv_label-cz8 {
  color: #E01212;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.gqg-rv_h2-cz8 {
  color: #F4F4F6;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 10px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 22px;
}
@media(min-width: 771px) {.gqg-rv_h2-cz8 {
  font-size: 1.75rem;
}
}.gqg-rv_stats-cz8 {
  gap: 1.125rem;
  font-size: 13px;
  display: flex;
  align-items: center;
  color: #6E6E7C;
  flex-wrap: wrap;
}.gqg-rv_stats_score-cz8 {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.gqg-rv_stats_score_val-cz8 {
  color: #F59D0A;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.375rem;
}.gqg-rv_stats_score_max-cz8 {
  color: #525260;
  font-size: 0.813rem;
}.gqg-rv_stats_badge-cz8 {
  gap: 4px;
  display: flex;
  align-items: center;
}.gqg-rv_stats_badge-cz8 svg {
  height: 0.875rem;
  color: #F59D0A;
  width: 0.875rem;
}.gqg-rv_grid-cz8 {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.gqg-rv_grid-cz8 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.gqg-rv_grid-cz8 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.gqg-rv_card-cz8 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.25rem;
  border-radius: 0.5rem;
  background: #191920;
  display: flex;
  flex-direction: column;
}.gqg-rv_card_stars-cz8 {
  gap: 2px;
  color: #F59D0A;
  display: flex;
  margin-bottom: 0.625rem;
}.gqg-rv_card_stars-cz8 svg {
  width: 0.875rem;
  height: 14px;
}.gqg-rv_card_h-cz8 {
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #F4F4F6;
  line-height: 1.3;
  overflow-wrap: break-word;
}.gqg-rv_card_body-cz8 {
  flex: 1;
  line-height: 1.65;
  color: #6E6E7C;
  margin-bottom: 0.875rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.gqg-rv_card_body-cz8 strong {
  font-weight: 600;
  color: #C6C6D0;
}.gqg-rv_card_meta-cz8 {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  justify-content: space-between;
  padding-top: 12px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.gqg-rv_card_author-cz8 {
  font-weight: 600;
  color: #C6C6D0;
  font-size: 0.75rem;
}.gqg-rv_card_date-cz8 {
  color: #525260;
  font-size: 0.688rem;
}.gqg-pmt-cz8 {
  padding: 2.25rem 16px 0;
  background: #0F0F11;
}
@media(min-width: 765px) {.gqg-pmt-cz8 {
  padding: 2.75rem 1.5rem 0;
}
}.gqg-pmt_in-cz8 {
  margin: 0 auto;
  max-width: 82.5rem;
}.gqg-pmt_head-cz8 {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.gqg-pmt_label-cz8 {
  font-size: 11px;
  font-weight: 700;
  color: #E01212;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.gqg-pmt_h2-cz8 {
  font-weight: 800;
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4F4F6;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.gqg-pmt_h2-cz8 {
  font-size: 1.75rem;
}
}.gqg-pmt_intro-cz8 {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #6E6E7C;
}.gqg-pmt_groups-cz8 {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.gqg-pmt_group-cz8 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #191920;
  border-radius: 0.5rem;
  padding: 1.25rem;
}.gqg-pmt_group_head-cz8 {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.625rem;
}.gqg-pmt_group_ic-cz8 {
  background: rgba(224, 18, 18, 0.16);
  border-radius: 0.25rem;
  align-items: center;
  display: flex;
  width: 2.25rem;
  justify-content: center;
  flex-shrink: 0;
  color: #E01212;
  height: 2.25rem;
}.gqg-pmt_group_ic-cz8 svg {
  height: 1.125rem;
  stroke-linejoin: round;
  width: 18px;
  stroke-linecap: round;
}.gqg-pmt_group_h-cz8 {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F4F4F6;
}.gqg-pmt_group_p-cz8 {
  margin-bottom: 0.875rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #6E6E7C;
}.gqg-pmt_group_p-cz8 strong {
  font-weight: 600;
  color: #C6C6D0;
}.gqg-pmt_table_wrap-cz8 {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.gqg-pmt_table-cz8 {
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
  min-width: 540px;
}.gqg-pmt_table-cz8 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  font-size: 0.688rem;
  white-space: nowrap;
  letter-spacing: .04em;
  text-align: left;
  text-transform: uppercase;
  color: #C6C6D0;
}.gqg-pmt_table-cz8 td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6E6E7C;
}.gqg-pmt_table-cz8 tbody tr:last-child td {
  border-bottom: none;
}.gqg-pmt_table-cz8 tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C6C6D0;
}.gqg-ft-cz8 {
  background: #09090B;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.gqg-ft_support-cz8 {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.gqg-ft_support-cz8 {
  padding: 28px 1.5rem;
}
}.gqg-ft_support_in-cz8 {
  margin: 0 auto;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  max-width: 1320px;
}.gqg-ft_support_main-cz8 {
  flex: 1;
  gap: 16px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-width: 220px;
}.gqg-ft_support_ic-cz8 {
  flex-shrink: 0;
  color: #E01212;
}.gqg-ft_support_ic-cz8 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.875rem;
  height: 1.875rem;
}.gqg-ft_support_text_title-cz8 {
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F4F4F6;
}.gqg-ft_support_text_sub-cz8 {
  color: #6E6E7C;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.gqg-ft_support_btn-cz8 {
  background: #E01212;
  padding: 11px 1.375rem;
  transition: background .2s;
  border-radius: 8px;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #F4F4F6;
}.gqg-ft_support_btn-cz8:hover {
  background: #F52020;
}.gqg-ft_support_contacts-cz8 {
  gap: 16px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.gqg-ft_support_contact-cz8 {
  line-height: 1.4;
  font-size: 12px;
  color: #525260;
}.gqg-ft_support_contact-cz8 strong {
  font-size: 0.688rem;
  margin-bottom: 2px;
  font-weight: 600;
  display: block;
  color: #9898A6;
}.gqg-ft_main-cz8 {
  padding: 2rem 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width:768px) {.gqg-ft_main-cz8 {
  padding: 40px 24px 2rem;
}
}.gqg-ft_main_in-cz8 {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.gqg-ft_main_in-cz8 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.gqg-ft_main_in-cz8 {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.gqg-ft_col_logo-cz8 {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.gqg-ft_col_logo-cz8 {
  grid-column: auto;
}
}.gqg-ft_logo-cz8 {
  gap: 0.563rem;
  font-weight: 800;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  color: #F4F4F6;
  font-size: 16px;
  align-items: center;
  display: flex;
}.gqg-ft_logo_mark-cz8 {
  border-radius: 0.25rem;
  overflow: hidden;
  width: 1.875rem;
  height: 30px;
}.gqg-ft_logo_mark-cz8 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.gqg-ft_logo_sub-cz8 {
  color: #525260;
  max-width: 12.5rem;
  line-height: 1.55;
  font-size: 12px;
  overflow-wrap: break-word;
}.gqg-ft_col_title-cz8 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  letter-spacing: .07em;
  font-weight: 700;
  color: #9898A6;
}.gqg-ft_col_links-cz8 {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.gqg-ft_col_link-cz8 {
  transition: color .2s;
  color: #525260;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.gqg-ft_col_link-cz8:hover {
  color: #C6C6D0;
}.gqg-ft_apps-cz8 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.gqg-ft_app_card-cz8 {
  gap: 10px;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  align-items: center;
  display: flex;
}.gqg-ft_app_card-cz8:hover {
  border-color: rgba(224, 18, 18, 0.55);
}.gqg-ft_app_card_ic-cz8 svg {
  height: 1.375rem;
  stroke-linecap: round;
  width: 1.375rem;
  stroke-linejoin: round;
}.gqg-ft_app_card_os-cz8 {
  color: #525260;
  font-size: 0.625rem;
  font-weight: 600;
}.gqg-ft_app_card_action-cz8 {
  font-weight: 700;
  font-size: 12px;
  color: #C6C6D0;
}.gqg-ft_bot-cz8 {
  padding: 20px 1rem;
}
@media(min-width: 769px) {.gqg-ft_bot-cz8 {
  padding: 1.25rem 24px;
}
}.gqg-ft_bot_in-cz8 {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  max-width: 82.5rem;
  flex-wrap: wrap;
  display: flex;
}.gqg-ft_socials-cz8 {
  gap: 0.5rem;
  display: flex;
}.gqg-ft_soc-cz8 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border-radius: 4px;
  color: #9898A6;
  justify-content: center;
  width: 36px;
  align-items: center;
  display: flex;
  height: 36px;
}.gqg-ft_soc-cz8 svg {
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
}.gqg-ft_soc-cz8:hover {
  background: rgba(255, 255, 255, 0.07);
}.gqg-ft_legal-cz8 {
  flex: 1;
  min-width: 200px;
  overflow-wrap: break-word;
  font-size: 11px;
  color: #7A7A88;
  line-height: 1.6;
}.gqg-ft_legal-cz8 strong {
  color: #9898A6;
  font-weight: 700;
}.gqg-ft_legal-cz8 a {
  color: #9898A6;
  text-decoration: underline;
}.gqg-ft_age-cz8 {
  border-radius: 50%;
  border: 2px solid #7A7A88;
  font-weight: 800;
  width: 2rem;
  margin-left: auto;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
  color: #7A7A88;
  display: flex;
  align-items: center;
  height: 2rem;
}