*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #0C0B0F;
  color: #C4B898;
  font-family: 'Jost', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  color: inherit;
  text-decoration: none;
}button {
  background: none;
  font: inherit;
  border: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.hea_layout-cpv {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.hea_page-cpv {
  display: flex;
  min-height: 100vh;
}.hea_main-cpv {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media(min-width: 1081px) {.hea_main-cpv {
  padding-left: 13.75rem;
}
}
@media(max-width: 1078px) {.hea_main-cpv {
  padding-bottom: 4.5rem;
}
}.hea_gc-cpv {
  background: #121018;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  flex-shrink: 0;
  width: 8.75rem;
  cursor: pointer;
}
@media(min-width: 642px) {.hea_gc-cpv {
  width: 156px;
}
}
@media(min-width: 1083px) {.hea_gc-cpv {
  width: 10.5rem;
}
}.hea_gc-cpv:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 168, 76, 0.07);
}.hea_gc_img-cpv {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.hea_gc_img-cpv img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.hea_gc_hover-cpv {
  background: rgba(6, 5, 8, 0.72);
  transition: opacity .2s;
  inset: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  opacity: 0;
}.hea_gc-cpv:hover .hea_gc_hover-cpv {
  opacity: 1;
}.hea_gc_hover_btn-cpv {
  background: #C9A84C;
  border-radius: 4px;
  padding: 0.5rem 16px;
  font-weight: 700;
  color: #F2EAD4;
  font-size: 12px;
}.hea_gc_info-cpv {
  padding: 0.5rem 10px 10px;
}.hea_gc_name-cpv {
  overflow: hidden;
  color: #C4B898;
  font-weight: 600;
  text-overflow: ellipsis;
  font-size: 12px;
  max-width: 100%;
  margin-bottom: 3px;
  white-space: nowrap;
}.hea_gc_prov-cpv {
  font-size: 0.625rem;
  color: #574D3C;
}.hea_gc_tag-cpv {
  padding: 2px 7px;
  border-radius: 4px;
  font-weight: 700;
  z-index: 2;
  left: 6px;
  top: 0.375rem;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .04em;
  position: absolute;
}.hea_gc_tag_hot-cpv {
  background: #C0392B;
  color: #fff;
}.hea_gc_tag_new-cpv {
  background: #3DAE6E;
  color: #0C0B0F;
}.hea_gc_tag_jp-cpv {
  background: #D4AF37;
  color: #0C0B0F;
}.hea_gc_tag_ex-cpv {
  background: #7A5228;
  color: #fff;
}.hea_gc_tag_live-cpv {
  background: #C0392B;
  color: #fff;
}.hea_gr-cpv {
  background: #0C0B0F;
  padding: 2rem 1rem 0;
}
@media(min-width: 765px) {.hea_gr-cpv {
  padding: 36px 24px 0;
}
}.hea_gr_in-cpv {
  margin: 0 auto;
  max-width: 1340px;
}.hea_gr_head-cpv {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.hea_gr_head_l-cpv {
  gap: 0.625rem;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}.hea_gr_ic-cpv {
  border-radius: 0.5rem;
  height: 2rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 32px;
  justify-content: center;
}.hea_gr_ic-cpv svg {
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
  height: 16px;
}.hea_gr_title-cpv {
  font-weight: 700;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1rem;
  color: #F2EAD4;
}
@media(min-width: 769px) {.hea_gr_title-cpv {
  font-size: 18px;
}
}.hea_gr_more-cpv {
  transition: color .2s;
  gap: 5px;
  align-items: center;
  white-space: nowrap;
  color: #6A5E4A;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  flex-shrink: 0;
}.hea_gr_more-cpv:hover {
  color: #C9A84C;
}.hea_gr_more-cpv svg {
  stroke-linecap: round;
  height: 12px;
  width: 12px;
  stroke-linejoin: round;
}.hea_gr_arrows-cpv {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.hea_gr_arr-cpv {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  height: 1.875rem;
  align-items: center;
  width: 30px;
  justify-content: center;
  color: #8C7E65;
  display: flex;
}.hea_gr_arr-cpv:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F2EAD4;
}.hea_gr_arr-cpv svg {
  stroke-linecap: round;
  height: 0.813rem;
  width: 0.813rem;
  stroke-linejoin: round;
}.hea_gr_seo_h-cpv {
  margin: 0 0 0.375rem;
  color: #C4B898;
  max-width: 680px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  font-size: 0.813rem;
}
@media(min-width: 765px) {.hea_gr_seo_h-cpv {
  font-size: 14px;
}
}.hea_gr_seo-cpv {
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #6A5E4A;
  margin-bottom: 0.75rem;
  font-size: 12px;
  max-width: 680px;
}.hea_gr_seo-cpv strong {
  font-weight: 600;
  color: #C4B898;
}.hea_gr_scroll-cpv {
  gap: 10px;
  display: flex;
  padding-bottom: 10px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.hea_gr_scroll-cpv::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.hea_gr_scroll-cpv {
  gap: 0.75rem;
}
}.hea_tb-cpv {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0C0B0F;
  position: fixed;
  left: 0;
  align-items: center;
  top: 0;
  display: flex;
  height: 3.5rem;
  z-index: 80;
  right: 0;
}.hea_tb_in-cpv {
  gap: 0;
  padding: 0 0.875rem;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}.hea_tb_burger-cpv {
  border-radius: 0.5rem;
  gap: 0.313rem;
  margin-right: 8px;
  align-items: center;
  flex-shrink: 0;
  width: 2.375rem;
  height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}.hea_tb_burger-cpv:hover {
  background: rgba(255, 255, 255, 0.05);
}.hea_tb_burger_line-cpv {
  background: #8C7E65;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 1.125rem;
}
@media(min-width:1080px) {.hea_tb_burger-cpv {
  display: none;
}
}.hea_tb_logo-cpv {
  gap: 9px;
  margin-right: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  letter-spacing: -.01em;
  display: flex;
  color: #F2EAD4;
  flex-shrink: 0;
  align-items: center;
  font-size: 18px;
}.hea_tb_logo_mark-cpv {
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 2rem;
  align-items: center;
  height: 2rem;
}.hea_tb_logo_mark-cpv img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.hea_tb_nav-cpv {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 641px) {.hea_tb_nav-cpv {
  display: flex;
}
}.hea_tb_tab-cpv {
  transition: background .15s,color .15s;
  border-radius: 8px;
  padding: 0.5rem 14px;
  white-space: nowrap;
  font-weight: 600;
  color: #8C7E65;
  font-size: 13px;
}.hea_tb_tab-cpv:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EAD4;
}.hea_tb_tab-cpv.hea_state_active-cpv {
  background: rgba(201, 168, 76, 0.18);
  color: #F2EAD4;
}.hea_tb_right-cpv {
  gap: 0.5rem;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.hea_tb_login-cpv {
  transition: border-color .2s,color .2s;
  padding: 9px 1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 13px;
  font-weight: 600;
  color: #C4B898;
  display: none;
}.hea_tb_login-cpv:hover {
  border-color: rgba(201, 168, 76, 0.45);
  color: #F2EAD4;
}
@media(min-width: 482px) {.hea_tb_login-cpv {
  display: block;
}
}.hea_tb_reg-cpv {
  padding: 0.563rem 1.125rem;
  transition: background .2s;
  border-radius: 0.5rem;
  background: #3DAE6E;
  white-space: nowrap;
  font-weight: 700;
  color: #0A090C;
  font-size: 0.813rem;
}.hea_tb_reg-cpv:hover {
  background: #48C47C;
}.hea_sb-cpv {
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #17151C;
  width: 13.75rem;
  bottom: 0;
  left: 0;
  top: 56px;
  overflow-y: auto;
  z-index: 70;
  position: fixed;
}.hea_sb-cpv.hea_state_open-cpv {
  transform: translateX(0);
}.hea_sb-cpv::-webkit-scrollbar {
  width: 0.25rem;
}.hea_sb-cpv::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1077px) {.hea_sb-cpv {
  transform: translateX(0);
}
}.hea_sb_auth-cpv {
  padding: 0.875rem 0.75rem 10px;
}.hea_sb_btn_reg-cpv {
  border-radius: 0.5rem;
  background: #3DAE6E;
  padding: 11px;
  transition: background .2s;
  font-size: 13px;
  text-align: center;
  color: #0A090C;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;
}.hea_sb_btn_reg-cpv:hover {
  background: #48C47C;
}.hea_sb_btn_login-cpv {
  border-radius: 0.5rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: #C4B898;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
}.hea_sb_btn_login-cpv:hover {
  border-color: rgba(201, 168, 76, 0.45);
  color: #F2EAD4;
}.hea_sb_promo-cpv {
  background: linear-gradient(135deg,#1A1108,#17151C);
  padding: 12px 0.875rem;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 12px 10px;
  border: 1px solid rgba(201, 168, 76, 0.18);
  position: relative;
}.hea_sb_promo-cpv::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(201, 168, 76, 0.18),transparent 70%);
  width: 80px;
  right: -20px;
  height: 5rem;
  content: '';
  position: absolute;
  top: -20px;
}.hea_sb_promo_title-cpv {
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C9A84C;
  margin-bottom: 0.25rem;
  font-weight: 700;
  letter-spacing: .06em;
}.hea_sb_promo_text-cpv {
  line-height: 1.35;
  overflow-wrap: break-word;
  color: #F2EAD4;
  font-weight: 600;
  font-size: 12px;
}.hea_sb_promo_sub-cpv {
  margin-top: 3px;
  font-size: 0.625rem;
  color: #6A5E4A;
}.hea_sb_nav-cpv {
  padding: 6px 8px 16px;
}.hea_sb_nav_lb-cpv {
  padding: 0.625rem 8px 0.375rem;
  color: #574D3C;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.hea_sb_link-cpv {
  border-radius: 0.25rem;
  padding: 9px 0.625rem;
  gap: 10px;
  transition: background .15s,color .15s;
  font-size: 0.813rem;
  cursor: pointer;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  color: #8C7E65;
  font-weight: 500;
}.hea_sb_link-cpv:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EAD4;
}.hea_sb_link-cpv.hea_state_active-cpv {
  background: rgba(201, 168, 76, 0.18);
  color: #F2EAD4;
}.hea_sb_ic-cpv {
  border-radius: 4px;
  justify-content: center;
  height: 30px;
  align-items: center;
  flex-shrink: 0;
  width: 1.875rem;
  display: flex;
}.hea_sb_ic-cpv svg {
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hea_sb_ic_1-cpv {
  background: rgba(201, 168, 76, 0.07);
  color: #C9A84C;
}.hea_sb_ic_2-cpv {
  background: rgba(61, 174, 110, 0.16);
  color: #3DAE6E;
}.hea_sb_ic_3-cpv {
  background: rgba(212, 175, 55, 0.15);
  color: #D4AF37;
}.hea_sb_ic_4-cpv {
  background: rgba(122, 82, 40, 0.22);
  color: #7A5228;
}.hea_sb_ic_5-cpv {
  background: rgba(201, 168, 76, 0.07);
  color: #D94F8A;
}.hea_sb_ic_6-cpv {
  background: rgba(122, 82, 40, 0.22);
  color: #7B4FA6;
}.hea_sb_badge-cpv {
  padding: 2px 7px;
  background: #D4AF37;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.563rem;
  color: #0A090C;
  margin-left: auto;
}.hea_sb_bot-cpv {
  padding: 12px;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.hea_sb_lang-cpv,.hea_sb_help-cpv {
  gap: 6px;
  transition: border-color .2s;
  padding: 0.563rem 0.375rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex: 1;
  justify-content: center;
  font-weight: 600;
  color: #8C7E65;
  font-size: 11px;
  display: flex;
  align-items: center;
}.hea_sb_lang-cpv:hover,.hea_sb_help-cpv:hover {
  border-color: rgba(201, 168, 76, 0.45);
  color: #F2EAD4;
}.hea_sb_lang-cpv svg,.hea_sb_help-cpv svg {
  stroke-linejoin: round;
  height: 13px;
  width: 13px;
  stroke-linecap: round;
}.hea_sb_bd-cpv {
  inset: 0;
  background: rgba(6, 5, 8, 0.72);
  display: none;
  z-index: 69;
  position: fixed;
}.hea_sb_bd-cpv.hea_state_on-cpv {
  display: block;
}
@media(min-width: 1079px) {.hea_sb_bd-cpv {
  display: none!important;
}
}.hea_mob_nav-cpv {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #17151C;
  z-index: 80;
  bottom: 0;
  position: fixed;
  display: flex;
  left: 0;
  right: 0;
}
@media(min-width: 1078px) {.hea_mob_nav-cpv {
  display: none;
}
}.hea_mob_nav_item-cpv {
  padding: 4px 2px;
  gap: 4px;
  flex: 1;
  color: #574D3C;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}.hea_mob_nav_ic-cpv {
  line-height: 1;
}.hea_mob_nav_ic-cpv svg {
  stroke-linejoin: round;
  height: 20px;
  stroke-linecap: round;
  width: 1.25rem;
}.hea_mob_nav_lb-cpv {
  font-size: 10px;
  font-weight: 600;
  color: #574D3C;
}.hea_mob_nav_item-cpv.hea_state_active-cpv {
  color: #C9A84C;
}.hea_mob_nav_item-cpv.hea_state_active-cpv .hea_mob_nav_lb-cpv {
  color: #C9A84C;
}.hea_hero-cpv {
  background: #0C0B0F;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 765px) {.hea_hero-cpv {
  padding: 24px 24px 0;
}
}.hea_hero_in-cpv {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  max-width: 83.75rem;
  grid-template-columns: 1fr;
}
@media(min-width: 857px) {.hea_hero_in-cpv {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1097px) {.hea_hero_in-cpv {
  grid-template-columns: 1fr 340px;
}
}.hea_hero_promo-cpv {
  overflow: hidden;
  background: #121018;
  border-radius: 14px;
  display: flex;
  position: relative;
  min-height: 220px;
  align-items: stretch;
}
@media(min-width:768px) {.hea_hero_promo-cpv {
  min-height: 17.5rem;
}
}.hea_hero_promo_bg-cpv {
  background: linear-gradient(120deg,#1A1108 0%,#0C0B0F 100%);
  inset: 0;
  background-position: center;
  position: absolute;
  background-size: cover;
}.hea_hero_promo_bg-cpv::after {
  background: linear-gradient(90deg,#0C0B0F 0%,rgba(6, 5, 8, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.hea_hero_promo_glow-cpv {
  background: radial-gradient(circle,rgba(122, 82, 40, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  right: 3.75rem;
  pointer-events: none;
  position: absolute;
  top: -40px;
  width: 18.75rem;
  height: 300px;
}.hea_hero_promo_ct-cpv {
  padding: 28px 24px 1.75rem 28px;
  display: flex;
  position: relative;
  flex-direction: column;
  max-width: 480px;
  z-index: 2;
  justify-content: center;
}
@media(min-width: 769px) {.hea_hero_promo_ct-cpv {
  padding: 40px 32px;
}
}.hea_hero_badge-cpv {
  border: 1px solid rgba(201, 168, 76, 0.07);
  background: rgba(201, 168, 76, 0.18);
  border-radius: 1.25rem;
  padding: 0.313rem 12px;
  letter-spacing: .08em;
  color: #C9A84C;
  margin-bottom: 0.875rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}.hea_hero_h1-cpv {
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 26px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  line-height: 1.15;
  color: #F2EAD4;
}.hea_hero_h1-cpv em {
  color: #D4AF37;
  font-style: normal;
}
@media(min-width: 769px) {.hea_hero_h1-cpv {
  font-size: 2.25rem;
}
}.hea_hero_sub-cpv {
  color: #8C7E65;
  line-height: 1.55;
  font-size: 13px;
  margin-bottom: 1.25rem;
}
@media(min-width: 770px) {.hea_hero_sub-cpv {
  font-size: 0.875rem;
}
}.hea_hero_row-cpv {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.hea_hero_cta-cpv {
  border-radius: 0.5rem;
  transition: background .2s;
  background: #3DAE6E;
  padding: 0.813rem 26px;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(61, 174, 110, 0.48);
  color: #0A090C;
  font-size: 14px;
}.hea_hero_cta-cpv:hover {
  background: #48C47C;
}.hea_hero_terms-cpv {
  color: #574D3C;
  font-size: 0.688rem;
}.hea_hero_game-cpv {
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  background: #121018;
  flex-direction: column;
  position: relative;
  display: flex;
}.hea_hero_game_badge-cpv {
  border-radius: 1.25rem;
  padding: 5px 10px;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.15);
  letter-spacing: .06em;
  font-weight: 700;
  left: 0.75rem;
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  color: #D4AF37;
  z-index: 3;
  top: 12px;
}.hea_hero_game_badge-cpv svg {
  margin-right: 0.25rem;
  height: 0.688rem;
  vertical-align: -1px;
  width: 11px;
}.hea_hero_game_img-cpv {
  overflow: hidden;
  background: linear-gradient(135deg,#1A1108,#0C0B0F);
  padding-bottom: 60%;
  position: relative;
}.hea_hero_game_img-cpv img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.hea_hero_game_play-cpv {
  background: rgba(6, 5, 8, 0.72);
  inset: 0;
  transition: opacity .2s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: absolute;
}.hea_hero_game-cpv:hover .hea_hero_game_play-cpv {
  opacity: 1;
}.hea_hero_game_play-cpv span {
  background: #C9A84C;
  border-radius: 50%;
  width: 52px;
  align-items: center;
  height: 3.25rem;
  justify-content: center;
  display: flex;
}.hea_hero_game_play-cpv span svg {
  margin-left: 2px;
  width: 18px;
  height: 1.125rem;
}.hea_hero_game_info-cpv {
  padding: 14px 1rem;
}.hea_hero_game_title-cpv {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F2EAD4;
  margin-bottom: 0.25rem;
  font-size: 0.938rem;
}.hea_hero_game_provider-cpv {
  font-size: 0.688rem;
  color: #6A5E4A;
}.hea_hero_game_btn-cpv {
  padding: 11px;
  margin: 12px 1rem 1rem;
  background: #C9A84C;
  transition: background .2s;
  border-radius: 8px;
  color: #F2EAD4;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  display: block;
}.hea_hero_game-cpv:hover .hea_hero_game_btn-cpv {
  background: #D9BB62;
}.hea_sbar-cpv {
  padding: 1rem 1rem 0;
  background: #0C0B0F;
}
@media(min-width: 766px) {.hea_sbar-cpv {
  padding: 1.125rem 24px 0;
}
}.hea_sbar_in-cpv {
  margin: 0 auto;
  max-width: 83.75rem;
}.hea_sbar_row-cpv {
  gap: 10px;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  display: flex;
}.hea_sbar_input-cpv {
  flex: 1;
  background: #121018;
  padding: 11px 1rem;
  gap: 10px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  display: flex;
  font-size: 13px;
  cursor: pointer;
  color: #6A5E4A;
  align-items: center;
}.hea_sbar_input-cpv:hover {
  border-color: rgba(201, 168, 76, 0.45);
}.hea_sbar_input-cpv svg {
  flex-shrink: 0;
  stroke-linecap: round;
  width: 0.938rem;
  height: 0.938rem;
  stroke-linejoin: round;
}.hea_sbar_providers-cpv {
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  background: #121018;
  border-radius: 0.5rem;
  padding: 11px 1.125rem;
  font-size: 13px;
  color: #C4B898;
  align-items: center;
  font-weight: 600;
  display: flex;
  white-space: nowrap;
}.hea_sbar_providers-cpv:hover {
  border-color: rgba(201, 168, 76, 0.45);
  color: #F2EAD4;
}.hea_sbar_providers-cpv svg {
  width: 0.875rem;
  stroke-linecap: round;
  height: 14px;
  stroke-linejoin: round;
}.hea_sbar_tabs-cpv {
  gap: 0.375rem;
  padding-bottom: 2px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
}.hea_sbar_tabs-cpv::-webkit-scrollbar {
  display: none;
}.hea_sbar_tab-cpv {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1.25rem;
  padding: 8px 14px;
  gap: 0.438rem;
  transition: background .15s,color .15s,border-color .15s;
  font-weight: 600;
  font-size: 0.75rem;
  white-space: nowrap;
  cursor: pointer;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  color: #8C7E65;
}.hea_sbar_tab-cpv:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(201, 168, 76, 0.45);
  color: #F2EAD4;
}.hea_sbar_tab-cpv.hea_state_active-cpv {
  border-color: rgba(201, 168, 76, 0.07);
  background: rgba(201, 168, 76, 0.18);
  color: #F2EAD4;
}.hea_sbar_tab_ic-cpv svg {
  width: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 14px;
}.hea_wy-cpv {
  padding: 32px 1rem 0;
  background: #0C0B0F;
}
@media(min-width: 770px) {.hea_wy-cpv {
  padding: 40px 1.5rem 0;
}
}.hea_wy_in-cpv {
  margin: 0 auto;
  max-width: 1340px;
}.hea_wy_head-cpv {
  margin-bottom: 1.125rem;
  max-width: 720px;
}.hea_wy_label-cpv {
  color: #C9A84C;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.hea_wy_h2-cpv {
  font-size: 20px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F2EAD4;
  font-weight: 800;
}
@media(min-width: 769px) {.hea_wy_h2-cpv {
  font-size: 1.5rem;
}
}.hea_wy_intro-cpv {
  margin: 0;
  line-height: 1.6;
  color: #6A5E4A;
  font-size: 13px;
}.hea_wy_grid-cpv {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.hea_wy_grid-cpv {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.hea_wy_grid-cpv {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.hea_wy_card-cpv {
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #17151C;
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
}.hea_wy_card-cpv:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 168, 76, 0.07);
}.hea_wy_card_ic-cpv {
  background: rgba(201, 168, 76, 0.18);
  border-radius: 50%;
  height: 44px;
  color: #C9A84C;
  margin-bottom: 0.875rem;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}.hea_wy_card_ic-cpv svg {
  height: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 22px;
}.hea_wy_card_h-cpv {
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F2EAD4;
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
}.hea_wy_card_p-cpv {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #6A5E4A;
}.hea_wy_card_p-cpv strong {
  color: #C4B898;
  font-weight: 600;
}.hea_gcg-cpv {
  padding: 36px 1rem 0;
  background: #0C0B0F;
}
@media(min-width: 769px) {.hea_gcg-cpv {
  padding: 2.75rem 1.5rem 0;
}
}.hea_gcg_in-cpv {
  margin: 0 auto;
  max-width: 1340px;
}.hea_gcg_head-cpv {
  margin-bottom: 20px;
  max-width: 720px;
}.hea_gcg_label-cpv {
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #C9A84C;
  font-size: 11px;
}.hea_gcg_h2-cpv {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  color: #F2EAD4;
  font-size: 22px;
  font-weight: 800;
}
@media(min-width: 765px) {.hea_gcg_h2-cpv {
  font-size: 28px;
}
}.hea_gcg_intro-cpv {
  color: #6A5E4A;
  line-height: 1.6;
  font-size: 13px;
}.hea_gcg_grid-cpv {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.hea_gcg_grid-cpv {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.hea_gcg_grid-cpv {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.hea_gcg_card-cpv {
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  border-radius: 0.875rem;
  transition: transform .2s,border-color .2s;
  position: relative;
  cursor: pointer;
  justify-content: flex-end;
  flex-direction: column;
  min-height: 15rem;
  display: flex;
}.hea_gcg_card-cpv:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 168, 76, 0.18);
}.hea_gcg_card_bg-cpv {
  inset: 0;
  position: absolute;
  z-index: 0;
}.hea_gcg_card_bg-cpv::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.hea_gcg_card_ic-cpv {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  align-items: center;
  display: flex;
  height: 2.5rem;
  top: 1.125rem;
  color: #F2EAD4;
  justify-content: center;
  width: 40px;
  z-index: 2;
  position: absolute;
  right: 18px;
}.hea_gcg_card_ic-cpv svg {
  height: 1.25rem;
  width: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hea_gcg_card_ct-cpv {
  position: relative;
  z-index: 1;
}.hea_gcg_card_h-cpv {
  line-height: 1.2;
  color: #F2EAD4;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 18px;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.hea_gcg_card_h-cpv {
  font-size: 1.25rem;
}
}.hea_gcg_card_p-cpv {
  font-size: 12px;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
}.hea_gcg_card_p-cpv strong {
  color: #F2EAD4;
  font-weight: 600;
}.hea_gcg_card_cta-cpv {
  gap: 0.25rem;
  color: #C9A84C;
  letter-spacing: .04em;
  display: inline-flex;
  font-weight: 700;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
}.hea_gcg_card_cta-cpv svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.75rem;
  width: 0.75rem;
}.hea_gr_jp-cpv {
  border-radius: 0.875rem;
  padding: 1.25rem;
  overflow: hidden;
  background: linear-gradient(135deg,#1A0F2E 0%,#0C0B0F 100%);
  position: relative;
}.hea_gr_jp-cpv::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(122, 82, 40, 0.22) 0%,transparent 70%);
  content: '';
  height: 15.625rem;
  left: -3.75rem;
  width: 15.625rem;
  top: -60px;
  position: absolute;
}.hea_gr_jp-cpv::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212, 175, 55, 0.15) 0%,transparent 70%);
  position: absolute;
  content: '';
  bottom: -40px;
  right: 0;
  width: 200px;
  height: 200px;
}.hea_gr_jp_head-cpv {
  gap: 1rem;
  flex-wrap: wrap;
  z-index: 1;
  margin-bottom: 1rem;
  align-items: flex-start;
  position: relative;
  display: flex;
}.hea_gr_jp_info-cpv {
  flex: 1;
}.hea_gr_jp_label-cpv {
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #7B4FA6;
  text-transform: uppercase;
  margin-bottom: 6px;
}.hea_gr_jp_label-cpv svg {
  stroke-linejoin: round;
  width: 14px;
  stroke-linecap: round;
  margin-right: 0.25rem;
  height: 14px;
  vertical-align: -2px;
}.hea_gr_jp_amount-cpv {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  line-height: 1;
  font-size: 32px;
  color: #F2EAD4;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.hea_gr_jp_amount-cpv {
  font-size: 40px;
}
}.hea_gr_jp_amount-cpv span {
  color: #D4AF37;
}.hea_gr_jp_seo-cpv {
  color: #8C7E65;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 0.75rem;
  max-width: 30rem;
}.hea_gr_jp_cta-cpv {
  transition: background .2s;
  padding: 11px 20px;
  border: 1px solid rgba(122, 82, 40, 0.22);
  background: rgba(122, 82, 40, 0.22);
  border-radius: 0.5rem;
  white-space: nowrap;
  z-index: 1;
  font-weight: 700;
  margin-top: 0.25rem;
  position: relative;
  color: #F2EAD4;
  align-self: flex-start;
  font-size: 0.813rem;
  flex-shrink: 0;
}.hea_gr_jp_cta-cpv:hover {
  background: #7A5228;
}.hea_ws-cpv {
  background: #0C0B0F;
  padding: 2rem 1rem 0;
}
@media(min-width: 766px) {.hea_ws-cpv {
  padding: 36px 1.5rem 0;
}
}.hea_ws_in-cpv {
  margin: 0 auto;
  max-width: 83.75rem;
}.hea_ws_head-cpv {
  gap: 12px;
  display: flex;
  margin-bottom: 0.875rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}.hea_ws_title-cpv {
  gap: 0.625rem;
  font-size: 16px;
  color: #F2EAD4;
  overflow-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  font-family: 'Cinzel', serif;
}.hea_ws_title_ic-cpv svg {
  height: 1.125rem;
  color: #D4AF37;
  width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hea_ws_online-cpv {
  gap: 7px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6A5E4A;
  display: flex;
  align-items: center;
}.hea_ws_online_dot-cpv {
  border-radius: 50%;
  background: #3DAE6E;
  height: 8px;
  width: 8px;
  box-shadow: 0 0 0.375rem rgba(61, 174, 110, 0.16);
  flex-shrink: 0;
}.hea_ws_scroll-cpv {
  gap: 8px;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
}.hea_ws_scroll-cpv::-webkit-scrollbar {
  display: none;
}.hea_wc-cpv {
  gap: 0.625rem;
  background: #121018;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 10px 14px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  min-width: 220px;
}.hea_wc_img-cpv {
  background: #17151C;
  overflow: hidden;
  border-radius: 0.25rem;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}.hea_wc_img-cpv img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.hea_wc_info-cpv {
  min-width: 0;
}.hea_wc_game-cpv {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #C4B898;
  font-size: 12px;
}.hea_wc_player-cpv {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #574D3C;
  font-size: 0.625rem;
}.hea_wc_amount-cpv {
  margin-left: auto;
  white-space: nowrap;
  font-weight: 700;
  color: #3DAE6E;
  flex-shrink: 0;
  font-size: 0.813rem;
}.hea_reg-cpv {
  padding: 36px 1rem 0;
  background: #0C0B0F;
}
@media(min-width: 769px) {.hea_reg-cpv {
  padding: 2.75rem 24px 0;
}
}.hea_reg_in-cpv {
  background: #17151C;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.75rem 1.5rem;
  border-radius: 0.875rem;
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 767px) {.hea_reg_in-cpv {
  padding: 40px;
}
}.hea_reg_top-cpv {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 863px) {.hea_reg_top-cpv {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.hea_reg_label-cpv {
  text-transform: uppercase;
  color: #C9A84C;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
}.hea_reg_h2-cpv {
  line-height: 1.2;
  font-size: 1.375rem;
  color: #F2EAD4;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.75rem;
}
@media(min-width: 770px) {.hea_reg_h2-cpv {
  font-size: 28px;
}
}.hea_reg_bonus-cpv {
  padding: 10px 1rem;
  border: 1px solid rgba(212, 175, 55, 0.15);
  gap: 8px;
  border-radius: 0.5rem;
  background: rgba(212, 175, 55, 0.15);
  align-items: center;
  margin-bottom: 1rem;
  display: inline-flex;
}.hea_reg_bonus_amount-cpv {
  font-size: 1.25rem;
  color: #D4AF37;
  font-weight: 800;
}.hea_reg_bonus_text-cpv {
  line-height: 1.35;
  color: #8C7E65;
  font-size: 13px;
}.hea_reg_cta_btn-cpv {
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 14px 32px;
  background: #3DAE6E;
  display: inline-block;
  font-weight: 700;
  box-shadow: 0 4px 1.25rem rgba(61, 174, 110, 0.48);
  margin-bottom: 12px;
  color: #0A090C;
  font-size: 15px;
}.hea_reg_cta_btn-cpv:hover {
  background: #48C47C;
}.hea_reg_terms-cpv {
  font-size: 11px;
  line-height: 1.5;
  color: #574D3C;
}.hea_reg_seo-cpv {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  padding-top: 20px;
  line-height: 1.65;
  margin-top: 20px;
  font-size: 13px;
  color: #6A5E4A;
}.hea_reg_seo-cpv p {
  color: #6A5E4A;
  line-height: 1.65;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
}.hea_reg_seo-cpv p:last-child {
  margin-bottom: 0;
}.hea_reg_seo-cpv strong {
  font-weight: 700;
  color: #C4B898;
}.hea_reg_seo-cpv a {
  transition: color .2s;
  color: #C9A84C;
  text-decoration: underline;
}.hea_reg_seo-cpv a:hover {
  color: #D9BB62;
}.hea_reg_seo-cpv ul,.hea_reg_seo-cpv ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.hea_reg_seo-cpv ol {
  list-style: decimal;
}.hea_reg_seo-cpv li {
  line-height: 1.65;
  font-size: 0.813rem;
  margin-bottom: 0.25rem;
  color: #6A5E4A;
}.hea_reg_seo-cpv table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
  display: block;
}
@media(min-width: 765px) {.hea_reg_seo-cpv table {
  display: table;
}
}.hea_reg_seo-cpv th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #C4B898;
}.hea_reg_seo-cpv td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6A5E4A;
}.hea_reg_steps-cpv {
  gap: 14px;
  margin-top: 28px;
  flex-direction: column;
  display: flex;
}
@media(min-width: 859px) {.hea_reg_steps-cpv {
  margin-top: 0;
}
}.hea_reg_step-cpv {
  background: rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 16px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.hea_reg_step_num-cpv {
  border: 1px solid rgba(201, 168, 76, 0.07);
  background: rgba(201, 168, 76, 0.18);
  border-radius: 50%;
  height: 2.125rem;
  flex-shrink: 0;
  color: #C9A84C;
  display: flex;
  font-weight: 800;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 2.125rem;
}.hea_reg_step_title-cpv {
  margin-bottom: 3px;
  font-weight: 700;
  color: #F2EAD4;
  font-size: 0.875rem;
}.hea_reg_step_text-cpv {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #6A5E4A;
}.hea_reg_trust-cpv {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  padding-top: 1.25rem;
  display: flex;
  margin-top: 1.25rem;
}.hea_reg_trust_item-cpv {
  gap: 0.438rem;
  font-size: 12px;
  align-items: center;
  overflow-wrap: break-word;
  color: #6A5E4A;
  display: flex;
}.hea_reg_trust_ic-cpv svg {
  width: 16px;
  color: #C9A84C;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
}.hea_app-cpv {
  background: #0C0B0F;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.hea_app-cpv {
  padding: 44px 24px 0;
}
}.hea_app_in-cpv {
  margin: 0 auto;
  max-width: 1340px;
}.hea_app_head-cpv {
  margin-bottom: 16px;
}.hea_app_label-cpv {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #C9A84C;
}.hea_app_h2-cpv {
  color: #F2EAD4;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
}
@media(min-width: 769px) {.hea_app_h2-cpv {
  font-size: 24px;
}
}.hea_app_sub-cpv {
  color: #6A5E4A;
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 37.5rem;
  overflow-wrap: break-word;
}.hea_app_sub-cpv strong {
  font-weight: 700;
  color: #C4B898;
}.hea_app_cards-cpv {
  gap: 10px;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.hea_app_cards-cpv {
  grid-template-columns: repeat(3,1fr);
}
}.hea_app_card-cpv {
  gap: 16px;
  overflow: hidden;
  padding: 20px;
  border-radius: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}.hea_app_card_ios-cpv {
  background: linear-gradient(135deg,rgba(201, 168, 76, 0.18) 0%,#17151C 100%);
}.hea_app_card_android-cpv {
  background: linear-gradient(135deg,rgba(61, 174, 110, 0.16) 0%,#17151C 100%);
}.hea_app_card_win-cpv {
  background: linear-gradient(135deg,rgba(212, 175, 55, 0.15) 0%,#17151C 100%);
}.hea_app_card_ic-cpv svg {
  height: 34px;
  stroke-linejoin: round;
  width: 34px;
  stroke-linecap: round;
}.hea_app_card_ic-cpv {
  color: #F2EAD4;
  flex-shrink: 0;
}.hea_app_card_os-cpv {
  letter-spacing: .08em;
  color: #6A5E4A;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
}.hea_app_card_title-cpv {
  font-weight: 700;
  color: #F2EAD4;
  line-height: 1.2;
  font-size: 15px;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
}.hea_app_card_text-cpv {
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-size: 12px;
  color: #6A5E4A;
  line-height: 1.5;
}.hea_app_card_btn-cpv {
  background: rgba(255, 255, 255, 0.12);
  gap: 7px;
  border-radius: 0.25rem;
  border: 1px solid rgba(201, 168, 76, 0.45);
  padding: 0.625rem 1.125rem;
  transition: background .2s;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
  color: #F2EAD4;
}.hea_app_card_btn-cpv:hover {
  background: rgba(255, 255, 255, 0.07);
}.hea_prov-cpv {
  background: #0C0B0F;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.hea_prov-cpv {
  padding: 44px 1.5rem 0;
}
}.hea_prov_in-cpv {
  margin: 0 auto;
  max-width: 1340px;
}.hea_prov_head-cpv {
  margin-bottom: 1rem;
}.hea_prov_label-cpv {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C9A84C;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.hea_prov_h2-cpv {
  font-family: 'Cinzel', serif;
  color: #F2EAD4;
  font-size: 20px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 765px) {.hea_prov_h2-cpv {
  font-size: 1.5rem;
}
}.hea_prov_seo-cpv {
  font-size: 0.813rem;
  max-width: 620px;
  line-height: 1.6;
  color: #6A5E4A;
  overflow-wrap: break-word;
  margin-bottom: 1rem;
}.hea_prov_seo-cpv strong {
  font-weight: 700;
  color: #C4B898;
}.hea_prov_seo-cpv a {
  text-decoration: underline;
  color: #C9A84C;
}.hea_prov_grid-cpv {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 639px) {.hea_prov_grid-cpv {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.hea_prov_grid-cpv {
  grid-template-columns: repeat(8,1fr);
}
}.hea_prov_card-cpv {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,background .2s;
  padding: 0.875rem 0.625rem;
  gap: 0.438rem;
  border-radius: 0.5rem;
  background: #121018;
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}.hea_prov_card-cpv:hover {
  border-color: rgba(201, 168, 76, 0.45);
  background: #17151C;
}.hea_prov_logo-cpv {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 0.25rem;
  justify-content: center;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
}.hea_prov_logo-cpv img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.hea_prov_name-cpv {
  font-size: 11px;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #8C7E65;
  text-align: center;
}.hea_bon-cpv {
  background: #0C0B0F;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.hea_bon-cpv {
  padding: 44px 24px 0;
}
}.hea_bon_in-cpv {
  margin: 0 auto;
  max-width: 83.75rem;
}.hea_bon_head-cpv {
  margin-bottom: 1.25rem;
}.hea_bon_label-cpv {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #C9A84C;
}.hea_bon_h2-cpv {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  color: #F2EAD4;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.hea_bon_h2-cpv {
  font-size: 1.5rem;
}
}.hea_bon_seo-cpv {
  max-width: 38.75rem;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
  color: #6A5E4A;
}.hea_bon_seo-cpv strong {
  font-weight: 700;
  color: #C4B898;
}.hea_bon_seo-cpv a {
  text-decoration: underline;
  color: #C9A84C;
}.hea_bon_grid-cpv {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.hea_bon_grid-cpv {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.hea_bon_grid-cpv {
  grid-template-columns: repeat(5,1fr);
}
}.hea_bon_card-cpv {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,transform .2s;
  background: #121018;
  padding: 16px;
  border-radius: 8px;
}.hea_bon_card-cpv:hover {
  border-color: rgba(201, 168, 76, 0.07);
  transform: translateY(-2px);
}.hea_bon_card_ic-cpv svg {
  width: 1.625rem;
  height: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.hea_bon_card_ic-cpv {
  margin-bottom: 0.625rem;
}.hea_bon_card_type-cpv {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 10px;
  font-weight: 700;
  color: #6A5E4A;
  margin-bottom: 6px;
}.hea_bon_card_amount-cpv {
  line-height: 1.1;
  color: #D4AF37;
  margin-bottom: 0.375rem;
  font-size: 18px;
  font-weight: 800;
}.hea_bon_card_name-cpv {
  color: #F2EAD4;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 8px;
}.hea_bon_card_detail-cpv {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #574D3C;
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 11px;
}.hea_htp-cpv {
  padding: 2.25rem 1rem 0;
  background: #0C0B0F;
}
@media(min-width: 769px) {.hea_htp-cpv {
  padding: 2.75rem 1.5rem 0;
}
}.hea_htp_in-cpv {
  margin: 0 auto;
  max-width: 83.75rem;
}.hea_htp_head-cpv {
  max-width: 720px;
  margin-bottom: 22px;
}.hea_htp_label-cpv {
  color: #C9A84C;
  margin-bottom: 8px;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.hea_htp_h2-cpv {
  overflow-wrap: break-word;
  font-size: 22px;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  color: #F2EAD4;
  font-weight: 800;
}
@media(min-width: 765px) {.hea_htp_h2-cpv {
  font-size: 28px;
}
}.hea_htp_intro-cpv {
  font-size: 14px;
  line-height: 1.6;
  color: #6A5E4A;
}.hea_htp_steps-cpv {
  margin: 0;
  gap: 12px;
  list-style: none;
  padding: 0;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.hea_htp_steps-cpv {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.hea_htp_steps-cpv {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.hea_htp_step-cpv {
  padding: 20px 1.125rem 1.125rem;
  background: #17151C;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-direction: column;
  display: flex;
  position: relative;
}.hea_htp_step_num-cpv {
  border-radius: 50%;
  background: #C9A84C;
  display: flex;
  justify-content: center;
  width: 28px;
  top: -0.75rem;
  position: absolute;
  left: 1.25rem;
  height: 1.75rem;
  font-weight: 800;
  color: #0A090C;
  align-items: center;
  font-family: 'Cinzel', serif;
  font-size: 0.813rem;
}.hea_htp_step_ic-cpv {
  border-radius: 0.25rem;
  margin: 8px 0 0.75rem;
  background: rgba(201, 168, 76, 0.18);
  justify-content: center;
  display: flex;
  width: 2.25rem;
  color: #C9A84C;
  align-items: center;
  height: 2.25rem;
}.hea_htp_step_ic-cpv svg {
  stroke-linecap: round;
  width: 1.125rem;
  height: 18px;
  stroke-linejoin: round;
}.hea_htp_step_h-cpv {
  overflow-wrap: break-word;
  line-height: 1.25;
  color: #F2EAD4;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 14px;
}.hea_htp_step_p-cpv {
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #6A5E4A;
  font-size: 0.813rem;
}.hea_htp_step_p-cpv strong {
  color: #C4B898;
  font-weight: 600;
}.hea_htp_cta-cpv {
  border-radius: 8px;
  padding: 0.813rem 1.625rem;
  transition: background .2s;
  background: #3DAE6E;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
  color: #0A090C;
}.hea_htp_cta-cpv:hover {
  background: #48C47C;
}.hea_faq-cpv {
  background: #0C0B0F;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.hea_faq-cpv {
  padding: 2.75rem 24px 0;
}
}.hea_faq_in-cpv {
  margin: 0 auto;
  max-width: 1340px;
}.hea_faq_head-cpv {
  margin-bottom: 20px;
}.hea_faq_label-cpv {
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C9A84C;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.hea_faq_h2-cpv {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F2EAD4;
}
@media(min-width: 771px) {.hea_faq_h2-cpv {
  font-size: 1.5rem;
}
}.hea_faq_list-cpv {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.hea_faq_item-cpv {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #17151C;
  border-radius: 0.5rem;
}.hea_faq_q-cpv {
  gap: 12px;
  padding: 1rem 1.25rem;
  transition: color .2s;
  align-items: center;
  color: #C4B898;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  overflow-wrap: break-word;
  cursor: pointer;
  flex-wrap: wrap;
}.hea_faq_q-cpv:hover {
  color: #F2EAD4;
}.hea_faq_q_ic-cpv {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: transform .25s;
  color: #C9A84C;
  justify-content: center;
  height: 1.5rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 16px;
  width: 24px;
}.hea_faq_item-cpv.hea_state_open-cpv .hea_faq_q_ic-cpv {
  transform: rotate(45deg);
}.hea_faq_a-cpv {
  padding: 0 20px 16px;
  overflow-wrap: break-word;
  display: none;
  line-height: 1.7;
  color: #6A5E4A;
  font-size: 0.813rem;
}.hea_faq_item-cpv.hea_state_open-cpv .hea_faq_a-cpv {
  display: block;
}.hea_faq_a-cpv strong {
  color: #C4B898;
  font-weight: 700;
}.hea_faq_a-cpv a {
  text-decoration: underline;
  color: #C9A84C;
}.hea_faq_a-cpv ul,.hea_faq_a-cpv ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.hea_faq_a-cpv ol {
  list-style: decimal;
}.hea_faq_a-cpv li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.hea_faq_a-cpv table {
  margin: 0.5rem 0;
  width: 100%;
  display: block;
  font-size: 12px;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 765px) {.hea_faq_a-cpv table {
  display: table;
}
}.hea_faq_a-cpv th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 0.5rem;
  color: #C4B898;
  text-align: left;
  font-weight: 700;
}.hea_faq_a-cpv td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6A5E4A;
}.hea_seo-cpv {
  background: #0C0B0F;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.hea_seo-cpv {
  padding: 44px 24px 0;
}
}.hea_seo_in-cpv {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #17151C;
  padding: 1.75rem 24px;
  border-radius: 0.875rem;
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 771px) {.hea_seo_in-cpv {
  padding: 2.25rem 2.5rem;
}
}.hea_seo_label-cpv {
  font-size: 11px;
  font-weight: 700;
  color: #C9A84C;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.hea_seo_h2-cpv {
  color: #F2EAD4;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.hea_seo_h2-cpv {
  font-size: 24px;
}
}.hea_seo_body-cpv {
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #8C7E65;
}.hea_seo_body-cpv p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 12px;
  color: #8C7E65;
}.hea_seo_body-cpv p:last-child {
  margin-bottom: 0;
}.hea_seo_body-cpv strong {
  color: #C4B898;
  font-weight: 700;
}.hea_seo_body-cpv a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9A84C;
}.hea_seo_body-cpv a:hover {
  color: #D9BB62;
}.hea_seo_body-cpv ul,.hea_seo_body-cpv ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.hea_seo_body-cpv ol {
  list-style: decimal;
}.hea_seo_body-cpv li {
  color: #8C7E65;
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.75;
}.hea_seo_body-cpv table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 0.75rem;
  display: block;
  overflow-x: auto;
}
@media(min-width:768px) {.hea_seo_body-cpv table {
  display: table;
}
}.hea_seo_body-cpv th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C4B898;
  text-align: left;
}.hea_seo_body-cpv td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8C7E65;
}.hea_seo_cols-cpv {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.hea_seo_cols-cpv {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.hea_seo_cols-cpv {
  grid-template-columns: repeat(3,1fr);
}
}.hea_seo_col_h-cpv {
  font-size: 0.813rem;
  color: #C4B898;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.hea_seo_col_p-cpv {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #6A5E4A;
}.hea_seo_stats-cpv {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.hea_seo_stat-cpv {
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 0.5rem;
  background: rgba(201, 168, 76, 0.07);
  flex: 1;
  padding: 14px 16px;
  min-width: 8.75rem;
}.hea_seo_stat_val-cpv {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  color: #C9A84C;
  margin-bottom: 0.25rem;
}.hea_seo_stat_lb-cpv {
  font-size: 0.688rem;
  color: #6A5E4A;
  overflow-wrap: break-word;
}.hea_seo-cpv {
  padding: 36px 16px 0;
  background: #0C0B0F;
}
@media(min-width: 771px) {.hea_seo-cpv {
  padding: 2.75rem 24px 0;
}
}.hea_seo_in-cpv {
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  border-radius: 14px;
  background: #17151C;
  max-width: 1340px;
}
@media(min-width: 770px) {.hea_seo_in-cpv {
  padding: 36px 2.5rem;
}
}.hea_seo_label-cpv {
  color: #C9A84C;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.hea_seo_h2-cpv {
  font-weight: 800;
  color: #F2EAD4;
  margin-bottom: 14px;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.hea_seo_h2-cpv {
  font-size: 24px;
}
}.hea_seo_body-cpv {
  line-height: 1.75;
  color: #8C7E65;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.hea_seo_body-cpv p {
  font-size: 14px;
  color: #8C7E65;
  line-height: 1.75;
  margin-bottom: 12px;
}.hea_seo_body-cpv p:last-child {
  margin-bottom: 0;
}.hea_seo_body-cpv strong {
  color: #C4B898;
  font-weight: 700;
}.hea_seo_body-cpv a {
  transition: color .2s;
  color: #C9A84C;
  text-decoration: underline;
}.hea_seo_body-cpv a:hover {
  color: #D9BB62;
}.hea_seo_body-cpv ul,.hea_seo_body-cpv ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.hea_seo_body-cpv ol {
  list-style: decimal;
}.hea_seo_body-cpv li {
  color: #8C7E65;
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 14px;
}.hea_seo_body-cpv table {
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: 100%;
  font-size: 13px;
  margin-bottom: 0.75rem;
}
@media(min-width: 771px) {.hea_seo_body-cpv table {
  display: table;
}
}.hea_seo_body-cpv th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  color: #C4B898;
  font-weight: 700;
  text-align: left;
}.hea_seo_body-cpv td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8C7E65;
}.hea_seo_cols-cpv {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.hea_seo_cols-cpv {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.hea_seo_cols-cpv {
  grid-template-columns: repeat(3,1fr);
}
}.hea_seo_col_h-cpv {
  color: #C4B898;
  font-size: 13px;
  margin-bottom: 7px;
  font-weight: 700;
  overflow-wrap: break-word;
}.hea_seo_col_p-cpv {
  color: #6A5E4A;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.hea_seo_stats-cpv {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.hea_seo_stat-cpv {
  background: rgba(201, 168, 76, 0.07);
  flex: 1;
  padding: 0.875rem 16px;
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 8px;
  min-width: 140px;
}.hea_seo_stat_val-cpv {
  color: #C9A84C;
  margin-bottom: 4px;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
}.hea_seo_stat_lb-cpv {
  font-size: 0.688rem;
  color: #6A5E4A;
  overflow-wrap: break-word;
}.hea_seo-cpv {
  padding: 36px 16px 0;
  background: #0C0B0F;
}
@media(min-width: 771px) {.hea_seo-cpv {
  padding: 2.75rem 24px 0;
}
}.hea_seo_in-cpv {
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 28px 1.5rem;
  margin: 0 auto;
  background: #17151C;
  max-width: 1340px;
}
@media(min-width: 769px) {.hea_seo_in-cpv {
  padding: 36px 2.5rem;
}
}.hea_seo_label-cpv {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #C9A84C;
  font-size: 0.688rem;
  margin-bottom: 10px;
}.hea_seo_h2-cpv {
  font-family: 'Cinzel', serif;
  margin-bottom: 14px;
  color: #F2EAD4;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 1.25rem;
  font-weight: 800;
}
@media(min-width: 766px) {.hea_seo_h2-cpv {
  font-size: 1.5rem;
}
}.hea_seo_body-cpv {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8C7E65;
}.hea_seo_body-cpv p {
  font-size: 14px;
  color: #8C7E65;
  line-height: 1.75;
  margin-bottom: 12px;
}.hea_seo_body-cpv p:last-child {
  margin-bottom: 0;
}.hea_seo_body-cpv strong {
  font-weight: 700;
  color: #C4B898;
}.hea_seo_body-cpv a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9A84C;
}.hea_seo_body-cpv a:hover {
  color: #D9BB62;
}.hea_seo_body-cpv ul,.hea_seo_body-cpv ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.hea_seo_body-cpv ol {
  list-style: decimal;
}.hea_seo_body-cpv li {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8C7E65;
  margin-bottom: 0.375rem;
}.hea_seo_body-cpv table {
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 12px;
  display: block;
  width: 100%;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.hea_seo_body-cpv table {
  display: table;
}
}.hea_seo_body-cpv th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  color: #C4B898;
  font-weight: 700;
  text-align: left;
}.hea_seo_body-cpv td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8C7E65;
}.hea_seo_cols-cpv {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.hea_seo_cols-cpv {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.hea_seo_cols-cpv {
  grid-template-columns: repeat(3,1fr);
}
}.hea_seo_col_h-cpv {
  color: #C4B898;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.hea_seo_col_p-cpv {
  font-size: 0.813rem;
  color: #6A5E4A;
  line-height: 1.65;
  overflow-wrap: break-word;
}.hea_seo_stats-cpv {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.hea_seo_stat-cpv {
  flex: 1;
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 0.5rem;
  background: rgba(201, 168, 76, 0.07);
  padding: 0.875rem 1rem;
  min-width: 140px;
}.hea_seo_stat_val-cpv {
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #C9A84C;
  font-size: 1.25rem;
  font-weight: 800;
}.hea_seo_stat_lb-cpv {
  overflow-wrap: break-word;
  color: #6A5E4A;
  font-size: 0.688rem;
}.hea_ft-cpv {
  background: #070609;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.hea_ft_support-cpv {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width:768px) {.hea_ft_support-cpv {
  padding: 28px 1.5rem;
}
}.hea_ft_support_in-cpv {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 83.75rem;
  display: flex;
  align-items: center;
}.hea_ft_support_main-cpv {
  gap: 1rem;
  flex: 1;
  flex-wrap: wrap;
  min-width: 220px;
  display: flex;
  align-items: center;
}.hea_ft_support_ic-cpv {
  flex-shrink: 0;
  color: #C9A84C;
}.hea_ft_support_ic-cpv svg {
  stroke-linecap: round;
  height: 30px;
  width: 1.875rem;
  stroke-linejoin: round;
}.hea_ft_support_text_title-cpv {
  font-weight: 700;
  margin-bottom: 3px;
  color: #F2EAD4;
  font-size: 15px;
  overflow-wrap: break-word;
}.hea_ft_support_text_sub-cpv {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #6A5E4A;
}.hea_ft_support_btn-cpv {
  padding: 11px 22px;
  border-radius: 8px;
  background: #C9A84C;
  transition: background .2s;
  white-space: nowrap;
  color: #F2EAD4;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
}.hea_ft_support_btn-cpv:hover {
  background: #D9BB62;
}.hea_ft_support_contacts-cpv {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.hea_ft_support_contact-cpv {
  line-height: 1.4;
  color: #574D3C;
  font-size: 12px;
}.hea_ft_support_contact-cpv strong {
  color: #8C7E65;
  font-weight: 600;
  font-size: 0.688rem;
  display: block;
  margin-bottom: 2px;
}.hea_ft_main-cpv {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 770px) {.hea_ft_main-cpv {
  padding: 40px 1.5rem 2rem;
}
}.hea_ft_main_in-cpv {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1340px;
}
@media(min-width: 638px) {.hea_ft_main_in-cpv {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.hea_ft_main_in-cpv {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.hea_ft_col_logo-cpv {
  grid-column: 1/-1;
}
@media(min-width:1080px) {.hea_ft_col_logo-cpv {
  grid-column: auto;
}
}.hea_ft_logo-cpv {
  gap: 9px;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  color: #F2EAD4;
  align-items: center;
  font-size: 16px;
  flex-wrap: wrap;
  display: flex;
  font-weight: 800;
}.hea_ft_logo_mark-cpv {
  border-radius: 4px;
  overflow: hidden;
  width: 30px;
  height: 30px;
}.hea_ft_logo_mark-cpv img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.hea_ft_logo_sub-cpv {
  font-size: 0.75rem;
  max-width: 200px;
  color: #574D3C;
  overflow-wrap: break-word;
  line-height: 1.55;
}.hea_ft_col_title-cpv {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: .07em;
  font-size: 12px;
  color: #8C7E65;
}.hea_ft_col_links-cpv {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.hea_ft_col_link-cpv {
  transition: color .2s;
  color: #574D3C;
  overflow-wrap: break-word;
  font-size: 13px;
}.hea_ft_col_link-cpv:hover {
  color: #C4B898;
}.hea_ft_apps-cpv {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.hea_ft_app_card-cpv {
  border-radius: 4px;
  padding: 0.625rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  gap: 0.625rem;
  align-items: center;
  display: flex;
}.hea_ft_app_card-cpv:hover {
  border-color: rgba(201, 168, 76, 0.45);
}.hea_ft_app_card_ic-cpv svg {
  width: 22px;
  stroke-linecap: round;
  height: 22px;
  stroke-linejoin: round;
}.hea_ft_app_card_os-cpv {
  font-weight: 600;
  font-size: 0.625rem;
  color: #574D3C;
}.hea_ft_app_card_action-cpv {
  color: #C4B898;
  font-size: 0.75rem;
  font-weight: 700;
}.hea_ft_bot-cpv {
  padding: 1.25rem 1rem;
}
@media(min-width: 769px) {.hea_ft_bot-cpv {
  padding: 1.25rem 24px;
}
}.hea_ft_bot_in-cpv {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1340px;
  align-items: center;
}.hea_ft_socials-cpv {
  gap: 0.5rem;
  display: flex;
}.hea_ft_soc-cpv {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  width: 36px;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  color: #8C7E65;
  align-items: center;
}.hea_ft_soc-cpv svg {
  stroke-linecap: round;
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
}.hea_ft_soc-cpv:hover {
  background: rgba(255, 255, 255, 0.07);
}.hea_ft_legal-cpv {
  flex: 1;
  min-width: 12.5rem;
  line-height: 1.6;
  color: #8A7D6A;
  overflow-wrap: break-word;
  font-size: 11px;
}.hea_ft_legal-cpv strong {
  font-weight: 700;
  color: #8C7E65;
}.hea_ft_legal-cpv a {
  text-decoration: underline;
  color: #8C7E65;
}.hea_ft_age-cpv {
  border: 2px solid #8A7D6A;
  border-radius: 50%;
  margin-left: auto;
  flex-shrink: 0;
  color: #8A7D6A;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  font-size: 0.688rem;
  font-weight: 800;
}