html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #141210;
  -webkit-font-smoothing: antialiased;
  font-family: 'Source Sans 3', sans-serif;
  line-height: 1.6;
  min-height: 100vh;
  color: #C6BC AC;
}.jqa-layout-ejq {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.jqa-page-ejq {
  display: flex;
  min-height: 100vh;
}.jqa-main-ejq {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1079px) {.jqa-main-ejq {
  padding-left: 220px;
}
}
@media (max-width: 1078px) {.jqa-main-ejq {
  padding-bottom: 4.5rem;
}
}.jqa-gc-ejq {
  overflow: hidden;
  background: #1A1714;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .2s,border-color .2s;
  width: 140px;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
@media(min-width: 641px) {.jqa-gc-ejq {
  width: 156px;
}
}
@media(min-width: 1081px) {.jqa-gc-ejq {
  width: 168px;
}
}.jqa-gc-ejq:hover {
  border-color: rgba(196,136,42,0.08);
  transform: translateY(-3px);
}.jqa-gc_img-ejq {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.jqa-gc_img-ejq img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}.jqa-gc_hover-ejq {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8,6,4,0.78);
  opacity: 0;
  align-items: center;
  position: absolute;
  display: flex;
  justify-content: center;
}.jqa-gc-ejq:hover .jqa-gc_hover-ejq {
  opacity: 1;
}.jqa-gc_hover_btn-ejq {
  padding: 8px 1rem;
  background: #C4882A;
  border-radius: 0.25rem;
  color: #F0EBE2;
  font-weight: 700;
  font-size: 12px;
}.jqa-gc_info-ejq {
  padding: 0.5rem 10px 0.625rem;
}.jqa-gc_name-ejq {
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 3px;
  color: #C6BC AC;
}.jqa-gc_prov-ejq {
  font-size: 0.625rem;
  color: #7A7060;
}.jqa-gc_tag-ejq {
  border-radius: 0.25rem;
  padding: 2px 7px;
  top: 0.375rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  z-index: 2;
  left: 0.375rem;
  position: absolute;
  font-weight: 700;
  font-size: 9px;
}.jqa-gc_tag_hot-ejq {
  background: #C43A2C;
  color: #fff;
}.jqa-gc_tag_new-ejq {
  background: #4A9B62;
  color: #141210;
}.jqa-gc_tag_jp-ejq {
  background: #E8A830;
  color: #141210;
}.jqa-gc_tag_ex-ejq {
  background: #8A6035;
  color: #fff;
}.jqa-gc_tag_live-ejq {
  background: #C43A2C;
  color: #fff;
}.jqa-gr-ejq {
  background: #141210;
  padding: 2rem 16px 0;
}
@media(min-width: 767px) {.jqa-gr-ejq {
  padding: 2.25rem 24px 0;
}
}.jqa-gr_in-ejq {
  margin: 0 auto;
  max-width: 1320px;
}.jqa-gr_head-ejq {
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}.jqa-gr_head_l-ejq {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.jqa-gr_ic-ejq {
  border-radius: 0.5rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 32px;
  display: flex;
}.jqa-gr_ic-ejq svg {
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
}.jqa-gr_title-ejq {
  font-size: 1rem;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F0EBE2;
}
@media(min-width: 767px) {.jqa-gr_title-ejq {
  font-size: 1.125rem;
}
}.jqa-gr_more-ejq {
  transition: color .2s;
  gap: 0.313rem;
  display: flex;
  flex-shrink: 0;
  font-weight: 600;
  color: #857866;
  align-items: center;
  white-space: nowrap;
  font-size: 12px;
}.jqa-gr_more-ejq:hover {
  color: #C4882A;
}.jqa-gr_more-ejq svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 12px;
  height: 0.75rem;
}.jqa-gr_arrows-ejq {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.jqa-gr_arr-ejq {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s;
  width: 30px;
  display: flex;
  height: 1.875rem;
  align-items: center;
  color: #9A8F7C;
  justify-content: center;
}.jqa-gr_arr-ejq:hover {
  background: rgba(255,255,255,0.07);
  color: #F0EBE2;
}.jqa-gr_arr-ejq svg {
  stroke-linejoin: round;
  width: 0.813rem;
  height: 13px;
  stroke-linecap: round;
}.jqa-gr_seo_h-ejq {
  margin: 0 0 6px;
  overflow-wrap: break-word;
  max-width: 680px;
  color: #C6BC AC;
  font-family: 'Cinzel', serif;
  font-size: 13px;
  font-weight: 700;
}
@media(min-width: 769px) {.jqa-gr_seo_h-ejq {
  font-size: 14px;
}
}.jqa-gr_seo-ejq {
  max-width: 42.5rem;
  line-height: 1.55;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #857866;
}.jqa-gr_seo-ejq strong {
  font-weight: 600;
  color: #C6BC AC;
}.jqa-gr_scroll-ejq {
  gap: 0.625rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding-bottom: 0.625rem;
  display: flex;
}.jqa-gr_scroll-ejq::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.jqa-gr_scroll-ejq {
  gap: 12px;
}
}.jqa-tb-ejq {
  background: #111009;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  z-index: 80;
  position: fixed;
  height: 3.5rem;
  align-items: center;
  right: 0;
  top: 0;
  left: 0;
  display: flex;
}.jqa-tb_in-ejq {
  gap: 0;
  padding: 0 0.875rem;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
}.jqa-tb_burger-ejq {
  border-radius: 0.5rem;
  gap: 0.313rem;
  align-items: center;
  flex-shrink: 0;
  height: 2.375rem;
  justify-content: center;
  flex-direction: column;
  display: flex;
  width: 2.375rem;
  margin-right: 8px;
}.jqa-tb_burger-ejq:hover {
  background: rgba(255,255,255,0.05);
}.jqa-tb_burger_line-ejq {
  background: #9A8F7C;
  border-radius: 1px;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1079px) {.jqa-tb_burger-ejq {
  display: none;
}
}.jqa-tb_logo-ejq {
  gap: 9px;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #F0EBE2;
  font-weight: 800;
  margin-right: 1.25rem;
  letter-spacing: -.01em;
  flex-shrink: 0;
}.jqa-tb_logo_mark-ejq {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 32px;
  align-items: center;
  width: 32px;
  justify-content: center;
  display: flex;
}.jqa-tb_logo_mark-ejq img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.jqa-tb_nav-ejq {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 639px) {.jqa-tb_nav-ejq {
  display: flex;
}
}.jqa-tb_tab-ejq {
  border-radius: 8px;
  transition: background .15s,color .15s;
  padding: 8px 14px;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #9A8F7C;
  font-weight: 600;
}.jqa-tb_tab-ejq:hover {
  background: rgba(255,255,255,0.05);
  color: #F0EBE2;
}.jqa-tb_tab-ejq.jqa-state_active-ejq {
  background: rgba(196,136,42,0.18);
  color: #F0EBE2;
}.jqa-tb_right-ejq {
  gap: 0.5rem;
  flex-shrink: 0;
  align-items: center;
  margin-left: auto;
  display: flex;
}.jqa-tb_login-ejq {
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s,color .2s;
  padding: 0.563rem 1rem;
  background: rgba(255,255,255,0.05);
  font-weight: 600;
  color: #C6BC AC;
  font-size: 13px;
  display: none;
}.jqa-tb_login-ejq:hover {
  border-color: rgba(196,136,42,0.50);
  color: #F0EBE2;
}
@media(min-width: 479px) {.jqa-tb_login-ejq {
  display: block;
}
}.jqa-tb_reg-ejq {
  transition: background .2s;
  border-radius: 8px;
  background: #4A9B62;
  padding: 0.563rem 1.125rem;
  color: #0E0B07;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 700;
}.jqa-tb_reg-ejq:hover {
  background: #3E8A54;
}.jqa-sb-ejq {
  border-right: 1px solid rgba(255,255,255,0.05);
  transition: transform .25s ease;
  transform: translateX(-100%);
  background: #1F1C18;
  z-index: 70;
  bottom: 0;
  overflow-y: auto;
  width: 220px;
  left: 0;
  top: 56px;
  position: fixed;
}.jqa-sb-ejq.jqa-state_open-ejq {
  transform: translateX(0);
}.jqa-sb-ejq::-webkit-scrollbar {
  width: 4px;
}.jqa-sb-ejq::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.jqa-sb-ejq {
  transform: translateX(0);
}
}.jqa-sb_auth-ejq {
  padding: 14px 0.75rem 0.625rem;
}.jqa-sb_btn_reg-ejq {
  padding: 11px;
  transition: background .2s;
  background: #4A9B62;
  border-radius: 8px;
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  color: #0E0B07;
}.jqa-sb_btn_reg-ejq:hover {
  background: #3E8A54;
}.jqa-sb_btn_login-ejq {
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.05);
  padding: 0.625rem;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  color: #C6BC AC;
  display: block;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
}.jqa-sb_btn_login-ejq:hover {
  border-color: rgba(196,136,42,0.50);
  color: #F0EBE2;
}.jqa-sb_promo-ejq {
  background: linear-gradient(135deg,#1E1508,#1F1C18);
  border: 1px solid rgba(196,136,42,0.18);
  border-radius: 0.5rem;
  padding: 0.75rem 0.875rem;
  overflow: hidden;
  margin: 0 12px 0.625rem;
  position: relative;
}.jqa-sb_promo-ejq::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(196,136,42,0.18),transparent 70%);
  height: 80px;
  width: 5rem;
  position: absolute;
  right: -1.25rem;
  top: -20px;
  content: '';
}.jqa-sb_promo_title-ejq {
  color: #C4882A;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .06em;
  margin-bottom: 0.25rem;
}.jqa-sb_promo_text-ejq {
  line-height: 1.35;
  font-weight: 600;
  color: #F0EBE2;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.jqa-sb_promo_sub-ejq {
  color: #857866;
  margin-top: 3px;
  font-size: 10px;
}.jqa-sb_nav-ejq {
  padding: 6px 8px 1rem;
}.jqa-sb_nav_lb-ejq {
  padding: 10px 8px 0.375rem;
  font-size: 10px;
  letter-spacing: .08em;
  color: #7A7060;
  text-transform: uppercase;
  font-weight: 700;
}.jqa-sb_link-ejq {
  transition: background .15s,color .15s;
  gap: 0.625rem;
  padding: 0.563rem 10px;
  border-radius: 4px;
  color: #9A8F7C;
  overflow-wrap: break-word;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  align-items: center;
  cursor: pointer;
}.jqa-sb_link-ejq:hover {
  background: rgba(255,255,255,0.05);
  color: #F0EBE2;
}.jqa-sb_link-ejq.jqa-state_active-ejq {
  background: rgba(196,136,42,0.18);
  color: #F0EBE2;
}.jqa-sb_ic-ejq {
  border-radius: 0.25rem;
  height: 1.875rem;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 1.875rem;
  align-items: center;
}.jqa-sb_ic-ejq svg {
  width: 1rem;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.jqa-sb_ic_1-ejq {
  background: rgba(196,136,42,0.08);
  color: #C4882A;
}.jqa-sb_ic_2-ejq {
  background: rgba(74,155,98,0.16);
  color: #4A9B62;
}.jqa-sb_ic_3-ejq {
  background: rgba(232,168,48,0.16);
  color: #E8A830;
}.jqa-sb_ic_4-ejq {
  background: rgba(138,96,53,0.22);
  color: #8A6035;
}.jqa-sb_ic_5-ejq {
  background: rgba(196,136,42,0.08);
  color: #C44070;
}.jqa-sb_ic_6-ejq {
  background: rgba(138,96,53,0.22);
  color: #7B48A0;
}.jqa-sb_badge-ejq {
  padding: 2px 7px;
  background: #E8A830;
  border-radius: 0.25rem;
  font-weight: 700;
  margin-left: auto;
  color: #0E0B07;
  font-size: 0.563rem;
}.jqa-sb_bot-ejq {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  gap: 8px;
  display: flex;
}.jqa-sb_lang-ejq,.jqa-sb_help-ejq {
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  padding: 9px 0.375rem;
  gap: 0.375rem;
  flex: 1;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.06);
  justify-content: center;
  font-weight: 600;
  color: #9A8F7C;
  align-items: center;
  font-size: 11px;
  display: flex;
}.jqa-sb_lang-ejq:hover,.jqa-sb_help-ejq:hover {
  border-color: rgba(196,136,42,0.50);
  color: #F0EBE2;
}.jqa-sb_lang-ejq svg,.jqa-sb_help-ejq svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 13px;
  width: 13px;
}.jqa-sb_bd-ejq {
  background: rgba(8,6,4,0.78);
  inset: 0;
  position: fixed;
  z-index: 69;
  display: none;
}.jqa-sb_bd-ejq.jqa-state_on-ejq {
  display: block;
}
@media(min-width: 1082px) {.jqa-sb_bd-ejq {
  display: none!important;
}
}.jqa-mob_nav-ejq {
  background: #1F1C18;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.11);
  display: flex;
  z-index: 80;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
}
@media(min-width: 1083px) {.jqa-mob_nav-ejq {
  display: none;
}
}.jqa-mob_nav_item-ejq {
  gap: 0.25rem;
  flex: 1;
  padding: 0.25rem 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  color: #7A7060;
}.jqa-mob_nav_ic-ejq {
  line-height: 1;
}.jqa-mob_nav_ic-ejq svg {
  width: 20px;
  height: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.jqa-mob_nav_lb-ejq {
  font-weight: 600;
  font-size: 10px;
  color: #7A7060;
}.jqa-mob_nav_item-ejq.jqa-state_active-ejq {
  color: #C4882A;
}.jqa-mob_nav_item-ejq.jqa-state_active-ejq .jqa-mob_nav_lb-ejq {
  color: #C4882A;
}.jqa-hero-ejq {
  background: #141210;
  padding: 20px 16px 0;
}
@media(min-width: 766px) {.jqa-hero-ejq {
  padding: 24px 24px 0;
}
}.jqa-hero_in-ejq {
  gap: 12px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
}
@media(min-width: 858px) {.jqa-hero_in-ejq {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1099px) {.jqa-hero_in-ejq {
  grid-template-columns: 1fr 340px;
}
}.jqa-hero_promo-ejq {
  overflow: hidden;
  background: #1A1714;
  border-radius: 0.75rem;
  min-height: 13.75rem;
  align-items: stretch;
  position: relative;
  display: flex;
}
@media(min-width: 770px) {.jqa-hero_promo-ejq {
  min-height: 280px;
}
}.jqa-hero_promo_bg-ejq {
  inset: 0;
  background: linear-gradient(120deg,#1E1508 0%,#141210 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.jqa-hero_promo_bg-ejq::after {
  inset: 0;
  background: linear-gradient(90deg,#141210 0%,rgba(8,6,4,0.78) 60%,transparent 100%);
  content: '';
  position: absolute;
}.jqa-hero_promo_glow-ejq {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(138,96,53,0.22) 0%,transparent 65%);
  right: 60px;
  top: -2.5rem;
  height: 300px;
  width: 300px;
  pointer-events: none;
  position: absolute;
}.jqa-hero_promo_ct-ejq {
  padding: 1.75rem 1.5rem 28px 1.75rem;
  z-index: 2;
  display: flex;
  position: relative;
  justify-content: center;
  max-width: 480px;
  flex-direction: column;
}
@media(min-width: 766px) {.jqa-hero_promo_ct-ejq {
  padding: 2.5rem 2rem;
}
}.jqa-hero_badge-ejq {
  background: rgba(196,136,42,0.18);
  border-radius: 1.25rem;
  border: 1px solid rgba(196,136,42,0.08);
  padding: 5px 0.75rem;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .08em;
  margin-bottom: 0.875rem;
  color: #C4882A;
}.jqa-hero_h1-ejq {
  line-height: 1.15;
  font-family: 'Cinzel', serif;
  color: #F0EBE2;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 26px;
}.jqa-hero_h1-ejq em {
  color: #E8A830;
  font-style: normal;
}
@media(min-width: 769px) {.jqa-hero_h1-ejq {
  font-size: 2.25rem;
}
}.jqa-hero_sub-ejq {
  line-height: 1.55;
  color: #9A8F7C;
  font-size: 13px;
  margin-bottom: 1.25rem;
}
@media(min-width: 771px) {.jqa-hero_sub-ejq {
  font-size: 14px;
}
}.jqa-hero_row-ejq {
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.jqa-hero_cta-ejq {
  background: #4A9B62;
  border-radius: 0.5rem;
  padding: 13px 1.625rem;
  transition: background .2s;
  font-size: 14px;
  font-weight: 700;
  color: #0E0B07;
  box-shadow: 0 3px 14px rgba(74,155,98,0.42), inset 0 1px 0 rgba(255,255,255,0.10);
}.jqa-hero_cta-ejq:hover {
  background: #3E8A54;
}.jqa-hero_terms-ejq {
  font-size: 0.688rem;
  color: #7A7060;
}.jqa-hero_game-ejq {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.75rem;
  overflow: hidden;
  background: #1A1714;
  display: flex;
  position: relative;
  flex-direction: column;
}.jqa-hero_game_badge-ejq {
  border-radius: 20px;
  background: rgba(232,168,48,0.16);
  border: 1px solid rgba(232,168,48,0.16);
  padding: 0.313rem 10px;
  z-index: 3;
  letter-spacing: .06em;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  color: #E8A830;
  text-transform: uppercase;
}.jqa-hero_game_badge-ejq svg {
  margin-right: 0.25rem;
  vertical-align: -1px;
  height: 11px;
  width: 0.688rem;
}.jqa-hero_game_img-ejq {
  background: linear-gradient(135deg,#1E1508,#141210);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.jqa-hero_game_img-ejq img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.jqa-hero_game_play-ejq {
  transition: opacity .2s;
  inset: 0;
  background: rgba(8,6,4,0.78);
  align-items: center;
  position: absolute;
  justify-content: center;
  display: flex;
  opacity: 0;
}.jqa-hero_game-ejq:hover .jqa-hero_game_play-ejq {
  opacity: 1;
}.jqa-hero_game_play-ejq span {
  background: #C4882A;
  border-radius: 50%;
  display: flex;
  height: 52px;
  justify-content: center;
  width: 3.25rem;
  align-items: center;
}.jqa-hero_game_play-ejq span svg {
  margin-left: 2px;
  width: 1.125rem;
  height: 1.125rem;
}.jqa-hero_game_info-ejq {
  padding: 14px 16px;
}.jqa-hero_game_title-ejq {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 15px;
  font-weight: 700;
  color: #F0EBE2;
}.jqa-hero_game_provider-ejq {
  color: #857866;
  font-size: 0.688rem;
}.jqa-hero_game_btn-ejq {
  background: #C4882A;
  margin: 12px 1rem 16px;
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.688rem;
  color: #F0EBE2;
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  display: block;
}.jqa-hero_game-ejq:hover .jqa-hero_game_btn-ejq {
  background: #D4983C;
}.jqa-sbar-ejq {
  background: #141210;
  padding: 1rem 16px 0;
}
@media(min-width: 771px) {.jqa-sbar-ejq {
  padding: 1.125rem 24px 0;
}
}.jqa-sbar_in-ejq {
  margin: 0 auto;
  max-width: 1320px;
}.jqa-sbar_row-ejq {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.jqa-sbar_input-ejq {
  padding: 0.688rem 16px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  background: #1A1714;
  transition: border-color .2s;
  gap: 0.625rem;
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  color: #857866;
}.jqa-sbar_input-ejq:hover {
  border-color: rgba(196,136,42,0.50);
}.jqa-sbar_input-ejq svg {
  height: 15px;
  stroke-linecap: round;
  flex-shrink: 0;
  width: 0.938rem;
  stroke-linejoin: round;
}.jqa-sbar_providers-ejq {
  transition: border-color .2s;
  background: #1A1714;
  padding: 0.688rem 1.125rem;
  border: 1px solid rgba(255,255,255,0.11);
  gap: 0.5rem;
  border-radius: 8px;
  font-size: 0.813rem;
  display: flex;
  align-items: center;
  color: #C6BC AC;
  font-weight: 600;
  white-space: nowrap;
}.jqa-sbar_providers-ejq:hover {
  border-color: rgba(196,136,42,0.50);
  color: #F0EBE2;
}.jqa-sbar_providers-ejq svg {
  width: 14px;
  height: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.jqa-sbar_tabs-ejq {
  gap: 6px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 2px;
}.jqa-sbar_tabs-ejq::-webkit-scrollbar {
  display: none;
}.jqa-sbar_tab-ejq {
  gap: 0.438rem;
  border-radius: 1.25rem;
  padding: 8px 0.875rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  transition: background .15s,color .15s,border-color .15s;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 600;
  color: #9A8F7C;
}.jqa-sbar_tab-ejq:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(196,136,42,0.50);
  color: #F0EBE2;
}.jqa-sbar_tab-ejq.jqa-state_active-ejq {
  border-color: rgba(196,136,42,0.08);
  background: rgba(196,136,42,0.18);
  color: #F0EBE2;
}.jqa-sbar_tab_ic-ejq svg {
  stroke-linecap: round;
  height: 14px;
  width: 14px;
  stroke-linejoin: round;
}.jqa-wy-ejq {
  background: #141210;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.jqa-wy-ejq {
  padding: 40px 1.5rem 0;
}
}.jqa-wy_in-ejq {
  margin: 0 auto;
  max-width: 1320px;
}.jqa-wy_head-ejq {
  margin-bottom: 1.125rem;
  max-width: 720px;
}.jqa-wy_label-ejq {
  font-weight: 700;
  color: #C4882A;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 8px;
}.jqa-wy_h2-ejq {
  margin-bottom: 8px;
  color: #F0EBE2;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 771px) {.jqa-wy_h2-ejq {
  font-size: 24px;
}
}.jqa-wy_intro-ejq {
  margin: 0;
  color: #857866;
  font-size: 13px;
  line-height: 1.6;
}.jqa-wy_grid-ejq {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.jqa-wy_grid-ejq {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.jqa-wy_grid-ejq {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.jqa-wy_card-ejq {
  padding: 1.25rem;
  background: #1F1C18;
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.11);
}.jqa-wy_card-ejq:hover {
  border-color: rgba(196,136,42,0.08);
  transform: translateY(-2px);
}.jqa-wy_card_ic-ejq {
  background: rgba(196,136,42,0.18);
  border-radius: 50%;
  color: #C4882A;
  margin-bottom: 0.875rem;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  display: flex;
}.jqa-wy_card_ic-ejq svg {
  width: 22px;
  height: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.jqa-wy_card_h-ejq {
  margin-bottom: 6px;
  color: #F0EBE2;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.25;
}.jqa-wy_card_p-ejq {
  font-size: 0.813rem;
  line-height: 1.6;
  color: #857866;
  overflow-wrap: break-word;
}.jqa-wy_card_p-ejq strong {
  font-weight: 600;
  color: #C6BC AC;
}.jqa-gcg-ejq {
  padding: 36px 16px 0;
  background: #141210;
}
@media(min-width:768px) {.jqa-gcg-ejq {
  padding: 2.75rem 24px 0;
}
}.jqa-gcg_in-ejq {
  margin: 0 auto;
  max-width: 1320px;
}.jqa-gcg_head-ejq {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.jqa-gcg_label-ejq {
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #C4882A;
}.jqa-gcg_h2-ejq {
  margin-bottom: 8px;
  font-size: 1.375rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F0EBE2;
  font-family: 'Cinzel', serif;
}
@media(min-width: 765px) {.jqa-gcg_h2-ejq {
  font-size: 1.75rem;
}
}.jqa-gcg_intro-ejq {
  font-size: 13px;
  line-height: 1.6;
  color: #857866;
}.jqa-gcg_grid-ejq {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.jqa-gcg_grid-ejq {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.jqa-gcg_grid-ejq {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.jqa-gcg_card-ejq {
  border-radius: 0.75rem;
  overflow: hidden;
  padding: 20px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  min-height: 240px;
  display: flex;
  position: relative;
  cursor: pointer;
  justify-content: flex-end;
  flex-direction: column;
}.jqa-gcg_card-ejq:hover {
  transform: translateY(-3px);
  border-color: rgba(196,136,42,0.18);
}.jqa-gcg_card_bg-ejq {
  inset: 0;
  position: absolute;
  z-index: 0;
}.jqa-gcg_card_bg-ejq::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.jqa-gcg_card_ic-ejq {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  height: 40px;
  width: 2.5rem;
  color: #F0EBE2;
  align-items: center;
  right: 1.125rem;
  position: absolute;
  justify-content: center;
  top: 1.125rem;
  display: flex;
  z-index: 2;
}.jqa-gcg_card_ic-ejq svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.25rem;
  width: 20px;
}.jqa-gcg_card_ct-ejq {
  z-index: 1;
  position: relative;
}.jqa-gcg_card_h-ejq {
  font-weight: 800;
  line-height: 1.2;
  color: #F0EBE2;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  font-size: 18px;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.jqa-gcg_card_h-ejq {
  font-size: 20px;
}
}.jqa-gcg_card_p-ejq {
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
  color: rgba(255,255,255,.82);
}.jqa-gcg_card_p-ejq strong {
  font-weight: 600;
  color: #F0EBE2;
}.jqa-gcg_card_cta-ejq {
  gap: 4px;
  font-size: 12px;
  letter-spacing: .04em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  color: #C4882A;
}.jqa-gcg_card_cta-ejq svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.75rem;
  height: 12px;
}.jqa-ws-ejq {
  padding: 32px 16px 0;
  background: #141210;
}
@media(min-width: 766px) {.jqa-ws-ejq {
  padding: 36px 1.5rem 0;
}
}.jqa-ws_in-ejq {
  margin: 0 auto;
  max-width: 82.5rem;
}.jqa-ws_head-ejq {
  gap: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  flex-wrap: wrap;
}.jqa-ws_title-ejq {
  gap: 0.625rem;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-size: 1rem;
  display: flex;
  font-family: 'Cinzel', serif;
  align-items: center;
  font-weight: 700;
  color: #F0EBE2;
}.jqa-ws_title_ic-ejq svg {
  width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.125rem;
  color: #E8A830;
}.jqa-ws_online-ejq {
  gap: 0.438rem;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  color: #857866;
  font-weight: 600;
}.jqa-ws_online_dot-ejq {
  border-radius: 50%;
  background: #4A9B62;
  box-shadow: 0 0 0.375rem rgba(74,155,98,0.16);
  height: 0.5rem;
  flex-shrink: 0;
  width: 0.5rem;
}.jqa-ws_scroll-ejq {
  gap: 8px;
  display: flex;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
}.jqa-ws_scroll-ejq::-webkit-scrollbar {
  display: none;
}.jqa-wc-ejq {
  border: 1px solid rgba(255,255,255,0.11);
  background: #1A1714;
  gap: 10px;
  border-radius: 0.5rem;
  padding: 0.625rem 14px;
  min-width: 220px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.jqa-wc_img-ejq {
  border-radius: 0.25rem;
  overflow: hidden;
  background: #1F1C18;
  width: 36px;
  flex-shrink: 0;
  height: 2.25rem;
}.jqa-wc_img-ejq img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.jqa-wc_info-ejq {
  min-width: 0;
}.jqa-wc_game-ejq {
  overflow: hidden;
  color: #C6BC AC;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
}.jqa-wc_player-ejq {
  overflow: hidden;
  font-size: 10px;
  color: #7A7060;
  text-overflow: ellipsis;
  white-space: nowrap;
}.jqa-wc_amount-ejq {
  color: #4A9B62;
  font-size: 13px;
  margin-left: auto;
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
}.jqa-prov-ejq {
  background: #141210;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.jqa-prov-ejq {
  padding: 2.75rem 24px 0;
}
}.jqa-prov_in-ejq {
  margin: 0 auto;
  max-width: 82.5rem;
}.jqa-prov_head-ejq {
  margin-bottom: 1rem;
}.jqa-prov_label-ejq {
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #C4882A;
  font-size: 11px;
  text-transform: uppercase;
}.jqa-prov_h2-ejq {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.5rem;
  color: #F0EBE2;
}
@media(min-width: 769px) {.jqa-prov_h2-ejq {
  font-size: 24px;
}
}.jqa-prov_seo-ejq {
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 38.75rem;
  color: #857866;
  overflow-wrap: break-word;
  margin-bottom: 16px;
}.jqa-prov_seo-ejq strong {
  color: #C6BC AC;
  font-weight: 700;
}.jqa-prov_seo-ejq a {
  color: #C4882A;
  text-decoration: underline;
}.jqa-prov_grid-ejq {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 643px) {.jqa-prov_grid-ejq {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1078px) {.jqa-prov_grid-ejq {
  grid-template-columns: repeat(8,1fr);
}
}.jqa-prov_card-ejq {
  border-radius: 8px;
  gap: 0.438rem;
  transition: border-color .2s,background .2s;
  background: #1A1714;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 0.875rem 0.625rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  cursor: pointer;
}.jqa-prov_card-ejq:hover {
  border-color: rgba(196,136,42,0.50);
  background: #1F1C18;
}.jqa-prov_logo-ejq {
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  border-radius: 4px;
  justify-content: center;
  display: flex;
  height: 44px;
  width: 44px;
  align-items: center;
}.jqa-prov_logo-ejq img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.jqa-prov_name-ejq {
  font-size: 11px;
  font-weight: 600;
  color: #9A8F7C;
  overflow-wrap: break-word;
  text-align: center;
}.jqa-bon-ejq {
  background: #141210;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.jqa-bon-ejq {
  padding: 2.75rem 1.5rem 0;
}
}.jqa-bon_in-ejq {
  margin: 0 auto;
  max-width: 1320px;
}.jqa-bon_head-ejq {
  margin-bottom: 1.25rem;
}.jqa-bon_label-ejq {
  letter-spacing: .08em;
  color: #C4882A;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}.jqa-bon_h2-ejq {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: #F0EBE2;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.jqa-bon_h2-ejq {
  font-size: 1.5rem;
}
}.jqa-bon_seo-ejq {
  max-width: 38.75rem;
  overflow-wrap: break-word;
  color: #857866;
  font-size: 13px;
  line-height: 1.6;
}.jqa-bon_seo-ejq strong {
  font-weight: 700;
  color: #C6BC AC;
}.jqa-bon_seo-ejq a {
  text-decoration: underline;
  color: #C4882A;
}.jqa-bon_grid-ejq {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.jqa-bon_grid-ejq {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.jqa-bon_grid-ejq {
  grid-template-columns: repeat(5,1fr);
}
}.jqa-bon_card-ejq {
  transition: border-color .2s,transform .2s;
  background: #1A1714;
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.11);
}.jqa-bon_card-ejq:hover {
  border-color: rgba(196,136,42,0.08);
  transform: translateY(-2px);
}.jqa-bon_card_ic-ejq svg {
  height: 26px;
  stroke-linejoin: round;
  width: 26px;
  stroke-linecap: round;
}.jqa-bon_card_ic-ejq {
  margin-bottom: 0.625rem;
}.jqa-bon_card_type-ejq {
  font-size: 10px;
  color: #857866;
  margin-bottom: 6px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
}.jqa-bon_card_amount-ejq {
  margin-bottom: 6px;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.1;
  color: #E8A830;
}.jqa-bon_card_name-ejq {
  overflow-wrap: break-word;
  font-weight: 600;
  color: #F0EBE2;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
}.jqa-bon_card_detail-ejq {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.5;
  font-size: 0.688rem;
  padding-top: 8px;
  color: #7A7060;
  overflow-wrap: break-word;
}.jqa-reg-ejq {
  padding: 2.25rem 16px 0;
  background: #141210;
}
@media(min-width: 765px) {.jqa-reg-ejq {
  padding: 44px 1.5rem 0;
}
}.jqa-reg_in-ejq {
  border: 1px solid rgba(255,255,255,0.06);
  padding: 28px 1.5rem;
  border-radius: 12px;
  background: #1F1C18;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.jqa-reg_in-ejq {
  padding: 2.5rem;
}
}.jqa-reg_top-ejq {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.jqa-reg_top-ejq {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.jqa-reg_label-ejq {
  margin-bottom: 10px;
  color: #C4882A;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.jqa-reg_h2-ejq {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  line-height: 1.2;
  color: #F0EBE2;
  font-family: 'Cinzel', serif;
}
@media(min-width: 770px) {.jqa-reg_h2-ejq {
  font-size: 1.75rem;
}
}.jqa-reg_bonus-ejq {
  border-radius: 0.5rem;
  padding: 0.625rem 1rem;
  gap: 0.5rem;
  background: rgba(232,168,48,0.16);
  border: 1px solid rgba(232,168,48,0.16);
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.jqa-reg_bonus_amount-ejq {
  font-size: 1.25rem;
  font-weight: 800;
  color: #E8A830;
}.jqa-reg_bonus_text-ejq {
  color: #9A8F7C;
  font-size: 0.813rem;
  line-height: 1.35;
}.jqa-reg_cta_btn-ejq {
  border-radius: 8px;
  padding: 0.875rem 2rem;
  background: #4A9B62;
  transition: background .2s;
  display: inline-block;
  color: #0E0B07;
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-size: 0.938rem;
  box-shadow: 0 3px 0.875rem rgba(74,155,98,0.42), inset 0 1px 0 rgba(255,255,255,0.10);
}.jqa-reg_cta_btn-ejq:hover {
  background: #3E8A54;
}.jqa-reg_terms-ejq {
  font-size: 0.688rem;
  line-height: 1.5;
  color: #7A7060;
}.jqa-reg_seo-ejq {
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 0.813rem;
  margin-top: 20px;
  padding-top: 20px;
  color: #857866;
  line-height: 1.65;
  overflow-wrap: break-word;
}.jqa-reg_seo-ejq p {
  line-height: 1.65;
  color: #857866;
  font-size: 13px;
  margin-bottom: 0.625rem;
}.jqa-reg_seo-ejq p:last-child {
  margin-bottom: 0;
}.jqa-reg_seo-ejq strong {
  color: #C6BC AC;
  font-weight: 700;
}.jqa-reg_seo-ejq a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4882A;
}.jqa-reg_seo-ejq a:hover {
  color: #D4983C;
}.jqa-reg_seo-ejq ul,.jqa-reg_seo-ejq ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.jqa-reg_seo-ejq ol {
  list-style: decimal;
}.jqa-reg_seo-ejq li {
  color: #857866;
  font-size: 0.813rem;
  line-height: 1.65;
  margin-bottom: 0.25rem;
}.jqa-reg_seo-ejq table {
  display: block;
  overflow-x: auto;
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.625rem;
}
@media(min-width: 770px) {.jqa-reg_seo-ejq table {
  display: table;
}
}.jqa-reg_seo-ejq th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #C6BC AC;
}.jqa-reg_seo-ejq td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #857866;
}.jqa-reg_steps-ejq {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width: 858px) {.jqa-reg_steps-ejq {
  margin-top: 0;
}
}.jqa-reg_step-ejq {
  padding: 1rem;
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  gap: 0.875rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.jqa-reg_step_num-ejq {
  border: 1px solid rgba(196,136,42,0.08);
  border-radius: 50%;
  background: rgba(196,136,42,0.18);
  font-size: 0.875rem;
  height: 2.125rem;
  width: 34px;
  flex-shrink: 0;
  color: #C4882A;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
}.jqa-reg_step_title-ejq {
  margin-bottom: 3px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #F0EBE2;
}.jqa-reg_step_text-ejq {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #857866;
}.jqa-reg_trust-ejq {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  flex-wrap: wrap;
  display: flex;
  padding-top: 20px;
  margin-top: 1.25rem;
}.jqa-reg_trust_item-ejq {
  gap: 7px;
  display: flex;
  font-size: 12px;
  color: #857866;
  overflow-wrap: break-word;
  align-items: center;
}.jqa-reg_trust_ic-ejq svg {
  stroke-linejoin: round;
  height: 16px;
  width: 1rem;
  color: #C4882A;
  stroke-linecap: round;
}.jqa-app-ejq {
  padding: 2.25rem 1rem 0;
  background: #141210;
}
@media(min-width: 766px) {.jqa-app-ejq {
  padding: 44px 1.5rem 0;
}
}.jqa-app_in-ejq {
  margin: 0 auto;
  max-width: 82.5rem;
}.jqa-app_head-ejq {
  margin-bottom: 1rem;
}.jqa-app_label-ejq {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #C4882A;
  font-size: 11px;
  font-weight: 700;
}.jqa-app_h2-ejq {
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #F0EBE2;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.jqa-app_h2-ejq {
  font-size: 24px;
}
}.jqa-app_sub-ejq {
  color: #857866;
  overflow-wrap: break-word;
  max-width: 37.5rem;
  font-size: 13px;
  line-height: 1.6;
}.jqa-app_sub-ejq strong {
  color: #C6BC AC;
  font-weight: 700;
}.jqa-app_cards-ejq {
  gap: 10px;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.jqa-app_cards-ejq {
  grid-template-columns: repeat(3,1fr);
}
}.jqa-app_card-ejq {
  padding: 20px;
  overflow: hidden;
  gap: 16px;
  border-radius: 8px;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
  display: flex;
}.jqa-app_card_ios-ejq {
  background: linear-gradient(135deg,rgba(196,136,42,0.18) 0%,#1F1C18 100%);
}.jqa-app_card_android-ejq {
  background: linear-gradient(135deg,rgba(74,155,98,0.16) 0%,#1F1C18 100%);
}.jqa-app_card_win-ejq {
  background: linear-gradient(135deg,rgba(232,168,48,0.16) 0%,#1F1C18 100%);
}.jqa-app_card_ic-ejq svg {
  stroke-linejoin: round;
  height: 2.125rem;
  width: 34px;
  stroke-linecap: round;
}.jqa-app_card_ic-ejq {
  color: #F0EBE2;
  flex-shrink: 0;
}.jqa-app_card_os-ejq {
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  color: #857866;
  letter-spacing: .08em;
  font-weight: 700;
}.jqa-app_card_title-ejq {
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #F0EBE2;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}.jqa-app_card_text-ejq {
  line-height: 1.5;
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #857866;
}.jqa-app_card_btn-ejq {
  transition: background .2s;
  gap: 7px;
  padding: 0.625rem 1.125rem;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(196,136,42,0.50);
  border-radius: 4px;
  align-items: center;
  color: #F0EBE2;
  font-size: 0.813rem;
  display: inline-flex;
  font-weight: 700;
}.jqa-app_card_btn-ejq:hover {
  background: rgba(255,255,255,0.07);
}.jqa-htp-ejq {
  background: #141210;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.jqa-htp-ejq {
  padding: 2.75rem 24px 0;
}
}.jqa-htp_in-ejq {
  margin: 0 auto;
  max-width: 82.5rem;
}.jqa-htp_head-ejq {
  margin-bottom: 22px;
  max-width: 45rem;
}.jqa-htp_label-ejq {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #C4882A;
  letter-spacing: .08em;
}.jqa-htp_h2-ejq {
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-size: 22px;
  font-family: 'Cinzel', serif;
  color: #F0EBE2;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.jqa-htp_h2-ejq {
  font-size: 28px;
}
}.jqa-htp_intro-ejq {
  color: #857866;
  line-height: 1.6;
  font-size: 14px;
}.jqa-htp_steps-ejq {
  padding: 0;
  list-style: none;
  gap: 12px;
  margin: 0;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.jqa-htp_steps-ejq {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.jqa-htp_steps-ejq {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.jqa-htp_step-ejq {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  padding: 1.25rem 18px 1.125rem;
  background: #1F1C18;
  flex-direction: column;
  position: relative;
  display: flex;
}.jqa-htp_step_num-ejq {
  background: #C4882A;
  border-radius: 50%;
  font-size: 0.813rem;
  display: flex;
  height: 28px;
  width: 28px;
  position: absolute;
  justify-content: center;
  top: -12px;
  color: #0E0B07;
  align-items: center;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  left: 1.25rem;
}.jqa-htp_step_ic-ejq {
  background: rgba(196,136,42,0.18);
  border-radius: 4px;
  margin: 0.5rem 0 12px;
  width: 2.25rem;
  color: #C4882A;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  display: flex;
}.jqa-htp_step_ic-ejq svg {
  stroke-linecap: round;
  width: 1.125rem;
  height: 1.125rem;
  stroke-linejoin: round;
}.jqa-htp_step_h-ejq {
  overflow-wrap: break-word;
  line-height: 1.25;
  color: #F0EBE2;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}.jqa-htp_step_p-ejq {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #857866;
  line-height: 1.55;
}.jqa-htp_step_p-ejq strong {
  font-weight: 600;
  color: #C6BC AC;
}.jqa-htp_cta-ejq {
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 13px 26px;
  background: #4A9B62;
  margin-top: 20px;
  font-size: 14px;
  display: inline-block;
  color: #0E0B07;
  font-weight: 700;
}.jqa-htp_cta-ejq:hover {
  background: #3E8A54;
}.jqa-seo-ejq {
  padding: 36px 16px 0;
  background: #141210;
}
@media(min-width: 771px) {.jqa-seo-ejq {
  padding: 2.75rem 1.5rem 0;
}
}.jqa-seo_in-ejq {
  background: #1F1C18;
  border-radius: 0.75rem;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 28px 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.jqa-seo_in-ejq {
  padding: 36px 40px;
}
}.jqa-seo_label-ejq {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #C4882A;
  font-size: 0.688rem;
}.jqa-seo_h2-ejq {
  line-height: 1.25;
  color: #F0EBE2;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}
@media(min-width: 771px) {.jqa-seo_h2-ejq {
  font-size: 1.5rem;
}
}.jqa-seo_body-ejq {
  color: #9A8F7C;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.75;
}.jqa-seo_body-ejq p {
  margin-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9A8F7C;
}.jqa-seo_body-ejq p:last-child {
  margin-bottom: 0;
}.jqa-seo_body-ejq strong {
  font-weight: 700;
  color: #C6BC AC;
}.jqa-seo_body-ejq a {
  transition: color .2s;
  color: #C4882A;
  text-decoration: underline;
}.jqa-seo_body-ejq a:hover {
  color: #D4983C;
}.jqa-seo_body-ejq ul,.jqa-seo_body-ejq ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.jqa-seo_body-ejq ol {
  list-style: decimal;
}.jqa-seo_body-ejq li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #9A8F7C;
  font-size: 14px;
}.jqa-seo_body-ejq table {
  margin-bottom: 0.75rem;
  overflow-x: auto;
  font-size: 13px;
  display: block;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 769px) {.jqa-seo_body-ejq table {
  display: table;
}
}.jqa-seo_body-ejq th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #C6BC AC;
}.jqa-seo_body-ejq td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9A8F7C;
}.jqa-seo_cols-ejq {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.jqa-seo_cols-ejq {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.jqa-seo_cols-ejq {
  grid-template-columns: repeat(3,1fr);
}
}.jqa-seo_col_h-ejq {
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 0.813rem;
  color: #C6BC AC;
  font-weight: 700;
}.jqa-seo_col_p-ejq {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #857866;
  font-size: 13px;
}.jqa-seo_stats-ejq {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.jqa-seo_stat-ejq {
  flex: 1;
  background: rgba(196,136,42,0.08);
  border-radius: 0.5rem;
  padding: 14px 16px;
  border: 1px solid rgba(196,136,42,0.18);
  min-width: 140px;
}.jqa-seo_stat_val-ejq {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #C4882A;
  font-size: 20px;
}.jqa-seo_stat_lb-ejq {
  color: #857866;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.jqa-faq-ejq {
  background: #141210;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.jqa-faq-ejq {
  padding: 2.75rem 24px 0;
}
}.jqa-faq_in-ejq {
  margin: 0 auto;
  max-width: 1320px;
}.jqa-faq_head-ejq {
  margin-bottom: 1.25rem;
}.jqa-faq_label-ejq {
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  color: #C4882A;
}.jqa-faq_h2-ejq {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F0EBE2;
}
@media(min-width: 765px) {.jqa-faq_h2-ejq {
  font-size: 1.5rem;
}
}.jqa-faq_list-ejq {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.jqa-faq_item-ejq {
  background: #1F1C18;
  border: 1px solid rgba(255,255,255,0.11);
  overflow: hidden;
  border-radius: 0.5rem;
}.jqa-faq_q-ejq {
  padding: 1rem 20px;
  gap: 12px;
  transition: color .2s;
  overflow-wrap: break-word;
  color: #C6BC AC;
  cursor: pointer;
  font-weight: 600;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.875rem;
  align-items: center;
  display: flex;
}.jqa-faq_q-ejq:hover {
  color: #F0EBE2;
}.jqa-faq_q_ic-ejq {
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  font-size: 1rem;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  height: 1.5rem;
  color: #C4882A;
  display: flex;
  width: 1.5rem;
}.jqa-faq_item-ejq.jqa-state_open-ejq .jqa-faq_q_ic-ejq {
  transform: rotate(45deg);
}.jqa-faq_a-ejq {
  padding: 0 20px 1rem;
  line-height: 1.7;
  display: none;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #857866;
}.jqa-faq_item-ejq.jqa-state_open-ejq .jqa-faq_a-ejq {
  display: block;
}.jqa-faq_a-ejq strong {
  color: #C6BC AC;
  font-weight: 700;
}.jqa-faq_a-ejq a {
  color: #C4882A;
  text-decoration: underline;
}.jqa-faq_a-ejq ul,.jqa-faq_a-ejq ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.jqa-faq_a-ejq ol {
  list-style: decimal;
}.jqa-faq_a-ejq li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.jqa-faq_a-ejq table {
  margin: 0.5rem 0;
  font-size: 0.75rem;
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}
@media(min-width: 769px) {.jqa-faq_a-ejq table {
  display: table;
}
}.jqa-faq_a-ejq th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 8px;
  color: #C6BC AC;
  font-weight: 700;
  text-align: left;
}.jqa-faq_a-ejq td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #857866;
}.jqa-seo-ejq {
  padding: 36px 1rem 0;
  background: #141210;
}
@media(min-width: 765px) {.jqa-seo-ejq {
  padding: 2.75rem 1.5rem 0;
}
}.jqa-seo_in-ejq {
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.11);
  margin: 0 auto;
  padding: 28px 1.5rem;
  background: #1F1C18;
  max-width: 1320px;
}
@media(min-width: 769px) {.jqa-seo_in-ejq {
  padding: 36px 2.5rem;
}
}.jqa-seo_label-ejq {
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #C4882A;
  font-size: 11px;
}.jqa-seo_h2-ejq {
  margin-bottom: 14px;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  color: #F0EBE2;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.jqa-seo_h2-ejq {
  font-size: 24px;
}
}.jqa-seo_body-ejq {
  line-height: 1.75;
  color: #9A8F7C;
  overflow-wrap: break-word;
  font-size: 14px;
}.jqa-seo_body-ejq p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #9A8F7C;
  font-size: 0.875rem;
}.jqa-seo_body-ejq p:last-child {
  margin-bottom: 0;
}.jqa-seo_body-ejq strong {
  color: #C6BC AC;
  font-weight: 700;
}.jqa-seo_body-ejq a {
  transition: color .2s;
  color: #C4882A;
  text-decoration: underline;
}.jqa-seo_body-ejq a:hover {
  color: #D4983C;
}.jqa-seo_body-ejq ul,.jqa-seo_body-ejq ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.jqa-seo_body-ejq ol {
  list-style: decimal;
}.jqa-seo_body-ejq li {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #9A8F7C;
}.jqa-seo_body-ejq table {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 12px;
  display: block;
  border-collapse: collapse;
  font-size: 13px;
}
@media(min-width: 769px) {.jqa-seo_body-ejq table {
  display: table;
}
}.jqa-seo_body-ejq th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C6BC AC;
  font-weight: 700;
  text-align: left;
}.jqa-seo_body-ejq td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9A8F7C;
}.jqa-seo_cols-ejq {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.jqa-seo_cols-ejq {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.jqa-seo_cols-ejq {
  grid-template-columns: repeat(3,1fr);
}
}.jqa-seo_col_h-ejq {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C6BC AC;
  font-size: 0.813rem;
  margin-bottom: 7px;
}.jqa-seo_col_p-ejq {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #857866;
  font-size: 0.813rem;
}.jqa-seo_stats-ejq {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.jqa-seo_stat-ejq {
  background: rgba(196,136,42,0.08);
  flex: 1;
  padding: 0.875rem 16px;
  border-radius: 0.5rem;
  border: 1px solid rgba(196,136,42,0.18);
  min-width: 140px;
}.jqa-seo_stat_val-ejq {
  margin-bottom: 4px;
  color: #C4882A;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}.jqa-seo_stat_lb-ejq {
  font-size: 11px;
  color: #857866;
  overflow-wrap: break-word;
}.jqa-seo-ejq {
  background: #141210;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.jqa-seo-ejq {
  padding: 44px 24px 0;
}
}.jqa-seo_in-ejq {
  border-radius: 12px;
  padding: 28px 1.5rem;
  background: #1F1C18;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.11);
  max-width: 82.5rem;
}
@media(min-width:768px) {.jqa-seo_in-ejq {
  padding: 2.25rem 2.5rem;
}
}.jqa-seo_label-ejq {
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C4882A;
  text-transform: uppercase;
}.jqa-seo_h2-ejq {
  font-size: 20px;
  margin-bottom: 14px;
  color: #F0EBE2;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 800;
}
@media(min-width: 765px) {.jqa-seo_h2-ejq {
  font-size: 24px;
}
}.jqa-seo_body-ejq {
  color: #9A8F7C;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.75;
}.jqa-seo_body-ejq p {
  color: #9A8F7C;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}.jqa-seo_body-ejq p:last-child {
  margin-bottom: 0;
}.jqa-seo_body-ejq strong {
  font-weight: 700;
  color: #C6BC AC;
}.jqa-seo_body-ejq a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4882A;
}.jqa-seo_body-ejq a:hover {
  color: #D4983C;
}.jqa-seo_body-ejq ul,.jqa-seo_body-ejq ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.jqa-seo_body-ejq ol {
  list-style: decimal;
}.jqa-seo_body-ejq li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #9A8F7C;
}.jqa-seo_body-ejq table {
  width: 100%;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
}
@media(min-width: 767px) {.jqa-seo_body-ejq table {
  display: table;
}
}.jqa-seo_body-ejq th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C6BC AC;
  font-weight: 700;
  text-align: left;
}.jqa-seo_body-ejq td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #9A8F7C;
}.jqa-seo_cols-ejq {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 637px) {.jqa-seo_cols-ejq {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.jqa-seo_cols-ejq {
  grid-template-columns: repeat(3,1fr);
}
}.jqa-seo_col_h-ejq {
  margin-bottom: 0.438rem;
  color: #C6BC AC;
  font-weight: 700;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.jqa-seo_col_p-ejq {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #857866;
  overflow-wrap: break-word;
}.jqa-seo_stats-ejq {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.jqa-seo_stat-ejq {
  background: rgba(196,136,42,0.08);
  border-radius: 8px;
  padding: 14px 1rem;
  flex: 1;
  border: 1px solid rgba(196,136,42,0.18);
  min-width: 140px;
}.jqa-seo_stat_val-ejq {
  margin-bottom: 4px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #C4882A;
}.jqa-seo_stat_lb-ejq {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #857866;
}.jqa-ft-ejq {
  background: #0C0A09;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 3rem;
}.jqa-ft_support-ejq {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 24px 16px;
}
@media(min-width: 769px) {.jqa-ft_support-ejq {
  padding: 28px 1.5rem;
}
}.jqa-ft_support_in-ejq {
  margin: 0 auto;
  gap: 16px;
  align-items: center;
  display: flex;
  max-width: 1320px;
  flex-wrap: wrap;
}.jqa-ft_support_main-ejq {
  gap: 16px;
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 13.75rem;
}.jqa-ft_support_ic-ejq {
  flex-shrink: 0;
  color: #C4882A;
}.jqa-ft_support_ic-ejq svg {
  height: 30px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 30px;
}.jqa-ft_support_text_title-ejq {
  overflow-wrap: break-word;
  color: #F0EBE2;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 15px;
}.jqa-ft_support_text_sub-ejq {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #857866;
}.jqa-ft_support_btn-ejq {
  border-radius: 8px;
  transition: background .2s;
  padding: 11px 22px;
  background: #C4882A;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #F0EBE2;
  flex-shrink: 0;
}.jqa-ft_support_btn-ejq:hover {
  background: #D4983C;
}.jqa-ft_support_contacts-ejq {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.jqa-ft_support_contact-ejq {
  line-height: 1.4;
  font-size: 12px;
  color: #7A7060;
}.jqa-ft_support_contact-ejq strong {
  font-size: 0.688rem;
  color: #9A8F7C;
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
}.jqa-ft_main-ejq {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 16px 1.5rem;
}
@media(min-width: 765px) {.jqa-ft_main-ejq {
  padding: 40px 24px 32px;
}
}.jqa-ft_main_in-ejq {
  margin: 0 auto;
  gap: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
}
@media(min-width: 639px) {.jqa-ft_main_in-ejq {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.jqa-ft_main_in-ejq {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.jqa-ft_col_logo-ejq {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.jqa-ft_col_logo-ejq {
  grid-column: auto;
}
}.jqa-ft_logo-ejq {
  gap: 0.563rem;
  font-weight: 800;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  color: #F0EBE2;
  margin-bottom: 12px;
  flex-wrap: wrap;
  font-size: 16px;
}.jqa-ft_logo_mark-ejq {
  overflow: hidden;
  border-radius: 4px;
  width: 30px;
  height: 30px;
}.jqa-ft_logo_mark-ejq img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.jqa-ft_logo_sub-ejq {
  font-size: 12px;
  color: #7A7060;
  overflow-wrap: break-word;
  max-width: 12.5rem;
  line-height: 1.55;
}.jqa-ft_col_title-ejq {
  font-weight: 700;
  color: #9A8F7C;
  font-size: 0.75rem;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: .07em;
}.jqa-ft_col_links-ejq {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.jqa-ft_col_link-ejq {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #7A7060;
}.jqa-ft_col_link-ejq:hover {
  color: #C6BC AC;
}.jqa-ft_apps-ejq {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.jqa-ft_app_card-ejq {
  transition: border-color .2s;
  border-radius: 4px;
  padding: 0.625rem 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  gap: 0.625rem;
  align-items: center;
  display: flex;
}.jqa-ft_app_card-ejq:hover {
  border-color: rgba(196,136,42,0.50);
}.jqa-ft_app_card_ic-ejq svg {
  stroke-linejoin: round;
  height: 1.375rem;
  width: 1.375rem;
  stroke-linecap: round;
}.jqa-ft_app_card_os-ejq {
  font-weight: 600;
  font-size: 10px;
  color: #7A7060;
}.jqa-ft_app_card_action-ejq {
  color: #C6BC AC;
  font-size: 0.75rem;
  font-weight: 700;
}.jqa-ft_bot-ejq {
  padding: 1.25rem 1rem;
}
@media(min-width: 766px) {.jqa-ft_bot-ejq {
  padding: 20px 1.5rem;
}
}.jqa-ft_bot_in-ejq {
  margin: 0 auto;
  gap: 16px;
  max-width: 82.5rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.jqa-ft_socials-ejq {
  gap: 8px;
  display: flex;
}.jqa-ft_soc-ejq {
  background: rgba(255,255,255,0.05);
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 4px;
  align-items: center;
  width: 36px;
  justify-content: center;
  display: flex;
  color: #9A8F7C;
  height: 2.25rem;
}.jqa-ft_soc-ejq svg {
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
}.jqa-ft_soc-ejq:hover {
  background: rgba(255,255,255,0.07);
}.jqa-ft_legal-ejq {
  flex: 1;
  color: #80766A;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  line-height: 1.6;
  min-width: 200px;
}.jqa-ft_legal-ejq strong {
  color: #9A8F7C;
  font-weight: 700;
}.jqa-ft_legal-ejq a {
  color: #9A8F7C;
  text-decoration: underline;
}.jqa-ft_age-ejq {
  border: 2px solid #80766A;
  border-radius: 50%;
  font-size: 0.688rem;
  width: 32px;
  height: 2rem;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #80766A;
  margin-left: auto;
  flex-shrink: 0;
  font-weight: 800;
}