*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #09100B;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  min-height: 100vh;
  color: #C8C0A8;
  font-family: 'Barlow', sans-serif;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  color: inherit;
  text-decoration: none;
}button {
  border: none;
  font: inherit;
  background: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.qtl-layout_sn4 {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.qtl-page_sn4 {
  min-height: 100vh;
  display: flex;
}.qtl-main_sn4 {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media(min-width: 1083px) {.qtl-main_sn4 {
  padding-left: 220px;
}
}
@media(max-width: 1077px) {.qtl-main_sn4 {
  padding-bottom: 72px;
}
}.qtl-gc_sn4 {
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  background: #0D1510;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  width: 140px;
  flex-shrink: 0;
}
@media(min-width: 641px) {.qtl-gc_sn4 {
  width: 9.75rem;
}
}
@media(min-width: 1083px) {.qtl-gc_sn4 {
  width: 10.5rem;
}
}.qtl-gc_sn4:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 138, 16, 0.07);
}.qtl-gc_img_sn4 {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.qtl-gc_img_sn4 img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.qtl-gc_hover_sn4 {
  transition: opacity .2s;
  inset: 0;
  background: rgba(5, 11, 7, 0.72);
  display: flex;
  position: absolute;
  opacity: 0;
  align-items: center;
  justify-content: center;
}.qtl-gc_sn4:hover .qtl-gc_hover_sn4 {
  opacity: 1;
}.qtl-gc_hover_btn_sn4 {
  border-radius: 0.313rem;
  background: #C98A10;
  padding: 8px 16px;
  font-weight: 700;
  color: #F2EDDF;
  font-size: 12px;
}.qtl-gc_info_sn4 {
  padding: 8px 10px 0.625rem;
}.qtl-gc_name_sn4 {
  overflow: hidden;
  color: #C8C0A8;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  max-width: 100%;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
}.qtl-gc_prov_sn4 {
  color: #4E4740;
  font-size: 0.625rem;
}.qtl-gc_tag_sn4 {
  border-radius: 4px;
  padding: 2px 7px;
  left: 0.375rem;
  top: 0.375rem;
  position: absolute;
  z-index: 2;
  font-size: 0.563rem;
  letter-spacing: .04em;
  font-weight: 700;
  text-transform: uppercase;
}.qtl-gc_tag_hot_sn4 {
  background: #D93030;
  color: #fff;
}.qtl-gc_tag_new_sn4 {
  background: #3BAA52;
  color: #09100B;
}.qtl-gc_tag_jp_sn4 {
  background: #F0A800;
  color: #09100B;
}.qtl-gc_tag_ex_sn4 {
  background: #2E6B38;
  color: #fff;
}.qtl-gc_tag_live_sn4 {
  background: #D93030;
  color: #fff;
}.qtl-gr_sn4 {
  background: #09100B;
  padding: 32px 16px 0;
}
@media(min-width: 770px) {.qtl-gr_sn4 {
  padding: 2.25rem 24px 0;
}
}.qtl-gr_in_sn4 {
  margin: 0 auto;
  max-width: 82.5rem;
}.qtl-gr_head_sn4 {
  gap: 12px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  flex-wrap: wrap;
}.qtl-gr_head_l_sn4 {
  flex: 1;
  gap: 0.625rem;
  display: flex;
  min-width: 0;
  align-items: center;
}.qtl-gr_ic_sn4 {
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  height: 2rem;
  width: 2rem;
  justify-content: center;
  flex-shrink: 0;
}.qtl-gr_ic_sn4 svg {
  stroke-linecap: round;
  width: 16px;
  height: 1rem;
  stroke-linejoin: round;
}.qtl-gr_title_sn4 {
  font-size: 1rem;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  color: #F2EDDF;
  font-weight: 700;
}
@media(min-width: 769px) {.qtl-gr_title_sn4 {
  font-size: 18px;
}
}.qtl-gr_more_sn4 {
  gap: 5px;
  transition: color .2s;
  font-size: 12px;
  align-items: center;
  white-space: nowrap;
  display: flex;
  color: #6A6155;
  flex-shrink: 0;
  font-weight: 600;
}.qtl-gr_more_sn4:hover {
  color: #C98A10;
}.qtl-gr_more_sn4 svg {
  stroke-linejoin: round;
  width: 0.75rem;
  stroke-linecap: round;
  height: 12px;
}.qtl-gr_arrows_sn4 {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.qtl-gr_arr_sn4 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #8E8472;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
}.qtl-gr_arr_sn4:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F2EDDF;
}.qtl-gr_arr_sn4 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.813rem;
  height: 0.813rem;
}.qtl-gr_seo_h_sn4 {
  margin: 0 0 6px;
  color: #C8C0A8;
  max-width: 680px;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.qtl-gr_seo_h_sn4 {
  font-size: 0.875rem;
}
}.qtl-gr_seo_sn4 {
  max-width: 42.5rem;
  color: #6A6155;
  line-height: 1.55;
  font-size: 12px;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
}.qtl-gr_seo_sn4 strong {
  font-weight: 600;
  color: #C8C0A8;
}.qtl-gr_scroll_sn4 {
  gap: 10px;
  scrollbar-width: none;
  padding-bottom: 0.625rem;
  overflow-x: auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
}.qtl-gr_scroll_sn4::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.qtl-gr_scroll_sn4 {
  gap: 0.75rem;
}
}.qtl-tb_sn4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #09100B;
  top: 0;
  height: 3.5rem;
  align-items: center;
  position: fixed;
  z-index: 80;
  left: 0;
  right: 0;
  display: flex;
}.qtl-tb_in_sn4 {
  gap: 0;
  padding: 0 14px;
  align-items: center;
  height: 100%;
  width: 100%;
  display: flex;
}.qtl-tb_burger_sn4 {
  gap: 0.313rem;
  border-radius: 8px;
  align-items: center;
  height: 38px;
  width: 2.375rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: 0.5rem;
  flex-shrink: 0;
}.qtl-tb_burger_sn4:hover {
  background: rgba(255, 255, 255, 0.05);
}.qtl-tb_burger_line_sn4 {
  background: #8E8472;
  border-radius: 1px;
  display: block;
  width: 1.125rem;
  height: 2px;
}
@media(min-width: 1079px) {.qtl-tb_burger_sn4 {
  display: none;
}
}.qtl-tb_logo_sn4 {
  gap: 0.563rem;
  font-weight: 800;
  overflow-wrap: break-word;
  flex-shrink: 0;
  display: flex;
  font-size: 1.125rem;
  color: #F2EDDF;
  letter-spacing: -.01em;
  align-items: center;
  margin-right: 1.25rem;
}.qtl-tb_logo_mark_sn4 {
  overflow: hidden;
  border-radius: 8px;
  justify-content: center;
  width: 32px;
  height: 32px;
  align-items: center;
  display: flex;
}.qtl-tb_logo_mark_sn4 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.qtl-tb_nav_sn4 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.qtl-tb_nav_sn4 {
  display: flex;
}
}.qtl-tb_tab_sn4 {
  padding: 8px 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 0.5rem;
  white-space: nowrap;
  color: #8E8472;
  font-size: 13px;
  font-weight: 600;
}.qtl-tb_tab_sn4:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EDDF;
}.qtl-tb_tab_sn4.qtl-state_active_sn4 {
  background: rgba(201, 138, 16, 0.18);
  color: #F2EDDF;
}.qtl-tb_right_sn4 {
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}.qtl-tb_login_sn4 {
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  padding: 9px 1rem;
  display: none;
  font-size: 0.813rem;
  font-weight: 600;
  color: #C8C0A8;
}.qtl-tb_login_sn4:hover {
  border-color: rgba(210, 145, 18, 0.45);
  color: #F2EDDF;
}
@media(min-width: 481px) {.qtl-tb_login_sn4 {
  display: block;
}
}.qtl-tb_reg_sn4 {
  border-radius: 8px;
  padding: 0.563rem 1.125rem;
  background: #3BAA52;
  transition: background .2s;
  font-size: 13px;
  color: #0C1009;
  font-weight: 700;
  white-space: nowrap;
}.qtl-tb_reg_sn4:hover {
  background: #4DC464;
}.qtl-sb_sn4 {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #111A13;
  transform: translateX(-100%);
  transition: transform .25s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 3.5rem;
  overflow-y: auto;
  z-index: 70;
  width: 13.75rem;
}.qtl-sb_sn4.qtl-state_open_sn4 {
  transform: translateX(0);
}.qtl-sb_sn4::-webkit-scrollbar {
  width: 4px;
}.qtl-sb_sn4::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.qtl-sb_sn4 {
  transform: translateX(0);
}
}.qtl-sb_auth_sn4 {
  padding: 0.875rem 0.75rem 10px;
}.qtl-sb_btn_reg_sn4 {
  border-radius: 0.5rem;
  transition: background .2s;
  background: #3BAA52;
  padding: 11px;
  display: block;
  text-align: center;
  font-size: 0.813rem;
  color: #0C1009;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.qtl-sb_btn_reg_sn4:hover {
  background: #4DC464;
}.qtl-sb_btn_login_sn4 {
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  padding: 10px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.813rem;
  color: #C8C0A8;
  text-align: center;
  display: block;
  font-weight: 600;
}.qtl-sb_btn_login_sn4:hover {
  border-color: rgba(210, 145, 18, 0.45);
  color: #F2EDDF;
}.qtl-sb_promo_sn4 {
  border: 1px solid rgba(201, 138, 16, 0.18);
  margin: 0 12px 10px;
  background: linear-gradient(135deg,#1A3A1C,#111A13);
  overflow: hidden;
  padding: 0.75rem 0.875rem;
  border-radius: 8px;
  position: relative;
}.qtl-sb_promo_sn4::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(201, 138, 16, 0.18),transparent 70%);
  right: -1.25rem;
  content: '';
  width: 80px;
  height: 5rem;
  top: -20px;
  position: absolute;
}.qtl-sb_promo_title_sn4 {
  font-size: 11px;
  color: #C98A10;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: .06em;
}.qtl-sb_promo_text_sn4 {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #F2EDDF;
  line-height: 1.35;
}.qtl-sb_promo_sub_sn4 {
  color: #6A6155;
  font-size: 0.625rem;
  margin-top: 3px;
}.qtl-sb_nav_sn4 {
  padding: 0.375rem 0.5rem 1rem;
}.qtl-sb_nav_lb_sn4 {
  padding: 10px 8px 6px;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #4E4740;
}.qtl-sb_link_sn4 {
  transition: background .15s,color .15s;
  padding: 0.563rem 0.625rem;
  gap: 0.625rem;
  border-radius: 0.313rem;
  cursor: pointer;
  color: #8E8472;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  overflow-wrap: break-word;
  display: flex;
}.qtl-sb_link_sn4:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EDDF;
}.qtl-sb_link_sn4.qtl-state_active_sn4 {
  background: rgba(201, 138, 16, 0.18);
  color: #F2EDDF;
}.qtl-sb_ic_sn4 {
  border-radius: 5px;
  justify-content: center;
  width: 30px;
  align-items: center;
  display: flex;
  height: 1.875rem;
  flex-shrink: 0;
}.qtl-sb_ic_sn4 svg {
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
}.qtl-sb_ic_1_sn4 {
  background: rgba(201, 138, 16, 0.07);
  color: #C98A10;
}.qtl-sb_ic_2_sn4 {
  background: rgba(59, 170, 82, 0.18);
  color: #3BAA52;
}.qtl-sb_ic_3_sn4 {
  background: rgba(240, 168, 0, 0.15);
  color: #F0A800;
}.qtl-sb_ic_4_sn4 {
  background: rgba(46, 107, 56, 0.22);
  color: #2E6B38;
}.qtl-sb_ic_5_sn4 {
  background: rgba(201, 138, 16, 0.07);
  color: #C4486A;
}.qtl-sb_ic_6_sn4 {
  background: rgba(46, 107, 56, 0.22);
  color: #8B4FBF;
}.qtl-sb_badge_sn4 {
  background: #F0A800;
  border-radius: 0.313rem;
  padding: 2px 7px;
  font-weight: 700;
  font-size: 0.563rem;
  color: #0C1009;
  margin-left: auto;
}.qtl-sb_bot_sn4 {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  display: flex;
}.qtl-sb_lang_sn4,.qtl-sb_help_sn4 {
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex: 1;
  padding: 0.563rem 0.375rem;
  transition: border-color .2s;
  color: #8E8472;
  align-items: center;
  font-size: 11px;
  justify-content: center;
  font-weight: 600;
  display: flex;
}.qtl-sb_lang_sn4:hover,.qtl-sb_help_sn4:hover {
  border-color: rgba(210, 145, 18, 0.45);
  color: #F2EDDF;
}.qtl-sb_lang_sn4 svg,.qtl-sb_help_sn4 svg {
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
  height: 0.813rem;
}.qtl-sb_bd_sn4 {
  background: rgba(5, 11, 7, 0.72);
  inset: 0;
  display: none;
  z-index: 69;
  position: fixed;
}.qtl-sb_bd_sn4.qtl-state_on_sn4 {
  display: block;
}
@media(min-width: 1077px) {.qtl-sb_bd_sn4 {
  display: none!important;
}
}.qtl-mob_nav_sn4 {
  background: #111A13;
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  right: 0;
  bottom: 0;
  display: flex;
  position: fixed;
  z-index: 80;
  left: 0;
}
@media(min-width: 1079px) {.qtl-mob_nav_sn4 {
  display: none;
}
}.qtl-mob_nav_item_sn4 {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 0.25rem;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  color: #4E4740;
  align-items: center;
}.qtl-mob_nav_ic_sn4 {
  line-height: 1;
}.qtl-mob_nav_ic_sn4 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.25rem;
  height: 1.25rem;
}.qtl-mob_nav_lb_sn4 {
  font-size: 10px;
  font-weight: 600;
  color: #4E4740;
}.qtl-mob_nav_item_sn4.qtl-state_active_sn4 {
  color: #C98A10;
}.qtl-mob_nav_item_sn4.qtl-state_active_sn4 .qtl-mob_nav_lb_sn4 {
  color: #C98A10;
}.qtl-hero_sn4 {
  background: #09100B;
  padding: 1.25rem 16px 0;
}
@media(min-width: 766px) {.qtl-hero_sn4 {
  padding: 1.5rem 24px 0;
}
}.qtl-hero_in_sn4 {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 862px) {.qtl-hero_in_sn4 {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.qtl-hero_in_sn4 {
  grid-template-columns: 1fr 21.25rem;
}
}.qtl-hero_promo_sn4 {
  overflow: hidden;
  border-radius: 12px;
  background: #0D1510;
  align-items: stretch;
  position: relative;
  min-height: 220px;
  display: flex;
}
@media(min-width: 765px) {.qtl-hero_promo_sn4 {
  min-height: 280px;
}
}.qtl-hero_promo_bg_sn4 {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#1A3A1C 0%,#09100B 100%);
  background-size: cover;
  position: absolute;
}.qtl-hero_promo_bg_sn4::after {
  background: linear-gradient(90deg,#09100B 0%,rgba(5, 11, 7, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.qtl-hero_promo_glow_sn4 {
  background: radial-gradient(circle,rgba(46, 107, 56, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  top: -2.5rem;
  pointer-events: none;
  height: 300px;
  right: 3.75rem;
  position: absolute;
  width: 18.75rem;
}.qtl-hero_promo_ct_sn4 {
  padding: 28px 24px 1.75rem 1.75rem;
  position: relative;
  justify-content: center;
  z-index: 2;
  display: flex;
  max-width: 480px;
  flex-direction: column;
}
@media(min-width: 769px) {.qtl-hero_promo_ct_sn4 {
  padding: 40px 2rem;
}
}.qtl-hero_badge_sn4 {
  background: rgba(201, 138, 16, 0.18);
  border-radius: 1.25rem;
  border: 1px solid rgba(201, 138, 16, 0.07);
  padding: 0.313rem 0.75rem;
  font-size: 0.625rem;
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  display: inline-block;
  text-transform: uppercase;
  color: #C98A10;
}.qtl-hero_h1_sn4 {
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  margin-bottom: 0.625rem;
  color: #F2EDDF;
  font-size: 26px;
  line-height: 1.15;
}.qtl-hero_h1_sn4 em {
  color: #F0A800;
  font-style: normal;
}
@media(min-width: 769px) {.qtl-hero_h1_sn4 {
  font-size: 2.25rem;
}
}.qtl-hero_sub_sn4 {
  color: #8E8472;
  font-size: 0.813rem;
  line-height: 1.55;
  margin-bottom: 20px;
}
@media(min-width: 769px) {.qtl-hero_sub_sn4 {
  font-size: 14px;
}
}.qtl-hero_row_sn4 {
  gap: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.qtl-hero_cta_sn4 {
  border-radius: 0.5rem;
  transition: background .2s;
  background: #3BAA52;
  padding: 0.813rem 1.625rem;
  font-size: 0.875rem;
  color: #0C1009;
  font-weight: 700;
  box-shadow: 0 0 0.875rem 3px rgba(59, 170, 82, 0.50), 0 3px 8px rgba(0, 0, 0, 0.55);
}.qtl-hero_cta_sn4:hover {
  background: #4DC464;
}.qtl-hero_terms_sn4 {
  color: #4E4740;
  font-size: 0.688rem;
}.qtl-hero_game_sn4 {
  background: #0D1510;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex-direction: column;
  display: flex;
  position: relative;
}.qtl-hero_game_badge_sn4 {
  padding: 0.313rem 0.625rem;
  background: rgba(240, 168, 0, 0.15);
  border: 1px solid rgba(240, 168, 0, 0.15);
  border-radius: 1.25rem;
  letter-spacing: .06em;
  color: #F0A800;
  text-transform: uppercase;
  font-weight: 700;
  left: 0.75rem;
  font-size: 10px;
  position: absolute;
  top: 0.75rem;
  z-index: 3;
}.qtl-hero_game_badge_sn4 svg {
  margin-right: 4px;
  vertical-align: -1px;
  width: 0.688rem;
  height: 0.688rem;
}.qtl-hero_game_img_sn4 {
  overflow: hidden;
  background: linear-gradient(135deg,#1A3A1C,#09100B);
  padding-bottom: 60%;
  position: relative;
}.qtl-hero_game_img_sn4 img {
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}.qtl-hero_game_play_sn4 {
  inset: 0;
  background: rgba(5, 11, 7, 0.72);
  transition: opacity .2s;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
  position: absolute;
}.qtl-hero_game_sn4:hover .qtl-hero_game_play_sn4 {
  opacity: 1;
}.qtl-hero_game_play_sn4 span {
  border-radius: 50%;
  background: #C98A10;
  align-items: center;
  height: 3.25rem;
  justify-content: center;
  width: 3.25rem;
  display: flex;
}.qtl-hero_game_play_sn4 span svg {
  width: 18px;
  height: 18px;
  margin-left: 2px;
}.qtl-hero_game_info_sn4 {
  padding: 14px 16px;
}.qtl-hero_game_title_sn4 {
  color: #F2EDDF;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 4px;
}.qtl-hero_game_provider_sn4 {
  color: #6A6155;
  font-size: 11px;
}.qtl-hero_game_btn_sn4 {
  margin: 12px 1rem 1rem;
  transition: background .2s;
  border-radius: 8px;
  padding: 11px;
  background: #C98A10;
  font-weight: 700;
  color: #F2EDDF;
  font-size: 13px;
  display: block;
  text-align: center;
}.qtl-hero_game_sn4:hover .qtl-hero_game_btn_sn4 {
  background: #E0A020;
}.qtl-sbar_sn4 {
  padding: 16px 16px 0;
  background: #09100B;
}
@media(min-width: 769px) {.qtl-sbar_sn4 {
  padding: 18px 1.5rem 0;
}
}.qtl-sbar_in_sn4 {
  margin: 0 auto;
  max-width: 1320px;
}.qtl-sbar_row_sn4 {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}.qtl-sbar_input_sn4 {
  gap: 0.625rem;
  border-radius: 8px;
  transition: border-color .2s;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0D1510;
  padding: 0.688rem 1rem;
  display: flex;
  font-size: 0.813rem;
  color: #6A6155;
  cursor: pointer;
  align-items: center;
}.qtl-sbar_input_sn4:hover {
  border-color: rgba(210, 145, 18, 0.45);
}.qtl-sbar_input_sn4 svg {
  height: 15px;
  stroke-linecap: round;
  flex-shrink: 0;
  stroke-linejoin: round;
  width: 15px;
}.qtl-sbar_providers_sn4 {
  background: #0D1510;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  border-radius: 8px;
  padding: 0.688rem 1.125rem;
  gap: 8px;
  color: #C8C0A8;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 600;
  align-items: center;
  display: flex;
}.qtl-sbar_providers_sn4:hover {
  border-color: rgba(210, 145, 18, 0.45);
  color: #F2EDDF;
}.qtl-sbar_providers_sn4 svg {
  width: 0.875rem;
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.qtl-sbar_tabs_sn4 {
  gap: 0.375rem;
  display: flex;
  padding-bottom: 2px;
  scrollbar-width: none;
  overflow-x: auto;
}.qtl-sbar_tabs_sn4::-webkit-scrollbar {
  display: none;
}.qtl-sbar_tab_sn4 {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem 0.875rem;
  gap: 0.438rem;
  transition: background .15s,color .15s,border-color .15s;
  white-space: nowrap;
  display: flex;
  color: #8E8472;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.75rem;
  align-items: center;
  flex-shrink: 0;
}.qtl-sbar_tab_sn4:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(210, 145, 18, 0.45);
  color: #F2EDDF;
}.qtl-sbar_tab_sn4.qtl-state_active_sn4 {
  background: rgba(201, 138, 16, 0.18);
  border-color: rgba(201, 138, 16, 0.07);
  color: #F2EDDF;
}.qtl-sbar_tab_ic_sn4 svg {
  stroke-linecap: round;
  width: 0.875rem;
  height: 14px;
  stroke-linejoin: round;
}.qtl-wy_sn4 {
  padding: 2rem 1rem 0;
  background: #09100B;
}
@media(min-width: 766px) {.qtl-wy_sn4 {
  padding: 2.5rem 24px 0;
}
}.qtl-wy_in_sn4 {
  margin: 0 auto;
  max-width: 82.5rem;
}.qtl-wy_head_sn4 {
  margin-bottom: 18px;
  max-width: 45rem;
}.qtl-wy_label_sn4 {
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C98A10;
}.qtl-wy_h2_sn4 {
  margin-bottom: 8px;
  color: #F2EDDF;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.qtl-wy_h2_sn4 {
  font-size: 24px;
}
}.qtl-wy_intro_sn4 {
  margin: 0;
  font-size: 13px;
  color: #6A6155;
  line-height: 1.6;
}.qtl-wy_grid_sn4 {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.qtl-wy_grid_sn4 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.qtl-wy_grid_sn4 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.qtl-wy_card_sn4 {
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 20px;
  background: #111A13;
}.qtl-wy_card_sn4:hover {
  border-color: rgba(201, 138, 16, 0.07);
  transform: translateY(-2px);
}.qtl-wy_card_ic_sn4 {
  background: rgba(201, 138, 16, 0.18);
  border-radius: 50%;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
  width: 2.75rem;
  color: #C98A10;
  justify-content: center;
  height: 44px;
}.qtl-wy_card_ic_sn4 svg {
  stroke-linecap: round;
  width: 22px;
  height: 1.375rem;
  stroke-linejoin: round;
}.qtl-wy_card_h_sn4 {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
  color: #F2EDDF;
  margin-bottom: 6px;
  line-height: 1.25;
}.qtl-wy_card_p_sn4 {
  overflow-wrap: break-word;
  color: #6A6155;
  line-height: 1.6;
  font-size: 0.813rem;
}.qtl-wy_card_p_sn4 strong {
  font-weight: 600;
  color: #C8C0A8;
}.qtl-ws_sn4 {
  padding: 32px 1rem 0;
  background: #09100B;
}
@media(min-width: 769px) {.qtl-ws_sn4 {
  padding: 36px 1.5rem 0;
}
}.qtl-ws_in_sn4 {
  margin: 0 auto;
  max-width: 1320px;
}.qtl-ws_head_sn4 {
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
  display: flex;
}.qtl-ws_title_sn4 {
  gap: 0.625rem;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Oswald', sans-serif;
  color: #F2EDDF;
  align-items: center;
}.qtl-ws_title_ic_sn4 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #F0A800;
  width: 1.125rem;
  height: 18px;
}.qtl-ws_online_sn4 {
  gap: 7px;
  color: #6A6155;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
}.qtl-ws_online_dot_sn4 {
  border-radius: 50%;
  background: #3BAA52;
  height: 8px;
  box-shadow: 0 0 0.375rem rgba(59, 170, 82, 0.18);
  width: 0.5rem;
  flex-shrink: 0;
}.qtl-ws_scroll_sn4 {
  gap: 8px;
  overflow-x: auto;
  display: flex;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}.qtl-ws_scroll_sn4::-webkit-scrollbar {
  display: none;
}.qtl-wc_sn4 {
  border-radius: 8px;
  background: #0D1510;
  gap: 0.625rem;
  padding: 10px 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  align-items: center;
  min-width: 13.75rem;
  flex-shrink: 0;
  display: flex;
}.qtl-wc_img_sn4 {
  overflow: hidden;
  background: #111A13;
  border-radius: 0.313rem;
  height: 2.25rem;
  flex-shrink: 0;
  width: 2.25rem;
}.qtl-wc_img_sn4 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.qtl-wc_info_sn4 {
  min-width: 0;
}.qtl-wc_game_sn4 {
  overflow: hidden;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #C8C0A8;
  white-space: nowrap;
}.qtl-wc_player_sn4 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.625rem;
  white-space: nowrap;
  color: #4E4740;
}.qtl-wc_amount_sn4 {
  font-weight: 700;
  color: #3BAA52;
  flex-shrink: 0;
  font-size: 13px;
  white-space: nowrap;
  margin-left: auto;
}.qtl-reg_sn4 {
  background: #09100B;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.qtl-reg_sn4 {
  padding: 2.75rem 24px 0;
}
}.qtl-reg_in_sn4 {
  background: #111A13;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.75rem 24px;
  border-radius: 12px;
  max-width: 1320px;
}
@media(min-width: 766px) {.qtl-reg_in_sn4 {
  padding: 40px;
}
}.qtl-reg_top_sn4 {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.qtl-reg_top_sn4 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.qtl-reg_label_sn4 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: #C98A10;
  letter-spacing: .08em;
}.qtl-reg_h2_sn4 {
  margin-bottom: 0.75rem;
  color: #F2EDDF;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-size: 1.375rem;
}
@media(min-width:768px) {.qtl-reg_h2_sn4 {
  font-size: 28px;
}
}.qtl-reg_bonus_sn4 {
  border-radius: 8px;
  padding: 0.625rem 1rem;
  background: rgba(240, 168, 0, 0.15);
  border: 1px solid rgba(240, 168, 0, 0.15);
  gap: 0.5rem;
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
}.qtl-reg_bonus_amount_sn4 {
  font-size: 20px;
  font-weight: 800;
  color: #F0A800;
}.qtl-reg_bonus_text_sn4 {
  line-height: 1.35;
  color: #8E8472;
  font-size: 0.813rem;
}.qtl-reg_cta_btn_sn4 {
  transition: background .2s;
  background: #3BAA52;
  border-radius: 8px;
  padding: 14px 32px;
  display: inline-block;
  font-size: 15px;
  box-shadow: 0 0 0.875rem 3px rgba(59, 170, 82, 0.50), 0 3px 8px rgba(0, 0, 0, 0.55);
  color: #0C1009;
  margin-bottom: 12px;
  font-weight: 700;
}.qtl-reg_cta_btn_sn4:hover {
  background: #4DC464;
}.qtl-reg_terms_sn4 {
  color: #4E4740;
  font-size: 11px;
  line-height: 1.5;
}.qtl-reg_seo_sn4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 20px;
  color: #6A6155;
  font-size: 0.813rem;
  line-height: 1.65;
  padding-top: 20px;
  overflow-wrap: break-word;
}.qtl-reg_seo_sn4 p {
  line-height: 1.65;
  margin-bottom: 0.625rem;
  font-size: 13px;
  color: #6A6155;
}.qtl-reg_seo_sn4 p:last-child {
  margin-bottom: 0;
}.qtl-reg_seo_sn4 strong {
  color: #C8C0A8;
  font-weight: 700;
}.qtl-reg_seo_sn4 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C98A10;
}.qtl-reg_seo_sn4 a:hover {
  color: #E0A020;
}.qtl-reg_seo_sn4 ul,.qtl-reg_seo_sn4 ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.qtl-reg_seo_sn4 ol {
  list-style: decimal;
}.qtl-reg_seo_sn4 li {
  line-height: 1.65;
  color: #6A6155;
  font-size: 0.813rem;
  margin-bottom: 4px;
}.qtl-reg_seo_sn4 table {
  margin-bottom: 0.625rem;
  overflow-x: auto;
  width: 100%;
  font-size: 13px;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 771px) {.qtl-reg_seo_sn4 table {
  display: table;
}
}.qtl-reg_seo_sn4 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  color: #C8C0A8;
  font-weight: 700;
  text-align: left;
}.qtl-reg_seo_sn4 td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6A6155;
}.qtl-reg_steps_sn4 {
  gap: 0.875rem;
  flex-direction: column;
  margin-top: 28px;
  display: flex;
}
@media(min-width: 858px) {.qtl-reg_steps_sn4 {
  margin-top: 0;
}
}.qtl-reg_step_sn4 {
  border-radius: 0.5rem;
  gap: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.qtl-reg_step_num_sn4 {
  background: rgba(201, 138, 16, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(201, 138, 16, 0.07);
  width: 34px;
  flex-shrink: 0;
  align-items: center;
  font-size: 14px;
  height: 2.125rem;
  justify-content: center;
  display: flex;
  color: #C98A10;
  font-weight: 800;
}.qtl-reg_step_title_sn4 {
  color: #F2EDDF;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 0.875rem;
}.qtl-reg_step_text_sn4 {
  font-size: 12px;
  line-height: 1.5;
  color: #6A6155;
}.qtl-reg_trust_sn4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  display: flex;
  padding-top: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}.qtl-reg_trust_item_sn4 {
  gap: 7px;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  display: flex;
  color: #6A6155;
  align-items: center;
}.qtl-reg_trust_ic_sn4 svg {
  stroke-linejoin: round;
  color: #C98A10;
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
}.qtl-htp_sn4 {
  padding: 36px 16px 0;
  background: #09100B;
}
@media(min-width: 765px) {.qtl-htp_sn4 {
  padding: 44px 24px 0;
}
}.qtl-htp_in_sn4 {
  margin: 0 auto;
  max-width: 1320px;
}.qtl-htp_head_sn4 {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.qtl-htp_label_sn4 {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C98A10;
  margin-bottom: 8px;
  font-size: 0.688rem;
}.qtl-htp_h2_sn4 {
  font-size: 1.375rem;
  font-family: 'Oswald', sans-serif;
  color: #F2EDDF;
  margin-bottom: 0.5rem;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.qtl-htp_h2_sn4 {
  font-size: 1.75rem;
}
}.qtl-htp_intro_sn4 {
  font-size: 0.875rem;
  color: #6A6155;
  line-height: 1.6;
}.qtl-htp_steps_sn4 {
  margin: 0;
  list-style: none;
  padding: 0;
  gap: 0.75rem;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.qtl-htp_steps_sn4 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.qtl-htp_steps_sn4 {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.qtl-htp_step_sn4 {
  padding: 20px 18px 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: #111A13;
  flex-direction: column;
  display: flex;
  position: relative;
}.qtl-htp_step_num_sn4 {
  border-radius: 50%;
  background: #C98A10;
  display: flex;
  top: -0.75rem;
  height: 1.75rem;
  font-family: 'Oswald', sans-serif;
  position: absolute;
  left: 1.25rem;
  width: 28px;
  font-weight: 800;
  justify-content: center;
  font-size: 13px;
  align-items: center;
  color: #0C1009;
}.qtl-htp_step_ic_sn4 {
  background: rgba(201, 138, 16, 0.18);
  margin: 0.5rem 0 12px;
  border-radius: 5px;
  justify-content: center;
  width: 36px;
  display: flex;
  color: #C98A10;
  align-items: center;
  height: 2.25rem;
}.qtl-htp_step_ic_sn4 svg {
  stroke-linejoin: round;
  height: 18px;
  width: 18px;
  stroke-linecap: round;
}.qtl-htp_step_h_sn4 {
  margin-bottom: 6px;
  line-height: 1.25;
  font-size: 14px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F2EDDF;
}.qtl-htp_step_p_sn4 {
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #6A6155;
  font-size: 13px;
}.qtl-htp_step_p_sn4 strong {
  font-weight: 600;
  color: #C8C0A8;
}.qtl-htp_cta_sn4 {
  border-radius: 8px;
  transition: background .2s;
  background: #3BAA52;
  padding: 0.813rem 1.625rem;
  display: inline-block;
  margin-top: 20px;
  font-weight: 700;
  color: #0C1009;
  font-size: 14px;
}.qtl-htp_cta_sn4:hover {
  background: #4DC464;
}.qtl-bon_sn4 {
  padding: 2.25rem 16px 0;
  background: #09100B;
}
@media(min-width:768px) {.qtl-bon_sn4 {
  padding: 2.75rem 1.5rem 0;
}
}.qtl-bon_in_sn4 {
  margin: 0 auto;
  max-width: 82.5rem;
}.qtl-bon_head_sn4 {
  margin-bottom: 20px;
}.qtl-bon_label_sn4 {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #C98A10;
  font-weight: 700;
  font-size: 0.688rem;
}.qtl-bon_h2_sn4 {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 8px;
  font-family: 'Oswald', sans-serif;
  color: #F2EDDF;
  font-weight: 800;
}
@media(min-width: 766px) {.qtl-bon_h2_sn4 {
  font-size: 1.5rem;
}
}.qtl-bon_seo_sn4 {
  line-height: 1.6;
  color: #6A6155;
  overflow-wrap: break-word;
  font-size: 13px;
  max-width: 620px;
}.qtl-bon_seo_sn4 strong {
  color: #C8C0A8;
  font-weight: 700;
}.qtl-bon_seo_sn4 a {
  color: #C98A10;
  text-decoration: underline;
}.qtl-bon_grid_sn4 {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.qtl-bon_grid_sn4 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.qtl-bon_grid_sn4 {
  grid-template-columns: repeat(5,1fr);
}
}.qtl-bon_card_sn4 {
  padding: 16px;
  border-radius: 0.5rem;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0D1510;
}.qtl-bon_card_sn4:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 138, 16, 0.07);
}.qtl-bon_card_ic_sn4 svg {
  width: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.625rem;
}.qtl-bon_card_ic_sn4 {
  margin-bottom: 10px;
}.qtl-bon_card_type_sn4 {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 6px;
  color: #6A6155;
}.qtl-bon_card_amount_sn4 {
  color: #F0A800;
  margin-bottom: 0.375rem;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
}.qtl-bon_card_name_sn4 {
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #F2EDDF;
}.qtl-bon_card_detail_sn4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.688rem;
  color: #4E4740;
  padding-top: 8px;
  line-height: 1.5;
  overflow-wrap: break-word;
}.qtl-app_sn4 {
  padding: 36px 1rem 0;
  background: #09100B;
}
@media(min-width: 766px) {.qtl-app_sn4 {
  padding: 44px 1.5rem 0;
}
}.qtl-app_in_sn4 {
  margin: 0 auto;
  max-width: 1320px;
}.qtl-app_head_sn4 {
  margin-bottom: 1rem;
}.qtl-app_label_sn4 {
  font-size: 0.688rem;
  color: #C98A10;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.qtl-app_h2_sn4 {
  overflow-wrap: break-word;
  color: #F2EDDF;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 800;
}
@media(min-width: 769px) {.qtl-app_h2_sn4 {
  font-size: 1.5rem;
}
}.qtl-app_sub_sn4 {
  max-width: 600px;
  overflow-wrap: break-word;
  color: #6A6155;
  font-size: 13px;
  line-height: 1.6;
}.qtl-app_sub_sn4 strong {
  color: #C8C0A8;
  font-weight: 700;
}.qtl-app_cards_sn4 {
  gap: 10px;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.qtl-app_cards_sn4 {
  grid-template-columns: repeat(3,1fr);
}
}.qtl-app_card_sn4 {
  gap: 1rem;
  border-radius: 8px;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.qtl-app_card_ios_sn4 {
  background: linear-gradient(135deg,rgba(201, 138, 16, 0.18) 0%,#111A13 100%);
}.qtl-app_card_android_sn4 {
  background: linear-gradient(135deg,rgba(59, 170, 82, 0.18) 0%,#111A13 100%);
}.qtl-app_card_win_sn4 {
  background: linear-gradient(135deg,rgba(240, 168, 0, 0.15) 0%,#111A13 100%);
}.qtl-app_card_ic_sn4 svg {
  stroke-linejoin: round;
  width: 2.125rem;
  stroke-linecap: round;
  height: 34px;
}.qtl-app_card_ic_sn4 {
  flex-shrink: 0;
  color: #F2EDDF;
}.qtl-app_card_os_sn4 {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .08em;
  color: #6A6155;
}.qtl-app_card_title_sn4 {
  color: #F2EDDF;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-size: 0.938rem;
}.qtl-app_card_text_sn4 {
  margin-bottom: 14px;
  line-height: 1.5;
  color: #6A6155;
  overflow-wrap: break-word;
  font-size: 12px;
}.qtl-app_card_btn_sn4 {
  border-radius: 5px;
  padding: 0.625rem 18px;
  background: rgba(255, 255, 255, 0.12);
  gap: 7px;
  transition: background .2s;
  border: 1px solid rgba(210, 145, 18, 0.45);
  display: inline-flex;
  color: #F2EDDF;
  align-items: center;
  font-size: 0.813rem;
  font-weight: 700;
}.qtl-app_card_btn_sn4:hover {
  background: rgba(255, 255, 255, 0.07);
}.qtl-prov_sn4 {
  padding: 36px 16px 0;
  background: #09100B;
}
@media(min-width: 771px) {.qtl-prov_sn4 {
  padding: 2.75rem 1.5rem 0;
}
}.qtl-prov_in_sn4 {
  margin: 0 auto;
  max-width: 82.5rem;
}.qtl-prov_head_sn4 {
  margin-bottom: 1rem;
}.qtl-prov_label_sn4 {
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  color: #C98A10;
  font-weight: 700;
  letter-spacing: .08em;
}.qtl-prov_h2_sn4 {
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #F2EDDF;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width:768px) {.qtl-prov_h2_sn4 {
  font-size: 24px;
}
}.qtl-prov_seo_sn4 {
  line-height: 1.6;
  margin-bottom: 16px;
  color: #6A6155;
  max-width: 620px;
  font-size: 13px;
  overflow-wrap: break-word;
}.qtl-prov_seo_sn4 strong {
  color: #C8C0A8;
  font-weight: 700;
}.qtl-prov_seo_sn4 a {
  color: #C98A10;
  text-decoration: underline;
}.qtl-prov_grid_sn4 {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 642px) {.qtl-prov_grid_sn4 {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.qtl-prov_grid_sn4 {
  grid-template-columns: repeat(8,1fr);
}
}.qtl-prov_card_sn4 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 7px;
  background: #0D1510;
  transition: border-color .2s,background .2s;
  border-radius: 8px;
  padding: 0.875rem 10px;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}.qtl-prov_card_sn4:hover {
  background: #111A13;
  border-color: rgba(210, 145, 18, 0.45);
}.qtl-prov_logo_sn4 {
  overflow: hidden;
  border-radius: 0.313rem;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  display: flex;
  width: 2.75rem;
  height: 44px;
  align-items: center;
}.qtl-prov_logo_sn4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.qtl-prov_name_sn4 {
  font-size: 11px;
  color: #8E8472;
  overflow-wrap: break-word;
  font-weight: 600;
  text-align: center;
}.qtl-pmt_sn4 {
  padding: 36px 1rem 0;
  background: #09100B;
}
@media(min-width: 770px) {.qtl-pmt_sn4 {
  padding: 2.75rem 1.5rem 0;
}
}.qtl-pmt_in_sn4 {
  margin: 0 auto;
  max-width: 82.5rem;
}.qtl-pmt_head_sn4 {
  margin-bottom: 22px;
  max-width: 720px;
}.qtl-pmt_label_sn4 {
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  color: #C98A10;
  margin-bottom: 8px;
  text-transform: uppercase;
}.qtl-pmt_h2_sn4 {
  font-size: 22px;
  margin-bottom: 0.5rem;
  color: #F2EDDF;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 769px) {.qtl-pmt_h2_sn4 {
  font-size: 1.75rem;
}
}.qtl-pmt_intro_sn4 {
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #6A6155;
  font-size: 14px;
}.qtl-pmt_groups_sn4 {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.qtl-pmt_group_sn4 {
  background: #111A13;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  padding: 20px;
}.qtl-pmt_group_head_sn4 {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  align-items: center;
  display: flex;
}.qtl-pmt_group_ic_sn4 {
  background: rgba(201, 138, 16, 0.18);
  border-radius: 0.313rem;
  flex-shrink: 0;
  height: 2.25rem;
  align-items: center;
  display: flex;
  width: 2.25rem;
  color: #C98A10;
  justify-content: center;
}.qtl-pmt_group_ic_sn4 svg {
  height: 1.125rem;
  width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.qtl-pmt_group_h_sn4 {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F2EDDF;
}.qtl-pmt_group_p_sn4 {
  line-height: 1.6;
  color: #6A6155;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 0.875rem;
}.qtl-pmt_group_p_sn4 strong {
  color: #C8C0A8;
  font-weight: 600;
}.qtl-pmt_table_wrap_sn4 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.qtl-pmt_table_sn4 {
  min-width: 33.75rem;
  font-size: 0.813rem;
  border-collapse: collapse;
  width: 100%;
}.qtl-pmt_table_sn4 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  letter-spacing: .04em;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #C8C0A8;
  white-space: nowrap;
}.qtl-pmt_table_sn4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #6A6155;
}.qtl-pmt_table_sn4 tbody tr:last-child td {
  border-bottom: none;
}.qtl-pmt_table_sn4 tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C8C0A8;
}.qtl-seo_sn4 {
  padding: 36px 1rem 0;
  background: #09100B;
}
@media(min-width: 765px) {.qtl-seo_sn4 {
  padding: 44px 24px 0;
}
}.qtl-seo_in_sn4 {
  padding: 28px 24px;
  margin: 0 auto;
  border-radius: 0.75rem;
  background: #111A13;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 1320px;
}
@media(min-width: 765px) {.qtl-seo_in_sn4 {
  padding: 2.25rem 40px;
}
}.qtl-seo_label_sn4 {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
  color: #C98A10;
  text-transform: uppercase;
}.qtl-seo_h2_sn4 {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  line-height: 1.25;
  color: #F2EDDF;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.qtl-seo_h2_sn4 {
  font-size: 1.5rem;
}
}.qtl-seo_body_sn4 {
  line-height: 1.75;
  color: #8E8472;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.qtl-seo_body_sn4 p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #8E8472;
  line-height: 1.75;
}.qtl-seo_body_sn4 p:last-child {
  margin-bottom: 0;
}.qtl-seo_body_sn4 strong {
  color: #C8C0A8;
  font-weight: 700;
}.qtl-seo_body_sn4 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C98A10;
}.qtl-seo_body_sn4 a:hover {
  color: #E0A020;
}.qtl-seo_body_sn4 ul,.qtl-seo_body_sn4 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.qtl-seo_body_sn4 ol {
  list-style: decimal;
}.qtl-seo_body_sn4 li {
  line-height: 1.75;
  font-size: 14px;
  color: #8E8472;
  margin-bottom: 0.375rem;
}.qtl-seo_body_sn4 table {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  display: block;
  font-size: 13px;
}
@media(min-width: 766px) {.qtl-seo_body_sn4 table {
  display: table;
}
}.qtl-seo_body_sn4 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  color: #C8C0A8;
  text-align: left;
  font-weight: 700;
}.qtl-seo_body_sn4 td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8E8472;
}.qtl-seo_cols_sn4 {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.qtl-seo_cols_sn4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.qtl-seo_cols_sn4 {
  grid-template-columns: repeat(3,1fr);
}
}.qtl-seo_col_h_sn4 {
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C8C0A8;
}.qtl-seo_col_p_sn4 {
  overflow-wrap: break-word;
  color: #6A6155;
  font-size: 13px;
  line-height: 1.65;
}.qtl-seo_stats_sn4 {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.qtl-seo_stat_sn4 {
  border: 1px solid rgba(201, 138, 16, 0.18);
  background: rgba(201, 138, 16, 0.07);
  padding: 14px 1rem;
  flex: 1;
  border-radius: 0.5rem;
  min-width: 8.75rem;
}.qtl-seo_stat_val_sn4 {
  color: #C98A10;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.qtl-seo_stat_lb_sn4 {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #6A6155;
}.qtl-rv_sn4 {
  padding: 36px 16px 0;
  background: #09100B;
}
@media(min-width: 766px) {.qtl-rv_sn4 {
  padding: 44px 1.5rem 0;
}
}.qtl-rv_in_sn4 {
  margin: 0 auto;
  max-width: 1320px;
}.qtl-rv_head_sn4 {
  max-width: 45rem;
  margin-bottom: 20px;
}.qtl-rv_label_sn4 {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #C98A10;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
}.qtl-rv_h2_sn4 {
  font-family: 'Oswald', sans-serif;
  margin-bottom: 0.625rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F2EDDF;
  font-size: 1.375rem;
}
@media(min-width: 770px) {.qtl-rv_h2_sn4 {
  font-size: 28px;
}
}.qtl-rv_stats_sn4 {
  gap: 1.125rem;
  display: flex;
  flex-wrap: wrap;
  color: #6A6155;
  font-size: 0.813rem;
  align-items: center;
}.qtl-rv_stats_score_sn4 {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.qtl-rv_stats_score_val_sn4 {
  font-size: 1.375rem;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  color: #F0A800;
}.qtl-rv_stats_score_max_sn4 {
  color: #4E4740;
  font-size: 0.813rem;
}.qtl-rv_stats_badge_sn4 {
  gap: 4px;
  align-items: center;
  display: flex;
}.qtl-rv_stats_badge_sn4 svg {
  width: 14px;
  height: 0.875rem;
  color: #F0A800;
}.qtl-rv_grid_sn4 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.qtl-rv_grid_sn4 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.qtl-rv_grid_sn4 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.qtl-rv_card_sn4 {
  border-radius: 8px;
  background: #111A13;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}.qtl-rv_card_stars_sn4 {
  gap: 2px;
  color: #F0A800;
  display: flex;
  margin-bottom: 10px;
}.qtl-rv_card_stars_sn4 svg {
  height: 14px;
  width: 0.875rem;
}.qtl-rv_card_h_sn4 {
  line-height: 1.3;
  font-weight: 700;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #F2EDDF;
  margin-bottom: 8px;
}.qtl-rv_card_body_sn4 {
  flex: 1;
  line-height: 1.65;
  color: #6A6155;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 13px;
}.qtl-rv_card_body_sn4 strong {
  font-weight: 600;
  color: #C8C0A8;
}.qtl-rv_card_meta_sn4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  padding-top: 0.75rem;
  align-items: center;
}.qtl-rv_card_author_sn4 {
  font-weight: 600;
  color: #C8C0A8;
  font-size: 0.75rem;
}.qtl-rv_card_date_sn4 {
  font-size: 11px;
  color: #4E4740;
}.qtl-faq_sn4 {
  padding: 2.25rem 16px 0;
  background: #09100B;
}
@media(min-width: 770px) {.qtl-faq_sn4 {
  padding: 44px 24px 0;
}
}.qtl-faq_in_sn4 {
  margin: 0 auto;
  max-width: 1320px;
}.qtl-faq_head_sn4 {
  margin-bottom: 20px;
}.qtl-faq_label_sn4 {
  letter-spacing: .08em;
  font-weight: 700;
  color: #C98A10;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 8px;
}.qtl-faq_h2_sn4 {
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F2EDDF;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 770px) {.qtl-faq_h2_sn4 {
  font-size: 24px;
}
}.qtl-faq_list_sn4 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.qtl-faq_item_sn4 {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #111A13;
  overflow: hidden;
}.qtl-faq_q_sn4 {
  transition: color .2s;
  gap: 12px;
  padding: 1rem 20px;
  flex-wrap: wrap;
  cursor: pointer;
  font-size: 14px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  color: #C8C0A8;
  font-weight: 600;
}.qtl-faq_q_sn4:hover {
  color: #F2EDDF;
}.qtl-faq_q_ic_sn4 {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  width: 24px;
  flex-shrink: 0;
  font-size: 1rem;
  justify-content: center;
  display: flex;
  height: 1.5rem;
  color: #C98A10;
  align-items: center;
}.qtl-faq_item_sn4.qtl-state_open_sn4 .qtl-faq_q_ic_sn4 {
  transform: rotate(45deg);
}.qtl-faq_a_sn4 {
  padding: 0 20px 16px;
  color: #6A6155;
  font-size: 13px;
  overflow-wrap: break-word;
  display: none;
  line-height: 1.7;
}.qtl-faq_item_sn4.qtl-state_open_sn4 .qtl-faq_a_sn4 {
  display: block;
}.qtl-faq_a_sn4 strong {
  color: #C8C0A8;
  font-weight: 700;
}.qtl-faq_a_sn4 a {
  color: #C98A10;
  text-decoration: underline;
}.qtl-faq_a_sn4 ul,.qtl-faq_a_sn4 ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.qtl-faq_a_sn4 ol {
  list-style: decimal;
}.qtl-faq_a_sn4 li {
  margin-bottom: 4px;
  line-height: 1.6;
}.qtl-faq_a_sn4 table {
  margin: 0.5rem 0;
  display: block;
  font-size: 0.75rem;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 766px) {.qtl-faq_a_sn4 table {
  display: table;
}
}.qtl-faq_a_sn4 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  font-weight: 700;
  text-align: left;
  color: #C8C0A8;
}.qtl-faq_a_sn4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 0.5rem;
  color: #6A6155;
}.qtl-seo_sn4 {
  background: #09100B;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.qtl-seo_sn4 {
  padding: 2.75rem 24px 0;
}
}.qtl-seo_in_sn4 {
  border-radius: 0.75rem;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  background: #111A13;
  max-width: 1320px;
}
@media(min-width: 769px) {.qtl-seo_in_sn4 {
  padding: 36px 2.5rem;
}
}.qtl-seo_label_sn4 {
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #C98A10;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}.qtl-seo_h2_sn4 {
  line-height: 1.25;
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 14px;
  color: #F2EDDF;
}
@media(min-width: 769px) {.qtl-seo_h2_sn4 {
  font-size: 1.5rem;
}
}.qtl-seo_body_sn4 {
  overflow-wrap: break-word;
  color: #8E8472;
  line-height: 1.75;
  font-size: 0.875rem;
}.qtl-seo_body_sn4 p {
  color: #8E8472;
  margin-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.75;
}.qtl-seo_body_sn4 p:last-child {
  margin-bottom: 0;
}.qtl-seo_body_sn4 strong {
  color: #C8C0A8;
  font-weight: 700;
}.qtl-seo_body_sn4 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C98A10;
}.qtl-seo_body_sn4 a:hover {
  color: #E0A020;
}.qtl-seo_body_sn4 ul,.qtl-seo_body_sn4 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.qtl-seo_body_sn4 ol {
  list-style: decimal;
}.qtl-seo_body_sn4 li {
  font-size: 0.875rem;
  color: #8E8472;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.qtl-seo_body_sn4 table {
  margin-bottom: 0.75rem;
  display: block;
  width: 100%;
  font-size: 13px;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 769px) {.qtl-seo_body_sn4 table {
  display: table;
}
}.qtl-seo_body_sn4 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C8C0A8;
  font-weight: 700;
  text-align: left;
}.qtl-seo_body_sn4 td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8E8472;
}.qtl-seo_cols_sn4 {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.qtl-seo_cols_sn4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.qtl-seo_cols_sn4 {
  grid-template-columns: repeat(3,1fr);
}
}.qtl-seo_col_h_sn4 {
  margin-bottom: 7px;
  font-weight: 700;
  color: #C8C0A8;
  font-size: 13px;
  overflow-wrap: break-word;
}.qtl-seo_col_p_sn4 {
  color: #6A6155;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
}.qtl-seo_stats_sn4 {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.qtl-seo_stat_sn4 {
  flex: 1;
  padding: 14px 16px;
  border: 1px solid rgba(201, 138, 16, 0.18);
  background: rgba(201, 138, 16, 0.07);
  border-radius: 0.5rem;
  min-width: 8.75rem;
}.qtl-seo_stat_val_sn4 {
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #C98A10;
  margin-bottom: 4px;
}.qtl-seo_stat_lb_sn4 {
  overflow-wrap: break-word;
  color: #6A6155;
  font-size: 0.688rem;
}.qtl-seo_sn4 {
  background: #09100B;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.qtl-seo_sn4 {
  padding: 2.75rem 1.5rem 0;
}
}.qtl-seo_in_sn4 {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #111A13;
  border-radius: 12px;
  padding: 28px 24px;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.qtl-seo_in_sn4 {
  padding: 36px 40px;
}
}.qtl-seo_label_sn4 {
  color: #C98A10;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
}.qtl-seo_h2_sn4 {
  overflow-wrap: break-word;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 14px;
  font-family: 'Oswald', sans-serif;
  color: #F2EDDF;
}
@media(min-width: 766px) {.qtl-seo_h2_sn4 {
  font-size: 24px;
}
}.qtl-seo_body_sn4 {
  color: #8E8472;
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.75;
}.qtl-seo_body_sn4 p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8E8472;
  margin-bottom: 12px;
}.qtl-seo_body_sn4 p:last-child {
  margin-bottom: 0;
}.qtl-seo_body_sn4 strong {
  font-weight: 700;
  color: #C8C0A8;
}.qtl-seo_body_sn4 a {
  transition: color .2s;
  color: #C98A10;
  text-decoration: underline;
}.qtl-seo_body_sn4 a:hover {
  color: #E0A020;
}.qtl-seo_body_sn4 ul,.qtl-seo_body_sn4 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.qtl-seo_body_sn4 ol {
  list-style: decimal;
}.qtl-seo_body_sn4 li {
  margin-bottom: 0.375rem;
  color: #8E8472;
  font-size: 14px;
  line-height: 1.75;
}.qtl-seo_body_sn4 table {
  margin-bottom: 12px;
  display: block;
  font-size: 0.813rem;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 765px) {.qtl-seo_body_sn4 table {
  display: table;
}
}.qtl-seo_body_sn4 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C8C0A8;
  font-weight: 700;
  text-align: left;
}.qtl-seo_body_sn4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #8E8472;
}.qtl-seo_cols_sn4 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.qtl-seo_cols_sn4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.qtl-seo_cols_sn4 {
  grid-template-columns: repeat(3,1fr);
}
}.qtl-seo_col_h_sn4 {
  color: #C8C0A8;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
}.qtl-seo_col_p_sn4 {
  color: #6A6155;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.qtl-seo_stats_sn4 {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.qtl-seo_stat_sn4 {
  background: rgba(201, 138, 16, 0.07);
  border-radius: 0.5rem;
  padding: 14px 1rem;
  flex: 1;
  border: 1px solid rgba(201, 138, 16, 0.18);
  min-width: 8.75rem;
}.qtl-seo_stat_val_sn4 {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #C98A10;
  font-weight: 800;
  margin-bottom: 4px;
}.qtl-seo_stat_lb_sn4 {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #6A6155;
}.qtl-ft_sn4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #050B07;
  margin-top: 48px;
}.qtl-ft_support_sn4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width: 769px) {.qtl-ft_support_sn4 {
  padding: 1.75rem 24px;
}
}.qtl-ft_support_in_sn4 {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1320px;
  display: flex;
}.qtl-ft_support_main_sn4 {
  flex: 1;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  min-width: 13.75rem;
  align-items: center;
}.qtl-ft_support_ic_sn4 {
  flex-shrink: 0;
  color: #C98A10;
}.qtl-ft_support_ic_sn4 svg {
  stroke-linecap: round;
  width: 1.875rem;
  height: 1.875rem;
  stroke-linejoin: round;
}.qtl-ft_support_text_title_sn4 {
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.938rem;
  color: #F2EDDF;
}.qtl-ft_support_text_sub_sn4 {
  color: #6A6155;
  font-size: 12px;
  overflow-wrap: break-word;
}.qtl-ft_support_btn_sn4 {
  background: #C98A10;
  padding: 11px 1.375rem;
  border-radius: 8px;
  transition: background .2s;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #F2EDDF;
}.qtl-ft_support_btn_sn4:hover {
  background: #E0A020;
}.qtl-ft_support_contacts_sn4 {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.qtl-ft_support_contact_sn4 {
  color: #4E4740;
  font-size: 12px;
  line-height: 1.4;
}.qtl-ft_support_contact_sn4 strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #8E8472;
  margin-bottom: 2px;
}.qtl-ft_main_sn4 {
  padding: 32px 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 771px) {.qtl-ft_main_sn4 {
  padding: 2.5rem 1.5rem 2rem;
}
}.qtl-ft_main_in_sn4 {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width: 641px) {.qtl-ft_main_in_sn4 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.qtl-ft_main_in_sn4 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.qtl-ft_col_logo_sn4 {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.qtl-ft_col_logo_sn4 {
  grid-column: auto;
}
}.qtl-ft_logo_sn4 {
  gap: 0.563rem;
  align-items: center;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-size: 16px;
  display: flex;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: #F2EDDF;
}.qtl-ft_logo_mark_sn4 {
  overflow: hidden;
  border-radius: 0.313rem;
  width: 30px;
  height: 30px;
}.qtl-ft_logo_mark_sn4 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.qtl-ft_logo_sub_sn4 {
  color: #4E4740;
  max-width: 200px;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.qtl-ft_col_title_sn4 {
  font-size: 0.75rem;
  margin-bottom: 14px;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #8E8472;
  font-weight: 700;
}.qtl-ft_col_links_sn4 {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.qtl-ft_col_link_sn4 {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #4E4740;
}.qtl-ft_col_link_sn4:hover {
  color: #C8C0A8;
}.qtl-ft_apps_sn4 {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.qtl-ft_app_card_sn4 {
  gap: 10px;
  padding: 10px 12px;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 5px;
  display: flex;
  align-items: center;
}.qtl-ft_app_card_sn4:hover {
  border-color: rgba(210, 145, 18, 0.45);
}.qtl-ft_app_card_ic_sn4 svg {
  stroke-linejoin: round;
  height: 1.375rem;
  stroke-linecap: round;
  width: 1.375rem;
}.qtl-ft_app_card_os_sn4 {
  font-size: 0.625rem;
  color: #4E4740;
  font-weight: 600;
}.qtl-ft_app_card_action_sn4 {
  font-size: 0.75rem;
  font-weight: 700;
  color: #C8C0A8;
}.qtl-ft_bot_sn4 {
  padding: 20px 16px;
}
@media(min-width: 767px) {.qtl-ft_bot_sn4 {
  padding: 1.25rem 24px;
}
}.qtl-ft_bot_in_sn4 {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  align-items: center;
  max-width: 1320px;
  flex-wrap: wrap;
}.qtl-ft_socials_sn4 {
  gap: 8px;
  display: flex;
}.qtl-ft_soc_sn4 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 5px;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  width: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  color: #8E8472;
}.qtl-ft_soc_sn4 svg {
  height: 1rem;
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
}.qtl-ft_soc_sn4:hover {
  background: rgba(255, 255, 255, 0.07);
}.qtl-ft_legal_sn4 {
  flex: 1;
  color: #6B6358;
  min-width: 200px;
  font-size: 0.688rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}.qtl-ft_legal_sn4 strong {
  color: #8E8472;
  font-weight: 700;
}.qtl-ft_legal_sn4 a {
  text-decoration: underline;
  color: #8E8472;
}.qtl-ft_age_sn4 {
  border-radius: 50%;
  border: 2px solid #6B6358;
  font-size: 11px;
  height: 32px;
  color: #6B6358;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 2rem;
  margin-left: auto;
  align-items: center;
  font-weight: 800;
}