*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background-color: #080E14;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  color: #B4CCD8;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}a {
  text-decoration: none;
  color: inherit;
}.zmn_layout-cgw {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.zmn_page-cgw {
  display: flex;
  min-height: 100vh;
}.zmn_main-cgw {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media screen and (min-width: 1082px) {.zmn_main-cgw {
  padding-left: 220px;
}
}
@media screen and (max-width: 1081px) {.zmn_main-cgw {
  padding-bottom: 4.5rem;
}
}.zmn_gc-cgw {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 8px;
  background: #0C1219;
  transition: transform .2s,border-color .2s;
  width: 8.75rem;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width:640px) {.zmn_gc-cgw {
  width: 156px;
}
}
@media(min-width: 1078px) {.zmn_gc-cgw {
  width: 168px;
}
}.zmn_gc-cgw:hover {
  border-color: rgba(0,196,216,0.07);
  transform: translateY(-3px);
}.zmn_gc_img-cgw {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.zmn_gc_img-cgw img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}.zmn_gc_hover-cgw {
  background: rgba(4,8,16,0.72);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
}.zmn_gc-cgw:hover .zmn_gc_hover-cgw {
  opacity: 1;
}.zmn_gc_hover_btn-cgw {
  background: #00C4D8;
  padding: 8px 1rem;
  border-radius: 0.25rem;
  font-weight: 700;
  color: #EDF6FF;
  font-size: 12px;
}.zmn_gc_info-cgw {
  padding: 0.5rem 10px 0.625rem;
}.zmn_gc_name-cgw {
  overflow: hidden;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  margin-bottom: 3px;
  color: #B4CCD8;
  font-weight: 600;
}.zmn_gc_prov-cgw {
  font-size: 0.625rem;
  color: #527080;
}.zmn_gc_tag-cgw {
  padding: 2px 7px;
  border-radius: 4px;
  font-weight: 700;
  z-index: 2;
  font-size: 9px;
  left: 6px;
  top: 6px;
  letter-spacing: .04em;
  position: absolute;
  text-transform: uppercase;
}.zmn_gc_tag_hot-cgw {
  background: #E03A3A;
  color: #fff;
}.zmn_gc_tag_new-cgw {
  background: #1ED98A;
  color: #080E14;
}.zmn_gc_tag_jp-cgw {
  background: #F0B429;
  color: #080E14;
}.zmn_gc_tag_ex-cgw {
  background: #0C4D82;
  color: #fff;
}.zmn_gc_tag_live-cgw {
  background: #E03A3A;
  color: #fff;
}.zmn_gr-cgw {
  padding: 2rem 16px 0;
  background: #080E14;
}
@media(min-width: 771px) {.zmn_gr-cgw {
  padding: 2.25rem 1.5rem 0;
}
}.zmn_gr_in-cgw {
  margin: 0 auto;
  max-width: 1320px;
}.zmn_gr_head-cgw {
  gap: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}.zmn_gr_head_l-cgw {
  gap: 10px;
  flex: 1;
  display: flex;
  min-width: 0;
  align-items: center;
}.zmn_gr_ic-cgw {
  border-radius: 8px;
  width: 2rem;
  justify-content: center;
  height: 2rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.zmn_gr_ic-cgw svg {
  stroke-linecap: round;
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
}.zmn_gr_title-cgw {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 16px;
  font-family: 'Exo 2', sans-serif;
  color: #EDF6FF;
}
@media(min-width: 765px) {.zmn_gr_title-cgw {
  font-size: 18px;
}
}.zmn_gr_more-cgw {
  gap: 5px;
  transition: color .2s;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  color: #608898;
  flex-shrink: 0;
  display: flex;
}.zmn_gr_more-cgw:hover {
  color: #00C4D8;
}.zmn_gr_more-cgw svg {
  stroke-linejoin: round;
  height: 0.75rem;
  width: 0.75rem;
  stroke-linecap: round;
}.zmn_gr_arrows-cgw {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.zmn_gr_arr-cgw {
  border-radius: 4px;
  transition: background .15s,color .15s;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.05);
  justify-content: center;
  height: 30px;
  width: 1.875rem;
  color: #7A9DB2;
  display: flex;
  align-items: center;
}.zmn_gr_arr-cgw:hover {
  background: rgba(255,255,255,0.07);
  color: #EDF6FF;
}.zmn_gr_arr-cgw svg {
  stroke-linejoin: round;
  width: 0.813rem;
  height: 0.813rem;
  stroke-linecap: round;
}.zmn_gr_seo_h-cgw {
  margin: 0 0 6px;
  color: #B4CCD8;
  font-size: 0.813rem;
  font-weight: 700;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  max-width: 680px;
}
@media(min-width:768px) {.zmn_gr_seo_h-cgw {
  font-size: 14px;
}
}.zmn_gr_seo-cgw {
  color: #608898;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  max-width: 680px;
  line-height: 1.55;
  font-size: 12px;
}.zmn_gr_seo-cgw strong {
  color: #B4CCD8;
  font-weight: 600;
}.zmn_gr_scroll-cgw {
  gap: 10px;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.625rem;
  -webkit-overflow-scrolling: touch;
}.zmn_gr_scroll-cgw::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.zmn_gr_scroll-cgw {
  gap: 0.75rem;
}
}.zmn_tb-cgw {
  background: #080E14;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 80;
  left: 0;
  right: 0;
  top: 0;
  height: 56px;
}.zmn_tb_in-cgw {
  gap: 0;
  padding: 0 14px;
  align-items: center;
  height: 100%;
  width: 100%;
  display: flex;
}.zmn_tb_burger-cgw {
  gap: 5px;
  border-radius: 8px;
  display: flex;
  width: 38px;
  flex-direction: column;
  justify-content: center;
  height: 2.375rem;
  align-items: center;
  flex-shrink: 0;
  margin-right: 8px;
}.zmn_tb_burger-cgw:hover {
  background: rgba(255,255,255,0.05);
}.zmn_tb_burger_line-cgw {
  border-radius: 1px;
  background: #7A9DB2;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1081px) {.zmn_tb_burger-cgw {
  display: none;
}
}.zmn_tb_logo-cgw {
  gap: 9px;
  letter-spacing: -.01em;
  margin-right: 20px;
  color: #EDF6FF;
  font-weight: 800;
  font-size: 1.125rem;
  flex-shrink: 0;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
}.zmn_tb_logo_mark-cgw {
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 2rem;
}.zmn_tb_logo_mark-cgw img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.zmn_tb_nav-cgw {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 642px) {.zmn_tb_nav-cgw {
  display: flex;
}
}.zmn_tb_tab-cgw {
  transition: background .15s,color .15s;
  padding: 8px 14px;
  border-radius: 0.5rem;
  color: #7A9DB2;
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
}.zmn_tb_tab-cgw:hover {
  background: rgba(255,255,255,0.05);
  color: #EDF6FF;
}.zmn_tb_tab-cgw.zmn_state_active-cgw {
  background: rgba(0,196,216,0.18);
  color: #EDF6FF;
}.zmn_tb_right-cgw {
  gap: 0.5rem;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
  display: flex;
}.zmn_tb_login-cgw {
  transition: border-color .2s,color .2s;
  padding: 9px 16px;
  background: rgba(255,255,255,0.05);
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.09);
  font-size: 0.813rem;
  color: #B4CCD8;
  font-weight: 600;
  display: none;
}.zmn_tb_login-cgw:hover {
  border-color: rgba(0,200,220,0.38);
  color: #EDF6FF;
}
@media(min-width: 479px) {.zmn_tb_login-cgw {
  display: block;
}
}.zmn_tb_reg-cgw {
  border-radius: 0.5rem;
  background: #1ED98A;
  transition: background .2s;
  padding: 9px 18px;
  font-weight: 700;
  font-size: 0.813rem;
  color: #071018;
  white-space: nowrap;
}.zmn_tb_reg-cgw:hover {
  background: #26F09B;
}.zmn_sb-cgw {
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #101A24;
  transition: transform .25s ease;
  transform: translateX(-100%);
  overflow-y: auto;
  width: 220px;
  left: 0;
  bottom: 0;
  top: 3.5rem;
  position: fixed;
  z-index: 70;
}.zmn_sb-cgw.zmn_state_open-cgw {
  transform: translateX(0);
}.zmn_sb-cgw::-webkit-scrollbar {
  width: 4px;
}.zmn_sb-cgw::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.zmn_sb-cgw {
  transform: translateX(0);
}
}.zmn_sb_auth-cgw {
  padding: 0.875rem 0.75rem 0.625rem;
}.zmn_sb_btn_reg-cgw {
  transition: background .2s;
  border-radius: 8px;
  background: #1ED98A;
  padding: 0.688rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #071018;
  font-size: 13px;
  display: block;
}.zmn_sb_btn_reg-cgw:hover {
  background: #26F09B;
}.zmn_sb_btn_login-cgw {
  transition: border-color .2s;
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  padding: 0.625rem;
  color: #B4CCD8;
  text-align: center;
  font-weight: 600;
  font-size: 0.813rem;
  display: block;
}.zmn_sb_btn_login-cgw:hover {
  border-color: rgba(0,200,220,0.38);
  color: #EDF6FF;
}.zmn_sb_promo-cgw {
  border-radius: 8px;
  overflow: hidden;
  padding: 12px 0.875rem;
  border: 1px solid rgba(0,196,216,0.18);
  margin: 0 12px 0.625rem;
  background: linear-gradient(135deg,#061830,#101A24);
  position: relative;
}.zmn_sb_promo-cgw::before {
  background: radial-gradient(circle,rgba(0,196,216,0.18),transparent 70%);
  border-radius: 50%;
  top: -20px;
  width: 80px;
  height: 80px;
  right: -1.25rem;
  content: '';
  position: absolute;
}.zmn_sb_promo_title-cgw {
  color: #00C4D8;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .06em;
}.zmn_sb_promo_text-cgw {
  color: #EDF6FF;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.35;
  font-weight: 600;
}.zmn_sb_promo_sub-cgw {
  font-size: 10px;
  color: #608898;
  margin-top: 3px;
}.zmn_sb_nav-cgw {
  padding: 0.375rem 0.5rem 16px;
}.zmn_sb_nav_lb-cgw {
  padding: 10px 8px 6px;
  color: #527080;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.zmn_sb_link-cgw {
  gap: 10px;
  padding: 0.563rem 0.625rem;
  border-radius: 4px;
  transition: background .15s,color .15s;
  align-items: center;
  font-size: 0.813rem;
  cursor: pointer;
  overflow-wrap: break-word;
  color: #7A9DB2;
  display: flex;
  font-weight: 500;
}.zmn_sb_link-cgw:hover {
  background: rgba(255,255,255,0.05);
  color: #EDF6FF;
}.zmn_sb_link-cgw.zmn_state_active-cgw {
  background: rgba(0,196,216,0.18);
  color: #EDF6FF;
}.zmn_sb_ic-cgw {
  border-radius: 4px;
  align-items: center;
  width: 1.875rem;
  display: flex;
  justify-content: center;
  height: 30px;
  flex-shrink: 0;
}.zmn_sb_ic-cgw svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
  width: 1rem;
}.zmn_sb_ic_1-cgw {
  background: rgba(0,196,216,0.07);
  color: #00C4D8;
}.zmn_sb_ic_2-cgw {
  background: rgba(30,217,138,0.15);
  color: #1ED98A;
}.zmn_sb_ic_3-cgw {
  background: rgba(240,180,41,0.14);
  color: #F0B429;
}.zmn_sb_ic_4-cgw {
  background: rgba(12,77,130,0.35);
  color: #0C4D82;
}.zmn_sb_ic_5-cgw {
  background: rgba(0,196,216,0.07);
  color: #FF4D9E;
}.zmn_sb_ic_6-cgw {
  background: rgba(12,77,130,0.35);
  color: #9B5DE5;
}.zmn_sb_badge-cgw {
  border-radius: 4px;
  padding: 2px 7px;
  background: #F0B429;
  font-size: 9px;
  font-weight: 700;
  margin-left: auto;
  color: #071018;
}.zmn_sb_bot-cgw {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  gap: 0.5rem;
  display: flex;
}.zmn_sb_lang-cgw,.zmn_sb_help-cgw {
  gap: 0.375rem;
  transition: border-color .2s;
  border-radius: 4px;
  flex: 1;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
  padding: 0.563rem 0.375rem;
  align-items: center;
  font-size: 0.688rem;
  justify-content: center;
  font-weight: 600;
  color: #7A9DB2;
  display: flex;
}.zmn_sb_lang-cgw:hover,.zmn_sb_help-cgw:hover {
  border-color: rgba(0,200,220,0.38);
  color: #EDF6FF;
}.zmn_sb_lang-cgw svg,.zmn_sb_help-cgw svg {
  stroke-linejoin: round;
  width: 13px;
  stroke-linecap: round;
  height: 13px;
}.zmn_sb_bd-cgw {
  inset: 0;
  background: rgba(4,8,16,0.72);
  position: fixed;
  display: none;
  z-index: 69;
}.zmn_sb_bd-cgw.zmn_state_on-cgw {
  display: block;
}
@media(min-width: 1083px) {.zmn_sb_bd-cgw {
  display: none!important;
}
}.zmn_mob_nav-cgw {
  background: #101A24;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.09);
  z-index: 80;
  bottom: 0;
  position: fixed;
  display: flex;
  left: 0;
  right: 0;
}
@media(min-width: 1081px) {.zmn_mob_nav-cgw {
  display: none;
}
}.zmn_mob_nav_item-cgw {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 4px;
  color: #527080;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
}.zmn_mob_nav_ic-cgw {
  line-height: 1;
}.zmn_mob_nav_ic-cgw svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 20px;
  height: 20px;
}.zmn_mob_nav_lb-cgw {
  font-size: 0.625rem;
  color: #527080;
  font-weight: 600;
}.zmn_mob_nav_item-cgw.zmn_state_active-cgw {
  color: #00C4D8;
}.zmn_mob_nav_item-cgw.zmn_state_active-cgw .zmn_mob_nav_lb-cgw {
  color: #00C4D8;
}.zmn_hero-cgw {
  padding: 1.25rem 16px 0;
  background: #080E14;
}
@media(min-width:768px) {.zmn_hero-cgw {
  padding: 24px 24px 0;
}
}.zmn_hero_in-cgw {
  gap: 0.75rem;
  margin: 0 auto;
  grid-template-columns: 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 861px) {.zmn_hero_in-cgw {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.zmn_hero_in-cgw {
  grid-template-columns: 1fr 340px;
}
}.zmn_hero_promo-cgw {
  overflow: hidden;
  border-radius: 14px;
  background: #0C1219;
  min-height: 220px;
  position: relative;
  display: flex;
  align-items: stretch;
}
@media(min-width:768px) {.zmn_hero_promo-cgw {
  min-height: 17.5rem;
}
}.zmn_hero_promo_bg-cgw {
  background-position: center;
  background: linear-gradient(120deg,#061830 0%,#080E14 100%);
  inset: 0;
  background-size: cover;
  position: absolute;
}.zmn_hero_promo_bg-cgw::after {
  background: linear-gradient(90deg,#080E14 0%,rgba(4,8,16,0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.zmn_hero_promo_glow-cgw {
  background: radial-gradient(circle,rgba(12,77,130,0.35) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  top: -40px;
  width: 300px;
  height: 300px;
  position: absolute;
  right: 60px;
}.zmn_hero_promo_ct-cgw {
  padding: 1.75rem 24px 1.75rem 28px;
  flex-direction: column;
  position: relative;
  z-index: 2;
  justify-content: center;
  display: flex;
  max-width: 480px;
}
@media(min-width: 767px) {.zmn_hero_promo_ct-cgw {
  padding: 2.5rem 32px;
}
}.zmn_hero_badge-cgw {
  border: 1px solid rgba(0,196,216,0.07);
  padding: 0.313rem 0.75rem;
  background: rgba(0,196,216,0.18);
  border-radius: 1.25rem;
  font-weight: 700;
  letter-spacing: .08em;
  display: inline-block;
  color: #00C4D8;
  font-size: 0.625rem;
  text-transform: uppercase;
  margin-bottom: 14px;
}.zmn_hero_h1-cgw {
  color: #EDF6FF;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 1.15;
  font-weight: 800;
}.zmn_hero_h1-cgw em {
  color: #F0B429;
  font-style: normal;
}
@media(min-width: 769px) {.zmn_hero_h1-cgw {
  font-size: 36px;
}
}.zmn_hero_sub-cgw {
  font-size: 0.813rem;
  margin-bottom: 1.25rem;
  line-height: 1.55;
  color: #7A9DB2;
}
@media(min-width: 767px) {.zmn_hero_sub-cgw {
  font-size: 14px;
}
}.zmn_hero_row-cgw {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.zmn_hero_cta-cgw {
  border-radius: 0.5rem;
  padding: 0.813rem 1.625rem;
  transition: background .2s;
  background: #1ED98A;
  box-shadow: 0 2px 0 rgba(0,0,0,0.45), 0 0 1.125rem rgba(30,217,138,0.38);
  font-size: 0.875rem;
  color: #071018;
  font-weight: 700;
}.zmn_hero_cta-cgw:hover {
  background: #26F09B;
}.zmn_hero_terms-cgw {
  font-size: 11px;
  color: #527080;
}.zmn_hero_game-cgw {
  overflow: hidden;
  border-radius: 0.875rem;
  background: #0C1219;
  border: 1px solid rgba(255,255,255,0.05);
  position: relative;
  flex-direction: column;
  display: flex;
}.zmn_hero_game_badge-cgw {
  background: rgba(240,180,41,0.14);
  border: 1px solid rgba(240,180,41,0.14);
  border-radius: 20px;
  padding: 0.313rem 10px;
  letter-spacing: .06em;
  left: 0.75rem;
  font-weight: 700;
  font-size: 0.625rem;
  z-index: 3;
  text-transform: uppercase;
  color: #F0B429;
  top: 0.75rem;
  position: absolute;
}.zmn_hero_game_badge-cgw svg {
  margin-right: 0.25rem;
  width: 11px;
  height: 0.688rem;
  vertical-align: -1px;
}.zmn_hero_game_img-cgw {
  background: linear-gradient(135deg,#061830,#080E14);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.zmn_hero_game_img-cgw img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}.zmn_hero_game_play-cgw {
  inset: 0;
  transition: opacity .2s;
  background: rgba(4,8,16,0.72);
  opacity: 0;
  align-items: center;
  position: absolute;
  display: flex;
  justify-content: center;
}.zmn_hero_game-cgw:hover .zmn_hero_game_play-cgw {
  opacity: 1;
}.zmn_hero_game_play-cgw span {
  background: #00C4D8;
  border-radius: 50%;
  align-items: center;
  width: 52px;
  display: flex;
  justify-content: center;
  height: 52px;
}.zmn_hero_game_play-cgw span svg {
  width: 18px;
  height: 1.125rem;
  margin-left: 2px;
}.zmn_hero_game_info-cgw {
  padding: 0.875rem 1rem;
}.zmn_hero_game_title-cgw {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #EDF6FF;
  margin-bottom: 4px;
  font-size: 15px;
}.zmn_hero_game_provider-cgw {
  color: #608898;
  font-size: 0.688rem;
}.zmn_hero_game_btn-cgw {
  transition: background .2s;
  border-radius: 0.5rem;
  background: #00C4D8;
  margin: 12px 16px 16px;
  padding: 11px;
  font-size: 0.813rem;
  font-weight: 700;
  text-align: center;
  color: #EDF6FF;
  display: block;
}.zmn_hero_game-cgw:hover .zmn_hero_game_btn-cgw {
  background: #00DDEF;
}.zmn_sbar-cgw {
  padding: 16px 1rem 0;
  background: #080E14;
}
@media(min-width: 765px) {.zmn_sbar-cgw {
  padding: 18px 1.5rem 0;
}
}.zmn_sbar_in-cgw {
  margin: 0 auto;
  max-width: 82.5rem;
}.zmn_sbar_row-cgw {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.zmn_sbar_input-cgw {
  border: 1px solid rgba(255,255,255,0.09);
  gap: 0.625rem;
  background: #0C1219;
  flex: 1;
  padding: 0.688rem 1rem;
  transition: border-color .2s;
  border-radius: 0.5rem;
  cursor: pointer;
  color: #608898;
  display: flex;
  align-items: center;
  font-size: 0.813rem;
}.zmn_sbar_input-cgw:hover {
  border-color: rgba(0,200,220,0.38);
}.zmn_sbar_input-cgw svg {
  width: 0.938rem;
  stroke-linejoin: round;
  flex-shrink: 0;
  height: 0.938rem;
  stroke-linecap: round;
}.zmn_sbar_providers-cgw {
  padding: 0.688rem 18px;
  background: #0C1219;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.09);
  gap: 8px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  color: #B4CCD8;
  white-space: nowrap;
  font-weight: 600;
  font-size: 13px;
}.zmn_sbar_providers-cgw:hover {
  border-color: rgba(0,200,220,0.38);
  color: #EDF6FF;
}.zmn_sbar_providers-cgw svg {
  stroke-linejoin: round;
  height: 14px;
  width: 0.875rem;
  stroke-linecap: round;
}.zmn_sbar_tabs-cgw {
  gap: 6px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 2px;
}.zmn_sbar_tabs-cgw::-webkit-scrollbar {
  display: none;
}.zmn_sbar_tab-cgw {
  border: 1px solid rgba(255,255,255,0.05);
  background: rgba(255,255,255,0.05);
  padding: 8px 0.875rem;
  border-radius: 20px;
  transition: background .15s,color .15s,border-color .15s;
  gap: 0.438rem;
  font-size: 12px;
  white-space: nowrap;
  color: #7A9DB2;
  font-weight: 600;
  cursor: pointer;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.zmn_sbar_tab-cgw:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(0,200,220,0.38);
  color: #EDF6FF;
}.zmn_sbar_tab-cgw.zmn_state_active-cgw {
  border-color: rgba(0,196,216,0.07);
  background: rgba(0,196,216,0.18);
  color: #EDF6FF;
}.zmn_sbar_tab_ic-cgw svg {
  height: 0.875rem;
  stroke-linejoin: round;
  width: 0.875rem;
  stroke-linecap: round;
}.zmn_gr_jp-cgw {
  border-radius: 14px;
  background: linear-gradient(135deg,#0A0D2A 0%,#040810 100%);
  overflow: hidden;
  padding: 20px;
  position: relative;
}.zmn_gr_jp-cgw::before {
  background: radial-gradient(circle,rgba(12,77,130,0.35) 0%,transparent 70%);
  border-radius: 50%;
  position: absolute;
  height: 15.625rem;
  content: '';
  width: 250px;
  top: -3.75rem;
  left: -60px;
}.zmn_gr_jp-cgw::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(240,180,41,0.14) 0%,transparent 70%);
  position: absolute;
  bottom: -40px;
  content: '';
  right: 0;
  height: 12.5rem;
  width: 12.5rem;
}.zmn_gr_jp_head-cgw {
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  z-index: 1;
  display: flex;
  margin-bottom: 16px;
  position: relative;
}.zmn_gr_jp_info-cgw {
  flex: 1;
}.zmn_gr_jp_label-cgw {
  letter-spacing: .08em;
  color: #9B5DE5;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}.zmn_gr_jp_label-cgw svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  margin-right: 0.25rem;
  height: 14px;
  width: 14px;
  vertical-align: -2px;
}.zmn_gr_jp_amount-cgw {
  line-height: 1;
  font-size: 32px;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-family: 'Exo 2', sans-serif;
  color: #EDF6FF;
}
@media(min-width: 770px) {.zmn_gr_jp_amount-cgw {
  font-size: 40px;
}
}.zmn_gr_jp_amount-cgw span {
  color: #F0B429;
}.zmn_gr_jp_seo-cgw {
  line-height: 1.5;
  max-width: 480px;
  color: #7A9DB2;
  font-size: 12px;
  overflow-wrap: break-word;
}.zmn_gr_jp_cta-cgw {
  transition: background .2s;
  padding: 11px 20px;
  border-radius: 8px;
  background: rgba(12,77,130,0.35);
  border: 1px solid rgba(12,77,130,0.35);
  font-size: 0.813rem;
  z-index: 1;
  color: #EDF6FF;
  font-weight: 700;
  margin-top: 4px;
  flex-shrink: 0;
  white-space: nowrap;
  position: relative;
  align-self: flex-start;
}.zmn_gr_jp_cta-cgw:hover {
  background: #0C4D82;
}.zmn_gcg-cgw {
  background: #080E14;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.zmn_gcg-cgw {
  padding: 2.75rem 24px 0;
}
}.zmn_gcg_in-cgw {
  margin: 0 auto;
  max-width: 82.5rem;
}.zmn_gcg_head-cgw {
  max-width: 45rem;
  margin-bottom: 20px;
}.zmn_gcg_label-cgw {
  color: #00C4D8;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.zmn_gcg_h2-cgw {
  margin-bottom: 0.5rem;
  font-size: 22px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #EDF6FF;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 770px) {.zmn_gcg_h2-cgw {
  font-size: 28px;
}
}.zmn_gcg_intro-cgw {
  font-size: 0.813rem;
  line-height: 1.6;
  color: #608898;
}.zmn_gcg_grid-cgw {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.zmn_gcg_grid-cgw {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.zmn_gcg_grid-cgw {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.zmn_gcg_card-cgw {
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 14px;
  transition: transform .2s,border-color .2s;
  padding: 1.25rem;
  overflow: hidden;
  display: flex;
  position: relative;
  flex-direction: column;
  cursor: pointer;
  min-height: 15rem;
  justify-content: flex-end;
}.zmn_gcg_card-cgw:hover {
  border-color: rgba(0,196,216,0.18);
  transform: translateY(-3px);
}.zmn_gcg_card_bg-cgw {
  inset: 0;
  z-index: 0;
  position: absolute;
}.zmn_gcg_card_bg-cgw::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.zmn_gcg_card_ic-cgw {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  align-items: center;
  position: absolute;
  top: 1.125rem;
  z-index: 2;
  width: 40px;
  color: #EDF6FF;
  height: 40px;
  justify-content: center;
  display: flex;
  right: 1.125rem;
}.zmn_gcg_card_ic-cgw svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.zmn_gcg_card_ct-cgw {
  position: relative;
  z-index: 1;
}.zmn_gcg_card_h-cgw {
  font-family: 'Exo 2', sans-serif;
  line-height: 1.2;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #EDF6FF;
  font-weight: 800;
}
@media(min-width: 770px) {.zmn_gcg_card_h-cgw {
  font-size: 20px;
}
}.zmn_gcg_card_p-cgw {
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
  line-height: 1.55;
  margin-bottom: 10px;
  font-size: 0.75rem;
}.zmn_gcg_card_p-cgw strong {
  font-weight: 600;
  color: #EDF6FF;
}.zmn_gcg_card_cta-cgw {
  gap: 4px;
  text-transform: uppercase;
  letter-spacing: .04em;
  align-items: center;
  font-weight: 700;
  color: #00C4D8;
  font-size: 0.75rem;
  display: inline-flex;
}.zmn_gcg_card_cta-cgw svg {
  height: 12px;
  stroke-linecap: round;
  width: 12px;
  stroke-linejoin: round;
}.zmn_ws-cgw {
  padding: 2rem 1rem 0;
  background: #080E14;
}
@media(min-width: 770px) {.zmn_ws-cgw {
  padding: 2.25rem 24px 0;
}
}.zmn_ws_in-cgw {
  margin: 0 auto;
  max-width: 82.5rem;
}.zmn_ws_head-cgw {
  gap: 0.75rem;
  margin-bottom: 14px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  display: flex;
}.zmn_ws_title-cgw {
  gap: 0.625rem;
  font-size: 16px;
  font-family: 'Exo 2', sans-serif;
  align-items: center;
  font-weight: 700;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  color: #EDF6FF;
  display: flex;
}.zmn_ws_title_ic-cgw svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.125rem;
  height: 1.125rem;
  color: #F0B429;
}.zmn_ws_online-cgw {
  gap: 0.438rem;
  color: #608898;
  align-items: center;
  display: flex;
  font-weight: 600;
  font-size: 0.75rem;
}.zmn_ws_online_dot-cgw {
  border-radius: 50%;
  background: #1ED98A;
  width: 8px;
  flex-shrink: 0;
  height: 0.5rem;
  box-shadow: 0 0 6px rgba(30,217,138,0.15);
}.zmn_ws_scroll-cgw {
  gap: 0.5rem;
  overflow-x: auto;
  display: flex;
  padding-bottom: 8px;
  scrollbar-width: none;
}.zmn_ws_scroll-cgw::-webkit-scrollbar {
  display: none;
}.zmn_wc-cgw {
  gap: 0.625rem;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 10px 14px;
  border-radius: 0.5rem;
  background: #0C1219;
  flex-shrink: 0;
  min-width: 13.75rem;
  display: flex;
  align-items: center;
}.zmn_wc_img-cgw {
  background: #101A24;
  border-radius: 4px;
  overflow: hidden;
  height: 36px;
  width: 2.25rem;
  flex-shrink: 0;
}.zmn_wc_img-cgw img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.zmn_wc_info-cgw {
  min-width: 0;
}.zmn_wc_game-cgw {
  overflow: hidden;
  color: #B4CCD8;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}.zmn_wc_player-cgw {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.625rem;
  color: #527080;
}.zmn_wc_amount-cgw {
  white-space: nowrap;
  font-size: 13px;
  margin-left: auto;
  color: #1ED98A;
  font-weight: 700;
  flex-shrink: 0;
}.zmn_reg-cgw {
  padding: 36px 16px 0;
  background: #080E14;
}
@media(min-width: 770px) {.zmn_reg-cgw {
  padding: 44px 1.5rem 0;
}
}.zmn_reg_in-cgw {
  background: #101A24;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 14px;
  margin: 0 auto;
  padding: 28px 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.zmn_reg_in-cgw {
  padding: 40px;
}
}.zmn_reg_top-cgw {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.zmn_reg_top-cgw {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.zmn_reg_label-cgw {
  color: #00C4D8;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
}.zmn_reg_h2-cgw {
  font-size: 1.375rem;
  margin-bottom: 0.75rem;
  font-family: 'Exo 2', sans-serif;
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #EDF6FF;
  font-weight: 800;
}
@media(min-width: 769px) {.zmn_reg_h2-cgw {
  font-size: 1.75rem;
}
}.zmn_reg_bonus-cgw {
  border: 1px solid rgba(240,180,41,0.14);
  border-radius: 8px;
  padding: 10px 16px;
  gap: 0.5rem;
  background: rgba(240,180,41,0.14);
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
}.zmn_reg_bonus_amount-cgw {
  color: #F0B429;
  font-size: 20px;
  font-weight: 800;
}.zmn_reg_bonus_text-cgw {
  line-height: 1.35;
  color: #7A9DB2;
  font-size: 0.813rem;
}.zmn_reg_cta_btn-cgw {
  border-radius: 0.5rem;
  padding: 14px 2rem;
  background: #1ED98A;
  transition: background .2s;
  font-weight: 700;
  margin-bottom: 12px;
  color: #071018;
  display: inline-block;
  box-shadow: 0 2px 0 rgba(0,0,0,0.45), 0 0 18px rgba(30,217,138,0.38);
  font-size: 15px;
}.zmn_reg_cta_btn-cgw:hover {
  background: #26F09B;
}.zmn_reg_terms-cgw {
  line-height: 1.5;
  font-size: 0.688rem;
  color: #527080;
}.zmn_reg_seo-cgw {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 20px;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
  color: #608898;
  margin-top: 1.25rem;
}.zmn_reg_seo-cgw p {
  margin-bottom: 10px;
  font-size: 0.813rem;
  color: #608898;
  line-height: 1.65;
}.zmn_reg_seo-cgw p:last-child {
  margin-bottom: 0;
}.zmn_reg_seo-cgw strong {
  color: #B4CCD8;
  font-weight: 700;
}.zmn_reg_seo-cgw a {
  transition: color .2s;
  color: #00C4D8;
  text-decoration: underline;
}.zmn_reg_seo-cgw a:hover {
  color: #00DDEF;
}.zmn_reg_seo-cgw ul,.zmn_reg_seo-cgw ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.zmn_reg_seo-cgw ol {
  list-style: decimal;
}.zmn_reg_seo-cgw li {
  color: #608898;
  line-height: 1.65;
  font-size: 13px;
  margin-bottom: 0.25rem;
}.zmn_reg_seo-cgw table {
  display: block;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 769px) {.zmn_reg_seo-cgw table {
  display: table;
}
}.zmn_reg_seo-cgw th {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #B4CCD8;
}.zmn_reg_seo-cgw td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.5rem;
  color: #608898;
}.zmn_reg_steps-cgw {
  gap: 14px;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width: 859px) {.zmn_reg_steps-cgw {
  margin-top: 0;
}
}.zmn_reg_step-cgw {
  padding: 1rem;
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
  gap: 0.875rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.zmn_reg_step_num-cgw {
  border: 1px solid rgba(0,196,216,0.07);
  border-radius: 50%;
  background: rgba(0,196,216,0.18);
  font-weight: 800;
  align-items: center;
  flex-shrink: 0;
  width: 34px;
  justify-content: center;
  font-size: 14px;
  color: #00C4D8;
  display: flex;
  height: 2.125rem;
}.zmn_reg_step_title-cgw {
  font-size: 14px;
  margin-bottom: 3px;
  color: #EDF6FF;
  font-weight: 700;
}.zmn_reg_step_text-cgw {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #608898;
}.zmn_reg_trust-cgw {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 1.25rem;
  flex-wrap: wrap;
  display: flex;
  padding-top: 1.25rem;
}.zmn_reg_trust_item-cgw {
  gap: 7px;
  overflow-wrap: break-word;
  color: #608898;
  align-items: center;
  display: flex;
  font-size: 12px;
}.zmn_reg_trust_ic-cgw svg {
  stroke-linecap: round;
  height: 16px;
  color: #00C4D8;
  stroke-linejoin: round;
  width: 1rem;
}.zmn_app-cgw {
  background: #080E14;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.zmn_app-cgw {
  padding: 2.75rem 1.5rem 0;
}
}.zmn_app_in-cgw {
  margin: 0 auto;
  max-width: 1320px;
}.zmn_app_head-cgw {
  margin-bottom: 1rem;
}.zmn_app_label-cgw {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #00C4D8;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
}.zmn_app_h2-cgw {
  font-family: 'Exo 2', sans-serif;
  font-size: 20px;
  margin-bottom: 0.375rem;
  color: #EDF6FF;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.zmn_app_h2-cgw {
  font-size: 24px;
}
}.zmn_app_sub-cgw {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #608898;
  max-width: 600px;
  font-size: 13px;
}.zmn_app_sub-cgw strong {
  font-weight: 700;
  color: #B4CCD8;
}.zmn_app_cards-cgw {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 642px) {.zmn_app_cards-cgw {
  grid-template-columns: repeat(3,1fr);
}
}.zmn_app_card-cgw {
  gap: 1rem;
  border-radius: 8px;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.zmn_app_card_ios-cgw {
  background: linear-gradient(135deg,rgba(0,196,216,0.18) 0%,#101A24 100%);
}.zmn_app_card_android-cgw {
  background: linear-gradient(135deg,rgba(30,217,138,0.15) 0%,#101A24 100%);
}.zmn_app_card_win-cgw {
  background: linear-gradient(135deg,rgba(240,180,41,0.14) 0%,#101A24 100%);
}.zmn_app_card_ic-cgw svg {
  stroke-linejoin: round;
  width: 2.125rem;
  height: 34px;
  stroke-linecap: round;
}.zmn_app_card_ic-cgw {
  color: #EDF6FF;
  flex-shrink: 0;
}.zmn_app_card_os-cgw {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #608898;
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
}.zmn_app_card_title-cgw {
  overflow-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 0.375rem;
  color: #EDF6FF;
  font-size: 15px;
  font-weight: 700;
}.zmn_app_card_text-cgw {
  line-height: 1.5;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #608898;
}.zmn_app_card_btn-cgw {
  transition: background .2s;
  border: 1px solid rgba(0,200,220,0.38);
  padding: 10px 18px;
  background: rgba(255,255,255,0.12);
  border-radius: 4px;
  gap: 7px;
  color: #EDF6FF;
  display: inline-flex;
  font-size: 13px;
  align-items: center;
  font-weight: 700;
}.zmn_app_card_btn-cgw:hover {
  background: rgba(255,255,255,0.07);
}.zmn_htp-cgw {
  background: #080E14;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.zmn_htp-cgw {
  padding: 44px 24px 0;
}
}.zmn_htp_in-cgw {
  margin: 0 auto;
  max-width: 82.5rem;
}.zmn_htp_head-cgw {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.zmn_htp_label-cgw {
  letter-spacing: .08em;
  font-weight: 700;
  color: #00C4D8;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 0.688rem;
}.zmn_htp_h2-cgw {
  color: #EDF6FF;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.zmn_htp_h2-cgw {
  font-size: 28px;
}
}.zmn_htp_intro-cgw {
  color: #608898;
  font-size: 14px;
  line-height: 1.6;
}.zmn_htp_steps-cgw {
  margin: 0;
  list-style: none;
  gap: 12px;
  padding: 0;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.zmn_htp_steps-cgw {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.zmn_htp_steps-cgw {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.zmn_htp_step-cgw {
  border: 1px solid rgba(255,255,255,0.09);
  padding: 1.25rem 18px 18px;
  border-radius: 8px;
  background: #101A24;
  display: flex;
  position: relative;
  flex-direction: column;
}.zmn_htp_step_num-cgw {
  border-radius: 50%;
  background: #00C4D8;
  top: -0.75rem;
  width: 1.75rem;
  height: 28px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 13px;
  display: flex;
  left: 20px;
  justify-content: center;
  color: #071018;
  position: absolute;
  align-items: center;
}.zmn_htp_step_ic-cgw {
  background: rgba(0,196,216,0.18);
  border-radius: 0.25rem;
  margin: 0.5rem 0 0.75rem;
  width: 36px;
  color: #00C4D8;
  height: 36px;
  justify-content: center;
  display: flex;
  align-items: center;
}.zmn_htp_step_ic-cgw svg {
  width: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.125rem;
}.zmn_htp_step_h-cgw {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.25;
  color: #EDF6FF;
  margin-bottom: 6px;
  font-weight: 700;
}.zmn_htp_step_p-cgw {
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #608898;
}.zmn_htp_step_p-cgw strong {
  color: #B4CCD8;
  font-weight: 600;
}.zmn_htp_cta-cgw {
  transition: background .2s;
  border-radius: 8px;
  background: #1ED98A;
  padding: 0.813rem 26px;
  display: inline-block;
  color: #071018;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 1.25rem;
}.zmn_htp_cta-cgw:hover {
  background: #26F09B;
}.zmn_bon-cgw {
  padding: 36px 1rem 0;
  background: #080E14;
}
@media(min-width: 767px) {.zmn_bon-cgw {
  padding: 44px 1.5rem 0;
}
}.zmn_bon_in-cgw {
  margin: 0 auto;
  max-width: 82.5rem;
}.zmn_bon_head-cgw {
  margin-bottom: 1.25rem;
}.zmn_bon_label-cgw {
  color: #00C4D8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.zmn_bon_h2-cgw {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #EDF6FF;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 771px) {.zmn_bon_h2-cgw {
  font-size: 1.5rem;
}
}.zmn_bon_seo-cgw {
  color: #608898;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 620px;
  line-height: 1.6;
}.zmn_bon_seo-cgw strong {
  font-weight: 700;
  color: #B4CCD8;
}.zmn_bon_seo-cgw a {
  text-decoration: underline;
  color: #00C4D8;
}.zmn_bon_grid-cgw {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.zmn_bon_grid-cgw {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.zmn_bon_grid-cgw {
  grid-template-columns: repeat(5,1fr);
}
}.zmn_bon_card-cgw {
  transition: border-color .2s,transform .2s;
  background: #0C1219;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
}.zmn_bon_card-cgw:hover {
  transform: translateY(-2px);
  border-color: rgba(0,196,216,0.07);
}.zmn_bon_card_ic-cgw svg {
  stroke-linecap: round;
  width: 1.625rem;
  height: 26px;
  stroke-linejoin: round;
}.zmn_bon_card_ic-cgw {
  margin-bottom: 10px;
}.zmn_bon_card_type-cgw {
  color: #608898;
  margin-bottom: 0.375rem;
  letter-spacing: .06em;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}.zmn_bon_card_amount-cgw {
  margin-bottom: 6px;
  color: #F0B429;
  line-height: 1.1;
  font-weight: 800;
  font-size: 1.125rem;
}.zmn_bon_card_name-cgw {
  font-size: 13px;
  margin-bottom: 0.5rem;
  font-weight: 600;
  overflow-wrap: break-word;
  color: #EDF6FF;
}.zmn_bon_card_detail-cgw {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.5;
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  color: #527080;
  font-size: 11px;
}.zmn_prov-cgw {
  padding: 2.25rem 1rem 0;
  background: #080E14;
}
@media(min-width: 769px) {.zmn_prov-cgw {
  padding: 44px 1.5rem 0;
}
}.zmn_prov_in-cgw {
  margin: 0 auto;
  max-width: 82.5rem;
}.zmn_prov_head-cgw {
  margin-bottom: 16px;
}.zmn_prov_label-cgw {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #00C4D8;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
}.zmn_prov_h2-cgw {
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  color: #EDF6FF;
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-weight: 800;
}
@media(min-width: 769px) {.zmn_prov_h2-cgw {
  font-size: 24px;
}
}.zmn_prov_seo-cgw {
  line-height: 1.6;
  font-size: 13px;
  color: #608898;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  max-width: 620px;
}.zmn_prov_seo-cgw strong {
  font-weight: 700;
  color: #B4CCD8;
}.zmn_prov_seo-cgw a {
  text-decoration: underline;
  color: #00C4D8;
}.zmn_prov_grid-cgw {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 637px) {.zmn_prov_grid-cgw {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.zmn_prov_grid-cgw {
  grid-template-columns: repeat(8,1fr);
}
}.zmn_prov_card-cgw {
  gap: 0.438rem;
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s,background .2s;
  background: #0C1219;
  padding: 14px 0.625rem;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: flex;
}.zmn_prov_card-cgw:hover {
  background: #101A24;
  border-color: rgba(0,200,220,0.38);
}.zmn_prov_logo-cgw {
  overflow: hidden;
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  justify-content: center;
  height: 2.75rem;
  display: flex;
  align-items: center;
  width: 44px;
}.zmn_prov_logo-cgw img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.zmn_prov_name-cgw {
  text-align: center;
  color: #7A9DB2;
  font-size: 11px;
  font-weight: 600;
  overflow-wrap: break-word;
}.zmn_seo-cgw {
  background: #080E14;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.zmn_seo-cgw {
  padding: 44px 24px 0;
}
}.zmn_seo_in-cgw {
  border-radius: 14px;
  background: #101A24;
  margin: 0 auto;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255,255,255,0.09);
  max-width: 1320px;
}
@media(min-width: 766px) {.zmn_seo_in-cgw {
  padding: 36px 40px;
}
}.zmn_seo_label-cgw {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #00C4D8;
  font-size: 0.688rem;
}.zmn_seo_h2-cgw {
  font-weight: 800;
  color: #EDF6FF;
  font-family: 'Exo 2', sans-serif;
  line-height: 1.25;
  margin-bottom: 14px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.zmn_seo_h2-cgw {
  font-size: 1.5rem;
}
}.zmn_seo_body-cgw {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
  color: #7A9DB2;
}.zmn_seo_body-cgw p {
  color: #7A9DB2;
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 14px;
}.zmn_seo_body-cgw p:last-child {
  margin-bottom: 0;
}.zmn_seo_body-cgw strong {
  font-weight: 700;
  color: #B4CCD8;
}.zmn_seo_body-cgw a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C4D8;
}.zmn_seo_body-cgw a:hover {
  color: #00DDEF;
}.zmn_seo_body-cgw ul,.zmn_seo_body-cgw ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.zmn_seo_body-cgw ol {
  list-style: decimal;
}.zmn_seo_body-cgw li {
  font-size: 0.875rem;
  color: #7A9DB2;
  margin-bottom: 6px;
  line-height: 1.75;
}.zmn_seo_body-cgw table {
  width: 100%;
  overflow-x: auto;
  font-size: 13px;
  display: block;
  border-collapse: collapse;
  margin-bottom: 12px;
}
@media(min-width: 771px) {.zmn_seo_body-cgw table {
  display: table;
}
}.zmn_seo_body-cgw th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #B4CCD8;
  font-weight: 700;
  text-align: left;
}.zmn_seo_body-cgw td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7A9DB2;
}.zmn_seo_cols-cgw {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width:640px) {.zmn_seo_cols-cgw {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.zmn_seo_cols-cgw {
  grid-template-columns: repeat(3,1fr);
}
}.zmn_seo_col_h-cgw {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #B4CCD8;
  margin-bottom: 7px;
  font-size: 0.813rem;
}.zmn_seo_col_p-cgw {
  overflow-wrap: break-word;
  color: #608898;
  line-height: 1.65;
  font-size: 0.813rem;
}.zmn_seo_stats-cgw {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.zmn_seo_stat-cgw {
  padding: 0.875rem 16px;
  background: rgba(0,196,216,0.07);
  flex: 1;
  border: 1px solid rgba(0,196,216,0.18);
  border-radius: 0.5rem;
  min-width: 140px;
}.zmn_seo_stat_val-cgw {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #00C4D8;
}.zmn_seo_stat_lb-cgw {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #608898;
}.zmn_seo-cgw {
  padding: 2.25rem 1rem 0;
  background: #080E14;
}
@media(min-width: 769px) {.zmn_seo-cgw {
  padding: 44px 1.5rem 0;
}
}.zmn_seo_in-cgw {
  margin: 0 auto;
  background: #101A24;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width:768px) {.zmn_seo_in-cgw {
  padding: 2.25rem 2.5rem;
}
}.zmn_seo_label-cgw {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  color: #00C4D8;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.zmn_seo_h2-cgw {
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 14px;
  font-weight: 800;
  color: #EDF6FF;
}
@media(min-width: 766px) {.zmn_seo_h2-cgw {
  font-size: 1.5rem;
}
}.zmn_seo_body-cgw {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
  color: #7A9DB2;
}.zmn_seo_body-cgw p {
  margin-bottom: 0.75rem;
  color: #7A9DB2;
  font-size: 0.875rem;
  line-height: 1.75;
}.zmn_seo_body-cgw p:last-child {
  margin-bottom: 0;
}.zmn_seo_body-cgw strong {
  color: #B4CCD8;
  font-weight: 700;
}.zmn_seo_body-cgw a {
  transition: color .2s;
  color: #00C4D8;
  text-decoration: underline;
}.zmn_seo_body-cgw a:hover {
  color: #00DDEF;
}.zmn_seo_body-cgw ul,.zmn_seo_body-cgw ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.zmn_seo_body-cgw ol {
  list-style: decimal;
}.zmn_seo_body-cgw li {
  color: #7A9DB2;
  font-size: 14px;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.zmn_seo_body-cgw table {
  overflow-x: auto;
  margin-bottom: 12px;
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
  display: block;
}
@media(min-width:768px) {.zmn_seo_body-cgw table {
  display: table;
}
}.zmn_seo_body-cgw th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #B4CCD8;
}.zmn_seo_body-cgw td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #7A9DB2;
}.zmn_seo_cols-cgw {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.zmn_seo_cols-cgw {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.zmn_seo_cols-cgw {
  grid-template-columns: repeat(3,1fr);
}
}.zmn_seo_col_h-cgw {
  font-size: 0.813rem;
  color: #B4CCD8;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
}.zmn_seo_col_p-cgw {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #608898;
}.zmn_seo_stats-cgw {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.zmn_seo_stat-cgw {
  padding: 14px 1rem;
  border: 1px solid rgba(0,196,216,0.18);
  flex: 1;
  border-radius: 8px;
  background: rgba(0,196,216,0.07);
  min-width: 140px;
}.zmn_seo_stat_val-cgw {
  color: #00C4D8;
  margin-bottom: 4px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}.zmn_seo_stat_lb-cgw {
  font-size: 0.688rem;
  color: #608898;
  overflow-wrap: break-word;
}.zmn_rv-cgw {
  padding: 36px 1rem 0;
  background: #080E14;
}
@media(min-width: 769px) {.zmn_rv-cgw {
  padding: 44px 24px 0;
}
}.zmn_rv_in-cgw {
  margin: 0 auto;
  max-width: 82.5rem;
}.zmn_rv_head-cgw {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.zmn_rv_label-cgw {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 11px;
  color: #00C4D8;
  letter-spacing: .08em;
  font-weight: 700;
}.zmn_rv_h2-cgw {
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  font-size: 22px;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  color: #EDF6FF;
}
@media(min-width: 766px) {.zmn_rv_h2-cgw {
  font-size: 28px;
}
}.zmn_rv_stats-cgw {
  gap: 1.125rem;
  color: #608898;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}.zmn_rv_stats_score-cgw {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.zmn_rv_stats_score_val-cgw {
  font-size: 1.375rem;
  color: #F0B429;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
}.zmn_rv_stats_score_max-cgw {
  font-size: 13px;
  color: #527080;
}.zmn_rv_stats_badge-cgw {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.zmn_rv_stats_badge-cgw svg {
  width: 0.875rem;
  color: #F0B429;
  height: 14px;
}.zmn_rv_grid-cgw {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.zmn_rv_grid-cgw {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.zmn_rv_grid-cgw {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.zmn_rv_card-cgw {
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.5rem;
  background: #101A24;
  display: flex;
  flex-direction: column;
}.zmn_rv_card_stars-cgw {
  gap: 2px;
  display: flex;
  margin-bottom: 0.625rem;
  color: #F0B429;
}.zmn_rv_card_stars-cgw svg {
  height: 14px;
  width: 0.875rem;
}.zmn_rv_card_h-cgw {
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #EDF6FF;
  line-height: 1.3;
  font-size: 0.875rem;
  font-weight: 700;
}.zmn_rv_card_body-cgw {
  flex: 1;
  font-size: 0.813rem;
  margin-bottom: 14px;
  color: #608898;
  overflow-wrap: break-word;
  line-height: 1.65;
}.zmn_rv_card_body-cgw strong {
  font-weight: 600;
  color: #B4CCD8;
}.zmn_rv_card_meta-cgw {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.625rem;
  padding-top: 0.75rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}.zmn_rv_card_author-cgw {
  font-weight: 600;
  font-size: 0.75rem;
  color: #B4CCD8;
}.zmn_rv_card_date-cgw {
  font-size: 0.688rem;
  color: #527080;
}.zmn_faq-cgw {
  padding: 2.25rem 16px 0;
  background: #080E14;
}
@media(min-width: 765px) {.zmn_faq-cgw {
  padding: 44px 24px 0;
}
}.zmn_faq_in-cgw {
  margin: 0 auto;
  max-width: 1320px;
}.zmn_faq_head-cgw {
  margin-bottom: 20px;
}.zmn_faq_label-cgw {
  font-size: 11px;
  text-transform: uppercase;
  color: #00C4D8;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
}.zmn_faq_h2-cgw {
  font-weight: 800;
  font-size: 20px;
  color: #EDF6FF;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 770px) {.zmn_faq_h2-cgw {
  font-size: 24px;
}
}.zmn_faq_list-cgw {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.zmn_faq_item-cgw {
  background: #101A24;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.09);
}.zmn_faq_q-cgw {
  gap: 12px;
  transition: color .2s;
  padding: 1rem 20px;
  flex-wrap: wrap;
  display: flex;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  overflow-wrap: break-word;
  align-items: center;
  color: #B4CCD8;
  justify-content: space-between;
}.zmn_faq_q-cgw:hover {
  color: #EDF6FF;
}.zmn_faq_q_ic-cgw {
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  align-items: center;
  flex-shrink: 0;
  color: #00C4D8;
  height: 1.5rem;
  justify-content: center;
  display: flex;
  width: 1.5rem;
  font-size: 16px;
}.zmn_faq_item-cgw.zmn_state_open-cgw .zmn_faq_q_ic-cgw {
  transform: rotate(45deg);
}.zmn_faq_a-cgw {
  padding: 0 1.25rem 1rem;
  font-size: 13px;
  display: none;
  line-height: 1.7;
  overflow-wrap: break-word;
  color: #608898;
}.zmn_faq_item-cgw.zmn_state_open-cgw .zmn_faq_a-cgw {
  display: block;
}.zmn_faq_a-cgw strong {
  color: #B4CCD8;
  font-weight: 700;
}.zmn_faq_a-cgw a {
  color: #00C4D8;
  text-decoration: underline;
}.zmn_faq_a-cgw ul,.zmn_faq_a-cgw ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.zmn_faq_a-cgw ol {
  list-style: decimal;
}.zmn_faq_a-cgw li {
  line-height: 1.6;
  margin-bottom: 4px;
}.zmn_faq_a-cgw table {
  margin: 8px 0;
  width: 100%;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 12px;
}
@media(min-width: 766px) {.zmn_faq_a-cgw table {
  display: table;
}
}.zmn_faq_a-cgw th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #B4CCD8;
  text-align: left;
}.zmn_faq_a-cgw td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.375rem 8px;
  color: #608898;
}.zmn_seo-cgw {
  padding: 36px 1rem 0;
  background: #080E14;
}
@media(min-width: 765px) {.zmn_seo-cgw {
  padding: 2.75rem 24px 0;
}
}.zmn_seo_in-cgw {
  background: #101A24;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 14px;
  margin: 0 auto;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width:768px) {.zmn_seo_in-cgw {
  padding: 36px 40px;
}
}.zmn_seo_label-cgw {
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00C4D8;
  font-size: 11px;
}.zmn_seo_h2-cgw {
  color: #EDF6FF;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 14px;
  line-height: 1.25;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width:768px) {.zmn_seo_h2-cgw {
  font-size: 1.5rem;
}
}.zmn_seo_body-cgw {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #7A9DB2;
  font-size: 14px;
}.zmn_seo_body-cgw p {
  margin-bottom: 0.75rem;
  font-size: 14px;
  line-height: 1.75;
  color: #7A9DB2;
}.zmn_seo_body-cgw p:last-child {
  margin-bottom: 0;
}.zmn_seo_body-cgw strong {
  color: #B4CCD8;
  font-weight: 700;
}.zmn_seo_body-cgw a {
  transition: color .2s;
  color: #00C4D8;
  text-decoration: underline;
}.zmn_seo_body-cgw a:hover {
  color: #00DDEF;
}.zmn_seo_body-cgw ul,.zmn_seo_body-cgw ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.zmn_seo_body-cgw ol {
  list-style: decimal;
}.zmn_seo_body-cgw li {
  font-size: 0.875rem;
  margin-bottom: 6px;
  line-height: 1.75;
  color: #7A9DB2;
}.zmn_seo_body-cgw table {
  font-size: 13px;
  display: block;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 771px) {.zmn_seo_body-cgw table {
  display: table;
}
}.zmn_seo_body-cgw th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #B4CCD8;
  text-align: left;
  font-weight: 700;
}.zmn_seo_body-cgw td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #7A9DB2;
}.zmn_seo_cols-cgw {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.zmn_seo_cols-cgw {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.zmn_seo_cols-cgw {
  grid-template-columns: repeat(3,1fr);
}
}.zmn_seo_col_h-cgw {
  font-size: 0.813rem;
  color: #B4CCD8;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-weight: 700;
}.zmn_seo_col_p-cgw {
  line-height: 1.65;
  color: #608898;
  font-size: 13px;
  overflow-wrap: break-word;
}.zmn_seo_stats-cgw {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.zmn_seo_stat-cgw {
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(0,196,216,0.07);
  border: 1px solid rgba(0,196,216,0.18);
  flex: 1;
  min-width: 8.75rem;
}.zmn_seo_stat_val-cgw {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #00C4D8;
}.zmn_seo_stat_lb-cgw {
  font-size: 11px;
  color: #608898;
  overflow-wrap: break-word;
}.zmn_ft-cgw {
  background: #040810;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 3rem;
}.zmn_ft_support-cgw {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 767px) {.zmn_ft_support-cgw {
  padding: 28px 24px;
}
}.zmn_ft_support_in-cgw {
  margin: 0 auto;
  gap: 1rem;
  max-width: 1320px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.zmn_ft_support_main-cgw {
  flex: 1;
  gap: 1rem;
  min-width: 220px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.zmn_ft_support_ic-cgw {
  color: #00C4D8;
  flex-shrink: 0;
}.zmn_ft_support_ic-cgw svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.875rem;
  height: 1.875rem;
}.zmn_ft_support_text_title-cgw {
  color: #EDF6FF;
  font-weight: 700;
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-size: 0.938rem;
}.zmn_ft_support_text_sub-cgw {
  overflow-wrap: break-word;
  color: #608898;
  font-size: 12px;
}.zmn_ft_support_btn-cgw {
  background: #00C4D8;
  border-radius: 8px;
  transition: background .2s;
  padding: 0.688rem 1.375rem;
  color: #EDF6FF;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.813rem;
}.zmn_ft_support_btn-cgw:hover {
  background: #00DDEF;
}.zmn_ft_support_contacts-cgw {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.zmn_ft_support_contact-cgw {
  font-size: 12px;
  line-height: 1.4;
  color: #527080;
}.zmn_ft_support_contact-cgw strong {
  font-size: 11px;
  font-weight: 600;
  display: block;
  color: #7A9DB2;
  margin-bottom: 2px;
}.zmn_ft_main-cgw {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 2rem 16px 1.5rem;
}
@media(min-width: 770px) {.zmn_ft_main-cgw {
  padding: 40px 1.5rem 2rem;
}
}.zmn_ft_main_in-cgw {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width:640px) {.zmn_ft_main_in-cgw {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.zmn_ft_main_in-cgw {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.zmn_ft_col_logo-cgw {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.zmn_ft_col_logo-cgw {
  grid-column: auto;
}
}.zmn_ft_logo-cgw {
  gap: 0.563rem;
  margin-bottom: 0.75rem;
  font-weight: 800;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-size: 16px;
  color: #EDF6FF;
  display: flex;
  align-items: center;
}.zmn_ft_logo_mark-cgw {
  border-radius: 4px;
  overflow: hidden;
  width: 1.875rem;
  height: 30px;
}.zmn_ft_logo_mark-cgw img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.zmn_ft_logo_sub-cgw {
  color: #527080;
  line-height: 1.55;
  max-width: 12.5rem;
  overflow-wrap: break-word;
  font-size: 12px;
}.zmn_ft_col_title-cgw {
  margin-bottom: 14px;
  color: #7A9DB2;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .07em;
  font-size: 0.75rem;
}.zmn_ft_col_links-cgw {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.zmn_ft_col_link-cgw {
  transition: color .2s;
  color: #527080;
  overflow-wrap: break-word;
  font-size: 13px;
}.zmn_ft_col_link-cgw:hover {
  color: #B4CCD8;
}.zmn_ft_apps-cgw {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.zmn_ft_app_card-cgw {
  padding: 10px 12px;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  border-radius: 0.25rem;
  border: 1px solid rgba(255,255,255,0.09);
  gap: 0.625rem;
  display: flex;
  align-items: center;
}.zmn_ft_app_card-cgw:hover {
  border-color: rgba(0,200,220,0.38);
}.zmn_ft_app_card_ic-cgw svg {
  height: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.375rem;
}.zmn_ft_app_card_os-cgw {
  font-size: 10px;
  color: #527080;
  font-weight: 600;
}.zmn_ft_app_card_action-cgw {
  font-weight: 700;
  color: #B4CCD8;
  font-size: 12px;
}.zmn_ft_bot-cgw {
  padding: 20px 16px;
}
@media(min-width: 771px) {.zmn_ft_bot-cgw {
  padding: 20px 24px;
}
}.zmn_ft_bot_in-cgw {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 82.5rem;
}.zmn_ft_socials-cgw {
  gap: 0.5rem;
  display: flex;
}.zmn_ft_soc-cgw {
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  height: 2.25rem;
  display: flex;
  justify-content: center;
  width: 2.25rem;
  align-items: center;
  color: #7A9DB2;
}.zmn_ft_soc-cgw svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
  height: 16px;
}.zmn_ft_soc-cgw:hover {
  background: rgba(255,255,255,0.07);
}.zmn_ft_legal-cgw {
  flex: 1;
  min-width: 200px;
  font-size: 0.688rem;
  color: #648898;
  overflow-wrap: break-word;
  line-height: 1.6;
}.zmn_ft_legal-cgw strong {
  font-weight: 700;
  color: #7A9DB2;
}.zmn_ft_legal-cgw a {
  text-decoration: underline;
  color: #7A9DB2;
}.zmn_ft_age-cgw {
  border: 2px solid #648898;
  border-radius: 50%;
  font-weight: 800;
  flex-shrink: 0;
  color: #648898;
  height: 2rem;
  justify-content: center;
  width: 2rem;
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 11px;
}