*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  line-height: 1.6;
  color: #C9C3B8;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
  background-color: #131110;
  min-height: 100vh;
}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;
}.est_layout_amx {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.est_page_amx {
  display: flex;
  min-height: 100vh;
}.est_main_amx {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media screen and (min-width: 1082px) {.est_main_amx {
  padding-left: 220px;
}
}
@media screen and (max-width:1079px) {.est_main_amx {
  padding-bottom: 4.5rem;
}
}.est_gc_amx {
  background: #17150F;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.375rem;
  width: 140px;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
@media(min-width: 639px) {.est_gc_amx {
  width: 156px;
}
}
@media(min-width: 1082px) {.est_gc_amx {
  width: 168px;
}
}.est_gc_amx:hover {
  border-color: rgba(200, 146, 42, 0.08);
  transform: translateY(-3px);
}.est_gc_img_amx {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.est_gc_img_amx img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.est_gc_hover_amx {
  background: rgba(8, 7, 5, 0.74);
  transition: opacity .2s;
  inset: 0;
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0;
}.est_gc_amx:hover .est_gc_hover_amx {
  opacity: 1;
}.est_gc_hover_btn_amx {
  padding: 8px 16px;
  border-radius: 0.25rem;
  background: #C8922A;
  color: #F0ECE4;
  font-size: 12px;
  font-weight: 700;
}.est_gc_info_amx {
  padding: 0.5rem 0.625rem 10px;
}.est_gc_name_amx {
  overflow: hidden;
  max-width: 100%;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  font-weight: 600;
  white-space: nowrap;
  color: #C9C3B8;
}.est_gc_prov_amx {
  font-size: 0.625rem;
  color: #524D46;
}.est_gc_tag_amx {
  padding: 2px 7px;
  border-radius: 0.25rem;
  font-size: 0.563rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  top: 6px;
  z-index: 2;
  left: 0.375rem;
  position: absolute;
}.est_gc_tag_hot_amx {
  background: #E03C3C;
  color: #fff;
}.est_gc_tag_new_amx {
  background: #3DB870;
  color: #131110;
}.est_gc_tag_jp_amx {
  background: #D4A017;
  color: #131110;
}.est_gc_tag_ex_amx {
  background: #7A5210;
  color: #fff;
}.est_gc_tag_live_amx {
  background: #E03C3C;
  color: #fff;
}.est_gr_amx {
  background: #131110;
  padding: 32px 16px 0;
}
@media(min-width: 766px) {.est_gr_amx {
  padding: 36px 1.5rem 0;
}
}.est_gr_in_amx {
  margin: 0 auto;
  max-width: 1320px;
}.est_gr_head_amx {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.625rem;
  display: flex;
}.est_gr_head_l_amx {
  flex: 1;
  gap: 10px;
  align-items: center;
  display: flex;
  min-width: 0;
}.est_gr_ic_amx {
  border-radius: 6px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}.est_gr_ic_amx svg {
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
  width: 16px;
}.est_gr_title_amx {
  overflow-wrap: break-word;
  font-size: 1rem;
  color: #F0ECE4;
  font-weight: 700;
  font-family: 'Bebas Neue', sans-serif;
}
@media(min-width: 767px) {.est_gr_title_amx {
  font-size: 1.125rem;
}
}.est_gr_more_amx {
  transition: color .2s;
  gap: 0.313rem;
  color: #6E6860;
  align-items: center;
  display: flex;
  white-space: nowrap;
  font-size: 0.75rem;
  flex-shrink: 0;
  font-weight: 600;
}.est_gr_more_amx:hover {
  color: #C8922A;
}.est_gr_more_amx svg {
  height: 0.75rem;
  width: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.est_gr_arrows_amx {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.est_gr_arr_amx {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  height: 1.875rem;
  justify-content: center;
  color: #928C82;
  width: 1.875rem;
  align-items: center;
  display: flex;
}.est_gr_arr_amx:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0ECE4;
}.est_gr_arr_amx svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
  height: 0.813rem;
}.est_gr_seo_h_amx {
  margin: 0 0 0.375rem;
  font-family: 'Bebas Neue', sans-serif;
  color: #C9C3B8;
  font-weight: 700;
  overflow-wrap: break-word;
  max-width: 680px;
  font-size: 0.813rem;
}
@media(min-width: 767px) {.est_gr_seo_h_amx {
  font-size: 0.875rem;
}
}.est_gr_seo_amx {
  color: #6E6860;
  overflow-wrap: break-word;
  line-height: 1.55;
  margin-bottom: 0.75rem;
  max-width: 680px;
  font-size: 12px;
}.est_gr_seo_amx strong {
  color: #C9C3B8;
  font-weight: 600;
}.est_gr_scroll_amx {
  gap: 10px;
  padding-bottom: 0.625rem;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}.est_gr_scroll_amx::-webkit-scrollbar {
  display: none;
}
@media(min-width: 770px) {.est_gr_scroll_amx {
  gap: 0.75rem;
}
}.est_tb_amx {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #111009;
  left: 0;
  position: fixed;
  z-index: 80;
  display: flex;
  right: 0;
  height: 56px;
  top: 0;
  align-items: center;
}.est_tb_in_amx {
  gap: 0;
  padding: 0 14px;
  align-items: center;
  height: 100%;
  width: 100%;
  display: flex;
}.est_tb_burger_amx {
  border-radius: 6px;
  gap: 0.313rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 2.375rem;
  align-items: center;
  width: 2.375rem;
}.est_tb_burger_amx:hover {
  background: rgba(255, 255, 255, 0.05);
}.est_tb_burger_line_amx {
  border-radius: 1px;
  background: #928C82;
  display: block;
  width: 18px;
  height: 2px;
}
@media(min-width: 1083px) {.est_tb_burger_amx {
  display: none;
}
}.est_tb_logo_amx {
  gap: 0.563rem;
  overflow-wrap: break-word;
  flex-shrink: 0;
  margin-right: 20px;
  color: #F0ECE4;
  display: flex;
  letter-spacing: -.01em;
  font-weight: 800;
  align-items: center;
  font-size: 1.125rem;
}.est_tb_logo_mark_amx {
  border-radius: 6px;
  overflow: hidden;
  justify-content: center;
  width: 2rem;
  display: flex;
  height: 2rem;
  align-items: center;
}.est_tb_logo_mark_amx img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.est_tb_nav_amx {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 639px) {.est_tb_nav_amx {
  display: flex;
}
}.est_tb_tab_amx {
  transition: background .15s,color .15s;
  border-radius: 0.375rem;
  padding: 8px 14px;
  white-space: nowrap;
  color: #928C82;
  font-size: 13px;
  font-weight: 600;
}.est_tb_tab_amx:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0ECE4;
}.est_tb_tab_amx.est_state_active_amx {
  background: rgba(200, 146, 42, 0.18);
  color: #F0ECE4;
}.est_tb_right_amx {
  gap: 8px;
  margin-left: auto;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.est_tb_login_amx {
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 9px 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  display: none;
  font-weight: 600;
  color: #C9C3B8;
  font-size: 0.813rem;
}.est_tb_login_amx:hover {
  border-color: rgba(200, 146, 42, 0.45);
  color: #F0ECE4;
}
@media(min-width: 477px) {.est_tb_login_amx {
  display: block;
}
}.est_tb_reg_amx {
  transition: background .2s;
  background: #3DB870;
  border-radius: 0.375rem;
  padding: 0.563rem 18px;
  font-size: 13px;
  font-weight: 700;
  color: #0E0C09;
  white-space: nowrap;
}.est_tb_reg_amx:hover {
  background: #52CC84;
}.est_sb_amx {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  background: #1C1A17;
  transition: transform .25s ease;
  top: 3.5rem;
  bottom: 0;
  left: 0;
  z-index: 70;
  position: fixed;
  width: 13.75rem;
  overflow-y: auto;
}.est_sb_amx.est_state_open_amx {
  transform: translateX(0);
}.est_sb_amx::-webkit-scrollbar {
  width: 4px;
}.est_sb_amx::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1079px) {.est_sb_amx {
  transform: translateX(0);
}
}.est_sb_auth_amx {
  padding: 14px 0.75rem 0.625rem;
}.est_sb_btn_reg_amx {
  border-radius: 0.375rem;
  padding: 0.688rem;
  background: #3DB870;
  transition: background .2s;
  color: #0E0C09;
  font-size: 0.813rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
  text-align: center;
}.est_sb_btn_reg_amx:hover {
  background: #52CC84;
}.est_sb_btn_login_amx {
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 0.813rem;
  text-align: center;
  font-weight: 600;
  color: #C9C3B8;
  display: block;
}.est_sb_btn_login_amx:hover {
  border-color: rgba(200, 146, 42, 0.45);
  color: #F0ECE4;
}.est_sb_promo_amx {
  border-radius: 6px;
  margin: 0 0.75rem 0.625rem;
  padding: 12px 14px;
  background: linear-gradient(135deg,#1E1408,#1C1A17);
  overflow: hidden;
  border: 1px solid rgba(200, 146, 42, 0.18);
  position: relative;
}.est_sb_promo_amx::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 146, 42, 0.18),transparent 70%);
  content: '';
  right: -1.25rem;
  height: 80px;
  top: -1.25rem;
  width: 80px;
  position: absolute;
}.est_sb_promo_title_amx {
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #C8922A;
  text-transform: uppercase;
  font-size: 11px;
}.est_sb_promo_text_amx {
  line-height: 1.35;
  font-size: 12px;
  color: #F0ECE4;
  font-weight: 600;
  overflow-wrap: break-word;
}.est_sb_promo_sub_amx {
  font-size: 0.625rem;
  margin-top: 3px;
  color: #6E6860;
}.est_sb_nav_amx {
  padding: 0.375rem 0.5rem 1rem;
}.est_sb_nav_lb_amx {
  padding: 0.625rem 8px 0.375rem;
  font-size: 10px;
  text-transform: uppercase;
  color: #524D46;
  font-weight: 700;
  letter-spacing: .08em;
}.est_sb_link_amx {
  transition: background .15s,color .15s;
  padding: 0.563rem 0.625rem;
  gap: 10px;
  border-radius: 0.25rem;
  font-weight: 500;
  color: #928C82;
  font-size: 0.813rem;
  align-items: center;
  cursor: pointer;
  overflow-wrap: break-word;
  display: flex;
}.est_sb_link_amx:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0ECE4;
}.est_sb_link_amx.est_state_active_amx {
  background: rgba(200, 146, 42, 0.18);
  color: #F0ECE4;
}.est_sb_ic_amx {
  border-radius: 4px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
  height: 1.875rem;
}.est_sb_ic_amx svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
}.est_sb_ic_1_amx {
  background: rgba(200, 146, 42, 0.08);
  color: #C8922A;
}.est_sb_ic_2_amx {
  background: rgba(61, 184, 112, 0.16);
  color: #3DB870;
}.est_sb_ic_3_amx {
  background: rgba(212, 160, 23, 0.16);
  color: #D4A017;
}.est_sb_ic_4_amx {
  background: rgba(122, 82, 16, 0.30);
  color: #7A5210;
}.est_sb_ic_5_amx {
  background: rgba(200, 146, 42, 0.08);
  color: #E8649A;
}.est_sb_ic_6_amx {
  background: rgba(122, 82, 16, 0.30);
  color: #9B5DE5;
}.est_sb_badge_amx {
  background: #D4A017;
  border-radius: 0.25rem;
  padding: 2px 7px;
  color: #0E0C09;
  font-size: 9px;
  margin-left: auto;
  font-weight: 700;
}.est_sb_bot_amx {
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  display: flex;
}.est_sb_lang_amx,.est_sb_help_amx {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.05);
  flex: 1;
  padding: 0.563rem 0.375rem;
  border-radius: 0.25rem;
  transition: border-color .2s;
  gap: 0.375rem;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #928C82;
  font-weight: 600;
  font-size: 11px;
}.est_sb_lang_amx:hover,.est_sb_help_amx:hover {
  border-color: rgba(200, 146, 42, 0.45);
  color: #F0ECE4;
}.est_sb_lang_amx svg,.est_sb_help_amx svg {
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
  height: 0.813rem;
}.est_sb_bd_amx {
  inset: 0;
  background: rgba(8, 7, 5, 0.74);
  z-index: 69;
  position: fixed;
  display: none;
}.est_sb_bd_amx.est_state_on_amx {
  display: block;
}
@media(min-width: 1082px) {.est_sb_bd_amx {
  display: none!important;
}
}.est_mob_nav_amx {
  background: #1C1A17;
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  position: fixed;
  right: 0;
  display: flex;
  left: 0;
  z-index: 80;
  bottom: 0;
}
@media(min-width: 1077px) {.est_mob_nav_amx {
  display: none;
}
}.est_mob_nav_item_amx {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 0.25rem;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  color: #524D46;
  display: flex;
}.est_mob_nav_ic_amx {
  line-height: 1;
}.est_mob_nav_ic_amx svg {
  stroke-linecap: round;
  height: 20px;
  stroke-linejoin: round;
  width: 1.25rem;
}.est_mob_nav_lb_amx {
  color: #524D46;
  font-weight: 600;
  font-size: 10px;
}.est_mob_nav_item_amx.est_state_active_amx {
  color: #C8922A;
}.est_mob_nav_item_amx.est_state_active_amx .est_mob_nav_lb_amx {
  color: #C8922A;
}.est_hero_amx {
  padding: 20px 16px 0;
  background: #131110;
}
@media(min-width:768px) {.est_hero_amx {
  padding: 24px 1.5rem 0;
}
}.est_hero_in_amx {
  gap: 12px;
  margin: 0 auto;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.est_hero_in_amx {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1097px) {.est_hero_in_amx {
  grid-template-columns: 1fr 340px;
}
}.est_hero_promo_amx {
  background: #17150F;
  border-radius: 0.625rem;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  position: relative;
  align-items: stretch;
}
@media(min-width: 769px) {.est_hero_promo_amx {
  min-height: 17.5rem;
}
}.est_hero_promo_bg_amx {
  inset: 0;
  background: linear-gradient(120deg,#1E1408 0%,#131110 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.est_hero_promo_bg_amx::after {
  background: linear-gradient(90deg,#131110 0%,rgba(8, 7, 5, 0.74) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.est_hero_promo_glow_amx {
  background: radial-gradient(circle,rgba(122, 82, 16, 0.30) 0%,transparent 65%);
  border-radius: 50%;
  position: absolute;
  height: 18.75rem;
  top: -2.5rem;
  width: 300px;
  pointer-events: none;
  right: 60px;
}.est_hero_promo_ct_amx {
  padding: 1.75rem 1.5rem 1.75rem 1.75rem;
  justify-content: center;
  max-width: 480px;
  flex-direction: column;
  display: flex;
  z-index: 2;
  position: relative;
}
@media(min-width: 770px) {.est_hero_promo_ct_amx {
  padding: 40px 2rem;
}
}.est_hero_badge_amx {
  border: 1px solid rgba(200, 146, 42, 0.08);
  background: rgba(200, 146, 42, 0.18);
  border-radius: 20px;
  padding: 5px 12px;
  margin-bottom: 14px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: .08em;
  font-size: 10px;
  text-transform: uppercase;
  color: #C8922A;
}.est_hero_h1_amx {
  font-size: 1.625rem;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  line-height: 1.15;
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;
  color: #F0ECE4;
}.est_hero_h1_amx em {
  color: #D4A017;
  font-style: normal;
}
@media(min-width: 766px) {.est_hero_h1_amx {
  font-size: 2.25rem;
}
}.est_hero_sub_amx {
  font-size: 0.813rem;
  line-height: 1.55;
  color: #928C82;
  margin-bottom: 1.25rem;
}
@media(min-width: 771px) {.est_hero_sub_amx {
  font-size: 0.875rem;
}
}.est_hero_row_amx {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.est_hero_cta_amx {
  background: #3DB870;
  transition: background .2s;
  border-radius: 6px;
  padding: 13px 26px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0E0C09;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 0 0.875rem rgba(61, 184, 112, 0.40);
}.est_hero_cta_amx:hover {
  background: #52CC84;
}.est_hero_terms_amx {
  color: #524D46;
  font-size: 0.688rem;
}.est_hero_game_amx {
  background: #17150F;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.625rem;
  overflow: hidden;
  flex-direction: column;
  display: flex;
  position: relative;
}.est_hero_game_badge_amx {
  border-radius: 20px;
  background: rgba(212, 160, 23, 0.16);
  padding: 0.313rem 10px;
  border: 1px solid rgba(212, 160, 23, 0.16);
  position: absolute;
  left: 12px;
  font-weight: 700;
  color: #D4A017;
  letter-spacing: .06em;
  z-index: 3;
  top: 0.75rem;
  text-transform: uppercase;
  font-size: 0.625rem;
}.est_hero_game_badge_amx svg {
  height: 11px;
  width: 0.688rem;
  margin-right: 0.25rem;
  vertical-align: -1px;
}.est_hero_game_img_amx {
  overflow: hidden;
  background: linear-gradient(135deg,#1E1408,#131110);
  padding-bottom: 60%;
  position: relative;
}.est_hero_game_img_amx img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}.est_hero_game_play_amx {
  background: rgba(8, 7, 5, 0.74);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  opacity: 0;
  align-items: center;
  position: absolute;
  justify-content: center;
}.est_hero_game_amx:hover .est_hero_game_play_amx {
  opacity: 1;
}.est_hero_game_play_amx span {
  background: #C8922A;
  border-radius: 50%;
  height: 52px;
  align-items: center;
  display: flex;
  width: 3.25rem;
  justify-content: center;
}.est_hero_game_play_amx span svg {
  height: 18px;
  width: 18px;
  margin-left: 2px;
}.est_hero_game_info_amx {
  padding: 0.875rem 16px;
}.est_hero_game_title_amx {
  margin-bottom: 0.25rem;
  font-weight: 700;
  font-size: 15px;
  overflow-wrap: break-word;
  color: #F0ECE4;
}.est_hero_game_provider_amx {
  font-size: 0.688rem;
  color: #6E6860;
}.est_hero_game_btn_amx {
  border-radius: 0.375rem;
  margin: 12px 16px 16px;
  transition: background .2s;
  background: #C8922A;
  padding: 11px;
  font-size: 13px;
  text-align: center;
  display: block;
  color: #F0ECE4;
  font-weight: 700;
}.est_hero_game_amx:hover .est_hero_game_btn_amx {
  background: #DAA63E;
}.est_sbar_amx {
  padding: 1rem 1rem 0;
  background: #131110;
}
@media(min-width: 765px) {.est_sbar_amx {
  padding: 18px 1.5rem 0;
}
}.est_sbar_in_amx {
  margin: 0 auto;
  max-width: 82.5rem;
}.est_sbar_row_amx {
  gap: 10px;
  display: flex;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}.est_sbar_input_amx {
  gap: 10px;
  padding: 11px 16px;
  background: #17150F;
  flex: 1;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s;
  align-items: center;
  font-size: 0.813rem;
  color: #6E6860;
  display: flex;
  cursor: pointer;
}.est_sbar_input_amx:hover {
  border-color: rgba(200, 146, 42, 0.45);
}.est_sbar_input_amx svg {
  height: 15px;
  flex-shrink: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.938rem;
}.est_sbar_providers_amx {
  background: #17150F;
  border-radius: 6px;
  padding: 11px 1.125rem;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s;
  display: flex;
  font-weight: 600;
  font-size: 0.813rem;
  color: #C9C3B8;
  align-items: center;
  white-space: nowrap;
}.est_sbar_providers_amx:hover {
  border-color: rgba(200, 146, 42, 0.45);
  color: #F0ECE4;
}.est_sbar_providers_amx svg {
  height: 0.875rem;
  stroke-linecap: round;
  width: 14px;
  stroke-linejoin: round;
}.est_sbar_tabs_amx {
  gap: 0.375rem;
  display: flex;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}.est_sbar_tabs_amx::-webkit-scrollbar {
  display: none;
}.est_sbar_tab_amx {
  gap: 7px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  padding: 0.5rem 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  white-space: nowrap;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  color: #928C82;
  align-items: center;
  flex-shrink: 0;
  font-size: 12px;
}.est_sbar_tab_amx:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(200, 146, 42, 0.45);
  color: #F0ECE4;
}.est_sbar_tab_amx.est_state_active_amx {
  background: rgba(200, 146, 42, 0.18);
  border-color: rgba(200, 146, 42, 0.08);
  color: #F0ECE4;
}.est_sbar_tab_ic_amx svg {
  stroke-linecap: round;
  height: 0.875rem;
  stroke-linejoin: round;
  width: 14px;
}.est_wy_amx {
  padding: 2rem 16px 0;
  background: #131110;
}
@media(min-width: 765px) {.est_wy_amx {
  padding: 40px 1.5rem 0;
}
}.est_wy_in_amx {
  margin: 0 auto;
  max-width: 82.5rem;
}.est_wy_head_amx {
  margin-bottom: 18px;
  max-width: 720px;
}.est_wy_label_amx {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8922A;
  font-size: 0.688rem;
}.est_wy_h2_amx {
  color: #F0ECE4;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  margin-bottom: 0.5rem;
}
@media(min-width:768px) {.est_wy_h2_amx {
  font-size: 1.5rem;
}
}.est_wy_intro_amx {
  margin: 0;
  line-height: 1.6;
  color: #6E6860;
  font-size: 13px;
}.est_wy_grid_amx {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.est_wy_grid_amx {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.est_wy_grid_amx {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.est_wy_card_amx {
  border-radius: 0.375rem;
  padding: 20px;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1C1A17;
}.est_wy_card_amx:hover {
  border-color: rgba(200, 146, 42, 0.08);
  transform: translateY(-2px);
}.est_wy_card_ic_amx {
  background: rgba(200, 146, 42, 0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  color: #C8922A;
  width: 44px;
  height: 2.75rem;
  margin-bottom: 14px;
  justify-content: center;
}.est_wy_card_ic_amx svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.375rem;
  height: 1.375rem;
}.est_wy_card_h_amx {
  color: #F0ECE4;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
  line-height: 1.25;
  font-weight: 700;
}.est_wy_card_p_amx {
  line-height: 1.6;
  color: #6E6860;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.est_wy_card_p_amx strong {
  color: #C9C3B8;
  font-weight: 600;
}.est_gr_jp_amx {
  padding: 1.25rem;
  background: linear-gradient(135deg,#1A0F2A 0%,#0D0B10 100%);
  overflow: hidden;
  border-radius: 0.625rem;
  position: relative;
}.est_gr_jp_amx::before {
  background: radial-gradient(circle,rgba(122, 82, 16, 0.30) 0%,transparent 70%);
  border-radius: 50%;
  left: -60px;
  top: -60px;
  width: 250px;
  height: 250px;
  position: absolute;
  content: '';
}.est_gr_jp_amx::after {
  background: radial-gradient(circle,rgba(212, 160, 23, 0.16) 0%,transparent 70%);
  border-radius: 50%;
  content: '';
  bottom: -40px;
  height: 200px;
  width: 12.5rem;
  position: absolute;
  right: 0;
}.est_gr_jp_head_amx {
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  align-items: flex-start;
  display: flex;
  position: relative;
  z-index: 1;
}.est_gr_jp_info_amx {
  flex: 1;
}.est_gr_jp_label_amx {
  font-weight: 700;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  color: #9B5DE5;
}.est_gr_jp_label_amx svg {
  height: 14px;
  vertical-align: -2px;
  stroke-linecap: round;
  margin-right: 0.25rem;
  width: 0.875rem;
  stroke-linejoin: round;
}.est_gr_jp_amount_amx {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  color: #F0ECE4;
}
@media(min-width:768px) {.est_gr_jp_amount_amx {
  font-size: 2.5rem;
}
}.est_gr_jp_amount_amx span {
  color: #D4A017;
}.est_gr_jp_seo_amx {
  color: #928C82;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.5;
  max-width: 480px;
}.est_gr_jp_cta_amx {
  transition: background .2s;
  padding: 11px 20px;
  border: 1px solid rgba(122, 82, 16, 0.30);
  border-radius: 6px;
  background: rgba(122, 82, 16, 0.30);
  color: #F0ECE4;
  position: relative;
  margin-top: 0.25rem;
  z-index: 1;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
  align-self: flex-start;
}.est_gr_jp_cta_amx:hover {
  background: #7A5210;
}.est_gcg_amx {
  padding: 36px 1rem 0;
  background: #131110;
}
@media(min-width: 765px) {.est_gcg_amx {
  padding: 2.75rem 1.5rem 0;
}
}.est_gcg_in_amx {
  margin: 0 auto;
  max-width: 1320px;
}.est_gcg_head_amx {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.est_gcg_label_amx {
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #C8922A;
  letter-spacing: .08em;
}.est_gcg_h2_amx {
  font-size: 22px;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
  color: #F0ECE4;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 770px) {.est_gcg_h2_amx {
  font-size: 1.75rem;
}
}.est_gcg_intro_amx {
  line-height: 1.6;
  color: #6E6860;
  font-size: 0.813rem;
}.est_gcg_grid_amx {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.est_gcg_grid_amx {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.est_gcg_grid_amx {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.est_gcg_card_amx {
  border: 1px solid rgba(255, 255, 255, 0.11);
  overflow: hidden;
  border-radius: 10px;
  padding: 1.25rem;
  transition: transform .2s,border-color .2s;
  cursor: pointer;
  justify-content: flex-end;
  position: relative;
  display: flex;
  min-height: 240px;
  flex-direction: column;
}.est_gcg_card_amx:hover {
  border-color: rgba(200, 146, 42, 0.18);
  transform: translateY(-3px);
}.est_gcg_card_bg_amx {
  inset: 0;
  z-index: 0;
  position: absolute;
}.est_gcg_card_bg_amx::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.est_gcg_card_ic_amx {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  justify-content: center;
  color: #F0ECE4;
  right: 1.125rem;
  width: 40px;
  display: flex;
  position: absolute;
  top: 1.125rem;
  height: 2.5rem;
  align-items: center;
  z-index: 2;
}.est_gcg_card_ic_amx svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.25rem;
  width: 1.25rem;
}.est_gcg_card_ct_amx {
  z-index: 1;
  position: relative;
}.est_gcg_card_h_amx {
  font-family: 'Bebas Neue', sans-serif;
  color: #F0ECE4;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-weight: 800;
  font-size: 18px;
}
@media(min-width: 765px) {.est_gcg_card_h_amx {
  font-size: 20px;
}
}.est_gcg_card_p_amx {
  margin-bottom: 10px;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.est_gcg_card_p_amx strong {
  color: #F0ECE4;
  font-weight: 600;
}.est_gcg_card_cta_amx {
  gap: 0.25rem;
  display: inline-flex;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .04em;
  color: #C8922A;
  align-items: center;
  text-transform: uppercase;
}.est_gcg_card_cta_amx svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.75rem;
  height: 0.75rem;
}.est_ws_amx {
  padding: 32px 1rem 0;
  background: #131110;
}
@media(min-width: 765px) {.est_ws_amx {
  padding: 36px 1.5rem 0;
}
}.est_ws_in_amx {
  margin: 0 auto;
  max-width: 1320px;
}.est_ws_head_amx {
  gap: 12px;
  margin-bottom: 0.875rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}.est_ws_title_amx {
  gap: 10px;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
  font-weight: 700;
  align-items: center;
  color: #F0ECE4;
  flex-wrap: wrap;
  font-size: 1rem;
  display: flex;
}.est_ws_title_ic_amx svg {
  width: 1.125rem;
  color: #D4A017;
  height: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.est_ws_online_amx {
  gap: 7px;
  align-items: center;
  color: #6E6860;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
}.est_ws_online_dot_amx {
  background: #3DB870;
  border-radius: 50%;
  height: 8px;
  box-shadow: 0 0 6px rgba(61, 184, 112, 0.16);
  flex-shrink: 0;
  width: 0.5rem;
}.est_ws_scroll_amx {
  gap: 8px;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 0.5rem;
  overflow-x: auto;
}.est_ws_scroll_amx::-webkit-scrollbar {
  display: none;
}.est_wc_amx {
  gap: 10px;
  background: #17150F;
  border-radius: 6px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  flex-shrink: 0;
  min-width: 220px;
  align-items: center;
}.est_wc_img_amx {
  border-radius: 0.25rem;
  overflow: hidden;
  background: #1C1A17;
  flex-shrink: 0;
  height: 2.25rem;
  width: 2.25rem;
}.est_wc_img_amx img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.est_wc_info_amx {
  min-width: 0;
}.est_wc_game_amx {
  overflow: hidden;
  font-weight: 600;
  color: #C9C3B8;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.75rem;
}.est_wc_player_amx {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.625rem;
  text-overflow: ellipsis;
  color: #524D46;
}.est_wc_amount_amx {
  font-weight: 700;
  color: #3DB870;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 13px;
  margin-left: auto;
}.est_bon_amx {
  background: #131110;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.est_bon_amx {
  padding: 2.75rem 1.5rem 0;
}
}.est_bon_in_amx {
  margin: 0 auto;
  max-width: 82.5rem;
}.est_bon_head_amx {
  margin-bottom: 1.25rem;
}.est_bon_label_amx {
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #C8922A;
}.est_bon_h2_amx {
  margin-bottom: 0.5rem;
  font-family: 'Bebas Neue', sans-serif;
  color: #F0ECE4;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width:768px) {.est_bon_h2_amx {
  font-size: 1.5rem;
}
}.est_bon_seo_amx {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 620px;
  color: #6E6860;
  line-height: 1.6;
}.est_bon_seo_amx strong {
  color: #C9C3B8;
  font-weight: 700;
}.est_bon_seo_amx a {
  color: #C8922A;
  text-decoration: underline;
}.est_bon_grid_amx {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.est_bon_grid_amx {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.est_bon_grid_amx {
  grid-template-columns: repeat(5,1fr);
}
}.est_bon_card_amx {
  background: #17150F;
  padding: 16px;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 6px;
}.est_bon_card_amx:hover {
  border-color: rgba(200, 146, 42, 0.08);
  transform: translateY(-2px);
}.est_bon_card_ic_amx svg {
  stroke-linejoin: round;
  width: 1.625rem;
  stroke-linecap: round;
  height: 1.625rem;
}.est_bon_card_ic_amx {
  margin-bottom: 0.625rem;
}.est_bon_card_type_amx {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
  color: #6E6860;
  margin-bottom: 0.375rem;
  font-size: 10px;
}.est_bon_card_amount_amx {
  line-height: 1.1;
  font-weight: 800;
  font-size: 1.125rem;
  color: #D4A017;
  margin-bottom: 0.375rem;
}.est_bon_card_name_amx {
  font-size: 13px;
  color: #F0ECE4;
  overflow-wrap: break-word;
  font-weight: 600;
  margin-bottom: 8px;
}.est_bon_card_detail_amx {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 8px;
  line-height: 1.5;
  color: #524D46;
  font-size: 11px;
  overflow-wrap: break-word;
}.est_app_amx {
  background: #131110;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.est_app_amx {
  padding: 2.75rem 1.5rem 0;
}
}.est_app_in_amx {
  margin: 0 auto;
  max-width: 82.5rem;
}.est_app_head_amx {
  margin-bottom: 1rem;
}.est_app_label_amx {
  margin-bottom: 8px;
  color: #C8922A;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
}.est_app_h2_amx {
  color: #F0ECE4;
  font-size: 20px;
  margin-bottom: 0.375rem;
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.est_app_h2_amx {
  font-size: 24px;
}
}.est_app_sub_amx {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #6E6860;
  line-height: 1.6;
  max-width: 37.5rem;
}.est_app_sub_amx strong {
  font-weight: 700;
  color: #C9C3B8;
}.est_app_cards_amx {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}
@media(min-width: 637px) {.est_app_cards_amx {
  grid-template-columns: repeat(3,1fr);
}
}.est_app_card_amx {
  border-radius: 0.375rem;
  gap: 16px;
  padding: 1.25rem;
  overflow: hidden;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  display: flex;
}.est_app_card_ios_amx {
  background: linear-gradient(135deg,rgba(200, 146, 42, 0.18) 0%,#1C1A17 100%);
}.est_app_card_android_amx {
  background: linear-gradient(135deg,rgba(61, 184, 112, 0.16) 0%,#1C1A17 100%);
}.est_app_card_win_amx {
  background: linear-gradient(135deg,rgba(212, 160, 23, 0.16) 0%,#1C1A17 100%);
}.est_app_card_ic_amx svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 2.125rem;
  width: 34px;
}.est_app_card_ic_amx {
  color: #F0ECE4;
  flex-shrink: 0;
}.est_app_card_os_amx {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 6px;
  color: #6E6860;
  text-transform: uppercase;
  font-size: 10px;
}.est_app_card_title_amx {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 0.375rem;
  line-height: 1.2;
  color: #F0ECE4;
}.est_app_card_text_amx {
  overflow-wrap: break-word;
  color: #6E6860;
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1.5;
}.est_app_card_btn_amx {
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  gap: 7px;
  padding: 0.625rem 1.125rem;
  border-radius: 4px;
  border: 1px solid rgba(200, 146, 42, 0.45);
  font-size: 0.813rem;
  color: #F0ECE4;
  align-items: center;
  display: inline-flex;
  font-weight: 700;
}.est_app_card_btn_amx:hover {
  background: rgba(255, 255, 255, 0.07);
}.est_prov_amx {
  padding: 2.25rem 16px 0;
  background: #131110;
}
@media(min-width:768px) {.est_prov_amx {
  padding: 44px 1.5rem 0;
}
}.est_prov_in_amx {
  margin: 0 auto;
  max-width: 82.5rem;
}.est_prov_head_amx {
  margin-bottom: 1rem;
}.est_prov_label_amx {
  color: #C8922A;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}.est_prov_h2_amx {
  font-size: 20px;
  font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F0ECE4;
  font-weight: 800;
}
@media(min-width: 767px) {.est_prov_h2_amx {
  font-size: 1.5rem;
}
}.est_prov_seo_amx {
  margin-bottom: 16px;
  line-height: 1.6;
  max-width: 620px;
  font-size: 13px;
  color: #6E6860;
  overflow-wrap: break-word;
}.est_prov_seo_amx strong {
  font-weight: 700;
  color: #C9C3B8;
}.est_prov_seo_amx a {
  color: #C8922A;
  text-decoration: underline;
}.est_prov_grid_amx {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 637px) {.est_prov_grid_amx {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.est_prov_grid_amx {
  grid-template-columns: repeat(8,1fr);
}
}.est_prov_card_amx {
  gap: 0.438rem;
  transition: border-color .2s,background .2s;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #17150F;
  padding: 14px 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}.est_prov_card_amx:hover {
  border-color: rgba(200, 146, 42, 0.45);
  background: #1C1A17;
}.est_prov_logo_amx {
  border-radius: 0.25rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  width: 2.75rem;
  height: 44px;
  display: flex;
  align-items: center;
}.est_prov_logo_amx img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.est_prov_name_amx {
  text-align: center;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #928C82;
}.est_htp_amx {
  background: #131110;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.est_htp_amx {
  padding: 2.75rem 1.5rem 0;
}
}.est_htp_in_amx {
  margin: 0 auto;
  max-width: 1320px;
}.est_htp_head_amx {
  max-width: 45rem;
  margin-bottom: 22px;
}.est_htp_label_amx {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C8922A;
}.est_htp_h2_amx {
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #F0ECE4;
}
@media(min-width: 770px) {.est_htp_h2_amx {
  font-size: 28px;
}
}.est_htp_intro_amx {
  line-height: 1.6;
  font-size: 14px;
  color: #6E6860;
}.est_htp_steps_amx {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width:640px) {.est_htp_steps_amx {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.est_htp_steps_amx {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.est_htp_step_amx {
  padding: 1.25rem 18px 1.125rem;
  background: #1C1A17;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 6px;
  position: relative;
  flex-direction: column;
  display: flex;
}.est_htp_step_num_amx {
  border-radius: 50%;
  background: #C8922A;
  font-size: 0.813rem;
  width: 28px;
  top: -0.75rem;
  position: absolute;
  font-family: 'Bebas Neue', sans-serif;
  height: 28px;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  display: flex;
  color: #0E0C09;
  left: 1.25rem;
}.est_htp_step_ic_amx {
  background: rgba(200, 146, 42, 0.18);
  border-radius: 4px;
  margin: 8px 0 0.75rem;
  height: 2.25rem;
  width: 36px;
  color: #C8922A;
  align-items: center;
  display: flex;
  justify-content: center;
}.est_htp_step_ic_amx svg {
  width: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 18px;
}.est_htp_step_h_amx {
  line-height: 1.25;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 0.875rem;
  color: #F0ECE4;
  overflow-wrap: break-word;
}.est_htp_step_p_amx {
  color: #6E6860;
  line-height: 1.55;
  font-size: 13px;
  overflow-wrap: break-word;
}.est_htp_step_p_amx strong {
  color: #C9C3B8;
  font-weight: 600;
}.est_htp_cta_amx {
  background: #3DB870;
  transition: background .2s;
  border-radius: 0.375rem;
  padding: 13px 26px;
  font-weight: 700;
  color: #0E0C09;
  margin-top: 1.25rem;
  display: inline-block;
  font-size: 0.875rem;
}.est_htp_cta_amx:hover {
  background: #52CC84;
}.est_reg_amx {
  padding: 36px 16px 0;
  background: #131110;
}
@media(min-width: 770px) {.est_reg_amx {
  padding: 2.75rem 1.5rem 0;
}
}.est_reg_in_amx {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 28px 1.5rem;
  background: #1C1A17;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.est_reg_in_amx {
  padding: 40px;
}
}.est_reg_top_amx {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.est_reg_top_amx {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.est_reg_label_amx {
  margin-bottom: 0.625rem;
  color: #C8922A;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
}.est_reg_h2_amx {
  line-height: 1.2;
  color: #F0ECE4;
  font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 0.75rem;
  font-size: 22px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.est_reg_h2_amx {
  font-size: 28px;
}
}.est_reg_bonus_amx {
  gap: 0.5rem;
  background: rgba(212, 160, 23, 0.16);
  border: 1px solid rgba(212, 160, 23, 0.16);
  border-radius: 0.375rem;
  padding: 0.625rem 16px;
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.est_reg_bonus_amount_amx {
  font-size: 1.25rem;
  font-weight: 800;
  color: #D4A017;
}.est_reg_bonus_text_amx {
  line-height: 1.35;
  font-size: 0.813rem;
  color: #928C82;
}.est_reg_cta_btn_amx {
  transition: background .2s;
  border-radius: 6px;
  padding: 14px 32px;
  background: #3DB870;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 0 14px rgba(61, 184, 112, 0.40);
  font-size: 0.938rem;
  color: #0E0C09;
  margin-bottom: 12px;
  display: inline-block;
  font-weight: 700;
}.est_reg_cta_btn_amx:hover {
  background: #52CC84;
}.est_reg_terms_amx {
  color: #524D46;
  font-size: 11px;
  line-height: 1.5;
}.est_reg_seo_amx {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
  color: #6E6860;
  line-height: 1.65;
  overflow-wrap: break-word;
  padding-top: 1.25rem;
  margin-top: 20px;
}.est_reg_seo_amx p {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #6E6860;
  margin-bottom: 0.625rem;
}.est_reg_seo_amx p:last-child {
  margin-bottom: 0;
}.est_reg_seo_amx strong {
  font-weight: 700;
  color: #C9C3B8;
}.est_reg_seo_amx a {
  transition: color .2s;
  color: #C8922A;
  text-decoration: underline;
}.est_reg_seo_amx a:hover {
  color: #DAA63E;
}.est_reg_seo_amx ul,.est_reg_seo_amx ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.est_reg_seo_amx ol {
  list-style: decimal;
}.est_reg_seo_amx li {
  font-size: 0.813rem;
  color: #6E6860;
  margin-bottom: 4px;
  line-height: 1.65;
}.est_reg_seo_amx table {
  display: block;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
  font-size: 0.813rem;
}
@media(min-width: 767px) {.est_reg_seo_amx table {
  display: table;
}
}.est_reg_seo_amx th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  text-align: left;
  color: #C9C3B8;
  font-weight: 700;
}.est_reg_seo_amx td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #6E6860;
}.est_reg_steps_amx {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
@media(min-width: 863px) {.est_reg_steps_amx {
  margin-top: 0;
}
}.est_reg_step_amx {
  gap: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px;
  border-radius: 6px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.est_reg_step_num_amx {
  border: 1px solid rgba(200, 146, 42, 0.08);
  background: rgba(200, 146, 42, 0.18);
  border-radius: 50%;
  display: flex;
  font-size: 0.875rem;
  flex-shrink: 0;
  color: #C8922A;
  align-items: center;
  font-weight: 800;
  width: 34px;
  height: 2.125rem;
  justify-content: center;
}.est_reg_step_title_amx {
  color: #F0ECE4;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 3px;
}.est_reg_step_text_amx {
  color: #6E6860;
  font-size: 0.75rem;
  line-height: 1.5;
}.est_reg_trust_amx {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  padding-top: 20px;
  display: flex;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}.est_reg_trust_item_amx {
  gap: 0.438rem;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #6E6860;
}.est_reg_trust_ic_amx svg {
  height: 16px;
  stroke-linecap: round;
  color: #C8922A;
  width: 1rem;
  stroke-linejoin: round;
}.est_seo_amx {
  background: #131110;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.est_seo_amx {
  padding: 2.75rem 1.5rem 0;
}
}.est_seo_in_amx {
  background: #1C1A17;
  border-radius: 10px;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  max-width: 1320px;
}
@media(min-width: 765px) {.est_seo_in_amx {
  padding: 36px 2.5rem;
}
}.est_seo_label_amx {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
  color: #C8922A;
}.est_seo_h2_amx {
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F0ECE4;
  margin-bottom: 0.875rem;
  font-weight: 800;
  line-height: 1.25;
}
@media(min-width: 765px) {.est_seo_h2_amx {
  font-size: 1.5rem;
}
}.est_seo_body_amx {
  line-height: 1.75;
  font-size: 14px;
  color: #928C82;
  overflow-wrap: break-word;
}.est_seo_body_amx p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #928C82;
  font-size: 0.875rem;
}.est_seo_body_amx p:last-child {
  margin-bottom: 0;
}.est_seo_body_amx strong {
  font-weight: 700;
  color: #C9C3B8;
}.est_seo_body_amx a {
  transition: color .2s;
  color: #C8922A;
  text-decoration: underline;
}.est_seo_body_amx a:hover {
  color: #DAA63E;
}.est_seo_body_amx ul,.est_seo_body_amx ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.est_seo_body_amx ol {
  list-style: decimal;
}.est_seo_body_amx li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #928C82;
  font-size: 14px;
}.est_seo_body_amx table {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 12px;
  display: block;
  font-size: 13px;
  border-collapse: collapse;
}
@media(min-width: 765px) {.est_seo_body_amx table {
  display: table;
}
}.est_seo_body_amx th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  font-weight: 700;
  color: #C9C3B8;
  text-align: left;
}.est_seo_body_amx td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #928C82;
}.est_seo_cols_amx {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 639px) {.est_seo_cols_amx {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.est_seo_cols_amx {
  grid-template-columns: repeat(3,1fr);
}
}.est_seo_col_h_amx {
  font-size: 0.813rem;
  margin-bottom: 7px;
  font-weight: 700;
  color: #C9C3B8;
  overflow-wrap: break-word;
}.est_seo_col_p_amx {
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #6E6860;
}.est_seo_stats_amx {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.est_seo_stat_amx {
  flex: 1;
  background: rgba(200, 146, 42, 0.08);
  padding: 14px 1rem;
  border: 1px solid rgba(200, 146, 42, 0.18);
  border-radius: 0.375rem;
  min-width: 140px;
}.est_seo_stat_val_amx {
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #C8922A;
  overflow-wrap: break-word;
  font-size: 20px;
}.est_seo_stat_lb_amx {
  overflow-wrap: break-word;
  color: #6E6860;
  font-size: 0.688rem;
}.est_seo_amx {
  padding: 36px 1rem 0;
  background: #131110;
}
@media(min-width: 769px) {.est_seo_amx {
  padding: 2.75rem 1.5rem 0;
}
}.est_seo_in_amx {
  margin: 0 auto;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1C1A17;
  border-radius: 10px;
  max-width: 1320px;
}
@media(min-width: 769px) {.est_seo_in_amx {
  padding: 2.25rem 2.5rem;
}
}.est_seo_label_amx {
  margin-bottom: 10px;
  font-weight: 700;
  color: #C8922A;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
}.est_seo_h2_amx {
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 14px;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
  line-height: 1.25;
  color: #F0ECE4;
}
@media(min-width:768px) {.est_seo_h2_amx {
  font-size: 1.5rem;
}
}.est_seo_body_amx {
  color: #928C82;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.est_seo_body_amx p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #928C82;
}.est_seo_body_amx p:last-child {
  margin-bottom: 0;
}.est_seo_body_amx strong {
  color: #C9C3B8;
  font-weight: 700;
}.est_seo_body_amx a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8922A;
}.est_seo_body_amx a:hover {
  color: #DAA63E;
}.est_seo_body_amx ul,.est_seo_body_amx ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.est_seo_body_amx ol {
  list-style: decimal;
}.est_seo_body_amx li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #928C82;
}.est_seo_body_amx table {
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  display: block;
  margin-bottom: 12px;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.est_seo_body_amx table {
  display: table;
}
}.est_seo_body_amx th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C9C3B8;
}.est_seo_body_amx td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #928C82;
}.est_seo_cols_amx {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width:640px) {.est_seo_cols_amx {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.est_seo_cols_amx {
  grid-template-columns: repeat(3,1fr);
}
}.est_seo_col_h_amx {
  overflow-wrap: break-word;
  color: #C9C3B8;
  font-weight: 700;
  margin-bottom: 0.438rem;
  font-size: 13px;
}.est_seo_col_p_amx {
  color: #6E6860;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
}.est_seo_stats_amx {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.est_seo_stat_amx {
  border: 1px solid rgba(200, 146, 42, 0.18);
  padding: 14px 16px;
  background: rgba(200, 146, 42, 0.08);
  flex: 1;
  border-radius: 0.375rem;
  min-width: 8.75rem;
}.est_seo_stat_val_amx {
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #C8922A;
}.est_seo_stat_lb_amx {
  color: #6E6860;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.est_seo_amx {
  background: #131110;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.est_seo_amx {
  padding: 44px 1.5rem 0;
}
}.est_seo_in_amx {
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  background: #1C1A17;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  max-width: 1320px;
}
@media(min-width:768px) {.est_seo_in_amx {
  padding: 2.25rem 2.5rem;
}
}.est_seo_label_amx {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  color: #C8922A;
  margin-bottom: 10px;
  font-weight: 700;
}.est_seo_h2_amx {
  font-size: 20px;
  color: #F0ECE4;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
  line-height: 1.25;
  margin-bottom: 14px;
  font-weight: 800;
}
@media(min-width: 767px) {.est_seo_h2_amx {
  font-size: 24px;
}
}.est_seo_body_amx {
  line-height: 1.75;
  color: #928C82;
  font-size: 14px;
  overflow-wrap: break-word;
}.est_seo_body_amx p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #928C82;
  font-size: 0.875rem;
}.est_seo_body_amx p:last-child {
  margin-bottom: 0;
}.est_seo_body_amx strong {
  font-weight: 700;
  color: #C9C3B8;
}.est_seo_body_amx a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8922A;
}.est_seo_body_amx a:hover {
  color: #DAA63E;
}.est_seo_body_amx ul,.est_seo_body_amx ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.est_seo_body_amx ol {
  list-style: decimal;
}.est_seo_body_amx li {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #928C82;
}.est_seo_body_amx table {
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  display: block;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 766px) {.est_seo_body_amx table {
  display: table;
}
}.est_seo_body_amx th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C9C3B8;
}.est_seo_body_amx td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #928C82;
}.est_seo_cols_amx {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width:640px) {.est_seo_cols_amx {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.est_seo_cols_amx {
  grid-template-columns: repeat(3,1fr);
}
}.est_seo_col_h_amx {
  font-weight: 700;
  font-size: 13px;
  color: #C9C3B8;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
}.est_seo_col_p_amx {
  color: #6E6860;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.est_seo_stats_amx {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.est_seo_stat_amx {
  padding: 0.875rem 1rem;
  flex: 1;
  border-radius: 6px;
  background: rgba(200, 146, 42, 0.08);
  border: 1px solid rgba(200, 146, 42, 0.18);
  min-width: 140px;
}.est_seo_stat_val_amx {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #C8922A;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}.est_seo_stat_lb_amx {
  overflow-wrap: break-word;
  color: #6E6860;
  font-size: 0.688rem;
}.est_faq_amx {
  padding: 2.25rem 16px 0;
  background: #131110;
}
@media(min-width: 769px) {.est_faq_amx {
  padding: 44px 24px 0;
}
}.est_faq_in_amx {
  margin: 0 auto;
  max-width: 82.5rem;
}.est_faq_head_amx {
  margin-bottom: 20px;
}.est_faq_label_amx {
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #C8922A;
}.est_faq_h2_amx {
  color: #F0ECE4;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Bebas Neue', sans-serif;
}
@media(min-width: 769px) {.est_faq_h2_amx {
  font-size: 1.5rem;
}
}.est_faq_list_amx {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.est_faq_item_amx {
  background: #1C1A17;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.375rem;
}.est_faq_q_amx {
  padding: 16px 20px;
  transition: color .2s;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #C9C3B8;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  justify-content: space-between;
  font-weight: 600;
  cursor: pointer;
}.est_faq_q_amx:hover {
  color: #F0ECE4;
}.est_faq_q_ic_amx {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #C8922A;
  justify-content: center;
  width: 1.5rem;
  height: 24px;
}.est_faq_item_amx.est_state_open_amx .est_faq_q_ic_amx {
  transform: rotate(45deg);
}.est_faq_a_amx {
  padding: 0 20px 16px;
  color: #6E6860;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.7;
  display: none;
}.est_faq_item_amx.est_state_open_amx .est_faq_a_amx {
  display: block;
}.est_faq_a_amx strong {
  font-weight: 700;
  color: #C9C3B8;
}.est_faq_a_amx a {
  text-decoration: underline;
  color: #C8922A;
}.est_faq_a_amx ul,.est_faq_a_amx ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.est_faq_a_amx ol {
  list-style: decimal;
}.est_faq_a_amx li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.est_faq_a_amx table {
  margin: 0.5rem 0;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  font-size: 12px;
  width: 100%;
}
@media(min-width: 771px) {.est_faq_a_amx table {
  display: table;
}
}.est_faq_a_amx th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C9C3B8;
  font-weight: 700;
  text-align: left;
}.est_faq_a_amx td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6E6860;
}.est_pmt_amx {
  padding: 36px 1rem 0;
  background: #131110;
}
@media(min-width: 766px) {.est_pmt_amx {
  padding: 2.75rem 24px 0;
}
}.est_pmt_in_amx {
  margin: 0 auto;
  max-width: 1320px;
}.est_pmt_head_amx {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.est_pmt_label_amx {
  font-weight: 700;
  color: #C8922A;
  margin-bottom: 0.5rem;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.est_pmt_h2_amx {
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 8px;
  color: #F0ECE4;
  overflow-wrap: break-word;
  font-size: 22px;
}
@media(min-width: 769px) {.est_pmt_h2_amx {
  font-size: 28px;
}
}.est_pmt_intro_amx {
  color: #6E6860;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 14px;
}.est_pmt_groups_amx {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.est_pmt_group_amx {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 20px;
  border-radius: 6px;
  background: #1C1A17;
}.est_pmt_group_head_amx {
  gap: 12px;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.est_pmt_group_ic_amx {
  background: rgba(200, 146, 42, 0.18);
  border-radius: 0.25rem;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 2.25rem;
  align-items: center;
  flex-shrink: 0;
  color: #C8922A;
}.est_pmt_group_ic_amx svg {
  height: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 18px;
}.est_pmt_group_h_amx {
  margin: 0;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F0ECE4;
}.est_pmt_group_p_amx {
  color: #6E6860;
  line-height: 1.6;
  font-size: 13px;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}.est_pmt_group_p_amx strong {
  color: #C9C3B8;
  font-weight: 600;
}.est_pmt_table_wrap_amx {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.est_pmt_table_amx {
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
  min-width: 33.75rem;
}.est_pmt_table_amx th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  font-size: 0.688rem;
  text-align: left;
  white-space: nowrap;
  text-transform: uppercase;
  color: #C9C3B8;
  letter-spacing: .04em;
  font-weight: 700;
}.est_pmt_table_amx td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6E6860;
}.est_pmt_table_amx tbody tr:last-child td {
  border-bottom: none;
}.est_pmt_table_amx tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C9C3B8;
}.est_ft_amx {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #0A0908;
  margin-top: 48px;
}.est_ft_support_amx {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 770px) {.est_ft_support_amx {
  padding: 1.75rem 1.5rem;
}
}.est_ft_support_in_amx {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
  display: flex;
}.est_ft_support_main_amx {
  flex: 1;
  gap: 16px;
  display: flex;
  align-items: center;
  min-width: 13.75rem;
  flex-wrap: wrap;
}.est_ft_support_ic_amx {
  color: #C8922A;
  flex-shrink: 0;
}.est_ft_support_ic_amx svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.875rem;
  width: 30px;
}.est_ft_support_text_title_amx {
  font-weight: 700;
  color: #F0ECE4;
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-size: 15px;
}.est_ft_support_text_sub_amx {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #6E6860;
}.est_ft_support_btn_amx {
  background: #C8922A;
  transition: background .2s;
  padding: 0.688rem 22px;
  border-radius: 6px;
  flex-shrink: 0;
  font-size: 0.813rem;
  font-weight: 700;
  white-space: nowrap;
  color: #F0ECE4;
}.est_ft_support_btn_amx:hover {
  background: #DAA63E;
}.est_ft_support_contacts_amx {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.est_ft_support_contact_amx {
  font-size: 12px;
  line-height: 1.4;
  color: #524D46;
}.est_ft_support_contact_amx strong {
  font-size: 0.688rem;
  color: #928C82;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}.est_ft_main_amx {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 1rem 24px;
}
@media(min-width: 771px) {.est_ft_main_amx {
  padding: 40px 1.5rem 32px;
}
}.est_ft_main_in_amx {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 642px) {.est_ft_main_in_amx {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.est_ft_main_in_amx {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.est_ft_col_logo_amx {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.est_ft_col_logo_amx {
  grid-column: auto;
}
}.est_ft_logo_amx {
  gap: 0.563rem;
  margin-bottom: 12px;
  font-size: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  color: #F0ECE4;
  overflow-wrap: break-word;
  font-weight: 800;
}.est_ft_logo_mark_amx {
  overflow: hidden;
  border-radius: 0.25rem;
  width: 1.875rem;
  height: 30px;
}.est_ft_logo_mark_amx img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.est_ft_logo_sub_amx {
  line-height: 1.55;
  color: #524D46;
  max-width: 12.5rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.est_ft_col_title_amx {
  text-transform: uppercase;
  font-size: 12px;
  color: #928C82;
  margin-bottom: 0.875rem;
  font-weight: 700;
  letter-spacing: .07em;
}.est_ft_col_links_amx {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.est_ft_col_link_amx {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #524D46;
  font-size: 13px;
}.est_ft_col_link_amx:hover {
  color: #C9C3B8;
}.est_ft_apps_amx {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.est_ft_app_card_amx {
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  gap: 0.625rem;
  border-radius: 0.25rem;
  padding: 10px 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  align-items: center;
}.est_ft_app_card_amx:hover {
  border-color: rgba(200, 146, 42, 0.45);
}.est_ft_app_card_ic_amx svg {
  height: 1.375rem;
  width: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.est_ft_app_card_os_amx {
  font-size: 10px;
  color: #524D46;
  font-weight: 600;
}.est_ft_app_card_action_amx {
  color: #C9C3B8;
  font-weight: 700;
  font-size: 12px;
}.est_ft_bot_amx {
  padding: 20px 1rem;
}
@media(min-width: 767px) {.est_ft_bot_amx {
  padding: 20px 24px;
}
}.est_ft_bot_in_amx {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  max-width: 1320px;
  align-items: center;
  flex-wrap: wrap;
}.est_ft_socials_amx {
  gap: 8px;
  display: flex;
}.est_ft_soc_amx {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  align-items: center;
  height: 36px;
  width: 2.25rem;
  display: flex;
  color: #928C82;
  justify-content: center;
}.est_ft_soc_amx svg {
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
}.est_ft_soc_amx:hover {
  background: rgba(255, 255, 255, 0.07);
}.est_ft_legal_amx {
  flex: 1;
  overflow-wrap: break-word;
  min-width: 12.5rem;
  color: #8A847C;
  font-size: 11px;
  line-height: 1.6;
}.est_ft_legal_amx strong {
  color: #928C82;
  font-weight: 700;
}.est_ft_legal_amx a {
  color: #928C82;
  text-decoration: underline;
}.est_ft_age_amx {
  border-radius: 50%;
  border: 2px solid #8A847C;
  justify-content: center;
  height: 32px;
  margin-left: auto;
  font-size: 0.688rem;
  color: #8A847C;
  display: flex;
  align-items: center;
  font-weight: 800;
  flex-shrink: 0;
  width: 32px;
}