*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F2ED;
-webkit-font-smoothing:antialiased;
overflow-wrap:break-word;
font-size:0.938rem;
color:#2E2820;
line-height:1.6;
text-rendering:optimizeLegibility;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background: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;
}
.ane_layout-lhc{
min-height:100vh;
flex-direction:column;
display:flex;
}
.ane_main-lhc{
flex:1 1 auto;
min-width:0;
width:100%;
}
.ane_container-lhc{
margin:0 auto;
padding:0 16px;
max-width:1400px;
width:100%;
}
@media(min-width:770px){
.ane_container-lhc{
padding:0 32px;
}
}
@media(min-width:1099px){
.ane_container-lhc{
padding:0 56px;
}
}
.ane_eyebrow-lhc{
line-height:1.4;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:600;
text-transform:uppercase;
font-size:11px;
letter-spacing:.2em;
display:inline-block;
overflow-wrap:break-word;
color:#1A7A48;
}
.ane_band-lhc{
background:#0F1A14;
color:#F4EFE6;
}
.ane_band-lhc .ane_eyebrow-lhc{
color:#3DDEA0;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.ane_tb-lhc{
background:#F5F2ED;
z-index:50;
top:0;
position:sticky;
border-bottom:1px solid rgba(20,18,14,0.15);
}
.ane_tb_in-lhc{
gap:16px;
margin:0 auto;
padding:12px 16px;
justify-content:space-between;
width:100%;
display:flex;
max-width:1400px;
align-items:center;
}
@media(min-width:765px){
.ane_tb_in-lhc{
padding:16px 32px;
}
}
@media(min-width:1099px){
.ane_tb_in-lhc{
padding:18px 56px;
}
}
.ane_tb_left-lhc{
gap:1.75rem;
display:flex;
min-width:0;
align-items:center;
}
.ane_tb_logo-lhc{
gap:0.688rem;
align-items:center;
min-width:0;
display:flex;
}
.ane_tb_logo_mark-lhc{
flex:0 0 auto;
border-radius:8px;
object-fit:cover;
width:34px;
height:2.125rem;
}
.ane_tb_logo_txt-lhc{
min-width:0;
display:flex;
line-height:1;
flex-direction:column;
}
.ane_tb_logo_name-lhc{
overflow:hidden;
font-weight:700;
white-space:nowrap;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:1.375rem;
text-overflow:ellipsis;
letter-spacing:.02em;
color:#18140F;
}
.ane_tb_logo_sub-lhc{
overflow:hidden;
margin-top:4px;
color:#1A7A48;
letter-spacing:.32em;
white-space:nowrap;
font-weight:600;
font-size:0.531rem;
text-overflow:ellipsis;
text-transform:uppercase;
}
.ane_tb_nav-lhc{
display:none;
}
@media(min-width:961px){
.ane_tb_nav-lhc{
gap:1.75rem;
display:flex;
align-items:center;
}
}
.ane_tb_nav_item-lhc{
transition:color .22s ease,border-color .22s ease;
padding-bottom:3px;
border-bottom:2px solid transparent;
font-size:14px;
font-weight:600;
white-space:nowrap;
color:#2E2820;
}
.ane_tb_nav_item-lhc:hover{
color:#18140F;
}
.ane_tb_nav_item-lhc.ane_state_active-lhc{
border-color:#1A7A48;
color:#18140F;
}
.ane_tb_right-lhc{
flex:0 0 auto;
gap:14px;
align-items:center;
display:flex;
}
.ane_tb_search-lhc{
transition:color .22s ease;
align-items:center;
justify-content:center;
color:#2E2820;
display:flex;
}
.ane_tb_search-lhc:hover{
color:#1A7A48;
}
.ane_tb_search-lhc svg{
height:18px;
width:1.125rem;
}
.ane_tb_lang-lhc{
font-size:11px;
text-transform:uppercase;
color:#6B6157;
font-weight:600;
letter-spacing:.1em;
}
.ane_tb_lang-lhc:hover{
color:#18140F;
}
.ane_tb_login-lhc{
display:none;
font-weight:600;
color:#18140F;
font-size:14px;
}
@media(min-width:771px){
.ane_tb_login-lhc{
display:inline-block;
}
}
.ane_tb_register-lhc{
padding:0.688rem 22px;
transition:background-color .22s ease;
border-radius:62.438rem;
background:#18140F;
color:#F4EFE6;
white-space:nowrap;
font-weight:700;
font-size:14px;
}
.ane_tb_register-lhc:hover{
background:#2E2820;
}
.ane_mob-lhc{
background:#F5F2ED;
z-index:60;
left:0;
padding-bottom:env(safe-area-inset-bottom);
position:fixed;
border-top:1px solid rgba(20,18,14,0.15);
bottom:0;
right:0;
}
@media(min-width:961px){
.ane_mob-lhc{
display:none;
}
}
.ane_mob_in-lhc{
margin:0 auto;
justify-content:space-around;
align-items:stretch;
display:flex;
max-width:35rem;
}
.ane_mob_item-lhc{
transition:color .22s ease;
gap:3px;
padding:9px 0.25rem;
flex:1 1 0;
color:#6B6157;
min-width:0;
flex-direction:column;
align-items:center;
display:flex;
}
.ane_mob_item-lhc.ane_state_active-lhc{
color:#1A7A48;
}
.ane_mob_ic-lhc{
align-items:center;
justify-content:center;
display:flex;
}
.ane_mob_ic-lhc svg{
height:1.25rem;
width:1.25rem;
}
.ane_mob_lb-lhc{
overflow:hidden;
white-space:nowrap;
font-weight:600;
text-overflow:ellipsis;
font-size:10px;
max-width:100%;
}
@media(max-width:958px){
body{
padding-bottom:60px;
}
}
.ane_rail-lhc{
min-width:0;
position:relative;
}
.ane_rail_scroll-lhc{
gap:0.875rem;
-webkit-overflow-scrolling:touch;
overflow-x:auto;
padding-bottom:14px;
display:flex;
scrollbar-width:thin;
}
@media(min-width:768px){
.ane_rail_scroll-lhc{
gap:18px;
}
}
.ane_gc-lhc{
flex:0 0 auto;
display:block;
width:150px;
}
@media(min-width:769px){
.ane_gc-lhc{
width:188px;
}
}
.ane_gc_img-lhc{
border-radius:14px;
overflow:hidden;
background:#FDFBF8;
box-shadow:0 2px 0.375rem rgba(20,18,14,0.06), 0 8px 20px rgba(20,18,14,0.09);
position:relative;
padding-bottom:133.33%;
}
.ane_gc_img-lhc img{
inset:0;
height:100%;
position:absolute;
object-fit:cover;
width:100%;
}
.ane_gc_cover-lhc{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
inset:0;
position:absolute;
pointer-events:none;
}
.ane_gc_hover-lhc{
transition:opacity .22s ease;
background:rgba(0,0,0,0.52);
inset:0;
position:absolute;
display:flex;
align-items:center;
justify-content:center;
opacity:0;
}
.ane_gc-lhc:hover .ane_gc_hover-lhc{
opacity:1;
}
.ane_gc_hover_btn-lhc{
border-radius:62.438rem;
background:#18140F;
justify-content:center;
height:2.875rem;
color:#F4EFE6;
width:2.875rem;
align-items:center;
display:flex;
}
.ane_gc_hover_btn-lhc svg{
width:1.125rem;
height:1.125rem;
}
.ane_gc_info-lhc{
gap:2px;
min-width:0;
flex-direction:column;
display:flex;
margin-top:9px;
}
.ane_gc_name-lhc{
overflow:hidden;
color:#18140F;
white-space:nowrap;
font-size:0.813rem;
font-weight:700;
text-overflow:ellipsis;
}
.ane_gc_prov-lhc{
overflow:hidden;
color:#6B6157;
font-size:0.688rem;
text-overflow:ellipsis;
white-space:nowrap;
}
.ane_gc_meta-lhc{
font-size:11px;
color:#6B6157;
}
.ane_tc-lhc{
flex:0 0 auto;
width:180px;
display:block;
}
@media(min-width:769px){
.ane_tc-lhc{
width:14.375rem;
}
}
.ane_tc_img-lhc{
overflow:hidden;
background:#FDFBF8;
border-radius:0.875rem;
position:relative;
box-shadow:0 2px 6px rgba(20,18,14,0.06), 0 0.5rem 20px rgba(20,18,14,0.09);
padding-bottom:75%;
}
.ane_tc_img-lhc img{
inset:0;
position:absolute;
width:100%;
object-fit:cover;
height:100%;
}
.ane_tc_info-lhc{
gap:2px;
display:flex;
margin-top:0.563rem;
min-width:0;
flex-direction:column;
}
.ane_tc_name-lhc{
overflow:hidden;
text-overflow:ellipsis;
font-size:14px;
color:#18140F;
font-weight:700;
white-space:nowrap;
}
.ane_tc_rtp-lhc{
font-size:11px;
color:#6B6157;
}
.ane_lc-lhc{
flex:0 0 auto;
width:14.375rem;
display:block;
}
@media(min-width:767px){
.ane_lc-lhc{
width:268px;
}
}
.ane_lc_img-lhc{
border-radius:0.875rem;
background:#FDFBF8;
overflow:hidden;
position:relative;
padding-bottom:62.5%;
box-shadow:0 2px 6px rgba(20,18,14,0.06), 0 8px 1.25rem rgba(20,18,14,0.09);
}
.ane_lc_img-lhc img{
inset:0;
position:absolute;
height:100%;
width:100%;
object-fit:cover;
}
.ane_lc_live-lhc{
gap:0.438rem;
border-radius:62.438rem;
background:rgba(0,0,0,0.52);
padding:4px 0.563rem;
top:0.75rem;
left:12px;
position:absolute;
display:flex;
align-items:center;
}
.ane_lc_live_dot-lhc{
border-radius:50%;
animation:zm2-pulse 1.6s infinite;
background:#C1341E;
height:0.5rem;
width:8px;
}
.ane_lc_seats-lhc{
font-weight:600;
letter-spacing:.08em;
font-size:0.625rem;
text-transform:uppercase;
color:#F4EFE6;
}
.ane_lc_info-lhc{
gap:2px;
display:flex;
min-width:0;
margin-top:9px;
flex-direction:column;
}
.ane_lc_name-lhc{
overflow:hidden;
font-weight:700;
color:#18140F;
font-size:0.938rem;
text-overflow:ellipsis;
white-space:nowrap;
}
.ane_lc_bet-lhc{
color:#6B6157;
font-size:11px;
}
.ane_pc-lhc{
gap:8px;
background:#FDFBF8;
border:1px solid rgba(20,18,14,0.08);
border-radius:14px;
padding:1rem 0.875rem;
display:flex;
min-height:74px;
align-items:center;
min-width:0;
justify-content:center;
flex-direction:column;
}
.ane_pc_logo-lhc{
flex:0 0 auto;
object-fit:contain;
height:28px;
width:auto;
max-width:100%;
}
.ane_pc_name-lhc{
overflow:hidden;
font-size:11px;
color:#6B6157;
text-align:center;
white-space:nowrap;
text-overflow:ellipsis;
max-width:100%;
}
.ane_gc_tag-lhc{
border-radius:0.5rem;
padding:3px 8px;
top:10px;
font-weight:700;
display:inline-block;
text-transform:uppercase;
z-index:2;
font-size:10px;
left:10px;
letter-spacing:.06em;
position:absolute;
}
.ane_gc_tag_hot-lhc{
background:#C1341E;
color:#F4EFE6;
}
.ane_gc_tag_new-lhc{
background:#2EB870;
color:#18140F;
}
.ane_gc_tag_jp-lhc{
background:#C9860A;
color:#18140F;
}
.ane_gc_tag_live-lhc{
background:#C1341E;
color:#F4EFE6;
}
.ane_sh-lhc{
margin-bottom:18px;
min-width:0;
}
.ane_sh_row-lhc{
gap:16px;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
align-items:flex-end;
}
.ane_sh_row-lhc .ane_sh_l-lhc{
gap:6px;
flex-direction:column;
min-width:0;
display:flex;
}
.ane_sh_stack-lhc{
gap:10px;
flex-direction:column;
align-items:flex-start;
display:flex;
}
.ane_sh_center-lhc{
gap:10px;
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
}
.ane_sh_h2-lhc{
overflow-wrap:break-word;
font-weight:600;
color:#18140F;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:24px;
line-height:1.1;
}
@media(min-width:765px){
.ane_sh_h2-lhc{
font-size:30px;
}
}
.ane_band-lhc .ane_sh_h2-lhc{
color:#F4EFE6;
}
.ane_sh_eb_line-lhc{
gap:10px;
display:inline-flex;
align-items:center;
}
.ane_sh_eb_line-lhc::before{
background:#1A7A48;
content:"";
width:1.75rem;
height:1px;
display:inline-block;
}
.ane_band-lhc .ane_sh_eb_line-lhc::before{
background:#3DDEA0;
}
.ane_sh_eb_dot-lhc{
gap:8px;
align-items:center;
display:inline-flex;
}
.ane_sh_eb_dot-lhc::before{
background:#1A7A48;
border-radius:50%;
height:0.375rem;
content:"";
width:0.375rem;
display:inline-block;
}
.ane_band-lhc .ane_sh_eb_dot-lhc::before{
background:#3DDEA0;
}
.ane_sh_link-lhc{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:6px;
font-weight:600;
white-space:nowrap;
align-items:center;
padding-bottom:2px;
border-bottom:1px solid #18140F;
color:#18140F;
display:inline-flex;
font-size:13px;
}
.ane_sh_link-lhc:hover{
border-color:#1A7A48;
color:#1A7A48;
}
.ane_sh_link-lhc svg{
height:14px;
width:0.875rem;
}
.ane_sh_link_chev-lhc{
padding-bottom:0;
border-bottom:0;
}
.ane_sh_link_btn-lhc{
border-radius:62.438rem;
padding:9px 18px;
background:#18140F;
border-bottom:0;
color:#F4EFE6;
}
.ane_sh_link_btn-lhc:hover{
border-color:transparent;
background:#2E2820;
color:#F4EFE6;
}
.ane_band-lhc .ane_sh_link-lhc{
border-color:#F4EFE6;
color:#F4EFE6;
}
.ane_band-lhc .ane_sh_link_btn-lhc{
background:#3DDEA0;
color:#18140F;
}
.ane_sh_rule-lhc{
margin:-2px 0 1.125rem;
background:rgba(20,18,14,0.15);
height:1px;
}
.ane_band-lhc .ane_sh_rule-lhc{
background:rgba(255,252,245,0.13);
}
.ane_hero-lhc{
padding:2rem 0 0.5rem;
}
@media(min-width:770px){
.ane_hero-lhc{
padding:56px 0 24px;
}
}
.ane_hero_in-lhc{
gap:32px;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:899px){
.ane_hero_in-lhc{
grid-template-columns:1.05fr .95fr;
gap:48px;
}
}
.ane_hero_copy-lhc{
min-width:0;
}
.ane_hero_eyebrow-lhc{
gap:0.625rem;
align-items:center;
display:inline-flex;
margin-bottom:1.375rem;
}
.ane_hero_eyebrow_line-lhc{
background:#1A7A48;
flex:0 0 auto;
height:1px;
width:28px;
display:inline-block;
}
.ane_hero_h1-lhc{
overflow-wrap:break-word;
color:#18140F;
margin-bottom:20px;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:600;
letter-spacing:-.01em;
line-height:1.04;
font-size:38px;
}
@media(min-width:771px){
.ane_hero_h1-lhc{
font-size:54px;
}
}
@media(min-width:1099px){
.ane_hero_h1-lhc{
font-size:62px;
}
}
.ane_hero_h1-lhc em{
color:#1A7A48;
font-style:normal;
}
.ane_hero_sub-lhc{
max-width:480px;
color:#8A7E72;
margin-bottom:30px;
font-size:16px;
line-height:1.6;
}
@media(min-width:767px){
.ane_hero_sub-lhc{
font-size:1.125rem;
}
}
.ane_hero_actions-lhc{
gap:14px;
align-items:center;
margin-bottom:34px;
display:flex;
flex-wrap:wrap;
}
.ane_hero_cta-lhc{
border-radius:999px;
transition:background-color .22s ease;
padding:1rem 30px;
background:#18140F;
gap:0.625rem;
font-weight:700;
color:#F4EFE6;
align-items:center;
font-size:15px;
display:inline-flex;
}
.ane_hero_cta-lhc:hover{
background:#2E2820;
}
.ane_hero_cta_ic-lhc{
display:inline-flex;
align-items:center;
}
.ane_hero_cta_ic-lhc svg{
width:16px;
height:16px;
}
.ane_hero_cta_alt-lhc{
transition:border-color .22s ease,color .22s ease;
border-radius:999px;
padding:15px 26px;
border:1px solid rgba(20,18,14,0.15);
background:transparent;
align-items:center;
font-size:15px;
display:inline-flex;
color:#18140F;
font-weight:600;
}
.ane_hero_cta_alt-lhc:hover{
border-color:#1A7A48;
color:#1A7A48;
}
.ane_hero_trust-lhc{
gap:22px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.ane_hero_trust_item-lhc{
gap:9px;
display:flex;
font-weight:600;
color:#2E2820;
align-items:center;
font-size:0.813rem;
}
.ane_hero_trust_ic-lhc{
color:#1A7A48;
align-items:center;
display:inline-flex;
}
.ane_hero_trust_ic-lhc svg{
width:1rem;
height:1rem;
}
.ane_hero_promo-lhc{
background:#FDFBF8;
overflow:hidden;
border-radius:1.25rem;
min-height:300px;
box-shadow:0 12px 48px rgba(20,18,14,0.14), 0 3px 10px rgba(20,18,14,0.08);
display:flex;
position:relative;
}
.ane_hero_promo_bg-lhc{
inset:0;
position:absolute;
background-size:cover;
background-position:center;
}
.ane_hero_promo_bg-lhc::after{
background:linear-gradient(120deg,#0F1A14 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
position:absolute;
content:"";
}
.ane_hero_promo_glow-lhc{
background:radial-gradient(circle,rgba(32,178,100,0.18) 0%,transparent 65%);
border-radius:50%;
right:-1.25rem;
pointer-events:none;
width:260px;
top:-2.5rem;
height:260px;
position:absolute;
}
.ane_hero_promo_ct-lhc{
padding:28px;
position:relative;
z-index:2;
align-self:flex-end;
max-width:88%;
}
.ane_hero_promo_label-lhc{
display:block;
font-size:0.625rem;
text-transform:uppercase;
font-weight:700;
margin-bottom:8px;
color:#3DDEA0;
letter-spacing:.25em;
}
.ane_hero_promo_amount-lhc{
line-height:1.05;
font-size:2rem;
overflow-wrap:break-word;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
color:#F4EFE6;
font-weight:600;
}
@media(min-width:766px){
.ane_hero_promo_amount-lhc{
font-size:2.5rem;
}
}
.ane_hero_promo_amount-lhc em{
color:#3DDEA0;
font-style:normal;
}
.ane_hero_rating-lhc{
gap:0.625rem;
border:1px solid rgba(20,18,14,0.08);
border-radius:14px;
padding:10px 0.875rem;
background:#FDFBF8;
box-shadow:0 2px 6px rgba(20,18,14,0.06), 0 0.5rem 20px rgba(20,18,14,0.09);
align-items:center;
display:flex;
position:absolute;
max-width:min(260px,62%);
z-index:3;
right:14px;
top:0.875rem;
}
.ane_hero_rating_score-lhc{
flex:0 0 auto;
color:#18140F;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:700;
font-size:1.5rem;
}
.ane_hero_rating_txt-lhc{
flex:1 1 auto;
min-width:0;
}
.ane_hero_rating_stars-lhc{
gap:2px;
display:flex;
color:#1A7A48;
}
.ane_hero_rating_stars-lhc svg{
height:0.75rem;
width:0.75rem;
}
.ane_hero_rating_cap-lhc{
color:#6B6157;
display:block;
overflow-wrap:break-word;
margin-top:3px;
font-size:11px;
line-height:1.35;
}
.ane_stat-lhc{
border-top:1px solid rgba(20,18,14,0.15);
margin-top:1rem;
border-bottom:1px solid rgba(20,18,14,0.15);
}
.ane_stat_in-lhc{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:769px){
.ane_stat_in-lhc{
grid-template-columns:repeat(4,1fr);
}
}
.ane_stat_item-lhc{
padding:1.375rem 0.875rem;
border-right:1px solid rgba(20,18,14,0.08);
border-bottom:1px solid rgba(20,18,14,0.08);
min-width:0;
}
.ane_stat_item-lhc:nth-child(2n){
border-right:0;
}
.ane_stat_item-lhc:nth-child(n+3){
border-bottom:0;
}
@media(min-width:768px){
.ane_stat_item-lhc{
border-bottom:0;
}
.ane_stat_item-lhc:nth-child(2n){
border-right:1px solid rgba(20,18,14,0.08);
}
.ane_stat_item-lhc:nth-child(4n){
border-right:0;
}
}
.ane_stat_value-lhc{
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:700;
color:#18140F;
line-height:1;
overflow-wrap:break-word;
font-size:1.875rem;
}
@media(min-width:768px){
.ane_stat_value-lhc{
font-size:2.125rem;
}
}
.ane_stat_label-lhc{
font-size:13px;
line-height:1.4;
margin-top:0.375rem;
overflow-wrap:break-word;
color:#6B6157;
}
.ane_jp-lhc{
padding:30px 0 0.625rem;
}
.ane_jp_grid-lhc{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:769px){
.ane_jp_grid-lhc{
grid-template-columns:1fr 1fr;
}
.ane_jp_card_mega-lhc{
grid-column:1/-1;
}
}
@media(min-width:997px){
.ane_jp_grid-lhc{
grid-template-columns:1.4fr 1fr 1fr;
}
.ane_jp_card_mega-lhc{
grid-column:auto;
}
}
.ane_jp_card-lhc{
border:1px solid rgba(20,18,14,0.08);
background:#FDFBF8;
border-radius:1.25rem;
overflow:hidden;
padding:26px;
gap:12px;
justify-content:space-between;
flex-direction:column;
display:flex;
position:relative;
min-width:0;
min-height:200px;
}
.ane_jp_card_mega-lhc{
border-color:transparent;
background:linear-gradient(135deg,#0F1A14,#080D09);
min-height:210px;
color:#F4EFE6;
}
.ane_jp_glow-lhc{
background:radial-gradient(circle,rgba(32,178,100,0.18),transparent 70%);
border-radius:50%;
position:absolute;
height:12.5rem;
top:-40px;
pointer-events:none;
width:12.5rem;
right:-40px;
}
.ane_jp_label-lhc{
gap:0.625rem;
text-transform:uppercase;
letter-spacing:.16em;
justify-content:space-between;
display:flex;
font-weight:700;
align-items:center;
position:relative;
color:#1A7A48;
flex-wrap:wrap;
font-size:10px;
}
.ane_jp_card_mega-lhc .ane_jp_label-lhc{
color:#3DDEA0;
}
.ane_jp_drop-lhc{
text-transform:none;
letter-spacing:.04em;
color:#6B6157;
font-weight:600;
}
.ane_jp_card_mega-lhc .ane_jp_drop-lhc{
color:#A8C4B0;
}
.ane_jp_amount-lhc{
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:38px;
color:#18140F;
line-height:1;
position:relative;
font-weight:700;
}
.ane_jp_card_mega-lhc .ane_jp_amount-lhc{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#3DDEA0;
}
@media(min-width:767px){
.ane_jp_card_mega-lhc .ane_jp_amount-lhc{
font-size:54px;
}
}
.ane_jp_game-lhc{
color:#6B6157;
font-size:13px;
position:relative;
}
.ane_jp_card_mega-lhc .ane_jp_game-lhc{
color:#A8C4B0;
}
.ane_jp_cta-lhc{
align-self:flex-start;
position:relative;
}
.ane_jp_card_mega-lhc .ane_jp_cta-lhc{
transition:opacity .22s ease;
padding:0.625rem 1.25rem;
background:#3DDEA0;
border-radius:62.438rem;
color:#18140F;
font-size:13px;
font-weight:700;
}
.ane_jp_card_mega-lhc .ane_jp_cta-lhc:hover{
opacity:.9;
}
.ane_jp_card-lhc:not(.ane_jp_card_mega-lhc) .ane_jp_cta-lhc{
transition:color .22s ease,border-color .22s ease;
font-weight:700;
border-bottom:1px solid #18140F;
color:#18140F;
padding-bottom:2px;
font-size:13px;
}
.ane_jp_card-lhc:not(.ane_jp_card_mega-lhc) .ane_jp_cta-lhc:hover{
border-color:#1A7A48;
color:#1A7A48;
}
.ane_jp_seo-lhc{
margin:0.875rem 0 0;
color:#8A7E72;
max-width:47.5rem;
font-size:0.875rem;
line-height:1.65;
overflow-wrap:break-word;
}
.ane_jp_seo-lhc strong{
color:#18140F;
font-weight:700;
}
.ane_grow-lhc{
padding:26px 0 10px;
}
.ane_row_seo-lhc{
margin:0.625rem 0 0;
overflow-wrap:break-word;
line-height:1.65;
color:#8A7E72;
max-width:760px;
font-size:14px;
}
.ane_row_seo-lhc strong{
color:#18140F;
font-weight:700;
}
.ane_grow-lhc{
padding:1.625rem 0 0.625rem;
}
.ane_row_seo-lhc{
margin:10px 0 0;
max-width:47.5rem;
line-height:1.65;
color:#8A7E72;
overflow-wrap:break-word;
font-size:14px;
}
.ane_row_seo-lhc strong{
font-weight:700;
color:#18140F;
}
.ane_grow-lhc{
padding:1.625rem 0 10px;
}
.ane_row_seo-lhc{
margin:0.625rem 0 0;
max-width:47.5rem;
color:#8A7E72;
font-size:14px;
overflow-wrap:break-word;
line-height:1.65;
}
.ane_row_seo-lhc strong{
font-weight:700;
color:#18140F;
}
.ane_gf-lhc{
padding:1.5rem 0 6px;
}
.ane_gf_in-lhc{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.ane_gf_chip-lhc{
background:#FDFBF8;
border-radius:999px;
border:1px solid rgba(20,18,14,0.15);
padding:0.625rem 18px;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
font-weight:600;
font-size:13px;
white-space:nowrap;
color:#2E2820;
}
.ane_gf_chip-lhc:hover{
border-color:#1A7A48;
color:#1A7A48;
}
.ane_gf_chip-lhc.ane_state_active-lhc{
background:#18140F;
border-color:transparent;
color:#F4EFE6;
}
.ane_vip-lhc{
padding:48px 0;
}
@media(min-width:769px){
.ane_vip-lhc{
padding:64px 0;
}
}
.ane_vip_head-lhc{
gap:14px;
margin-bottom:1.875rem;
display:flex;
flex-direction:column;
}
@media(min-width:878px){
.ane_vip_head-lhc{
gap:1.5rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.ane_vip_eyebrow-lhc{
margin-bottom:0.75rem;
}
.ane_vip_h2-lhc{
font-size:32px;
font-weight:600;
overflow-wrap:break-word;
color:#F4EFE6;
line-height:1.05;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
}
@media(min-width:766px){
.ane_vip_h2-lhc{
font-size:40px;
}
}
.ane_vip_intro-lhc{
color:#A8C4B0;
line-height:1.6;
max-width:420px;
font-size:14px;
}
.ane_vip_grid-lhc{
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
gap:14px;
display:grid;
}
.ane_vip_card-lhc{
border-radius:14px;
border:1px solid rgba(255,252,245,0.13);
padding:22px 1.125rem;
min-width:0;
}
.ane_vip_card_feat-lhc{
border-color:#3DDEA0;
background:rgba(255,252,245,0.07);
}
.ane_vip_card_ic-lhc{
border-radius:8px;
background:linear-gradient(135deg,#1A7A48,#2EB870);
height:34px;
display:block;
margin-bottom:1rem;
width:2.125rem;
}
.ane_vip_name-lhc{
font-weight:600;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:20px;
overflow-wrap:break-word;
color:#F4EFE6;
margin-bottom:0.375rem;
}
.ane_vip_perk-lhc{
line-height:1.5;
overflow-wrap:break-word;
font-size:0.781rem;
color:#A8C4B0;
}
.ane_app-lhc{
padding:1.875rem 0 10px;
}
.ane_app_in-lhc{
background:#FDFBF8;
gap:28px;
border:1px solid rgba(20,18,14,0.08);
padding:32px;
border-radius:20px;
display:flex;
flex-direction:column;
}
@media(min-width:770px){
.ane_app_in-lhc{
padding:40px 2.75rem;
gap:40px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.ane_app_copy-lhc{
max-width:35rem;
min-width:0;
}
.ane_app_eyebrow-lhc{
margin-bottom:12px;
}
.ane_app_h2-lhc{
margin-bottom:0.75rem;
overflow-wrap:break-word;
line-height:1.05;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:1.75rem;
color:#18140F;
}
@media(min-width:765px){
.ane_app_h2-lhc{
font-size:2.125rem;
}
}
.ane_app_text-lhc{
line-height:1.6;
color:#8A7E72;
font-size:14px;
margin-bottom:1.375rem;
}
.ane_app_btns-lhc{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.ane_app_btn-lhc{
padding:0.688rem 1.25rem;
transition:background-color .22s ease;
gap:0.625rem;
border-radius:14px;
background:#18140F;
color:#F4EFE6;
display:inline-flex;
align-items:center;
}
.ane_app_btn-lhc:hover{
background:#2E2820;
}
.ane_app_btn_ic-lhc{
display:inline-flex;
align-items:center;
}
.ane_app_btn_ic-lhc svg{
height:18px;
width:18px;
}
.ane_app_btn_lb-lhc{
font-size:0.844rem;
font-weight:700;
}
.ane_app_qr_wrap-lhc{
gap:1.125rem;
flex:0 0 auto;
align-items:center;
display:flex;
}
.ane_app_qr-lhc{
border-radius:14px;
flex:0 0 auto;
background-color:#18140F;
height:6.75rem;
width:108px;
background-image:repeating-linear-gradient(0deg,#FDFBF8 0 0.313rem,transparent 0.313rem 0.688rem),repeating-linear-gradient(90deg,#FDFBF8 0 0.313rem,transparent 5px 0.688rem);
}
.ane_app_qr_cap-lhc{
font-size:0.781rem;
line-height:1.4;
color:#6B6157;
max-width:5.75rem;
}
.ane_trn-lhc{
padding:30px 0 0.625rem;
}
.ane_trn_in-lhc{
overflow:hidden;
border-radius:1.25rem;
background:#FDFBF8;
grid-template-columns:1fr;
border:1px solid rgba(20,18,14,0.08);
display:grid;
}
@media(min-width:877px){
.ane_trn_in-lhc{
grid-template-columns:1.05fr 1fr;
}
}
.ane_trn_banner-lhc{
overflow:hidden;
padding:34px;
background:linear-gradient(150deg,#0F1A14,#080D09);
color:#F4EFE6;
position:relative;
}
.ane_trn_glow-lhc{
background:radial-gradient(circle,rgba(32,178,100,0.18),transparent 70%);
border-radius:50%;
bottom:-2.5rem;
height:12.5rem;
right:-2.5rem;
pointer-events:none;
width:200px;
position:absolute;
}
.ane_trn_eyebrow-lhc{
position:relative;
margin-bottom:14px;
}
.ane_trn_h2-lhc{
font-size:1.875rem;
line-height:1.06;
overflow-wrap:break-word;
position:relative;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
margin-bottom:0.75rem;
color:#F4EFE6;
font-weight:600;
}
@media(min-width:765px){
.ane_trn_h2-lhc{
font-size:2.25rem;
}
}
.ane_trn_text-lhc{
position:relative;
margin-bottom:1.375rem;
color:#A8C4B0;
font-size:14px;
max-width:26.25rem;
line-height:1.6;
}
.ane_trn_timer-lhc{
gap:0.5rem;
margin-bottom:1.5rem;
position:relative;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.ane_trn_timer_cap-lhc{
color:#A8C4B0;
font-size:0.688rem;
}
.ane_trn_timer_box-lhc{
border-radius:8px;
padding:4px 12px;
background:rgba(255,252,245,0.07);
font-size:1.5rem;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
color:#F4EFE6;
font-weight:700;
}
.ane_trn_cta-lhc{
background:#3DDEA0;
transition:opacity .22s ease;
padding:13px 1.625rem;
border-radius:62.438rem;
font-weight:700;
display:inline-block;
position:relative;
font-size:14px;
color:#18140F;
}
.ane_trn_cta-lhc:hover{
opacity:.9;
}
.ane_trn_lb-lhc{
padding:1.625rem 28px;
}
.ane_trn_lb_head-lhc{
gap:0.625rem;
justify-content:space-between;
align-items:center;
margin-bottom:0.75rem;
display:flex;
}
.ane_trn_lb_title-lhc{
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:20px;
font-weight:600;
color:#18140F;
}
.ane_trn_lb_upd-lhc{
text-transform:uppercase;
font-size:11px;
color:#6B6157;
letter-spacing:.08em;
}
.ane_trn_lb_row-lhc{
gap:0.875rem;
padding:11px 0.75rem;
border-radius:8px;
display:flex;
align-items:center;
}
.ane_trn_lb_row-lhc:nth-child(2){
background:rgba(26,122,72,0.10);
}
.ane_trn_lb_rank-lhc{
flex:0 0 auto;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
width:22px;
font-size:1rem;
font-weight:700;
color:#1A7A48;
}
.ane_trn_lb_av-lhc{
flex:0 0 auto;
background:linear-gradient(135deg,#1A7A48,#2EB870);
border-radius:50%;
height:30px;
width:30px;
}
.ane_trn_lb_name-lhc{
overflow:hidden;
flex:1 1 auto;
font-weight:600;
font-size:0.875rem;
color:#18140F;
min-width:0;
white-space:nowrap;
text-overflow:ellipsis;
}
.ane_trn_lb_amount-lhc{
flex:0 0 auto;
color:#18140F;
font-weight:700;
font-size:0.813rem;
}
.ane_et-lhc{
padding:2.25rem 0 0.625rem;
}
.ane_et_in-lhc{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:879px){
.ane_et_in-lhc{
gap:48px;
grid-template-columns:1.1fr .9fr;
}
}
.ane_et_left-lhc{
min-width:0;
}
.ane_et_eyebrow-lhc{
margin-bottom:12px;
}
.ane_et_h2-lhc{
line-height:1.06;
overflow-wrap:break-word;
font-weight:600;
color:#18140F;
margin-bottom:14px;
font-size:1.75rem;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
}
@media(min-width:768px){
.ane_et_h2-lhc{
font-size:2rem;
}
}
.ane_et_text-lhc{
line-height:1.65;
font-size:0.938rem;
color:#8A7E72;
margin-bottom:22px;
}
.ane_et_stats-lhc{
gap:1.5rem;
flex-wrap:wrap;
display:flex;
}
.ane_et_stat-lhc{
min-width:0;
}
.ane_et_stat_v-lhc{
line-height:1;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:26px;
font-weight:700;
color:#18140F;
}
.ane_et_stat_l-lhc{
font-size:0.781rem;
margin-top:0.25rem;
color:#6B6157;
}
.ane_et_right-lhc{
gap:12px;
flex-direction:column;
display:flex;
}
.ane_et_member-lhc{
gap:16px;
border:1px solid rgba(20,18,14,0.08);
background:#FDFBF8;
padding:1.125rem 20px;
border-radius:14px;
min-width:0;
display:flex;
align-items:center;
}
.ane_et_member_av-lhc{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#0F1A14,#1A7A48);
height:3rem;
width:48px;
}
.ane_et_member_name-lhc{
font-size:0.938rem;
font-weight:700;
overflow-wrap:break-word;
color:#18140F;
}
.ane_et_member_role-lhc{
color:#6B6157;
font-size:12.5px;
overflow-wrap:break-word;
}
.ane_et_updated-lhc{
gap:0.5rem;
border:1px solid rgba(20,18,14,0.08);
background:#F5F2ED;
padding:0.875rem 18px;
border-radius:14px;
align-items:center;
font-size:12.5px;
color:#8A7E72;
display:flex;
}
.ane_pmt-lhc{
padding:48px 0 10px;
}
.ane_pmt_in-lhc{
grid-template-columns:1fr;
gap:32px;
align-items:start;
display:grid;
}
@media(min-width:881px){
.ane_pmt_in-lhc{
grid-template-columns:1fr 1.1fr;
gap:48px;
}
}
.ane_pmt_left-lhc{
min-width:0;
}
.ane_pmt_eyebrow-lhc{
margin-bottom:12px;
}
.ane_pmt_h2-lhc{
color:#18140F;
overflow-wrap:break-word;
font-weight:600;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
margin-bottom:0.75rem;
line-height:1.06;
font-size:30px;
}
@media(min-width:767px){
.ane_pmt_h2-lhc{
font-size:2rem;
}
}
.ane_pmt_text-lhc{
margin-bottom:1.375rem;
color:#8A7E72;
font-size:14.5px;
line-height:1.6;
}
.ane_pmt_logos-lhc{
grid-template-columns:repeat(2,1fr);
gap:10px;
display:grid;
}
@media(min-width:479px){
.ane_pmt_logos-lhc{
grid-template-columns:repeat(4,1fr);
}
}
.ane_pmt_logo-lhc{
background:#FDFBF8;
border:1px solid rgba(20,18,14,0.08);
padding:0 8px;
border-radius:8px;
overflow:hidden;
color:#2E2820;
text-align:center;
text-overflow:ellipsis;
display:flex;
justify-content:center;
height:50px;
font-size:0.781rem;
white-space:nowrap;
align-items:center;
font-weight:700;
}
.ane_pmt_table-lhc{
border-radius:14px;
border:1px solid rgba(20,18,14,0.08);
overflow:hidden;
min-width:0;
}
.ane_pmt_thead-lhc{
background:#1A1714;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.ane_pmt_th-lhc{
padding:13px 14px;
overflow:hidden;
letter-spacing:.08em;
color:#F4EFE6;
font-size:10px;
text-transform:uppercase;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:700;
}
.ane_pmt_row-lhc{
grid-template-columns:1.4fr 1fr 1fr 1fr;
border-top:1px solid rgba(20,18,14,0.08);
display:grid;
}
.ane_pmt_row-lhc:nth-child(odd){
background:#FDFBF8;
}
.ane_pmt_td-lhc{
padding:0.875rem;
font-size:13.5px;
color:#8A7E72;
overflow-wrap:break-word;
min-width:0;
}
.ane_pmt_row-lhc .ane_pmt_td-lhc:first-child{
font-weight:700;
color:#18140F;
}
.ane_pmt_row-lhc .ane_pmt_td-lhc:last-child{
font-weight:700;
color:#1A7A48;
}
.ane_tt-lhc{
padding:48px 0 10px;
}
@media(min-width:768px){
.ane_tt-lhc{
padding:60px 0 10px;
}
}
.ane_tt_head-lhc{
margin-bottom:34px;
text-align:center;
}
.ane_tt_eyebrow-lhc{
margin-bottom:12px;
}
.ane_tt_h2-lhc{
line-height:1.05;
font-weight:600;
color:#18140F;
font-size:2rem;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:765px){
.ane_tt_h2-lhc{
font-size:42px;
}
}
.ane_tt_grid-lhc{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.ane_tt_grid-lhc{
grid-template-columns:repeat(3,1fr);
}
}
.ane_tt_card-lhc{
border-radius:14px;
background:#FDFBF8;
padding:1.875rem;
border:1px solid rgba(20,18,14,0.08);
min-width:0;
display:flex;
flex-direction:column;
}
.ane_tt_card_ic-lhc{
color:#1A7A48;
display:inline-flex;
margin-bottom:1.125rem;
align-items:center;
}
.ane_tt_card_ic-lhc svg{
height:28px;
width:1.75rem;
}
.ane_tt_card_h-lhc{
margin-bottom:0.5rem;
color:#18140F;
line-height:1.15;
font-size:22px;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
}
.ane_tt_card_p-lhc{
margin-bottom:14px;
line-height:1.6;
font-size:14px;
overflow-wrap:break-word;
color:#8A7E72;
}
.ane_tt_card_p-lhc b{
color:#18140F;
font-weight:700;
}
.ane_tt_card_link-lhc{
transition:color .22s ease;
align-self:flex-start;
margin-top:auto;
padding-bottom:2px;
border-bottom:1px solid #1A7A48;
font-size:0.813rem;
font-weight:700;
color:#18140F;
}
.ane_tt_card_link-lhc:hover{
color:#1A7A48;
}
.ane_rv-lhc{
padding:48px 0;
background:#FDFBF8;
border-bottom:1px solid rgba(20,18,14,0.08);
margin-top:24px;
border-top:1px solid rgba(20,18,14,0.08);
}
@media(min-width:768px){
.ane_rv-lhc{
padding:3.5rem 0;
}
}
.ane_rv_head-lhc{
gap:1rem;
display:flex;
margin-bottom:1.875rem;
flex-direction:column;
}
@media(min-width:768px){
.ane_rv_head-lhc{
gap:20px;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.ane_rv_eyebrow-lhc{
margin-bottom:0.625rem;
}
.ane_rv_h2-lhc{
overflow-wrap:break-word;
font-weight:600;
font-size:1.875rem;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
line-height:1.05;
color:#18140F;
}
@media(min-width:769px){
.ane_rv_h2-lhc{
font-size:2.375rem;
}
}
.ane_rv_agg-lhc{
gap:0.75rem;
align-items:center;
display:flex;
}
.ane_rv_agg_stars-lhc{
gap:3px;
display:flex;
color:#1A7A48;
}
.ane_rv_agg_stars-lhc svg{
width:18px;
height:18px;
}
.ane_rv_source-lhc{
color:#8A7E72;
font-size:13px;
}
.ane_rv_grid-lhc{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:760px){
.ane_rv_grid-lhc{
grid-template-columns:repeat(3,1fr);
}
}
.ane_rv_card-lhc{
background:#F5F2ED;
padding:1.625rem;
border-radius:0.875rem;
border:1px solid rgba(20,18,14,0.08);
min-width:0;
}
.ane_rv_card_stars-lhc{
gap:2px;
display:flex;
color:#1A7A48;
margin-bottom:12px;
}
.ane_rv_card_stars-lhc svg{
width:14px;
height:14px;
}
.ane_rv_card_body-lhc{
font-size:1.125rem;
font-weight:500;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
line-height:1.45;
overflow-wrap:break-word;
color:#18140F;
margin-bottom:16px;
}
.ane_rv_card_meta-lhc{
gap:0.625rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.ane_rv_card_av-lhc{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#1A7A48,#2EB870);
height:2rem;
width:2rem;
}
.ane_rv_card_author-lhc{
color:#18140F;
font-weight:700;
font-size:13px;
}
.ane_rv_card_loc-lhc{
color:#6B6157;
font-size:12px;
}
.ane_hts-lhc{
padding:48px 0;
}
@media(min-width:767px){
.ane_hts-lhc{
padding:62px 0;
}
}
.ane_hts_head-lhc{
gap:18px;
flex-direction:column;
margin-bottom:2.125rem;
display:flex;
}
@media(min-width:766px){
.ane_hts_head-lhc{
gap:24px;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.ane_hts_eyebrow-lhc{
margin-bottom:0.75rem;
}
.ane_hts_h2-lhc{
font-weight:600;
line-height:1.05;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:1.875rem;
color:#F4EFE6;
overflow-wrap:break-word;
}
@media(min-width:769px){
.ane_hts_h2-lhc{
font-size:38px;
}
}
.ane_hts_cta-lhc{
transition:opacity .22s ease;
flex:0 0 auto;
padding:0.938rem 1.875rem;
background:#3DDEA0;
border-radius:62.438rem;
color:#18140F;
font-size:0.938rem;
font-weight:700;
}
.ane_hts_cta-lhc:hover{
opacity:.9;
}
.ane_hts_grid-lhc{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.ane_hts_grid-lhc{
grid-template-columns:repeat(3,1fr);
}
}
.ane_hts_step-lhc{
border-top:1px solid rgba(255,252,245,0.13);
padding-top:1.375rem;
min-width:0;
}
.ane_hts_step_num-lhc{
font-size:2.75rem;
color:#3DDEA0;
margin-bottom:0.875rem;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
line-height:1;
font-weight:700;
}
.ane_hts_step_h-lhc{
overflow-wrap:break-word;
font-weight:700;
line-height:1.2;
color:#F4EFE6;
margin-bottom:0.5rem;
font-size:1.188rem;
}
.ane_hts_step_p-lhc{
overflow-wrap:break-word;
color:#A8C4B0;
line-height:1.55;
font-size:0.875rem;
}
.ane_rc-lhc{
padding:3rem 0 0.625rem;
}
.ane_rc_in-lhc{
grid-template-columns:1fr;
gap:2rem;
display:grid;
}
@media(min-width:758px){
.ane_rc_in-lhc{
grid-template-columns:repeat(3,1fr);
gap:2.5rem;
}
}
.ane_rc_col-lhc{
min-width:0;
}
.ane_rc_label-lhc{
letter-spacing:.2em;
font-size:0.688rem;
margin-bottom:16px;
font-weight:600;
color:#1A7A48;
text-transform:uppercase;
}
.ane_rc_awards-lhc{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.ane_rc_award-lhc{
gap:0.75rem;
min-width:0;
align-items:center;
display:flex;
}
.ane_rc_award_ic-lhc{
flex:0 0 auto;
align-items:center;
color:#2EB870;
display:inline-flex;
}
.ane_rc_award_ic-lhc svg{
width:18px;
height:1.125rem;
}
.ane_rc_award_t-lhc{
font-weight:700;
overflow-wrap:break-word;
color:#18140F;
font-size:14px;
}
.ane_rc_award_s-lhc{
color:#6B6157;
overflow-wrap:break-word;
font-size:12px;
}
.ane_rc_press-lhc{
grid-template-columns:1fr 1fr;
gap:0.625rem;
display:grid;
}
.ane_rc_press_logo-lhc{
padding:0 8px;
border-radius:0.5rem;
overflow:hidden;
border:1px solid rgba(20,18,14,0.08);
text-overflow:ellipsis;
white-space:nowrap;
align-items:center;
color:#8A7E72;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
justify-content:center;
height:52px;
font-size:0.875rem;
text-align:center;
display:flex;
font-weight:700;
}
.ane_rc_partner-lhc{
border-radius:0.875rem;
border:1px solid rgba(20,18,14,0.08);
background:#FDFBF8;
padding:22px;
}
.ane_rc_partner_name-lhc{
font-size:20px;
color:#18140F;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:0.375rem;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
}
.ane_rc_partner_text-lhc{
overflow-wrap:break-word;
font-size:0.813rem;
color:#8A7E72;
line-height:1.55;
}
.ane_prov-lhc{
padding:40px 0 1.25rem;
}
.ane_prov_eyebrow-lhc{
margin-bottom:18px;
display:block;
}
.ane_prov_grid-lhc{
gap:12px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:563px){
.ane_prov_grid-lhc{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:903px){
.ane_prov_grid-lhc{
grid-template-columns:repeat(6,1fr);
}
}
.ane_ts-lhc{
padding:2.75rem 0;
}
.ane_ts_in-lhc{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:881px){
.ane_ts_in-lhc{
grid-template-columns:1.4fr 1fr;
gap:48px;
}
}
.ane_ts_left-lhc{
min-width:0;
}
.ane_ts_h2-lhc{
overflow-wrap:break-word;
margin-bottom:0.75rem;
font-size:26px;
color:#F4EFE6;
line-height:1.1;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:769px){
.ane_ts_h2-lhc{
font-size:1.75rem;
}
}
.ane_ts_text-lhc{
line-height:1.6;
color:#A8C4B0;
margin-bottom:22px;
font-size:14.5px;
max-width:32.5rem;
}
.ane_ts_badges-lhc{
gap:1.125rem;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.ane_ts_badge-lhc{
font-weight:600;
font-size:13px;
color:#A8C4B0;
}
.ane_ts_pay-lhc{
gap:12px;
flex-wrap:wrap;
display:flex;
}
@media(min-width:881px){
.ane_ts_pay-lhc{
justify-content:flex-end;
}
}
.ane_ts_pay_chip-lhc{
padding:0.75rem 1rem;
border:1px solid rgba(255,252,245,0.13);
border-radius:14px;
background:rgba(255,252,245,0.07);
font-size:0.875rem;
font-weight:700;
color:#F4EFE6;
}
.ane_wy-lhc{
padding:3rem 0;
}
@media(min-width:771px){
.ane_wy-lhc{
padding:56px 0;
}
}
.ane_wy_in-lhc{
grid-template-columns:1fr;
gap:32px;
align-items:start;
display:grid;
}
@media(min-width:903px){
.ane_wy_in-lhc{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.ane_wy_left-lhc{
min-width:0;
}
.ane_wy_eyebrow-lhc{
margin-bottom:0.875rem;
}
.ane_wy_h2-lhc{
font-size:32px;
margin-bottom:1rem;
color:#18140F;
line-height:1.05;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:770px){
.ane_wy_h2-lhc{
font-size:40px;
}
}
.ane_wy_intro-lhc{
color:#8A7E72;
font-size:15px;
line-height:1.6;
}
.ane_wy_grid-lhc{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:563px){
.ane_wy_grid-lhc{
grid-template-columns:1fr 1fr;
}
}
.ane_wy_card-lhc{
border-radius:14px;
padding:1.625rem;
border:1px solid rgba(20,18,14,0.08);
background:#FDFBF8;
min-width:0;
}
.ane_wy_card_ic-lhc{
display:inline-flex;
margin-bottom:16px;
align-items:center;
justify-content:center;
color:#1A7A48;
}
.ane_wy_card_ic-lhc svg{
height:1.625rem;
width:26px;
}
.ane_wy_card_h-lhc{
font-size:1.313rem;
margin-bottom:0.5rem;
line-height:1.15;
font-weight:600;
overflow-wrap:break-word;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
color:#18140F;
}
.ane_wy_card_p-lhc{
color:#8A7E72;
line-height:1.55;
overflow-wrap:break-word;
font-size:14px;
}
.ane_sb-lhc{
padding:48px 0;
background:#FDFBF8;
margin-top:1.5rem;
border-top:1px solid rgba(20,18,14,0.08);
border-bottom:1px solid rgba(20,18,14,0.08);
}
@media(min-width:765px){
.ane_sb-lhc{
padding:3.5rem 0;
}
}
.ane_sb_eyebrow-lhc{
display:block;
margin-bottom:0.75rem;
}
.ane_sb_h2-lhc{
margin-bottom:26px;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:30px;
color:#18140F;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:766px){
.ane_sb_h2-lhc{
font-size:2.25rem;
}
}
.ane_sb_grid-lhc{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:558px){
.ane_sb_grid-lhc{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:959px){
.ane_sb_grid-lhc{
grid-template-columns:repeat(4,1fr);
}
}
.ane_sb_card-lhc{
padding:24px;
border-radius:14px;
background:#F5F2ED;
border:1px solid rgba(20,18,14,0.08);
min-width:0;
}
.ane_sb_card_h-lhc{
color:#18140F;
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-weight:600;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
line-height:1.15;
font-size:1.188rem;
}
.ane_sb_card_p-lhc{
line-height:1.6;
overflow-wrap:break-word;
color:#8A7E72;
font-size:0.844rem;
}
.ane_sb_rtp-lhc{
padding:1.625rem 28px;
border-radius:14px;
background:#F5F2ED;
grid-template-columns:1fr;
gap:1.5rem;
border:1px solid rgba(20,18,14,0.08);
align-items:center;
margin-top:18px;
display:grid;
}
@media(min-width:763px){
.ane_sb_rtp-lhc{
grid-template-columns:1fr 1fr;
gap:40px;
}
}
.ane_sb_rtp_h-lhc{
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
margin-bottom:8px;
overflow-wrap:break-word;
font-size:20px;
line-height:1.15;
color:#18140F;
font-weight:600;
}
.ane_sb_rtp_p-lhc{
color:#8A7E72;
overflow-wrap:break-word;
font-size:0.844rem;
line-height:1.6;
}
.ane_sb_rtp_stats-lhc{
gap:16px;
display:flex;
}
.ane_sb_stat-lhc{
border-radius:0.5rem;
padding:18px;
flex:1 1 0;
background:#FDFBF8;
min-width:0;
text-align:center;
}
.ane_sb_stat_v-lhc{
color:#1A7A48;
font-size:26px;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:700;
overflow-wrap:break-word;
}
.ane_sb_stat_l-lhc{
color:#6B6157;
font-size:11.5px;
margin-top:0.25rem;
}
.ane_el-lhc{
padding:48px 0;
}
@media(min-width:768px){
.ane_el-lhc{
padding:3.5rem 0;
}
}
.ane_el_in-lhc{
gap:40px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:901px){
.ane_el_in-lhc{
gap:3.5rem;
grid-template-columns:1fr 1fr;
}
}
.ane_el_left-lhc{
min-width:0;
}
.ane_el_eyebrow-lhc{
margin-bottom:14px;
}
.ane_el_h2-lhc{
color:#18140F;
font-weight:600;
overflow-wrap:break-word;
font-size:32px;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
margin-bottom:22px;
line-height:1.08;
}
@media(min-width:769px){
.ane_el_h2-lhc{
font-size:2.375rem;
}
}
.ane_el_body-lhc p{
line-height:1.7;
font-size:1rem;
color:#2E2820;
margin-bottom:1.125rem;
overflow-wrap:break-word;
}
.ane_el_dropcap-lhc{
padding:0.375rem 12px 0 0;
line-height:.8;
float:left;
font-weight:700;
color:#1A7A48;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:3.875rem;
}
.ane_el_right-lhc{
min-width:0;
}
.ane_el_quote-lhc{
padding:2.25rem;
border-radius:1.25rem;
background:linear-gradient(150deg,#0F1A14,#080D09);
color:#F4EFE6;
margin-bottom:1.5rem;
position:relative;
}
.ane_el_quote_mark-lhc{
display:inline-flex;
margin-bottom:0.375rem;
align-items:center;
color:#3DDEA0;
}
.ane_el_quote_mark-lhc svg{
height:2.125rem;
width:34px;
}
.ane_el_quote_text-lhc{
color:#F4EFE6;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:500;
margin-bottom:22px;
overflow-wrap:break-word;
font-size:1.375rem;
line-height:1.4;
}
.ane_el_quote_meta-lhc{
gap:0.75rem;
display:flex;
align-items:center;
}
.ane_el_quote_av-lhc{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#1A7A48,#2EB870);
height:38px;
width:2.375rem;
}
.ane_el_quote_author-lhc{
font-weight:700;
color:#F4EFE6;
font-size:14px;
}
.ane_el_quote_meta_sub-lhc{
font-size:12px;
color:#A8C4B0;
}
.ane_el_explain-lhc{
overflow:hidden;
border-radius:14px;
border:1px solid rgba(20,18,14,0.08);
}
.ane_el_explain_card-lhc{
padding:22px 1.5rem;
}
.ane_el_explain_card-lhc+.ane_el_explain_card-lhc{
border-top:1px solid rgba(20,18,14,0.08);
}
.ane_el_explain_h-lhc{
line-height:1.15;
margin-bottom:0.5rem;
font-size:20px;
color:#18140F;
font-weight:600;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.ane_el_explain_p-lhc{
line-height:1.55;
font-size:0.875rem;
color:#8A7E72;
overflow-wrap:break-word;
}
.ane_lh-lhc{
padding:2.5rem 0 20px;
}
.ane_lh_in-lhc{
border-top:1px solid rgba(20,18,14,0.15);
padding-top:34px;
}
.ane_lh_eyebrow-lhc{
display:block;
margin-bottom:1.375rem;
}
.ane_lh_grid-lhc{
grid-template-columns:1fr 1fr;
gap:1.75rem;
display:grid;
}
@media(min-width:599px){
.ane_lh_grid-lhc{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:961px){
.ane_lh_grid-lhc{
grid-template-columns:repeat(5,1fr);
}
}
.ane_lh_col-lhc{
min-width:0;
}
.ane_lh_col_h-lhc{
overflow-wrap:break-word;
font-size:0.813rem;
margin-bottom:12px;
font-weight:700;
color:#18140F;
}
.ane_lh_links-lhc{
gap:8px;
display:flex;
flex-direction:column;
}
.ane_lh_link-lhc{
transition:color .22s ease;
overflow-wrap:break-word;
color:#8A7E72;
font-size:13px;
}
.ane_lh_link-lhc:hover{
color:#1A7A48;
}
.ane_gd-lhc{
padding:48px 0 0.625rem;
}
.ane_gd_head-lhc{
gap:0.875rem;
display:flex;
margin-bottom:1.5rem;
flex-direction:column;
}
@media(min-width:678px){
.ane_gd_head-lhc{
gap:20px;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.ane_gd_eyebrow-lhc{
margin-bottom:0.625rem;
}
.ane_gd_h2-lhc{
color:#18140F;
line-height:1.05;
overflow-wrap:break-word;
font-size:1.75rem;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:771px){
.ane_gd_h2-lhc{
font-size:34px;
}
}
.ane_gd_more-lhc{
flex:0 0 auto;
transition:color .22s ease,border-color .22s ease;
color:#18140F;
font-size:0.844rem;
font-weight:600;
padding-bottom:2px;
border-bottom:1px solid #18140F;
}
.ane_gd_more-lhc:hover{
border-color:#1A7A48;
color:#1A7A48;
}
.ane_gd_grid-lhc{
gap:1.25rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:723px){
.ane_gd_grid-lhc{
grid-template-columns:repeat(3,1fr);
}
}
.ane_gd_card-lhc{
border:1px solid rgba(20,18,14,0.08);
background:#FDFBF8;
overflow:hidden;
border-radius:0.875rem;
display:block;
min-width:0;
}
.ane_gd_card_img-lhc{
background:linear-gradient(140deg,#0F1A14,#1A7A48);
height:150px;
}
.ane_gd_card_body-lhc{
padding:1.375rem;
}
.ane_gd_card_cat-lhc{
letter-spacing:.1em;
color:#1A7A48;
font-weight:600;
text-transform:uppercase;
font-size:10px;
}
.ane_gd_card_h-lhc{
margin:8px 0 0.625rem;
font-weight:600;
font-size:19px;
color:#18140F;
line-height:1.2;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.ane_gd_card_meta-lhc{
font-size:0.75rem;
color:#6B6157;
overflow-wrap:break-word;
}
.ane_sg-lhc{
padding:3rem 0 0.625rem;
}
.ane_sg_eyebrow-lhc{
margin-bottom:12px;
display:block;
}
.ane_sg_h2-lhc{
font-size:1.875rem;
line-height:1.05;
overflow-wrap:break-word;
color:#18140F;
margin-bottom:1.75rem;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:770px){
.ane_sg_h2-lhc{
font-size:2.25rem;
}
}
.ane_sg_grid-lhc{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:721px){
.ane_sg_grid-lhc{
grid-template-columns:repeat(3,1fr);
}
}
.ane_sg_col-lhc{
min-width:0;
}
.ane_sg_col_h-lhc{
line-height:1.15;
color:#18140F;
margin-bottom:0.625rem;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:22px;
overflow-wrap:break-word;
}
.ane_sg_col_p-lhc{
color:#8A7E72;
font-size:0.875rem;
overflow-wrap:break-word;
line-height:1.65;
}
.ane_faq-lhc{
background:#FDFBF8;
padding:3rem 0;
border-bottom:1px solid rgba(20,18,14,0.08);
border-top:1px solid rgba(20,18,14,0.08);
margin-top:1.5rem;
}
@media(min-width:771px){
.ane_faq-lhc{
padding:3.875rem 0;
}
}
.ane_faq_head-lhc{
text-align:center;
margin-bottom:2.125rem;
}
.ane_faq_eyebrow-lhc{
margin-bottom:12px;
}
.ane_faq_h2-lhc{
font-weight:600;
font-size:2rem;
overflow-wrap:break-word;
color:#18140F;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
line-height:1.05;
}
@media(min-width:766px){
.ane_faq_h2-lhc{
font-size:38px;
}
}
.ane_faq_list-lhc{
gap:12px;
margin:0 auto;
flex-direction:column;
display:flex;
max-width:51.25rem;
}
.ane_faq_item-lhc{
overflow:hidden;
border:1px solid rgba(20,18,14,0.08);
background:#F5F2ED;
border-radius:0.875rem;
}
.ane_faq_q-lhc{
gap:1.25rem;
list-style:none;
padding:20px 24px;
font-size:16px;
color:#18140F;
align-items:center;
display:flex;
overflow-wrap:break-word;
justify-content:space-between;
cursor:pointer;
font-weight:700;
}
.ane_faq_q-lhc::-webkit-details-marker{
display:none;
}
.ane_faq_q_ic-lhc{
flex:0 0 auto;
transition:transform .22s ease;
color:#1A7A48;
align-items:center;
display:inline-flex;
}
.ane_faq_q_ic-lhc svg{
width:18px;
height:1.125rem;
}
.ane_faq_item-lhc[open] .ane_faq_q_ic-lhc{
transform:rotate(180deg);
}
.ane_faq_a-lhc{
padding:0 1.5rem 20px;
color:#8A7E72;
line-height:1.6;
font-size:0.906rem;
overflow-wrap:break-word;
}
.ane_ft-lhc{
background:#1A1714;
color:#A8C4B0;
margin-top:2.5rem;
}
.ane_ft_in-lhc{
padding:3rem 0 28px;
gap:32px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:603px){
.ane_ft_in-lhc{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:903px){
.ane_ft_in-lhc{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.ane_ft_brand-lhc{
min-width:0;
}
.ane_ft_logo-lhc{
overflow-wrap:break-word;
font-size:26px;
font-weight:700;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
color:#F4EFE6;
}
.ane_ft_tagline-lhc{
font-size:13.5px;
max-width:17.5rem;
color:#A8C4B0;
line-height:1.6;
margin-top:0.875rem;
}
.ane_ft_contact-lhc{
transition:color .22s ease;
color:#3DDEA0;
max-width:17.5rem;
margin-top:12px;
display:inline-block;
overflow-wrap:anywhere;
font-size:13px;
}
.ane_ft_contact-lhc:hover{
color:#F4EFE6;
}
.ane_ft_col-lhc{
min-width:0;
}
.ane_ft_col_h-lhc{
overflow-wrap:break-word;
margin-bottom:0.875rem;
font-weight:700;
letter-spacing:.08em;
color:#F4EFE6;
text-transform:uppercase;
font-size:13px;
}
.ane_ft_col_links-lhc{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.ane_ft_link-lhc{
transition:color .22s ease;
font-size:0.844rem;
color:#A8C4B0;
overflow-wrap:break-word;
}
.ane_ft_link-lhc:hover{
color:#F4EFE6;
}
.ane_ft_bot-lhc{
padding:22px 0 2.5rem;
gap:1rem;
flex-direction:column;
border-top:1px solid rgba(255,252,245,0.13);
display:flex;
}
@media(min-width:766px){
.ane_ft_bot-lhc{
gap:20px;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.ane_ft_legal-lhc{
overflow-wrap:break-word;
max-width:47.5rem;
color:#B0A799;
font-size:0.719rem;
line-height:1.6;
}
.ane_ft_legal-lhc b{
color:#A8C4B0;
font-weight:700;
}
.ane_ft_age-lhc{
flex:0 0 auto;
padding:4px 0.563rem;
border:1.5px solid #3DDEA0;
border-radius:8px;
font-weight:700;
font-size:13px;
color:#3DDEA0;
}