*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #130709;
  color: #D2B98C;
  font-family: 'Lato', sans-serif;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  color: inherit;
  text-decoration: none;
}button {
  background: none;
  font: inherit;
  border: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.giu_layout_sm7 {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.giu_page_sm7 {
  min-height: 100vh;
  display: flex;
}.giu_main_sm7 {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media(min-width: 1079px) {.giu_main_sm7 {
  padding-left: 220px;
}
}
@media(max-width: 1077px) {.giu_main_sm7 {
  padding-bottom: 4.5rem;
}
}.giu_gc_sm7 {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #190A0C;
  transition: transform .2s,border-color .2s;
  width: 140px;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
@media(min-width: 637px) {.giu_gc_sm7 {
  width: 156px;
}
}
@media(min-width: 1078px) {.giu_gc_sm7 {
  width: 10.5rem;
}
}.giu_gc_sm7:hover {
  border-color: rgba(200, 134, 14, 0.07);
  transform: translateY(-3px);
}.giu_gc_img_sm7 {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.giu_gc_img_sm7 img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.giu_gc_hover_sm7 {
  inset: 0;
  background: rgba(8, 2, 4, 0.72);
  transition: opacity .2s;
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
}.giu_gc_sm7:hover .giu_gc_hover_sm7 {
  opacity: 1;
}.giu_gc_hover_btn_sm7 {
  border-radius: 5px;
  padding: 0.5rem 16px;
  background: #C8860E;
  font-size: 0.75rem;
  color: #F5E8C6;
  font-weight: 700;
}.giu_gc_info_sm7 {
  padding: 8px 0.625rem 10px;
}.giu_gc_name_sm7 {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #D2B98C;
  font-size: 12px;
  margin-bottom: 3px;
  white-space: nowrap;
}.giu_gc_prov_sm7 {
  font-size: 0.625rem;
  color: #5E4C38;
}.giu_gc_tag_sm7 {
  padding: 2px 0.438rem;
  border-radius: 4px;
  letter-spacing: .04em;
  text-transform: uppercase;
  position: absolute;
  font-weight: 700;
  z-index: 2;
  top: 0.375rem;
  left: 6px;
  font-size: 0.563rem;
}.giu_gc_tag_hot_sm7 {
  background: #D43030;
  color: #fff;
}.giu_gc_tag_new_sm7 {
  background: #22C17A;
  color: #130709;
}.giu_gc_tag_jp_sm7 {
  background: #F5A623;
  color: #130709;
}.giu_gc_tag_ex_sm7 {
  background: #8B3C10;
  color: #fff;
}.giu_gc_tag_live_sm7 {
  background: #D43030;
  color: #fff;
}.giu_gr_sm7 {
  background: #130709;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.giu_gr_sm7 {
  padding: 2.25rem 1.5rem 0;
}
}.giu_gr_in_sm7 {
  margin: 0 auto;
  max-width: 1320px;
}.giu_gr_head_sm7 {
  gap: 0.75rem;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.giu_gr_head_l_sm7 {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.giu_gr_ic_sm7 {
  border-radius: 0.5rem;
  display: flex;
  width: 32px;
  justify-content: center;
  height: 2rem;
  flex-shrink: 0;
  align-items: center;
}.giu_gr_ic_sm7 svg {
  stroke-linecap: round;
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
}.giu_gr_title_sm7 {
  font-weight: 700;
  font-family: 'Cinzel', serif;
  color: #F5E8C6;
  font-size: 16px;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.giu_gr_title_sm7 {
  font-size: 1.125rem;
}
}.giu_gr_more_sm7 {
  gap: 5px;
  transition: color .2s;
  color: #7A6248;
  display: flex;
  white-space: nowrap;
  align-items: center;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 600;
}.giu_gr_more_sm7:hover {
  color: #C8860E;
}.giu_gr_more_sm7 svg {
  width: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.75rem;
}.giu_gr_arrows_sm7 {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.giu_gr_arr_sm7 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  height: 1.875rem;
  width: 30px;
  align-items: center;
  color: #A88F68;
  justify-content: center;
  display: flex;
}.giu_gr_arr_sm7:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5E8C6;
}.giu_gr_arr_sm7 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 13px;
  width: 13px;
}.giu_gr_seo_h_sm7 {
  margin: 0 0 6px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #D2B98C;
  font-weight: 700;
  max-width: 680px;
}
@media(min-width: 769px) {.giu_gr_seo_h_sm7 {
  font-size: 14px;
}
}.giu_gr_seo_sm7 {
  line-height: 1.55;
  max-width: 680px;
  font-size: 0.75rem;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  color: #7A6248;
}.giu_gr_seo_sm7 strong {
  color: #D2B98C;
  font-weight: 600;
}.giu_gr_scroll_sm7 {
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 0.625rem;
}.giu_gr_scroll_sm7::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.giu_gr_scroll_sm7 {
  gap: 0.75rem;
}
}.giu_tb_sm7 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0F0608;
  position: fixed;
  height: 3.5rem;
  right: 0;
  z-index: 80;
  left: 0;
  align-items: center;
  display: flex;
  top: 0;
}.giu_tb_in_sm7 {
  padding: 0 14px;
  gap: 0;
  height: 100%;
  align-items: center;
  display: flex;
  width: 100%;
}.giu_tb_burger_sm7 {
  border-radius: 0.5rem;
  gap: 0.313rem;
  width: 2.375rem;
  margin-right: 8px;
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
}.giu_tb_burger_sm7:hover {
  background: rgba(255, 255, 255, 0.05);
}.giu_tb_burger_line_sm7 {
  border-radius: 1px;
  background: #A88F68;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1083px) {.giu_tb_burger_sm7 {
  display: none;
}
}.giu_tb_logo_sm7 {
  gap: 0.563rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-right: 1.25rem;
  color: #F5E8C6;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 18px;
}.giu_tb_logo_mark_sm7 {
  overflow: hidden;
  border-radius: 0.5rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  justify-content: center;
  align-items: center;
}.giu_tb_logo_mark_sm7 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.giu_tb_nav_sm7 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 643px) {.giu_tb_nav_sm7 {
  display: flex;
}
}.giu_tb_tab_sm7 {
  border-radius: 0.5rem;
  padding: 8px 14px;
  transition: background .15s,color .15s;
  font-size: 13px;
  white-space: nowrap;
  color: #A88F68;
  font-weight: 600;
}.giu_tb_tab_sm7:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5E8C6;
}.giu_tb_tab_sm7.giu_state_active_sm7 {
  background: rgba(200, 134, 14, 0.18);
  color: #F5E8C6;
}.giu_tb_right_sm7 {
  gap: 0.5rem;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
}.giu_tb_login_sm7 {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.563rem 16px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  font-size: 13px;
  color: #D2B98C;
  font-weight: 600;
  display: none;
}.giu_tb_login_sm7:hover {
  border-color: rgba(200, 134, 14, 0.45);
  color: #F5E8C6;
}
@media(min-width: 481px) {.giu_tb_login_sm7 {
  display: block;
}
}.giu_tb_reg_sm7 {
  border-radius: 8px;
  background: #22C17A;
  transition: background .2s;
  padding: 0.563rem 1.125rem;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
  color: #0D0508;
}.giu_tb_reg_sm7:hover {
  background: #28D98A;
}.giu_sb_sm7 {
  background: #1F0D0F;
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  bottom: 0;
  left: 0;
  width: 220px;
  overflow-y: auto;
  top: 56px;
  position: fixed;
  z-index: 70;
}.giu_sb_sm7.giu_state_open_sm7 {
  transform: translateX(0);
}.giu_sb_sm7::-webkit-scrollbar {
  width: 4px;
}.giu_sb_sm7::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.giu_sb_sm7 {
  transform: translateX(0);
}
}.giu_sb_auth_sm7 {
  padding: 14px 0.75rem 0.625rem;
}.giu_sb_btn_reg_sm7 {
  transition: background .2s;
  padding: 0.688rem;
  border-radius: 0.5rem;
  background: #22C17A;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 700;
  display: block;
  color: #0D0508;
  font-size: 0.813rem;
}.giu_sb_btn_reg_sm7:hover {
  background: #28D98A;
}.giu_sb_btn_login_sm7 {
  padding: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  font-size: 13px;
  text-align: center;
  display: block;
  color: #D2B98C;
  font-weight: 600;
}.giu_sb_btn_login_sm7:hover {
  border-color: rgba(200, 134, 14, 0.45);
  color: #F5E8C6;
}.giu_sb_promo_sm7 {
  border: 1px solid rgba(200, 134, 14, 0.18);
  background: linear-gradient(135deg,#3D1208,#1F0D0F);
  padding: 12px 0.875rem;
  margin: 0 12px 10px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}.giu_sb_promo_sm7::before {
  background: radial-gradient(circle,rgba(200, 134, 14, 0.18),transparent 70%);
  border-radius: 50%;
  content: '';
  width: 80px;
  top: -20px;
  position: absolute;
  right: -1.25rem;
  height: 80px;
}.giu_sb_promo_title_sm7 {
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .06em;
  font-weight: 700;
  color: #C8860E;
  margin-bottom: 4px;
}.giu_sb_promo_text_sm7 {
  color: #F5E8C6;
  font-size: 0.75rem;
  font-weight: 600;
  overflow-wrap: break-word;
  line-height: 1.35;
}.giu_sb_promo_sub_sm7 {
  font-size: 0.625rem;
  margin-top: 3px;
  color: #7A6248;
}.giu_sb_nav_sm7 {
  padding: 0.375rem 8px 1rem;
}.giu_sb_nav_lb_sm7 {
  padding: 0.625rem 8px 6px;
  font-weight: 700;
  color: #5E4C38;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.giu_sb_link_sm7 {
  gap: 10px;
  border-radius: 5px;
  padding: 0.563rem 10px;
  transition: background .15s,color .15s;
  cursor: pointer;
  align-items: center;
  color: #A88F68;
  font-weight: 500;
  display: flex;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.giu_sb_link_sm7:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5E8C6;
}.giu_sb_link_sm7.giu_state_active_sm7 {
  background: rgba(200, 134, 14, 0.18);
  color: #F5E8C6;
}.giu_sb_ic_sm7 {
  border-radius: 0.313rem;
  justify-content: center;
  align-items: center;
  height: 1.875rem;
  width: 30px;
  display: flex;
  flex-shrink: 0;
}.giu_sb_ic_sm7 svg {
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
}.giu_sb_ic_1_sm7 {
  background: rgba(200, 134, 14, 0.07);
  color: #C8860E;
}.giu_sb_ic_2_sm7 {
  background: rgba(34, 193, 122, 0.16);
  color: #22C17A;
}.giu_sb_ic_3_sm7 {
  background: rgba(245, 166, 35, 0.18);
  color: #F5A623;
}.giu_sb_ic_4_sm7 {
  background: rgba(139, 60, 16, 0.28);
  color: #8B3C10;
}.giu_sb_ic_5_sm7 {
  background: rgba(200, 134, 14, 0.07);
  color: #E8407A;
}.giu_sb_ic_6_sm7 {
  background: rgba(139, 60, 16, 0.28);
  color: #9B4DD4;
}.giu_sb_badge_sm7 {
  padding: 2px 0.438rem;
  background: #F5A623;
  border-radius: 0.313rem;
  color: #0D0508;
  font-size: 0.563rem;
  margin-left: auto;
  font-weight: 700;
}.giu_sb_bot_sm7 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  padding: 12px;
  display: flex;
}.giu_sb_lang_sm7,.giu_sb_help_sm7 {
  background: rgba(255, 255, 255, 0.05);
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.313rem;
  transition: border-color .2s;
  gap: 6px;
  padding: 9px 0.375rem;
  display: flex;
  font-weight: 600;
  color: #A88F68;
  align-items: center;
  font-size: 0.688rem;
  justify-content: center;
}.giu_sb_lang_sm7:hover,.giu_sb_help_sm7:hover {
  border-color: rgba(200, 134, 14, 0.45);
  color: #F5E8C6;
}.giu_sb_lang_sm7 svg,.giu_sb_help_sm7 svg {
  stroke-linecap: round;
  height: 0.813rem;
  width: 0.813rem;
  stroke-linejoin: round;
}.giu_sb_bd_sm7 {
  inset: 0;
  background: rgba(8, 2, 4, 0.72);
  position: fixed;
  z-index: 69;
  display: none;
}.giu_sb_bd_sm7.giu_state_on_sm7 {
  display: block;
}
@media(min-width: 1081px) {.giu_sb_bd_sm7 {
  display: none!important;
}
}.giu_mob_nav_sm7 {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #1F0D0F;
  left: 0;
  display: flex;
  right: 0;
  bottom: 0;
  z-index: 80;
  position: fixed;
}
@media(min-width: 1081px) {.giu_mob_nav_sm7 {
  display: none;
}
}.giu_mob_nav_item_sm7 {
  padding: 4px 2px;
  gap: 0.25rem;
  flex: 1;
  display: flex;
  color: #5E4C38;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}.giu_mob_nav_ic_sm7 {
  line-height: 1;
}.giu_mob_nav_ic_sm7 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 20px;
  height: 20px;
}.giu_mob_nav_lb_sm7 {
  font-weight: 600;
  color: #5E4C38;
  font-size: 10px;
}.giu_mob_nav_item_sm7.giu_state_active_sm7 {
  color: #C8860E;
}.giu_mob_nav_item_sm7.giu_state_active_sm7 .giu_mob_nav_lb_sm7 {
  color: #C8860E;
}.giu_hero_sm7 {
  padding: 20px 1rem 0;
  background: #130709;
}
@media(min-width: 766px) {.giu_hero_sm7 {
  padding: 1.5rem 24px 0;
}
}.giu_hero_in_sm7 {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
}
@media(min-width: 857px) {.giu_hero_in_sm7 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width:1100px) {.giu_hero_in_sm7 {
  grid-template-columns: 1fr 340px;
}
}.giu_hero_promo_sm7 {
  border-radius: 0.875rem;
  overflow: hidden;
  background: #190A0C;
  display: flex;
  position: relative;
  align-items: stretch;
  min-height: 13.75rem;
}
@media(min-width: 765px) {.giu_hero_promo_sm7 {
  min-height: 17.5rem;
}
}.giu_hero_promo_bg_sm7 {
  background: linear-gradient(120deg,#3D1208 0%,#130709 100%);
  background-position: center;
  inset: 0;
  position: absolute;
  background-size: cover;
}.giu_hero_promo_bg_sm7::after {
  background: linear-gradient(90deg,#130709 0%,rgba(8, 2, 4, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.giu_hero_promo_glow_sm7 {
  background: radial-gradient(circle,rgba(139, 60, 16, 0.28) 0%,transparent 65%);
  border-radius: 50%;
  width: 18.75rem;
  pointer-events: none;
  position: absolute;
  right: 60px;
  top: -40px;
  height: 18.75rem;
}.giu_hero_promo_ct_sm7 {
  padding: 1.75rem 1.5rem 1.75rem 1.75rem;
  display: flex;
  position: relative;
  justify-content: center;
  max-width: 30rem;
  z-index: 2;
  flex-direction: column;
}
@media(min-width: 770px) {.giu_hero_promo_ct_sm7 {
  padding: 2.5rem 32px;
}
}.giu_hero_badge_sm7 {
  border-radius: 1.25rem;
  border: 1px solid rgba(200, 134, 14, 0.07);
  padding: 0.313rem 0.75rem;
  background: rgba(200, 134, 14, 0.18);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
  display: inline-block;
  letter-spacing: .08em;
  font-size: 10px;
  color: #C8860E;
}.giu_hero_h1_sm7 {
  color: #F5E8C6;
  line-height: 1.15;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 0.625rem;
}.giu_hero_h1_sm7 em {
  color: #F5A623;
  font-style: normal;
}
@media(min-width: 769px) {.giu_hero_h1_sm7 {
  font-size: 36px;
}
}.giu_hero_sub_sm7 {
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 1.25rem;
  color: #A88F68;
}
@media(min-width: 767px) {.giu_hero_sub_sm7 {
  font-size: 14px;
}
}.giu_hero_row_sm7 {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.giu_hero_cta_sm7 {
  background: #22C17A;
  border-radius: 8px;
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  color: #0D0508;
  font-weight: 700;
  box-shadow: 0 0.375rem 1.375rem rgba(34, 193, 122, 0.42);
  font-size: 0.875rem;
}.giu_hero_cta_sm7:hover {
  background: #28D98A;
}.giu_hero_terms_sm7 {
  color: #5E4C38;
  font-size: 11px;
}.giu_hero_game_sm7 {
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 0.875rem;
  background: #190A0C;
  flex-direction: column;
  display: flex;
  position: relative;
}.giu_hero_game_badge_sm7 {
  border-radius: 1.25rem;
  border: 1px solid rgba(245, 166, 35, 0.18);
  background: rgba(245, 166, 35, 0.18);
  padding: 5px 0.625rem;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 0.625rem;
  left: 12px;
  z-index: 3;
  text-transform: uppercase;
  color: #F5A623;
  top: 12px;
  position: absolute;
}.giu_hero_game_badge_sm7 svg {
  margin-right: 4px;
  width: 0.688rem;
  vertical-align: -1px;
  height: 0.688rem;
}.giu_hero_game_img_sm7 {
  overflow: hidden;
  background: linear-gradient(135deg,#3D1208,#130709);
  position: relative;
  padding-bottom: 60%;
}.giu_hero_game_img_sm7 img {
  inset: 0;
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}.giu_hero_game_play_sm7 {
  background: rgba(8, 2, 4, 0.72);
  inset: 0;
  transition: opacity .2s;
  justify-content: center;
  display: flex;
  opacity: 0;
  position: absolute;
  align-items: center;
}.giu_hero_game_sm7:hover .giu_hero_game_play_sm7 {
  opacity: 1;
}.giu_hero_game_play_sm7 span {
  border-radius: 50%;
  background: #C8860E;
  width: 3.25rem;
  justify-content: center;
  height: 52px;
  display: flex;
  align-items: center;
}.giu_hero_game_play_sm7 span svg {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 2px;
}.giu_hero_game_info_sm7 {
  padding: 0.875rem 16px;
}.giu_hero_game_title_sm7 {
  font-weight: 700;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  color: #F5E8C6;
  margin-bottom: 4px;
}.giu_hero_game_provider_sm7 {
  color: #7A6248;
  font-size: 0.688rem;
}.giu_hero_game_btn_sm7 {
  padding: 0.688rem;
  transition: background .2s;
  border-radius: 0.5rem;
  margin: 0.75rem 16px 16px;
  background: #C8860E;
  color: #F5E8C6;
  font-size: 13px;
  display: block;
  text-align: center;
  font-weight: 700;
}.giu_hero_game_sm7:hover .giu_hero_game_btn_sm7 {
  background: #E09A22;
}.giu_sbar_sm7 {
  background: #130709;
  padding: 1rem 1rem 0;
}
@media(min-width: 769px) {.giu_sbar_sm7 {
  padding: 1.125rem 24px 0;
}
}.giu_sbar_in_sm7 {
  margin: 0 auto;
  max-width: 1320px;
}.giu_sbar_row_sm7 {
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  display: flex;
}.giu_sbar_input_sm7 {
  gap: 10px;
  border-radius: 0.5rem;
  flex: 1;
  background: #190A0C;
  transition: border-color .2s;
  padding: 0.688rem 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.813rem;
  align-items: center;
  display: flex;
  cursor: pointer;
  color: #7A6248;
}.giu_sbar_input_sm7:hover {
  border-color: rgba(200, 134, 14, 0.45);
}.giu_sbar_input_sm7 svg {
  stroke-linejoin: round;
  height: 15px;
  width: 0.938rem;
  stroke-linecap: round;
  flex-shrink: 0;
}.giu_sbar_providers_sm7 {
  border-radius: 0.5rem;
  transition: border-color .2s;
  background: #190A0C;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.688rem 18px;
  gap: 8px;
  font-weight: 600;
  white-space: nowrap;
  color: #D2B98C;
  font-size: 13px;
  display: flex;
  align-items: center;
}.giu_sbar_providers_sm7:hover {
  border-color: rgba(200, 134, 14, 0.45);
  color: #F5E8C6;
}.giu_sbar_providers_sm7 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.875rem;
  width: 0.875rem;
}.giu_sbar_tabs_sm7 {
  gap: 0.375rem;
  scrollbar-width: none;
  padding-bottom: 2px;
  overflow-x: auto;
  display: flex;
}.giu_sbar_tabs_sm7::-webkit-scrollbar {
  display: none;
}.giu_sbar_tab_sm7 {
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem 0.875rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  gap: 7px;
  font-weight: 600;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.75rem;
  align-items: center;
  color: #A88F68;
  display: flex;
  cursor: pointer;
}.giu_sbar_tab_sm7:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(200, 134, 14, 0.45);
  color: #F5E8C6;
}.giu_sbar_tab_sm7.giu_state_active_sm7 {
  background: rgba(200, 134, 14, 0.18);
  border-color: rgba(200, 134, 14, 0.07);
  color: #F5E8C6;
}.giu_sbar_tab_ic_sm7 svg {
  height: 0.875rem;
  stroke-linejoin: round;
  width: 14px;
  stroke-linecap: round;
}.giu_gcg_sm7 {
  padding: 36px 1rem 0;
  background: #130709;
}
@media(min-width: 770px) {.giu_gcg_sm7 {
  padding: 2.75rem 24px 0;
}
}.giu_gcg_in_sm7 {
  margin: 0 auto;
  max-width: 1320px;
}.giu_gcg_head_sm7 {
  max-width: 45rem;
  margin-bottom: 20px;
}.giu_gcg_label_sm7 {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C8860E;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
}.giu_gcg_h2_sm7 {
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  color: #F5E8C6;
  font-size: 1.375rem;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.giu_gcg_h2_sm7 {
  font-size: 1.75rem;
}
}.giu_gcg_intro_sm7 {
  color: #7A6248;
  font-size: 0.813rem;
  line-height: 1.6;
}.giu_gcg_grid_sm7 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.giu_gcg_grid_sm7 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.giu_gcg_grid_sm7 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.giu_gcg_card_sm7 {
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: transform .2s,border-color .2s;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  position: relative;
  display: flex;
  min-height: 240px;
}.giu_gcg_card_sm7:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 134, 14, 0.18);
}.giu_gcg_card_bg_sm7 {
  inset: 0;
  z-index: 0;
  position: absolute;
}.giu_gcg_card_bg_sm7::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.giu_gcg_card_ic_sm7 {
  border-radius: 5px;
  background: rgba(0,0,0,.45);
  top: 18px;
  height: 2.5rem;
  position: absolute;
  color: #F5E8C6;
  right: 18px;
  justify-content: center;
  width: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
}.giu_gcg_card_ic_sm7 svg {
  width: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 20px;
}.giu_gcg_card_ct_sm7 {
  z-index: 1;
  position: relative;
}.giu_gcg_card_h_sm7 {
  margin-bottom: 0.5rem;
  color: #F5E8C6;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-size: 1.125rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.giu_gcg_card_h_sm7 {
  font-size: 1.25rem;
}
}.giu_gcg_card_p_sm7 {
  margin-bottom: 0.625rem;
  line-height: 1.55;
  font-size: 12px;
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
}.giu_gcg_card_p_sm7 strong {
  font-weight: 600;
  color: #F5E8C6;
}.giu_gcg_card_cta_sm7 {
  gap: 0.25rem;
  color: #C8860E;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  display: inline-flex;
  font-size: 0.75rem;
  align-items: center;
}.giu_gcg_card_cta_sm7 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
  width: 12px;
}.giu_ws_sm7 {
  background: #130709;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.giu_ws_sm7 {
  padding: 36px 1.5rem 0;
}
}.giu_ws_in_sm7 {
  margin: 0 auto;
  max-width: 82.5rem;
}.giu_ws_head_sm7 {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}.giu_ws_title_sm7 {
  gap: 10px;
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  font-weight: 700;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  color: #F5E8C6;
  overflow-wrap: break-word;
}.giu_ws_title_ic_sm7 svg {
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #F5A623;
  width: 1.125rem;
}.giu_ws_online_sm7 {
  gap: 7px;
  color: #7A6248;
  display: flex;
  font-weight: 600;
  font-size: 0.75rem;
  align-items: center;
}.giu_ws_online_dot_sm7 {
  border-radius: 50%;
  background: #22C17A;
  height: 8px;
  box-shadow: 0 0 6px rgba(34, 193, 122, 0.16);
  flex-shrink: 0;
  width: 0.5rem;
}.giu_ws_scroll_sm7 {
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
  display: flex;
}.giu_ws_scroll_sm7::-webkit-scrollbar {
  display: none;
}.giu_wc_sm7 {
  padding: 10px 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #190A0C;
  border-radius: 0.5rem;
  gap: 0.625rem;
  display: flex;
  align-items: center;
  min-width: 220px;
  flex-shrink: 0;
}.giu_wc_img_sm7 {
  overflow: hidden;
  border-radius: 5px;
  background: #1F0D0F;
  flex-shrink: 0;
  height: 36px;
  width: 2.25rem;
}.giu_wc_img_sm7 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.giu_wc_info_sm7 {
  min-width: 0;
}.giu_wc_game_sm7 {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  color: #D2B98C;
}.giu_wc_player_sm7 {
  overflow: hidden;
  font-size: 10px;
  color: #5E4C38;
  white-space: nowrap;
  text-overflow: ellipsis;
}.giu_wc_amount_sm7 {
  font-size: 13px;
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
  color: #22C17A;
  margin-left: auto;
}.giu_reg_sm7 {
  background: #130709;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.giu_reg_sm7 {
  padding: 2.75rem 24px 0;
}
}.giu_reg_in_sm7 {
  padding: 1.75rem 24px;
  border-radius: 0.875rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #1F0D0F;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.giu_reg_in_sm7 {
  padding: 2.5rem;
}
}.giu_reg_top_sm7 {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.giu_reg_top_sm7 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.giu_reg_label_sm7 {
  letter-spacing: .08em;
  color: #C8860E;
  font-weight: 700;
  margin-bottom: 0.625rem;
  font-size: 11px;
  text-transform: uppercase;
}.giu_reg_h2_sm7 {
  overflow-wrap: break-word;
  color: #F5E8C6;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
  font-size: 1.375rem;
}
@media(min-width: 769px) {.giu_reg_h2_sm7 {
  font-size: 28px;
}
}.giu_reg_bonus_sm7 {
  border: 1px solid rgba(245, 166, 35, 0.18);
  background: rgba(245, 166, 35, 0.18);
  padding: 0.625rem 1rem;
  border-radius: 8px;
  gap: 0.5rem;
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
}.giu_reg_bonus_amount_sm7 {
  font-size: 20px;
  font-weight: 800;
  color: #F5A623;
}.giu_reg_bonus_text_sm7 {
  color: #A88F68;
  line-height: 1.35;
  font-size: 0.813rem;
}.giu_reg_cta_btn_sm7 {
  padding: 14px 2rem;
  border-radius: 8px;
  background: #22C17A;
  transition: background .2s;
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
  color: #0D0508;
  box-shadow: 0 6px 1.375rem rgba(34, 193, 122, 0.42);
  font-size: 15px;
}.giu_reg_cta_btn_sm7:hover {
  background: #28D98A;
}.giu_reg_terms_sm7 {
  font-size: 11px;
  line-height: 1.5;
  color: #5E4C38;
}.giu_reg_seo_sm7 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  padding-top: 1.25rem;
  line-height: 1.65;
  margin-top: 1.25rem;
  color: #7A6248;
  font-size: 13px;
}.giu_reg_seo_sm7 p {
  color: #7A6248;
  line-height: 1.65;
  margin-bottom: 10px;
  font-size: 0.813rem;
}.giu_reg_seo_sm7 p:last-child {
  margin-bottom: 0;
}.giu_reg_seo_sm7 strong {
  color: #D2B98C;
  font-weight: 700;
}.giu_reg_seo_sm7 a {
  transition: color .2s;
  color: #C8860E;
  text-decoration: underline;
}.giu_reg_seo_sm7 a:hover {
  color: #E09A22;
}.giu_reg_seo_sm7 ul,.giu_reg_seo_sm7 ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.giu_reg_seo_sm7 ol {
  list-style: decimal;
}.giu_reg_seo_sm7 li {
  font-size: 0.813rem;
  color: #7A6248;
  line-height: 1.65;
  margin-bottom: 0.25rem;
}.giu_reg_seo_sm7 table {
  font-size: 13px;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 0.625rem;
  display: block;
  width: 100%;
}
@media(min-width: 767px) {.giu_reg_seo_sm7 table {
  display: table;
}
}.giu_reg_seo_sm7 th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D2B98C;
  font-weight: 700;
  text-align: left;
}.giu_reg_seo_sm7 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #7A6248;
}.giu_reg_steps_sm7 {
  gap: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-top: 1.75rem;
}
@media(min-width: 857px) {.giu_reg_steps_sm7 {
  margin-top: 0;
}
}.giu_reg_step_sm7 {
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  gap: 14px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.giu_reg_step_num_sm7 {
  border-radius: 50%;
  background: rgba(200, 134, 14, 0.18);
  border: 1px solid rgba(200, 134, 14, 0.07);
  width: 34px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  display: flex;
  color: #C8860E;
  font-weight: 800;
  height: 34px;
  flex-shrink: 0;
}.giu_reg_step_title_sm7 {
  font-weight: 700;
  color: #F5E8C6;
  margin-bottom: 3px;
  font-size: 14px;
}.giu_reg_step_text_sm7 {
  color: #7A6248;
  font-size: 0.75rem;
  line-height: 1.5;
}.giu_reg_trust_sm7 {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.25rem;
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
}.giu_reg_trust_item_sm7 {
  gap: 7px;
  color: #7A6248;
  overflow-wrap: break-word;
  display: flex;
  font-size: 12px;
  align-items: center;
}.giu_reg_trust_ic_sm7 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  width: 16px;
  color: #C8860E;
}.giu_app_sm7 {
  padding: 2.25rem 1rem 0;
  background: #130709;
}
@media(min-width: 769px) {.giu_app_sm7 {
  padding: 44px 1.5rem 0;
}
}.giu_app_in_sm7 {
  margin: 0 auto;
  max-width: 82.5rem;
}.giu_app_head_sm7 {
  margin-bottom: 16px;
}.giu_app_label_sm7 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #C8860E;
  letter-spacing: .08em;
  font-size: 11px;
}.giu_app_h2_sm7 {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.375rem;
  color: #F5E8C6;
}
@media(min-width: 767px) {.giu_app_h2_sm7 {
  font-size: 1.5rem;
}
}.giu_app_sub_sm7 {
  line-height: 1.6;
  max-width: 37.5rem;
  color: #7A6248;
  overflow-wrap: break-word;
  font-size: 13px;
}.giu_app_sub_sm7 strong {
  color: #D2B98C;
  font-weight: 700;
}.giu_app_cards_sm7 {
  gap: 10px;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.giu_app_cards_sm7 {
  grid-template-columns: repeat(3,1fr);
}
}.giu_app_card_sm7 {
  border-radius: 8px;
  overflow: hidden;
  gap: 16px;
  padding: 1.25rem;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
  display: flex;
}.giu_app_card_ios_sm7 {
  background: linear-gradient(135deg,rgba(200, 134, 14, 0.18) 0%,#1F0D0F 100%);
}.giu_app_card_android_sm7 {
  background: linear-gradient(135deg,rgba(34, 193, 122, 0.16) 0%,#1F0D0F 100%);
}.giu_app_card_win_sm7 {
  background: linear-gradient(135deg,rgba(245, 166, 35, 0.18) 0%,#1F0D0F 100%);
}.giu_app_card_ic_sm7 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 34px;
  height: 34px;
}.giu_app_card_ic_sm7 {
  flex-shrink: 0;
  color: #F5E8C6;
}.giu_app_card_os_sm7 {
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 10px;
  color: #7A6248;
}.giu_app_card_title_sm7 {
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-weight: 700;
  color: #F5E8C6;
  font-size: 0.938rem;
  line-height: 1.2;
}.giu_app_card_text_sm7 {
  font-size: 12px;
  line-height: 1.5;
  color: #7A6248;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}.giu_app_card_btn_sm7 {
  gap: 7px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  padding: 10px 18px;
  border: 1px solid rgba(200, 134, 14, 0.45);
  display: inline-flex;
  font-weight: 700;
  align-items: center;
  font-size: 0.813rem;
  color: #F5E8C6;
}.giu_app_card_btn_sm7:hover {
  background: rgba(255, 255, 255, 0.07);
}.giu_bon_sm7 {
  padding: 2.25rem 1rem 0;
  background: #130709;
}
@media(min-width:768px) {.giu_bon_sm7 {
  padding: 44px 24px 0;
}
}.giu_bon_in_sm7 {
  margin: 0 auto;
  max-width: 1320px;
}.giu_bon_head_sm7 {
  margin-bottom: 20px;
}.giu_bon_label_sm7 {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8860E;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.giu_bon_h2_sm7 {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: #F5E8C6;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}
@media(min-width: 765px) {.giu_bon_h2_sm7 {
  font-size: 1.5rem;
}
}.giu_bon_seo_sm7 {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #7A6248;
  max-width: 620px;
}.giu_bon_seo_sm7 strong {
  font-weight: 700;
  color: #D2B98C;
}.giu_bon_seo_sm7 a {
  text-decoration: underline;
  color: #C8860E;
}.giu_bon_grid_sm7 {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 643px) {.giu_bon_grid_sm7 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.giu_bon_grid_sm7 {
  grid-template-columns: repeat(5,1fr);
}
}.giu_bon_card_sm7 {
  background: #190A0C;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 16px;
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
}.giu_bon_card_sm7:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 134, 14, 0.07);
}.giu_bon_card_ic_sm7 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.625rem;
  height: 1.625rem;
}.giu_bon_card_ic_sm7 {
  margin-bottom: 10px;
}.giu_bon_card_type_sm7 {
  margin-bottom: 6px;
  letter-spacing: .06em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  color: #7A6248;
}.giu_bon_card_amount_sm7 {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.1;
  color: #F5A623;
  margin-bottom: 6px;
}.giu_bon_card_name_sm7 {
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #F5E8C6;
  margin-bottom: 8px;
}.giu_bon_card_detail_sm7 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.688rem;
  padding-top: 8px;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #5E4C38;
}.giu_prov_sm7 {
  background: #130709;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.giu_prov_sm7 {
  padding: 44px 1.5rem 0;
}
}.giu_prov_in_sm7 {
  margin: 0 auto;
  max-width: 82.5rem;
}.giu_prov_head_sm7 {
  margin-bottom: 1rem;
}.giu_prov_label_sm7 {
  color: #C8860E;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
}.giu_prov_h2_sm7 {
  font-weight: 800;
  font-size: 20px;
  color: #F5E8C6;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.giu_prov_h2_sm7 {
  font-size: 24px;
}
}.giu_prov_seo_sm7 {
  overflow-wrap: break-word;
  margin-bottom: 1rem;
  font-size: 0.813rem;
  max-width: 620px;
  color: #7A6248;
  line-height: 1.6;
}.giu_prov_seo_sm7 strong {
  color: #D2B98C;
  font-weight: 700;
}.giu_prov_seo_sm7 a {
  color: #C8860E;
  text-decoration: underline;
}.giu_prov_grid_sm7 {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 637px) {.giu_prov_grid_sm7 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.giu_prov_grid_sm7 {
  grid-template-columns: repeat(8,1fr);
}
}.giu_prov_card_sm7 {
  border-radius: 8px;
  gap: 7px;
  background: #190A0C;
  transition: border-color .2s,background .2s;
  padding: 14px 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}.giu_prov_card_sm7:hover {
  background: #1F0D0F;
  border-color: rgba(200, 134, 14, 0.45);
}.giu_prov_logo_sm7 {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 0.313rem;
  justify-content: center;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
}.giu_prov_logo_sm7 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.giu_prov_name_sm7 {
  overflow-wrap: break-word;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  color: #A88F68;
}.giu_seo_sm7 {
  background: #130709;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.giu_seo_sm7 {
  padding: 44px 24px 0;
}
}.giu_seo_in_sm7 {
  border-radius: 0.875rem;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  background: #1F0D0F;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 82.5rem;
}
@media(min-width: 769px) {.giu_seo_in_sm7 {
  padding: 36px 2.5rem;
}
}.giu_seo_label_sm7 {
  font-size: 11px;
  font-weight: 700;
  color: #C8860E;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.giu_seo_h2_sm7 {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #F5E8C6;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.875rem;
}
@media(min-width: 766px) {.giu_seo_h2_sm7 {
  font-size: 24px;
}
}.giu_seo_body_sm7 {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A88F68;
  overflow-wrap: break-word;
}.giu_seo_body_sm7 p {
  line-height: 1.75;
  color: #A88F68;
  margin-bottom: 0.75rem;
  font-size: 14px;
}.giu_seo_body_sm7 p:last-child {
  margin-bottom: 0;
}.giu_seo_body_sm7 strong {
  color: #D2B98C;
  font-weight: 700;
}.giu_seo_body_sm7 a {
  transition: color .2s;
  color: #C8860E;
  text-decoration: underline;
}.giu_seo_body_sm7 a:hover {
  color: #E09A22;
}.giu_seo_body_sm7 ul,.giu_seo_body_sm7 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.giu_seo_body_sm7 ol {
  list-style: decimal;
}.giu_seo_body_sm7 li {
  font-size: 14px;
  color: #A88F68;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.giu_seo_body_sm7 table {
  overflow-x: auto;
  display: block;
  margin-bottom: 12px;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.813rem;
}
@media(min-width: 766px) {.giu_seo_body_sm7 table {
  display: table;
}
}.giu_seo_body_sm7 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  font-weight: 700;
  text-align: left;
  color: #D2B98C;
}.giu_seo_body_sm7 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #A88F68;
}.giu_seo_cols_sm7 {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.giu_seo_cols_sm7 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.giu_seo_cols_sm7 {
  grid-template-columns: repeat(3,1fr);
}
}.giu_seo_col_h_sm7 {
  overflow-wrap: break-word;
  color: #D2B98C;
  font-size: 13px;
  margin-bottom: 0.438rem;
  font-weight: 700;
}.giu_seo_col_p_sm7 {
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
  color: #7A6248;
}.giu_seo_stats_sm7 {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.giu_seo_stat_sm7 {
  border-radius: 0.5rem;
  border: 1px solid rgba(200, 134, 14, 0.18);
  flex: 1;
  padding: 0.875rem 1rem;
  background: rgba(200, 134, 14, 0.07);
  min-width: 8.75rem;
}.giu_seo_stat_val_sm7 {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #C8860E;
  font-size: 20px;
}.giu_seo_stat_lb_sm7 {
  color: #7A6248;
  font-size: 11px;
  overflow-wrap: break-word;
}.giu_seo_sm7 {
  background: #130709;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.giu_seo_sm7 {
  padding: 44px 1.5rem 0;
}
}.giu_seo_in_sm7 {
  margin: 0 auto;
  background: #1F0D0F;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 765px) {.giu_seo_in_sm7 {
  padding: 2.25rem 2.5rem;
}
}.giu_seo_label_sm7 {
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C8860E;
}.giu_seo_h2_sm7 {
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F5E8C6;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.25;
}
@media(min-width: 771px) {.giu_seo_h2_sm7 {
  font-size: 24px;
}
}.giu_seo_body_sm7 {
  line-height: 1.75;
  color: #A88F68;
  overflow-wrap: break-word;
  font-size: 14px;
}.giu_seo_body_sm7 p {
  color: #A88F68;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 14px;
}.giu_seo_body_sm7 p:last-child {
  margin-bottom: 0;
}.giu_seo_body_sm7 strong {
  color: #D2B98C;
  font-weight: 700;
}.giu_seo_body_sm7 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8860E;
}.giu_seo_body_sm7 a:hover {
  color: #E09A22;
}.giu_seo_body_sm7 ul,.giu_seo_body_sm7 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.giu_seo_body_sm7 ol {
  list-style: decimal;
}.giu_seo_body_sm7 li {
  color: #A88F68;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 0.875rem;
}.giu_seo_body_sm7 table {
  margin-bottom: 12px;
  font-size: 13px;
  display: block;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 767px) {.giu_seo_body_sm7 table {
  display: table;
}
}.giu_seo_body_sm7 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  font-weight: 700;
  color: #D2B98C;
}.giu_seo_body_sm7 td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A88F68;
}.giu_seo_cols_sm7 {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.giu_seo_cols_sm7 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.giu_seo_cols_sm7 {
  grid-template-columns: repeat(3,1fr);
}
}.giu_seo_col_h_sm7 {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.813rem;
  color: #D2B98C;
  margin-bottom: 7px;
}.giu_seo_col_p_sm7 {
  line-height: 1.65;
  color: #7A6248;
  overflow-wrap: break-word;
  font-size: 13px;
}.giu_seo_stats_sm7 {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.giu_seo_stat_sm7 {
  border: 1px solid rgba(200, 134, 14, 0.18);
  padding: 0.875rem 16px;
  flex: 1;
  border-radius: 0.5rem;
  background: rgba(200, 134, 14, 0.07);
  min-width: 8.75rem;
}.giu_seo_stat_val_sm7 {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  color: #C8860E;
}.giu_seo_stat_lb_sm7 {
  font-size: 0.688rem;
  color: #7A6248;
  overflow-wrap: break-word;
}.giu_seo_sm7 {
  padding: 2.25rem 1rem 0;
  background: #130709;
}
@media(min-width: 765px) {.giu_seo_sm7 {
  padding: 44px 1.5rem 0;
}
}.giu_seo_in_sm7 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 28px 1.5rem;
  margin: 0 auto;
  border-radius: 14px;
  background: #1F0D0F;
  max-width: 82.5rem;
}
@media(min-width:768px) {.giu_seo_in_sm7 {
  padding: 36px 40px;
}
}.giu_seo_label_sm7 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 0.625rem;
  color: #C8860E;
}.giu_seo_h2_sm7 {
  margin-bottom: 0.875rem;
  color: #F5E8C6;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.giu_seo_h2_sm7 {
  font-size: 24px;
}
}.giu_seo_body_sm7 {
  color: #A88F68;
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.giu_seo_body_sm7 p {
  font-size: 14px;
  color: #A88F68;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.giu_seo_body_sm7 p:last-child {
  margin-bottom: 0;
}.giu_seo_body_sm7 strong {
  font-weight: 700;
  color: #D2B98C;
}.giu_seo_body_sm7 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8860E;
}.giu_seo_body_sm7 a:hover {
  color: #E09A22;
}.giu_seo_body_sm7 ul,.giu_seo_body_sm7 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.giu_seo_body_sm7 ol {
  list-style: decimal;
}.giu_seo_body_sm7 li {
  line-height: 1.75;
  color: #A88F68;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}.giu_seo_body_sm7 table {
  overflow-x: auto;
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  font-size: 13px;
}
@media(min-width: 766px) {.giu_seo_body_sm7 table {
  display: table;
}
}.giu_seo_body_sm7 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  font-weight: 700;
  color: #D2B98C;
}.giu_seo_body_sm7 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #A88F68;
}.giu_seo_cols_sm7 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.giu_seo_cols_sm7 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.giu_seo_cols_sm7 {
  grid-template-columns: repeat(3,1fr);
}
}.giu_seo_col_h_sm7 {
  font-weight: 700;
  color: #D2B98C;
  font-size: 13px;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.giu_seo_col_p_sm7 {
  font-size: 13px;
  color: #7A6248;
  overflow-wrap: break-word;
  line-height: 1.65;
}.giu_seo_stats_sm7 {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.giu_seo_stat_sm7 {
  border-radius: 0.5rem;
  background: rgba(200, 134, 14, 0.07);
  border: 1px solid rgba(200, 134, 14, 0.18);
  padding: 0.875rem 16px;
  flex: 1;
  min-width: 140px;
}.giu_seo_stat_val_sm7 {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #C8860E;
  font-size: 20px;
}.giu_seo_stat_lb_sm7 {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #7A6248;
}.giu_faq_sm7 {
  padding: 36px 1rem 0;
  background: #130709;
}
@media(min-width:768px) {.giu_faq_sm7 {
  padding: 2.75rem 1.5rem 0;
}
}.giu_faq_in_sm7 {
  margin: 0 auto;
  max-width: 1320px;
}.giu_faq_head_sm7 {
  margin-bottom: 20px;
}.giu_faq_label_sm7 {
  font-weight: 700;
  margin-bottom: 8px;
  color: #C8860E;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.giu_faq_h2_sm7 {
  overflow-wrap: break-word;
  color: #F5E8C6;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.giu_faq_h2_sm7 {
  font-size: 1.5rem;
}
}.giu_faq_list_sm7 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.giu_faq_item_sm7 {
  border-radius: 8px;
  background: #1F0D0F;
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
}.giu_faq_q_sm7 {
  gap: 12px;
  transition: color .2s;
  padding: 1rem 1.25rem;
  font-weight: 600;
  flex-wrap: wrap;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  color: #D2B98C;
  overflow-wrap: break-word;
  justify-content: space-between;
  cursor: pointer;
}.giu_faq_q_sm7:hover {
  color: #F5E8C6;
}.giu_faq_q_ic_sm7 {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  height: 24px;
  display: flex;
  width: 24px;
  flex-shrink: 0;
  color: #C8860E;
}.giu_faq_item_sm7.giu_state_open_sm7 .giu_faq_q_ic_sm7 {
  transform: rotate(45deg);
}.giu_faq_a_sm7 {
  padding: 0 1.25rem 16px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.7;
  display: none;
  color: #7A6248;
}.giu_faq_item_sm7.giu_state_open_sm7 .giu_faq_a_sm7 {
  display: block;
}.giu_faq_a_sm7 strong {
  font-weight: 700;
  color: #D2B98C;
}.giu_faq_a_sm7 a {
  color: #C8860E;
  text-decoration: underline;
}.giu_faq_a_sm7 ul,.giu_faq_a_sm7 ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.giu_faq_a_sm7 ol {
  list-style: decimal;
}.giu_faq_a_sm7 li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.giu_faq_a_sm7 table {
  margin: 8px 0;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  font-size: 0.75rem;
}
@media(min-width: 765px) {.giu_faq_a_sm7 table {
  display: table;
}
}.giu_faq_a_sm7 th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #D2B98C;
}.giu_faq_a_sm7 td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A6248;
}.giu_ft_sm7 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #0B0305;
  margin-top: 48px;
}.giu_ft_support_sm7 {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.giu_ft_support_sm7 {
  padding: 1.75rem 24px;
}
}.giu_ft_support_in_sm7 {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
}.giu_ft_support_main_sm7 {
  gap: 16px;
  flex: 1;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
  flex-wrap: wrap;
}.giu_ft_support_ic_sm7 {
  flex-shrink: 0;
  color: #C8860E;
}.giu_ft_support_ic_sm7 svg {
  stroke-linejoin: round;
  width: 1.875rem;
  height: 30px;
  stroke-linecap: round;
}.giu_ft_support_text_title_sm7 {
  color: #F5E8C6;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 15px;
}.giu_ft_support_text_sub_sm7 {
  color: #7A6248;
  overflow-wrap: break-word;
  font-size: 12px;
}.giu_ft_support_btn_sm7 {
  border-radius: 8px;
  padding: 11px 22px;
  transition: background .2s;
  background: #C8860E;
  white-space: nowrap;
  font-size: 13px;
  color: #F5E8C6;
  font-weight: 700;
  flex-shrink: 0;
}.giu_ft_support_btn_sm7:hover {
  background: #E09A22;
}.giu_ft_support_contacts_sm7 {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.giu_ft_support_contact_sm7 {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #5E4C38;
}.giu_ft_support_contact_sm7 strong {
  display: block;
  font-size: 0.688rem;
  color: #A88F68;
  font-weight: 600;
  margin-bottom: 2px;
}.giu_ft_main_sm7 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 769px) {.giu_ft_main_sm7 {
  padding: 2.5rem 24px 32px;
}
}.giu_ft_main_in_sm7 {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
}
@media(min-width:640px) {.giu_ft_main_in_sm7 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.giu_ft_main_in_sm7 {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.giu_ft_col_logo_sm7 {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.giu_ft_col_logo_sm7 {
  grid-column: auto;
}
}.giu_ft_logo_sm7 {
  gap: 0.563rem;
  font-weight: 800;
  overflow-wrap: break-word;
  display: flex;
  margin-bottom: 0.75rem;
  font-size: 16px;
  align-items: center;
  color: #F5E8C6;
  flex-wrap: wrap;
}.giu_ft_logo_mark_sm7 {
  border-radius: 0.313rem;
  overflow: hidden;
  width: 1.875rem;
  height: 30px;
}.giu_ft_logo_mark_sm7 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.giu_ft_logo_sub_sm7 {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #5E4C38;
  line-height: 1.55;
  max-width: 200px;
}.giu_ft_col_title_sm7 {
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
  color: #A88F68;
}.giu_ft_col_links_sm7 {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.giu_ft_col_link_sm7 {
  transition: color .2s;
  color: #5E4C38;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.giu_ft_col_link_sm7:hover {
  color: #D2B98C;
}.giu_ft_apps_sm7 {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.giu_ft_app_card_sm7 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.313rem;
  gap: 10px;
  transition: border-color .2s;
  padding: 10px 0.75rem;
  display: flex;
  align-items: center;
}.giu_ft_app_card_sm7:hover {
  border-color: rgba(200, 134, 14, 0.45);
}.giu_ft_app_card_ic_sm7 svg {
  width: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
}.giu_ft_app_card_os_sm7 {
  color: #5E4C38;
  font-weight: 600;
  font-size: 10px;
}.giu_ft_app_card_action_sm7 {
  font-size: 12px;
  font-weight: 700;
  color: #D2B98C;
}.giu_ft_bot_sm7 {
  padding: 20px 1rem;
}
@media(min-width: 765px) {.giu_ft_bot_sm7 {
  padding: 1.25rem 1.5rem;
}
}.giu_ft_bot_in_sm7 {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  max-width: 82.5rem;
  align-items: center;
  flex-wrap: wrap;
}.giu_ft_socials_sm7 {
  gap: 0.5rem;
  display: flex;
}.giu_ft_soc_sm7 {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.313rem;
  transition: background .2s;
  color: #A88F68;
  display: flex;
  align-items: center;
  height: 2.25rem;
  justify-content: center;
  width: 36px;
}.giu_ft_soc_sm7 svg {
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
  height: 16px;
}.giu_ft_soc_sm7:hover {
  background: rgba(255, 255, 255, 0.07);
}.giu_ft_legal_sm7 {
  flex: 1;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 11px;
  color: #9C8468;
  min-width: 12.5rem;
}.giu_ft_legal_sm7 strong {
  color: #A88F68;
  font-weight: 700;
}.giu_ft_legal_sm7 a {
  text-decoration: underline;
  color: #A88F68;
}.giu_ft_age_sm7 {
  border: 2px solid #9C8468;
  border-radius: 50%;
  height: 2rem;
  color: #9C8468;
  width: 32px;
  flex-shrink: 0;
  font-size: 11px;
  display: flex;
  margin-left: auto;
  font-weight: 800;
  justify-content: center;
  align-items: center;
}