*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#1A1410;
-webkit-font-smoothing:antialiased;
overflow-wrap:break-word;
text-rendering:optimizeLegibility;
font-size:15px;
line-height:1.6;
color:#D9CCAF;
font-family:"Work Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
img{
display:block;
max-width:100%;
}
a{
text-decoration:none;
color:inherit;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
width:0.5rem;
height:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.52);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.rok_layout_lyn{
min-height:100vh;
flex-direction:column;
display:flex;
}
.rok_main_lyn{
flex:1 1 auto;
width:100%;
min-width:0;
}
.rok_container_lyn{
margin:0 auto;
padding:0 1rem;
width:100%;
max-width:1400px;
}
@media(min-width:766px){
.rok_container_lyn{
padding:0 2rem;
}
}
@media(min-width:1102px){
.rok_container_lyn{
padding:0 56px;
}
}
.rok_eyebrow_lyn{
font-family:"Work Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.4;
letter-spacing:.2em;
display:inline-block;
font-size:11px;
text-transform:uppercase;
overflow-wrap:break-word;
font-weight:600;
color:#C5943A;
}
.rok_band_lyn{
background:#0F0B07;
color:#F5EDD8;
}
.rok_band_lyn .rok_eyebrow_lyn{
color:#F0C040;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.rok_tb_lyn{
background:#1A1410;
border-bottom:1px solid rgba(245,237,216,0.13);
position:sticky;
top:0;
z-index:50;
}
.rok_tb_in_lyn{
gap:1rem;
padding:0.75rem 16px;
margin:0 auto;
width:100%;
align-items:center;
display:flex;
justify-content:space-between;
max-width:87.5rem;
}
@media(min-width:770px){
.rok_tb_in_lyn{
padding:16px 32px;
}
}
@media(min-width:1102px){
.rok_tb_in_lyn{
padding:18px 56px;
}
}
.rok_tb_left_lyn{
gap:28px;
min-width:0;
align-items:center;
display:flex;
}
.rok_tb_logo_lyn{
gap:0.688rem;
align-items:center;
display:flex;
min-width:0;
}
.rok_tb_logo_mark_lyn{
border-radius:8px;
flex:0 0 auto;
width:2.125rem;
object-fit:cover;
height:34px;
}
.rok_tb_logo_txt_lyn{
min-width:0;
line-height:1;
display:flex;
flex-direction:column;
}
.rok_tb_logo_name_lyn{
overflow:hidden;
color:#F5EDD8;
white-space:nowrap;
font-family:"Lora", Georgia, 'Times New Roman', serif;
letter-spacing:.02em;
font-weight:700;
text-overflow:ellipsis;
font-size:1.375rem;
}
.rok_tb_logo_sub_lyn{
overflow:hidden;
color:#C5943A;
font-size:8.5px;
white-space:nowrap;
text-transform:uppercase;
margin-top:0.25rem;
text-overflow:ellipsis;
font-weight:600;
letter-spacing:.32em;
}
.rok_tb_nav_lyn{
display:none;
}
@media(min-width:958px){
.rok_tb_nav_lyn{
gap:28px;
display:flex;
align-items:center;
}
}
.rok_tb_nav_item_lyn{
transition:color .22s ease,border-color .22s ease;
color:#D9CCAF;
border-bottom:2px solid transparent;
font-size:0.875rem;
font-weight:600;
white-space:nowrap;
padding-bottom:3px;
}
.rok_tb_nav_item_lyn:hover{
color:#F5EDD8;
}
.rok_tb_nav_item_lyn.rok_state_active_lyn{
border-color:#C5943A;
color:#F5EDD8;
}
.rok_tb_right_lyn{
flex:0 0 auto;
gap:0.875rem;
align-items:center;
display:flex;
}
.rok_tb_search_lyn{
transition:color .22s ease;
align-items:center;
color:#D9CCAF;
display:flex;
justify-content:center;
}
.rok_tb_search_lyn:hover{
color:#C5943A;
}
.rok_tb_search_lyn svg{
height:18px;
width:1.125rem;
}
.rok_tb_lang_lyn{
font-size:11px;
color:#A8957A;
letter-spacing:.1em;
text-transform:uppercase;
font-weight:600;
}
.rok_tb_lang_lyn:hover{
color:#F5EDD8;
}
.rok_tb_login_lyn{
font-weight:600;
display:none;
color:#F5EDD8;
font-size:0.875rem;
}
@media(min-width:770px){
.rok_tb_login_lyn{
display:inline-block;
}
}
.rok_tb_register_lyn{
border-radius:62.438rem;
padding:0.688rem 1.375rem;
background:#E8B84B;
transition:background-color .22s ease;
white-space:nowrap;
font-weight:700;
color:#160F04;
font-size:0.875rem;
}
.rok_tb_register_lyn:hover{
background:#F0C84F;
}
.rok_mob_lyn{
background:#1A1410;
padding-bottom:env(safe-area-inset-bottom);
border-top:1px solid rgba(245,237,216,0.13);
position:fixed;
z-index:60;
right:0;
left:0;
bottom:0;
}
@media(min-width:961px){
.rok_mob_lyn{
display:none;
}
}
.rok_mob_in_lyn{
margin:0 auto;
justify-content:space-around;
align-items:stretch;
max-width:560px;
display:flex;
}
.rok_mob_item_lyn{
padding:9px 0.25rem;
transition:color .22s ease;
flex:1 1 0;
gap:3px;
align-items:center;
display:flex;
color:#A8957A;
min-width:0;
flex-direction:column;
}
.rok_mob_item_lyn.rok_state_active_lyn{
color:#C5943A;
}
.rok_mob_ic_lyn{
display:flex;
align-items:center;
justify-content:center;
}
.rok_mob_ic_lyn svg{
width:1.25rem;
height:20px;
}
.rok_mob_lb_lyn{
overflow:hidden;
white-space:nowrap;
max-width:100%;
text-overflow:ellipsis;
font-weight:600;
font-size:10px;
}
@media(max-width:960px){
body{
padding-bottom:60px;
}
}
.rok_rail_lyn{
position:relative;
min-width:0;
}
.rok_rail_scroll_lyn{
gap:0.875rem;
padding-bottom:0.875rem;
display:flex;
-webkit-overflow-scrolling:touch;
overflow-x:auto;
scrollbar-width:thin;
}
@media(min-width:767px){
.rok_rail_scroll_lyn{
gap:18px;
}
}
.rok_gc_lyn{
flex:0 0 auto;
display:block;
width:9.375rem;
}
@media(min-width:768px){
.rok_gc_lyn{
width:11.75rem;
}
}
.rok_gc_img_lyn{
background:#231C14;
overflow:hidden;
border-radius:0.875rem;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.60);
position:relative;
padding-bottom:133.33%;
}
.rok_gc_img_lyn img{
inset:0;
width:100%;
object-fit:cover;
height:100%;
position:absolute;
}
.rok_gc_cover_lyn{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
position:absolute;
pointer-events:none;
}
.rok_gc_hover_lyn{
background:rgba(0,0,0,0.52);
inset:0;
transition:opacity .22s ease;
position:absolute;
opacity:0;
align-items:center;
justify-content:center;
display:flex;
}
.rok_gc_lyn:hover .rok_gc_hover_lyn{
opacity:1;
}
.rok_gc_hover_btn_lyn{
background:#E8B84B;
border-radius:999px;
color:#160F04;
display:flex;
width:2.875rem;
height:46px;
justify-content:center;
align-items:center;
}
.rok_gc_hover_btn_lyn svg{
height:1.125rem;
width:18px;
}
.rok_gc_info_lyn{
gap:2px;
margin-top:9px;
display:flex;
flex-direction:column;
min-width:0;
}
.rok_gc_name_lyn{
overflow:hidden;
color:#F5EDD8;
font-weight:700;
text-overflow:ellipsis;
white-space:nowrap;
font-size:13px;
}
.rok_gc_prov_lyn{
overflow:hidden;
color:#A8957A;
font-size:0.688rem;
text-overflow:ellipsis;
white-space:nowrap;
}
.rok_gc_meta_lyn{
color:#A8957A;
font-size:0.688rem;
}
.rok_tc_lyn{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:769px){
.rok_tc_lyn{
width:14.375rem;
}
}
.rok_tc_img_lyn{
background:#231C14;
overflow:hidden;
border-radius:0.875rem;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.60);
padding-bottom:75%;
position:relative;
}
.rok_tc_img_lyn img{
inset:0;
height:100%;
object-fit:cover;
width:100%;
position:absolute;
}
.rok_tc_info_lyn{
gap:2px;
display:flex;
min-width:0;
flex-direction:column;
margin-top:9px;
}
.rok_tc_name_lyn{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:0.875rem;
color:#F5EDD8;
font-weight:700;
}
.rok_tc_rtp_lyn{
color:#A8957A;
font-size:11px;
}
.rok_lc_lyn{
flex:0 0 auto;
width:14.375rem;
display:block;
}
@media(min-width:765px){
.rok_lc_lyn{
width:16.75rem;
}
}
.rok_lc_img_lyn{
overflow:hidden;
border-radius:0.875rem;
background:#231C14;
padding-bottom:62.5%;
box-shadow:0 2px 8px rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.60);
position:relative;
}
.rok_lc_img_lyn img{
inset:0;
height:100%;
object-fit:cover;
width:100%;
position:absolute;
}
.rok_lc_live_lyn{
border-radius:62.438rem;
gap:0.438rem;
padding:0.25rem 0.563rem;
background:rgba(0,0,0,0.52);
display:flex;
top:12px;
left:12px;
align-items:center;
position:absolute;
}
.rok_lc_live_dot_lyn{
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
background:#D94F3A;
width:0.5rem;
height:8px;
}
.rok_lc_seats_lyn{
text-transform:uppercase;
letter-spacing:.08em;
font-size:0.625rem;
font-weight:600;
color:#F5EDD8;
}
.rok_lc_info_lyn{
gap:2px;
flex-direction:column;
margin-top:0.563rem;
min-width:0;
display:flex;
}
.rok_lc_name_lyn{
overflow:hidden;
font-weight:700;
white-space:nowrap;
text-overflow:ellipsis;
color:#F5EDD8;
font-size:15px;
}
.rok_lc_bet_lyn{
color:#A8957A;
font-size:0.688rem;
}
.rok_pc_lyn{
border:1px solid rgba(245,237,216,0.07);
border-radius:0.875rem;
gap:0.5rem;
background:#231C14;
padding:1rem 0.875rem;
min-width:0;
display:flex;
align-items:center;
flex-direction:column;
justify-content:center;
min-height:74px;
}
.rok_pc_logo_lyn{
flex:0 0 auto;
object-fit:contain;
height:28px;
width:auto;
max-width:100%;
}
.rok_pc_name_lyn{
overflow:hidden;
text-overflow:ellipsis;
text-align:center;
color:#A8957A;
white-space:nowrap;
max-width:100%;
font-size:11px;
}
.rok_gc_tag_lyn{
border-radius:8px;
padding:3px 8px;
display:inline-block;
left:10px;
position:absolute;
font-weight:700;
z-index:2;
top:10px;
letter-spacing:.06em;
font-size:0.625rem;
text-transform:uppercase;
}
.rok_gc_tag_hot_lyn{
background:#D94F3A;
color:#F5EDD8;
}
.rok_gc_tag_new_lyn{
background:#E8B84B;
color:#160F04;
}
.rok_gc_tag_jp_lyn{
background:#E8A020;
color:#160F04;
}
.rok_gc_tag_live_lyn{
background:#D94F3A;
color:#F5EDD8;
}
.rok_sh_lyn{
min-width:0;
margin-bottom:18px;
}
.rok_sh_row_lyn{
gap:1rem;
align-items:flex-end;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
}
.rok_sh_row_lyn .rok_sh_l_lyn{
gap:0.375rem;
display:flex;
min-width:0;
flex-direction:column;
}
.rok_sh_stack_lyn{
gap:0.625rem;
display:flex;
flex-direction:column;
align-items:flex-start;
}
.rok_sh_center_lyn{
gap:10px;
flex-direction:column;
display:flex;
text-align:center;
align-items:center;
}
.rok_sh_h2_lyn{
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:1.5rem;
line-height:1.1;
font-weight:600;
overflow-wrap:break-word;
color:#F5EDD8;
}
@media(min-width:769px){
.rok_sh_h2_lyn{
font-size:1.875rem;
}
}
.rok_band_lyn .rok_sh_h2_lyn{
color:#F5EDD8;
}
.rok_sh_eb_line_lyn{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.rok_sh_eb_line_lyn::before{
background:#C5943A;
width:1.75rem;
height:1px;
content:"";
display:inline-block;
}
.rok_band_lyn .rok_sh_eb_line_lyn::before{
background:#F0C040;
}
.rok_sh_eb_dot_lyn{
gap:8px;
align-items:center;
display:inline-flex;
}
.rok_sh_eb_dot_lyn::before{
background:#C5943A;
border-radius:50%;
display:inline-block;
content:"";
width:0.375rem;
height:0.375rem;
}
.rok_band_lyn .rok_sh_eb_dot_lyn::before{
background:#F0C040;
}
.rok_sh_link_lyn{
gap:0.375rem;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
padding-bottom:2px;
white-space:nowrap;
display:inline-flex;
align-items:center;
color:#F5EDD8;
font-size:0.813rem;
font-weight:600;
border-bottom:1px solid #F5EDD8;
}
.rok_sh_link_lyn:hover{
border-color:#C5943A;
color:#C5943A;
}
.rok_sh_link_lyn svg{
height:14px;
width:14px;
}
.rok_sh_link_chev_lyn{
padding-bottom:0;
border-bottom:0;
}
.rok_sh_link_btn_lyn{
padding:9px 1.125rem;
background:#E8B84B;
border-radius:62.438rem;
border-bottom:0;
color:#160F04;
}
.rok_sh_link_btn_lyn:hover{
border-color:transparent;
background:#F0C84F;
color:#160F04;
}
.rok_band_lyn .rok_sh_link_lyn{
border-color:#F5EDD8;
color:#F5EDD8;
}
.rok_band_lyn .rok_sh_link_btn_lyn{
background:#F0C040;
color:#160F04;
}
.rok_sh_rule_lyn{
margin:-2px 0 18px;
background:rgba(245,237,216,0.13);
height:1px;
}
.rok_band_lyn .rok_sh_rule_lyn{
background:rgba(255,224,150,0.14);
}
.rok_hero_lyn{
padding:32px 0 0.5rem;
}
@media(min-width:765px){
.rok_hero_lyn{
padding:3.5rem 0 24px;
}
}
.rok_hero_in_lyn{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:900px){
.rok_hero_in_lyn{
gap:48px;
grid-template-columns:1.05fr .95fr;
}
}
.rok_hero_copy_lyn{
min-width:0;
}
.rok_hero_eyebrow_lyn{
gap:10px;
align-items:center;
margin-bottom:22px;
display:inline-flex;
}
.rok_hero_eyebrow_line_lyn{
flex:0 0 auto;
background:#C5943A;
display:inline-block;
height:1px;
width:1.75rem;
}
.rok_hero_h1_lyn{
overflow-wrap:break-word;
margin-bottom:20px;
color:#F5EDD8;
line-height:1.04;
font-size:38px;
font-weight:600;
font-family:"Lora", Georgia, 'Times New Roman', serif;
letter-spacing:-.01em;
}
@media(min-width:766px){
.rok_hero_h1_lyn{
font-size:54px;
}
}
@media(min-width:1101px){
.rok_hero_h1_lyn{
font-size:62px;
}
}
.rok_hero_h1_lyn em{
color:#C5943A;
font-style:normal;
}
.rok_hero_sub_lyn{
margin-bottom:30px;
color:#8A7660;
line-height:1.6;
font-size:16px;
max-width:480px;
}
@media(min-width:765px){
.rok_hero_sub_lyn{
font-size:18px;
}
}
.rok_hero_actions_lyn{
gap:14px;
flex-wrap:wrap;
margin-bottom:34px;
align-items:center;
display:flex;
}
.rok_hero_cta_lyn{
gap:10px;
padding:16px 1.875rem;
transition:background-color .22s ease;
border-radius:999px;
background:#E8B84B;
font-size:0.938rem;
color:#160F04;
align-items:center;
font-weight:700;
display:inline-flex;
}
.rok_hero_cta_lyn:hover{
background:#F0C84F;
}
.rok_hero_cta_ic_lyn{
display:inline-flex;
align-items:center;
}
.rok_hero_cta_ic_lyn svg{
height:1rem;
width:1rem;
}
.rok_hero_cta_alt_lyn{
transition:border-color .22s ease,color .22s ease;
border-radius:62.438rem;
border:1px solid rgba(245,237,216,0.13);
padding:0.938rem 26px;
background:transparent;
font-size:15px;
font-weight:600;
align-items:center;
display:inline-flex;
color:#F5EDD8;
}
.rok_hero_cta_alt_lyn:hover{
border-color:#C5943A;
color:#C5943A;
}
.rok_hero_trust_lyn{
gap:1.375rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.rok_hero_trust_item_lyn{
gap:0.563rem;
font-weight:600;
align-items:center;
font-size:13px;
display:flex;
color:#D9CCAF;
}
.rok_hero_trust_ic_lyn{
color:#C5943A;
align-items:center;
display:inline-flex;
}
.rok_hero_trust_ic_lyn svg{
height:16px;
width:16px;
}
.rok_hero_promo_lyn{
background:#231C14;
border-radius:20px;
overflow:hidden;
display:flex;
min-height:18.75rem;
box-shadow:0 12px 3rem rgba(0,0,0,0.70), 0 3px 10px rgba(197,148,58,0.12);
position:relative;
}
.rok_hero_promo_bg_lyn{
inset:0;
background-size:cover;
background-position:center;
position:absolute;
}
.rok_hero_promo_bg_lyn::after{
background:linear-gradient(120deg,#0F0B07 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.rok_hero_promo_glow_lyn{
border-radius:50%;
background:radial-gradient(circle,rgba(197,148,48,0.18) 0%,transparent 65%);
pointer-events:none;
height:16.25rem;
position:absolute;
width:260px;
top:-40px;
right:-1.25rem;
}
.rok_hero_promo_ct_lyn{
padding:1.75rem;
z-index:2;
position:relative;
max-width:88%;
align-self:flex-end;
}
.rok_hero_promo_label_lyn{
letter-spacing:.25em;
font-size:10px;
font-weight:700;
margin-bottom:8px;
color:#F0C040;
display:block;
text-transform:uppercase;
}
.rok_hero_promo_amount_lyn{
overflow-wrap:break-word;
font-size:2rem;
line-height:1.05;
color:#F5EDD8;
font-weight:600;
font-family:"Lora", Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.rok_hero_promo_amount_lyn{
font-size:2.5rem;
}
}
.rok_hero_promo_amount_lyn em{
font-style:normal;
color:#F0C040;
}
.rok_hero_rating_lyn{
gap:0.625rem;
background:#231C14;
padding:10px 0.875rem;
border-radius:0.875rem;
border:1px solid rgba(245,237,216,0.07);
z-index:3;
top:0.875rem;
position:absolute;
display:flex;
right:0.875rem;
max-width:min(260px,62%);
align-items:center;
box-shadow:0 2px 8px rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.60);
}
.rok_hero_rating_score_lyn{
flex:0 0 auto;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:24px;
font-weight:700;
color:#F5EDD8;
}
.rok_hero_rating_txt_lyn{
flex:1 1 auto;
min-width:0;
}
.rok_hero_rating_stars_lyn{
gap:2px;
display:flex;
color:#C5943A;
}
.rok_hero_rating_stars_lyn svg{
height:0.75rem;
width:0.75rem;
}
.rok_hero_rating_cap_lyn{
line-height:1.35;
font-size:0.688rem;
color:#A8957A;
margin-top:3px;
display:block;
overflow-wrap:break-word;
}
.rok_stat_lyn{
margin-top:1rem;
border-bottom:1px solid rgba(245,237,216,0.13);
border-top:1px solid rgba(245,237,216,0.13);
}
.rok_stat_in_lyn{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:770px){
.rok_stat_in_lyn{
grid-template-columns:repeat(4,1fr);
}
}
.rok_stat_item_lyn{
padding:22px 0.875rem;
border-right:1px solid rgba(245,237,216,0.07);
border-bottom:1px solid rgba(245,237,216,0.07);
min-width:0;
}
.rok_stat_item_lyn:nth-child(2n){
border-right:0;
}
.rok_stat_item_lyn:nth-child(n+3){
border-bottom:0;
}
@media(min-width:767px){
.rok_stat_item_lyn{
border-bottom:0;
}
.rok_stat_item_lyn:nth-child(2n){
border-right:1px solid rgba(245,237,216,0.07);
}
.rok_stat_item_lyn:nth-child(4n){
border-right:0;
}
}
.rok_stat_value_lyn{
overflow-wrap:break-word;
font-weight:700;
font-size:1.875rem;
font-family:"Lora", Georgia, 'Times New Roman', serif;
line-height:1;
color:#F5EDD8;
}
@media(min-width:768px){
.rok_stat_value_lyn{
font-size:2.125rem;
}
}
.rok_stat_label_lyn{
color:#A8957A;
line-height:1.4;
font-size:0.813rem;
margin-top:6px;
overflow-wrap:break-word;
}
.rok_grow_lyn{
padding:1.625rem 0 0.625rem;
}
.rok_row_seo_lyn{
margin:0.625rem 0 0;
overflow-wrap:break-word;
color:#8A7660;
font-size:14px;
max-width:47.5rem;
line-height:1.65;
}
.rok_row_seo_lyn strong{
font-weight:700;
color:#F5EDD8;
}
.rok_grow_lyn{
padding:1.625rem 0 10px;
}
.rok_row_seo_lyn{
margin:10px 0 0;
color:#8A7660;
line-height:1.65;
max-width:47.5rem;
overflow-wrap:break-word;
font-size:14px;
}
.rok_row_seo_lyn strong{
color:#F5EDD8;
font-weight:700;
}
.rok_jp_lyn{
padding:30px 0 0.625rem;
}
.rok_jp_grid_lyn{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:766px){
.rok_jp_grid_lyn{
grid-template-columns:1fr 1fr;
}
.rok_jp_card_mega_lyn{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.rok_jp_grid_lyn{
grid-template-columns:1.4fr 1fr 1fr;
}
.rok_jp_card_mega_lyn{
grid-column:auto;
}
}
.rok_jp_card_lyn{
overflow:hidden;
border-radius:1.25rem;
background:#231C14;
border:1px solid rgba(245,237,216,0.07);
padding:26px;
gap:12px;
justify-content:space-between;
flex-direction:column;
position:relative;
min-width:0;
display:flex;
min-height:200px;
}
.rok_jp_card_mega_lyn{
background:linear-gradient(135deg,#1C1409,#0A0705);
border-color:transparent;
color:#F5EDD8;
min-height:13.125rem;
}
.rok_jp_glow_lyn{
border-radius:50%;
background:radial-gradient(circle,rgba(197,148,48,0.18),transparent 70%);
width:200px;
position:absolute;
top:-2.5rem;
right:-40px;
pointer-events:none;
height:12.5rem;
}
.rok_jp_label_lyn{
gap:10px;
text-transform:uppercase;
letter-spacing:.16em;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
font-size:10px;
font-weight:700;
align-items:center;
position:relative;
color:#C5943A;
}
.rok_jp_card_mega_lyn .rok_jp_label_lyn{
color:#F0C040;
}
.rok_jp_drop_lyn{
text-transform:none;
color:#A8957A;
font-weight:600;
letter-spacing:.04em;
}
.rok_jp_card_mega_lyn .rok_jp_drop_lyn{
color:#A8957A;
}
.rok_jp_amount_lyn{
font-size:2.375rem;
font-weight:700;
line-height:1;
font-family:"Lora", Georgia, 'Times New Roman', serif;
position:relative;
color:#F5EDD8;
overflow-wrap:break-word;
}
.rok_jp_card_mega_lyn .rok_jp_amount_lyn{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#F0C040;
}
@media(min-width:767px){
.rok_jp_card_mega_lyn .rok_jp_amount_lyn{
font-size:3.375rem;
}
}
.rok_jp_game_lyn{
font-size:0.813rem;
color:#A8957A;
position:relative;
}
.rok_jp_card_mega_lyn .rok_jp_game_lyn{
color:#A8957A;
}
.rok_jp_cta_lyn{
align-self:flex-start;
position:relative;
}
.rok_jp_card_mega_lyn .rok_jp_cta_lyn{
padding:10px 1.25rem;
border-radius:999px;
background:#F0C040;
transition:opacity .22s ease;
font-weight:700;
font-size:0.813rem;
color:#160F04;
}
.rok_jp_card_mega_lyn .rok_jp_cta_lyn:hover{
opacity:.9;
}
.rok_jp_card_lyn:not(.rok_jp_card_mega_lyn) .rok_jp_cta_lyn{
transition:color .22s ease,border-color .22s ease;
color:#F5EDD8;
font-weight:700;
border-bottom:1px solid #F5EDD8;
font-size:0.813rem;
padding-bottom:2px;
}
.rok_jp_card_lyn:not(.rok_jp_card_mega_lyn) .rok_jp_cta_lyn:hover{
border-color:#C5943A;
color:#C5943A;
}
.rok_jp_seo_lyn{
margin:14px 0 0;
color:#8A7660;
font-size:14px;
overflow-wrap:break-word;
line-height:1.65;
max-width:760px;
}
.rok_jp_seo_lyn strong{
color:#F5EDD8;
font-weight:700;
}
.rok_grow_lyn{
padding:1.625rem 0 0.625rem;
}
.rok_row_seo_lyn{
margin:0.625rem 0 0;
max-width:760px;
color:#8A7660;
font-size:14px;
overflow-wrap:break-word;
line-height:1.65;
}
.rok_row_seo_lyn strong{
font-weight:700;
color:#F5EDD8;
}
.rok_grow_lyn{
padding:26px 0 0.625rem;
}
.rok_row_seo_lyn{
margin:10px 0 0;
line-height:1.65;
font-size:0.875rem;
overflow-wrap:break-word;
max-width:760px;
color:#8A7660;
}
.rok_row_seo_lyn strong{
color:#F5EDD8;
font-weight:700;
}
.rok_pr_lyn{
padding:1.875rem 0 6px;
}
.rok_pr_card_lyn{
border:1px solid rgba(245,237,216,0.07);
gap:10px;
overflow:hidden;
flex:0 0 auto;
padding:1.625rem;
background:#231C14;
border-radius:1.25rem;
min-height:12.5rem;
position:relative;
display:flex;
flex-direction:column;
width:17.5rem;
}
@media(min-width:765px){
.rok_pr_card_lyn{
width:18.75rem;
}
}
.rok_pr_card_feat_lyn{
background:linear-gradient(150deg,#1C1409,#0A0705);
border-color:transparent;
color:#F5EDD8;
}
.rok_pr_glow_lyn{
background:radial-gradient(circle,rgba(197,148,48,0.18),transparent 70%);
border-radius:50%;
position:absolute;
top:-1.875rem;
height:130px;
right:-1.875rem;
width:8.125rem;
pointer-events:none;
opacity:0;
}
.rok_pr_card_feat_lyn .rok_pr_glow_lyn{
opacity:1;
}
.rok_pr_label_lyn{
font-weight:700;
text-transform:uppercase;
font-size:0.625rem;
color:#C5943A;
letter-spacing:.16em;
position:relative;
}
.rok_pr_card_feat_lyn .rok_pr_label_lyn{
color:#F0C040;
}
.rok_pr_amount_lyn{
line-height:1.08;
position:relative;
color:#F5EDD8;
font-weight:600;
overflow-wrap:break-word;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:26px;
}
.rok_pr_card_feat_lyn .rok_pr_amount_lyn{
color:#F5EDD8;
}
.rok_pr_amount_lyn em{
font-style:normal;
color:#C5943A;
}
.rok_pr_card_feat_lyn .rok_pr_amount_lyn em{
color:#F0C040;
}
.rok_pr_terms_lyn{
line-height:1.5;
position:relative;
color:#A8957A;
font-size:0.813rem;
}
.rok_pr_card_feat_lyn .rok_pr_terms_lyn{
color:#A8957A;
}
.rok_pr_cta_lyn{
align-self:flex-start;
position:relative;
margin-top:auto;
}
.rok_pr_card_feat_lyn .rok_pr_cta_lyn{
background:#F0C040;
transition:opacity .22s ease;
border-radius:999px;
padding:0.563rem 18px;
color:#160F04;
font-size:0.813rem;
font-weight:700;
}
.rok_pr_card_feat_lyn .rok_pr_cta_lyn:hover{
opacity:.9;
}
.rok_pr_card_lyn:not(.rok_pr_card_feat_lyn) .rok_pr_cta_lyn{
transition:color .22s ease,border-color .22s ease;
font-weight:700;
padding-bottom:2px;
color:#F5EDD8;
font-size:13px;
border-bottom:1px solid #F5EDD8;
}
.rok_pr_card_lyn:not(.rok_pr_card_feat_lyn) .rok_pr_cta_lyn:hover{
border-color:#C5943A;
color:#C5943A;
}
.rok_app_lyn{
padding:1.875rem 0 10px;
}
.rok_app_in_lyn{
border:1px solid rgba(245,237,216,0.07);
background:#231C14;
gap:1.75rem;
border-radius:1.25rem;
padding:32px;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.rok_app_in_lyn{
padding:2.5rem 2.75rem;
gap:2.5rem;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.rok_app_copy_lyn{
min-width:0;
max-width:560px;
}
.rok_app_eyebrow_lyn{
margin-bottom:12px;
}
.rok_app_h2_lyn{
margin-bottom:12px;
font-size:1.75rem;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
color:#F5EDD8;
line-height:1.05;
}
@media(min-width:769px){
.rok_app_h2_lyn{
font-size:34px;
}
}
.rok_app_text_lyn{
font-size:0.875rem;
color:#8A7660;
line-height:1.6;
margin-bottom:1.375rem;
}
.rok_app_btns_lyn{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.rok_app_btn_lyn{
transition:background-color .22s ease;
background:#E8B84B;
border-radius:14px;
padding:0.688rem 1.25rem;
gap:10px;
display:inline-flex;
color:#160F04;
align-items:center;
}
.rok_app_btn_lyn:hover{
background:#F0C84F;
}
.rok_app_btn_ic_lyn{
display:inline-flex;
align-items:center;
}
.rok_app_btn_ic_lyn svg{
width:18px;
height:1.125rem;
}
.rok_app_btn_lb_lyn{
font-size:0.844rem;
font-weight:700;
}
.rok_app_qr_wrap_lyn{
flex:0 0 auto;
gap:1.125rem;
display:flex;
align-items:center;
}
.rok_app_qr_lyn{
flex:0 0 auto;
border-radius:14px;
width:6.75rem;
background-image:repeating-linear-gradient(0deg,#231C14 0 0.313rem,transparent 5px 0.688rem),repeating-linear-gradient(90deg,#231C14 0 5px,transparent 5px 11px);
background-color:#E8B84B;
height:6.75rem;
}
.rok_app_qr_cap_lyn{
color:#A8957A;
max-width:5.75rem;
line-height:1.4;
font-size:12.5px;
}
.rok_vip_lyn{
padding:3rem 0;
}
@media(min-width:771px){
.rok_vip_lyn{
padding:4rem 0;
}
}
.rok_vip_head_lyn{
gap:0.875rem;
margin-bottom:1.875rem;
display:flex;
flex-direction:column;
}
@media(min-width:877px){
.rok_vip_head_lyn{
gap:24px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.rok_vip_eyebrow_lyn{
margin-bottom:0.75rem;
}
.rok_vip_h2_lyn{
overflow-wrap:break-word;
color:#F5EDD8;
line-height:1.05;
font-size:32px;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:771px){
.rok_vip_h2_lyn{
font-size:2.5rem;
}
}
.rok_vip_intro_lyn{
line-height:1.6;
font-size:14px;
max-width:420px;
color:#A8957A;
}
.rok_vip_grid_lyn{
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
gap:0.875rem;
display:grid;
}
.rok_vip_card_lyn{
padding:1.375rem 18px;
border:1px solid rgba(255,224,150,0.14);
border-radius:14px;
min-width:0;
}
.rok_vip_card_feat_lyn{
border-color:#F0C040;
background:rgba(255,237,190,0.07);
}
.rok_vip_card_ic_lyn{
background:linear-gradient(135deg,#B8832A,#F0C840);
border-radius:0.5rem;
margin-bottom:1rem;
height:2.125rem;
width:34px;
display:block;
}
.rok_vip_name_lyn{
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:20px;
overflow-wrap:break-word;
margin-bottom:0.375rem;
color:#F5EDD8;
}
.rok_vip_perk_lyn{
overflow-wrap:break-word;
line-height:1.5;
font-size:0.781rem;
color:#A8957A;
}
.rok_nl_lyn{
padding:24px 0 10px;
}
.rok_nl_in_lyn{
padding:30px 32px;
background:#161009;
gap:22px;
border-radius:1.25rem;
flex-direction:column;
display:flex;
color:#F5EDD8;
}
@media(min-width:768px){
.rok_nl_in_lyn{
gap:1.75rem;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.rok_nl_text_wrap_lyn{
min-width:0;
}
.rok_nl_h3_lyn{
overflow-wrap:break-word;
margin-bottom:5px;
font-size:22px;
font-weight:600;
font-family:"Lora", Georgia, 'Times New Roman', serif;
color:#F5EDD8;
line-height:1.1;
}
@media(min-width:769px){
.rok_nl_h3_lyn{
font-size:1.5rem;
}
}
.rok_nl_text_lyn{
line-height:1.5;
font-size:13.5px;
color:#A8957A;
}
.rok_nl_form_lyn{
flex:1 1 auto;
gap:0.625rem;
max-width:28.75rem;
min-width:0;
display:flex;
}
.rok_nl_input_lyn{
background:rgba(255,237,190,0.07);
border:1px solid rgba(255,224,150,0.14);
overflow:hidden;
padding:0.813rem 1rem;
border-radius:0.875rem;
flex:1 1 auto;
text-overflow:ellipsis;
display:flex;
min-width:0;
color:#A8957A;
align-items:center;
white-space:nowrap;
font-size:0.875rem;
}
.rok_nl_btn_lyn{
flex:0 0 auto;
border-radius:14px;
background:#F0C040;
padding:13px 24px;
transition:opacity .22s ease;
color:#160F04;
font-size:14px;
font-weight:700;
white-space:nowrap;
}
.rok_nl_btn_lyn:hover{
opacity:.9;
}
.rok_hts_lyn{
padding:3rem 0;
}
@media(min-width:770px){
.rok_hts_lyn{
padding:3.875rem 0;
}
}
.rok_hts_head_lyn{
gap:18px;
margin-bottom:2.125rem;
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.rok_hts_head_lyn{
gap:1.5rem;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.rok_hts_eyebrow_lyn{
margin-bottom:0.75rem;
}
.rok_hts_h2_lyn{
font-weight:600;
font-family:"Lora", Georgia, 'Times New Roman', serif;
line-height:1.05;
overflow-wrap:break-word;
color:#F5EDD8;
font-size:1.875rem;
}
@media(min-width:770px){
.rok_hts_h2_lyn{
font-size:38px;
}
}
.rok_hts_cta_lyn{
transition:opacity .22s ease;
flex:0 0 auto;
padding:0.938rem 30px;
background:#F0C040;
border-radius:62.438rem;
font-size:0.938rem;
font-weight:700;
color:#160F04;
}
.rok_hts_cta_lyn:hover{
opacity:.9;
}
.rok_hts_grid_lyn{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.rok_hts_grid_lyn{
grid-template-columns:repeat(3,1fr);
}
}
.rok_hts_step_lyn{
padding-top:1.375rem;
border-top:1px solid rgba(255,224,150,0.14);
min-width:0;
}
.rok_hts_step_num_lyn{
font-weight:700;
line-height:1;
font-size:44px;
font-family:"Lora", Georgia, 'Times New Roman', serif;
margin-bottom:0.875rem;
color:#F0C040;
}
.rok_hts_step_h_lyn{
color:#F5EDD8;
font-weight:700;
font-size:1.188rem;
margin-bottom:0.5rem;
line-height:1.2;
overflow-wrap:break-word;
}
.rok_hts_step_p_lyn{
font-size:14px;
overflow-wrap:break-word;
color:#A8957A;
line-height:1.55;
}
.rok_tt_lyn{
padding:48px 0 0.625rem;
}
@media(min-width:767px){
.rok_tt_lyn{
padding:3.75rem 0 0.625rem;
}
}
.rok_tt_head_lyn{
text-align:center;
margin-bottom:2.125rem;
}
.rok_tt_eyebrow_lyn{
margin-bottom:12px;
}
.rok_tt_h2_lyn{
overflow-wrap:break-word;
font-weight:600;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:2rem;
color:#F5EDD8;
line-height:1.05;
}
@media(min-width:771px){
.rok_tt_h2_lyn{
font-size:42px;
}
}
.rok_tt_grid_lyn{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:761px){
.rok_tt_grid_lyn{
grid-template-columns:repeat(3,1fr);
}
}
.rok_tt_card_lyn{
border-radius:0.875rem;
background:#231C14;
border:1px solid rgba(245,237,216,0.07);
padding:30px;
flex-direction:column;
min-width:0;
display:flex;
}
.rok_tt_card_ic_lyn{
align-items:center;
display:inline-flex;
margin-bottom:1.125rem;
color:#C5943A;
}
.rok_tt_card_ic_lyn svg{
height:28px;
width:28px;
}
.rok_tt_card_h_lyn{
line-height:1.15;
color:#F5EDD8;
font-size:1.375rem;
font-family:"Lora", Georgia, 'Times New Roman', serif;
margin-bottom:8px;
overflow-wrap:break-word;
font-weight:600;
}
.rok_tt_card_p_lyn{
color:#8A7660;
overflow-wrap:break-word;
line-height:1.6;
margin-bottom:0.875rem;
font-size:0.875rem;
}
.rok_tt_card_p_lyn b{
color:#F5EDD8;
font-weight:700;
}
.rok_tt_card_link_lyn{
transition:color .22s ease;
font-weight:700;
padding-bottom:2px;
color:#F5EDD8;
margin-top:auto;
font-size:0.813rem;
border-bottom:1px solid #C5943A;
align-self:flex-start;
}
.rok_tt_card_link_lyn:hover{
color:#C5943A;
}
.rok_wy_lyn{
padding:48px 0;
}
@media(min-width:769px){
.rok_wy_lyn{
padding:3.5rem 0;
}
}
.rok_wy_in_lyn{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:902px){
.rok_wy_in_lyn{
grid-template-columns:.8fr 1.2fr;
gap:3rem;
}
}
.rok_wy_left_lyn{
min-width:0;
}
.rok_wy_eyebrow_lyn{
margin-bottom:14px;
}
.rok_wy_h2_lyn{
color:#F5EDD8;
font-weight:600;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:2rem;
margin-bottom:1rem;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:769px){
.rok_wy_h2_lyn{
font-size:2.5rem;
}
}
.rok_wy_intro_lyn{
line-height:1.6;
font-size:15px;
color:#8A7660;
}
.rok_wy_grid_lyn{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:558px){
.rok_wy_grid_lyn{
grid-template-columns:1fr 1fr;
}
}
.rok_wy_card_lyn{
border-radius:0.875rem;
padding:26px;
background:#231C14;
border:1px solid rgba(245,237,216,0.07);
min-width:0;
}
.rok_wy_card_ic_lyn{
align-items:center;
margin-bottom:16px;
display:inline-flex;
justify-content:center;
color:#C5943A;
}
.rok_wy_card_ic_lyn svg{
height:26px;
width:1.625rem;
}
.rok_wy_card_h_lyn{
line-height:1.15;
margin-bottom:8px;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:21px;
font-weight:600;
overflow-wrap:break-word;
color:#F5EDD8;
}
.rok_wy_card_p_lyn{
line-height:1.55;
overflow-wrap:break-word;
font-size:0.875rem;
color:#8A7660;
}
.rok_dr_lyn{
padding:2.25rem 0 0.625rem;
}
.rok_dr_in_lyn{
padding:28px 2rem;
border:1px dashed rgba(245,237,216,0.13);
gap:1.25rem;
border-radius:0.875rem;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.rok_dr_in_lyn{
gap:2rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.rok_dr_h2_lyn{
font-family:"Lora", Georgia, 'Times New Roman', serif;
color:#F5EDD8;
line-height:1.1;
margin-bottom:8px;
font-size:24px;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:771px){
.rok_dr_h2_lyn{
font-size:1.625rem;
}
}
.rok_dr_text_lyn{
line-height:1.6;
font-size:0.875rem;
overflow-wrap:break-word;
max-width:42.5rem;
color:#8A7660;
}
.rok_dr_text_lyn b{
color:#F5EDD8;
font-weight:700;
}
.rok_dr_cta_lyn{
transition:color .22s ease;
flex:0 0 auto;
white-space:nowrap;
color:#F5EDD8;
font-weight:700;
font-size:0.844rem;
padding-bottom:2px;
border-bottom:1px solid #C5943A;
}
.rok_dr_cta_lyn:hover{
color:#C5943A;
}
.rok_prov_lyn{
padding:2.5rem 0 1.25rem;
}
.rok_prov_eyebrow_lyn{
margin-bottom:1.125rem;
display:block;
}
.rok_prov_grid_lyn{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:562px){
.rok_prov_grid_lyn{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:899px){
.rok_prov_grid_lyn{
grid-template-columns:repeat(6,1fr);
}
}
.rok_ts_lyn{
padding:44px 0;
}
.rok_ts_in_lyn{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:878px){
.rok_ts_in_lyn{
grid-template-columns:1.4fr 1fr;
gap:48px;
}
}
.rok_ts_left_lyn{
min-width:0;
}
.rok_ts_h2_lyn{
overflow-wrap:break-word;
line-height:1.1;
margin-bottom:0.75rem;
font-weight:600;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:26px;
color:#F5EDD8;
}
@media(min-width:766px){
.rok_ts_h2_lyn{
font-size:1.75rem;
}
}
.rok_ts_text_lyn{
font-size:0.906rem;
max-width:520px;
line-height:1.6;
color:#A8957A;
margin-bottom:22px;
}
.rok_ts_badges_lyn{
gap:1.125rem;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.rok_ts_badge_lyn{
font-size:0.813rem;
color:#A8957A;
font-weight:600;
}
.rok_ts_pay_lyn{
gap:12px;
flex-wrap:wrap;
display:flex;
}
@media(min-width:880px){
.rok_ts_pay_lyn{
justify-content:flex-end;
}
}
.rok_ts_pay_chip_lyn{
padding:12px 16px;
border:1px solid rgba(255,224,150,0.14);
background:rgba(255,237,190,0.07);
border-radius:0.875rem;
color:#F5EDD8;
font-size:14px;
font-weight:700;
}
.rok_et_lyn{
padding:2.25rem 0 0.625rem;
}
.rok_et_in_lyn{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:start;
}
@media(min-width:881px){
.rok_et_in_lyn{
grid-template-columns:1.1fr .9fr;
gap:3rem;
}
}
.rok_et_left_lyn{
min-width:0;
}
.rok_et_eyebrow_lyn{
margin-bottom:0.75rem;
}
.rok_et_h2_lyn{
overflow-wrap:break-word;
line-height:1.06;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:14px;
font-size:1.75rem;
color:#F5EDD8;
}
@media(min-width:766px){
.rok_et_h2_lyn{
font-size:2rem;
}
}
.rok_et_text_lyn{
margin-bottom:1.375rem;
font-size:15px;
color:#8A7660;
line-height:1.65;
}
.rok_et_stats_lyn{
gap:24px;
flex-wrap:wrap;
display:flex;
}
.rok_et_stat_lyn{
min-width:0;
}
.rok_et_stat_v_lyn{
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-weight:700;
line-height:1;
font-size:1.625rem;
color:#F5EDD8;
}
.rok_et_stat_l_lyn{
color:#A8957A;
margin-top:0.25rem;
font-size:12.5px;
}
.rok_et_right_lyn{
gap:0.75rem;
flex-direction:column;
display:flex;
}
.rok_et_member_lyn{
padding:18px 20px;
border-radius:0.875rem;
border:1px solid rgba(245,237,216,0.07);
background:#231C14;
gap:1rem;
display:flex;
align-items:center;
min-width:0;
}
.rok_et_member_av_lyn{
background:linear-gradient(135deg,#1C1409,#C5943A);
border-radius:50%;
flex:0 0 auto;
width:3rem;
height:3rem;
}
.rok_et_member_name_lyn{
font-size:0.938rem;
color:#F5EDD8;
overflow-wrap:break-word;
font-weight:700;
}
.rok_et_member_role_lyn{
overflow-wrap:break-word;
color:#A8957A;
font-size:12.5px;
}
.rok_et_updated_lyn{
border-radius:14px;
padding:14px 18px;
background:#1A1410;
gap:8px;
border:1px solid rgba(245,237,216,0.07);
align-items:center;
color:#8A7660;
font-size:0.781rem;
display:flex;
}
.rok_rv_lyn{
background:#231C14;
padding:48px 0;
border-bottom:1px solid rgba(245,237,216,0.07);
margin-top:1.5rem;
border-top:1px solid rgba(245,237,216,0.07);
}
@media(min-width:765px){
.rok_rv_lyn{
padding:56px 0;
}
}
.rok_rv_head_lyn{
gap:1rem;
flex-direction:column;
display:flex;
margin-bottom:30px;
}
@media(min-width:765px){
.rok_rv_head_lyn{
gap:1.25rem;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.rok_rv_eyebrow_lyn{
margin-bottom:10px;
}
.rok_rv_h2_lyn{
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
font-family:"Lora", Georgia, 'Times New Roman', serif;
color:#F5EDD8;
font-size:30px;
}
@media(min-width:765px){
.rok_rv_h2_lyn{
font-size:2.375rem;
}
}
.rok_rv_agg_lyn{
gap:0.75rem;
display:flex;
align-items:center;
}
.rok_rv_agg_stars_lyn{
gap:3px;
display:flex;
color:#C5943A;
}
.rok_rv_agg_stars_lyn svg{
height:1.125rem;
width:18px;
}
.rok_rv_source_lyn{
color:#8A7660;
font-size:13px;
}
.rok_rv_grid_lyn{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:762px){
.rok_rv_grid_lyn{
grid-template-columns:repeat(3,1fr);
}
}
.rok_rv_card_lyn{
border-radius:0.875rem;
padding:1.625rem;
background:#1A1410;
border:1px solid rgba(245,237,216,0.07);
min-width:0;
}
.rok_rv_card_stars_lyn{
gap:2px;
margin-bottom:0.75rem;
color:#C5943A;
display:flex;
}
.rok_rv_card_stars_lyn svg{
height:0.875rem;
width:0.875rem;
}
.rok_rv_card_body_lyn{
overflow-wrap:break-word;
font-size:1.125rem;
margin-bottom:16px;
font-family:"Lora", Georgia, 'Times New Roman', serif;
color:#F5EDD8;
font-weight:500;
line-height:1.45;
}
.rok_rv_card_meta_lyn{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.rok_rv_card_av_lyn{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#B8832A,#F0C840);
height:32px;
width:32px;
}
.rok_rv_card_author_lyn{
color:#F5EDD8;
font-weight:700;
font-size:0.813rem;
}
.rok_rv_card_loc_lyn{
color:#A8957A;
font-size:0.75rem;
}
.rok_sb_lyn{
padding:3rem 0;
background:#231C14;
margin-top:24px;
border-top:1px solid rgba(245,237,216,0.07);
border-bottom:1px solid rgba(245,237,216,0.07);
}
@media(min-width:770px){
.rok_sb_lyn{
padding:56px 0;
}
}
.rok_sb_eyebrow_lyn{
display:block;
margin-bottom:12px;
}
.rok_sb_h2_lyn{
font-size:1.875rem;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
font-family:"Lora", Georgia, 'Times New Roman', serif;
color:#F5EDD8;
margin-bottom:1.625rem;
}
@media(min-width:770px){
.rok_sb_h2_lyn{
font-size:36px;
}
}
.rok_sb_grid_lyn{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:562px){
.rok_sb_grid_lyn{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:961px){
.rok_sb_grid_lyn{
grid-template-columns:repeat(4,1fr);
}
}
.rok_sb_card_lyn{
border:1px solid rgba(245,237,216,0.07);
background:#1A1410;
border-radius:0.875rem;
padding:24px;
min-width:0;
}
.rok_sb_card_h_lyn{
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:19px;
color:#F5EDD8;
overflow-wrap:break-word;
margin-bottom:8px;
line-height:1.15;
}
.rok_sb_card_p_lyn{
font-size:0.844rem;
line-height:1.6;
color:#8A7660;
overflow-wrap:break-word;
}
.rok_sb_rtp_lyn{
grid-template-columns:1fr;
border:1px solid rgba(245,237,216,0.07);
background:#1A1410;
border-radius:14px;
padding:26px 1.75rem;
gap:1.5rem;
align-items:center;
margin-top:18px;
display:grid;
}
@media(min-width:761px){
.rok_sb_rtp_lyn{
grid-template-columns:1fr 1fr;
gap:40px;
}
}
.rok_sb_rtp_h_lyn{
line-height:1.15;
font-family:"Lora", Georgia, 'Times New Roman', serif;
color:#F5EDD8;
font-size:20px;
overflow-wrap:break-word;
margin-bottom:8px;
font-weight:600;
}
.rok_sb_rtp_p_lyn{
color:#8A7660;
overflow-wrap:break-word;
font-size:13.5px;
line-height:1.6;
}
.rok_sb_rtp_stats_lyn{
gap:1rem;
display:flex;
}
.rok_sb_stat_lyn{
padding:18px;
flex:1 1 0;
border-radius:0.5rem;
background:#231C14;
text-align:center;
min-width:0;
}
.rok_sb_stat_v_lyn{
font-family:"Lora", Georgia, 'Times New Roman', serif;
color:#4CAF82;
overflow-wrap:break-word;
font-size:26px;
font-weight:700;
}
.rok_sb_stat_l_lyn{
margin-top:4px;
color:#A8957A;
font-size:0.719rem;
}
.rok_lh_lyn{
padding:40px 0 20px;
}
.rok_lh_in_lyn{
padding-top:34px;
border-top:1px solid rgba(245,237,216,0.13);
}
.rok_lh_eyebrow_lyn{
display:block;
margin-bottom:1.375rem;
}
.rok_lh_grid_lyn{
grid-template-columns:1fr 1fr;
gap:28px;
display:grid;
}
@media(min-width:597px){
.rok_lh_grid_lyn{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:961px){
.rok_lh_grid_lyn{
grid-template-columns:repeat(5,1fr);
}
}
.rok_lh_col_lyn{
min-width:0;
}
.rok_lh_col_h_lyn{
font-size:0.813rem;
overflow-wrap:break-word;
margin-bottom:0.75rem;
color:#F5EDD8;
font-weight:700;
}
.rok_lh_links_lyn{
gap:0.5rem;
display:flex;
flex-direction:column;
}
.rok_lh_link_lyn{
transition:color .22s ease;
color:#8A7660;
font-size:13px;
overflow-wrap:break-word;
}
.rok_lh_link_lyn:hover{
color:#C5943A;
}
.rok_sg_lyn{
padding:3rem 0 0.625rem;
}
.rok_sg_eyebrow_lyn{
display:block;
margin-bottom:0.75rem;
}
.rok_sg_h2_lyn{
line-height:1.05;
color:#F5EDD8;
font-size:30px;
font-weight:600;
margin-bottom:1.75rem;
font-family:"Lora", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:770px){
.rok_sg_h2_lyn{
font-size:36px;
}
}
.rok_sg_grid_lyn{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:722px){
.rok_sg_grid_lyn{
grid-template-columns:repeat(3,1fr);
}
}
.rok_sg_col_lyn{
min-width:0;
}
.rok_sg_col_h_lyn{
overflow-wrap:break-word;
line-height:1.15;
font-size:1.375rem;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-weight:600;
color:#F5EDD8;
margin-bottom:10px;
}
.rok_sg_col_p_lyn{
color:#8A7660;
overflow-wrap:break-word;
font-size:14px;
line-height:1.65;
}
.rok_faq_lyn{
background:#231C14;
padding:3rem 0;
border-top:1px solid rgba(245,237,216,0.07);
border-bottom:1px solid rgba(245,237,216,0.07);
margin-top:1.5rem;
}
@media(min-width:765px){
.rok_faq_lyn{
padding:3.875rem 0;
}
}
.rok_faq_head_lyn{
text-align:center;
margin-bottom:34px;
}
.rok_faq_eyebrow_lyn{
margin-bottom:0.75rem;
}
.rok_faq_h2_lyn{
line-height:1.05;
overflow-wrap:break-word;
font-size:32px;
color:#F5EDD8;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:767px){
.rok_faq_h2_lyn{
font-size:38px;
}
}
.rok_faq_list_lyn{
margin:0 auto;
gap:0.75rem;
max-width:51.25rem;
display:flex;
flex-direction:column;
}
.rok_faq_item_lyn{
background:#1A1410;
overflow:hidden;
border-radius:14px;
border:1px solid rgba(245,237,216,0.07);
}
.rok_faq_q_lyn{
padding:1.25rem 24px;
list-style:none;
gap:1.25rem;
color:#F5EDD8;
font-weight:700;
justify-content:space-between;
cursor:pointer;
font-size:1rem;
display:flex;
overflow-wrap:break-word;
align-items:center;
}
.rok_faq_q_lyn::-webkit-details-marker{
display:none;
}
.rok_faq_q_ic_lyn{
flex:0 0 auto;
transition:transform .22s ease;
display:inline-flex;
color:#C5943A;
align-items:center;
}
.rok_faq_q_ic_lyn svg{
height:18px;
width:1.125rem;
}
.rok_faq_item_lyn[open] .rok_faq_q_ic_lyn{
transform:rotate(180deg);
}
.rok_faq_a_lyn{
padding:0 1.5rem 1.25rem;
color:#8A7660;
font-size:0.906rem;
overflow-wrap:break-word;
line-height:1.6;
}
.rok_sc_lyn{
padding:48px 0 10px;
}
.rok_sc_head_lyn{
margin-bottom:28px;
text-align:center;
}
.rok_sc_eyebrow_lyn{
margin-bottom:0.75rem;
}
.rok_sc_h2_lyn{
font-family:"Lora", Georgia, 'Times New Roman', serif;
line-height:1.05;
overflow-wrap:break-word;
color:#F5EDD8;
font-size:1.875rem;
font-weight:600;
}
@media(min-width:771px){
.rok_sc_h2_lyn{
font-size:36px;
}
}
.rok_sc_table_lyn{
border:1px solid rgba(245,237,216,0.07);
border-radius:0.875rem;
overflow:hidden;
margin:0 auto;
max-width:56.25rem;
}
.rok_sc_thead_lyn{
background:#110D09;
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
}
.rok_sc_th_lyn{
padding:0.938rem 18px;
overflow-wrap:break-word;
text-align:center;
color:#A8957A;
font-size:13px;
font-weight:700;
}
.rok_sc_th_lyn:first-child{
text-align:left;
}
.rok_sc_th_us_lyn{
color:#F0C040;
}
.rok_sc_row_lyn{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(245,237,216,0.07);
}
.rok_sc_row_lyn:nth-child(even){
background:#231C14;
}
.rok_sc_td_lyn{
padding:15px 1.125rem;
font-size:0.875rem;
min-width:0;
text-align:center;
overflow-wrap:break-word;
color:#A8957A;
}
.rok_sc_td_lyn:first-child{
text-align:left;
color:#D9CCAF;
font-weight:600;
}
.rok_sc_td_us_lyn{
font-weight:700;
color:#4CAF82;
}
.rok_el_lyn{
padding:48px 0;
}
@media(min-width:769px){
.rok_el_lyn{
padding:56px 0;
}
}
.rok_el_in_lyn{
gap:2.5rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:898px){
.rok_el_in_lyn{
gap:3.5rem;
grid-template-columns:1fr 1fr;
}
}
.rok_el_left_lyn{
min-width:0;
}
.rok_el_eyebrow_lyn{
margin-bottom:14px;
}
.rok_el_h2_lyn{
color:#F5EDD8;
overflow-wrap:break-word;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:2rem;
margin-bottom:1.375rem;
font-weight:600;
line-height:1.08;
}
@media(min-width:769px){
.rok_el_h2_lyn{
font-size:2.375rem;
}
}
.rok_el_body_lyn p{
margin-bottom:1.125rem;
overflow-wrap:break-word;
line-height:1.7;
font-size:16px;
color:#D9CCAF;
}
.rok_el_dropcap_lyn{
padding:0.375rem 12px 0 0;
line-height:.8;
float:left;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-weight:700;
color:#C5943A;
font-size:62px;
}
.rok_el_right_lyn{
min-width:0;
}
.rok_el_quote_lyn{
padding:36px;
background:linear-gradient(150deg,#1C1409,#0A0705);
border-radius:20px;
position:relative;
color:#F5EDD8;
margin-bottom:24px;
}
.rok_el_quote_mark_lyn{
margin-bottom:0.375rem;
color:#F0C040;
display:inline-flex;
align-items:center;
}
.rok_el_quote_mark_lyn svg{
height:2.125rem;
width:34px;
}
.rok_el_quote_text_lyn{
font-family:"Lora", Georgia, 'Times New Roman', serif;
color:#F5EDD8;
font-size:22px;
overflow-wrap:break-word;
line-height:1.4;
margin-bottom:1.375rem;
font-weight:500;
}
.rok_el_quote_meta_lyn{
gap:12px;
display:flex;
align-items:center;
}
.rok_el_quote_av_lyn{
background:linear-gradient(135deg,#B8832A,#F0C840);
border-radius:50%;
flex:0 0 auto;
width:2.375rem;
height:2.375rem;
}
.rok_el_quote_author_lyn{
font-weight:700;
font-size:0.875rem;
color:#F5EDD8;
}
.rok_el_quote_meta_sub_lyn{
color:#A8957A;
font-size:12px;
}
.rok_el_explain_lyn{
overflow:hidden;
border-radius:0.875rem;
border:1px solid rgba(245,237,216,0.07);
}
.rok_el_explain_card_lyn{
padding:22px 1.5rem;
}
.rok_el_explain_card_lyn+.rok_el_explain_card_lyn{
border-top:1px solid rgba(245,237,216,0.07);
}
.rok_el_explain_h_lyn{
overflow-wrap:break-word;
font-size:20px;
margin-bottom:8px;
color:#F5EDD8;
font-family:"Lora", Georgia, 'Times New Roman', serif;
line-height:1.15;
font-weight:600;
}
.rok_el_explain_p_lyn{
color:#8A7660;
line-height:1.55;
overflow-wrap:break-word;
font-size:0.875rem;
}
.rok_ft_lyn{
background:#110D09;
color:#A8957A;
margin-top:2.5rem;
}
.rok_ft_in_lyn{
padding:48px 0 1.75rem;
grid-template-columns:1fr;
gap:2rem;
display:grid;
}
@media(min-width:603px){
.rok_ft_in_lyn{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:902px){
.rok_ft_in_lyn{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.rok_ft_brand_lyn{
min-width:0;
}
.rok_ft_logo_lyn{
color:#F5EDD8;
font-size:26px;
font-family:"Lora", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:700;
}
.rok_ft_tagline_lyn{
color:#A8957A;
max-width:280px;
line-height:1.6;
font-size:13.5px;
margin-top:14px;
}
.rok_ft_contact_lyn{
transition:color .22s ease;
overflow-wrap:anywhere;
margin-top:0.75rem;
font-size:13px;
color:#F0C040;
max-width:17.5rem;
display:inline-block;
}
.rok_ft_contact_lyn:hover{
color:#F5EDD8;
}
.rok_ft_col_lyn{
min-width:0;
}
.rok_ft_col_h_lyn{
font-size:0.813rem;
text-transform:uppercase;
overflow-wrap:break-word;
margin-bottom:0.875rem;
color:#F5EDD8;
font-weight:700;
letter-spacing:.08em;
}
.rok_ft_col_links_lyn{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.rok_ft_link_lyn{
transition:color .22s ease;
font-size:0.844rem;
color:#A8957A;
overflow-wrap:break-word;
}
.rok_ft_link_lyn:hover{
color:#F5EDD8;
}
.rok_ft_bot_lyn{
gap:1rem;
padding:22px 0 40px;
display:flex;
flex-direction:column;
border-top:1px solid rgba(255,224,150,0.14);
}
@media(min-width:765px){
.rok_ft_bot_lyn{
gap:20px;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.rok_ft_legal_lyn{
color:#5E4F3C;
font-size:11.5px;
max-width:47.5rem;
overflow-wrap:break-word;
line-height:1.6;
}
.rok_ft_legal_lyn b{
color:#A8957A;
font-weight:700;
}
.rok_ft_age_lyn{
border:1.5px solid #F0C040;
flex:0 0 auto;
border-radius:0.5rem;
padding:0.25rem 9px;
color:#F0C040;
font-size:0.813rem;
font-weight:700;
}