*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#FAF6F1;
-webkit-font-smoothing:antialiased;
overflow-wrap:break-word;
font-size:15px;
text-rendering:optimizeLegibility;
font-family:"Hanken Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#3B2E1A;
line-height:1.6;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
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:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.bfs_layout-zcl{
min-height:100vh;
display:flex;
flex-direction:column;
}
.bfs_main-zcl{
flex:1 1 auto;
min-width:0;
width:100%;
}
.bfs_container-zcl{
padding:0 16px;
margin:0 auto;
max-width:87.5rem;
width:100%;
}
@media(min-width:766px){
.bfs_container-zcl{
padding:0 2rem;
}
}
@media(min-width:1098px){
.bfs_container-zcl{
padding:0 3.5rem;
}
}
.bfs_eyebrow-zcl{
display:inline-block;
font-family:"Hanken Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#B8820A;
font-weight:600;
font-size:0.688rem;
letter-spacing:.2em;
line-height:1.4;
text-transform:uppercase;
overflow-wrap:break-word;
}
.bfs_band-zcl{
background:#1E1509;
color:#FDF5E6;
}
.bfs_band-zcl .bfs_eyebrow-zcl{
color:#F0C050;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.bfs_tb-zcl{
background:#FAF6F1;
z-index:50;
border-bottom:1px solid rgba(26,18,8,0.14);
position:sticky;
top:0;
}
.bfs_tb_in-zcl{
padding:12px 16px;
margin:0 auto;
gap:16px;
justify-content:space-between;
align-items:center;
max-width:1400px;
display:flex;
width:100%;
}
@media(min-width:769px){
.bfs_tb_in-zcl{
padding:16px 32px;
}
}
@media(min-width:1098px){
.bfs_tb_in-zcl{
padding:18px 3.5rem;
}
}
.bfs_tb_left-zcl{
gap:28px;
min-width:0;
align-items:center;
display:flex;
}
.bfs_tb_logo-zcl{
gap:0.688rem;
min-width:0;
align-items:center;
display:flex;
}
.bfs_tb_logo_mark-zcl{
border-radius:8px;
flex:0 0 auto;
height:34px;
object-fit:cover;
width:2.125rem;
}
.bfs_tb_logo_txt-zcl{
display:flex;
line-height:1;
min-width:0;
flex-direction:column;
}
.bfs_tb_logo_name-zcl{
overflow:hidden;
color:#1A1208;
letter-spacing:.02em;
font-weight:700;
text-overflow:ellipsis;
white-space:nowrap;
font-size:1.375rem;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
}
.bfs_tb_logo_sub-zcl{
overflow:hidden;
color:#B8820A;
font-weight:600;
margin-top:4px;
text-overflow:ellipsis;
white-space:nowrap;
text-transform:uppercase;
font-size:0.531rem;
letter-spacing:.32em;
}
.bfs_tb_nav-zcl{
display:none;
}
@media(min-width:959px){
.bfs_tb_nav-zcl{
gap:28px;
display:flex;
align-items:center;
}
}
.bfs_tb_nav_item-zcl{
transition:color .22s ease,border-color .22s ease;
font-size:0.875rem;
font-weight:600;
border-bottom:2px solid transparent;
color:#3B2E1A;
white-space:nowrap;
padding-bottom:3px;
}
.bfs_tb_nav_item-zcl:hover{
color:#1A1208;
}
.bfs_tb_nav_item-zcl.bfs_state_active-zcl{
border-color:#B8820A;
color:#1A1208;
}
.bfs_tb_right-zcl{
flex:0 0 auto;
gap:14px;
align-items:center;
display:flex;
}
.bfs_tb_search-zcl{
transition:color .22s ease;
align-items:center;
justify-content:center;
display:flex;
color:#3B2E1A;
}
.bfs_tb_search-zcl:hover{
color:#B8820A;
}
.bfs_tb_search-zcl svg{
height:1.125rem;
width:18px;
}
.bfs_tb_lang-zcl{
text-transform:uppercase;
font-weight:600;
letter-spacing:.1em;
font-size:11px;
color:#6B5840;
}
.bfs_tb_lang-zcl:hover{
color:#1A1208;
}
.bfs_tb_login-zcl{
font-size:0.875rem;
font-weight:600;
color:#1A1208;
display:none;
}
@media(min-width:769px){
.bfs_tb_login-zcl{
display:inline-block;
}
}
.bfs_tb_register-zcl{
transition:background-color .22s ease;
background:#1A1208;
border-radius:62.438rem;
padding:11px 22px;
font-size:14px;
white-space:nowrap;
font-weight:700;
color:#FDF5E6;
}
.bfs_tb_register-zcl:hover{
background:#2E200E;
}
.bfs_mob-zcl{
background:#FAF6F1;
position:fixed;
right:0;
border-top:1px solid rgba(26,18,8,0.14);
bottom:0;
padding-bottom:env(safe-area-inset-bottom);
left:0;
z-index:60;
}
@media(min-width:957px){
.bfs_mob-zcl{
display:none;
}
}
.bfs_mob_in-zcl{
margin:0 auto;
justify-content:space-around;
max-width:35rem;
display:flex;
align-items:stretch;
}
.bfs_mob_item-zcl{
padding:9px 0.25rem;
gap:3px;
flex:1 1 0;
transition:color .22s ease;
color:#6B5840;
display:flex;
flex-direction:column;
align-items:center;
min-width:0;
}
.bfs_mob_item-zcl.bfs_state_active-zcl{
color:#B8820A;
}
.bfs_mob_ic-zcl{
align-items:center;
display:flex;
justify-content:center;
}
.bfs_mob_ic-zcl svg{
height:20px;
width:1.25rem;
}
.bfs_mob_lb-zcl{
overflow:hidden;
font-size:0.625rem;
white-space:nowrap;
font-weight:600;
text-overflow:ellipsis;
max-width:100%;
}
@media(max-width:957px){
body{
padding-bottom:3.75rem;
}
}
.bfs_rail-zcl{
min-width:0;
position:relative;
}
.bfs_rail_scroll-zcl{
gap:14px;
display:flex;
overflow-x:auto;
scrollbar-width:thin;
padding-bottom:14px;
-webkit-overflow-scrolling:touch;
}
@media(min-width:766px){
.bfs_rail_scroll-zcl{
gap:18px;
}
}
.bfs_gc-zcl{
flex:0 0 auto;
width:150px;
display:block;
}
@media(min-width:766px){
.bfs_gc-zcl{
width:11.75rem;
}
}
.bfs_gc_img-zcl{
overflow:hidden;
border-radius:0.875rem;
background:#FFFFFF;
padding-bottom:133.33%;
box-shadow:0 2px 0.375rem rgba(26,18,8,0.07), 0 0.5rem 1.25rem rgba(26,18,8,0.09);
position:relative;
}
.bfs_gc_img-zcl img{
inset:0;
position:absolute;
width:100%;
height:100%;
object-fit:cover;
}
.bfs_gc_cover-zcl{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
position:absolute;
pointer-events:none;
}
.bfs_gc_hover-zcl{
inset:0;
background:rgba(0,0,0,0.52);
transition:opacity .22s ease;
align-items:center;
opacity:0;
display:flex;
position:absolute;
justify-content:center;
}
.bfs_gc-zcl:hover .bfs_gc_hover-zcl{
opacity:1;
}
.bfs_gc_hover_btn-zcl{
border-radius:999px;
background:#1A1208;
justify-content:center;
height:46px;
color:#FDF5E6;
display:flex;
width:2.875rem;
align-items:center;
}
.bfs_gc_hover_btn-zcl svg{
height:1.125rem;
width:1.125rem;
}
.bfs_gc_info-zcl{
gap:2px;
min-width:0;
flex-direction:column;
margin-top:0.563rem;
display:flex;
}
.bfs_gc_name-zcl{
overflow:hidden;
color:#1A1208;
font-size:0.813rem;
text-overflow:ellipsis;
font-weight:700;
white-space:nowrap;
}
.bfs_gc_prov-zcl{
overflow:hidden;
white-space:nowrap;
color:#6B5840;
font-size:11px;
text-overflow:ellipsis;
}
.bfs_gc_meta-zcl{
font-size:0.688rem;
color:#6B5840;
}
.bfs_tc-zcl{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:767px){
.bfs_tc-zcl{
width:230px;
}
}
.bfs_tc_img-zcl{
overflow:hidden;
border-radius:0.875rem;
background:#FFFFFF;
box-shadow:0 2px 0.375rem rgba(26,18,8,0.07), 0 8px 1.25rem rgba(26,18,8,0.09);
position:relative;
padding-bottom:75%;
}
.bfs_tc_img-zcl img{
inset:0;
position:absolute;
object-fit:cover;
width:100%;
height:100%;
}
.bfs_tc_info-zcl{
gap:2px;
margin-top:0.563rem;
min-width:0;
display:flex;
flex-direction:column;
}
.bfs_tc_name-zcl{
overflow:hidden;
color:#1A1208;
font-weight:700;
font-size:14px;
text-overflow:ellipsis;
white-space:nowrap;
}
.bfs_tc_rtp-zcl{
font-size:11px;
color:#6B5840;
}
.bfs_lc-zcl{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:766px){
.bfs_lc-zcl{
width:16.75rem;
}
}
.bfs_lc_img-zcl{
overflow:hidden;
border-radius:0.875rem;
background:#FFFFFF;
position:relative;
padding-bottom:62.5%;
box-shadow:0 2px 6px rgba(26,18,8,0.07), 0 8px 20px rgba(26,18,8,0.09);
}
.bfs_lc_img-zcl img{
inset:0;
object-fit:cover;
position:absolute;
width:100%;
height:100%;
}
.bfs_lc_live-zcl{
gap:0.438rem;
padding:0.25rem 9px;
border-radius:999px;
background:rgba(0,0,0,0.52);
position:absolute;
align-items:center;
top:0.75rem;
left:0.75rem;
display:flex;
}
.bfs_lc_live_dot-zcl{
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
background:#C0362A;
height:0.5rem;
width:0.5rem;
}
.bfs_lc_seats-zcl{
letter-spacing:.08em;
text-transform:uppercase;
color:#FDF5E6;
font-size:10px;
font-weight:600;
}
.bfs_lc_info-zcl{
gap:2px;
display:flex;
flex-direction:column;
min-width:0;
margin-top:9px;
}
.bfs_lc_name-zcl{
overflow:hidden;
color:#1A1208;
text-overflow:ellipsis;
font-size:0.938rem;
white-space:nowrap;
font-weight:700;
}
.bfs_lc_bet-zcl{
font-size:11px;
color:#6B5840;
}
.bfs_pc-zcl{
border:1px solid rgba(26,18,8,0.08);
border-radius:14px;
padding:16px 0.875rem;
background:#FFFFFF;
gap:8px;
min-height:4.625rem;
flex-direction:column;
display:flex;
align-items:center;
min-width:0;
justify-content:center;
}
.bfs_pc_logo-zcl{
flex:0 0 auto;
width:auto;
object-fit:contain;
max-width:100%;
height:28px;
}
.bfs_pc_name-zcl{
overflow:hidden;
font-size:11px;
text-align:center;
white-space:nowrap;
text-overflow:ellipsis;
max-width:100%;
color:#6B5840;
}
.bfs_gc_tag-zcl{
padding:3px 8px;
border-radius:8px;
display:inline-block;
text-transform:uppercase;
top:10px;
z-index:2;
font-size:0.625rem;
font-weight:700;
left:0.625rem;
position:absolute;
letter-spacing:.06em;
}
.bfs_gc_tag_hot-zcl{
background:#C0362A;
color:#FDF5E6;
}
.bfs_gc_tag_new-zcl{
background:#E8A820;
color:#1A1208;
}
.bfs_gc_tag_jp-zcl{
background:#C87C00;
color:#1A1208;
}
.bfs_gc_tag_live-zcl{
background:#C0362A;
color:#FDF5E6;
}
.bfs_sh-zcl{
min-width:0;
margin-bottom:1.125rem;
}
.bfs_sh_row-zcl{
gap:16px;
display:flex;
flex-wrap:wrap;
align-items:flex-end;
justify-content:space-between;
}
.bfs_sh_row-zcl .bfs_sh_l-zcl{
gap:0.375rem;
display:flex;
min-width:0;
flex-direction:column;
}
.bfs_sh_stack-zcl{
gap:10px;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.bfs_sh_center-zcl{
gap:10px;
text-align:center;
flex-direction:column;
display:flex;
align-items:center;
}
.bfs_sh_h2-zcl{
line-height:1.1;
color:#1A1208;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:1.5rem;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:766px){
.bfs_sh_h2-zcl{
font-size:1.875rem;
}
}
.bfs_band-zcl .bfs_sh_h2-zcl{
color:#FDF5E6;
}
.bfs_sh_eb_line-zcl{
gap:10px;
align-items:center;
display:inline-flex;
}
.bfs_sh_eb_line-zcl::before{
background:#B8820A;
display:inline-block;
content:"";
width:28px;
height:1px;
}
.bfs_band-zcl .bfs_sh_eb_line-zcl::before{
background:#F0C050;
}
.bfs_sh_eb_dot-zcl{
gap:8px;
display:inline-flex;
align-items:center;
}
.bfs_sh_eb_dot-zcl::before{
border-radius:50%;
background:#B8820A;
content:"";
width:6px;
height:0.375rem;
display:inline-block;
}
.bfs_band-zcl .bfs_sh_eb_dot-zcl::before{
background:#F0C050;
}
.bfs_sh_link-zcl{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:0.375rem;
font-size:0.813rem;
color:#1A1208;
font-weight:600;
display:inline-flex;
white-space:nowrap;
align-items:center;
border-bottom:1px solid #1A1208;
padding-bottom:2px;
}
.bfs_sh_link-zcl:hover{
border-color:#B8820A;
color:#B8820A;
}
.bfs_sh_link-zcl svg{
width:0.875rem;
height:0.875rem;
}
.bfs_sh_link_chev-zcl{
border-bottom:0;
padding-bottom:0;
}
.bfs_sh_link_btn-zcl{
background:#1A1208;
padding:9px 18px;
border-radius:62.438rem;
color:#FDF5E6;
border-bottom:0;
}
.bfs_sh_link_btn-zcl:hover{
background:#2E200E;
border-color:transparent;
color:#FDF5E6;
}
.bfs_band-zcl .bfs_sh_link-zcl{
border-color:#FDF5E6;
color:#FDF5E6;
}
.bfs_band-zcl .bfs_sh_link_btn-zcl{
background:#F0C050;
color:#1A1208;
}
.bfs_sh_rule-zcl{
background:rgba(26,18,8,0.14);
margin:-2px 0 18px;
height:1px;
}
.bfs_band-zcl .bfs_sh_rule-zcl{
background:rgba(255,243,210,0.13);
}
.bfs_hero-zcl{
padding:32px 0 8px;
}
@media(min-width:767px){
.bfs_hero-zcl{
padding:3.5rem 0 1.5rem;
}
}
.bfs_hero_in-zcl{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:901px){
.bfs_hero_in-zcl{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.bfs_hero_copy-zcl{
min-width:0;
}
.bfs_hero_eyebrow-zcl{
gap:10px;
display:inline-flex;
margin-bottom:22px;
align-items:center;
}
.bfs_hero_eyebrow_line-zcl{
background:#B8820A;
flex:0 0 auto;
display:inline-block;
height:1px;
width:28px;
}
.bfs_hero_h1-zcl{
letter-spacing:-.01em;
color:#1A1208;
font-weight:600;
line-height:1.04;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:38px;
margin-bottom:20px;
}
@media(min-width:767px){
.bfs_hero_h1-zcl{
font-size:3.375rem;
}
}
@media(min-width:1101px){
.bfs_hero_h1-zcl{
font-size:3.875rem;
}
}
.bfs_hero_h1-zcl em{
font-style:normal;
color:#B8820A;
}
.bfs_hero_sub-zcl{
margin-bottom:30px;
line-height:1.6;
color:#8A7160;
font-size:16px;
max-width:30rem;
}
@media(min-width:769px){
.bfs_hero_sub-zcl{
font-size:1.125rem;
}
}
.bfs_hero_actions-zcl{
gap:14px;
display:flex;
flex-wrap:wrap;
align-items:center;
margin-bottom:34px;
}
.bfs_hero_cta-zcl{
background:#1A1208;
border-radius:62.438rem;
padding:1rem 30px;
transition:background-color .22s ease;
gap:10px;
align-items:center;
font-size:15px;
font-weight:700;
color:#FDF5E6;
display:inline-flex;
}
.bfs_hero_cta-zcl:hover{
background:#2E200E;
}
.bfs_hero_cta_ic-zcl{
align-items:center;
display:inline-flex;
}
.bfs_hero_cta_ic-zcl svg{
width:16px;
height:1rem;
}
.bfs_hero_cta_alt-zcl{
transition:border-color .22s ease,color .22s ease;
background:transparent;
border:1px solid rgba(26,18,8,0.14);
border-radius:62.438rem;
padding:15px 26px;
display:inline-flex;
align-items:center;
color:#1A1208;
font-weight:600;
font-size:15px;
}
.bfs_hero_cta_alt-zcl:hover{
border-color:#B8820A;
color:#B8820A;
}
.bfs_hero_trust-zcl{
gap:22px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.bfs_hero_trust_item-zcl{
gap:9px;
color:#3B2E1A;
font-weight:600;
display:flex;
font-size:13px;
align-items:center;
}
.bfs_hero_trust_ic-zcl{
display:inline-flex;
color:#B8820A;
align-items:center;
}
.bfs_hero_trust_ic-zcl svg{
height:16px;
width:16px;
}
.bfs_hero_promo-zcl{
overflow:hidden;
border-radius:20px;
background:#FFFFFF;
box-shadow:0 0.75rem 3rem rgba(26,18,8,0.14), 0 3px 10px rgba(26,18,8,0.10);
position:relative;
min-height:300px;
display:flex;
}
.bfs_hero_promo_bg-zcl{
inset:0;
position:absolute;
background-position:center;
background-size:cover;
}
.bfs_hero_promo_bg-zcl::after{
inset:0;
background:linear-gradient(120deg,#1E1509 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
position:absolute;
content:"";
}
.bfs_hero_promo_glow-zcl{
background:radial-gradient(circle,rgba(196,140,40,0.18) 0%,transparent 65%);
border-radius:50%;
position:absolute;
top:-40px;
height:16.25rem;
width:16.25rem;
right:-20px;
pointer-events:none;
}
.bfs_hero_promo_ct-zcl{
padding:28px;
z-index:2;
position:relative;
align-self:flex-end;
max-width:88%;
}
.bfs_hero_promo_label-zcl{
text-transform:uppercase;
font-weight:700;
font-size:0.625rem;
color:#F0C050;
letter-spacing:.25em;
display:block;
margin-bottom:0.5rem;
}
.bfs_hero_promo_amount-zcl{
overflow-wrap:break-word;
font-size:2rem;
line-height:1.05;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:600;
color:#FDF5E6;
}
@media(min-width:765px){
.bfs_hero_promo_amount-zcl{
font-size:2.5rem;
}
}
.bfs_hero_promo_amount-zcl em{
font-style:normal;
color:#F0C050;
}
.bfs_hero_rating-zcl{
background:#FFFFFF;
gap:0.625rem;
padding:0.625rem 14px;
border-radius:14px;
border:1px solid rgba(26,18,8,0.08);
display:flex;
align-items:center;
top:0.875rem;
max-width:min(16.25rem,62%);
position:absolute;
z-index:3;
box-shadow:0 2px 6px rgba(26,18,8,0.07), 0 0.5rem 20px rgba(26,18,8,0.09);
right:14px;
}
.bfs_hero_rating_score-zcl{
flex:0 0 auto;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:24px;
font-weight:700;
color:#1A1208;
}
.bfs_hero_rating_txt-zcl{
flex:1 1 auto;
min-width:0;
}
.bfs_hero_rating_stars-zcl{
gap:2px;
color:#B8820A;
display:flex;
}
.bfs_hero_rating_stars-zcl svg{
width:0.75rem;
height:0.75rem;
}
.bfs_hero_rating_cap-zcl{
margin-top:3px;
color:#6B5840;
font-size:11px;
overflow-wrap:break-word;
display:block;
line-height:1.35;
}
.bfs_stat-zcl{
border-bottom:1px solid rgba(26,18,8,0.14);
margin-top:1rem;
border-top:1px solid rgba(26,18,8,0.14);
}
.bfs_stat_in-zcl{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:771px){
.bfs_stat_in-zcl{
grid-template-columns:repeat(4,1fr);
}
}
.bfs_stat_item-zcl{
padding:1.375rem 14px;
border-bottom:1px solid rgba(26,18,8,0.08);
min-width:0;
border-right:1px solid rgba(26,18,8,0.08);
}
.bfs_stat_item-zcl:nth-child(2n){
border-right:0;
}
.bfs_stat_item-zcl:nth-child(n+3){
border-bottom:0;
}
@media(min-width:768px){
.bfs_stat_item-zcl{
border-bottom:0;
}
.bfs_stat_item-zcl:nth-child(2n){
border-right:1px solid rgba(26,18,8,0.08);
}
.bfs_stat_item-zcl:nth-child(4n){
border-right:0;
}
}
.bfs_stat_value-zcl{
font-size:1.875rem;
overflow-wrap:break-word;
color:#1A1208;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
line-height:1;
font-weight:700;
}
@media(min-width:767px){
.bfs_stat_value-zcl{
font-size:34px;
}
}
.bfs_stat_label-zcl{
margin-top:6px;
font-size:13px;
line-height:1.4;
overflow-wrap:break-word;
color:#6B5840;
}
.bfs_gf-zcl{
padding:24px 0 0.375rem;
}
.bfs_gf_in-zcl{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.bfs_gf_chip-zcl{
border-radius:999px;
border:1px solid rgba(26,18,8,0.14);
padding:10px 1.125rem;
background:#FFFFFF;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
font-weight:600;
font-size:0.813rem;
white-space:nowrap;
color:#3B2E1A;
}
.bfs_gf_chip-zcl:hover{
border-color:#B8820A;
color:#B8820A;
}
.bfs_gf_chip-zcl.bfs_state_active-zcl{
border-color:transparent;
background:#1A1208;
color:#FDF5E6;
}
.bfs_jp-zcl{
padding:30px 0 10px;
}
.bfs_jp_grid-zcl{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:769px){
.bfs_jp_grid-zcl{
grid-template-columns:1fr 1fr;
}
.bfs_jp_card_mega-zcl{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.bfs_jp_grid-zcl{
grid-template-columns:1.4fr 1fr 1fr;
}
.bfs_jp_card_mega-zcl{
grid-column:auto;
}
}
.bfs_jp_card-zcl{
background:#FFFFFF;
overflow:hidden;
border:1px solid rgba(26,18,8,0.08);
padding:1.625rem;
border-radius:1.25rem;
gap:0.75rem;
position:relative;
display:flex;
flex-direction:column;
min-width:0;
justify-content:space-between;
min-height:12.5rem;
}
.bfs_jp_card_mega-zcl{
border-color:transparent;
background:linear-gradient(135deg,#261A08,#110D05);
color:#FDF5E6;
min-height:210px;
}
.bfs_jp_glow-zcl{
background:radial-gradient(circle,rgba(196,140,40,0.18),transparent 70%);
border-radius:50%;
position:absolute;
width:12.5rem;
height:200px;
pointer-events:none;
right:-40px;
top:-40px;
}
.bfs_jp_label-zcl{
gap:0.625rem;
font-weight:700;
letter-spacing:.16em;
position:relative;
text-transform:uppercase;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
color:#B8820A;
font-size:0.625rem;
display:flex;
}
.bfs_jp_card_mega-zcl .bfs_jp_label-zcl{
color:#F0C050;
}
.bfs_jp_drop-zcl{
letter-spacing:.04em;
color:#6B5840;
text-transform:none;
font-weight:600;
}
.bfs_jp_card_mega-zcl .bfs_jp_drop-zcl{
color:#C8B49A;
}
.bfs_jp_amount-zcl{
line-height:1;
font-size:2.375rem;
overflow-wrap:break-word;
position:relative;
color:#1A1208;
font-weight:700;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
}
.bfs_jp_card_mega-zcl .bfs_jp_amount-zcl{
animation:zm2-pulse 2.4s infinite;
color:#F0C050;
font-size:3rem;
}
@media(min-width:767px){
.bfs_jp_card_mega-zcl .bfs_jp_amount-zcl{
font-size:54px;
}
}
.bfs_jp_game-zcl{
color:#6B5840;
font-size:0.813rem;
position:relative;
}
.bfs_jp_card_mega-zcl .bfs_jp_game-zcl{
color:#C8B49A;
}
.bfs_jp_cta-zcl{
position:relative;
align-self:flex-start;
}
.bfs_jp_card_mega-zcl .bfs_jp_cta-zcl{
border-radius:999px;
transition:opacity .22s ease;
background:#F0C050;
padding:0.625rem 20px;
color:#1A1208;
font-weight:700;
font-size:13px;
}
.bfs_jp_card_mega-zcl .bfs_jp_cta-zcl:hover{
opacity:.9;
}
.bfs_jp_card-zcl:not(.bfs_jp_card_mega-zcl) .bfs_jp_cta-zcl{
transition:color .22s ease,border-color .22s ease;
padding-bottom:2px;
border-bottom:1px solid #1A1208;
font-weight:700;
color:#1A1208;
font-size:13px;
}
.bfs_jp_card-zcl:not(.bfs_jp_card_mega-zcl) .bfs_jp_cta-zcl:hover{
border-color:#B8820A;
color:#B8820A;
}
.bfs_jp_seo-zcl{
margin:14px 0 0;
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.65;
max-width:760px;
color:#8A7160;
}
.bfs_jp_seo-zcl strong{
color:#1A1208;
font-weight:700;
}
.bfs_grow-zcl{
padding:1.625rem 0 10px;
}
.bfs_row_seo-zcl{
margin:10px 0 0;
line-height:1.65;
color:#8A7160;
font-size:14px;
max-width:760px;
overflow-wrap:break-word;
}
.bfs_row_seo-zcl strong{
font-weight:700;
color:#1A1208;
}
.bfs_pr-zcl{
padding:30px 0 0.375rem;
}
.bfs_pr_card-zcl{
border:1px solid rgba(26,18,8,0.08);
overflow:hidden;
background:#FFFFFF;
padding:1.625rem;
gap:0.625rem;
border-radius:1.25rem;
flex:0 0 auto;
flex-direction:column;
width:280px;
display:flex;
position:relative;
min-height:200px;
}
@media(min-width:770px){
.bfs_pr_card-zcl{
width:300px;
}
}
.bfs_pr_card_feat-zcl{
background:linear-gradient(150deg,#261A08,#110D05);
border-color:transparent;
color:#FDF5E6;
}
.bfs_pr_glow-zcl{
border-radius:50%;
background:radial-gradient(circle,rgba(196,140,40,0.18),transparent 70%);
pointer-events:none;
opacity:0;
right:-30px;
width:130px;
top:-1.875rem;
position:absolute;
height:8.125rem;
}
.bfs_pr_card_feat-zcl .bfs_pr_glow-zcl{
opacity:1;
}
.bfs_pr_label-zcl{
font-size:10px;
text-transform:uppercase;
font-weight:700;
position:relative;
color:#B8820A;
letter-spacing:.16em;
}
.bfs_pr_card_feat-zcl .bfs_pr_label-zcl{
color:#F0C050;
}
.bfs_pr_amount-zcl{
line-height:1.08;
font-size:1.625rem;
position:relative;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
color:#1A1208;
}
.bfs_pr_card_feat-zcl .bfs_pr_amount-zcl{
color:#FDF5E6;
}
.bfs_pr_amount-zcl em{
color:#B8820A;
font-style:normal;
}
.bfs_pr_card_feat-zcl .bfs_pr_amount-zcl em{
color:#F0C050;
}
.bfs_pr_terms-zcl{
color:#6B5840;
position:relative;
line-height:1.5;
font-size:0.813rem;
}
.bfs_pr_card_feat-zcl .bfs_pr_terms-zcl{
color:#C8B49A;
}
.bfs_pr_cta-zcl{
margin-top:auto;
align-self:flex-start;
position:relative;
}
.bfs_pr_card_feat-zcl .bfs_pr_cta-zcl{
transition:opacity .22s ease;
padding:9px 1.125rem;
background:#F0C050;
border-radius:999px;
font-weight:700;
font-size:13px;
color:#1A1208;
}
.bfs_pr_card_feat-zcl .bfs_pr_cta-zcl:hover{
opacity:.9;
}
.bfs_pr_card-zcl:not(.bfs_pr_card_feat-zcl) .bfs_pr_cta-zcl{
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #1A1208;
padding-bottom:2px;
font-weight:700;
color:#1A1208;
font-size:13px;
}
.bfs_pr_card-zcl:not(.bfs_pr_card_feat-zcl) .bfs_pr_cta-zcl:hover{
border-color:#B8820A;
color:#B8820A;
}
.bfs_grow-zcl{
padding:1.625rem 0 10px;
}
.bfs_row_seo-zcl{
margin:0.625rem 0 0;
line-height:1.65;
color:#8A7160;
font-size:0.875rem;
max-width:47.5rem;
overflow-wrap:break-word;
}
.bfs_row_seo-zcl strong{
font-weight:700;
color:#1A1208;
}
.bfs_grow-zcl{
padding:26px 0 0.625rem;
}
.bfs_row_seo-zcl{
margin:10px 0 0;
overflow-wrap:break-word;
font-size:0.875rem;
max-width:760px;
line-height:1.65;
color:#8A7160;
}
.bfs_row_seo-zcl strong{
color:#1A1208;
font-weight:700;
}
.bfs_app-zcl{
padding:30px 0 10px;
}
.bfs_app_in-zcl{
background:#FFFFFF;
padding:2rem;
border-radius:1.25rem;
gap:28px;
border:1px solid rgba(26,18,8,0.08);
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.bfs_app_in-zcl{
gap:40px;
padding:40px 44px;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.bfs_app_copy-zcl{
min-width:0;
max-width:35rem;
}
.bfs_app_eyebrow-zcl{
margin-bottom:12px;
}
.bfs_app_h2-zcl{
font-size:1.75rem;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
line-height:1.05;
margin-bottom:0.75rem;
font-weight:600;
overflow-wrap:break-word;
color:#1A1208;
}
@media(min-width:770px){
.bfs_app_h2-zcl{
font-size:2.125rem;
}
}
.bfs_app_text-zcl{
font-size:14px;
color:#8A7160;
margin-bottom:1.375rem;
line-height:1.6;
}
.bfs_app_btns-zcl{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.bfs_app_btn-zcl{
transition:background-color .22s ease;
padding:0.688rem 20px;
border-radius:14px;
gap:0.625rem;
background:#1A1208;
align-items:center;
color:#FDF5E6;
display:inline-flex;
}
.bfs_app_btn-zcl:hover{
background:#2E200E;
}
.bfs_app_btn_ic-zcl{
align-items:center;
display:inline-flex;
}
.bfs_app_btn_ic-zcl svg{
height:1.125rem;
width:18px;
}
.bfs_app_btn_lb-zcl{
font-weight:700;
font-size:0.844rem;
}
.bfs_app_qr_wrap-zcl{
gap:1.125rem;
flex:0 0 auto;
display:flex;
align-items:center;
}
.bfs_app_qr-zcl{
border-radius:14px;
flex:0 0 auto;
background-color:#1A1208;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 5px,transparent 0.313rem 0.688rem),repeating-linear-gradient(90deg,#FFFFFF 0 5px,transparent 5px 0.688rem);
height:6.75rem;
width:108px;
}
.bfs_app_qr_cap-zcl{
max-width:5.75rem;
color:#6B5840;
font-size:0.781rem;
line-height:1.4;
}
.bfs_trn-zcl{
padding:1.875rem 0 10px;
}
.bfs_trn_in-zcl{
border-radius:1.25rem;
background:#FFFFFF;
grid-template-columns:1fr;
overflow:hidden;
border:1px solid rgba(26,18,8,0.08);
display:grid;
}
@media(min-width:879px){
.bfs_trn_in-zcl{
grid-template-columns:1.05fr 1fr;
}
}
.bfs_trn_banner-zcl{
background:linear-gradient(150deg,#261A08,#110D05);
padding:2.125rem;
overflow:hidden;
color:#FDF5E6;
position:relative;
}
.bfs_trn_glow-zcl{
border-radius:50%;
background:radial-gradient(circle,rgba(196,140,40,0.18),transparent 70%);
bottom:-2.5rem;
pointer-events:none;
position:absolute;
width:12.5rem;
right:-40px;
height:12.5rem;
}
.bfs_trn_eyebrow-zcl{
margin-bottom:0.875rem;
position:relative;
}
.bfs_trn_h2-zcl{
margin-bottom:0.75rem;
position:relative;
overflow-wrap:break-word;
font-size:30px;
line-height:1.06;
color:#FDF5E6;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:766px){
.bfs_trn_h2-zcl{
font-size:2.25rem;
}
}
.bfs_trn_text-zcl{
color:#C8B49A;
line-height:1.6;
max-width:26.25rem;
margin-bottom:22px;
position:relative;
font-size:0.875rem;
}
.bfs_trn_timer-zcl{
gap:8px;
flex-wrap:wrap;
align-items:center;
margin-bottom:1.5rem;
display:flex;
position:relative;
}
.bfs_trn_timer_cap-zcl{
font-size:0.688rem;
color:#C8B49A;
}
.bfs_trn_timer_box-zcl{
background:rgba(255,243,210,0.07);
border-radius:0.5rem;
padding:0.25rem 12px;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
color:#FDF5E6;
font-size:24px;
font-weight:700;
}
.bfs_trn_cta-zcl{
transition:opacity .22s ease;
background:#F0C050;
border-radius:62.438rem;
padding:0.813rem 1.625rem;
color:#1A1208;
position:relative;
font-weight:700;
font-size:14px;
display:inline-block;
}
.bfs_trn_cta-zcl:hover{
opacity:.9;
}
.bfs_trn_lb-zcl{
padding:26px 1.75rem;
}
.bfs_trn_lb_head-zcl{
gap:0.625rem;
justify-content:space-between;
display:flex;
margin-bottom:0.75rem;
align-items:center;
}
.bfs_trn_lb_title-zcl{
font-size:1.25rem;
font-weight:600;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
color:#1A1208;
}
.bfs_trn_lb_upd-zcl{
font-size:0.688rem;
color:#6B5840;
text-transform:uppercase;
letter-spacing:.08em;
}
.bfs_trn_lb_row-zcl{
border-radius:0.5rem;
padding:11px 12px;
gap:14px;
display:flex;
align-items:center;
}
.bfs_trn_lb_row-zcl:nth-child(2){
background:rgba(184,130,10,0.10);
}
.bfs_trn_lb_rank-zcl{
flex:0 0 auto;
width:22px;
font-size:16px;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
color:#B8820A;
font-weight:700;
}
.bfs_trn_lb_av-zcl{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#B8820A,#F0C050);
width:1.875rem;
height:30px;
}
.bfs_trn_lb_name-zcl{
flex:1 1 auto;
overflow:hidden;
color:#1A1208;
font-weight:600;
white-space:nowrap;
text-overflow:ellipsis;
font-size:14px;
min-width:0;
}
.bfs_trn_lb_amount-zcl{
flex:0 0 auto;
color:#1A1208;
font-size:0.813rem;
font-weight:700;
}
.bfs_vip-zcl{
padding:48px 0;
}
@media(min-width:766px){
.bfs_vip-zcl{
padding:64px 0;
}
}
.bfs_vip_head-zcl{
gap:14px;
display:flex;
margin-bottom:1.875rem;
flex-direction:column;
}
@media(min-width:883px){
.bfs_vip_head-zcl{
gap:24px;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.bfs_vip_eyebrow-zcl{
margin-bottom:12px;
}
.bfs_vip_h2-zcl{
overflow-wrap:break-word;
line-height:1.05;
color:#FDF5E6;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:32px;
}
@media(min-width:765px){
.bfs_vip_h2-zcl{
font-size:40px;
}
}
.bfs_vip_intro-zcl{
max-width:26.25rem;
color:#C8B49A;
line-height:1.6;
font-size:0.875rem;
}
.bfs_vip_grid-zcl{
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:0.875rem;
display:grid;
}
.bfs_vip_card-zcl{
border-radius:14px;
padding:1.375rem 1.125rem;
border:1px solid rgba(255,243,210,0.13);
min-width:0;
}
.bfs_vip_card_feat-zcl{
background:rgba(255,243,210,0.07);
border-color:#F0C050;
}
.bfs_vip_card_ic-zcl{
border-radius:0.5rem;
background:linear-gradient(135deg,#B8820A,#F0C050);
width:34px;
display:block;
height:2.125rem;
margin-bottom:16px;
}
.bfs_vip_name-zcl{
overflow-wrap:break-word;
font-weight:600;
font-size:20px;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
margin-bottom:0.375rem;
color:#FDF5E6;
}
.bfs_vip_perk-zcl{
color:#C8B49A;
font-size:12.5px;
line-height:1.5;
overflow-wrap:break-word;
}
.bfs_prov-zcl{
padding:40px 0 20px;
}
.bfs_prov_eyebrow-zcl{
display:block;
margin-bottom:1.125rem;
}
.bfs_prov_grid-zcl{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:563px){
.bfs_prov_grid-zcl{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:903px){
.bfs_prov_grid-zcl{
grid-template-columns:repeat(6,1fr);
}
}
.bfs_hts-zcl{
padding:48px 0;
}
@media(min-width:766px){
.bfs_hts-zcl{
padding:3.875rem 0;
}
}
.bfs_hts_head-zcl{
gap:1.125rem;
flex-direction:column;
margin-bottom:2.125rem;
display:flex;
}
@media(min-width:771px){
.bfs_hts_head-zcl{
gap:24px;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.bfs_hts_eyebrow-zcl{
margin-bottom:0.75rem;
}
.bfs_hts_h2-zcl{
font-size:30px;
font-weight:600;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.05;
color:#FDF5E6;
}
@media(min-width:771px){
.bfs_hts_h2-zcl{
font-size:38px;
}
}
.bfs_hts_cta-zcl{
flex:0 0 auto;
background:#F0C050;
border-radius:62.438rem;
transition:opacity .22s ease;
padding:0.938rem 1.875rem;
font-size:0.938rem;
font-weight:700;
color:#1A1208;
}
.bfs_hts_cta-zcl:hover{
opacity:.9;
}
.bfs_hts_grid-zcl{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:762px){
.bfs_hts_grid-zcl{
grid-template-columns:repeat(3,1fr);
}
}
.bfs_hts_step-zcl{
min-width:0;
border-top:1px solid rgba(255,243,210,0.13);
padding-top:22px;
}
.bfs_hts_step_num-zcl{
font-size:2.75rem;
line-height:1;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
color:#F0C050;
font-weight:700;
margin-bottom:0.875rem;
}
.bfs_hts_step_h-zcl{
margin-bottom:8px;
line-height:1.2;
color:#FDF5E6;
font-size:19px;
overflow-wrap:break-word;
font-weight:700;
}
.bfs_hts_step_p-zcl{
font-size:14px;
color:#C8B49A;
overflow-wrap:break-word;
line-height:1.55;
}
.bfs_op-zcl{
padding:2.25rem 0 10px;
}
.bfs_op_in-zcl{
grid-template-columns:1fr;
background:#FFFFFF;
gap:2rem;
border:1px solid rgba(26,18,8,0.08);
padding:2rem;
border-radius:0.875rem;
align-items:center;
display:grid;
}
@media(min-width:860px){
.bfs_op_in-zcl{
grid-template-columns:.9fr 1.1fr;
gap:2.75rem;
padding:2.125rem 40px;
}
}
.bfs_op_left-zcl{
min-width:0;
}
.bfs_op_eyebrow-zcl{
margin-bottom:12px;
}
.bfs_op_h2-zcl{
line-height:1.08;
font-weight:600;
font-size:1.75rem;
overflow-wrap:break-word;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
margin-bottom:10px;
color:#1A1208;
}
@media(min-width:768px){
.bfs_op_h2-zcl{
font-size:30px;
}
}
.bfs_op_text-zcl{
color:#8A7160;
font-size:0.875rem;
line-height:1.6;
}
.bfs_op_grid-zcl{
background:rgba(26,18,8,0.14);
grid-template-columns:1fr 1fr;
overflow:hidden;
gap:1px;
border-radius:0.5rem;
border:1px solid rgba(26,18,8,0.14);
display:grid;
}
.bfs_op_field-zcl{
padding:18px 1.25rem;
background:#FAF6F1;
min-width:0;
}
.bfs_op_field_lb-zcl{
margin-bottom:5px;
font-size:0.625rem;
color:#B8820A;
text-transform:uppercase;
letter-spacing:.1em;
font-weight:600;
}
.bfs_op_field_val-zcl{
font-weight:700;
color:#1A1208;
overflow-wrap:break-word;
font-size:14px;
}
.bfs_dr-zcl{
padding:36px 0 0.625rem;
}
.bfs_dr_in-zcl{
padding:28px 32px;
border-radius:0.875rem;
border:1px dashed rgba(26,18,8,0.14);
gap:1.25rem;
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.bfs_dr_in-zcl{
gap:32px;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.bfs_dr_h2-zcl{
line-height:1.1;
margin-bottom:0.5rem;
color:#1A1208;
font-weight:600;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:1.5rem;
overflow-wrap:break-word;
}
@media(min-width:769px){
.bfs_dr_h2-zcl{
font-size:26px;
}
}
.bfs_dr_text-zcl{
max-width:42.5rem;
font-size:0.875rem;
line-height:1.6;
color:#8A7160;
overflow-wrap:break-word;
}
.bfs_dr_text-zcl b{
font-weight:700;
color:#1A1208;
}
.bfs_dr_cta-zcl{
transition:color .22s ease;
flex:0 0 auto;
color:#1A1208;
white-space:nowrap;
padding-bottom:2px;
font-size:0.844rem;
border-bottom:1px solid #B8820A;
font-weight:700;
}
.bfs_dr_cta-zcl:hover{
color:#B8820A;
}
.bfs_rc-zcl{
padding:48px 0 10px;
}
.bfs_rc_in-zcl{
gap:32px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:762px){
.bfs_rc_in-zcl{
gap:2.5rem;
grid-template-columns:repeat(3,1fr);
}
}
.bfs_rc_col-zcl{
min-width:0;
}
.bfs_rc_label-zcl{
text-transform:uppercase;
color:#B8820A;
letter-spacing:.2em;
font-size:11px;
margin-bottom:1rem;
font-weight:600;
}
.bfs_rc_awards-zcl{
gap:12px;
flex-direction:column;
display:flex;
}
.bfs_rc_award-zcl{
gap:0.75rem;
min-width:0;
align-items:center;
display:flex;
}
.bfs_rc_award_ic-zcl{
flex:0 0 auto;
display:inline-flex;
color:#E8A820;
align-items:center;
}
.bfs_rc_award_ic-zcl svg{
width:1.125rem;
height:1.125rem;
}
.bfs_rc_award_t-zcl{
color:#1A1208;
font-size:14px;
font-weight:700;
overflow-wrap:break-word;
}
.bfs_rc_award_s-zcl{
font-size:12px;
overflow-wrap:break-word;
color:#6B5840;
}
.bfs_rc_press-zcl{
gap:0.625rem;
grid-template-columns:1fr 1fr;
display:grid;
}
.bfs_rc_press_logo-zcl{
border:1px solid rgba(26,18,8,0.08);
border-radius:0.5rem;
overflow:hidden;
padding:0 8px;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
height:3.25rem;
font-size:0.875rem;
text-overflow:ellipsis;
white-space:nowrap;
align-items:center;
justify-content:center;
font-weight:700;
color:#8A7160;
display:flex;
text-align:center;
}
.bfs_rc_partner-zcl{
background:#FFFFFF;
border:1px solid rgba(26,18,8,0.08);
border-radius:14px;
padding:22px;
}
.bfs_rc_partner_name-zcl{
margin-bottom:6px;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:1.25rem;
font-weight:600;
overflow-wrap:break-word;
color:#1A1208;
}
.bfs_rc_partner_text-zcl{
font-size:0.813rem;
overflow-wrap:break-word;
line-height:1.55;
color:#8A7160;
}
.bfs_tt-zcl{
padding:48px 0 0.625rem;
}
@media(min-width:770px){
.bfs_tt-zcl{
padding:60px 0 10px;
}
}
.bfs_tt_head-zcl{
text-align:center;
margin-bottom:2.125rem;
}
.bfs_tt_eyebrow-zcl{
margin-bottom:12px;
}
.bfs_tt_h2-zcl{
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:2rem;
color:#1A1208;
font-weight:600;
line-height:1.05;
}
@media(min-width:766px){
.bfs_tt_h2-zcl{
font-size:42px;
}
}
.bfs_tt_grid-zcl{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:761px){
.bfs_tt_grid-zcl{
grid-template-columns:repeat(3,1fr);
}
}
.bfs_tt_card-zcl{
background:#FFFFFF;
padding:1.875rem;
border:1px solid rgba(26,18,8,0.08);
border-radius:14px;
flex-direction:column;
min-width:0;
display:flex;
}
.bfs_tt_card_ic-zcl{
display:inline-flex;
margin-bottom:18px;
align-items:center;
color:#B8820A;
}
.bfs_tt_card_ic-zcl svg{
height:1.75rem;
width:28px;
}
.bfs_tt_card_h-zcl{
overflow-wrap:break-word;
color:#1A1208;
line-height:1.15;
font-size:22px;
margin-bottom:0.5rem;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:600;
}
.bfs_tt_card_p-zcl{
font-size:14px;
margin-bottom:0.875rem;
color:#8A7160;
overflow-wrap:break-word;
line-height:1.6;
}
.bfs_tt_card_p-zcl b{
font-weight:700;
color:#1A1208;
}
.bfs_tt_card_link-zcl{
transition:color .22s ease;
border-bottom:1px solid #B8820A;
padding-bottom:2px;
align-self:flex-start;
font-size:0.813rem;
margin-top:auto;
font-weight:700;
color:#1A1208;
}
.bfs_tt_card_link-zcl:hover{
color:#B8820A;
}
.bfs_ts-zcl{
padding:2.75rem 0;
}
.bfs_ts_in-zcl{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:881px){
.bfs_ts_in-zcl{
grid-template-columns:1.4fr 1fr;
gap:3rem;
}
}
.bfs_ts_left-zcl{
min-width:0;
}
.bfs_ts_h2-zcl{
line-height:1.1;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:0.75rem;
color:#FDF5E6;
font-size:26px;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.bfs_ts_h2-zcl{
font-size:1.75rem;
}
}
.bfs_ts_text-zcl{
color:#C8B49A;
font-size:14.5px;
margin-bottom:22px;
max-width:32.5rem;
line-height:1.6;
}
.bfs_ts_badges-zcl{
gap:18px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.bfs_ts_badge-zcl{
color:#C8B49A;
font-weight:600;
font-size:13px;
}
.bfs_ts_pay-zcl{
gap:12px;
flex-wrap:wrap;
display:flex;
}
@media(min-width:877px){
.bfs_ts_pay-zcl{
justify-content:flex-end;
}
}
.bfs_ts_pay_chip-zcl{
background:rgba(255,243,210,0.07);
border-radius:0.875rem;
border:1px solid rgba(255,243,210,0.13);
padding:12px 16px;
font-size:14px;
color:#FDF5E6;
font-weight:700;
}
.bfs_et-zcl{
padding:2.25rem 0 10px;
}
.bfs_et_in-zcl{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:877px){
.bfs_et_in-zcl{
grid-template-columns:1.1fr .9fr;
gap:3rem;
}
}
.bfs_et_left-zcl{
min-width:0;
}
.bfs_et_eyebrow-zcl{
margin-bottom:0.75rem;
}
.bfs_et_h2-zcl{
overflow-wrap:break-word;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:1.75rem;
color:#1A1208;
margin-bottom:14px;
line-height:1.06;
font-weight:600;
}
@media(min-width:771px){
.bfs_et_h2-zcl{
font-size:32px;
}
}
.bfs_et_text-zcl{
font-size:0.938rem;
margin-bottom:22px;
color:#8A7160;
line-height:1.65;
}
.bfs_et_stats-zcl{
gap:1.5rem;
flex-wrap:wrap;
display:flex;
}
.bfs_et_stat-zcl{
min-width:0;
}
.bfs_et_stat_v-zcl{
line-height:1;
font-size:26px;
color:#1A1208;
font-weight:700;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
}
.bfs_et_stat_l-zcl{
margin-top:4px;
color:#6B5840;
font-size:12.5px;
}
.bfs_et_right-zcl{
gap:0.75rem;
flex-direction:column;
display:flex;
}
.bfs_et_member-zcl{
background:#FFFFFF;
gap:16px;
border:1px solid rgba(26,18,8,0.08);
border-radius:14px;
padding:1.125rem 1.25rem;
min-width:0;
display:flex;
align-items:center;
}
.bfs_et_member_av-zcl{
flex:0 0 auto;
background:linear-gradient(135deg,#261A08,#B8820A);
border-radius:50%;
height:48px;
width:48px;
}
.bfs_et_member_name-zcl{
font-weight:700;
color:#1A1208;
font-size:15px;
overflow-wrap:break-word;
}
.bfs_et_member_role-zcl{
overflow-wrap:break-word;
color:#6B5840;
font-size:0.781rem;
}
.bfs_et_updated-zcl{
gap:8px;
border-radius:0.875rem;
padding:14px 1.125rem;
background:#FAF6F1;
border:1px solid rgba(26,18,8,0.08);
font-size:0.781rem;
display:flex;
align-items:center;
color:#8A7160;
}
.bfs_wy-zcl{
padding:48px 0;
}
@media(min-width:771px){
.bfs_wy-zcl{
padding:56px 0;
}
}
.bfs_wy_in-zcl{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:901px){
.bfs_wy_in-zcl{
grid-template-columns:.8fr 1.2fr;
gap:3rem;
}
}
.bfs_wy_left-zcl{
min-width:0;
}
.bfs_wy_eyebrow-zcl{
margin-bottom:14px;
}
.bfs_wy_h2-zcl{
font-size:2rem;
line-height:1.05;
margin-bottom:16px;
font-weight:600;
color:#1A1208;
overflow-wrap:break-word;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
}
@media(min-width:768px){
.bfs_wy_h2-zcl{
font-size:40px;
}
}
.bfs_wy_intro-zcl{
line-height:1.6;
color:#8A7160;
font-size:0.938rem;
}
.bfs_wy_grid-zcl{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:562px){
.bfs_wy_grid-zcl{
grid-template-columns:1fr 1fr;
}
}
.bfs_wy_card-zcl{
border:1px solid rgba(26,18,8,0.08);
padding:26px;
background:#FFFFFF;
border-radius:0.875rem;
min-width:0;
}
.bfs_wy_card_ic-zcl{
color:#B8820A;
margin-bottom:16px;
justify-content:center;
display:inline-flex;
align-items:center;
}
.bfs_wy_card_ic-zcl svg{
width:1.625rem;
height:1.625rem;
}
.bfs_wy_card_h-zcl{
line-height:1.15;
margin-bottom:0.5rem;
font-weight:600;
color:#1A1208;
overflow-wrap:break-word;
font-size:21px;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
}
.bfs_wy_card_p-zcl{
color:#8A7160;
line-height:1.55;
font-size:0.875rem;
overflow-wrap:break-word;
}
.bfs_sb-zcl{
padding:48px 0;
background:#FFFFFF;
border-bottom:1px solid rgba(26,18,8,0.08);
border-top:1px solid rgba(26,18,8,0.08);
margin-top:24px;
}
@media(min-width:766px){
.bfs_sb-zcl{
padding:56px 0;
}
}
.bfs_sb_eyebrow-zcl{
display:block;
margin-bottom:12px;
}
.bfs_sb_h2-zcl{
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:1.875rem;
color:#1A1208;
font-weight:600;
line-height:1.05;
margin-bottom:26px;
}
@media(min-width:770px){
.bfs_sb_h2-zcl{
font-size:36px;
}
}
.bfs_sb_grid-zcl{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:560px){
.bfs_sb_grid-zcl{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:962px){
.bfs_sb_grid-zcl{
grid-template-columns:repeat(4,1fr);
}
}
.bfs_sb_card-zcl{
padding:1.5rem;
background:#FAF6F1;
border:1px solid rgba(26,18,8,0.08);
border-radius:0.875rem;
min-width:0;
}
.bfs_sb_card_h-zcl{
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:19px;
color:#1A1208;
margin-bottom:0.5rem;
font-weight:600;
line-height:1.15;
overflow-wrap:break-word;
}
.bfs_sb_card_p-zcl{
font-size:13.5px;
color:#8A7160;
line-height:1.6;
overflow-wrap:break-word;
}
.bfs_sb_rtp-zcl{
border:1px solid rgba(26,18,8,0.08);
background:#FAF6F1;
padding:1.625rem 1.75rem;
grid-template-columns:1fr;
border-radius:14px;
gap:1.5rem;
align-items:center;
display:grid;
margin-top:1.125rem;
}
@media(min-width:761px){
.bfs_sb_rtp-zcl{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.bfs_sb_rtp_h-zcl{
font-weight:600;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:1.25rem;
margin-bottom:8px;
line-height:1.15;
overflow-wrap:break-word;
color:#1A1208;
}
.bfs_sb_rtp_p-zcl{
color:#8A7160;
font-size:0.844rem;
line-height:1.6;
overflow-wrap:break-word;
}
.bfs_sb_rtp_stats-zcl{
gap:16px;
display:flex;
}
.bfs_sb_stat-zcl{
background:#FFFFFF;
flex:1 1 0;
border-radius:8px;
padding:18px;
text-align:center;
min-width:0;
}
.bfs_sb_stat_v-zcl{
font-weight:700;
overflow-wrap:break-word;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
color:#2E7D4F;
font-size:26px;
}
.bfs_sb_stat_l-zcl{
font-size:11.5px;
color:#6B5840;
margin-top:4px;
}
.bfs_sg-zcl{
padding:3rem 0 0.625rem;
}
.bfs_sg_eyebrow-zcl{
display:block;
margin-bottom:0.75rem;
}
.bfs_sg_h2-zcl{
line-height:1.05;
font-weight:600;
font-size:30px;
margin-bottom:1.75rem;
color:#1A1208;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:769px){
.bfs_sg_h2-zcl{
font-size:2.25rem;
}
}
.bfs_sg_grid-zcl{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:720px){
.bfs_sg_grid-zcl{
grid-template-columns:repeat(3,1fr);
}
}
.bfs_sg_col-zcl{
min-width:0;
}
.bfs_sg_col_h-zcl{
font-weight:600;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
color:#1A1208;
overflow-wrap:break-word;
line-height:1.15;
margin-bottom:10px;
font-size:1.375rem;
}
.bfs_sg_col_p-zcl{
overflow-wrap:break-word;
font-size:14px;
color:#8A7160;
line-height:1.65;
}
.bfs_el-zcl{
padding:48px 0;
}
@media(min-width:768px){
.bfs_el-zcl{
padding:56px 0;
}
}
.bfs_el_in-zcl{
gap:40px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:901px){
.bfs_el_in-zcl{
grid-template-columns:1fr 1fr;
gap:56px;
}
}
.bfs_el_left-zcl{
min-width:0;
}
.bfs_el_eyebrow-zcl{
margin-bottom:0.875rem;
}
.bfs_el_h2-zcl{
color:#1A1208;
font-weight:600;
margin-bottom:22px;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:32px;
line-height:1.08;
}
@media(min-width:770px){
.bfs_el_h2-zcl{
font-size:2.375rem;
}
}
.bfs_el_body-zcl p{
line-height:1.7;
overflow-wrap:break-word;
color:#3B2E1A;
font-size:1rem;
margin-bottom:1.125rem;
}
.bfs_el_dropcap-zcl{
padding:6px 0.75rem 0 0;
font-size:62px;
font-weight:700;
float:left;
color:#B8820A;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
line-height:.8;
}
.bfs_el_right-zcl{
min-width:0;
}
.bfs_el_quote-zcl{
background:linear-gradient(150deg,#261A08,#110D05);
padding:2.25rem;
border-radius:20px;
margin-bottom:1.5rem;
color:#FDF5E6;
position:relative;
}
.bfs_el_quote_mark-zcl{
align-items:center;
margin-bottom:6px;
color:#F0C050;
display:inline-flex;
}
.bfs_el_quote_mark-zcl svg{
height:2.125rem;
width:2.125rem;
}
.bfs_el_quote_text-zcl{
overflow-wrap:break-word;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
line-height:1.4;
font-weight:500;
font-size:22px;
margin-bottom:22px;
color:#FDF5E6;
}
.bfs_el_quote_meta-zcl{
gap:0.75rem;
display:flex;
align-items:center;
}
.bfs_el_quote_av-zcl{
background:linear-gradient(135deg,#B8820A,#F0C050);
flex:0 0 auto;
border-radius:50%;
height:2.375rem;
width:38px;
}
.bfs_el_quote_author-zcl{
font-weight:700;
font-size:0.875rem;
color:#FDF5E6;
}
.bfs_el_quote_meta_sub-zcl{
font-size:0.75rem;
color:#C8B49A;
}
.bfs_el_explain-zcl{
border:1px solid rgba(26,18,8,0.08);
overflow:hidden;
border-radius:14px;
}
.bfs_el_explain_card-zcl{
padding:22px 24px;
}
.bfs_el_explain_card-zcl+.bfs_el_explain_card-zcl{
border-top:1px solid rgba(26,18,8,0.08);
}
.bfs_el_explain_h-zcl{
margin-bottom:0.5rem;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
line-height:1.15;
font-weight:600;
font-size:1.25rem;
overflow-wrap:break-word;
color:#1A1208;
}
.bfs_el_explain_p-zcl{
font-size:0.875rem;
color:#8A7160;
line-height:1.55;
overflow-wrap:break-word;
}
.bfs_faq-zcl{
padding:3rem 0;
background:#FFFFFF;
border-bottom:1px solid rgba(26,18,8,0.08);
border-top:1px solid rgba(26,18,8,0.08);
margin-top:1.5rem;
}
@media(min-width:769px){
.bfs_faq-zcl{
padding:3.875rem 0;
}
}
.bfs_faq_head-zcl{
margin-bottom:34px;
text-align:center;
}
.bfs_faq_eyebrow-zcl{
margin-bottom:12px;
}
.bfs_faq_h2-zcl{
font-weight:600;
font-size:32px;
color:#1A1208;
line-height:1.05;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:765px){
.bfs_faq_h2-zcl{
font-size:2.375rem;
}
}
.bfs_faq_list-zcl{
gap:12px;
margin:0 auto;
max-width:51.25rem;
flex-direction:column;
display:flex;
}
.bfs_faq_item-zcl{
border-radius:0.875rem;
border:1px solid rgba(26,18,8,0.08);
background:#FAF6F1;
overflow:hidden;
}
.bfs_faq_q-zcl{
list-style:none;
gap:1.25rem;
padding:20px 1.5rem;
justify-content:space-between;
display:flex;
font-weight:700;
color:#1A1208;
font-size:1rem;
align-items:center;
cursor:pointer;
overflow-wrap:break-word;
}
.bfs_faq_q-zcl::-webkit-details-marker{
display:none;
}
.bfs_faq_q_ic-zcl{
flex:0 0 auto;
transition:transform .22s ease;
color:#B8820A;
display:inline-flex;
align-items:center;
}
.bfs_faq_q_ic-zcl svg{
height:18px;
width:1.125rem;
}
.bfs_faq_item-zcl[open] .bfs_faq_q_ic-zcl{
transform:rotate(180deg);
}
.bfs_faq_a-zcl{
padding:0 1.5rem 1.25rem;
color:#8A7160;
line-height:1.6;
overflow-wrap:break-word;
font-size:0.906rem;
}
.bfs_gd-zcl{
padding:48px 0 10px;
}
.bfs_gd_head-zcl{
gap:14px;
margin-bottom:24px;
flex-direction:column;
display:flex;
}
@media(min-width:682px){
.bfs_gd_head-zcl{
gap:20px;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.bfs_gd_eyebrow-zcl{
margin-bottom:10px;
}
.bfs_gd_h2-zcl{
overflow-wrap:break-word;
font-weight:600;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
color:#1A1208;
line-height:1.05;
font-size:1.75rem;
}
@media(min-width:771px){
.bfs_gd_h2-zcl{
font-size:34px;
}
}
.bfs_gd_more-zcl{
transition:color .22s ease,border-color .22s ease;
flex:0 0 auto;
padding-bottom:2px;
font-size:0.844rem;
color:#1A1208;
font-weight:600;
border-bottom:1px solid #1A1208;
}
.bfs_gd_more-zcl:hover{
border-color:#B8820A;
color:#B8820A;
}
.bfs_gd_grid-zcl{
grid-template-columns:1fr;
gap:1.25rem;
display:grid;
}
@media(min-width:718px){
.bfs_gd_grid-zcl{
grid-template-columns:repeat(3,1fr);
}
}
.bfs_gd_card-zcl{
overflow:hidden;
background:#FFFFFF;
border-radius:0.875rem;
border:1px solid rgba(26,18,8,0.08);
display:block;
min-width:0;
}
.bfs_gd_card_img-zcl{
background:linear-gradient(140deg,#261A08,#B8820A);
height:9.375rem;
}
.bfs_gd_card_body-zcl{
padding:1.375rem;
}
.bfs_gd_card_cat-zcl{
font-size:0.625rem;
text-transform:uppercase;
letter-spacing:.1em;
font-weight:600;
color:#B8820A;
}
.bfs_gd_card_h-zcl{
margin:0.5rem 0 0.625rem;
color:#1A1208;
font-weight:600;
line-height:1.2;
overflow-wrap:break-word;
font-size:1.188rem;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
}
.bfs_gd_card_meta-zcl{
overflow-wrap:break-word;
font-size:0.75rem;
color:#6B5840;
}
.bfs_lh-zcl{
padding:2.5rem 0 1.25rem;
}
.bfs_lh_in-zcl{
padding-top:2.125rem;
border-top:1px solid rgba(26,18,8,0.14);
}
.bfs_lh_eyebrow-zcl{
margin-bottom:1.375rem;
display:block;
}
.bfs_lh_grid-zcl{
grid-template-columns:1fr 1fr;
gap:28px;
display:grid;
}
@media(min-width:601px){
.bfs_lh_grid-zcl{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:962px){
.bfs_lh_grid-zcl{
grid-template-columns:repeat(5,1fr);
}
}
.bfs_lh_col-zcl{
min-width:0;
}
.bfs_lh_col_h-zcl{
font-weight:700;
overflow-wrap:break-word;
color:#1A1208;
margin-bottom:12px;
font-size:13px;
}
.bfs_lh_links-zcl{
gap:8px;
display:flex;
flex-direction:column;
}
.bfs_lh_link-zcl{
transition:color .22s ease;
color:#8A7160;
font-size:0.813rem;
overflow-wrap:break-word;
}
.bfs_lh_link-zcl:hover{
color:#B8820A;
}
.bfs_ft-zcl{
background:#2A1F14;
color:#C8B49A;
margin-top:40px;
}
.bfs_ft_in-zcl{
gap:2rem;
grid-template-columns:1fr;
padding:48px 0 1.75rem;
display:grid;
}
@media(min-width:601px){
.bfs_ft_in-zcl{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:901px){
.bfs_ft_in-zcl{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.bfs_ft_brand-zcl{
min-width:0;
}
.bfs_ft_logo-zcl{
font-size:1.625rem;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:700;
overflow-wrap:break-word;
color:#FDF5E6;
}
.bfs_ft_tagline-zcl{
font-size:13.5px;
color:#C8B49A;
max-width:17.5rem;
margin-top:0.875rem;
line-height:1.6;
}
.bfs_ft_contact-zcl{
transition:color .22s ease;
max-width:280px;
color:#F0C050;
margin-top:0.75rem;
font-size:13px;
overflow-wrap:anywhere;
display:inline-block;
}
.bfs_ft_contact-zcl:hover{
color:#FDF5E6;
}
.bfs_ft_col-zcl{
min-width:0;
}
.bfs_ft_col_h-zcl{
letter-spacing:.08em;
color:#FDF5E6;
overflow-wrap:break-word;
text-transform:uppercase;
font-size:13px;
font-weight:700;
margin-bottom:0.875rem;
}
.bfs_ft_col_links-zcl{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.bfs_ft_link-zcl{
transition:color .22s ease;
font-size:0.844rem;
color:#C8B49A;
overflow-wrap:break-word;
}
.bfs_ft_link-zcl:hover{
color:#FDF5E6;
}
.bfs_ft_bot-zcl{
padding:1.375rem 0 2.5rem;
gap:1rem;
border-top:1px solid rgba(255,243,210,0.13);
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.bfs_ft_bot-zcl{
gap:20px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.bfs_ft_legal-zcl{
max-width:760px;
font-size:0.719rem;
color:#B09E8C;
line-height:1.6;
overflow-wrap:break-word;
}
.bfs_ft_legal-zcl b{
font-weight:700;
color:#C8B49A;
}
.bfs_ft_age-zcl{
padding:0.25rem 0.563rem;
border:1.5px solid #F0C050;
flex:0 0 auto;
border-radius:0.5rem;
font-weight:700;
font-size:13px;
color:#F0C050;
}