*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #120B06;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  color: #D6C4A0;
  font-family: 'DM Sans', sans-serif;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  text-decoration: none;
  color: inherit;
}button {
  font: inherit;
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.izb-layout-tap {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.izb-page-tap {
  display: flex;
  min-height: 100vh;
}.izb-main-tap {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media(min-width: 1079px) {.izb-main-tap {
  padding-left: 220px;
}
}
@media(max-width:1079px) {.izb-main-tap {
  padding-bottom: 4.5rem;
}
}.izb-gc-tap {
  background: #181009;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 0.5rem;
  width: 8.75rem;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
@media(min-width: 641px) {.izb-gc-tap {
  width: 156px;
}
}
@media(min-width: 1083px) {.izb-gc-tap {
  width: 10.5rem;
}
}.izb-gc-tap:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 132, 28, 0.07);
}.izb-gc_img-tap {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.izb-gc_img-tap img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}.izb-gc_hover-tap {
  background: rgba(10, 6, 3, 0.72);
  inset: 0;
  transition: opacity .2s;
  justify-content: center;
  align-items: center;
  position: absolute;
  display: flex;
  opacity: 0;
}.izb-gc-tap:hover .izb-gc_hover-tap {
  opacity: 1;
}.izb-gc_hover_btn-tap {
  border-radius: 0.25rem;
  background: #C4841C;
  padding: 0.5rem 16px;
  color: #F3E9D4;
  font-size: 0.75rem;
  font-weight: 700;
}.izb-gc_info-tap {
  padding: 8px 0.625rem 0.625rem;
}.izb-gc_name-tap {
  overflow: hidden;
  font-size: 12px;
  max-width: 100%;
  margin-bottom: 3px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #D6C4A0;
}.izb-gc_prov-tap {
  color: #8C7258;
  font-size: 10px;
}.izb-gc_tag-tap {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  z-index: 2;
  text-transform: uppercase;
  left: 6px;
  top: 6px;
  letter-spacing: .04em;
  font-size: 9px;
  position: absolute;
  font-weight: 700;
}.izb-gc_tag_hot-tap {
  background: #D43A2E;
  color: #fff;
}.izb-gc_tag_new-tap {
  background: #3AB86A;
  color: #120B06;
}.izb-gc_tag_jp-tap {
  background: #D4961E;
  color: #120B06;
}.izb-gc_tag_ex-tap {
  background: #8B4E10;
  color: #fff;
}.izb-gc_tag_live-tap {
  background: #D43A2E;
  color: #fff;
}.izb-gr-tap {
  padding: 2rem 16px 0;
  background: #120B06;
}
@media(min-width: 765px) {.izb-gr-tap {
  padding: 2.25rem 1.5rem 0;
}
}.izb-gr_in-tap {
  margin: 0 auto;
  max-width: 82.5rem;
}.izb-gr_head-tap {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}.izb-gr_head_l-tap {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.izb-gr_ic-tap {
  border-radius: 0.5rem;
  height: 2rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  display: flex;
}.izb-gr_ic-tap svg {
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
}.izb-gr_title-tap {
  font-size: 16px;
  color: #F3E9D4;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-weight: 700;
}
@media(min-width: 769px) {.izb-gr_title-tap {
  font-size: 18px;
}
}.izb-gr_more-tap {
  gap: 5px;
  transition: color .2s;
  align-items: center;
  flex-shrink: 0;
  color: #9A7C58;
  display: flex;
  font-size: 0.75rem;
  white-space: nowrap;
  font-weight: 600;
}.izb-gr_more-tap:hover {
  color: #C4841C;
}.izb-gr_more-tap svg {
  height: 0.75rem;
  stroke-linecap: round;
  width: 12px;
  stroke-linejoin: round;
}.izb-gr_arrows-tap {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.izb-gr_arr-tap {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  height: 1.875rem;
  width: 1.875rem;
  align-items: center;
  color: #A88E68;
  justify-content: center;
}.izb-gr_arr-tap:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F3E9D4;
}.izb-gr_arr-tap svg {
  stroke-linecap: round;
  width: 13px;
  stroke-linejoin: round;
  height: 0.813rem;
}.izb-gr_seo_h-tap {
  margin: 0 0 6px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  color: #D6C4A0;
  max-width: 680px;
}
@media(min-width: 766px) {.izb-gr_seo_h-tap {
  font-size: 0.875rem;
}
}.izb-gr_seo-tap {
  line-height: 1.55;
  margin-bottom: 12px;
  max-width: 680px;
  overflow-wrap: break-word;
  color: #9A7C58;
  font-size: 0.75rem;
}.izb-gr_seo-tap strong {
  font-weight: 600;
  color: #D6C4A0;
}.izb-gr_scroll-tap {
  gap: 0.625rem;
  display: flex;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  scrollbar-width: none;
  overflow-x: auto;
}.izb-gr_scroll-tap::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.izb-gr_scroll-tap {
  gap: 12px;
}
}.izb-tb-tap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #120B06;
  right: 0;
  position: fixed;
  display: flex;
  left: 0;
  height: 3.5rem;
  top: 0;
  z-index: 80;
  align-items: center;
}.izb-tb_in-tap {
  padding: 0 0.875rem;
  gap: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}.izb-tb_burger-tap {
  gap: 5px;
  border-radius: 8px;
  margin-right: 0.5rem;
  height: 38px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 38px;
  justify-content: center;
}.izb-tb_burger-tap:hover {
  background: rgba(255, 255, 255, 0.04);
}.izb-tb_burger_line-tap {
  background: #A88E68;
  border-radius: 1px;
  width: 1.125rem;
  height: 2px;
  display: block;
}
@media(min-width: 1079px) {.izb-tb_burger-tap {
  display: none;
}
}.izb-tb_logo-tap {
  gap: 0.563rem;
  margin-right: 1.25rem;
  flex-shrink: 0;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  color: #F3E9D4;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 800;
  display: flex;
}.izb-tb_logo_mark-tap {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 2rem;
  align-items: center;
  display: flex;
  width: 2rem;
  justify-content: center;
}.izb-tb_logo_mark-tap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.izb-tb_nav-tap {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 638px) {.izb-tb_nav-tap {
  display: flex;
}
}.izb-tb_tab-tap {
  padding: 0.5rem 0.875rem;
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  color: #A88E68;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.813rem;
}.izb-tb_tab-tap:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #F3E9D4;
}.izb-tb_tab-tap.izb-state_active-tap {
  background: rgba(196, 132, 28, 0.16);
  color: #F3E9D4;
}.izb-tb_right-tap {
  gap: 0.5rem;
  margin-left: auto;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.izb-tb_login-tap {
  transition: border-color .2s,color .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.563rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  color: #D6C4A0;
  display: none;
  font-weight: 600;
  font-size: 13px;
}.izb-tb_login-tap:hover {
  border-color: rgba(196, 132, 28, 0.45);
  color: #F3E9D4;
}
@media(min-width:480px) {.izb-tb_login-tap {
  display: block;
}
}.izb-tb_reg-tap {
  transition: background .2s;
  border-radius: 8px;
  padding: 9px 1.125rem;
  background: #3AB86A;
  font-weight: 700;
  white-space: nowrap;
  color: #0E0804;
  font-size: 13px;
}.izb-tb_reg-tap:hover {
  background: #48CC7A;
}.izb-sb-tap {
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.04);
  background: #1E1209;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  width: 220px;
  z-index: 70;
  position: fixed;
  top: 3.5rem;
}.izb-sb-tap.izb-state_open-tap {
  transform: translateX(0);
}.izb-sb-tap::-webkit-scrollbar {
  width: 4px;
}.izb-sb-tap::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1078px) {.izb-sb-tap {
  transform: translateX(0);
}
}.izb-sb_auth-tap {
  padding: 14px 12px 10px;
}.izb-sb_btn_reg-tap {
  border-radius: 0.5rem;
  padding: 0.688rem;
  transition: background .2s;
  background: #3AB86A;
  color: #0E0804;
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 13px;
}.izb-sb_btn_reg-tap:hover {
  background: #48CC7A;
}.izb-sb_btn_login-tap {
  transition: border-color .2s;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
  font-weight: 600;
  color: #D6C4A0;
  font-size: 13px;
  display: block;
}.izb-sb_btn_login-tap:hover {
  border-color: rgba(196, 132, 28, 0.45);
  color: #F3E9D4;
}.izb-sb_promo-tap {
  border-radius: 0.5rem;
  margin: 0 12px 10px;
  border: 1px solid rgba(196, 132, 28, 0.16);
  background: linear-gradient(135deg,#2C1508,#1E1209);
  padding: 12px 0.875rem;
  overflow: hidden;
  position: relative;
}.izb-sb_promo-tap::before {
  background: radial-gradient(circle,rgba(196, 132, 28, 0.16),transparent 70%);
  border-radius: 50%;
  top: -1.25rem;
  right: -1.25rem;
  width: 5rem;
  content: '';
  height: 5rem;
  position: absolute;
}.izb-sb_promo_title-tap {
  font-weight: 700;
  margin-bottom: 0.25rem;
  letter-spacing: .06em;
  font-size: 11px;
  text-transform: uppercase;
  color: #C4841C;
}.izb-sb_promo_text-tap {
  overflow-wrap: break-word;
  line-height: 1.35;
  font-weight: 600;
  color: #F3E9D4;
  font-size: 12px;
}.izb-sb_promo_sub-tap {
  color: #9A7C58;
  font-size: 0.625rem;
  margin-top: 3px;
}.izb-sb_nav-tap {
  padding: 6px 0.5rem 1rem;
}.izb-sb_nav_lb-tap {
  padding: 10px 8px 6px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8C7258;
  font-size: 10px;
}.izb-sb_link-tap {
  gap: 0.625rem;
  padding: 0.563rem 10px;
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  font-size: 13px;
  color: #A88E68;
  align-items: center;
  overflow-wrap: break-word;
  cursor: pointer;
  display: flex;
  font-weight: 500;
}.izb-sb_link-tap:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #F3E9D4;
}.izb-sb_link-tap.izb-state_active-tap {
  background: rgba(196, 132, 28, 0.16);
  color: #F3E9D4;
}.izb-sb_ic-tap {
  border-radius: 0.25rem;
  display: flex;
  height: 1.875rem;
  flex-shrink: 0;
  width: 1.875rem;
  align-items: center;
  justify-content: center;
}.izb-sb_ic-tap svg {
  width: 1rem;
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
}.izb-sb_ic_1-tap {
  background: rgba(196, 132, 28, 0.07);
  color: #C4841C;
}.izb-sb_ic_2-tap {
  background: rgba(58, 184, 106, 0.15);
  color: #3AB86A;
}.izb-sb_ic_3-tap {
  background: rgba(212, 150, 30, 0.16);
  color: #D4961E;
}.izb-sb_ic_4-tap {
  background: rgba(139, 78, 16, 0.22);
  color: #8B4E10;
}.izb-sb_ic_5-tap {
  background: rgba(196, 132, 28, 0.07);
  color: #E0527A;
}.izb-sb_ic_6-tap {
  background: rgba(139, 78, 16, 0.22);
  color: #8B5AE0;
}.izb-sb_badge-tap {
  border-radius: 4px;
  background: #D4961E;
  padding: 2px 7px;
  font-size: 9px;
  font-weight: 700;
  color: #0E0804;
  margin-left: auto;
}.izb-sb_bot-tap {
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  gap: 0.5rem;
  display: flex;
}.izb-sb_lang-tap,.izb-sb_help-tap {
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.563rem 0.375rem;
  gap: 0.375rem;
  flex: 1;
  border-radius: 0.25rem;
  align-items: center;
  color: #A88E68;
  display: flex;
  justify-content: center;
  font-size: 0.688rem;
  font-weight: 600;
}.izb-sb_lang-tap:hover,.izb-sb_help-tap:hover {
  border-color: rgba(196, 132, 28, 0.45);
  color: #F3E9D4;
}.izb-sb_lang-tap svg,.izb-sb_help-tap svg {
  stroke-linecap: round;
  height: 13px;
  width: 0.813rem;
  stroke-linejoin: round;
}.izb-sb_bd-tap {
  background: rgba(10, 6, 3, 0.72);
  inset: 0;
  z-index: 69;
  display: none;
  position: fixed;
}.izb-sb_bd-tap.izb-state_on-tap {
  display: block;
}
@media(min-width: 1078px) {.izb-sb_bd-tap {
  display: none!important;
}
}.izb-mob_nav-tap {
  background: #1E1209;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  position: fixed;
  bottom: 0;
  z-index: 80;
  left: 0;
  display: flex;
  right: 0;
}
@media(min-width: 1083px) {.izb-mob_nav-tap {
  display: none;
}
}.izb-mob_nav_item-tap {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 0.25rem;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  color: #8C7258;
  display: flex;
}.izb-mob_nav_ic-tap {
  line-height: 1;
}.izb-mob_nav_ic-tap svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.25rem;
  width: 1.25rem;
}.izb-mob_nav_lb-tap {
  font-size: 10px;
  font-weight: 600;
  color: #8C7258;
}.izb-mob_nav_item-tap.izb-state_active-tap {
  color: #C4841C;
}.izb-mob_nav_item-tap.izb-state_active-tap .izb-mob_nav_lb-tap {
  color: #C4841C;
}.izb-hero-tap {
  padding: 1.25rem 1rem 0;
  background: #120B06;
}
@media(min-width: 765px) {.izb-hero-tap {
  padding: 1.5rem 1.5rem 0;
}
}.izb-hero_in-tap {
  margin: 0 auto;
  gap: 12px;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.izb-hero_in-tap {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1103px) {.izb-hero_in-tap {
  grid-template-columns: 1fr 21.25rem;
}
}.izb-hero_promo-tap {
  background: #181009;
  border-radius: 14px;
  overflow: hidden;
  min-height: 220px;
  position: relative;
  display: flex;
  align-items: stretch;
}
@media(min-width: 765px) {.izb-hero_promo-tap {
  min-height: 17.5rem;
}
}.izb-hero_promo_bg-tap {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#2C1508 0%,#120B06 100%);
  background-size: cover;
  position: absolute;
}.izb-hero_promo_bg-tap::after {
  background: linear-gradient(90deg,#120B06 0%,rgba(10, 6, 3, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.izb-hero_promo_glow-tap {
  background: radial-gradient(circle,rgba(139, 78, 16, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  position: absolute;
  height: 300px;
  pointer-events: none;
  top: -40px;
  right: 3.75rem;
  width: 18.75rem;
}.izb-hero_promo_ct-tap {
  padding: 1.75rem 24px 1.75rem 1.75rem;
  justify-content: center;
  display: flex;
  position: relative;
  flex-direction: column;
  max-width: 30rem;
  z-index: 2;
}
@media(min-width: 769px) {.izb-hero_promo_ct-tap {
  padding: 40px 2rem;
}
}.izb-hero_badge-tap {
  background: rgba(196, 132, 28, 0.16);
  padding: 0.313rem 0.75rem;
  border: 1px solid rgba(196, 132, 28, 0.07);
  border-radius: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #C4841C;
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
  font-size: 0.625rem;
  display: inline-block;
}.izb-hero_h1-tap {
  line-height: 1.15;
  font-size: 1.625rem;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  color: #F3E9D4;
}.izb-hero_h1-tap em {
  font-style: normal;
  color: #D4961E;
}
@media(min-width: 770px) {.izb-hero_h1-tap {
  font-size: 36px;
}
}.izb-hero_sub-tap {
  color: #A88E68;
  line-height: 1.55;
  font-size: 0.813rem;
  margin-bottom: 20px;
}
@media(min-width: 770px) {.izb-hero_sub-tap {
  font-size: 0.875rem;
}
}.izb-hero_row-tap {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.izb-hero_cta-tap {
  padding: 13px 26px;
  background: #3AB86A;
  border-radius: 8px;
  transition: background .2s;
  font-size: 14px;
  box-shadow: 0px 6px 1.375rem rgba(58, 184, 106, 0.38), 0px 1px 4px rgba(0, 0, 0, 0.5);
  color: #0E0804;
  font-weight: 700;
}.izb-hero_cta-tap:hover {
  background: #48CC7A;
}.izb-hero_terms-tap {
  font-size: 0.688rem;
  color: #8C7258;
}.izb-hero_game-tap {
  overflow: hidden;
  background: #181009;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex-direction: column;
  position: relative;
  display: flex;
}.izb-hero_game_badge-tap {
  padding: 5px 10px;
  border: 1px solid rgba(212, 150, 30, 0.16);
  border-radius: 20px;
  background: rgba(212, 150, 30, 0.16);
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  letter-spacing: .06em;
  color: #D4961E;
  top: 0.75rem;
  z-index: 3;
  left: 0.75rem;
  text-transform: uppercase;
}.izb-hero_game_badge-tap svg {
  vertical-align: -1px;
  height: 0.688rem;
  margin-right: 4px;
  width: 0.688rem;
}.izb-hero_game_img-tap {
  background: linear-gradient(135deg,#2C1508,#120B06);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.izb-hero_game_img-tap img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.izb-hero_game_play-tap {
  inset: 0;
  transition: opacity .2s;
  background: rgba(10, 6, 3, 0.72);
  opacity: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  position: absolute;
}.izb-hero_game-tap:hover .izb-hero_game_play-tap {
  opacity: 1;
}.izb-hero_game_play-tap span {
  border-radius: 50%;
  background: #C4841C;
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
}.izb-hero_game_play-tap span svg {
  height: 18px;
  margin-left: 2px;
  width: 18px;
}.izb-hero_game_info-tap {
  padding: 0.875rem 16px;
}.izb-hero_game_title-tap {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #F3E9D4;
  font-weight: 700;
  font-size: 0.938rem;
}.izb-hero_game_provider-tap {
  font-size: 0.688rem;
  color: #9A7C58;
}.izb-hero_game_btn-tap {
  margin: 0.75rem 1rem 1rem;
  transition: background .2s;
  background: #C4841C;
  border-radius: 0.5rem;
  padding: 0.688rem;
  text-align: center;
  font-size: 0.813rem;
  color: #F3E9D4;
  display: block;
  font-weight: 700;
}.izb-hero_game-tap:hover .izb-hero_game_btn-tap {
  background: #D4962A;
}.izb-wy-tap {
  padding: 2rem 16px 0;
  background: #120B06;
}
@media(min-width: 765px) {.izb-wy-tap {
  padding: 2.5rem 24px 0;
}
}.izb-wy_in-tap {
  margin: 0 auto;
  max-width: 1320px;
}.izb-wy_head-tap {
  max-width: 45rem;
  margin-bottom: 18px;
}.izb-wy_label-tap {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C4841C;
  text-transform: uppercase;
}.izb-wy_h2-tap {
  color: #F3E9D4;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
}
@media(min-width:768px) {.izb-wy_h2-tap {
  font-size: 1.5rem;
}
}.izb-wy_intro-tap {
  margin: 0;
  color: #9A7C58;
  line-height: 1.6;
  font-size: 0.813rem;
}.izb-wy_grid-tap {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.izb-wy_grid-tap {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.izb-wy_grid-tap {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.izb-wy_card-tap {
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1E1209;
}.izb-wy_card-tap:hover {
  border-color: rgba(196, 132, 28, 0.07);
  transform: translateY(-2px);
}.izb-wy_card_ic-tap {
  background: rgba(196, 132, 28, 0.16);
  border-radius: 50%;
  height: 2.75rem;
  justify-content: center;
  width: 44px;
  align-items: center;
  color: #C4841C;
  margin-bottom: 14px;
  display: flex;
}.izb-wy_card_ic-tap svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.375rem;
  height: 1.375rem;
}.izb-wy_card_h-tap {
  font-weight: 700;
  font-size: 15px;
  color: #F3E9D4;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  line-height: 1.25;
}.izb-wy_card_p-tap {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #9A7C58;
}.izb-wy_card_p-tap strong {
  color: #D6C4A0;
  font-weight: 600;
}.izb-gcg-tap {
  background: #120B06;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.izb-gcg-tap {
  padding: 44px 1.5rem 0;
}
}.izb-gcg_in-tap {
  margin: 0 auto;
  max-width: 1320px;
}.izb-gcg_head-tap {
  max-width: 720px;
  margin-bottom: 20px;
}.izb-gcg_label-tap {
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #C4841C;
}.izb-gcg_h2-tap {
  color: #F3E9D4;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}
@media(min-width: 766px) {.izb-gcg_h2-tap {
  font-size: 1.75rem;
}
}.izb-gcg_intro-tap {
  line-height: 1.6;
  font-size: 0.813rem;
  color: #9A7C58;
}.izb-gcg_grid-tap {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.izb-gcg_grid-tap {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.izb-gcg_grid-tap {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.izb-gcg_card-tap {
  border-radius: 14px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  min-height: 240px;
  position: relative;
  justify-content: flex-end;
}.izb-gcg_card-tap:hover {
  border-color: rgba(196, 132, 28, 0.16);
  transform: translateY(-3px);
}.izb-gcg_card_bg-tap {
  inset: 0;
  z-index: 0;
  position: absolute;
}.izb-gcg_card_bg-tap::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.izb-gcg_card_ic-tap {
  border-radius: 0.25rem;
  background: rgba(0,0,0,.45);
  color: #F3E9D4;
  right: 1.125rem;
  align-items: center;
  z-index: 2;
  display: flex;
  top: 18px;
  height: 40px;
  justify-content: center;
  position: absolute;
  width: 2.5rem;
}.izb-gcg_card_ic-tap svg {
  stroke-linecap: round;
  height: 1.25rem;
  stroke-linejoin: round;
  width: 20px;
}.izb-gcg_card_ct-tap {
  position: relative;
  z-index: 1;
}.izb-gcg_card_h-tap {
  font-size: 1.125rem;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #F3E9D4;
  margin-bottom: 0.5rem;
}
@media(min-width: 769px) {.izb-gcg_card_h-tap {
  font-size: 1.25rem;
}
}.izb-gcg_card_p-tap {
  margin-bottom: 10px;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 12px;
}.izb-gcg_card_p-tap strong {
  font-weight: 600;
  color: #F3E9D4;
}.izb-gcg_card_cta-tap {
  gap: 0.25rem;
  letter-spacing: .04em;
  color: #C4841C;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}.izb-gcg_card_cta-tap svg {
  width: 12px;
  stroke-linecap: round;
  height: 12px;
  stroke-linejoin: round;
}.izb-gr_jp-tap {
  padding: 1.25rem;
  background: linear-gradient(135deg,#1C0E28 0%,#0E0710 100%);
  border-radius: 0.875rem;
  overflow: hidden;
  position: relative;
}.izb-gr_jp-tap::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 78, 16, 0.22) 0%,transparent 70%);
  content: '';
  width: 250px;
  height: 250px;
  top: -3.75rem;
  position: absolute;
  left: -3.75rem;
}.izb-gr_jp-tap::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212, 150, 30, 0.16) 0%,transparent 70%);
  right: 0;
  bottom: -2.5rem;
  height: 200px;
  position: absolute;
  width: 12.5rem;
  content: '';
}.izb-gr_jp_head-tap {
  gap: 16px;
  position: relative;
  margin-bottom: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
  z-index: 1;
  display: flex;
}.izb-gr_jp_info-tap {
  flex: 1;
}.izb-gr_jp_label-tap {
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  color: #8B5AE0;
}.izb-gr_jp_label-tap svg {
  margin-right: 0.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
  width: 14px;
  vertical-align: -2px;
}.izb-gr_jp_amount-tap {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F3E9D4;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}
@media(min-width: 769px) {.izb-gr_jp_amount-tap {
  font-size: 2.5rem;
}
}.izb-gr_jp_amount-tap span {
  color: #D4961E;
}.izb-gr_jp_seo-tap {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  max-width: 30rem;
  line-height: 1.5;
  color: #A88E68;
}.izb-gr_jp_cta-tap {
  border: 1px solid rgba(139, 78, 16, 0.22);
  background: rgba(139, 78, 16, 0.22);
  border-radius: 0.5rem;
  padding: 0.688rem 1.25rem;
  transition: background .2s;
  font-size: 0.813rem;
  color: #F3E9D4;
  white-space: nowrap;
  align-self: flex-start;
  font-weight: 700;
  margin-top: 0.25rem;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}.izb-gr_jp_cta-tap:hover {
  background: #8B4E10;
}.izb-ws-tap {
  background: #120B06;
  padding: 2rem 1rem 0;
}
@media(min-width: 765px) {.izb-ws-tap {
  padding: 2.25rem 24px 0;
}
}.izb-ws_in-tap {
  margin: 0 auto;
  max-width: 1320px;
}.izb-ws_head-tap {
  gap: 12px;
  margin-bottom: 0.875rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.izb-ws_title-tap {
  gap: 0.625rem;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  flex-wrap: wrap;
  color: #F3E9D4;
  align-items: center;
  font-size: 16px;
}.izb-ws_title_ic-tap svg {
  color: #D4961E;
  stroke-linejoin: round;
  height: 1.125rem;
  width: 1.125rem;
  stroke-linecap: round;
}.izb-ws_online-tap {
  gap: 7px;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  color: #9A7C58;
  display: flex;
}.izb-ws_online_dot-tap {
  background: #3AB86A;
  border-radius: 50%;
  width: 8px;
  flex-shrink: 0;
  height: 8px;
  box-shadow: 0 0 0.375rem rgba(58, 184, 106, 0.15);
}.izb-ws_scroll-tap {
  gap: 0.5rem;
  padding-bottom: 8px;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
}.izb-ws_scroll-tap::-webkit-scrollbar {
  display: none;
}.izb-wc-tap {
  padding: 0.625rem 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #181009;
  gap: 0.625rem;
  border-radius: 0.5rem;
  align-items: center;
  min-width: 220px;
  flex-shrink: 0;
  display: flex;
}.izb-wc_img-tap {
  border-radius: 4px;
  overflow: hidden;
  background: #1E1209;
  height: 36px;
  width: 2.25rem;
  flex-shrink: 0;
}.izb-wc_img-tap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.izb-wc_info-tap {
  min-width: 0;
}.izb-wc_game-tap {
  overflow: hidden;
  color: #D6C4A0;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.75rem;
  text-overflow: ellipsis;
}.izb-wc_player-tap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  color: #8C7258;
}.izb-wc_amount-tap {
  white-space: nowrap;
  color: #3AB86A;
  flex-shrink: 0;
  margin-left: auto;
  font-size: 0.813rem;
  font-weight: 700;
}.izb-prov-tap {
  padding: 36px 1rem 0;
  background: #120B06;
}
@media(min-width: 769px) {.izb-prov-tap {
  padding: 44px 1.5rem 0;
}
}.izb-prov_in-tap {
  margin: 0 auto;
  max-width: 1320px;
}.izb-prov_head-tap {
  margin-bottom: 16px;
}.izb-prov_label-tap {
  letter-spacing: .08em;
  font-weight: 700;
  color: #C4841C;
  margin-bottom: 8px;
  font-size: 11px;
  text-transform: uppercase;
}.izb-prov_h2-tap {
  overflow-wrap: break-word;
  color: #F3E9D4;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 8px;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 766px) {.izb-prov_h2-tap {
  font-size: 1.5rem;
}
}.izb-prov_seo-tap {
  max-width: 620px;
  color: #9A7C58;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.izb-prov_seo-tap strong {
  color: #D6C4A0;
  font-weight: 700;
}.izb-prov_seo-tap a {
  text-decoration: underline;
  color: #C4841C;
}.izb-prov_grid-tap {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.izb-prov_grid-tap {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.izb-prov_grid-tap {
  grid-template-columns: repeat(8,1fr);
}
}.izb-prov_card-tap {
  padding: 0.875rem 0.625rem;
  background: #181009;
  gap: 0.438rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,background .2s;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  display: flex;
}.izb-prov_card-tap:hover {
  border-color: rgba(196, 132, 28, 0.45);
  background: #1E1209;
}.izb-prov_logo-tap {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 4px;
  overflow: hidden;
  width: 44px;
  align-items: center;
  display: flex;
  height: 44px;
  justify-content: center;
}.izb-prov_logo-tap img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.izb-prov_name-tap {
  text-align: center;
  color: #A88E68;
  font-size: 11px;
  font-weight: 600;
  overflow-wrap: break-word;
}.izb-reg-tap {
  padding: 36px 1rem 0;
  background: #120B06;
}
@media(min-width: 766px) {.izb-reg-tap {
  padding: 2.75rem 1.5rem 0;
}
}.izb-reg_in-tap {
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0 auto;
  background: #1E1209;
  padding: 1.75rem 1.5rem;
  border-radius: 0.875rem;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.izb-reg_in-tap {
  padding: 40px;
}
}.izb-reg_top-tap {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.izb-reg_top-tap {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.izb-reg_label-tap {
  color: #C4841C;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}.izb-reg_h2-tap {
  margin-bottom: 12px;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.2;
  color: #F3E9D4;
  font-size: 1.375rem;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 769px) {.izb-reg_h2-tap {
  font-size: 1.75rem;
}
}.izb-reg_bonus-tap {
  border: 1px solid rgba(212, 150, 30, 0.16);
  background: rgba(212, 150, 30, 0.16);
  gap: 0.5rem;
  border-radius: 8px;
  padding: 10px 1rem;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}.izb-reg_bonus_amount-tap {
  color: #D4961E;
  font-size: 1.25rem;
  font-weight: 800;
}.izb-reg_bonus_text-tap {
  color: #A88E68;
  line-height: 1.35;
  font-size: 13px;
}.izb-reg_cta_btn-tap {
  transition: background .2s;
  padding: 14px 2rem;
  background: #3AB86A;
  border-radius: 8px;
  box-shadow: 0px 6px 22px rgba(58, 184, 106, 0.38), 0px 1px 4px rgba(0, 0, 0, 0.5);
  display: inline-block;
  color: #0E0804;
  margin-bottom: 0.75rem;
  font-size: 0.938rem;
  font-weight: 700;
}.izb-reg_cta_btn-tap:hover {
  background: #48CC7A;
}.izb-reg_terms-tap {
  font-size: 0.688rem;
  color: #8C7258;
  line-height: 1.5;
}.izb-reg_seo-tap {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  overflow-wrap: break-word;
  color: #9A7C58;
  padding-top: 1.25rem;
  font-size: 0.813rem;
  line-height: 1.65;
  margin-top: 1.25rem;
}.izb-reg_seo-tap p {
  color: #9A7C58;
  line-height: 1.65;
  font-size: 13px;
  margin-bottom: 10px;
}.izb-reg_seo-tap p:last-child {
  margin-bottom: 0;
}.izb-reg_seo-tap strong {
  color: #D6C4A0;
  font-weight: 700;
}.izb-reg_seo-tap a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4841C;
}.izb-reg_seo-tap a:hover {
  color: #D4962A;
}.izb-reg_seo-tap ul,.izb-reg_seo-tap ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.izb-reg_seo-tap ol {
  list-style: decimal;
}.izb-reg_seo-tap li {
  margin-bottom: 0.25rem;
  font-size: 13px;
  line-height: 1.65;
  color: #9A7C58;
}.izb-reg_seo-tap table {
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  font-size: 13px;
  margin-bottom: 0.625rem;
  display: block;
}
@media(min-width: 767px) {.izb-reg_seo-tap table {
  display: table;
}
}.izb-reg_seo-tap th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  text-align: left;
  color: #D6C4A0;
  font-weight: 700;
}.izb-reg_seo-tap td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding: 0.5rem;
  color: #9A7C58;
}.izb-reg_steps-tap {
  gap: 14px;
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
}
@media(min-width: 862px) {.izb-reg_steps-tap {
  margin-top: 0;
}
}.izb-reg_step-tap {
  border-radius: 8px;
  padding: 16px;
  gap: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.04);
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.izb-reg_step_num-tap {
  border-radius: 50%;
  background: rgba(196, 132, 28, 0.16);
  border: 1px solid rgba(196, 132, 28, 0.07);
  align-items: center;
  display: flex;
  width: 2.125rem;
  flex-shrink: 0;
  font-weight: 800;
  font-size: 0.875rem;
  color: #C4841C;
  justify-content: center;
  height: 2.125rem;
}.izb-reg_step_title-tap {
  margin-bottom: 3px;
  font-weight: 700;
  color: #F3E9D4;
  font-size: 0.875rem;
}.izb-reg_step_text-tap {
  color: #9A7C58;
  line-height: 1.5;
  font-size: 0.75rem;
}.izb-reg_trust-tap {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  gap: 0.625rem;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  padding-top: 20px;
}.izb-reg_trust_item-tap {
  gap: 0.438rem;
  color: #9A7C58;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  font-size: 12px;
}.izb-reg_trust_ic-tap svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #C4841C;
  height: 1rem;
  width: 16px;
}.izb-app-tap {
  background: #120B06;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.izb-app-tap {
  padding: 44px 24px 0;
}
}.izb-app_in-tap {
  margin: 0 auto;
  max-width: 82.5rem;
}.izb-app_head-tap {
  margin-bottom: 16px;
}.izb-app_label-tap {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  color: #C4841C;
}.izb-app_h2-tap {
  margin-bottom: 6px;
  color: #F3E9D4;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.izb-app_h2-tap {
  font-size: 1.5rem;
}
}.izb-app_sub-tap {
  font-size: 0.813rem;
  color: #9A7C58;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 37.5rem;
}.izb-app_sub-tap strong {
  font-weight: 700;
  color: #D6C4A0;
}.izb-app_cards-tap {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 16px;
  display: grid;
}
@media(min-width: 638px) {.izb-app_cards-tap {
  grid-template-columns: repeat(3,1fr);
}
}.izb-app_card-tap {
  overflow: hidden;
  border-radius: 8px;
  gap: 1rem;
  padding: 20px;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
  display: flex;
}.izb-app_card_ios-tap {
  background: linear-gradient(135deg,rgba(196, 132, 28, 0.16) 0%,#1E1209 100%);
}.izb-app_card_android-tap {
  background: linear-gradient(135deg,rgba(58, 184, 106, 0.15) 0%,#1E1209 100%);
}.izb-app_card_win-tap {
  background: linear-gradient(135deg,rgba(212, 150, 30, 0.16) 0%,#1E1209 100%);
}.izb-app_card_ic-tap svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 2.125rem;
  width: 2.125rem;
}.izb-app_card_ic-tap {
  color: #F3E9D4;
  flex-shrink: 0;
}.izb-app_card_os-tap {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 6px;
  color: #9A7C58;
  font-size: 10px;
}.izb-app_card_title-tap {
  font-weight: 700;
  line-height: 1.2;
  color: #F3E9D4;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
}.izb-app_card_text-tap {
  overflow-wrap: break-word;
  color: #9A7C58;
  font-size: 12px;
  margin-bottom: 14px;
  line-height: 1.5;
}.izb-app_card_btn-tap {
  transition: background .2s;
  border: 1px solid rgba(196, 132, 28, 0.45);
  gap: 0.438rem;
  border-radius: 0.25rem;
  padding: 0.625rem 1.125rem;
  background: rgba(255, 255, 255, 0.12);
  align-items: center;
  font-size: 13px;
  color: #F3E9D4;
  font-weight: 700;
  display: inline-flex;
}.izb-app_card_btn-tap:hover {
  background: rgba(255, 255, 255, 0.07);
}.izb-bon-tap {
  background: #120B06;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.izb-bon-tap {
  padding: 44px 1.5rem 0;
}
}.izb-bon_in-tap {
  margin: 0 auto;
  max-width: 1320px;
}.izb-bon_head-tap {
  margin-bottom: 20px;
}.izb-bon_label-tap {
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C4841C;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.izb-bon_h2-tap {
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  color: #F3E9D4;
  font-weight: 800;
}
@media(min-width: 766px) {.izb-bon_h2-tap {
  font-size: 24px;
}
}.izb-bon_seo-tap {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #9A7C58;
  max-width: 38.75rem;
  line-height: 1.6;
}.izb-bon_seo-tap strong {
  font-weight: 700;
  color: #D6C4A0;
}.izb-bon_seo-tap a {
  text-decoration: underline;
  color: #C4841C;
}.izb-bon_grid-tap {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.izb-bon_grid-tap {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.izb-bon_grid-tap {
  grid-template-columns: repeat(5,1fr);
}
}.izb-bon_card-tap {
  padding: 16px;
  transition: border-color .2s,transform .2s;
  background: #181009;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.izb-bon_card-tap:hover {
  border-color: rgba(196, 132, 28, 0.07);
  transform: translateY(-2px);
}.izb-bon_card_ic-tap svg {
  stroke-linecap: round;
  height: 1.625rem;
  width: 26px;
  stroke-linejoin: round;
}.izb-bon_card_ic-tap {
  margin-bottom: 10px;
}.izb-bon_card_type-tap {
  margin-bottom: 6px;
  letter-spacing: .06em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #9A7C58;
}.izb-bon_card_amount-tap {
  line-height: 1.1;
  color: #D4961E;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 800;
}.izb-bon_card_name-tap {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #F3E9D4;
  overflow-wrap: break-word;
}.izb-bon_card_detail-tap {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 0.688rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #8C7258;
  padding-top: 0.5rem;
}.izb-seo-tap {
  background: #120B06;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.izb-seo-tap {
  padding: 44px 24px 0;
}
}.izb-seo_in-tap {
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  padding: 1.75rem 24px;
  background: #1E1209;
  border-radius: 14px;
  max-width: 1320px;
}
@media(min-width: 771px) {.izb-seo_in-tap {
  padding: 2.25rem 2.5rem;
}
}.izb-seo_label-tap {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  color: #C4841C;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
}.izb-seo_h2-tap {
  margin-bottom: 14px;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  color: #F3E9D4;
  font-weight: 800;
  line-height: 1.25;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.izb-seo_h2-tap {
  font-size: 24px;
}
}.izb-seo_body-tap {
  font-size: 0.875rem;
  color: #A88E68;
  overflow-wrap: break-word;
  line-height: 1.75;
}.izb-seo_body-tap p {
  font-size: 0.875rem;
  color: #A88E68;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.izb-seo_body-tap p:last-child {
  margin-bottom: 0;
}.izb-seo_body-tap strong {
  font-weight: 700;
  color: #D6C4A0;
}.izb-seo_body-tap a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4841C;
}.izb-seo_body-tap a:hover {
  color: #D4962A;
}.izb-seo_body-tap ul,.izb-seo_body-tap ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.izb-seo_body-tap ol {
  list-style: decimal;
}.izb-seo_body-tap li {
  margin-bottom: 0.375rem;
  color: #A88E68;
  line-height: 1.75;
  font-size: 0.875rem;
}.izb-seo_body-tap table {
  width: 100%;
  display: block;
  overflow-x: auto;
  margin-bottom: 12px;
  border-collapse: collapse;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.izb-seo_body-tap table {
  display: table;
}
}.izb-seo_body-tap th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #D6C4A0;
  font-weight: 700;
}.izb-seo_body-tap td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: #A88E68;
}.izb-seo_cols-tap {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.izb-seo_cols-tap {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.izb-seo_cols-tap {
  grid-template-columns: repeat(3,1fr);
}
}.izb-seo_col_h-tap {
  color: #D6C4A0;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.438rem;
  font-size: 13px;
}.izb-seo_col_p-tap {
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #9A7C58;
}.izb-seo_stats-tap {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.izb-seo_stat-tap {
  flex: 1;
  padding: 14px 16px;
  border: 1px solid rgba(196, 132, 28, 0.16);
  background: rgba(196, 132, 28, 0.07);
  border-radius: 0.5rem;
  min-width: 140px;
}.izb-seo_stat_val-tap {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 4px;
  font-weight: 800;
  color: #C4841C;
}.izb-seo_stat_lb-tap {
  color: #9A7C58;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.izb-rv-tap {
  background: #120B06;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.izb-rv-tap {
  padding: 2.75rem 1.5rem 0;
}
}.izb-rv_in-tap {
  margin: 0 auto;
  max-width: 82.5rem;
}.izb-rv_head-tap {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.izb-rv_label-tap {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #C4841C;
  text-transform: uppercase;
  font-size: 11px;
}.izb-rv_h2-tap {
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  font-size: 1.375rem;
  color: #F3E9D4;
}
@media(min-width: 766px) {.izb-rv_h2-tap {
  font-size: 28px;
}
}.izb-rv_stats-tap {
  gap: 1.125rem;
  align-items: center;
  display: flex;
  font-size: 0.813rem;
  color: #9A7C58;
  flex-wrap: wrap;
}.izb-rv_stats_score-tap {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.izb-rv_stats_score_val-tap {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 1.375rem;
  color: #D4961E;
}.izb-rv_stats_score_max-tap {
  font-size: 0.813rem;
  color: #8C7258;
}.izb-rv_stats_badge-tap {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.izb-rv_stats_badge-tap svg {
  color: #D4961E;
  height: 14px;
  width: 14px;
}.izb-rv_grid-tap {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.izb-rv_grid-tap {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.izb-rv_grid-tap {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.izb-rv_card-tap {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  background: #1E1209;
  padding: 20px;
  flex-direction: column;
  display: flex;
}.izb-rv_card_stars-tap {
  gap: 2px;
  margin-bottom: 0.625rem;
  color: #D4961E;
  display: flex;
}.izb-rv_card_stars-tap svg {
  width: 14px;
  height: 0.875rem;
}.izb-rv_card_h-tap {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.875rem;
  color: #F3E9D4;
  margin-bottom: 8px;
  line-height: 1.3;
}.izb-rv_card_body-tap {
  flex: 1;
  color: #9A7C58;
  line-height: 1.65;
  font-size: 0.813rem;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}.izb-rv_card_body-tap strong {
  font-weight: 600;
  color: #D6C4A0;
}.izb-rv_card_meta-tap {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0.75rem;
  justify-content: space-between;
}.izb-rv_card_author-tap {
  color: #D6C4A0;
  font-size: 12px;
  font-weight: 600;
}.izb-rv_card_date-tap {
  color: #8C7258;
  font-size: 0.688rem;
}.izb-pmt-tap {
  background: #120B06;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.izb-pmt-tap {
  padding: 44px 24px 0;
}
}.izb-pmt_in-tap {
  margin: 0 auto;
  max-width: 1320px;
}.izb-pmt_head-tap {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.izb-pmt_label-tap {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 11px;
  color: #C4841C;
}.izb-pmt_h2-tap {
  font-weight: 800;
  font-size: 22px;
  color: #F3E9D4;
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.izb-pmt_h2-tap {
  font-size: 28px;
}
}.izb-pmt_intro-tap {
  color: #9A7C58;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.izb-pmt_groups-tap {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.izb-pmt_group-tap {
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  background: #1E1209;
}.izb-pmt_group_head-tap {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}.izb-pmt_group_ic-tap {
  border-radius: 4px;
  background: rgba(196, 132, 28, 0.16);
  width: 36px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  color: #C4841C;
}.izb-pmt_group_ic-tap svg {
  stroke-linejoin: round;
  height: 18px;
  width: 1.125rem;
  stroke-linecap: round;
}.izb-pmt_group_h-tap {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  color: #F3E9D4;
  overflow-wrap: break-word;
  font-weight: 700;
}.izb-pmt_group_p-tap {
  line-height: 1.6;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #9A7C58;
  font-size: 13px;
}.izb-pmt_group_p-tap strong {
  color: #D6C4A0;
  font-weight: 600;
}.izb-pmt_table_wrap-tap {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.izb-pmt_table-tap {
  min-width: 540px;
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
}.izb-pmt_table-tap th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  letter-spacing: .04em;
  text-align: left;
  font-size: 0.688rem;
  white-space: nowrap;
  font-weight: 700;
  color: #D6C4A0;
  text-transform: uppercase;
}.izb-pmt_table-tap td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding: 12px;
  color: #9A7C58;
}.izb-pmt_table-tap tbody tr:last-child td {
  border-bottom: none;
}.izb-pmt_table-tap tr:hover td {
  background: rgba(255, 255, 255, 0.04);
  color: #D6C4A0;
}.izb-seo-tap {
  padding: 2.25rem 1rem 0;
  background: #120B06;
}
@media(min-width: 770px) {.izb-seo-tap {
  padding: 2.75rem 24px 0;
}
}.izb-seo_in-tap {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.75rem 24px;
  background: #1E1209;
  border-radius: 14px;
  max-width: 82.5rem;
}
@media(min-width:768px) {.izb-seo_in-tap {
  padding: 2.25rem 2.5rem;
}
}.izb-seo_label-tap {
  font-size: 11px;
  margin-bottom: 10px;
  color: #C4841C;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.izb-seo_h2-tap {
  color: #F3E9D4;
  font-family: 'Playfair Display', serif;
  line-height: 1.25;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.izb-seo_h2-tap {
  font-size: 24px;
}
}.izb-seo_body-tap {
  line-height: 1.75;
  color: #A88E68;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.izb-seo_body-tap p {
  font-size: 0.875rem;
  color: #A88E68;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.izb-seo_body-tap p:last-child {
  margin-bottom: 0;
}.izb-seo_body-tap strong {
  font-weight: 700;
  color: #D6C4A0;
}.izb-seo_body-tap a {
  transition: color .2s;
  color: #C4841C;
  text-decoration: underline;
}.izb-seo_body-tap a:hover {
  color: #D4962A;
}.izb-seo_body-tap ul,.izb-seo_body-tap ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.izb-seo_body-tap ol {
  list-style: decimal;
}.izb-seo_body-tap li {
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  color: #A88E68;
  line-height: 1.75;
}.izb-seo_body-tap table {
  display: block;
  overflow-x: auto;
  margin-bottom: 12px;
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
}
@media(min-width: 770px) {.izb-seo_body-tap table {
  display: table;
}
}.izb-seo_body-tap th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #D6C4A0;
  text-align: left;
  font-weight: 700;
}.izb-seo_body-tap td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: #A88E68;
}.izb-seo_cols-tap {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.izb-seo_cols-tap {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.izb-seo_cols-tap {
  grid-template-columns: repeat(3,1fr);
}
}.izb-seo_col_h-tap {
  margin-bottom: 7px;
  font-weight: 700;
  color: #D6C4A0;
  font-size: 13px;
  overflow-wrap: break-word;
}.izb-seo_col_p-tap {
  font-size: 0.813rem;
  color: #9A7C58;
  overflow-wrap: break-word;
  line-height: 1.65;
}.izb-seo_stats-tap {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.izb-seo_stat-tap {
  flex: 1;
  padding: 0.875rem 1rem;
  background: rgba(196, 132, 28, 0.07);
  border: 1px solid rgba(196, 132, 28, 0.16);
  border-radius: 0.5rem;
  min-width: 8.75rem;
}.izb-seo_stat_val-tap {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.25rem;
  color: #C4841C;
  overflow-wrap: break-word;
}.izb-seo_stat_lb-tap {
  color: #9A7C58;
  font-size: 11px;
  overflow-wrap: break-word;
}.izb-faq-tap {
  background: #120B06;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.izb-faq-tap {
  padding: 44px 1.5rem 0;
}
}.izb-faq_in-tap {
  margin: 0 auto;
  max-width: 1320px;
}.izb-faq_head-tap {
  margin-bottom: 1.25rem;
}.izb-faq_label-tap {
  letter-spacing: .08em;
  color: #C4841C;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 11px;
  text-transform: uppercase;
}.izb-faq_h2-tap {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F3E9D4;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
}
@media(min-width: 769px) {.izb-faq_h2-tap {
  font-size: 1.5rem;
}
}.izb-faq_list-tap {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.izb-faq_item-tap {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1E1209;
  overflow: hidden;
}.izb-faq_q-tap {
  padding: 1rem 1.25rem;
  transition: color .2s;
  gap: 12px;
  flex-wrap: wrap;
  font-weight: 600;
  cursor: pointer;
  justify-content: space-between;
  font-size: 14px;
  overflow-wrap: break-word;
  align-items: center;
  color: #D6C4A0;
  display: flex;
}.izb-faq_q-tap:hover {
  color: #F3E9D4;
}.izb-faq_q_ic-tap {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  display: flex;
  width: 24px;
  flex-shrink: 0;
  align-items: center;
  height: 24px;
  color: #C4841C;
  font-size: 16px;
  justify-content: center;
}.izb-faq_item-tap.izb-state_open-tap .izb-faq_q_ic-tap {
  transform: rotate(45deg);
}.izb-faq_a-tap {
  padding: 0 20px 1rem;
  display: none;
  color: #9A7C58;
  line-height: 1.7;
  font-size: 13px;
  overflow-wrap: break-word;
}.izb-faq_item-tap.izb-state_open-tap .izb-faq_a-tap {
  display: block;
}.izb-faq_a-tap strong {
  font-weight: 700;
  color: #D6C4A0;
}.izb-faq_a-tap a {
  text-decoration: underline;
  color: #C4841C;
}.izb-faq_a-tap ul,.izb-faq_a-tap ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.izb-faq_a-tap ol {
  list-style: decimal;
}.izb-faq_a-tap li {
  margin-bottom: 4px;
  line-height: 1.6;
}.izb-faq_a-tap table {
  margin: 0.5rem 0;
  width: 100%;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  font-size: 12px;
}
@media(min-width: 765px) {.izb-faq_a-tap table {
  display: table;
}
}.izb-faq_a-tap th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 0.5rem;
  text-align: left;
  color: #D6C4A0;
  font-weight: 700;
}.izb-faq_a-tap td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: #9A7C58;
}.izb-seo-tap {
  padding: 2.25rem 1rem 0;
  background: #120B06;
}
@media(min-width: 767px) {.izb-seo-tap {
  padding: 44px 24px 0;
}
}.izb-seo_in-tap {
  background: #1E1209;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.875rem;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 766px) {.izb-seo_in-tap {
  padding: 2.25rem 2.5rem;
}
}.izb-seo_label-tap {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 10px;
  color: #C4841C;
}.izb-seo_h2-tap {
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 14px;
  color: #F3E9D4;
  font-size: 1.25rem;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.izb-seo_h2-tap {
  font-size: 1.5rem;
}
}.izb-seo_body-tap {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #A88E68;
  font-size: 14px;
}.izb-seo_body-tap p {
  color: #A88E68;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.izb-seo_body-tap p:last-child {
  margin-bottom: 0;
}.izb-seo_body-tap strong {
  font-weight: 700;
  color: #D6C4A0;
}.izb-seo_body-tap a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4841C;
}.izb-seo_body-tap a:hover {
  color: #D4962A;
}.izb-seo_body-tap ul,.izb-seo_body-tap ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.izb-seo_body-tap ol {
  list-style: decimal;
}.izb-seo_body-tap li {
  line-height: 1.75;
  color: #A88E68;
  margin-bottom: 6px;
  font-size: 0.875rem;
}.izb-seo_body-tap table {
  width: 100%;
  margin-bottom: 12px;
  font-size: 13px;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}
@media(min-width: 771px) {.izb-seo_body-tap table {
  display: table;
}
}.izb-seo_body-tap th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #D6C4A0;
  text-align: left;
  font-weight: 700;
}.izb-seo_body-tap td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: #A88E68;
}.izb-seo_cols-tap {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.izb-seo_cols-tap {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.izb-seo_cols-tap {
  grid-template-columns: repeat(3,1fr);
}
}.izb-seo_col_h-tap {
  font-weight: 700;
  font-size: 13px;
  color: #D6C4A0;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.izb-seo_col_p-tap {
  line-height: 1.65;
  color: #9A7C58;
  overflow-wrap: break-word;
  font-size: 13px;
}.izb-seo_stats-tap {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.izb-seo_stat-tap {
  flex: 1;
  padding: 14px 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(196, 132, 28, 0.16);
  background: rgba(196, 132, 28, 0.07);
  min-width: 140px;
}.izb-seo_stat_val-tap {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 4px;
  font-size: 20px;
  color: #C4841C;
}.izb-seo_stat_lb-tap {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #9A7C58;
}.izb-ft-tap {
  background: #0B0703;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  margin-top: 3rem;
}.izb-ft_support-tap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding: 24px 1rem;
}
@media(min-width: 769px) {.izb-ft_support-tap {
  padding: 1.75rem 1.5rem;
}
}.izb-ft_support_in-tap {
  gap: 16px;
  margin: 0 auto;
  max-width: 1320px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.izb-ft_support_main-tap {
  gap: 16px;
  flex: 1;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
  flex-wrap: wrap;
}.izb-ft_support_ic-tap {
  flex-shrink: 0;
  color: #C4841C;
}.izb-ft_support_ic-tap svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.875rem;
  width: 30px;
}.izb-ft_support_text_title-tap {
  overflow-wrap: break-word;
  margin-bottom: 3px;
  color: #F3E9D4;
  font-size: 15px;
  font-weight: 700;
}.izb-ft_support_text_sub-tap {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #9A7C58;
}.izb-ft_support_btn-tap {
  transition: background .2s;
  padding: 0.688rem 1.375rem;
  border-radius: 8px;
  background: #C4841C;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 13px;
  color: #F3E9D4;
  font-weight: 700;
}.izb-ft_support_btn-tap:hover {
  background: #D4962A;
}.izb-ft_support_contacts-tap {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.izb-ft_support_contact-tap {
  line-height: 1.4;
  color: #8C7258;
  font-size: 12px;
}.izb-ft_support_contact-tap strong {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 0.688rem;
  display: block;
  color: #A88E68;
}.izb-ft_main-tap {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
@media(min-width: 765px) {.izb-ft_main-tap {
  padding: 40px 24px 32px;
}
}.izb-ft_main_in-tap {
  gap: 1.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
}
@media(min-width: 641px) {.izb-ft_main_in-tap {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.izb-ft_main_in-tap {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.izb-ft_col_logo-tap {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.izb-ft_col_logo-tap {
  grid-column: auto;
}
}.izb-ft_logo-tap {
  gap: 0.563rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 800;
  margin-bottom: 0.75rem;
  font-size: 16px;
  color: #F3E9D4;
  overflow-wrap: break-word;
}.izb-ft_logo_mark-tap {
  overflow: hidden;
  border-radius: 0.25rem;
  height: 30px;
  width: 30px;
}.izb-ft_logo_mark-tap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.izb-ft_logo_sub-tap {
  max-width: 200px;
  overflow-wrap: break-word;
  color: #8C7258;
  line-height: 1.55;
  font-size: 12px;
}.izb-ft_col_title-tap {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #A88E68;
  font-size: 0.75rem;
  margin-bottom: 14px;
}.izb-ft_col_links-tap {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.izb-ft_col_link-tap {
  transition: color .2s;
  color: #8C7258;
  overflow-wrap: break-word;
  font-size: 13px;
}.izb-ft_col_link-tap:hover {
  color: #D6C4A0;
}.izb-ft_apps-tap {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.izb-ft_app_card-tap {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 10px 12px;
  border-radius: 4px;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.04);
  gap: 10px;
  display: flex;
  align-items: center;
}.izb-ft_app_card-tap:hover {
  border-color: rgba(196, 132, 28, 0.45);
}.izb-ft_app_card_ic-tap svg {
  height: 22px;
  width: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.izb-ft_app_card_os-tap {
  font-size: 10px;
  color: #8C7258;
  font-weight: 600;
}.izb-ft_app_card_action-tap {
  font-weight: 700;
  font-size: 12px;
  color: #D6C4A0;
}.izb-ft_bot-tap {
  padding: 1.25rem 1rem;
}
@media(min-width: 771px) {.izb-ft_bot-tap {
  padding: 1.25rem 24px;
}
}.izb-ft_bot_in-tap {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  max-width: 82.5rem;
  align-items: center;
  flex-wrap: wrap;
}.izb-ft_socials-tap {
  gap: 0.5rem;
  display: flex;
}.izb-ft_soc-tap {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.25rem;
  color: #A88E68;
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
}.izb-ft_soc-tap svg {
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
}.izb-ft_soc-tap:hover {
  background: rgba(255, 255, 255, 0.07);
}.izb-ft_legal-tap {
  flex: 1;
  color: #9A8060;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 11px;
  min-width: 200px;
}.izb-ft_legal-tap strong {
  color: #A88E68;
  font-weight: 700;
}.izb-ft_legal-tap a {
  text-decoration: underline;
  color: #A88E68;
}.izb-ft_age-tap {
  border-radius: 50%;
  border: 2px solid #9A8060;
  align-items: center;
  color: #9A8060;
  width: 2rem;
  flex-shrink: 0;
  font-size: 0.688rem;
  margin-left: auto;
  justify-content: center;
  height: 2rem;
  font-weight: 800;
  display: flex;
}