html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0E0C09;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  color: #D4BF8A;
  line-height: 1.6;
  font-family: 'Jost', sans-serif;
}.gmv-layout-5bg {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.gmv-page-5bg {
  display: flex;
  min-height: 100vh;
}.gmv-main-5bg {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1079px) {.gmv-main-5bg {
  padding-left: 220px;
}
}
@media (max-width: 1081px) {.gmv-main-5bg {
  padding-bottom: 4.5rem;
}
}.gmv-gc-5bg {
  transition: transform .2s,border-color .2s;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #141108;
  position: relative;
  width: 140px;
  flex-shrink: 0;
  cursor: pointer;
}
@media(min-width: 638px) {.gmv-gc-5bg {
  width: 156px;
}
}
@media(min-width: 1078px) {.gmv-gc-5bg {
  width: 168px;
}
}.gmv-gc-5bg:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 154, 60, 0.07);
}.gmv-gc_img-5bg {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.gmv-gc_img-5bg img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.gmv-gc_hover-5bg {
  inset: 0;
  background: rgba(6, 5, 3, 0.72);
  transition: opacity .2s;
  align-items: center;
  opacity: 0;
  display: flex;
  position: absolute;
  justify-content: center;
}.gmv-gc-5bg:hover .gmv-gc_hover-5bg {
  opacity: 1;
}.gmv-gc_hover_btn-5bg {
  background: #C49A3C;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  color: #F2E8D0;
}.gmv-gc_info-5bg {
  padding: 0.5rem 0.625rem 10px;
}.gmv-gc_name-5bg {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  margin-bottom: 3px;
  max-width: 100%;
  font-size: 0.75rem;
  color: #D4BF8A;
}.gmv-gc_prov-5bg {
  color: #907655;
  font-size: 0.625rem;
}.gmv-gc_tag-5bg {
  padding: 2px 7px;
  border-radius: 0.25rem;
  font-weight: 700;
  font-size: 9px;
  z-index: 2;
  text-transform: uppercase;
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  letter-spacing: .04em;
}.gmv-gc_tag_hot-5bg {
  background: #D44040;
  color: #fff;
}.gmv-gc_tag_new-5bg {
  background: #27A85F;
  color: #0E0C09;
}.gmv-gc_tag_jp-5bg {
  background: #E8B84B;
  color: #0E0C09;
}.gmv-gc_tag_ex-5bg {
  background: #9B6E2A;
  color: #fff;
}.gmv-gc_tag_live-5bg {
  background: #D44040;
  color: #fff;
}.gmv-gr-5bg {
  background: #0E0C09;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.gmv-gr-5bg {
  padding: 36px 1.5rem 0;
}
}.gmv-gr_in-5bg {
  margin: 0 auto;
  max-width: 1340px;
}.gmv-gr_head-5bg {
  gap: 12px;
  margin-bottom: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.gmv-gr_head_l-5bg {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  display: flex;
  align-items: center;
}.gmv-gr_ic-5bg {
  border-radius: 8px;
  height: 32px;
  flex-shrink: 0;
  width: 32px;
  justify-content: center;
  display: flex;
  align-items: center;
}.gmv-gr_ic-5bg svg {
  stroke-linecap: round;
  height: 1rem;
  width: 1rem;
  stroke-linejoin: round;
}.gmv-gr_title-5bg {
  font-family: 'Cormorant Garamond', serif;
  color: #F2E8D0;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 1rem;
}
@media(min-width: 771px) {.gmv-gr_title-5bg {
  font-size: 1.125rem;
}
}.gmv-gr_more-5bg {
  gap: 5px;
  transition: color .2s;
  color: #8C7250;
  display: flex;
  align-items: center;
  font-size: 12px;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 600;
}.gmv-gr_more-5bg:hover {
  color: #C49A3C;
}.gmv-gr_more-5bg svg {
  stroke-linecap: round;
  height: 0.75rem;
  width: 0.75rem;
  stroke-linejoin: round;
}.gmv-gr_arrows-5bg {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.gmv-gr_arr-5bg {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .15s,color .15s;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  justify-content: center;
  color: #B09660;
  display: flex;
}.gmv-gr_arr-5bg:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F2E8D0;
}.gmv-gr_arr-5bg svg {
  stroke-linecap: round;
  width: 0.813rem;
  height: 13px;
  stroke-linejoin: round;
}.gmv-gr_seo_h-5bg {
  margin: 0 0 0.375rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 13px;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  color: #D4BF8A;
}
@media(min-width: 770px) {.gmv-gr_seo_h-5bg {
  font-size: 0.875rem;
}
}.gmv-gr_seo-5bg {
  overflow-wrap: break-word;
  color: #8C7250;
  margin-bottom: 12px;
  line-height: 1.55;
  max-width: 42.5rem;
  font-size: 0.75rem;
}.gmv-gr_seo-5bg strong {
  font-weight: 600;
  color: #D4BF8A;
}.gmv-gr_scroll-5bg {
  gap: 10px;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 0.625rem;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.gmv-gr_scroll-5bg::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.gmv-gr_scroll-5bg {
  gap: 0.75rem;
}
}.gmv-tb-5bg {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0E0C09;
  top: 0;
  align-items: center;
  position: fixed;
  height: 3.5rem;
  z-index: 80;
  display: flex;
  left: 0;
  right: 0;
}.gmv-tb_in-5bg {
  padding: 0 14px;
  gap: 0;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
}.gmv-tb_burger-5bg {
  gap: 5px;
  border-radius: 0.5rem;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 2.375rem;
  flex-direction: column;
  margin-right: 0.5rem;
  display: flex;
  flex-shrink: 0;
}.gmv-tb_burger-5bg:hover {
  background: rgba(255, 255, 255, 0.05);
}.gmv-tb_burger_line-5bg {
  background: #B09660;
  border-radius: 1px;
  width: 1.125rem;
  height: 2px;
  display: block;
}
@media(min-width: 1081px) {.gmv-tb_burger-5bg {
  display: none;
}
}.gmv-tb_logo-5bg {
  gap: 0.563rem;
  font-weight: 800;
  display: flex;
  flex-shrink: 0;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  margin-right: 1.25rem;
  align-items: center;
  color: #F2E8D0;
}.gmv-tb_logo_mark-5bg {
  border-radius: 0.5rem;
  overflow: hidden;
  justify-content: center;
  width: 32px;
  display: flex;
  height: 2rem;
  align-items: center;
}.gmv-tb_logo_mark-5bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.gmv-tb_nav-5bg {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.gmv-tb_nav-5bg {
  display: flex;
}
}.gmv-tb_tab-5bg {
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  white-space: nowrap;
  color: #B09660;
  font-size: 0.813rem;
  font-weight: 600;
}.gmv-tb_tab-5bg:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2E8D0;
}.gmv-tb_tab-5bg.gmv-state_active-5bg {
  background: rgba(196, 154, 60, 0.15);
  color: #F2E8D0;
}.gmv-tb_right-5bg {
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.gmv-tb_login-5bg {
  transition: border-color .2s,color .2s;
  padding: 0.563rem 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  color: #D4BF8A;
  font-size: 13px;
  display: none;
  font-weight: 600;
}.gmv-tb_login-5bg:hover {
  border-color: rgba(196, 154, 60, 0.45);
  color: #F2E8D0;
}
@media(min-width: 481px) {.gmv-tb_login-5bg {
  display: block;
}
}.gmv-tb_reg-5bg {
  transition: background .2s;
  background: #27A85F;
  border-radius: 8px;
  padding: 9px 1.125rem;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
  color: #0E0900;
}.gmv-tb_reg-5bg:hover {
  background: #2FC470;
}.gmv-sb-5bg {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  transition: transform .25s ease;
  background: #1A1710;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  z-index: 70;
  top: 3.5rem;
  width: 220px;
  position: fixed;
}.gmv-sb-5bg.gmv-state_open-5bg {
  transform: translateX(0);
}.gmv-sb-5bg::-webkit-scrollbar {
  width: 4px;
}.gmv-sb-5bg::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.gmv-sb-5bg {
  transform: translateX(0);
}
}.gmv-sb_auth-5bg {
  padding: 0.875rem 12px 10px;
}.gmv-sb_btn_reg-5bg {
  background: #27A85F;
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 11px;
  font-size: 13px;
  text-align: center;
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  color: #0E0900;
}.gmv-sb_btn_reg-5bg:hover {
  background: #2FC470;
}.gmv-sb_btn_login-5bg {
  border-radius: 8px;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-weight: 600;
  font-size: 0.813rem;
  text-align: center;
  display: block;
  color: #D4BF8A;
}.gmv-sb_btn_login-5bg:hover {
  border-color: rgba(196, 154, 60, 0.45);
  color: #F2E8D0;
}.gmv-sb_promo-5bg {
  padding: 12px 0.875rem;
  background: linear-gradient(135deg,#1C1408,#1A1710);
  border-radius: 0.5rem;
  margin: 0 0.75rem 10px;
  overflow: hidden;
  border: 1px solid rgba(196, 154, 60, 0.15);
  position: relative;
}.gmv-sb_promo-5bg::before {
  background: radial-gradient(circle,rgba(196, 154, 60, 0.15),transparent 70%);
  border-radius: 50%;
  top: -1.25rem;
  width: 80px;
  position: absolute;
  content: '';
  height: 80px;
  right: -20px;
}.gmv-sb_promo_title-5bg {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 11px;
  letter-spacing: .06em;
  color: #C49A3C;
}.gmv-sb_promo_text-5bg {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #F2E8D0;
  font-weight: 600;
  line-height: 1.35;
}.gmv-sb_promo_sub-5bg {
  color: #8C7250;
  font-size: 0.625rem;
  margin-top: 3px;
}.gmv-sb_nav-5bg {
  padding: 6px 8px 1rem;
}.gmv-sb_nav_lb-5bg {
  padding: 0.625rem 0.5rem 6px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #907655;
  font-weight: 700;
  font-size: 0.625rem;
}.gmv-sb_link-5bg {
  transition: background .15s,color .15s;
  border-radius: 4px;
  gap: 10px;
  padding: 0.563rem 10px;
  font-size: 0.813rem;
  color: #B09660;
  cursor: pointer;
  font-weight: 500;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
}.gmv-sb_link-5bg:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2E8D0;
}.gmv-sb_link-5bg.gmv-state_active-5bg {
  background: rgba(196, 154, 60, 0.15);
  color: #F2E8D0;
}.gmv-sb_ic-5bg {
  border-radius: 0.25rem;
  width: 30px;
  display: flex;
  height: 1.875rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}.gmv-sb_ic-5bg svg {
  stroke-linecap: round;
  width: 1rem;
  height: 16px;
  stroke-linejoin: round;
}.gmv-sb_ic_1-5bg {
  background: rgba(196, 154, 60, 0.07);
  color: #C49A3C;
}.gmv-sb_ic_2-5bg {
  background: rgba(39, 168, 95, 0.15);
  color: #27A85F;
}.gmv-sb_ic_3-5bg {
  background: rgba(232, 184, 75, 0.15);
  color: #E8B84B;
}.gmv-sb_ic_4-5bg {
  background: rgba(155, 110, 42, 0.18);
  color: #9B6E2A;
}.gmv-sb_ic_5-5bg {
  background: rgba(196, 154, 60, 0.07);
  color: #E05FA0;
}.gmv-sb_ic_6-5bg {
  background: rgba(155, 110, 42, 0.18);
  color: #8B5CF6;
}.gmv-sb_badge-5bg {
  background: #E8B84B;
  padding: 2px 0.438rem;
  border-radius: 4px;
  margin-left: auto;
  font-weight: 700;
  font-size: 0.563rem;
  color: #0E0900;
}.gmv-sb_bot-5bg {
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  display: flex;
}.gmv-sb_lang-5bg,.gmv-sb_help-5bg {
  padding: 9px 0.375rem;
  border-radius: 0.25rem;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  display: flex;
  font-weight: 600;
  color: #B09660;
  align-items: center;
  font-size: 11px;
}.gmv-sb_lang-5bg:hover,.gmv-sb_help-5bg:hover {
  border-color: rgba(196, 154, 60, 0.45);
  color: #F2E8D0;
}.gmv-sb_lang-5bg svg,.gmv-sb_help-5bg svg {
  stroke-linecap: round;
  height: 13px;
  width: 13px;
  stroke-linejoin: round;
}.gmv-sb_bd-5bg {
  inset: 0;
  background: rgba(6, 5, 3, 0.72);
  z-index: 69;
  display: none;
  position: fixed;
}.gmv-sb_bd-5bg.gmv-state_on-5bg {
  display: block;
}
@media(min-width: 1079px) {.gmv-sb_bd-5bg {
  display: none!important;
}
}.gmv-mob_nav-5bg {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #1A1710;
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 80;
  right: 0;
  display: flex;
}
@media(min-width: 1082px) {.gmv-mob_nav-5bg {
  display: none;
}
}.gmv-mob_nav_item-5bg {
  gap: 0.25rem;
  padding: 4px 2px;
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #907655;
  cursor: pointer;
  align-items: center;
}.gmv-mob_nav_ic-5bg {
  line-height: 1;
}.gmv-mob_nav_ic-5bg svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 20px;
  width: 20px;
}.gmv-mob_nav_lb-5bg {
  font-size: 0.625rem;
  color: #907655;
  font-weight: 600;
}.gmv-mob_nav_item-5bg.gmv-state_active-5bg {
  color: #C49A3C;
}.gmv-mob_nav_item-5bg.gmv-state_active-5bg .gmv-mob_nav_lb-5bg {
  color: #C49A3C;
}.gmv-hero-5bg {
  padding: 1.25rem 1rem 0;
  background: #0E0C09;
}
@media(min-width: 769px) {.gmv-hero-5bg {
  padding: 1.5rem 1.5rem 0;
}
}.gmv-hero_in-5bg {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  max-width: 83.75rem;
  display: grid;
}
@media(min-width: 859px) {.gmv-hero_in-5bg {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.gmv-hero_in-5bg {
  grid-template-columns: 1fr 340px;
}
}.gmv-hero_promo-5bg {
  border-radius: 14px;
  overflow: hidden;
  background: #141108;
  position: relative;
  align-items: stretch;
  min-height: 13.75rem;
  display: flex;
}
@media(min-width: 770px) {.gmv-hero_promo-5bg {
  min-height: 280px;
}
}.gmv-hero_promo_bg-5bg {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#1C1408 0%,#0E0C09 100%);
  background-size: cover;
  position: absolute;
}.gmv-hero_promo_bg-5bg::after {
  background: linear-gradient(90deg,#0E0C09 0%,rgba(6, 5, 3, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.gmv-hero_promo_glow-5bg {
  background: radial-gradient(circle,rgba(155, 110, 42, 0.18) 0%,transparent 65%);
  border-radius: 50%;
  top: -2.5rem;
  height: 18.75rem;
  width: 18.75rem;
  position: absolute;
  pointer-events: none;
  right: 60px;
}.gmv-hero_promo_ct-5bg {
  padding: 1.75rem 1.5rem 1.75rem 1.75rem;
  display: flex;
  z-index: 2;
  flex-direction: column;
  position: relative;
  max-width: 480px;
  justify-content: center;
}
@media(min-width: 769px) {.gmv-hero_promo_ct-5bg {
  padding: 2.5rem 2rem;
}
}.gmv-hero_badge-5bg {
  border-radius: 1.25rem;
  border: 1px solid rgba(196, 154, 60, 0.07);
  background: rgba(196, 154, 60, 0.15);
  padding: 0.313rem 12px;
  letter-spacing: .08em;
  color: #C49A3C;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 0.625rem;
}.gmv-hero_h1-5bg {
  overflow-wrap: break-word;
  color: #F2E8D0;
  font-size: 1.625rem;
  margin-bottom: 10px;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.15;
  font-weight: 800;
}.gmv-hero_h1-5bg em {
  color: #E8B84B;
  font-style: normal;
}
@media(min-width: 765px) {.gmv-hero_h1-5bg {
  font-size: 36px;
}
}.gmv-hero_sub-5bg {
  font-size: 0.813rem;
  margin-bottom: 1.25rem;
  line-height: 1.55;
  color: #B09660;
}
@media(min-width: 765px) {.gmv-hero_sub-5bg {
  font-size: 0.875rem;
}
}.gmv-hero_row-5bg {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.gmv-hero_cta-5bg {
  padding: 13px 1.625rem;
  transition: background .2s;
  border-radius: 8px;
  background: #27A85F;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0.25rem 18px rgba(39, 168, 95, 0.42);
  font-size: 14px;
  font-weight: 700;
  color: #0E0900;
}.gmv-hero_cta-5bg:hover {
  background: #2FC470;
}.gmv-hero_terms-5bg {
  font-size: 0.688rem;
  color: #907655;
}.gmv-hero_game-5bg {
  background: #141108;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex-direction: column;
  position: relative;
  display: flex;
}.gmv-hero_game_badge-5bg {
  border: 1px solid rgba(232, 184, 75, 0.15);
  border-radius: 1.25rem;
  padding: 0.313rem 10px;
  background: rgba(232, 184, 75, 0.15);
  z-index: 3;
  color: #E8B84B;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  top: 0.75rem;
  position: absolute;
  letter-spacing: .06em;
  left: 0.75rem;
}.gmv-hero_game_badge-5bg svg {
  vertical-align: -1px;
  width: 0.688rem;
  margin-right: 4px;
  height: 0.688rem;
}.gmv-hero_game_img-5bg {
  background: linear-gradient(135deg,#1C1408,#0E0C09);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.gmv-hero_game_img-5bg img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.gmv-hero_game_play-5bg {
  background: rgba(6, 5, 3, 0.72);
  transition: opacity .2s;
  inset: 0;
  align-items: center;
  position: absolute;
  justify-content: center;
  display: flex;
  opacity: 0;
}.gmv-hero_game-5bg:hover .gmv-hero_game_play-5bg {
  opacity: 1;
}.gmv-hero_game_play-5bg span {
  background: #C49A3C;
  border-radius: 50%;
  display: flex;
  width: 52px;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
}.gmv-hero_game_play-5bg span svg {
  margin-left: 2px;
  height: 18px;
  width: 18px;
}.gmv-hero_game_info-5bg {
  padding: 14px 1rem;
}.gmv-hero_game_title-5bg {
  font-size: 15px;
  color: #F2E8D0;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 4px;
}.gmv-hero_game_provider-5bg {
  font-size: 0.688rem;
  color: #8C7250;
}.gmv-hero_game_btn-5bg {
  transition: background .2s;
  border-radius: 8px;
  padding: 11px;
  margin: 0.75rem 16px 1rem;
  background: #C49A3C;
  text-align: center;
  color: #F2E8D0;
  display: block;
  font-size: 0.813rem;
  font-weight: 700;
}.gmv-hero_game-5bg:hover .gmv-hero_game_btn-5bg {
  background: #D4AA52;
}.gmv-sbar-5bg {
  padding: 1rem 1rem 0;
  background: #0E0C09;
}
@media(min-width: 771px) {.gmv-sbar-5bg {
  padding: 1.125rem 1.5rem 0;
}
}.gmv-sbar_in-5bg {
  margin: 0 auto;
  max-width: 1340px;
}.gmv-sbar_row-5bg {
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  display: flex;
}.gmv-sbar_input-5bg {
  border-radius: 0.5rem;
  background: #141108;
  flex: 1;
  gap: 0.625rem;
  padding: 11px 16px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  color: #8C7250;
}.gmv-sbar_input-5bg:hover {
  border-color: rgba(196, 154, 60, 0.45);
}.gmv-sbar_input-5bg svg {
  width: 15px;
  height: 0.938rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}.gmv-sbar_providers-5bg {
  gap: 8px;
  border-radius: 0.5rem;
  transition: border-color .2s;
  padding: 0.688rem 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #141108;
  color: #D4BF8A;
  align-items: center;
  font-size: 0.813rem;
  display: flex;
  white-space: nowrap;
  font-weight: 600;
}.gmv-sbar_providers-5bg:hover {
  border-color: rgba(196, 154, 60, 0.45);
  color: #F2E8D0;
}.gmv-sbar_providers-5bg svg {
  width: 0.875rem;
  stroke-linecap: round;
  height: 0.875rem;
  stroke-linejoin: round;
}.gmv-sbar_tabs-5bg {
  gap: 6px;
  padding-bottom: 2px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
}.gmv-sbar_tabs-5bg::-webkit-scrollbar {
  display: none;
}.gmv-sbar_tab-5bg {
  border-radius: 1.25rem;
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.438rem;
  padding: 0.5rem 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #B09660;
  white-space: nowrap;
  font-size: 12px;
  flex-shrink: 0;
}.gmv-sbar_tab-5bg:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(196, 154, 60, 0.45);
  color: #F2E8D0;
}.gmv-sbar_tab-5bg.gmv-state_active-5bg {
  border-color: rgba(196, 154, 60, 0.07);
  background: rgba(196, 154, 60, 0.15);
  color: #F2E8D0;
}.gmv-sbar_tab_ic-5bg svg {
  height: 0.875rem;
  width: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.gmv-gcg-5bg {
  background: #0E0C09;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.gmv-gcg-5bg {
  padding: 2.75rem 24px 0;
}
}.gmv-gcg_in-5bg {
  margin: 0 auto;
  max-width: 1340px;
}.gmv-gcg_head-5bg {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.gmv-gcg_label-5bg {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 11px;
  color: #C49A3C;
  font-weight: 700;
}.gmv-gcg_h2-5bg {
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Cormorant Garamond', serif;
  color: #F2E8D0;
}
@media(min-width: 769px) {.gmv-gcg_h2-5bg {
  font-size: 1.75rem;
}
}.gmv-gcg_intro-5bg {
  font-size: 0.813rem;
  line-height: 1.6;
  color: #8C7250;
}.gmv-gcg_grid-5bg {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.gmv-gcg_grid-5bg {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.gmv-gcg_grid-5bg {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.gmv-gcg_card-5bg {
  border-radius: 0.875rem;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
  overflow: hidden;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  min-height: 15rem;
}.gmv-gcg_card-5bg:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 154, 60, 0.15);
}.gmv-gcg_card_bg-5bg {
  inset: 0;
  position: absolute;
  z-index: 0;
}.gmv-gcg_card_bg-5bg::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.gmv-gcg_card_ic-5bg {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  right: 1.125rem;
  width: 2.5rem;
  top: 18px;
  color: #F2E8D0;
  align-items: center;
  z-index: 2;
  justify-content: center;
  height: 40px;
  position: absolute;
  display: flex;
}.gmv-gcg_card_ic-5bg svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 20px;
  height: 20px;
}.gmv-gcg_card_ct-5bg {
  z-index: 1;
  position: relative;
}.gmv-gcg_card_h-5bg {
  color: #F2E8D0;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.2;
}
@media(min-width: 766px) {.gmv-gcg_card_h-5bg {
  font-size: 20px;
}
}.gmv-gcg_card_p-5bg {
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
}.gmv-gcg_card_p-5bg strong {
  color: #F2E8D0;
  font-weight: 600;
}.gmv-gcg_card_cta-5bg {
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  color: #C49A3C;
  letter-spacing: .04em;
}.gmv-gcg_card_cta-5bg svg {
  stroke-linecap: round;
  height: 12px;
  width: 12px;
  stroke-linejoin: round;
}.gmv-ws-5bg {
  padding: 32px 16px 0;
  background: #0E0C09;
}
@media(min-width: 771px) {.gmv-ws-5bg {
  padding: 36px 1.5rem 0;
}
}.gmv-ws_in-5bg {
  margin: 0 auto;
  max-width: 1340px;
}.gmv-ws_head-5bg {
  gap: 0.75rem;
  display: flex;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}.gmv-ws_title-5bg {
  gap: 10px;
  display: flex;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  color: #F2E8D0;
  flex-wrap: wrap;
  overflow-wrap: break-word;
}.gmv-ws_title_ic-5bg svg {
  height: 18px;
  stroke-linejoin: round;
  width: 18px;
  stroke-linecap: round;
  color: #E8B84B;
}.gmv-ws_online-5bg {
  gap: 0.438rem;
  display: flex;
  font-size: 12px;
  color: #8C7250;
  font-weight: 600;
  align-items: center;
}.gmv-ws_online_dot-5bg {
  background: #27A85F;
  border-radius: 50%;
  width: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 0.375rem rgba(39, 168, 95, 0.15);
  height: 8px;
}.gmv-ws_scroll-5bg {
  gap: 0.5rem;
  display: flex;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  overflow-x: auto;
}.gmv-ws_scroll-5bg::-webkit-scrollbar {
  display: none;
}.gmv-wc-5bg {
  gap: 0.625rem;
  background: #141108;
  padding: 10px 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 220px;
}.gmv-wc_img-5bg {
  border-radius: 0.25rem;
  background: #1A1710;
  overflow: hidden;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
}.gmv-wc_img-5bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.gmv-wc_info-5bg {
  min-width: 0;
}.gmv-wc_game-5bg {
  overflow: hidden;
  font-size: 12px;
  color: #D4BF8A;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}.gmv-wc_player-5bg {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #907655;
  white-space: nowrap;
  font-size: 10px;
}.gmv-wc_amount-5bg {
  flex-shrink: 0;
  white-space: nowrap;
  color: #27A85F;
  font-weight: 700;
  margin-left: auto;
  font-size: 13px;
}.gmv-prov-5bg {
  background: #0E0C09;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.gmv-prov-5bg {
  padding: 2.75rem 1.5rem 0;
}
}.gmv-prov_in-5bg {
  margin: 0 auto;
  max-width: 83.75rem;
}.gmv-prov_head-5bg {
  margin-bottom: 1rem;
}.gmv-prov_label-5bg {
  margin-bottom: 0.5rem;
  color: #C49A3C;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
}.gmv-prov_h2-5bg {
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  color: #F2E8D0;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media(min-width: 770px) {.gmv-prov_h2-5bg {
  font-size: 1.5rem;
}
}.gmv-prov_seo-5bg {
  margin-bottom: 16px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  color: #8C7250;
  line-height: 1.6;
}.gmv-prov_seo-5bg strong {
  color: #D4BF8A;
  font-weight: 700;
}.gmv-prov_seo-5bg a {
  text-decoration: underline;
  color: #C49A3C;
}.gmv-prov_grid-5bg {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 641px) {.gmv-prov_grid-5bg {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.gmv-prov_grid-5bg {
  grid-template-columns: repeat(8,1fr);
}
}.gmv-prov_card-5bg {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.875rem 0.625rem;
  border-radius: 8px;
  background: #141108;
  transition: border-color .2s,background .2s;
  gap: 0.438rem;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}.gmv-prov_card-5bg:hover {
  background: #1A1710;
  border-color: rgba(196, 154, 60, 0.45);
}.gmv-prov_logo-5bg {
  overflow: hidden;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  height: 44px;
  display: flex;
  width: 2.75rem;
  justify-content: center;
}.gmv-prov_logo-5bg img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.gmv-prov_name-5bg {
  text-align: center;
  font-weight: 600;
  color: #B09660;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.gmv-app-5bg {
  background: #0E0C09;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.gmv-app-5bg {
  padding: 2.75rem 1.5rem 0;
}
}.gmv-app_in-5bg {
  margin: 0 auto;
  max-width: 1340px;
}.gmv-app_head-5bg {
  margin-bottom: 1rem;
}.gmv-app_label-5bg {
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #C49A3C;
  text-transform: uppercase;
  font-weight: 700;
}.gmv-app_h2-5bg {
  color: #F2E8D0;
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 6px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.gmv-app_h2-5bg {
  font-size: 1.5rem;
}
}.gmv-app_sub-5bg {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #8C7250;
  line-height: 1.6;
  max-width: 600px;
}.gmv-app_sub-5bg strong {
  font-weight: 700;
  color: #D4BF8A;
}.gmv-app_cards-5bg {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 641px) {.gmv-app_cards-5bg {
  grid-template-columns: repeat(3,1fr);
}
}.gmv-app_card-5bg {
  padding: 20px;
  border-radius: 0.5rem;
  gap: 1rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}.gmv-app_card_ios-5bg {
  background: linear-gradient(135deg,rgba(196, 154, 60, 0.15) 0%,#1A1710 100%);
}.gmv-app_card_android-5bg {
  background: linear-gradient(135deg,rgba(39, 168, 95, 0.15) 0%,#1A1710 100%);
}.gmv-app_card_win-5bg {
  background: linear-gradient(135deg,rgba(232, 184, 75, 0.15) 0%,#1A1710 100%);
}.gmv-app_card_ic-5bg svg {
  stroke-linecap: round;
  width: 34px;
  height: 2.125rem;
  stroke-linejoin: round;
}.gmv-app_card_ic-5bg {
  color: #F2E8D0;
  flex-shrink: 0;
}.gmv-app_card_os-5bg {
  font-weight: 700;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  color: #8C7250;
  font-size: 10px;
  letter-spacing: .08em;
}.gmv-app_card_title-5bg {
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-size: 0.938rem;
  color: #F2E8D0;
  font-weight: 700;
  line-height: 1.2;
}.gmv-app_card_text-5bg {
  font-size: 12px;
  margin-bottom: 0.875rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #8C7250;
}.gmv-app_card_btn-5bg {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  gap: 7px;
  transition: background .2s;
  padding: 0.625rem 18px;
  border: 1px solid rgba(196, 154, 60, 0.45);
  display: inline-flex;
  font-size: 13px;
  color: #F2E8D0;
  font-weight: 700;
  align-items: center;
}.gmv-app_card_btn-5bg:hover {
  background: rgba(255, 255, 255, 0.07);
}.gmv-reg-5bg {
  background: #0E0C09;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.gmv-reg-5bg {
  padding: 2.75rem 1.5rem 0;
}
}.gmv-reg_in-5bg {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #1A1710;
  padding: 28px 24px;
  border-radius: 0.875rem;
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 770px) {.gmv-reg_in-5bg {
  padding: 2.5rem;
}
}.gmv-reg_top-5bg {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.gmv-reg_top-5bg {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.gmv-reg_label-5bg {
  font-weight: 700;
  color: #C49A3C;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 0.688rem;
  text-transform: uppercase;
}.gmv-reg_h2-5bg {
  margin-bottom: 12px;
  line-height: 1.2;
  font-weight: 800;
  font-size: 1.375rem;
  color: #F2E8D0;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 765px) {.gmv-reg_h2-5bg {
  font-size: 1.75rem;
}
}.gmv-reg_bonus-5bg {
  border-radius: 8px;
  background: rgba(232, 184, 75, 0.15);
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  border: 1px solid rgba(232, 184, 75, 0.15);
  align-items: center;
  display: inline-flex;
  margin-bottom: 1rem;
}.gmv-reg_bonus_amount-5bg {
  font-size: 1.25rem;
  font-weight: 800;
  color: #E8B84B;
}.gmv-reg_bonus_text-5bg {
  color: #B09660;
  line-height: 1.35;
  font-size: 13px;
}.gmv-reg_cta_btn-5bg {
  border-radius: 0.5rem;
  background: #27A85F;
  transition: background .2s;
  padding: 14px 32px;
  color: #0E0900;
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 700;
  display: inline-block;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0.25rem 18px rgba(39, 168, 95, 0.42);
}.gmv-reg_cta_btn-5bg:hover {
  background: #2FC470;
}.gmv-reg_terms-5bg {
  line-height: 1.5;
  color: #907655;
  font-size: 11px;
}.gmv-reg_seo-5bg {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.25rem;
  line-height: 1.65;
  color: #8C7250;
  font-size: 13px;
  margin-top: 20px;
  overflow-wrap: break-word;
}.gmv-reg_seo-5bg p {
  line-height: 1.65;
  color: #8C7250;
  font-size: 13px;
  margin-bottom: 0.625rem;
}.gmv-reg_seo-5bg p:last-child {
  margin-bottom: 0;
}.gmv-reg_seo-5bg strong {
  font-weight: 700;
  color: #D4BF8A;
}.gmv-reg_seo-5bg a {
  transition: color .2s;
  color: #C49A3C;
  text-decoration: underline;
}.gmv-reg_seo-5bg a:hover {
  color: #D4AA52;
}.gmv-reg_seo-5bg ul,.gmv-reg_seo-5bg ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.gmv-reg_seo-5bg ol {
  list-style: decimal;
}.gmv-reg_seo-5bg li {
  font-size: 13px;
  color: #8C7250;
  margin-bottom: 4px;
  line-height: 1.65;
}.gmv-reg_seo-5bg table {
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
@media(min-width: 769px) {.gmv-reg_seo-5bg table {
  display: table;
}
}.gmv-reg_seo-5bg th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D4BF8A;
  font-weight: 700;
  text-align: left;
}.gmv-reg_seo-5bg td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8C7250;
}.gmv-reg_steps-5bg {
  gap: 14px;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width: 862px) {.gmv-reg_steps-5bg {
  margin-top: 0;
}
}.gmv-reg_step-5bg {
  gap: 0.875rem;
  border-radius: 0.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.gmv-reg_step_num-5bg {
  border: 1px solid rgba(196, 154, 60, 0.07);
  border-radius: 50%;
  background: rgba(196, 154, 60, 0.15);
  font-weight: 800;
  height: 34px;
  align-items: center;
  width: 2.125rem;
  justify-content: center;
  font-size: 0.875rem;
  display: flex;
  color: #C49A3C;
  flex-shrink: 0;
}.gmv-reg_step_title-5bg {
  font-size: 14px;
  font-weight: 700;
  color: #F2E8D0;
  margin-bottom: 3px;
}.gmv-reg_step_text-5bg {
  color: #8C7250;
  line-height: 1.5;
  font-size: 12px;
}.gmv-reg_trust-5bg {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  padding-top: 1.25rem;
  margin-top: 20px;
  flex-wrap: wrap;
}.gmv-reg_trust_item-5bg {
  gap: 7px;
  font-size: 0.75rem;
  display: flex;
  color: #8C7250;
  align-items: center;
  overflow-wrap: break-word;
}.gmv-reg_trust_ic-5bg svg {
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  color: #C49A3C;
  height: 1rem;
}.gmv-htp-5bg {
  padding: 36px 16px 0;
  background: #0E0C09;
}
@media(min-width: 770px) {.gmv-htp-5bg {
  padding: 44px 24px 0;
}
}.gmv-htp_in-5bg {
  margin: 0 auto;
  max-width: 83.75rem;
}.gmv-htp_head-5bg {
  margin-bottom: 22px;
  max-width: 45rem;
}.gmv-htp_label-5bg {
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #C49A3C;
}.gmv-htp_h2-5bg {
  font-size: 22px;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 8px;
  color: #F2E8D0;
}
@media(min-width: 771px) {.gmv-htp_h2-5bg {
  font-size: 28px;
}
}.gmv-htp_intro-5bg {
  color: #8C7250;
  line-height: 1.6;
  font-size: 0.875rem;
}.gmv-htp_steps-5bg {
  list-style: none;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.gmv-htp_steps-5bg {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.gmv-htp_steps-5bg {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.gmv-htp_step-5bg {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px 18px 1.125rem;
  background: #1A1710;
  position: relative;
  display: flex;
  flex-direction: column;
}.gmv-htp_step_num-5bg {
  background: #C49A3C;
  border-radius: 50%;
  top: -12px;
  height: 28px;
  left: 20px;
  width: 28px;
  font-family: 'Cormorant Garamond', serif;
  align-items: center;
  color: #0E0900;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  position: absolute;
  justify-content: center;
}.gmv-htp_step_ic-5bg {
  background: rgba(196, 154, 60, 0.15);
  margin: 8px 0 12px;
  border-radius: 4px;
  color: #C49A3C;
  width: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
}.gmv-htp_step_ic-5bg svg {
  height: 1.125rem;
  stroke-linecap: round;
  width: 18px;
  stroke-linejoin: round;
}.gmv-htp_step_h-5bg {
  color: #F2E8D0;
  font-size: 0.875rem;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  line-height: 1.25;
}.gmv-htp_step_p-5bg {
  line-height: 1.55;
  color: #8C7250;
  font-size: 13px;
  overflow-wrap: break-word;
}.gmv-htp_step_p-5bg strong {
  font-weight: 600;
  color: #D4BF8A;
}.gmv-htp_cta-5bg {
  padding: 13px 1.625rem;
  background: #27A85F;
  transition: background .2s;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0E0900;
  display: inline-block;
  margin-top: 20px;
}.gmv-htp_cta-5bg:hover {
  background: #2FC470;
}.gmv-bon-5bg {
  background: #0E0C09;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.gmv-bon-5bg {
  padding: 2.75rem 24px 0;
}
}.gmv-bon_in-5bg {
  margin: 0 auto;
  max-width: 83.75rem;
}.gmv-bon_head-5bg {
  margin-bottom: 1.25rem;
}.gmv-bon_label-5bg {
  font-weight: 700;
  text-transform: uppercase;
  color: #C49A3C;
  font-size: 11px;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.gmv-bon_h2-5bg {
  font-size: 20px;
  color: #F2E8D0;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 765px) {.gmv-bon_h2-5bg {
  font-size: 24px;
}
}.gmv-bon_seo-5bg {
  max-width: 620px;
  color: #8C7250;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.gmv-bon_seo-5bg strong {
  font-weight: 700;
  color: #D4BF8A;
}.gmv-bon_seo-5bg a {
  text-decoration: underline;
  color: #C49A3C;
}.gmv-bon_grid-5bg {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.gmv-bon_grid-5bg {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.gmv-bon_grid-5bg {
  grid-template-columns: repeat(5,1fr);
}
}.gmv-bon_card-5bg {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #141108;
  transition: border-color .2s,transform .2s;
}.gmv-bon_card-5bg:hover {
  border-color: rgba(196, 154, 60, 0.07);
  transform: translateY(-2px);
}.gmv-bon_card_ic-5bg svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.625rem;
  height: 26px;
}.gmv-bon_card_ic-5bg {
  margin-bottom: 10px;
}.gmv-bon_card_type-5bg {
  font-size: 10px;
  letter-spacing: .06em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #8C7250;
}.gmv-bon_card_amount-5bg {
  margin-bottom: 0.375rem;
  line-height: 1.1;
  font-size: 1.125rem;
  font-weight: 800;
  color: #E8B84B;
}.gmv-bon_card_name-5bg {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 600;
  color: #F2E8D0;
  font-size: 13px;
}.gmv-bon_card_detail-5bg {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  font-size: 0.688rem;
  padding-top: 8px;
  color: #907655;
  overflow-wrap: break-word;
}.gmv-rv-5bg {
  padding: 36px 1rem 0;
  background: #0E0C09;
}
@media(min-width: 770px) {.gmv-rv-5bg {
  padding: 44px 1.5rem 0;
}
}.gmv-rv_in-5bg {
  margin: 0 auto;
  max-width: 1340px;
}.gmv-rv_head-5bg {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.gmv-rv_label-5bg {
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #C49A3C;
}.gmv-rv_h2-5bg {
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  color: #F2E8D0;
  font-size: 22px;
}
@media(min-width: 771px) {.gmv-rv_h2-5bg {
  font-size: 1.75rem;
}
}.gmv-rv_stats-5bg {
  gap: 1.125rem;
  color: #8C7250;
  flex-wrap: wrap;
  font-size: 0.813rem;
  align-items: center;
  display: flex;
}.gmv-rv_stats_score-5bg {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.gmv-rv_stats_score_val-5bg {
  font-family: 'Cormorant Garamond', serif;
  color: #E8B84B;
  font-weight: 800;
  font-size: 1.375rem;
}.gmv-rv_stats_score_max-5bg {
  color: #907655;
  font-size: 13px;
}.gmv-rv_stats_badge-5bg {
  gap: 4px;
  display: flex;
  align-items: center;
}.gmv-rv_stats_badge-5bg svg {
  color: #E8B84B;
  width: 14px;
  height: 0.875rem;
}.gmv-rv_grid-5bg {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.gmv-rv_grid-5bg {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.gmv-rv_grid-5bg {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.gmv-rv_card-5bg {
  padding: 1.25rem;
  border-radius: 0.5rem;
  background: #1A1710;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-direction: column;
  display: flex;
}.gmv-rv_card_stars-5bg {
  gap: 2px;
  display: flex;
  margin-bottom: 10px;
  color: #E8B84B;
}.gmv-rv_card_stars-5bg svg {
  width: 0.875rem;
  height: 0.875rem;
}.gmv-rv_card_h-5bg {
  line-height: 1.3;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 8px;
  color: #F2E8D0;
}.gmv-rv_card_body-5bg {
  flex: 1;
  font-size: 13px;
  margin-bottom: 14px;
  color: #8C7250;
  line-height: 1.65;
  overflow-wrap: break-word;
}.gmv-rv_card_body-5bg strong {
  color: #D4BF8A;
  font-weight: 600;
}.gmv-rv_card_meta-5bg {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 0.75rem;
  align-items: center;
  justify-content: space-between;
  display: flex;
}.gmv-rv_card_author-5bg {
  font-weight: 600;
  font-size: 0.75rem;
  color: #D4BF8A;
}.gmv-rv_card_date-5bg {
  font-size: 0.688rem;
  color: #907655;
}.gmv-faq-5bg {
  background: #0E0C09;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.gmv-faq-5bg {
  padding: 44px 1.5rem 0;
}
}.gmv-faq_in-5bg {
  margin: 0 auto;
  max-width: 83.75rem;
}.gmv-faq_head-5bg {
  margin-bottom: 1.25rem;
}.gmv-faq_label-5bg {
  margin-bottom: 8px;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C49A3C;
  letter-spacing: .08em;
  font-weight: 700;
}.gmv-faq_h2-5bg {
  color: #F2E8D0;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.gmv-faq_h2-5bg {
  font-size: 24px;
}
}.gmv-faq_list-5bg {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.gmv-faq_item-5bg {
  background: #1A1710;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  overflow: hidden;
}.gmv-faq_q-5bg {
  transition: color .2s;
  padding: 1rem 1.25rem;
  gap: 12px;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #D4BF8A;
  display: flex;
}.gmv-faq_q-5bg:hover {
  color: #F2E8D0;
}.gmv-faq_q_ic-5bg {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  color: #C49A3C;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  font-size: 16px;
  flex-shrink: 0;
  width: 1.5rem;
}.gmv-faq_item-5bg.gmv-state_open-5bg .gmv-faq_q_ic-5bg {
  transform: rotate(45deg);
}.gmv-faq_a-5bg {
  padding: 0 1.25rem 16px;
  font-size: 13px;
  color: #8C7250;
  line-height: 1.7;
  display: none;
  overflow-wrap: break-word;
}.gmv-faq_item-5bg.gmv-state_open-5bg .gmv-faq_a-5bg {
  display: block;
}.gmv-faq_a-5bg strong {
  font-weight: 700;
  color: #D4BF8A;
}.gmv-faq_a-5bg a {
  color: #C49A3C;
  text-decoration: underline;
}.gmv-faq_a-5bg ul,.gmv-faq_a-5bg ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.gmv-faq_a-5bg ol {
  list-style: decimal;
}.gmv-faq_a-5bg li {
  line-height: 1.6;
  margin-bottom: 4px;
}.gmv-faq_a-5bg table {
  margin: 0.5rem 0;
  overflow-x: auto;
  font-size: 0.75rem;
  display: block;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 769px) {.gmv-faq_a-5bg table {
  display: table;
}
}.gmv-faq_a-5bg th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #D4BF8A;
}.gmv-faq_a-5bg td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 0.5rem;
  color: #8C7250;
}.gmv-seo-5bg {
  background: #0E0C09;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.gmv-seo-5bg {
  padding: 2.75rem 24px 0;
}
}.gmv-seo_in-5bg {
  margin: 0 auto;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: #1A1710;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.gmv-seo_in-5bg {
  padding: 2.25rem 2.5rem;
}
}.gmv-seo_label-5bg {
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  color: #C49A3C;
  text-transform: uppercase;
}.gmv-seo_h2-5bg {
  line-height: 1.25;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  color: #F2E8D0;
}
@media(min-width: 770px) {.gmv-seo_h2-5bg {
  font-size: 24px;
}
}.gmv-seo_body-5bg {
  overflow-wrap: break-word;
  color: #B09660;
  font-size: 14px;
  line-height: 1.75;
}.gmv-seo_body-5bg p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #B09660;
}.gmv-seo_body-5bg p:last-child {
  margin-bottom: 0;
}.gmv-seo_body-5bg strong {
  font-weight: 700;
  color: #D4BF8A;
}.gmv-seo_body-5bg a {
  transition: color .2s;
  color: #C49A3C;
  text-decoration: underline;
}.gmv-seo_body-5bg a:hover {
  color: #D4AA52;
}.gmv-seo_body-5bg ul,.gmv-seo_body-5bg ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.gmv-seo_body-5bg ol {
  list-style: decimal;
}.gmv-seo_body-5bg li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 6px;
  color: #B09660;
}.gmv-seo_body-5bg table {
  display: block;
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 0.75rem;
}
@media(min-width: 766px) {.gmv-seo_body-5bg table {
  display: table;
}
}.gmv-seo_body-5bg th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D4BF8A;
  text-align: left;
  font-weight: 700;
}.gmv-seo_body-5bg td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #B09660;
}.gmv-seo_cols-5bg {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 642px) {.gmv-seo_cols-5bg {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.gmv-seo_cols-5bg {
  grid-template-columns: repeat(3,1fr);
}
}.gmv-seo_col_h-5bg {
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 0.813rem;
  color: #D4BF8A;
  overflow-wrap: break-word;
}.gmv-seo_col_p-5bg {
  color: #8C7250;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
}.gmv-seo_stats-5bg {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.gmv-seo_stat-5bg {
  border: 1px solid rgba(196, 154, 60, 0.15);
  border-radius: 0.5rem;
  background: rgba(196, 154, 60, 0.07);
  flex: 1;
  padding: 0.875rem 1rem;
  min-width: 8.75rem;
}.gmv-seo_stat_val-5bg {
  font-size: 20px;
  color: #C49A3C;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-weight: 800;
}.gmv-seo_stat_lb-5bg {
  color: #8C7250;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.gmv-seo-5bg {
  padding: 2.25rem 1rem 0;
  background: #0E0C09;
}
@media(min-width: 767px) {.gmv-seo-5bg {
  padding: 2.75rem 24px 0;
}
}.gmv-seo_in-5bg {
  padding: 28px 1.5rem;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  background: #1A1710;
  max-width: 83.75rem;
}
@media(min-width: 767px) {.gmv-seo_in-5bg {
  padding: 2.25rem 40px;
}
}.gmv-seo_label-5bg {
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #C49A3C;
  font-weight: 700;
  text-transform: uppercase;
}.gmv-seo_h2-5bg {
  line-height: 1.25;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  color: #F2E8D0;
  font-size: 20px;
  margin-bottom: 0.875rem;
  font-weight: 800;
}
@media(min-width: 769px) {.gmv-seo_h2-5bg {
  font-size: 1.5rem;
}
}.gmv-seo_body-5bg {
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #B09660;
}.gmv-seo_body-5bg p {
  color: #B09660;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 12px;
}.gmv-seo_body-5bg p:last-child {
  margin-bottom: 0;
}.gmv-seo_body-5bg strong {
  color: #D4BF8A;
  font-weight: 700;
}.gmv-seo_body-5bg a {
  transition: color .2s;
  text-decoration: underline;
  color: #C49A3C;
}.gmv-seo_body-5bg a:hover {
  color: #D4AA52;
}.gmv-seo_body-5bg ul,.gmv-seo_body-5bg ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.gmv-seo_body-5bg ol {
  list-style: decimal;
}.gmv-seo_body-5bg li {
  color: #B09660;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.gmv-seo_body-5bg table {
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  width: 100%;
  overflow-x: auto;
  font-size: 0.813rem;
  display: block;
}
@media(min-width: 766px) {.gmv-seo_body-5bg table {
  display: table;
}
}.gmv-seo_body-5bg th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  color: #D4BF8A;
  text-align: left;
}.gmv-seo_body-5bg td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #B09660;
}.gmv-seo_cols-5bg {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 639px) {.gmv-seo_cols-5bg {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.gmv-seo_cols-5bg {
  grid-template-columns: repeat(3,1fr);
}
}.gmv-seo_col_h-5bg {
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #D4BF8A;
  font-size: 0.813rem;
}.gmv-seo_col_p-5bg {
  font-size: 13px;
  color: #8C7250;
  overflow-wrap: break-word;
  line-height: 1.65;
}.gmv-seo_stats-5bg {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.gmv-seo_stat-5bg {
  flex: 1;
  background: rgba(196, 154, 60, 0.07);
  border-radius: 0.5rem;
  padding: 14px 16px;
  border: 1px solid rgba(196, 154, 60, 0.15);
  min-width: 8.75rem;
}.gmv-seo_stat_val-5bg {
  color: #C49A3C;
  margin-bottom: 0.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
}.gmv-seo_stat_lb-5bg {
  overflow-wrap: break-word;
  color: #8C7250;
  font-size: 11px;
}.gmv-seo-5bg {
  background: #0E0C09;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.gmv-seo-5bg {
  padding: 44px 1.5rem 0;
}
}.gmv-seo_in-5bg {
  background: #1A1710;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.875rem;
  padding: 28px 24px;
  max-width: 83.75rem;
}
@media(min-width: 766px) {.gmv-seo_in-5bg {
  padding: 36px 2.5rem;
}
}.gmv-seo_label-5bg {
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  color: #C49A3C;
}.gmv-seo_h2-5bg {
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0.875rem;
  color: #F2E8D0;
  line-height: 1.25;
  font-weight: 800;
}
@media(min-width: 769px) {.gmv-seo_h2-5bg {
  font-size: 24px;
}
}.gmv-seo_body-5bg {
  font-size: 14px;
  color: #B09660;
  line-height: 1.75;
  overflow-wrap: break-word;
}.gmv-seo_body-5bg p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #B09660;
}.gmv-seo_body-5bg p:last-child {
  margin-bottom: 0;
}.gmv-seo_body-5bg strong {
  color: #D4BF8A;
  font-weight: 700;
}.gmv-seo_body-5bg a {
  transition: color .2s;
  color: #C49A3C;
  text-decoration: underline;
}.gmv-seo_body-5bg a:hover {
  color: #D4AA52;
}.gmv-seo_body-5bg ul,.gmv-seo_body-5bg ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.gmv-seo_body-5bg ol {
  list-style: decimal;
}.gmv-seo_body-5bg li {
  font-size: 14px;
  line-height: 1.75;
  color: #B09660;
  margin-bottom: 0.375rem;
}.gmv-seo_body-5bg table {
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  width: 100%;
  font-size: 0.813rem;
  display: block;
}
@media(min-width:768px) {.gmv-seo_body-5bg table {
  display: table;
}
}.gmv-seo_body-5bg th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #D4BF8A;
  font-weight: 700;
  text-align: left;
}.gmv-seo_body-5bg td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #B09660;
}.gmv-seo_cols-5bg {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.gmv-seo_cols-5bg {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.gmv-seo_cols-5bg {
  grid-template-columns: repeat(3,1fr);
}
}.gmv-seo_col_h-5bg {
  margin-bottom: 0.438rem;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #D4BF8A;
}.gmv-seo_col_p-5bg {
  color: #8C7250;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.gmv-seo_stats-5bg {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.gmv-seo_stat-5bg {
  border-radius: 8px;
  border: 1px solid rgba(196, 154, 60, 0.15);
  padding: 0.875rem 1rem;
  background: rgba(196, 154, 60, 0.07);
  flex: 1;
  min-width: 8.75rem;
}.gmv-seo_stat_val-5bg {
  font-weight: 800;
  font-size: 20px;
  color: #C49A3C;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}.gmv-seo_stat_lb-5bg {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #8C7250;
}.gmv-ft-5bg {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #090806;
  margin-top: 48px;
}.gmv-ft_support-5bg {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width: 766px) {.gmv-ft_support-5bg {
  padding: 1.75rem 1.5rem;
}
}.gmv-ft_support_in-5bg {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1340px;
}.gmv-ft_support_main-5bg {
  flex: 1;
  gap: 16px;
  display: flex;
  min-width: 13.75rem;
  flex-wrap: wrap;
  align-items: center;
}.gmv-ft_support_ic-5bg {
  color: #C49A3C;
  flex-shrink: 0;
}.gmv-ft_support_ic-5bg svg {
  stroke-linejoin: round;
  width: 30px;
  stroke-linecap: round;
  height: 30px;
}.gmv-ft_support_text_title-5bg {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
  overflow-wrap: break-word;
  color: #F2E8D0;
}.gmv-ft_support_text_sub-5bg {
  font-size: 12px;
  color: #8C7250;
  overflow-wrap: break-word;
}.gmv-ft_support_btn-5bg {
  border-radius: 0.5rem;
  transition: background .2s;
  background: #C49A3C;
  padding: 11px 22px;
  font-size: 0.813rem;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
  color: #F2E8D0;
}.gmv-ft_support_btn-5bg:hover {
  background: #D4AA52;
}.gmv-ft_support_contacts-5bg {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.gmv-ft_support_contact-5bg {
  line-height: 1.4;
  font-size: 0.75rem;
  color: #907655;
}.gmv-ft_support_contact-5bg strong {
  color: #B09660;
  font-size: 0.688rem;
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
}.gmv-ft_main-5bg {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.gmv-ft_main-5bg {
  padding: 2.5rem 24px 32px;
}
}.gmv-ft_main_in-5bg {
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 83.75rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 639px) {.gmv-ft_main_in-5bg {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.gmv-ft_main_in-5bg {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.gmv-ft_col_logo-5bg {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.gmv-ft_col_logo-5bg {
  grid-column: auto;
}
}.gmv-ft_logo-5bg {
  gap: 0.563rem;
  color: #F2E8D0;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.75rem;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.gmv-ft_logo_mark-5bg {
  border-radius: 4px;
  overflow: hidden;
  height: 1.875rem;
  width: 30px;
}.gmv-ft_logo_mark-5bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.gmv-ft_logo_sub-5bg {
  max-width: 12.5rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 0.75rem;
  color: #907655;
}.gmv-ft_col_title-5bg {
  font-weight: 700;
  letter-spacing: .07em;
  margin-bottom: 14px;
  text-transform: uppercase;
  color: #B09660;
  font-size: 0.75rem;
}.gmv-ft_col_links-5bg {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.gmv-ft_col_link-5bg {
  transition: color .2s;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #907655;
}.gmv-ft_col_link-5bg:hover {
  color: #D4BF8A;
}.gmv-ft_apps-5bg {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.gmv-ft_app_card-5bg {
  padding: 0.625rem 12px;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  align-items: center;
  display: flex;
}.gmv-ft_app_card-5bg:hover {
  border-color: rgba(196, 154, 60, 0.45);
}.gmv-ft_app_card_ic-5bg svg {
  stroke-linejoin: round;
  height: 22px;
  stroke-linecap: round;
  width: 1.375rem;
}.gmv-ft_app_card_os-5bg {
  color: #907655;
  font-weight: 600;
  font-size: 0.625rem;
}.gmv-ft_app_card_action-5bg {
  font-size: 12px;
  color: #D4BF8A;
  font-weight: 700;
}.gmv-ft_bot-5bg {
  padding: 20px 1rem;
}
@media(min-width: 767px) {.gmv-ft_bot-5bg {
  padding: 20px 1.5rem;
}
}.gmv-ft_bot_in-5bg {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  display: flex;
  max-width: 1340px;
  flex-wrap: wrap;
}.gmv-ft_socials-5bg {
  gap: 8px;
  display: flex;
}.gmv-ft_soc-5bg {
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  align-items: center;
  display: flex;
  width: 36px;
  justify-content: center;
  color: #B09660;
  height: 2.25rem;
}.gmv-ft_soc-5bg svg {
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.gmv-ft_soc-5bg:hover {
  background: rgba(255, 255, 255, 0.07);
}.gmv-ft_legal-5bg {
  flex: 1;
  min-width: 200px;
  line-height: 1.6;
  font-size: 11px;
  overflow-wrap: break-word;
  color: #8C7655;
}.gmv-ft_legal-5bg strong {
  color: #B09660;
  font-weight: 700;
}.gmv-ft_legal-5bg a {
  color: #B09660;
  text-decoration: underline;
}.gmv-ft_age-5bg {
  border: 2px solid #8C7655;
  border-radius: 50%;
  font-weight: 800;
  display: flex;
  margin-left: auto;
  height: 2rem;
  align-items: center;
  flex-shrink: 0;
  width: 32px;
  justify-content: center;
  color: #8C7655;
  font-size: 11px;
}