*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F2EE;
color:#2E2B26;
line-height:1.6;
font-family:"Inter", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
text-rendering:optimizeLegibility;
font-size:15px;
overflow-wrap:break-word;
-webkit-font-smoothing:antialiased;
}
img{
max-width:100%;
display:block;
}
a{
color:inherit;
text-decoration:none;
}
button{
border:none;
background:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
width:8px;
height:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(0, 0, 0, 0.52);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.sgn-layout-6x9{
flex-direction:column;
min-height:100vh;
display:flex;
}
.sgn-main-6x9{
flex:1 1 auto;
width:100%;
min-width:0;
}
.sgn-container-6x9{
padding:0 16px;
margin:0 auto;
width:100%;
max-width:1400px;
}
@media(min-width:771px){
.sgn-container-6x9{
padding:0 32px;
}
}
@media(min-width:1099px){
.sgn-container-6x9{
padding:0 3.5rem;
}
}
.sgn-eyebrow-6x9{
font-size:11px;
line-height:1.4;
overflow-wrap:break-word;
text-transform:uppercase;
font-weight:600;
letter-spacing:.2em;
color:#0E8F5C;
display:inline-block;
font-family:"Inter", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.sgn-band-6x9{
background:#0F1A14;
color:#F0EDE7;
}
.sgn-band-6x9 .sgn-eyebrow-6x9{
color:#3DDFA0;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.sgn-tb-6x9{
background:#F5F2EE;
top:0;
z-index:50;
border-bottom:1px solid rgba(20, 18, 14, 0.15);
position:sticky;
}
.sgn-tb_in-6x9{
gap:1rem;
margin:0 auto;
padding:0.75rem 1rem;
justify-content:space-between;
display:flex;
max-width:87.5rem;
width:100%;
align-items:center;
}
@media(min-width:765px){
.sgn-tb_in-6x9{
padding:16px 2rem;
}
}
@media(min-width:1102px){
.sgn-tb_in-6x9{
padding:1.125rem 3.5rem;
}
}
.sgn-tb_left-6x9{
gap:28px;
min-width:0;
align-items:center;
display:flex;
}
.sgn-tb_logo-6x9{
gap:0.688rem;
display:flex;
align-items:center;
min-width:0;
}
.sgn-tb_logo_mark-6x9{
flex:0 0 auto;
border-radius:8px;
width:34px;
object-fit:cover;
height:2.125rem;
}
.sgn-tb_logo_txt-6x9{
line-height:1;
flex-direction:column;
min-width:0;
display:flex;
}
.sgn-tb_logo_name-6x9{
overflow:hidden;
letter-spacing:.02em;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-size:22px;
text-overflow:ellipsis;
color:#1A1714;
font-weight:700;
white-space:nowrap;
}
.sgn-tb_logo_sub-6x9{
overflow:hidden;
font-size:0.531rem;
text-transform:uppercase;
color:#0E8F5C;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:600;
letter-spacing:.32em;
margin-top:0.25rem;
}
.sgn-tb_nav-6x9{
display:none;
}
@media(min-width:961px){
.sgn-tb_nav-6x9{
gap:1.75rem;
display:flex;
align-items:center;
}
}
.sgn-tb_nav_item-6x9{
transition:color .22s ease,border-color .22s ease;
font-size:14px;
white-space:nowrap;
padding-bottom:3px;
border-bottom:2px solid transparent;
font-weight:600;
color:#2E2B26;
}
.sgn-tb_nav_item-6x9:hover{
color:#1A1714;
}
.sgn-tb_nav_item-6x9.sgn-state_active-6x9{
border-color:#0E8F5C;
color:#1A1714;
}
.sgn-tb_right-6x9{
flex:0 0 auto;
gap:14px;
display:flex;
align-items:center;
}
.sgn-tb_search-6x9{
transition:color .22s ease;
color:#2E2B26;
align-items:center;
display:flex;
justify-content:center;
}
.sgn-tb_search-6x9:hover{
color:#0E8F5C;
}
.sgn-tb_search-6x9 svg{
width:18px;
height:18px;
}
.sgn-tb_lang-6x9{
font-size:0.688rem;
text-transform:uppercase;
color:#5C5750;
letter-spacing:.1em;
font-weight:600;
}
.sgn-tb_lang-6x9:hover{
color:#1A1714;
}
.sgn-tb_login-6x9{
display:none;
font-size:0.875rem;
color:#1A1714;
font-weight:600;
}
@media(min-width:769px){
.sgn-tb_login-6x9{
display:inline-block;
}
}
.sgn-tb_register-6x9{
transition:background-color .22s ease;
padding:0.688rem 22px;
border-radius:999px;
background:#0F1A14;
white-space:nowrap;
font-size:0.875rem;
font-weight:700;
color:#F0EDE7;
}
.sgn-tb_register-6x9:hover{
background:#1A2E20;
}
.sgn-mob-6x9{
background:#F5F2EE;
position:fixed;
border-top:1px solid rgba(20, 18, 14, 0.15);
bottom:0;
z-index:60;
right:0;
left:0;
padding-bottom:env(safe-area-inset-bottom);
}
@media(min-width:961px){
.sgn-mob-6x9{
display:none;
}
}
.sgn-mob_in-6x9{
margin:0 auto;
max-width:35rem;
align-items:stretch;
justify-content:space-around;
display:flex;
}
.sgn-mob_item-6x9{
transition:color .22s ease;
flex:1 1 0;
gap:3px;
padding:0.563rem 0.25rem;
flex-direction:column;
color:#5C5750;
min-width:0;
align-items:center;
display:flex;
}
.sgn-mob_item-6x9.sgn-state_active-6x9{
color:#0E8F5C;
}
.sgn-mob_ic-6x9{
align-items:center;
display:flex;
justify-content:center;
}
.sgn-mob_ic-6x9 svg{
height:1.25rem;
width:1.25rem;
}
.sgn-mob_lb-6x9{
overflow:hidden;
font-weight:600;
text-overflow:ellipsis;
font-size:10px;
white-space:nowrap;
max-width:100%;
}
@media(max-width:962px){
body{
padding-bottom:3.75rem;
}
}
.sgn-rail-6x9{
min-width:0;
position:relative;
}
.sgn-rail_scroll-6x9{
gap:14px;
padding-bottom:0.875rem;
-webkit-overflow-scrolling:touch;
display:flex;
scrollbar-width:thin;
overflow-x:auto;
}
@media(min-width:768px){
.sgn-rail_scroll-6x9{
gap:1.125rem;
}
}
.sgn-gc-6x9{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:770px){
.sgn-gc-6x9{
width:188px;
}
}
.sgn-gc_img-6x9{
background:#FDFBF8;
overflow:hidden;
border-radius:0.875rem;
position:relative;
box-shadow:0 2px 0.375rem rgba(20, 18, 14, 0.07), 0 8px 24px rgba(20, 18, 14, 0.09);
padding-bottom:133.33%;
}
.sgn-gc_img-6x9 img{
inset:0;
height:100%;
width:100%;
position:absolute;
object-fit:cover;
}
.sgn-gc_cover-6x9{
background:linear-gradient(160deg,transparent 55%,rgba(0, 0, 0, 0.52));
inset:0;
position:absolute;
pointer-events:none;
}
.sgn-gc_hover-6x9{
transition:opacity .22s ease;
background:rgba(0, 0, 0, 0.52);
inset:0;
justify-content:center;
display:flex;
opacity:0;
align-items:center;
position:absolute;
}
.sgn-gc-6x9:hover .sgn-gc_hover-6x9{
opacity:1;
}
.sgn-gc_hover_btn-6x9{
background:#0F1A14;
border-radius:999px;
width:2.875rem;
color:#F0EDE7;
align-items:center;
justify-content:center;
display:flex;
height:2.875rem;
}
.sgn-gc_hover_btn-6x9 svg{
height:1.125rem;
width:18px;
}
.sgn-gc_info-6x9{
gap:2px;
display:flex;
min-width:0;
margin-top:9px;
flex-direction:column;
}
.sgn-gc_name-6x9{
overflow:hidden;
font-size:13px;
white-space:nowrap;
font-weight:700;
color:#1A1714;
text-overflow:ellipsis;
}
.sgn-gc_prov-6x9{
overflow:hidden;
white-space:nowrap;
font-size:0.688rem;
color:#5C5750;
text-overflow:ellipsis;
}
.sgn-gc_meta-6x9{
color:#5C5750;
font-size:11px;
}
.sgn-tc-6x9{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:769px){
.sgn-tc-6x9{
width:14.375rem;
}
}
.sgn-tc_img-6x9{
overflow:hidden;
border-radius:0.875rem;
background:#FDFBF8;
position:relative;
padding-bottom:75%;
box-shadow:0 2px 6px rgba(20, 18, 14, 0.07), 0 0.5rem 1.5rem rgba(20, 18, 14, 0.09);
}
.sgn-tc_img-6x9 img{
inset:0;
width:100%;
position:absolute;
height:100%;
object-fit:cover;
}
.sgn-tc_info-6x9{
gap:2px;
margin-top:9px;
flex-direction:column;
min-width:0;
display:flex;
}
.sgn-tc_name-6x9{
overflow:hidden;
font-size:14px;
white-space:nowrap;
color:#1A1714;
text-overflow:ellipsis;
font-weight:700;
}
.sgn-tc_rtp-6x9{
font-size:0.688rem;
color:#5C5750;
}
.sgn-lc-6x9{
flex:0 0 auto;
width:14.375rem;
display:block;
}
@media(min-width:766px){
.sgn-lc-6x9{
width:16.75rem;
}
}
.sgn-lc_img-6x9{
border-radius:14px;
background:#FDFBF8;
overflow:hidden;
padding-bottom:62.5%;
position:relative;
box-shadow:0 2px 0.375rem rgba(20, 18, 14, 0.07), 0 0.5rem 1.5rem rgba(20, 18, 14, 0.09);
}
.sgn-lc_img-6x9 img{
inset:0;
object-fit:cover;
width:100%;
position:absolute;
height:100%;
}
.sgn-lc_live-6x9{
gap:7px;
background:rgba(0, 0, 0, 0.52);
padding:4px 0.563rem;
border-radius:999px;
top:12px;
align-items:center;
position:absolute;
left:12px;
display:flex;
}
.sgn-lc_live_dot-6x9{
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
background:#D93D3D;
height:0.5rem;
width:8px;
}
.sgn-lc_seats-6x9{
letter-spacing:.08em;
color:#F0EDE7;
text-transform:uppercase;
font-size:0.625rem;
font-weight:600;
}
.sgn-lc_info-6x9{
gap:2px;
flex-direction:column;
display:flex;
min-width:0;
margin-top:9px;
}
.sgn-lc_name-6x9{
overflow:hidden;
text-overflow:ellipsis;
color:#1A1714;
font-size:0.938rem;
font-weight:700;
white-space:nowrap;
}
.sgn-lc_bet-6x9{
font-size:11px;
color:#5C5750;
}
.sgn-pc-6x9{
border:1px solid rgba(20, 18, 14, 0.08);
background:#FDFBF8;
border-radius:0.875rem;
padding:16px 14px;
gap:8px;
display:flex;
align-items:center;
justify-content:center;
min-height:4.625rem;
flex-direction:column;
min-width:0;
}
.sgn-pc_logo-6x9{
flex:0 0 auto;
height:28px;
max-width:100%;
width:auto;
object-fit:contain;
}
.sgn-pc_name-6x9{
overflow:hidden;
text-overflow:ellipsis;
color:#5C5750;
white-space:nowrap;
max-width:100%;
font-size:11px;
text-align:center;
}
.sgn-gc_tag-6x9{
padding:3px 8px;
border-radius:8px;
z-index:2;
position:absolute;
text-transform:uppercase;
letter-spacing:.06em;
top:0.625rem;
display:inline-block;
left:0.625rem;
font-weight:700;
font-size:0.625rem;
}
.sgn-gc_tag_hot-6x9{
background:#D93D3D;
color:#F0EDE7;
}
.sgn-gc_tag_new-6x9{
background:#2BC E85;
color:#0F0D0A;
}
.sgn-gc_tag_jp-6x9{
background:#D4A017;
color:#0F0D0A;
}
.sgn-gc_tag_live-6x9{
background:#D93D3D;
color:#F0EDE7;
}
.sgn-sh-6x9{
min-width:0;
margin-bottom:1.125rem;
}
.sgn-sh_row-6x9{
gap:1rem;
display:flex;
flex-wrap:wrap;
align-items:flex-end;
justify-content:space-between;
}
.sgn-sh_row-6x9 .sgn-sh_l-6x9{
gap:0.375rem;
display:flex;
min-width:0;
flex-direction:column;
}
.sgn-sh_stack-6x9{
gap:10px;
display:flex;
align-items:flex-start;
flex-direction:column;
}
.sgn-sh_center-6x9{
gap:0.625rem;
flex-direction:column;
text-align:center;
align-items:center;
display:flex;
}
.sgn-sh_h2-6x9{
font-size:24px;
overflow-wrap:break-word;
color:#1A1714;
font-weight:600;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
line-height:1.1;
}
@media(min-width:765px){
.sgn-sh_h2-6x9{
font-size:1.875rem;
}
}
.sgn-band-6x9 .sgn-sh_h2-6x9{
color:#F0EDE7;
}
.sgn-sh_eb_line-6x9{
gap:10px;
display:inline-flex;
align-items:center;
}
.sgn-sh_eb_line-6x9::before{
background:#0E8F5C;
display:inline-block;
content:"";
height:1px;
width:1.75rem;
}
.sgn-band-6x9 .sgn-sh_eb_line-6x9::before{
background:#3DDFA0;
}
.sgn-sh_eb_dot-6x9{
gap:0.5rem;
display:inline-flex;
align-items:center;
}
.sgn-sh_eb_dot-6x9::before{
background:#0E8F5C;
border-radius:50%;
width:6px;
height:6px;
display:inline-block;
content:"";
}
.sgn-band-6x9 .sgn-sh_eb_dot-6x9::before{
background:#3DDFA0;
}
.sgn-sh_link-6x9{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:0.375rem;
font-weight:600;
display:inline-flex;
white-space:nowrap;
color:#1A1714;
align-items:center;
border-bottom:1px solid #1A1714;
font-size:13px;
padding-bottom:2px;
}
.sgn-sh_link-6x9:hover{
border-color:#0E8F5C;
color:#0E8F5C;
}
.sgn-sh_link-6x9 svg{
height:0.875rem;
width:14px;
}
.sgn-sh_link_chev-6x9{
padding-bottom:0;
border-bottom:0;
}
.sgn-sh_link_btn-6x9{
border-radius:999px;
background:#0F1A14;
padding:0.563rem 1.125rem;
color:#F0EDE7;
border-bottom:0;
}
.sgn-sh_link_btn-6x9:hover{
border-color:transparent;
background:#1A2E20;
color:#F0EDE7;
}
.sgn-band-6x9 .sgn-sh_link-6x9{
border-color:#F0EDE7;
color:#F0EDE7;
}
.sgn-band-6x9 .sgn-sh_link_btn-6x9{
background:#3DDFA0;
color:#0F0D0A;
}
.sgn-sh_rule-6x9{
margin:-2px 0 1.125rem;
background:rgba(20, 18, 14, 0.15);
height:1px;
}
.sgn-band-6x9 .sgn-sh_rule-6x9{
background:rgba(255, 252, 245, 0.13);
}
.sgn-hero-6x9{
padding:2rem 0 8px;
}
@media(min-width:771px){
.sgn-hero-6x9{
padding:56px 0 1.5rem;
}
}
.sgn-hero_in-6x9{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:center;
}
@media(min-width:902px){
.sgn-hero_in-6x9{
gap:48px;
grid-template-columns:1.05fr .95fr;
}
}
.sgn-hero_copy-6x9{
min-width:0;
}
.sgn-hero_eyebrow-6x9{
gap:10px;
align-items:center;
display:inline-flex;
margin-bottom:1.375rem;
}
.sgn-hero_eyebrow_line-6x9{
flex:0 0 auto;
background:#0E8F5C;
display:inline-block;
height:1px;
width:1.75rem;
}
.sgn-hero_h1-6x9{
margin-bottom:1.25rem;
overflow-wrap:break-word;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
color:#1A1714;
font-size:2.375rem;
font-weight:600;
line-height:1.04;
letter-spacing:-.01em;
}
@media(min-width:765px){
.sgn-hero_h1-6x9{
font-size:3.375rem;
}
}
@media(min-width:1102px){
.sgn-hero_h1-6x9{
font-size:3.875rem;
}
}
.sgn-hero_h1-6x9 em{
color:#0E8F5C;
font-style:normal;
}
.sgn-hero_sub-6x9{
color:#7A7469;
font-size:16px;
max-width:480px;
margin-bottom:30px;
line-height:1.6;
}
@media(min-width:765px){
.sgn-hero_sub-6x9{
font-size:1.125rem;
}
}
.sgn-hero_actions-6x9{
gap:14px;
margin-bottom:2.125rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.sgn-hero_cta-6x9{
background:#0F1A14;
border-radius:62.438rem;
gap:0.625rem;
transition:background-color .22s ease;
padding:1rem 1.875rem;
display:inline-flex;
font-weight:700;
align-items:center;
font-size:15px;
color:#F0EDE7;
}
.sgn-hero_cta-6x9:hover{
background:#1A2E20;
}
.sgn-hero_cta_ic-6x9{
display:inline-flex;
align-items:center;
}
.sgn-hero_cta_ic-6x9 svg{
width:16px;
height:16px;
}
.sgn-hero_cta_alt-6x9{
transition:border-color .22s ease,color .22s ease;
border:1px solid rgba(20, 18, 14, 0.15);
background:transparent;
border-radius:999px;
padding:0.938rem 26px;
font-size:0.938rem;
color:#1A1714;
font-weight:600;
align-items:center;
display:inline-flex;
}
.sgn-hero_cta_alt-6x9:hover{
border-color:#0E8F5C;
color:#0E8F5C;
}
.sgn-hero_trust-6x9{
gap:1.375rem;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.sgn-hero_trust_item-6x9{
gap:9px;
font-size:0.813rem;
color:#2E2B26;
display:flex;
align-items:center;
font-weight:600;
}
.sgn-hero_trust_ic-6x9{
display:inline-flex;
color:#0E8F5C;
align-items:center;
}
.sgn-hero_trust_ic-6x9 svg{
width:1rem;
height:1rem;
}
.sgn-hero_promo-6x9{
background:#FDFBF8;
border-radius:20px;
overflow:hidden;
position:relative;
min-height:300px;
display:flex;
box-shadow:0 12px 48px rgba(20, 18, 14, 0.14), 0 3px 10px rgba(20, 18, 14, 0.08);
}
.sgn-hero_promo_bg-6x9{
inset:0;
background-size:cover;
position:absolute;
background-position:center;
}
.sgn-hero_promo_bg-6x9::after{
inset:0;
background:linear-gradient(120deg,#0F1A14 0%,rgba(0, 0, 0, 0.52) 55%,transparent 100%);
position:absolute;
content:"";
}
.sgn-hero_promo_glow-6x9{
background:radial-gradient(circle,rgba(16, 130, 80, 0.18) 0%,transparent 65%);
border-radius:50%;
top:-2.5rem;
position:absolute;
pointer-events:none;
width:260px;
right:-20px;
height:16.25rem;
}
.sgn-hero_promo_ct-6x9{
padding:28px;
align-self:flex-end;
z-index:2;
max-width:88%;
position:relative;
}
.sgn-hero_promo_label-6x9{
letter-spacing:.25em;
font-weight:700;
color:#3DDFA0;
font-size:10px;
margin-bottom:8px;
display:block;
text-transform:uppercase;
}
.sgn-hero_promo_amount-6x9{
font-weight:600;
font-size:2rem;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.05;
color:#F0EDE7;
}
@media(min-width:767px){
.sgn-hero_promo_amount-6x9{
font-size:2.5rem;
}
}
.sgn-hero_promo_amount-6x9 em{
font-style:normal;
color:#3DDFA0;
}
.sgn-hero_rating-6x9{
gap:0.625rem;
border:1px solid rgba(20, 18, 14, 0.08);
padding:0.625rem 0.875rem;
background:#FDFBF8;
border-radius:0.875rem;
display:flex;
align-items:center;
top:14px;
z-index:3;
box-shadow:0 2px 6px rgba(20, 18, 14, 0.07), 0 0.5rem 1.5rem rgba(20, 18, 14, 0.09);
position:absolute;
max-width:min(260px,62%);
right:14px;
}
.sgn-hero_rating_score-6x9{
flex:0 0 auto;
font-weight:700;
font-size:1.5rem;
color:#1A1714;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
.sgn-hero_rating_txt-6x9{
flex:1 1 auto;
min-width:0;
}
.sgn-hero_rating_stars-6x9{
gap:2px;
display:flex;
color:#0E8F5C;
}
.sgn-hero_rating_stars-6x9 svg{
width:0.75rem;
height:12px;
}
.sgn-hero_rating_cap-6x9{
margin-top:3px;
overflow-wrap:break-word;
line-height:1.35;
color:#5C5750;
font-size:0.688rem;
display:block;
}
.sgn-stat-6x9{
border-top:1px solid rgba(20, 18, 14, 0.15);
margin-top:1rem;
border-bottom:1px solid rgba(20, 18, 14, 0.15);
}
.sgn-stat_in-6x9{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:768px){
.sgn-stat_in-6x9{
grid-template-columns:repeat(4,1fr);
}
}
.sgn-stat_item-6x9{
padding:1.375rem 0.875rem;
border-bottom:1px solid rgba(20, 18, 14, 0.08);
min-width:0;
border-right:1px solid rgba(20, 18, 14, 0.08);
}
.sgn-stat_item-6x9:nth-child(2n){
border-right:0;
}
.sgn-stat_item-6x9:nth-child(n+3){
border-bottom:0;
}
@media(min-width:767px){
.sgn-stat_item-6x9{
border-bottom:0;
}
.sgn-stat_item-6x9:nth-child(2n){
border-right:1px solid rgba(20, 18, 14, 0.08);
}
.sgn-stat_item-6x9:nth-child(4n){
border-right:0;
}
}
.sgn-stat_value-6x9{
overflow-wrap:break-word;
font-size:30px;
line-height:1;
font-weight:700;
color:#1A1714;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.sgn-stat_value-6x9{
font-size:2.125rem;
}
}
.sgn-stat_label-6x9{
margin-top:0.375rem;
color:#5C5750;
font-size:13px;
line-height:1.4;
overflow-wrap:break-word;
}
.sgn-grow-6x9{
padding:26px 0 10px;
}
.sgn-row_seo-6x9{
margin:0.625rem 0 0;
max-width:47.5rem;
overflow-wrap:break-word;
line-height:1.65;
color:#7A7469;
font-size:0.875rem;
}
.sgn-row_seo-6x9 strong{
font-weight:700;
color:#1A1714;
}
.sgn-gf-6x9{
padding:24px 0 6px;
}
.sgn-gf_in-6x9{
gap:10px;
flex-wrap:wrap;
display:flex;
}
.sgn-gf_chip-6x9{
border-radius:62.438rem;
background:#FDFBF8;
padding:10px 18px;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
border:1px solid rgba(20, 18, 14, 0.15);
font-size:0.813rem;
font-weight:600;
white-space:nowrap;
color:#2E2B26;
}
.sgn-gf_chip-6x9:hover{
border-color:#0E8F5C;
color:#0E8F5C;
}
.sgn-gf_chip-6x9.sgn-state_active-6x9{
border-color:transparent;
background:#0F1A14;
color:#F0EDE7;
}
.sgn-grow-6x9{
padding:26px 0 10px;
}
.sgn-row_seo-6x9{
margin:0.625rem 0 0;
max-width:47.5rem;
color:#7A7469;
font-size:14px;
overflow-wrap:break-word;
line-height:1.65;
}
.sgn-row_seo-6x9 strong{
color:#1A1714;
font-weight:700;
}
.sgn-jp-6x9{
padding:1.875rem 0 10px;
}
.sgn-jp_grid-6x9{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:767px){
.sgn-jp_grid-6x9{
grid-template-columns:1fr 1fr;
}
.sgn-jp_card_mega-6x9{
grid-column:1/-1;
}
}
@media(min-width:998px){
.sgn-jp_grid-6x9{
grid-template-columns:1.4fr 1fr 1fr;
}
.sgn-jp_card_mega-6x9{
grid-column:auto;
}
}
.sgn-jp_card-6x9{
background:#FDFBF8;
gap:12px;
border-radius:1.25rem;
overflow:hidden;
padding:1.625rem;
border:1px solid rgba(20, 18, 14, 0.08);
justify-content:space-between;
display:flex;
min-width:0;
position:relative;
min-height:12.5rem;
flex-direction:column;
}
.sgn-jp_card_mega-6x9{
border-color:transparent;
background:linear-gradient(135deg,#0F1A14,#080E0B);
min-height:13.125rem;
color:#F0EDE7;
}
.sgn-jp_glow-6x9{
border-radius:50%;
background:radial-gradient(circle,rgba(16, 130, 80, 0.18),transparent 70%);
top:-40px;
pointer-events:none;
position:absolute;
height:12.5rem;
width:200px;
right:-2.5rem;
}
.sgn-jp_label-6x9{
gap:0.625rem;
color:#0E8F5C;
align-items:center;
font-weight:700;
position:relative;
display:flex;
text-transform:uppercase;
letter-spacing:.16em;
flex-wrap:wrap;
justify-content:space-between;
font-size:0.625rem;
}
.sgn-jp_card_mega-6x9 .sgn-jp_label-6x9{
color:#3DDFA0;
}
.sgn-jp_drop-6x9{
letter-spacing:.04em;
font-weight:600;
text-transform:none;
color:#5C5750;
}
.sgn-jp_card_mega-6x9 .sgn-jp_drop-6x9{
color:#9DB8A8;
}
.sgn-jp_amount-6x9{
font-size:2.375rem;
line-height:1;
color:#1A1714;
overflow-wrap:break-word;
position:relative;
font-weight:700;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
.sgn-jp_card_mega-6x9 .sgn-jp_amount-6x9{
animation:zm2-pulse 2.4s infinite;
font-size:48px;
color:#3DDFA0;
}
@media(min-width:769px){
.sgn-jp_card_mega-6x9 .sgn-jp_amount-6x9{
font-size:54px;
}
}
.sgn-jp_game-6x9{
font-size:13px;
position:relative;
color:#5C5750;
}
.sgn-jp_card_mega-6x9 .sgn-jp_game-6x9{
color:#9DB8A8;
}
.sgn-jp_cta-6x9{
align-self:flex-start;
position:relative;
}
.sgn-jp_card_mega-6x9 .sgn-jp_cta-6x9{
border-radius:62.438rem;
background:#3DDFA0;
transition:opacity .22s ease;
padding:10px 20px;
font-weight:700;
font-size:0.813rem;
color:#0F0D0A;
}
.sgn-jp_card_mega-6x9 .sgn-jp_cta-6x9:hover{
opacity:.9;
}
.sgn-jp_card-6x9:not(.sgn-jp_card_mega-6x9) .sgn-jp_cta-6x9{
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #1A1714;
font-size:13px;
padding-bottom:2px;
color:#1A1714;
font-weight:700;
}
.sgn-jp_card-6x9:not(.sgn-jp_card_mega-6x9) .sgn-jp_cta-6x9:hover{
border-color:#0E8F5C;
color:#0E8F5C;
}
.sgn-jp_seo-6x9{
margin:0.875rem 0 0;
max-width:47.5rem;
font-size:14px;
overflow-wrap:break-word;
color:#7A7469;
line-height:1.65;
}
.sgn-jp_seo-6x9 strong{
font-weight:700;
color:#1A1714;
}
.sgn-grow-6x9{
padding:26px 0 10px;
}
.sgn-row_seo-6x9{
margin:0.625rem 0 0;
line-height:1.65;
max-width:760px;
font-size:0.875rem;
color:#7A7469;
overflow-wrap:break-word;
}
.sgn-row_seo-6x9 strong{
color:#1A1714;
font-weight:700;
}
.sgn-pr-6x9{
padding:30px 0 6px;
}
.sgn-pr_card-6x9{
border-radius:1.25rem;
gap:10px;
background:#FDFBF8;
flex:0 0 auto;
padding:26px;
border:1px solid rgba(20, 18, 14, 0.08);
overflow:hidden;
display:flex;
width:17.5rem;
min-height:12.5rem;
flex-direction:column;
position:relative;
}
@media(min-width:770px){
.sgn-pr_card-6x9{
width:18.75rem;
}
}
.sgn-pr_card_feat-6x9{
background:linear-gradient(150deg,#0F1A14,#080E0B);
border-color:transparent;
color:#F0EDE7;
}
.sgn-pr_glow-6x9{
border-radius:50%;
background:radial-gradient(circle,rgba(16, 130, 80, 0.18),transparent 70%);
pointer-events:none;
right:-1.875rem;
top:-1.875rem;
position:absolute;
height:130px;
width:130px;
opacity:0;
}
.sgn-pr_card_feat-6x9 .sgn-pr_glow-6x9{
opacity:1;
}
.sgn-pr_label-6x9{
font-size:0.625rem;
font-weight:700;
color:#0E8F5C;
position:relative;
letter-spacing:.16em;
text-transform:uppercase;
}
.sgn-pr_card_feat-6x9 .sgn-pr_label-6x9{
color:#3DDFA0;
}
.sgn-pr_amount-6x9{
font-size:1.625rem;
color:#1A1714;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
position:relative;
overflow-wrap:break-word;
font-weight:600;
line-height:1.08;
}
.sgn-pr_card_feat-6x9 .sgn-pr_amount-6x9{
color:#F0EDE7;
}
.sgn-pr_amount-6x9 em{
font-style:normal;
color:#0E8F5C;
}
.sgn-pr_card_feat-6x9 .sgn-pr_amount-6x9 em{
color:#3DDFA0;
}
.sgn-pr_terms-6x9{
line-height:1.5;
position:relative;
color:#5C5750;
font-size:13px;
}
.sgn-pr_card_feat-6x9 .sgn-pr_terms-6x9{
color:#9DB8A8;
}
.sgn-pr_cta-6x9{
margin-top:auto;
align-self:flex-start;
position:relative;
}
.sgn-pr_card_feat-6x9 .sgn-pr_cta-6x9{
border-radius:62.438rem;
transition:opacity .22s ease;
background:#3DDFA0;
padding:0.563rem 1.125rem;
color:#0F0D0A;
font-size:13px;
font-weight:700;
}
.sgn-pr_card_feat-6x9 .sgn-pr_cta-6x9:hover{
opacity:.9;
}
.sgn-pr_card-6x9:not(.sgn-pr_card_feat-6x9) .sgn-pr_cta-6x9{
transition:color .22s ease,border-color .22s ease;
font-weight:700;
padding-bottom:2px;
font-size:13px;
border-bottom:1px solid #1A1714;
color:#1A1714;
}
.sgn-pr_card-6x9:not(.sgn-pr_card_feat-6x9) .sgn-pr_cta-6x9:hover{
border-color:#0E8F5C;
color:#0E8F5C;
}
.sgn-app-6x9{
padding:1.875rem 0 0.625rem;
}
.sgn-app_in-6x9{
background:#FDFBF8;
padding:32px;
gap:1.75rem;
border:1px solid rgba(20, 18, 14, 0.08);
border-radius:1.25rem;
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.sgn-app_in-6x9{
gap:40px;
padding:40px 44px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.sgn-app_copy-6x9{
max-width:560px;
min-width:0;
}
.sgn-app_eyebrow-6x9{
margin-bottom:0.75rem;
}
.sgn-app_h2-6x9{
line-height:1.05;
color:#1A1714;
font-weight:600;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:1.75rem;
margin-bottom:12px;
}
@media(min-width:766px){
.sgn-app_h2-6x9{
font-size:34px;
}
}
.sgn-app_text-6x9{
color:#7A7469;
margin-bottom:1.375rem;
line-height:1.6;
font-size:14px;
}
.sgn-app_btns-6x9{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
.sgn-app_btn-6x9{
padding:0.688rem 1.25rem;
border-radius:0.875rem;
gap:10px;
background:#0F1A14;
transition:background-color .22s ease;
color:#F0EDE7;
display:inline-flex;
align-items:center;
}
.sgn-app_btn-6x9:hover{
background:#1A2E20;
}
.sgn-app_btn_ic-6x9{
display:inline-flex;
align-items:center;
}
.sgn-app_btn_ic-6x9 svg{
height:1.125rem;
width:1.125rem;
}
.sgn-app_btn_lb-6x9{
font-weight:700;
font-size:13.5px;
}
.sgn-app_qr_wrap-6x9{
gap:1.125rem;
flex:0 0 auto;
align-items:center;
display:flex;
}
.sgn-app_qr-6x9{
flex:0 0 auto;
border-radius:14px;
width:108px;
height:108px;
background-color:#0F1A14;
background-image:repeating-linear-gradient(0deg,#FDFBF8 0 5px,transparent 5px 0.688rem),repeating-linear-gradient(90deg,#FDFBF8 0 5px,transparent 0.313rem 11px);
}
.sgn-app_qr_cap-6x9{
color:#5C5750;
max-width:5.75rem;
font-size:0.781rem;
line-height:1.4;
}
.sgn-vip-6x9{
padding:48px 0;
}
@media(min-width:767px){
.sgn-vip-6x9{
padding:64px 0;
}
}
.sgn-vip_head-6x9{
gap:14px;
margin-bottom:1.875rem;
flex-direction:column;
display:flex;
}
@media(min-width:879px){
.sgn-vip_head-6x9{
gap:24px;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.sgn-vip_eyebrow-6x9{
margin-bottom:12px;
}
.sgn-vip_h2-6x9{
font-weight:600;
color:#F0EDE7;
overflow-wrap:break-word;
line-height:1.05;
font-size:2rem;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
@media(min-width:768px){
.sgn-vip_h2-6x9{
font-size:40px;
}
}
.sgn-vip_intro-6x9{
color:#9DB8A8;
line-height:1.6;
max-width:26.25rem;
font-size:0.875rem;
}
.sgn-vip_grid-6x9{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
display:grid;
}
.sgn-vip_card-6x9{
border:1px solid rgba(255, 252, 245, 0.13);
padding:22px 18px;
border-radius:14px;
min-width:0;
}
.sgn-vip_card_feat-6x9{
background:rgba(255, 252, 245, 0.07);
border-color:#3DDFA0;
}
.sgn-vip_card_ic-6x9{
background:linear-gradient(135deg,#0E8F5C,#3DDFA0);
border-radius:8px;
display:block;
width:2.125rem;
height:2.125rem;
margin-bottom:16px;
}
.sgn-vip_name-6x9{
color:#F0EDE7;
font-weight:600;
font-size:1.25rem;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
margin-bottom:0.375rem;
}
.sgn-vip_perk-6x9{
color:#9DB8A8;
overflow-wrap:break-word;
line-height:1.5;
font-size:0.781rem;
}
.sgn-trn-6x9{
padding:30px 0 0.625rem;
}
.sgn-trn_in-6x9{
background:#FDFBF8;
overflow:hidden;
grid-template-columns:1fr;
border-radius:20px;
border:1px solid rgba(20, 18, 14, 0.08);
display:grid;
}
@media(min-width:882px){
.sgn-trn_in-6x9{
grid-template-columns:1.05fr 1fr;
}
}
.sgn-trn_banner-6x9{
background:linear-gradient(150deg,#0F1A14,#080E0B);
overflow:hidden;
padding:34px;
color:#F0EDE7;
position:relative;
}
.sgn-trn_glow-6x9{
border-radius:50%;
background:radial-gradient(circle,rgba(16, 130, 80, 0.18),transparent 70%);
pointer-events:none;
width:12.5rem;
right:-40px;
height:200px;
position:absolute;
bottom:-40px;
}
.sgn-trn_eyebrow-6x9{
margin-bottom:0.875rem;
position:relative;
}
.sgn-trn_h2-6x9{
color:#F0EDE7;
font-size:1.875rem;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
position:relative;
font-weight:600;
line-height:1.06;
margin-bottom:0.75rem;
}
@media(min-width:771px){
.sgn-trn_h2-6x9{
font-size:36px;
}
}
.sgn-trn_text-6x9{
max-width:420px;
margin-bottom:22px;
position:relative;
font-size:14px;
color:#9DB8A8;
line-height:1.6;
}
.sgn-trn_timer-6x9{
gap:8px;
display:flex;
align-items:center;
flex-wrap:wrap;
position:relative;
margin-bottom:1.5rem;
}
.sgn-trn_timer_cap-6x9{
font-size:11px;
color:#9DB8A8;
}
.sgn-trn_timer_box-6x9{
padding:4px 12px;
background:rgba(255, 252, 245, 0.07);
border-radius:0.5rem;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
color:#F0EDE7;
font-weight:700;
font-size:1.5rem;
}
.sgn-trn_cta-6x9{
border-radius:62.438rem;
background:#3DDFA0;
padding:0.813rem 1.625rem;
transition:opacity .22s ease;
font-size:0.875rem;
font-weight:700;
display:inline-block;
color:#0F0D0A;
position:relative;
}
.sgn-trn_cta-6x9:hover{
opacity:.9;
}
.sgn-trn_lb-6x9{
padding:26px 28px;
}
.sgn-trn_lb_head-6x9{
gap:10px;
display:flex;
margin-bottom:12px;
align-items:center;
justify-content:space-between;
}
.sgn-trn_lb_title-6x9{
font-weight:600;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
color:#1A1714;
font-size:1.25rem;
}
.sgn-trn_lb_upd-6x9{
color:#5C5750;
font-size:11px;
text-transform:uppercase;
letter-spacing:.08em;
}
.sgn-trn_lb_row-6x9{
border-radius:8px;
padding:11px 12px;
gap:0.875rem;
align-items:center;
display:flex;
}
.sgn-trn_lb_row-6x9:nth-child(2){
background:rgba(14, 143, 92, 0.10);
}
.sgn-trn_lb_rank-6x9{
flex:0 0 auto;
width:22px;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-weight:700;
color:#0E8F5C;
font-size:1rem;
}
.sgn-trn_lb_av-6x9{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#0E8F5C,#3DDFA0);
width:30px;
height:30px;
}
.sgn-trn_lb_name-6x9{
flex:1 1 auto;
overflow:hidden;
white-space:nowrap;
font-weight:600;
text-overflow:ellipsis;
color:#1A1714;
min-width:0;
font-size:0.875rem;
}
.sgn-trn_lb_amount-6x9{
flex:0 0 auto;
color:#1A1714;
font-size:13px;
font-weight:700;
}
.sgn-ts-6x9{
padding:2.75rem 0;
}
.sgn-ts_in-6x9{
gap:32px;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:880px){
.sgn-ts_in-6x9{
grid-template-columns:1.4fr 1fr;
gap:48px;
}
}
.sgn-ts_left-6x9{
min-width:0;
}
.sgn-ts_h2-6x9{
font-size:1.625rem;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
color:#F0EDE7;
margin-bottom:0.75rem;
overflow-wrap:break-word;
font-weight:600;
line-height:1.1;
}
@media(min-width:768px){
.sgn-ts_h2-6x9{
font-size:28px;
}
}
.sgn-ts_text-6x9{
line-height:1.6;
max-width:520px;
font-size:14.5px;
color:#9DB8A8;
margin-bottom:22px;
}
.sgn-ts_badges-6x9{
gap:18px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.sgn-ts_badge-6x9{
color:#9DB8A8;
font-weight:600;
font-size:13px;
}
.sgn-ts_pay-6x9{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
@media(min-width:881px){
.sgn-ts_pay-6x9{
justify-content:flex-end;
}
}
.sgn-ts_pay_chip-6x9{
border:1px solid rgba(255, 252, 245, 0.13);
background:rgba(255, 252, 245, 0.07);
border-radius:0.875rem;
padding:12px 16px;
font-weight:700;
color:#F0EDE7;
font-size:0.875rem;
}
.sgn-tt-6x9{
padding:3rem 0 0.625rem;
}
@media(min-width:770px){
.sgn-tt-6x9{
padding:60px 0 10px;
}
}
.sgn-tt_head-6x9{
margin-bottom:2.125rem;
text-align:center;
}
.sgn-tt_eyebrow-6x9{
margin-bottom:0.75rem;
}
.sgn-tt_h2-6x9{
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-size:2rem;
color:#1A1714;
}
@media(min-width:768px){
.sgn-tt_h2-6x9{
font-size:42px;
}
}
.sgn-tt_grid-6x9{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:760px){
.sgn-tt_grid-6x9{
grid-template-columns:repeat(3,1fr);
}
}
.sgn-tt_card-6x9{
background:#FDFBF8;
border-radius:14px;
padding:1.875rem;
border:1px solid rgba(20, 18, 14, 0.08);
display:flex;
flex-direction:column;
min-width:0;
}
.sgn-tt_card_ic-6x9{
display:inline-flex;
align-items:center;
color:#0E8F5C;
margin-bottom:1.125rem;
}
.sgn-tt_card_ic-6x9 svg{
width:1.75rem;
height:1.75rem;
}
.sgn-tt_card_h-6x9{
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
color:#1A1714;
line-height:1.15;
margin-bottom:8px;
font-size:22px;
}
.sgn-tt_card_p-6x9{
line-height:1.6;
color:#7A7469;
overflow-wrap:break-word;
font-size:14px;
margin-bottom:0.875rem;
}
.sgn-tt_card_p-6x9 b{
font-weight:700;
color:#1A1714;
}
.sgn-tt_card_link-6x9{
transition:color .22s ease;
font-size:0.813rem;
padding-bottom:2px;
color:#1A1714;
font-weight:700;
border-bottom:1px solid #0E8F5C;
margin-top:auto;
align-self:flex-start;
}
.sgn-tt_card_link-6x9:hover{
color:#0E8F5C;
}
.sgn-wy-6x9{
padding:3rem 0;
}
@media(min-width:771px){
.sgn-wy-6x9{
padding:56px 0;
}
}
.sgn-wy_in-6x9{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:903px){
.sgn-wy_in-6x9{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.sgn-wy_left-6x9{
min-width:0;
}
.sgn-wy_eyebrow-6x9{
margin-bottom:14px;
}
.sgn-wy_h2-6x9{
overflow-wrap:break-word;
color:#1A1714;
font-size:2rem;
margin-bottom:1rem;
font-weight:600;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
line-height:1.05;
}
@media(min-width:769px){
.sgn-wy_h2-6x9{
font-size:2.5rem;
}
}
.sgn-wy_intro-6x9{
font-size:15px;
color:#7A7469;
line-height:1.6;
}
.sgn-wy_grid-6x9{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:562px){
.sgn-wy_grid-6x9{
grid-template-columns:1fr 1fr;
}
}
.sgn-wy_card-6x9{
padding:1.625rem;
border:1px solid rgba(20, 18, 14, 0.08);
border-radius:0.875rem;
background:#FDFBF8;
min-width:0;
}
.sgn-wy_card_ic-6x9{
margin-bottom:1rem;
color:#0E8F5C;
justify-content:center;
display:inline-flex;
align-items:center;
}
.sgn-wy_card_ic-6x9 svg{
width:26px;
height:26px;
}
.sgn-wy_card_h-6x9{
color:#1A1714;
overflow-wrap:break-word;
line-height:1.15;
margin-bottom:0.5rem;
font-weight:600;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-size:21px;
}
.sgn-wy_card_p-6x9{
overflow-wrap:break-word;
color:#7A7469;
line-height:1.55;
font-size:14px;
}
.sgn-rv-6x9{
padding:48px 0;
background:#FDFBF8;
border-bottom:1px solid rgba(20, 18, 14, 0.08);
border-top:1px solid rgba(20, 18, 14, 0.08);
margin-top:24px;
}
@media(min-width:765px){
.sgn-rv-6x9{
padding:3.5rem 0;
}
}
.sgn-rv_head-6x9{
gap:1rem;
margin-bottom:30px;
flex-direction:column;
display:flex;
}
@media(min-width:768px){
.sgn-rv_head-6x9{
gap:20px;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.sgn-rv_eyebrow-6x9{
margin-bottom:10px;
}
.sgn-rv_h2-6x9{
font-weight:600;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.05;
color:#1A1714;
font-size:30px;
}
@media(min-width:769px){
.sgn-rv_h2-6x9{
font-size:2.375rem;
}
}
.sgn-rv_agg-6x9{
gap:0.75rem;
display:flex;
align-items:center;
}
.sgn-rv_agg_stars-6x9{
gap:3px;
display:flex;
color:#0E8F5C;
}
.sgn-rv_agg_stars-6x9 svg{
width:1.125rem;
height:18px;
}
.sgn-rv_source-6x9{
font-size:13px;
color:#7A7469;
}
.sgn-rv_grid-6x9{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:759px){
.sgn-rv_grid-6x9{
grid-template-columns:repeat(3,1fr);
}
}
.sgn-rv_card-6x9{
border:1px solid rgba(20, 18, 14, 0.08);
border-radius:0.875rem;
background:#F5F2EE;
padding:1.625rem;
min-width:0;
}
.sgn-rv_card_stars-6x9{
gap:2px;
display:flex;
color:#0E8F5C;
margin-bottom:12px;
}
.sgn-rv_card_stars-6x9 svg{
height:0.875rem;
width:14px;
}
.sgn-rv_card_body-6x9{
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-weight:500;
line-height:1.45;
font-size:18px;
color:#1A1714;
overflow-wrap:break-word;
margin-bottom:16px;
}
.sgn-rv_card_meta-6x9{
gap:0.625rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.sgn-rv_card_av-6x9{
background:linear-gradient(135deg,#0E8F5C,#3DDFA0);
flex:0 0 auto;
border-radius:50%;
height:2rem;
width:2rem;
}
.sgn-rv_card_author-6x9{
color:#1A1714;
font-size:0.813rem;
font-weight:700;
}
.sgn-rv_card_loc-6x9{
font-size:12px;
color:#5C5750;
}
.sgn-rc-6x9{
padding:48px 0 0.625rem;
}
.sgn-rc_in-6x9{
grid-template-columns:1fr;
gap:2rem;
display:grid;
}
@media(min-width:759px){
.sgn-rc_in-6x9{
gap:2.5rem;
grid-template-columns:repeat(3,1fr);
}
}
.sgn-rc_col-6x9{
min-width:0;
}
.sgn-rc_label-6x9{
font-size:0.688rem;
text-transform:uppercase;
margin-bottom:1rem;
letter-spacing:.2em;
font-weight:600;
color:#0E8F5C;
}
.sgn-rc_awards-6x9{
gap:0.75rem;
flex-direction:column;
display:flex;
}
.sgn-rc_award-6x9{
gap:12px;
min-width:0;
align-items:center;
display:flex;
}
.sgn-rc_award_ic-6x9{
flex:0 0 auto;
color:#2BC E85;
align-items:center;
display:inline-flex;
}
.sgn-rc_award_ic-6x9 svg{
height:18px;
width:1.125rem;
}
.sgn-rc_award_t-6x9{
color:#1A1714;
overflow-wrap:break-word;
font-weight:700;
font-size:14px;
}
.sgn-rc_award_s-6x9{
color:#5C5750;
overflow-wrap:break-word;
font-size:0.75rem;
}
.sgn-rc_press-6x9{
gap:0.625rem;
grid-template-columns:1fr 1fr;
display:grid;
}
.sgn-rc_press_logo-6x9{
border-radius:8px;
overflow:hidden;
border:1px solid rgba(20, 18, 14, 0.08);
padding:0 0.5rem;
text-overflow:ellipsis;
text-align:center;
justify-content:center;
font-size:0.875rem;
height:3.25rem;
display:flex;
color:#7A7469;
font-weight:700;
align-items:center;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
white-space:nowrap;
}
.sgn-rc_partner-6x9{
background:#FDFBF8;
border-radius:14px;
padding:22px;
border:1px solid rgba(20, 18, 14, 0.08);
}
.sgn-rc_partner_name-6x9{
font-size:20px;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
margin-bottom:6px;
color:#1A1714;
overflow-wrap:break-word;
font-weight:600;
}
.sgn-rc_partner_text-6x9{
line-height:1.55;
overflow-wrap:break-word;
font-size:13px;
color:#7A7469;
}
.sgn-prov-6x9{
padding:40px 0 20px;
}
.sgn-prov_eyebrow-6x9{
display:block;
margin-bottom:1.125rem;
}
.sgn-prov_grid-6x9{
grid-template-columns:repeat(2,1fr);
gap:0.75rem;
display:grid;
}
@media(min-width:561px){
.sgn-prov_grid-6x9{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:903px){
.sgn-prov_grid-6x9{
grid-template-columns:repeat(6,1fr);
}
}
.sgn-op-6x9{
padding:2.25rem 0 10px;
}
.sgn-op_in-6x9{
grid-template-columns:1fr;
background:#FDFBF8;
border:1px solid rgba(20, 18, 14, 0.08);
padding:32px;
gap:32px;
border-radius:14px;
align-items:center;
display:grid;
}
@media(min-width:859px){
.sgn-op_in-6x9{
gap:44px;
grid-template-columns:.9fr 1.1fr;
padding:34px 40px;
}
}
.sgn-op_left-6x9{
min-width:0;
}
.sgn-op_eyebrow-6x9{
margin-bottom:12px;
}
.sgn-op_h2-6x9{
font-size:28px;
overflow-wrap:break-word;
color:#1A1714;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
margin-bottom:10px;
line-height:1.08;
font-weight:600;
}
@media(min-width:768px){
.sgn-op_h2-6x9{
font-size:30px;
}
}
.sgn-op_text-6x9{
font-size:14px;
color:#7A7469;
line-height:1.6;
}
.sgn-op_grid-6x9{
grid-template-columns:1fr 1fr;
border:1px solid rgba(20, 18, 14, 0.15);
overflow:hidden;
gap:1px;
background:rgba(20, 18, 14, 0.15);
border-radius:8px;
display:grid;
}
.sgn-op_field-6x9{
padding:1.125rem 20px;
background:#F5F2EE;
min-width:0;
}
.sgn-op_field_lb-6x9{
margin-bottom:0.313rem;
font-weight:600;
text-transform:uppercase;
letter-spacing:.1em;
color:#0E8F5C;
font-size:0.625rem;
}
.sgn-op_field_val-6x9{
font-size:14px;
overflow-wrap:break-word;
font-weight:700;
color:#1A1714;
}
.sgn-et-6x9{
padding:2.25rem 0 10px;
}
.sgn-et_in-6x9{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:881px){
.sgn-et_in-6x9{
grid-template-columns:1.1fr .9fr;
gap:3rem;
}
}
.sgn-et_left-6x9{
min-width:0;
}
.sgn-et_eyebrow-6x9{
margin-bottom:12px;
}
.sgn-et_h2-6x9{
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
margin-bottom:14px;
line-height:1.06;
overflow-wrap:break-word;
font-size:28px;
color:#1A1714;
font-weight:600;
}
@media(min-width:770px){
.sgn-et_h2-6x9{
font-size:32px;
}
}
.sgn-et_text-6x9{
line-height:1.65;
margin-bottom:1.375rem;
font-size:15px;
color:#7A7469;
}
.sgn-et_stats-6x9{
gap:1.5rem;
flex-wrap:wrap;
display:flex;
}
.sgn-et_stat-6x9{
min-width:0;
}
.sgn-et_stat_v-6x9{
font-size:1.625rem;
color:#1A1714;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
line-height:1;
font-weight:700;
}
.sgn-et_stat_l-6x9{
margin-top:0.25rem;
font-size:12.5px;
color:#5C5750;
}
.sgn-et_right-6x9{
gap:0.75rem;
flex-direction:column;
display:flex;
}
.sgn-et_member-6x9{
border:1px solid rgba(20, 18, 14, 0.08);
background:#FDFBF8;
gap:16px;
border-radius:14px;
padding:1.125rem 20px;
display:flex;
min-width:0;
align-items:center;
}
.sgn-et_member_av-6x9{
background:linear-gradient(135deg,#0F1A14,#0E8F5C);
border-radius:50%;
flex:0 0 auto;
width:48px;
height:3rem;
}
.sgn-et_member_name-6x9{
font-size:0.938rem;
color:#1A1714;
overflow-wrap:break-word;
font-weight:700;
}
.sgn-et_member_role-6x9{
font-size:12.5px;
overflow-wrap:break-word;
color:#5C5750;
}
.sgn-et_updated-6x9{
background:#F5F2EE;
padding:14px 1.125rem;
gap:0.5rem;
border:1px solid rgba(20, 18, 14, 0.08);
border-radius:14px;
color:#7A7469;
display:flex;
font-size:0.781rem;
align-items:center;
}
.sgn-hts-6x9{
padding:3rem 0;
}
@media(min-width:770px){
.sgn-hts-6x9{
padding:62px 0;
}
}
.sgn-hts_head-6x9{
gap:1.125rem;
display:flex;
margin-bottom:34px;
flex-direction:column;
}
@media(min-width:770px){
.sgn-hts_head-6x9{
gap:1.5rem;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.sgn-hts_eyebrow-6x9{
margin-bottom:0.75rem;
}
.sgn-hts_h2-6x9{
font-weight:600;
color:#F0EDE7;
font-size:1.875rem;
line-height:1.05;
overflow-wrap:break-word;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.sgn-hts_h2-6x9{
font-size:38px;
}
}
.sgn-hts_cta-6x9{
background:#3DDFA0;
border-radius:62.438rem;
padding:15px 30px;
flex:0 0 auto;
transition:opacity .22s ease;
color:#0F0D0A;
font-weight:700;
font-size:15px;
}
.sgn-hts_cta-6x9:hover{
opacity:.9;
}
.sgn-hts_grid-6x9{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.sgn-hts_grid-6x9{
grid-template-columns:repeat(3,1fr);
}
}
.sgn-hts_step-6x9{
padding-top:22px;
border-top:1px solid rgba(255, 252, 245, 0.13);
min-width:0;
}
.sgn-hts_step_num-6x9{
font-weight:700;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
margin-bottom:14px;
font-size:2.75rem;
line-height:1;
color:#3DDFA0;
}
.sgn-hts_step_h-6x9{
line-height:1.2;
overflow-wrap:break-word;
font-size:1.188rem;
font-weight:700;
color:#F0EDE7;
margin-bottom:8px;
}
.sgn-hts_step_p-6x9{
line-height:1.55;
color:#9DB8A8;
font-size:0.875rem;
overflow-wrap:break-word;
}
.sgn-sb-6x9{
background:#FDFBF8;
padding:48px 0;
border-bottom:1px solid rgba(20, 18, 14, 0.08);
margin-top:24px;
border-top:1px solid rgba(20, 18, 14, 0.08);
}
@media(min-width:767px){
.sgn-sb-6x9{
padding:56px 0;
}
}
.sgn-sb_eyebrow-6x9{
display:block;
margin-bottom:12px;
}
.sgn-sb_h2-6x9{
overflow-wrap:break-word;
font-weight:600;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
color:#1A1714;
margin-bottom:26px;
line-height:1.05;
font-size:1.875rem;
}
@media(min-width:767px){
.sgn-sb_h2-6x9{
font-size:2.25rem;
}
}
.sgn-sb_grid-6x9{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:561px){
.sgn-sb_grid-6x9{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:960px){
.sgn-sb_grid-6x9{
grid-template-columns:repeat(4,1fr);
}
}
.sgn-sb_card-6x9{
border:1px solid rgba(20, 18, 14, 0.08);
border-radius:0.875rem;
padding:24px;
background:#F5F2EE;
min-width:0;
}
.sgn-sb_card_h-6x9{
overflow-wrap:break-word;
color:#1A1714;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-size:19px;
margin-bottom:0.5rem;
line-height:1.15;
font-weight:600;
}
.sgn-sb_card_p-6x9{
font-size:0.844rem;
color:#7A7469;
overflow-wrap:break-word;
line-height:1.6;
}
.sgn-sb_rtp-6x9{
padding:26px 1.75rem;
border-radius:14px;
grid-template-columns:1fr;
background:#F5F2EE;
gap:1.5rem;
border:1px solid rgba(20, 18, 14, 0.08);
margin-top:18px;
display:grid;
align-items:center;
}
@media(min-width:762px){
.sgn-sb_rtp-6x9{
gap:2.5rem;
grid-template-columns:1fr 1fr;
}
}
.sgn-sb_rtp_h-6x9{
color:#1A1714;
margin-bottom:8px;
line-height:1.15;
font-size:1.25rem;
overflow-wrap:break-word;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-weight:600;
}
.sgn-sb_rtp_p-6x9{
line-height:1.6;
color:#7A7469;
font-size:0.844rem;
overflow-wrap:break-word;
}
.sgn-sb_rtp_stats-6x9{
gap:1rem;
display:flex;
}
.sgn-sb_stat-6x9{
flex:1 1 0;
border-radius:0.5rem;
padding:18px;
background:#FDFBF8;
text-align:center;
min-width:0;
}
.sgn-sb_stat_v-6x9{
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-size:26px;
color:#1AAB68;
overflow-wrap:break-word;
font-weight:700;
}
.sgn-sb_stat_l-6x9{
font-size:11.5px;
margin-top:0.25rem;
color:#5C5750;
}
.sgn-lh-6x9{
padding:2.5rem 0 1.25rem;
}
.sgn-lh_in-6x9{
padding-top:34px;
border-top:1px solid rgba(20, 18, 14, 0.15);
}
.sgn-lh_eyebrow-6x9{
display:block;
margin-bottom:22px;
}
.sgn-lh_grid-6x9{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:597px){
.sgn-lh_grid-6x9{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:957px){
.sgn-lh_grid-6x9{
grid-template-columns:repeat(5,1fr);
}
}
.sgn-lh_col-6x9{
min-width:0;
}
.sgn-lh_col_h-6x9{
color:#1A1714;
font-size:0.813rem;
margin-bottom:12px;
overflow-wrap:break-word;
font-weight:700;
}
.sgn-lh_links-6x9{
gap:0.5rem;
flex-direction:column;
display:flex;
}
.sgn-lh_link-6x9{
transition:color .22s ease;
font-size:13px;
color:#7A7469;
overflow-wrap:break-word;
}
.sgn-lh_link-6x9:hover{
color:#0E8F5C;
}
.sgn-sg-6x9{
padding:3rem 0 0.625rem;
}
.sgn-sg_eyebrow-6x9{
display:block;
margin-bottom:0.75rem;
}
.sgn-sg_h2-6x9{
font-size:30px;
font-weight:600;
margin-bottom:28px;
overflow-wrap:break-word;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
line-height:1.05;
color:#1A1714;
}
@media(min-width:765px){
.sgn-sg_h2-6x9{
font-size:36px;
}
}
.sgn-sg_grid-6x9{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:719px){
.sgn-sg_grid-6x9{
grid-template-columns:repeat(3,1fr);
}
}
.sgn-sg_col-6x9{
min-width:0;
}
.sgn-sg_col_h-6x9{
font-size:22px;
font-weight:600;
color:#1A1714;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
line-height:1.15;
margin-bottom:10px;
overflow-wrap:break-word;
}
.sgn-sg_col_p-6x9{
font-size:0.875rem;
overflow-wrap:break-word;
line-height:1.65;
color:#7A7469;
}
.sgn-faq-6x9{
padding:48px 0;
background:#FDFBF8;
margin-top:1.5rem;
border-bottom:1px solid rgba(20, 18, 14, 0.08);
border-top:1px solid rgba(20, 18, 14, 0.08);
}
@media(min-width:769px){
.sgn-faq-6x9{
padding:3.875rem 0;
}
}
.sgn-faq_head-6x9{
text-align:center;
margin-bottom:34px;
}
.sgn-faq_eyebrow-6x9{
margin-bottom:0.75rem;
}
.sgn-faq_h2-6x9{
font-weight:600;
font-size:32px;
color:#1A1714;
line-height:1.05;
overflow-wrap:break-word;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.sgn-faq_h2-6x9{
font-size:2.375rem;
}
}
.sgn-faq_list-6x9{
gap:12px;
margin:0 auto;
max-width:820px;
flex-direction:column;
display:flex;
}
.sgn-faq_item-6x9{
background:#F5F2EE;
overflow:hidden;
border-radius:14px;
border:1px solid rgba(20, 18, 14, 0.08);
}
.sgn-faq_q-6x9{
padding:20px 1.5rem;
gap:1.25rem;
list-style:none;
display:flex;
font-size:1rem;
justify-content:space-between;
overflow-wrap:break-word;
font-weight:700;
align-items:center;
cursor:pointer;
color:#1A1714;
}
.sgn-faq_q-6x9::-webkit-details-marker{
display:none;
}
.sgn-faq_q_ic-6x9{
flex:0 0 auto;
transition:transform .22s ease;
display:inline-flex;
align-items:center;
color:#0E8F5C;
}
.sgn-faq_q_ic-6x9 svg{
width:18px;
height:18px;
}
.sgn-faq_item-6x9[open] .sgn-faq_q_ic-6x9{
transform:rotate(180deg);
}
.sgn-faq_a-6x9{
padding:0 1.5rem 1.25rem;
overflow-wrap:break-word;
line-height:1.6;
font-size:0.906rem;
color:#7A7469;
}
.sgn-el-6x9{
padding:48px 0;
}
@media(min-width:767px){
.sgn-el-6x9{
padding:56px 0;
}
}
.sgn-el_in-6x9{
gap:2.5rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:900px){
.sgn-el_in-6x9{
gap:56px;
grid-template-columns:1fr 1fr;
}
}
.sgn-el_left-6x9{
min-width:0;
}
.sgn-el_eyebrow-6x9{
margin-bottom:0.875rem;
}
.sgn-el_h2-6x9{
margin-bottom:22px;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:32px;
color:#1A1714;
line-height:1.08;
font-weight:600;
}
@media(min-width:769px){
.sgn-el_h2-6x9{
font-size:2.375rem;
}
}
.sgn-el_body-6x9 p{
color:#2E2B26;
line-height:1.7;
overflow-wrap:break-word;
font-size:16px;
margin-bottom:1.125rem;
}
.sgn-el_dropcap-6x9{
padding:0.375rem 0.75rem 0 0;
float:left;
font-size:3.875rem;
line-height:.8;
font-weight:700;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
color:#0E8F5C;
}
.sgn-el_right-6x9{
min-width:0;
}
.sgn-el_quote-6x9{
padding:2.25rem;
border-radius:20px;
background:linear-gradient(150deg,#0F1A14,#080E0B);
color:#F0EDE7;
position:relative;
margin-bottom:24px;
}
.sgn-el_quote_mark-6x9{
margin-bottom:0.375rem;
align-items:center;
display:inline-flex;
color:#3DDFA0;
}
.sgn-el_quote_mark-6x9 svg{
height:34px;
width:34px;
}
.sgn-el_quote_text-6x9{
color:#F0EDE7;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-weight:500;
font-size:1.375rem;
margin-bottom:22px;
line-height:1.4;
overflow-wrap:break-word;
}
.sgn-el_quote_meta-6x9{
gap:0.75rem;
align-items:center;
display:flex;
}
.sgn-el_quote_av-6x9{
background:linear-gradient(135deg,#0E8F5C,#3DDFA0);
border-radius:50%;
flex:0 0 auto;
width:2.375rem;
height:2.375rem;
}
.sgn-el_quote_author-6x9{
font-weight:700;
color:#F0EDE7;
font-size:14px;
}
.sgn-el_quote_meta_sub-6x9{
font-size:0.75rem;
color:#9DB8A8;
}
.sgn-el_explain-6x9{
overflow:hidden;
border-radius:0.875rem;
border:1px solid rgba(20, 18, 14, 0.08);
}
.sgn-el_explain_card-6x9{
padding:22px 24px;
}
.sgn-el_explain_card-6x9+.sgn-el_explain_card-6x9{
border-top:1px solid rgba(20, 18, 14, 0.08);
}
.sgn-el_explain_h-6x9{
color:#1A1714;
font-size:20px;
font-weight:600;
margin-bottom:8px;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.15;
}
.sgn-el_explain_p-6x9{
overflow-wrap:break-word;
line-height:1.55;
font-size:0.875rem;
color:#7A7469;
}
.sgn-ft-6x9{
background:#1C1A17;
margin-top:40px;
color:#9DB8A8;
}
.sgn-ft_in-6x9{
grid-template-columns:1fr;
gap:32px;
padding:48px 0 28px;
display:grid;
}
@media(min-width:602px){
.sgn-ft_in-6x9{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:901px){
.sgn-ft_in-6x9{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.sgn-ft_brand-6x9{
min-width:0;
}
.sgn-ft_logo-6x9{
font-size:26px;
font-weight:700;
overflow-wrap:break-word;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
color:#F0EDE7;
}
.sgn-ft_tagline-6x9{
color:#9DB8A8;
max-width:17.5rem;
font-size:13.5px;
line-height:1.6;
margin-top:0.875rem;
}
.sgn-ft_contact-6x9{
transition:color .22s ease;
display:inline-block;
overflow-wrap:anywhere;
margin-top:0.75rem;
font-size:13px;
color:#3DDFA0;
max-width:280px;
}
.sgn-ft_contact-6x9:hover{
color:#F0EDE7;
}
.sgn-ft_col-6x9{
min-width:0;
}
.sgn-ft_col_h-6x9{
overflow-wrap:break-word;
text-transform:uppercase;
letter-spacing:.08em;
font-size:0.813rem;
font-weight:700;
margin-bottom:0.875rem;
color:#F0EDE7;
}
.sgn-ft_col_links-6x9{
gap:10px;
display:flex;
flex-direction:column;
}
.sgn-ft_link-6x9{
transition:color .22s ease;
font-size:13.5px;
color:#9DB8A8;
overflow-wrap:break-word;
}
.sgn-ft_link-6x9:hover{
color:#F0EDE7;
}
.sgn-ft_bot-6x9{
padding:22px 0 2.5rem;
gap:16px;
border-top:1px solid rgba(255, 252, 245, 0.13);
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.sgn-ft_bot-6x9{
gap:20px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.sgn-ft_legal-6x9{
max-width:760px;
font-size:0.719rem;
color:#A39D94;
overflow-wrap:break-word;
line-height:1.6;
}
.sgn-ft_legal-6x9 b{
font-weight:700;
color:#9DB8A8;
}
.sgn-ft_age-6x9{
flex:0 0 auto;
border:1.5px solid #3DDFA0;
padding:0.25rem 9px;
border-radius:0.5rem;
font-size:0.813rem;
font-weight:700;
color:#3DDFA0;
}