*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F1EA;
text-rendering:optimizeLegibility;
font-family:"Nunito Sans", 'Helvetica Neue', Arial, sans-serif;
font-size:0.938rem;
color:#3A3228;
overflow-wrap:break-word;
-webkit-font-smoothing:antialiased;
line-height:1.6;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
height:8px;
width:8px;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.nuc_layoutmjj{
flex-direction:column;
display:flex;
min-height:100vh;
}
.nuc_mainmjj{
flex:1 1 auto;
min-width:0;
width:100%;
}
.nuc_containermjj{
margin:0 auto;
padding:0 1rem;
width:100%;
max-width:87.5rem;
}
@media(min-width:765px){
.nuc_containermjj{
padding:0 2rem;
}
}
@media(min-width:1098px){
.nuc_containermjj{
padding:0 3.5rem;
}
}
.nuc_eyebrowmjj{
font-family:"Nunito Sans", 'Helvetica Neue', Arial, sans-serif;
text-transform:uppercase;
display:inline-block;
font-weight:600;
line-height:1.4;
font-size:0.688rem;
color:#A07838;
letter-spacing:.2em;
overflow-wrap:break-word;
}
.nuc_bandmjj{
background:#1E1A14;
color:#F5EFE2;
}
.nuc_bandmjj .nuc_eyebrowmjj{
color:#D4A84B;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.nuc_tbmjj{
background:#F5F1EA;
z-index:50;
position:sticky;
border-bottom:1px solid rgba(28,23,18,0.14);
top:0;
}
.nuc_tb_inmjj{
padding:0.75rem 1rem;
margin:0 auto;
gap:1rem;
width:100%;
display:flex;
align-items:center;
max-width:87.5rem;
justify-content:space-between;
}
@media(min-width:769px){
.nuc_tb_inmjj{
padding:16px 32px;
}
}
@media(min-width:1097px){
.nuc_tb_inmjj{
padding:1.125rem 56px;
}
}
.nuc_tb_leftmjj{
gap:28px;
align-items:center;
min-width:0;
display:flex;
}
.nuc_tb_logomjj{
gap:0.688rem;
display:flex;
align-items:center;
min-width:0;
}
.nuc_tb_logo_markmjj{
border-radius:8px;
flex:0 0 auto;
width:2.125rem;
object-fit:cover;
height:2.125rem;
}
.nuc_tb_logo_txtmjj{
line-height:1;
min-width:0;
display:flex;
flex-direction:column;
}
.nuc_tb_logo_namemjj{
overflow:hidden;
font-size:22px;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-weight:700;
color:#1C1712;
white-space:nowrap;
text-overflow:ellipsis;
letter-spacing:.02em;
}
.nuc_tb_logo_submjj{
overflow:hidden;
letter-spacing:.32em;
white-space:nowrap;
margin-top:0.25rem;
font-weight:600;
font-size:8.5px;
text-overflow:ellipsis;
color:#A07838;
text-transform:uppercase;
}
.nuc_tb_navmjj{
display:none;
}
@media(min-width:960px){
.nuc_tb_navmjj{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.nuc_tb_nav_itemmjj{
transition:color .22s ease,border-color .22s ease;
font-weight:600;
padding-bottom:3px;
border-bottom:2px solid transparent;
color:#3A3228;
white-space:nowrap;
font-size:14px;
}
.nuc_tb_nav_itemmjj:hover{
color:#1C1712;
}
.nuc_tb_nav_itemmjj.nuc_state_activemjj{
border-color:#A07838;
color:#1C1712;
}
.nuc_tb_rightmjj{
gap:14px;
flex:0 0 auto;
align-items:center;
display:flex;
}
.nuc_tb_searchmjj{
transition:color .22s ease;
display:flex;
color:#3A3228;
align-items:center;
justify-content:center;
}
.nuc_tb_searchmjj:hover{
color:#A07838;
}
.nuc_tb_searchmjj svg{
height:18px;
width:18px;
}
.nuc_tb_langmjj{
font-weight:600;
text-transform:uppercase;
letter-spacing:.1em;
font-size:11px;
color:#6B5E4C;
}
.nuc_tb_langmjj:hover{
color:#1C1712;
}
.nuc_tb_loginmjj{
color:#1C1712;
font-size:0.875rem;
display:none;
font-weight:600;
}
@media(min-width:771px){
.nuc_tb_loginmjj{
display:inline-block;
}
}
.nuc_tb_registermjj{
padding:0.688rem 1.375rem;
background:#1C1712;
transition:background-color .22s ease;
border-radius:62.438rem;
font-size:14px;
font-weight:700;
white-space:nowrap;
color:#F5EFE2;
}
.nuc_tb_registermjj:hover{
background:#2E2820;
}
.nuc_mobmjj{
background:#F5F1EA;
padding-bottom:env(safe-area-inset-bottom);
position:fixed;
left:0;
right:0;
bottom:0;
z-index:60;
border-top:1px solid rgba(28,23,18,0.14);
}
@media(min-width:960px){
.nuc_mobmjj{
display:none;
}
}
.nuc_mob_inmjj{
margin:0 auto;
justify-content:space-around;
align-items:stretch;
display:flex;
max-width:35rem;
}
.nuc_mob_itemmjj{
padding:0.563rem 0.25rem;
gap:3px;
flex:1 1 0;
transition:color .22s ease;
display:flex;
flex-direction:column;
color:#6B5E4C;
min-width:0;
align-items:center;
}
.nuc_mob_itemmjj.nuc_state_activemjj{
color:#A07838;
}
.nuc_mob_icmjj{
justify-content:center;
align-items:center;
display:flex;
}
.nuc_mob_icmjj svg{
height:20px;
width:1.25rem;
}
.nuc_mob_lbmjj{
overflow:hidden;
font-size:0.625rem;
text-overflow:ellipsis;
max-width:100%;
white-space:nowrap;
font-weight:600;
}
@media(max-width:960px){
body{
padding-bottom:60px;
}
}
.nuc_railmjj{
position:relative;
min-width:0;
}
.nuc_rail_scrollmjj{
gap:0.875rem;
padding-bottom:14px;
scrollbar-width:thin;
-webkit-overflow-scrolling:touch;
overflow-x:auto;
display:flex;
}
@media(min-width:765px){
.nuc_rail_scrollmjj{
gap:1.125rem;
}
}
.nuc_gcmjj{
flex:0 0 auto;
display:block;
width:150px;
}
@media(min-width:767px){
.nuc_gcmjj{
width:11.75rem;
}
}
.nuc_gc_imgmjj{
border-radius:0.875rem;
background:#FDFAF4;
overflow:hidden;
box-shadow:0 2px 6px rgba(28,23,18,0.07), 0 8px 1.25rem rgba(28,23,18,0.09);
padding-bottom:133.33%;
position:relative;
}
.nuc_gc_imgmjj img{
inset:0;
height:100%;
position:absolute;
width:100%;
object-fit:cover;
}
.nuc_gc_covermjj{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
inset:0;
pointer-events:none;
position:absolute;
}
.nuc_gc_hovermjj{
inset:0;
transition:opacity .22s ease;
background:rgba(0,0,0,0.52);
position:absolute;
display:flex;
opacity:0;
justify-content:center;
align-items:center;
}
.nuc_gcmjj:hover .nuc_gc_hovermjj{
opacity:1;
}
.nuc_gc_hover_btnmjj{
border-radius:999px;
background:#1C1712;
color:#F5EFE2;
display:flex;
justify-content:center;
height:2.875rem;
width:46px;
align-items:center;
}
.nuc_gc_hover_btnmjj svg{
height:1.125rem;
width:1.125rem;
}
.nuc_gc_infomjj{
gap:2px;
flex-direction:column;
min-width:0;
margin-top:9px;
display:flex;
}
.nuc_gc_namemjj{
overflow:hidden;
color:#1C1712;
white-space:nowrap;
font-size:13px;
font-weight:700;
text-overflow:ellipsis;
}
.nuc_gc_provmjj{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:0.688rem;
color:#6B5E4C;
}
.nuc_gc_metamjj{
color:#6B5E4C;
font-size:0.688rem;
}
.nuc_tcmjj{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:766px){
.nuc_tcmjj{
width:230px;
}
}
.nuc_tc_imgmjj{
overflow:hidden;
background:#FDFAF4;
border-radius:0.875rem;
position:relative;
padding-bottom:75%;
box-shadow:0 2px 0.375rem rgba(28,23,18,0.07), 0 8px 20px rgba(28,23,18,0.09);
}
.nuc_tc_imgmjj img{
inset:0;
height:100%;
position:absolute;
object-fit:cover;
width:100%;
}
.nuc_tc_infomjj{
gap:2px;
display:flex;
flex-direction:column;
min-width:0;
margin-top:0.563rem;
}
.nuc_tc_namemjj{
overflow:hidden;
color:#1C1712;
text-overflow:ellipsis;
white-space:nowrap;
font-size:14px;
font-weight:700;
}
.nuc_tc_rtpmjj{
font-size:0.688rem;
color:#6B5E4C;
}
.nuc_lcmjj{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:769px){
.nuc_lcmjj{
width:16.75rem;
}
}
.nuc_lc_imgmjj{
border-radius:14px;
overflow:hidden;
background:#FDFAF4;
position:relative;
box-shadow:0 2px 6px rgba(28,23,18,0.07), 0 0.5rem 20px rgba(28,23,18,0.09);
padding-bottom:62.5%;
}
.nuc_lc_imgmjj img{
inset:0;
object-fit:cover;
height:100%;
position:absolute;
width:100%;
}
.nuc_lc_livemjj{
padding:0.25rem 0.563rem;
background:rgba(0,0,0,0.52);
border-radius:62.438rem;
gap:0.438rem;
display:flex;
align-items:center;
top:12px;
left:0.75rem;
position:absolute;
}
.nuc_lc_live_dotmjj{
animation:zm2-pulse 1.6s infinite;
background:#B04030;
border-radius:50%;
height:0.5rem;
width:0.5rem;
}
.nuc_lc_seatsmjj{
text-transform:uppercase;
font-size:10px;
font-weight:600;
color:#F5EFE2;
letter-spacing:.08em;
}
.nuc_lc_infomjj{
gap:2px;
min-width:0;
flex-direction:column;
margin-top:0.563rem;
display:flex;
}
.nuc_lc_namemjj{
overflow:hidden;
text-overflow:ellipsis;
font-weight:700;
white-space:nowrap;
color:#1C1712;
font-size:15px;
}
.nuc_lc_betmjj{
color:#6B5E4C;
font-size:0.688rem;
}
.nuc_pcmjj{
background:#FDFAF4;
gap:0.5rem;
border-radius:14px;
border:1px solid rgba(28,23,18,0.08);
padding:16px 0.875rem;
display:flex;
flex-direction:column;
min-width:0;
min-height:74px;
justify-content:center;
align-items:center;
}
.nuc_pc_logomjj{
flex:0 0 auto;
height:1.75rem;
object-fit:contain;
max-width:100%;
width:auto;
}
.nuc_pc_namemjj{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
text-align:center;
font-size:11px;
color:#6B5E4C;
max-width:100%;
}
.nuc_gc_tagmjj{
border-radius:0.5rem;
padding:3px 8px;
display:inline-block;
letter-spacing:.06em;
z-index:2;
text-transform:uppercase;
left:10px;
position:absolute;
top:10px;
font-weight:700;
font-size:10px;
}
.nuc_gc_tag_hotmjj{
background:#B04030;
color:#F5EFE2;
}
.nuc_gc_tag_newmjj{
background:#C89A48;
color:#1C1712;
}
.nuc_gc_tag_jpmjj{
background:#B8860B;
color:#1C1712;
}
.nuc_gc_tag_livemjj{
background:#B04030;
color:#F5EFE2;
}
.nuc_shmjj{
min-width:0;
margin-bottom:1.125rem;
}
.nuc_sh_rowmjj{
gap:16px;
display:flex;
align-items:flex-end;
flex-wrap:wrap;
justify-content:space-between;
}
.nuc_sh_rowmjj .nuc_sh_lmjj{
gap:6px;
min-width:0;
flex-direction:column;
display:flex;
}
.nuc_sh_stackmjj{
gap:0.625rem;
display:flex;
align-items:flex-start;
flex-direction:column;
}
.nuc_sh_centermjj{
gap:0.625rem;
align-items:center;
text-align:center;
display:flex;
flex-direction:column;
}
.nuc_sh_h2mjj{
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:1.5rem;
overflow-wrap:break-word;
line-height:1.1;
font-weight:600;
color:#1C1712;
}
@media(min-width:770px){
.nuc_sh_h2mjj{
font-size:1.875rem;
}
}
.nuc_bandmjj .nuc_sh_h2mjj{
color:#F5EFE2;
}
.nuc_sh_eb_linemjj{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.nuc_sh_eb_linemjj::before{
background:#A07838;
width:28px;
display:inline-block;
content:"";
height:1px;
}
.nuc_bandmjj .nuc_sh_eb_linemjj::before{
background:#D4A84B;
}
.nuc_sh_eb_dotmjj{
gap:8px;
align-items:center;
display:inline-flex;
}
.nuc_sh_eb_dotmjj::before{
background:#A07838;
border-radius:50%;
width:6px;
display:inline-block;
height:6px;
content:"";
}
.nuc_bandmjj .nuc_sh_eb_dotmjj::before{
background:#D4A84B;
}
.nuc_sh_linkmjj{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:6px;
padding-bottom:2px;
display:inline-flex;
font-weight:600;
align-items:center;
border-bottom:1px solid #1C1712;
font-size:0.813rem;
color:#1C1712;
white-space:nowrap;
}
.nuc_sh_linkmjj:hover{
border-color:#A07838;
color:#A07838;
}
.nuc_sh_linkmjj svg{
width:14px;
height:0.875rem;
}
.nuc_sh_link_chevmjj{
padding-bottom:0;
border-bottom:0;
}
.nuc_sh_link_btnmjj{
border-radius:62.438rem;
padding:0.563rem 18px;
background:#1C1712;
border-bottom:0;
color:#F5EFE2;
}
.nuc_sh_link_btnmjj:hover{
background:#2E2820;
border-color:transparent;
color:#F5EFE2;
}
.nuc_bandmjj .nuc_sh_linkmjj{
border-color:#F5EFE2;
color:#F5EFE2;
}
.nuc_bandmjj .nuc_sh_link_btnmjj{
background:#D4A84B;
color:#1C1712;
}
.nuc_sh_rulemjj{
margin:-2px 0 18px;
background:rgba(28,23,18,0.14);
height:1px;
}
.nuc_bandmjj .nuc_sh_rulemjj{
background:rgba(253,248,236,0.12);
}
.nuc_heromjj{
padding:2rem 0 0.5rem;
}
@media(min-width:768px){
.nuc_heromjj{
padding:3.5rem 0 24px;
}
}
.nuc_hero_inmjj{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:901px){
.nuc_hero_inmjj{
gap:48px;
grid-template-columns:1.05fr .95fr;
}
}
.nuc_hero_copymjj{
min-width:0;
}
.nuc_hero_eyebrowmjj{
gap:10px;
align-items:center;
display:inline-flex;
margin-bottom:22px;
}
.nuc_hero_eyebrow_linemjj{
flex:0 0 auto;
background:#A07838;
height:1px;
width:1.75rem;
display:inline-block;
}
.nuc_hero_h1mjj{
margin-bottom:1.25rem;
font-family:"Lora", Georgia, 'Times New Roman', serif;
color:#1C1712;
font-size:38px;
letter-spacing:-.01em;
overflow-wrap:break-word;
font-weight:600;
line-height:1.04;
}
@media(min-width:766px){
.nuc_hero_h1mjj{
font-size:3.375rem;
}
}
@media(min-width:1103px){
.nuc_hero_h1mjj{
font-size:62px;
}
}
.nuc_hero_h1mjj em{
font-style:normal;
color:#A07838;
}
.nuc_hero_submjj{
line-height:1.6;
margin-bottom:30px;
font-size:16px;
max-width:30rem;
color:#8A7A66;
}
@media(min-width:766px){
.nuc_hero_submjj{
font-size:18px;
}
}
.nuc_hero_actionsmjj{
gap:14px;
flex-wrap:wrap;
align-items:center;
margin-bottom:2.125rem;
display:flex;
}
.nuc_hero_ctamjj{
transition:background-color .22s ease;
background:#1C1712;
padding:16px 1.875rem;
border-radius:999px;
gap:10px;
color:#F5EFE2;
font-size:15px;
font-weight:700;
display:inline-flex;
align-items:center;
}
.nuc_hero_ctamjj:hover{
background:#2E2820;
}
.nuc_hero_cta_icmjj{
align-items:center;
display:inline-flex;
}
.nuc_hero_cta_icmjj svg{
width:16px;
height:1rem;
}
.nuc_hero_cta_altmjj{
transition:border-color .22s ease,color .22s ease;
border:1px solid rgba(28,23,18,0.14);
padding:0.938rem 1.625rem;
border-radius:62.438rem;
background:transparent;
font-weight:600;
display:inline-flex;
align-items:center;
font-size:15px;
color:#1C1712;
}
.nuc_hero_cta_altmjj:hover{
border-color:#A07838;
color:#A07838;
}
.nuc_hero_trustmjj{
gap:22px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.nuc_hero_trust_itemmjj{
gap:9px;
align-items:center;
font-size:13px;
color:#3A3228;
display:flex;
font-weight:600;
}
.nuc_hero_trust_icmjj{
display:inline-flex;
align-items:center;
color:#A07838;
}
.nuc_hero_trust_icmjj svg{
height:1rem;
width:1rem;
}
.nuc_hero_promomjj{
border-radius:20px;
background:#FDFAF4;
overflow:hidden;
min-height:18.75rem;
display:flex;
position:relative;
box-shadow:0 12px 3rem rgba(28,23,18,0.14), 0 3px 0.625rem rgba(28,23,18,0.08);
}
.nuc_hero_promo_bgmjj{
inset:0;
position:absolute;
background-position:center;
background-size:cover;
}
.nuc_hero_promo_bgmjj::after{
background:linear-gradient(120deg,#1E1A14 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.nuc_hero_promo_glowmjj{
background:radial-gradient(circle,rgba(172,130,72,0.18) 0%,transparent 65%);
border-radius:50%;
width:16.25rem;
right:-1.25rem;
pointer-events:none;
position:absolute;
height:16.25rem;
top:-2.5rem;
}
.nuc_hero_promo_ctmjj{
padding:28px;
align-self:flex-end;
max-width:88%;
position:relative;
z-index:2;
}
.nuc_hero_promo_labelmjj{
font-size:10px;
display:block;
letter-spacing:.25em;
color:#D4A84B;
margin-bottom:0.5rem;
font-weight:700;
text-transform:uppercase;
}
.nuc_hero_promo_amountmjj{
font-size:2rem;
line-height:1.05;
font-family:"Lora", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
color:#F5EFE2;
}
@media(min-width:771px){
.nuc_hero_promo_amountmjj{
font-size:40px;
}
}
.nuc_hero_promo_amountmjj em{
color:#D4A84B;
font-style:normal;
}
.nuc_hero_ratingmjj{
border:1px solid rgba(28,23,18,0.08);
background:#FDFAF4;
border-radius:0.875rem;
padding:0.625rem 14px;
gap:0.625rem;
top:0.875rem;
z-index:3;
right:0.875rem;
position:absolute;
align-items:center;
box-shadow:0 2px 6px rgba(28,23,18,0.07), 0 0.5rem 1.25rem rgba(28,23,18,0.09);
display:flex;
max-width:min(260px,62%);
}
.nuc_hero_rating_scoremjj{
flex:0 0 auto;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:1.5rem;
font-weight:700;
color:#1C1712;
}
.nuc_hero_rating_txtmjj{
flex:1 1 auto;
min-width:0;
}
.nuc_hero_rating_starsmjj{
gap:2px;
color:#A07838;
display:flex;
}
.nuc_hero_rating_starsmjj svg{
width:12px;
height:0.75rem;
}
.nuc_hero_rating_capmjj{
line-height:1.35;
overflow-wrap:break-word;
font-size:11px;
color:#6B5E4C;
margin-top:3px;
display:block;
}
.nuc_statmjj{
margin-top:1rem;
border-top:1px solid rgba(28,23,18,0.14);
border-bottom:1px solid rgba(28,23,18,0.14);
}
.nuc_stat_inmjj{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:766px){
.nuc_stat_inmjj{
grid-template-columns:repeat(4,1fr);
}
}
.nuc_stat_itemmjj{
padding:22px 0.875rem;
border-right:1px solid rgba(28,23,18,0.08);
min-width:0;
border-bottom:1px solid rgba(28,23,18,0.08);
}
.nuc_stat_itemmjj:nth-child(2n){
border-right:0;
}
.nuc_stat_itemmjj:nth-child(n+3){
border-bottom:0;
}
@media(min-width:770px){
.nuc_stat_itemmjj{
border-bottom:0;
}
.nuc_stat_itemmjj:nth-child(2n){
border-right:1px solid rgba(28,23,18,0.08);
}
.nuc_stat_itemmjj:nth-child(4n){
border-right:0;
}
}
.nuc_stat_valuemjj{
line-height:1;
font-weight:700;
color:#1C1712;
overflow-wrap:break-word;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:1.875rem;
}
@media(min-width:766px){
.nuc_stat_valuemjj{
font-size:34px;
}
}
.nuc_stat_labelmjj{
margin-top:6px;
overflow-wrap:break-word;
line-height:1.4;
color:#6B5E4C;
font-size:0.813rem;
}
.nuc_prmjj{
padding:30px 0 0.375rem;
}
.nuc_pr_cardmjj{
padding:26px;
flex:0 0 auto;
border-radius:20px;
border:1px solid rgba(28,23,18,0.08);
overflow:hidden;
background:#FDFAF4;
gap:10px;
width:17.5rem;
position:relative;
flex-direction:column;
display:flex;
min-height:12.5rem;
}
@media(min-width:769px){
.nuc_pr_cardmjj{
width:300px;
}
}
.nuc_pr_card_featmjj{
background:linear-gradient(150deg,#2C2318,#14110C);
border-color:transparent;
color:#F5EFE2;
}
.nuc_pr_glowmjj{
border-radius:50%;
background:radial-gradient(circle,rgba(172,130,72,0.18),transparent 70%);
position:absolute;
width:8.125rem;
height:130px;
top:-1.875rem;
pointer-events:none;
right:-30px;
opacity:0;
}
.nuc_pr_card_featmjj .nuc_pr_glowmjj{
opacity:1;
}
.nuc_pr_labelmjj{
text-transform:uppercase;
letter-spacing:.16em;
color:#A07838;
font-weight:700;
font-size:10px;
position:relative;
}
.nuc_pr_card_featmjj .nuc_pr_labelmjj{
color:#D4A84B;
}
.nuc_pr_amountmjj{
position:relative;
line-height:1.08;
overflow-wrap:break-word;
color:#1C1712;
font-weight:600;
font-size:1.625rem;
font-family:"Lora", Georgia, 'Times New Roman', serif;
}
.nuc_pr_card_featmjj .nuc_pr_amountmjj{
color:#F5EFE2;
}
.nuc_pr_amountmjj em{
font-style:normal;
color:#A07838;
}
.nuc_pr_card_featmjj .nuc_pr_amountmjj em{
color:#D4A84B;
}
.nuc_pr_termsmjj{
font-size:13px;
line-height:1.5;
position:relative;
color:#6B5E4C;
}
.nuc_pr_card_featmjj .nuc_pr_termsmjj{
color:#B8A98E;
}
.nuc_pr_ctamjj{
align-self:flex-start;
position:relative;
margin-top:auto;
}
.nuc_pr_card_featmjj .nuc_pr_ctamjj{
transition:opacity .22s ease;
background:#D4A84B;
border-radius:62.438rem;
padding:9px 1.125rem;
color:#1C1712;
font-size:0.813rem;
font-weight:700;
}
.nuc_pr_card_featmjj .nuc_pr_ctamjj:hover{
opacity:.9;
}
.nuc_pr_cardmjj:not(.nuc_pr_card_featmjj) .nuc_pr_ctamjj{
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #1C1712;
font-weight:700;
color:#1C1712;
padding-bottom:2px;
font-size:0.813rem;
}
.nuc_pr_cardmjj:not(.nuc_pr_card_featmjj) .nuc_pr_ctamjj:hover{
border-color:#A07838;
color:#A07838;
}
.nuc_growmjj{
padding:1.625rem 0 10px;
}
.nuc_row_seomjj{
margin:0.625rem 0 0;
max-width:760px;
overflow-wrap:break-word;
line-height:1.65;
font-size:0.875rem;
color:#8A7A66;
}
.nuc_row_seomjj strong{
color:#1C1712;
font-weight:700;
}
.nuc_jpmjj{
padding:30px 0 10px;
}
.nuc_jp_gridmjj{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:765px){
.nuc_jp_gridmjj{
grid-template-columns:1fr 1fr;
}
.nuc_jp_card_megamjj{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.nuc_jp_gridmjj{
grid-template-columns:1.4fr 1fr 1fr;
}
.nuc_jp_card_megamjj{
grid-column:auto;
}
}
.nuc_jp_cardmjj{
padding:1.625rem;
overflow:hidden;
border:1px solid rgba(28,23,18,0.08);
gap:12px;
border-radius:1.25rem;
background:#FDFAF4;
justify-content:space-between;
display:flex;
position:relative;
flex-direction:column;
min-height:12.5rem;
min-width:0;
}
.nuc_jp_card_megamjj{
background:linear-gradient(135deg,#2C2318,#14110C);
border-color:transparent;
min-height:13.125rem;
color:#F5EFE2;
}
.nuc_jp_glowmjj{
border-radius:50%;
background:radial-gradient(circle,rgba(172,130,72,0.18),transparent 70%);
right:-2.5rem;
width:12.5rem;
pointer-events:none;
top:-2.5rem;
position:absolute;
height:200px;
}
.nuc_jp_labelmjj{
gap:10px;
position:relative;
justify-content:space-between;
display:flex;
color:#A07838;
text-transform:uppercase;
font-weight:700;
font-size:0.625rem;
flex-wrap:wrap;
align-items:center;
letter-spacing:.16em;
}
.nuc_jp_card_megamjj .nuc_jp_labelmjj{
color:#D4A84B;
}
.nuc_jp_dropmjj{
text-transform:none;
color:#6B5E4C;
letter-spacing:.04em;
font-weight:600;
}
.nuc_jp_card_megamjj .nuc_jp_dropmjj{
color:#B8A98E;
}
.nuc_jp_amountmjj{
color:#1C1712;
line-height:1;
position:relative;
font-weight:700;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:38px;
overflow-wrap:break-word;
}
.nuc_jp_card_megamjj .nuc_jp_amountmjj{
animation:zm2-pulse 2.4s infinite;
font-size:48px;
color:#D4A84B;
}
@media(min-width:766px){
.nuc_jp_card_megamjj .nuc_jp_amountmjj{
font-size:54px;
}
}
.nuc_jp_gamemjj{
position:relative;
color:#6B5E4C;
font-size:13px;
}
.nuc_jp_card_megamjj .nuc_jp_gamemjj{
color:#B8A98E;
}
.nuc_jp_ctamjj{
position:relative;
align-self:flex-start;
}
.nuc_jp_card_megamjj .nuc_jp_ctamjj{
border-radius:999px;
padding:10px 1.25rem;
background:#D4A84B;
transition:opacity .22s ease;
font-weight:700;
font-size:0.813rem;
color:#1C1712;
}
.nuc_jp_card_megamjj .nuc_jp_ctamjj:hover{
opacity:.9;
}
.nuc_jp_cardmjj:not(.nuc_jp_card_megamjj) .nuc_jp_ctamjj{
transition:color .22s ease,border-color .22s ease;
color:#1C1712;
border-bottom:1px solid #1C1712;
font-weight:700;
font-size:0.813rem;
padding-bottom:2px;
}
.nuc_jp_cardmjj:not(.nuc_jp_card_megamjj) .nuc_jp_ctamjj:hover{
border-color:#A07838;
color:#A07838;
}
.nuc_jp_seomjj{
margin:0.875rem 0 0;
line-height:1.65;
max-width:47.5rem;
overflow-wrap:break-word;
color:#8A7A66;
font-size:14px;
}
.nuc_jp_seomjj strong{
color:#1C1712;
font-weight:700;
}
.nuc_growmjj{
padding:1.625rem 0 0.625rem;
}
.nuc_row_seomjj{
margin:0.625rem 0 0;
color:#8A7A66;
line-height:1.65;
max-width:760px;
font-size:14px;
overflow-wrap:break-word;
}
.nuc_row_seomjj strong{
color:#1C1712;
font-weight:700;
}
.nuc_gfmjj{
padding:24px 0 0.375rem;
}
.nuc_gf_inmjj{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.nuc_gf_chipmjj{
background:#FDFAF4;
border:1px solid rgba(28,23,18,0.14);
border-radius:999px;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
padding:0.625rem 18px;
white-space:nowrap;
color:#3A3228;
font-weight:600;
font-size:0.813rem;
}
.nuc_gf_chipmjj:hover{
border-color:#A07838;
color:#A07838;
}
.nuc_gf_chipmjj.nuc_state_activemjj{
border-color:transparent;
background:#1C1712;
color:#F5EFE2;
}
.nuc_nlmjj{
padding:1.5rem 0 10px;
}
.nuc_nl_inmjj{
padding:30px 32px;
gap:22px;
background:#251F17;
border-radius:1.25rem;
color:#F5EFE2;
display:flex;
flex-direction:column;
}
@media(min-width:766px){
.nuc_nl_inmjj{
gap:28px;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.nuc_nl_text_wrapmjj{
min-width:0;
}
.nuc_nl_h3mjj{
font-weight:600;
font-family:"Lora", Georgia, 'Times New Roman', serif;
margin-bottom:0.313rem;
overflow-wrap:break-word;
font-size:22px;
line-height:1.1;
color:#F5EFE2;
}
@media(min-width:766px){
.nuc_nl_h3mjj{
font-size:1.5rem;
}
}
.nuc_nl_textmjj{
color:#B8A98E;
font-size:13.5px;
line-height:1.5;
}
.nuc_nl_formmjj{
flex:1 1 auto;
gap:0.625rem;
display:flex;
min-width:0;
max-width:460px;
}
.nuc_nl_inputmjj{
border:1px solid rgba(253,248,236,0.12);
overflow:hidden;
padding:13px 1rem;
border-radius:14px;
background:rgba(253,248,236,0.07);
flex:1 1 auto;
min-width:0;
white-space:nowrap;
font-size:0.875rem;
color:#B8A98E;
align-items:center;
display:flex;
text-overflow:ellipsis;
}
.nuc_nl_btnmjj{
transition:opacity .22s ease;
border-radius:0.875rem;
background:#D4A84B;
flex:0 0 auto;
padding:13px 1.5rem;
font-size:14px;
white-space:nowrap;
font-weight:700;
color:#1C1712;
}
.nuc_nl_btnmjj:hover{
opacity:.9;
}
.nuc_appmjj{
padding:30px 0 0.625rem;
}
.nuc_app_inmjj{
background:#FDFAF4;
gap:28px;
border:1px solid rgba(28,23,18,0.08);
padding:32px;
border-radius:1.25rem;
flex-direction:column;
display:flex;
}
@media(min-width:768px){
.nuc_app_inmjj{
gap:40px;
padding:2.5rem 44px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.nuc_app_copymjj{
max-width:560px;
min-width:0;
}
.nuc_app_eyebrowmjj{
margin-bottom:0.75rem;
}
.nuc_app_h2mjj{
line-height:1.05;
color:#1C1712;
margin-bottom:0.75rem;
font-weight:600;
font-size:28px;
font-family:"Lora", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:769px){
.nuc_app_h2mjj{
font-size:2.125rem;
}
}
.nuc_app_textmjj{
color:#8A7A66;
font-size:14px;
margin-bottom:22px;
line-height:1.6;
}
.nuc_app_btnsmjj{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.nuc_app_btnmjj{
transition:background-color .22s ease;
border-radius:0.875rem;
gap:10px;
background:#1C1712;
padding:0.688rem 20px;
display:inline-flex;
color:#F5EFE2;
align-items:center;
}
.nuc_app_btnmjj:hover{
background:#2E2820;
}
.nuc_app_btn_icmjj{
align-items:center;
display:inline-flex;
}
.nuc_app_btn_icmjj svg{
width:18px;
height:18px;
}
.nuc_app_btn_lbmjj{
font-weight:700;
font-size:13.5px;
}
.nuc_app_qr_wrapmjj{
flex:0 0 auto;
gap:18px;
align-items:center;
display:flex;
}
.nuc_app_qrmjj{
flex:0 0 auto;
border-radius:0.875rem;
background-color:#1C1712;
height:108px;
width:108px;
background-image:repeating-linear-gradient(0deg,#FDFAF4 0 5px,transparent 5px 11px),repeating-linear-gradient(90deg,#FDFAF4 0 5px,transparent 5px 11px);
}
.nuc_app_qr_capmjj{
font-size:0.781rem;
line-height:1.4;
max-width:5.75rem;
color:#6B5E4C;
}
.nuc_trnmjj{
padding:30px 0 0.625rem;
}
.nuc_trn_inmjj{
border:1px solid rgba(28,23,18,0.08);
border-radius:20px;
background:#FDFAF4;
overflow:hidden;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:883px){
.nuc_trn_inmjj{
grid-template-columns:1.05fr 1fr;
}
}
.nuc_trn_bannermjj{
padding:34px;
overflow:hidden;
background:linear-gradient(150deg,#2C2318,#14110C);
color:#F5EFE2;
position:relative;
}
.nuc_trn_glowmjj{
border-radius:50%;
background:radial-gradient(circle,rgba(172,130,72,0.18),transparent 70%);
width:200px;
bottom:-40px;
pointer-events:none;
position:absolute;
height:200px;
right:-40px;
}
.nuc_trn_eyebrowmjj{
margin-bottom:14px;
position:relative;
}
.nuc_trn_h2mjj{
overflow-wrap:break-word;
font-weight:600;
position:relative;
font-family:"Lora", Georgia, 'Times New Roman', serif;
line-height:1.06;
color:#F5EFE2;
font-size:30px;
margin-bottom:0.75rem;
}
@media(min-width:769px){
.nuc_trn_h2mjj{
font-size:2.25rem;
}
}
.nuc_trn_textmjj{
margin-bottom:22px;
line-height:1.6;
max-width:26.25rem;
font-size:14px;
position:relative;
color:#B8A98E;
}
.nuc_trn_timermjj{
gap:8px;
display:flex;
align-items:center;
margin-bottom:1.5rem;
flex-wrap:wrap;
position:relative;
}
.nuc_trn_timer_capmjj{
color:#B8A98E;
font-size:11px;
}
.nuc_trn_timer_boxmjj{
padding:4px 12px;
background:rgba(253,248,236,0.07);
border-radius:8px;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:1.5rem;
color:#F5EFE2;
font-weight:700;
}
.nuc_trn_ctamjj{
padding:0.813rem 26px;
background:#D4A84B;
transition:opacity .22s ease;
border-radius:62.438rem;
position:relative;
display:inline-block;
font-size:0.875rem;
font-weight:700;
color:#1C1712;
}
.nuc_trn_ctamjj:hover{
opacity:.9;
}
.nuc_trn_lbmjj{
padding:26px 1.75rem;
}
.nuc_trn_lb_headmjj{
gap:10px;
align-items:center;
display:flex;
margin-bottom:12px;
justify-content:space-between;
}
.nuc_trn_lb_titlemjj{
font-size:1.25rem;
font-weight:600;
font-family:"Lora", Georgia, 'Times New Roman', serif;
color:#1C1712;
}
.nuc_trn_lb_updmjj{
letter-spacing:.08em;
text-transform:uppercase;
font-size:0.688rem;
color:#6B5E4C;
}
.nuc_trn_lb_rowmjj{
padding:0.688rem 12px;
border-radius:0.5rem;
gap:14px;
align-items:center;
display:flex;
}
.nuc_trn_lb_rowmjj:nth-child(2){
background:rgba(160,120,56,0.10);
}
.nuc_trn_lb_rankmjj{
flex:0 0 auto;
color:#A07838;
font-weight:700;
font-size:16px;
width:22px;
font-family:"Lora", Georgia, 'Times New Roman', serif;
}
.nuc_trn_lb_avmjj{
background:linear-gradient(135deg,#A07838,#D4A84B);
flex:0 0 auto;
border-radius:50%;
width:1.875rem;
height:30px;
}
.nuc_trn_lb_namemjj{
flex:1 1 auto;
overflow:hidden;
font-weight:600;
min-width:0;
font-size:0.875rem;
text-overflow:ellipsis;
color:#1C1712;
white-space:nowrap;
}
.nuc_trn_lb_amountmjj{
flex:0 0 auto;
font-size:13px;
font-weight:700;
color:#1C1712;
}
.nuc_vipmjj{
padding:3rem 0;
}
@media(min-width:769px){
.nuc_vipmjj{
padding:64px 0;
}
}
.nuc_vip_headmjj{
gap:0.875rem;
margin-bottom:30px;
display:flex;
flex-direction:column;
}
@media(min-width:881px){
.nuc_vip_headmjj{
gap:1.5rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.nuc_vip_eyebrowmjj{
margin-bottom:0.75rem;
}
.nuc_vip_h2mjj{
font-weight:600;
color:#F5EFE2;
overflow-wrap:break-word;
font-family:"Lora", Georgia, 'Times New Roman', serif;
line-height:1.05;
font-size:2rem;
}
@media(min-width:766px){
.nuc_vip_h2mjj{
font-size:2.5rem;
}
}
.nuc_vip_intromjj{
color:#B8A98E;
font-size:14px;
line-height:1.6;
max-width:420px;
}
.nuc_vip_gridmjj{
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
gap:14px;
display:grid;
}
.nuc_vip_cardmjj{
border:1px solid rgba(253,248,236,0.12);
padding:22px 18px;
border-radius:14px;
min-width:0;
}
.nuc_vip_card_featmjj{
border-color:#D4A84B;
background:rgba(253,248,236,0.07);
}
.nuc_vip_card_icmjj{
border-radius:0.5rem;
background:linear-gradient(135deg,#A07838,#D4A84B);
width:34px;
margin-bottom:16px;
display:block;
height:2.125rem;
}
.nuc_vip_namemjj{
overflow-wrap:break-word;
font-size:20px;
font-weight:600;
color:#F5EFE2;
margin-bottom:0.375rem;
font-family:"Lora", Georgia, 'Times New Roman', serif;
}
.nuc_vip_perkmjj{
color:#B8A98E;
font-size:0.781rem;
line-height:1.5;
overflow-wrap:break-word;
}
.nuc_ttmjj{
padding:48px 0 0.625rem;
}
@media(min-width:766px){
.nuc_ttmjj{
padding:3.75rem 0 0.625rem;
}
}
.nuc_tt_headmjj{
text-align:center;
margin-bottom:2.125rem;
}
.nuc_tt_eyebrowmjj{
margin-bottom:12px;
}
.nuc_tt_h2mjj{
font-weight:600;
overflow-wrap:break-word;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:2rem;
color:#1C1712;
line-height:1.05;
}
@media(min-width:765px){
.nuc_tt_h2mjj{
font-size:2.625rem;
}
}
.nuc_tt_gridmjj{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:758px){
.nuc_tt_gridmjj{
grid-template-columns:repeat(3,1fr);
}
}
.nuc_tt_cardmjj{
border-radius:14px;
background:#FDFAF4;
border:1px solid rgba(28,23,18,0.08);
padding:30px;
display:flex;
min-width:0;
flex-direction:column;
}
.nuc_tt_card_icmjj{
color:#A07838;
display:inline-flex;
margin-bottom:18px;
align-items:center;
}
.nuc_tt_card_icmjj svg{
width:28px;
height:28px;
}
.nuc_tt_card_hmjj{
line-height:1.15;
color:#1C1712;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:8px;
font-size:22px;
font-family:"Lora", Georgia, 'Times New Roman', serif;
}
.nuc_tt_card_pmjj{
color:#8A7A66;
overflow-wrap:break-word;
margin-bottom:14px;
line-height:1.6;
font-size:0.875rem;
}
.nuc_tt_card_pmjj b{
color:#1C1712;
font-weight:700;
}
.nuc_tt_card_linkmjj{
transition:color .22s ease;
font-weight:700;
align-self:flex-start;
color:#1C1712;
font-size:13px;
margin-top:auto;
border-bottom:1px solid #A07838;
padding-bottom:2px;
}
.nuc_tt_card_linkmjj:hover{
color:#A07838;
}
.nuc_opmjj{
padding:2.25rem 0 10px;
}
.nuc_op_inmjj{
padding:2rem;
border:1px solid rgba(28,23,18,0.08);
grid-template-columns:1fr;
gap:2rem;
background:#FDFAF4;
border-radius:14px;
display:grid;
align-items:center;
}
@media(min-width:859px){
.nuc_op_inmjj{
padding:34px 2.5rem;
grid-template-columns:.9fr 1.1fr;
gap:2.75rem;
}
}
.nuc_op_leftmjj{
min-width:0;
}
.nuc_op_eyebrowmjj{
margin-bottom:0.75rem;
}
.nuc_op_h2mjj{
line-height:1.08;
overflow-wrap:break-word;
color:#1C1712;
font-size:28px;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:10px;
}
@media(min-width:766px){
.nuc_op_h2mjj{
font-size:1.875rem;
}
}
.nuc_op_textmjj{
color:#8A7A66;
line-height:1.6;
font-size:0.875rem;
}
.nuc_op_gridmjj{
overflow:hidden;
gap:1px;
border:1px solid rgba(28,23,18,0.14);
grid-template-columns:1fr 1fr;
background:rgba(28,23,18,0.14);
border-radius:0.5rem;
display:grid;
}
.nuc_op_fieldmjj{
padding:18px 20px;
background:#F5F1EA;
min-width:0;
}
.nuc_op_field_lbmjj{
letter-spacing:.1em;
font-weight:600;
margin-bottom:5px;
color:#A07838;
font-size:0.625rem;
text-transform:uppercase;
}
.nuc_op_field_valmjj{
overflow-wrap:break-word;
font-weight:700;
font-size:14px;
color:#1C1712;
}
.nuc_htsmjj{
padding:48px 0;
}
@media(min-width:770px){
.nuc_htsmjj{
padding:3.875rem 0;
}
}
.nuc_hts_headmjj{
gap:18px;
display:flex;
flex-direction:column;
margin-bottom:2.125rem;
}
@media(min-width:769px){
.nuc_hts_headmjj{
gap:24px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.nuc_hts_eyebrowmjj{
margin-bottom:12px;
}
.nuc_hts_h2mjj{
overflow-wrap:break-word;
font-size:1.875rem;
color:#F5EFE2;
font-weight:600;
font-family:"Lora", Georgia, 'Times New Roman', serif;
line-height:1.05;
}
@media(min-width:769px){
.nuc_hts_h2mjj{
font-size:38px;
}
}
.nuc_hts_ctamjj{
padding:15px 1.875rem;
background:#D4A84B;
flex:0 0 auto;
transition:opacity .22s ease;
border-radius:62.438rem;
font-size:15px;
font-weight:700;
color:#1C1712;
}
.nuc_hts_ctamjj:hover{
opacity:.9;
}
.nuc_hts_gridmjj{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:762px){
.nuc_hts_gridmjj{
grid-template-columns:repeat(3,1fr);
}
}
.nuc_hts_stepmjj{
padding-top:1.375rem;
min-width:0;
border-top:1px solid rgba(253,248,236,0.12);
}
.nuc_hts_step_nummjj{
font-family:"Lora", Georgia, 'Times New Roman', serif;
color:#D4A84B;
font-weight:700;
font-size:2.75rem;
line-height:1;
margin-bottom:0.875rem;
}
.nuc_hts_step_hmjj{
color:#F5EFE2;
line-height:1.2;
font-weight:700;
font-size:19px;
overflow-wrap:break-word;
margin-bottom:8px;
}
.nuc_hts_step_pmjj{
overflow-wrap:break-word;
font-size:14px;
line-height:1.55;
color:#B8A98E;
}
.nuc_tsmjj{
padding:44px 0;
}
.nuc_ts_inmjj{
grid-template-columns:1fr;
gap:32px;
align-items:center;
display:grid;
}
@media(min-width:881px){
.nuc_ts_inmjj{
grid-template-columns:1.4fr 1fr;
gap:48px;
}
}
.nuc_ts_leftmjj{
min-width:0;
}
.nuc_ts_h2mjj{
font-weight:600;
margin-bottom:0.75rem;
line-height:1.1;
font-family:"Lora", Georgia, 'Times New Roman', serif;
color:#F5EFE2;
font-size:26px;
overflow-wrap:break-word;
}
@media(min-width:771px){
.nuc_ts_h2mjj{
font-size:28px;
}
}
.nuc_ts_textmjj{
line-height:1.6;
font-size:0.906rem;
max-width:520px;
margin-bottom:1.375rem;
color:#B8A98E;
}
.nuc_ts_badgesmjj{
gap:18px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.nuc_ts_badgemjj{
font-weight:600;
color:#B8A98E;
font-size:13px;
}
.nuc_ts_paymjj{
gap:12px;
display:flex;
flex-wrap:wrap;
}
@media(min-width:879px){
.nuc_ts_paymjj{
justify-content:flex-end;
}
}
.nuc_ts_pay_chipmjj{
background:rgba(253,248,236,0.07);
border:1px solid rgba(253,248,236,0.12);
border-radius:0.875rem;
padding:0.75rem 1rem;
color:#F5EFE2;
font-weight:700;
font-size:0.875rem;
}
.nuc_provmjj{
padding:2.5rem 0 20px;
}
.nuc_prov_eyebrowmjj{
display:block;
margin-bottom:1.125rem;
}
.nuc_prov_gridmjj{
gap:12px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:561px){
.nuc_prov_gridmjj{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:902px){
.nuc_prov_gridmjj{
grid-template-columns:repeat(6,1fr);
}
}
.nuc_rcmjj{
padding:48px 0 0.625rem;
}
.nuc_rc_inmjj{
gap:32px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:759px){
.nuc_rc_inmjj{
grid-template-columns:repeat(3,1fr);
gap:2.5rem;
}
}
.nuc_rc_colmjj{
min-width:0;
}
.nuc_rc_labelmjj{
font-size:0.688rem;
letter-spacing:.2em;
margin-bottom:1rem;
text-transform:uppercase;
font-weight:600;
color:#A07838;
}
.nuc_rc_awardsmjj{
gap:0.75rem;
flex-direction:column;
display:flex;
}
.nuc_rc_awardmjj{
gap:0.75rem;
display:flex;
align-items:center;
min-width:0;
}
.nuc_rc_award_icmjj{
flex:0 0 auto;
display:inline-flex;
color:#C89A48;
align-items:center;
}
.nuc_rc_award_icmjj svg{
width:18px;
height:18px;
}
.nuc_rc_award_tmjj{
overflow-wrap:break-word;
font-weight:700;
font-size:14px;
color:#1C1712;
}
.nuc_rc_award_smjj{
font-size:0.75rem;
color:#6B5E4C;
overflow-wrap:break-word;
}
.nuc_rc_pressmjj{
grid-template-columns:1fr 1fr;
gap:0.625rem;
display:grid;
}
.nuc_rc_press_logomjj{
padding:0 8px;
border:1px solid rgba(28,23,18,0.08);
border-radius:8px;
overflow:hidden;
font-family:"Lora", Georgia, 'Times New Roman', serif;
white-space:nowrap;
height:3.25rem;
color:#8A7A66;
font-weight:700;
align-items:center;
justify-content:center;
display:flex;
font-size:14px;
text-align:center;
text-overflow:ellipsis;
}
.nuc_rc_partnermjj{
border:1px solid rgba(28,23,18,0.08);
padding:22px;
border-radius:14px;
background:#FDFAF4;
}
.nuc_rc_partner_namemjj{
color:#1C1712;
font-family:"Lora", Georgia, 'Times New Roman', serif;
margin-bottom:0.375rem;
overflow-wrap:break-word;
font-weight:600;
font-size:20px;
}
.nuc_rc_partner_textmjj{
line-height:1.55;
font-size:0.813rem;
color:#8A7A66;
overflow-wrap:break-word;
}
.nuc_wymjj{
padding:48px 0;
}
@media(min-width:768px){
.nuc_wymjj{
padding:56px 0;
}
}
.nuc_wy_inmjj{
grid-template-columns:1fr;
gap:32px;
align-items:start;
display:grid;
}
@media(min-width:902px){
.nuc_wy_inmjj{
gap:3rem;
grid-template-columns:.8fr 1.2fr;
}
}
.nuc_wy_leftmjj{
min-width:0;
}
.nuc_wy_eyebrowmjj{
margin-bottom:14px;
}
.nuc_wy_h2mjj{
line-height:1.05;
color:#1C1712;
font-size:32px;
margin-bottom:1rem;
font-weight:600;
font-family:"Lora", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:766px){
.nuc_wy_h2mjj{
font-size:2.5rem;
}
}
.nuc_wy_intromjj{
color:#8A7A66;
font-size:15px;
line-height:1.6;
}
.nuc_wy_gridmjj{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:557px){
.nuc_wy_gridmjj{
grid-template-columns:1fr 1fr;
}
}
.nuc_wy_cardmjj{
padding:1.625rem;
border-radius:0.875rem;
border:1px solid rgba(28,23,18,0.08);
background:#FDFAF4;
min-width:0;
}
.nuc_wy_card_icmjj{
color:#A07838;
align-items:center;
justify-content:center;
display:inline-flex;
margin-bottom:16px;
}
.nuc_wy_card_icmjj svg{
height:1.625rem;
width:26px;
}
.nuc_wy_card_hmjj{
line-height:1.15;
color:#1C1712;
font-size:21px;
font-weight:600;
font-family:"Lora", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
margin-bottom:8px;
}
.nuc_wy_card_pmjj{
font-size:14px;
overflow-wrap:break-word;
line-height:1.55;
color:#8A7A66;
}
.nuc_faqmjj{
background:#FDFAF4;
padding:3rem 0;
margin-top:1.5rem;
border-top:1px solid rgba(28,23,18,0.08);
border-bottom:1px solid rgba(28,23,18,0.08);
}
@media(min-width:771px){
.nuc_faqmjj{
padding:3.875rem 0;
}
}
.nuc_faq_headmjj{
text-align:center;
margin-bottom:34px;
}
.nuc_faq_eyebrowmjj{
margin-bottom:12px;
}
.nuc_faq_h2mjj{
overflow-wrap:break-word;
font-size:2rem;
line-height:1.05;
font-weight:600;
font-family:"Lora", Georgia, 'Times New Roman', serif;
color:#1C1712;
}
@media(min-width:771px){
.nuc_faq_h2mjj{
font-size:38px;
}
}
.nuc_faq_listmjj{
gap:0.75rem;
margin:0 auto;
flex-direction:column;
display:flex;
max-width:820px;
}
.nuc_faq_itemmjj{
border-radius:14px;
background:#F5F1EA;
border:1px solid rgba(28,23,18,0.08);
overflow:hidden;
}
.nuc_faq_qmjj{
gap:20px;
list-style:none;
padding:20px 1.5rem;
display:flex;
cursor:pointer;
color:#1C1712;
align-items:center;
justify-content:space-between;
font-size:1rem;
font-weight:700;
overflow-wrap:break-word;
}
.nuc_faq_qmjj::-webkit-details-marker{
display:none;
}
.nuc_faq_q_icmjj{
transition:transform .22s ease;
flex:0 0 auto;
display:inline-flex;
color:#A07838;
align-items:center;
}
.nuc_faq_q_icmjj svg{
height:18px;
width:18px;
}
.nuc_faq_itemmjj[open] .nuc_faq_q_icmjj{
transform:rotate(180deg);
}
.nuc_faq_amjj{
padding:0 1.5rem 1.25rem;
color:#8A7A66;
line-height:1.6;
font-size:14.5px;
overflow-wrap:break-word;
}
.nuc_gdmjj{
padding:3rem 0 10px;
}
.nuc_gd_headmjj{
gap:0.875rem;
display:flex;
flex-direction:column;
margin-bottom:1.5rem;
}
@media(min-width:682px){
.nuc_gd_headmjj{
gap:1.25rem;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.nuc_gd_eyebrowmjj{
margin-bottom:10px;
}
.nuc_gd_h2mjj{
color:#1C1712;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:1.75rem;
line-height:1.05;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:769px){
.nuc_gd_h2mjj{
font-size:2.125rem;
}
}
.nuc_gd_moremjj{
flex:0 0 auto;
transition:color .22s ease,border-color .22s ease;
font-size:0.844rem;
padding-bottom:2px;
color:#1C1712;
font-weight:600;
border-bottom:1px solid #1C1712;
}
.nuc_gd_moremjj:hover{
border-color:#A07838;
color:#A07838;
}
.nuc_gd_gridmjj{
gap:20px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:720px){
.nuc_gd_gridmjj{
grid-template-columns:repeat(3,1fr);
}
}
.nuc_gd_cardmjj{
overflow:hidden;
border:1px solid rgba(28,23,18,0.08);
background:#FDFAF4;
border-radius:14px;
display:block;
min-width:0;
}
.nuc_gd_card_imgmjj{
background:linear-gradient(140deg,#2C2318,#A07838);
height:150px;
}
.nuc_gd_card_bodymjj{
padding:1.375rem;
}
.nuc_gd_card_catmjj{
text-transform:uppercase;
letter-spacing:.1em;
font-weight:600;
font-size:0.625rem;
color:#A07838;
}
.nuc_gd_card_hmjj{
margin:0.5rem 0 0.625rem;
font-size:1.188rem;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-weight:600;
color:#1C1712;
overflow-wrap:break-word;
line-height:1.2;
}
.nuc_gd_card_metamjj{
overflow-wrap:break-word;
color:#6B5E4C;
font-size:12px;
}
.nuc_sgmjj{
padding:3rem 0 10px;
}
.nuc_sg_eyebrowmjj{
margin-bottom:12px;
display:block;
}
.nuc_sg_h2mjj{
overflow-wrap:break-word;
font-size:30px;
color:#1C1712;
margin-bottom:28px;
font-weight:600;
font-family:"Lora", Georgia, 'Times New Roman', serif;
line-height:1.05;
}
@media(min-width:771px){
.nuc_sg_h2mjj{
font-size:36px;
}
}
.nuc_sg_gridmjj{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:719px){
.nuc_sg_gridmjj{
grid-template-columns:repeat(3,1fr);
}
}
.nuc_sg_colmjj{
min-width:0;
}
.nuc_sg_col_hmjj{
font-weight:600;
line-height:1.15;
font-size:22px;
overflow-wrap:break-word;
color:#1C1712;
font-family:"Lora", Georgia, 'Times New Roman', serif;
margin-bottom:10px;
}
.nuc_sg_col_pmjj{
line-height:1.65;
overflow-wrap:break-word;
color:#8A7A66;
font-size:14px;
}
.nuc_lhmjj{
padding:2.5rem 0 1.25rem;
}
.nuc_lh_inmjj{
padding-top:34px;
border-top:1px solid rgba(28,23,18,0.14);
}
.nuc_lh_eyebrowmjj{
margin-bottom:1.375rem;
display:block;
}
.nuc_lh_gridmjj{
grid-template-columns:1fr 1fr;
gap:28px;
display:grid;
}
@media(min-width:601px){
.nuc_lh_gridmjj{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:958px){
.nuc_lh_gridmjj{
grid-template-columns:repeat(5,1fr);
}
}
.nuc_lh_colmjj{
min-width:0;
}
.nuc_lh_col_hmjj{
color:#1C1712;
margin-bottom:0.75rem;
overflow-wrap:break-word;
font-weight:700;
font-size:13px;
}
.nuc_lh_linksmjj{
gap:0.5rem;
display:flex;
flex-direction:column;
}
.nuc_lh_linkmjj{
transition:color .22s ease;
font-size:0.813rem;
overflow-wrap:break-word;
color:#8A7A66;
}
.nuc_lh_linkmjj:hover{
color:#A07838;
}
.nuc_sbmjj{
background:#FDFAF4;
padding:48px 0;
border-bottom:1px solid rgba(28,23,18,0.08);
margin-top:24px;
border-top:1px solid rgba(28,23,18,0.08);
}
@media(min-width:765px){
.nuc_sbmjj{
padding:56px 0;
}
}
.nuc_sb_eyebrowmjj{
display:block;
margin-bottom:12px;
}
.nuc_sb_h2mjj{
margin-bottom:26px;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.05;
color:#1C1712;
overflow-wrap:break-word;
font-size:1.875rem;
}
@media(min-width:770px){
.nuc_sb_h2mjj{
font-size:36px;
}
}
.nuc_sb_gridmjj{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:561px){
.nuc_sb_gridmjj{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:961px){
.nuc_sb_gridmjj{
grid-template-columns:repeat(4,1fr);
}
}
.nuc_sb_cardmjj{
padding:1.5rem;
border-radius:0.875rem;
background:#F5F1EA;
border:1px solid rgba(28,23,18,0.08);
min-width:0;
}
.nuc_sb_card_hmjj{
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-weight:600;
color:#1C1712;
line-height:1.15;
font-size:19px;
}
.nuc_sb_card_pmjj{
font-size:13.5px;
overflow-wrap:break-word;
line-height:1.6;
color:#8A7A66;
}
.nuc_sb_rtpmjj{
padding:26px 28px;
background:#F5F1EA;
border-radius:0.875rem;
border:1px solid rgba(28,23,18,0.08);
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
margin-top:1.125rem;
align-items:center;
}
@media(min-width:757px){
.nuc_sb_rtpmjj{
grid-template-columns:1fr 1fr;
gap:40px;
}
}
.nuc_sb_rtp_hmjj{
font-family:"Lora", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-weight:600;
color:#1C1712;
line-height:1.15;
font-size:20px;
}
.nuc_sb_rtp_pmjj{
line-height:1.6;
font-size:13.5px;
color:#8A7A66;
overflow-wrap:break-word;
}
.nuc_sb_rtp_statsmjj{
gap:1rem;
display:flex;
}
.nuc_sb_statmjj{
background:#FDFAF4;
border-radius:0.5rem;
padding:18px;
flex:1 1 0;
min-width:0;
text-align:center;
}
.nuc_sb_stat_vmjj{
font-weight:700;
font-family:"Lora", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:26px;
color:#4A7C59;
}
.nuc_sb_stat_lmjj{
margin-top:4px;
font-size:0.719rem;
color:#6B5E4C;
}
.nuc_elmjj{
padding:3rem 0;
}
@media(min-width:766px){
.nuc_elmjj{
padding:3.5rem 0;
}
}
.nuc_el_inmjj{
gap:2.5rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:901px){
.nuc_el_inmjj{
gap:56px;
grid-template-columns:1fr 1fr;
}
}
.nuc_el_leftmjj{
min-width:0;
}
.nuc_el_eyebrowmjj{
margin-bottom:14px;
}
.nuc_el_h2mjj{
font-size:32px;
color:#1C1712;
line-height:1.08;
font-weight:600;
margin-bottom:22px;
font-family:"Lora", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:767px){
.nuc_el_h2mjj{
font-size:38px;
}
}
.nuc_el_bodymjj p{
line-height:1.7;
font-size:1rem;
overflow-wrap:break-word;
margin-bottom:18px;
color:#3A3228;
}
.nuc_el_dropcapmjj{
padding:0.375rem 12px 0 0;
line-height:.8;
color:#A07838;
float:left;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-weight:700;
font-size:3.875rem;
}
.nuc_el_rightmjj{
min-width:0;
}
.nuc_el_quotemjj{
background:linear-gradient(150deg,#2C2318,#14110C);
padding:2.25rem;
border-radius:1.25rem;
color:#F5EFE2;
margin-bottom:1.5rem;
position:relative;
}
.nuc_el_quote_markmjj{
color:#D4A84B;
align-items:center;
margin-bottom:0.375rem;
display:inline-flex;
}
.nuc_el_quote_markmjj svg{
width:2.125rem;
height:2.125rem;
}
.nuc_el_quote_textmjj{
margin-bottom:1.375rem;
font-size:22px;
font-family:"Lora", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:500;
color:#F5EFE2;
line-height:1.4;
}
.nuc_el_quote_metamjj{
gap:12px;
align-items:center;
display:flex;
}
.nuc_el_quote_avmjj{
border-radius:50%;
background:linear-gradient(135deg,#A07838,#D4A84B);
flex:0 0 auto;
height:38px;
width:38px;
}
.nuc_el_quote_authormjj{
font-weight:700;
color:#F5EFE2;
font-size:14px;
}
.nuc_el_quote_meta_submjj{
font-size:0.75rem;
color:#B8A98E;
}
.nuc_el_explainmjj{
border:1px solid rgba(28,23,18,0.08);
overflow:hidden;
border-radius:14px;
}
.nuc_el_explain_cardmjj{
padding:1.375rem 1.5rem;
}
.nuc_el_explain_cardmjj+.nuc_el_explain_cardmjj{
border-top:1px solid rgba(28,23,18,0.08);
}
.nuc_el_explain_hmjj{
margin-bottom:8px;
overflow-wrap:break-word;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:1.25rem;
font-weight:600;
line-height:1.15;
color:#1C1712;
}
.nuc_el_explain_pmjj{
font-size:0.875rem;
overflow-wrap:break-word;
line-height:1.55;
color:#8A7A66;
}
.nuc_ftmjj{
background:#2A2420;
color:#B8A98E;
margin-top:40px;
}
.nuc_ft_inmjj{
padding:3rem 0 28px;
grid-template-columns:1fr;
gap:32px;
display:grid;
}
@media(min-width:599px){
.nuc_ft_inmjj{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:901px){
.nuc_ft_inmjj{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.nuc_ft_brandmjj{
min-width:0;
}
.nuc_ft_logomjj{
font-weight:700;
font-size:26px;
overflow-wrap:break-word;
color:#F5EFE2;
font-family:"Lora", Georgia, 'Times New Roman', serif;
}
.nuc_ft_taglinemjj{
margin-top:0.875rem;
max-width:17.5rem;
color:#B8A98E;
line-height:1.6;
font-size:0.844rem;
}
.nuc_ft_contactmjj{
transition:color .22s ease;
margin-top:0.75rem;
max-width:17.5rem;
color:#D4A84B;
overflow-wrap:anywhere;
display:inline-block;
font-size:0.813rem;
}
.nuc_ft_contactmjj:hover{
color:#F5EFE2;
}
.nuc_ft_colmjj{
min-width:0;
}
.nuc_ft_col_hmjj{
color:#F5EFE2;
text-transform:uppercase;
font-size:13px;
margin-bottom:14px;
font-weight:700;
letter-spacing:.08em;
overflow-wrap:break-word;
}
.nuc_ft_col_linksmjj{
gap:10px;
flex-direction:column;
display:flex;
}
.nuc_ft_linkmjj{
transition:color .22s ease;
color:#B8A98E;
overflow-wrap:break-word;
font-size:13.5px;
}
.nuc_ft_linkmjj:hover{
color:#F5EFE2;
}
.nuc_ft_botmjj{
gap:1rem;
padding:22px 0 2.5rem;
border-top:1px solid rgba(253,248,236,0.12);
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.nuc_ft_botmjj{
gap:20px;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.nuc_ft_legalmjj{
overflow-wrap:break-word;
line-height:1.6;
font-size:11.5px;
color:#B0A090;
max-width:760px;
}
.nuc_ft_legalmjj b{
color:#B8A98E;
font-weight:700;
}
.nuc_ft_agemjj{
flex:0 0 auto;
padding:0.25rem 0.563rem;
border:1.5px solid #D4A84B;
border-radius:8px;
font-size:13px;
font-weight:700;
color:#D4A84B;
}