*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F2ED;
color:#2E2A25;
font-size:15px;
overflow-wrap:break-word;
font-family:"Nunito Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.6;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
height:0.5rem;
width:8px;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.gxg_layout_nr8{
min-height:100vh;
flex-direction:column;
display:flex;
}
.gxg_main_nr8{
flex:1 1 auto;
width:100%;
min-width:0;
}
.gxg_container_nr8{
margin:0 auto;
padding:0 16px;
max-width:87.5rem;
width:100%;
}
@media(min-width:770px){
.gxg_container_nr8{
padding:0 32px;
}
}
@media(min-width:1098px){
.gxg_container_nr8{
padding:0 56px;
}
}
.gxg_eyebrow_nr8{
text-transform:uppercase;
letter-spacing:.2em;
font-family:"Nunito Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.4;
font-size:11px;
color:#1A7A4A;
overflow-wrap:break-word;
font-weight:600;
display:inline-block;
}
.gxg_band_nr8{
background:#0F1A14;
color:#F4FAF6;
}
.gxg_band_nr8 .gxg_eyebrow_nr8{
color:#3DE88A;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.gxg_tb_nr8{
background:#F5F2ED;
position:sticky;
top:0;
border-bottom:1px solid rgba(20,18,16,0.15);
z-index:50;
}
.gxg_tb_in_nr8{
padding:0.75rem 16px;
margin:0 auto;
gap:1rem;
display:flex;
justify-content:space-between;
width:100%;
align-items:center;
max-width:87.5rem;
}
@media(min-width:770px){
.gxg_tb_in_nr8{
padding:16px 32px;
}
}
@media(min-width:1099px){
.gxg_tb_in_nr8{
padding:18px 3.5rem;
}
}
.gxg_tb_left_nr8{
gap:28px;
min-width:0;
display:flex;
align-items:center;
}
.gxg_tb_logo_nr8{
gap:0.688rem;
align-items:center;
display:flex;
min-width:0;
}
.gxg_tb_logo_mark_nr8{
border-radius:0.5rem;
flex:0 0 auto;
height:2.125rem;
width:2.125rem;
object-fit:cover;
}
.gxg_tb_logo_txt_nr8{
line-height:1;
flex-direction:column;
min-width:0;
display:flex;
}
.gxg_tb_logo_name_nr8{
overflow:hidden;
text-overflow:ellipsis;
font-size:1.375rem;
font-weight:700;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#1A1714;
letter-spacing:.02em;
white-space:nowrap;
}
.gxg_tb_logo_sub_nr8{
overflow:hidden;
text-transform:uppercase;
margin-top:4px;
color:#1A7A4A;
text-overflow:ellipsis;
white-space:nowrap;
letter-spacing:.32em;
font-size:8.5px;
font-weight:600;
}
.gxg_tb_nav_nr8{
display:none;
}
@media(min-width:959px){
.gxg_tb_nav_nr8{
gap:28px;
align-items:center;
display:flex;
}
}
.gxg_tb_nav_item_nr8{
transition:color .22s ease,border-color .22s ease;
white-space:nowrap;
font-weight:600;
border-bottom:2px solid transparent;
font-size:14px;
padding-bottom:3px;
color:#2E2A25;
}
.gxg_tb_nav_item_nr8:hover{
color:#1A1714;
}
.gxg_tb_nav_item_nr8.gxg_state_active_nr8{
border-color:#1A7A4A;
color:#1A1714;
}
.gxg_tb_right_nr8{
flex:0 0 auto;
gap:14px;
align-items:center;
display:flex;
}
.gxg_tb_search_nr8{
transition:color .22s ease;
align-items:center;
display:flex;
color:#2E2A25;
justify-content:center;
}
.gxg_tb_search_nr8:hover{
color:#1A7A4A;
}
.gxg_tb_search_nr8 svg{
height:1.125rem;
width:18px;
}
.gxg_tb_lang_nr8{
letter-spacing:.1em;
color:#5C5650;
font-size:11px;
font-weight:600;
text-transform:uppercase;
}
.gxg_tb_lang_nr8:hover{
color:#1A1714;
}
.gxg_tb_login_nr8{
font-size:14px;
font-weight:600;
display:none;
color:#1A1714;
}
@media(min-width:768px){
.gxg_tb_login_nr8{
display:inline-block;
}
}
.gxg_tb_register_nr8{
padding:0.688rem 1.375rem;
background:#0F1A14;
transition:background-color .22s ease;
border-radius:999px;
font-weight:700;
color:#F4FAF6;
font-size:14px;
white-space:nowrap;
}
.gxg_tb_register_nr8:hover{
background:#1E3328;
}
.gxg_mob_nr8{
background:#F5F2ED;
border-top:1px solid rgba(20,18,16,0.15);
z-index:60;
position:fixed;
padding-bottom:env(safe-area-inset-bottom);
bottom:0;
right:0;
left:0;
}
@media(min-width:962px){
.gxg_mob_nr8{
display:none;
}
}
.gxg_mob_in_nr8{
margin:0 auto;
display:flex;
justify-content:space-around;
max-width:560px;
align-items:stretch;
}
.gxg_mob_item_nr8{
flex:1 1 0;
transition:color .22s ease;
gap:3px;
padding:9px 4px;
align-items:center;
color:#5C5650;
flex-direction:column;
display:flex;
min-width:0;
}
.gxg_mob_item_nr8.gxg_state_active_nr8{
color:#1A7A4A;
}
.gxg_mob_ic_nr8{
display:flex;
justify-content:center;
align-items:center;
}
.gxg_mob_ic_nr8 svg{
height:20px;
width:1.25rem;
}
.gxg_mob_lb_nr8{
overflow:hidden;
font-weight:600;
max-width:100%;
text-overflow:ellipsis;
font-size:10px;
white-space:nowrap;
}
@media(max-width:962px){
body{
padding-bottom:60px;
}
}
.gxg_rail_nr8{
position:relative;
min-width:0;
}
.gxg_rail_scroll_nr8{
gap:14px;
display:flex;
-webkit-overflow-scrolling:touch;
scrollbar-width:thin;
padding-bottom:0.875rem;
overflow-x:auto;
}
@media(min-width:770px){
.gxg_rail_scroll_nr8{
gap:1.125rem;
}
}
.gxg_gc_nr8{
flex:0 0 auto;
width:150px;
display:block;
}
@media(min-width:768px){
.gxg_gc_nr8{
width:11.75rem;
}
}
.gxg_gc_img_nr8{
border-radius:14px;
background:#FDFAF6;
overflow:hidden;
padding-bottom:133.33%;
box-shadow:0 2px 0.375rem rgba(15,26,20,0.07), 0 8px 1.5rem rgba(15,26,20,0.09);
position:relative;
}
.gxg_gc_img_nr8 img{
inset:0;
position:absolute;
height:100%;
object-fit:cover;
width:100%;
}
.gxg_gc_cover_nr8{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
position:absolute;
pointer-events:none;
}
.gxg_gc_hover_nr8{
transition:opacity .22s ease;
background:rgba(0,0,0,0.52);
inset:0;
justify-content:center;
align-items:center;
opacity:0;
display:flex;
position:absolute;
}
.gxg_gc_nr8:hover .gxg_gc_hover_nr8{
opacity:1;
}
.gxg_gc_hover_btn_nr8{
background:#0F1A14;
border-radius:62.438rem;
color:#F4FAF6;
display:flex;
width:2.875rem;
align-items:center;
height:2.875rem;
justify-content:center;
}
.gxg_gc_hover_btn_nr8 svg{
width:18px;
height:18px;
}
.gxg_gc_info_nr8{
gap:2px;
flex-direction:column;
min-width:0;
margin-top:0.563rem;
display:flex;
}
.gxg_gc_name_nr8{
overflow:hidden;
white-space:nowrap;
font-weight:700;
text-overflow:ellipsis;
font-size:0.813rem;
color:#1A1714;
}
.gxg_gc_prov_nr8{
overflow:hidden;
font-size:11px;
color:#5C5650;
text-overflow:ellipsis;
white-space:nowrap;
}
.gxg_gc_meta_nr8{
color:#5C5650;
font-size:11px;
}
.gxg_tc_nr8{
flex:0 0 auto;
width:180px;
display:block;
}
@media(min-width:770px){
.gxg_tc_nr8{
width:230px;
}
}
.gxg_tc_img_nr8{
border-radius:0.875rem;
overflow:hidden;
background:#FDFAF6;
position:relative;
padding-bottom:75%;
box-shadow:0 2px 6px rgba(15,26,20,0.07), 0 8px 24px rgba(15,26,20,0.09);
}
.gxg_tc_img_nr8 img{
inset:0;
height:100%;
width:100%;
object-fit:cover;
position:absolute;
}
.gxg_tc_info_nr8{
gap:2px;
flex-direction:column;
margin-top:0.563rem;
min-width:0;
display:flex;
}
.gxg_tc_name_nr8{
overflow:hidden;
font-weight:700;
color:#1A1714;
font-size:0.875rem;
text-overflow:ellipsis;
white-space:nowrap;
}
.gxg_tc_rtp_nr8{
color:#5C5650;
font-size:0.688rem;
}
.gxg_lc_nr8{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:769px){
.gxg_lc_nr8{
width:268px;
}
}
.gxg_lc_img_nr8{
background:#FDFAF6;
border-radius:14px;
overflow:hidden;
padding-bottom:62.5%;
box-shadow:0 2px 0.375rem rgba(15,26,20,0.07), 0 0.5rem 24px rgba(15,26,20,0.09);
position:relative;
}
.gxg_lc_img_nr8 img{
inset:0;
width:100%;
object-fit:cover;
height:100%;
position:absolute;
}
.gxg_lc_live_nr8{
background:rgba(0,0,0,0.52);
border-radius:62.438rem;
padding:0.25rem 0.563rem;
gap:7px;
display:flex;
position:absolute;
left:12px;
top:0.75rem;
align-items:center;
}
.gxg_lc_live_dot_nr8{
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
background:#C0292A;
width:8px;
height:8px;
}
.gxg_lc_seats_nr8{
font-weight:600;
color:#F4FAF6;
font-size:0.625rem;
letter-spacing:.08em;
text-transform:uppercase;
}
.gxg_lc_info_nr8{
gap:2px;
display:flex;
flex-direction:column;
margin-top:9px;
min-width:0;
}
.gxg_lc_name_nr8{
overflow:hidden;
font-size:15px;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:700;
color:#1A1714;
}
.gxg_lc_bet_nr8{
font-size:0.688rem;
color:#5C5650;
}
.gxg_pc_nr8{
padding:1rem 0.875rem;
background:#FDFAF6;
border:1px solid rgba(20,18,16,0.08);
border-radius:14px;
gap:8px;
display:flex;
min-width:0;
align-items:center;
min-height:4.625rem;
justify-content:center;
flex-direction:column;
}
.gxg_pc_logo_nr8{
flex:0 0 auto;
height:28px;
width:auto;
max-width:100%;
object-fit:contain;
}
.gxg_pc_name_nr8{
overflow:hidden;
text-overflow:ellipsis;
color:#5C5650;
white-space:nowrap;
font-size:11px;
max-width:100%;
text-align:center;
}
.gxg_gc_tag_nr8{
border-radius:8px;
padding:3px 8px;
font-weight:700;
letter-spacing:.06em;
position:absolute;
left:10px;
top:0.625rem;
z-index:2;
font-size:0.625rem;
text-transform:uppercase;
display:inline-block;
}
.gxg_gc_tag_hot_nr8{
background:#C0292A;
color:#F4FAF6;
}
.gxg_gc_tag_new_nr8{
background:#22A862;
color:#0F1A14;
}
.gxg_gc_tag_jp_nr8{
background:#C4821A;
color:#0F1A14;
}
.gxg_gc_tag_live_nr8{
background:#C0292A;
color:#F4FAF6;
}
.gxg_sh_nr8{
margin-bottom:18px;
min-width:0;
}
.gxg_sh_row_nr8{
gap:16px;
flex-wrap:wrap;
align-items:flex-end;
display:flex;
justify-content:space-between;
}
.gxg_sh_row_nr8 .gxg_sh_l_nr8{
gap:6px;
flex-direction:column;
min-width:0;
display:flex;
}
.gxg_sh_stack_nr8{
gap:10px;
display:flex;
align-items:flex-start;
flex-direction:column;
}
.gxg_sh_center_nr8{
gap:10px;
display:flex;
flex-direction:column;
text-align:center;
align-items:center;
}
.gxg_sh_h2_nr8{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
color:#1A1714;
font-size:1.5rem;
line-height:1.1;
}
@media(min-width:766px){
.gxg_sh_h2_nr8{
font-size:30px;
}
}
.gxg_band_nr8 .gxg_sh_h2_nr8{
color:#F4FAF6;
}
.gxg_sh_eb_line_nr8{
gap:10px;
display:inline-flex;
align-items:center;
}
.gxg_sh_eb_line_nr8::before{
background:#1A7A4A;
display:inline-block;
content:"";
height:1px;
width:28px;
}
.gxg_band_nr8 .gxg_sh_eb_line_nr8::before{
background:#3DE88A;
}
.gxg_sh_eb_dot_nr8{
gap:0.5rem;
display:inline-flex;
align-items:center;
}
.gxg_sh_eb_dot_nr8::before{
border-radius:50%;
background:#1A7A4A;
content:"";
width:6px;
height:6px;
display:inline-block;
}
.gxg_band_nr8 .gxg_sh_eb_dot_nr8::before{
background:#3DE88A;
}
.gxg_sh_link_nr8{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:0.375rem;
font-size:13px;
align-items:center;
font-weight:600;
color:#1A1714;
white-space:nowrap;
display:inline-flex;
border-bottom:1px solid #1A1714;
padding-bottom:2px;
}
.gxg_sh_link_nr8:hover{
border-color:#1A7A4A;
color:#1A7A4A;
}
.gxg_sh_link_nr8 svg{
height:0.875rem;
width:14px;
}
.gxg_sh_link_chev_nr8{
padding-bottom:0;
border-bottom:0;
}
.gxg_sh_link_btn_nr8{
padding:9px 18px;
border-radius:62.438rem;
background:#0F1A14;
color:#F4FAF6;
border-bottom:0;
}
.gxg_sh_link_btn_nr8:hover{
background:#1E3328;
border-color:transparent;
color:#F4FAF6;
}
.gxg_band_nr8 .gxg_sh_link_nr8{
border-color:#F4FAF6;
color:#F4FAF6;
}
.gxg_band_nr8 .gxg_sh_link_btn_nr8{
background:#3DE88A;
color:#0F1A14;
}
.gxg_sh_rule_nr8{
margin:-2px 0 18px;
background:rgba(20,18,16,0.15);
height:1px;
}
.gxg_band_nr8 .gxg_sh_rule_nr8{
background:rgba(244,250,246,0.13);
}
.gxg_hero_nr8{
padding:2rem 0 8px;
}
@media(min-width:768px){
.gxg_hero_nr8{
padding:56px 0 24px;
}
}
.gxg_hero_in_nr8{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:901px){
.gxg_hero_in_nr8{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.gxg_hero_copy_nr8{
min-width:0;
}
.gxg_hero_eyebrow_nr8{
gap:0.625rem;
align-items:center;
margin-bottom:1.375rem;
display:inline-flex;
}
.gxg_hero_eyebrow_line_nr8{
flex:0 0 auto;
background:#1A7A4A;
height:1px;
width:28px;
display:inline-block;
}
.gxg_hero_h1_nr8{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
letter-spacing:-.01em;
margin-bottom:20px;
overflow-wrap:break-word;
font-weight:600;
font-size:38px;
line-height:1.04;
color:#1A1714;
}
@media(min-width:767px){
.gxg_hero_h1_nr8{
font-size:54px;
}
}
@media(min-width:1099px){
.gxg_hero_h1_nr8{
font-size:62px;
}
}
.gxg_hero_h1_nr8 em{
font-style:normal;
color:#1A7A4A;
}
.gxg_hero_sub_nr8{
max-width:480px;
margin-bottom:1.875rem;
color:#7A7268;
font-size:1rem;
line-height:1.6;
}
@media(min-width:771px){
.gxg_hero_sub_nr8{
font-size:18px;
}
}
.gxg_hero_actions_nr8{
gap:14px;
flex-wrap:wrap;
display:flex;
align-items:center;
margin-bottom:34px;
}
.gxg_hero_cta_nr8{
padding:16px 30px;
background:#0F1A14;
transition:background-color .22s ease;
gap:10px;
border-radius:999px;
color:#F4FAF6;
font-size:15px;
align-items:center;
font-weight:700;
display:inline-flex;
}
.gxg_hero_cta_nr8:hover{
background:#1E3328;
}
.gxg_hero_cta_ic_nr8{
align-items:center;
display:inline-flex;
}
.gxg_hero_cta_ic_nr8 svg{
width:16px;
height:1rem;
}
.gxg_hero_cta_alt_nr8{
border-radius:62.438rem;
padding:15px 26px;
border:1px solid rgba(20,18,16,0.15);
background:transparent;
transition:border-color .22s ease,color .22s ease;
color:#1A1714;
font-weight:600;
font-size:15px;
display:inline-flex;
align-items:center;
}
.gxg_hero_cta_alt_nr8:hover{
border-color:#1A7A4A;
color:#1A7A4A;
}
.gxg_hero_trust_nr8{
gap:1.375rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.gxg_hero_trust_item_nr8{
gap:0.563rem;
align-items:center;
font-weight:600;
font-size:13px;
color:#2E2A25;
display:flex;
}
.gxg_hero_trust_ic_nr8{
color:#1A7A4A;
align-items:center;
display:inline-flex;
}
.gxg_hero_trust_ic_nr8 svg{
width:16px;
height:1rem;
}
.gxg_hero_promo_nr8{
overflow:hidden;
border-radius:1.25rem;
background:#FDFAF6;
position:relative;
display:flex;
box-shadow:0 0.75rem 48px rgba(15,26,20,0.14), 0 3px 0.625rem rgba(15,26,20,0.08);
min-height:300px;
}
.gxg_hero_promo_bg_nr8{
inset:0;
background-position:center;
position:absolute;
background-size:cover;
}
.gxg_hero_promo_bg_nr8::after{
background:linear-gradient(120deg,#0F1A14 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.gxg_hero_promo_glow_nr8{
border-radius:50%;
background:radial-gradient(circle,rgba(32,178,100,0.18) 0%,transparent 65%);
pointer-events:none;
width:260px;
position:absolute;
right:-20px;
top:-40px;
height:260px;
}
.gxg_hero_promo_ct_nr8{
padding:1.75rem;
max-width:88%;
align-self:flex-end;
z-index:2;
position:relative;
}
.gxg_hero_promo_label_nr8{
display:block;
margin-bottom:8px;
color:#3DE88A;
letter-spacing:.25em;
font-size:0.625rem;
text-transform:uppercase;
font-weight:700;
}
.gxg_hero_promo_amount_nr8{
overflow-wrap:break-word;
font-size:32px;
line-height:1.05;
font-weight:600;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#F4FAF6;
}
@media(min-width:769px){
.gxg_hero_promo_amount_nr8{
font-size:2.5rem;
}
}
.gxg_hero_promo_amount_nr8 em{
font-style:normal;
color:#3DE88A;
}
.gxg_hero_rating_nr8{
border-radius:14px;
background:#FDFAF6;
padding:0.625rem 0.875rem;
gap:10px;
border:1px solid rgba(20,18,16,0.08);
position:absolute;
top:14px;
align-items:center;
display:flex;
max-width:min(16.25rem,62%);
z-index:3;
right:14px;
box-shadow:0 2px 6px rgba(15,26,20,0.07), 0 0.5rem 1.5rem rgba(15,26,20,0.09);
}
.gxg_hero_rating_score_nr8{
flex:0 0 auto;
font-weight:700;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#1A1714;
font-size:24px;
}
.gxg_hero_rating_txt_nr8{
flex:1 1 auto;
min-width:0;
}
.gxg_hero_rating_stars_nr8{
gap:2px;
color:#1A7A4A;
display:flex;
}
.gxg_hero_rating_stars_nr8 svg{
height:0.75rem;
width:0.75rem;
}
.gxg_hero_rating_cap_nr8{
line-height:1.35;
overflow-wrap:break-word;
margin-top:3px;
color:#5C5650;
font-size:0.688rem;
display:block;
}
.gxg_stat_nr8{
border-top:1px solid rgba(20,18,16,0.15);
border-bottom:1px solid rgba(20,18,16,0.15);
margin-top:1rem;
}
.gxg_stat_in_nr8{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:766px){
.gxg_stat_in_nr8{
grid-template-columns:repeat(4,1fr);
}
}
.gxg_stat_item_nr8{
padding:22px 0.875rem;
border-right:1px solid rgba(20,18,16,0.08);
border-bottom:1px solid rgba(20,18,16,0.08);
min-width:0;
}
.gxg_stat_item_nr8:nth-child(2n){
border-right:0;
}
.gxg_stat_item_nr8:nth-child(n+3){
border-bottom:0;
}
@media(min-width:767px){
.gxg_stat_item_nr8{
border-bottom:0;
}
.gxg_stat_item_nr8:nth-child(2n){
border-right:1px solid rgba(20,18,16,0.08);
}
.gxg_stat_item_nr8:nth-child(4n){
border-right:0;
}
}
.gxg_stat_value_nr8{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#1A1714;
font-weight:700;
line-height:1;
font-size:1.875rem;
}
@media(min-width:770px){
.gxg_stat_value_nr8{
font-size:2.125rem;
}
}
.gxg_stat_label_nr8{
font-size:0.813rem;
color:#5C5650;
margin-top:0.375rem;
line-height:1.4;
overflow-wrap:break-word;
}
.gxg_jp_nr8{
padding:30px 0 10px;
}
.gxg_jp_grid_nr8{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:771px){
.gxg_jp_grid_nr8{
grid-template-columns:1fr 1fr;
}
.gxg_jp_card_mega_nr8{
grid-column:1/-1;
}
}
@media(min-width:1002px){
.gxg_jp_grid_nr8{
grid-template-columns:1.4fr 1fr 1fr;
}
.gxg_jp_card_mega_nr8{
grid-column:auto;
}
}
.gxg_jp_card_nr8{
gap:0.75rem;
border-radius:1.25rem;
padding:26px;
border:1px solid rgba(20,18,16,0.08);
overflow:hidden;
background:#FDFAF6;
min-height:200px;
min-width:0;
position:relative;
display:flex;
flex-direction:column;
justify-content:space-between;
}
.gxg_jp_card_mega_nr8{
border-color:transparent;
background:linear-gradient(135deg,#0F1A14,#080E0A);
min-height:13.125rem;
color:#F4FAF6;
}
.gxg_jp_glow_nr8{
background:radial-gradient(circle,rgba(32,178,100,0.18),transparent 70%);
border-radius:50%;
top:-40px;
right:-40px;
position:absolute;
height:200px;
pointer-events:none;
width:200px;
}
.gxg_jp_label_nr8{
gap:0.625rem;
display:flex;
font-size:0.625rem;
letter-spacing:.16em;
flex-wrap:wrap;
position:relative;
justify-content:space-between;
font-weight:700;
align-items:center;
text-transform:uppercase;
color:#1A7A4A;
}
.gxg_jp_card_mega_nr8 .gxg_jp_label_nr8{
color:#3DE88A;
}
.gxg_jp_drop_nr8{
letter-spacing:.04em;
color:#5C5650;
font-weight:600;
text-transform:none;
}
.gxg_jp_card_mega_nr8 .gxg_jp_drop_nr8{
color:#9DBFAA;
}
.gxg_jp_amount_nr8{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#1A1714;
position:relative;
overflow-wrap:break-word;
line-height:1;
font-weight:700;
font-size:2.375rem;
}
.gxg_jp_card_mega_nr8 .gxg_jp_amount_nr8{
animation:zm2-pulse 2.4s infinite;
color:#3DE88A;
font-size:3rem;
}
@media(min-width:767px){
.gxg_jp_card_mega_nr8 .gxg_jp_amount_nr8{
font-size:54px;
}
}
.gxg_jp_game_nr8{
position:relative;
font-size:13px;
color:#5C5650;
}
.gxg_jp_card_mega_nr8 .gxg_jp_game_nr8{
color:#9DBFAA;
}
.gxg_jp_cta_nr8{
position:relative;
align-self:flex-start;
}
.gxg_jp_card_mega_nr8 .gxg_jp_cta_nr8{
background:#3DE88A;
border-radius:999px;
transition:opacity .22s ease;
padding:0.625rem 1.25rem;
font-size:13px;
color:#0F1A14;
font-weight:700;
}
.gxg_jp_card_mega_nr8 .gxg_jp_cta_nr8:hover{
opacity:.9;
}
.gxg_jp_card_nr8:not(.gxg_jp_card_mega_nr8) .gxg_jp_cta_nr8{
transition:color .22s ease,border-color .22s ease;
padding-bottom:2px;
font-size:0.813rem;
border-bottom:1px solid #1A1714;
font-weight:700;
color:#1A1714;
}
.gxg_jp_card_nr8:not(.gxg_jp_card_mega_nr8) .gxg_jp_cta_nr8:hover{
border-color:#1A7A4A;
color:#1A7A4A;
}
.gxg_jp_seo_nr8{
margin:14px 0 0;
line-height:1.65;
color:#7A7268;
font-size:0.875rem;
max-width:47.5rem;
overflow-wrap:break-word;
}
.gxg_jp_seo_nr8 strong{
font-weight:700;
color:#1A1714;
}
.gxg_pr_nr8{
padding:30px 0 0.375rem;
}
.gxg_pr_card_nr8{
gap:10px;
padding:1.625rem;
overflow:hidden;
border-radius:1.25rem;
flex:0 0 auto;
border:1px solid rgba(20,18,16,0.08);
background:#FDFAF6;
width:17.5rem;
min-height:12.5rem;
flex-direction:column;
position:relative;
display:flex;
}
@media(min-width:770px){
.gxg_pr_card_nr8{
width:300px;
}
}
.gxg_pr_card_feat_nr8{
background:linear-gradient(150deg,#0F1A14,#080E0A);
border-color:transparent;
color:#F4FAF6;
}
.gxg_pr_glow_nr8{
border-radius:50%;
background:radial-gradient(circle,rgba(32,178,100,0.18),transparent 70%);
right:-1.875rem;
width:130px;
top:-30px;
opacity:0;
height:130px;
pointer-events:none;
position:absolute;
}
.gxg_pr_card_feat_nr8 .gxg_pr_glow_nr8{
opacity:1;
}
.gxg_pr_label_nr8{
position:relative;
letter-spacing:.16em;
text-transform:uppercase;
font-size:0.625rem;
font-weight:700;
color:#1A7A4A;
}
.gxg_pr_card_feat_nr8 .gxg_pr_label_nr8{
color:#3DE88A;
}
.gxg_pr_amount_nr8{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.08;
font-size:26px;
overflow-wrap:break-word;
color:#1A1714;
position:relative;
font-weight:600;
}
.gxg_pr_card_feat_nr8 .gxg_pr_amount_nr8{
color:#F4FAF6;
}
.gxg_pr_amount_nr8 em{
color:#1A7A4A;
font-style:normal;
}
.gxg_pr_card_feat_nr8 .gxg_pr_amount_nr8 em{
color:#3DE88A;
}
.gxg_pr_terms_nr8{
color:#5C5650;
font-size:13px;
position:relative;
line-height:1.5;
}
.gxg_pr_card_feat_nr8 .gxg_pr_terms_nr8{
color:#9DBFAA;
}
.gxg_pr_cta_nr8{
align-self:flex-start;
position:relative;
margin-top:auto;
}
.gxg_pr_card_feat_nr8 .gxg_pr_cta_nr8{
padding:0.563rem 1.125rem;
transition:opacity .22s ease;
border-radius:999px;
background:#3DE88A;
font-size:0.813rem;
font-weight:700;
color:#0F1A14;
}
.gxg_pr_card_feat_nr8 .gxg_pr_cta_nr8:hover{
opacity:.9;
}
.gxg_pr_card_nr8:not(.gxg_pr_card_feat_nr8) .gxg_pr_cta_nr8{
transition:color .22s ease,border-color .22s ease;
color:#1A1714;
border-bottom:1px solid #1A1714;
padding-bottom:2px;
font-weight:700;
font-size:13px;
}
.gxg_pr_card_nr8:not(.gxg_pr_card_feat_nr8) .gxg_pr_cta_nr8:hover{
border-color:#1A7A4A;
color:#1A7A4A;
}
.gxg_grow_nr8{
padding:1.625rem 0 0.625rem;
}
.gxg_row_seo_nr8{
margin:0.625rem 0 0;
overflow-wrap:break-word;
line-height:1.65;
max-width:47.5rem;
font-size:14px;
color:#7A7268;
}
.gxg_row_seo_nr8 strong{
font-weight:700;
color:#1A1714;
}
.gxg_grow_nr8{
padding:1.625rem 0 0.625rem;
}
.gxg_row_seo_nr8{
margin:10px 0 0;
font-size:0.875rem;
max-width:47.5rem;
line-height:1.65;
color:#7A7268;
overflow-wrap:break-word;
}
.gxg_row_seo_nr8 strong{
font-weight:700;
color:#1A1714;
}
.gxg_grow_nr8{
padding:26px 0 10px;
}
.gxg_row_seo_nr8{
margin:0.625rem 0 0;
overflow-wrap:break-word;
font-size:14px;
max-width:760px;
color:#7A7268;
line-height:1.65;
}
.gxg_row_seo_nr8 strong{
color:#1A1714;
font-weight:700;
}
.gxg_app_nr8{
padding:30px 0 0.625rem;
}
.gxg_app_in_nr8{
border-radius:1.25rem;
gap:28px;
background:#FDFAF6;
padding:2rem;
border:1px solid rgba(20,18,16,0.08);
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.gxg_app_in_nr8{
gap:2.5rem;
padding:2.5rem 44px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.gxg_app_copy_nr8{
max-width:560px;
min-width:0;
}
.gxg_app_eyebrow_nr8{
margin-bottom:0.75rem;
}
.gxg_app_h2_nr8{
font-weight:600;
font-size:1.75rem;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#1A1714;
line-height:1.05;
margin-bottom:12px;
}
@media(min-width:771px){
.gxg_app_h2_nr8{
font-size:2.125rem;
}
}
.gxg_app_text_nr8{
margin-bottom:1.375rem;
color:#7A7268;
line-height:1.6;
font-size:0.875rem;
}
.gxg_app_btns_nr8{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
.gxg_app_btn_nr8{
transition:background-color .22s ease;
gap:0.625rem;
border-radius:14px;
padding:11px 1.25rem;
background:#0F1A14;
display:inline-flex;
align-items:center;
color:#F4FAF6;
}
.gxg_app_btn_nr8:hover{
background:#1E3328;
}
.gxg_app_btn_ic_nr8{
display:inline-flex;
align-items:center;
}
.gxg_app_btn_ic_nr8 svg{
width:1.125rem;
height:1.125rem;
}
.gxg_app_btn_lb_nr8{
font-weight:700;
font-size:13.5px;
}
.gxg_app_qr_wrap_nr8{
gap:18px;
flex:0 0 auto;
align-items:center;
display:flex;
}
.gxg_app_qr_nr8{
flex:0 0 auto;
border-radius:14px;
width:6.75rem;
background-color:#0F1A14;
background-image:repeating-linear-gradient(0deg,#FDFAF6 0 0.313rem,transparent 0.313rem 11px),repeating-linear-gradient(90deg,#FDFAF6 0 0.313rem,transparent 5px 11px);
height:108px;
}
.gxg_app_qr_cap_nr8{
max-width:92px;
font-size:0.781rem;
line-height:1.4;
color:#5C5650;
}
.gxg_vip_nr8{
padding:3rem 0;
}
@media(min-width:766px){
.gxg_vip_nr8{
padding:64px 0;
}
}
.gxg_vip_head_nr8{
gap:14px;
flex-direction:column;
display:flex;
margin-bottom:30px;
}
@media(min-width:879px){
.gxg_vip_head_nr8{
gap:24px;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.gxg_vip_eyebrow_nr8{
margin-bottom:12px;
}
.gxg_vip_h2_nr8{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
font-size:2rem;
color:#F4FAF6;
}
@media(min-width:769px){
.gxg_vip_h2_nr8{
font-size:40px;
}
}
.gxg_vip_intro_nr8{
font-size:0.875rem;
max-width:420px;
line-height:1.6;
color:#9DBFAA;
}
.gxg_vip_grid_nr8{
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
gap:14px;
display:grid;
}
.gxg_vip_card_nr8{
padding:22px 1.125rem;
border:1px solid rgba(244,250,246,0.13);
border-radius:0.875rem;
min-width:0;
}
.gxg_vip_card_feat_nr8{
border-color:#3DE88A;
background:rgba(244,250,246,0.07);
}
.gxg_vip_card_ic_nr8{
border-radius:8px;
background:linear-gradient(135deg,#22A862,#3DE88A);
display:block;
height:2.125rem;
margin-bottom:16px;
width:2.125rem;
}
.gxg_vip_name_nr8{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.375rem;
font-weight:600;
color:#F4FAF6;
overflow-wrap:break-word;
font-size:20px;
}
.gxg_vip_perk_nr8{
color:#9DBFAA;
overflow-wrap:break-word;
font-size:12.5px;
line-height:1.5;
}
.gxg_et_nr8{
padding:2.25rem 0 0.625rem;
}
.gxg_et_in_nr8{
grid-template-columns:1fr;
gap:32px;
align-items:start;
display:grid;
}
@media(min-width:880px){
.gxg_et_in_nr8{
grid-template-columns:1.1fr .9fr;
gap:48px;
}
}
.gxg_et_left_nr8{
min-width:0;
}
.gxg_et_eyebrow_nr8{
margin-bottom:12px;
}
.gxg_et_h2_nr8{
line-height:1.06;
margin-bottom:0.875rem;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
font-size:1.75rem;
color:#1A1714;
}
@media(min-width:766px){
.gxg_et_h2_nr8{
font-size:32px;
}
}
.gxg_et_text_nr8{
margin-bottom:22px;
line-height:1.65;
color:#7A7268;
font-size:0.938rem;
}
.gxg_et_stats_nr8{
gap:1.5rem;
flex-wrap:wrap;
display:flex;
}
.gxg_et_stat_nr8{
min-width:0;
}
.gxg_et_stat_v_nr8{
line-height:1;
font-weight:700;
font-size:26px;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#1A1714;
}
.gxg_et_stat_l_nr8{
font-size:0.781rem;
color:#5C5650;
margin-top:0.25rem;
}
.gxg_et_right_nr8{
gap:12px;
flex-direction:column;
display:flex;
}
.gxg_et_member_nr8{
border-radius:14px;
padding:1.125rem 1.25rem;
border:1px solid rgba(20,18,16,0.08);
background:#FDFAF6;
gap:16px;
align-items:center;
display:flex;
min-width:0;
}
.gxg_et_member_av_nr8{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#0F1A14,#1A7A4A);
height:48px;
width:3rem;
}
.gxg_et_member_name_nr8{
color:#1A1714;
overflow-wrap:break-word;
font-size:0.938rem;
font-weight:700;
}
.gxg_et_member_role_nr8{
overflow-wrap:break-word;
font-size:12.5px;
color:#5C5650;
}
.gxg_et_updated_nr8{
padding:14px 18px;
border:1px solid rgba(20,18,16,0.08);
background:#F5F2ED;
border-radius:0.875rem;
gap:0.5rem;
align-items:center;
color:#7A7268;
display:flex;
font-size:0.781rem;
}
.gxg_wy_nr8{
padding:48px 0;
}
@media(min-width:770px){
.gxg_wy_nr8{
padding:3.5rem 0;
}
}
.gxg_wy_in_nr8{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:899px){
.gxg_wy_in_nr8{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.gxg_wy_left_nr8{
min-width:0;
}
.gxg_wy_eyebrow_nr8{
margin-bottom:14px;
}
.gxg_wy_h2_nr8{
line-height:1.05;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
margin-bottom:1rem;
font-weight:600;
font-size:2rem;
overflow-wrap:break-word;
color:#1A1714;
}
@media(min-width:771px){
.gxg_wy_h2_nr8{
font-size:2.5rem;
}
}
.gxg_wy_intro_nr8{
line-height:1.6;
font-size:15px;
color:#7A7268;
}
.gxg_wy_grid_nr8{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:558px){
.gxg_wy_grid_nr8{
grid-template-columns:1fr 1fr;
}
}
.gxg_wy_card_nr8{
border:1px solid rgba(20,18,16,0.08);
background:#FDFAF6;
border-radius:14px;
padding:1.625rem;
min-width:0;
}
.gxg_wy_card_ic_nr8{
display:inline-flex;
color:#1A7A4A;
margin-bottom:16px;
justify-content:center;
align-items:center;
}
.gxg_wy_card_ic_nr8 svg{
width:26px;
height:1.625rem;
}
.gxg_wy_card_h_nr8{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.5rem;
overflow-wrap:break-word;
color:#1A1714;
line-height:1.15;
font-weight:600;
font-size:1.313rem;
}
.gxg_wy_card_p_nr8{
overflow-wrap:break-word;
line-height:1.55;
color:#7A7268;
font-size:14px;
}
.gxg_prov_nr8{
padding:40px 0 1.25rem;
}
.gxg_prov_eyebrow_nr8{
display:block;
margin-bottom:18px;
}
.gxg_prov_grid_nr8{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:563px){
.gxg_prov_grid_nr8{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:901px){
.gxg_prov_grid_nr8{
grid-template-columns:repeat(6,1fr);
}
}
.gxg_rv_nr8{
padding:3rem 0;
background:#FDFAF6;
border-bottom:1px solid rgba(20,18,16,0.08);
border-top:1px solid rgba(20,18,16,0.08);
margin-top:24px;
}
@media(min-width:767px){
.gxg_rv_nr8{
padding:56px 0;
}
}
.gxg_rv_head_nr8{
gap:1rem;
margin-bottom:30px;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.gxg_rv_head_nr8{
gap:1.25rem;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.gxg_rv_eyebrow_nr8{
margin-bottom:10px;
}
.gxg_rv_h2_nr8{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
color:#1A1714;
line-height:1.05;
font-size:30px;
}
@media(min-width:769px){
.gxg_rv_h2_nr8{
font-size:2.375rem;
}
}
.gxg_rv_agg_nr8{
gap:0.75rem;
align-items:center;
display:flex;
}
.gxg_rv_agg_stars_nr8{
gap:3px;
color:#1A7A4A;
display:flex;
}
.gxg_rv_agg_stars_nr8 svg{
height:18px;
width:1.125rem;
}
.gxg_rv_source_nr8{
font-size:13px;
color:#7A7268;
}
.gxg_rv_grid_nr8{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:760px){
.gxg_rv_grid_nr8{
grid-template-columns:repeat(3,1fr);
}
}
.gxg_rv_card_nr8{
padding:1.625rem;
background:#F5F2ED;
border:1px solid rgba(20,18,16,0.08);
border-radius:14px;
min-width:0;
}
.gxg_rv_card_stars_nr8{
gap:2px;
display:flex;
margin-bottom:12px;
color:#1A7A4A;
}
.gxg_rv_card_stars_nr8 svg{
height:14px;
width:14px;
}
.gxg_rv_card_body_nr8{
color:#1A1714;
line-height:1.45;
font-weight:500;
font-size:1.125rem;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
margin-bottom:16px;
}
.gxg_rv_card_meta_nr8{
gap:10px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.gxg_rv_card_av_nr8{
background:linear-gradient(135deg,#22A862,#3DE88A);
border-radius:50%;
flex:0 0 auto;
width:32px;
height:2rem;
}
.gxg_rv_card_author_nr8{
color:#1A1714;
font-size:0.813rem;
font-weight:700;
}
.gxg_rv_card_loc_nr8{
color:#5C5650;
font-size:12px;
}
.gxg_op_nr8{
padding:36px 0 0.625rem;
}
.gxg_op_in_nr8{
padding:2rem;
grid-template-columns:1fr;
gap:32px;
border-radius:14px;
border:1px solid rgba(20,18,16,0.08);
background:#FDFAF6;
align-items:center;
display:grid;
}
@media(min-width:857px){
.gxg_op_in_nr8{
gap:44px;
grid-template-columns:.9fr 1.1fr;
padding:2.125rem 40px;
}
}
.gxg_op_left_nr8{
min-width:0;
}
.gxg_op_eyebrow_nr8{
margin-bottom:0.75rem;
}
.gxg_op_h2_nr8{
margin-bottom:10px;
font-weight:600;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#1A1714;
font-size:28px;
overflow-wrap:break-word;
line-height:1.08;
}
@media(min-width:770px){
.gxg_op_h2_nr8{
font-size:30px;
}
}
.gxg_op_text_nr8{
font-size:14px;
line-height:1.6;
color:#7A7268;
}
.gxg_op_grid_nr8{
background:rgba(20,18,16,0.15);
grid-template-columns:1fr 1fr;
border-radius:0.5rem;
overflow:hidden;
border:1px solid rgba(20,18,16,0.15);
gap:1px;
display:grid;
}
.gxg_op_field_nr8{
padding:1.125rem 20px;
background:#F5F2ED;
min-width:0;
}
.gxg_op_field_lb_nr8{
letter-spacing:.1em;
text-transform:uppercase;
margin-bottom:0.313rem;
font-size:0.625rem;
color:#1A7A4A;
font-weight:600;
}
.gxg_op_field_val_nr8{
font-size:0.875rem;
overflow-wrap:break-word;
color:#1A1714;
font-weight:700;
}
.gxg_tt_nr8{
padding:3rem 0 0.625rem;
}
@media(min-width:765px){
.gxg_tt_nr8{
padding:60px 0 0.625rem;
}
}
.gxg_tt_head_nr8{
margin-bottom:34px;
text-align:center;
}
.gxg_tt_eyebrow_nr8{
margin-bottom:0.75rem;
}
.gxg_tt_h2_nr8{
color:#1A1714;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
line-height:1.05;
font-size:2rem;
}
@media(min-width:771px){
.gxg_tt_h2_nr8{
font-size:2.625rem;
}
}
.gxg_tt_grid_nr8{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:762px){
.gxg_tt_grid_nr8{
grid-template-columns:repeat(3,1fr);
}
}
.gxg_tt_card_nr8{
background:#FDFAF6;
padding:1.875rem;
border:1px solid rgba(20,18,16,0.08);
border-radius:0.875rem;
flex-direction:column;
min-width:0;
display:flex;
}
.gxg_tt_card_ic_nr8{
margin-bottom:1.125rem;
display:inline-flex;
align-items:center;
color:#1A7A4A;
}
.gxg_tt_card_ic_nr8 svg{
width:28px;
height:1.75rem;
}
.gxg_tt_card_h_nr8{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#1A1714;
margin-bottom:0.5rem;
line-height:1.15;
overflow-wrap:break-word;
font-weight:600;
font-size:1.375rem;
}
.gxg_tt_card_p_nr8{
font-size:14px;
color:#7A7268;
overflow-wrap:break-word;
line-height:1.6;
margin-bottom:0.875rem;
}
.gxg_tt_card_p_nr8 b{
color:#1A1714;
font-weight:700;
}
.gxg_tt_card_link_nr8{
transition:color .22s ease;
align-self:flex-start;
margin-top:auto;
border-bottom:1px solid #1A7A4A;
font-weight:700;
font-size:13px;
padding-bottom:2px;
color:#1A1714;
}
.gxg_tt_card_link_nr8:hover{
color:#1A7A4A;
}
.gxg_pmt_nr8{
padding:48px 0 0.625rem;
}
.gxg_pmt_in_nr8{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:883px){
.gxg_pmt_in_nr8{
grid-template-columns:1fr 1.1fr;
gap:3rem;
}
}
.gxg_pmt_left_nr8{
min-width:0;
}
.gxg_pmt_eyebrow_nr8{
margin-bottom:0.75rem;
}
.gxg_pmt_h2_nr8{
font-weight:600;
color:#1A1714;
margin-bottom:0.75rem;
font-size:30px;
line-height:1.06;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
@media(min-width:769px){
.gxg_pmt_h2_nr8{
font-size:2rem;
}
}
.gxg_pmt_text_nr8{
line-height:1.6;
font-size:0.906rem;
margin-bottom:22px;
color:#7A7268;
}
.gxg_pmt_logos_nr8{
grid-template-columns:repeat(2,1fr);
gap:0.625rem;
display:grid;
}
@media(min-width:479px){
.gxg_pmt_logos_nr8{
grid-template-columns:repeat(4,1fr);
}
}
.gxg_pmt_logo_nr8{
overflow:hidden;
border:1px solid rgba(20,18,16,0.08);
border-radius:0.5rem;
background:#FDFAF6;
padding:0 8px;
justify-content:center;
text-overflow:ellipsis;
display:flex;
text-align:center;
height:50px;
font-weight:700;
align-items:center;
font-size:0.781rem;
color:#2E2A25;
white-space:nowrap;
}
.gxg_pmt_table_nr8{
border-radius:0.875rem;
overflow:hidden;
border:1px solid rgba(20,18,16,0.08);
min-width:0;
}
.gxg_pmt_thead_nr8{
grid-template-columns:1.4fr 1fr 1fr 1fr;
background:#1A1714;
display:grid;
}
.gxg_pmt_th_nr8{
padding:0.813rem 14px;
overflow:hidden;
font-weight:700;
text-overflow:ellipsis;
white-space:nowrap;
color:#F4FAF6;
text-transform:uppercase;
letter-spacing:.08em;
font-size:0.625rem;
}
.gxg_pmt_row_nr8{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(20,18,16,0.08);
}
.gxg_pmt_row_nr8:nth-child(odd){
background:#FDFAF6;
}
.gxg_pmt_td_nr8{
padding:14px;
overflow-wrap:break-word;
color:#7A7268;
min-width:0;
font-size:0.844rem;
}
.gxg_pmt_row_nr8 .gxg_pmt_td_nr8:first-child{
font-weight:700;
color:#1A1714;
}
.gxg_pmt_row_nr8 .gxg_pmt_td_nr8:last-child{
font-weight:700;
color:#1A7A4A;
}
.gxg_rc_nr8{
padding:48px 0 0.625rem;
}
.gxg_rc_in_nr8{
grid-template-columns:1fr;
gap:32px;
display:grid;
}
@media(min-width:762px){
.gxg_rc_in_nr8{
grid-template-columns:repeat(3,1fr);
gap:2.5rem;
}
}
.gxg_rc_col_nr8{
min-width:0;
}
.gxg_rc_label_nr8{
letter-spacing:.2em;
color:#1A7A4A;
text-transform:uppercase;
font-weight:600;
margin-bottom:16px;
font-size:0.688rem;
}
.gxg_rc_awards_nr8{
gap:12px;
display:flex;
flex-direction:column;
}
.gxg_rc_award_nr8{
gap:12px;
min-width:0;
display:flex;
align-items:center;
}
.gxg_rc_award_ic_nr8{
flex:0 0 auto;
color:#22A862;
align-items:center;
display:inline-flex;
}
.gxg_rc_award_ic_nr8 svg{
height:18px;
width:18px;
}
.gxg_rc_award_t_nr8{
overflow-wrap:break-word;
font-weight:700;
color:#1A1714;
font-size:14px;
}
.gxg_rc_award_s_nr8{
overflow-wrap:break-word;
color:#5C5650;
font-size:0.75rem;
}
.gxg_rc_press_nr8{
gap:0.625rem;
grid-template-columns:1fr 1fr;
display:grid;
}
.gxg_rc_press_logo_nr8{
border-radius:8px;
border:1px solid rgba(20,18,16,0.08);
padding:0 8px;
overflow:hidden;
height:3.25rem;
justify-content:center;
white-space:nowrap;
align-items:center;
color:#7A7268;
font-size:14px;
text-overflow:ellipsis;
display:flex;
font-weight:700;
text-align:center;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
.gxg_rc_partner_nr8{
padding:1.375rem;
border:1px solid rgba(20,18,16,0.08);
border-radius:0.875rem;
background:#FDFAF6;
}
.gxg_rc_partner_name_nr8{
font-size:1.25rem;
font-weight:600;
margin-bottom:0.375rem;
color:#1A1714;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
.gxg_rc_partner_text_nr8{
color:#7A7268;
line-height:1.55;
font-size:13px;
overflow-wrap:break-word;
}
.gxg_ts_nr8{
padding:2.75rem 0;
}
.gxg_ts_in_nr8{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:881px){
.gxg_ts_in_nr8{
gap:48px;
grid-template-columns:1.4fr 1fr;
}
}
.gxg_ts_left_nr8{
min-width:0;
}
.gxg_ts_h2_nr8{
margin-bottom:12px;
font-weight:600;
line-height:1.1;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#F4FAF6;
font-size:1.625rem;
}
@media(min-width:769px){
.gxg_ts_h2_nr8{
font-size:28px;
}
}
.gxg_ts_text_nr8{
margin-bottom:1.375rem;
color:#9DBFAA;
font-size:14.5px;
max-width:520px;
line-height:1.6;
}
.gxg_ts_badges_nr8{
gap:18px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.gxg_ts_badge_nr8{
font-weight:600;
color:#9DBFAA;
font-size:0.813rem;
}
.gxg_ts_pay_nr8{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
@media(min-width:877px){
.gxg_ts_pay_nr8{
justify-content:flex-end;
}
}
.gxg_ts_pay_chip_nr8{
background:rgba(244,250,246,0.07);
border-radius:0.875rem;
padding:12px 1rem;
border:1px solid rgba(244,250,246,0.13);
color:#F4FAF6;
font-weight:700;
font-size:0.875rem;
}
.gxg_hts_nr8{
padding:3rem 0;
}
@media(min-width:765px){
.gxg_hts_nr8{
padding:62px 0;
}
}
.gxg_hts_head_nr8{
gap:18px;
margin-bottom:34px;
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.gxg_hts_head_nr8{
gap:24px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.gxg_hts_eyebrow_nr8{
margin-bottom:12px;
}
.gxg_hts_h2_nr8{
font-weight:600;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
overflow-wrap:break-word;
color:#F4FAF6;
font-size:1.875rem;
}
@media(min-width:769px){
.gxg_hts_h2_nr8{
font-size:38px;
}
}
.gxg_hts_cta_nr8{
padding:15px 30px;
transition:opacity .22s ease;
flex:0 0 auto;
background:#3DE88A;
border-radius:62.438rem;
font-weight:700;
color:#0F1A14;
font-size:15px;
}
.gxg_hts_cta_nr8:hover{
opacity:.9;
}
.gxg_hts_grid_nr8{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:762px){
.gxg_hts_grid_nr8{
grid-template-columns:repeat(3,1fr);
}
}
.gxg_hts_step_nr8{
min-width:0;
border-top:1px solid rgba(244,250,246,0.13);
padding-top:22px;
}
.gxg_hts_step_num_nr8{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:2.75rem;
line-height:1;
font-weight:700;
color:#3DE88A;
margin-bottom:14px;
}
.gxg_hts_step_h_nr8{
line-height:1.2;
margin-bottom:8px;
overflow-wrap:break-word;
font-weight:700;
font-size:19px;
color:#F4FAF6;
}
.gxg_hts_step_p_nr8{
color:#9DBFAA;
overflow-wrap:break-word;
line-height:1.55;
font-size:0.875rem;
}
.gxg_el_nr8{
padding:48px 0;
}
@media(min-width:771px){
.gxg_el_nr8{
padding:56px 0;
}
}
.gxg_el_in_nr8{
grid-template-columns:1fr;
gap:40px;
display:grid;
align-items:start;
}
@media(min-width:900px){
.gxg_el_in_nr8{
grid-template-columns:1fr 1fr;
gap:3.5rem;
}
}
.gxg_el_left_nr8{
min-width:0;
}
.gxg_el_eyebrow_nr8{
margin-bottom:0.875rem;
}
.gxg_el_h2_nr8{
margin-bottom:1.375rem;
overflow-wrap:break-word;
line-height:1.08;
font-size:32px;
font-weight:600;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#1A1714;
}
@media(min-width:771px){
.gxg_el_h2_nr8{
font-size:2.375rem;
}
}
.gxg_el_body_nr8 p{
font-size:16px;
line-height:1.7;
margin-bottom:18px;
overflow-wrap:break-word;
color:#2E2A25;
}
.gxg_el_dropcap_nr8{
padding:6px 12px 0 0;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#1A7A4A;
font-size:62px;
font-weight:700;
float:left;
line-height:.8;
}
.gxg_el_right_nr8{
min-width:0;
}
.gxg_el_quote_nr8{
border-radius:1.25rem;
padding:2.25rem;
background:linear-gradient(150deg,#0F1A14,#080E0A);
position:relative;
color:#F4FAF6;
margin-bottom:24px;
}
.gxg_el_quote_mark_nr8{
display:inline-flex;
align-items:center;
margin-bottom:6px;
color:#3DE88A;
}
.gxg_el_quote_mark_nr8 svg{
width:34px;
height:2.125rem;
}
.gxg_el_quote_text_nr8{
color:#F4FAF6;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
margin-bottom:1.375rem;
font-weight:500;
font-size:22px;
line-height:1.4;
}
.gxg_el_quote_meta_nr8{
gap:0.75rem;
align-items:center;
display:flex;
}
.gxg_el_quote_av_nr8{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#22A862,#3DE88A);
height:2.375rem;
width:2.375rem;
}
.gxg_el_quote_author_nr8{
font-weight:700;
font-size:0.875rem;
color:#F4FAF6;
}
.gxg_el_quote_meta_sub_nr8{
font-size:12px;
color:#9DBFAA;
}
.gxg_el_explain_nr8{
border-radius:0.875rem;
overflow:hidden;
border:1px solid rgba(20,18,16,0.08);
}
.gxg_el_explain_card_nr8{
padding:1.375rem 24px;
}
.gxg_el_explain_card_nr8+.gxg_el_explain_card_nr8{
border-top:1px solid rgba(20,18,16,0.08);
}
.gxg_el_explain_h_nr8{
overflow-wrap:break-word;
font-weight:600;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
margin-bottom:8px;
color:#1A1714;
line-height:1.15;
font-size:20px;
}
.gxg_el_explain_p_nr8{
overflow-wrap:break-word;
color:#7A7268;
line-height:1.55;
font-size:0.875rem;
}
.gxg_sg_nr8{
padding:3rem 0 10px;
}
.gxg_sg_eyebrow_nr8{
display:block;
margin-bottom:0.75rem;
}
.gxg_sg_h2_nr8{
font-weight:600;
color:#1A1714;
margin-bottom:28px;
line-height:1.05;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:1.875rem;
overflow-wrap:break-word;
}
@media(min-width:768px){
.gxg_sg_h2_nr8{
font-size:36px;
}
}
.gxg_sg_grid_nr8{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:720px){
.gxg_sg_grid_nr8{
grid-template-columns:repeat(3,1fr);
}
}
.gxg_sg_col_nr8{
min-width:0;
}
.gxg_sg_col_h_nr8{
margin-bottom:0.625rem;
line-height:1.15;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:1.375rem;
color:#1A1714;
overflow-wrap:break-word;
font-weight:600;
}
.gxg_sg_col_p_nr8{
line-height:1.65;
font-size:14px;
overflow-wrap:break-word;
color:#7A7268;
}
.gxg_lh_nr8{
padding:2.5rem 0 20px;
}
.gxg_lh_in_nr8{
padding-top:34px;
border-top:1px solid rgba(20,18,16,0.15);
}
.gxg_lh_eyebrow_nr8{
margin-bottom:22px;
display:block;
}
.gxg_lh_grid_nr8{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:599px){
.gxg_lh_grid_nr8{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:961px){
.gxg_lh_grid_nr8{
grid-template-columns:repeat(5,1fr);
}
}
.gxg_lh_col_nr8{
min-width:0;
}
.gxg_lh_col_h_nr8{
overflow-wrap:break-word;
color:#1A1714;
font-size:13px;
font-weight:700;
margin-bottom:0.75rem;
}
.gxg_lh_links_nr8{
gap:0.5rem;
display:flex;
flex-direction:column;
}
.gxg_lh_link_nr8{
transition:color .22s ease;
color:#7A7268;
overflow-wrap:break-word;
font-size:0.813rem;
}
.gxg_lh_link_nr8:hover{
color:#1A7A4A;
}
.gxg_sb_nr8{
background:#FDFAF6;
padding:3rem 0;
border-bottom:1px solid rgba(20,18,16,0.08);
border-top:1px solid rgba(20,18,16,0.08);
margin-top:24px;
}
@media(min-width:768px){
.gxg_sb_nr8{
padding:56px 0;
}
}
.gxg_sb_eyebrow_nr8{
margin-bottom:12px;
display:block;
}
.gxg_sb_h2_nr8{
font-weight:600;
overflow-wrap:break-word;
color:#1A1714;
font-size:1.875rem;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
margin-bottom:26px;
}
@media(min-width:771px){
.gxg_sb_h2_nr8{
font-size:36px;
}
}
.gxg_sb_grid_nr8{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:563px){
.gxg_sb_grid_nr8{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:958px){
.gxg_sb_grid_nr8{
grid-template-columns:repeat(4,1fr);
}
}
.gxg_sb_card_nr8{
background:#F5F2ED;
padding:24px;
border:1px solid rgba(20,18,16,0.08);
border-radius:0.875rem;
min-width:0;
}
.gxg_sb_card_h_nr8{
color:#1A1714;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:8px;
font-size:19px;
line-height:1.15;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
.gxg_sb_card_p_nr8{
color:#7A7268;
overflow-wrap:break-word;
line-height:1.6;
font-size:13.5px;
}
.gxg_sb_rtp_nr8{
border-radius:14px;
grid-template-columns:1fr;
padding:1.625rem 28px;
border:1px solid rgba(20,18,16,0.08);
background:#F5F2ED;
gap:1.5rem;
display:grid;
margin-top:1.125rem;
align-items:center;
}
@media(min-width:761px){
.gxg_sb_rtp_nr8{
gap:2.5rem;
grid-template-columns:1fr 1fr;
}
}
.gxg_sb_rtp_h_nr8{
color:#1A1714;
font-size:20px;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
line-height:1.15;
font-weight:600;
margin-bottom:8px;
}
.gxg_sb_rtp_p_nr8{
overflow-wrap:break-word;
color:#7A7268;
line-height:1.6;
font-size:0.844rem;
}
.gxg_sb_rtp_stats_nr8{
gap:1rem;
display:flex;
}
.gxg_sb_stat_nr8{
flex:1 1 0;
padding:18px;
border-radius:8px;
background:#FDFAF6;
text-align:center;
min-width:0;
}
.gxg_sb_stat_v_nr8{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#1A7A4A;
font-size:1.625rem;
font-weight:700;
overflow-wrap:break-word;
}
.gxg_sb_stat_l_nr8{
font-size:0.719rem;
color:#5C5650;
margin-top:0.25rem;
}
.gxg_gd_nr8{
padding:3rem 0 0.625rem;
}
.gxg_gd_head_nr8{
gap:14px;
flex-direction:column;
margin-bottom:24px;
display:flex;
}
@media(min-width:682px){
.gxg_gd_head_nr8{
gap:1.25rem;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.gxg_gd_eyebrow_nr8{
margin-bottom:0.625rem;
}
.gxg_gd_h2_nr8{
overflow-wrap:break-word;
font-size:28px;
font-weight:600;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#1A1714;
line-height:1.05;
}
@media(min-width:769px){
.gxg_gd_h2_nr8{
font-size:2.125rem;
}
}
.gxg_gd_more_nr8{
flex:0 0 auto;
transition:color .22s ease,border-color .22s ease;
font-weight:600;
color:#1A1714;
border-bottom:1px solid #1A1714;
padding-bottom:2px;
font-size:0.844rem;
}
.gxg_gd_more_nr8:hover{
border-color:#1A7A4A;
color:#1A7A4A;
}
.gxg_gd_grid_nr8{
grid-template-columns:1fr;
gap:1.25rem;
display:grid;
}
@media(min-width:721px){
.gxg_gd_grid_nr8{
grid-template-columns:repeat(3,1fr);
}
}
.gxg_gd_card_nr8{
border:1px solid rgba(20,18,16,0.08);
background:#FDFAF6;
border-radius:0.875rem;
overflow:hidden;
display:block;
min-width:0;
}
.gxg_gd_card_img_nr8{
background:linear-gradient(140deg,#0F1A14,#1A7A4A);
height:150px;
}
.gxg_gd_card_body_nr8{
padding:1.375rem;
}
.gxg_gd_card_cat_nr8{
font-size:10px;
font-weight:600;
text-transform:uppercase;
color:#1A7A4A;
letter-spacing:.1em;
}
.gxg_gd_card_h_nr8{
margin:0.5rem 0 10px;
color:#1A1714;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:1.188rem;
line-height:1.2;
font-weight:600;
}
.gxg_gd_card_meta_nr8{
overflow-wrap:break-word;
font-size:12px;
color:#5C5650;
}
.gxg_faq_nr8{
background:#FDFAF6;
padding:3rem 0;
border-bottom:1px solid rgba(20,18,16,0.08);
margin-top:1.5rem;
border-top:1px solid rgba(20,18,16,0.08);
}
@media(min-width:770px){
.gxg_faq_nr8{
padding:3.875rem 0;
}
}
.gxg_faq_head_nr8{
margin-bottom:2.125rem;
text-align:center;
}
.gxg_faq_eyebrow_nr8{
margin-bottom:0.75rem;
}
.gxg_faq_h2_nr8{
color:#1A1714;
font-size:32px;
overflow-wrap:break-word;
line-height:1.05;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
@media(min-width:771px){
.gxg_faq_h2_nr8{
font-size:2.375rem;
}
}
.gxg_faq_list_nr8{
margin:0 auto;
gap:0.75rem;
max-width:51.25rem;
flex-direction:column;
display:flex;
}
.gxg_faq_item_nr8{
border:1px solid rgba(20,18,16,0.08);
background:#F5F2ED;
overflow:hidden;
border-radius:14px;
}
.gxg_faq_q_nr8{
gap:1.25rem;
padding:20px 1.5rem;
list-style:none;
cursor:pointer;
font-weight:700;
display:flex;
font-size:16px;
color:#1A1714;
align-items:center;
overflow-wrap:break-word;
justify-content:space-between;
}
.gxg_faq_q_nr8::-webkit-details-marker{
display:none;
}
.gxg_faq_q_ic_nr8{
flex:0 0 auto;
transition:transform .22s ease;
align-items:center;
color:#1A7A4A;
display:inline-flex;
}
.gxg_faq_q_ic_nr8 svg{
height:18px;
width:1.125rem;
}
.gxg_faq_item_nr8[open] .gxg_faq_q_ic_nr8{
transform:rotate(180deg);
}
.gxg_faq_a_nr8{
padding:0 1.5rem 20px;
overflow-wrap:break-word;
line-height:1.6;
color:#7A7268;
font-size:14.5px;
}
.gxg_ft_nr8{
background:#1A1714;
color:#9DBFAA;
margin-top:2.5rem;
}
.gxg_ft_in_nr8{
padding:48px 0 28px;
gap:32px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:598px){
.gxg_ft_in_nr8{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:897px){
.gxg_ft_in_nr8{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.gxg_ft_brand_nr8{
min-width:0;
}
.gxg_ft_logo_nr8{
font-weight:700;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:1.625rem;
overflow-wrap:break-word;
color:#F4FAF6;
}
.gxg_ft_tagline_nr8{
margin-top:14px;
line-height:1.6;
font-size:13.5px;
max-width:17.5rem;
color:#9DBFAA;
}
.gxg_ft_contact_nr8{
transition:color .22s ease;
margin-top:12px;
max-width:280px;
overflow-wrap:anywhere;
display:inline-block;
font-size:0.813rem;
color:#3DE88A;
}
.gxg_ft_contact_nr8:hover{
color:#F4FAF6;
}
.gxg_ft_col_nr8{
min-width:0;
}
.gxg_ft_col_h_nr8{
font-weight:700;
margin-bottom:0.875rem;
text-transform:uppercase;
letter-spacing:.08em;
overflow-wrap:break-word;
color:#F4FAF6;
font-size:13px;
}
.gxg_ft_col_links_nr8{
gap:10px;
display:flex;
flex-direction:column;
}
.gxg_ft_link_nr8{
transition:color .22s ease;
color:#9DBFAA;
overflow-wrap:break-word;
font-size:13.5px;
}
.gxg_ft_link_nr8:hover{
color:#F4FAF6;
}
.gxg_ft_bot_nr8{
padding:1.375rem 0 40px;
gap:16px;
display:flex;
flex-direction:column;
border-top:1px solid rgba(244,250,246,0.13);
}
@media(min-width:766px){
.gxg_ft_bot_nr8{
gap:20px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.gxg_ft_legal_nr8{
overflow-wrap:break-word;
color:#A89F94;
line-height:1.6;
max-width:47.5rem;
font-size:11.5px;
}
.gxg_ft_legal_nr8 b{
font-weight:700;
color:#9DBFAA;
}
.gxg_ft_age_nr8{
flex:0 0 auto;
border:1.5px solid #3DE88A;
padding:0.25rem 9px;
border-radius:0.5rem;
color:#3DE88A;
font-weight:700;
font-size:0.813rem;
}