*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  min-height: 100vh;
  font-family: 'DM Sans', sans-serif;
  color: #CDB98A;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  background-color: #130C05;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
}a {
  text-decoration: none;
  color: inherit;
}.dcx-layout_q36 {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.dcx-page_q36 {
  display: flex;
  min-height: 100vh;
}.dcx-main_q36 {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media screen and (min-width: 1083px) {.dcx-main_q36 {
  padding-left: 220px;
}
}
@media screen and (max-width: 1081px) {.dcx-main_q36 {
  padding-bottom: 72px;
}
}.dcx-gc_q36 {
  background: #18100700;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .2s,border-color .2s;
  width: 8.75rem;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
@media(min-width: 643px) {.dcx-gc_q36 {
  width: 156px;
}
}
@media(min-width: 1082px) {.dcx-gc_q36 {
  width: 10.5rem;
}
}.dcx-gc_q36:hover {
  border-color: rgba(196,135,58,0.07);
  transform: translateY(-3px);
}.dcx-gc_img_q36 {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.dcx-gc_img_q36 img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.dcx-gc_hover_q36 {
  transition: opacity .2s;
  inset: 0;
  background: rgba(10,6,2,0.72);
  opacity: 0;
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
}.dcx-gc_q36:hover .dcx-gc_hover_q36 {
  opacity: 1;
}.dcx-gc_hover_btn_q36 {
  border-radius: 4px;
  padding: 0.5rem 16px;
  background: #C4873A;
  color: #F4ECD8;
  font-weight: 700;
  font-size: 0.75rem;
}.dcx-gc_info_q36 {
  padding: 8px 10px 10px;
}.dcx-gc_name_q36 {
  overflow: hidden;
  color: #CDB98A;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 3px;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
}.dcx-gc_prov_q36 {
  font-size: 0.625rem;
  color: #8C7250;
}.dcx-gc_tag_q36 {
  border-radius: 0.25rem;
  padding: 2px 7px;
  top: 6px;
  position: absolute;
  font-size: 9px;
  text-transform: uppercase;
  left: 6px;
  font-weight: 700;
  z-index: 2;
  letter-spacing: .04em;
}.dcx-gc_tag_hot_q36 {
  background: #C03428;
  color: #fff;
}.dcx-gc_tag_new_q36 {
  background: #3E9E5E;
  color: #130C05;
}.dcx-gc_tag_jp_q36 {
  background: #D4A028;
  color: #130C05;
}.dcx-gc_tag_ex_q36 {
  background: #9B4A2E;
  color: #fff;
}.dcx-gc_tag_live_q36 {
  background: #C03428;
  color: #fff;
}.dcx-gr_q36 {
  background: #130C05;
  padding: 32px 1rem 0;
}
@media(min-width: 769px) {.dcx-gr_q36 {
  padding: 36px 24px 0;
}
}.dcx-gr_in_q36 {
  margin: 0 auto;
  max-width: 82.5rem;
}.dcx-gr_head_q36 {
  gap: 12px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.dcx-gr_head_l_q36 {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  align-items: center;
  display: flex;
}.dcx-gr_ic_q36 {
  border-radius: 0.5rem;
  justify-content: center;
  width: 2rem;
  flex-shrink: 0;
  align-items: center;
  height: 2rem;
  display: flex;
}.dcx-gr_ic_q36 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
  height: 16px;
}.dcx-gr_title_q36 {
  font-weight: 700;
  color: #F4ECD8;
  font-size: 1rem;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.dcx-gr_title_q36 {
  font-size: 1.125rem;
}
}.dcx-gr_more_q36 {
  transition: color .2s;
  gap: 0.313rem;
  color: #7A6440;
  flex-shrink: 0;
  display: flex;
  font-weight: 600;
  align-items: center;
  white-space: nowrap;
  font-size: 12px;
}.dcx-gr_more_q36:hover {
  color: #C4873A;
}.dcx-gr_more_q36 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.75rem;
  width: 0.75rem;
}.dcx-gr_arrows_q36 {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.dcx-gr_arr_q36 {
  transition: background .15s,color .15s;
  background: rgba(255,255,255,0.05);
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.11);
  display: flex;
  justify-content: center;
  height: 30px;
  width: 1.875rem;
  align-items: center;
  color: #A0885A;
}.dcx-gr_arr_q36:hover {
  background: rgba(255,255,255,0.07);
  color: #F4ECD8;
}.dcx-gr_arr_q36 svg {
  width: 13px;
  stroke-linejoin: round;
  height: 0.813rem;
  stroke-linecap: round;
}.dcx-gr_seo_h_q36 {
  margin: 0 0 6px;
  max-width: 42.5rem;
  font-weight: 700;
  color: #CDB98A;
  overflow-wrap: break-word;
  font-size: 13px;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 766px) {.dcx-gr_seo_h_q36 {
  font-size: 14px;
}
}.dcx-gr_seo_q36 {
  overflow-wrap: break-word;
  max-width: 42.5rem;
  color: #7A6440;
  line-height: 1.55;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
}.dcx-gr_seo_q36 strong {
  font-weight: 600;
  color: #CDB98A;
}.dcx-gr_scroll_q36 {
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-bottom: 10px;
  scrollbar-width: none;
}.dcx-gr_scroll_q36::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.dcx-gr_scroll_q36 {
  gap: 12px;
}
}.dcx-tb_q36 {
  background: #130C05;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  z-index: 80;
  height: 56px;
  align-items: center;
  right: 0;
  left: 0;
  top: 0;
  position: fixed;
  display: flex;
}.dcx-tb_in_q36 {
  gap: 0;
  padding: 0 0.875rem;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}.dcx-tb_burger_q36 {
  gap: 5px;
  border-radius: 0.5rem;
  width: 38px;
  height: 2.375rem;
  display: flex;
  margin-right: 0.5rem;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}.dcx-tb_burger_q36:hover {
  background: rgba(255,255,255,0.05);
}.dcx-tb_burger_line_q36 {
  background: #A0885A;
  border-radius: 1px;
  width: 1.125rem;
  height: 2px;
  display: block;
}
@media(min-width: 1077px) {.dcx-tb_burger_q36 {
  display: none;
}
}.dcx-tb_logo_q36 {
  gap: 9px;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  flex-shrink: 0;
  display: flex;
  color: #F4ECD8;
  font-weight: 800;
  font-size: 1.125rem;
  align-items: center;
  margin-right: 20px;
}.dcx-tb_logo_mark_q36 {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 2rem;
  justify-content: center;
  height: 2rem;
  align-items: center;
  display: flex;
}.dcx-tb_logo_mark_q36 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.dcx-tb_nav_q36 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width:640px) {.dcx-tb_nav_q36 {
  display: flex;
}
}.dcx-tb_tab_q36 {
  padding: 0.5rem 0.875rem;
  border-radius: 8px;
  transition: background .15s,color .15s;
  white-space: nowrap;
  font-weight: 600;
  font-size: 13px;
  color: #A0885A;
}.dcx-tb_tab_q36:hover {
  background: rgba(255,255,255,0.05);
  color: #F4ECD8;
}.dcx-tb_tab_q36.dcx-state_active_q36 {
  background: rgba(196,135,58,0.18);
  color: #F4ECD8;
}.dcx-tb_right_q36 {
  gap: 8px;
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}.dcx-tb_login_q36 {
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.05);
  padding: 0.563rem 1rem;
  border-radius: 8px;
  font-weight: 600;
  color: #CDB98A;
  font-size: 0.813rem;
  display: none;
}.dcx-tb_login_q36:hover {
  border-color: rgba(196,135,58,0.45);
  color: #F4ECD8;
}
@media(min-width: 481px) {.dcx-tb_login_q36 {
  display: block;
}
}.dcx-tb_reg_q36 {
  background: #3E9E5E;
  transition: background .2s;
  border-radius: 8px;
  padding: 0.563rem 1.125rem;
  color: #0E0904;
  font-weight: 700;
  white-space: nowrap;
  font-size: 13px;
}.dcx-tb_reg_q36:hover {
  background: #48B36C;
}.dcx-sb_q36 {
  transition: transform .25s ease;
  border-right: 1px solid rgba(255,255,255,0.05);
  transform: translateX(-100%);
  background: #1E1409;
  width: 220px;
  z-index: 70;
  top: 56px;
  position: fixed;
  overflow-y: auto;
  bottom: 0;
  left: 0;
}.dcx-sb_q36.dcx-state_open_q36 {
  transform: translateX(0);
}.dcx-sb_q36::-webkit-scrollbar {
  width: 4px;
}.dcx-sb_q36::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1081px) {.dcx-sb_q36 {
  transform: translateX(0);
}
}.dcx-sb_auth_q36 {
  padding: 14px 12px 0.625rem;
}.dcx-sb_btn_reg_q36 {
  transition: background .2s;
  padding: 11px;
  border-radius: 0.5rem;
  background: #3E9E5E;
  text-align: center;
  margin-bottom: 8px;
  color: #0E0904;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
}.dcx-sb_btn_reg_q36:hover {
  background: #48B36C;
}.dcx-sb_btn_login_q36 {
  padding: 0.625rem;
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  display: block;
  color: #CDB98A;
  font-size: 0.813rem;
}.dcx-sb_btn_login_q36:hover {
  border-color: rgba(196,135,58,0.45);
  color: #F4ECD8;
}.dcx-sb_promo_q36 {
  border: 1px solid rgba(196,135,58,0.18);
  border-radius: 0.5rem;
  overflow: hidden;
  background: linear-gradient(135deg,#2A1506,#1E1409);
  padding: 12px 0.875rem;
  margin: 0 12px 10px;
  position: relative;
}.dcx-sb_promo_q36::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(196,135,58,0.18),transparent 70%);
  height: 80px;
  content: '';
  top: -1.25rem;
  position: absolute;
  width: 5rem;
  right: -1.25rem;
}.dcx-sb_promo_title_q36 {
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 700;
  color: #C4873A;
  font-size: 11px;
  letter-spacing: .06em;
}.dcx-sb_promo_text_q36 {
  overflow-wrap: break-word;
  color: #F4ECD8;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.35;
}.dcx-sb_promo_sub_q36 {
  color: #7A6440;
  font-size: 0.625rem;
  margin-top: 3px;
}.dcx-sb_nav_q36 {
  padding: 6px 8px 1rem;
}.dcx-sb_nav_lb_q36 {
  padding: 10px 0.5rem 6px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8C7250;
  font-size: 0.625rem;
  font-weight: 700;
}.dcx-sb_link_q36 {
  border-radius: 4px;
  padding: 9px 0.625rem;
  gap: 0.625rem;
  transition: background .15s,color .15s;
  font-size: 13px;
  color: #A0885A;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  overflow-wrap: break-word;
  align-items: center;
}.dcx-sb_link_q36:hover {
  background: rgba(255,255,255,0.05);
  color: #F4ECD8;
}.dcx-sb_link_q36.dcx-state_active_q36 {
  background: rgba(196,135,58,0.18);
  color: #F4ECD8;
}.dcx-sb_ic_q36 {
  border-radius: 0.25rem;
  display: flex;
  flex-shrink: 0;
  width: 30px;
  height: 1.875rem;
  justify-content: center;
  align-items: center;
}.dcx-sb_ic_q36 svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 16px;
}.dcx-sb_ic_1_q36 {
  background: rgba(196,135,58,0.07);
  color: #C4873A;
}.dcx-sb_ic_2_q36 {
  background: rgba(62,158,94,0.18);
  color: #3E9E5E;
}.dcx-sb_ic_3_q36 {
  background: rgba(212,160,40,0.18);
  color: #D4A028;
}.dcx-sb_ic_4_q36 {
  background: rgba(155,74,46,0.22);
  color: #9B4A2E;
}.dcx-sb_ic_5_q36 {
  background: rgba(196,135,58,0.07);
  color: #C4456E;
}.dcx-sb_ic_6_q36 {
  background: rgba(155,74,46,0.22);
  color: #8B3FAF;
}.dcx-sb_badge_q36 {
  border-radius: 4px;
  background: #D4A028;
  padding: 2px 0.438rem;
  font-size: 9px;
  font-weight: 700;
  margin-left: auto;
  color: #0E0904;
}.dcx-sb_bot_q36 {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 8px;
  padding: 0.75rem;
  display: flex;
}.dcx-sb_lang_q36,.dcx-sb_help_q36 {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 4px;
  flex: 1;
  gap: 6px;
  transition: border-color .2s;
  padding: 0.563rem 6px;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  color: #A0885A;
  font-size: 11px;
}.dcx-sb_lang_q36:hover,.dcx-sb_help_q36:hover {
  border-color: rgba(196,135,58,0.45);
  color: #F4ECD8;
}.dcx-sb_lang_q36 svg,.dcx-sb_help_q36 svg {
  height: 13px;
  stroke-linejoin: round;
  width: 13px;
  stroke-linecap: round;
}.dcx-sb_bd_q36 {
  inset: 0;
  background: rgba(10,6,2,0.72);
  position: fixed;
  z-index: 69;
  display: none;
}.dcx-sb_bd_q36.dcx-state_on_q36 {
  display: block;
}
@media(min-width: 1082px) {.dcx-sb_bd_q36 {
  display: none!important;
}
}.dcx-mob_nav_q36 {
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  background: #1E1409;
  border-top: 1px solid rgba(255,255,255,0.11);
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  right: 0;
  z-index: 80;
}
@media(min-width: 1078px) {.dcx-mob_nav_q36 {
  display: none;
}
}.dcx-mob_nav_item_q36 {
  padding: 0.25rem 2px;
  gap: 4px;
  flex: 1;
  flex-direction: column;
  display: flex;
  align-items: center;
  color: #8C7250;
  cursor: pointer;
}.dcx-mob_nav_ic_q36 {
  line-height: 1;
}.dcx-mob_nav_ic_q36 svg {
  height: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 20px;
}.dcx-mob_nav_lb_q36 {
  color: #8C7250;
  font-size: 10px;
  font-weight: 600;
}.dcx-mob_nav_item_q36.dcx-state_active_q36 {
  color: #C4873A;
}.dcx-mob_nav_item_q36.dcx-state_active_q36 .dcx-mob_nav_lb_q36 {
  color: #C4873A;
}.dcx-hero_q36 {
  background: #130C05;
  padding: 1.25rem 16px 0;
}
@media(min-width: 766px) {.dcx-hero_q36 {
  padding: 24px 1.5rem 0;
}
}.dcx-hero_in_q36 {
  margin: 0 auto;
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width: 859px) {.dcx-hero_in_q36 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1103px) {.dcx-hero_in_q36 {
  grid-template-columns: 1fr 21.25rem;
}
}.dcx-hero_promo_q36 {
  overflow: hidden;
  background: #18100700;
  border-radius: 0.875rem;
  position: relative;
  align-items: stretch;
  display: flex;
  min-height: 220px;
}
@media(min-width: 766px) {.dcx-hero_promo_q36 {
  min-height: 17.5rem;
}
}.dcx-hero_promo_bg_q36 {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#2A1506 0%,#130C05 100%);
  background-size: cover;
  position: absolute;
}.dcx-hero_promo_bg_q36::after {
  inset: 0;
  background: linear-gradient(90deg,#130C05 0%,rgba(10,6,2,0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.dcx-hero_promo_glow_q36 {
  background: radial-gradient(circle,rgba(155,74,46,0.22) 0%,transparent 65%);
  border-radius: 50%;
  right: 60px;
  position: absolute;
  top: -2.5rem;
  height: 18.75rem;
  width: 300px;
  pointer-events: none;
}.dcx-hero_promo_ct_q36 {
  padding: 1.75rem 1.5rem 1.75rem 1.75rem;
  position: relative;
  max-width: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
@media(min-width: 766px) {.dcx-hero_promo_ct_q36 {
  padding: 40px 32px;
}
}.dcx-hero_badge_q36 {
  padding: 5px 0.75rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(196,135,58,0.07);
  background: rgba(196,135,58,0.18);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C4873A;
  display: inline-block;
  margin-bottom: 14px;
  font-size: 10px;
}.dcx-hero_h1_q36 {
  overflow-wrap: break-word;
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1.15;
  font-family: 'Cormorant Garamond', serif;
  color: #F4ECD8;
  margin-bottom: 0.625rem;
}.dcx-hero_h1_q36 em {
  font-style: normal;
  color: #D4A028;
}
@media(min-width: 767px) {.dcx-hero_h1_q36 {
  font-size: 36px;
}
}.dcx-hero_sub_q36 {
  font-size: 0.813rem;
  margin-bottom: 1.25rem;
  color: #A0885A;
  line-height: 1.55;
}
@media(min-width: 767px) {.dcx-hero_sub_q36 {
  font-size: 14px;
}
}.dcx-hero_row_q36 {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.dcx-hero_cta_q36 {
  background: #3E9E5E;
  transition: background .2s;
  padding: 13px 1.625rem;
  border-radius: 8px;
  color: #0E0904;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.50), 0 0 1.375rem rgba(62,158,94,0.38);
  font-weight: 700;
}.dcx-hero_cta_q36:hover {
  background: #48B36C;
}.dcx-hero_terms_q36 {
  font-size: 0.688rem;
  color: #8C7250;
}.dcx-hero_game_q36 {
  background: #18100700;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  position: relative;
  flex-direction: column;
  display: flex;
}.dcx-hero_game_badge_q36 {
  background: rgba(212,160,40,0.18);
  border-radius: 20px;
  border: 1px solid rgba(212,160,40,0.18);
  padding: 5px 0.625rem;
  font-size: 10px;
  position: absolute;
  left: 0.75rem;
  font-weight: 700;
  top: 12px;
  color: #D4A028;
  z-index: 3;
  text-transform: uppercase;
  letter-spacing: .06em;
}.dcx-hero_game_badge_q36 svg {
  vertical-align: -1px;
  height: 0.688rem;
  width: 11px;
  margin-right: 4px;
}.dcx-hero_game_img_q36 {
  background: linear-gradient(135deg,#2A1506,#130C05);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.dcx-hero_game_img_q36 img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.dcx-hero_game_play_q36 {
  transition: opacity .2s;
  background: rgba(10,6,2,0.72);
  inset: 0;
  align-items: center;
  opacity: 0;
  justify-content: center;
  position: absolute;
  display: flex;
}.dcx-hero_game_q36:hover .dcx-hero_game_play_q36 {
  opacity: 1;
}.dcx-hero_game_play_q36 span {
  background: #C4873A;
  border-radius: 50%;
  align-items: center;
  width: 52px;
  justify-content: center;
  display: flex;
  height: 3.25rem;
}.dcx-hero_game_play_q36 span svg {
  margin-left: 2px;
  height: 1.125rem;
  width: 1.125rem;
}.dcx-hero_game_info_q36 {
  padding: 0.875rem 1rem;
}.dcx-hero_game_title_q36 {
  font-size: 0.938rem;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #F4ECD8;
  font-weight: 700;
}.dcx-hero_game_provider_q36 {
  font-size: 0.688rem;
  color: #7A6440;
}.dcx-hero_game_btn_q36 {
  transition: background .2s;
  margin: 0.75rem 1rem 1rem;
  border-radius: 8px;
  background: #C4873A;
  padding: 0.688rem;
  display: block;
  font-weight: 700;
  color: #F4ECD8;
  font-size: 13px;
  text-align: center;
}.dcx-hero_game_q36:hover .dcx-hero_game_btn_q36 {
  background: #D99840;
}.dcx-wy_q36 {
  background: #130C05;
  padding: 32px 1rem 0;
}
@media(min-width: 769px) {.dcx-wy_q36 {
  padding: 2.5rem 1.5rem 0;
}
}.dcx-wy_in_q36 {
  margin: 0 auto;
  max-width: 82.5rem;
}.dcx-wy_head_q36 {
  margin-bottom: 18px;
  max-width: 720px;
}.dcx-wy_label_q36 {
  margin-bottom: 8px;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #C4873A;
  text-transform: uppercase;
}.dcx-wy_h2_q36 {
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  color: #F4ECD8;
}
@media(min-width: 771px) {.dcx-wy_h2_q36 {
  font-size: 1.5rem;
}
}.dcx-wy_intro_q36 {
  margin: 0;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #7A6440;
}.dcx-wy_grid_q36 {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.dcx-wy_grid_q36 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.dcx-wy_grid_q36 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.dcx-wy_card_q36 {
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
  background: #1E1409;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.11);
}.dcx-wy_card_q36:hover {
  border-color: rgba(196,135,58,0.07);
  transform: translateY(-2px);
}.dcx-wy_card_ic_q36 {
  background: rgba(196,135,58,0.18);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  color: #C4873A;
  margin-bottom: 0.875rem;
  align-items: center;
  width: 44px;
  height: 2.75rem;
}.dcx-wy_card_ic_q36 svg {
  height: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 22px;
}.dcx-wy_card_h_q36 {
  line-height: 1.25;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  color: #F4ECD8;
  font-weight: 700;
}.dcx-wy_card_p_q36 {
  line-height: 1.6;
  color: #7A6440;
  overflow-wrap: break-word;
  font-size: 13px;
}.dcx-wy_card_p_q36 strong {
  color: #CDB98A;
  font-weight: 600;
}.dcx-gcg_q36 {
  background: #130C05;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.dcx-gcg_q36 {
  padding: 44px 1.5rem 0;
}
}.dcx-gcg_in_q36 {
  margin: 0 auto;
  max-width: 1320px;
}.dcx-gcg_head_q36 {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.dcx-gcg_label_q36 {
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #C4873A;
  font-weight: 700;
}.dcx-gcg_h2_q36 {
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  color: #F4ECD8;
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width: 769px) {.dcx-gcg_h2_q36 {
  font-size: 28px;
}
}.dcx-gcg_intro_q36 {
  color: #7A6440;
  line-height: 1.6;
  font-size: 13px;
}.dcx-gcg_grid_q36 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.dcx-gcg_grid_q36 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.dcx-gcg_grid_q36 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.dcx-gcg_card_q36 {
  border-radius: 0.875rem;
  transition: transform .2s,border-color .2s;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.11);
  overflow: hidden;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  min-height: 240px;
  justify-content: flex-end;
  display: flex;
}.dcx-gcg_card_q36:hover {
  transform: translateY(-3px);
  border-color: rgba(196,135,58,0.18);
}.dcx-gcg_card_bg_q36 {
  inset: 0;
  z-index: 0;
  position: absolute;
}.dcx-gcg_card_bg_q36::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.dcx-gcg_card_ic_q36 {
  background: rgba(0,0,0,.45);
  border-radius: 0.25rem;
  width: 40px;
  height: 2.5rem;
  top: 1.125rem;
  z-index: 2;
  color: #F4ECD8;
  justify-content: center;
  align-items: center;
  right: 1.125rem;
  position: absolute;
  display: flex;
}.dcx-gcg_card_ic_q36 svg {
  stroke-linecap: round;
  width: 20px;
  stroke-linejoin: round;
  height: 20px;
}.dcx-gcg_card_ct_q36 {
  position: relative;
  z-index: 1;
}.dcx-gcg_card_h_q36 {
  overflow-wrap: break-word;
  color: #F4ECD8;
  font-weight: 800;
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 0.5rem;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 765px) {.dcx-gcg_card_h_q36 {
  font-size: 20px;
}
}.dcx-gcg_card_p_q36 {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.55;
  margin-bottom: 0.625rem;
  color: rgba(255,255,255,.82);
}.dcx-gcg_card_p_q36 strong {
  color: #F4ECD8;
  font-weight: 600;
}.dcx-gcg_card_cta_q36 {
  gap: 0.25rem;
  text-transform: uppercase;
  display: inline-flex;
  color: #C4873A;
  font-size: 12px;
  letter-spacing: .04em;
  align-items: center;
  font-weight: 700;
}.dcx-gcg_card_cta_q36 svg {
  height: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.75rem;
}.dcx-gr_jp_q36 {
  background: linear-gradient(135deg,#1E0E2A 0%,#0F0812 100%);
  overflow: hidden;
  border-radius: 0.875rem;
  padding: 1.25rem;
  position: relative;
}.dcx-gr_jp_q36::before {
  background: radial-gradient(circle,rgba(155,74,46,0.22) 0%,transparent 70%);
  border-radius: 50%;
  height: 250px;
  left: -3.75rem;
  top: -60px;
  content: '';
  width: 15.625rem;
  position: absolute;
}.dcx-gr_jp_q36::after {
  background: radial-gradient(circle,rgba(212,160,40,0.18) 0%,transparent 70%);
  border-radius: 50%;
  height: 12.5rem;
  bottom: -40px;
  width: 200px;
  position: absolute;
  content: '';
  right: 0;
}.dcx-gr_jp_head_q36 {
  gap: 16px;
  display: flex;
  align-items: flex-start;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 16px;
}.dcx-gr_jp_info_q36 {
  flex: 1;
}.dcx-gr_jp_label_q36 {
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  color: #8B3FAF;
  font-size: 0.688rem;
  font-weight: 700;
}.dcx-gr_jp_label_q36 svg {
  height: 14px;
  vertical-align: -2px;
  margin-right: 0.25rem;
  stroke-linecap: round;
  width: 14px;
  stroke-linejoin: round;
}.dcx-gr_jp_amount_q36 {
  font-size: 32px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  color: #F4ECD8;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  line-height: 1;
}
@media(min-width: 769px) {.dcx-gr_jp_amount_q36 {
  font-size: 40px;
}
}.dcx-gr_jp_amount_q36 span {
  color: #D4A028;
}.dcx-gr_jp_seo_q36 {
  max-width: 480px;
  line-height: 1.5;
  color: #A0885A;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.dcx-gr_jp_cta_q36 {
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.688rem 1.25rem;
  border: 1px solid rgba(155,74,46,0.22);
  background: rgba(155,74,46,0.22);
  position: relative;
  color: #F4ECD8;
  z-index: 1;
  font-size: 13px;
  align-self: flex-start;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 4px;
}.dcx-gr_jp_cta_q36:hover {
  background: #9B4A2E;
}.dcx-ws_q36 {
  background: #130C05;
  padding: 2rem 16px 0;
}
@media(min-width: 766px) {.dcx-ws_q36 {
  padding: 36px 1.5rem 0;
}
}.dcx-ws_in_q36 {
  margin: 0 auto;
  max-width: 1320px;
}.dcx-ws_head_q36 {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.875rem;
}.dcx-ws_title_q36 {
  gap: 10px;
  font-family: 'Cormorant Garamond', serif;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  color: #F4ECD8;
  font-size: 16px;
  overflow-wrap: break-word;
}.dcx-ws_title_ic_q36 svg {
  color: #D4A028;
  stroke-linejoin: round;
  width: 18px;
  height: 1.125rem;
  stroke-linecap: round;
}.dcx-ws_online_q36 {
  gap: 0.438rem;
  font-weight: 600;
  display: flex;
  color: #7A6440;
  align-items: center;
  font-size: 0.75rem;
}.dcx-ws_online_dot_q36 {
  border-radius: 50%;
  background: #3E9E5E;
  height: 0.5rem;
  box-shadow: 0 0 6px rgba(62,158,94,0.18);
  width: 0.5rem;
  flex-shrink: 0;
}.dcx-ws_scroll_q36 {
  gap: 8px;
  display: flex;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}.dcx-ws_scroll_q36::-webkit-scrollbar {
  display: none;
}.dcx-wc_q36 {
  gap: 0.625rem;
  background: #18100700;
  border-radius: 0.5rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid rgba(255,255,255,0.11);
  display: flex;
  flex-shrink: 0;
  min-width: 220px;
  align-items: center;
}.dcx-wc_img_q36 {
  overflow: hidden;
  border-radius: 0.25rem;
  background: #1E1409;
  width: 2.25rem;
  flex-shrink: 0;
  height: 2.25rem;
}.dcx-wc_img_q36 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.dcx-wc_info_q36 {
  min-width: 0;
}.dcx-wc_game_q36 {
  overflow: hidden;
  color: #CDB98A;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.75rem;
  text-overflow: ellipsis;
}.dcx-wc_player_q36 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
  color: #8C7250;
}.dcx-wc_amount_q36 {
  font-weight: 700;
  flex-shrink: 0;
  color: #3E9E5E;
  font-size: 0.813rem;
  white-space: nowrap;
  margin-left: auto;
}.dcx-prov_q36 {
  padding: 36px 1rem 0;
  background: #130C05;
}
@media(min-width: 766px) {.dcx-prov_q36 {
  padding: 2.75rem 1.5rem 0;
}
}.dcx-prov_in_q36 {
  margin: 0 auto;
  max-width: 1320px;
}.dcx-prov_head_q36 {
  margin-bottom: 16px;
}.dcx-prov_label_q36 {
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 11px;
  color: #C4873A;
  letter-spacing: .08em;
}.dcx-prov_h2_q36 {
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #F4ECD8;
}
@media(min-width: 771px) {.dcx-prov_h2_q36 {
  font-size: 1.5rem;
}
}.dcx-prov_seo_q36 {
  max-width: 38.75rem;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 1rem;
  color: #7A6440;
  line-height: 1.6;
}.dcx-prov_seo_q36 strong {
  color: #CDB98A;
  font-weight: 700;
}.dcx-prov_seo_q36 a {
  color: #C4873A;
  text-decoration: underline;
}.dcx-prov_grid_q36 {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width:640px) {.dcx-prov_grid_q36 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.dcx-prov_grid_q36 {
  grid-template-columns: repeat(8,1fr);
}
}.dcx-prov_card_q36 {
  transition: border-color .2s,background .2s;
  background: #18100700;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  padding: 14px 10px;
  gap: 0.438rem;
  align-items: center;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}.dcx-prov_card_q36:hover {
  background: #1E1409;
  border-color: rgba(196,135,58,0.45);
}.dcx-prov_logo_q36 {
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  width: 2.75rem;
  align-items: center;
  display: flex;
  height: 2.75rem;
  justify-content: center;
}.dcx-prov_logo_q36 img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.dcx-prov_name_q36 {
  color: #A0885A;
  font-weight: 600;
  overflow-wrap: break-word;
  text-align: center;
  font-size: 0.688rem;
}.dcx-app_q36 {
  padding: 36px 16px 0;
  background: #130C05;
}
@media(min-width:768px) {.dcx-app_q36 {
  padding: 44px 1.5rem 0;
}
}.dcx-app_in_q36 {
  margin: 0 auto;
  max-width: 82.5rem;
}.dcx-app_head_q36 {
  margin-bottom: 1rem;
}.dcx-app_label_q36 {
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #C4873A;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
}.dcx-app_h2_q36 {
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
  color: #F4ECD8;
}
@media(min-width: 766px) {.dcx-app_h2_q36 {
  font-size: 1.5rem;
}
}.dcx-app_sub_q36 {
  max-width: 37.5rem;
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7A6440;
}.dcx-app_sub_q36 strong {
  color: #CDB98A;
  font-weight: 700;
}.dcx-app_cards_q36 {
  gap: 0.625rem;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.dcx-app_cards_q36 {
  grid-template-columns: repeat(3,1fr);
}
}.dcx-app_card_q36 {
  overflow: hidden;
  border-radius: 8px;
  gap: 1rem;
  padding: 1.25rem;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  align-items: flex-start;
}.dcx-app_card_ios_q36 {
  background: linear-gradient(135deg,rgba(196,135,58,0.18) 0%,#1E1409 100%);
}.dcx-app_card_android_q36 {
  background: linear-gradient(135deg,rgba(62,158,94,0.18) 0%,#1E1409 100%);
}.dcx-app_card_win_q36 {
  background: linear-gradient(135deg,rgba(212,160,40,0.18) 0%,#1E1409 100%);
}.dcx-app_card_ic_q36 svg {
  stroke-linecap: round;
  height: 2.125rem;
  width: 34px;
  stroke-linejoin: round;
}.dcx-app_card_ic_q36 {
  color: #F4ECD8;
  flex-shrink: 0;
}.dcx-app_card_os_q36 {
  color: #7A6440;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 0.625rem;
  letter-spacing: .08em;
}.dcx-app_card_title_q36 {
  line-height: 1.2;
  color: #F4ECD8;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 0.938rem;
}.dcx-app_card_text_q36 {
  margin-bottom: 0.875rem;
  line-height: 1.5;
  font-size: 12px;
  color: #7A6440;
  overflow-wrap: break-word;
}.dcx-app_card_btn_q36 {
  border: 1px solid rgba(196,135,58,0.45);
  border-radius: 4px;
  padding: 10px 18px;
  background: rgba(255,255,255,0.12);
  gap: 0.438rem;
  transition: background .2s;
  align-items: center;
  display: inline-flex;
  color: #F4ECD8;
  font-weight: 700;
  font-size: 13px;
}.dcx-app_card_btn_q36:hover {
  background: rgba(255,255,255,0.07);
}.dcx-bon_q36 {
  padding: 2.25rem 1rem 0;
  background: #130C05;
}
@media(min-width: 771px) {.dcx-bon_q36 {
  padding: 2.75rem 24px 0;
}
}.dcx-bon_in_q36 {
  margin: 0 auto;
  max-width: 1320px;
}.dcx-bon_head_q36 {
  margin-bottom: 20px;
}.dcx-bon_label_q36 {
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #C4873A;
  text-transform: uppercase;
}.dcx-bon_h2_q36 {
  overflow-wrap: break-word;
  color: #F4ECD8;
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
@media(min-width: 770px) {.dcx-bon_h2_q36 {
  font-size: 24px;
}
}.dcx-bon_seo_q36 {
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 38.75rem;
  color: #7A6440;
  overflow-wrap: break-word;
}.dcx-bon_seo_q36 strong {
  font-weight: 700;
  color: #CDB98A;
}.dcx-bon_seo_q36 a {
  text-decoration: underline;
  color: #C4873A;
}.dcx-bon_grid_q36 {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.dcx-bon_grid_q36 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.dcx-bon_grid_q36 {
  grid-template-columns: repeat(5,1fr);
}
}.dcx-bon_card_q36 {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.5rem;
  transition: border-color .2s,transform .2s;
  background: #18100700;
  padding: 16px;
}.dcx-bon_card_q36:hover {
  border-color: rgba(196,135,58,0.07);
  transform: translateY(-2px);
}.dcx-bon_card_ic_q36 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 26px;
  width: 26px;
}.dcx-bon_card_ic_q36 {
  margin-bottom: 10px;
}.dcx-bon_card_type_q36 {
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: .06em;
  font-size: 0.625rem;
  color: #7A6440;
  font-weight: 700;
}.dcx-bon_card_amount_q36 {
  margin-bottom: 0.375rem;
  line-height: 1.1;
  font-size: 1.125rem;
  color: #D4A028;
  font-weight: 800;
}.dcx-bon_card_name_q36 {
  font-size: 13px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F4ECD8;
  font-weight: 600;
}.dcx-bon_card_detail_q36 {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #8C7250;
  padding-top: 8px;
  line-height: 1.5;
}.dcx-reg_q36 {
  background: #130C05;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.dcx-reg_q36 {
  padding: 44px 24px 0;
}
}.dcx-reg_in_q36 {
  margin: 0 auto;
  border-radius: 0.875rem;
  background: #1E1409;
  padding: 28px 24px;
  border: 1px solid rgba(255,255,255,0.06);
  max-width: 1320px;
}
@media(min-width: 769px) {.dcx-reg_in_q36 {
  padding: 2.5rem;
}
}.dcx-reg_top_q36 {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 858px) {.dcx-reg_top_q36 {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.dcx-reg_label_q36 {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #C4873A;
  letter-spacing: .08em;
  font-weight: 700;
}.dcx-reg_h2_q36 {
  color: #F4ECD8;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 769px) {.dcx-reg_h2_q36 {
  font-size: 28px;
}
}.dcx-reg_bonus_q36 {
  gap: 8px;
  border: 1px solid rgba(212,160,40,0.18);
  border-radius: 8px;
  padding: 0.625rem 1rem;
  background: rgba(212,160,40,0.18);
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.dcx-reg_bonus_amount_q36 {
  color: #D4A028;
  font-weight: 800;
  font-size: 20px;
}.dcx-reg_bonus_text_q36 {
  line-height: 1.35;
  color: #A0885A;
  font-size: 13px;
}.dcx-reg_cta_btn_q36 {
  border-radius: 8px;
  background: #3E9E5E;
  padding: 14px 32px;
  transition: background .2s;
  margin-bottom: 12px;
  display: inline-block;
  font-weight: 700;
  box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.50), 0 0 22px rgba(62,158,94,0.38);
  font-size: 0.938rem;
  color: #0E0904;
}.dcx-reg_cta_btn_q36:hover {
  background: #48B36C;
}.dcx-reg_terms_q36 {
  line-height: 1.5;
  color: #8C7250;
  font-size: 11px;
}.dcx-reg_seo_q36 {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #7A6440;
  font-size: 0.813rem;
  margin-top: 20px;
  padding-top: 20px;
  overflow-wrap: break-word;
  line-height: 1.65;
}.dcx-reg_seo_q36 p {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 0.625rem;
  color: #7A6440;
}.dcx-reg_seo_q36 p:last-child {
  margin-bottom: 0;
}.dcx-reg_seo_q36 strong {
  font-weight: 700;
  color: #CDB98A;
}.dcx-reg_seo_q36 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4873A;
}.dcx-reg_seo_q36 a:hover {
  color: #D99840;
}.dcx-reg_seo_q36 ul,.dcx-reg_seo_q36 ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.dcx-reg_seo_q36 ol {
  list-style: decimal;
}.dcx-reg_seo_q36 li {
  font-size: 13px;
  color: #7A6440;
  line-height: 1.65;
  margin-bottom: 4px;
}.dcx-reg_seo_q36 table {
  font-size: 0.813rem;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 769px) {.dcx-reg_seo_q36 table {
  display: table;
}
}.dcx-reg_seo_q36 th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #CDB98A;
}.dcx-reg_seo_q36 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 8px;
  color: #7A6440;
}.dcx-reg_steps_q36 {
  gap: 0.875rem;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width: 858px) {.dcx-reg_steps_q36 {
  margin-top: 0;
}
}.dcx-reg_step_q36 {
  border-radius: 0.5rem;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.05);
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.dcx-reg_step_num_q36 {
  border-radius: 50%;
  border: 1px solid rgba(196,135,58,0.07);
  background: rgba(196,135,58,0.18);
  align-items: center;
  font-weight: 800;
  font-size: 14px;
  width: 2.125rem;
  flex-shrink: 0;
  display: flex;
  height: 34px;
  color: #C4873A;
  justify-content: center;
}.dcx-reg_step_title_q36 {
  font-weight: 700;
  font-size: 14px;
  color: #F4ECD8;
  margin-bottom: 3px;
}.dcx-reg_step_text_q36 {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #7A6440;
}.dcx-reg_trust_q36 {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  padding-top: 1.25rem;
}.dcx-reg_trust_item_q36 {
  gap: 7px;
  color: #7A6440;
  align-items: center;
  display: flex;
  font-size: 12px;
  overflow-wrap: break-word;
}.dcx-reg_trust_ic_q36 svg {
  width: 1rem;
  color: #C4873A;
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
}.dcx-seo_q36 {
  background: #130C05;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.dcx-seo_q36 {
  padding: 2.75rem 24px 0;
}
}.dcx-seo_in_q36 {
  border: 1px solid rgba(255,255,255,0.11);
  padding: 1.75rem 24px;
  background: #1E1409;
  margin: 0 auto;
  border-radius: 0.875rem;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.dcx-seo_in_q36 {
  padding: 2.25rem 40px;
}
}.dcx-seo_label_q36 {
  color: #C4873A;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
}.dcx-seo_h2_q36 {
  margin-bottom: 14px;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F4ECD8;
  font-size: 20px;
}
@media(min-width: 769px) {.dcx-seo_h2_q36 {
  font-size: 1.5rem;
}
}.dcx-seo_body_q36 {
  color: #A0885A;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
}.dcx-seo_body_q36 p {
  line-height: 1.75;
  color: #A0885A;
  margin-bottom: 12px;
  font-size: 14px;
}.dcx-seo_body_q36 p:last-child {
  margin-bottom: 0;
}.dcx-seo_body_q36 strong {
  font-weight: 700;
  color: #CDB98A;
}.dcx-seo_body_q36 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4873A;
}.dcx-seo_body_q36 a:hover {
  color: #D99840;
}.dcx-seo_body_q36 ul,.dcx-seo_body_q36 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.dcx-seo_body_q36 ol {
  list-style: decimal;
}.dcx-seo_body_q36 li {
  color: #A0885A;
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 0.875rem;
}.dcx-seo_body_q36 table {
  display: block;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  font-size: 13px;
}
@media(min-width: 769px) {.dcx-seo_body_q36 table {
  display: table;
}
}.dcx-seo_body_q36 th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #CDB98A;
}.dcx-seo_body_q36 td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #A0885A;
}.dcx-seo_cols_q36 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.dcx-seo_cols_q36 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.dcx-seo_cols_q36 {
  grid-template-columns: repeat(3,1fr);
}
}.dcx-seo_col_h_q36 {
  color: #CDB98A;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 13px;
}.dcx-seo_col_p_q36 {
  overflow-wrap: break-word;
  color: #7A6440;
  line-height: 1.65;
  font-size: 0.813rem;
}.dcx-seo_stats_q36 {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.dcx-seo_stat_q36 {
  border: 1px solid rgba(196,135,58,0.18);
  border-radius: 8px;
  background: rgba(196,135,58,0.07);
  flex: 1;
  padding: 14px 1rem;
  min-width: 140px;
}.dcx-seo_stat_val_q36 {
  color: #C4873A;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 4px;
}.dcx-seo_stat_lb_q36 {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7A6440;
}.dcx-faq_q36 {
  background: #130C05;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.dcx-faq_q36 {
  padding: 2.75rem 1.5rem 0;
}
}.dcx-faq_in_q36 {
  margin: 0 auto;
  max-width: 1320px;
}.dcx-faq_head_q36 {
  margin-bottom: 20px;
}.dcx-faq_label_q36 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #C4873A;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.dcx-faq_h2_q36 {
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  color: #F4ECD8;
  font-weight: 800;
}
@media(min-width: 771px) {.dcx-faq_h2_q36 {
  font-size: 1.5rem;
}
}.dcx-faq_list_q36 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.dcx-faq_item_q36 {
  background: #1E1409;
  border: 1px solid rgba(255,255,255,0.11);
  overflow: hidden;
  border-radius: 8px;
}.dcx-faq_q_q36 {
  transition: color .2s;
  padding: 16px 20px;
  gap: 12px;
  font-size: 0.875rem;
  justify-content: space-between;
  align-items: center;
  color: #CDB98A;
  overflow-wrap: break-word;
  font-weight: 600;
  flex-wrap: wrap;
  display: flex;
  cursor: pointer;
}.dcx-faq_q_q36:hover {
  color: #F4ECD8;
}.dcx-faq_q_ic_q36 {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  height: 1.5rem;
  flex-shrink: 0;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  color: #C4873A;
  width: 24px;
  align-items: center;
}.dcx-faq_item_q36.dcx-state_open_q36 .dcx-faq_q_ic_q36 {
  transform: rotate(45deg);
}.dcx-faq_a_q36 {
  padding: 0 20px 1rem;
  color: #7A6440;
  font-size: 0.813rem;
  line-height: 1.7;
  display: none;
  overflow-wrap: break-word;
}.dcx-faq_item_q36.dcx-state_open_q36 .dcx-faq_a_q36 {
  display: block;
}.dcx-faq_a_q36 strong {
  color: #CDB98A;
  font-weight: 700;
}.dcx-faq_a_q36 a {
  text-decoration: underline;
  color: #C4873A;
}.dcx-faq_a_q36 ul,.dcx-faq_a_q36 ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 1.25rem;
}.dcx-faq_a_q36 ol {
  list-style: decimal;
}.dcx-faq_a_q36 li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.dcx-faq_a_q36 table {
  margin: 8px 0;
  font-size: 12px;
  overflow-x: auto;
  width: 100%;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 770px) {.dcx-faq_a_q36 table {
  display: table;
}
}.dcx-faq_a_q36 th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #CDB98A;
}.dcx-faq_a_q36 td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7A6440;
}.dcx-seo_q36 {
  padding: 2.25rem 1rem 0;
  background: #130C05;
}
@media(min-width: 771px) {.dcx-seo_q36 {
  padding: 2.75rem 24px 0;
}
}.dcx-seo_in_q36 {
  border: 1px solid rgba(255,255,255,0.11);
  margin: 0 auto;
  border-radius: 0.875rem;
  background: #1E1409;
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 765px) {.dcx-seo_in_q36 {
  padding: 2.25rem 40px;
}
}.dcx-seo_label_q36 {
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  color: #C4873A;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
}.dcx-seo_h2_q36 {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  color: #F4ECD8;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.dcx-seo_h2_q36 {
  font-size: 1.5rem;
}
}.dcx-seo_body_q36 {
  color: #A0885A;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.dcx-seo_body_q36 p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #A0885A;
  font-size: 14px;
}.dcx-seo_body_q36 p:last-child {
  margin-bottom: 0;
}.dcx-seo_body_q36 strong {
  font-weight: 700;
  color: #CDB98A;
}.dcx-seo_body_q36 a {
  transition: color .2s;
  color: #C4873A;
  text-decoration: underline;
}.dcx-seo_body_q36 a:hover {
  color: #D99840;
}.dcx-seo_body_q36 ul,.dcx-seo_body_q36 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.dcx-seo_body_q36 ol {
  list-style: decimal;
}.dcx-seo_body_q36 li {
  margin-bottom: 6px;
  font-size: 14px;
  color: #A0885A;
  line-height: 1.75;
}.dcx-seo_body_q36 table {
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  display: block;
  width: 100%;
  font-size: 13px;
  overflow-x: auto;
}
@media(min-width: 770px) {.dcx-seo_body_q36 table {
  display: table;
}
}.dcx-seo_body_q36 th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #CDB98A;
  text-align: left;
}.dcx-seo_body_q36 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #A0885A;
}.dcx-seo_cols_q36 {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.dcx-seo_cols_q36 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.dcx-seo_cols_q36 {
  grid-template-columns: repeat(3,1fr);
}
}.dcx-seo_col_h_q36 {
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  color: #CDB98A;
  font-size: 13px;
  font-weight: 700;
}.dcx-seo_col_p_q36 {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #7A6440;
  overflow-wrap: break-word;
}.dcx-seo_stats_q36 {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.dcx-seo_stat_q36 {
  border: 1px solid rgba(196,135,58,0.18);
  flex: 1;
  border-radius: 0.5rem;
  background: rgba(196,135,58,0.07);
  padding: 14px 16px;
  min-width: 8.75rem;
}.dcx-seo_stat_val_q36 {
  color: #C4873A;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}.dcx-seo_stat_lb_q36 {
  color: #7A6440;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.dcx-seo_q36 {
  padding: 36px 16px 0;
  background: #130C05;
}
@media(min-width: 771px) {.dcx-seo_q36 {
  padding: 2.75rem 1.5rem 0;
}
}.dcx-seo_in_q36 {
  margin: 0 auto;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.875rem;
  background: #1E1409;
  max-width: 1320px;
}
@media(min-width: 770px) {.dcx-seo_in_q36 {
  padding: 36px 2.5rem;
}
}.dcx-seo_label_q36 {
  color: #C4873A;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.dcx-seo_h2_q36 {
  line-height: 1.25;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Cormorant Garamond', serif;
  color: #F4ECD8;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.dcx-seo_h2_q36 {
  font-size: 24px;
}
}.dcx-seo_body_q36 {
  line-height: 1.75;
  color: #A0885A;
  font-size: 14px;
  overflow-wrap: break-word;
}.dcx-seo_body_q36 p {
  line-height: 1.75;
  color: #A0885A;
  font-size: 0.875rem;
  margin-bottom: 12px;
}.dcx-seo_body_q36 p:last-child {
  margin-bottom: 0;
}.dcx-seo_body_q36 strong {
  font-weight: 700;
  color: #CDB98A;
}.dcx-seo_body_q36 a {
  transition: color .2s;
  color: #C4873A;
  text-decoration: underline;
}.dcx-seo_body_q36 a:hover {
  color: #D99840;
}.dcx-seo_body_q36 ul,.dcx-seo_body_q36 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.dcx-seo_body_q36 ol {
  list-style: decimal;
}.dcx-seo_body_q36 li {
  line-height: 1.75;
  color: #A0885A;
  margin-bottom: 0.375rem;
  font-size: 14px;
}.dcx-seo_body_q36 table {
  display: block;
  width: 100%;
  font-size: 0.813rem;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 12px;
}
@media(min-width: 767px) {.dcx-seo_body_q36 table {
  display: table;
}
}.dcx-seo_body_q36 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  color: #CDB98A;
  text-align: left;
}.dcx-seo_body_q36 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #A0885A;
}.dcx-seo_cols_q36 {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.dcx-seo_cols_q36 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.dcx-seo_cols_q36 {
  grid-template-columns: repeat(3,1fr);
}
}.dcx-seo_col_h_q36 {
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  font-weight: 700;
  color: #CDB98A;
}.dcx-seo_col_p_q36 {
  line-height: 1.65;
  color: #7A6440;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.dcx-seo_stats_q36 {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.dcx-seo_stat_q36 {
  flex: 1;
  padding: 14px 16px;
  background: rgba(196,135,58,0.07);
  border-radius: 8px;
  border: 1px solid rgba(196,135,58,0.18);
  min-width: 8.75rem;
}.dcx-seo_stat_val_q36 {
  margin-bottom: 4px;
  font-weight: 800;
  color: #C4873A;
  overflow-wrap: break-word;
  font-size: 20px;
}.dcx-seo_stat_lb_q36 {
  overflow-wrap: break-word;
  color: #7A6440;
  font-size: 11px;
}.dcx-ft_q36 {
  background: #0D0803;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.dcx-ft_support_q36 {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width:768px) {.dcx-ft_support_q36 {
  padding: 1.75rem 1.5rem;
}
}.dcx-ft_support_in_q36 {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1320px;
}.dcx-ft_support_main_q36 {
  gap: 1rem;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  min-width: 13.75rem;
  display: flex;
}.dcx-ft_support_ic_q36 {
  flex-shrink: 0;
  color: #C4873A;
}.dcx-ft_support_ic_q36 svg {
  height: 1.875rem;
  width: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.dcx-ft_support_text_title_q36 {
  font-size: 0.938rem;
  color: #F4ECD8;
  font-weight: 700;
  margin-bottom: 3px;
  overflow-wrap: break-word;
}.dcx-ft_support_text_sub_q36 {
  font-size: 0.75rem;
  color: #7A6440;
  overflow-wrap: break-word;
}.dcx-ft_support_btn_q36 {
  border-radius: 0.5rem;
  transition: background .2s;
  background: #C4873A;
  padding: 0.688rem 22px;
  flex-shrink: 0;
  font-size: 13px;
  color: #F4ECD8;
  font-weight: 700;
  white-space: nowrap;
}.dcx-ft_support_btn_q36:hover {
  background: #D99840;
}.dcx-ft_support_contacts_q36 {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.dcx-ft_support_contact_q36 {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #8C7250;
}.dcx-ft_support_contact_q36 strong {
  font-weight: 600;
  font-size: 11px;
  color: #A0885A;
  margin-bottom: 2px;
  display: block;
}.dcx-ft_main_q36 {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 1rem 24px;
}
@media(min-width: 767px) {.dcx-ft_main_q36 {
  padding: 2.5rem 24px 32px;
}
}.dcx-ft_main_in_q36 {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 641px) {.dcx-ft_main_in_q36 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.dcx-ft_main_in_q36 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.dcx-ft_col_logo_q36 {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.dcx-ft_col_logo_q36 {
  grid-column: auto;
}
}.dcx-ft_logo_q36 {
  gap: 0.563rem;
  flex-wrap: wrap;
  color: #F4ECD8;
  margin-bottom: 0.75rem;
  align-items: center;
  font-size: 16px;
  overflow-wrap: break-word;
  font-weight: 800;
  display: flex;
}.dcx-ft_logo_mark_q36 {
  overflow: hidden;
  border-radius: 0.25rem;
  width: 30px;
  height: 30px;
}.dcx-ft_logo_mark_q36 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.dcx-ft_logo_sub_q36 {
  line-height: 1.55;
  color: #8C7250;
  font-size: 0.75rem;
  max-width: 200px;
  overflow-wrap: break-word;
}.dcx-ft_col_title_q36 {
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: .07em;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #A0885A;
}.dcx-ft_col_links_q36 {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.dcx-ft_col_link_q36 {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #8C7250;
}.dcx-ft_col_link_q36:hover {
  color: #CDB98A;
}.dcx-ft_apps_q36 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.dcx-ft_app_card_q36 {
  padding: 0.625rem 0.75rem;
  transition: border-color .2s;
  gap: 0.625rem;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  align-items: center;
  display: flex;
}.dcx-ft_app_card_q36:hover {
  border-color: rgba(196,135,58,0.45);
}.dcx-ft_app_card_ic_q36 svg {
  stroke-linejoin: round;
  width: 1.375rem;
  stroke-linecap: round;
  height: 1.375rem;
}.dcx-ft_app_card_os_q36 {
  font-weight: 600;
  color: #8C7250;
  font-size: 0.625rem;
}.dcx-ft_app_card_action_q36 {
  font-weight: 700;
  color: #CDB98A;
  font-size: 0.75rem;
}.dcx-ft_bot_q36 {
  padding: 20px 1rem;
}
@media(min-width: 769px) {.dcx-ft_bot_q36 {
  padding: 1.25rem 24px;
}
}.dcx-ft_bot_in_q36 {
  margin: 0 auto;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  max-width: 1320px;
}.dcx-ft_socials_q36 {
  gap: 0.5rem;
  display: flex;
}.dcx-ft_soc_q36 {
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.05);
  border-radius: 4px;
  transition: background .2s;
  justify-content: center;
  width: 2.25rem;
  height: 36px;
  display: flex;
  align-items: center;
  color: #A0885A;
}.dcx-ft_soc_q36 svg {
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
  stroke-linecap: round;
}.dcx-ft_soc_q36:hover {
  background: rgba(255,255,255,0.07);
}.dcx-ft_legal_q36 {
  flex: 1;
  min-width: 200px;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.688rem;
  color: #927660;
}.dcx-ft_legal_q36 strong {
  font-weight: 700;
  color: #A0885A;
}.dcx-ft_legal_q36 a {
  color: #A0885A;
  text-decoration: underline;
}.dcx-ft_age_q36 {
  border-radius: 50%;
  border: 2px solid #927660;
  display: flex;
  color: #927660;
  align-items: center;
  font-weight: 800;
  margin-left: auto;
  height: 2rem;
  font-size: 0.688rem;
  width: 2rem;
  justify-content: center;
  flex-shrink: 0;
}