*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background-color: #0E0B0B;
  color: #CFC6C6;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  font-family: 'DM Sans', sans-serif;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
}a {
  text-decoration: none;
  color: inherit;
}.yvz-layout-ugi {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.yvz-page-ugi {
  display: flex;
  min-height: 100vh;
}.yvz-main-ugi {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media screen and (min-width: 1077px) {.yvz-main-ugi {
  padding-left: 220px;
}
}
@media screen and (max-width: 1082px) {.yvz-main-ugi {
  padding-bottom: 72px;
}
}.yvz-gc-ugi {
  border-radius: 8px;
  transition: transform .2s,border-color .2s;
  background: #131010;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  width: 8.75rem;
  flex-shrink: 0;
  cursor: pointer;
}
@media(min-width: 638px) {.yvz-gc-ugi {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.yvz-gc-ugi {
  width: 168px;
}
}.yvz-gc-ugi:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 32, 32, 0.08);
}.yvz-gc_img-ugi {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.yvz-gc_img-ugi img {
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}.yvz-gc_hover-ugi {
  transition: opacity .2s;
  background: rgba(9, 7, 7, 0.72);
  inset: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  display: flex;
}.yvz-gc-ugi:hover .yvz-gc_hover-ugi {
  opacity: 1;
}.yvz-gc_hover_btn-ugi {
  padding: 8px 16px;
  border-radius: 0.313rem;
  background: #C82020;
  color: #F4EEEE;
  font-size: 0.75rem;
  font-weight: 700;
}.yvz-gc_info-ugi {
  padding: 0.5rem 0.625rem 10px;
}.yvz-gc_name-ugi {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #CFC6C6;
  font-weight: 600;
  margin-bottom: 3px;
  white-space: nowrap;
}.yvz-gc_prov-ugi {
  font-size: 0.625rem;
  color: #5E4F4F;
}.yvz-gc_tag-ugi {
  border-radius: 0.25rem;
  padding: 2px 7px;
  font-size: 9px;
  z-index: 2;
  left: 0.375rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  position: absolute;
  top: 0.375rem;
}.yvz-gc_tag_hot-ugi {
  background: #E03030;
  color: #fff;
}.yvz-gc_tag_new-ugi {
  background: #2DBD6E;
  color: #0E0B0B;
}.yvz-gc_tag_jp-ugi {
  background: #D4922A;
  color: #0E0B0B;
}.yvz-gc_tag_ex-ugi {
  background: #8C1A1A;
  color: #fff;
}.yvz-gc_tag_live-ugi {
  background: #E03030;
  color: #fff;
}.yvz-gr-ugi {
  background: #0E0B0B;
  padding: 32px 16px 0;
}
@media(min-width: 769px) {.yvz-gr-ugi {
  padding: 36px 1.5rem 0;
}
}.yvz-gr_in-ugi {
  margin: 0 auto;
  max-width: 82.5rem;
}.yvz-gr_head-ugi {
  gap: 0.75rem;
  display: flex;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
}.yvz-gr_head_l-ugi {
  gap: 0.625rem;
  flex: 1;
  align-items: center;
  display: flex;
  min-width: 0;
}.yvz-gr_ic-ugi {
  border-radius: 8px;
  height: 32px;
  width: 32px;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.yvz-gr_ic-ugi svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  width: 16px;
}.yvz-gr_title-ugi {
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EEEE;
  font-size: 16px;
  overflow-wrap: break-word;
  font-weight: 700;
}
@media(min-width: 771px) {.yvz-gr_title-ugi {
  font-size: 1.125rem;
}
}.yvz-gr_more-ugi {
  gap: 5px;
  transition: color .2s;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
  color: #7A6868;
  flex-shrink: 0;
  font-size: 12px;
  display: flex;
}.yvz-gr_more-ugi:hover {
  color: #C82020;
}.yvz-gr_more-ugi svg {
  stroke-linecap: round;
  height: 0.75rem;
  stroke-linejoin: round;
  width: 12px;
}.yvz-gr_arrows-ugi {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.yvz-gr_arr-ugi {
  transition: background .15s,color .15s;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  align-items: center;
  color: #A08E8E;
  display: flex;
  height: 30px;
  width: 30px;
}.yvz-gr_arr-ugi:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4EEEE;
}.yvz-gr_arr-ugi svg {
  height: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
}.yvz-gr_seo_h-ugi {
  margin: 0 0 6px;
  color: #CFC6C6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 680px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
}
@media(min-width: 769px) {.yvz-gr_seo_h-ugi {
  font-size: 0.875rem;
}
}.yvz-gr_seo-ugi {
  line-height: 1.55;
  margin-bottom: 12px;
  color: #7A6868;
  max-width: 680px;
  overflow-wrap: break-word;
  font-size: 12px;
}.yvz-gr_seo-ugi strong {
  color: #CFC6C6;
  font-weight: 600;
}.yvz-gr_scroll-ugi {
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
  display: flex;
}.yvz-gr_scroll-ugi::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.yvz-gr_scroll-ugi {
  gap: 12px;
}
}.yvz-tb-ugi {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0E0B0B;
  position: fixed;
  z-index: 80;
  left: 0;
  align-items: center;
  right: 0;
  height: 3.5rem;
  top: 0;
  display: flex;
}.yvz-tb_in-ugi {
  padding: 0 14px;
  gap: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}.yvz-tb_burger-ugi {
  gap: 0.313rem;
  border-radius: 8px;
  width: 38px;
  margin-right: 0.5rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 2.375rem;
  flex-shrink: 0;
  display: flex;
}.yvz-tb_burger-ugi:hover {
  background: rgba(255, 255, 255, 0.05);
}.yvz-tb_burger_line-ugi {
  border-radius: 1px;
  background: #A08E8E;
  display: block;
  width: 1.125rem;
  height: 2px;
}
@media(min-width: 1081px) {.yvz-tb_burger-ugi {
  display: none;
}
}.yvz-tb_logo-ugi {
  gap: 0.563rem;
  letter-spacing: -.01em;
  color: #F4EEEE;
  font-weight: 800;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  flex-shrink: 0;
  font-size: 18px;
  margin-right: 1.25rem;
}.yvz-tb_logo_mark-ugi {
  overflow: hidden;
  border-radius: 0.5rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 32px;
}.yvz-tb_logo_mark-ugi img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.yvz-tb_nav-ugi {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.yvz-tb_nav-ugi {
  display: flex;
}
}.yvz-tb_tab-ugi {
  padding: 0.5rem 14px;
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
  color: #A08E8E;
}.yvz-tb_tab-ugi:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EEEE;
}.yvz-tb_tab-ugi.yvz-state_active-ugi {
  background: rgba(200, 32, 32, 0.18);
  color: #F4EEEE;
}.yvz-tb_right-ugi {
  gap: 8px;
  align-items: center;
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
}.yvz-tb_login-ugi {
  border-radius: 0.5rem;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 16px;
  font-weight: 600;
  font-size: 13px;
  color: #CFC6C6;
  display: none;
}.yvz-tb_login-ugi:hover {
  border-color: rgba(200, 32, 32, 0.55);
  color: #F4EEEE;
}
@media(min-width: 477px) {.yvz-tb_login-ugi {
  display: block;
}
}.yvz-tb_reg-ugi {
  transition: background .2s;
  padding: 9px 18px;
  border-radius: 0.5rem;
  background: #2DBD6E;
  color: #100B0B;
  font-weight: 700;
  white-space: nowrap;
  font-size: 13px;
}.yvz-tb_reg-ugi:hover {
  background: #38D47E;
}.yvz-sb-ugi {
  transition: transform .25s ease;
  background: #171212;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  left: 0;
  z-index: 70;
  position: fixed;
  width: 220px;
  bottom: 0;
  overflow-y: auto;
  top: 56px;
}.yvz-sb-ugi.yvz-state_open-ugi {
  transform: translateX(0);
}.yvz-sb-ugi::-webkit-scrollbar {
  width: 4px;
}.yvz-sb-ugi::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.yvz-sb-ugi {
  transform: translateX(0);
}
}.yvz-sb_auth-ugi {
  padding: 14px 0.75rem 10px;
}.yvz-sb_btn_reg-ugi {
  border-radius: 0.5rem;
  padding: 11px;
  background: #2DBD6E;
  transition: background .2s;
  color: #100B0B;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
  display: block;
}.yvz-sb_btn_reg-ugi:hover {
  background: #38D47E;
}.yvz-sb_btn_login-ugi {
  border-radius: 0.5rem;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #CFC6C6;
  text-align: center;
  font-weight: 600;
  font-size: 0.813rem;
  display: block;
}.yvz-sb_btn_login-ugi:hover {
  border-color: rgba(200, 32, 32, 0.55);
  color: #F4EEEE;
}.yvz-sb_promo-ugi {
  overflow: hidden;
  padding: 0.75rem 0.875rem;
  border-radius: 8px;
  margin: 0 12px 0.625rem;
  background: linear-gradient(135deg,#4A0C0C,#171212);
  border: 1px solid rgba(200, 32, 32, 0.18);
  position: relative;
}.yvz-sb_promo-ugi::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 32, 32, 0.18),transparent 70%);
  width: 80px;
  content: '';
  position: absolute;
  top: -20px;
  height: 80px;
  right: -1.25rem;
}.yvz-sb_promo_title-ugi {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 0.688rem;
  color: #C82020;
  margin-bottom: 0.25rem;
  font-weight: 700;
}.yvz-sb_promo_text-ugi {
  font-weight: 600;
  font-size: 12px;
  color: #F4EEEE;
  line-height: 1.35;
  overflow-wrap: break-word;
}.yvz-sb_promo_sub-ugi {
  color: #7A6868;
  margin-top: 3px;
  font-size: 0.625rem;
}.yvz-sb_nav-ugi {
  padding: 0.375rem 0.5rem 1rem;
}.yvz-sb_nav_lb-ugi {
  padding: 0.625rem 8px 6px;
  font-weight: 700;
  color: #5E4F4F;
  font-size: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.yvz-sb_link-ugi {
  transition: background .15s,color .15s;
  border-radius: 0.313rem;
  padding: 9px 10px;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  overflow-wrap: break-word;
  color: #A08E8E;
  align-items: center;
}.yvz-sb_link-ugi:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EEEE;
}.yvz-sb_link-ugi.yvz-state_active-ugi {
  background: rgba(200, 32, 32, 0.18);
  color: #F4EEEE;
}.yvz-sb_ic-ugi {
  border-radius: 0.313rem;
  width: 30px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  height: 1.875rem;
  justify-content: center;
}.yvz-sb_ic-ugi svg {
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
}.yvz-sb_ic_1-ugi {
  background: rgba(200, 32, 32, 0.08);
  color: #C82020;
}.yvz-sb_ic_2-ugi {
  background: rgba(45, 189, 110, 0.16);
  color: #2DBD6E;
}.yvz-sb_ic_3-ugi {
  background: rgba(212, 146, 42, 0.16);
  color: #D4922A;
}.yvz-sb_ic_4-ugi {
  background: rgba(140, 26, 26, 0.25);
  color: #8C1A1A;
}.yvz-sb_ic_5-ugi {
  background: rgba(200, 32, 32, 0.08);
  color: #D44F8C;
}.yvz-sb_ic_6-ugi {
  background: rgba(140, 26, 26, 0.25);
  color: #9B3FD4;
}.yvz-sb_badge-ugi {
  border-radius: 0.313rem;
  background: #D4922A;
  padding: 2px 0.438rem;
  font-weight: 700;
  font-size: 9px;
  color: #100B0B;
  margin-left: auto;
}.yvz-sb_bot-ugi {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  display: flex;
}.yvz-sb_lang-ugi,.yvz-sb_help-ugi {
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 0.375rem;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  flex: 1;
  color: #A08E8E;
  font-weight: 600;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}.yvz-sb_lang-ugi:hover,.yvz-sb_help-ugi:hover {
  border-color: rgba(200, 32, 32, 0.55);
  color: #F4EEEE;
}.yvz-sb_lang-ugi svg,.yvz-sb_help-ugi svg {
  height: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
}.yvz-sb_bd-ugi {
  background: rgba(9, 7, 7, 0.72);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.yvz-sb_bd-ugi.yvz-state_on-ugi {
  display: block;
}
@media(min-width:1080px) {.yvz-sb_bd-ugi {
  display: none!important;
}
}.yvz-mob_nav-ugi {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #171212;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  z-index: 80;
  display: flex;
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
}
@media(min-width: 1082px) {.yvz-mob_nav-ugi {
  display: none;
}
}.yvz-mob_nav_item-ugi {
  flex: 1;
  gap: 4px;
  padding: 4px 2px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  color: #5E4F4F;
  align-items: center;
}.yvz-mob_nav_ic-ugi {
  line-height: 1;
}.yvz-mob_nav_ic-ugi svg {
  width: 20px;
  stroke-linejoin: round;
  height: 20px;
  stroke-linecap: round;
}.yvz-mob_nav_lb-ugi {
  color: #5E4F4F;
  font-weight: 600;
  font-size: 10px;
}.yvz-mob_nav_item-ugi.yvz-state_active-ugi {
  color: #C82020;
}.yvz-mob_nav_item-ugi.yvz-state_active-ugi .yvz-mob_nav_lb-ugi {
  color: #C82020;
}.yvz-hero-ugi {
  padding: 20px 16px 0;
  background: #0E0B0B;
}
@media(min-width: 769px) {.yvz-hero-ugi {
  padding: 24px 24px 0;
}
}.yvz-hero_in-ugi {
  gap: 0.75rem;
  margin: 0 auto;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 861px) {.yvz-hero_in-ugi {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1098px) {.yvz-hero_in-ugi {
  grid-template-columns: 1fr 340px;
}
}.yvz-hero_promo-ugi {
  overflow: hidden;
  background: #131010;
  border-radius: 0.875rem;
  display: flex;
  position: relative;
  min-height: 220px;
  align-items: stretch;
}
@media(min-width: 767px) {.yvz-hero_promo-ugi {
  min-height: 17.5rem;
}
}.yvz-hero_promo_bg-ugi {
  background: linear-gradient(120deg,#4A0C0C 0%,#0E0B0B 100%);
  inset: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
}.yvz-hero_promo_bg-ugi::after {
  inset: 0;
  background: linear-gradient(90deg,#0E0B0B 0%,rgba(9, 7, 7, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.yvz-hero_promo_glow-ugi {
  background: radial-gradient(circle,rgba(140, 26, 26, 0.25) 0%,transparent 65%);
  border-radius: 50%;
  height: 300px;
  right: 3.75rem;
  pointer-events: none;
  width: 18.75rem;
  top: -2.5rem;
  position: absolute;
}.yvz-hero_promo_ct-ugi {
  padding: 1.75rem 1.5rem 28px 1.75rem;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  display: flex;
  position: relative;
  max-width: 480px;
}
@media(min-width: 770px) {.yvz-hero_promo_ct-ugi {
  padding: 2.5rem 2rem;
}
}.yvz-hero_badge-ugi {
  border: 1px solid rgba(200, 32, 32, 0.08);
  border-radius: 1.25rem;
  padding: 0.313rem 0.75rem;
  background: rgba(200, 32, 32, 0.18);
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
  font-size: 10px;
  color: #C82020;
  font-weight: 700;
}.yvz-hero_h1-ugi {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.625rem;
  color: #F4EEEE;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  line-height: 1.15;
  font-weight: 800;
}.yvz-hero_h1-ugi em {
  font-style: normal;
  color: #D4922A;
}
@media(min-width: 766px) {.yvz-hero_h1-ugi {
  font-size: 2.25rem;
}
}.yvz-hero_sub-ugi {
  line-height: 1.55;
  font-size: 13px;
  color: #A08E8E;
  margin-bottom: 20px;
}
@media(min-width: 770px) {.yvz-hero_sub-ugi {
  font-size: 14px;
}
}.yvz-hero_row-ugi {
  gap: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.yvz-hero_cta-ugi {
  transition: background .2s;
  padding: 13px 1.625rem;
  background: #2DBD6E;
  border-radius: 8px;
  color: #100B0B;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 2px 0 rgba(10, 60, 30, 0.9), 0 0.25rem 1rem rgba(45, 189, 110, 0.38);
}.yvz-hero_cta-ugi:hover {
  background: #38D47E;
}.yvz-hero_terms-ugi {
  font-size: 0.688rem;
  color: #5E4F4F;
}.yvz-hero_game-ugi {
  background: #131010;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.875rem;
  flex-direction: column;
  position: relative;
  display: flex;
}.yvz-hero_game_badge-ugi {
  border: 1px solid rgba(212, 146, 42, 0.16);
  background: rgba(212, 146, 42, 0.16);
  padding: 0.313rem 0.625rem;
  border-radius: 20px;
  font-weight: 700;
  position: absolute;
  color: #D4922A;
  z-index: 3;
  left: 12px;
  font-size: 0.625rem;
  top: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}.yvz-hero_game_badge-ugi svg {
  height: 0.688rem;
  width: 0.688rem;
  margin-right: 4px;
  vertical-align: -1px;
}.yvz-hero_game_img-ugi {
  overflow: hidden;
  background: linear-gradient(135deg,#4A0C0C,#0E0B0B);
  padding-bottom: 60%;
  position: relative;
}.yvz-hero_game_img-ugi img {
  inset: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}.yvz-hero_game_play-ugi {
  transition: opacity .2s;
  inset: 0;
  background: rgba(9, 7, 7, 0.72);
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
  opacity: 0;
}.yvz-hero_game-ugi:hover .yvz-hero_game_play-ugi {
  opacity: 1;
}.yvz-hero_game_play-ugi span {
  background: #C82020;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  height: 3.25rem;
  align-items: center;
  width: 3.25rem;
}.yvz-hero_game_play-ugi span svg {
  height: 18px;
  width: 1.125rem;
  margin-left: 2px;
}.yvz-hero_game_info-ugi {
  padding: 0.875rem 1rem;
}.yvz-hero_game_title-ugi {
  font-size: 0.938rem;
  margin-bottom: 0.25rem;
  color: #F4EEEE;
  font-weight: 700;
  overflow-wrap: break-word;
}.yvz-hero_game_provider-ugi {
  color: #7A6868;
  font-size: 11px;
}.yvz-hero_game_btn-ugi {
  margin: 12px 16px 16px;
  background: #C82020;
  padding: 11px;
  transition: background .2s;
  border-radius: 0.5rem;
  font-size: 13px;
  display: block;
  font-weight: 700;
  text-align: center;
  color: #F4EEEE;
}.yvz-hero_game-ugi:hover .yvz-hero_game_btn-ugi {
  background: #E02828;
}.yvz-wy-ugi {
  padding: 2rem 16px 0;
  background: #0E0B0B;
}
@media(min-width: 770px) {.yvz-wy-ugi {
  padding: 40px 1.5rem 0;
}
}.yvz-wy_in-ugi {
  margin: 0 auto;
  max-width: 82.5rem;
}.yvz-wy_head-ugi {
  margin-bottom: 1.125rem;
  max-width: 720px;
}.yvz-wy_label-ugi {
  font-weight: 700;
  margin-bottom: 8px;
  color: #C82020;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.yvz-wy_h2-ugi {
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
  color: #F4EEEE;
}
@media(min-width: 766px) {.yvz-wy_h2-ugi {
  font-size: 24px;
}
}.yvz-wy_intro-ugi {
  margin: 0;
  line-height: 1.6;
  font-size: 13px;
  color: #7A6868;
}.yvz-wy_grid-ugi {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.yvz-wy_grid-ugi {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.yvz-wy_grid-ugi {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.yvz-wy_card-ugi {
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.25rem;
  background: #171212;
  border-radius: 8px;
}.yvz-wy_card-ugi:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 32, 32, 0.08);
}.yvz-wy_card_ic-ugi {
  border-radius: 50%;
  background: rgba(200, 32, 32, 0.18);
  justify-content: center;
  width: 44px;
  align-items: center;
  display: flex;
  height: 2.75rem;
  margin-bottom: 0.875rem;
  color: #C82020;
}.yvz-wy_card_ic-ugi svg {
  height: 1.375rem;
  width: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.yvz-wy_card_h-ugi {
  line-height: 1.25;
  color: #F4EEEE;
  font-size: 15px;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 6px;
}.yvz-wy_card_p-ugi {
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #7A6868;
}.yvz-wy_card_p-ugi strong {
  color: #CFC6C6;
  font-weight: 600;
}.yvz-gr_jp-ugi {
  border-radius: 14px;
  padding: 1.25rem;
  background: linear-gradient(135deg,#2A0D3A 0%,#0D0910 100%);
  overflow: hidden;
  position: relative;
}.yvz-gr_jp-ugi::before {
  background: radial-gradient(circle,rgba(140, 26, 26, 0.25) 0%,transparent 70%);
  border-radius: 50%;
  height: 15.625rem;
  width: 15.625rem;
  position: absolute;
  left: -60px;
  content: '';
  top: -3.75rem;
}.yvz-gr_jp-ugi::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212, 146, 42, 0.16) 0%,transparent 70%);
  right: 0;
  height: 12.5rem;
  content: '';
  width: 200px;
  position: absolute;
  bottom: -40px;
}.yvz-gr_jp_head-ugi {
  gap: 16px;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.yvz-gr_jp_info-ugi {
  flex: 1;
}.yvz-gr_jp_label-ugi {
  margin-bottom: 6px;
  color: #9B3FD4;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}.yvz-gr_jp_label-ugi svg {
  stroke-linejoin: round;
  height: 0.875rem;
  width: 14px;
  vertical-align: -2px;
  margin-right: 4px;
  stroke-linecap: round;
}.yvz-gr_jp_amount-ugi {
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 2rem;
  line-height: 1;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EEEE;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.yvz-gr_jp_amount-ugi {
  font-size: 2.5rem;
}
}.yvz-gr_jp_amount-ugi span {
  color: #D4922A;
}.yvz-gr_jp_seo-ugi {
  max-width: 480px;
  color: #A08E8E;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.5;
}.yvz-gr_jp_cta-ugi {
  border: 1px solid rgba(140, 26, 26, 0.25);
  padding: 0.688rem 1.25rem;
  background: rgba(140, 26, 26, 0.25);
  border-radius: 0.5rem;
  transition: background .2s;
  align-self: flex-start;
  flex-shrink: 0;
  font-weight: 700;
  color: #F4EEEE;
  position: relative;
  margin-top: 0.25rem;
  font-size: 13px;
  z-index: 1;
  white-space: nowrap;
}.yvz-gr_jp_cta-ugi:hover {
  background: #8C1A1A;
}.yvz-gcg-ugi {
  background: #0E0B0B;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.yvz-gcg-ugi {
  padding: 44px 1.5rem 0;
}
}.yvz-gcg_in-ugi {
  margin: 0 auto;
  max-width: 82.5rem;
}.yvz-gcg_head-ugi {
  margin-bottom: 20px;
  max-width: 45rem;
}.yvz-gcg_label-ugi {
  font-size: 11px;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #C82020;
  text-transform: uppercase;
  font-weight: 700;
}.yvz-gcg_h2-ugi {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.375rem;
  font-weight: 800;
  color: #F4EEEE;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.yvz-gcg_h2-ugi {
  font-size: 1.75rem;
}
}.yvz-gcg_intro-ugi {
  font-size: 13px;
  line-height: 1.6;
  color: #7A6868;
}.yvz-gcg_grid-ugi {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.yvz-gcg_grid-ugi {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.yvz-gcg_grid-ugi {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.yvz-gcg_card-ugi {
  overflow: hidden;
  padding: 20px;
  border-radius: 14px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  justify-content: flex-end;
  min-height: 240px;
}.yvz-gcg_card-ugi:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 32, 32, 0.18);
}.yvz-gcg_card_bg-ugi {
  inset: 0;
  z-index: 0;
  position: absolute;
}.yvz-gcg_card_bg-ugi::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.yvz-gcg_card_ic-ugi {
  border-radius: 0.313rem;
  background: rgba(0,0,0,.45);
  top: 18px;
  height: 40px;
  color: #F4EEEE;
  right: 18px;
  z-index: 2;
  position: absolute;
  width: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
}.yvz-gcg_card_ic-ugi svg {
  stroke-linejoin: round;
  width: 1.25rem;
  stroke-linecap: round;
  height: 20px;
}.yvz-gcg_card_ct-ugi {
  position: relative;
  z-index: 1;
}.yvz-gcg_card_h-ugi {
  font-size: 18px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #F4EEEE;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.yvz-gcg_card_h-ugi {
  font-size: 20px;
}
}.yvz-gcg_card_p-ugi {
  overflow-wrap: break-word;
  line-height: 1.55;
  margin-bottom: 0.625rem;
  font-size: 12px;
  color: rgba(255,255,255,.82);
}.yvz-gcg_card_p-ugi strong {
  font-weight: 600;
  color: #F4EEEE;
}.yvz-gcg_card_cta-ugi {
  gap: 0.25rem;
  font-size: 0.75rem;
  display: inline-flex;
  color: #C82020;
  letter-spacing: .04em;
  text-transform: uppercase;
  align-items: center;
  font-weight: 700;
}.yvz-gcg_card_cta-ugi svg {
  stroke-linecap: round;
  height: 12px;
  width: 12px;
  stroke-linejoin: round;
}.yvz-ws-ugi {
  background: #0E0B0B;
  padding: 32px 1rem 0;
}
@media(min-width: 766px) {.yvz-ws-ugi {
  padding: 2.25rem 1.5rem 0;
}
}.yvz-ws_in-ugi {
  margin: 0 auto;
  max-width: 82.5rem;
}.yvz-ws_head-ugi {
  gap: 0.75rem;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}.yvz-ws_title-ugi {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  display: flex;
  color: #F4EEEE;
  overflow-wrap: break-word;
  font-size: 16px;
}.yvz-ws_title_ic-ugi svg {
  color: #D4922A;
  width: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.125rem;
}.yvz-ws_online-ugi {
  gap: 0.438rem;
  font-weight: 600;
  display: flex;
  font-size: 0.75rem;
  align-items: center;
  color: #7A6868;
}.yvz-ws_online_dot-ugi {
  border-radius: 50%;
  background: #2DBD6E;
  height: 0.5rem;
  flex-shrink: 0;
  width: 8px;
  box-shadow: 0 0 0.375rem rgba(45, 189, 110, 0.16);
}.yvz-ws_scroll-ugi {
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  display: flex;
}.yvz-ws_scroll-ugi::-webkit-scrollbar {
  display: none;
}.yvz-wc-ugi {
  padding: 10px 14px;
  gap: 0.625rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #131010;
  min-width: 220px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.yvz-wc_img-ugi {
  background: #171212;
  overflow: hidden;
  border-radius: 0.313rem;
  width: 36px;
  flex-shrink: 0;
  height: 2.25rem;
}.yvz-wc_img-ugi img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.yvz-wc_info-ugi {
  min-width: 0;
}.yvz-wc_game-ugi {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  color: #CFC6C6;
  white-space: nowrap;
  font-weight: 600;
}.yvz-wc_player-ugi {
  overflow: hidden;
  font-size: 0.625rem;
  white-space: nowrap;
  color: #5E4F4F;
  text-overflow: ellipsis;
}.yvz-wc_amount-ugi {
  white-space: nowrap;
  font-size: 0.813rem;
  flex-shrink: 0;
  color: #2DBD6E;
  margin-left: auto;
  font-weight: 700;
}.yvz-reg-ugi {
  background: #0E0B0B;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.yvz-reg-ugi {
  padding: 44px 24px 0;
}
}.yvz-reg_in-ugi {
  border-radius: 0.875rem;
  background: #171212;
  margin: 0 auto;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  max-width: 1320px;
}
@media(min-width: 765px) {.yvz-reg_in-ugi {
  padding: 40px;
}
}.yvz-reg_top-ugi {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 858px) {.yvz-reg_top-ugi {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.yvz-reg_label-ugi {
  letter-spacing: .08em;
  color: #C82020;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
}.yvz-reg_h2-ugi {
  color: #F4EEEE;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  line-height: 1.2;
  font-size: 22px;
}
@media(min-width: 766px) {.yvz-reg_h2-ugi {
  font-size: 28px;
}
}.yvz-reg_bonus-ugi {
  background: rgba(212, 146, 42, 0.16);
  padding: 0.625rem 16px;
  border: 1px solid rgba(212, 146, 42, 0.16);
  border-radius: 0.5rem;
  gap: 0.5rem;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}.yvz-reg_bonus_amount-ugi {
  color: #D4922A;
  font-weight: 800;
  font-size: 1.25rem;
}.yvz-reg_bonus_text-ugi {
  color: #A08E8E;
  line-height: 1.35;
  font-size: 0.813rem;
}.yvz-reg_cta_btn-ugi {
  padding: 14px 32px;
  background: #2DBD6E;
  border-radius: 8px;
  transition: background .2s;
  font-size: 0.938rem;
  margin-bottom: 12px;
  display: inline-block;
  font-weight: 700;
  box-shadow: 0 2px 0 rgba(10, 60, 30, 0.9), 0 0.25rem 1rem rgba(45, 189, 110, 0.38);
  color: #100B0B;
}.yvz-reg_cta_btn-ugi:hover {
  background: #38D47E;
}.yvz-reg_terms-ugi {
  line-height: 1.5;
  color: #5E4F4F;
  font-size: 0.688rem;
}.yvz-reg_seo-ugi {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  padding-top: 20px;
  margin-top: 20px;
  overflow-wrap: break-word;
  color: #7A6868;
  font-size: 0.813rem;
}.yvz-reg_seo-ugi p {
  font-size: 0.813rem;
  color: #7A6868;
  margin-bottom: 10px;
  line-height: 1.65;
}.yvz-reg_seo-ugi p:last-child {
  margin-bottom: 0;
}.yvz-reg_seo-ugi strong {
  color: #CFC6C6;
  font-weight: 700;
}.yvz-reg_seo-ugi a {
  transition: color .2s;
  text-decoration: underline;
  color: #C82020;
}.yvz-reg_seo-ugi a:hover {
  color: #E02828;
}.yvz-reg_seo-ugi ul,.yvz-reg_seo-ugi ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.yvz-reg_seo-ugi ol {
  list-style: decimal;
}.yvz-reg_seo-ugi li {
  font-size: 13px;
  margin-bottom: 0.25rem;
  line-height: 1.65;
  color: #7A6868;
}.yvz-reg_seo-ugi table {
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
  display: block;
  margin-bottom: 10px;
  overflow-x: auto;
}
@media(min-width: 765px) {.yvz-reg_seo-ugi table {
  display: table;
}
}.yvz-reg_seo-ugi th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  font-weight: 700;
  color: #CFC6C6;
  text-align: left;
}.yvz-reg_seo-ugi td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A6868;
}.yvz-reg_steps-ugi {
  gap: 0.875rem;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width: 857px) {.yvz-reg_steps-ugi {
  margin-top: 0;
}
}.yvz-reg_step-ugi {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  gap: 14px;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.yvz-reg_step_num-ugi {
  border-radius: 50%;
  border: 1px solid rgba(200, 32, 32, 0.08);
  background: rgba(200, 32, 32, 0.18);
  width: 2.125rem;
  align-items: center;
  font-weight: 800;
  flex-shrink: 0;
  color: #C82020;
  display: flex;
  justify-content: center;
  height: 2.125rem;
  font-size: 0.875rem;
}.yvz-reg_step_title-ugi {
  color: #F4EEEE;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}.yvz-reg_step_text-ugi {
  line-height: 1.5;
  font-size: 12px;
  color: #7A6868;
}.yvz-reg_trust-ugi {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  display: flex;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  padding-top: 20px;
}.yvz-reg_trust_item-ugi {
  gap: 0.438rem;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  color: #7A6868;
}.yvz-reg_trust_ic-ugi svg {
  stroke-linejoin: round;
  width: 16px;
  height: 1rem;
  color: #C82020;
  stroke-linecap: round;
}.yvz-htp-ugi {
  background: #0E0B0B;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.yvz-htp-ugi {
  padding: 44px 24px 0;
}
}.yvz-htp_in-ugi {
  margin: 0 auto;
  max-width: 1320px;
}.yvz-htp_head-ugi {
  max-width: 45rem;
  margin-bottom: 22px;
}.yvz-htp_label-ugi {
  color: #C82020;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.yvz-htp_h2-ugi {
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EEEE;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 8px;
}
@media(min-width: 769px) {.yvz-htp_h2-ugi {
  font-size: 1.75rem;
}
}.yvz-htp_intro-ugi {
  color: #7A6868;
  font-size: 0.875rem;
  line-height: 1.6;
}.yvz-htp_steps-ugi {
  padding: 0;
  gap: 0.75rem;
  margin: 0;
  list-style: none;
  grid-template-columns: 1fr;
  counter-reset: none;
  display: grid;
}
@media(min-width: 643px) {.yvz-htp_steps-ugi {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.yvz-htp_steps-ugi {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.yvz-htp_step-ugi {
  padding: 1.25rem 1.125rem 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #171212;
  display: flex;
  position: relative;
  flex-direction: column;
}.yvz-htp_step_num-ugi {
  background: #C82020;
  border-radius: 50%;
  font-weight: 800;
  font-size: 0.813rem;
  top: -12px;
  height: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  width: 28px;
  justify-content: center;
  display: flex;
  left: 20px;
  position: absolute;
  align-items: center;
  color: #100B0B;
}.yvz-htp_step_ic-ugi {
  border-radius: 5px;
  margin: 8px 0 0.75rem;
  background: rgba(200, 32, 32, 0.18);
  width: 36px;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 36px;
  color: #C82020;
}.yvz-htp_step_ic-ugi svg {
  height: 18px;
  stroke-linejoin: round;
  width: 1.125rem;
  stroke-linecap: round;
}.yvz-htp_step_h-ugi {
  color: #F4EEEE;
  line-height: 1.25;
  font-size: 14px;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-weight: 700;
}.yvz-htp_step_p-ugi {
  color: #7A6868;
  line-height: 1.55;
  font-size: 13px;
  overflow-wrap: break-word;
}.yvz-htp_step_p-ugi strong {
  font-weight: 600;
  color: #CFC6C6;
}.yvz-htp_cta-ugi {
  background: #2DBD6E;
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 13px 26px;
  color: #100B0B;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  margin-top: 20px;
}.yvz-htp_cta-ugi:hover {
  background: #38D47E;
}.yvz-prov-ugi {
  background: #0E0B0B;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.yvz-prov-ugi {
  padding: 2.75rem 24px 0;
}
}.yvz-prov_in-ugi {
  margin: 0 auto;
  max-width: 82.5rem;
}.yvz-prov_head-ugi {
  margin-bottom: 1rem;
}.yvz-prov_label-ugi {
  color: #C82020;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.yvz-prov_h2-ugi {
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EEEE;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
}
@media(min-width: 769px) {.yvz-prov_h2-ugi {
  font-size: 24px;
}
}.yvz-prov_seo-ugi {
  overflow-wrap: break-word;
  line-height: 1.6;
  margin-bottom: 1rem;
  max-width: 620px;
  color: #7A6868;
  font-size: 13px;
}.yvz-prov_seo-ugi strong {
  color: #CFC6C6;
  font-weight: 700;
}.yvz-prov_seo-ugi a {
  text-decoration: underline;
  color: #C82020;
}.yvz-prov_grid-ugi {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 637px) {.yvz-prov_grid-ugi {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.yvz-prov_grid-ugi {
  grid-template-columns: repeat(8,1fr);
}
}.yvz-prov_card-ugi {
  gap: 0.438rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,background .2s;
  background: #131010;
  border-radius: 8px;
  padding: 14px 10px;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  display: flex;
}.yvz-prov_card-ugi:hover {
  background: #171212;
  border-color: rgba(200, 32, 32, 0.55);
}.yvz-prov_logo-ugi {
  overflow: hidden;
  border-radius: 0.313rem;
  background: rgba(255, 255, 255, 0.05);
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}.yvz-prov_logo-ugi img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.yvz-prov_name-ugi {
  font-size: 0.688rem;
  color: #A08E8E;
  overflow-wrap: break-word;
  font-weight: 600;
  text-align: center;
}.yvz-app-ugi {
  padding: 2.25rem 1rem 0;
  background: #0E0B0B;
}
@media(min-width: 771px) {.yvz-app-ugi {
  padding: 2.75rem 1.5rem 0;
}
}.yvz-app_in-ugi {
  margin: 0 auto;
  max-width: 82.5rem;
}.yvz-app_head-ugi {
  margin-bottom: 16px;
}.yvz-app_label-ugi {
  color: #C82020;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
}.yvz-app_h2-ugi {
  font-weight: 800;
  color: #F4EEEE;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.yvz-app_h2-ugi {
  font-size: 24px;
}
}.yvz-app_sub-ugi {
  color: #7A6868;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 13px;
  max-width: 600px;
}.yvz-app_sub-ugi strong {
  font-weight: 700;
  color: #CFC6C6;
}.yvz-app_cards-ugi {
  gap: 10px;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.yvz-app_cards-ugi {
  grid-template-columns: repeat(3,1fr);
}
}.yvz-app_card-ugi {
  overflow: hidden;
  padding: 1.25rem;
  gap: 1rem;
  border-radius: 0.5rem;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  align-items: flex-start;
}.yvz-app_card_ios-ugi {
  background: linear-gradient(135deg,rgba(200, 32, 32, 0.18) 0%,#171212 100%);
}.yvz-app_card_android-ugi {
  background: linear-gradient(135deg,rgba(45, 189, 110, 0.16) 0%,#171212 100%);
}.yvz-app_card_win-ugi {
  background: linear-gradient(135deg,rgba(212, 146, 42, 0.16) 0%,#171212 100%);
}.yvz-app_card_ic-ugi svg {
  stroke-linejoin: round;
  height: 34px;
  width: 2.125rem;
  stroke-linecap: round;
}.yvz-app_card_ic-ugi {
  flex-shrink: 0;
  color: #F4EEEE;
}.yvz-app_card_os-ugi {
  color: #7A6868;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 0.625rem;
}.yvz-app_card_title-ugi {
  line-height: 1.2;
  margin-bottom: 6px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F4EEEE;
  font-size: 0.938rem;
}.yvz-app_card_text-ugi {
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  line-height: 1.5;
  color: #7A6868;
  font-size: 0.75rem;
}.yvz-app_card_btn-ugi {
  padding: 10px 18px;
  transition: background .2s;
  border: 1px solid rgba(200, 32, 32, 0.55);
  gap: 7px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  font-weight: 700;
  display: inline-flex;
  color: #F4EEEE;
  font-size: 13px;
  align-items: center;
}.yvz-app_card_btn-ugi:hover {
  background: rgba(255, 255, 255, 0.07);
}.yvz-bon-ugi {
  background: #0E0B0B;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.yvz-bon-ugi {
  padding: 44px 24px 0;
}
}.yvz-bon_in-ugi {
  margin: 0 auto;
  max-width: 1320px;
}.yvz-bon_head-ugi {
  margin-bottom: 1.25rem;
}.yvz-bon_label-ugi {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #C82020;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.yvz-bon_h2-ugi {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #F4EEEE;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 770px) {.yvz-bon_h2-ugi {
  font-size: 24px;
}
}.yvz-bon_seo-ugi {
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 620px;
  color: #7A6868;
}.yvz-bon_seo-ugi strong {
  font-weight: 700;
  color: #CFC6C6;
}.yvz-bon_seo-ugi a {
  text-decoration: underline;
  color: #C82020;
}.yvz-bon_grid-ugi {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.yvz-bon_grid-ugi {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.yvz-bon_grid-ugi {
  grid-template-columns: repeat(5,1fr);
}
}.yvz-bon_card-ugi {
  background: #131010;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
}.yvz-bon_card-ugi:hover {
  border-color: rgba(200, 32, 32, 0.08);
  transform: translateY(-2px);
}.yvz-bon_card_ic-ugi svg {
  height: 26px;
  stroke-linejoin: round;
  width: 1.625rem;
  stroke-linecap: round;
}.yvz-bon_card_ic-ugi {
  margin-bottom: 0.625rem;
}.yvz-bon_card_type-ugi {
  margin-bottom: 6px;
  font-weight: 700;
  color: #7A6868;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .06em;
}.yvz-bon_card_amount-ugi {
  line-height: 1.1;
  margin-bottom: 6px;
  font-size: 1.125rem;
  color: #D4922A;
  font-weight: 800;
}.yvz-bon_card_name-ugi {
  font-weight: 600;
  color: #F4EEEE;
  margin-bottom: 8px;
  font-size: 13px;
  overflow-wrap: break-word;
}.yvz-bon_card_detail-ugi {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #5E4F4F;
  padding-top: 8px;
  font-size: 0.688rem;
}.yvz-faq-ugi {
  padding: 2.25rem 16px 0;
  background: #0E0B0B;
}
@media(min-width: 770px) {.yvz-faq-ugi {
  padding: 44px 24px 0;
}
}.yvz-faq_in-ugi {
  margin: 0 auto;
  max-width: 82.5rem;
}.yvz-faq_head-ugi {
  margin-bottom: 1.25rem;
}.yvz-faq_label-ugi {
  font-weight: 700;
  color: #C82020;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
}.yvz-faq_h2-ugi {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F4EEEE;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
}
@media(min-width: 770px) {.yvz-faq_h2-ugi {
  font-size: 24px;
}
}.yvz-faq_list-ugi {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.yvz-faq_item-ugi {
  overflow: hidden;
  background: #171212;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.yvz-faq_q-ugi {
  gap: 12px;
  transition: color .2s;
  padding: 1rem 20px;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #CFC6C6;
  flex-wrap: wrap;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
}.yvz-faq_q-ugi:hover {
  color: #F4EEEE;
}.yvz-faq_q_ic-ugi {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: transform .25s;
  display: flex;
  width: 24px;
  font-size: 1rem;
  height: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #C82020;
}.yvz-faq_item-ugi.yvz-state_open-ugi .yvz-faq_q_ic-ugi {
  transform: rotate(45deg);
}.yvz-faq_a-ugi {
  padding: 0 1.25rem 16px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.7;
  display: none;
  color: #7A6868;
}.yvz-faq_item-ugi.yvz-state_open-ugi .yvz-faq_a-ugi {
  display: block;
}.yvz-faq_a-ugi strong {
  font-weight: 700;
  color: #CFC6C6;
}.yvz-faq_a-ugi a {
  color: #C82020;
  text-decoration: underline;
}.yvz-faq_a-ugi ul,.yvz-faq_a-ugi ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.yvz-faq_a-ugi ol {
  list-style: decimal;
}.yvz-faq_a-ugi li {
  line-height: 1.6;
  margin-bottom: 4px;
}.yvz-faq_a-ugi table {
  margin: 0.5rem 0;
  overflow-x: auto;
  width: 100%;
  display: block;
  font-size: 0.75rem;
  border-collapse: collapse;
}
@media(min-width: 771px) {.yvz-faq_a-ugi table {
  display: table;
}
}.yvz-faq_a-ugi th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #CFC6C6;
}.yvz-faq_a-ugi td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 8px;
  color: #7A6868;
}.yvz-seo-ugi {
  background: #0E0B0B;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.yvz-seo-ugi {
  padding: 2.75rem 1.5rem 0;
}
}.yvz-seo_in-ugi {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  background: #171212;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 765px) {.yvz-seo_in-ugi {
  padding: 36px 40px;
}
}.yvz-seo_label-ugi {
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C82020;
}.yvz-seo_h2-ugi {
  line-height: 1.25;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #F4EEEE;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
}
@media(min-width: 771px) {.yvz-seo_h2-ugi {
  font-size: 1.5rem;
}
}.yvz-seo_body-ugi {
  color: #A08E8E;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.yvz-seo_body-ugi p {
  margin-bottom: 12px;
  color: #A08E8E;
  line-height: 1.75;
  font-size: 0.875rem;
}.yvz-seo_body-ugi p:last-child {
  margin-bottom: 0;
}.yvz-seo_body-ugi strong {
  font-weight: 700;
  color: #CFC6C6;
}.yvz-seo_body-ugi a {
  transition: color .2s;
  color: #C82020;
  text-decoration: underline;
}.yvz-seo_body-ugi a:hover {
  color: #E02828;
}.yvz-seo_body-ugi ul,.yvz-seo_body-ugi ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.yvz-seo_body-ugi ol {
  list-style: decimal;
}.yvz-seo_body-ugi li {
  line-height: 1.75;
  color: #A08E8E;
  font-size: 0.875rem;
  margin-bottom: 6px;
}.yvz-seo_body-ugi table {
  overflow-x: auto;
  font-size: 0.813rem;
  margin-bottom: 12px;
  display: block;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 771px) {.yvz-seo_body-ugi table {
  display: table;
}
}.yvz-seo_body-ugi th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  text-align: left;
  color: #CFC6C6;
}.yvz-seo_body-ugi td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #A08E8E;
}.yvz-seo_cols-ugi {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.yvz-seo_cols-ugi {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.yvz-seo_cols-ugi {
  grid-template-columns: repeat(3,1fr);
}
}.yvz-seo_col_h-ugi {
  font-size: 13px;
  margin-bottom: 0.438rem;
  color: #CFC6C6;
  font-weight: 700;
  overflow-wrap: break-word;
}.yvz-seo_col_p-ugi {
  line-height: 1.65;
  color: #7A6868;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.yvz-seo_stats-ugi {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.yvz-seo_stat-ugi {
  flex: 1;
  border: 1px solid rgba(200, 32, 32, 0.18);
  padding: 0.875rem 1rem;
  border-radius: 8px;
  background: rgba(200, 32, 32, 0.08);
  min-width: 8.75rem;
}.yvz-seo_stat_val-ugi {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #C82020;
  font-size: 20px;
  margin-bottom: 4px;
}.yvz-seo_stat_lb-ugi {
  color: #7A6868;
  font-size: 11px;
  overflow-wrap: break-word;
}.yvz-rv-ugi {
  background: #0E0B0B;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.yvz-rv-ugi {
  padding: 2.75rem 24px 0;
}
}.yvz-rv_in-ugi {
  margin: 0 auto;
  max-width: 1320px;
}.yvz-rv_head-ugi {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.yvz-rv_label-ugi {
  color: #C82020;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
}.yvz-rv_h2-ugi {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.625rem;
  color: #F4EEEE;
  overflow-wrap: break-word;
  font-size: 22px;
  font-weight: 800;
}
@media(min-width: 771px) {.yvz-rv_h2-ugi {
  font-size: 28px;
}
}.yvz-rv_stats-ugi {
  gap: 1.125rem;
  flex-wrap: wrap;
  font-size: 13px;
  color: #7A6868;
  align-items: center;
  display: flex;
}.yvz-rv_stats_score-ugi {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.yvz-rv_stats_score_val-ugi {
  color: #D4922A;
  font-weight: 800;
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
}.yvz-rv_stats_score_max-ugi {
  color: #5E4F4F;
  font-size: 13px;
}.yvz-rv_stats_badge-ugi {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.yvz-rv_stats_badge-ugi svg {
  height: 14px;
  color: #D4922A;
  width: 14px;
}.yvz-rv_grid-ugi {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.yvz-rv_grid-ugi {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.yvz-rv_grid-ugi {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.yvz-rv_card-ugi {
  background: #171212;
  padding: 1.25rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  flex-direction: column;
  display: flex;
}.yvz-rv_card_stars-ugi {
  gap: 2px;
  margin-bottom: 0.625rem;
  display: flex;
  color: #D4922A;
}.yvz-rv_card_stars-ugi svg {
  height: 14px;
  width: 0.875rem;
}.yvz-rv_card_h-ugi {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F4EEEE;
}.yvz-rv_card_body-ugi {
  flex: 1;
  color: #7A6868;
  margin-bottom: 0.875rem;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
}.yvz-rv_card_body-ugi strong {
  font-weight: 600;
  color: #CFC6C6;
}.yvz-rv_card_meta-ugi {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  display: flex;
}.yvz-rv_card_author-ugi {
  font-size: 0.75rem;
  color: #CFC6C6;
  font-weight: 600;
}.yvz-rv_card_date-ugi {
  color: #5E4F4F;
  font-size: 11px;
}.yvz-seo-ugi {
  background: #0E0B0B;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.yvz-seo-ugi {
  padding: 2.75rem 1.5rem 0;
}
}.yvz-seo_in-ugi {
  border-radius: 0.875rem;
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  background: #171212;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 82.5rem;
}
@media(min-width: 769px) {.yvz-seo_in-ugi {
  padding: 2.25rem 40px;
}
}.yvz-seo_label-ugi {
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-weight: 700;
  color: #C82020;
  text-transform: uppercase;
}.yvz-seo_h2-ugi {
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EEEE;
  font-weight: 800;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 20px;
  line-height: 1.25;
}
@media(min-width: 770px) {.yvz-seo_h2-ugi {
  font-size: 1.5rem;
}
}.yvz-seo_body-ugi {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #A08E8E;
}.yvz-seo_body-ugi p {
  color: #A08E8E;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 12px;
}.yvz-seo_body-ugi p:last-child {
  margin-bottom: 0;
}.yvz-seo_body-ugi strong {
  color: #CFC6C6;
  font-weight: 700;
}.yvz-seo_body-ugi a {
  transition: color .2s;
  text-decoration: underline;
  color: #C82020;
}.yvz-seo_body-ugi a:hover {
  color: #E02828;
}.yvz-seo_body-ugi ul,.yvz-seo_body-ugi ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.yvz-seo_body-ugi ol {
  list-style: decimal;
}.yvz-seo_body-ugi li {
  margin-bottom: 0.375rem;
  color: #A08E8E;
  line-height: 1.75;
  font-size: 0.875rem;
}.yvz-seo_body-ugi table {
  margin-bottom: 0.75rem;
  display: block;
  font-size: 13px;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 769px) {.yvz-seo_body-ugi table {
  display: table;
}
}.yvz-seo_body-ugi th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #CFC6C6;
}.yvz-seo_body-ugi td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #A08E8E;
}.yvz-seo_cols-ugi {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.yvz-seo_cols-ugi {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.yvz-seo_cols-ugi {
  grid-template-columns: repeat(3,1fr);
}
}.yvz-seo_col_h-ugi {
  font-weight: 700;
  color: #CFC6C6;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
}.yvz-seo_col_p-ugi {
  font-size: 0.813rem;
  color: #7A6868;
  line-height: 1.65;
  overflow-wrap: break-word;
}.yvz-seo_stats-ugi {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.yvz-seo_stat-ugi {
  border: 1px solid rgba(200, 32, 32, 0.18);
  flex: 1;
  background: rgba(200, 32, 32, 0.08);
  border-radius: 8px;
  padding: 14px 1rem;
  min-width: 140px;
}.yvz-seo_stat_val-ugi {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #C82020;
}.yvz-seo_stat_lb-ugi {
  overflow-wrap: break-word;
  color: #7A6868;
  font-size: 0.688rem;
}.yvz-seo-ugi {
  padding: 36px 1rem 0;
  background: #0E0B0B;
}
@media(min-width: 765px) {.yvz-seo-ugi {
  padding: 2.75rem 24px 0;
}
}.yvz-seo_in-ugi {
  margin: 0 auto;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 28px 1.5rem;
  background: #171212;
  max-width: 1320px;
}
@media(min-width: 767px) {.yvz-seo_in-ugi {
  padding: 36px 2.5rem;
}
}.yvz-seo_label-ugi {
  color: #C82020;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}.yvz-seo_h2-ugi {
  margin-bottom: 14px;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  color: #F4EEEE;
}
@media(min-width:768px) {.yvz-seo_h2-ugi {
  font-size: 1.5rem;
}
}.yvz-seo_body-ugi {
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #A08E8E;
}.yvz-seo_body-ugi p {
  font-size: 14px;
  line-height: 1.75;
  color: #A08E8E;
  margin-bottom: 0.75rem;
}.yvz-seo_body-ugi p:last-child {
  margin-bottom: 0;
}.yvz-seo_body-ugi strong {
  color: #CFC6C6;
  font-weight: 700;
}.yvz-seo_body-ugi a {
  transition: color .2s;
  color: #C82020;
  text-decoration: underline;
}.yvz-seo_body-ugi a:hover {
  color: #E02828;
}.yvz-seo_body-ugi ul,.yvz-seo_body-ugi ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.yvz-seo_body-ugi ol {
  list-style: decimal;
}.yvz-seo_body-ugi li {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  color: #A08E8E;
  line-height: 1.75;
}.yvz-seo_body-ugi table {
  margin-bottom: 12px;
  width: 100%;
  font-size: 0.813rem;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 766px) {.yvz-seo_body-ugi table {
  display: table;
}
}.yvz-seo_body-ugi th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  color: #CFC6C6;
  font-weight: 700;
}.yvz-seo_body-ugi td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A08E8E;
}.yvz-seo_cols-ugi {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.yvz-seo_cols-ugi {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.yvz-seo_cols-ugi {
  grid-template-columns: repeat(3,1fr);
}
}.yvz-seo_col_h-ugi {
  font-weight: 700;
  color: #CFC6C6;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 13px;
}.yvz-seo_col_p-ugi {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7A6868;
}.yvz-seo_stats-ugi {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.yvz-seo_stat-ugi {
  padding: 14px 1rem;
  border-radius: 0.5rem;
  flex: 1;
  background: rgba(200, 32, 32, 0.08);
  border: 1px solid rgba(200, 32, 32, 0.18);
  min-width: 140px;
}.yvz-seo_stat_val-ugi {
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 4px;
  color: #C82020;
  overflow-wrap: break-word;
}.yvz-seo_stat_lb-ugi {
  color: #7A6868;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.yvz-ft-ugi {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #090707;
  margin-top: 3rem;
}.yvz-ft_support-ugi {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width: 770px) {.yvz-ft_support-ugi {
  padding: 28px 1.5rem;
}
}.yvz-ft_support_in-ugi {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1320px;
}.yvz-ft_support_main-ugi {
  flex: 1;
  gap: 1rem;
  flex-wrap: wrap;
  min-width: 220px;
  display: flex;
  align-items: center;
}.yvz-ft_support_ic-ugi {
  flex-shrink: 0;
  color: #C82020;
}.yvz-ft_support_ic-ugi svg {
  stroke-linejoin: round;
  width: 1.875rem;
  height: 1.875rem;
  stroke-linecap: round;
}.yvz-ft_support_text_title-ugi {
  overflow-wrap: break-word;
  margin-bottom: 3px;
  color: #F4EEEE;
  font-weight: 700;
  font-size: 0.938rem;
}.yvz-ft_support_text_sub-ugi {
  color: #7A6868;
  font-size: 12px;
  overflow-wrap: break-word;
}.yvz-ft_support_btn-ugi {
  transition: background .2s;
  background: #C82020;
  border-radius: 0.5rem;
  padding: 11px 1.375rem;
  white-space: nowrap;
  color: #F4EEEE;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}.yvz-ft_support_btn-ugi:hover {
  background: #E02828;
}.yvz-ft_support_contacts-ugi {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.yvz-ft_support_contact-ugi {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #5E4F4F;
}.yvz-ft_support_contact-ugi strong {
  font-size: 11px;
  color: #A08E8E;
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
}.yvz-ft_main-ugi {
  padding: 2rem 1rem 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.yvz-ft_main-ugi {
  padding: 2.5rem 1.5rem 2rem;
}
}.yvz-ft_main_in-ugi {
  gap: 24px;
  margin: 0 auto;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.yvz-ft_main_in-ugi {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.yvz-ft_main_in-ugi {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.yvz-ft_col_logo-ugi {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.yvz-ft_col_logo-ugi {
  grid-column: auto;
}
}.yvz-ft_logo-ugi {
  gap: 0.563rem;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 800;
  align-items: center;
  color: #F4EEEE;
  overflow-wrap: break-word;
  font-size: 1rem;
}.yvz-ft_logo_mark-ugi {
  overflow: hidden;
  border-radius: 5px;
  height: 30px;
  width: 1.875rem;
}.yvz-ft_logo_mark-ugi img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.yvz-ft_logo_sub-ugi {
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 0.75rem;
  color: #5E4F4F;
  max-width: 12.5rem;
}.yvz-ft_col_title-ugi {
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 0.75rem;
  color: #A08E8E;
  text-transform: uppercase;
  letter-spacing: .07em;
}.yvz-ft_col_links-ugi {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.yvz-ft_col_link-ugi {
  transition: color .2s;
  font-size: 0.813rem;
  color: #5E4F4F;
  overflow-wrap: break-word;
}.yvz-ft_col_link-ugi:hover {
  color: #CFC6C6;
}.yvz-ft_apps-ugi {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.yvz-ft_app_card-ugi {
  transition: border-color .2s;
  padding: 0.625rem 12px;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.313rem;
  display: flex;
  align-items: center;
}.yvz-ft_app_card-ugi:hover {
  border-color: rgba(200, 32, 32, 0.55);
}.yvz-ft_app_card_ic-ugi svg {
  width: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.375rem;
}.yvz-ft_app_card_os-ugi {
  font-size: 10px;
  font-weight: 600;
  color: #5E4F4F;
}.yvz-ft_app_card_action-ugi {
  font-weight: 700;
  color: #CFC6C6;
  font-size: 0.75rem;
}.yvz-ft_bot-ugi {
  padding: 20px 1rem;
}
@media(min-width: 767px) {.yvz-ft_bot-ugi {
  padding: 20px 1.5rem;
}
}.yvz-ft_bot_in-ugi {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  max-width: 82.5rem;
  display: flex;
}.yvz-ft_socials-ugi {
  gap: 0.5rem;
  display: flex;
}.yvz-ft_soc-ugi {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .2s;
  border-radius: 0.313rem;
  background: rgba(255, 255, 255, 0.05);
  color: #A08E8E;
  justify-content: center;
  height: 36px;
  display: flex;
  align-items: center;
  width: 36px;
}.yvz-ft_soc-ugi svg {
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  height: 16px;
}.yvz-ft_soc-ugi:hover {
  background: rgba(255, 255, 255, 0.07);
}.yvz-ft_legal-ugi {
  flex: 1;
  line-height: 1.6;
  color: #7C6C6C;
  overflow-wrap: break-word;
  min-width: 200px;
  font-size: 0.688rem;
}.yvz-ft_legal-ugi strong {
  color: #A08E8E;
  font-weight: 700;
}.yvz-ft_legal-ugi a {
  color: #A08E8E;
  text-decoration: underline;
}.yvz-ft_age-ugi {
  border-radius: 50%;
  border: 2px solid #7C6C6C;
  font-weight: 800;
  flex-shrink: 0;
  font-size: 11px;
  align-items: center;
  margin-left: auto;
  height: 2rem;
  display: flex;
  justify-content: center;
  width: 32px;
  color: #7C6C6C;
}