html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0D0B10;
  color: #CEC0A0;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  font-family: 'DM Sans', sans-serif;
}.crp_layout_k60 {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.crp_page_k60 {
  min-height: 100vh;
  display: flex;
}.crp_main_k60 {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1078px) {.crp_main_k60 {
  padding-left: 220px;
}
}
@media (max-width: 1081px) {.crp_main_k60 {
  padding-bottom: 4.5rem;
}
}.crp_gc_k60 {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #120F1A;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border-radius: 10px;
  position: relative;
  flex-shrink: 0;
  width: 8.75rem;
  cursor: pointer;
}
@media(min-width: 638px) {.crp_gc_k60 {
  width: 156px;
}
}
@media(min-width: 1078px) {.crp_gc_k60 {
  width: 168px;
}
}.crp_gc_k60:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 162, 78, 0.08);
}.crp_gc_img_k60 {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.crp_gc_img_k60 img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.crp_gc_hover_k60 {
  transition: opacity .2s;
  inset: 0;
  background: rgba(8, 6, 9, 0.72);
  position: absolute;
  display: flex;
  justify-content: center;
  opacity: 0;
  align-items: center;
}.crp_gc_k60:hover .crp_gc_hover_k60 {
  opacity: 1;
}.crp_gc_hover_btn_k60 {
  background: #C9A24E;
  border-radius: 6px;
  padding: 8px 1rem;
  font-weight: 700;
  color: #F4EDDA;
  font-size: 0.75rem;
}.crp_gc_info_k60 {
  padding: 8px 10px 0.625rem;
}.crp_gc_name_k60 {
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  margin-bottom: 3px;
  color: #CEC0A0;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 12px;
}.crp_gc_prov_k60 {
  color: #5C5248;
  font-size: 0.625rem;
}.crp_gc_tag_k60 {
  padding: 2px 7px;
  border-radius: 0.25rem;
  top: 6px;
  text-transform: uppercase;
  font-size: 0.563rem;
  position: absolute;
  z-index: 2;
  letter-spacing: .04em;
  font-weight: 700;
  left: 0.375rem;
}.crp_gc_tag_hot_k60 {
  background: #E84040;
  color: #fff;
}.crp_gc_tag_new_k60 {
  background: #3ED87C;
  color: #0D0B10;
}.crp_gc_tag_jp_k60 {
  background: #D4A017;
  color: #0D0B10;
}.crp_gc_tag_ex_k60 {
  background: #7B5BB5;
  color: #fff;
}.crp_gc_tag_live_k60 {
  background: #E84040;
  color: #fff;
}.crp_gr_k60 {
  padding: 2rem 16px 0;
  background: #0D0B10;
}
@media(min-width:768px) {.crp_gr_k60 {
  padding: 36px 1.5rem 0;
}
}.crp_gr_in_k60 {
  margin: 0 auto;
  max-width: 82.5rem;
}.crp_gr_head_k60 {
  gap: 12px;
  align-items: center;
  display: flex;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
}.crp_gr_head_l_k60 {
  flex: 1;
  gap: 0.625rem;
  display: flex;
  min-width: 0;
  align-items: center;
}.crp_gr_ic_k60 {
  border-radius: 10px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  flex-shrink: 0;
}.crp_gr_ic_k60 svg {
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
}.crp_gr_title_k60 {
  font-size: 1rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F4EDDA;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 769px) {.crp_gr_title_k60 {
  font-size: 18px;
}
}.crp_gr_more_k60 {
  gap: 5px;
  transition: color .2s;
  flex-shrink: 0;
  font-size: 0.75rem;
  display: flex;
  color: #716458;
  white-space: nowrap;
  align-items: center;
  font-weight: 600;
}.crp_gr_more_k60:hover {
  color: #C9A24E;
}.crp_gr_more_k60 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
  width: 12px;
}.crp_gr_arrows_k60 {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.crp_gr_arr_k60 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  justify-content: center;
  height: 1.875rem;
  width: 1.875rem;
  color: #9E9080;
  align-items: center;
  display: flex;
}.crp_gr_arr_k60:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4EDDA;
}.crp_gr_arr_k60 svg {
  height: 0.813rem;
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.crp_gr_seo_h_k60 {
  margin: 0 0 6px;
  font-family: 'Cormorant Garamond', serif;
  color: #CEC0A0;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
}
@media(min-width: 769px) {.crp_gr_seo_h_k60 {
  font-size: 14px;
}
}.crp_gr_seo_k60 {
  font-size: 12px;
  line-height: 1.55;
  margin-bottom: 0.75rem;
  max-width: 680px;
  overflow-wrap: break-word;
  color: #716458;
}.crp_gr_seo_k60 strong {
  font-weight: 600;
  color: #CEC0A0;
}.crp_gr_scroll_k60 {
  gap: 0.625rem;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.crp_gr_scroll_k60::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.crp_gr_scroll_k60 {
  gap: 12px;
}
}.crp_tb_k60 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0D0B10;
  height: 3.5rem;
  right: 0;
  position: fixed;
  display: flex;
  left: 0;
  align-items: center;
  top: 0;
  z-index: 80;
}.crp_tb_in_k60 {
  padding: 0 14px;
  gap: 0;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}.crp_tb_burger_k60 {
  border-radius: 10px;
  gap: 0.313rem;
  align-items: center;
  flex-direction: column;
  height: 38px;
  margin-right: 8px;
  width: 38px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}.crp_tb_burger_k60:hover {
  background: rgba(255, 255, 255, 0.05);
}.crp_tb_burger_line_k60 {
  border-radius: 1px;
  background: #9E9080;
  width: 1.125rem;
  height: 2px;
  display: block;
}
@media(min-width: 1077px) {.crp_tb_burger_k60 {
  display: none;
}
}.crp_tb_logo_k60 {
  gap: 0.563rem;
  color: #F4EDDA;
  display: flex;
  overflow-wrap: break-word;
  flex-shrink: 0;
  align-items: center;
  font-weight: 800;
  letter-spacing: -.01em;
  font-size: 1.125rem;
  margin-right: 20px;
}.crp_tb_logo_mark_k60 {
  overflow: hidden;
  border-radius: 0.625rem;
  justify-content: center;
  height: 32px;
  display: flex;
  align-items: center;
  width: 2rem;
}.crp_tb_logo_mark_k60 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.crp_tb_nav_k60 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 642px) {.crp_tb_nav_k60 {
  display: flex;
}
}.crp_tb_tab_k60 {
  border-radius: 0.625rem;
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  font-size: 0.813rem;
  font-weight: 600;
  white-space: nowrap;
  color: #9E9080;
}.crp_tb_tab_k60:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EDDA;
}.crp_tb_tab_k60.crp_state_active_k60 {
  background: rgba(201, 162, 78, 0.18);
  color: #F4EDDA;
}.crp_tb_right_k60 {
  gap: 8px;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.crp_tb_login_k60 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.563rem 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  font-weight: 600;
  font-size: 13px;
  color: #CEC0A0;
  display: none;
}.crp_tb_login_k60:hover {
  border-color: rgba(201, 162, 78, 0.55);
  color: #F4EDDA;
}
@media(min-width: 481px) {.crp_tb_login_k60 {
  display: block;
}
}.crp_tb_reg_k60 {
  background: #3ED87C;
  padding: 9px 18px;
  border-radius: 10px;
  transition: background .2s;
  font-size: 0.813rem;
  color: #0E0B06;
  white-space: nowrap;
  font-weight: 700;
}.crp_tb_reg_k60:hover {
  background: #57E892;
}.crp_sb_k60 {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  background: #171420;
  top: 3.5rem;
  width: 13.75rem;
  left: 0;
  overflow-y: auto;
  bottom: 0;
  position: fixed;
  z-index: 70;
}.crp_sb_k60.crp_state_open_k60 {
  transform: translateX(0);
}.crp_sb_k60::-webkit-scrollbar {
  width: 0.25rem;
}.crp_sb_k60::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.crp_sb_k60 {
  transform: translateX(0);
}
}.crp_sb_auth_k60 {
  padding: 0.875rem 0.75rem 10px;
}.crp_sb_btn_reg_k60 {
  border-radius: 10px;
  padding: 11px;
  transition: background .2s;
  background: #3ED87C;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  display: block;
  color: #0E0B06;
  margin-bottom: 8px;
}.crp_sb_btn_reg_k60:hover {
  background: #57E892;
}.crp_sb_btn_login_k60 {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.625rem;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  color: #CEC0A0;
  font-weight: 600;
  text-align: center;
  display: block;
  font-size: 13px;
}.crp_sb_btn_login_k60:hover {
  border-color: rgba(201, 162, 78, 0.55);
  color: #F4EDDA;
}.crp_sb_promo_k60 {
  margin: 0 12px 10px;
  border: 1px solid rgba(201, 162, 78, 0.18);
  background: linear-gradient(135deg,#1E1428,#171420);
  border-radius: 10px;
  padding: 0.75rem 14px;
  overflow: hidden;
  position: relative;
}.crp_sb_promo_k60::before {
  background: radial-gradient(circle,rgba(201, 162, 78, 0.18),transparent 70%);
  border-radius: 50%;
  height: 80px;
  top: -20px;
  content: '';
  right: -20px;
  width: 80px;
  position: absolute;
}.crp_sb_promo_title_k60 {
  color: #C9A24E;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 4px;
  letter-spacing: .06em;
  font-weight: 700;
}.crp_sb_promo_text_k60 {
  color: #F4EDDA;
  line-height: 1.35;
  font-size: 0.75rem;
  font-weight: 600;
  overflow-wrap: break-word;
}.crp_sb_promo_sub_k60 {
  margin-top: 3px;
  font-size: 0.625rem;
  color: #716458;
}.crp_sb_nav_k60 {
  padding: 0.375rem 8px 16px;
}.crp_sb_nav_lb_k60 {
  padding: 10px 0.5rem 0.375rem;
  font-weight: 700;
  color: #5C5248;
  font-size: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.crp_sb_link_k60 {
  border-radius: 0.375rem;
  transition: background .15s,color .15s;
  padding: 0.563rem 0.625rem;
  gap: 10px;
  font-size: 0.813rem;
  color: #9E9080;
  align-items: center;
  display: flex;
  font-weight: 500;
  cursor: pointer;
  overflow-wrap: break-word;
}.crp_sb_link_k60:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EDDA;
}.crp_sb_link_k60.crp_state_active_k60 {
  background: rgba(201, 162, 78, 0.18);
  color: #F4EDDA;
}.crp_sb_ic_k60 {
  border-radius: 6px;
  align-items: center;
  height: 30px;
  display: flex;
  width: 30px;
  justify-content: center;
  flex-shrink: 0;
}.crp_sb_ic_k60 svg {
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.crp_sb_ic_1_k60 {
  background: rgba(201, 162, 78, 0.08);
  color: #C9A24E;
}.crp_sb_ic_2_k60 {
  background: rgba(62, 216, 124, 0.16);
  color: #3ED87C;
}.crp_sb_ic_3_k60 {
  background: rgba(212, 160, 23, 0.18);
  color: #D4A017;
}.crp_sb_ic_4_k60 {
  background: rgba(123, 91, 181, 0.20);
  color: #7B5BB5;
}.crp_sb_ic_5_k60 {
  background: rgba(201, 162, 78, 0.08);
  color: #D9517E;
}.crp_sb_ic_6_k60 {
  background: rgba(123, 91, 181, 0.20);
  color: #A566E0;
}.crp_sb_badge_k60 {
  padding: 2px 7px;
  background: #D4A017;
  border-radius: 0.375rem;
  margin-left: auto;
  font-size: 9px;
  font-weight: 700;
  color: #0E0B06;
}.crp_sb_bot_k60 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  padding: 0.75rem;
  display: flex;
}.crp_sb_lang_k60,.crp_sb_help_k60 {
  gap: 0.375rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 6px;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color .2s;
  font-size: 11px;
  display: flex;
  justify-content: center;
  color: #9E9080;
  font-weight: 600;
  align-items: center;
}.crp_sb_lang_k60:hover,.crp_sb_help_k60:hover {
  border-color: rgba(201, 162, 78, 0.55);
  color: #F4EDDA;
}.crp_sb_lang_k60 svg,.crp_sb_help_k60 svg {
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
  height: 0.813rem;
}.crp_sb_bd_k60 {
  inset: 0;
  background: rgba(8, 6, 9, 0.72);
  display: none;
  z-index: 69;
  position: fixed;
}.crp_sb_bd_k60.crp_state_on_k60 {
  display: block;
}
@media(min-width: 1078px) {.crp_sb_bd_k60 {
  display: none!important;
}
}.crp_mob_nav_k60 {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: #171420;
  left: 0;
  position: fixed;
  display: flex;
  right: 0;
  z-index: 80;
  bottom: 0;
}
@media(min-width: 1081px) {.crp_mob_nav_k60 {
  display: none;
}
}.crp_mob_nav_item_k60 {
  gap: 4px;
  padding: 0.25rem 2px;
  flex: 1;
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  color: #5C5248;
}.crp_mob_nav_ic_k60 {
  line-height: 1;
}.crp_mob_nav_ic_k60 svg {
  height: 20px;
  width: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.crp_mob_nav_lb_k60 {
  color: #5C5248;
  font-size: 0.625rem;
  font-weight: 600;
}.crp_mob_nav_item_k60.crp_state_active_k60 {
  color: #C9A24E;
}.crp_mob_nav_item_k60.crp_state_active_k60 .crp_mob_nav_lb_k60 {
  color: #C9A24E;
}.crp_hero_k60 {
  background: #0D0B10;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 769px) {.crp_hero_k60 {
  padding: 1.5rem 24px 0;
}
}.crp_hero_in_k60 {
  margin: 0 auto;
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
}
@media(min-width: 859px) {.crp_hero_in_k60 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1102px) {.crp_hero_in_k60 {
  grid-template-columns: 1fr 340px;
}
}.crp_hero_promo_k60 {
  border-radius: 1rem;
  background: #120F1A;
  overflow: hidden;
  align-items: stretch;
  position: relative;
  display: flex;
  min-height: 220px;
}
@media(min-width: 769px) {.crp_hero_promo_k60 {
  min-height: 17.5rem;
}
}.crp_hero_promo_bg_k60 {
  inset: 0;
  background: linear-gradient(120deg,#1E1428 0%,#0D0B10 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.crp_hero_promo_bg_k60::after {
  background: linear-gradient(90deg,#0D0B10 0%,rgba(8, 6, 9, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.crp_hero_promo_glow_k60 {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(123, 91, 181, 0.20) 0%,transparent 65%);
  height: 300px;
  position: absolute;
  top: -2.5rem;
  pointer-events: none;
  width: 18.75rem;
  right: 3.75rem;
}.crp_hero_promo_ct_k60 {
  padding: 28px 24px 1.75rem 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 30rem;
  justify-content: center;
  z-index: 2;
}
@media(min-width:768px) {.crp_hero_promo_ct_k60 {
  padding: 2.5rem 32px;
}
}.crp_hero_badge_k60 {
  border: 1px solid rgba(201, 162, 78, 0.08);
  background: rgba(201, 162, 78, 0.18);
  padding: 5px 0.75rem;
  border-radius: 1.25rem;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 700;
  color: #C9A24E;
}.crp_hero_h1_k60 {
  margin-bottom: 10px;
  color: #F4EDDA;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.15;
  font-weight: 800;
  font-size: 1.625rem;
}.crp_hero_h1_k60 em {
  color: #D4A017;
  font-style: normal;
}
@media(min-width: 771px) {.crp_hero_h1_k60 {
  font-size: 2.25rem;
}
}.crp_hero_sub_k60 {
  font-size: 13px;
  line-height: 1.55;
  color: #9E9080;
  margin-bottom: 20px;
}
@media(min-width: 769px) {.crp_hero_sub_k60 {
  font-size: 14px;
}
}.crp_hero_row_k60 {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.crp_hero_cta_k60 {
  padding: 0.813rem 26px;
  background: #3ED87C;
  border-radius: 10px;
  transition: background .2s;
  box-shadow: 0 4px 0.875rem rgba(62, 216, 124, 0.35);
  font-size: 14px;
  color: #0E0B06;
  font-weight: 700;
}.crp_hero_cta_k60:hover {
  background: #57E892;
}.crp_hero_terms_k60 {
  font-size: 0.688rem;
  color: #5C5248;
}.crp_hero_game_k60 {
  border-radius: 1rem;
  overflow: hidden;
  background: #120F1A;
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  position: relative;
}.crp_hero_game_badge_k60 {
  border: 1px solid rgba(212, 160, 23, 0.18);
  background: rgba(212, 160, 23, 0.18);
  border-radius: 20px;
  padding: 5px 0.625rem;
  top: 12px;
  text-transform: uppercase;
  left: 12px;
  position: absolute;
  color: #D4A017;
  font-weight: 700;
  font-size: 0.625rem;
  z-index: 3;
  letter-spacing: .06em;
}.crp_hero_game_badge_k60 svg {
  width: 11px;
  height: 11px;
  vertical-align: -1px;
  margin-right: 0.25rem;
}.crp_hero_game_img_k60 {
  background: linear-gradient(135deg,#1E1428,#0D0B10);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.crp_hero_game_img_k60 img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.crp_hero_game_play_k60 {
  background: rgba(8, 6, 9, 0.72);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  opacity: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
}.crp_hero_game_k60:hover .crp_hero_game_play_k60 {
  opacity: 1;
}.crp_hero_game_play_k60 span {
  border-radius: 50%;
  background: #C9A24E;
  width: 3.25rem;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}.crp_hero_game_play_k60 span svg {
  width: 18px;
  margin-left: 2px;
  height: 1.125rem;
}.crp_hero_game_info_k60 {
  padding: 0.875rem 16px;
}.crp_hero_game_title_k60 {
  margin-bottom: 0.25rem;
  font-size: 0.938rem;
  color: #F4EDDA;
  overflow-wrap: break-word;
  font-weight: 700;
}.crp_hero_game_provider_k60 {
  font-size: 0.688rem;
  color: #716458;
}.crp_hero_game_btn_k60 {
  padding: 11px;
  transition: background .2s;
  background: #C9A24E;
  margin: 0.75rem 1rem 1rem;
  border-radius: 0.625rem;
  font-weight: 700;
  text-align: center;
  display: block;
  color: #F4EDDA;
  font-size: 13px;
}.crp_hero_game_k60:hover .crp_hero_game_btn_k60 {
  background: #DEBB6A;
}.crp_gcg_k60 {
  background: #0D0B10;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.crp_gcg_k60 {
  padding: 2.75rem 1.5rem 0;
}
}.crp_gcg_in_k60 {
  margin: 0 auto;
  max-width: 1320px;
}.crp_gcg_head_k60 {
  max-width: 720px;
  margin-bottom: 1.25rem;
}.crp_gcg_label_k60 {
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #C9A24E;
  margin-bottom: 8px;
}.crp_gcg_h2_k60 {
  font-size: 1.375rem;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  color: #F4EDDA;
}
@media(min-width: 767px) {.crp_gcg_h2_k60 {
  font-size: 28px;
}
}.crp_gcg_intro_k60 {
  line-height: 1.6;
  color: #716458;
  font-size: 0.813rem;
}.crp_gcg_grid_k60 {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.crp_gcg_grid_k60 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.crp_gcg_grid_k60 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.crp_gcg_card_k60 {
  border-radius: 1rem;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: transform .2s,border-color .2s;
  justify-content: flex-end;
  display: flex;
  min-height: 240px;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}.crp_gcg_card_k60:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 162, 78, 0.18);
}.crp_gcg_card_bg_k60 {
  inset: 0;
  z-index: 0;
  position: absolute;
}.crp_gcg_card_bg_k60::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.crp_gcg_card_ic_k60 {
  border-radius: 0.375rem;
  background: rgba(0,0,0,.45);
  display: flex;
  align-items: center;
  top: 1.125rem;
  color: #F4EDDA;
  height: 40px;
  width: 2.5rem;
  justify-content: center;
  z-index: 2;
  position: absolute;
  right: 18px;
}.crp_gcg_card_ic_k60 svg {
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.25rem;
}.crp_gcg_card_ct_k60 {
  position: relative;
  z-index: 1;
}.crp_gcg_card_h_k60 {
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  color: #F4EDDA;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media(min-width: 769px) {.crp_gcg_card_h_k60 {
  font-size: 20px;
}
}.crp_gcg_card_p_k60 {
  line-height: 1.55;
  font-size: 12px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
}.crp_gcg_card_p_k60 strong {
  color: #F4EDDA;
  font-weight: 600;
}.crp_gcg_card_cta_k60 {
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #C9A24E;
  letter-spacing: .04em;
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
}.crp_gcg_card_cta_k60 svg {
  height: 12px;
  width: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.crp_ws_k60 {
  padding: 2rem 16px 0;
  background: #0D0B10;
}
@media(min-width: 769px) {.crp_ws_k60 {
  padding: 36px 24px 0;
}
}.crp_ws_in_k60 {
  margin: 0 auto;
  max-width: 1320px;
}.crp_ws_head_k60 {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.875rem;
  justify-content: space-between;
  display: flex;
}.crp_ws_title_k60 {
  gap: 0.625rem;
  font-weight: 700;
  font-size: 1rem;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  align-items: center;
  font-family: 'Cormorant Garamond', serif;
  color: #F4EDDA;
  display: flex;
}.crp_ws_title_ic_k60 svg {
  color: #D4A017;
  stroke-linejoin: round;
  height: 1.125rem;
  width: 18px;
  stroke-linecap: round;
}.crp_ws_online_k60 {
  gap: 0.438rem;
  color: #716458;
  font-weight: 600;
  align-items: center;
  font-size: 0.75rem;
  display: flex;
}.crp_ws_online_dot_k60 {
  background: #3ED87C;
  border-radius: 50%;
  flex-shrink: 0;
  height: 0.5rem;
  width: 0.5rem;
  box-shadow: 0 0 6px rgba(62, 216, 124, 0.16);
}.crp_ws_scroll_k60 {
  gap: 8px;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
}.crp_ws_scroll_k60::-webkit-scrollbar {
  display: none;
}.crp_wc_k60 {
  gap: 0.625rem;
  border-radius: 0.625rem;
  background: #120F1A;
  padding: 10px 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  min-width: 13.75rem;
  flex-shrink: 0;
  align-items: center;
}.crp_wc_img_k60 {
  overflow: hidden;
  background: #171420;
  border-radius: 0.375rem;
  width: 2.25rem;
  flex-shrink: 0;
  height: 2.25rem;
}.crp_wc_img_k60 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.crp_wc_info_k60 {
  min-width: 0;
}.crp_wc_game_k60 {
  overflow: hidden;
  color: #CEC0A0;
  font-weight: 600;
  font-size: 0.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}.crp_wc_player_k60 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.625rem;
  color: #5C5248;
}.crp_wc_amount_k60 {
  color: #3ED87C;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 700;
  margin-left: auto;
  flex-shrink: 0;
}.crp_reg_k60 {
  background: #0D0B10;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.crp_reg_k60 {
  padding: 2.75rem 24px 0;
}
}.crp_reg_in_k60 {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 28px 24px;
  background: #171420;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 765px) {.crp_reg_in_k60 {
  padding: 40px;
}
}.crp_reg_top_k60 {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.crp_reg_top_k60 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.crp_reg_label_k60 {
  color: #C9A24E;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
}.crp_reg_h2_k60 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 800;
  color: #F4EDDA;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.2;
}
@media(min-width: 771px) {.crp_reg_h2_k60 {
  font-size: 28px;
}
}.crp_reg_bonus_k60 {
  padding: 10px 1rem;
  gap: 8px;
  background: rgba(212, 160, 23, 0.18);
  border-radius: 0.625rem;
  border: 1px solid rgba(212, 160, 23, 0.18);
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
}.crp_reg_bonus_amount_k60 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #D4A017;
}.crp_reg_bonus_text_k60 {
  font-size: 13px;
  line-height: 1.35;
  color: #9E9080;
}.crp_reg_cta_btn_k60 {
  padding: 0.875rem 2rem;
  border-radius: 0.625rem;
  background: #3ED87C;
  transition: background .2s;
  font-weight: 700;
  color: #0E0B06;
  font-size: 0.938rem;
  box-shadow: 0 0.25rem 0.875rem rgba(62, 216, 124, 0.35);
  display: inline-block;
  margin-bottom: 12px;
}.crp_reg_cta_btn_k60:hover {
  background: #57E892;
}.crp_reg_terms_k60 {
  font-size: 11px;
  line-height: 1.5;
  color: #5C5248;
}.crp_reg_seo_k60 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  color: #716458;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 13px;
  overflow-wrap: break-word;
}.crp_reg_seo_k60 p {
  margin-bottom: 10px;
  color: #716458;
  font-size: 0.813rem;
  line-height: 1.65;
}.crp_reg_seo_k60 p:last-child {
  margin-bottom: 0;
}.crp_reg_seo_k60 strong {
  color: #CEC0A0;
  font-weight: 700;
}.crp_reg_seo_k60 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9A24E;
}.crp_reg_seo_k60 a:hover {
  color: #DEBB6A;
}.crp_reg_seo_k60 ul,.crp_reg_seo_k60 ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.crp_reg_seo_k60 ol {
  list-style: decimal;
}.crp_reg_seo_k60 li {
  color: #716458;
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 0.25rem;
}.crp_reg_seo_k60 table {
  font-size: 0.813rem;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 10px;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 769px) {.crp_reg_seo_k60 table {
  display: table;
}
}.crp_reg_seo_k60 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #CEC0A0;
}.crp_reg_seo_k60 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #716458;
}.crp_reg_steps_k60 {
  gap: 0.875rem;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width: 857px) {.crp_reg_steps_k60 {
  margin-top: 0;
}
}.crp_reg_step_k60 {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  gap: 0.875rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.crp_reg_step_num_k60 {
  background: rgba(201, 162, 78, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 78, 0.08);
  font-size: 0.875rem;
  align-items: center;
  height: 2.125rem;
  color: #C9A24E;
  font-weight: 800;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  display: flex;
}.crp_reg_step_title_k60 {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #F4EDDA;
}.crp_reg_step_text_k60 {
  color: #716458;
  font-size: 12px;
  line-height: 1.5;
}.crp_reg_trust_k60 {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  margin-top: 1.25rem;
  display: flex;
  padding-top: 20px;
}.crp_reg_trust_item_k60 {
  gap: 7px;
  overflow-wrap: break-word;
  display: flex;
  color: #716458;
  align-items: center;
  font-size: 12px;
}.crp_reg_trust_ic_k60 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
  color: #C9A24E;
  width: 16px;
}.crp_bon_k60 {
  background: #0D0B10;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.crp_bon_k60 {
  padding: 2.75rem 24px 0;
}
}.crp_bon_in_k60 {
  margin: 0 auto;
  max-width: 1320px;
}.crp_bon_head_k60 {
  margin-bottom: 20px;
}.crp_bon_label_k60 {
  font-weight: 700;
  color: #C9A24E;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.crp_bon_h2_k60 {
  font-weight: 800;
  color: #F4EDDA;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 8px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.crp_bon_h2_k60 {
  font-size: 1.5rem;
}
}.crp_bon_seo_k60 {
  max-width: 620px;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #716458;
}.crp_bon_seo_k60 strong {
  font-weight: 700;
  color: #CEC0A0;
}.crp_bon_seo_k60 a {
  text-decoration: underline;
  color: #C9A24E;
}.crp_bon_grid_k60 {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 639px) {.crp_bon_grid_k60 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.crp_bon_grid_k60 {
  grid-template-columns: repeat(5,1fr);
}
}.crp_bon_card_k60 {
  border-radius: 0.625rem;
  transition: border-color .2s,transform .2s;
  background: #120F1A;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.crp_bon_card_k60:hover {
  border-color: rgba(201, 162, 78, 0.08);
  transform: translateY(-2px);
}.crp_bon_card_ic_k60 svg {
  width: 1.625rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.625rem;
}.crp_bon_card_ic_k60 {
  margin-bottom: 10px;
}.crp_bon_card_type_k60 {
  font-weight: 700;
  color: #716458;
  letter-spacing: .06em;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 0.625rem;
}.crp_bon_card_amount_k60 {
  font-weight: 800;
  color: #D4A017;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.1;
}.crp_bon_card_name_k60 {
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 8px;
  color: #F4EDDA;
}.crp_bon_card_detail_k60 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  font-size: 11px;
  padding-top: 0.5rem;
  line-height: 1.5;
  color: #5C5248;
}.crp_prov_k60 {
  background: #0D0B10;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.crp_prov_k60 {
  padding: 44px 24px 0;
}
}.crp_prov_in_k60 {
  margin: 0 auto;
  max-width: 82.5rem;
}.crp_prov_head_k60 {
  margin-bottom: 1rem;
}.crp_prov_label_k60 {
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #C9A24E;
}.crp_prov_h2_k60 {
  margin-bottom: 0.5rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F4EDDA;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 770px) {.crp_prov_h2_k60 {
  font-size: 1.5rem;
}
}.crp_prov_seo_k60 {
  line-height: 1.6;
  margin-bottom: 1rem;
  font-size: 13px;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  color: #716458;
}.crp_prov_seo_k60 strong {
  font-weight: 700;
  color: #CEC0A0;
}.crp_prov_seo_k60 a {
  text-decoration: underline;
  color: #C9A24E;
}.crp_prov_grid_k60 {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 639px) {.crp_prov_grid_k60 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.crp_prov_grid_k60 {
  grid-template-columns: repeat(8,1fr);
}
}.crp_prov_card_k60 {
  transition: border-color .2s,background .2s;
  background: #120F1A;
  padding: 0.875rem 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 7px;
  border-radius: 10px;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  display: flex;
}.crp_prov_card_k60:hover {
  background: #171420;
  border-color: rgba(201, 162, 78, 0.55);
}.crp_prov_logo_k60 {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  justify-content: center;
  width: 2.75rem;
  height: 44px;
  align-items: center;
  display: flex;
}.crp_prov_logo_k60 img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.crp_prov_name_k60 {
  overflow-wrap: break-word;
  text-align: center;
  font-size: 0.688rem;
  color: #9E9080;
  font-weight: 600;
}.crp_app_k60 {
  padding: 36px 1rem 0;
  background: #0D0B10;
}
@media(min-width: 765px) {.crp_app_k60 {
  padding: 2.75rem 1.5rem 0;
}
}.crp_app_in_k60 {
  margin: 0 auto;
  max-width: 82.5rem;
}.crp_app_head_k60 {
  margin-bottom: 16px;
}.crp_app_label_k60 {
  letter-spacing: .08em;
  font-weight: 700;
  color: #C9A24E;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
}.crp_app_h2_k60 {
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F4EDDA;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 6px;
}
@media(min-width: 771px) {.crp_app_h2_k60 {
  font-size: 24px;
}
}.crp_app_sub_k60 {
  font-size: 0.813rem;
  max-width: 37.5rem;
  color: #716458;
  line-height: 1.6;
  overflow-wrap: break-word;
}.crp_app_sub_k60 strong {
  font-weight: 700;
  color: #CEC0A0;
}.crp_app_cards_k60 {
  gap: 0.625rem;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.crp_app_cards_k60 {
  grid-template-columns: repeat(3,1fr);
}
}.crp_app_card_k60 {
  overflow: hidden;
  border-radius: 0.625rem;
  padding: 20px;
  gap: 16px;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.crp_app_card_ios_k60 {
  background: linear-gradient(135deg,rgba(201, 162, 78, 0.18) 0%,#171420 100%);
}.crp_app_card_android_k60 {
  background: linear-gradient(135deg,rgba(62, 216, 124, 0.16) 0%,#171420 100%);
}.crp_app_card_win_k60 {
  background: linear-gradient(135deg,rgba(212, 160, 23, 0.18) 0%,#171420 100%);
}.crp_app_card_ic_k60 svg {
  width: 34px;
  height: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.crp_app_card_ic_k60 {
  flex-shrink: 0;
  color: #F4EDDA;
}.crp_app_card_os_k60 {
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #716458;
  font-size: 0.625rem;
}.crp_app_card_title_k60 {
  font-size: 0.938rem;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.375rem;
  line-height: 1.2;
  color: #F4EDDA;
}.crp_app_card_text_k60 {
  line-height: 1.5;
  margin-bottom: 14px;
  color: #716458;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.crp_app_card_btn_k60 {
  padding: 10px 1.125rem;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  gap: 7px;
  border: 1px solid rgba(201, 162, 78, 0.55);
  border-radius: 6px;
  display: inline-flex;
  font-weight: 700;
  color: #F4EDDA;
  align-items: center;
  font-size: 13px;
}.crp_app_card_btn_k60:hover {
  background: rgba(255, 255, 255, 0.07);
}.crp_faq_k60 {
  background: #0D0B10;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.crp_faq_k60 {
  padding: 44px 1.5rem 0;
}
}.crp_faq_in_k60 {
  margin: 0 auto;
  max-width: 1320px;
}.crp_faq_head_k60 {
  margin-bottom: 1.25rem;
}.crp_faq_label_k60 {
  font-weight: 700;
  color: #C9A24E;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 11px;
}.crp_faq_h2_k60 {
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  color: #F4EDDA;
}
@media(min-width: 769px) {.crp_faq_h2_k60 {
  font-size: 24px;
}
}.crp_faq_list_k60 {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.crp_faq_item_k60 {
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  overflow: hidden;
  background: #171420;
}.crp_faq_q_k60 {
  padding: 16px 1.25rem;
  gap: 12px;
  transition: color .2s;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  align-items: center;
  justify-content: space-between;
  color: #CEC0A0;
  font-weight: 600;
  display: flex;
  font-size: 0.875rem;
  cursor: pointer;
}.crp_faq_q_k60:hover {
  color: #F4EDDA;
}.crp_faq_q_ic_k60 {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  align-items: center;
  display: flex;
  height: 1.5rem;
  font-size: 16px;
  color: #C9A24E;
  flex-shrink: 0;
  width: 1.5rem;
  justify-content: center;
}.crp_faq_item_k60.crp_state_open_k60 .crp_faq_q_ic_k60 {
  transform: rotate(45deg);
}.crp_faq_a_k60 {
  padding: 0 20px 1rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  display: none;
  color: #716458;
  line-height: 1.7;
}.crp_faq_item_k60.crp_state_open_k60 .crp_faq_a_k60 {
  display: block;
}.crp_faq_a_k60 strong {
  font-weight: 700;
  color: #CEC0A0;
}.crp_faq_a_k60 a {
  text-decoration: underline;
  color: #C9A24E;
}.crp_faq_a_k60 ul,.crp_faq_a_k60 ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.crp_faq_a_k60 ol {
  list-style: decimal;
}.crp_faq_a_k60 li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.crp_faq_a_k60 table {
  margin: 8px 0;
  font-size: 12px;
  border-collapse: collapse;
  width: 100%;
  display: block;
  overflow-x: auto;
}
@media(min-width: 767px) {.crp_faq_a_k60 table {
  display: table;
}
}.crp_faq_a_k60 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #CEC0A0;
}.crp_faq_a_k60 td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #716458;
}.crp_pmt_k60 {
  padding: 2.25rem 16px 0;
  background: #0D0B10;
}
@media(min-width:768px) {.crp_pmt_k60 {
  padding: 2.75rem 24px 0;
}
}.crp_pmt_in_k60 {
  margin: 0 auto;
  max-width: 82.5rem;
}.crp_pmt_head_k60 {
  margin-bottom: 22px;
  max-width: 720px;
}.crp_pmt_label_k60 {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  color: #C9A24E;
  font-weight: 700;
}.crp_pmt_h2_k60 {
  font-family: 'Cormorant Garamond', serif;
  color: #F4EDDA;
  font-size: 1.375rem;
  margin-bottom: 8px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.crp_pmt_h2_k60 {
  font-size: 28px;
}
}.crp_pmt_intro_k60 {
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #716458;
  font-size: 14px;
}.crp_pmt_groups_k60 {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.crp_pmt_group_k60 {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #171420;
  padding: 1.25rem;
}.crp_pmt_group_head_k60 {
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}.crp_pmt_group_ic_k60 {
  background: rgba(201, 162, 78, 0.18);
  border-radius: 6px;
  height: 2.25rem;
  color: #C9A24E;
  flex-shrink: 0;
  width: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}.crp_pmt_group_ic_k60 svg {
  stroke-linecap: round;
  height: 1.125rem;
  width: 1.125rem;
  stroke-linejoin: round;
}.crp_pmt_group_h_k60 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: #F4EDDA;
  overflow-wrap: break-word;
  font-weight: 700;
}.crp_pmt_group_p_k60 {
  font-size: 13px;
  color: #716458;
  line-height: 1.6;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}.crp_pmt_group_p_k60 strong {
  color: #CEC0A0;
  font-weight: 600;
}.crp_pmt_table_wrap_k60 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.crp_pmt_table_k60 {
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  min-width: 33.75rem;
}.crp_pmt_table_k60 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  color: #CEC0A0;
  letter-spacing: .04em;
}.crp_pmt_table_k60 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  color: #716458;
}.crp_pmt_table_k60 tbody tr:last-child td {
  border-bottom: none;
}.crp_pmt_table_k60 tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #CEC0A0;
}.crp_seo_k60 {
  padding: 2.25rem 1rem 0;
  background: #0D0B10;
}
@media(min-width: 771px) {.crp_seo_k60 {
  padding: 2.75rem 1.5rem 0;
}
}.crp_seo_in_k60 {
  border-radius: 16px;
  padding: 1.75rem 24px;
  margin: 0 auto;
  background: #171420;
  border: 1px solid rgba(255, 255, 255, 0.11);
  max-width: 1320px;
}
@media(min-width: 769px) {.crp_seo_in_k60 {
  padding: 2.25rem 40px;
}
}.crp_seo_label_k60 {
  margin-bottom: 10px;
  color: #C9A24E;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}.crp_seo_h2_k60 {
  line-height: 1.25;
  color: #F4EDDA;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.crp_seo_h2_k60 {
  font-size: 1.5rem;
}
}.crp_seo_body_k60 {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
  color: #9E9080;
}.crp_seo_body_k60 p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #9E9080;
  font-size: 0.875rem;
}.crp_seo_body_k60 p:last-child {
  margin-bottom: 0;
}.crp_seo_body_k60 strong {
  font-weight: 700;
  color: #CEC0A0;
}.crp_seo_body_k60 a {
  transition: color .2s;
  color: #C9A24E;
  text-decoration: underline;
}.crp_seo_body_k60 a:hover {
  color: #DEBB6A;
}.crp_seo_body_k60 ul,.crp_seo_body_k60 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.crp_seo_body_k60 ol {
  list-style: decimal;
}.crp_seo_body_k60 li {
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 14px;
  color: #9E9080;
}.crp_seo_body_k60 table {
  overflow-x: auto;
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 765px) {.crp_seo_body_k60 table {
  display: table;
}
}.crp_seo_body_k60 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #CEC0A0;
  font-weight: 700;
  text-align: left;
}.crp_seo_body_k60 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #9E9080;
}.crp_seo_cols_k60 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 637px) {.crp_seo_cols_k60 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.crp_seo_cols_k60 {
  grid-template-columns: repeat(3,1fr);
}
}.crp_seo_col_h_k60 {
  margin-bottom: 7px;
  color: #CEC0A0;
  font-size: 0.813rem;
  font-weight: 700;
  overflow-wrap: break-word;
}.crp_seo_col_p_k60 {
  color: #716458;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.crp_seo_stats_k60 {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.crp_seo_stat_k60 {
  border: 1px solid rgba(201, 162, 78, 0.18);
  border-radius: 0.625rem;
  flex: 1;
  background: rgba(201, 162, 78, 0.08);
  padding: 0.875rem 1rem;
  min-width: 8.75rem;
}.crp_seo_stat_val_k60 {
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #C9A24E;
  margin-bottom: 4px;
}.crp_seo_stat_lb_k60 {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #716458;
}.crp_seo_k60 {
  background: #0D0B10;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.crp_seo_k60 {
  padding: 2.75rem 1.5rem 0;
}
}.crp_seo_in_k60 {
  padding: 28px 1.5rem;
  background: #171420;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  max-width: 1320px;
}
@media(min-width: 769px) {.crp_seo_in_k60 {
  padding: 36px 40px;
}
}.crp_seo_label_k60 {
  font-size: 0.688rem;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C9A24E;
}.crp_seo_h2_k60 {
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F4EDDA;
}
@media(min-width: 767px) {.crp_seo_h2_k60 {
  font-size: 1.5rem;
}
}.crp_seo_body_k60 {
  line-height: 1.75;
  color: #9E9080;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.crp_seo_body_k60 p {
  color: #9E9080;
  margin-bottom: 0.75rem;
  font-size: 14px;
  line-height: 1.75;
}.crp_seo_body_k60 p:last-child {
  margin-bottom: 0;
}.crp_seo_body_k60 strong {
  font-weight: 700;
  color: #CEC0A0;
}.crp_seo_body_k60 a {
  transition: color .2s;
  color: #C9A24E;
  text-decoration: underline;
}.crp_seo_body_k60 a:hover {
  color: #DEBB6A;
}.crp_seo_body_k60 ul,.crp_seo_body_k60 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.crp_seo_body_k60 ol {
  list-style: decimal;
}.crp_seo_body_k60 li {
  margin-bottom: 6px;
  color: #9E9080;
  font-size: 0.875rem;
  line-height: 1.75;
}.crp_seo_body_k60 table {
  border-collapse: collapse;
  display: block;
  margin-bottom: 12px;
  overflow-x: auto;
  font-size: 13px;
  width: 100%;
}
@media(min-width:768px) {.crp_seo_body_k60 table {
  display: table;
}
}.crp_seo_body_k60 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #CEC0A0;
}.crp_seo_body_k60 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #9E9080;
}.crp_seo_cols_k60 {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.crp_seo_cols_k60 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.crp_seo_cols_k60 {
  grid-template-columns: repeat(3,1fr);
}
}.crp_seo_col_h_k60 {
  color: #CEC0A0;
  margin-bottom: 0.438rem;
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
}.crp_seo_col_p_k60 {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #716458;
  font-size: 0.813rem;
}.crp_seo_stats_k60 {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.crp_seo_stat_k60 {
  border: 1px solid rgba(201, 162, 78, 0.18);
  padding: 0.875rem 1rem;
  background: rgba(201, 162, 78, 0.08);
  border-radius: 0.625rem;
  flex: 1;
  min-width: 140px;
}.crp_seo_stat_val_k60 {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  color: #C9A24E;
  font-weight: 800;
}.crp_seo_stat_lb_k60 {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #716458;
}.crp_rv_k60 {
  padding: 36px 16px 0;
  background: #0D0B10;
}
@media(min-width:768px) {.crp_rv_k60 {
  padding: 44px 24px 0;
}
}.crp_rv_in_k60 {
  margin: 0 auto;
  max-width: 1320px;
}.crp_rv_head_k60 {
  max-width: 45rem;
  margin-bottom: 20px;
}.crp_rv_label_k60 {
  letter-spacing: .08em;
  color: #C9A24E;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.crp_rv_h2_k60 {
  overflow-wrap: break-word;
  font-size: 1.375rem;
  margin-bottom: 0.625rem;
  color: #F4EDDA;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 771px) {.crp_rv_h2_k60 {
  font-size: 28px;
}
}.crp_rv_stats_k60 {
  gap: 18px;
  font-size: 13px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  color: #716458;
}.crp_rv_stats_score_k60 {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.crp_rv_stats_score_val_k60 {
  font-family: 'Cormorant Garamond', serif;
  color: #D4A017;
  font-size: 1.375rem;
  font-weight: 800;
}.crp_rv_stats_score_max_k60 {
  font-size: 13px;
  color: #5C5248;
}.crp_rv_stats_badge_k60 {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.crp_rv_stats_badge_k60 svg {
  height: 0.875rem;
  color: #D4A017;
  width: 0.875rem;
}.crp_rv_grid_k60 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.crp_rv_grid_k60 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.crp_rv_grid_k60 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.crp_rv_card_k60 {
  background: #171420;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 20px;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
}.crp_rv_card_stars_k60 {
  gap: 2px;
  display: flex;
  margin-bottom: 0.625rem;
  color: #D4A017;
}.crp_rv_card_stars_k60 svg {
  width: 14px;
  height: 14px;
}.crp_rv_card_h_k60 {
  color: #F4EDDA;
  line-height: 1.3;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.crp_rv_card_body_k60 {
  flex: 1;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  line-height: 1.65;
  color: #716458;
}.crp_rv_card_body_k60 strong {
  font-weight: 600;
  color: #CEC0A0;
}.crp_rv_card_meta_k60 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}.crp_rv_card_author_k60 {
  font-weight: 600;
  font-size: 0.75rem;
  color: #CEC0A0;
}.crp_rv_card_date_k60 {
  font-size: 0.688rem;
  color: #5C5248;
}.crp_seo_k60 {
  padding: 2.25rem 1rem 0;
  background: #0D0B10;
}
@media(min-width: 769px) {.crp_seo_k60 {
  padding: 44px 1.5rem 0;
}
}.crp_seo_in_k60 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 28px 24px;
  border-radius: 16px;
  margin: 0 auto;
  background: #171420;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.crp_seo_in_k60 {
  padding: 36px 40px;
}
}.crp_seo_label_k60 {
  color: #C9A24E;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.crp_seo_h2_k60 {
  color: #F4EDDA;
  margin-bottom: 14px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  line-height: 1.25;
}
@media(min-width: 767px) {.crp_seo_h2_k60 {
  font-size: 1.5rem;
}
}.crp_seo_body_k60 {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
  color: #9E9080;
}.crp_seo_body_k60 p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 12px;
  color: #9E9080;
}.crp_seo_body_k60 p:last-child {
  margin-bottom: 0;
}.crp_seo_body_k60 strong {
  color: #CEC0A0;
  font-weight: 700;
}.crp_seo_body_k60 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9A24E;
}.crp_seo_body_k60 a:hover {
  color: #DEBB6A;
}.crp_seo_body_k60 ul,.crp_seo_body_k60 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.crp_seo_body_k60 ol {
  list-style: decimal;
}.crp_seo_body_k60 li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #9E9080;
}.crp_seo_body_k60 table {
  overflow-x: auto;
  width: 100%;
  display: block;
  border-collapse: collapse;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
}
@media(min-width: 769px) {.crp_seo_body_k60 table {
  display: table;
}
}.crp_seo_body_k60 th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #CEC0A0;
  text-align: left;
  font-weight: 700;
}.crp_seo_body_k60 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #9E9080;
}.crp_seo_cols_k60 {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.crp_seo_cols_k60 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.crp_seo_cols_k60 {
  grid-template-columns: repeat(3,1fr);
}
}.crp_seo_col_h_k60 {
  overflow-wrap: break-word;
  color: #CEC0A0;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 13px;
}.crp_seo_col_p_k60 {
  color: #716458;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
}.crp_seo_stats_k60 {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.crp_seo_stat_k60 {
  border: 1px solid rgba(201, 162, 78, 0.18);
  padding: 0.875rem 16px;
  background: rgba(201, 162, 78, 0.08);
  border-radius: 10px;
  flex: 1;
  min-width: 8.75rem;
}.crp_seo_stat_val_k60 {
  color: #C9A24E;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 20px;
  font-weight: 800;
}.crp_seo_stat_lb_k60 {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #716458;
}.crp_ft_k60 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #080609;
  margin-top: 48px;
}.crp_ft_support_k60 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 769px) {.crp_ft_support_k60 {
  padding: 28px 24px;
}
}.crp_ft_support_in_k60 {
  margin: 0 auto;
  gap: 16px;
  max-width: 1320px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.crp_ft_support_main_k60 {
  flex: 1;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  min-width: 220px;
}.crp_ft_support_ic_k60 {
  color: #C9A24E;
  flex-shrink: 0;
}.crp_ft_support_ic_k60 svg {
  stroke-linecap: round;
  height: 30px;
  stroke-linejoin: round;
  width: 1.875rem;
}.crp_ft_support_text_title_k60 {
  overflow-wrap: break-word;
  margin-bottom: 3px;
  color: #F4EDDA;
  font-size: 0.938rem;
  font-weight: 700;
}.crp_ft_support_text_sub_k60 {
  color: #716458;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.crp_ft_support_btn_k60 {
  background: #C9A24E;
  border-radius: 0.625rem;
  padding: 0.688rem 22px;
  transition: background .2s;
  flex-shrink: 0;
  font-weight: 700;
  color: #F4EDDA;
  font-size: 13px;
  white-space: nowrap;
}.crp_ft_support_btn_k60:hover {
  background: #DEBB6A;
}.crp_ft_support_contacts_k60 {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.crp_ft_support_contact_k60 {
  font-size: 0.75rem;
  color: #5C5248;
  line-height: 1.4;
}.crp_ft_support_contact_k60 strong {
  font-size: 11px;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
  color: #9E9080;
}.crp_ft_main_k60 {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.crp_ft_main_k60 {
  padding: 2.5rem 1.5rem 2rem;
}
}.crp_ft_main_in_k60 {
  margin: 0 auto;
  gap: 24px;
  max-width: 1320px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.crp_ft_main_in_k60 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.crp_ft_main_in_k60 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.crp_ft_col_logo_k60 {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.crp_ft_col_logo_k60 {
  grid-column: auto;
}
}.crp_ft_logo_k60 {
  gap: 0.563rem;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  color: #F4EDDA;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 800;
}.crp_ft_logo_mark_k60 {
  border-radius: 0.375rem;
  overflow: hidden;
  width: 1.875rem;
  height: 1.875rem;
}.crp_ft_logo_mark_k60 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.crp_ft_logo_sub_k60 {
  overflow-wrap: break-word;
  max-width: 12.5rem;
  font-size: 0.75rem;
  color: #5C5248;
  line-height: 1.55;
}.crp_ft_col_title_k60 {
  font-weight: 700;
  font-size: 0.75rem;
  color: #9E9080;
  margin-bottom: 14px;
  letter-spacing: .07em;
  text-transform: uppercase;
}.crp_ft_col_links_k60 {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.crp_ft_col_link_k60 {
  transition: color .2s;
  font-size: 0.813rem;
  color: #5C5248;
  overflow-wrap: break-word;
}.crp_ft_col_link_k60:hover {
  color: #CEC0A0;
}.crp_ft_apps_k60 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.crp_ft_app_card_k60 {
  padding: 0.625rem 12px;
  border-radius: 6px;
  transition: border-color .2s;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  align-items: center;
  display: flex;
}.crp_ft_app_card_k60:hover {
  border-color: rgba(201, 162, 78, 0.55);
}.crp_ft_app_card_ic_k60 svg {
  stroke-linecap: round;
  width: 22px;
  stroke-linejoin: round;
  height: 22px;
}.crp_ft_app_card_os_k60 {
  color: #5C5248;
  font-size: 0.625rem;
  font-weight: 600;
}.crp_ft_app_card_action_k60 {
  font-weight: 700;
  color: #CEC0A0;
  font-size: 12px;
}.crp_ft_bot_k60 {
  padding: 20px 16px;
}
@media(min-width: 770px) {.crp_ft_bot_k60 {
  padding: 1.25rem 1.5rem;
}
}.crp_ft_bot_in_k60 {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  max-width: 82.5rem;
  flex-wrap: wrap;
  align-items: center;
}.crp_ft_socials_k60 {
  gap: 8px;
  display: flex;
}.crp_ft_soc_k60 {
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  color: #9E9080;
  width: 2.25rem;
  align-items: center;
  display: flex;
  height: 36px;
}.crp_ft_soc_k60 svg {
  stroke-linejoin: round;
  height: 16px;
  width: 1rem;
  stroke-linecap: round;
}.crp_ft_soc_k60:hover {
  background: rgba(255, 255, 255, 0.07);
}.crp_ft_legal_k60 {
  flex: 1;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7A7060;
  min-width: 200px;
}.crp_ft_legal_k60 strong {
  color: #9E9080;
  font-weight: 700;
}.crp_ft_legal_k60 a {
  color: #9E9080;
  text-decoration: underline;
}.crp_ft_age_k60 {
  border: 2px solid #7A7060;
  border-radius: 50%;
  height: 32px;
  display: flex;
  align-items: center;
  font-weight: 800;
  width: 2rem;
  font-size: 11px;
  flex-shrink: 0;
  justify-content: center;
  color: #7A7060;
  margin-left: auto;
}