*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F2F4F7;
-webkit-font-smoothing:antialiased;
color:#2B3044;
font-size:0.938rem;
text-rendering:optimizeLegibility;
overflow-wrap:break-word;
font-family:"DM Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.6;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
height:8px;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.swo-layout-npf{
flex-direction:column;
display:flex;
min-height:100vh;
}
.swo-main-npf{
flex:1 1 auto;
width:100%;
min-width:0;
}
.swo-container-npf{
margin:0 auto;
padding:0 16px;
width:100%;
max-width:87.5rem;
}
@media(min-width:766px){
.swo-container-npf{
padding:0 32px;
}
}
@media(min-width:1101px){
.swo-container-npf{
padding:0 56px;
}
}
.swo-eyebrow-npf{
overflow-wrap:break-word;
line-height:1.4;
font-weight:600;
letter-spacing:.2em;
text-transform:uppercase;
font-family:"DM Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
display:inline-block;
color:#3A6FE8;
font-size:0.688rem;
}
.swo-band-npf{
background:#151926;
color:#EDF0FA;
}
.swo-band-npf .swo-eyebrow-npf{
color:#7EAAFF;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.swo-tb-npf{
background:#F2F4F7;
position:sticky;
border-bottom:1px solid rgba(18,22,42,0.13);
z-index:50;
top:0;
}
.swo-tb_in-npf{
margin:0 auto;
padding:12px 16px;
gap:1rem;
display:flex;
width:100%;
align-items:center;
max-width:87.5rem;
justify-content:space-between;
}
@media(min-width:771px){
.swo-tb_in-npf{
padding:1rem 32px;
}
}
@media(min-width:1101px){
.swo-tb_in-npf{
padding:1.125rem 56px;
}
}
.swo-tb_left-npf{
gap:1.75rem;
display:flex;
align-items:center;
min-width:0;
}
.swo-tb_logo-npf{
gap:11px;
min-width:0;
align-items:center;
display:flex;
}
.swo-tb_logo_mark-npf{
flex:0 0 auto;
border-radius:8px;
object-fit:cover;
width:2.125rem;
height:2.125rem;
}
.swo-tb_logo_txt-npf{
display:flex;
line-height:1;
flex-direction:column;
min-width:0;
}
.swo-tb_logo_name-npf{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
font-size:1.375rem;
letter-spacing:.02em;
color:#111520;
font-weight:700;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
}
.swo-tb_logo_sub-npf{
overflow:hidden;
color:#3A6FE8;
text-overflow:ellipsis;
font-size:0.531rem;
letter-spacing:.32em;
margin-top:4px;
white-space:nowrap;
font-weight:600;
text-transform:uppercase;
}
.swo-tb_nav-npf{
display:none;
}
@media(min-width:963px){
.swo-tb_nav-npf{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.swo-tb_nav_item-npf{
transition:color .22s ease,border-color .22s ease;
border-bottom:2px solid transparent;
font-weight:600;
padding-bottom:3px;
color:#2B3044;
white-space:nowrap;
font-size:14px;
}
.swo-tb_nav_item-npf:hover{
color:#111520;
}
.swo-tb_nav_item-npf.swo-state_active-npf{
border-color:#3A6FE8;
color:#111520;
}
.swo-tb_right-npf{
flex:0 0 auto;
gap:0.875rem;
display:flex;
align-items:center;
}
.swo-tb_search-npf{
transition:color .22s ease;
display:flex;
color:#2B3044;
justify-content:center;
align-items:center;
}
.swo-tb_search-npf:hover{
color:#3A6FE8;
}
.swo-tb_search-npf svg{
height:18px;
width:1.125rem;
}
.swo-tb_lang-npf{
font-size:11px;
letter-spacing:.1em;
text-transform:uppercase;
font-weight:600;
color:#5A6178;
}
.swo-tb_lang-npf:hover{
color:#111520;
}
.swo-tb_login-npf{
font-weight:600;
display:none;
font-size:14px;
color:#111520;
}
@media(min-width:770px){
.swo-tb_login-npf{
display:inline-block;
}
}
.swo-tb_register-npf{
transition:background-color .22s ease;
background:#111520;
padding:11px 1.375rem;
border-radius:999px;
font-size:14px;
white-space:nowrap;
color:#EDF0FA;
font-weight:700;
}
.swo-tb_register-npf:hover{
background:#252C42;
}
.swo-mob-npf{
background:#F2F4F7;
position:fixed;
padding-bottom:env(safe-area-inset-bottom);
left:0;
bottom:0;
right:0;
border-top:1px solid rgba(18,22,42,0.13);
z-index:60;
}
@media(min-width:962px){
.swo-mob-npf{
display:none;
}
}
.swo-mob_in-npf{
margin:0 auto;
display:flex;
align-items:stretch;
justify-content:space-around;
max-width:35rem;
}
.swo-mob_item-npf{
flex:1 1 0;
gap:3px;
padding:0.563rem 0.25rem;
transition:color .22s ease;
min-width:0;
flex-direction:column;
color:#5A6178;
display:flex;
align-items:center;
}
.swo-mob_item-npf.swo-state_active-npf{
color:#3A6FE8;
}
.swo-mob_ic-npf{
align-items:center;
justify-content:center;
display:flex;
}
.swo-mob_ic-npf svg{
width:1.25rem;
height:20px;
}
.swo-mob_lb-npf{
overflow:hidden;
max-width:100%;
text-overflow:ellipsis;
font-weight:600;
font-size:10px;
white-space:nowrap;
}
@media(max-width:962px){
body{
padding-bottom:3.75rem;
}
}
.swo-rail-npf{
min-width:0;
position:relative;
}
.swo-rail_scroll-npf{
gap:14px;
scrollbar-width:thin;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
display:flex;
padding-bottom:0.875rem;
}
@media(min-width:769px){
.swo-rail_scroll-npf{
gap:1.125rem;
}
}
.swo-gc-npf{
flex:0 0 auto;
display:block;
width:9.375rem;
}
@media(min-width:766px){
.swo-gc-npf{
width:11.75rem;
}
}
.swo-gc_img-npf{
background:#FFFFFF;
border-radius:0.875rem;
overflow:hidden;
padding-bottom:133.33%;
box-shadow:0 2px 6px rgba(18,22,60,0.06), 0 8px 1.5rem rgba(18,22,60,0.09);
position:relative;
}
.swo-gc_img-npf img{
inset:0;
width:100%;
object-fit:cover;
position:absolute;
height:100%;
}
.swo-gc_cover-npf{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
inset:0;
position:absolute;
pointer-events:none;
}
.swo-gc_hover-npf{
transition:opacity .22s ease;
background:rgba(0,0,0,0.52);
inset:0;
display:flex;
justify-content:center;
opacity:0;
position:absolute;
align-items:center;
}
.swo-gc-npf:hover .swo-gc_hover-npf{
opacity:1;
}
.swo-gc_hover_btn-npf{
border-radius:999px;
background:#111520;
align-items:center;
display:flex;
width:46px;
justify-content:center;
color:#EDF0FA;
height:46px;
}
.swo-gc_hover_btn-npf svg{
height:1.125rem;
width:18px;
}
.swo-gc_info-npf{
gap:2px;
display:flex;
margin-top:9px;
min-width:0;
flex-direction:column;
}
.swo-gc_name-npf{
overflow:hidden;
font-weight:700;
color:#111520;
text-overflow:ellipsis;
white-space:nowrap;
font-size:13px;
}
.swo-gc_prov-npf{
overflow:hidden;
color:#5A6178;
font-size:0.688rem;
text-overflow:ellipsis;
white-space:nowrap;
}
.swo-gc_meta-npf{
font-size:0.688rem;
color:#5A6178;
}
.swo-tc-npf{
flex:0 0 auto;
width:180px;
display:block;
}
@media(min-width:766px){
.swo-tc-npf{
width:230px;
}
}
.swo-tc_img-npf{
overflow:hidden;
border-radius:0.875rem;
background:#FFFFFF;
padding-bottom:75%;
position:relative;
box-shadow:0 2px 6px rgba(18,22,60,0.06), 0 8px 24px rgba(18,22,60,0.09);
}
.swo-tc_img-npf img{
inset:0;
object-fit:cover;
width:100%;
position:absolute;
height:100%;
}
.swo-tc_info-npf{
gap:2px;
margin-top:0.563rem;
min-width:0;
display:flex;
flex-direction:column;
}
.swo-tc_name-npf{
overflow:hidden;
white-space:nowrap;
color:#111520;
font-weight:700;
font-size:0.875rem;
text-overflow:ellipsis;
}
.swo-tc_rtp-npf{
font-size:0.688rem;
color:#5A6178;
}
.swo-lc-npf{
flex:0 0 auto;
display:block;
width:14.375rem;
}
@media(min-width:765px){
.swo-lc-npf{
width:16.75rem;
}
}
.swo-lc_img-npf{
overflow:hidden;
border-radius:0.875rem;
background:#FFFFFF;
box-shadow:0 2px 6px rgba(18,22,60,0.06), 0 0.5rem 24px rgba(18,22,60,0.09);
padding-bottom:62.5%;
position:relative;
}
.swo-lc_img-npf img{
inset:0;
width:100%;
position:absolute;
height:100%;
object-fit:cover;
}
.swo-lc_live-npf{
padding:4px 9px;
gap:0.438rem;
border-radius:62.438rem;
background:rgba(0,0,0,0.52);
display:flex;
left:12px;
position:absolute;
top:0.75rem;
align-items:center;
}
.swo-lc_live_dot-npf{
border-radius:50%;
background:#E83A4A;
animation:zm2-pulse 1.6s infinite;
width:8px;
height:8px;
}
.swo-lc_seats-npf{
text-transform:uppercase;
font-weight:600;
color:#EDF0FA;
font-size:0.625rem;
letter-spacing:.08em;
}
.swo-lc_info-npf{
gap:2px;
margin-top:9px;
min-width:0;
flex-direction:column;
display:flex;
}
.swo-lc_name-npf{
overflow:hidden;
text-overflow:ellipsis;
color:#111520;
font-weight:700;
white-space:nowrap;
font-size:0.938rem;
}
.swo-lc_bet-npf{
color:#5A6178;
font-size:0.688rem;
}
.swo-pc-npf{
border-radius:0.875rem;
border:1px solid rgba(18,22,42,0.07);
padding:16px 0.875rem;
gap:8px;
background:#FFFFFF;
justify-content:center;
min-width:0;
display:flex;
align-items:center;
min-height:74px;
flex-direction:column;
}
.swo-pc_logo-npf{
flex:0 0 auto;
max-width:100%;
height:1.75rem;
width:auto;
object-fit:contain;
}
.swo-pc_name-npf{
overflow:hidden;
white-space:nowrap;
color:#5A6178;
font-size:0.688rem;
max-width:100%;
text-overflow:ellipsis;
text-align:center;
}
.swo-gc_tag-npf{
border-radius:8px;
padding:3px 0.5rem;
top:0.625rem;
position:absolute;
font-size:10px;
display:inline-block;
z-index:2;
left:10px;
font-weight:700;
letter-spacing:.06em;
text-transform:uppercase;
}
.swo-gc_tag_hot-npf{
background:#E83A4A;
color:#EDF0FA;
}
.swo-gc_tag_new-npf{
background:#6397FF;
color:#0D1020;
}
.swo-gc_tag_jp-npf{
background:#E8A020;
color:#0D1020;
}
.swo-gc_tag_live-npf{
background:#E83A4A;
color:#EDF0FA;
}
.swo-sh-npf{
min-width:0;
margin-bottom:1.125rem;
}
.swo-sh_row-npf{
gap:16px;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-end;
}
.swo-sh_row-npf .swo-sh_l-npf{
gap:6px;
flex-direction:column;
min-width:0;
display:flex;
}
.swo-sh_stack-npf{
gap:0.625rem;
flex-direction:column;
align-items:flex-start;
display:flex;
}
.swo-sh_center-npf{
gap:10px;
flex-direction:column;
text-align:center;
align-items:center;
display:flex;
}
.swo-sh_h2-npf{
line-height:1.1;
color:#111520;
font-size:24px;
overflow-wrap:break-word;
font-weight:600;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
}
@media(min-width:770px){
.swo-sh_h2-npf{
font-size:1.875rem;
}
}
.swo-band-npf .swo-sh_h2-npf{
color:#EDF0FA;
}
.swo-sh_eb_line-npf{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.swo-sh_eb_line-npf::before{
background:#3A6FE8;
width:28px;
height:1px;
display:inline-block;
content:"";
}
.swo-band-npf .swo-sh_eb_line-npf::before{
background:#7EAAFF;
}
.swo-sh_eb_dot-npf{
gap:8px;
align-items:center;
display:inline-flex;
}
.swo-sh_eb_dot-npf::before{
background:#3A6FE8;
border-radius:50%;
display:inline-block;
content:"";
height:0.375rem;
width:0.375rem;
}
.swo-band-npf .swo-sh_eb_dot-npf::before{
background:#7EAAFF;
}
.swo-sh_link-npf{
gap:0.375rem;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
padding-bottom:2px;
display:inline-flex;
white-space:nowrap;
font-size:13px;
font-weight:600;
color:#111520;
align-items:center;
border-bottom:1px solid #111520;
}
.swo-sh_link-npf:hover{
border-color:#3A6FE8;
color:#3A6FE8;
}
.swo-sh_link-npf svg{
width:14px;
height:14px;
}
.swo-sh_link_chev-npf{
padding-bottom:0;
border-bottom:0;
}
.swo-sh_link_btn-npf{
padding:0.563rem 1.125rem;
border-radius:999px;
background:#111520;
border-bottom:0;
color:#EDF0FA;
}
.swo-sh_link_btn-npf:hover{
background:#252C42;
border-color:transparent;
color:#EDF0FA;
}
.swo-band-npf .swo-sh_link-npf{
border-color:#EDF0FA;
color:#EDF0FA;
}
.swo-band-npf .swo-sh_link_btn-npf{
background:#7EAAFF;
color:#0D1020;
}
.swo-sh_rule-npf{
margin:-2px 0 18px;
background:rgba(18,22,42,0.13);
height:1px;
}
.swo-band-npf .swo-sh_rule-npf{
background:rgba(210,220,255,0.14);
}
.swo-hero-npf{
padding:2rem 0 8px;
}
@media(min-width:770px){
.swo-hero-npf{
padding:3.5rem 0 24px;
}
}
.swo-hero_in-npf{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:902px){
.swo-hero_in-npf{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.swo-hero_copy-npf{
min-width:0;
}
.swo-hero_eyebrow-npf{
gap:10px;
display:inline-flex;
margin-bottom:22px;
align-items:center;
}
.swo-hero_eyebrow_line-npf{
background:#3A6FE8;
flex:0 0 auto;
display:inline-block;
width:1.75rem;
height:1px;
}
.swo-hero_h1-npf{
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
font-size:2.375rem;
overflow-wrap:break-word;
font-weight:600;
letter-spacing:-.01em;
line-height:1.04;
margin-bottom:20px;
color:#111520;
}
@media(min-width:765px){
.swo-hero_h1-npf{
font-size:54px;
}
}
@media(min-width:1101px){
.swo-hero_h1-npf{
font-size:3.875rem;
}
}
.swo-hero_h1-npf em{
font-style:normal;
color:#3A6FE8;
}
.swo-hero_sub-npf{
max-width:30rem;
color:#7A8299;
line-height:1.6;
font-size:1rem;
margin-bottom:1.875rem;
}
@media(min-width:771px){
.swo-hero_sub-npf{
font-size:1.125rem;
}
}
.swo-hero_actions-npf{
gap:0.875rem;
margin-bottom:34px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.swo-hero_cta-npf{
border-radius:999px;
background:#111520;
gap:10px;
transition:background-color .22s ease;
padding:1rem 1.875rem;
color:#EDF0FA;
font-weight:700;
display:inline-flex;
font-size:15px;
align-items:center;
}
.swo-hero_cta-npf:hover{
background:#252C42;
}
.swo-hero_cta_ic-npf{
display:inline-flex;
align-items:center;
}
.swo-hero_cta_ic-npf svg{
height:16px;
width:1rem;
}
.swo-hero_cta_alt-npf{
padding:0.938rem 1.625rem;
border:1px solid rgba(18,22,42,0.13);
background:transparent;
border-radius:62.438rem;
transition:border-color .22s ease,color .22s ease;
font-size:0.938rem;
color:#111520;
display:inline-flex;
font-weight:600;
align-items:center;
}
.swo-hero_cta_alt-npf:hover{
border-color:#3A6FE8;
color:#3A6FE8;
}
.swo-hero_trust-npf{
gap:22px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.swo-hero_trust_item-npf{
gap:9px;
font-size:0.813rem;
display:flex;
align-items:center;
color:#2B3044;
font-weight:600;
}
.swo-hero_trust_ic-npf{
display:inline-flex;
color:#3A6FE8;
align-items:center;
}
.swo-hero_trust_ic-npf svg{
width:16px;
height:1rem;
}
.swo-hero_promo-npf{
background:#FFFFFF;
overflow:hidden;
border-radius:1.25rem;
display:flex;
box-shadow:0 12px 48px rgba(18,22,60,0.14), 0 3px 12px rgba(18,22,60,0.10);
min-height:300px;
position:relative;
}
.swo-hero_promo_bg-npf{
inset:0;
background-position:center;
position:absolute;
background-size:cover;
}
.swo-hero_promo_bg-npf::after{
background:linear-gradient(120deg,#151926 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.swo-hero_promo_glow-npf{
background:radial-gradient(circle,rgba(99,145,255,0.18) 0%,transparent 65%);
border-radius:50%;
height:260px;
width:16.25rem;
pointer-events:none;
right:-1.25rem;
top:-2.5rem;
position:absolute;
}
.swo-hero_promo_ct-npf{
padding:28px;
position:relative;
max-width:88%;
z-index:2;
align-self:flex-end;
}
.swo-hero_promo_label-npf{
color:#7EAAFF;
margin-bottom:0.5rem;
text-transform:uppercase;
font-size:10px;
font-weight:700;
letter-spacing:.25em;
display:block;
}
.swo-hero_promo_amount-npf{
color:#EDF0FA;
font-size:32px;
line-height:1.05;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:771px){
.swo-hero_promo_amount-npf{
font-size:40px;
}
}
.swo-hero_promo_amount-npf em{
font-style:normal;
color:#7EAAFF;
}
.swo-hero_rating-npf{
border-radius:14px;
background:#FFFFFF;
gap:10px;
border:1px solid rgba(18,22,42,0.07);
padding:0.625rem 0.875rem;
max-width:min(260px,62%);
box-shadow:0 2px 6px rgba(18,22,60,0.06), 0 0.5rem 1.5rem rgba(18,22,60,0.09);
right:14px;
align-items:center;
z-index:3;
display:flex;
top:0.875rem;
position:absolute;
}
.swo-hero_rating_score-npf{
flex:0 0 auto;
font-size:24px;
font-weight:700;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
color:#111520;
}
.swo-hero_rating_txt-npf{
flex:1 1 auto;
min-width:0;
}
.swo-hero_rating_stars-npf{
gap:2px;
color:#3A6FE8;
display:flex;
}
.swo-hero_rating_stars-npf svg{
width:0.75rem;
height:12px;
}
.swo-hero_rating_cap-npf{
overflow-wrap:break-word;
font-size:11px;
line-height:1.35;
color:#5A6178;
margin-top:3px;
display:block;
}
.swo-stat-npf{
border-bottom:1px solid rgba(18,22,42,0.13);
margin-top:16px;
border-top:1px solid rgba(18,22,42,0.13);
}
.swo-stat_in-npf{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:766px){
.swo-stat_in-npf{
grid-template-columns:repeat(4,1fr);
}
}
.swo-stat_item-npf{
padding:1.375rem 14px;
min-width:0;
border-bottom:1px solid rgba(18,22,42,0.07);
border-right:1px solid rgba(18,22,42,0.07);
}
.swo-stat_item-npf:nth-child(2n){
border-right:0;
}
.swo-stat_item-npf:nth-child(n+3){
border-bottom:0;
}
@media(min-width:769px){
.swo-stat_item-npf{
border-bottom:0;
}
.swo-stat_item-npf:nth-child(2n){
border-right:1px solid rgba(18,22,42,0.07);
}
.swo-stat_item-npf:nth-child(4n){
border-right:0;
}
}
.swo-stat_value-npf{
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
line-height:1;
color:#111520;
overflow-wrap:break-word;
font-size:30px;
font-weight:700;
}
@media(min-width:770px){
.swo-stat_value-npf{
font-size:2.125rem;
}
}
.swo-stat_label-npf{
margin-top:0.375rem;
line-height:1.4;
overflow-wrap:break-word;
color:#5A6178;
font-size:0.813rem;
}
.swo-grow-npf{
padding:1.625rem 0 0.625rem;
}
.swo-row_seo-npf{
margin:10px 0 0;
line-height:1.65;
font-size:14px;
max-width:47.5rem;
color:#7A8299;
overflow-wrap:break-word;
}
.swo-row_seo-npf strong{
font-weight:700;
color:#111520;
}
.swo-grow-npf{
padding:26px 0 10px;
}
.swo-row_seo-npf{
margin:0.625rem 0 0;
color:#7A8299;
font-size:0.875rem;
overflow-wrap:break-word;
max-width:47.5rem;
line-height:1.65;
}
.swo-row_seo-npf strong{
color:#111520;
font-weight:700;
}
.swo-grow-npf{
padding:26px 0 10px;
}
.swo-row_seo-npf{
margin:0.625rem 0 0;
font-size:0.875rem;
max-width:760px;
color:#7A8299;
overflow-wrap:break-word;
line-height:1.65;
}
.swo-row_seo-npf strong{
color:#111520;
font-weight:700;
}
.swo-jp-npf{
padding:1.875rem 0 0.625rem;
}
.swo-jp_grid-npf{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:769px){
.swo-jp_grid-npf{
grid-template-columns:1fr 1fr;
}
.swo-jp_card_mega-npf{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.swo-jp_grid-npf{
grid-template-columns:1.4fr 1fr 1fr;
}
.swo-jp_card_mega-npf{
grid-column:auto;
}
}
.swo-jp_card-npf{
background:#FFFFFF;
border-radius:20px;
border:1px solid rgba(18,22,42,0.07);
padding:1.625rem;
gap:0.75rem;
overflow:hidden;
position:relative;
display:flex;
min-width:0;
justify-content:space-between;
flex-direction:column;
min-height:200px;
}
.swo-jp_card_mega-npf{
border-color:transparent;
background:linear-gradient(135deg,#1A2240,#0E1018);
min-height:13.125rem;
color:#EDF0FA;
}
.swo-jp_glow-npf{
background:radial-gradient(circle,rgba(99,145,255,0.18),transparent 70%);
border-radius:50%;
height:200px;
pointer-events:none;
position:absolute;
width:12.5rem;
top:-40px;
right:-40px;
}
.swo-jp_label-npf{
gap:0.625rem;
text-transform:uppercase;
justify-content:space-between;
flex-wrap:wrap;
font-size:0.625rem;
color:#3A6FE8;
letter-spacing:.16em;
display:flex;
position:relative;
font-weight:700;
align-items:center;
}
.swo-jp_card_mega-npf .swo-jp_label-npf{
color:#7EAAFF;
}
.swo-jp_drop-npf{
font-weight:600;
color:#5A6178;
letter-spacing:.04em;
text-transform:none;
}
.swo-jp_card_mega-npf .swo-jp_drop-npf{
color:#8A97C0;
}
.swo-jp_amount-npf{
position:relative;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
color:#111520;
font-weight:700;
line-height:1;
font-size:38px;
overflow-wrap:break-word;
}
.swo-jp_card_mega-npf .swo-jp_amount-npf{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#7EAAFF;
}
@media(min-width:766px){
.swo-jp_card_mega-npf .swo-jp_amount-npf{
font-size:54px;
}
}
.swo-jp_game-npf{
color:#5A6178;
font-size:0.813rem;
position:relative;
}
.swo-jp_card_mega-npf .swo-jp_game-npf{
color:#8A97C0;
}
.swo-jp_cta-npf{
position:relative;
align-self:flex-start;
}
.swo-jp_card_mega-npf .swo-jp_cta-npf{
background:#7EAAFF;
padding:0.625rem 1.25rem;
border-radius:62.438rem;
transition:opacity .22s ease;
color:#0D1020;
font-size:13px;
font-weight:700;
}
.swo-jp_card_mega-npf .swo-jp_cta-npf:hover{
opacity:.9;
}
.swo-jp_card-npf:not(.swo-jp_card_mega-npf) .swo-jp_cta-npf{
transition:color .22s ease,border-color .22s ease;
padding-bottom:2px;
color:#111520;
border-bottom:1px solid #111520;
font-weight:700;
font-size:13px;
}
.swo-jp_card-npf:not(.swo-jp_card_mega-npf) .swo-jp_cta-npf:hover{
border-color:#3A6FE8;
color:#3A6FE8;
}
.swo-jp_seo-npf{
margin:0.875rem 0 0;
overflow-wrap:break-word;
line-height:1.65;
color:#7A8299;
max-width:760px;
font-size:0.875rem;
}
.swo-jp_seo-npf strong{
color:#111520;
font-weight:700;
}
.swo-grow-npf{
padding:26px 0 10px;
}
.swo-row_seo-npf{
margin:0.625rem 0 0;
max-width:47.5rem;
line-height:1.65;
font-size:14px;
color:#7A8299;
overflow-wrap:break-word;
}
.swo-row_seo-npf strong{
color:#111520;
font-weight:700;
}
.swo-vip-npf{
padding:3rem 0;
}
@media(min-width:771px){
.swo-vip-npf{
padding:64px 0;
}
}
.swo-vip_head-npf{
gap:0.875rem;
flex-direction:column;
display:flex;
margin-bottom:1.875rem;
}
@media(min-width:878px){
.swo-vip_head-npf{
gap:24px;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.swo-vip_eyebrow-npf{
margin-bottom:0.75rem;
}
.swo-vip_h2-npf{
font-size:2rem;
overflow-wrap:break-word;
line-height:1.05;
color:#EDF0FA;
font-weight:600;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.swo-vip_h2-npf{
font-size:2.5rem;
}
}
.swo-vip_intro-npf{
color:#8A97C0;
max-width:26.25rem;
font-size:0.875rem;
line-height:1.6;
}
.swo-vip_grid-npf{
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:0.875rem;
display:grid;
}
.swo-vip_card-npf{
border:1px solid rgba(210,220,255,0.14);
padding:1.375rem 1.125rem;
border-radius:0.875rem;
min-width:0;
}
.swo-vip_card_feat-npf{
border-color:#7EAAFF;
background:rgba(210,220,255,0.08);
}
.swo-vip_card_ic-npf{
border-radius:0.5rem;
background:linear-gradient(135deg,#3A6FE8,#7EAAFF);
display:block;
width:2.125rem;
height:34px;
margin-bottom:16px;
}
.swo-vip_name-npf{
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
font-size:20px;
font-weight:600;
margin-bottom:0.375rem;
overflow-wrap:break-word;
color:#EDF0FA;
}
.swo-vip_perk-npf{
font-size:12.5px;
overflow-wrap:break-word;
line-height:1.5;
color:#8A97C0;
}
.swo-app-npf{
padding:1.875rem 0 0.625rem;
}
.swo-app_in-npf{
background:#FFFFFF;
gap:1.75rem;
padding:32px;
border-radius:1.25rem;
border:1px solid rgba(18,22,42,0.07);
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.swo-app_in-npf{
gap:2.5rem;
padding:2.5rem 44px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.swo-app_copy-npf{
min-width:0;
max-width:35rem;
}
.swo-app_eyebrow-npf{
margin-bottom:0.75rem;
}
.swo-app_h2-npf{
font-size:1.75rem;
margin-bottom:0.75rem;
font-weight:600;
overflow-wrap:break-word;
line-height:1.05;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
color:#111520;
}
@media(min-width:770px){
.swo-app_h2-npf{
font-size:34px;
}
}
.swo-app_text-npf{
line-height:1.6;
color:#7A8299;
margin-bottom:1.375rem;
font-size:0.875rem;
}
.swo-app_btns-npf{
gap:12px;
flex-wrap:wrap;
display:flex;
}
.swo-app_btn-npf{
border-radius:14px;
background:#111520;
gap:10px;
transition:background-color .22s ease;
padding:11px 1.25rem;
display:inline-flex;
color:#EDF0FA;
align-items:center;
}
.swo-app_btn-npf:hover{
background:#252C42;
}
.swo-app_btn_ic-npf{
display:inline-flex;
align-items:center;
}
.swo-app_btn_ic-npf svg{
width:18px;
height:18px;
}
.swo-app_btn_lb-npf{
font-size:0.844rem;
font-weight:700;
}
.swo-app_qr_wrap-npf{
flex:0 0 auto;
gap:18px;
align-items:center;
display:flex;
}
.swo-app_qr-npf{
flex:0 0 auto;
border-radius:0.875rem;
height:108px;
width:108px;
background-color:#111520;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 5px,transparent 5px 11px),repeating-linear-gradient(90deg,#FFFFFF 0 5px,transparent 5px 11px);
}
.swo-app_qr_cap-npf{
line-height:1.4;
color:#5A6178;
max-width:92px;
font-size:12.5px;
}
.swo-gm-npf{
padding:1.875rem 0 0.625rem;
}
.swo-gm_in-npf{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:877px){
.swo-gm_in-npf{
grid-template-columns:1.25fr 1fr;
}
}
.swo-gm_left-npf{
border-radius:1.25rem;
background:#FFFFFF;
padding:2rem;
border:1px solid rgba(18,22,42,0.07);
min-width:0;
}
.swo-gm_eyebrow-npf{
margin-bottom:10px;
}
.swo-gm_h2-npf{
line-height:1.06;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#111520;
font-weight:600;
margin-bottom:0.5rem;
font-size:1.625rem;
}
@media(min-width:769px){
.swo-gm_h2-npf{
font-size:28px;
}
}
.swo-gm_text-npf{
line-height:1.6;
margin-bottom:22px;
font-size:0.875rem;
max-width:30rem;
color:#7A8299;
}
.swo-gm_level-npf{
font-weight:700;
color:#3A6FE8;
font-size:22px;
margin-bottom:0.5rem;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
}
.swo-gm_bar-npf{
border-radius:62.438rem;
overflow:hidden;
background:rgba(18,22,42,0.13);
height:8px;
margin-bottom:6px;
}
.swo-gm_bar_fill-npf{
border-radius:999px;
background:linear-gradient(90deg,#3A6FE8,#7EAAFF);
height:100%;
}
.swo-gm_bar_meta-npf{
gap:0.625rem;
justify-content:space-between;
color:#5A6178;
margin-bottom:1.125rem;
display:flex;
font-size:11px;
}
.swo-gm_missions-npf{
gap:10px;
display:flex;
flex-wrap:wrap;
}
.swo-gm_mission-npf{
background:#F2F4F7;
padding:0.563rem 0.938rem;
gap:0.438rem;
border-radius:62.438rem;
border:1px solid rgba(18,22,42,0.13);
font-weight:600;
align-items:center;
color:#2B3044;
display:inline-flex;
font-size:0.781rem;
}
.swo-gm_mission_ic-npf{
align-items:center;
color:#3A6FE8;
display:inline-flex;
}
.swo-gm_mission_ic-npf svg{
height:13px;
width:13px;
}
.swo-gm_right-npf{
padding:2rem;
overflow:hidden;
background:linear-gradient(150deg,#1A2240,#0E1018);
border-radius:1.25rem;
position:relative;
display:flex;
flex-direction:column;
color:#EDF0FA;
}
.swo-gm_glow-npf{
border-radius:50%;
background:radial-gradient(circle,rgba(99,145,255,0.18),transparent 70%);
width:150px;
top:-1.875rem;
position:absolute;
pointer-events:none;
height:150px;
right:-30px;
}
.swo-gm_ref_eyebrow-npf{
margin-bottom:0.625rem;
position:relative;
}
.swo-gm_ref_h2-npf{
font-weight:600;
position:relative;
font-size:1.625rem;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
color:#EDF0FA;
margin-bottom:0.5rem;
line-height:1.1;
overflow-wrap:break-word;
}
.swo-gm_ref_text-npf{
position:relative;
font-size:13.5px;
line-height:1.55;
color:#8A97C0;
margin-bottom:1.25rem;
}
.swo-gm_ref_cta-npf{
padding:0.688rem 22px;
border-radius:999px;
background:#7EAAFF;
transition:opacity .22s ease;
margin-top:auto;
position:relative;
color:#0D1020;
font-weight:700;
align-self:flex-start;
font-size:0.844rem;
}
.swo-gm_ref_cta-npf:hover{
opacity:.9;
}
.swo-trn-npf{
padding:30px 0 10px;
}
.swo-trn_in-npf{
border-radius:1.25rem;
border:1px solid rgba(18,22,42,0.07);
overflow:hidden;
grid-template-columns:1fr;
background:#FFFFFF;
display:grid;
}
@media(min-width:881px){
.swo-trn_in-npf{
grid-template-columns:1.05fr 1fr;
}
}
.swo-trn_banner-npf{
background:linear-gradient(150deg,#1A2240,#0E1018);
padding:2.125rem;
overflow:hidden;
color:#EDF0FA;
position:relative;
}
.swo-trn_glow-npf{
border-radius:50%;
background:radial-gradient(circle,rgba(99,145,255,0.18),transparent 70%);
bottom:-2.5rem;
height:12.5rem;
right:-2.5rem;
width:12.5rem;
pointer-events:none;
position:absolute;
}
.swo-trn_eyebrow-npf{
position:relative;
margin-bottom:14px;
}
.swo-trn_h2-npf{
line-height:1.06;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
font-size:30px;
position:relative;
color:#EDF0FA;
font-weight:600;
margin-bottom:0.75rem;
overflow-wrap:break-word;
}
@media(min-width:770px){
.swo-trn_h2-npf{
font-size:36px;
}
}
.swo-trn_text-npf{
font-size:14px;
margin-bottom:1.375rem;
color:#8A97C0;
line-height:1.6;
position:relative;
max-width:26.25rem;
}
.swo-trn_timer-npf{
gap:8px;
margin-bottom:1.5rem;
position:relative;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.swo-trn_timer_cap-npf{
color:#8A97C0;
font-size:0.688rem;
}
.swo-trn_timer_box-npf{
border-radius:8px;
padding:0.25rem 12px;
background:rgba(210,220,255,0.08);
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
color:#EDF0FA;
font-weight:700;
font-size:24px;
}
.swo-trn_cta-npf{
background:#7EAAFF;
transition:opacity .22s ease;
border-radius:999px;
padding:13px 1.625rem;
font-weight:700;
display:inline-block;
color:#0D1020;
position:relative;
font-size:0.875rem;
}
.swo-trn_cta-npf:hover{
opacity:.9;
}
.swo-trn_lb-npf{
padding:1.625rem 28px;
}
.swo-trn_lb_head-npf{
gap:10px;
display:flex;
justify-content:space-between;
margin-bottom:0.75rem;
align-items:center;
}
.swo-trn_lb_title-npf{
font-size:20px;
color:#111520;
font-weight:600;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
}
.swo-trn_lb_upd-npf{
font-size:0.688rem;
letter-spacing:.08em;
color:#5A6178;
text-transform:uppercase;
}
.swo-trn_lb_row-npf{
padding:11px 0.75rem;
gap:14px;
border-radius:8px;
align-items:center;
display:flex;
}
.swo-trn_lb_row-npf:nth-child(2){
background:rgba(58,111,232,0.10);
}
.swo-trn_lb_rank-npf{
flex:0 0 auto;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
font-weight:700;
color:#3A6FE8;
width:22px;
font-size:1rem;
}
.swo-trn_lb_av-npf{
border-radius:50%;
background:linear-gradient(135deg,#3A6FE8,#7EAAFF);
flex:0 0 auto;
height:30px;
width:1.875rem;
}
.swo-trn_lb_name-npf{
flex:1 1 auto;
overflow:hidden;
font-weight:600;
white-space:nowrap;
text-overflow:ellipsis;
color:#111520;
min-width:0;
font-size:0.875rem;
}
.swo-trn_lb_amount-npf{
flex:0 0 auto;
font-weight:700;
color:#111520;
font-size:0.813rem;
}
.swo-nl-npf{
padding:24px 0 0.625rem;
}
.swo-nl_in-npf{
padding:1.875rem 2rem;
background:#1B2235;
border-radius:20px;
gap:22px;
display:flex;
flex-direction:column;
color:#EDF0FA;
}
@media(min-width:766px){
.swo-nl_in-npf{
gap:1.75rem;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.swo-nl_text_wrap-npf{
min-width:0;
}
.swo-nl_h3-npf{
font-size:22px;
color:#EDF0FA;
line-height:1.1;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:0.313rem;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.swo-nl_h3-npf{
font-size:1.5rem;
}
}
.swo-nl_text-npf{
font-size:0.844rem;
line-height:1.5;
color:#8A97C0;
}
.swo-nl_form-npf{
flex:1 1 auto;
gap:0.625rem;
display:flex;
min-width:0;
max-width:460px;
}
.swo-nl_input-npf{
border:1px solid rgba(210,220,255,0.14);
flex:1 1 auto;
background:rgba(210,220,255,0.08);
border-radius:14px;
padding:13px 16px;
overflow:hidden;
align-items:center;
text-overflow:ellipsis;
color:#8A97C0;
white-space:nowrap;
display:flex;
min-width:0;
font-size:0.875rem;
}
.swo-nl_btn-npf{
transition:opacity .22s ease;
padding:13px 1.5rem;
background:#7EAAFF;
flex:0 0 auto;
border-radius:14px;
font-weight:700;
white-space:nowrap;
color:#0D1020;
font-size:14px;
}
.swo-nl_btn-npf:hover{
opacity:.9;
}
.swo-pmt-npf{
padding:48px 0 0.625rem;
}
.swo-pmt_in-npf{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:881px){
.swo-pmt_in-npf{
gap:3rem;
grid-template-columns:1fr 1.1fr;
}
}
.swo-pmt_left-npf{
min-width:0;
}
.swo-pmt_eyebrow-npf{
margin-bottom:0.75rem;
}
.swo-pmt_h2-npf{
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
color:#111520;
overflow-wrap:break-word;
line-height:1.06;
margin-bottom:12px;
font-size:30px;
font-weight:600;
}
@media(min-width:768px){
.swo-pmt_h2-npf{
font-size:32px;
}
}
.swo-pmt_text-npf{
margin-bottom:22px;
font-size:14.5px;
color:#7A8299;
line-height:1.6;
}
.swo-pmt_logos-npf{
gap:10px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:479px){
.swo-pmt_logos-npf{
grid-template-columns:repeat(4,1fr);
}
}
.swo-pmt_logo-npf{
border-radius:8px;
padding:0 0.5rem;
border:1px solid rgba(18,22,42,0.07);
overflow:hidden;
background:#FFFFFF;
font-size:12.5px;
height:3.125rem;
color:#2B3044;
text-align:center;
text-overflow:ellipsis;
font-weight:700;
align-items:center;
justify-content:center;
display:flex;
white-space:nowrap;
}
.swo-pmt_table-npf{
border-radius:0.875rem;
overflow:hidden;
border:1px solid rgba(18,22,42,0.07);
min-width:0;
}
.swo-pmt_thead-npf{
background:#1A1E2A;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.swo-pmt_th-npf{
overflow:hidden;
padding:0.813rem 14px;
font-weight:700;
text-overflow:ellipsis;
letter-spacing:.08em;
font-size:10px;
text-transform:uppercase;
white-space:nowrap;
color:#EDF0FA;
}
.swo-pmt_row-npf{
grid-template-columns:1.4fr 1fr 1fr 1fr;
border-top:1px solid rgba(18,22,42,0.07);
display:grid;
}
.swo-pmt_row-npf:nth-child(odd){
background:#FFFFFF;
}
.swo-pmt_td-npf{
padding:14px;
min-width:0;
font-size:13.5px;
overflow-wrap:break-word;
color:#7A8299;
}
.swo-pmt_row-npf .swo-pmt_td-npf:first-child{
color:#111520;
font-weight:700;
}
.swo-pmt_row-npf .swo-pmt_td-npf:last-child{
font-weight:700;
color:#1DB37A;
}
.swo-tt-npf{
padding:3rem 0 10px;
}
@media(min-width:767px){
.swo-tt-npf{
padding:60px 0 10px;
}
}
.swo-tt_head-npf{
margin-bottom:2.125rem;
text-align:center;
}
.swo-tt_eyebrow-npf{
margin-bottom:0.75rem;
}
.swo-tt_h2-npf{
overflow-wrap:break-word;
font-size:2rem;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
font-weight:600;
color:#111520;
line-height:1.05;
}
@media(min-width:766px){
.swo-tt_h2-npf{
font-size:42px;
}
}
.swo-tt_grid-npf{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:760px){
.swo-tt_grid-npf{
grid-template-columns:repeat(3,1fr);
}
}
.swo-tt_card-npf{
padding:30px;
border:1px solid rgba(18,22,42,0.07);
background:#FFFFFF;
border-radius:14px;
flex-direction:column;
display:flex;
min-width:0;
}
.swo-tt_card_ic-npf{
display:inline-flex;
align-items:center;
color:#3A6FE8;
margin-bottom:18px;
}
.swo-tt_card_ic-npf svg{
height:28px;
width:28px;
}
.swo-tt_card_h-npf{
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
margin-bottom:8px;
line-height:1.15;
font-weight:600;
color:#111520;
overflow-wrap:break-word;
font-size:22px;
}
.swo-tt_card_p-npf{
font-size:14px;
color:#7A8299;
line-height:1.6;
overflow-wrap:break-word;
margin-bottom:0.875rem;
}
.swo-tt_card_p-npf b{
color:#111520;
font-weight:700;
}
.swo-tt_card_link-npf{
transition:color .22s ease;
padding-bottom:2px;
align-self:flex-start;
font-weight:700;
font-size:13px;
color:#111520;
border-bottom:1px solid #3A6FE8;
margin-top:auto;
}
.swo-tt_card_link-npf:hover{
color:#3A6FE8;
}
.swo-et-npf{
padding:36px 0 0.625rem;
}
.swo-et_in-npf{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:881px){
.swo-et_in-npf{
grid-template-columns:1.1fr .9fr;
gap:3rem;
}
}
.swo-et_left-npf{
min-width:0;
}
.swo-et_eyebrow-npf{
margin-bottom:12px;
}
.swo-et_h2-npf{
overflow-wrap:break-word;
font-weight:600;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
line-height:1.06;
font-size:1.75rem;
color:#111520;
margin-bottom:0.875rem;
}
@media(min-width:765px){
.swo-et_h2-npf{
font-size:32px;
}
}
.swo-et_text-npf{
margin-bottom:1.375rem;
color:#7A8299;
font-size:0.938rem;
line-height:1.65;
}
.swo-et_stats-npf{
gap:1.5rem;
flex-wrap:wrap;
display:flex;
}
.swo-et_stat-npf{
min-width:0;
}
.swo-et_stat_v-npf{
color:#111520;
font-size:1.625rem;
font-weight:700;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
line-height:1;
}
.swo-et_stat_l-npf{
color:#5A6178;
font-size:12.5px;
margin-top:4px;
}
.swo-et_right-npf{
gap:0.75rem;
flex-direction:column;
display:flex;
}
.swo-et_member-npf{
border:1px solid rgba(18,22,42,0.07);
gap:16px;
background:#FFFFFF;
border-radius:14px;
padding:1.125rem 1.25rem;
min-width:0;
display:flex;
align-items:center;
}
.swo-et_member_av-npf{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#1A2240,#3A6FE8);
width:48px;
height:3rem;
}
.swo-et_member_name-npf{
overflow-wrap:break-word;
font-size:15px;
color:#111520;
font-weight:700;
}
.swo-et_member_role-npf{
overflow-wrap:break-word;
font-size:12.5px;
color:#5A6178;
}
.swo-et_updated-npf{
background:#F2F4F7;
border-radius:0.875rem;
border:1px solid rgba(18,22,42,0.07);
gap:0.5rem;
padding:14px 1.125rem;
font-size:12.5px;
align-items:center;
color:#7A8299;
display:flex;
}
.swo-hts-npf{
padding:3rem 0;
}
@media(min-width:766px){
.swo-hts-npf{
padding:62px 0;
}
}
.swo-hts_head-npf{
gap:18px;
flex-direction:column;
display:flex;
margin-bottom:34px;
}
@media(min-width:771px){
.swo-hts_head-npf{
gap:1.5rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.swo-hts_eyebrow-npf{
margin-bottom:12px;
}
.swo-hts_h2-npf{
font-weight:600;
color:#EDF0FA;
line-height:1.05;
overflow-wrap:break-word;
font-size:1.875rem;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
}
@media(min-width:770px){
.swo-hts_h2-npf{
font-size:2.375rem;
}
}
.swo-hts_cta-npf{
flex:0 0 auto;
background:#7EAAFF;
border-radius:62.438rem;
transition:opacity .22s ease;
padding:15px 30px;
font-weight:700;
color:#0D1020;
font-size:15px;
}
.swo-hts_cta-npf:hover{
opacity:.9;
}
.swo-hts_grid-npf{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:757px){
.swo-hts_grid-npf{
grid-template-columns:repeat(3,1fr);
}
}
.swo-hts_step-npf{
border-top:1px solid rgba(210,220,255,0.14);
padding-top:1.375rem;
min-width:0;
}
.swo-hts_step_num-npf{
color:#7EAAFF;
line-height:1;
font-size:44px;
font-weight:700;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
margin-bottom:0.875rem;
}
.swo-hts_step_h-npf{
overflow-wrap:break-word;
line-height:1.2;
font-size:19px;
font-weight:700;
margin-bottom:8px;
color:#EDF0FA;
}
.swo-hts_step_p-npf{
overflow-wrap:break-word;
line-height:1.55;
color:#8A97C0;
font-size:0.875rem;
}
.swo-ts-npf{
padding:44px 0;
}
.swo-ts_in-npf{
grid-template-columns:1fr;
gap:32px;
align-items:center;
display:grid;
}
@media(min-width:877px){
.swo-ts_in-npf{
grid-template-columns:1.4fr 1fr;
gap:48px;
}
}
.swo-ts_left-npf{
min-width:0;
}
.swo-ts_h2-npf{
font-size:26px;
color:#EDF0FA;
font-weight:600;
margin-bottom:12px;
line-height:1.1;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:765px){
.swo-ts_h2-npf{
font-size:28px;
}
}
.swo-ts_text-npf{
max-width:520px;
font-size:14.5px;
line-height:1.6;
color:#8A97C0;
margin-bottom:22px;
}
.swo-ts_badges-npf{
gap:1.125rem;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.swo-ts_badge-npf{
color:#8A97C0;
font-weight:600;
font-size:0.813rem;
}
.swo-ts_pay-npf{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
@media(min-width:883px){
.swo-ts_pay-npf{
justify-content:flex-end;
}
}
.swo-ts_pay_chip-npf{
border:1px solid rgba(210,220,255,0.14);
background:rgba(210,220,255,0.08);
padding:0.75rem 16px;
border-radius:0.875rem;
color:#EDF0FA;
font-weight:700;
font-size:0.875rem;
}
.swo-wy-npf{
padding:3rem 0;
}
@media(min-width:766px){
.swo-wy-npf{
padding:56px 0;
}
}
.swo-wy_in-npf{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:902px){
.swo-wy_in-npf{
grid-template-columns:.8fr 1.2fr;
gap:3rem;
}
}
.swo-wy_left-npf{
min-width:0;
}
.swo-wy_eyebrow-npf{
margin-bottom:0.875rem;
}
.swo-wy_h2-npf{
font-size:2rem;
margin-bottom:1rem;
font-weight:600;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
line-height:1.05;
color:#111520;
overflow-wrap:break-word;
}
@media(min-width:769px){
.swo-wy_h2-npf{
font-size:2.5rem;
}
}
.swo-wy_intro-npf{
color:#7A8299;
line-height:1.6;
font-size:0.938rem;
}
.swo-wy_grid-npf{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:557px){
.swo-wy_grid-npf{
grid-template-columns:1fr 1fr;
}
}
.swo-wy_card-npf{
padding:26px;
border:1px solid rgba(18,22,42,0.07);
border-radius:14px;
background:#FFFFFF;
min-width:0;
}
.swo-wy_card_ic-npf{
align-items:center;
margin-bottom:16px;
display:inline-flex;
color:#3A6FE8;
justify-content:center;
}
.swo-wy_card_ic-npf svg{
width:1.625rem;
height:1.625rem;
}
.swo-wy_card_h-npf{
font-weight:600;
margin-bottom:8px;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:21px;
line-height:1.15;
color:#111520;
}
.swo-wy_card_p-npf{
line-height:1.55;
overflow-wrap:break-word;
color:#7A8299;
font-size:0.875rem;
}
.swo-prov-npf{
padding:40px 0 1.25rem;
}
.swo-prov_eyebrow-npf{
margin-bottom:1.125rem;
display:block;
}
.swo-prov_grid-npf{
gap:12px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:558px){
.swo-prov_grid-npf{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:902px){
.swo-prov_grid-npf{
grid-template-columns:repeat(6,1fr);
}
}
.swo-rv-npf{
padding:48px 0;
background:#FFFFFF;
border-top:1px solid rgba(18,22,42,0.07);
border-bottom:1px solid rgba(18,22,42,0.07);
margin-top:24px;
}
@media(min-width:769px){
.swo-rv-npf{
padding:56px 0;
}
}
.swo-rv_head-npf{
gap:16px;
display:flex;
margin-bottom:30px;
flex-direction:column;
}
@media(min-width:769px){
.swo-rv_head-npf{
gap:1.25rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.swo-rv_eyebrow-npf{
margin-bottom:0.625rem;
}
.swo-rv_h2-npf{
font-size:30px;
font-weight:600;
color:#111520;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:770px){
.swo-rv_h2-npf{
font-size:2.375rem;
}
}
.swo-rv_agg-npf{
gap:0.75rem;
align-items:center;
display:flex;
}
.swo-rv_agg_stars-npf{
gap:3px;
display:flex;
color:#3A6FE8;
}
.swo-rv_agg_stars-npf svg{
width:18px;
height:1.125rem;
}
.swo-rv_source-npf{
font-size:0.813rem;
color:#7A8299;
}
.swo-rv_grid-npf{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:758px){
.swo-rv_grid-npf{
grid-template-columns:repeat(3,1fr);
}
}
.swo-rv_card-npf{
padding:26px;
border:1px solid rgba(18,22,42,0.07);
border-radius:14px;
background:#F2F4F7;
min-width:0;
}
.swo-rv_card_stars-npf{
gap:2px;
margin-bottom:0.75rem;
display:flex;
color:#3A6FE8;
}
.swo-rv_card_stars-npf svg{
width:0.875rem;
height:14px;
}
.swo-rv_card_body-npf{
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
color:#111520;
font-size:18px;
line-height:1.45;
margin-bottom:16px;
overflow-wrap:break-word;
font-weight:500;
}
.swo-rv_card_meta-npf{
gap:10px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.swo-rv_card_av-npf{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#3A6FE8,#7EAAFF);
width:32px;
height:32px;
}
.swo-rv_card_author-npf{
font-weight:700;
color:#111520;
font-size:0.813rem;
}
.swo-rv_card_loc-npf{
font-size:0.75rem;
color:#5A6178;
}
.swo-sg-npf{
padding:48px 0 10px;
}
.swo-sg_eyebrow-npf{
display:block;
margin-bottom:12px;
}
.swo-sg_h2-npf{
color:#111520;
margin-bottom:28px;
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
font-size:1.875rem;
}
@media(min-width:769px){
.swo-sg_h2-npf{
font-size:2.25rem;
}
}
.swo-sg_grid-npf{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:723px){
.swo-sg_grid-npf{
grid-template-columns:repeat(3,1fr);
}
}
.swo-sg_col-npf{
min-width:0;
}
.swo-sg_col_h-npf{
font-weight:600;
overflow-wrap:break-word;
color:#111520;
line-height:1.15;
font-size:22px;
margin-bottom:10px;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
}
.swo-sg_col_p-npf{
color:#7A8299;
overflow-wrap:break-word;
line-height:1.65;
font-size:14px;
}
.swo-el-npf{
padding:3rem 0;
}
@media(min-width:769px){
.swo-el-npf{
padding:56px 0;
}
}
.swo-el_in-npf{
grid-template-columns:1fr;
gap:2.5rem;
display:grid;
align-items:start;
}
@media(min-width:901px){
.swo-el_in-npf{
gap:3.5rem;
grid-template-columns:1fr 1fr;
}
}
.swo-el_left-npf{
min-width:0;
}
.swo-el_eyebrow-npf{
margin-bottom:14px;
}
.swo-el_h2-npf{
font-size:32px;
margin-bottom:1.375rem;
line-height:1.08;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
color:#111520;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:771px){
.swo-el_h2-npf{
font-size:38px;
}
}
.swo-el_body-npf p{
margin-bottom:1.125rem;
font-size:16px;
line-height:1.7;
color:#2B3044;
overflow-wrap:break-word;
}
.swo-el_dropcap-npf{
padding:6px 12px 0 0;
line-height:.8;
color:#3A6FE8;
font-size:62px;
float:left;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
font-weight:700;
}
.swo-el_right-npf{
min-width:0;
}
.swo-el_quote-npf{
border-radius:1.25rem;
padding:36px;
background:linear-gradient(150deg,#1A2240,#0E1018);
margin-bottom:24px;
position:relative;
color:#EDF0FA;
}
.swo-el_quote_mark-npf{
display:inline-flex;
color:#7EAAFF;
margin-bottom:6px;
align-items:center;
}
.swo-el_quote_mark-npf svg{
height:2.125rem;
width:34px;
}
.swo-el_quote_text-npf{
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
color:#EDF0FA;
margin-bottom:22px;
overflow-wrap:break-word;
font-weight:500;
font-size:22px;
line-height:1.4;
}
.swo-el_quote_meta-npf{
gap:12px;
align-items:center;
display:flex;
}
.swo-el_quote_av-npf{
background:linear-gradient(135deg,#3A6FE8,#7EAAFF);
flex:0 0 auto;
border-radius:50%;
width:2.375rem;
height:38px;
}
.swo-el_quote_author-npf{
color:#EDF0FA;
font-size:14px;
font-weight:700;
}
.swo-el_quote_meta_sub-npf{
color:#8A97C0;
font-size:12px;
}
.swo-el_explain-npf{
border:1px solid rgba(18,22,42,0.07);
border-radius:0.875rem;
overflow:hidden;
}
.swo-el_explain_card-npf{
padding:1.375rem 1.5rem;
}
.swo-el_explain_card-npf+.swo-el_explain_card-npf{
border-top:1px solid rgba(18,22,42,0.07);
}
.swo-el_explain_h-npf{
color:#111520;
font-weight:600;
overflow-wrap:break-word;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
line-height:1.15;
font-size:20px;
margin-bottom:8px;
}
.swo-el_explain_p-npf{
font-size:0.875rem;
line-height:1.55;
overflow-wrap:break-word;
color:#7A8299;
}
.swo-lh-npf{
padding:40px 0 1.25rem;
}
.swo-lh_in-npf{
border-top:1px solid rgba(18,22,42,0.13);
padding-top:2.125rem;
}
.swo-lh_eyebrow-npf{
margin-bottom:1.375rem;
display:block;
}
.swo-lh_grid-npf{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:598px){
.swo-lh_grid-npf{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:957px){
.swo-lh_grid-npf{
grid-template-columns:repeat(5,1fr);
}
}
.swo-lh_col-npf{
min-width:0;
}
.swo-lh_col_h-npf{
overflow-wrap:break-word;
color:#111520;
margin-bottom:0.75rem;
font-weight:700;
font-size:13px;
}
.swo-lh_links-npf{
gap:0.5rem;
display:flex;
flex-direction:column;
}
.swo-lh_link-npf{
transition:color .22s ease;
font-size:0.813rem;
overflow-wrap:break-word;
color:#7A8299;
}
.swo-lh_link-npf:hover{
color:#3A6FE8;
}
.swo-faq-npf{
background:#FFFFFF;
padding:48px 0;
border-bottom:1px solid rgba(18,22,42,0.07);
border-top:1px solid rgba(18,22,42,0.07);
margin-top:1.5rem;
}
@media(min-width:770px){
.swo-faq-npf{
padding:62px 0;
}
}
.swo-faq_head-npf{
margin-bottom:2.125rem;
text-align:center;
}
.swo-faq_eyebrow-npf{
margin-bottom:0.75rem;
}
.swo-faq_h2-npf{
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
line-height:1.05;
overflow-wrap:break-word;
color:#111520;
font-size:32px;
font-weight:600;
}
@media(min-width:770px){
.swo-faq_h2-npf{
font-size:38px;
}
}
.swo-faq_list-npf{
margin:0 auto;
gap:12px;
flex-direction:column;
display:flex;
max-width:51.25rem;
}
.swo-faq_item-npf{
border-radius:14px;
overflow:hidden;
background:#F2F4F7;
border:1px solid rgba(18,22,42,0.07);
}
.swo-faq_q-npf{
gap:20px;
list-style:none;
padding:20px 1.5rem;
overflow-wrap:break-word;
font-weight:700;
color:#111520;
font-size:1rem;
justify-content:space-between;
cursor:pointer;
display:flex;
align-items:center;
}
.swo-faq_q-npf::-webkit-details-marker{
display:none;
}
.swo-faq_q_ic-npf{
transition:transform .22s ease;
flex:0 0 auto;
color:#3A6FE8;
display:inline-flex;
align-items:center;
}
.swo-faq_q_ic-npf svg{
height:1.125rem;
width:18px;
}
.swo-faq_item-npf[open] .swo-faq_q_ic-npf{
transform:rotate(180deg);
}
.swo-faq_a-npf{
padding:0 24px 1.25rem;
font-size:0.906rem;
overflow-wrap:break-word;
color:#7A8299;
line-height:1.6;
}
.swo-sc-npf{
padding:48px 0 10px;
}
.swo-sc_head-npf{
margin-bottom:1.75rem;
text-align:center;
}
.swo-sc_eyebrow-npf{
margin-bottom:0.75rem;
}
.swo-sc_h2-npf{
line-height:1.05;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
color:#111520;
overflow-wrap:break-word;
font-size:1.875rem;
font-weight:600;
}
@media(min-width:765px){
.swo-sc_h2-npf{
font-size:2.25rem;
}
}
.swo-sc_table-npf{
margin:0 auto;
overflow:hidden;
border-radius:0.875rem;
border:1px solid rgba(18,22,42,0.07);
max-width:900px;
}
.swo-sc_thead-npf{
grid-template-columns:1.6fr 1fr 1fr;
background:#1A1E2A;
display:grid;
}
.swo-sc_th-npf{
padding:0.938rem 1.125rem;
font-weight:700;
overflow-wrap:break-word;
font-size:0.813rem;
color:#8A97C0;
text-align:center;
}
.swo-sc_th-npf:first-child{
text-align:left;
}
.swo-sc_th_us-npf{
color:#7EAAFF;
}
.swo-sc_row-npf{
grid-template-columns:1.6fr 1fr 1fr;
border-top:1px solid rgba(18,22,42,0.07);
display:grid;
}
.swo-sc_row-npf:nth-child(even){
background:#FFFFFF;
}
.swo-sc_td-npf{
padding:0.938rem 1.125rem;
overflow-wrap:break-word;
color:#5A6178;
min-width:0;
text-align:center;
font-size:14px;
}
.swo-sc_td-npf:first-child{
color:#2B3044;
text-align:left;
font-weight:600;
}
.swo-sc_td_us-npf{
color:#1DB37A;
font-weight:700;
}
.swo-sb-npf{
padding:48px 0;
background:#FFFFFF;
margin-top:24px;
border-bottom:1px solid rgba(18,22,42,0.07);
border-top:1px solid rgba(18,22,42,0.07);
}
@media(min-width:770px){
.swo-sb-npf{
padding:3.5rem 0;
}
}
.swo-sb_eyebrow-npf{
display:block;
margin-bottom:0.75rem;
}
.swo-sb_h2-npf{
margin-bottom:1.625rem;
font-weight:600;
font-size:1.875rem;
color:#111520;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:768px){
.swo-sb_h2-npf{
font-size:36px;
}
}
.swo-sb_grid-npf{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:559px){
.swo-sb_grid-npf{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:957px){
.swo-sb_grid-npf{
grid-template-columns:repeat(4,1fr);
}
}
.swo-sb_card-npf{
background:#F2F4F7;
border:1px solid rgba(18,22,42,0.07);
border-radius:0.875rem;
padding:1.5rem;
min-width:0;
}
.swo-sb_card_h-npf{
line-height:1.15;
font-weight:600;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
color:#111520;
margin-bottom:8px;
font-size:1.188rem;
overflow-wrap:break-word;
}
.swo-sb_card_p-npf{
color:#7A8299;
font-size:0.844rem;
overflow-wrap:break-word;
line-height:1.6;
}
.swo-sb_rtp-npf{
gap:1.5rem;
grid-template-columns:1fr;
border:1px solid rgba(18,22,42,0.07);
border-radius:14px;
background:#F2F4F7;
padding:26px 28px;
align-items:center;
display:grid;
margin-top:18px;
}
@media(min-width:761px){
.swo-sb_rtp-npf{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.swo-sb_rtp_h-npf{
line-height:1.15;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:20px;
color:#111520;
margin-bottom:8px;
overflow-wrap:break-word;
}
.swo-sb_rtp_p-npf{
font-size:0.844rem;
overflow-wrap:break-word;
line-height:1.6;
color:#7A8299;
}
.swo-sb_rtp_stats-npf{
gap:16px;
display:flex;
}
.swo-sb_stat-npf{
padding:18px;
border-radius:8px;
background:#FFFFFF;
flex:1 1 0;
text-align:center;
min-width:0;
}
.swo-sb_stat_v-npf{
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
color:#1DB37A;
overflow-wrap:break-word;
font-size:1.625rem;
font-weight:700;
}
.swo-sb_stat_l-npf{
margin-top:4px;
color:#5A6178;
font-size:0.719rem;
}
.swo-ft-npf{
background:#1A1E2A;
color:#8A97C0;
margin-top:40px;
}
.swo-ft_in-npf{
grid-template-columns:1fr;
padding:3rem 0 28px;
gap:2rem;
display:grid;
}
@media(min-width:601px){
.swo-ft_in-npf{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:898px){
.swo-ft_in-npf{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.swo-ft_brand-npf{
min-width:0;
}
.swo-ft_logo-npf{
color:#EDF0FA;
font-size:1.625rem;
overflow-wrap:break-word;
font-family:"Cormorant Garamond", Georgia, 'Times New Roman', serif;
font-weight:700;
}
.swo-ft_tagline-npf{
line-height:1.6;
color:#8A97C0;
font-size:0.844rem;
max-width:17.5rem;
margin-top:14px;
}
.swo-ft_contact-npf{
transition:color .22s ease;
max-width:17.5rem;
display:inline-block;
font-size:13px;
color:#7EAAFF;
margin-top:0.75rem;
overflow-wrap:anywhere;
}
.swo-ft_contact-npf:hover{
color:#EDF0FA;
}
.swo-ft_col-npf{
min-width:0;
}
.swo-ft_col_h-npf{
font-size:0.813rem;
color:#EDF0FA;
overflow-wrap:break-word;
font-weight:700;
letter-spacing:.08em;
margin-bottom:14px;
text-transform:uppercase;
}
.swo-ft_col_links-npf{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.swo-ft_link-npf{
transition:color .22s ease;
overflow-wrap:break-word;
color:#8A97C0;
font-size:13.5px;
}
.swo-ft_link-npf:hover{
color:#EDF0FA;
}
.swo-ft_bot-npf{
gap:16px;
padding:1.375rem 0 40px;
flex-direction:column;
display:flex;
border-top:1px solid rgba(210,220,255,0.14);
}
@media(min-width:769px){
.swo-ft_bot-npf{
gap:1.25rem;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.swo-ft_legal-npf{
line-height:1.6;
max-width:47.5rem;
color:#A3AABF;
overflow-wrap:break-word;
font-size:11.5px;
}
.swo-ft_legal-npf b{
font-weight:700;
color:#8A97C0;
}
.swo-ft_age-npf{
padding:0.25rem 9px;
border-radius:8px;
flex:0 0 auto;
border:1.5px solid #7EAAFF;
font-weight:700;
font-size:0.813rem;
color:#7EAAFF;
}