*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F1EB;
font-family:"Inter", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.6;
color:#2E2820;
font-size:15px;
-webkit-font-smoothing:antialiased;
overflow-wrap:break-word;
text-rendering:optimizeLegibility;
}
img{
max-width:100%;
display:block;
}
a{
color:inherit;
text-decoration:none;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
height:8px;
width:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(0, 0, 0, 0.52);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.xde-layout_uyu{
min-height:100vh;
display:flex;
flex-direction:column;
}
.xde-main_uyu{
flex:1 1 auto;
min-width:0;
width:100%;
}
.xde-container_uyu{
margin:0 auto;
padding:0 1rem;
max-width:87.5rem;
width:100%;
}
@media(min-width:765px){
.xde-container_uyu{
padding:0 2rem;
}
}
@media(min-width:1102px){
.xde-container_uyu{
padding:0 3.5rem;
}
}
.xde-eyebrow_uyu{
overflow-wrap:break-word;
line-height:1.4;
font-family:"Inter", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:0.688rem;
display:inline-block;
font-weight:600;
letter-spacing:.2em;
text-transform:uppercase;
color:#1E9E58;
}
.xde-band_uyu{
background:#0F1A14;
color:#F0EDE8;
}
.xde-band_uyu .xde-eyebrow_uyu{
color:#56E091;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.xde-tb_uyu{
background:#F5F1EB;
position:sticky;
top:0;
z-index:50;
border-bottom:1px solid rgba(20, 18, 14, 0.15);
}
.xde-tb_in_uyu{
padding:12px 1rem;
margin:0 auto;
gap:16px;
align-items:center;
max-width:87.5rem;
justify-content:space-between;
display:flex;
width:100%;
}
@media(min-width:770px){
.xde-tb_in_uyu{
padding:1rem 32px;
}
}
@media(min-width:1103px){
.xde-tb_in_uyu{
padding:1.125rem 3.5rem;
}
}
.xde-tb_left_uyu{
gap:1.75rem;
display:flex;
min-width:0;
align-items:center;
}
.xde-tb_logo_uyu{
gap:0.688rem;
display:flex;
min-width:0;
align-items:center;
}
.xde-tb_logo_mark_uyu{
flex:0 0 auto;
border-radius:0.5rem;
height:2.125rem;
object-fit:cover;
width:2.125rem;
}
.xde-tb_logo_txt_uyu{
flex-direction:column;
line-height:1;
display:flex;
min-width:0;
}
.xde-tb_logo_name_uyu{
overflow:hidden;
color:#1A1410;
white-space:nowrap;
font-weight:700;
text-overflow:ellipsis;
font-size:22px;
letter-spacing:.02em;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
}
.xde-tb_logo_sub_uyu{
overflow:hidden;
white-space:nowrap;
color:#1E9E58;
letter-spacing:.32em;
text-overflow:ellipsis;
font-size:0.531rem;
margin-top:0.25rem;
font-weight:600;
text-transform:uppercase;
}
.xde-tb_nav_uyu{
display:none;
}
@media(min-width:962px){
.xde-tb_nav_uyu{
gap:28px;
align-items:center;
display:flex;
}
}
.xde-tb_nav_item_uyu{
transition:color .22s ease,border-color .22s ease;
color:#2E2820;
padding-bottom:3px;
font-weight:600;
border-bottom:2px solid transparent;
font-size:0.875rem;
white-space:nowrap;
}
.xde-tb_nav_item_uyu:hover{
color:#1A1410;
}
.xde-tb_nav_item_uyu.xde-state_active_uyu{
border-color:#1E9E58;
color:#1A1410;
}
.xde-tb_right_uyu{
gap:0.875rem;
flex:0 0 auto;
align-items:center;
display:flex;
}
.xde-tb_search_uyu{
transition:color .22s ease;
display:flex;
justify-content:center;
align-items:center;
color:#2E2820;
}
.xde-tb_search_uyu:hover{
color:#1E9E58;
}
.xde-tb_search_uyu svg{
height:18px;
width:18px;
}
.xde-tb_lang_uyu{
font-weight:600;
text-transform:uppercase;
font-size:0.688rem;
color:#5C5448;
letter-spacing:.1em;
}
.xde-tb_lang_uyu:hover{
color:#1A1410;
}
.xde-tb_login_uyu{
font-weight:600;
display:none;
color:#1A1410;
font-size:0.875rem;
}
@media(min-width:767px){
.xde-tb_login_uyu{
display:inline-block;
}
}
.xde-tb_register_uyu{
border-radius:62.438rem;
padding:0.688rem 22px;
transition:background-color .22s ease;
background:#12100C;
color:#F0EDE8;
font-weight:700;
font-size:14px;
white-space:nowrap;
}
.xde-tb_register_uyu:hover{
background:#2E2820;
}
.xde-mob_uyu{
background:#F5F1EB;
z-index:60;
left:0;
position:fixed;
padding-bottom:env(safe-area-inset-bottom);
right:0;
border-top:1px solid rgba(20, 18, 14, 0.15);
bottom:0;
}
@media(min-width:958px){
.xde-mob_uyu{
display:none;
}
}
.xde-mob_in_uyu{
margin:0 auto;
max-width:35rem;
justify-content:space-around;
display:flex;
align-items:stretch;
}
.xde-mob_item_uyu{
flex:1 1 0;
transition:color .22s ease;
gap:3px;
padding:9px 0.25rem;
display:flex;
flex-direction:column;
color:#5C5448;
min-width:0;
align-items:center;
}
.xde-mob_item_uyu.xde-state_active_uyu{
color:#1E9E58;
}
.xde-mob_ic_uyu{
justify-content:center;
display:flex;
align-items:center;
}
.xde-mob_ic_uyu svg{
width:20px;
height:20px;
}
.xde-mob_lb_uyu{
overflow:hidden;
font-size:10px;
font-weight:600;
white-space:nowrap;
text-overflow:ellipsis;
max-width:100%;
}
@media(max-width:962px){
body{
padding-bottom:60px;
}
}
.xde-rail_uyu{
min-width:0;
position:relative;
}
.xde-rail_scroll_uyu{
gap:0.875rem;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
display:flex;
padding-bottom:0.875rem;
scrollbar-width:thin;
}
@media(min-width:766px){
.xde-rail_scroll_uyu{
gap:18px;
}
}
.xde-gc_uyu{
flex:0 0 auto;
display:block;
width:9.375rem;
}
@media(min-width:771px){
.xde-gc_uyu{
width:188px;
}
}
.xde-gc_img_uyu{
border-radius:14px;
overflow:hidden;
background:#FDFAF6;
position:relative;
padding-bottom:133.33%;
box-shadow:0 2px 6px rgba(20, 18, 14, 0.07), 0 6px 1.125rem rgba(20, 18, 14, 0.09);
}
.xde-gc_img_uyu img{
inset:0;
position:absolute;
object-fit:cover;
width:100%;
height:100%;
}
.xde-gc_cover_uyu{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0, 0, 0, 0.52));
pointer-events:none;
position:absolute;
}
.xde-gc_hover_uyu{
inset:0;
transition:opacity .22s ease;
background:rgba(0, 0, 0, 0.52);
justify-content:center;
opacity:0;
display:flex;
align-items:center;
position:absolute;
}
.xde-gc_uyu:hover .xde-gc_hover_uyu{
opacity:1;
}
.xde-gc_hover_btn_uyu{
background:#12100C;
border-radius:62.438rem;
color:#F0EDE8;
width:2.875rem;
display:flex;
justify-content:center;
align-items:center;
height:46px;
}
.xde-gc_hover_btn_uyu svg{
width:1.125rem;
height:1.125rem;
}
.xde-gc_info_uyu{
gap:2px;
margin-top:9px;
flex-direction:column;
display:flex;
min-width:0;
}
.xde-gc_name_uyu{
overflow:hidden;
font-size:13px;
text-overflow:ellipsis;
color:#1A1410;
white-space:nowrap;
font-weight:700;
}
.xde-gc_prov_uyu{
overflow:hidden;
white-space:nowrap;
color:#5C5448;
text-overflow:ellipsis;
font-size:0.688rem;
}
.xde-gc_meta_uyu{
color:#5C5448;
font-size:11px;
}
.xde-tc_uyu{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:766px){
.xde-tc_uyu{
width:230px;
}
}
.xde-tc_img_uyu{
background:#FDFAF6;
border-radius:0.875rem;
overflow:hidden;
position:relative;
box-shadow:0 2px 0.375rem rgba(20, 18, 14, 0.07), 0 6px 1.125rem rgba(20, 18, 14, 0.09);
padding-bottom:75%;
}
.xde-tc_img_uyu img{
inset:0;
object-fit:cover;
width:100%;
height:100%;
position:absolute;
}
.xde-tc_info_uyu{
gap:2px;
min-width:0;
flex-direction:column;
margin-top:9px;
display:flex;
}
.xde-tc_name_uyu{
overflow:hidden;
color:#1A1410;
font-weight:700;
font-size:0.875rem;
white-space:nowrap;
text-overflow:ellipsis;
}
.xde-tc_rtp_uyu{
font-size:0.688rem;
color:#5C5448;
}
.xde-lc_uyu{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:771px){
.xde-lc_uyu{
width:16.75rem;
}
}
.xde-lc_img_uyu{
border-radius:0.875rem;
overflow:hidden;
background:#FDFAF6;
position:relative;
padding-bottom:62.5%;
box-shadow:0 2px 0.375rem rgba(20, 18, 14, 0.07), 0 6px 1.125rem rgba(20, 18, 14, 0.09);
}
.xde-lc_img_uyu img{
inset:0;
object-fit:cover;
height:100%;
width:100%;
position:absolute;
}
.xde-lc_live_uyu{
gap:0.438rem;
border-radius:999px;
background:rgba(0, 0, 0, 0.52);
padding:0.25rem 9px;
left:12px;
position:absolute;
top:12px;
display:flex;
align-items:center;
}
.xde-lc_live_dot_uyu{
border-radius:50%;
animation:zm2-pulse 1.6s infinite;
background:#D43A3A;
height:8px;
width:8px;
}
.xde-lc_seats_uyu{
text-transform:uppercase;
color:#F0EDE8;
font-weight:600;
font-size:0.625rem;
letter-spacing:.08em;
}
.xde-lc_info_uyu{
gap:2px;
min-width:0;
display:flex;
flex-direction:column;
margin-top:0.563rem;
}
.xde-lc_name_uyu{
overflow:hidden;
text-overflow:ellipsis;
color:#1A1410;
white-space:nowrap;
font-weight:700;
font-size:0.938rem;
}
.xde-lc_bet_uyu{
color:#5C5448;
font-size:11px;
}
.xde-pc_uyu{
border:1px solid rgba(20, 18, 14, 0.08);
padding:16px 0.875rem;
gap:0.5rem;
border-radius:14px;
background:#FDFAF6;
display:flex;
align-items:center;
min-width:0;
flex-direction:column;
justify-content:center;
min-height:74px;
}
.xde-pc_logo_uyu{
flex:0 0 auto;
max-width:100%;
width:auto;
height:28px;
object-fit:contain;
}
.xde-pc_name_uyu{
overflow:hidden;
max-width:100%;
white-space:nowrap;
color:#5C5448;
font-size:11px;
text-align:center;
text-overflow:ellipsis;
}
.xde-gc_tag_uyu{
border-radius:8px;
padding:3px 0.5rem;
letter-spacing:.06em;
position:absolute;
top:0.625rem;
font-size:10px;
text-transform:uppercase;
left:0.625rem;
font-weight:700;
z-index:2;
display:inline-block;
}
.xde-gc_tag_hot_uyu{
background:#D43A3A;
color:#F0EDE8;
}
.xde-gc_tag_new_uyu{
background:#27C46E;
color:#12100C;
}
.xde-gc_tag_jp_uyu{
background:#C8860A;
color:#12100C;
}
.xde-gc_tag_live_uyu{
background:#D43A3A;
color:#F0EDE8;
}
.xde-sh_uyu{
margin-bottom:1.125rem;
min-width:0;
}
.xde-sh_row_uyu{
gap:1rem;
align-items:flex-end;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.xde-sh_row_uyu .xde-sh_l_uyu{
gap:6px;
min-width:0;
flex-direction:column;
display:flex;
}
.xde-sh_stack_uyu{
gap:10px;
align-items:flex-start;
display:flex;
flex-direction:column;
}
.xde-sh_center_uyu{
gap:0.625rem;
text-align:center;
display:flex;
align-items:center;
flex-direction:column;
}
.xde-sh_h2_uyu{
line-height:1.1;
color:#1A1410;
font-weight:600;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-size:24px;
overflow-wrap:break-word;
}
@media(min-width:769px){
.xde-sh_h2_uyu{
font-size:30px;
}
}
.xde-band_uyu .xde-sh_h2_uyu{
color:#F0EDE8;
}
.xde-sh_eb_line_uyu{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.xde-sh_eb_line_uyu::before{
background:#1E9E58;
display:inline-block;
content:"";
width:1.75rem;
height:1px;
}
.xde-band_uyu .xde-sh_eb_line_uyu::before{
background:#56E091;
}
.xde-sh_eb_dot_uyu{
gap:8px;
align-items:center;
display:inline-flex;
}
.xde-sh_eb_dot_uyu::before{
background:#1E9E58;
border-radius:50%;
content:"";
height:6px;
width:6px;
display:inline-block;
}
.xde-band_uyu .xde-sh_eb_dot_uyu::before{
background:#56E091;
}
.xde-sh_link_uyu{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:0.375rem;
padding-bottom:2px;
white-space:nowrap;
color:#1A1410;
border-bottom:1px solid #1A1410;
display:inline-flex;
font-size:13px;
font-weight:600;
align-items:center;
}
.xde-sh_link_uyu:hover{
border-color:#1E9E58;
color:#1E9E58;
}
.xde-sh_link_uyu svg{
height:14px;
width:14px;
}
.xde-sh_link_chev_uyu{
border-bottom:0;
padding-bottom:0;
}
.xde-sh_link_btn_uyu{
padding:0.563rem 18px;
background:#12100C;
border-radius:62.438rem;
color:#F0EDE8;
border-bottom:0;
}
.xde-sh_link_btn_uyu:hover{
border-color:transparent;
background:#2E2820;
color:#F0EDE8;
}
.xde-band_uyu .xde-sh_link_uyu{
border-color:#F0EDE8;
color:#F0EDE8;
}
.xde-band_uyu .xde-sh_link_btn_uyu{
background:#56E091;
color:#12100C;
}
.xde-sh_rule_uyu{
background:rgba(20, 18, 14, 0.15);
margin:-2px 0 18px;
height:1px;
}
.xde-band_uyu .xde-sh_rule_uyu{
background:rgba(244, 251, 247, 0.14);
}
.xde-hero_uyu{
padding:32px 0 0.5rem;
}
@media(min-width:766px){
.xde-hero_uyu{
padding:56px 0 24px;
}
}
.xde-hero_in_uyu{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:902px){
.xde-hero_in_uyu{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.xde-hero_copy_uyu{
min-width:0;
}
.xde-hero_eyebrow_uyu{
gap:10px;
margin-bottom:1.375rem;
align-items:center;
display:inline-flex;
}
.xde-hero_eyebrow_line_uyu{
background:#1E9E58;
flex:0 0 auto;
height:1px;
width:1.75rem;
display:inline-block;
}
.xde-hero_h1_uyu{
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
letter-spacing:-.01em;
font-size:38px;
color:#1A1410;
font-weight:600;
margin-bottom:20px;
line-height:1.04;
}
@media(min-width:765px){
.xde-hero_h1_uyu{
font-size:54px;
}
}
@media(min-width:1099px){
.xde-hero_h1_uyu{
font-size:3.875rem;
}
}
.xde-hero_h1_uyu em{
color:#1E9E58;
font-style:normal;
}
.xde-hero_sub_uyu{
margin-bottom:1.875rem;
max-width:480px;
line-height:1.6;
font-size:1rem;
color:#7A7268;
}
@media(min-width:770px){
.xde-hero_sub_uyu{
font-size:1.125rem;
}
}
.xde-hero_actions_uyu{
gap:0.875rem;
align-items:center;
display:flex;
flex-wrap:wrap;
margin-bottom:2.125rem;
}
.xde-hero_cta_uyu{
padding:1rem 30px;
border-radius:999px;
background:#12100C;
transition:background-color .22s ease;
gap:0.625rem;
font-weight:700;
color:#F0EDE8;
font-size:15px;
align-items:center;
display:inline-flex;
}
.xde-hero_cta_uyu:hover{
background:#2E2820;
}
.xde-hero_cta_ic_uyu{
display:inline-flex;
align-items:center;
}
.xde-hero_cta_ic_uyu svg{
width:1rem;
height:1rem;
}
.xde-hero_cta_alt_uyu{
background:transparent;
border-radius:999px;
transition:border-color .22s ease,color .22s ease;
padding:0.938rem 1.625rem;
border:1px solid rgba(20, 18, 14, 0.15);
align-items:center;
display:inline-flex;
color:#1A1410;
font-size:0.938rem;
font-weight:600;
}
.xde-hero_cta_alt_uyu:hover{
border-color:#1E9E58;
color:#1E9E58;
}
.xde-hero_trust_uyu{
gap:1.375rem;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.xde-hero_trust_item_uyu{
gap:0.563rem;
align-items:center;
display:flex;
font-size:0.813rem;
color:#2E2820;
font-weight:600;
}
.xde-hero_trust_ic_uyu{
display:inline-flex;
color:#1E9E58;
align-items:center;
}
.xde-hero_trust_ic_uyu svg{
width:1rem;
height:1rem;
}
.xde-hero_promo_uyu{
overflow:hidden;
border-radius:20px;
background:#FDFAF6;
position:relative;
box-shadow:0 8px 24px rgba(20, 18, 14, 0.10), 0 24px 4rem rgba(20, 18, 14, 0.14);
display:flex;
min-height:300px;
}
.xde-hero_promo_bg_uyu{
inset:0;
background-size:cover;
position:absolute;
background-position:center;
}
.xde-hero_promo_bg_uyu::after{
inset:0;
background:linear-gradient(120deg,#0F1A14 0%,rgba(0, 0, 0, 0.52) 55%,transparent 100%);
content:"";
position:absolute;
}
.xde-hero_promo_glow_uyu{
background:radial-gradient(circle,rgba(52, 168, 100, 0.18) 0%,transparent 65%);
border-radius:50%;
right:-20px;
position:absolute;
width:16.25rem;
top:-40px;
pointer-events:none;
height:260px;
}
.xde-hero_promo_ct_uyu{
padding:1.75rem;
align-self:flex-end;
z-index:2;
position:relative;
max-width:88%;
}
.xde-hero_promo_label_uyu{
letter-spacing:.25em;
font-size:10px;
font-weight:700;
color:#56E091;
text-transform:uppercase;
display:block;
margin-bottom:0.5rem;
}
.xde-hero_promo_amount_uyu{
font-size:32px;
overflow-wrap:break-word;
font-weight:600;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
color:#F0EDE8;
line-height:1.05;
}
@media(min-width:769px){
.xde-hero_promo_amount_uyu{
font-size:2.5rem;
}
}
.xde-hero_promo_amount_uyu em{
color:#56E091;
font-style:normal;
}
.xde-hero_rating_uyu{
border:1px solid rgba(20, 18, 14, 0.08);
background:#FDFAF6;
gap:10px;
padding:0.625rem 14px;
border-radius:14px;
top:14px;
align-items:center;
box-shadow:0 2px 6px rgba(20, 18, 14, 0.07), 0 6px 18px rgba(20, 18, 14, 0.09);
display:flex;
z-index:3;
position:absolute;
right:0.875rem;
max-width:min(16.25rem,62%);
}
.xde-hero_rating_score_uyu{
flex:0 0 auto;
font-size:24px;
font-weight:700;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
color:#1A1410;
}
.xde-hero_rating_txt_uyu{
flex:1 1 auto;
min-width:0;
}
.xde-hero_rating_stars_uyu{
gap:2px;
color:#1E9E58;
display:flex;
}
.xde-hero_rating_stars_uyu svg{
height:0.75rem;
width:0.75rem;
}
.xde-hero_rating_cap_uyu{
overflow-wrap:break-word;
line-height:1.35;
margin-top:3px;
font-size:0.688rem;
color:#5C5448;
display:block;
}
.xde-stat_uyu{
border-top:1px solid rgba(20, 18, 14, 0.15);
border-bottom:1px solid rgba(20, 18, 14, 0.15);
margin-top:16px;
}
.xde-stat_in_uyu{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:769px){
.xde-stat_in_uyu{
grid-template-columns:repeat(4,1fr);
}
}
.xde-stat_item_uyu{
padding:1.375rem 0.875rem;
border-bottom:1px solid rgba(20, 18, 14, 0.08);
border-right:1px solid rgba(20, 18, 14, 0.08);
min-width:0;
}
.xde-stat_item_uyu:nth-child(2n){
border-right:0;
}
.xde-stat_item_uyu:nth-child(n+3){
border-bottom:0;
}
@media(min-width:767px){
.xde-stat_item_uyu{
border-bottom:0;
}
.xde-stat_item_uyu:nth-child(2n){
border-right:1px solid rgba(20, 18, 14, 0.08);
}
.xde-stat_item_uyu:nth-child(4n){
border-right:0;
}
}
.xde-stat_value_uyu{
color:#1A1410;
line-height:1;
font-size:1.875rem;
font-weight:700;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:766px){
.xde-stat_value_uyu{
font-size:2.125rem;
}
}
.xde-stat_label_uyu{
line-height:1.4;
font-size:0.813rem;
overflow-wrap:break-word;
color:#5C5448;
margin-top:6px;
}
.xde-grow_uyu{
padding:26px 0 0.625rem;
}
.xde-row_seo_uyu{
margin:10px 0 0;
font-size:0.875rem;
line-height:1.65;
color:#7A7268;
overflow-wrap:break-word;
max-width:760px;
}
.xde-row_seo_uyu strong{
color:#1A1410;
font-weight:700;
}
.xde-pr_uyu{
padding:30px 0 6px;
}
.xde-pr_card_uyu{
flex:0 0 auto;
border-radius:1.25rem;
gap:10px;
overflow:hidden;
padding:1.625rem;
background:#FDFAF6;
border:1px solid rgba(20, 18, 14, 0.08);
display:flex;
position:relative;
flex-direction:column;
width:280px;
min-height:200px;
}
@media(min-width:770px){
.xde-pr_card_uyu{
width:300px;
}
}
.xde-pr_card_feat_uyu{
background:linear-gradient(150deg,#0F1A14,#080D09);
border-color:transparent;
color:#F0EDE8;
}
.xde-pr_glow_uyu{
border-radius:50%;
background:radial-gradient(circle,rgba(52, 168, 100, 0.18),transparent 70%);
height:8.125rem;
opacity:0;
pointer-events:none;
position:absolute;
width:8.125rem;
top:-30px;
right:-1.875rem;
}
.xde-pr_card_feat_uyu .xde-pr_glow_uyu{
opacity:1;
}
.xde-pr_label_uyu{
text-transform:uppercase;
font-weight:700;
letter-spacing:.16em;
font-size:0.625rem;
position:relative;
color:#1E9E58;
}
.xde-pr_card_feat_uyu .xde-pr_label_uyu{
color:#56E091;
}
.xde-pr_amount_uyu{
line-height:1.08;
color:#1A1410;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-size:26px;
position:relative;
font-weight:600;
overflow-wrap:break-word;
}
.xde-pr_card_feat_uyu .xde-pr_amount_uyu{
color:#F0EDE8;
}
.xde-pr_amount_uyu em{
font-style:normal;
color:#1E9E58;
}
.xde-pr_card_feat_uyu .xde-pr_amount_uyu em{
color:#56E091;
}
.xde-pr_terms_uyu{
position:relative;
line-height:1.5;
font-size:0.813rem;
color:#5C5448;
}
.xde-pr_card_feat_uyu .xde-pr_terms_uyu{
color:#A8B8A0;
}
.xde-pr_cta_uyu{
position:relative;
margin-top:auto;
align-self:flex-start;
}
.xde-pr_card_feat_uyu .xde-pr_cta_uyu{
border-radius:999px;
transition:opacity .22s ease;
background:#56E091;
padding:0.563rem 1.125rem;
color:#12100C;
font-size:13px;
font-weight:700;
}
.xde-pr_card_feat_uyu .xde-pr_cta_uyu:hover{
opacity:.9;
}
.xde-pr_card_uyu:not(.xde-pr_card_feat_uyu) .xde-pr_cta_uyu{
transition:color .22s ease,border-color .22s ease;
padding-bottom:2px;
border-bottom:1px solid #1A1410;
font-size:13px;
font-weight:700;
color:#1A1410;
}
.xde-pr_card_uyu:not(.xde-pr_card_feat_uyu) .xde-pr_cta_uyu:hover{
border-color:#1E9E58;
color:#1E9E58;
}
.xde-jp_uyu{
padding:1.875rem 0 0.625rem;
}
.xde-jp_grid_uyu{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:770px){
.xde-jp_grid_uyu{
grid-template-columns:1fr 1fr;
}
.xde-jp_card_mega_uyu{
grid-column:1/-1;
}
}
@media(min-width:999px){
.xde-jp_grid_uyu{
grid-template-columns:1.4fr 1fr 1fr;
}
.xde-jp_card_mega_uyu{
grid-column:auto;
}
}
.xde-jp_card_uyu{
border-radius:1.25rem;
background:#FDFAF6;
border:1px solid rgba(20, 18, 14, 0.08);
padding:1.625rem;
gap:0.75rem;
overflow:hidden;
min-height:12.5rem;
display:flex;
justify-content:space-between;
flex-direction:column;
position:relative;
min-width:0;
}
.xde-jp_card_mega_uyu{
border-color:transparent;
background:linear-gradient(135deg,#0F1A14,#080D09);
color:#F0EDE8;
min-height:210px;
}
.xde-jp_glow_uyu{
background:radial-gradient(circle,rgba(52, 168, 100, 0.18),transparent 70%);
border-radius:50%;
top:-40px;
pointer-events:none;
height:200px;
position:absolute;
right:-2.5rem;
width:200px;
}
.xde-jp_label_uyu{
gap:10px;
font-size:0.625rem;
text-transform:uppercase;
color:#1E9E58;
display:flex;
letter-spacing:.16em;
font-weight:700;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
position:relative;
}
.xde-jp_card_mega_uyu .xde-jp_label_uyu{
color:#56E091;
}
.xde-jp_drop_uyu{
font-weight:600;
letter-spacing:.04em;
text-transform:none;
color:#5C5448;
}
.xde-jp_card_mega_uyu .xde-jp_drop_uyu{
color:#A8B8A0;
}
.xde-jp_amount_uyu{
position:relative;
color:#1A1410;
overflow-wrap:break-word;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-weight:700;
font-size:38px;
line-height:1;
}
.xde-jp_card_mega_uyu .xde-jp_amount_uyu{
animation:zm2-pulse 2.4s infinite;
font-size:48px;
color:#56E091;
}
@media(min-width:768px){
.xde-jp_card_mega_uyu .xde-jp_amount_uyu{
font-size:3.375rem;
}
}
.xde-jp_game_uyu{
font-size:13px;
color:#5C5448;
position:relative;
}
.xde-jp_card_mega_uyu .xde-jp_game_uyu{
color:#A8B8A0;
}
.xde-jp_cta_uyu{
position:relative;
align-self:flex-start;
}
.xde-jp_card_mega_uyu .xde-jp_cta_uyu{
border-radius:999px;
background:#56E091;
transition:opacity .22s ease;
padding:10px 1.25rem;
font-size:13px;
color:#12100C;
font-weight:700;
}
.xde-jp_card_mega_uyu .xde-jp_cta_uyu:hover{
opacity:.9;
}
.xde-jp_card_uyu:not(.xde-jp_card_mega_uyu) .xde-jp_cta_uyu{
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #1A1410;
color:#1A1410;
font-weight:700;
padding-bottom:2px;
font-size:0.813rem;
}
.xde-jp_card_uyu:not(.xde-jp_card_mega_uyu) .xde-jp_cta_uyu:hover{
border-color:#1E9E58;
color:#1E9E58;
}
.xde-jp_seo_uyu{
margin:0.875rem 0 0;
font-size:14px;
max-width:760px;
line-height:1.65;
overflow-wrap:break-word;
color:#7A7268;
}
.xde-jp_seo_uyu strong{
color:#1A1410;
font-weight:700;
}
.xde-grow_uyu{
padding:1.625rem 0 10px;
}
.xde-row_seo_uyu{
margin:0.625rem 0 0;
line-height:1.65;
color:#7A7268;
overflow-wrap:break-word;
max-width:47.5rem;
font-size:0.875rem;
}
.xde-row_seo_uyu strong{
font-weight:700;
color:#1A1410;
}
.xde-grow_uyu{
padding:26px 0 0.625rem;
}
.xde-row_seo_uyu{
margin:0.625rem 0 0;
overflow-wrap:break-word;
font-size:0.875rem;
max-width:760px;
line-height:1.65;
color:#7A7268;
}
.xde-row_seo_uyu strong{
font-weight:700;
color:#1A1410;
}
.xde-nl_uyu{
padding:24px 0 10px;
}
.xde-nl_in_uyu{
background:#0A1520;
border-radius:20px;
gap:22px;
padding:1.875rem 2rem;
color:#F0EDE8;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.xde-nl_in_uyu{
gap:1.75rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.xde-nl_text_wrap_uyu{
min-width:0;
}
.xde-nl_h3_uyu{
font-weight:600;
overflow-wrap:break-word;
font-size:1.375rem;
margin-bottom:0.313rem;
color:#F0EDE8;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
line-height:1.1;
}
@media(min-width:765px){
.xde-nl_h3_uyu{
font-size:1.5rem;
}
}
.xde-nl_text_uyu{
line-height:1.5;
color:#A8B8A0;
font-size:13.5px;
}
.xde-nl_form_uyu{
gap:0.625rem;
flex:1 1 auto;
min-width:0;
max-width:460px;
display:flex;
}
.xde-nl_input_uyu{
border:1px solid rgba(244, 251, 247, 0.14);
overflow:hidden;
background:rgba(244, 251, 247, 0.07);
flex:1 1 auto;
border-radius:14px;
padding:0.813rem 16px;
white-space:nowrap;
font-size:0.875rem;
text-overflow:ellipsis;
min-width:0;
align-items:center;
display:flex;
color:#A8B8A0;
}
.xde-nl_btn_uyu{
background:#56E091;
flex:0 0 auto;
border-radius:0.875rem;
padding:0.813rem 24px;
transition:opacity .22s ease;
color:#12100C;
font-weight:700;
white-space:nowrap;
font-size:14px;
}
.xde-nl_btn_uyu:hover{
opacity:.9;
}
.xde-app_uyu{
padding:30px 0 10px;
}
.xde-app_in_uyu{
border:1px solid rgba(20, 18, 14, 0.08);
background:#FDFAF6;
border-radius:20px;
padding:32px;
gap:1.75rem;
display:flex;
flex-direction:column;
}
@media(min-width:767px){
.xde-app_in_uyu{
padding:2.5rem 44px;
gap:40px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.xde-app_copy_uyu{
min-width:0;
max-width:560px;
}
.xde-app_eyebrow_uyu{
margin-bottom:0.75rem;
}
.xde-app_h2_uyu{
margin-bottom:0.75rem;
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
font-size:28px;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
color:#1A1410;
}
@media(min-width:770px){
.xde-app_h2_uyu{
font-size:2.125rem;
}
}
.xde-app_text_uyu{
margin-bottom:22px;
font-size:0.875rem;
color:#7A7268;
line-height:1.6;
}
.xde-app_btns_uyu{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.xde-app_btn_uyu{
border-radius:0.875rem;
gap:10px;
transition:background-color .22s ease;
background:#12100C;
padding:0.688rem 20px;
display:inline-flex;
align-items:center;
color:#F0EDE8;
}
.xde-app_btn_uyu:hover{
background:#2E2820;
}
.xde-app_btn_ic_uyu{
align-items:center;
display:inline-flex;
}
.xde-app_btn_ic_uyu svg{
height:1.125rem;
width:18px;
}
.xde-app_btn_lb_uyu{
font-weight:700;
font-size:0.844rem;
}
.xde-app_qr_wrap_uyu{
gap:18px;
flex:0 0 auto;
display:flex;
align-items:center;
}
.xde-app_qr_uyu{
flex:0 0 auto;
border-radius:0.875rem;
background-image:repeating-linear-gradient(0deg,#FDFAF6 0 5px,transparent 5px 0.688rem),repeating-linear-gradient(90deg,#FDFAF6 0 5px,transparent 0.313rem 11px);
height:108px;
background-color:#12100C;
width:108px;
}
.xde-app_qr_cap_uyu{
color:#5C5448;
max-width:5.75rem;
line-height:1.4;
font-size:12.5px;
}
.xde-gm_uyu{
padding:30px 0 10px;
}
.xde-gm_in_uyu{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:878px){
.xde-gm_in_uyu{
grid-template-columns:1.25fr 1fr;
}
}
.xde-gm_left_uyu{
padding:32px;
border-radius:20px;
border:1px solid rgba(20, 18, 14, 0.08);
background:#FDFAF6;
min-width:0;
}
.xde-gm_eyebrow_uyu{
margin-bottom:10px;
}
.xde-gm_h2_uyu{
font-size:1.625rem;
margin-bottom:0.5rem;
overflow-wrap:break-word;
color:#1A1410;
font-weight:600;
line-height:1.06;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
}
@media(min-width:768px){
.xde-gm_h2_uyu{
font-size:28px;
}
}
.xde-gm_text_uyu{
color:#7A7268;
max-width:480px;
line-height:1.6;
font-size:0.875rem;
margin-bottom:22px;
}
.xde-gm_level_uyu{
font-size:1.375rem;
color:#1E9E58;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
margin-bottom:8px;
font-weight:700;
}
.xde-gm_bar_uyu{
background:rgba(20, 18, 14, 0.15);
border-radius:62.438rem;
overflow:hidden;
height:0.5rem;
margin-bottom:6px;
}
.xde-gm_bar_fill_uyu{
background:linear-gradient(90deg,#1E9E58,#56E091);
border-radius:999px;
height:100%;
}
.xde-gm_bar_meta_uyu{
gap:0.625rem;
font-size:11px;
color:#5C5448;
margin-bottom:1.125rem;
justify-content:space-between;
display:flex;
}
.xde-gm_missions_uyu{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.xde-gm_mission_uyu{
background:#F5F1EB;
padding:0.563rem 0.938rem;
gap:7px;
border-radius:62.438rem;
border:1px solid rgba(20, 18, 14, 0.15);
align-items:center;
display:inline-flex;
color:#2E2820;
font-weight:600;
font-size:0.781rem;
}
.xde-gm_mission_ic_uyu{
color:#1E9E58;
align-items:center;
display:inline-flex;
}
.xde-gm_mission_ic_uyu svg{
width:13px;
height:0.813rem;
}
.xde-gm_right_uyu{
overflow:hidden;
background:linear-gradient(150deg,#0F1A14,#080D09);
border-radius:1.25rem;
padding:2rem;
flex-direction:column;
color:#F0EDE8;
display:flex;
position:relative;
}
.xde-gm_glow_uyu{
border-radius:50%;
background:radial-gradient(circle,rgba(52, 168, 100, 0.18),transparent 70%);
width:9.375rem;
position:absolute;
pointer-events:none;
height:9.375rem;
right:-30px;
top:-1.875rem;
}
.xde-gm_ref_eyebrow_uyu{
margin-bottom:0.625rem;
position:relative;
}
.xde-gm_ref_h2_uyu{
line-height:1.1;
position:relative;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
margin-bottom:0.5rem;
overflow-wrap:break-word;
color:#F0EDE8;
font-size:26px;
font-weight:600;
}
.xde-gm_ref_text_uyu{
line-height:1.55;
color:#A8B8A0;
position:relative;
font-size:0.844rem;
margin-bottom:1.25rem;
}
.xde-gm_ref_cta_uyu{
border-radius:999px;
transition:opacity .22s ease;
padding:0.688rem 22px;
background:#56E091;
align-self:flex-start;
color:#12100C;
font-weight:700;
margin-top:auto;
font-size:0.844rem;
position:relative;
}
.xde-gm_ref_cta_uyu:hover{
opacity:.9;
}
.xde-sea_uyu{
padding:24px 0 10px;
}
.xde-sea_in_uyu{
gap:1.375rem;
overflow:hidden;
background:linear-gradient(115deg,#0F1A14,#080D09);
padding:36px;
border-radius:20px;
flex-direction:column;
display:flex;
position:relative;
color:#F0EDE8;
}
@media(min-width:821px){
.xde-sea_in_uyu{
padding:2.75rem 48px;
gap:2rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.xde-sea_glow_uyu{
border-radius:50%;
background:radial-gradient(circle,rgba(52, 168, 100, 0.18),transparent 68%);
width:240px;
top:50%;
height:240px;
position:absolute;
transform:translateY(-50%);
pointer-events:none;
right:60px;
}
.xde-sea_copy_uyu{
position:relative;
min-width:0;
max-width:35rem;
}
.xde-sea_eyebrow_uyu{
margin-bottom:0.75rem;
}
.xde-sea_h2_uyu{
font-size:30px;
margin-bottom:0.75rem;
font-weight:600;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
color:#F0EDE8;
line-height:1.04;
overflow-wrap:break-word;
}
@media(min-width:769px){
.xde-sea_h2_uyu{
font-size:38px;
}
}
.xde-sea_text_uyu{
font-size:15px;
line-height:1.6;
color:#A8B8A0;
}
.xde-sea_cta_uyu{
flex:0 0 auto;
transition:opacity .22s ease;
padding:1rem 2rem;
background:#56E091;
border-radius:62.438rem;
color:#12100C;
position:relative;
font-size:0.938rem;
font-weight:700;
}
.xde-sea_cta_uyu:hover{
opacity:.9;
}
.xde-trn_uyu{
padding:30px 0 10px;
}
.xde-trn_in_uyu{
grid-template-columns:1fr;
background:#FDFAF6;
border:1px solid rgba(20, 18, 14, 0.08);
overflow:hidden;
border-radius:1.25rem;
display:grid;
}
@media(min-width:881px){
.xde-trn_in_uyu{
grid-template-columns:1.05fr 1fr;
}
}
.xde-trn_banner_uyu{
padding:2.125rem;
overflow:hidden;
background:linear-gradient(150deg,#0F1A14,#080D09);
color:#F0EDE8;
position:relative;
}
.xde-trn_glow_uyu{
background:radial-gradient(circle,rgba(52, 168, 100, 0.18),transparent 70%);
border-radius:50%;
pointer-events:none;
width:200px;
bottom:-40px;
right:-2.5rem;
height:12.5rem;
position:absolute;
}
.xde-trn_eyebrow_uyu{
position:relative;
margin-bottom:14px;
}
.xde-trn_h2_uyu{
color:#F0EDE8;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-size:30px;
font-weight:600;
position:relative;
line-height:1.06;
margin-bottom:0.75rem;
overflow-wrap:break-word;
}
@media(min-width:771px){
.xde-trn_h2_uyu{
font-size:2.25rem;
}
}
.xde-trn_text_uyu{
color:#A8B8A0;
position:relative;
max-width:420px;
line-height:1.6;
font-size:0.875rem;
margin-bottom:22px;
}
.xde-trn_timer_uyu{
gap:8px;
align-items:center;
display:flex;
margin-bottom:1.5rem;
flex-wrap:wrap;
position:relative;
}
.xde-trn_timer_cap_uyu{
color:#A8B8A0;
font-size:11px;
}
.xde-trn_timer_box_uyu{
padding:0.25rem 12px;
border-radius:8px;
background:rgba(244, 251, 247, 0.07);
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
color:#F0EDE8;
font-weight:700;
font-size:24px;
}
.xde-trn_cta_uyu{
transition:opacity .22s ease;
border-radius:999px;
background:#56E091;
padding:13px 1.625rem;
display:inline-block;
color:#12100C;
font-weight:700;
position:relative;
font-size:14px;
}
.xde-trn_cta_uyu:hover{
opacity:.9;
}
.xde-trn_lb_uyu{
padding:1.625rem 1.75rem;
}
.xde-trn_lb_head_uyu{
gap:10px;
justify-content:space-between;
display:flex;
align-items:center;
margin-bottom:0.75rem;
}
.xde-trn_lb_title_uyu{
font-size:1.25rem;
color:#1A1410;
font-weight:600;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
}
.xde-trn_lb_upd_uyu{
font-size:11px;
letter-spacing:.08em;
text-transform:uppercase;
color:#5C5448;
}
.xde-trn_lb_row_uyu{
gap:14px;
padding:11px 12px;
border-radius:8px;
align-items:center;
display:flex;
}
.xde-trn_lb_row_uyu:nth-child(2){
background:rgba(30, 158, 88, 0.10);
}
.xde-trn_lb_rank_uyu{
flex:0 0 auto;
width:1.375rem;
color:#1E9E58;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-size:16px;
font-weight:700;
}
.xde-trn_lb_av_uyu{
background:linear-gradient(135deg,#1E9E58,#56E091);
border-radius:50%;
flex:0 0 auto;
height:30px;
width:1.875rem;
}
.xde-trn_lb_name_uyu{
flex:1 1 auto;
overflow:hidden;
text-overflow:ellipsis;
color:#1A1410;
min-width:0;
font-weight:600;
white-space:nowrap;
font-size:14px;
}
.xde-trn_lb_amount_uyu{
flex:0 0 auto;
font-size:0.813rem;
font-weight:700;
color:#1A1410;
}
.xde-vip_uyu{
padding:3rem 0;
}
@media(min-width:768px){
.xde-vip_uyu{
padding:64px 0;
}
}
.xde-vip_head_uyu{
gap:0.875rem;
display:flex;
flex-direction:column;
margin-bottom:30px;
}
@media(min-width:882px){
.xde-vip_head_uyu{
gap:24px;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.xde-vip_eyebrow_uyu{
margin-bottom:12px;
}
.xde-vip_h2_uyu{
overflow-wrap:break-word;
line-height:1.05;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:2rem;
color:#F0EDE8;
}
@media(min-width:769px){
.xde-vip_h2_uyu{
font-size:2.5rem;
}
}
.xde-vip_intro_uyu{
line-height:1.6;
max-width:420px;
font-size:0.875rem;
color:#A8B8A0;
}
.xde-vip_grid_uyu{
gap:14px;
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
display:grid;
}
.xde-vip_card_uyu{
border-radius:0.875rem;
padding:1.375rem 18px;
border:1px solid rgba(244, 251, 247, 0.14);
min-width:0;
}
.xde-vip_card_feat_uyu{
background:rgba(244, 251, 247, 0.07);
border-color:#56E091;
}
.xde-vip_card_ic_uyu{
border-radius:0.5rem;
background:linear-gradient(135deg,#1E9E58,#56E091);
width:2.125rem;
margin-bottom:1rem;
height:34px;
display:block;
}
.xde-vip_name_uyu{
overflow-wrap:break-word;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
margin-bottom:0.375rem;
color:#F0EDE8;
font-weight:600;
font-size:20px;
}
.xde-vip_perk_uyu{
overflow-wrap:break-word;
line-height:1.5;
color:#A8B8A0;
font-size:12.5px;
}
.xde-dr_uyu{
padding:36px 0 10px;
}
.xde-dr_in_uyu{
gap:1.25rem;
border-radius:14px;
padding:1.75rem 2rem;
border:1px dashed rgba(20, 18, 14, 0.15);
flex-direction:column;
display:flex;
}
@media(min-width:767px){
.xde-dr_in_uyu{
gap:2rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.xde-dr_h2_uyu{
overflow-wrap:break-word;
font-weight:600;
line-height:1.1;
font-size:24px;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
margin-bottom:8px;
color:#1A1410;
}
@media(min-width:769px){
.xde-dr_h2_uyu{
font-size:26px;
}
}
.xde-dr_text_uyu{
font-size:0.875rem;
max-width:680px;
color:#7A7268;
overflow-wrap:break-word;
line-height:1.6;
}
.xde-dr_text_uyu b{
font-weight:700;
color:#1A1410;
}
.xde-dr_cta_uyu{
flex:0 0 auto;
transition:color .22s ease;
border-bottom:1px solid #1E9E58;
padding-bottom:2px;
font-weight:700;
color:#1A1410;
font-size:13.5px;
white-space:nowrap;
}
.xde-dr_cta_uyu:hover{
color:#1E9E58;
}
.xde-prov_uyu{
padding:2.5rem 0 20px;
}
.xde-prov_eyebrow_uyu{
display:block;
margin-bottom:18px;
}
.xde-prov_grid_uyu{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:563px){
.xde-prov_grid_uyu{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:897px){
.xde-prov_grid_uyu{
grid-template-columns:repeat(6,1fr);
}
}
.xde-rc_uyu{
padding:48px 0 10px;
}
.xde-rc_in_uyu{
gap:2rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:758px){
.xde-rc_in_uyu{
gap:2.5rem;
grid-template-columns:repeat(3,1fr);
}
}
.xde-rc_col_uyu{
min-width:0;
}
.xde-rc_label_uyu{
text-transform:uppercase;
margin-bottom:16px;
color:#1E9E58;
letter-spacing:.2em;
font-weight:600;
font-size:11px;
}
.xde-rc_awards_uyu{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.xde-rc_award_uyu{
gap:0.75rem;
display:flex;
align-items:center;
min-width:0;
}
.xde-rc_award_ic_uyu{
flex:0 0 auto;
color:#27C46E;
align-items:center;
display:inline-flex;
}
.xde-rc_award_ic_uyu svg{
height:18px;
width:18px;
}
.xde-rc_award_t_uyu{
color:#1A1410;
font-size:14px;
overflow-wrap:break-word;
font-weight:700;
}
.xde-rc_award_s_uyu{
overflow-wrap:break-word;
font-size:12px;
color:#5C5448;
}
.xde-rc_press_uyu{
gap:0.625rem;
grid-template-columns:1fr 1fr;
display:grid;
}
.xde-rc_press_logo_uyu{
overflow:hidden;
border:1px solid rgba(20, 18, 14, 0.08);
padding:0 8px;
border-radius:8px;
justify-content:center;
text-overflow:ellipsis;
height:3.25rem;
font-weight:700;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
align-items:center;
white-space:nowrap;
display:flex;
font-size:0.875rem;
color:#7A7268;
text-align:center;
}
.xde-rc_partner_uyu{
border:1px solid rgba(20, 18, 14, 0.08);
padding:1.375rem;
border-radius:0.875rem;
background:#FDFAF6;
}
.xde-rc_partner_name_uyu{
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-weight:600;
color:#1A1410;
font-size:20px;
margin-bottom:6px;
overflow-wrap:break-word;
}
.xde-rc_partner_text_uyu{
line-height:1.55;
overflow-wrap:break-word;
font-size:13px;
color:#7A7268;
}
.xde-tt_uyu{
padding:3rem 0 0.625rem;
}
@media(min-width:769px){
.xde-tt_uyu{
padding:60px 0 0.625rem;
}
}
.xde-tt_head_uyu{
text-align:center;
margin-bottom:2.125rem;
}
.xde-tt_eyebrow_uyu{
margin-bottom:12px;
}
.xde-tt_h2_uyu{
font-size:2rem;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
color:#1A1410;
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:770px){
.xde-tt_h2_uyu{
font-size:2.625rem;
}
}
.xde-tt_grid_uyu{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:761px){
.xde-tt_grid_uyu{
grid-template-columns:repeat(3,1fr);
}
}
.xde-tt_card_uyu{
padding:1.875rem;
border:1px solid rgba(20, 18, 14, 0.08);
background:#FDFAF6;
border-radius:0.875rem;
flex-direction:column;
min-width:0;
display:flex;
}
.xde-tt_card_ic_uyu{
display:inline-flex;
align-items:center;
margin-bottom:18px;
color:#1E9E58;
}
.xde-tt_card_ic_uyu svg{
height:28px;
width:28px;
}
.xde-tt_card_h_uyu{
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
font-size:1.375rem;
line-height:1.15;
margin-bottom:0.5rem;
color:#1A1410;
}
.xde-tt_card_p_uyu{
line-height:1.6;
font-size:0.875rem;
overflow-wrap:break-word;
margin-bottom:14px;
color:#7A7268;
}
.xde-tt_card_p_uyu b{
font-weight:700;
color:#1A1410;
}
.xde-tt_card_link_uyu{
transition:color .22s ease;
padding-bottom:2px;
color:#1A1410;
margin-top:auto;
font-weight:700;
align-self:flex-start;
font-size:0.813rem;
border-bottom:1px solid #1E9E58;
}
.xde-tt_card_link_uyu:hover{
color:#1E9E58;
}
.xde-pmt_uyu{
padding:48px 0 10px;
}
.xde-pmt_in_uyu{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:start;
}
@media(min-width:881px){
.xde-pmt_in_uyu{
grid-template-columns:1fr 1.1fr;
gap:3rem;
}
}
.xde-pmt_left_uyu{
min-width:0;
}
.xde-pmt_eyebrow_uyu{
margin-bottom:0.75rem;
}
.xde-pmt_h2_uyu{
color:#1A1410;
overflow-wrap:break-word;
font-size:1.875rem;
margin-bottom:0.75rem;
font-weight:600;
line-height:1.06;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
}
@media(min-width:770px){
.xde-pmt_h2_uyu{
font-size:32px;
}
}
.xde-pmt_text_uyu{
color:#7A7268;
margin-bottom:22px;
font-size:0.906rem;
line-height:1.6;
}
.xde-pmt_logos_uyu{
gap:0.625rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:483px){
.xde-pmt_logos_uyu{
grid-template-columns:repeat(4,1fr);
}
}
.xde-pmt_logo_uyu{
padding:0 8px;
overflow:hidden;
background:#FDFAF6;
border:1px solid rgba(20, 18, 14, 0.08);
border-radius:8px;
text-overflow:ellipsis;
height:50px;
justify-content:center;
display:flex;
text-align:center;
align-items:center;
font-size:0.781rem;
font-weight:700;
white-space:nowrap;
color:#2E2820;
}
.xde-pmt_table_uyu{
border:1px solid rgba(20, 18, 14, 0.08);
overflow:hidden;
border-radius:14px;
min-width:0;
}
.xde-pmt_thead_uyu{
grid-template-columns:1.4fr 1fr 1fr 1fr;
background:#1A1612;
display:grid;
}
.xde-pmt_th_uyu{
overflow:hidden;
padding:0.813rem 0.875rem;
text-overflow:ellipsis;
font-size:10px;
letter-spacing:.08em;
text-transform:uppercase;
white-space:nowrap;
color:#F0EDE8;
font-weight:700;
}
.xde-pmt_row_uyu{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(20, 18, 14, 0.08);
}
.xde-pmt_row_uyu:nth-child(odd){
background:#FDFAF6;
}
.xde-pmt_td_uyu{
padding:0.875rem;
color:#7A7268;
min-width:0;
overflow-wrap:break-word;
font-size:0.844rem;
}
.xde-pmt_row_uyu .xde-pmt_td_uyu:first-child{
color:#1A1410;
font-weight:700;
}
.xde-pmt_row_uyu .xde-pmt_td_uyu:last-child{
color:#1A9E50;
font-weight:700;
}
.xde-et_uyu{
padding:36px 0 10px;
}
.xde-et_in_uyu{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:879px){
.xde-et_in_uyu{
gap:3rem;
grid-template-columns:1.1fr .9fr;
}
}
.xde-et_left_uyu{
min-width:0;
}
.xde-et_eyebrow_uyu{
margin-bottom:12px;
}
.xde-et_h2_uyu{
margin-bottom:14px;
font-size:28px;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
color:#1A1410;
line-height:1.06;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:771px){
.xde-et_h2_uyu{
font-size:2rem;
}
}
.xde-et_text_uyu{
font-size:15px;
color:#7A7268;
line-height:1.65;
margin-bottom:22px;
}
.xde-et_stats_uyu{
gap:1.5rem;
display:flex;
flex-wrap:wrap;
}
.xde-et_stat_uyu{
min-width:0;
}
.xde-et_stat_v_uyu{
line-height:1;
font-size:26px;
color:#1A1410;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-weight:700;
}
.xde-et_stat_l_uyu{
font-size:0.781rem;
margin-top:0.25rem;
color:#5C5448;
}
.xde-et_right_uyu{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.xde-et_member_uyu{
gap:16px;
border-radius:0.875rem;
border:1px solid rgba(20, 18, 14, 0.08);
background:#FDFAF6;
padding:1.125rem 20px;
display:flex;
min-width:0;
align-items:center;
}
.xde-et_member_av_uyu{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#0F1A14,#1E9E58);
width:48px;
height:48px;
}
.xde-et_member_name_uyu{
color:#1A1410;
overflow-wrap:break-word;
font-size:15px;
font-weight:700;
}
.xde-et_member_role_uyu{
font-size:12.5px;
color:#5C5448;
overflow-wrap:break-word;
}
.xde-et_updated_uyu{
border:1px solid rgba(20, 18, 14, 0.08);
gap:8px;
border-radius:14px;
padding:0.875rem 18px;
background:#F5F1EB;
color:#7A7268;
display:flex;
font-size:12.5px;
align-items:center;
}
.xde-ts_uyu{
padding:44px 0;
}
.xde-ts_in_uyu{
gap:32px;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:880px){
.xde-ts_in_uyu{
gap:3rem;
grid-template-columns:1.4fr 1fr;
}
}
.xde-ts_left_uyu{
min-width:0;
}
.xde-ts_h2_uyu{
color:#F0EDE8;
font-weight:600;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:26px;
margin-bottom:12px;
line-height:1.1;
}
@media(min-width:768px){
.xde-ts_h2_uyu{
font-size:1.75rem;
}
}
.xde-ts_text_uyu{
line-height:1.6;
margin-bottom:1.375rem;
max-width:520px;
color:#A8B8A0;
font-size:14.5px;
}
.xde-ts_badges_uyu{
gap:1.125rem;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.xde-ts_badge_uyu{
font-weight:600;
font-size:13px;
color:#A8B8A0;
}
.xde-ts_pay_uyu{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
@media(min-width:881px){
.xde-ts_pay_uyu{
justify-content:flex-end;
}
}
.xde-ts_pay_chip_uyu{
border-radius:14px;
background:rgba(244, 251, 247, 0.07);
padding:0.75rem 16px;
border:1px solid rgba(244, 251, 247, 0.14);
color:#F0EDE8;
font-weight:700;
font-size:14px;
}
.xde-op_uyu{
padding:36px 0 10px;
}
.xde-op_in_uyu{
grid-template-columns:1fr;
padding:32px;
background:#FDFAF6;
border:1px solid rgba(20, 18, 14, 0.08);
border-radius:0.875rem;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:859px){
.xde-op_in_uyu{
grid-template-columns:.9fr 1.1fr;
gap:44px;
padding:34px 40px;
}
}
.xde-op_left_uyu{
min-width:0;
}
.xde-op_eyebrow_uyu{
margin-bottom:12px;
}
.xde-op_h2_uyu{
font-size:1.75rem;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
color:#1A1410;
margin-bottom:0.625rem;
overflow-wrap:break-word;
line-height:1.08;
font-weight:600;
}
@media(min-width:769px){
.xde-op_h2_uyu{
font-size:30px;
}
}
.xde-op_text_uyu{
font-size:14px;
color:#7A7268;
line-height:1.6;
}
.xde-op_grid_uyu{
border:1px solid rgba(20, 18, 14, 0.15);
overflow:hidden;
border-radius:8px;
gap:1px;
grid-template-columns:1fr 1fr;
background:rgba(20, 18, 14, 0.15);
display:grid;
}
.xde-op_field_uyu{
background:#F5F1EB;
padding:1.125rem 1.25rem;
min-width:0;
}
.xde-op_field_lb_uyu{
letter-spacing:.1em;
font-weight:600;
color:#1E9E58;
text-transform:uppercase;
margin-bottom:0.313rem;
font-size:10px;
}
.xde-op_field_val_uyu{
font-size:0.875rem;
font-weight:700;
overflow-wrap:break-word;
color:#1A1410;
}
.xde-hts_uyu{
padding:3rem 0;
}
@media(min-width:770px){
.xde-hts_uyu{
padding:62px 0;
}
}
.xde-hts_head_uyu{
gap:18px;
margin-bottom:34px;
display:flex;
flex-direction:column;
}
@media(min-width:766px){
.xde-hts_head_uyu{
gap:24px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.xde-hts_eyebrow_uyu{
margin-bottom:12px;
}
.xde-hts_h2_uyu{
font-size:30px;
color:#F0EDE8;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:766px){
.xde-hts_h2_uyu{
font-size:2.375rem;
}
}
.xde-hts_cta_uyu{
flex:0 0 auto;
border-radius:62.438rem;
transition:opacity .22s ease;
padding:0.938rem 30px;
background:#56E091;
font-weight:700;
font-size:15px;
color:#12100C;
}
.xde-hts_cta_uyu:hover{
opacity:.9;
}
.xde-hts_grid_uyu{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:759px){
.xde-hts_grid_uyu{
grid-template-columns:repeat(3,1fr);
}
}
.xde-hts_step_uyu{
min-width:0;
padding-top:22px;
border-top:1px solid rgba(244, 251, 247, 0.14);
}
.xde-hts_step_num_uyu{
font-size:2.75rem;
margin-bottom:0.875rem;
color:#56E091;
font-weight:700;
line-height:1;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
}
.xde-hts_step_h_uyu{
font-size:1.188rem;
overflow-wrap:break-word;
line-height:1.2;
color:#F0EDE8;
margin-bottom:8px;
font-weight:700;
}
.xde-hts_step_p_uyu{
overflow-wrap:break-word;
color:#A8B8A0;
line-height:1.55;
font-size:14px;
}
.xde-wy_uyu{
padding:48px 0;
}
@media(min-width:766px){
.xde-wy_uyu{
padding:56px 0;
}
}
.xde-wy_in_uyu{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:897px){
.xde-wy_in_uyu{
grid-template-columns:.8fr 1.2fr;
gap:3rem;
}
}
.xde-wy_left_uyu{
min-width:0;
}
.xde-wy_eyebrow_uyu{
margin-bottom:14px;
}
.xde-wy_h2_uyu{
color:#1A1410;
margin-bottom:1rem;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:32px;
font-weight:600;
line-height:1.05;
}
@media(min-width:771px){
.xde-wy_h2_uyu{
font-size:2.5rem;
}
}
.xde-wy_intro_uyu{
line-height:1.6;
font-size:15px;
color:#7A7268;
}
.xde-wy_grid_uyu{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:561px){
.xde-wy_grid_uyu{
grid-template-columns:1fr 1fr;
}
}
.xde-wy_card_uyu{
background:#FDFAF6;
border-radius:0.875rem;
border:1px solid rgba(20, 18, 14, 0.08);
padding:1.625rem;
min-width:0;
}
.xde-wy_card_ic_uyu{
display:inline-flex;
align-items:center;
justify-content:center;
color:#1E9E58;
margin-bottom:1rem;
}
.xde-wy_card_ic_uyu svg{
height:1.625rem;
width:1.625rem;
}
.xde-wy_card_h_uyu{
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
color:#1A1410;
line-height:1.15;
overflow-wrap:break-word;
font-size:1.313rem;
font-weight:600;
margin-bottom:8px;
}
.xde-wy_card_p_uyu{
font-size:14px;
line-height:1.55;
overflow-wrap:break-word;
color:#7A7268;
}
.xde-lh_uyu{
padding:40px 0 1.25rem;
}
.xde-lh_in_uyu{
padding-top:34px;
border-top:1px solid rgba(20, 18, 14, 0.15);
}
.xde-lh_eyebrow_uyu{
display:block;
margin-bottom:22px;
}
.xde-lh_grid_uyu{
gap:1.75rem;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:597px){
.xde-lh_grid_uyu{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:962px){
.xde-lh_grid_uyu{
grid-template-columns:repeat(5,1fr);
}
}
.xde-lh_col_uyu{
min-width:0;
}
.xde-lh_col_h_uyu{
margin-bottom:12px;
overflow-wrap:break-word;
font-weight:700;
font-size:13px;
color:#1A1410;
}
.xde-lh_links_uyu{
gap:8px;
flex-direction:column;
display:flex;
}
.xde-lh_link_uyu{
transition:color .22s ease;
overflow-wrap:break-word;
font-size:13px;
color:#7A7268;
}
.xde-lh_link_uyu:hover{
color:#1E9E58;
}
.xde-faq_uyu{
padding:48px 0;
background:#FDFAF6;
border-top:1px solid rgba(20, 18, 14, 0.08);
margin-top:24px;
border-bottom:1px solid rgba(20, 18, 14, 0.08);
}
@media(min-width:767px){
.xde-faq_uyu{
padding:62px 0;
}
}
.xde-faq_head_uyu{
text-align:center;
margin-bottom:34px;
}
.xde-faq_eyebrow_uyu{
margin-bottom:0.75rem;
}
.xde-faq_h2_uyu{
color:#1A1410;
overflow-wrap:break-word;
font-weight:600;
font-size:2rem;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
line-height:1.05;
}
@media(min-width:770px){
.xde-faq_h2_uyu{
font-size:38px;
}
}
.xde-faq_list_uyu{
margin:0 auto;
gap:0.75rem;
max-width:820px;
display:flex;
flex-direction:column;
}
.xde-faq_item_uyu{
overflow:hidden;
border-radius:14px;
background:#F5F1EB;
border:1px solid rgba(20, 18, 14, 0.08);
}
.xde-faq_q_uyu{
list-style:none;
gap:1.25rem;
padding:20px 24px;
display:flex;
color:#1A1410;
overflow-wrap:break-word;
justify-content:space-between;
cursor:pointer;
font-size:1rem;
align-items:center;
font-weight:700;
}
.xde-faq_q_uyu::-webkit-details-marker{
display:none;
}
.xde-faq_q_ic_uyu{
flex:0 0 auto;
transition:transform .22s ease;
display:inline-flex;
align-items:center;
color:#1E9E58;
}
.xde-faq_q_ic_uyu svg{
width:1.125rem;
height:18px;
}
.xde-faq_item_uyu[open] .xde-faq_q_ic_uyu{
transform:rotate(180deg);
}
.xde-faq_a_uyu{
padding:0 24px 1.25rem;
line-height:1.6;
color:#7A7268;
font-size:0.906rem;
overflow-wrap:break-word;
}
.xde-sb_uyu{
background:#FDFAF6;
padding:48px 0;
border-top:1px solid rgba(20, 18, 14, 0.08);
border-bottom:1px solid rgba(20, 18, 14, 0.08);
margin-top:1.5rem;
}
@media(min-width:769px){
.xde-sb_uyu{
padding:56px 0;
}
}
.xde-sb_eyebrow_uyu{
display:block;
margin-bottom:0.75rem;
}
.xde-sb_h2_uyu{
overflow-wrap:break-word;
line-height:1.05;
color:#1A1410;
font-weight:600;
font-size:30px;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
margin-bottom:1.625rem;
}
@media(min-width:770px){
.xde-sb_h2_uyu{
font-size:36px;
}
}
.xde-sb_grid_uyu{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:560px){
.xde-sb_grid_uyu{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:960px){
.xde-sb_grid_uyu{
grid-template-columns:repeat(4,1fr);
}
}
.xde-sb_card_uyu{
background:#F5F1EB;
border:1px solid rgba(20, 18, 14, 0.08);
border-radius:14px;
padding:24px;
min-width:0;
}
.xde-sb_card_h_uyu{
overflow-wrap:break-word;
margin-bottom:0.5rem;
line-height:1.15;
font-weight:600;
color:#1A1410;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-size:1.188rem;
}
.xde-sb_card_p_uyu{
color:#7A7268;
overflow-wrap:break-word;
line-height:1.6;
font-size:0.844rem;
}
.xde-sb_rtp_uyu{
border:1px solid rgba(20, 18, 14, 0.08);
padding:1.625rem 28px;
border-radius:0.875rem;
background:#F5F1EB;
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
align-items:center;
margin-top:1.125rem;
}
@media(min-width:758px){
.xde-sb_rtp_uyu{
gap:2.5rem;
grid-template-columns:1fr 1fr;
}
}
.xde-sb_rtp_h_uyu{
line-height:1.15;
overflow-wrap:break-word;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
margin-bottom:8px;
font-size:1.25rem;
color:#1A1410;
font-weight:600;
}
.xde-sb_rtp_p_uyu{
color:#7A7268;
line-height:1.6;
overflow-wrap:break-word;
font-size:0.844rem;
}
.xde-sb_rtp_stats_uyu{
gap:16px;
display:flex;
}
.xde-sb_stat_uyu{
border-radius:8px;
flex:1 1 0;
padding:18px;
background:#FDFAF6;
min-width:0;
text-align:center;
}
.xde-sb_stat_v_uyu{
font-size:1.625rem;
overflow-wrap:break-word;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
color:#1A9E50;
font-weight:700;
}
.xde-sb_stat_l_uyu{
color:#5C5448;
font-size:0.719rem;
margin-top:0.25rem;
}
.xde-sc_uyu{
padding:48px 0 0.625rem;
}
.xde-sc_head_uyu{
text-align:center;
margin-bottom:28px;
}
.xde-sc_eyebrow_uyu{
margin-bottom:0.75rem;
}
.xde-sc_h2_uyu{
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
line-height:1.05;
font-size:1.875rem;
color:#1A1410;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:767px){
.xde-sc_h2_uyu{
font-size:36px;
}
}
.xde-sc_table_uyu{
border:1px solid rgba(20, 18, 14, 0.08);
margin:0 auto;
overflow:hidden;
border-radius:14px;
max-width:56.25rem;
}
.xde-sc_thead_uyu{
grid-template-columns:1.6fr 1fr 1fr;
background:#1A1612;
display:grid;
}
.xde-sc_th_uyu{
padding:0.938rem 18px;
text-align:center;
font-size:0.813rem;
font-weight:700;
color:#A8B8A0;
overflow-wrap:break-word;
}
.xde-sc_th_uyu:first-child{
text-align:left;
}
.xde-sc_th_us_uyu{
color:#56E091;
}
.xde-sc_row_uyu{
grid-template-columns:1.6fr 1fr 1fr;
border-top:1px solid rgba(20, 18, 14, 0.08);
display:grid;
}
.xde-sc_row_uyu:nth-child(even){
background:#FDFAF6;
}
.xde-sc_td_uyu{
padding:0.938rem 1.125rem;
text-align:center;
color:#5C5448;
font-size:0.875rem;
overflow-wrap:break-word;
min-width:0;
}
.xde-sc_td_uyu:first-child{
color:#2E2820;
text-align:left;
font-weight:600;
}
.xde-sc_td_us_uyu{
font-weight:700;
color:#1A9E50;
}
.xde-el_uyu{
padding:48px 0;
}
@media(min-width:765px){
.xde-el_uyu{
padding:56px 0;
}
}
.xde-el_in_uyu{
gap:2.5rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:903px){
.xde-el_in_uyu{
grid-template-columns:1fr 1fr;
gap:3.5rem;
}
}
.xde-el_left_uyu{
min-width:0;
}
.xde-el_eyebrow_uyu{
margin-bottom:0.875rem;
}
.xde-el_h2_uyu{
margin-bottom:22px;
line-height:1.08;
color:#1A1410;
overflow-wrap:break-word;
font-size:32px;
font-weight:600;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.xde-el_h2_uyu{
font-size:38px;
}
}
.xde-el_body_uyu p{
margin-bottom:1.125rem;
line-height:1.7;
overflow-wrap:break-word;
color:#2E2820;
font-size:16px;
}
.xde-el_dropcap_uyu{
padding:6px 0.75rem 0 0;
color:#1E9E58;
font-size:3.875rem;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
float:left;
line-height:.8;
font-weight:700;
}
.xde-el_right_uyu{
min-width:0;
}
.xde-el_quote_uyu{
border-radius:1.25rem;
background:linear-gradient(150deg,#0F1A14,#080D09);
padding:36px;
position:relative;
margin-bottom:24px;
color:#F0EDE8;
}
.xde-el_quote_mark_uyu{
display:inline-flex;
align-items:center;
margin-bottom:0.375rem;
color:#56E091;
}
.xde-el_quote_mark_uyu svg{
height:2.125rem;
width:2.125rem;
}
.xde-el_quote_text_uyu{
font-weight:500;
line-height:1.4;
font-size:1.375rem;
overflow-wrap:break-word;
color:#F0EDE8;
margin-bottom:1.375rem;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
}
.xde-el_quote_meta_uyu{
gap:12px;
display:flex;
align-items:center;
}
.xde-el_quote_av_uyu{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#1E9E58,#56E091);
height:2.375rem;
width:38px;
}
.xde-el_quote_author_uyu{
color:#F0EDE8;
font-size:14px;
font-weight:700;
}
.xde-el_quote_meta_sub_uyu{
font-size:0.75rem;
color:#A8B8A0;
}
.xde-el_explain_uyu{
overflow:hidden;
border-radius:0.875rem;
border:1px solid rgba(20, 18, 14, 0.08);
}
.xde-el_explain_card_uyu{
padding:1.375rem 1.5rem;
}
.xde-el_explain_card_uyu+.xde-el_explain_card_uyu{
border-top:1px solid rgba(20, 18, 14, 0.08);
}
.xde-el_explain_h_uyu{
line-height:1.15;
font-weight:600;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
color:#1A1410;
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-size:1.25rem;
}
.xde-el_explain_p_uyu{
line-height:1.55;
font-size:0.875rem;
color:#7A7268;
overflow-wrap:break-word;
}
.xde-gd_uyu{
padding:3rem 0 10px;
}
.xde-gd_head_uyu{
gap:14px;
display:flex;
margin-bottom:1.5rem;
flex-direction:column;
}
@media(min-width:678px){
.xde-gd_head_uyu{
gap:20px;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.xde-gd_eyebrow_uyu{
margin-bottom:10px;
}
.xde-gd_h2_uyu{
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.05;
color:#1A1410;
overflow-wrap:break-word;
font-size:1.75rem;
}
@media(min-width:767px){
.xde-gd_h2_uyu{
font-size:34px;
}
}
.xde-gd_more_uyu{
transition:color .22s ease,border-color .22s ease;
flex:0 0 auto;
border-bottom:1px solid #1A1410;
padding-bottom:2px;
font-weight:600;
font-size:0.844rem;
color:#1A1410;
}
.xde-gd_more_uyu:hover{
border-color:#1E9E58;
color:#1E9E58;
}
.xde-gd_grid_uyu{
grid-template-columns:1fr;
gap:20px;
display:grid;
}
@media(min-width:719px){
.xde-gd_grid_uyu{
grid-template-columns:repeat(3,1fr);
}
}
.xde-gd_card_uyu{
overflow:hidden;
background:#FDFAF6;
border:1px solid rgba(20, 18, 14, 0.08);
border-radius:0.875rem;
display:block;
min-width:0;
}
.xde-gd_card_img_uyu{
background:linear-gradient(140deg,#0F1A14,#1E9E58);
height:150px;
}
.xde-gd_card_body_uyu{
padding:1.375rem;
}
.xde-gd_card_cat_uyu{
font-weight:600;
letter-spacing:.1em;
text-transform:uppercase;
font-size:10px;
color:#1E9E58;
}
.xde-gd_card_h_uyu{
margin:8px 0 0.625rem;
overflow-wrap:break-word;
font-weight:600;
color:#1A1410;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
line-height:1.2;
font-size:1.188rem;
}
.xde-gd_card_meta_uyu{
font-size:0.75rem;
color:#5C5448;
overflow-wrap:break-word;
}
.xde-sg_uyu{
padding:3rem 0 10px;
}
.xde-sg_eyebrow_uyu{
margin-bottom:12px;
display:block;
}
.xde-sg_h2_uyu{
font-weight:600;
overflow-wrap:break-word;
margin-bottom:1.75rem;
line-height:1.05;
color:#1A1410;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-size:1.875rem;
}
@media(min-width:770px){
.xde-sg_h2_uyu{
font-size:36px;
}
}
.xde-sg_grid_uyu{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:723px){
.xde-sg_grid_uyu{
grid-template-columns:repeat(3,1fr);
}
}
.xde-sg_col_uyu{
min-width:0;
}
.xde-sg_col_h_uyu{
font-weight:600;
font-size:22px;
color:#1A1410;
margin-bottom:0.625rem;
line-height:1.15;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.xde-sg_col_p_uyu{
color:#7A7268;
font-size:0.875rem;
line-height:1.65;
overflow-wrap:break-word;
}
.xde-ft_uyu{
background:#1A1612;
color:#A8B8A0;
margin-top:2.5rem;
}
.xde-ft_in_uyu{
gap:32px;
padding:3rem 0 1.75rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:603px){
.xde-ft_in_uyu{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:901px){
.xde-ft_in_uyu{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.xde-ft_brand_uyu{
min-width:0;
}
.xde-ft_logo_uyu{
color:#F0EDE8;
overflow-wrap:break-word;
font-size:1.625rem;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-weight:700;
}
.xde-ft_tagline_uyu{
line-height:1.6;
margin-top:0.875rem;
font-size:0.844rem;
max-width:17.5rem;
color:#A8B8A0;
}
.xde-ft_contact_uyu{
transition:color .22s ease;
margin-top:12px;
color:#56E091;
font-size:13px;
display:inline-block;
max-width:280px;
overflow-wrap:anywhere;
}
.xde-ft_contact_uyu:hover{
color:#F0EDE8;
}
.xde-ft_col_uyu{
min-width:0;
}
.xde-ft_col_h_uyu{
font-weight:700;
color:#F0EDE8;
margin-bottom:0.875rem;
overflow-wrap:break-word;
letter-spacing:.08em;
font-size:0.813rem;
text-transform:uppercase;
}
.xde-ft_col_links_uyu{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.xde-ft_link_uyu{
transition:color .22s ease;
overflow-wrap:break-word;
font-size:0.844rem;
color:#A8B8A0;
}
.xde-ft_link_uyu:hover{
color:#F0EDE8;
}
.xde-ft_bot_uyu{
gap:16px;
padding:22px 0 40px;
border-top:1px solid rgba(244, 251, 247, 0.14);
display:flex;
flex-direction:column;
}
@media(min-width:766px){
.xde-ft_bot_uyu{
gap:20px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.xde-ft_legal_uyu{
line-height:1.6;
color:#A39B90;
overflow-wrap:break-word;
font-size:11.5px;
max-width:47.5rem;
}
.xde-ft_legal_uyu b{
color:#A8B8A0;
font-weight:700;
}
.xde-ft_age_uyu{
border-radius:0.5rem;
flex:0 0 auto;
padding:0.25rem 0.563rem;
border:1.5px solid #56E091;
font-weight:700;
color:#56E091;
font-size:0.813rem;
}