html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0E0C09;
  line-height: 1.6;
  font-family: 'Outfit', sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  color: #D0C4AA;
}.eha_layout_gpl {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.eha_page_gpl {
  min-height: 100vh;
  display: flex;
}.eha_main_gpl {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media (min-width: 1077px) {.eha_main_gpl {
  padding-left: 220px;
}
}
@media (max-width: 1076px) {.eha_main_gpl {
  padding-bottom: 4.5rem;
}
}.eha_gc_gpl {
  background: #131007;
  border-radius: 0.625rem;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  width: 8.75rem;
}
@media(min-width: 638px) {.eha_gc_gpl {
  width: 156px;
}
}
@media(min-width:1080px) {.eha_gc_gpl {
  width: 10.5rem;
}
}.eha_gc_gpl:hover {
  border-color: rgba(200, 146, 46, 0.07);
  transform: translateY(-3px);
}.eha_gc_img_gpl {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.eha_gc_img_gpl img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.eha_gc_hover_gpl {
  inset: 0;
  background: rgba(8, 6, 4, 0.72);
  transition: opacity .2s;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: absolute;
  display: flex;
}.eha_gc_gpl:hover .eha_gc_hover_gpl {
  opacity: 1;
}.eha_gc_hover_btn_gpl {
  background: #C8922E;
  border-radius: 0.313rem;
  padding: 0.5rem 16px;
  color: #F4EDD6;
  font-size: 12px;
  font-weight: 700;
}.eha_gc_info_gpl {
  padding: 0.5rem 10px 10px;
}.eha_gc_name_gpl {
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
  color: #D0C4AA;
  font-size: 0.75rem;
}.eha_gc_prov_gpl {
  color: #8A7A68;
  font-size: 0.625rem;
}.eha_gc_tag_gpl {
  padding: 2px 0.438rem;
  border-radius: 4px;
  text-transform: uppercase;
  position: absolute;
  top: 6px;
  font-weight: 700;
  left: 0.375rem;
  z-index: 2;
  font-size: 9px;
  letter-spacing: .04em;
}.eha_gc_tag_hot_gpl {
  background: #D63B3B;
  color: #fff;
}.eha_gc_tag_new_gpl {
  background: #22A868;
  color: #0E0C09;
}.eha_gc_tag_jp_gpl {
  background: #E8A020;
  color: #0E0C09;
}.eha_gc_tag_ex_gpl {
  background: #8C2040;
  color: #fff;
}.eha_gc_tag_live_gpl {
  background: #D63B3B;
  color: #fff;
}.eha_gr_gpl {
  padding: 32px 16px 0;
  background: #0E0C09;
}
@media(min-width:768px) {.eha_gr_gpl {
  padding: 2.25rem 24px 0;
}
}.eha_gr_in_gpl {
  margin: 0 auto;
  max-width: 1320px;
}.eha_gr_head_gpl {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.eha_gr_head_l_gpl {
  flex: 1;
  gap: 10px;
  display: flex;
  align-items: center;
  min-width: 0;
}.eha_gr_ic_gpl {
  border-radius: 10px;
  height: 2rem;
  width: 32px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}.eha_gr_ic_gpl svg {
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.eha_gr_title_gpl {
  color: #F4EDD6;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 1rem;
}
@media(min-width: 766px) {.eha_gr_title_gpl {
  font-size: 18px;
}
}.eha_gr_more_gpl {
  gap: 0.313rem;
  transition: color .2s;
  flex-shrink: 0;
  color: #857567;
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}.eha_gr_more_gpl:hover {
  color: #C8922E;
}.eha_gr_more_gpl svg {
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
  width: 12px;
}.eha_gr_arrows_gpl {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.eha_gr_arr_gpl {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .15s,color .15s;
  border-radius: 0.313rem;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  display: flex;
  width: 30px;
  align-items: center;
  color: #A89878;
  height: 1.875rem;
}.eha_gr_arr_gpl:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4EDD6;
}.eha_gr_arr_gpl svg {
  height: 13px;
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
}.eha_gr_seo_h_gpl {
  margin: 0 0 0.375rem;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.813rem;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  color: #D0C4AA;
}
@media(min-width: 769px) {.eha_gr_seo_h_gpl {
  font-size: 14px;
}
}.eha_gr_seo_gpl {
  color: #857567;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 680px;
  margin-bottom: 0.75rem;
}.eha_gr_seo_gpl strong {
  font-weight: 600;
  color: #D0C4AA;
}.eha_gr_scroll_gpl {
  gap: 10px;
  padding-bottom: 0.625rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}.eha_gr_scroll_gpl::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.eha_gr_scroll_gpl {
  gap: 0.75rem;
}
}.eha_tb_gpl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0E0C09;
  right: 0;
  position: fixed;
  height: 56px;
  z-index: 80;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}.eha_tb_in_gpl {
  padding: 0 14px;
  gap: 0;
  width: 100%;
  align-items: center;
  display: flex;
  height: 100%;
}.eha_tb_burger_gpl {
  gap: 5px;
  border-radius: 10px;
  justify-content: center;
  height: 38px;
  width: 2.375rem;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.5rem;
  flex-direction: column;
  display: flex;
}.eha_tb_burger_gpl:hover {
  background: rgba(255, 255, 255, 0.05);
}.eha_tb_burger_line_gpl {
  background: #A89878;
  border-radius: 1px;
  width: 1.125rem;
  height: 2px;
  display: block;
}
@media(min-width: 1083px) {.eha_tb_burger_gpl {
  display: none;
}
}.eha_tb_logo_gpl {
  gap: 0.563rem;
  letter-spacing: -.01em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-right: 20px;
  color: #F4EDD6;
  font-weight: 800;
  font-size: 1.125rem;
  overflow-wrap: break-word;
}.eha_tb_logo_mark_gpl {
  overflow: hidden;
  border-radius: 0.625rem;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 2rem;
  width: 32px;
}.eha_tb_logo_mark_gpl img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.eha_tb_nav_gpl {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.eha_tb_nav_gpl {
  display: flex;
}
}.eha_tb_tab_gpl {
  border-radius: 10px;
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  font-weight: 600;
  white-space: nowrap;
  color: #A89878;
  font-size: 13px;
}.eha_tb_tab_gpl:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EDD6;
}.eha_tb_tab_gpl.eha_state_active_gpl {
  background: rgba(200, 146, 46, 0.18);
  color: #F4EDD6;
}.eha_tb_right_gpl {
  gap: 0.5rem;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.eha_tb_login_gpl {
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  padding: 0.563rem 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.813rem;
  font-weight: 600;
  display: none;
  color: #D0C4AA;
}.eha_tb_login_gpl:hover {
  border-color: rgba(200, 146, 46, 0.40);
  color: #F4EDD6;
}
@media(min-width: 478px) {.eha_tb_login_gpl {
  display: block;
}
}.eha_tb_reg_gpl {
  background: #22A868;
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 0.563rem 18px;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
  color: #0D0A06;
}.eha_tb_reg_gpl:hover {
  background: #29C07A;
}.eha_sb_gpl {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  background: #171410;
  width: 220px;
  top: 3.5rem;
  overflow-y: auto;
  left: 0;
  z-index: 70;
  bottom: 0;
  position: fixed;
}.eha_sb_gpl.eha_state_open_gpl {
  transform: translateX(0);
}.eha_sb_gpl::-webkit-scrollbar {
  width: 4px;
}.eha_sb_gpl::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1078px) {.eha_sb_gpl {
  transform: translateX(0);
}
}.eha_sb_auth_gpl {
  padding: 14px 0.75rem 0.625rem;
}.eha_sb_btn_reg_gpl {
  padding: 11px;
  background: #22A868;
  border-radius: 0.625rem;
  transition: background .2s;
  margin-bottom: 8px;
  text-align: center;
  font-size: 13px;
  color: #0D0A06;
  font-weight: 700;
  display: block;
}.eha_sb_btn_reg_gpl:hover {
  background: #29C07A;
}.eha_sb_btn_login_gpl {
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.625rem;
  border-radius: 0.625rem;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  color: #D0C4AA;
  display: block;
}.eha_sb_btn_login_gpl:hover {
  border-color: rgba(200, 146, 46, 0.40);
  color: #F4EDD6;
}.eha_sb_promo_gpl {
  background: linear-gradient(135deg,#1E0A14,#171410);
  margin: 0 0.75rem 10px;
  padding: 12px 14px;
  border: 1px solid rgba(200, 146, 46, 0.18);
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}.eha_sb_promo_gpl::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 146, 46, 0.18),transparent 70%);
  width: 80px;
  right: -1.25rem;
  height: 80px;
  position: absolute;
  content: '';
  top: -1.25rem;
}.eha_sb_promo_title_gpl {
  color: #C8922E;
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 0.688rem;
  text-transform: uppercase;
}.eha_sb_promo_text_gpl {
  color: #F4EDD6;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.35;
}.eha_sb_promo_sub_gpl {
  font-size: 10px;
  margin-top: 3px;
  color: #857567;
}.eha_sb_nav_gpl {
  padding: 6px 0.5rem 16px;
}.eha_sb_nav_lb_gpl {
  padding: 10px 0.5rem 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .08em;
  color: #8A7A68;
}.eha_sb_link_gpl {
  border-radius: 5px;
  gap: 10px;
  padding: 0.563rem 10px;
  transition: background .15s,color .15s;
  align-items: center;
  color: #A89878;
  cursor: pointer;
  font-size: 13px;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 500;
}.eha_sb_link_gpl:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EDD6;
}.eha_sb_link_gpl.eha_state_active_gpl {
  background: rgba(200, 146, 46, 0.18);
  color: #F4EDD6;
}.eha_sb_ic_gpl {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 30px;
  height: 1.875rem;
}.eha_sb_ic_gpl svg {
  height: 1rem;
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
}.eha_sb_ic_1_gpl {
  background: rgba(200, 146, 46, 0.07);
  color: #C8922E;
}.eha_sb_ic_2_gpl {
  background: rgba(34, 168, 104, 0.18);
  color: #22A868;
}.eha_sb_ic_3_gpl {
  background: rgba(232, 160, 32, 0.18);
  color: #E8A020;
}.eha_sb_ic_4_gpl {
  background: rgba(140, 32, 64, 0.22);
  color: #8C2040;
}.eha_sb_ic_5_gpl {
  background: rgba(200, 146, 46, 0.07);
  color: #E8407A;
}.eha_sb_ic_6_gpl {
  background: rgba(140, 32, 64, 0.22);
  color: #7B35C4;
}.eha_sb_badge_gpl {
  background: #E8A020;
  border-radius: 5px;
  padding: 2px 0.438rem;
  font-size: 9px;
  font-weight: 700;
  color: #0D0A06;
  margin-left: auto;
}.eha_sb_bot_gpl {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  padding: 0.75rem;
  display: flex;
}.eha_sb_lang_gpl,.eha_sb_help_gpl {
  background: rgba(255, 255, 255, 0.05);
  flex: 1;
  border-radius: 0.313rem;
  padding: 0.563rem 0.375rem;
  transition: border-color .2s;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  justify-content: center;
  font-weight: 600;
  color: #A89878;
  display: flex;
  align-items: center;
}.eha_sb_lang_gpl:hover,.eha_sb_help_gpl:hover {
  border-color: rgba(200, 146, 46, 0.40);
  color: #F4EDD6;
}.eha_sb_lang_gpl svg,.eha_sb_help_gpl svg {
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.813rem;
}.eha_sb_bd_gpl {
  inset: 0;
  background: rgba(8, 6, 4, 0.72);
  z-index: 69;
  display: none;
  position: fixed;
}.eha_sb_bd_gpl.eha_state_on_gpl {
  display: block;
}
@media(min-width: 1081px) {.eha_sb_bd_gpl {
  display: none!important;
}
}.eha_mob_nav_gpl {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #171410;
  display: flex;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 80;
  position: fixed;
}
@media(min-width: 1081px) {.eha_mob_nav_gpl {
  display: none;
}
}.eha_mob_nav_item_gpl {
  flex: 1;
  gap: 4px;
  padding: 4px 2px;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  color: #8A7A68;
  display: flex;
}.eha_mob_nav_ic_gpl {
  line-height: 1;
}.eha_mob_nav_ic_gpl svg {
  width: 1.25rem;
  height: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.eha_mob_nav_lb_gpl {
  color: #8A7A68;
  font-weight: 600;
  font-size: 10px;
}.eha_mob_nav_item_gpl.eha_state_active_gpl {
  color: #C8922E;
}.eha_mob_nav_item_gpl.eha_state_active_gpl .eha_mob_nav_lb_gpl {
  color: #C8922E;
}.eha_hero_gpl {
  background: #0E0C09;
  padding: 1.25rem 16px 0;
}
@media(min-width: 771px) {.eha_hero_gpl {
  padding: 24px 1.5rem 0;
}
}.eha_hero_in_gpl {
  margin: 0 auto;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 857px) {.eha_hero_in_gpl {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1102px) {.eha_hero_in_gpl {
  grid-template-columns: 1fr 21.25rem;
}
}.eha_hero_promo_gpl {
  border-radius: 0.875rem;
  background: #131007;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  position: relative;
  align-items: stretch;
}
@media(min-width: 765px) {.eha_hero_promo_gpl {
  min-height: 280px;
}
}.eha_hero_promo_bg_gpl {
  background-position: center;
  background: linear-gradient(120deg,#1E0A14 0%,#0E0C09 100%);
  inset: 0;
  position: absolute;
  background-size: cover;
}.eha_hero_promo_bg_gpl::after {
  inset: 0;
  background: linear-gradient(90deg,#0E0C09 0%,rgba(8, 6, 4, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.eha_hero_promo_glow_gpl {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(140, 32, 64, 0.22) 0%,transparent 65%);
  pointer-events: none;
  width: 18.75rem;
  right: 3.75rem;
  top: -2.5rem;
  position: absolute;
  height: 18.75rem;
}.eha_hero_promo_ct_gpl {
  padding: 28px 24px 28px 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 480px;
  position: relative;
  z-index: 2;
}
@media(min-width:768px) {.eha_hero_promo_ct_gpl {
  padding: 40px 2rem;
}
}.eha_hero_badge_gpl {
  border-radius: 1.25rem;
  border: 1px solid rgba(200, 146, 46, 0.07);
  background: rgba(200, 146, 46, 0.18);
  padding: 0.313rem 12px;
  text-transform: uppercase;
  display: inline-block;
  color: #C8922E;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.875rem;
  font-size: 10px;
}.eha_hero_h1_gpl {
  line-height: 1.15;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.625rem;
  color: #F4EDD6;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 10px;
}.eha_hero_h1_gpl em {
  color: #E8A020;
  font-style: normal;
}
@media(min-width: 767px) {.eha_hero_h1_gpl {
  font-size: 2.25rem;
}
}.eha_hero_sub_gpl {
  color: #A89878;
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
  line-height: 1.55;
}
@media(min-width: 770px) {.eha_hero_sub_gpl {
  font-size: 14px;
}
}.eha_hero_row_gpl {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.eha_hero_cta_gpl {
  padding: 13px 26px;
  transition: background .2s;
  background: #22A868;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 18px rgba(34, 168, 104, 0.42);
  font-size: 0.875rem;
  color: #0D0A06;
  font-weight: 700;
}.eha_hero_cta_gpl:hover {
  background: #29C07A;
}.eha_hero_terms_gpl {
  font-size: 11px;
  color: #8A7A68;
}.eha_hero_game_gpl {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.875rem;
  overflow: hidden;
  background: #131007;
  flex-direction: column;
  position: relative;
  display: flex;
}.eha_hero_game_badge_gpl {
  background: rgba(232, 160, 32, 0.18);
  padding: 5px 10px;
  border: 1px solid rgba(232, 160, 32, 0.18);
  border-radius: 1.25rem;
  left: 0.75rem;
  font-size: 0.625rem;
  letter-spacing: .06em;
  position: absolute;
  color: #E8A020;
  font-weight: 700;
  top: 12px;
  z-index: 3;
  text-transform: uppercase;
}.eha_hero_game_badge_gpl svg {
  margin-right: 4px;
  vertical-align: -1px;
  height: 0.688rem;
  width: 0.688rem;
}.eha_hero_game_img_gpl {
  overflow: hidden;
  background: linear-gradient(135deg,#1E0A14,#0E0C09);
  padding-bottom: 60%;
  position: relative;
}.eha_hero_game_img_gpl img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
}.eha_hero_game_play_gpl {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 6, 4, 0.72);
  position: absolute;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}.eha_hero_game_gpl:hover .eha_hero_game_play_gpl {
  opacity: 1;
}.eha_hero_game_play_gpl span {
  border-radius: 50%;
  background: #C8922E;
  justify-content: center;
  width: 3.25rem;
  align-items: center;
  display: flex;
  height: 3.25rem;
}.eha_hero_game_play_gpl span svg {
  width: 18px;
  margin-left: 2px;
  height: 18px;
}.eha_hero_game_info_gpl {
  padding: 14px 1rem;
}.eha_hero_game_title_gpl {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 4px;
  color: #F4EDD6;
}.eha_hero_game_provider_gpl {
  font-size: 11px;
  color: #857567;
}.eha_hero_game_btn_gpl {
  margin: 12px 16px 1rem;
  background: #C8922E;
  padding: 0.688rem;
  transition: background .2s;
  border-radius: 0.625rem;
  display: block;
  font-size: 0.813rem;
  color: #F4EDD6;
  font-weight: 700;
  text-align: center;
}.eha_hero_game_gpl:hover .eha_hero_game_btn_gpl {
  background: #DBA53F;
}.eha_gr_jp_gpl {
  background: linear-gradient(135deg,#1A0A2E 0%,#0A0810 100%);
  padding: 1.25rem;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}.eha_gr_jp_gpl::before {
  background: radial-gradient(circle,rgba(140, 32, 64, 0.22) 0%,transparent 70%);
  border-radius: 50%;
  left: -60px;
  width: 250px;
  content: '';
  position: absolute;
  top: -3.75rem;
  height: 15.625rem;
}.eha_gr_jp_gpl::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(232, 160, 32, 0.18) 0%,transparent 70%);
  right: 0;
  content: '';
  bottom: -40px;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
}.eha_gr_jp_head_gpl {
  gap: 1rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  margin-bottom: 1rem;
  position: relative;
}.eha_gr_jp_info_gpl {
  flex: 1;
}.eha_gr_jp_label_gpl {
  color: #7B35C4;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 6px;
}.eha_gr_jp_label_gpl svg {
  height: 14px;
  stroke-linejoin: round;
  vertical-align: -2px;
  margin-right: 4px;
  width: 14px;
  stroke-linecap: round;
}.eha_gr_jp_amount_gpl {
  color: #F4EDD6;
  font-size: 32px;
  margin-bottom: 4px;
  line-height: 1;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.eha_gr_jp_amount_gpl {
  font-size: 2.5rem;
}
}.eha_gr_jp_amount_gpl span {
  color: #E8A020;
}.eha_gr_jp_seo_gpl {
  font-size: 0.75rem;
  max-width: 30rem;
  overflow-wrap: break-word;
  color: #A89878;
  line-height: 1.5;
}.eha_gr_jp_cta_gpl {
  border: 1px solid rgba(140, 32, 64, 0.22);
  transition: background .2s;
  padding: 11px 1.25rem;
  background: rgba(140, 32, 64, 0.22);
  border-radius: 10px;
  margin-top: 4px;
  position: relative;
  align-self: flex-start;
  font-size: 0.813rem;
  font-weight: 700;
  white-space: nowrap;
  z-index: 1;
  color: #F4EDD6;
  flex-shrink: 0;
}.eha_gr_jp_cta_gpl:hover {
  background: #8C2040;
}.eha_ws_gpl {
  padding: 2rem 16px 0;
  background: #0E0C09;
}
@media(min-width: 769px) {.eha_ws_gpl {
  padding: 2.25rem 1.5rem 0;
}
}.eha_ws_in_gpl {
  margin: 0 auto;
  max-width: 82.5rem;
}.eha_ws_head_gpl {
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
}.eha_ws_title_gpl {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  font-weight: 700;
  color: #F4EDD6;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
}.eha_ws_title_ic_gpl svg {
  stroke-linecap: round;
  width: 1.125rem;
  color: #E8A020;
  height: 1.125rem;
  stroke-linejoin: round;
}.eha_ws_online_gpl {
  gap: 0.438rem;
  align-items: center;
  color: #857567;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}.eha_ws_online_dot_gpl {
  background: #22A868;
  border-radius: 50%;
  box-shadow: 0 0 0.375rem rgba(34, 168, 104, 0.18);
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
}.eha_ws_scroll_gpl {
  gap: 0.5rem;
  padding-bottom: 8px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
}.eha_ws_scroll_gpl::-webkit-scrollbar {
  display: none;
}.eha_wc_gpl {
  background: #131007;
  border-radius: 0.625rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 0.625rem;
  min-width: 220px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.eha_wc_img_gpl {
  overflow: hidden;
  background: #171410;
  border-radius: 5px;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
}.eha_wc_img_gpl img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.eha_wc_info_gpl {
  min-width: 0;
}.eha_wc_game_gpl {
  overflow: hidden;
  color: #D0C4AA;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}.eha_wc_player_gpl {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8A7A68;
  font-size: 10px;
  white-space: nowrap;
}.eha_wc_amount_gpl {
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 0.813rem;
  margin-left: auto;
  color: #22A868;
}.eha_htp_gpl {
  background: #0E0C09;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.eha_htp_gpl {
  padding: 2.75rem 24px 0;
}
}.eha_htp_in_gpl {
  margin: 0 auto;
  max-width: 1320px;
}.eha_htp_head_gpl {
  max-width: 720px;
  margin-bottom: 22px;
}.eha_htp_label_gpl {
  color: #C8922E;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
}.eha_htp_h2_gpl {
  margin-bottom: 0.5rem;
  font-weight: 800;
  color: #F4EDD6;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 769px) {.eha_htp_h2_gpl {
  font-size: 28px;
}
}.eha_htp_intro_gpl {
  font-size: 0.875rem;
  color: #857567;
  line-height: 1.6;
}.eha_htp_steps_gpl {
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 639px) {.eha_htp_steps_gpl {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.eha_htp_steps_gpl {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.eha_htp_step_gpl {
  border-radius: 0.625rem;
  background: #171410;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem 18px 18px;
  display: flex;
  flex-direction: column;
  position: relative;
}.eha_htp_step_num_gpl {
  border-radius: 50%;
  background: #C8922E;
  font-size: 0.813rem;
  left: 1.25rem;
  color: #0D0A06;
  display: flex;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  justify-content: center;
  align-items: center;
  top: -0.75rem;
  width: 1.75rem;
  height: 28px;
  position: absolute;
}.eha_htp_step_ic_gpl {
  border-radius: 0.313rem;
  margin: 8px 0 0.75rem;
  background: rgba(200, 146, 46, 0.18);
  display: flex;
  align-items: center;
  height: 2.25rem;
  justify-content: center;
  width: 36px;
  color: #C8922E;
}.eha_htp_step_ic_gpl svg {
  stroke-linecap: round;
  width: 1.125rem;
  height: 1.125rem;
  stroke-linejoin: round;
}.eha_htp_step_h_gpl {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.375rem;
  line-height: 1.25;
  color: #F4EDD6;
  overflow-wrap: break-word;
}.eha_htp_step_p_gpl {
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #857567;
  font-size: 0.813rem;
}.eha_htp_step_p_gpl strong {
  color: #D0C4AA;
  font-weight: 600;
}.eha_htp_cta_gpl {
  padding: 0.813rem 26px;
  transition: background .2s;
  border-radius: 10px;
  background: #22A868;
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 0.875rem;
  display: inline-block;
  color: #0D0A06;
}.eha_htp_cta_gpl:hover {
  background: #29C07A;
}.eha_reg_gpl {
  background: #0E0C09;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.eha_reg_gpl {
  padding: 44px 24px 0;
}
}.eha_reg_in_gpl {
  background: #171410;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 28px 24px;
  border-radius: 14px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 771px) {.eha_reg_in_gpl {
  padding: 40px;
}
}.eha_reg_top_gpl {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.eha_reg_top_gpl {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.eha_reg_label_gpl {
  letter-spacing: .08em;
  font-weight: 700;
  color: #C8922E;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.625rem;
}.eha_reg_h2_gpl {
  margin-bottom: 12px;
  line-height: 1.2;
  color: #F4EDD6;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
}
@media(min-width: 769px) {.eha_reg_h2_gpl {
  font-size: 28px;
}
}.eha_reg_bonus_gpl {
  padding: 0.625rem 1rem;
  background: rgba(232, 160, 32, 0.18);
  border-radius: 0.625rem;
  border: 1px solid rgba(232, 160, 32, 0.18);
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 16px;
  display: inline-flex;
}.eha_reg_bonus_amount_gpl {
  font-weight: 800;
  font-size: 20px;
  color: #E8A020;
}.eha_reg_bonus_text_gpl {
  font-size: 13px;
  color: #A89878;
  line-height: 1.35;
}.eha_reg_cta_btn_gpl {
  background: #22A868;
  padding: 14px 2rem;
  border-radius: 0.625rem;
  transition: background .2s;
  box-shadow: 0 4px 1.125rem rgba(34, 168, 104, 0.42);
  margin-bottom: 12px;
  display: inline-block;
  color: #0D0A06;
  font-size: 0.938rem;
  font-weight: 700;
}.eha_reg_cta_btn_gpl:hover {
  background: #29C07A;
}.eha_reg_terms_gpl {
  line-height: 1.5;
  font-size: 0.688rem;
  color: #8A7A68;
}.eha_reg_seo_gpl {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  color: #857567;
  padding-top: 20px;
  line-height: 1.65;
  font-size: 0.813rem;
  margin-top: 1.25rem;
}.eha_reg_seo_gpl p {
  font-size: 13px;
  color: #857567;
  margin-bottom: 10px;
  line-height: 1.65;
}.eha_reg_seo_gpl p:last-child {
  margin-bottom: 0;
}.eha_reg_seo_gpl strong {
  color: #D0C4AA;
  font-weight: 700;
}.eha_reg_seo_gpl a {
  transition: color .2s;
  color: #C8922E;
  text-decoration: underline;
}.eha_reg_seo_gpl a:hover {
  color: #DBA53F;
}.eha_reg_seo_gpl ul,.eha_reg_seo_gpl ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.eha_reg_seo_gpl ol {
  list-style: decimal;
}.eha_reg_seo_gpl li {
  color: #857567;
  line-height: 1.65;
  margin-bottom: 0.25rem;
  font-size: 0.813rem;
}.eha_reg_seo_gpl table {
  border-collapse: collapse;
  font-size: 0.813rem;
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 10px;
}
@media(min-width: 766px) {.eha_reg_seo_gpl table {
  display: table;
}
}.eha_reg_seo_gpl th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  color: #D0C4AA;
  text-align: left;
  font-weight: 700;
}.eha_reg_seo_gpl td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #857567;
}.eha_reg_steps_gpl {
  gap: 0.875rem;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width: 862px) {.eha_reg_steps_gpl {
  margin-top: 0;
}
}.eha_reg_step_gpl {
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 1rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.eha_reg_step_num_gpl {
  background: rgba(200, 146, 46, 0.18);
  border: 1px solid rgba(200, 146, 46, 0.07);
  border-radius: 50%;
  height: 2.125rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.125rem;
  color: #C8922E;
  font-size: 14px;
}.eha_reg_step_title_gpl {
  margin-bottom: 3px;
  font-size: 0.875rem;
  color: #F4EDD6;
  font-weight: 700;
}.eha_reg_step_text_gpl {
  font-size: 12px;
  color: #857567;
  line-height: 1.5;
}.eha_reg_trust_gpl {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding-top: 20px;
  display: flex;
}.eha_reg_trust_item_gpl {
  gap: 0.438rem;
  overflow-wrap: break-word;
  color: #857567;
  align-items: center;
  font-size: 12px;
  display: flex;
}.eha_reg_trust_ic_gpl svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  color: #C8922E;
  width: 1rem;
}.eha_app_gpl {
  padding: 36px 1rem 0;
  background: #0E0C09;
}
@media(min-width: 767px) {.eha_app_gpl {
  padding: 44px 1.5rem 0;
}
}.eha_app_in_gpl {
  margin: 0 auto;
  max-width: 82.5rem;
}.eha_app_head_gpl {
  margin-bottom: 16px;
}.eha_app_label_gpl {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8922E;
  font-size: 0.688rem;
  margin-bottom: 8px;
}.eha_app_h2_gpl {
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0.375rem;
  font-weight: 800;
  color: #F4EDD6;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.eha_app_h2_gpl {
  font-size: 24px;
}
}.eha_app_sub_gpl {
  color: #857567;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 600px;
}.eha_app_sub_gpl strong {
  font-weight: 700;
  color: #D0C4AA;
}.eha_app_cards_gpl {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}
@media(min-width: 642px) {.eha_app_cards_gpl {
  grid-template-columns: repeat(3,1fr);
}
}.eha_app_card_gpl {
  gap: 16px;
  overflow: hidden;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.eha_app_card_ios_gpl {
  background: linear-gradient(135deg,rgba(200, 146, 46, 0.18) 0%,#171410 100%);
}.eha_app_card_android_gpl {
  background: linear-gradient(135deg,rgba(34, 168, 104, 0.18) 0%,#171410 100%);
}.eha_app_card_win_gpl {
  background: linear-gradient(135deg,rgba(232, 160, 32, 0.18) 0%,#171410 100%);
}.eha_app_card_ic_gpl svg {
  height: 2.125rem;
  stroke-linejoin: round;
  width: 34px;
  stroke-linecap: round;
}.eha_app_card_ic_gpl {
  color: #F4EDD6;
  flex-shrink: 0;
}.eha_app_card_os_gpl {
  color: #857567;
  margin-bottom: 6px;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.eha_app_card_title_gpl {
  font-size: 15px;
  margin-bottom: 0.375rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F4EDD6;
  line-height: 1.2;
}.eha_app_card_text_gpl {
  color: #857567;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  margin-bottom: 0.875rem;
}.eha_app_card_btn_gpl {
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 1.125rem;
  transition: background .2s;
  gap: 7px;
  border: 1px solid rgba(200, 146, 46, 0.40);
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  color: #F4EDD6;
  font-weight: 700;
  font-size: 13px;
}.eha_app_card_btn_gpl:hover {
  background: rgba(255, 255, 255, 0.07);
}.eha_prov_gpl {
  padding: 2.25rem 16px 0;
  background: #0E0C09;
}
@media(min-width: 765px) {.eha_prov_gpl {
  padding: 2.75rem 24px 0;
}
}.eha_prov_in_gpl {
  margin: 0 auto;
  max-width: 82.5rem;
}.eha_prov_head_gpl {
  margin-bottom: 1rem;
}.eha_prov_label_gpl {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  color: #C8922E;
}.eha_prov_h2_gpl {
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  color: #F4EDD6;
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 767px) {.eha_prov_h2_gpl {
  font-size: 1.5rem;
}
}.eha_prov_seo_gpl {
  font-size: 13px;
  color: #857567;
  line-height: 1.6;
  max-width: 620px;
  overflow-wrap: break-word;
  margin-bottom: 1rem;
}.eha_prov_seo_gpl strong {
  font-weight: 700;
  color: #D0C4AA;
}.eha_prov_seo_gpl a {
  color: #C8922E;
  text-decoration: underline;
}.eha_prov_grid_gpl {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 639px) {.eha_prov_grid_gpl {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.eha_prov_grid_gpl {
  grid-template-columns: repeat(8,1fr);
}
}.eha_prov_card_gpl {
  border-radius: 0.625rem;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #131007;
  padding: 14px 10px;
  gap: 7px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
}.eha_prov_card_gpl:hover {
  border-color: rgba(200, 146, 46, 0.40);
  background: #171410;
}.eha_prov_logo_gpl {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 5px;
  height: 44px;
  width: 2.75rem;
  align-items: center;
  display: flex;
  justify-content: center;
}.eha_prov_logo_gpl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.eha_prov_name_gpl {
  color: #A89878;
  overflow-wrap: break-word;
  font-weight: 600;
  text-align: center;
  font-size: 11px;
}.eha_bon_gpl {
  background: #0E0C09;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.eha_bon_gpl {
  padding: 44px 24px 0;
}
}.eha_bon_in_gpl {
  margin: 0 auto;
  max-width: 1320px;
}.eha_bon_head_gpl {
  margin-bottom: 20px;
}.eha_bon_label_gpl {
  font-weight: 700;
  text-transform: uppercase;
  color: #C8922E;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: .08em;
}.eha_bon_h2_gpl {
  color: #F4EDD6;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 770px) {.eha_bon_h2_gpl {
  font-size: 1.5rem;
}
}.eha_bon_seo_gpl {
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  color: #857567;
}.eha_bon_seo_gpl strong {
  color: #D0C4AA;
  font-weight: 700;
}.eha_bon_seo_gpl a {
  text-decoration: underline;
  color: #C8922E;
}.eha_bon_grid_gpl {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 639px) {.eha_bon_grid_gpl {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.eha_bon_grid_gpl {
  grid-template-columns: repeat(5,1fr);
}
}.eha_bon_card_gpl {
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  background: #131007;
  padding: 1rem;
}.eha_bon_card_gpl:hover {
  border-color: rgba(200, 146, 46, 0.07);
  transform: translateY(-2px);
}.eha_bon_card_ic_gpl svg {
  height: 1.625rem;
  stroke-linecap: round;
  width: 26px;
  stroke-linejoin: round;
}.eha_bon_card_ic_gpl {
  margin-bottom: 0.625rem;
}.eha_bon_card_type_gpl {
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #857567;
  margin-bottom: 6px;
  font-size: 0.625rem;
  font-weight: 700;
}.eha_bon_card_amount_gpl {
  color: #E8A020;
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
  line-height: 1.1;
  font-weight: 800;
}.eha_bon_card_name_gpl {
  font-size: 0.813rem;
  margin-bottom: 8px;
  font-weight: 600;
  color: #F4EDD6;
  overflow-wrap: break-word;
}.eha_bon_card_detail_gpl {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 0.5rem;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #8A7A68;
}.eha_seo_gpl {
  padding: 2.25rem 16px 0;
  background: #0E0C09;
}
@media(min-width: 769px) {.eha_seo_gpl {
  padding: 2.75rem 1.5rem 0;
}
}.eha_seo_in_gpl {
  background: #171410;
  border-radius: 14px;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.eha_seo_in_gpl {
  padding: 36px 40px;
}
}.eha_seo_label_gpl {
  letter-spacing: .08em;
  color: #C8922E;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}.eha_seo_h2_gpl {
  font-size: 1.25rem;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-weight: 800;
  color: #F4EDD6;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 767px) {.eha_seo_h2_gpl {
  font-size: 24px;
}
}.eha_seo_body_gpl {
  color: #A89878;
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
}.eha_seo_body_gpl p {
  line-height: 1.75;
  color: #A89878;
  font-size: 14px;
  margin-bottom: 12px;
}.eha_seo_body_gpl p:last-child {
  margin-bottom: 0;
}.eha_seo_body_gpl strong {
  font-weight: 700;
  color: #D0C4AA;
}.eha_seo_body_gpl a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8922E;
}.eha_seo_body_gpl a:hover {
  color: #DBA53F;
}.eha_seo_body_gpl ul,.eha_seo_body_gpl ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.eha_seo_body_gpl ol {
  list-style: decimal;
}.eha_seo_body_gpl li {
  color: #A89878;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.75;
}.eha_seo_body_gpl table {
  font-size: 0.813rem;
  border-collapse: collapse;
  width: 100%;
  display: block;
  overflow-x: auto;
  margin-bottom: 12px;
}
@media(min-width: 766px) {.eha_seo_body_gpl table {
  display: table;
}
}.eha_seo_body_gpl th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #D0C4AA;
}.eha_seo_body_gpl td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A89878;
}.eha_seo_cols_gpl {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.eha_seo_cols_gpl {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.eha_seo_cols_gpl {
  grid-template-columns: repeat(3,1fr);
}
}.eha_seo_col_h_gpl {
  font-size: 13px;
  color: #D0C4AA;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
}.eha_seo_col_p_gpl {
  color: #857567;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
}.eha_seo_stats_gpl {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.eha_seo_stat_gpl {
  flex: 1;
  border-radius: 10px;
  background: rgba(200, 146, 46, 0.07);
  padding: 0.875rem 16px;
  border: 1px solid rgba(200, 146, 46, 0.18);
  min-width: 8.75rem;
}.eha_seo_stat_val_gpl {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #C8922E;
  font-size: 20px;
}.eha_seo_stat_lb_gpl {
  overflow-wrap: break-word;
  color: #857567;
  font-size: 0.688rem;
}.eha_rv_gpl {
  padding: 2.25rem 16px 0;
  background: #0E0C09;
}
@media(min-width: 767px) {.eha_rv_gpl {
  padding: 44px 24px 0;
}
}.eha_rv_in_gpl {
  margin: 0 auto;
  max-width: 82.5rem;
}.eha_rv_head_gpl {
  max-width: 720px;
  margin-bottom: 20px;
}.eha_rv_label_gpl {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #C8922E;
}.eha_rv_h2_gpl {
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  color: #F4EDD6;
}
@media(min-width: 771px) {.eha_rv_h2_gpl {
  font-size: 1.75rem;
}
}.eha_rv_stats_gpl {
  gap: 1.125rem;
  font-size: 0.813rem;
  flex-wrap: wrap;
  display: flex;
  color: #857567;
  align-items: center;
}.eha_rv_stats_score_gpl {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.eha_rv_stats_score_val_gpl {
  color: #E8A020;
  font-size: 1.375rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
}.eha_rv_stats_score_max_gpl {
  font-size: 13px;
  color: #8A7A68;
}.eha_rv_stats_badge_gpl {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.eha_rv_stats_badge_gpl svg {
  color: #E8A020;
  height: 0.875rem;
  width: 14px;
}.eha_rv_grid_gpl {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.eha_rv_grid_gpl {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.eha_rv_grid_gpl {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.eha_rv_card_gpl {
  background: #171410;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  padding: 20px;
  flex-direction: column;
  display: flex;
}.eha_rv_card_stars_gpl {
  gap: 2px;
  display: flex;
  margin-bottom: 10px;
  color: #E8A020;
}.eha_rv_card_stars_gpl svg {
  height: 0.875rem;
  width: 0.875rem;
}.eha_rv_card_h_gpl {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #F4EDD6;
}.eha_rv_card_body_gpl {
  flex: 1;
  font-size: 13px;
  margin-bottom: 14px;
  line-height: 1.65;
  color: #857567;
  overflow-wrap: break-word;
}.eha_rv_card_body_gpl strong {
  color: #D0C4AA;
  font-weight: 600;
}.eha_rv_card_meta_gpl {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  flex-wrap: wrap;
  align-items: center;
}.eha_rv_card_author_gpl {
  font-size: 0.75rem;
  font-weight: 600;
  color: #D0C4AA;
}.eha_rv_card_date_gpl {
  font-size: 0.688rem;
  color: #8A7A68;
}.eha_faq_gpl {
  padding: 36px 16px 0;
  background: #0E0C09;
}
@media(min-width: 770px) {.eha_faq_gpl {
  padding: 2.75rem 24px 0;
}
}.eha_faq_in_gpl {
  margin: 0 auto;
  max-width: 1320px;
}.eha_faq_head_gpl {
  margin-bottom: 20px;
}.eha_faq_label_gpl {
  font-weight: 700;
  color: #C8922E;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}.eha_faq_h2_gpl {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  color: #F4EDD6;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.eha_faq_h2_gpl {
  font-size: 1.5rem;
}
}.eha_faq_list_gpl {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.eha_faq_item_gpl {
  background: #171410;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
}.eha_faq_q_gpl {
  padding: 16px 20px;
  gap: 0.75rem;
  transition: color .2s;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  color: #D0C4AA;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}.eha_faq_q_gpl:hover {
  color: #F4EDD6;
}.eha_faq_q_ic_gpl {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  font-size: 1rem;
  align-items: center;
  display: flex;
  color: #C8922E;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}.eha_faq_item_gpl.eha_state_open_gpl .eha_faq_q_ic_gpl {
  transform: rotate(45deg);
}.eha_faq_a_gpl {
  padding: 0 1.25rem 16px;
  font-size: 0.813rem;
  color: #857567;
  display: none;
  line-height: 1.7;
  overflow-wrap: break-word;
}.eha_faq_item_gpl.eha_state_open_gpl .eha_faq_a_gpl {
  display: block;
}.eha_faq_a_gpl strong {
  color: #D0C4AA;
  font-weight: 700;
}.eha_faq_a_gpl a {
  color: #C8922E;
  text-decoration: underline;
}.eha_faq_a_gpl ul,.eha_faq_a_gpl ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.eha_faq_a_gpl ol {
  list-style: decimal;
}.eha_faq_a_gpl li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.eha_faq_a_gpl table {
  margin: 8px 0;
  font-size: 12px;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  display: block;
}
@media(min-width: 769px) {.eha_faq_a_gpl table {
  display: table;
}
}.eha_faq_a_gpl th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #D0C4AA;
}.eha_faq_a_gpl td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #857567;
}.eha_pmt_gpl {
  padding: 36px 1rem 0;
  background: #0E0C09;
}
@media(min-width: 770px) {.eha_pmt_gpl {
  padding: 44px 24px 0;
}
}.eha_pmt_in_gpl {
  margin: 0 auto;
  max-width: 1320px;
}.eha_pmt_head_gpl {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.eha_pmt_label_gpl {
  font-weight: 700;
  text-transform: uppercase;
  color: #C8922E;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.eha_pmt_h2_gpl {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  color: #F4EDD6;
  margin-bottom: 0.5rem;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 766px) {.eha_pmt_h2_gpl {
  font-size: 1.75rem;
}
}.eha_pmt_intro_gpl {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #857567;
  line-height: 1.6;
}.eha_pmt_groups_gpl {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.eha_pmt_group_gpl {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #171410;
  border-radius: 0.625rem;
  padding: 1.25rem;
}.eha_pmt_group_head_gpl {
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.625rem;
}.eha_pmt_group_ic_gpl {
  border-radius: 0.313rem;
  background: rgba(200, 146, 46, 0.18);
  flex-shrink: 0;
  color: #C8922E;
  justify-content: center;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  display: flex;
}.eha_pmt_group_ic_gpl svg {
  stroke-linecap: round;
  width: 1.125rem;
  stroke-linejoin: round;
  height: 1.125rem;
}.eha_pmt_group_h_gpl {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  color: #F4EDD6;
}.eha_pmt_group_p_gpl {
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #857567;
  line-height: 1.6;
  font-size: 0.813rem;
}.eha_pmt_group_p_gpl strong {
  font-weight: 600;
  color: #D0C4AA;
}.eha_pmt_table_wrap_gpl {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.eha_pmt_table_gpl {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.813rem;
  min-width: 540px;
}.eha_pmt_table_gpl th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  white-space: nowrap;
  color: #D0C4AA;
  font-size: 0.688rem;
  text-align: left;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}.eha_pmt_table_gpl td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #857567;
}.eha_pmt_table_gpl tbody tr:last-child td {
  border-bottom: none;
}.eha_pmt_table_gpl tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D0C4AA;
}.eha_seo_gpl {
  background: #0E0C09;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.eha_seo_gpl {
  padding: 2.75rem 24px 0;
}
}.eha_seo_in_gpl {
  background: #171410;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  padding: 28px 24px;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.eha_seo_in_gpl {
  padding: 2.25rem 2.5rem;
}
}.eha_seo_label_gpl {
  color: #C8922E;
  margin-bottom: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.eha_seo_h2_gpl {
  font-weight: 800;
  margin-bottom: 0.875rem;
  font-size: 20px;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  color: #F4EDD6;
}
@media(min-width: 770px) {.eha_seo_h2_gpl {
  font-size: 24px;
}
}.eha_seo_body_gpl {
  overflow-wrap: break-word;
  color: #A89878;
  font-size: 0.875rem;
  line-height: 1.75;
}.eha_seo_body_gpl p {
  margin-bottom: 12px;
  line-height: 1.75;
  color: #A89878;
  font-size: 0.875rem;
}.eha_seo_body_gpl p:last-child {
  margin-bottom: 0;
}.eha_seo_body_gpl strong {
  font-weight: 700;
  color: #D0C4AA;
}.eha_seo_body_gpl a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8922E;
}.eha_seo_body_gpl a:hover {
  color: #DBA53F;
}.eha_seo_body_gpl ul,.eha_seo_body_gpl ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.eha_seo_body_gpl ol {
  list-style: decimal;
}.eha_seo_body_gpl li {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A89878;
}.eha_seo_body_gpl table {
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 12px;
  font-size: 13px;
}
@media(min-width: 766px) {.eha_seo_body_gpl table {
  display: table;
}
}.eha_seo_body_gpl th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #D0C4AA;
  font-weight: 700;
}.eha_seo_body_gpl td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #A89878;
}.eha_seo_cols_gpl {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.eha_seo_cols_gpl {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.eha_seo_cols_gpl {
  grid-template-columns: repeat(3,1fr);
}
}.eha_seo_col_h_gpl {
  color: #D0C4AA;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-size: 13px;
}.eha_seo_col_p_gpl {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #857567;
}.eha_seo_stats_gpl {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.eha_seo_stat_gpl {
  border-radius: 10px;
  flex: 1;
  border: 1px solid rgba(200, 146, 46, 0.18);
  background: rgba(200, 146, 46, 0.07);
  padding: 0.875rem 1rem;
  min-width: 8.75rem;
}.eha_seo_stat_val_gpl {
  color: #C8922E;
  margin-bottom: 0.25rem;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}.eha_seo_stat_lb_gpl {
  overflow-wrap: break-word;
  color: #857567;
  font-size: 0.688rem;
}.eha_seo_gpl {
  background: #0E0C09;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.eha_seo_gpl {
  padding: 2.75rem 24px 0;
}
}.eha_seo_in_gpl {
  border-radius: 0.875rem;
  padding: 28px 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #171410;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.eha_seo_in_gpl {
  padding: 36px 2.5rem;
}
}.eha_seo_label_gpl {
  font-weight: 700;
  color: #C8922E;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 10px;
  letter-spacing: .08em;
}.eha_seo_h2_gpl {
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 14px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  line-height: 1.25;
  color: #F4EDD6;
  font-weight: 800;
}
@media(min-width: 769px) {.eha_seo_h2_gpl {
  font-size: 24px;
}
}.eha_seo_body_gpl {
  line-height: 1.75;
  color: #A89878;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.eha_seo_body_gpl p {
  margin-bottom: 0.75rem;
  font-size: 14px;
  color: #A89878;
  line-height: 1.75;
}.eha_seo_body_gpl p:last-child {
  margin-bottom: 0;
}.eha_seo_body_gpl strong {
  color: #D0C4AA;
  font-weight: 700;
}.eha_seo_body_gpl a {
  transition: color .2s;
  color: #C8922E;
  text-decoration: underline;
}.eha_seo_body_gpl a:hover {
  color: #DBA53F;
}.eha_seo_body_gpl ul,.eha_seo_body_gpl ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.eha_seo_body_gpl ol {
  list-style: decimal;
}.eha_seo_body_gpl li {
  margin-bottom: 0.375rem;
  font-size: 14px;
  color: #A89878;
  line-height: 1.75;
}.eha_seo_body_gpl table {
  overflow-x: auto;
  margin-bottom: 0.75rem;
  display: block;
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 766px) {.eha_seo_body_gpl table {
  display: table;
}
}.eha_seo_body_gpl th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D0C4AA;
  text-align: left;
  font-weight: 700;
}.eha_seo_body_gpl td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #A89878;
}.eha_seo_cols_gpl {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 639px) {.eha_seo_cols_gpl {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.eha_seo_cols_gpl {
  grid-template-columns: repeat(3,1fr);
}
}.eha_seo_col_h_gpl {
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
  color: #D0C4AA;
  overflow-wrap: break-word;
}.eha_seo_col_p_gpl {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #857567;
  font-size: 13px;
}.eha_seo_stats_gpl {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.eha_seo_stat_gpl {
  flex: 1;
  border: 1px solid rgba(200, 146, 46, 0.18);
  background: rgba(200, 146, 46, 0.07);
  padding: 14px 16px;
  border-radius: 10px;
  min-width: 140px;
}.eha_seo_stat_val_gpl {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #C8922E;
  font-size: 1.25rem;
}.eha_seo_stat_lb_gpl {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #857567;
}.eha_ft_gpl {
  background: #080604;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.eha_ft_support_gpl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 767px) {.eha_ft_support_gpl {
  padding: 1.75rem 24px;
}
}.eha_ft_support_in_gpl {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 82.5rem;
}.eha_ft_support_main_gpl {
  flex: 1;
  gap: 16px;
  min-width: 220px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.eha_ft_support_ic_gpl {
  flex-shrink: 0;
  color: #C8922E;
}.eha_ft_support_ic_gpl svg {
  width: 30px;
  stroke-linecap: round;
  height: 1.875rem;
  stroke-linejoin: round;
}.eha_ft_support_text_title_gpl {
  color: #F4EDD6;
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-size: 0.938rem;
  font-weight: 700;
}.eha_ft_support_text_sub_gpl {
  color: #857567;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.eha_ft_support_btn_gpl {
  background: #C8922E;
  padding: 11px 1.375rem;
  transition: background .2s;
  border-radius: 10px;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
  color: #F4EDD6;
  font-size: 13px;
}.eha_ft_support_btn_gpl:hover {
  background: #DBA53F;
}.eha_ft_support_contacts_gpl {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.eha_ft_support_contact_gpl {
  font-size: 12px;
  line-height: 1.4;
  color: #8A7A68;
}.eha_ft_support_contact_gpl strong {
  font-weight: 600;
  color: #A89878;
  display: block;
  font-size: 11px;
  margin-bottom: 2px;
}.eha_ft_main_gpl {
  padding: 2rem 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width:768px) {.eha_ft_main_gpl {
  padding: 2.5rem 24px 32px;
}
}.eha_ft_main_in_gpl {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 639px) {.eha_ft_main_in_gpl {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.eha_ft_main_in_gpl {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.eha_ft_col_logo_gpl {
  grid-column: 1/-1;
}
@media(min-width:1080px) {.eha_ft_col_logo_gpl {
  grid-column: auto;
}
}.eha_ft_logo_gpl {
  gap: 9px;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F4EDD6;
}.eha_ft_logo_mark_gpl {
  overflow: hidden;
  border-radius: 0.313rem;
  width: 30px;
  height: 30px;
}.eha_ft_logo_mark_gpl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.eha_ft_logo_sub_gpl {
  max-width: 12.5rem;
  color: #8A7A68;
  font-size: 0.75rem;
  line-height: 1.55;
  overflow-wrap: break-word;
}.eha_ft_col_title_gpl {
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #A89878;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.875rem;
}.eha_ft_col_links_gpl {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.eha_ft_col_link_gpl {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #8A7A68;
}.eha_ft_col_link_gpl:hover {
  color: #D0C4AA;
}.eha_ft_apps_gpl {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.eha_ft_app_card_gpl {
  border-radius: 5px;
  padding: 10px 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  gap: 0.625rem;
  align-items: center;
  display: flex;
}.eha_ft_app_card_gpl:hover {
  border-color: rgba(200, 146, 46, 0.40);
}.eha_ft_app_card_ic_gpl svg {
  height: 1.375rem;
  stroke-linecap: round;
  width: 22px;
  stroke-linejoin: round;
}.eha_ft_app_card_os_gpl {
  font-weight: 600;
  font-size: 0.625rem;
  color: #8A7A68;
}.eha_ft_app_card_action_gpl {
  font-size: 12px;
  color: #D0C4AA;
  font-weight: 700;
}.eha_ft_bot_gpl {
  padding: 20px 16px;
}
@media(min-width: 770px) {.eha_ft_bot_gpl {
  padding: 1.25rem 1.5rem;
}
}.eha_ft_bot_in_gpl {
  margin: 0 auto;
  gap: 16px;
  align-items: center;
  max-width: 82.5rem;
  display: flex;
  flex-wrap: wrap;
}.eha_ft_socials_gpl {
  gap: 8px;
  display: flex;
}.eha_ft_soc_gpl {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  display: flex;
  justify-content: center;
  color: #A89878;
  align-items: center;
  width: 2.25rem;
  height: 36px;
}.eha_ft_soc_gpl svg {
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
  width: 1rem;
}.eha_ft_soc_gpl:hover {
  background: rgba(255, 255, 255, 0.07);
}.eha_ft_legal_gpl {
  flex: 1;
  line-height: 1.6;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  min-width: 12.5rem;
  color: #887A6A;
}.eha_ft_legal_gpl strong {
  color: #A89878;
  font-weight: 700;
}.eha_ft_legal_gpl a {
  text-decoration: underline;
  color: #A89878;
}.eha_ft_age_gpl {
  border: 2px solid #887A6A;
  border-radius: 50%;
  color: #887A6A;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-left: auto;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
}