*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#FAF6F0;
font-size:15px;
overflow-wrap:break-word;
font-family:"Work Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.6;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
color:#2E2518;
}
img{
max-width:100%;
display:block;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
width:8px;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.huk-layout-l1e{
min-height:100vh;
display:flex;
flex-direction:column;
}
.huk-main-l1e{
flex:1 1 auto;
width:100%;
min-width:0;
}
.huk-container-l1e{
padding:0 1rem;
margin:0 auto;
max-width:87.5rem;
width:100%;
}
@media(min-width:767px){
.huk-container-l1e{
padding:0 2rem;
}
}
@media(min-width:1102px){
.huk-container-l1e{
padding:0 3.5rem;
}
}
.huk-eyebrow-l1e{
font-weight:600;
overflow-wrap:break-word;
line-height:1.4;
font-size:0.688rem;
color:#C49430;
font-family:"Work Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
letter-spacing:.2em;
text-transform:uppercase;
display:inline-block;
}
.huk-band-l1e{
background:#1E1710;
color:#F5EDD8;
}
.huk-band-l1e .huk-eyebrow-l1e{
color:#E8B84B;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.huk-tb-l1e{
background:#FAF6F0;
top:0;
z-index:50;
border-bottom:1px solid rgba(20,18,16,0.14);
position:sticky;
}
.huk-tb_in-l1e{
padding:12px 16px;
margin:0 auto;
gap:16px;
align-items:center;
justify-content:space-between;
width:100%;
max-width:1400px;
display:flex;
}
@media(min-width:765px){
.huk-tb_in-l1e{
padding:1rem 2rem;
}
}
@media(min-width:1102px){
.huk-tb_in-l1e{
padding:18px 56px;
}
}
.huk-tb_left-l1e{
gap:1.75rem;
display:flex;
align-items:center;
min-width:0;
}
.huk-tb_logo-l1e{
gap:11px;
display:flex;
min-width:0;
align-items:center;
}
.huk-tb_logo_mark-l1e{
border-radius:8px;
flex:0 0 auto;
object-fit:cover;
height:34px;
width:2.125rem;
}
.huk-tb_logo_txt-l1e{
line-height:1;
display:flex;
flex-direction:column;
min-width:0;
}
.huk-tb_logo_name-l1e{
overflow:hidden;
color:#1A1410;
text-overflow:ellipsis;
letter-spacing:.02em;
font-weight:700;
font-size:22px;
white-space:nowrap;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
}
.huk-tb_logo_sub-l1e{
overflow:hidden;
text-transform:uppercase;
font-size:8.5px;
letter-spacing:.32em;
margin-top:4px;
text-overflow:ellipsis;
white-space:nowrap;
color:#C49430;
font-weight:600;
}
.huk-tb_nav-l1e{
display:none;
}
@media(min-width:958px){
.huk-tb_nav-l1e{
gap:28px;
align-items:center;
display:flex;
}
}
.huk-tb_nav_item-l1e{
transition:color .22s ease,border-color .22s ease;
color:#2E2518;
font-size:14px;
white-space:nowrap;
font-weight:600;
padding-bottom:3px;
border-bottom:2px solid transparent;
}
.huk-tb_nav_item-l1e:hover{
color:#1A1410;
}
.huk-tb_nav_item-l1e.huk-state_active-l1e{
border-color:#C49430;
color:#1A1410;
}
.huk-tb_right-l1e{
flex:0 0 auto;
gap:0.875rem;
align-items:center;
display:flex;
}
.huk-tb_search-l1e{
transition:color .22s ease;
align-items:center;
display:flex;
justify-content:center;
color:#2E2518;
}
.huk-tb_search-l1e:hover{
color:#C49430;
}
.huk-tb_search-l1e svg{
height:1.125rem;
width:1.125rem;
}
.huk-tb_lang-l1e{
font-size:11px;
color:#6B5A42;
font-weight:600;
letter-spacing:.1em;
text-transform:uppercase;
}
.huk-tb_lang-l1e:hover{
color:#1A1410;
}
.huk-tb_login-l1e{
font-weight:600;
display:none;
font-size:14px;
color:#1A1410;
}
@media(min-width:768px){
.huk-tb_login-l1e{
display:inline-block;
}
}
.huk-tb_register-l1e{
padding:11px 22px;
border-radius:999px;
background:#1E1710;
transition:background-color .22s ease;
font-weight:700;
font-size:0.875rem;
white-space:nowrap;
color:#F5EDD8;
}
.huk-tb_register-l1e:hover{
background:#312719;
}
.huk-mob-l1e{
background:#FAF6F0;
right:0;
padding-bottom:env(safe-area-inset-bottom);
border-top:1px solid rgba(20,18,16,0.14);
bottom:0;
position:fixed;
z-index:60;
left:0;
}
@media(min-width:958px){
.huk-mob-l1e{
display:none;
}
}
.huk-mob_in-l1e{
margin:0 auto;
display:flex;
justify-content:space-around;
align-items:stretch;
max-width:560px;
}
.huk-mob_item-l1e{
transition:color .22s ease;
padding:9px 4px;
gap:3px;
flex:1 1 0;
min-width:0;
display:flex;
align-items:center;
flex-direction:column;
color:#6B5A42;
}
.huk-mob_item-l1e.huk-state_active-l1e{
color:#C49430;
}
.huk-mob_ic-l1e{
align-items:center;
display:flex;
justify-content:center;
}
.huk-mob_ic-l1e svg{
height:20px;
width:20px;
}
.huk-mob_lb-l1e{
overflow:hidden;
max-width:100%;
text-overflow:ellipsis;
font-size:10px;
white-space:nowrap;
font-weight:600;
}
@media(max-width:962px){
body{
padding-bottom:3.75rem;
}
}
.huk-rail-l1e{
position:relative;
min-width:0;
}
.huk-rail_scroll-l1e{
gap:14px;
scrollbar-width:thin;
-webkit-overflow-scrolling:touch;
overflow-x:auto;
padding-bottom:14px;
display:flex;
}
@media(min-width:766px){
.huk-rail_scroll-l1e{
gap:1.125rem;
}
}
.huk-gc-l1e{
flex:0 0 auto;
display:block;
width:9.375rem;
}
@media(min-width:766px){
.huk-gc-l1e{
width:11.75rem;
}
}
.huk-gc_img-l1e{
border-radius:0.875rem;
background:#FFFFFF;
overflow:hidden;
padding-bottom:133.33%;
position:relative;
box-shadow:0 2px 6px rgba(26,20,10,0.07), 0 8px 20px rgba(26,20,10,0.09);
}
.huk-gc_img-l1e img{
inset:0;
position:absolute;
object-fit:cover;
width:100%;
height:100%;
}
.huk-gc_cover-l1e{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
position:absolute;
pointer-events:none;
}
.huk-gc_hover-l1e{
transition:opacity .22s ease;
background:rgba(0,0,0,0.52);
inset:0;
opacity:0;
align-items:center;
position:absolute;
justify-content:center;
display:flex;
}
.huk-gc-l1e:hover .huk-gc_hover-l1e{
opacity:1;
}
.huk-gc_hover_btn-l1e{
border-radius:999px;
background:#1E1710;
color:#F5EDD8;
height:46px;
justify-content:center;
align-items:center;
width:2.875rem;
display:flex;
}
.huk-gc_hover_btn-l1e svg{
width:18px;
height:1.125rem;
}
.huk-gc_info-l1e{
gap:2px;
min-width:0;
margin-top:0.563rem;
display:flex;
flex-direction:column;
}
.huk-gc_name-l1e{
overflow:hidden;
text-overflow:ellipsis;
font-size:13px;
white-space:nowrap;
color:#1A1410;
font-weight:700;
}
.huk-gc_prov-l1e{
overflow:hidden;
color:#6B5A42;
white-space:nowrap;
text-overflow:ellipsis;
font-size:0.688rem;
}
.huk-gc_meta-l1e{
font-size:0.688rem;
color:#6B5A42;
}
.huk-tc-l1e{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:767px){
.huk-tc-l1e{
width:230px;
}
}
.huk-tc_img-l1e{
overflow:hidden;
background:#FFFFFF;
border-radius:14px;
padding-bottom:75%;
box-shadow:0 2px 0.375rem rgba(26,20,10,0.07), 0 8px 1.25rem rgba(26,20,10,0.09);
position:relative;
}
.huk-tc_img-l1e img{
inset:0;
height:100%;
object-fit:cover;
position:absolute;
width:100%;
}
.huk-tc_info-l1e{
gap:2px;
display:flex;
min-width:0;
flex-direction:column;
margin-top:9px;
}
.huk-tc_name-l1e{
overflow:hidden;
font-weight:700;
text-overflow:ellipsis;
font-size:0.875rem;
white-space:nowrap;
color:#1A1410;
}
.huk-tc_rtp-l1e{
font-size:11px;
color:#6B5A42;
}
.huk-lc-l1e{
flex:0 0 auto;
width:14.375rem;
display:block;
}
@media(min-width:768px){
.huk-lc-l1e{
width:16.75rem;
}
}
.huk-lc_img-l1e{
background:#FFFFFF;
border-radius:14px;
overflow:hidden;
padding-bottom:62.5%;
position:relative;
box-shadow:0 2px 0.375rem rgba(26,20,10,0.07), 0 8px 1.25rem rgba(26,20,10,0.09);
}
.huk-lc_img-l1e img{
inset:0;
object-fit:cover;
width:100%;
height:100%;
position:absolute;
}
.huk-lc_live-l1e{
border-radius:999px;
gap:7px;
padding:0.25rem 0.563rem;
background:rgba(0,0,0,0.52);
align-items:center;
position:absolute;
display:flex;
left:12px;
top:12px;
}
.huk-lc_live_dot-l1e{
border-radius:50%;
animation:zm2-pulse 1.6s infinite;
background:#C0392B;
height:0.5rem;
width:0.5rem;
}
.huk-lc_seats-l1e{
text-transform:uppercase;
font-size:10px;
color:#F5EDD8;
letter-spacing:.08em;
font-weight:600;
}
.huk-lc_info-l1e{
gap:2px;
margin-top:9px;
display:flex;
flex-direction:column;
min-width:0;
}
.huk-lc_name-l1e{
overflow:hidden;
font-weight:700;
color:#1A1410;
text-overflow:ellipsis;
font-size:0.938rem;
white-space:nowrap;
}
.huk-lc_bet-l1e{
color:#6B5A42;
font-size:0.688rem;
}
.huk-pc-l1e{
padding:16px 14px;
gap:8px;
border-radius:14px;
border:1px solid rgba(20,18,16,0.08);
background:#FFFFFF;
display:flex;
justify-content:center;
min-height:74px;
align-items:center;
flex-direction:column;
min-width:0;
}
.huk-pc_logo-l1e{
flex:0 0 auto;
height:28px;
object-fit:contain;
width:auto;
max-width:100%;
}
.huk-pc_name-l1e{
overflow:hidden;
text-align:center;
text-overflow:ellipsis;
max-width:100%;
font-size:11px;
color:#6B5A42;
white-space:nowrap;
}
.huk-gc_tag-l1e{
padding:3px 0.5rem;
border-radius:0.5rem;
font-size:10px;
letter-spacing:.06em;
text-transform:uppercase;
position:absolute;
font-weight:700;
top:10px;
z-index:2;
left:10px;
display:inline-block;
}
.huk-gc_tag_hot-l1e{
background:#C0392B;
color:#F5EDD8;
}
.huk-gc_tag_new-l1e{
background:#E8B84B;
color:#1A1410;
}
.huk-gc_tag_jp-l1e{
background:#C49430;
color:#1A1410;
}
.huk-gc_tag_live-l1e{
background:#C0392B;
color:#F5EDD8;
}
.huk-sh-l1e{
margin-bottom:18px;
min-width:0;
}
.huk-sh_row-l1e{
gap:1rem;
align-items:flex-end;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
}
.huk-sh_row-l1e .huk-sh_l-l1e{
gap:0.375rem;
min-width:0;
display:flex;
flex-direction:column;
}
.huk-sh_stack-l1e{
gap:0.625rem;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.huk-sh_center-l1e{
gap:0.625rem;
text-align:center;
flex-direction:column;
display:flex;
align-items:center;
}
.huk-sh_h2-l1e{
overflow-wrap:break-word;
color:#1A1410;
font-size:24px;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.1;
}
@media(min-width:768px){
.huk-sh_h2-l1e{
font-size:30px;
}
}
.huk-band-l1e .huk-sh_h2-l1e{
color:#F5EDD8;
}
.huk-sh_eb_line-l1e{
gap:10px;
align-items:center;
display:inline-flex;
}
.huk-sh_eb_line-l1e::before{
background:#C49430;
display:inline-block;
height:1px;
width:1.75rem;
content:"";
}
.huk-band-l1e .huk-sh_eb_line-l1e::before{
background:#E8B84B;
}
.huk-sh_eb_dot-l1e{
gap:8px;
display:inline-flex;
align-items:center;
}
.huk-sh_eb_dot-l1e::before{
background:#C49430;
border-radius:50%;
width:6px;
height:6px;
content:"";
display:inline-block;
}
.huk-band-l1e .huk-sh_eb_dot-l1e::before{
background:#E8B84B;
}
.huk-sh_link-l1e{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:6px;
white-space:nowrap;
font-weight:600;
display:inline-flex;
align-items:center;
padding-bottom:2px;
font-size:0.813rem;
border-bottom:1px solid #1A1410;
color:#1A1410;
}
.huk-sh_link-l1e:hover{
border-color:#C49430;
color:#C49430;
}
.huk-sh_link-l1e svg{
height:14px;
width:14px;
}
.huk-sh_link_chev-l1e{
padding-bottom:0;
border-bottom:0;
}
.huk-sh_link_btn-l1e{
padding:9px 18px;
border-radius:999px;
background:#1E1710;
color:#F5EDD8;
border-bottom:0;
}
.huk-sh_link_btn-l1e:hover{
background:#312719;
border-color:transparent;
color:#F5EDD8;
}
.huk-band-l1e .huk-sh_link-l1e{
border-color:#F5EDD8;
color:#F5EDD8;
}
.huk-band-l1e .huk-sh_link_btn-l1e{
background:#E8B84B;
color:#1A1410;
}
.huk-sh_rule-l1e{
margin:-2px 0 1.125rem;
background:rgba(20,18,16,0.14);
height:1px;
}
.huk-band-l1e .huk-sh_rule-l1e{
background:rgba(255,235,180,0.14);
}
.huk-hero-l1e{
padding:2rem 0 0.5rem;
}
@media(min-width:765px){
.huk-hero-l1e{
padding:3.5rem 0 24px;
}
}
.huk-hero_in-l1e{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:901px){
.huk-hero_in-l1e{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.huk-hero_copy-l1e{
min-width:0;
}
.huk-hero_eyebrow-l1e{
gap:0.625rem;
align-items:center;
display:inline-flex;
margin-bottom:1.375rem;
}
.huk-hero_eyebrow_line-l1e{
background:#C49430;
flex:0 0 auto;
height:1px;
display:inline-block;
width:28px;
}
.huk-hero_h1-l1e{
overflow-wrap:break-word;
color:#1A1410;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:1.25rem;
line-height:1.04;
font-size:2.375rem;
letter-spacing:-.01em;
}
@media(min-width:766px){
.huk-hero_h1-l1e{
font-size:3.375rem;
}
}
@media(min-width:1097px){
.huk-hero_h1-l1e{
font-size:3.875rem;
}
}
.huk-hero_h1-l1e em{
color:#C49430;
font-style:normal;
}
.huk-hero_sub-l1e{
margin-bottom:1.875rem;
line-height:1.6;
max-width:480px;
font-size:16px;
color:#8C7658;
}
@media(min-width:771px){
.huk-hero_sub-l1e{
font-size:18px;
}
}
.huk-hero_actions-l1e{
gap:0.875rem;
align-items:center;
flex-wrap:wrap;
margin-bottom:34px;
display:flex;
}
.huk-hero_cta-l1e{
border-radius:999px;
padding:1rem 30px;
transition:background-color .22s ease;
gap:10px;
background:#1E1710;
display:inline-flex;
font-weight:700;
align-items:center;
color:#F5EDD8;
font-size:15px;
}
.huk-hero_cta-l1e:hover{
background:#312719;
}
.huk-hero_cta_ic-l1e{
align-items:center;
display:inline-flex;
}
.huk-hero_cta_ic-l1e svg{
width:1rem;
height:1rem;
}
.huk-hero_cta_alt-l1e{
border-radius:62.438rem;
padding:15px 1.625rem;
background:transparent;
border:1px solid rgba(20,18,16,0.14);
transition:border-color .22s ease,color .22s ease;
color:#1A1410;
font-weight:600;
display:inline-flex;
font-size:15px;
align-items:center;
}
.huk-hero_cta_alt-l1e:hover{
border-color:#C49430;
color:#C49430;
}
.huk-hero_trust-l1e{
gap:22px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.huk-hero_trust_item-l1e{
gap:9px;
display:flex;
color:#2E2518;
font-size:0.813rem;
font-weight:600;
align-items:center;
}
.huk-hero_trust_ic-l1e{
color:#C49430;
align-items:center;
display:inline-flex;
}
.huk-hero_trust_ic-l1e svg{
width:1rem;
height:16px;
}
.huk-hero_promo-l1e{
background:#FFFFFF;
overflow:hidden;
border-radius:20px;
min-height:18.75rem;
box-shadow:0 12px 48px rgba(26,20,10,0.14), 0 3px 10px rgba(26,20,10,0.08);
position:relative;
display:flex;
}
.huk-hero_promo_bg-l1e{
inset:0;
position:absolute;
background-position:center;
background-size:cover;
}
.huk-hero_promo_bg-l1e::after{
background:linear-gradient(120deg,#1E1710 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.huk-hero_promo_glow-l1e{
background:radial-gradient(circle,rgba(201,148,48,0.18) 0%,transparent 65%);
border-radius:50%;
top:-2.5rem;
position:absolute;
height:16.25rem;
right:-1.25rem;
width:260px;
pointer-events:none;
}
.huk-hero_promo_ct-l1e{
padding:28px;
max-width:88%;
z-index:2;
position:relative;
align-self:flex-end;
}
.huk-hero_promo_label-l1e{
font-size:10px;
letter-spacing:.25em;
margin-bottom:8px;
display:block;
font-weight:700;
text-transform:uppercase;
color:#E8B84B;
}
.huk-hero_promo_amount-l1e{
font-weight:600;
line-height:1.05;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#F5EDD8;
font-size:2rem;
}
@media(min-width:767px){
.huk-hero_promo_amount-l1e{
font-size:2.5rem;
}
}
.huk-hero_promo_amount-l1e em{
color:#E8B84B;
font-style:normal;
}
.huk-hero_rating-l1e{
background:#FFFFFF;
border:1px solid rgba(20,18,16,0.08);
border-radius:0.875rem;
gap:10px;
padding:10px 0.875rem;
box-shadow:0 2px 6px rgba(26,20,10,0.07), 0 0.5rem 20px rgba(26,20,10,0.09);
align-items:center;
z-index:3;
max-width:min(16.25rem,62%);
right:14px;
position:absolute;
top:0.875rem;
display:flex;
}
.huk-hero_rating_score-l1e{
flex:0 0 auto;
font-size:24px;
font-weight:700;
color:#1A1410;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
}
.huk-hero_rating_txt-l1e{
flex:1 1 auto;
min-width:0;
}
.huk-hero_rating_stars-l1e{
gap:2px;
display:flex;
color:#C49430;
}
.huk-hero_rating_stars-l1e svg{
width:0.75rem;
height:12px;
}
.huk-hero_rating_cap-l1e{
line-height:1.35;
margin-top:3px;
color:#6B5A42;
font-size:11px;
overflow-wrap:break-word;
display:block;
}
.huk-stat-l1e{
margin-top:1rem;
border-top:1px solid rgba(20,18,16,0.14);
border-bottom:1px solid rgba(20,18,16,0.14);
}
.huk-stat_in-l1e{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:766px){
.huk-stat_in-l1e{
grid-template-columns:repeat(4,1fr);
}
}
.huk-stat_item-l1e{
padding:1.375rem 14px;
border-bottom:1px solid rgba(20,18,16,0.08);
border-right:1px solid rgba(20,18,16,0.08);
min-width:0;
}
.huk-stat_item-l1e:nth-child(2n){
border-right:0;
}
.huk-stat_item-l1e:nth-child(n+3){
border-bottom:0;
}
@media(min-width:770px){
.huk-stat_item-l1e{
border-bottom:0;
}
.huk-stat_item-l1e:nth-child(2n){
border-right:1px solid rgba(20,18,16,0.08);
}
.huk-stat_item-l1e:nth-child(4n){
border-right:0;
}
}
.huk-stat_value-l1e{
font-weight:700;
line-height:1;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
color:#1A1410;
overflow-wrap:break-word;
font-size:30px;
}
@media(min-width:769px){
.huk-stat_value-l1e{
font-size:2.125rem;
}
}
.huk-stat_label-l1e{
color:#6B5A42;
line-height:1.4;
margin-top:0.375rem;
font-size:0.813rem;
overflow-wrap:break-word;
}
.huk-grow-l1e{
padding:1.625rem 0 10px;
}
.huk-row_seo-l1e{
margin:10px 0 0;
max-width:47.5rem;
overflow-wrap:break-word;
color:#8C7658;
line-height:1.65;
font-size:14px;
}
.huk-row_seo-l1e strong{
color:#1A1410;
font-weight:700;
}
.huk-grow-l1e{
padding:1.625rem 0 10px;
}
.huk-row_seo-l1e{
margin:10px 0 0;
overflow-wrap:break-word;
max-width:760px;
color:#8C7658;
font-size:0.875rem;
line-height:1.65;
}
.huk-row_seo-l1e strong{
font-weight:700;
color:#1A1410;
}
.huk-jp-l1e{
padding:30px 0 0.625rem;
}
.huk-jp_grid-l1e{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:769px){
.huk-jp_grid-l1e{
grid-template-columns:1fr 1fr;
}
.huk-jp_card_mega-l1e{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.huk-jp_grid-l1e{
grid-template-columns:1.4fr 1fr 1fr;
}
.huk-jp_card_mega-l1e{
grid-column:auto;
}
}
.huk-jp_card-l1e{
border-radius:1.25rem;
padding:26px;
border:1px solid rgba(20,18,16,0.08);
overflow:hidden;
gap:12px;
background:#FFFFFF;
position:relative;
min-height:12.5rem;
min-width:0;
display:flex;
flex-direction:column;
justify-content:space-between;
}
.huk-jp_card_mega-l1e{
background:linear-gradient(135deg,#2C2015,#131009);
border-color:transparent;
min-height:210px;
color:#F5EDD8;
}
.huk-jp_glow-l1e{
border-radius:50%;
background:radial-gradient(circle,rgba(201,148,48,0.18),transparent 70%);
position:absolute;
width:12.5rem;
height:12.5rem;
pointer-events:none;
right:-40px;
top:-40px;
}
.huk-jp_label-l1e{
gap:0.625rem;
position:relative;
font-weight:700;
font-size:0.625rem;
text-transform:uppercase;
color:#C49430;
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
letter-spacing:.16em;
}
.huk-jp_card_mega-l1e .huk-jp_label-l1e{
color:#E8B84B;
}
.huk-jp_drop-l1e{
font-weight:600;
letter-spacing:.04em;
text-transform:none;
color:#6B5A42;
}
.huk-jp_card_mega-l1e .huk-jp_drop-l1e{
color:#B8A07A;
}
.huk-jp_amount-l1e{
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
line-height:1;
position:relative;
color:#1A1410;
font-weight:700;
overflow-wrap:break-word;
font-size:2.375rem;
}
.huk-jp_card_mega-l1e .huk-jp_amount-l1e{
animation:zm2-pulse 2.4s infinite;
color:#E8B84B;
font-size:48px;
}
@media(min-width:765px){
.huk-jp_card_mega-l1e .huk-jp_amount-l1e{
font-size:54px;
}
}
.huk-jp_game-l1e{
position:relative;
color:#6B5A42;
font-size:0.813rem;
}
.huk-jp_card_mega-l1e .huk-jp_game-l1e{
color:#B8A07A;
}
.huk-jp_cta-l1e{
position:relative;
align-self:flex-start;
}
.huk-jp_card_mega-l1e .huk-jp_cta-l1e{
border-radius:62.438rem;
padding:10px 20px;
transition:opacity .22s ease;
background:#E8B84B;
font-size:13px;
color:#1A1410;
font-weight:700;
}
.huk-jp_card_mega-l1e .huk-jp_cta-l1e:hover{
opacity:.9;
}
.huk-jp_card-l1e:not(.huk-jp_card_mega-l1e) .huk-jp_cta-l1e{
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #1A1410;
color:#1A1410;
font-size:0.813rem;
font-weight:700;
padding-bottom:2px;
}
.huk-jp_card-l1e:not(.huk-jp_card_mega-l1e) .huk-jp_cta-l1e:hover{
border-color:#C49430;
color:#C49430;
}
.huk-jp_seo-l1e{
margin:14px 0 0;
font-size:0.875rem;
line-height:1.65;
color:#8C7658;
overflow-wrap:break-word;
max-width:760px;
}
.huk-jp_seo-l1e strong{
font-weight:700;
color:#1A1410;
}
.huk-pr-l1e{
padding:1.875rem 0 0.375rem;
}
.huk-pr_card-l1e{
gap:0.625rem;
border:1px solid rgba(20,18,16,0.08);
overflow:hidden;
padding:1.625rem;
flex:0 0 auto;
background:#FFFFFF;
border-radius:1.25rem;
min-height:200px;
position:relative;
display:flex;
flex-direction:column;
width:17.5rem;
}
@media(min-width:767px){
.huk-pr_card-l1e{
width:300px;
}
}
.huk-pr_card_feat-l1e{
border-color:transparent;
background:linear-gradient(150deg,#2C2015,#131009);
color:#F5EDD8;
}
.huk-pr_glow-l1e{
background:radial-gradient(circle,rgba(201,148,48,0.18),transparent 70%);
border-radius:50%;
right:-30px;
pointer-events:none;
width:8.125rem;
top:-1.875rem;
opacity:0;
height:8.125rem;
position:absolute;
}
.huk-pr_card_feat-l1e .huk-pr_glow-l1e{
opacity:1;
}
.huk-pr_label-l1e{
letter-spacing:.16em;
font-weight:700;
text-transform:uppercase;
color:#C49430;
position:relative;
font-size:10px;
}
.huk-pr_card_feat-l1e .huk-pr_label-l1e{
color:#E8B84B;
}
.huk-pr_amount-l1e{
line-height:1.08;
position:relative;
overflow-wrap:break-word;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-size:26px;
font-weight:600;
color:#1A1410;
}
.huk-pr_card_feat-l1e .huk-pr_amount-l1e{
color:#F5EDD8;
}
.huk-pr_amount-l1e em{
color:#C49430;
font-style:normal;
}
.huk-pr_card_feat-l1e .huk-pr_amount-l1e em{
color:#E8B84B;
}
.huk-pr_terms-l1e{
font-size:0.813rem;
color:#6B5A42;
line-height:1.5;
position:relative;
}
.huk-pr_card_feat-l1e .huk-pr_terms-l1e{
color:#B8A07A;
}
.huk-pr_cta-l1e{
position:relative;
align-self:flex-start;
margin-top:auto;
}
.huk-pr_card_feat-l1e .huk-pr_cta-l1e{
transition:opacity .22s ease;
border-radius:62.438rem;
background:#E8B84B;
padding:0.563rem 1.125rem;
color:#1A1410;
font-weight:700;
font-size:13px;
}
.huk-pr_card_feat-l1e .huk-pr_cta-l1e:hover{
opacity:.9;
}
.huk-pr_card-l1e:not(.huk-pr_card_feat-l1e) .huk-pr_cta-l1e{
transition:color .22s ease,border-color .22s ease;
padding-bottom:2px;
color:#1A1410;
font-size:0.813rem;
border-bottom:1px solid #1A1410;
font-weight:700;
}
.huk-pr_card-l1e:not(.huk-pr_card_feat-l1e) .huk-pr_cta-l1e:hover{
border-color:#C49430;
color:#C49430;
}
.huk-sea-l1e{
padding:1.5rem 0 10px;
}
.huk-sea_in-l1e{
padding:36px;
gap:1.375rem;
overflow:hidden;
background:linear-gradient(115deg,#2C2015,#131009);
border-radius:1.25rem;
color:#F5EDD8;
position:relative;
display:flex;
flex-direction:column;
}
@media(min-width:823px){
.huk-sea_in-l1e{
padding:2.75rem 48px;
gap:32px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.huk-sea_glow-l1e{
background:radial-gradient(circle,rgba(201,148,48,0.18),transparent 68%);
border-radius:50%;
position:absolute;
height:240px;
transform:translateY(-50%);
width:240px;
right:60px;
top:50%;
pointer-events:none;
}
.huk-sea_copy-l1e{
position:relative;
min-width:0;
max-width:560px;
}
.huk-sea_eyebrow-l1e{
margin-bottom:0.75rem;
}
.huk-sea_h2-l1e{
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-size:1.875rem;
margin-bottom:0.75rem;
font-weight:600;
overflow-wrap:break-word;
color:#F5EDD8;
line-height:1.04;
}
@media(min-width:769px){
.huk-sea_h2-l1e{
font-size:38px;
}
}
.huk-sea_text-l1e{
line-height:1.6;
color:#B8A07A;
font-size:0.938rem;
}
.huk-sea_cta-l1e{
border-radius:62.438rem;
transition:opacity .22s ease;
padding:16px 2rem;
background:#E8B84B;
flex:0 0 auto;
font-weight:700;
font-size:15px;
color:#1A1410;
position:relative;
}
.huk-sea_cta-l1e:hover{
opacity:.9;
}
.huk-vip-l1e{
padding:3rem 0;
}
@media(min-width:769px){
.huk-vip-l1e{
padding:64px 0;
}
}
.huk-vip_head-l1e{
gap:14px;
flex-direction:column;
margin-bottom:30px;
display:flex;
}
@media(min-width:879px){
.huk-vip_head-l1e{
gap:24px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.huk-vip_eyebrow-l1e{
margin-bottom:12px;
}
.huk-vip_h2-l1e{
font-size:2rem;
line-height:1.05;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
color:#F5EDD8;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:765px){
.huk-vip_h2-l1e{
font-size:40px;
}
}
.huk-vip_intro-l1e{
color:#B8A07A;
line-height:1.6;
font-size:14px;
max-width:420px;
}
.huk-vip_grid-l1e{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
display:grid;
}
.huk-vip_card-l1e{
border:1px solid rgba(255,235,180,0.14);
padding:22px 1.125rem;
border-radius:0.875rem;
min-width:0;
}
.huk-vip_card_feat-l1e{
border-color:#E8B84B;
background:rgba(255,243,210,0.08);
}
.huk-vip_card_ic-l1e{
background:linear-gradient(135deg,#C49430,#F0CC70);
border-radius:0.5rem;
width:2.125rem;
margin-bottom:16px;
display:block;
height:34px;
}
.huk-vip_name-l1e{
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:20px;
color:#F5EDD8;
margin-bottom:6px;
font-weight:600;
}
.huk-vip_perk-l1e{
overflow-wrap:break-word;
color:#B8A07A;
font-size:0.781rem;
line-height:1.5;
}
.huk-app-l1e{
padding:30px 0 0.625rem;
}
.huk-app_in-l1e{
background:#FFFFFF;
gap:1.75rem;
padding:2rem;
border:1px solid rgba(20,18,16,0.08);
border-radius:20px;
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.huk-app_in-l1e{
gap:2.5rem;
padding:2.5rem 44px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.huk-app_copy-l1e{
max-width:560px;
min-width:0;
}
.huk-app_eyebrow-l1e{
margin-bottom:12px;
}
.huk-app_h2-l1e{
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-size:28px;
font-weight:600;
overflow-wrap:break-word;
color:#1A1410;
line-height:1.05;
margin-bottom:0.75rem;
}
@media(min-width:766px){
.huk-app_h2-l1e{
font-size:2.125rem;
}
}
.huk-app_text-l1e{
color:#8C7658;
line-height:1.6;
font-size:0.875rem;
margin-bottom:22px;
}
.huk-app_btns-l1e{
gap:12px;
flex-wrap:wrap;
display:flex;
}
.huk-app_btn-l1e{
gap:0.625rem;
background:#1E1710;
transition:background-color .22s ease;
border-radius:14px;
padding:11px 1.25rem;
align-items:center;
color:#F5EDD8;
display:inline-flex;
}
.huk-app_btn-l1e:hover{
background:#312719;
}
.huk-app_btn_ic-l1e{
align-items:center;
display:inline-flex;
}
.huk-app_btn_ic-l1e svg{
width:1.125rem;
height:1.125rem;
}
.huk-app_btn_lb-l1e{
font-weight:700;
font-size:13.5px;
}
.huk-app_qr_wrap-l1e{
flex:0 0 auto;
gap:18px;
align-items:center;
display:flex;
}
.huk-app_qr-l1e{
flex:0 0 auto;
border-radius:14px;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 5px,transparent 0.313rem 11px),repeating-linear-gradient(90deg,#FFFFFF 0 5px,transparent 5px 0.688rem);
width:108px;
background-color:#1E1710;
height:6.75rem;
}
.huk-app_qr_cap-l1e{
color:#6B5A42;
max-width:92px;
font-size:0.781rem;
line-height:1.4;
}
.huk-nl-l1e{
padding:24px 0 10px;
}
.huk-nl_in-l1e{
background:#251D14;
gap:1.375rem;
border-radius:1.25rem;
padding:30px 32px;
display:flex;
flex-direction:column;
color:#F5EDD8;
}
@media(min-width:770px){
.huk-nl_in-l1e{
gap:1.75rem;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.huk-nl_text_wrap-l1e{
min-width:0;
}
.huk-nl_h3-l1e{
overflow-wrap:break-word;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
margin-bottom:5px;
font-size:1.375rem;
line-height:1.1;
color:#F5EDD8;
font-weight:600;
}
@media(min-width:771px){
.huk-nl_h3-l1e{
font-size:24px;
}
}
.huk-nl_text-l1e{
color:#B8A07A;
font-size:13.5px;
line-height:1.5;
}
.huk-nl_form-l1e{
gap:0.625rem;
flex:1 1 auto;
display:flex;
min-width:0;
max-width:460px;
}
.huk-nl_input-l1e{
border:1px solid rgba(255,235,180,0.14);
background:rgba(255,243,210,0.08);
flex:1 1 auto;
overflow:hidden;
border-radius:0.875rem;
padding:0.813rem 1rem;
align-items:center;
display:flex;
min-width:0;
color:#B8A07A;
text-overflow:ellipsis;
font-size:14px;
white-space:nowrap;
}
.huk-nl_btn-l1e{
border-radius:14px;
padding:0.813rem 24px;
transition:opacity .22s ease;
background:#E8B84B;
flex:0 0 auto;
white-space:nowrap;
font-weight:700;
color:#1A1410;
font-size:0.875rem;
}
.huk-nl_btn-l1e:hover{
opacity:.9;
}
.huk-hts-l1e{
padding:3rem 0;
}
@media(min-width:765px){
.huk-hts-l1e{
padding:62px 0;
}
}
.huk-hts_head-l1e{
gap:18px;
display:flex;
margin-bottom:2.125rem;
flex-direction:column;
}
@media(min-width:770px){
.huk-hts_head-l1e{
gap:24px;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.huk-hts_eyebrow-l1e{
margin-bottom:0.75rem;
}
.huk-hts_h2-l1e{
overflow-wrap:break-word;
line-height:1.05;
font-weight:600;
color:#F5EDD8;
font-size:30px;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
}
@media(min-width:770px){
.huk-hts_h2-l1e{
font-size:2.375rem;
}
}
.huk-hts_cta-l1e{
flex:0 0 auto;
padding:0.938rem 1.875rem;
border-radius:999px;
transition:opacity .22s ease;
background:#E8B84B;
color:#1A1410;
font-size:0.938rem;
font-weight:700;
}
.huk-hts_cta-l1e:hover{
opacity:.9;
}
.huk-hts_grid-l1e{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:761px){
.huk-hts_grid-l1e{
grid-template-columns:repeat(3,1fr);
}
}
.huk-hts_step-l1e{
border-top:1px solid rgba(255,235,180,0.14);
min-width:0;
padding-top:1.375rem;
}
.huk-hts_step_num-l1e{
color:#E8B84B;
font-size:2.75rem;
margin-bottom:0.875rem;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
line-height:1;
font-weight:700;
}
.huk-hts_step_h-l1e{
color:#F5EDD8;
line-height:1.2;
font-size:19px;
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-weight:700;
}
.huk-hts_step_p-l1e{
line-height:1.55;
overflow-wrap:break-word;
color:#B8A07A;
font-size:0.875rem;
}
.huk-rv-l1e{
background:#FFFFFF;
padding:3rem 0;
margin-top:1.5rem;
border-top:1px solid rgba(20,18,16,0.08);
border-bottom:1px solid rgba(20,18,16,0.08);
}
@media(min-width:765px){
.huk-rv-l1e{
padding:56px 0;
}
}
.huk-rv_head-l1e{
gap:16px;
margin-bottom:1.875rem;
display:flex;
flex-direction:column;
}
@media(min-width:768px){
.huk-rv_head-l1e{
gap:20px;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.huk-rv_eyebrow-l1e{
margin-bottom:10px;
}
.huk-rv_h2-l1e{
font-size:1.875rem;
overflow-wrap:break-word;
color:#1A1410;
font-weight:600;
line-height:1.05;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.huk-rv_h2-l1e{
font-size:38px;
}
}
.huk-rv_agg-l1e{
gap:12px;
align-items:center;
display:flex;
}
.huk-rv_agg_stars-l1e{
gap:3px;
display:flex;
color:#C49430;
}
.huk-rv_agg_stars-l1e svg{
height:1.125rem;
width:1.125rem;
}
.huk-rv_source-l1e{
color:#8C7658;
font-size:0.813rem;
}
.huk-rv_grid-l1e{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.huk-rv_grid-l1e{
grid-template-columns:repeat(3,1fr);
}
}
.huk-rv_card-l1e{
border:1px solid rgba(20,18,16,0.08);
border-radius:0.875rem;
padding:26px;
background:#FAF6F0;
min-width:0;
}
.huk-rv_card_stars-l1e{
gap:2px;
display:flex;
color:#C49430;
margin-bottom:12px;
}
.huk-rv_card_stars-l1e svg{
height:14px;
width:0.875rem;
}
.huk-rv_card_body-l1e{
font-weight:500;
margin-bottom:1rem;
font-size:1.125rem;
line-height:1.45;
overflow-wrap:break-word;
color:#1A1410;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
}
.huk-rv_card_meta-l1e{
gap:10px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.huk-rv_card_av-l1e{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#C49430,#F0CC70);
height:32px;
width:32px;
}
.huk-rv_card_author-l1e{
font-weight:700;
font-size:13px;
color:#1A1410;
}
.huk-rv_card_loc-l1e{
font-size:12px;
color:#6B5A42;
}
.huk-pmt-l1e{
padding:3rem 0 0.625rem;
}
.huk-pmt_in-l1e{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:start;
}
@media(min-width:877px){
.huk-pmt_in-l1e{
gap:48px;
grid-template-columns:1fr 1.1fr;
}
}
.huk-pmt_left-l1e{
min-width:0;
}
.huk-pmt_eyebrow-l1e{
margin-bottom:12px;
}
.huk-pmt_h2-l1e{
font-size:1.875rem;
margin-bottom:12px;
color:#1A1410;
line-height:1.06;
overflow-wrap:break-word;
font-weight:600;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.huk-pmt_h2-l1e{
font-size:32px;
}
}
.huk-pmt_text-l1e{
color:#8C7658;
margin-bottom:1.375rem;
font-size:14.5px;
line-height:1.6;
}
.huk-pmt_logos-l1e{
gap:0.625rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:482px){
.huk-pmt_logos-l1e{
grid-template-columns:repeat(4,1fr);
}
}
.huk-pmt_logo-l1e{
background:#FFFFFF;
border-radius:0.5rem;
padding:0 8px;
border:1px solid rgba(20,18,16,0.08);
overflow:hidden;
white-space:nowrap;
align-items:center;
font-weight:700;
color:#2E2518;
text-overflow:ellipsis;
height:50px;
text-align:center;
justify-content:center;
display:flex;
font-size:0.781rem;
}
.huk-pmt_table-l1e{
overflow:hidden;
border:1px solid rgba(20,18,16,0.08);
border-radius:0.875rem;
min-width:0;
}
.huk-pmt_thead-l1e{
background:#2A2118;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.huk-pmt_th-l1e{
padding:0.813rem 0.875rem;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-weight:700;
font-size:0.625rem;
color:#F5EDD8;
text-transform:uppercase;
letter-spacing:.08em;
}
.huk-pmt_row-l1e{
grid-template-columns:1.4fr 1fr 1fr 1fr;
border-top:1px solid rgba(20,18,16,0.08);
display:grid;
}
.huk-pmt_row-l1e:nth-child(odd){
background:#FFFFFF;
}
.huk-pmt_td-l1e{
padding:0.875rem;
font-size:0.844rem;
overflow-wrap:break-word;
color:#8C7658;
min-width:0;
}
.huk-pmt_row-l1e .huk-pmt_td-l1e:first-child{
color:#1A1410;
font-weight:700;
}
.huk-pmt_row-l1e .huk-pmt_td-l1e:last-child{
color:#3A8C5C;
font-weight:700;
}
.huk-prov-l1e{
padding:40px 0 20px;
}
.huk-prov_eyebrow-l1e{
margin-bottom:1.125rem;
display:block;
}
.huk-prov_grid-l1e{
grid-template-columns:repeat(2,1fr);
gap:0.75rem;
display:grid;
}
@media(min-width:561px){
.huk-prov_grid-l1e{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:901px){
.huk-prov_grid-l1e{
grid-template-columns:repeat(6,1fr);
}
}
.huk-wy-l1e{
padding:3rem 0;
}
@media(min-width:769px){
.huk-wy-l1e{
padding:3.5rem 0;
}
}
.huk-wy_in-l1e{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:902px){
.huk-wy_in-l1e{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.huk-wy_left-l1e{
min-width:0;
}
.huk-wy_eyebrow-l1e{
margin-bottom:0.875rem;
}
.huk-wy_h2-l1e{
margin-bottom:1rem;
overflow-wrap:break-word;
font-weight:600;
color:#1A1410;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
line-height:1.05;
font-size:32px;
}
@media(min-width:767px){
.huk-wy_h2-l1e{
font-size:40px;
}
}
.huk-wy_intro-l1e{
color:#8C7658;
line-height:1.6;
font-size:15px;
}
.huk-wy_grid-l1e{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:563px){
.huk-wy_grid-l1e{
grid-template-columns:1fr 1fr;
}
}
.huk-wy_card-l1e{
border-radius:14px;
padding:26px;
border:1px solid rgba(20,18,16,0.08);
background:#FFFFFF;
min-width:0;
}
.huk-wy_card_ic-l1e{
justify-content:center;
display:inline-flex;
color:#C49430;
align-items:center;
margin-bottom:1rem;
}
.huk-wy_card_ic-l1e svg{
width:26px;
height:26px;
}
.huk-wy_card_h-l1e{
overflow-wrap:break-word;
font-size:21px;
font-weight:600;
color:#1A1410;
line-height:1.15;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
margin-bottom:8px;
}
.huk-wy_card_p-l1e{
font-size:14px;
line-height:1.55;
color:#8C7658;
overflow-wrap:break-word;
}
.huk-ts-l1e{
padding:44px 0;
}
.huk-ts_in-l1e{
gap:2rem;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:881px){
.huk-ts_in-l1e{
grid-template-columns:1.4fr 1fr;
gap:3rem;
}
}
.huk-ts_left-l1e{
min-width:0;
}
.huk-ts_h2-l1e{
color:#F5EDD8;
font-size:26px;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
line-height:1.1;
margin-bottom:0.75rem;
}
@media(min-width:769px){
.huk-ts_h2-l1e{
font-size:1.75rem;
}
}
.huk-ts_text-l1e{
color:#B8A07A;
line-height:1.6;
margin-bottom:22px;
font-size:14.5px;
max-width:520px;
}
.huk-ts_badges-l1e{
gap:18px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.huk-ts_badge-l1e{
font-weight:600;
font-size:0.813rem;
color:#B8A07A;
}
.huk-ts_pay-l1e{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
@media(min-width:881px){
.huk-ts_pay-l1e{
justify-content:flex-end;
}
}
.huk-ts_pay_chip-l1e{
border:1px solid rgba(255,235,180,0.14);
background:rgba(255,243,210,0.08);
border-radius:14px;
padding:12px 16px;
font-weight:700;
color:#F5EDD8;
font-size:14px;
}
.huk-dr-l1e{
padding:36px 0 0.625rem;
}
.huk-dr_in-l1e{
gap:20px;
border-radius:14px;
padding:1.75rem 32px;
border:1px dashed rgba(20,18,16,0.14);
flex-direction:column;
display:flex;
}
@media(min-width:770px){
.huk-dr_in-l1e{
gap:2rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.huk-dr_h2-l1e{
font-size:1.5rem;
color:#1A1410;
margin-bottom:8px;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
line-height:1.1;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:767px){
.huk-dr_h2-l1e{
font-size:1.625rem;
}
}
.huk-dr_text-l1e{
font-size:0.875rem;
max-width:42.5rem;
color:#8C7658;
overflow-wrap:break-word;
line-height:1.6;
}
.huk-dr_text-l1e b{
font-weight:700;
color:#1A1410;
}
.huk-dr_cta-l1e{
flex:0 0 auto;
transition:color .22s ease;
border-bottom:1px solid #C49430;
padding-bottom:2px;
font-weight:700;
font-size:0.844rem;
color:#1A1410;
white-space:nowrap;
}
.huk-dr_cta-l1e:hover{
color:#C49430;
}
.huk-tt-l1e{
padding:3rem 0 0.625rem;
}
@media(min-width:771px){
.huk-tt-l1e{
padding:3.75rem 0 0.625rem;
}
}
.huk-tt_head-l1e{
text-align:center;
margin-bottom:34px;
}
.huk-tt_eyebrow-l1e{
margin-bottom:0.75rem;
}
.huk-tt_h2-l1e{
color:#1A1410;
font-weight:600;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-size:32px;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:769px){
.huk-tt_h2-l1e{
font-size:2.625rem;
}
}
.huk-tt_grid-l1e{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:757px){
.huk-tt_grid-l1e{
grid-template-columns:repeat(3,1fr);
}
}
.huk-tt_card-l1e{
padding:1.875rem;
background:#FFFFFF;
border:1px solid rgba(20,18,16,0.08);
border-radius:0.875rem;
flex-direction:column;
min-width:0;
display:flex;
}
.huk-tt_card_ic-l1e{
color:#C49430;
align-items:center;
margin-bottom:18px;
display:inline-flex;
}
.huk-tt_card_ic-l1e svg{
height:28px;
width:28px;
}
.huk-tt_card_h-l1e{
line-height:1.15;
font-size:1.375rem;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
margin-bottom:0.5rem;
color:#1A1410;
font-weight:600;
overflow-wrap:break-word;
}
.huk-tt_card_p-l1e{
margin-bottom:0.875rem;
line-height:1.6;
color:#8C7658;
font-size:14px;
overflow-wrap:break-word;
}
.huk-tt_card_p-l1e b{
color:#1A1410;
font-weight:700;
}
.huk-tt_card_link-l1e{
transition:color .22s ease;
align-self:flex-start;
border-bottom:1px solid #C49430;
font-size:13px;
color:#1A1410;
padding-bottom:2px;
margin-top:auto;
font-weight:700;
}
.huk-tt_card_link-l1e:hover{
color:#C49430;
}
.huk-sg-l1e{
padding:3rem 0 10px;
}
.huk-sg_eyebrow-l1e{
display:block;
margin-bottom:12px;
}
.huk-sg_h2-l1e{
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:30px;
overflow-wrap:break-word;
margin-bottom:1.75rem;
line-height:1.05;
color:#1A1410;
}
@media(min-width:767px){
.huk-sg_h2-l1e{
font-size:2.25rem;
}
}
.huk-sg_grid-l1e{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:721px){
.huk-sg_grid-l1e{
grid-template-columns:repeat(3,1fr);
}
}
.huk-sg_col-l1e{
min-width:0;
}
.huk-sg_col_h-l1e{
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
margin-bottom:10px;
font-size:22px;
color:#1A1410;
font-weight:600;
line-height:1.15;
}
.huk-sg_col_p-l1e{
line-height:1.65;
font-size:14px;
overflow-wrap:break-word;
color:#8C7658;
}
.huk-faq-l1e{
padding:3rem 0;
background:#FFFFFF;
border-top:1px solid rgba(20,18,16,0.08);
border-bottom:1px solid rgba(20,18,16,0.08);
margin-top:1.5rem;
}
@media(min-width:767px){
.huk-faq-l1e{
padding:62px 0;
}
}
.huk-faq_head-l1e{
margin-bottom:34px;
text-align:center;
}
.huk-faq_eyebrow-l1e{
margin-bottom:12px;
}
.huk-faq_h2-l1e{
color:#1A1410;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-size:2rem;
font-weight:600;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:768px){
.huk-faq_h2-l1e{
font-size:38px;
}
}
.huk-faq_list-l1e{
gap:0.75rem;
margin:0 auto;
display:flex;
flex-direction:column;
max-width:820px;
}
.huk-faq_item-l1e{
border:1px solid rgba(20,18,16,0.08);
background:#FAF6F0;
border-radius:14px;
overflow:hidden;
}
.huk-faq_q-l1e{
list-style:none;
padding:1.25rem 24px;
gap:20px;
color:#1A1410;
display:flex;
cursor:pointer;
font-size:16px;
font-weight:700;
justify-content:space-between;
overflow-wrap:break-word;
align-items:center;
}
.huk-faq_q-l1e::-webkit-details-marker{
display:none;
}
.huk-faq_q_ic-l1e{
transition:transform .22s ease;
flex:0 0 auto;
align-items:center;
color:#C49430;
display:inline-flex;
}
.huk-faq_q_ic-l1e svg{
height:18px;
width:1.125rem;
}
.huk-faq_item-l1e[open] .huk-faq_q_ic-l1e{
transform:rotate(180deg);
}
.huk-faq_a-l1e{
padding:0 1.5rem 1.25rem;
line-height:1.6;
color:#8C7658;
overflow-wrap:break-word;
font-size:0.906rem;
}
.huk-el-l1e{
padding:48px 0;
}
@media(min-width:766px){
.huk-el-l1e{
padding:56px 0;
}
}
.huk-el_in-l1e{
gap:2.5rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:898px){
.huk-el_in-l1e{
gap:3.5rem;
grid-template-columns:1fr 1fr;
}
}
.huk-el_left-l1e{
min-width:0;
}
.huk-el_eyebrow-l1e{
margin-bottom:0.875rem;
}
.huk-el_h2-l1e{
color:#1A1410;
overflow-wrap:break-word;
line-height:1.08;
font-size:2rem;
font-weight:600;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
margin-bottom:1.375rem;
}
@media(min-width:771px){
.huk-el_h2-l1e{
font-size:2.375rem;
}
}
.huk-el_body-l1e p{
line-height:1.7;
overflow-wrap:break-word;
margin-bottom:18px;
color:#2E2518;
font-size:1rem;
}
.huk-el_dropcap-l1e{
padding:6px 12px 0 0;
font-size:3.875rem;
font-weight:700;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
line-height:.8;
float:left;
color:#C49430;
}
.huk-el_right-l1e{
min-width:0;
}
.huk-el_quote-l1e{
border-radius:1.25rem;
background:linear-gradient(150deg,#2C2015,#131009);
padding:2.25rem;
color:#F5EDD8;
margin-bottom:1.5rem;
position:relative;
}
.huk-el_quote_mark-l1e{
margin-bottom:6px;
display:inline-flex;
align-items:center;
color:#E8B84B;
}
.huk-el_quote_mark-l1e svg{
width:2.125rem;
height:34px;
}
.huk-el_quote_text-l1e{
font-weight:500;
font-size:22px;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
margin-bottom:22px;
line-height:1.4;
color:#F5EDD8;
overflow-wrap:break-word;
}
.huk-el_quote_meta-l1e{
gap:12px;
display:flex;
align-items:center;
}
.huk-el_quote_av-l1e{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#C49430,#F0CC70);
height:38px;
width:2.375rem;
}
.huk-el_quote_author-l1e{
font-weight:700;
color:#F5EDD8;
font-size:0.875rem;
}
.huk-el_quote_meta_sub-l1e{
font-size:12px;
color:#B8A07A;
}
.huk-el_explain-l1e{
border-radius:0.875rem;
overflow:hidden;
border:1px solid rgba(20,18,16,0.08);
}
.huk-el_explain_card-l1e{
padding:22px 24px;
}
.huk-el_explain_card-l1e+.huk-el_explain_card-l1e{
border-top:1px solid rgba(20,18,16,0.08);
}
.huk-el_explain_h-l1e{
line-height:1.15;
color:#1A1410;
font-weight:600;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-size:1.25rem;
margin-bottom:8px;
overflow-wrap:break-word;
}
.huk-el_explain_p-l1e{
line-height:1.55;
overflow-wrap:break-word;
font-size:0.875rem;
color:#8C7658;
}
.huk-lh-l1e{
padding:2.5rem 0 20px;
}
.huk-lh_in-l1e{
padding-top:34px;
border-top:1px solid rgba(20,18,16,0.14);
}
.huk-lh_eyebrow-l1e{
margin-bottom:22px;
display:block;
}
.huk-lh_grid-l1e{
grid-template-columns:1fr 1fr;
gap:1.75rem;
display:grid;
}
@media(min-width:600px){
.huk-lh_grid-l1e{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:962px){
.huk-lh_grid-l1e{
grid-template-columns:repeat(5,1fr);
}
}
.huk-lh_col-l1e{
min-width:0;
}
.huk-lh_col_h-l1e{
color:#1A1410;
overflow-wrap:break-word;
font-size:0.813rem;
font-weight:700;
margin-bottom:12px;
}
.huk-lh_links-l1e{
gap:0.5rem;
flex-direction:column;
display:flex;
}
.huk-lh_link-l1e{
transition:color .22s ease;
color:#8C7658;
font-size:0.813rem;
overflow-wrap:break-word;
}
.huk-lh_link-l1e:hover{
color:#C49430;
}
.huk-sb-l1e{
background:#FFFFFF;
padding:48px 0;
border-top:1px solid rgba(20,18,16,0.08);
margin-top:24px;
border-bottom:1px solid rgba(20,18,16,0.08);
}
@media(min-width:770px){
.huk-sb-l1e{
padding:56px 0;
}
}
.huk-sb_eyebrow-l1e{
display:block;
margin-bottom:0.75rem;
}
.huk-sb_h2-l1e{
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
color:#1A1410;
font-size:1.875rem;
margin-bottom:1.625rem;
}
@media(min-width:769px){
.huk-sb_h2-l1e{
font-size:36px;
}
}
.huk-sb_grid-l1e{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:562px){
.huk-sb_grid-l1e{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:961px){
.huk-sb_grid-l1e{
grid-template-columns:repeat(4,1fr);
}
}
.huk-sb_card-l1e{
border:1px solid rgba(20,18,16,0.08);
border-radius:0.875rem;
background:#FAF6F0;
padding:24px;
min-width:0;
}
.huk-sb_card_h-l1e{
margin-bottom:8px;
font-weight:600;
font-size:19px;
line-height:1.15;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#1A1410;
}
.huk-sb_card_p-l1e{
overflow-wrap:break-word;
line-height:1.6;
color:#8C7658;
font-size:0.844rem;
}
.huk-sb_rtp-l1e{
padding:1.625rem 1.75rem;
border:1px solid rgba(20,18,16,0.08);
border-radius:0.875rem;
gap:24px;
grid-template-columns:1fr;
background:#FAF6F0;
display:grid;
margin-top:1.125rem;
align-items:center;
}
@media(min-width:763px){
.huk-sb_rtp-l1e{
grid-template-columns:1fr 1fr;
gap:2.5rem;
}
}
.huk-sb_rtp_h-l1e{
margin-bottom:0.5rem;
line-height:1.15;
font-weight:600;
font-size:20px;
overflow-wrap:break-word;
color:#1A1410;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
}
.huk-sb_rtp_p-l1e{
font-size:0.844rem;
overflow-wrap:break-word;
color:#8C7658;
line-height:1.6;
}
.huk-sb_rtp_stats-l1e{
gap:1rem;
display:flex;
}
.huk-sb_stat-l1e{
padding:18px;
border-radius:0.5rem;
background:#FFFFFF;
flex:1 1 0;
text-align:center;
min-width:0;
}
.huk-sb_stat_v-l1e{
font-size:26px;
overflow-wrap:break-word;
font-weight:700;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
color:#3A8C5C;
}
.huk-sb_stat_l-l1e{
font-size:0.719rem;
color:#6B5A42;
margin-top:0.25rem;
}
.huk-sc-l1e{
padding:48px 0 10px;
}
.huk-sc_head-l1e{
margin-bottom:1.75rem;
text-align:center;
}
.huk-sc_eyebrow-l1e{
margin-bottom:12px;
}
.huk-sc_h2-l1e{
overflow-wrap:break-word;
color:#1A1410;
line-height:1.05;
font-weight:600;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-size:30px;
}
@media(min-width:766px){
.huk-sc_h2-l1e{
font-size:36px;
}
}
.huk-sc_table-l1e{
border:1px solid rgba(20,18,16,0.08);
margin:0 auto;
overflow:hidden;
border-radius:0.875rem;
max-width:56.25rem;
}
.huk-sc_thead-l1e{
background:#2A2118;
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
}
.huk-sc_th-l1e{
padding:15px 1.125rem;
color:#B8A07A;
overflow-wrap:break-word;
font-size:0.813rem;
text-align:center;
font-weight:700;
}
.huk-sc_th-l1e:first-child{
text-align:left;
}
.huk-sc_th_us-l1e{
color:#E8B84B;
}
.huk-sc_row-l1e{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(20,18,16,0.08);
}
.huk-sc_row-l1e:nth-child(even){
background:#FFFFFF;
}
.huk-sc_td-l1e{
padding:0.938rem 1.125rem;
color:#6B5A42;
font-size:0.875rem;
text-align:center;
min-width:0;
overflow-wrap:break-word;
}
.huk-sc_td-l1e:first-child{
font-weight:600;
color:#2E2518;
text-align:left;
}
.huk-sc_td_us-l1e{
font-weight:700;
color:#3A8C5C;
}
.huk-ft-l1e{
background:#2A2118;
color:#B8A07A;
margin-top:40px;
}
.huk-ft_in-l1e{
gap:32px;
padding:3rem 0 1.75rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:601px){
.huk-ft_in-l1e{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:900px){
.huk-ft_in-l1e{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.huk-ft_brand-l1e{
min-width:0;
}
.huk-ft_logo-l1e{
font-weight:700;
font-size:26px;
color:#F5EDD8;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.huk-ft_tagline-l1e{
margin-top:0.875rem;
max-width:17.5rem;
line-height:1.6;
color:#B8A07A;
font-size:13.5px;
}
.huk-ft_contact-l1e{
transition:color .22s ease;
color:#E8B84B;
display:inline-block;
margin-top:0.75rem;
overflow-wrap:anywhere;
font-size:0.813rem;
max-width:280px;
}
.huk-ft_contact-l1e:hover{
color:#F5EDD8;
}
.huk-ft_col-l1e{
min-width:0;
}
.huk-ft_col_h-l1e{
font-weight:700;
margin-bottom:14px;
color:#F5EDD8;
font-size:13px;
letter-spacing:.08em;
overflow-wrap:break-word;
text-transform:uppercase;
}
.huk-ft_col_links-l1e{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.huk-ft_link-l1e{
transition:color .22s ease;
overflow-wrap:break-word;
color:#B8A07A;
font-size:13.5px;
}
.huk-ft_link-l1e:hover{
color:#F5EDD8;
}
.huk-ft_bot-l1e{
gap:1rem;
padding:1.375rem 0 40px;
display:flex;
flex-direction:column;
border-top:1px solid rgba(255,235,180,0.14);
}
@media(min-width:765px){
.huk-ft_bot-l1e{
gap:1.25rem;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.huk-ft_legal-l1e{
font-size:0.719rem;
color:#B0997C;
max-width:760px;
line-height:1.6;
overflow-wrap:break-word;
}
.huk-ft_legal-l1e b{
font-weight:700;
color:#B8A07A;
}
.huk-ft_age-l1e{
border:1.5px solid #E8B84B;
flex:0 0 auto;
border-radius:0.5rem;
padding:0.25rem 9px;
color:#E8B84B;
font-size:0.813rem;
font-weight:700;
}