*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #080E0B;
  font-family: 'Barlow', sans-serif;
  color: #C2D9CA;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  text-decoration: none;
  color: inherit;
}button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.dme_layout_ycg {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.dme_page_ycg {
  min-height: 100vh;
  display: flex;
}.dme_main_ycg {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media(min-width: 1078px) {.dme_main_ycg {
  padding-left: 13.75rem;
}
}
@media(max-width: 1080px) {.dme_main_ycg {
  padding-bottom: 4.5rem;
}
}.dme_gc_ycg {
  overflow: hidden;
  border-radius: 8px;
  background: #0D1610;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .2s,border-color .2s;
  position: relative;
  width: 8.75rem;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 641px) {.dme_gc_ycg {
  width: 156px;
}
}
@media(min-width:1080px) {.dme_gc_ycg {
  width: 168px;
}
}.dme_gc_ycg:hover {
  border-color: rgba(42,219,99,0.07);
  transform: translateY(-3px);
}.dme_gc_img_ycg {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.dme_gc_img_ycg img {
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}.dme_gc_hover_ycg {
  transition: opacity .2s;
  inset: 0;
  background: rgba(4,9,7,0.80);
  position: absolute;
  align-items: center;
  display: flex;
  opacity: 0;
  justify-content: center;
}.dme_gc_ycg:hover .dme_gc_hover_ycg {
  opacity: 1;
}.dme_gc_hover_btn_ycg {
  background: #2ADB63;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  color: #EDFFF4;
}.dme_gc_info_ycg {
  padding: 0.5rem 0.625rem 10px;
}.dme_gc_name_ycg {
  overflow: hidden;
  color: #C2D9CA;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  max-width: 100%;
}.dme_gc_prov_ycg {
  font-size: 0.625rem;
  color: #6A8579;
}.dme_gc_tag_ycg {
  border-radius: 4px;
  padding: 2px 7px;
  text-transform: uppercase;
  position: absolute;
  letter-spacing: .04em;
  font-weight: 700;
  top: 0.375rem;
  font-size: 9px;
  z-index: 2;
  left: 0.375rem;
}.dme_gc_tag_hot_ycg {
  background: #E53030;
  color: #fff;
}.dme_gc_tag_new_ycg {
  background: #00C244;
  color: #080E0B;
}.dme_gc_tag_jp_ycg {
  background: #F0A500;
  color: #080E0B;
}.dme_gc_tag_ex_ycg {
  background: #0B4222;
  color: #fff;
}.dme_gc_tag_live_ycg {
  background: #E53030;
  color: #fff;
}.dme_gr_ycg {
  background: #080E0B;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.dme_gr_ycg {
  padding: 2.25rem 1.5rem 0;
}
}.dme_gr_in_ycg {
  margin: 0 auto;
  max-width: 83.75rem;
}.dme_gr_head_ycg {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
}.dme_gr_head_l_ycg {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.dme_gr_ic_ycg {
  border-radius: 0.5rem;
  justify-content: center;
  flex-shrink: 0;
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
}.dme_gr_ic_ycg svg {
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
}.dme_gr_title_ycg {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #EDFFF4;
  font-size: 16px;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 766px) {.dme_gr_title_ycg {
  font-size: 1.125rem;
}
}.dme_gr_more_ycg {
  transition: color .2s;
  gap: 5px;
  font-weight: 600;
  flex-shrink: 0;
  white-space: nowrap;
  align-items: center;
  color: #738E80;
  font-size: 0.75rem;
  display: flex;
}.dme_gr_more_ycg:hover {
  color: #2ADB63;
}.dme_gr_more_ycg svg {
  stroke-linejoin: round;
  width: 12px;
  height: 12px;
  stroke-linecap: round;
}.dme_gr_arrows_ycg {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.dme_gr_arr_ycg {
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255,255,255,0.11);
  width: 1.875rem;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 30px;
  color: #8AABAD;
}.dme_gr_arr_ycg:hover {
  background: rgba(255,255,255,0.07);
  color: #EDFFF4;
}.dme_gr_arr_ycg svg {
  height: 0.813rem;
  width: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.dme_gr_seo_h_ycg {
  margin: 0 0 6px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #C2D9CA;
  max-width: 42.5rem;
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.dme_gr_seo_h_ycg {
  font-size: 14px;
}
}.dme_gr_seo_ycg {
  max-width: 680px;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.55;
  margin-bottom: 12px;
  color: #738E80;
}.dme_gr_seo_ycg strong {
  color: #C2D9CA;
  font-weight: 600;
}.dme_gr_scroll_ycg {
  gap: 10px;
  display: flex;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
  overflow-x: auto;
  scrollbar-width: none;
}.dme_gr_scroll_ycg::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.dme_gr_scroll_ycg {
  gap: 12px;
}
}.dme_tb_ycg {
  background: #080E0B;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  right: 0;
  align-items: center;
  top: 0;
  display: flex;
  left: 0;
  position: fixed;
  z-index: 80;
  height: 56px;
}.dme_tb_in_ycg {
  gap: 0;
  padding: 0 0.875rem;
  width: 100%;
  align-items: center;
  display: flex;
  height: 100%;
}.dme_tb_burger_ycg {
  gap: 0.313rem;
  border-radius: 8px;
  flex-direction: column;
  display: flex;
  align-items: center;
  height: 2.375rem;
  flex-shrink: 0;
  width: 2.375rem;
  margin-right: 8px;
  justify-content: center;
}.dme_tb_burger_ycg:hover {
  background: rgba(255,255,255,0.05);
}.dme_tb_burger_line_ycg {
  border-radius: 1px;
  background: #8AABAD;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1082px) {.dme_tb_burger_ycg {
  display: none;
}
}.dme_tb_logo_ycg {
  gap: 9px;
  font-size: 1.125rem;
  display: flex;
  flex-shrink: 0;
  color: #EDFFF4;
  font-weight: 800;
  margin-right: 20px;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  align-items: center;
}.dme_tb_logo_mark_ycg {
  overflow: hidden;
  border-radius: 0.5rem;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
}.dme_tb_logo_mark_ycg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.dme_tb_nav_ycg {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.dme_tb_nav_ycg {
  display: flex;
}
}.dme_tb_tab_ycg {
  transition: background .15s,color .15s;
  border-radius: 0.5rem;
  padding: 8px 0.875rem;
  color: #8AABAD;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.813rem;
}.dme_tb_tab_ycg:hover {
  background: rgba(255,255,255,0.05);
  color: #EDFFF4;
}.dme_tb_tab_ycg.dme_state_active_ycg {
  background: rgba(42,219,99,0.18);
  color: #EDFFF4;
}.dme_tb_right_ycg {
  gap: 8px;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
}.dme_tb_login_ycg {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.5rem;
  padding: 0.563rem 1rem;
  transition: border-color .2s,color .2s;
  color: #C2D9CA;
  font-weight: 600;
  font-size: 13px;
  display: none;
}.dme_tb_login_ycg:hover {
  border-color: rgba(42,219,99,0.42);
  color: #EDFFF4;
}
@media(min-width: 477px) {.dme_tb_login_ycg {
  display: block;
}
}.dme_tb_reg_ycg {
  border-radius: 8px;
  padding: 9px 18px;
  background: #00C244;
  transition: background .2s;
  font-weight: 700;
  color: #071209;
  white-space: nowrap;
  font-size: 13px;
}.dme_tb_reg_ycg:hover {
  background: #00AE3C;
}.dme_sb_ycg {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #121D15;
  transition: transform .25s ease;
  overflow-y: auto;
  position: fixed;
  z-index: 70;
  width: 220px;
  bottom: 0;
  left: 0;
  top: 56px;
}.dme_sb_ycg.dme_state_open_ycg {
  transform: translateX(0);
}.dme_sb_ycg::-webkit-scrollbar {
  width: 0.25rem;
}.dme_sb_ycg::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1082px) {.dme_sb_ycg {
  transform: translateX(0);
}
}.dme_sb_auth_ycg {
  padding: 0.875rem 0.75rem 0.625rem;
}.dme_sb_btn_reg_ycg {
  transition: background .2s;
  background: #00C244;
  padding: 11px;
  border-radius: 0.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #071209;
  display: block;
  font-size: 13px;
}.dme_sb_btn_reg_ycg:hover {
  background: #00AE3C;
}.dme_sb_btn_login_ycg {
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.05);
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s;
  color: #C2D9CA;
  display: block;
  font-weight: 600;
  text-align: center;
  font-size: 0.813rem;
}.dme_sb_btn_login_ycg:hover {
  border-color: rgba(42,219,99,0.42);
  color: #EDFFF4;
}.dme_sb_promo_ycg {
  background: linear-gradient(135deg,#062214,#121D15);
  margin: 0 0.75rem 0.625rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(42,219,99,0.18);
  padding: 12px 14px;
  overflow: hidden;
  position: relative;
}.dme_sb_promo_ycg::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(42,219,99,0.18),transparent 70%);
  width: 80px;
  content: '';
  position: absolute;
  right: -20px;
  height: 80px;
  top: -1.25rem;
}.dme_sb_promo_title_ycg {
  font-size: 0.688rem;
  letter-spacing: .06em;
  margin-bottom: 4px;
  color: #2ADB63;
  font-weight: 700;
  text-transform: uppercase;
}.dme_sb_promo_text_ycg {
  font-weight: 600;
  line-height: 1.35;
  font-size: 12px;
  overflow-wrap: break-word;
  color: #EDFFF4;
}.dme_sb_promo_sub_ycg {
  color: #738E80;
  font-size: 0.625rem;
  margin-top: 3px;
}.dme_sb_nav_ycg {
  padding: 6px 0.5rem 16px;
}.dme_sb_nav_lb_ycg {
  padding: 10px 8px 0.375rem;
  color: #6A8579;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
}.dme_sb_link_ycg {
  padding: 9px 0.625rem;
  transition: background .15s,color .15s;
  gap: 10px;
  border-radius: 4px;
  overflow-wrap: break-word;
  font-weight: 500;
  align-items: center;
  color: #8AABAD;
  font-size: 0.813rem;
  cursor: pointer;
  display: flex;
}.dme_sb_link_ycg:hover {
  background: rgba(255,255,255,0.05);
  color: #EDFFF4;
}.dme_sb_link_ycg.dme_state_active_ycg {
  background: rgba(42,219,99,0.18);
  color: #EDFFF4;
}.dme_sb_ic_ycg {
  border-radius: 4px;
  justify-content: center;
  width: 30px;
  height: 1.875rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.dme_sb_ic_ycg svg {
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
}.dme_sb_ic_1_ycg {
  background: rgba(42,219,99,0.07);
  color: #2ADB63;
}.dme_sb_ic_2_ycg {
  background: rgba(0,194,68,0.15);
  color: #00C244;
}.dme_sb_ic_3_ycg {
  background: rgba(240,165,0,0.14);
  color: #F0A500;
}.dme_sb_ic_4_ycg {
  background: rgba(11,66,34,0.55);
  color: #0B4222;
}.dme_sb_ic_5_ycg {
  background: rgba(42,219,99,0.07);
  color: #FF3D78;
}.dme_sb_ic_6_ycg {
  background: rgba(11,66,34,0.55);
  color: #8B2BE2;
}.dme_sb_badge_ycg {
  padding: 2px 0.438rem;
  background: #F0A500;
  border-radius: 0.25rem;
  margin-left: auto;
  font-weight: 700;
  color: #071209;
  font-size: 0.563rem;
}.dme_sb_bot_ycg {
  gap: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  display: flex;
}.dme_sb_lang_ycg,.dme_sb_help_ycg {
  flex: 1;
  border-radius: 0.25rem;
  transition: border-color .2s;
  padding: 0.563rem 0.375rem;
  border: 1px solid rgba(255,255,255,0.06);
  gap: 6px;
  background: rgba(255,255,255,0.05);
  font-weight: 600;
  font-size: 11px;
  align-items: center;
  color: #8AABAD;
  display: flex;
  justify-content: center;
}.dme_sb_lang_ycg:hover,.dme_sb_help_ycg:hover {
  border-color: rgba(42,219,99,0.42);
  color: #EDFFF4;
}.dme_sb_lang_ycg svg,.dme_sb_help_ycg svg {
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.813rem;
}.dme_sb_bd_ycg {
  background: rgba(4,9,7,0.80);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.dme_sb_bd_ycg.dme_state_on_ycg {
  display: block;
}
@media(min-width: 1077px) {.dme_sb_bd_ycg {
  display: none!important;
}
}.dme_mob_nav_ycg {
  background: #121D15;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.11);
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  z-index: 80;
  right: 0;
}
@media(min-width: 1078px) {.dme_mob_nav_ycg {
  display: none;
}
}.dme_mob_nav_item_ycg {
  flex: 1;
  gap: 0.25rem;
  padding: 4px 2px;
  display: flex;
  color: #6A8579;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}.dme_mob_nav_ic_ycg {
  line-height: 1;
}.dme_mob_nav_ic_ycg svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 20px;
  width: 1.25rem;
}.dme_mob_nav_lb_ycg {
  color: #6A8579;
  font-weight: 600;
  font-size: 10px;
}.dme_mob_nav_item_ycg.dme_state_active_ycg {
  color: #2ADB63;
}.dme_mob_nav_item_ycg.dme_state_active_ycg .dme_mob_nav_lb_ycg {
  color: #2ADB63;
}.dme_hero_ycg {
  background: #080E0B;
  padding: 1.25rem 16px 0;
}
@media(min-width: 767px) {.dme_hero_ycg {
  padding: 1.5rem 24px 0;
}
}.dme_hero_in_ycg {
  margin: 0 auto;
  gap: 12px;
  display: grid;
  max-width: 83.75rem;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.dme_hero_in_ycg {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1103px) {.dme_hero_in_ycg {
  grid-template-columns: 1fr 340px;
}
}.dme_hero_promo_ycg {
  background: #0D1610;
  overflow: hidden;
  border-radius: 0.75rem;
  min-height: 220px;
  align-items: stretch;
  display: flex;
  position: relative;
}
@media(min-width: 771px) {.dme_hero_promo_ycg {
  min-height: 280px;
}
}.dme_hero_promo_bg_ycg {
  background-position: center;
  background: linear-gradient(120deg,#062214 0%,#080E0B 100%);
  inset: 0;
  position: absolute;
  background-size: cover;
}.dme_hero_promo_bg_ycg::after {
  inset: 0;
  background: linear-gradient(90deg,#080E0B 0%,rgba(4,9,7,0.80) 60%,transparent 100%);
  content: '';
  position: absolute;
}.dme_hero_promo_glow_ycg {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(11,66,34,0.55) 0%,transparent 65%);
  width: 300px;
  right: 3.75rem;
  height: 18.75rem;
  position: absolute;
  pointer-events: none;
  top: -40px;
}.dme_hero_promo_ct_ycg {
  padding: 28px 24px 28px 1.75rem;
  max-width: 480px;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  z-index: 2;
}
@media(min-width: 767px) {.dme_hero_promo_ct_ycg {
  padding: 2.5rem 32px;
}
}.dme_hero_badge_ycg {
  border-radius: 20px;
  border: 1px solid rgba(42,219,99,0.07);
  padding: 5px 12px;
  background: rgba(42,219,99,0.18);
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #2ADB63;
  font-size: 0.625rem;
  display: inline-block;
  font-weight: 700;
}.dme_hero_h1_ycg {
  font-weight: 800;
  color: #EDFFF4;
  font-size: 1.625rem;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  line-height: 1.15;
}.dme_hero_h1_ycg em {
  color: #F0A500;
  font-style: normal;
}
@media(min-width: 770px) {.dme_hero_h1_ycg {
  font-size: 36px;
}
}.dme_hero_sub_ycg {
  margin-bottom: 20px;
  font-size: 0.813rem;
  line-height: 1.55;
  color: #8AABAD;
}
@media(min-width: 771px) {.dme_hero_sub_ycg {
  font-size: 14px;
}
}.dme_hero_row_ycg {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.dme_hero_cta_ycg {
  background: #00C244;
  border-radius: 8px;
  transition: background .2s;
  padding: 13px 1.625rem;
  font-size: 0.875rem;
  color: #071209;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 0.375rem 20px rgba(0,194,68,0.40);
  font-weight: 700;
}.dme_hero_cta_ycg:hover {
  background: #00AE3C;
}.dme_hero_terms_ycg {
  font-size: 0.688rem;
  color: #6A8579;
}.dme_hero_game_ycg {
  overflow: hidden;
  background: #0D1610;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.06);
  position: relative;
  display: flex;
  flex-direction: column;
}.dme_hero_game_badge_ycg {
  border: 1px solid rgba(240,165,0,0.14);
  padding: 5px 0.625rem;
  border-radius: 20px;
  background: rgba(240,165,0,0.14);
  letter-spacing: .06em;
  text-transform: uppercase;
  z-index: 3;
  left: 12px;
  color: #F0A500;
  top: 12px;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
}.dme_hero_game_badge_ycg svg {
  height: 11px;
  width: 11px;
  vertical-align: -1px;
  margin-right: 0.25rem;
}.dme_hero_game_img_ycg {
  overflow: hidden;
  background: linear-gradient(135deg,#062214,#080E0B);
  padding-bottom: 60%;
  position: relative;
}.dme_hero_game_img_ycg img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}.dme_hero_game_play_ycg {
  background: rgba(4,9,7,0.80);
  transition: opacity .2s;
  inset: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
}.dme_hero_game_ycg:hover .dme_hero_game_play_ycg {
  opacity: 1;
}.dme_hero_game_play_ycg span {
  background: #2ADB63;
  border-radius: 50%;
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
}.dme_hero_game_play_ycg span svg {
  height: 18px;
  width: 1.125rem;
  margin-left: 2px;
}.dme_hero_game_info_ycg {
  padding: 0.875rem 16px;
}.dme_hero_game_title_ycg {
  margin-bottom: 0.25rem;
  color: #EDFFF4;
  font-size: 15px;
  font-weight: 700;
  overflow-wrap: break-word;
}.dme_hero_game_provider_ycg {
  font-size: 0.688rem;
  color: #738E80;
}.dme_hero_game_btn_ycg {
  background: #2ADB63;
  border-radius: 0.5rem;
  padding: 11px;
  margin: 0.75rem 1rem 1rem;
  transition: background .2s;
  display: block;
  font-size: 0.813rem;
  text-align: center;
  color: #EDFFF4;
  font-weight: 700;
}.dme_hero_game_ycg:hover .dme_hero_game_btn_ycg {
  background: #1FC457;
}.dme_sbar_ycg {
  background: #080E0B;
  padding: 16px 1rem 0;
}
@media(min-width: 771px) {.dme_sbar_ycg {
  padding: 18px 24px 0;
}
}.dme_sbar_in_ycg {
  margin: 0 auto;
  max-width: 83.75rem;
}.dme_sbar_row_ycg {
  gap: 10px;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}.dme_sbar_input_ycg {
  border: 1px solid rgba(255,255,255,0.11);
  gap: 0.625rem;
  padding: 11px 16px;
  transition: border-color .2s;
  flex: 1;
  background: #0D1610;
  border-radius: 8px;
  font-size: 0.813rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #738E80;
}.dme_sbar_input_ycg:hover {
  border-color: rgba(42,219,99,0.42);
}.dme_sbar_input_ycg svg {
  flex-shrink: 0;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 15px;
  height: 0.938rem;
}.dme_sbar_providers_ycg {
  gap: 0.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 11px 1.125rem;
  transition: border-color .2s;
  border-radius: 0.5rem;
  background: #0D1610;
  display: flex;
  white-space: nowrap;
  font-size: 13px;
  color: #C2D9CA;
  align-items: center;
  font-weight: 600;
}.dme_sbar_providers_ycg:hover {
  border-color: rgba(42,219,99,0.42);
  color: #EDFFF4;
}.dme_sbar_providers_ycg svg {
  stroke-linejoin: round;
  width: 14px;
  height: 14px;
  stroke-linecap: round;
}.dme_sbar_tabs_ycg {
  gap: 0.375rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 2px;
}.dme_sbar_tabs_ycg::-webkit-scrollbar {
  display: none;
}.dme_sbar_tab_ycg {
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  gap: 0.438rem;
  transition: background .15s,color .15s,border-color .15s;
  padding: 8px 0.875rem;
  font-size: 0.75rem;
  font-weight: 600;
  flex-shrink: 0;
  align-items: center;
  color: #8AABAD;
  display: flex;
  white-space: nowrap;
  cursor: pointer;
}.dme_sbar_tab_ycg:hover {
  border-color: rgba(42,219,99,0.42);
  background: rgba(255,255,255,0.07);
  color: #EDFFF4;
}.dme_sbar_tab_ycg.dme_state_active_ycg {
  background: rgba(42,219,99,0.18);
  border-color: rgba(42,219,99,0.07);
  color: #EDFFF4;
}.dme_sbar_tab_ic_ycg svg {
  stroke-linejoin: round;
  height: 14px;
  width: 14px;
  stroke-linecap: round;
}.dme_wy_ycg {
  background: #080E0B;
  padding: 32px 16px 0;
}
@media(min-width: 769px) {.dme_wy_ycg {
  padding: 2.5rem 24px 0;
}
}.dme_wy_in_ycg {
  margin: 0 auto;
  max-width: 1340px;
}.dme_wy_head_ycg {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.dme_wy_label_ycg {
  font-size: 11px;
  font-weight: 700;
  color: #2ADB63;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.dme_wy_h2_ycg {
  color: #EDFFF4;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}
@media(min-width: 769px) {.dme_wy_h2_ycg {
  font-size: 1.5rem;
}
}.dme_wy_intro_ycg {
  margin: 0;
  line-height: 1.6;
  color: #738E80;
  font-size: 0.813rem;
}.dme_wy_grid_ycg {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.dme_wy_grid_ycg {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.dme_wy_grid_ycg {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.dme_wy_card_ycg {
  background: #121D15;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.5rem;
  padding: 1.25rem;
}.dme_wy_card_ycg:hover {
  transform: translateY(-2px);
  border-color: rgba(42,219,99,0.07);
}.dme_wy_card_ic_ycg {
  border-radius: 50%;
  background: rgba(42,219,99,0.18);
  justify-content: center;
  width: 44px;
  color: #2ADB63;
  display: flex;
  margin-bottom: 14px;
  height: 2.75rem;
  align-items: center;
}.dme_wy_card_ic_ycg svg {
  height: 22px;
  width: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.dme_wy_card_h_ycg {
  font-weight: 700;
  color: #EDFFF4;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
}.dme_wy_card_p_ycg {
  overflow-wrap: break-word;
  color: #738E80;
  font-size: 13px;
  line-height: 1.6;
}.dme_wy_card_p_ycg strong {
  color: #C2D9CA;
  font-weight: 600;
}.dme_gcg_ycg {
  background: #080E0B;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.dme_gcg_ycg {
  padding: 44px 1.5rem 0;
}
}.dme_gcg_in_ycg {
  margin: 0 auto;
  max-width: 1340px;
}.dme_gcg_head_ycg {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.dme_gcg_label_ycg {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 11px;
  color: #2ADB63;
  text-transform: uppercase;
}.dme_gcg_h2_ycg {
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 22px;
  color: #EDFFF4;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width:768px) {.dme_gcg_h2_ycg {
  font-size: 1.75rem;
}
}.dme_gcg_intro_ycg {
  color: #738E80;
  font-size: 13px;
  line-height: 1.6;
}.dme_gcg_grid_ycg {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.dme_gcg_grid_ycg {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.dme_gcg_grid_ycg {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.dme_gcg_card_ycg {
  padding: 20px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.11);
  transition: transform .2s,border-color .2s;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  cursor: pointer;
  min-height: 240px;
}.dme_gcg_card_ycg:hover {
  transform: translateY(-3px);
  border-color: rgba(42,219,99,0.18);
}.dme_gcg_card_bg_ycg {
  inset: 0;
  z-index: 0;
  position: absolute;
}.dme_gcg_card_bg_ycg::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.dme_gcg_card_ic_ycg {
  border-radius: 0.25rem;
  background: rgba(0,0,0,.45);
  z-index: 2;
  position: absolute;
  align-items: center;
  color: #EDFFF4;
  display: flex;
  height: 40px;
  justify-content: center;
  right: 1.125rem;
  width: 2.5rem;
  top: 1.125rem;
}.dme_gcg_card_ic_ycg svg {
  height: 20px;
  width: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.dme_gcg_card_ct_ycg {
  z-index: 1;
  position: relative;
}.dme_gcg_card_h_ycg {
  font-family: 'Barlow Condensed', sans-serif;
  color: #EDFFF4;
  font-size: 1.125rem;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 800;
  line-height: 1.2;
}
@media(min-width: 766px) {.dme_gcg_card_h_ycg {
  font-size: 20px;
}
}.dme_gcg_card_p_ycg {
  line-height: 1.55;
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
}.dme_gcg_card_p_ycg strong {
  font-weight: 600;
  color: #EDFFF4;
}.dme_gcg_card_cta_ycg {
  gap: 0.25rem;
  text-transform: uppercase;
  color: #2ADB63;
  font-size: 0.75rem;
  align-items: center;
  font-weight: 700;
  letter-spacing: .04em;
  display: inline-flex;
}.dme_gcg_card_cta_ycg svg {
  width: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.75rem;
}.dme_gr_jp_ycg {
  background: linear-gradient(135deg,#14082C 0%,#090612 100%);
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 12px;
  position: relative;
}.dme_gr_jp_ycg::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(11,66,34,0.55) 0%,transparent 70%);
  width: 15.625rem;
  content: '';
  left: -60px;
  top: -3.75rem;
  position: absolute;
  height: 15.625rem;
}.dme_gr_jp_ycg::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(240,165,0,0.14) 0%,transparent 70%);
  right: 0;
  content: '';
  width: 200px;
  bottom: -2.5rem;
  height: 200px;
  position: absolute;
}.dme_gr_jp_head_ycg {
  gap: 16px;
  z-index: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 1rem;
}.dme_gr_jp_info_ycg {
  flex: 1;
}.dme_gr_jp_label_ycg {
  font-size: 11px;
  margin-bottom: 6px;
  color: #8B2BE2;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.dme_gr_jp_label_ycg svg {
  margin-right: 0.25rem;
  width: 14px;
  stroke-linecap: round;
  height: 14px;
  vertical-align: -2px;
  stroke-linejoin: round;
}.dme_gr_jp_amount_ycg {
  line-height: 1;
  color: #EDFFF4;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 2rem;
}
@media(min-width: 767px) {.dme_gr_jp_amount_ycg {
  font-size: 40px;
}
}.dme_gr_jp_amount_ycg span {
  color: #F0A500;
}.dme_gr_jp_seo_ycg {
  font-size: 12px;
  max-width: 30rem;
  color: #8AABAD;
  line-height: 1.5;
  overflow-wrap: break-word;
}.dme_gr_jp_cta_ycg {
  border-radius: 0.5rem;
  border: 1px solid rgba(11,66,34,0.55);
  transition: background .2s;
  background: rgba(11,66,34,0.55);
  padding: 0.688rem 20px;
  align-self: flex-start;
  position: relative;
  font-size: 13px;
  flex-shrink: 0;
  color: #EDFFF4;
  margin-top: 4px;
  font-weight: 700;
  white-space: nowrap;
  z-index: 1;
}.dme_gr_jp_cta_ycg:hover {
  background: #0B4222;
}.dme_ws_ycg {
  background: #080E0B;
  padding: 2rem 16px 0;
}
@media(min-width: 769px) {.dme_ws_ycg {
  padding: 36px 24px 0;
}
}.dme_ws_in_ycg {
  margin: 0 auto;
  max-width: 1340px;
}.dme_ws_head_ycg {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}.dme_ws_title_ycg {
  gap: 0.625rem;
  display: flex;
  color: #EDFFF4;
  align-items: center;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
}.dme_ws_title_ic_ycg svg {
  stroke-linejoin: round;
  height: 18px;
  stroke-linecap: round;
  color: #F0A500;
  width: 1.125rem;
}.dme_ws_online_ycg {
  gap: 0.438rem;
  font-weight: 600;
  align-items: center;
  font-size: 0.75rem;
  display: flex;
  color: #738E80;
}.dme_ws_online_dot_ycg {
  border-radius: 50%;
  background: #00C244;
  height: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(0,194,68,0.15);
  width: 0.5rem;
}.dme_ws_scroll_ycg {
  gap: 0.5rem;
  scrollbar-width: none;
  padding-bottom: 8px;
  display: flex;
  overflow-x: auto;
}.dme_ws_scroll_ycg::-webkit-scrollbar {
  display: none;
}.dme_wc_ycg {
  gap: 10px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  background: #0D1610;
  padding: 10px 14px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
}.dme_wc_img_ycg {
  overflow: hidden;
  border-radius: 4px;
  background: #121D15;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
}.dme_wc_img_ycg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.dme_wc_info_ycg {
  min-width: 0;
}.dme_wc_game_ycg {
  overflow: hidden;
  color: #C2D9CA;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}.dme_wc_player_ycg {
  overflow: hidden;
  color: #6A8579;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}.dme_wc_amount_ycg {
  font-weight: 700;
  font-size: 0.813rem;
  flex-shrink: 0;
  color: #00C244;
  white-space: nowrap;
  margin-left: auto;
}.dme_reg_ycg {
  background: #080E0B;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.dme_reg_ycg {
  padding: 44px 24px 0;
}
}.dme_reg_in_ycg {
  margin: 0 auto;
  padding: 28px 24px;
  background: #121D15;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.75rem;
  max-width: 1340px;
}
@media(min-width:768px) {.dme_reg_in_ycg {
  padding: 40px;
}
}.dme_reg_top_ycg {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.dme_reg_top_ycg {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.dme_reg_label_ycg {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #2ADB63;
}.dme_reg_h2_ycg {
  font-size: 1.375rem;
  color: #EDFFF4;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 769px) {.dme_reg_h2_ycg {
  font-size: 28px;
}
}.dme_reg_bonus_ycg {
  border-radius: 8px;
  border: 1px solid rgba(240,165,0,0.14);
  background: rgba(240,165,0,0.14);
  gap: 0.5rem;
  padding: 10px 1rem;
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.dme_reg_bonus_amount_ycg {
  font-size: 20px;
  color: #F0A500;
  font-weight: 800;
}.dme_reg_bonus_text_ycg {
  font-size: 13px;
  color: #8AABAD;
  line-height: 1.35;
}.dme_reg_cta_btn_ycg {
  padding: 0.875rem 2rem;
  border-radius: 0.5rem;
  background: #00C244;
  transition: background .2s;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 6px 20px rgba(0,194,68,0.40);
  margin-bottom: 12px;
  font-weight: 700;
  color: #071209;
  display: inline-block;
  font-size: 0.938rem;
}.dme_reg_cta_btn_ycg:hover {
  background: #00AE3C;
}.dme_reg_terms_ycg {
  color: #6A8579;
  font-size: 11px;
  line-height: 1.5;
}.dme_reg_seo_ycg {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  padding-top: 20px;
  line-height: 1.65;
  font-size: 0.813rem;
  margin-top: 1.25rem;
  color: #738E80;
}.dme_reg_seo_ycg p {
  line-height: 1.65;
  margin-bottom: 10px;
  font-size: 13px;
  color: #738E80;
}.dme_reg_seo_ycg p:last-child {
  margin-bottom: 0;
}.dme_reg_seo_ycg strong {
  font-weight: 700;
  color: #C2D9CA;
}.dme_reg_seo_ycg a {
  transition: color .2s;
  color: #2ADB63;
  text-decoration: underline;
}.dme_reg_seo_ycg a:hover {
  color: #1FC457;
}.dme_reg_seo_ycg ul,.dme_reg_seo_ycg ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.dme_reg_seo_ycg ol {
  list-style: decimal;
}.dme_reg_seo_ycg li {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #738E80;
  margin-bottom: 4px;
}.dme_reg_seo_ycg table {
  font-size: 0.813rem;
  margin-bottom: 10px;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  display: block;
}
@media(min-width: 769px) {.dme_reg_seo_ycg table {
  display: table;
}
}.dme_reg_seo_ycg th {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C2D9CA;
  text-align: left;
  font-weight: 700;
}.dme_reg_seo_ycg td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.5rem;
  color: #738E80;
}.dme_reg_steps_ycg {
  gap: 14px;
  margin-top: 1.75rem;
  flex-direction: column;
  display: flex;
}
@media(min-width: 858px) {.dme_reg_steps_ycg {
  margin-top: 0;
}
}.dme_reg_step_ycg {
  gap: 0.875rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.5rem;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.dme_reg_step_num_ycg {
  border-radius: 50%;
  border: 1px solid rgba(42,219,99,0.07);
  background: rgba(42,219,99,0.18);
  color: #2ADB63;
  align-items: center;
  display: flex;
  height: 2.125rem;
  flex-shrink: 0;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  width: 34px;
}.dme_reg_step_title_ycg {
  font-weight: 700;
  font-size: 0.875rem;
  color: #EDFFF4;
  margin-bottom: 3px;
}.dme_reg_step_text_ycg {
  color: #738E80;
  line-height: 1.5;
  font-size: 12px;
}.dme_reg_trust_ycg {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 1.25rem;
  flex-wrap: wrap;
  display: flex;
  padding-top: 20px;
}.dme_reg_trust_item_ycg {
  gap: 0.438rem;
  align-items: center;
  display: flex;
  font-size: 12px;
  color: #738E80;
  overflow-wrap: break-word;
}.dme_reg_trust_ic_ycg svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #2ADB63;
  height: 1rem;
  width: 16px;
}.dme_prov_ycg {
  background: #080E0B;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.dme_prov_ycg {
  padding: 2.75rem 24px 0;
}
}.dme_prov_in_ycg {
  margin: 0 auto;
  max-width: 1340px;
}.dme_prov_head_ycg {
  margin-bottom: 16px;
}.dme_prov_label_ycg {
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #2ADB63;
}.dme_prov_h2_ycg {
  color: #EDFFF4;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 771px) {.dme_prov_h2_ycg {
  font-size: 24px;
}
}.dme_prov_seo_ycg {
  font-size: 13px;
  margin-bottom: 1rem;
  color: #738E80;
  line-height: 1.6;
  max-width: 38.75rem;
  overflow-wrap: break-word;
}.dme_prov_seo_ycg strong {
  font-weight: 700;
  color: #C2D9CA;
}.dme_prov_seo_ycg a {
  color: #2ADB63;
  text-decoration: underline;
}.dme_prov_grid_ycg {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width:640px) {.dme_prov_grid_ycg {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.dme_prov_grid_ycg {
  grid-template-columns: repeat(8,1fr);
}
}.dme_prov_card_ycg {
  gap: 7px;
  padding: 0.875rem 0.625rem;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  background: #0D1610;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}.dme_prov_card_ycg:hover {
  background: #121D15;
  border-color: rgba(42,219,99,0.42);
}.dme_prov_logo_ycg {
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  border-radius: 4px;
  justify-content: center;
  width: 2.75rem;
  align-items: center;
  height: 2.75rem;
  display: flex;
}.dme_prov_logo_ycg img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.dme_prov_name_ycg {
  font-size: 11px;
  color: #8AABAD;
  font-weight: 600;
  overflow-wrap: break-word;
  text-align: center;
}.dme_app_ycg {
  background: #080E0B;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.dme_app_ycg {
  padding: 2.75rem 24px 0;
}
}.dme_app_in_ycg {
  margin: 0 auto;
  max-width: 1340px;
}.dme_app_head_ycg {
  margin-bottom: 1rem;
}.dme_app_label_ycg {
  font-size: 0.688rem;
  font-weight: 700;
  color: #2ADB63;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}.dme_app_h2_ycg {
  font-family: 'Barlow Condensed', sans-serif;
  color: #EDFFF4;
  margin-bottom: 0.375rem;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.dme_app_h2_ycg {
  font-size: 1.5rem;
}
}.dme_app_sub_ycg {
  overflow-wrap: break-word;
  max-width: 37.5rem;
  line-height: 1.6;
  font-size: 13px;
  color: #738E80;
}.dme_app_sub_ycg strong {
  font-weight: 700;
  color: #C2D9CA;
}.dme_app_cards_ycg {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin-top: 16px;
  display: grid;
}
@media(min-width: 643px) {.dme_app_cards_ycg {
  grid-template-columns: repeat(3,1fr);
}
}.dme_app_card_ycg {
  gap: 1rem;
  border-radius: 8px;
  padding: 20px;
  overflow: hidden;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
}.dme_app_card_ios_ycg {
  background: linear-gradient(135deg,rgba(42,219,99,0.18) 0%,#121D15 100%);
}.dme_app_card_android_ycg {
  background: linear-gradient(135deg,rgba(0,194,68,0.15) 0%,#121D15 100%);
}.dme_app_card_win_ycg {
  background: linear-gradient(135deg,rgba(240,165,0,0.14) 0%,#121D15 100%);
}.dme_app_card_ic_ycg svg {
  width: 34px;
  height: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.dme_app_card_ic_ycg {
  flex-shrink: 0;
  color: #EDFFF4;
}.dme_app_card_os_ycg {
  font-size: 10px;
  margin-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
  color: #738E80;
  letter-spacing: .08em;
}.dme_app_card_title_ycg {
  margin-bottom: 0.375rem;
  color: #EDFFF4;
  font-weight: 700;
  font-size: 15px;
  overflow-wrap: break-word;
  line-height: 1.2;
}.dme_app_card_text_ycg {
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #738E80;
}.dme_app_card_btn_ycg {
  gap: 7px;
  padding: 10px 18px;
  border-radius: 0.25rem;
  border: 1px solid rgba(42,219,99,0.42);
  background: rgba(255,255,255,0.12);
  transition: background .2s;
  font-weight: 700;
  display: inline-flex;
  color: #EDFFF4;
  align-items: center;
  font-size: 13px;
}.dme_app_card_btn_ycg:hover {
  background: rgba(255,255,255,0.07);
}.dme_bon_ycg {
  background: #080E0B;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.dme_bon_ycg {
  padding: 2.75rem 1.5rem 0;
}
}.dme_bon_in_ycg {
  margin: 0 auto;
  max-width: 1340px;
}.dme_bon_head_ycg {
  margin-bottom: 1.25rem;
}.dme_bon_label_ycg {
  margin-bottom: 0.5rem;
  color: #2ADB63;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.dme_bon_h2_ycg {
  font-size: 20px;
  color: #EDFFF4;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.dme_bon_h2_ycg {
  font-size: 1.5rem;
}
}.dme_bon_seo_ycg {
  max-width: 38.75rem;
  overflow-wrap: break-word;
  color: #738E80;
  font-size: 13px;
  line-height: 1.6;
}.dme_bon_seo_ycg strong {
  font-weight: 700;
  color: #C2D9CA;
}.dme_bon_seo_ycg a {
  color: #2ADB63;
  text-decoration: underline;
}.dme_bon_grid_ycg {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.dme_bon_grid_ycg {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.dme_bon_grid_ycg {
  grid-template-columns: repeat(5,1fr);
}
}.dme_bon_card_ycg {
  border-radius: 8px;
  padding: 1rem;
  background: #0D1610;
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s,transform .2s;
}.dme_bon_card_ycg:hover {
  border-color: rgba(42,219,99,0.07);
  transform: translateY(-2px);
}.dme_bon_card_ic_ycg svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 26px;
  height: 1.625rem;
}.dme_bon_card_ic_ycg {
  margin-bottom: 10px;
}.dme_bon_card_type_ycg {
  font-weight: 700;
  margin-bottom: 0.375rem;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #738E80;
}.dme_bon_card_amount_ycg {
  margin-bottom: 0.375rem;
  font-size: 18px;
  line-height: 1.1;
  color: #F0A500;
  font-weight: 800;
}.dme_bon_card_name_ycg {
  overflow-wrap: break-word;
  color: #EDFFF4;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 13px;
}.dme_bon_card_detail_ycg {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.5;
  padding-top: 8px;
  color: #6A8579;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.dme_seo_ycg {
  background: #080E0B;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.dme_seo_ycg {
  padding: 44px 24px 0;
}
}.dme_seo_in_ycg {
  border: 1px solid rgba(255,255,255,0.11);
  background: #121D15;
  margin: 0 auto;
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.dme_seo_in_ycg {
  padding: 2.25rem 2.5rem;
}
}.dme_seo_label_ycg {
  margin-bottom: 10px;
  font-size: 11px;
  color: #2ADB63;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.dme_seo_h2_ycg {
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #EDFFF4;
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.875rem;
}
@media(min-width: 766px) {.dme_seo_h2_ycg {
  font-size: 24px;
}
}.dme_seo_body_ycg {
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #8AABAD;
}.dme_seo_body_ycg p {
  line-height: 1.75;
  font-size: 14px;
  color: #8AABAD;
  margin-bottom: 12px;
}.dme_seo_body_ycg p:last-child {
  margin-bottom: 0;
}.dme_seo_body_ycg strong {
  color: #C2D9CA;
  font-weight: 700;
}.dme_seo_body_ycg a {
  transition: color .2s;
  color: #2ADB63;
  text-decoration: underline;
}.dme_seo_body_ycg a:hover {
  color: #1FC457;
}.dme_seo_body_ycg ul,.dme_seo_body_ycg ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.dme_seo_body_ycg ol {
  list-style: decimal;
}.dme_seo_body_ycg li {
  line-height: 1.75;
  margin-bottom: 6px;
  color: #8AABAD;
  font-size: 0.875rem;
}.dme_seo_body_ycg table {
  border-collapse: collapse;
  margin-bottom: 12px;
  display: block;
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 767px) {.dme_seo_body_ycg table {
  display: table;
}
}.dme_seo_body_ycg th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #C2D9CA;
}.dme_seo_body_ycg td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8AABAD;
}.dme_seo_cols_ycg {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.dme_seo_cols_ycg {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.dme_seo_cols_ycg {
  grid-template-columns: repeat(3,1fr);
}
}.dme_seo_col_h_ycg {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C2D9CA;
  margin-bottom: 0.438rem;
  font-size: 13px;
}.dme_seo_col_p_ycg {
  color: #738E80;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
}.dme_seo_stats_ycg {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.dme_seo_stat_ycg {
  border: 1px solid rgba(42,219,99,0.18);
  border-radius: 0.5rem;
  flex: 1;
  background: rgba(42,219,99,0.07);
  padding: 14px 1rem;
  min-width: 8.75rem;
}.dme_seo_stat_val_ycg {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #2ADB63;
  margin-bottom: 4px;
  font-weight: 800;
}.dme_seo_stat_lb_ycg {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #738E80;
}.dme_seo_ycg {
  background: #080E0B;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.dme_seo_ycg {
  padding: 44px 24px 0;
}
}.dme_seo_in_ycg {
  padding: 28px 1.5rem;
  background: #121D15;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 12px;
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 767px) {.dme_seo_in_ycg {
  padding: 2.25rem 40px;
}
}.dme_seo_label_ycg {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #2ADB63;
  margin-bottom: 10px;
  font-weight: 700;
}.dme_seo_h2_ycg {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.875rem;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #EDFFF4;
  font-size: 20px;
}
@media(min-width:768px) {.dme_seo_h2_ycg {
  font-size: 1.5rem;
}
}.dme_seo_body_ycg {
  color: #8AABAD;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
}.dme_seo_body_ycg p {
  margin-bottom: 12px;
  color: #8AABAD;
  font-size: 0.875rem;
  line-height: 1.75;
}.dme_seo_body_ycg p:last-child {
  margin-bottom: 0;
}.dme_seo_body_ycg strong {
  font-weight: 700;
  color: #C2D9CA;
}.dme_seo_body_ycg a {
  transition: color .2s;
  text-decoration: underline;
  color: #2ADB63;
}.dme_seo_body_ycg a:hover {
  color: #1FC457;
}.dme_seo_body_ycg ul,.dme_seo_body_ycg ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.dme_seo_body_ycg ol {
  list-style: decimal;
}.dme_seo_body_ycg li {
  color: #8AABAD;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.dme_seo_body_ycg table {
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
  overflow-x: auto;
}
@media(min-width:768px) {.dme_seo_body_ycg table {
  display: table;
}
}.dme_seo_body_ycg th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C2D9CA;
  text-align: left;
}.dme_seo_body_ycg td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8AABAD;
}.dme_seo_cols_ycg {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.dme_seo_cols_ycg {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.dme_seo_cols_ycg {
  grid-template-columns: repeat(3,1fr);
}
}.dme_seo_col_h_ycg {
  font-weight: 700;
  color: #C2D9CA;
  margin-bottom: 7px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.dme_seo_col_p_ycg {
  color: #738E80;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.dme_seo_stats_ycg {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.dme_seo_stat_ycg {
  background: rgba(42,219,99,0.07);
  border-radius: 8px;
  flex: 1;
  padding: 14px 16px;
  border: 1px solid rgba(42,219,99,0.18);
  min-width: 140px;
}.dme_seo_stat_val_ycg {
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #2ADB63;
  margin-bottom: 4px;
}.dme_seo_stat_lb_ycg {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #738E80;
}.dme_rv_ycg {
  background: #080E0B;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.dme_rv_ycg {
  padding: 44px 24px 0;
}
}.dme_rv_in_ycg {
  margin: 0 auto;
  max-width: 1340px;
}.dme_rv_head_ycg {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.dme_rv_label_ycg {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #2ADB63;
  letter-spacing: .08em;
}.dme_rv_h2_ycg {
  font-weight: 800;
  font-size: 1.375rem;
  color: #EDFFF4;
  margin-bottom: 0.625rem;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.dme_rv_h2_ycg {
  font-size: 28px;
}
}.dme_rv_stats_ycg {
  gap: 1.125rem;
  flex-wrap: wrap;
  font-size: 0.813rem;
  align-items: center;
  display: flex;
  color: #738E80;
}.dme_rv_stats_score_ycg {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.dme_rv_stats_score_val_ycg {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  color: #F0A500;
}.dme_rv_stats_score_max_ycg {
  color: #6A8579;
  font-size: 0.813rem;
}.dme_rv_stats_badge_ycg {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.dme_rv_stats_badge_ycg svg {
  width: 0.875rem;
  height: 0.875rem;
  color: #F0A500;
}.dme_rv_grid_ycg {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.dme_rv_grid_ycg {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.dme_rv_grid_ycg {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.dme_rv_card_ycg {
  padding: 1.25rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.11);
  background: #121D15;
  flex-direction: column;
  display: flex;
}.dme_rv_card_stars_ycg {
  gap: 2px;
  margin-bottom: 0.625rem;
  color: #F0A500;
  display: flex;
}.dme_rv_card_stars_ycg svg {
  width: 0.875rem;
  height: 0.875rem;
}.dme_rv_card_h_ycg {
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #EDFFF4;
  overflow-wrap: break-word;
  line-height: 1.3;
  font-size: 14px;
}.dme_rv_card_body_ycg {
  flex: 1;
  color: #738E80;
  margin-bottom: 0.875rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.dme_rv_card_body_ycg strong {
  color: #C2D9CA;
  font-weight: 600;
}.dme_rv_card_meta_ycg {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.625rem;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  padding-top: 12px;
  align-items: center;
}.dme_rv_card_author_ycg {
  font-size: 0.75rem;
  font-weight: 600;
  color: #C2D9CA;
}.dme_rv_card_date_ycg {
  color: #6A8579;
  font-size: 11px;
}.dme_seo_ycg {
  background: #080E0B;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.dme_seo_ycg {
  padding: 2.75rem 24px 0;
}
}.dme_seo_in_ycg {
  background: #121D15;
  padding: 28px 24px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 12px;
  margin: 0 auto;
  max-width: 83.75rem;
}
@media(min-width: 770px) {.dme_seo_in_ycg {
  padding: 2.25rem 2.5rem;
}
}.dme_seo_label_ycg {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #2ADB63;
}.dme_seo_h2_ycg {
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #EDFFF4;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.dme_seo_h2_ycg {
  font-size: 1.5rem;
}
}.dme_seo_body_ycg {
  color: #8AABAD;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.dme_seo_body_ycg p {
  line-height: 1.75;
  color: #8AABAD;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}.dme_seo_body_ycg p:last-child {
  margin-bottom: 0;
}.dme_seo_body_ycg strong {
  color: #C2D9CA;
  font-weight: 700;
}.dme_seo_body_ycg a {
  transition: color .2s;
  text-decoration: underline;
  color: #2ADB63;
}.dme_seo_body_ycg a:hover {
  color: #1FC457;
}.dme_seo_body_ycg ul,.dme_seo_body_ycg ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.dme_seo_body_ycg ol {
  list-style: decimal;
}.dme_seo_body_ycg li {
  color: #8AABAD;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.75;
}.dme_seo_body_ycg table {
  border-collapse: collapse;
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  font-size: 0.813rem;
}
@media(min-width: 771px) {.dme_seo_body_ycg table {
  display: table;
}
}.dme_seo_body_ycg th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C2D9CA;
  text-align: left;
}.dme_seo_body_ycg td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #8AABAD;
}.dme_seo_cols_ycg {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 637px) {.dme_seo_cols_ycg {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.dme_seo_cols_ycg {
  grid-template-columns: repeat(3,1fr);
}
}.dme_seo_col_h_ycg {
  font-weight: 700;
  font-size: 0.813rem;
  color: #C2D9CA;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
}.dme_seo_col_p_ycg {
  color: #738E80;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.dme_seo_stats_ycg {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.dme_seo_stat_ycg {
  padding: 14px 16px;
  background: rgba(42,219,99,0.07);
  border-radius: 0.5rem;
  border: 1px solid rgba(42,219,99,0.18);
  flex: 1;
  min-width: 140px;
}.dme_seo_stat_val_ycg {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #2ADB63;
  font-weight: 800;
  font-size: 1.25rem;
}.dme_seo_stat_lb_ycg {
  overflow-wrap: break-word;
  color: #738E80;
  font-size: 0.688rem;
}.dme_faq_ycg {
  padding: 2.25rem 1rem 0;
  background: #080E0B;
}
@media(min-width:768px) {.dme_faq_ycg {
  padding: 2.75rem 1.5rem 0;
}
}.dme_faq_in_ycg {
  margin: 0 auto;
  max-width: 83.75rem;
}.dme_faq_head_ycg {
  margin-bottom: 20px;
}.dme_faq_label_ycg {
  font-size: 0.688rem;
  color: #2ADB63;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.dme_faq_h2_ycg {
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #EDFFF4;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 766px) {.dme_faq_h2_ycg {
  font-size: 24px;
}
}.dme_faq_list_ycg {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.dme_faq_item_ycg {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  background: #121D15;
  overflow: hidden;
}.dme_faq_q_ycg {
  padding: 1rem 20px;
  transition: color .2s;
  gap: 0.75rem;
  color: #C2D9CA;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  cursor: pointer;
  font-weight: 600;
}.dme_faq_q_ycg:hover {
  color: #EDFFF4;
}.dme_faq_q_ic_ycg {
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  color: #2ADB63;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  font-size: 1rem;
  height: 24px;
  width: 1.5rem;
  display: flex;
}.dme_faq_item_ycg.dme_state_open_ycg .dme_faq_q_ic_ycg {
  transform: rotate(45deg);
}.dme_faq_a_ycg {
  padding: 0 1.25rem 1rem;
  overflow-wrap: break-word;
  color: #738E80;
  display: none;
  font-size: 13px;
  line-height: 1.7;
}.dme_faq_item_ycg.dme_state_open_ycg .dme_faq_a_ycg {
  display: block;
}.dme_faq_a_ycg strong {
  color: #C2D9CA;
  font-weight: 700;
}.dme_faq_a_ycg a {
  text-decoration: underline;
  color: #2ADB63;
}.dme_faq_a_ycg ul,.dme_faq_a_ycg ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.dme_faq_a_ycg ol {
  list-style: decimal;
}.dme_faq_a_ycg li {
  line-height: 1.6;
  margin-bottom: 4px;
}.dme_faq_a_ycg table {
  margin: 8px 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  display: block;
  overflow-x: auto;
}
@media(min-width: 765px) {.dme_faq_a_ycg table {
  display: table;
}
}.dme_faq_a_ycg th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 6px 8px;
  text-align: left;
  font-weight: 700;
  color: #C2D9CA;
}.dme_faq_a_ycg td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.375rem 8px;
  color: #738E80;
}.dme_ft_ycg {
  background: #040908;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 3rem;
}.dme_ft_support_ycg {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width:768px) {.dme_ft_support_ycg {
  padding: 28px 24px;
}
}.dme_ft_support_in_ycg {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1340px;
}.dme_ft_support_main_ycg {
  flex: 1;
  gap: 1rem;
  flex-wrap: wrap;
  min-width: 220px;
  align-items: center;
  display: flex;
}.dme_ft_support_ic_ycg {
  color: #2ADB63;
  flex-shrink: 0;
}.dme_ft_support_ic_ycg svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 30px;
  width: 30px;
}.dme_ft_support_text_title_ycg {
  margin-bottom: 3px;
  color: #EDFFF4;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.938rem;
}.dme_ft_support_text_sub_ycg {
  overflow-wrap: break-word;
  color: #738E80;
  font-size: 0.75rem;
}.dme_ft_support_btn_ycg {
  padding: 0.688rem 1.375rem;
  background: #2ADB63;
  transition: background .2s;
  border-radius: 8px;
  white-space: nowrap;
  color: #EDFFF4;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}.dme_ft_support_btn_ycg:hover {
  background: #1FC457;
}.dme_ft_support_contacts_ycg {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.dme_ft_support_contact_ycg {
  color: #6A8579;
  font-size: 0.75rem;
  line-height: 1.4;
}.dme_ft_support_contact_ycg strong {
  color: #8AABAD;
  display: block;
  margin-bottom: 2px;
  font-size: 0.688rem;
  font-weight: 600;
}.dme_ft_main_ycg {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 766px) {.dme_ft_main_ycg {
  padding: 2.5rem 1.5rem 32px;
}
}.dme_ft_main_in_ycg {
  margin: 0 auto;
  gap: 24px;
  display: grid;
  max-width: 1340px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.dme_ft_main_in_ycg {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.dme_ft_main_in_ycg {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.dme_ft_col_logo_ycg {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.dme_ft_col_logo_ycg {
  grid-column: auto;
}
}.dme_ft_logo_ycg {
  gap: 0.563rem;
  color: #EDFFF4;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  font-weight: 800;
  align-items: center;
  display: flex;
  font-size: 1rem;
  flex-wrap: wrap;
}.dme_ft_logo_mark_ycg {
  border-radius: 4px;
  overflow: hidden;
  height: 30px;
  width: 30px;
}.dme_ft_logo_mark_ycg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.dme_ft_logo_sub_ycg {
  color: #6A8579;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 200px;
}.dme_ft_col_title_ycg {
  color: #8AABAD;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  font-weight: 700;
  letter-spacing: .07em;
  font-size: 0.75rem;
}.dme_ft_col_links_ycg {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.dme_ft_col_link_ycg {
  transition: color .2s;
  color: #6A8579;
  overflow-wrap: break-word;
  font-size: 13px;
}.dme_ft_col_link_ycg:hover {
  color: #C2D9CA;
}.dme_ft_apps_ycg {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.dme_ft_app_card_ycg {
  gap: 0.625rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  padding: 0.625rem 0.75rem;
  border-radius: 4px;
  transition: border-color .2s;
  align-items: center;
  display: flex;
}.dme_ft_app_card_ycg:hover {
  border-color: rgba(42,219,99,0.42);
}.dme_ft_app_card_ic_ycg svg {
  height: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.375rem;
}.dme_ft_app_card_os_ycg {
  color: #6A8579;
  font-weight: 600;
  font-size: 10px;
}.dme_ft_app_card_action_ycg {
  color: #C2D9CA;
  font-weight: 700;
  font-size: 12px;
}.dme_ft_bot_ycg {
  padding: 1.25rem 1rem;
}
@media(min-width: 767px) {.dme_ft_bot_ycg {
  padding: 1.25rem 1.5rem;
}
}.dme_ft_bot_in_ycg {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  max-width: 83.75rem;
  align-items: center;
  flex-wrap: wrap;
}.dme_ft_socials_ycg {
  gap: 8px;
  display: flex;
}.dme_ft_soc_ycg {
  background: rgba(255,255,255,0.05);
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.25rem;
  justify-content: center;
  color: #8AABAD;
  width: 36px;
  display: flex;
  height: 2.25rem;
  align-items: center;
}.dme_ft_soc_ycg svg {
  height: 1rem;
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.dme_ft_soc_ycg:hover {
  background: rgba(255,255,255,0.07);
}.dme_ft_legal_ycg {
  flex: 1;
  color: #728F82;
  font-size: 0.688rem;
  line-height: 1.6;
  min-width: 200px;
  overflow-wrap: break-word;
}.dme_ft_legal_ycg strong {
  color: #8AABAD;
  font-weight: 700;
}.dme_ft_legal_ycg a {
  color: #8AABAD;
  text-decoration: underline;
}.dme_ft_age_ycg {
  border-radius: 50%;
  border: 2px solid #728F82;
  align-items: center;
  height: 2rem;
  justify-content: center;
  width: 2rem;
  font-weight: 800;
  color: #728F82;
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0.688rem;
}