html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0B0F0C;
  color: #C2D4C9;
  font-family: 'Cabin', sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}.emg_layout-l5l {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.emg_page-l5l {
  min-height: 100vh;
  display: flex;
}.emg_main-l5l {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1082px) {.emg_main-l5l {
  padding-left: 220px;
}
}
@media (max-width:1079px) {.emg_main-l5l {
  padding-bottom: 72px;
}
}.emg_gc-l5l {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border-radius: 10px;
  background: #0F1411;
  border: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  width: 8.75rem;
}
@media(min-width:640px) {.emg_gc-l5l {
  width: 9.75rem;
}
}
@media(min-width: 1077px) {.emg_gc-l5l {
  width: 10.5rem;
}
}.emg_gc-l5l:hover {
  transform: translateY(-3px);
  border-color: rgba(62, 216, 118, 0.06);
}.emg_gc_img-l5l {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.emg_gc_img-l5l img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.emg_gc_hover-l5l {
  background: rgba(7, 10, 8, 0.72);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  align-items: center;
  position: absolute;
  opacity: 0;
  justify-content: center;
}.emg_gc-l5l:hover .emg_gc_hover-l5l {
  opacity: 1;
}.emg_gc_hover_btn-l5l {
  background: #3ED87A;
  border-radius: 0.375rem;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 0.75rem;
  color: #EEF5F0;
}.emg_gc_info-l5l {
  padding: 8px 0.625rem 0.625rem;
}.emg_gc_name-l5l {
  overflow: hidden;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  color: #C2D4C9;
  font-size: 12px;
  max-width: 100%;
  font-weight: 600;
  white-space: nowrap;
}.emg_gc_prov-l5l {
  font-size: 10px;
  color: #4E6358;
}.emg_gc_tag-l5l {
  padding: 2px 7px;
  border-radius: 0.25rem;
  font-weight: 700;
  text-transform: uppercase;
  left: 6px;
  top: 0.375rem;
  z-index: 2;
  position: absolute;
  letter-spacing: .04em;
  font-size: 9px;
}.emg_gc_tag_hot-l5l {
  background: #E84040;
  color: #fff;
}.emg_gc_tag_new-l5l {
  background: #42E07C;
  color: #0B0F0C;
}.emg_gc_tag_jp-l5l {
  background: #E89420;
  color: #0B0F0C;
}.emg_gc_tag_ex-l5l {
  background: #1E7A50;
  color: #fff;
}.emg_gc_tag_live-l5l {
  background: #E84040;
  color: #fff;
}.emg_gr-l5l {
  background: #0B0F0C;
  padding: 2rem 16px 0;
}
@media(min-width: 765px) {.emg_gr-l5l {
  padding: 36px 1.5rem 0;
}
}.emg_gr_in-l5l {
  margin: 0 auto;
  max-width: 82.5rem;
}.emg_gr_head-l5l {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
}.emg_gr_head_l-l5l {
  flex: 1;
  gap: 0.625rem;
  align-items: center;
  min-width: 0;
  display: flex;
}.emg_gr_ic-l5l {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  height: 32px;
  width: 32px;
  align-items: center;
  flex-shrink: 0;
}.emg_gr_ic-l5l svg {
  stroke-linejoin: round;
  height: 16px;
  width: 1rem;
  stroke-linecap: round;
}.emg_gr_title-l5l {
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  color: #EEF5F0;
  font-size: 16px;
  font-weight: 700;
}
@media(min-width: 769px) {.emg_gr_title-l5l {
  font-size: 1.125rem;
}
}.emg_gr_more-l5l {
  transition: color .2s;
  gap: 5px;
  align-items: center;
  display: flex;
  white-space: nowrap;
  color: #627A6C;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 600;
}.emg_gr_more-l5l:hover {
  color: #3ED87A;
}.emg_gr_more-l5l svg {
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
  width: 0.75rem;
}.emg_gr_arrows-l5l {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.emg_gr_arr-l5l {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .15s,color .15s;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  color: #8BA896;
  align-items: center;
  height: 30px;
  width: 1.875rem;
  justify-content: center;
}.emg_gr_arr-l5l:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EEF5F0;
}.emg_gr_arr-l5l svg {
  stroke-linecap: round;
  height: 0.813rem;
  width: 13px;
  stroke-linejoin: round;
}.emg_gr_seo_h-l5l {
  margin: 0 0 6px;
  max-width: 42.5rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C2D4C9;
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 770px) {.emg_gr_seo_h-l5l {
  font-size: 14px;
}
}.emg_gr_seo-l5l {
  max-width: 680px;
  color: #627A6C;
  margin-bottom: 12px;
  line-height: 1.55;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.emg_gr_seo-l5l strong {
  color: #C2D4C9;
  font-weight: 600;
}.emg_gr_scroll-l5l {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
  overflow-x: auto;
}.emg_gr_scroll-l5l::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.emg_gr_scroll-l5l {
  gap: 0.75rem;
}
}.emg_tb-l5l {
  background: #090D0A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  z-index: 80;
  left: 0;
  position: fixed;
  right: 0;
  display: flex;
  align-items: center;
  height: 56px;
  top: 0;
}.emg_tb_in-l5l {
  padding: 0 0.875rem;
  gap: 0;
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}.emg_tb_burger-l5l {
  gap: 0.313rem;
  border-radius: 10px;
  height: 2.375rem;
  margin-right: 0.5rem;
  justify-content: center;
  align-items: center;
  width: 38px;
  flex-shrink: 0;
  flex-direction: column;
  display: flex;
}.emg_tb_burger-l5l:hover {
  background: rgba(255, 255, 255, 0.05);
}.emg_tb_burger_line-l5l {
  border-radius: 1px;
  background: #8BA896;
  height: 2px;
  width: 1.125rem;
  display: block;
}
@media(min-width: 1082px) {.emg_tb_burger-l5l {
  display: none;
}
}.emg_tb_logo-l5l {
  gap: 0.563rem;
  color: #EEF5F0;
  align-items: center;
  flex-shrink: 0;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 800;
  margin-right: 1.25rem;
  font-size: 18px;
}.emg_tb_logo_mark-l5l {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  height: 32px;
  width: 2rem;
  align-items: center;
  justify-content: center;
}.emg_tb_logo_mark-l5l img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.emg_tb_nav-l5l {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 637px) {.emg_tb_nav-l5l {
  display: flex;
}
}.emg_tb_tab-l5l {
  transition: background .15s,color .15s;
  border-radius: 0.625rem;
  padding: 0.5rem 14px;
  font-size: 0.813rem;
  color: #8BA896;
  white-space: nowrap;
  font-weight: 600;
}.emg_tb_tab-l5l:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEF5F0;
}.emg_tb_tab-l5l.emg_state_active-l5l {
  background: rgba(62, 216, 118, 0.14);
  color: #EEF5F0;
}.emg_tb_right-l5l {
  gap: 0.5rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.emg_tb_login-l5l {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  padding: 9px 16px;
  border-radius: 0.625rem;
  color: #C2D4C9;
  display: none;
  font-weight: 600;
  font-size: 0.813rem;
}.emg_tb_login-l5l:hover {
  border-color: rgba(62, 216, 118, 0.38);
  color: #EEF5F0;
}
@media(min-width: 478px) {.emg_tb_login-l5l {
  display: block;
}
}.emg_tb_reg-l5l {
  transition: background .2s;
  border-radius: 10px;
  padding: 9px 18px;
  background: #42E07C;
  white-space: nowrap;
  font-size: 13px;
  color: #091209;
  font-weight: 700;
}.emg_tb_reg-l5l:hover {
  background: #59E98E;
}.emg_sb-l5l {
  background: #131A15;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  transform: translateX(-100%);
  z-index: 70;
  width: 13.75rem;
  overflow-y: auto;
  left: 0;
  bottom: 0;
  position: fixed;
  top: 3.5rem;
}.emg_sb-l5l.emg_state_open-l5l {
  transform: translateX(0);
}.emg_sb-l5l::-webkit-scrollbar {
  width: 0.25rem;
}.emg_sb-l5l::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1078px) {.emg_sb-l5l {
  transform: translateX(0);
}
}.emg_sb_auth-l5l {
  padding: 0.875rem 0.75rem 0.625rem;
}.emg_sb_btn_reg-l5l {
  background: #42E07C;
  padding: 11px;
  transition: background .2s;
  border-radius: 10px;
  font-size: 13px;
  color: #091209;
  text-align: center;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}.emg_sb_btn_reg-l5l:hover {
  background: #59E98E;
}.emg_sb_btn_login-l5l {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  text-align: center;
  color: #C2D4C9;
  font-size: 13px;
  font-weight: 600;
  display: block;
}.emg_sb_btn_login-l5l:hover {
  border-color: rgba(62, 216, 118, 0.38);
  color: #EEF5F0;
}.emg_sb_promo-l5l {
  background: linear-gradient(135deg,#0D2418,#131A15);
  border: 1px solid rgba(62, 216, 118, 0.14);
  padding: 12px 0.875rem;
  overflow: hidden;
  margin: 0 0.75rem 0.625rem;
  border-radius: 10px;
  position: relative;
}.emg_sb_promo-l5l::before {
  background: radial-gradient(circle,rgba(62, 216, 118, 0.14),transparent 70%);
  border-radius: 50%;
  right: -20px;
  width: 80px;
  height: 5rem;
  content: '';
  top: -20px;
  position: absolute;
}.emg_sb_promo_title-l5l {
  font-size: 0.688rem;
  color: #3ED87A;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .06em;
}.emg_sb_promo_text-l5l {
  font-size: 0.75rem;
  color: #EEF5F0;
  overflow-wrap: break-word;
  font-weight: 600;
  line-height: 1.35;
}.emg_sb_promo_sub-l5l {
  font-size: 0.625rem;
  margin-top: 3px;
  color: #627A6C;
}.emg_sb_nav-l5l {
  padding: 6px 8px 1rem;
}.emg_sb_nav_lb-l5l {
  padding: 0.625rem 0.5rem 0.375rem;
  font-size: 10px;
  letter-spacing: .08em;
  color: #4E6358;
  font-weight: 700;
  text-transform: uppercase;
}.emg_sb_link-l5l {
  padding: 0.563rem 0.625rem;
  border-radius: 6px;
  gap: 0.625rem;
  transition: background .15s,color .15s;
  align-items: center;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #8BA896;
  font-weight: 500;
  display: flex;
  cursor: pointer;
}.emg_sb_link-l5l:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEF5F0;
}.emg_sb_link-l5l.emg_state_active-l5l {
  background: rgba(62, 216, 118, 0.14);
  color: #EEF5F0;
}.emg_sb_ic-l5l {
  border-radius: 6px;
  height: 30px;
  flex-shrink: 0;
  width: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
}.emg_sb_ic-l5l svg {
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
}.emg_sb_ic_1-l5l {
  background: rgba(62, 216, 118, 0.06);
  color: #3ED87A;
}.emg_sb_ic_2-l5l {
  background: rgba(66, 224, 124, 0.13);
  color: #42E07C;
}.emg_sb_ic_3-l5l {
  background: rgba(232, 148, 32, 0.14);
  color: #E89420;
}.emg_sb_ic_4-l5l {
  background: rgba(30, 122, 80, 0.22);
  color: #1E7A50;
}.emg_sb_ic_5-l5l {
  background: rgba(62, 216, 118, 0.06);
  color: #E8558A;
}.emg_sb_ic_6-l5l {
  background: rgba(30, 122, 80, 0.22);
  color: #9B5DE5;
}.emg_sb_badge-l5l {
  background: #E89420;
  padding: 2px 7px;
  border-radius: 6px;
  margin-left: auto;
  font-size: 0.563rem;
  font-weight: 700;
  color: #091209;
}.emg_sb_bot-l5l {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  display: flex;
}.emg_sb_lang-l5l,.emg_sb_help-l5l {
  border-radius: 0.375rem;
  gap: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  padding: 0.563rem 6px;
  flex: 1;
  align-items: center;
  font-weight: 600;
  justify-content: center;
  font-size: 11px;
  display: flex;
  color: #8BA896;
}.emg_sb_lang-l5l:hover,.emg_sb_help-l5l:hover {
  border-color: rgba(62, 216, 118, 0.38);
  color: #EEF5F0;
}.emg_sb_lang-l5l svg,.emg_sb_help-l5l svg {
  stroke-linecap: round;
  height: 13px;
  width: 0.813rem;
  stroke-linejoin: round;
}.emg_sb_bd-l5l {
  inset: 0;
  background: rgba(7, 10, 8, 0.72);
  z-index: 69;
  display: none;
  position: fixed;
}.emg_sb_bd-l5l.emg_state_on-l5l {
  display: block;
}
@media(min-width: 1078px) {.emg_sb_bd-l5l {
  display: none!important;
}
}.emg_mob_nav-l5l {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #131A15;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  bottom: 0;
  right: 0;
  z-index: 80;
  left: 0;
  position: fixed;
  display: flex;
}
@media(min-width: 1081px) {.emg_mob_nav-l5l {
  display: none;
}
}.emg_mob_nav_item-l5l {
  padding: 4px 2px;
  gap: 4px;
  flex: 1;
  align-items: center;
  color: #4E6358;
  cursor: pointer;
  flex-direction: column;
  display: flex;
}.emg_mob_nav_ic-l5l {
  line-height: 1;
}.emg_mob_nav_ic-l5l svg {
  stroke-linejoin: round;
  width: 1.25rem;
  height: 1.25rem;
  stroke-linecap: round;
}.emg_mob_nav_lb-l5l {
  color: #4E6358;
  font-size: 10px;
  font-weight: 600;
}.emg_mob_nav_item-l5l.emg_state_active-l5l {
  color: #3ED87A;
}.emg_mob_nav_item-l5l.emg_state_active-l5l .emg_mob_nav_lb-l5l {
  color: #3ED87A;
}.emg_hero-l5l {
  padding: 20px 1rem 0;
  background: #0B0F0C;
}
@media(min-width: 770px) {.emg_hero-l5l {
  padding: 1.5rem 24px 0;
}
}.emg_hero_in-l5l {
  gap: 12px;
  margin: 0 auto;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.emg_hero_in-l5l {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1099px) {.emg_hero_in-l5l {
  grid-template-columns: 1fr 21.25rem;
}
}.emg_hero_promo-l5l {
  background: #0F1411;
  overflow: hidden;
  border-radius: 16px;
  display: flex;
  position: relative;
  align-items: stretch;
  min-height: 220px;
}
@media(min-width: 769px) {.emg_hero_promo-l5l {
  min-height: 280px;
}
}.emg_hero_promo_bg-l5l {
  background: linear-gradient(120deg,#0D2418 0%,#0B0F0C 100%);
  inset: 0;
  background-position: center;
  position: absolute;
  background-size: cover;
}.emg_hero_promo_bg-l5l::after {
  background: linear-gradient(90deg,#0B0F0C 0%,rgba(7, 10, 8, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.emg_hero_promo_glow-l5l {
  background: radial-gradient(circle,rgba(30, 122, 80, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  top: -40px;
  position: absolute;
  pointer-events: none;
  right: 60px;
  height: 300px;
  width: 18.75rem;
}.emg_hero_promo_ct-l5l {
  padding: 1.75rem 24px 1.75rem 28px;
  position: relative;
  z-index: 2;
  justify-content: center;
  display: flex;
  max-width: 480px;
  flex-direction: column;
}
@media(min-width: 766px) {.emg_hero_promo_ct-l5l {
  padding: 2.5rem 32px;
}
}.emg_hero_badge-l5l {
  border-radius: 20px;
  border: 1px solid rgba(62, 216, 118, 0.06);
  background: rgba(62, 216, 118, 0.14);
  padding: 5px 0.75rem;
  letter-spacing: .08em;
  color: #3ED87A;
  margin-bottom: 0.875rem;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.625rem;
}.emg_hero_h1-l5l {
  overflow-wrap: break-word;
  color: #EEF5F0;
  font-size: 26px;
  line-height: 1.15;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  margin-bottom: 0.625rem;
}.emg_hero_h1-l5l em {
  font-style: normal;
  color: #E89420;
}
@media(min-width:768px) {.emg_hero_h1-l5l {
  font-size: 36px;
}
}.emg_hero_sub-l5l {
  color: #8BA896;
  margin-bottom: 1.25rem;
  line-height: 1.55;
  font-size: 0.813rem;
}
@media(min-width: 766px) {.emg_hero_sub-l5l {
  font-size: 0.875rem;
}
}.emg_hero_row-l5l {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.emg_hero_cta-l5l {
  transition: background .2s;
  padding: 13px 1.625rem;
  border-radius: 0.625rem;
  background: #42E07C;
  color: #091209;
  font-weight: 700;
  font-size: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 0.25rem 1.125rem rgba(66, 224, 124, 0.35);
}.emg_hero_cta-l5l:hover {
  background: #59E98E;
}.emg_hero_terms-l5l {
  color: #4E6358;
  font-size: 0.688rem;
}.emg_hero_game-l5l {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #0F1411;
  display: flex;
  flex-direction: column;
  position: relative;
}.emg_hero_game_badge-l5l {
  padding: 5px 10px;
  border-radius: 20px;
  background: rgba(232, 148, 32, 0.14);
  border: 1px solid rgba(232, 148, 32, 0.14);
  left: 12px;
  text-transform: uppercase;
  z-index: 3;
  top: 12px;
  letter-spacing: .06em;
  color: #E89420;
  font-size: 10px;
  position: absolute;
  font-weight: 700;
}.emg_hero_game_badge-l5l svg {
  margin-right: 0.25rem;
  vertical-align: -1px;
  width: 11px;
  height: 11px;
}.emg_hero_game_img-l5l {
  overflow: hidden;
  background: linear-gradient(135deg,#0D2418,#0B0F0C);
  padding-bottom: 60%;
  position: relative;
}.emg_hero_game_img-l5l img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.emg_hero_game_play-l5l {
  transition: opacity .2s;
  inset: 0;
  background: rgba(7, 10, 8, 0.72);
  align-items: center;
  position: absolute;
  justify-content: center;
  opacity: 0;
  display: flex;
}.emg_hero_game-l5l:hover .emg_hero_game_play-l5l {
  opacity: 1;
}.emg_hero_game_play-l5l span {
  background: #3ED87A;
  border-radius: 50%;
  width: 3.25rem;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 52px;
}.emg_hero_game_play-l5l span svg {
  width: 18px;
  height: 1.125rem;
  margin-left: 2px;
}.emg_hero_game_info-l5l {
  padding: 0.875rem 16px;
}.emg_hero_game_title-l5l {
  font-weight: 700;
  font-size: 0.938rem;
  color: #EEF5F0;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.emg_hero_game_provider-l5l {
  font-size: 11px;
  color: #627A6C;
}.emg_hero_game_btn-l5l {
  padding: 0.688rem;
  margin: 0.75rem 16px 16px;
  transition: background .2s;
  border-radius: 0.625rem;
  background: #3ED87A;
  color: #EEF5F0;
  font-size: 0.813rem;
  display: block;
  font-weight: 700;
  text-align: center;
}.emg_hero_game-l5l:hover .emg_hero_game_btn-l5l {
  background: #5AE48F;
}.emg_sbar-l5l {
  background: #0B0F0C;
  padding: 1rem 16px 0;
}
@media(min-width: 770px) {.emg_sbar-l5l {
  padding: 1.125rem 24px 0;
}
}.emg_sbar_in-l5l {
  margin: 0 auto;
  max-width: 82.5rem;
}.emg_sbar_row-l5l {
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-bottom: 12px;
  display: flex;
}.emg_sbar_input-l5l {
  flex: 1;
  gap: 10px;
  padding: 0.688rem 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0F1411;
  border-radius: 10px;
  transition: border-color .2s;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 13px;
  color: #627A6C;
}.emg_sbar_input-l5l:hover {
  border-color: rgba(62, 216, 118, 0.38);
}.emg_sbar_input-l5l svg {
  width: 0.938rem;
  stroke-linejoin: round;
  flex-shrink: 0;
  height: 0.938rem;
  stroke-linecap: round;
}.emg_sbar_providers-l5l {
  gap: 0.5rem;
  transition: border-color .2s;
  padding: 0.688rem 1.125rem;
  border-radius: 10px;
  background: #0F1411;
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.813rem;
  align-items: center;
  display: flex;
  color: #C2D4C9;
  font-weight: 600;
  white-space: nowrap;
}.emg_sbar_providers-l5l:hover {
  border-color: rgba(62, 216, 118, 0.38);
  color: #EEF5F0;
}.emg_sbar_providers-l5l svg {
  stroke-linejoin: round;
  width: 0.875rem;
  height: 0.875rem;
  stroke-linecap: round;
}.emg_sbar_tabs-l5l {
  gap: 6px;
  display: flex;
  padding-bottom: 2px;
  scrollbar-width: none;
  overflow-x: auto;
}.emg_sbar_tabs-l5l::-webkit-scrollbar {
  display: none;
}.emg_sbar_tab-l5l {
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s,border-color .15s;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #8BA896;
  flex-shrink: 0;
  display: flex;
  cursor: pointer;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
  align-items: center;
}.emg_sbar_tab-l5l:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(62, 216, 118, 0.38);
  color: #EEF5F0;
}.emg_sbar_tab-l5l.emg_state_active-l5l {
  border-color: rgba(62, 216, 118, 0.06);
  background: rgba(62, 216, 118, 0.14);
  color: #EEF5F0;
}.emg_sbar_tab_ic-l5l svg {
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 14px;
}.emg_gcg-l5l {
  padding: 36px 16px 0;
  background: #0B0F0C;
}
@media(min-width: 766px) {.emg_gcg-l5l {
  padding: 2.75rem 24px 0;
}
}.emg_gcg_in-l5l {
  margin: 0 auto;
  max-width: 82.5rem;
}.emg_gcg_head-l5l {
  margin-bottom: 20px;
  max-width: 720px;
}.emg_gcg_label-l5l {
  font-weight: 700;
  text-transform: uppercase;
  color: #3ED87A;
  font-size: 0.688rem;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.emg_gcg_h2-l5l {
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 22px;
  color: #EEF5F0;
}
@media(min-width: 767px) {.emg_gcg_h2-l5l {
  font-size: 28px;
}
}.emg_gcg_intro-l5l {
  line-height: 1.6;
  color: #627A6C;
  font-size: 0.813rem;
}.emg_gcg_grid-l5l {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.emg_gcg_grid-l5l {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.emg_gcg_grid-l5l {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.emg_gcg_card-l5l {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: transform .2s,border-color .2s;
  border-radius: 16px;
  padding: 1.25rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  min-height: 240px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}.emg_gcg_card-l5l:hover {
  transform: translateY(-3px);
  border-color: rgba(62, 216, 118, 0.14);
}.emg_gcg_card_bg-l5l {
  inset: 0;
  position: absolute;
  z-index: 0;
}.emg_gcg_card_bg-l5l::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.emg_gcg_card_ic-l5l {
  border-radius: 0.375rem;
  background: rgba(0,0,0,.45);
  align-items: center;
  color: #EEF5F0;
  position: absolute;
  z-index: 2;
  top: 18px;
  height: 2.5rem;
  right: 1.125rem;
  justify-content: center;
  display: flex;
  width: 40px;
}.emg_gcg_card_ic-l5l svg {
  width: 20px;
  stroke-linecap: round;
  height: 20px;
  stroke-linejoin: round;
}.emg_gcg_card_ct-l5l {
  z-index: 1;
  position: relative;
}.emg_gcg_card_h-l5l {
  line-height: 1.2;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  overflow-wrap: break-word;
  color: #EEF5F0;
  font-weight: 800;
  margin-bottom: 8px;
}
@media(min-width: 770px) {.emg_gcg_card_h-l5l {
  font-size: 20px;
}
}.emg_gcg_card_p-l5l {
  line-height: 1.55;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  font-size: 12px;
}.emg_gcg_card_p-l5l strong {
  font-weight: 600;
  color: #EEF5F0;
}.emg_gcg_card_cta-l5l {
  gap: 4px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: .04em;
  align-items: center;
  display: inline-flex;
  color: #3ED87A;
}.emg_gcg_card_cta-l5l svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.75rem;
  height: 12px;
}.emg_gr_jp-l5l {
  background: linear-gradient(135deg,#160E2A 0%,#0A0C12 100%);
  padding: 1.25rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}.emg_gr_jp-l5l::before {
  background: radial-gradient(circle,rgba(30, 122, 80, 0.22) 0%,transparent 70%);
  border-radius: 50%;
  content: '';
  top: -3.75rem;
  height: 250px;
  width: 15.625rem;
  position: absolute;
  left: -60px;
}.emg_gr_jp-l5l::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(232, 148, 32, 0.14) 0%,transparent 70%);
  width: 12.5rem;
  position: absolute;
  bottom: -40px;
  content: '';
  right: 0;
  height: 12.5rem;
}.emg_gr_jp_head-l5l {
  gap: 1rem;
  z-index: 1;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  display: flex;
}.emg_gr_jp_info-l5l {
  flex: 1;
}.emg_gr_jp_label-l5l {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #9B5DE5;
}.emg_gr_jp_label-l5l svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -2px;
  width: 14px;
  height: 0.875rem;
  margin-right: 4px;
}.emg_gr_jp_amount-l5l {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.25rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  color: #EEF5F0;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.emg_gr_jp_amount-l5l {
  font-size: 40px;
}
}.emg_gr_jp_amount-l5l span {
  color: #E89420;
}.emg_gr_jp_seo-l5l {
  color: #8BA896;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  max-width: 480px;
}.emg_gr_jp_cta-l5l {
  border: 1px solid rgba(30, 122, 80, 0.22);
  background: rgba(30, 122, 80, 0.22);
  border-radius: 10px;
  transition: background .2s;
  padding: 11px 20px;
  white-space: nowrap;
  font-weight: 700;
  color: #EEF5F0;
  align-self: flex-start;
  flex-shrink: 0;
  font-size: 13px;
  margin-top: 0.25rem;
  position: relative;
  z-index: 1;
}.emg_gr_jp_cta-l5l:hover {
  background: #1E7A50;
}.emg_ws-l5l {
  padding: 2rem 1rem 0;
  background: #0B0F0C;
}
@media(min-width: 769px) {.emg_ws-l5l {
  padding: 36px 1.5rem 0;
}
}.emg_ws_in-l5l {
  margin: 0 auto;
  max-width: 82.5rem;
}.emg_ws_head-l5l {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  margin-bottom: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
}.emg_ws_title-l5l {
  gap: 10px;
  font-weight: 700;
  color: #EEF5F0;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  display: flex;
  font-size: 1rem;
  align-items: center;
  flex-wrap: wrap;
}.emg_ws_title_ic-l5l svg {
  stroke-linejoin: round;
  width: 18px;
  color: #E89420;
  stroke-linecap: round;
  height: 18px;
}.emg_ws_online-l5l {
  gap: 7px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.75rem;
  color: #627A6C;
}.emg_ws_online_dot-l5l {
  background: #42E07C;
  border-radius: 50%;
  width: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(66, 224, 124, 0.13);
  height: 8px;
  flex-shrink: 0;
}.emg_ws_scroll-l5l {
  gap: 8px;
  padding-bottom: 8px;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
}.emg_ws_scroll-l5l::-webkit-scrollbar {
  display: none;
}.emg_wc-l5l {
  background: #0F1411;
  gap: 0.625rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 10px 14px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  min-width: 13.75rem;
}.emg_wc_img-l5l {
  background: #131A15;
  overflow: hidden;
  border-radius: 6px;
  flex-shrink: 0;
  width: 36px;
  height: 2.25rem;
}.emg_wc_img-l5l img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.emg_wc_info-l5l {
  min-width: 0;
}.emg_wc_game-l5l {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  color: #C2D4C9;
  text-overflow: ellipsis;
}.emg_wc_player-l5l {
  overflow: hidden;
  font-size: 0.625rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #4E6358;
}.emg_wc_amount-l5l {
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
  color: #42E07C;
  font-size: 13px;
  margin-left: auto;
}.emg_bon-l5l {
  background: #0B0F0C;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.emg_bon-l5l {
  padding: 44px 1.5rem 0;
}
}.emg_bon_in-l5l {
  margin: 0 auto;
  max-width: 82.5rem;
}.emg_bon_head-l5l {
  margin-bottom: 20px;
}.emg_bon_label-l5l {
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #3ED87A;
  font-size: 0.688rem;
}.emg_bon_h2-l5l {
  font-weight: 800;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  color: #EEF5F0;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.emg_bon_h2-l5l {
  font-size: 1.5rem;
}
}.emg_bon_seo-l5l {
  font-size: 13px;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  color: #627A6C;
  line-height: 1.6;
}.emg_bon_seo-l5l strong {
  color: #C2D4C9;
  font-weight: 700;
}.emg_bon_seo-l5l a {
  text-decoration: underline;
  color: #3ED87A;
}.emg_bon_grid-l5l {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.emg_bon_grid-l5l {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.emg_bon_grid-l5l {
  grid-template-columns: repeat(5,1fr);
}
}.emg_bon_card-l5l {
  border-radius: 0.625rem;
  transition: border-color .2s,transform .2s;
  background: #0F1411;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 16px;
}.emg_bon_card-l5l:hover {
  border-color: rgba(62, 216, 118, 0.06);
  transform: translateY(-2px);
}.emg_bon_card_ic-l5l svg {
  width: 1.625rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.625rem;
}.emg_bon_card_ic-l5l {
  margin-bottom: 0.625rem;
}.emg_bon_card_type-l5l {
  margin-bottom: 0.375rem;
  color: #627A6C;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
}.emg_bon_card_amount-l5l {
  color: #E89420;
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
  line-height: 1.1;
  font-weight: 800;
}.emg_bon_card_name-l5l {
  margin-bottom: 0.5rem;
  font-weight: 600;
  overflow-wrap: break-word;
  color: #EEF5F0;
  font-size: 0.813rem;
}.emg_bon_card_detail-l5l {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  padding-top: 8px;
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #4E6358;
}.emg_app-l5l {
  background: #0B0F0C;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.emg_app-l5l {
  padding: 2.75rem 1.5rem 0;
}
}.emg_app_in-l5l {
  margin: 0 auto;
  max-width: 82.5rem;
}.emg_app_head-l5l {
  margin-bottom: 1rem;
}.emg_app_label-l5l {
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #3ED87A;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.emg_app_h2-l5l {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #EEF5F0;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 0.375rem;
  font-size: 20px;
}
@media(min-width: 766px) {.emg_app_h2-l5l {
  font-size: 24px;
}
}.emg_app_sub-l5l {
  overflow-wrap: break-word;
  color: #627A6C;
  font-size: 0.813rem;
  max-width: 600px;
  line-height: 1.6;
}.emg_app_sub-l5l strong {
  color: #C2D4C9;
  font-weight: 700;
}.emg_app_cards-l5l {
  gap: 10px;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 16px;
}
@media(min-width: 639px) {.emg_app_cards-l5l {
  grid-template-columns: repeat(3,1fr);
}
}.emg_app_card-l5l {
  border-radius: 10px;
  overflow: hidden;
  gap: 1rem;
  padding: 20px;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  position: relative;
}.emg_app_card_ios-l5l {
  background: linear-gradient(135deg,rgba(62, 216, 118, 0.14) 0%,#131A15 100%);
}.emg_app_card_android-l5l {
  background: linear-gradient(135deg,rgba(66, 224, 124, 0.13) 0%,#131A15 100%);
}.emg_app_card_win-l5l {
  background: linear-gradient(135deg,rgba(232, 148, 32, 0.14) 0%,#131A15 100%);
}.emg_app_card_ic-l5l svg {
  height: 2.125rem;
  width: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.emg_app_card_ic-l5l {
  flex-shrink: 0;
  color: #EEF5F0;
}.emg_app_card_os-l5l {
  color: #627A6C;
  margin-bottom: 6px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}.emg_app_card_title-l5l {
  margin-bottom: 0.375rem;
  font-size: 15px;
  overflow-wrap: break-word;
  color: #EEF5F0;
  font-weight: 700;
  line-height: 1.2;
}.emg_app_card_text-l5l {
  font-size: 0.75rem;
  color: #627A6C;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  line-height: 1.5;
}.emg_app_card_btn-l5l {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(62, 216, 118, 0.38);
  transition: background .2s;
  padding: 0.625rem 18px;
  border-radius: 0.375rem;
  gap: 7px;
  display: inline-flex;
  align-items: center;
  color: #EEF5F0;
  font-size: 0.813rem;
  font-weight: 700;
}.emg_app_card_btn-l5l:hover {
  background: rgba(255, 255, 255, 0.07);
}.emg_reg-l5l {
  padding: 2.25rem 16px 0;
  background: #0B0F0C;
}
@media(min-width: 769px) {.emg_reg-l5l {
  padding: 44px 24px 0;
}
}.emg_reg_in-l5l {
  background: #131A15;
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.emg_reg_in-l5l {
  padding: 2.5rem;
}
}.emg_reg_top-l5l {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.emg_reg_top-l5l {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.emg_reg_label-l5l {
  font-weight: 700;
  color: #3ED87A;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
}.emg_reg_h2-l5l {
  line-height: 1.2;
  margin-bottom: 0.75rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  color: #EEF5F0;
  overflow-wrap: break-word;
  font-size: 1.375rem;
}
@media(min-width: 767px) {.emg_reg_h2-l5l {
  font-size: 28px;
}
}.emg_reg_bonus-l5l {
  padding: 10px 1rem;
  gap: 8px;
  background: rgba(232, 148, 32, 0.14);
  border-radius: 10px;
  border: 1px solid rgba(232, 148, 32, 0.14);
  align-items: center;
  margin-bottom: 1rem;
  display: inline-flex;
}.emg_reg_bonus_amount-l5l {
  font-weight: 800;
  color: #E89420;
  font-size: 1.25rem;
}.emg_reg_bonus_text-l5l {
  font-size: 13px;
  line-height: 1.35;
  color: #8BA896;
}.emg_reg_cta_btn-l5l {
  background: #42E07C;
  padding: 14px 32px;
  border-radius: 0.625rem;
  transition: background .2s;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 4px 18px rgba(66, 224, 124, 0.35);
  margin-bottom: 12px;
  color: #091209;
  font-size: 15px;
  display: inline-block;
  font-weight: 700;
}.emg_reg_cta_btn-l5l:hover {
  background: #59E98E;
}.emg_reg_terms-l5l {
  line-height: 1.5;
  color: #4E6358;
  font-size: 11px;
}.emg_reg_seo-l5l {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
  margin-top: 20px;
  line-height: 1.65;
  color: #627A6C;
  padding-top: 20px;
  overflow-wrap: break-word;
}.emg_reg_seo-l5l p {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #627A6C;
  margin-bottom: 0.625rem;
}.emg_reg_seo-l5l p:last-child {
  margin-bottom: 0;
}.emg_reg_seo-l5l strong {
  font-weight: 700;
  color: #C2D4C9;
}.emg_reg_seo-l5l a {
  transition: color .2s;
  color: #3ED87A;
  text-decoration: underline;
}.emg_reg_seo-l5l a:hover {
  color: #5AE48F;
}.emg_reg_seo-l5l ul,.emg_reg_seo-l5l ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.emg_reg_seo-l5l ol {
  list-style: decimal;
}.emg_reg_seo-l5l li {
  line-height: 1.65;
  color: #627A6C;
  font-size: 13px;
  margin-bottom: 0.25rem;
}.emg_reg_seo-l5l table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 10px;
  font-size: 13px;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 765px) {.emg_reg_seo-l5l table {
  display: table;
}
}.emg_reg_seo-l5l th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  font-weight: 700;
  text-align: left;
  color: #C2D4C9;
}.emg_reg_seo-l5l td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #627A6C;
}.emg_reg_steps-l5l {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 1.75rem;
}
@media(min-width: 863px) {.emg_reg_steps-l5l {
  margin-top: 0;
}
}.emg_reg_step-l5l {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.emg_reg_step_num-l5l {
  border-radius: 50%;
  border: 1px solid rgba(62, 216, 118, 0.06);
  background: rgba(62, 216, 118, 0.14);
  flex-shrink: 0;
  color: #3ED87A;
  align-items: center;
  width: 2.125rem;
  justify-content: center;
  display: flex;
  font-size: 0.875rem;
  font-weight: 800;
  height: 34px;
}.emg_reg_step_title-l5l {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #EEF5F0;
}.emg_reg_step_text-l5l {
  line-height: 1.5;
  font-size: 12px;
  color: #627A6C;
}.emg_reg_trust-l5l {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  margin-top: 1.25rem;
  padding-top: 20px;
}.emg_reg_trust_item-l5l {
  gap: 0.438rem;
  color: #627A6C;
  font-size: 12px;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
}.emg_reg_trust_ic-l5l svg {
  height: 1rem;
  color: #3ED87A;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
}.emg_prov-l5l {
  padding: 36px 16px 0;
  background: #0B0F0C;
}
@media(min-width: 771px) {.emg_prov-l5l {
  padding: 2.75rem 24px 0;
}
}.emg_prov_in-l5l {
  margin: 0 auto;
  max-width: 82.5rem;
}.emg_prov_head-l5l {
  margin-bottom: 1rem;
}.emg_prov_label-l5l {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #3ED87A;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
}.emg_prov_h2-l5l {
  font-size: 20px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #EEF5F0;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
}
@media(min-width:768px) {.emg_prov_h2-l5l {
  font-size: 24px;
}
}.emg_prov_seo-l5l {
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 16px;
  color: #627A6C;
  max-width: 620px;
  line-height: 1.6;
}.emg_prov_seo-l5l strong {
  color: #C2D4C9;
  font-weight: 700;
}.emg_prov_seo-l5l a {
  color: #3ED87A;
  text-decoration: underline;
}.emg_prov_grid-l5l {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 642px) {.emg_prov_grid-l5l {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.emg_prov_grid-l5l {
  grid-template-columns: repeat(8,1fr);
}
}.emg_prov_card-l5l {
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  padding: 0.875rem 10px;
  background: #0F1411;
  gap: 7px;
  flex-direction: column;
  display: flex;
  align-items: center;
  cursor: pointer;
}.emg_prov_card-l5l:hover {
  border-color: rgba(62, 216, 118, 0.38);
  background: #131A15;
}.emg_prov_logo-l5l {
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  justify-content: center;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
}.emg_prov_logo-l5l img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.emg_prov_name-l5l {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  font-weight: 600;
  color: #8BA896;
  text-align: center;
}.emg_rv-l5l {
  background: #0B0F0C;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.emg_rv-l5l {
  padding: 44px 24px 0;
}
}.emg_rv_in-l5l {
  margin: 0 auto;
  max-width: 82.5rem;
}.emg_rv_head-l5l {
  margin-bottom: 20px;
  max-width: 720px;
}.emg_rv_label-l5l {
  text-transform: uppercase;
  color: #3ED87A;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: .08em;
}.emg_rv_h2-l5l {
  color: #EEF5F0;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.emg_rv_h2-l5l {
  font-size: 28px;
}
}.emg_rv_stats-l5l {
  gap: 1.125rem;
  flex-wrap: wrap;
  color: #627A6C;
  font-size: 0.813rem;
  display: flex;
  align-items: center;
}.emg_rv_stats_score-l5l {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.emg_rv_stats_score_val-l5l {
  color: #E89420;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 22px;
}.emg_rv_stats_score_max-l5l {
  color: #4E6358;
  font-size: 13px;
}.emg_rv_stats_badge-l5l {
  gap: 4px;
  display: flex;
  align-items: center;
}.emg_rv_stats_badge-l5l svg {
  width: 0.875rem;
  color: #E89420;
  height: 0.875rem;
}.emg_rv_grid-l5l {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.emg_rv_grid-l5l {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.emg_rv_grid-l5l {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.emg_rv_card-l5l {
  border-radius: 10px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #131A15;
  display: flex;
  flex-direction: column;
}.emg_rv_card_stars-l5l {
  gap: 2px;
  display: flex;
  color: #E89420;
  margin-bottom: 0.625rem;
}.emg_rv_card_stars-l5l svg {
  width: 0.875rem;
  height: 0.875rem;
}.emg_rv_card_h-l5l {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  line-height: 1.3;
  font-size: 0.875rem;
  font-weight: 700;
  color: #EEF5F0;
}.emg_rv_card_body-l5l {
  flex: 1;
  margin-bottom: 0.875rem;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #627A6C;
}.emg_rv_card_body-l5l strong {
  font-weight: 600;
  color: #C2D4C9;
}.emg_rv_card_meta-l5l {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  display: flex;
  padding-top: 0.75rem;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}.emg_rv_card_author-l5l {
  font-size: 12px;
  font-weight: 600;
  color: #C2D4C9;
}.emg_rv_card_date-l5l {
  font-size: 11px;
  color: #4E6358;
}.emg_seo-l5l {
  background: #0B0F0C;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.emg_seo-l5l {
  padding: 44px 24px 0;
}
}.emg_seo_in-l5l {
  margin: 0 auto;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: #131A15;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.emg_seo_in-l5l {
  padding: 36px 2.5rem;
}
}.emg_seo_label-l5l {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #3ED87A;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.emg_seo_h2-l5l {
  font-family: 'Oswald', sans-serif;
  color: #EEF5F0;
  margin-bottom: 14px;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.emg_seo_h2-l5l {
  font-size: 1.5rem;
}
}.emg_seo_body-l5l {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
  color: #8BA896;
}.emg_seo_body-l5l p {
  color: #8BA896;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.emg_seo_body-l5l p:last-child {
  margin-bottom: 0;
}.emg_seo_body-l5l strong {
  font-weight: 700;
  color: #C2D4C9;
}.emg_seo_body-l5l a {
  transition: color .2s;
  color: #3ED87A;
  text-decoration: underline;
}.emg_seo_body-l5l a:hover {
  color: #5AE48F;
}.emg_seo_body-l5l ul,.emg_seo_body-l5l ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.emg_seo_body-l5l ol {
  list-style: decimal;
}.emg_seo_body-l5l li {
  color: #8BA896;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.emg_seo_body-l5l table {
  overflow-x: auto;
  font-size: 0.813rem;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  width: 100%;
  display: block;
}
@media(min-width: 767px) {.emg_seo_body-l5l table {
  display: table;
}
}.emg_seo_body-l5l th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  color: #C2D4C9;
  text-align: left;
}.emg_seo_body-l5l td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8BA896;
}.emg_seo_cols-l5l {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.emg_seo_cols-l5l {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.emg_seo_cols-l5l {
  grid-template-columns: repeat(3,1fr);
}
}.emg_seo_col_h-l5l {
  color: #C2D4C9;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.813rem;
}.emg_seo_col_p-l5l {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #627A6C;
}.emg_seo_stats-l5l {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.emg_seo_stat-l5l {
  border-radius: 0.625rem;
  background: rgba(62, 216, 118, 0.06);
  padding: 14px 1rem;
  flex: 1;
  border: 1px solid rgba(62, 216, 118, 0.14);
  min-width: 140px;
}.emg_seo_stat_val-l5l {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #3ED87A;
  font-size: 20px;
  margin-bottom: 0.25rem;
}.emg_seo_stat_lb-l5l {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #627A6C;
}.emg_faq-l5l {
  padding: 36px 16px 0;
  background: #0B0F0C;
}
@media(min-width: 769px) {.emg_faq-l5l {
  padding: 2.75rem 24px 0;
}
}.emg_faq_in-l5l {
  margin: 0 auto;
  max-width: 1320px;
}.emg_faq_head-l5l {
  margin-bottom: 1.25rem;
}.emg_faq_label-l5l {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #3ED87A;
  font-size: 11px;
  text-transform: uppercase;
}.emg_faq_h2-l5l {
  color: #EEF5F0;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 771px) {.emg_faq_h2-l5l {
  font-size: 1.5rem;
}
}.emg_faq_list-l5l {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.emg_faq_item-l5l {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: #131A15;
}.emg_faq_q-l5l {
  transition: color .2s;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  display: flex;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 14px;
  cursor: pointer;
  color: #C2D4C9;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}.emg_faq_q-l5l:hover {
  color: #EEF5F0;
}.emg_faq_q_ic-l5l {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 1.5rem;
  color: #3ED87A;
  width: 1.5rem;
  flex-shrink: 0;
  font-size: 16px;
}.emg_faq_item-l5l.emg_state_open-l5l .emg_faq_q_ic-l5l {
  transform: rotate(45deg);
}.emg_faq_a-l5l {
  padding: 0 1.25rem 16px;
  line-height: 1.7;
  color: #627A6C;
  display: none;
  font-size: 13px;
  overflow-wrap: break-word;
}.emg_faq_item-l5l.emg_state_open-l5l .emg_faq_a-l5l {
  display: block;
}.emg_faq_a-l5l strong {
  font-weight: 700;
  color: #C2D4C9;
}.emg_faq_a-l5l a {
  color: #3ED87A;
  text-decoration: underline;
}.emg_faq_a-l5l ul,.emg_faq_a-l5l ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.emg_faq_a-l5l ol {
  list-style: decimal;
}.emg_faq_a-l5l li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.emg_faq_a-l5l table {
  margin: 8px 0;
  display: block;
  font-size: 0.75rem;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 771px) {.emg_faq_a-l5l table {
  display: table;
}
}.emg_faq_a-l5l th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  text-align: left;
  color: #C2D4C9;
  font-weight: 700;
}.emg_faq_a-l5l td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #627A6C;
}.emg_seo-l5l {
  padding: 36px 16px 0;
  background: #0B0F0C;
}
@media(min-width: 769px) {.emg_seo-l5l {
  padding: 44px 24px 0;
}
}.emg_seo_in-l5l {
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #131A15;
  border-radius: 16px;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.emg_seo_in-l5l {
  padding: 36px 2.5rem;
}
}.emg_seo_label-l5l {
  margin-bottom: 0.625rem;
  color: #3ED87A;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}.emg_seo_h2-l5l {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #EEF5F0;
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  line-height: 1.25;
}
@media(min-width: 769px) {.emg_seo_h2-l5l {
  font-size: 24px;
}
}.emg_seo_body-l5l {
  color: #8BA896;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.emg_seo_body-l5l p {
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 0.875rem;
  color: #8BA896;
}.emg_seo_body-l5l p:last-child {
  margin-bottom: 0;
}.emg_seo_body-l5l strong {
  font-weight: 700;
  color: #C2D4C9;
}.emg_seo_body-l5l a {
  transition: color .2s;
  text-decoration: underline;
  color: #3ED87A;
}.emg_seo_body-l5l a:hover {
  color: #5AE48F;
}.emg_seo_body-l5l ul,.emg_seo_body-l5l ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.emg_seo_body-l5l ol {
  list-style: decimal;
}.emg_seo_body-l5l li {
  color: #8BA896;
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 14px;
}.emg_seo_body-l5l table {
  width: 100%;
  font-size: 0.813rem;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 12px;
  display: block;
}
@media(min-width:768px) {.emg_seo_body-l5l table {
  display: table;
}
}.emg_seo_body-l5l th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C2D4C9;
}.emg_seo_body-l5l td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8BA896;
}.emg_seo_cols-l5l {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 638px) {.emg_seo_cols-l5l {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.emg_seo_cols-l5l {
  grid-template-columns: repeat(3,1fr);
}
}.emg_seo_col_h-l5l {
  color: #C2D4C9;
  font-weight: 700;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-size: 13px;
}.emg_seo_col_p-l5l {
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #627A6C;
}.emg_seo_stats-l5l {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.emg_seo_stat-l5l {
  flex: 1;
  border-radius: 10px;
  border: 1px solid rgba(62, 216, 118, 0.14);
  padding: 14px 1rem;
  background: rgba(62, 216, 118, 0.06);
  min-width: 140px;
}.emg_seo_stat_val-l5l {
  color: #3ED87A;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 4px;
}.emg_seo_stat_lb-l5l {
  font-size: 11px;
  color: #627A6C;
  overflow-wrap: break-word;
}.emg_pmt-l5l {
  background: #0B0F0C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.emg_pmt-l5l {
  padding: 44px 1.5rem 0;
}
}.emg_pmt_in-l5l {
  margin: 0 auto;
  max-width: 82.5rem;
}.emg_pmt_head-l5l {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.emg_pmt_label-l5l {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #3ED87A;
  font-size: 11px;
}.emg_pmt_h2-l5l {
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #EEF5F0;
}
@media(min-width: 771px) {.emg_pmt_h2-l5l {
  font-size: 28px;
}
}.emg_pmt_intro-l5l {
  font-size: 14px;
  overflow-wrap: break-word;
  color: #627A6C;
  line-height: 1.6;
}.emg_pmt_groups-l5l {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.emg_pmt_group-l5l {
  background: #131A15;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
  border-radius: 10px;
}.emg_pmt_group_head-l5l {
  gap: 12px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}.emg_pmt_group_ic-l5l {
  border-radius: 0.375rem;
  background: rgba(62, 216, 118, 0.14);
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  color: #3ED87A;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
}.emg_pmt_group_ic-l5l svg {
  height: 18px;
  width: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.emg_pmt_group_h-l5l {
  margin: 0;
  font-size: 1rem;
  color: #EEF5F0;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
}.emg_pmt_group_p-l5l {
  overflow-wrap: break-word;
  color: #627A6C;
  line-height: 1.6;
  margin-bottom: 14px;
  font-size: 13px;
}.emg_pmt_group_p-l5l strong {
  font-weight: 600;
  color: #C2D4C9;
}.emg_pmt_table_wrap-l5l {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.emg_pmt_table-l5l {
  width: 100%;
  border-collapse: collapse;
  min-width: 33.75rem;
  font-size: 0.813rem;
}.emg_pmt_table-l5l th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-align: left;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C2D4C9;
}.emg_pmt_table-l5l td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #627A6C;
}.emg_pmt_table-l5l tbody tr:last-child td {
  border-bottom: none;
}.emg_pmt_table-l5l tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C2D4C9;
}.emg_seo-l5l {
  padding: 36px 1rem 0;
  background: #0B0F0C;
}
@media(min-width: 771px) {.emg_seo-l5l {
  padding: 44px 1.5rem 0;
}
}.emg_seo_in-l5l {
  padding: 28px 1.5rem;
  border-radius: 1rem;
  background: #131A15;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 82.5rem;
}
@media(min-width: 770px) {.emg_seo_in-l5l {
  padding: 2.25rem 40px;
}
}.emg_seo_label-l5l {
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  color: #3ED87A;
}.emg_seo_h2-l5l {
  line-height: 1.25;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 14px;
  color: #EEF5F0;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.emg_seo_h2-l5l {
  font-size: 24px;
}
}.emg_seo_body-l5l {
  font-size: 14px;
  line-height: 1.75;
  color: #8BA896;
  overflow-wrap: break-word;
}.emg_seo_body-l5l p {
  margin-bottom: 12px;
  color: #8BA896;
  font-size: 0.875rem;
  line-height: 1.75;
}.emg_seo_body-l5l p:last-child {
  margin-bottom: 0;
}.emg_seo_body-l5l strong {
  font-weight: 700;
  color: #C2D4C9;
}.emg_seo_body-l5l a {
  transition: color .2s;
  color: #3ED87A;
  text-decoration: underline;
}.emg_seo_body-l5l a:hover {
  color: #5AE48F;
}.emg_seo_body-l5l ul,.emg_seo_body-l5l ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.emg_seo_body-l5l ol {
  list-style: decimal;
}.emg_seo_body-l5l li {
  color: #8BA896;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.75;
}.emg_seo_body-l5l table {
  margin-bottom: 12px;
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 13px;
}
@media(min-width: 767px) {.emg_seo_body-l5l table {
  display: table;
}
}.emg_seo_body-l5l th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-align: left;
  font-weight: 700;
  color: #C2D4C9;
}.emg_seo_body-l5l td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #8BA896;
}.emg_seo_cols-l5l {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.emg_seo_cols-l5l {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.emg_seo_cols-l5l {
  grid-template-columns: repeat(3,1fr);
}
}.emg_seo_col_h-l5l {
  font-size: 13px;
  color: #C2D4C9;
  margin-bottom: 7px;
  font-weight: 700;
  overflow-wrap: break-word;
}.emg_seo_col_p-l5l {
  color: #627A6C;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
}.emg_seo_stats-l5l {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.emg_seo_stat-l5l {
  border-radius: 10px;
  padding: 0.875rem 16px;
  border: 1px solid rgba(62, 216, 118, 0.14);
  flex: 1;
  background: rgba(62, 216, 118, 0.06);
  min-width: 140px;
}.emg_seo_stat_val-l5l {
  color: #3ED87A;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 800;
}.emg_seo_stat_lb-l5l {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #627A6C;
}.emg_ft-l5l {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #070A08;
  margin-top: 48px;
}.emg_ft_support-l5l {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 766px) {.emg_ft_support-l5l {
  padding: 1.75rem 24px;
}
}.emg_ft_support_in-l5l {
  margin: 0 auto;
  gap: 1rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 82.5rem;
}.emg_ft_support_main-l5l {
  flex: 1;
  gap: 16px;
  align-items: center;
  display: flex;
  min-width: 220px;
  flex-wrap: wrap;
}.emg_ft_support_ic-l5l {
  flex-shrink: 0;
  color: #3ED87A;
}.emg_ft_support_ic-l5l svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.875rem;
  width: 30px;
}.emg_ft_support_text_title-l5l {
  color: #EEF5F0;
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
}.emg_ft_support_text_sub-l5l {
  color: #627A6C;
  overflow-wrap: break-word;
  font-size: 12px;
}.emg_ft_support_btn-l5l {
  transition: background .2s;
  padding: 11px 22px;
  border-radius: 10px;
  background: #3ED87A;
  font-size: 0.813rem;
  flex-shrink: 0;
  white-space: nowrap;
  color: #EEF5F0;
  font-weight: 700;
}.emg_ft_support_btn-l5l:hover {
  background: #5AE48F;
}.emg_ft_support_contacts-l5l {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.emg_ft_support_contact-l5l {
  font-size: 12px;
  line-height: 1.4;
  color: #4E6358;
}.emg_ft_support_contact-l5l strong {
  display: block;
  font-size: 0.688rem;
  font-weight: 600;
  color: #8BA896;
  margin-bottom: 2px;
}.emg_ft_main-l5l {
  padding: 2rem 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width:768px) {.emg_ft_main-l5l {
  padding: 2.5rem 1.5rem 32px;
}
}.emg_ft_main_in-l5l {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 641px) {.emg_ft_main_in-l5l {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.emg_ft_main_in-l5l {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.emg_ft_col_logo-l5l {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.emg_ft_col_logo-l5l {
  grid-column: auto;
}
}.emg_ft_logo-l5l {
  gap: 0.563rem;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 800;
  color: #EEF5F0;
  overflow-wrap: break-word;
  font-size: 16px;
}.emg_ft_logo_mark-l5l {
  border-radius: 0.375rem;
  overflow: hidden;
  height: 1.875rem;
  width: 30px;
}.emg_ft_logo_mark-l5l img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.emg_ft_logo_sub-l5l {
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #4E6358;
  max-width: 200px;
  font-size: 0.75rem;
}.emg_ft_col_title-l5l {
  font-weight: 700;
  letter-spacing: .07em;
  color: #8BA896;
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  text-transform: uppercase;
}.emg_ft_col_links-l5l {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.emg_ft_col_link-l5l {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #4E6358;
}.emg_ft_col_link-l5l:hover {
  color: #C2D4C9;
}.emg_ft_apps-l5l {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.emg_ft_app_card-l5l {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  padding: 10px 0.75rem;
  gap: 0.625rem;
  align-items: center;
  display: flex;
}.emg_ft_app_card-l5l:hover {
  border-color: rgba(62, 216, 118, 0.38);
}.emg_ft_app_card_ic-l5l svg {
  height: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.375rem;
}.emg_ft_app_card_os-l5l {
  font-weight: 600;
  color: #4E6358;
  font-size: 10px;
}.emg_ft_app_card_action-l5l {
  font-size: 0.75rem;
  color: #C2D4C9;
  font-weight: 700;
}.emg_ft_bot-l5l {
  padding: 20px 1rem;
}
@media(min-width: 771px) {.emg_ft_bot-l5l {
  padding: 1.25rem 24px;
}
}.emg_ft_bot_in-l5l {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
}.emg_ft_socials-l5l {
  gap: 8px;
  display: flex;
}.emg_ft_soc-l5l {
  border-radius: 0.375rem;
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  width: 36px;
  justify-content: center;
  color: #8BA896;
  align-items: center;
  display: flex;
  height: 36px;
}.emg_ft_soc-l5l svg {
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  height: 16px;
}.emg_ft_soc-l5l:hover {
  background: rgba(255, 255, 255, 0.07);
}.emg_ft_legal-l5l {
  flex: 1;
  line-height: 1.6;
  font-size: 0.688rem;
  min-width: 200px;
  overflow-wrap: break-word;
  color: #6E8A78;
}.emg_ft_legal-l5l strong {
  font-weight: 700;
  color: #8BA896;
}.emg_ft_legal-l5l a {
  text-decoration: underline;
  color: #8BA896;
}.emg_ft_age-l5l {
  border: 2px solid #6E8A78;
  border-radius: 50%;
  display: flex;
  width: 32px;
  font-size: 0.688rem;
  height: 2rem;
  margin-left: auto;
  justify-content: center;
  flex-shrink: 0;
  color: #6E8A78;
  align-items: center;
  font-weight: 800;
}