*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F4F6F9;
line-height:1.6;
-webkit-font-smoothing:antialiased;
font-size:15px;
overflow-wrap:break-word;
text-rendering:optimizeLegibility;
font-family:"IBM Plex Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#2C3348;
}
img{
display:block;
max-width:100%;
}
a{
text-decoration:none;
color:inherit;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
width:0.5rem;
height:8px;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(0, 0, 0, 0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.yuw-layout-xfw{
display:flex;
min-height:100vh;
flex-direction:column;
}
.yuw-main-xfw{
flex:1 1 auto;
min-width:0;
width:100%;
}
.yuw-container-xfw{
margin:0 auto;
padding:0 16px;
width:100%;
max-width:1400px;
}
@media(min-width:765px){
.yuw-container-xfw{
padding:0 2rem;
}
}
@media(min-width:1101px){
.yuw-container-xfw{
padding:0 3.5rem;
}
}
.yuw-eyebrow-xfw{
letter-spacing:.2em;
font-weight:600;
overflow-wrap:break-word;
color:#2E7EE8;
font-size:0.688rem;
font-family:"IBM Plex Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.4;
display:inline-block;
text-transform:uppercase;
}
.yuw-band-xfw{
background:#111827;
color:#EEF1F8;
}
.yuw-band-xfw .yuw-eyebrow-xfw{
color:#6FB3FF;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.yuw-tb-xfw{
background:#F4F6F9;
z-index:50;
top:0;
position:sticky;
border-bottom:1px solid rgba(15, 20, 32, 0.14);
}
.yuw-tb_in-xfw{
gap:1rem;
padding:12px 1rem;
margin:0 auto;
width:100%;
justify-content:space-between;
max-width:1400px;
align-items:center;
display:flex;
}
@media(min-width:767px){
.yuw-tb_in-xfw{
padding:16px 2rem;
}
}
@media(min-width:1102px){
.yuw-tb_in-xfw{
padding:18px 56px;
}
}
.yuw-tb_left-xfw{
gap:1.75rem;
align-items:center;
min-width:0;
display:flex;
}
.yuw-tb_logo-xfw{
gap:11px;
align-items:center;
display:flex;
min-width:0;
}
.yuw-tb_logo_mark-xfw{
border-radius:8px;
flex:0 0 auto;
height:34px;
object-fit:cover;
width:34px;
}
.yuw-tb_logo_txt-xfw{
line-height:1;
min-width:0;
flex-direction:column;
display:flex;
}
.yuw-tb_logo_name-xfw{
overflow:hidden;
font-size:1.375rem;
font-weight:700;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
white-space:nowrap;
text-overflow:ellipsis;
letter-spacing:.02em;
color:#0F1420;
}
.yuw-tb_logo_sub-xfw{
overflow:hidden;
text-transform:uppercase;
margin-top:0.25rem;
font-weight:600;
color:#2E7EE8;
white-space:nowrap;
font-size:8.5px;
letter-spacing:.32em;
text-overflow:ellipsis;
}
.yuw-tb_nav-xfw{
display:none;
}
@media(min-width:960px){
.yuw-tb_nav-xfw{
gap:1.75rem;
display:flex;
align-items:center;
}
}
.yuw-tb_nav_item-xfw{
transition:color .2s ease,border-color .2s ease;
color:#2C3348;
border-bottom:2px solid transparent;
font-weight:600;
font-size:0.875rem;
white-space:nowrap;
padding-bottom:3px;
}
.yuw-tb_nav_item-xfw:hover{
color:#0F1420;
}
.yuw-tb_nav_item-xfw.yuw-state_active-xfw{
border-color:#2E7EE8;
color:#0F1420;
}
.yuw-tb_right-xfw{
gap:0.875rem;
flex:0 0 auto;
align-items:center;
display:flex;
}
.yuw-tb_search-xfw{
transition:color .2s ease;
display:flex;
color:#2C3348;
justify-content:center;
align-items:center;
}
.yuw-tb_search-xfw:hover{
color:#2E7EE8;
}
.yuw-tb_search-xfw svg{
height:18px;
width:18px;
}
.yuw-tb_lang-xfw{
color:#5A6480;
letter-spacing:.1em;
font-size:11px;
text-transform:uppercase;
font-weight:600;
}
.yuw-tb_lang-xfw:hover{
color:#0F1420;
}
.yuw-tb_login-xfw{
display:none;
font-size:0.875rem;
color:#0F1420;
font-weight:600;
}
@media(min-width:770px){
.yuw-tb_login-xfw{
display:inline-block;
}
}
.yuw-tb_register-xfw{
background:#111827;
transition:background-color .2s ease;
border-radius:999px;
padding:11px 1.375rem;
font-size:0.875rem;
white-space:nowrap;
color:#EEF1F8;
font-weight:700;
}
.yuw-tb_register-xfw:hover{
background:#1E2D45;
}
.yuw-mob-xfw{
background:#F4F6F9;
left:0;
right:0;
padding-bottom:env(safe-area-inset-bottom);
z-index:60;
border-top:1px solid rgba(15, 20, 32, 0.14);
position:fixed;
bottom:0;
}
@media(min-width:959px){
.yuw-mob-xfw{
display:none;
}
}
.yuw-mob_in-xfw{
margin:0 auto;
justify-content:space-around;
display:flex;
max-width:560px;
align-items:stretch;
}
.yuw-mob_item-xfw{
flex:1 1 0;
transition:color .2s ease;
padding:0.563rem 0.25rem;
gap:3px;
align-items:center;
display:flex;
min-width:0;
color:#5A6480;
flex-direction:column;
}
.yuw-mob_item-xfw.yuw-state_active-xfw{
color:#2E7EE8;
}
.yuw-mob_ic-xfw{
display:flex;
justify-content:center;
align-items:center;
}
.yuw-mob_ic-xfw svg{
width:20px;
height:20px;
}
.yuw-mob_lb-xfw{
overflow:hidden;
font-weight:600;
font-size:0.625rem;
white-space:nowrap;
max-width:100%;
text-overflow:ellipsis;
}
@media(max-width:959px){
body{
padding-bottom:60px;
}
}
.yuw-rail-xfw{
min-width:0;
position:relative;
}
.yuw-rail_scroll-xfw{
gap:14px;
display:flex;
overflow-x:auto;
padding-bottom:14px;
scrollbar-width:thin;
-webkit-overflow-scrolling:touch;
}
@media(min-width:768px){
.yuw-rail_scroll-xfw{
gap:18px;
}
}
.yuw-gc-xfw{
flex:0 0 auto;
display:block;
width:150px;
}
@media(min-width:765px){
.yuw-gc-xfw{
width:188px;
}
}
.yuw-gc_img-xfw{
background:#FFFFFF;
border-radius:14px;
overflow:hidden;
position:relative;
box-shadow:0 2px 6px rgba(15, 20, 32, 0.06), 0 0.5rem 1.25rem rgba(15, 20, 32, 0.08);
padding-bottom:133.33%;
}
.yuw-gc_img-xfw img{
inset:0;
height:100%;
width:100%;
position:absolute;
object-fit:cover;
}
.yuw-gc_cover-xfw{
background:linear-gradient(160deg,transparent 55%,rgba(0, 0, 0, 0.52));
inset:0;
position:absolute;
pointer-events:none;
}
.yuw-gc_hover-xfw{
transition:opacity .2s ease;
inset:0;
background:rgba(0, 0, 0, 0.52);
display:flex;
opacity:0;
align-items:center;
position:absolute;
justify-content:center;
}
.yuw-gc-xfw:hover .yuw-gc_hover-xfw{
opacity:1;
}
.yuw-gc_hover_btn-xfw{
background:#111827;
border-radius:999px;
color:#EEF1F8;
width:2.875rem;
height:46px;
display:flex;
align-items:center;
justify-content:center;
}
.yuw-gc_hover_btn-xfw svg{
width:1.125rem;
height:1.125rem;
}
.yuw-gc_info-xfw{
gap:2px;
min-width:0;
flex-direction:column;
margin-top:9px;
display:flex;
}
.yuw-gc_name-xfw{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
color:#0F1420;
font-weight:700;
font-size:0.813rem;
}
.yuw-gc_prov-xfw{
overflow:hidden;
font-size:0.688rem;
white-space:nowrap;
text-overflow:ellipsis;
color:#5A6480;
}
.yuw-gc_meta-xfw{
color:#5A6480;
font-size:0.688rem;
}
.yuw-tc-xfw{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:769px){
.yuw-tc-xfw{
width:14.375rem;
}
}
.yuw-tc_img-xfw{
background:#FFFFFF;
overflow:hidden;
border-radius:14px;
padding-bottom:75%;
box-shadow:0 2px 0.375rem rgba(15, 20, 32, 0.06), 0 0.5rem 1.25rem rgba(15, 20, 32, 0.08);
position:relative;
}
.yuw-tc_img-xfw img{
inset:0;
height:100%;
width:100%;
object-fit:cover;
position:absolute;
}
.yuw-tc_info-xfw{
gap:2px;
margin-top:9px;
display:flex;
flex-direction:column;
min-width:0;
}
.yuw-tc_name-xfw{
overflow:hidden;
white-space:nowrap;
color:#0F1420;
font-size:14px;
text-overflow:ellipsis;
font-weight:700;
}
.yuw-tc_rtp-xfw{
color:#5A6480;
font-size:11px;
}
.yuw-lc-xfw{
flex:0 0 auto;
display:block;
width:14.375rem;
}
@media(min-width:765px){
.yuw-lc-xfw{
width:268px;
}
}
.yuw-lc_img-xfw{
border-radius:14px;
background:#FFFFFF;
overflow:hidden;
position:relative;
padding-bottom:62.5%;
box-shadow:0 2px 6px rgba(15, 20, 32, 0.06), 0 0.5rem 20px rgba(15, 20, 32, 0.08);
}
.yuw-lc_img-xfw img{
inset:0;
position:absolute;
width:100%;
height:100%;
object-fit:cover;
}
.yuw-lc_live-xfw{
border-radius:62.438rem;
gap:7px;
background:rgba(0, 0, 0, 0.52);
padding:4px 0.563rem;
left:12px;
display:flex;
top:12px;
align-items:center;
position:absolute;
}
.yuw-lc_live_dot-xfw{
border-radius:50%;
animation:zm2-pulse 1.6s infinite;
background:#E8384A;
height:0.5rem;
width:8px;
}
.yuw-lc_seats-xfw{
color:#EEF1F8;
letter-spacing:.08em;
font-size:10px;
font-weight:600;
text-transform:uppercase;
}
.yuw-lc_info-xfw{
gap:2px;
flex-direction:column;
margin-top:9px;
display:flex;
min-width:0;
}
.yuw-lc_name-xfw{
overflow:hidden;
font-weight:700;
font-size:15px;
white-space:nowrap;
color:#0F1420;
text-overflow:ellipsis;
}
.yuw-lc_bet-xfw{
color:#5A6480;
font-size:11px;
}
.yuw-pc-xfw{
padding:1rem 14px;
gap:8px;
border:1px solid rgba(15, 20, 32, 0.08);
border-radius:0.875rem;
background:#FFFFFF;
min-height:74px;
align-items:center;
min-width:0;
display:flex;
justify-content:center;
flex-direction:column;
}
.yuw-pc_logo-xfw{
flex:0 0 auto;
width:auto;
height:28px;
object-fit:contain;
max-width:100%;
}
.yuw-pc_name-xfw{
overflow:hidden;
font-size:11px;
white-space:nowrap;
text-overflow:ellipsis;
max-width:100%;
text-align:center;
color:#5A6480;
}
.yuw-gc_tag-xfw{
border-radius:8px;
padding:3px 0.5rem;
font-weight:700;
left:0.625rem;
letter-spacing:.06em;
display:inline-block;
z-index:2;
text-transform:uppercase;
font-size:10px;
top:10px;
position:absolute;
}
.yuw-gc_tag_hot-xfw{
background:#E8384A;
color:#EEF1F8;
}
.yuw-gc_tag_new-xfw{
background:#5BA3FF;
color:#0F1420;
}
.yuw-gc_tag_jp-xfw{
background:#F0A500;
color:#0F1420;
}
.yuw-gc_tag_live-xfw{
background:#E8384A;
color:#EEF1F8;
}
.yuw-sh-xfw{
margin-bottom:1.125rem;
min-width:0;
}
.yuw-sh_row-xfw{
gap:1rem;
align-items:flex-end;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
}
.yuw-sh_row-xfw .yuw-sh_l-xfw{
gap:0.375rem;
display:flex;
flex-direction:column;
min-width:0;
}
.yuw-sh_stack-xfw{
gap:0.625rem;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.yuw-sh_center-xfw{
gap:10px;
flex-direction:column;
text-align:center;
display:flex;
align-items:center;
}
.yuw-sh_h2-xfw{
color:#0F1420;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-size:24px;
line-height:1.1;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:767px){
.yuw-sh_h2-xfw{
font-size:30px;
}
}
.yuw-band-xfw .yuw-sh_h2-xfw{
color:#EEF1F8;
}
.yuw-sh_eb_line-xfw{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.yuw-sh_eb_line-xfw::before{
background:#2E7EE8;
height:1px;
content:"";
display:inline-block;
width:1.75rem;
}
.yuw-band-xfw .yuw-sh_eb_line-xfw::before{
background:#6FB3FF;
}
.yuw-sh_eb_dot-xfw{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.yuw-sh_eb_dot-xfw::before{
border-radius:50%;
background:#2E7EE8;
display:inline-block;
width:0.375rem;
height:6px;
content:"";
}
.yuw-band-xfw .yuw-sh_eb_dot-xfw::before{
background:#6FB3FF;
}
.yuw-sh_link-xfw{
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
gap:0.375rem;
white-space:nowrap;
border-bottom:1px solid #0F1420;
align-items:center;
font-weight:600;
display:inline-flex;
padding-bottom:2px;
font-size:13px;
color:#0F1420;
}
.yuw-sh_link-xfw:hover{
border-color:#2E7EE8;
color:#2E7EE8;
}
.yuw-sh_link-xfw svg{
width:14px;
height:14px;
}
.yuw-sh_link_chev-xfw{
border-bottom:0;
padding-bottom:0;
}
.yuw-sh_link_btn-xfw{
background:#111827;
padding:9px 1.125rem;
border-radius:62.438rem;
border-bottom:0;
color:#EEF1F8;
}
.yuw-sh_link_btn-xfw:hover{
border-color:transparent;
background:#1E2D45;
color:#EEF1F8;
}
.yuw-band-xfw .yuw-sh_link-xfw{
border-color:#EEF1F8;
color:#EEF1F8;
}
.yuw-band-xfw .yuw-sh_link_btn-xfw{
background:#6FB3FF;
color:#0F1420;
}
.yuw-sh_rule-xfw{
background:rgba(15, 20, 32, 0.14);
margin:-2px 0 18px;
height:1px;
}
.yuw-band-xfw .yuw-sh_rule-xfw{
background:rgba(255, 255, 255, 0.12);
}
.yuw-hero-xfw{
padding:32px 0 8px;
}
@media(min-width:771px){
.yuw-hero-xfw{
padding:3.5rem 0 1.5rem;
}
}
.yuw-hero_in-xfw{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:901px){
.yuw-hero_in-xfw{
grid-template-columns:1.05fr .95fr;
gap:48px;
}
}
.yuw-hero_copy-xfw{
min-width:0;
}
.yuw-hero_eyebrow-xfw{
gap:10px;
display:inline-flex;
align-items:center;
margin-bottom:1.375rem;
}
.yuw-hero_eyebrow_line-xfw{
background:#2E7EE8;
flex:0 0 auto;
width:28px;
height:1px;
display:inline-block;
}
.yuw-hero_h1-xfw{
line-height:1.04;
overflow-wrap:break-word;
letter-spacing:-.01em;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
color:#0F1420;
font-weight:600;
font-size:2.375rem;
margin-bottom:1.25rem;
}
@media(min-width:769px){
.yuw-hero_h1-xfw{
font-size:3.375rem;
}
}
@media(min-width:1097px){
.yuw-hero_h1-xfw{
font-size:62px;
}
}
.yuw-hero_h1-xfw em{
font-style:normal;
color:#2E7EE8;
}
.yuw-hero_sub-xfw{
margin-bottom:30px;
max-width:480px;
color:#7B86A0;
line-height:1.6;
font-size:1rem;
}
@media(min-width:765px){
.yuw-hero_sub-xfw{
font-size:1.125rem;
}
}
.yuw-hero_actions-xfw{
gap:14px;
margin-bottom:2.125rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.yuw-hero_cta-xfw{
border-radius:999px;
padding:1rem 30px;
transition:background-color .2s ease;
background:#111827;
gap:0.625rem;
display:inline-flex;
font-size:0.938rem;
font-weight:700;
align-items:center;
color:#EEF1F8;
}
.yuw-hero_cta-xfw:hover{
background:#1E2D45;
}
.yuw-hero_cta_ic-xfw{
display:inline-flex;
align-items:center;
}
.yuw-hero_cta_ic-xfw svg{
width:1rem;
height:1rem;
}
.yuw-hero_cta_alt-xfw{
border-radius:62.438rem;
background:transparent;
border:1px solid rgba(15, 20, 32, 0.14);
transition:border-color .2s ease,color .2s ease;
padding:15px 26px;
display:inline-flex;
color:#0F1420;
font-size:0.938rem;
font-weight:600;
align-items:center;
}
.yuw-hero_cta_alt-xfw:hover{
border-color:#2E7EE8;
color:#2E7EE8;
}
.yuw-hero_trust-xfw{
gap:1.375rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.yuw-hero_trust_item-xfw{
gap:0.563rem;
color:#2C3348;
display:flex;
align-items:center;
font-weight:600;
font-size:13px;
}
.yuw-hero_trust_ic-xfw{
align-items:center;
color:#2E7EE8;
display:inline-flex;
}
.yuw-hero_trust_ic-xfw svg{
height:1rem;
width:1rem;
}
.yuw-hero_promo-xfw{
overflow:hidden;
border-radius:20px;
background:#FFFFFF;
box-shadow:0 0.75rem 2.5rem rgba(15, 20, 32, 0.14), 0 32px 64px rgba(15, 20, 32, 0.10);
min-height:18.75rem;
display:flex;
position:relative;
}
.yuw-hero_promo_bg-xfw{
inset:0;
position:absolute;
background-position:center;
background-size:cover;
}
.yuw-hero_promo_bg-xfw::after{
inset:0;
background:linear-gradient(120deg,#111827 0%,rgba(0, 0, 0, 0.52) 55%,transparent 100%);
content:"";
position:absolute;
}
.yuw-hero_promo_glow-xfw{
border-radius:50%;
background:radial-gradient(circle,rgba(79, 140, 255, 0.18) 0%,transparent 65%);
position:absolute;
pointer-events:none;
height:16.25rem;
top:-40px;
width:260px;
right:-1.25rem;
}
.yuw-hero_promo_ct-xfw{
padding:28px;
align-self:flex-end;
position:relative;
max-width:88%;
z-index:2;
}
.yuw-hero_promo_label-xfw{
display:block;
color:#6FB3FF;
font-size:10px;
margin-bottom:0.5rem;
text-transform:uppercase;
font-weight:700;
letter-spacing:.25em;
}
.yuw-hero_promo_amount-xfw{
line-height:1.05;
font-weight:600;
color:#EEF1F8;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:2rem;
}
@media(min-width:770px){
.yuw-hero_promo_amount-xfw{
font-size:40px;
}
}
.yuw-hero_promo_amount-xfw em{
font-style:normal;
color:#6FB3FF;
}
.yuw-hero_rating-xfw{
gap:10px;
border:1px solid rgba(15, 20, 32, 0.08);
border-radius:0.875rem;
background:#FFFFFF;
padding:0.625rem 0.875rem;
top:14px;
align-items:center;
max-width:min(16.25rem,62%);
position:absolute;
z-index:3;
box-shadow:0 2px 0.375rem rgba(15, 20, 32, 0.06), 0 0.5rem 1.25rem rgba(15, 20, 32, 0.08);
right:14px;
display:flex;
}
.yuw-hero_rating_score-xfw{
flex:0 0 auto;
font-weight:700;
color:#0F1420;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.5rem;
}
.yuw-hero_rating_txt-xfw{
flex:1 1 auto;
min-width:0;
}
.yuw-hero_rating_stars-xfw{
gap:2px;
color:#2E7EE8;
display:flex;
}
.yuw-hero_rating_stars-xfw svg{
height:12px;
width:12px;
}
.yuw-hero_rating_cap-xfw{
display:block;
color:#5A6480;
overflow-wrap:break-word;
line-height:1.35;
margin-top:3px;
font-size:0.688rem;
}
.yuw-stat-xfw{
border-top:1px solid rgba(15, 20, 32, 0.14);
margin-top:1rem;
border-bottom:1px solid rgba(15, 20, 32, 0.14);
}
.yuw-stat_in-xfw{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:770px){
.yuw-stat_in-xfw{
grid-template-columns:repeat(4,1fr);
}
}
.yuw-stat_item-xfw{
padding:1.375rem 14px;
min-width:0;
border-bottom:1px solid rgba(15, 20, 32, 0.08);
border-right:1px solid rgba(15, 20, 32, 0.08);
}
.yuw-stat_item-xfw:nth-child(2n){
border-right:0;
}
.yuw-stat_item-xfw:nth-child(n+3){
border-bottom:0;
}
@media(min-width:765px){
.yuw-stat_item-xfw{
border-bottom:0;
}
.yuw-stat_item-xfw:nth-child(2n){
border-right:1px solid rgba(15, 20, 32, 0.08);
}
.yuw-stat_item-xfw:nth-child(4n){
border-right:0;
}
}
.yuw-stat_value-xfw{
overflow-wrap:break-word;
font-size:1.875rem;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
line-height:1;
color:#0F1420;
}
@media(min-width:768px){
.yuw-stat_value-xfw{
font-size:34px;
}
}
.yuw-stat_label-xfw{
overflow-wrap:break-word;
color:#5A6480;
margin-top:6px;
font-size:13px;
line-height:1.4;
}
.yuw-grow-xfw{
padding:26px 0 0.625rem;
}
.yuw-row_seo-xfw{
margin:10px 0 0;
color:#7B86A0;
overflow-wrap:break-word;
font-size:14px;
max-width:47.5rem;
line-height:1.65;
}
.yuw-row_seo-xfw strong{
color:#0F1420;
font-weight:700;
}
.yuw-gf-xfw{
padding:1.5rem 0 0.375rem;
}
.yuw-gf_in-xfw{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.yuw-gf_chip-xfw{
background:#FFFFFF;
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
padding:0.625rem 18px;
border-radius:999px;
border:1px solid rgba(15, 20, 32, 0.14);
font-weight:600;
white-space:nowrap;
color:#2C3348;
font-size:13px;
}
.yuw-gf_chip-xfw:hover{
border-color:#2E7EE8;
color:#2E7EE8;
}
.yuw-gf_chip-xfw.yuw-state_active-xfw{
border-color:transparent;
background:#111827;
color:#EEF1F8;
}
.yuw-jp-xfw{
padding:1.875rem 0 0.625rem;
}
.yuw-jp_grid-xfw{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:766px){
.yuw-jp_grid-xfw{
grid-template-columns:1fr 1fr;
}
.yuw-jp_card_mega-xfw{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.yuw-jp_grid-xfw{
grid-template-columns:1.4fr 1fr 1fr;
}
.yuw-jp_card_mega-xfw{
grid-column:auto;
}
}
.yuw-jp_card-xfw{
border-radius:20px;
overflow:hidden;
gap:12px;
background:#FFFFFF;
border:1px solid rgba(15, 20, 32, 0.08);
padding:1.625rem;
justify-content:space-between;
min-height:12.5rem;
min-width:0;
flex-direction:column;
position:relative;
display:flex;
}
.yuw-jp_card_mega-xfw{
border-color:transparent;
background:linear-gradient(135deg,#162035,#090D16);
color:#EEF1F8;
min-height:210px;
}
.yuw-jp_glow-xfw{
background:radial-gradient(circle,rgba(79, 140, 255, 0.18),transparent 70%);
border-radius:50%;
pointer-events:none;
top:-40px;
height:12.5rem;
width:12.5rem;
right:-40px;
position:absolute;
}
.yuw-jp_label-xfw{
gap:0.625rem;
font-weight:700;
text-transform:uppercase;
color:#2E7EE8;
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
font-size:0.625rem;
letter-spacing:.16em;
position:relative;
}
.yuw-jp_card_mega-xfw .yuw-jp_label-xfw{
color:#6FB3FF;
}
.yuw-jp_drop-xfw{
color:#5A6480;
letter-spacing:.04em;
font-weight:600;
text-transform:none;
}
.yuw-jp_card_mega-xfw .yuw-jp_drop-xfw{
color:#8A97B8;
}
.yuw-jp_amount-xfw{
line-height:1;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
position:relative;
font-size:2.375rem;
font-weight:700;
overflow-wrap:break-word;
color:#0F1420;
}
.yuw-jp_card_mega-xfw .yuw-jp_amount-xfw{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#6FB3FF;
}
@media(min-width:765px){
.yuw-jp_card_mega-xfw .yuw-jp_amount-xfw{
font-size:54px;
}
}
.yuw-jp_game-xfw{
color:#5A6480;
font-size:13px;
position:relative;
}
.yuw-jp_card_mega-xfw .yuw-jp_game-xfw{
color:#8A97B8;
}
.yuw-jp_cta-xfw{
position:relative;
align-self:flex-start;
}
.yuw-jp_card_mega-xfw .yuw-jp_cta-xfw{
border-radius:62.438rem;
transition:opacity .2s ease;
background:#6FB3FF;
padding:10px 1.25rem;
font-weight:700;
color:#0F1420;
font-size:0.813rem;
}
.yuw-jp_card_mega-xfw .yuw-jp_cta-xfw:hover{
opacity:.9;
}
.yuw-jp_card-xfw:not(.yuw-jp_card_mega-xfw) .yuw-jp_cta-xfw{
transition:color .2s ease,border-color .2s ease;
font-size:0.813rem;
padding-bottom:2px;
color:#0F1420;
font-weight:700;
border-bottom:1px solid #0F1420;
}
.yuw-jp_card-xfw:not(.yuw-jp_card_mega-xfw) .yuw-jp_cta-xfw:hover{
border-color:#2E7EE8;
color:#2E7EE8;
}
.yuw-jp_seo-xfw{
margin:0.875rem 0 0;
max-width:47.5rem;
overflow-wrap:break-word;
font-size:14px;
color:#7B86A0;
line-height:1.65;
}
.yuw-jp_seo-xfw strong{
font-weight:700;
color:#0F1420;
}
.yuw-pr-xfw{
padding:1.875rem 0 6px;
}
.yuw-pr_card-xfw{
background:#FFFFFF;
flex:0 0 auto;
border:1px solid rgba(15, 20, 32, 0.08);
gap:10px;
padding:1.625rem;
overflow:hidden;
border-radius:20px;
min-height:12.5rem;
position:relative;
flex-direction:column;
display:flex;
width:17.5rem;
}
@media(min-width:768px){
.yuw-pr_card-xfw{
width:18.75rem;
}
}
.yuw-pr_card_feat-xfw{
background:linear-gradient(150deg,#162035,#090D16);
border-color:transparent;
color:#EEF1F8;
}
.yuw-pr_glow-xfw{
background:radial-gradient(circle,rgba(79, 140, 255, 0.18),transparent 70%);
border-radius:50%;
position:absolute;
width:130px;
pointer-events:none;
right:-30px;
height:8.125rem;
opacity:0;
top:-1.875rem;
}
.yuw-pr_card_feat-xfw .yuw-pr_glow-xfw{
opacity:1;
}
.yuw-pr_label-xfw{
color:#2E7EE8;
position:relative;
font-size:0.625rem;
font-weight:700;
text-transform:uppercase;
letter-spacing:.16em;
}
.yuw-pr_card_feat-xfw .yuw-pr_label-xfw{
color:#6FB3FF;
}
.yuw-pr_amount-xfw{
overflow-wrap:break-word;
font-weight:600;
position:relative;
line-height:1.08;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.625rem;
color:#0F1420;
}
.yuw-pr_card_feat-xfw .yuw-pr_amount-xfw{
color:#EEF1F8;
}
.yuw-pr_amount-xfw em{
font-style:normal;
color:#2E7EE8;
}
.yuw-pr_card_feat-xfw .yuw-pr_amount-xfw em{
color:#6FB3FF;
}
.yuw-pr_terms-xfw{
color:#5A6480;
line-height:1.5;
font-size:13px;
position:relative;
}
.yuw-pr_card_feat-xfw .yuw-pr_terms-xfw{
color:#8A97B8;
}
.yuw-pr_cta-xfw{
margin-top:auto;
align-self:flex-start;
position:relative;
}
.yuw-pr_card_feat-xfw .yuw-pr_cta-xfw{
border-radius:62.438rem;
background:#6FB3FF;
padding:9px 1.125rem;
transition:opacity .2s ease;
font-weight:700;
font-size:13px;
color:#0F1420;
}
.yuw-pr_card_feat-xfw .yuw-pr_cta-xfw:hover{
opacity:.9;
}
.yuw-pr_card-xfw:not(.yuw-pr_card_feat-xfw) .yuw-pr_cta-xfw{
transition:color .2s ease,border-color .2s ease;
color:#0F1420;
border-bottom:1px solid #0F1420;
font-weight:700;
padding-bottom:2px;
font-size:0.813rem;
}
.yuw-pr_card-xfw:not(.yuw-pr_card_feat-xfw) .yuw-pr_cta-xfw:hover{
border-color:#2E7EE8;
color:#2E7EE8;
}
.yuw-grow-xfw{
padding:26px 0 0.625rem;
}
.yuw-row_seo-xfw{
margin:0.625rem 0 0;
line-height:1.65;
color:#7B86A0;
max-width:760px;
font-size:0.875rem;
overflow-wrap:break-word;
}
.yuw-row_seo-xfw strong{
font-weight:700;
color:#0F1420;
}
.yuw-grow-xfw{
padding:1.625rem 0 0.625rem;
}
.yuw-row_seo-xfw{
margin:0.625rem 0 0;
line-height:1.65;
color:#7B86A0;
overflow-wrap:break-word;
font-size:14px;
max-width:47.5rem;
}
.yuw-row_seo-xfw strong{
color:#0F1420;
font-weight:700;
}
.yuw-gm-xfw{
padding:1.875rem 0 0.625rem;
}
.yuw-gm_in-xfw{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:881px){
.yuw-gm_in-xfw{
grid-template-columns:1.25fr 1fr;
}
}
.yuw-gm_left-xfw{
padding:32px;
border:1px solid rgba(15, 20, 32, 0.08);
background:#FFFFFF;
border-radius:20px;
min-width:0;
}
.yuw-gm_eyebrow-xfw{
margin-bottom:0.625rem;
}
.yuw-gm_h2-xfw{
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
color:#0F1420;
line-height:1.06;
font-weight:600;
font-size:26px;
margin-bottom:0.5rem;
overflow-wrap:break-word;
}
@media(min-width:769px){
.yuw-gm_h2-xfw{
font-size:28px;
}
}
.yuw-gm_text-xfw{
color:#7B86A0;
max-width:480px;
line-height:1.6;
margin-bottom:1.375rem;
font-size:0.875rem;
}
.yuw-gm_level-xfw{
margin-bottom:0.5rem;
font-size:22px;
font-weight:700;
color:#2E7EE8;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
}
.yuw-gm_bar-xfw{
overflow:hidden;
border-radius:62.438rem;
background:rgba(15, 20, 32, 0.14);
height:0.5rem;
margin-bottom:0.375rem;
}
.yuw-gm_bar_fill-xfw{
background:linear-gradient(90deg,#2E7EE8,#76BBFF);
border-radius:999px;
height:100%;
}
.yuw-gm_bar_meta-xfw{
gap:0.625rem;
margin-bottom:1.125rem;
justify-content:space-between;
font-size:0.688rem;
color:#5A6480;
display:flex;
}
.yuw-gm_missions-xfw{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.yuw-gm_mission-xfw{
border:1px solid rgba(15, 20, 32, 0.14);
background:#F4F6F9;
gap:7px;
border-radius:999px;
padding:9px 15px;
color:#2C3348;
display:inline-flex;
font-size:12.5px;
font-weight:600;
align-items:center;
}
.yuw-gm_mission_ic-xfw{
color:#2E7EE8;
display:inline-flex;
align-items:center;
}
.yuw-gm_mission_ic-xfw svg{
width:0.813rem;
height:13px;
}
.yuw-gm_right-xfw{
background:linear-gradient(150deg,#162035,#090D16);
padding:32px;
overflow:hidden;
border-radius:1.25rem;
color:#EEF1F8;
display:flex;
flex-direction:column;
position:relative;
}
.yuw-gm_glow-xfw{
border-radius:50%;
background:radial-gradient(circle,rgba(79, 140, 255, 0.18),transparent 70%);
width:9.375rem;
position:absolute;
height:150px;
right:-1.875rem;
pointer-events:none;
top:-1.875rem;
}
.yuw-gm_ref_eyebrow-xfw{
position:relative;
margin-bottom:0.625rem;
}
.yuw-gm_ref_h2-xfw{
color:#EEF1F8;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.625rem;
margin-bottom:0.5rem;
overflow-wrap:break-word;
line-height:1.1;
font-weight:600;
position:relative;
}
.yuw-gm_ref_text-xfw{
position:relative;
font-size:0.844rem;
color:#8A97B8;
margin-bottom:1.25rem;
line-height:1.55;
}
.yuw-gm_ref_cta-xfw{
padding:11px 1.375rem;
border-radius:62.438rem;
transition:opacity .2s ease;
background:#6FB3FF;
position:relative;
color:#0F1420;
align-self:flex-start;
margin-top:auto;
font-size:13.5px;
font-weight:700;
}
.yuw-gm_ref_cta-xfw:hover{
opacity:.9;
}
.yuw-vip-xfw{
padding:48px 0;
}
@media(min-width:767px){
.yuw-vip-xfw{
padding:4rem 0;
}
}
.yuw-vip_head-xfw{
gap:14px;
margin-bottom:1.875rem;
display:flex;
flex-direction:column;
}
@media(min-width:878px){
.yuw-vip_head-xfw{
gap:24px;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.yuw-vip_eyebrow-xfw{
margin-bottom:0.75rem;
}
.yuw-vip_h2-xfw{
color:#EEF1F8;
line-height:1.05;
font-size:32px;
font-weight:600;
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.yuw-vip_h2-xfw{
font-size:2.5rem;
}
}
.yuw-vip_intro-xfw{
line-height:1.6;
font-size:0.875rem;
color:#8A97B8;
max-width:420px;
}
.yuw-vip_grid-xfw{
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
gap:14px;
display:grid;
}
.yuw-vip_card-xfw{
padding:1.375rem 1.125rem;
border-radius:0.875rem;
border:1px solid rgba(255, 255, 255, 0.12);
min-width:0;
}
.yuw-vip_card_feat-xfw{
border-color:#6FB3FF;
background:rgba(255, 255, 255, 0.07);
}
.yuw-vip_card_ic-xfw{
border-radius:0.5rem;
background:linear-gradient(135deg,#2E7EE8,#76BBFF);
margin-bottom:1rem;
height:2.125rem;
width:2.125rem;
display:block;
}
.yuw-vip_name-xfw{
font-size:20px;
color:#EEF1F8;
margin-bottom:0.375rem;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
}
.yuw-vip_perk-xfw{
color:#8A97B8;
overflow-wrap:break-word;
line-height:1.5;
font-size:0.781rem;
}
.yuw-sea-xfw{
padding:24px 0 10px;
}
.yuw-sea_in-xfw{
background:linear-gradient(115deg,#162035,#090D16);
padding:36px;
overflow:hidden;
gap:1.375rem;
border-radius:1.25rem;
flex-direction:column;
display:flex;
position:relative;
color:#EEF1F8;
}
@media(min-width:819px){
.yuw-sea_in-xfw{
gap:32px;
padding:2.75rem 48px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.yuw-sea_glow-xfw{
border-radius:50%;
background:radial-gradient(circle,rgba(79, 140, 255, 0.18),transparent 68%);
position:absolute;
right:3.75rem;
width:240px;
transform:translateY(-50%);
height:15rem;
top:50%;
pointer-events:none;
}
.yuw-sea_copy-xfw{
max-width:560px;
min-width:0;
position:relative;
}
.yuw-sea_eyebrow-xfw{
margin-bottom:0.75rem;
}
.yuw-sea_h2-xfw{
color:#EEF1F8;
line-height:1.04;
margin-bottom:0.75rem;
overflow-wrap:break-word;
font-weight:600;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-size:30px;
}
@media(min-width:767px){
.yuw-sea_h2-xfw{
font-size:38px;
}
}
.yuw-sea_text-xfw{
color:#8A97B8;
font-size:15px;
line-height:1.6;
}
.yuw-sea_cta-xfw{
flex:0 0 auto;
background:#6FB3FF;
padding:16px 2rem;
transition:opacity .2s ease;
border-radius:62.438rem;
font-size:0.938rem;
position:relative;
font-weight:700;
color:#0F1420;
}
.yuw-sea_cta-xfw:hover{
opacity:.9;
}
.yuw-app-xfw{
padding:1.875rem 0 0.625rem;
}
.yuw-app_in-xfw{
background:#FFFFFF;
gap:28px;
border-radius:1.25rem;
border:1px solid rgba(15, 20, 32, 0.08);
padding:2rem;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.yuw-app_in-xfw{
gap:2.5rem;
padding:40px 44px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.yuw-app_copy-xfw{
min-width:0;
max-width:560px;
}
.yuw-app_eyebrow-xfw{
margin-bottom:12px;
}
.yuw-app_h2-xfw{
font-weight:600;
margin-bottom:12px;
line-height:1.05;
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
color:#0F1420;
font-size:1.75rem;
}
@media(min-width:771px){
.yuw-app_h2-xfw{
font-size:34px;
}
}
.yuw-app_text-xfw{
margin-bottom:22px;
line-height:1.6;
font-size:0.875rem;
color:#7B86A0;
}
.yuw-app_btns-xfw{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.yuw-app_btn-xfw{
transition:background-color .2s ease;
padding:11px 1.25rem;
gap:10px;
border-radius:14px;
background:#111827;
color:#EEF1F8;
align-items:center;
display:inline-flex;
}
.yuw-app_btn-xfw:hover{
background:#1E2D45;
}
.yuw-app_btn_ic-xfw{
align-items:center;
display:inline-flex;
}
.yuw-app_btn_ic-xfw svg{
height:18px;
width:1.125rem;
}
.yuw-app_btn_lb-xfw{
font-size:13.5px;
font-weight:700;
}
.yuw-app_qr_wrap-xfw{
flex:0 0 auto;
gap:1.125rem;
align-items:center;
display:flex;
}
.yuw-app_qr-xfw{
border-radius:0.875rem;
flex:0 0 auto;
background-color:#111827;
width:108px;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 5px,transparent 0.313rem 0.688rem),repeating-linear-gradient(90deg,#FFFFFF 0 5px,transparent 0.313rem 11px);
height:6.75rem;
}
.yuw-app_qr_cap-xfw{
font-size:12.5px;
color:#5A6480;
line-height:1.4;
max-width:92px;
}
.yuw-rv-xfw{
padding:48px 0;
background:#FFFFFF;
margin-top:24px;
border-top:1px solid rgba(15, 20, 32, 0.08);
border-bottom:1px solid rgba(15, 20, 32, 0.08);
}
@media(min-width:768px){
.yuw-rv-xfw{
padding:56px 0;
}
}
.yuw-rv_head-xfw{
gap:1rem;
margin-bottom:30px;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.yuw-rv_head-xfw{
gap:20px;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.yuw-rv_eyebrow-xfw{
margin-bottom:0.625rem;
}
.yuw-rv_h2-xfw{
font-weight:600;
font-size:30px;
color:#0F1420;
overflow-wrap:break-word;
line-height:1.05;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:766px){
.yuw-rv_h2-xfw{
font-size:2.375rem;
}
}
.yuw-rv_agg-xfw{
gap:0.75rem;
display:flex;
align-items:center;
}
.yuw-rv_agg_stars-xfw{
gap:3px;
color:#2E7EE8;
display:flex;
}
.yuw-rv_agg_stars-xfw svg{
height:1.125rem;
width:18px;
}
.yuw-rv_source-xfw{
color:#7B86A0;
font-size:13px;
}
.yuw-rv_grid-xfw{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:757px){
.yuw-rv_grid-xfw{
grid-template-columns:repeat(3,1fr);
}
}
.yuw-rv_card-xfw{
border-radius:14px;
padding:1.625rem;
border:1px solid rgba(15, 20, 32, 0.08);
background:#F4F6F9;
min-width:0;
}
.yuw-rv_card_stars-xfw{
gap:2px;
margin-bottom:12px;
display:flex;
color:#2E7EE8;
}
.yuw-rv_card_stars-xfw svg{
height:14px;
width:0.875rem;
}
.yuw-rv_card_body-xfw{
color:#0F1420;
font-weight:500;
line-height:1.45;
overflow-wrap:break-word;
font-size:1.125rem;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:16px;
}
.yuw-rv_card_meta-xfw{
gap:0.625rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.yuw-rv_card_av-xfw{
background:linear-gradient(135deg,#2E7EE8,#76BBFF);
flex:0 0 auto;
border-radius:50%;
height:2rem;
width:2rem;
}
.yuw-rv_card_author-xfw{
color:#0F1420;
font-weight:700;
font-size:13px;
}
.yuw-rv_card_loc-xfw{
font-size:12px;
color:#5A6480;
}
.yuw-op-xfw{
padding:2.25rem 0 0.625rem;
}
.yuw-op_in-xfw{
border-radius:0.875rem;
grid-template-columns:1fr;
background:#FFFFFF;
padding:32px;
border:1px solid rgba(15, 20, 32, 0.08);
gap:32px;
display:grid;
align-items:center;
}
@media(min-width:857px){
.yuw-op_in-xfw{
padding:34px 2.5rem;
grid-template-columns:.9fr 1.1fr;
gap:2.75rem;
}
}
.yuw-op_left-xfw{
min-width:0;
}
.yuw-op_eyebrow-xfw{
margin-bottom:12px;
}
.yuw-op_h2-xfw{
font-size:28px;
color:#0F1420;
overflow-wrap:break-word;
line-height:1.08;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:10px;
}
@media(min-width:769px){
.yuw-op_h2-xfw{
font-size:30px;
}
}
.yuw-op_text-xfw{
color:#7B86A0;
font-size:0.875rem;
line-height:1.6;
}
.yuw-op_grid-xfw{
grid-template-columns:1fr 1fr;
background:rgba(15, 20, 32, 0.14);
overflow:hidden;
gap:1px;
border-radius:8px;
border:1px solid rgba(15, 20, 32, 0.14);
display:grid;
}
.yuw-op_field-xfw{
padding:18px 1.25rem;
background:#F4F6F9;
min-width:0;
}
.yuw-op_field_lb-xfw{
font-weight:600;
color:#2E7EE8;
margin-bottom:0.313rem;
letter-spacing:.1em;
font-size:0.625rem;
text-transform:uppercase;
}
.yuw-op_field_val-xfw{
overflow-wrap:break-word;
font-weight:700;
font-size:0.875rem;
color:#0F1420;
}
.yuw-prov-xfw{
padding:40px 0 1.25rem;
}
.yuw-prov_eyebrow-xfw{
display:block;
margin-bottom:1.125rem;
}
.yuw-prov_grid-xfw{
grid-template-columns:repeat(2,1fr);
gap:0.75rem;
display:grid;
}
@media(min-width:561px){
.yuw-prov_grid-xfw{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:903px){
.yuw-prov_grid-xfw{
grid-template-columns:repeat(6,1fr);
}
}
.yuw-hts-xfw{
padding:48px 0;
}
@media(min-width:771px){
.yuw-hts-xfw{
padding:3.875rem 0;
}
}
.yuw-hts_head-xfw{
gap:1.125rem;
display:flex;
margin-bottom:2.125rem;
flex-direction:column;
}
@media(min-width:769px){
.yuw-hts_head-xfw{
gap:24px;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.yuw-hts_eyebrow-xfw{
margin-bottom:12px;
}
.yuw-hts_h2-xfw{
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
color:#EEF1F8;
font-size:30px;
font-weight:600;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:766px){
.yuw-hts_h2-xfw{
font-size:2.375rem;
}
}
.yuw-hts_cta-xfw{
transition:opacity .2s ease;
flex:0 0 auto;
padding:15px 1.875rem;
border-radius:62.438rem;
background:#6FB3FF;
font-size:15px;
color:#0F1420;
font-weight:700;
}
.yuw-hts_cta-xfw:hover{
opacity:.9;
}
.yuw-hts_grid-xfw{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:762px){
.yuw-hts_grid-xfw{
grid-template-columns:repeat(3,1fr);
}
}
.yuw-hts_step-xfw{
border-top:1px solid rgba(255, 255, 255, 0.12);
min-width:0;
padding-top:1.375rem;
}
.yuw-hts_step_num-xfw{
font-weight:700;
font-size:2.75rem;
color:#6FB3FF;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:14px;
line-height:1;
}
.yuw-hts_step_h-xfw{
color:#EEF1F8;
overflow-wrap:break-word;
font-size:1.188rem;
margin-bottom:0.5rem;
font-weight:700;
line-height:1.2;
}
.yuw-hts_step_p-xfw{
overflow-wrap:break-word;
line-height:1.55;
font-size:0.875rem;
color:#8A97B8;
}
.yuw-tt-xfw{
padding:3rem 0 0.625rem;
}
@media(min-width:766px){
.yuw-tt-xfw{
padding:3.75rem 0 0.625rem;
}
}
.yuw-tt_head-xfw{
text-align:center;
margin-bottom:2.125rem;
}
.yuw-tt_eyebrow-xfw{
margin-bottom:0.75rem;
}
.yuw-tt_h2-xfw{
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
color:#0F1420;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-size:32px;
}
@media(min-width:770px){
.yuw-tt_h2-xfw{
font-size:42px;
}
}
.yuw-tt_grid-xfw{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:763px){
.yuw-tt_grid-xfw{
grid-template-columns:repeat(3,1fr);
}
}
.yuw-tt_card-xfw{
border-radius:0.875rem;
border:1px solid rgba(15, 20, 32, 0.08);
padding:1.875rem;
background:#FFFFFF;
display:flex;
flex-direction:column;
min-width:0;
}
.yuw-tt_card_ic-xfw{
align-items:center;
margin-bottom:1.125rem;
display:inline-flex;
color:#2E7EE8;
}
.yuw-tt_card_ic-xfw svg{
height:1.75rem;
width:1.75rem;
}
.yuw-tt_card_h-xfw{
margin-bottom:0.5rem;
font-weight:600;
color:#0F1420;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:1.375rem;
line-height:1.15;
}
.yuw-tt_card_p-xfw{
overflow-wrap:break-word;
color:#7B86A0;
margin-bottom:0.875rem;
font-size:0.875rem;
line-height:1.6;
}
.yuw-tt_card_p-xfw b{
color:#0F1420;
font-weight:700;
}
.yuw-tt_card_link-xfw{
transition:color .2s ease;
padding-bottom:2px;
margin-top:auto;
font-size:0.813rem;
color:#0F1420;
font-weight:700;
border-bottom:1px solid #2E7EE8;
align-self:flex-start;
}
.yuw-tt_card_link-xfw:hover{
color:#2E7EE8;
}
.yuw-rc-xfw{
padding:3rem 0 10px;
}
.yuw-rc_in-xfw{
gap:32px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:759px){
.yuw-rc_in-xfw{
gap:2.5rem;
grid-template-columns:repeat(3,1fr);
}
}
.yuw-rc_col-xfw{
min-width:0;
}
.yuw-rc_label-xfw{
letter-spacing:.2em;
margin-bottom:16px;
text-transform:uppercase;
font-weight:600;
color:#2E7EE8;
font-size:0.688rem;
}
.yuw-rc_awards-xfw{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.yuw-rc_award-xfw{
gap:0.75rem;
min-width:0;
display:flex;
align-items:center;
}
.yuw-rc_award_ic-xfw{
flex:0 0 auto;
color:#5BA3FF;
display:inline-flex;
align-items:center;
}
.yuw-rc_award_ic-xfw svg{
width:18px;
height:18px;
}
.yuw-rc_award_t-xfw{
font-weight:700;
font-size:14px;
color:#0F1420;
overflow-wrap:break-word;
}
.yuw-rc_award_s-xfw{
color:#5A6480;
overflow-wrap:break-word;
font-size:0.75rem;
}
.yuw-rc_press-xfw{
grid-template-columns:1fr 1fr;
gap:0.625rem;
display:grid;
}
.yuw-rc_press_logo-xfw{
overflow:hidden;
border:1px solid rgba(15, 20, 32, 0.08);
border-radius:8px;
padding:0 8px;
font-size:14px;
justify-content:center;
color:#7B86A0;
text-align:center;
align-items:center;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:700;
height:52px;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
display:flex;
}
.yuw-rc_partner-xfw{
background:#FFFFFF;
border:1px solid rgba(15, 20, 32, 0.08);
padding:22px;
border-radius:0.875rem;
}
.yuw-rc_partner_name-xfw{
overflow-wrap:break-word;
font-weight:600;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:6px;
color:#0F1420;
font-size:20px;
}
.yuw-rc_partner_text-xfw{
font-size:0.813rem;
color:#7B86A0;
line-height:1.55;
overflow-wrap:break-word;
}
.yuw-ts-xfw{
padding:44px 0;
}
.yuw-ts_in-xfw{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:883px){
.yuw-ts_in-xfw{
grid-template-columns:1.4fr 1fr;
gap:48px;
}
}
.yuw-ts_left-xfw{
min-width:0;
}
.yuw-ts_h2-xfw{
line-height:1.1;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
color:#EEF1F8;
margin-bottom:12px;
font-size:1.625rem;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:765px){
.yuw-ts_h2-xfw{
font-size:1.75rem;
}
}
.yuw-ts_text-xfw{
max-width:520px;
font-size:14.5px;
color:#8A97B8;
line-height:1.6;
margin-bottom:22px;
}
.yuw-ts_badges-xfw{
gap:1.125rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.yuw-ts_badge-xfw{
font-weight:600;
color:#8A97B8;
font-size:0.813rem;
}
.yuw-ts_pay-xfw{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
@media(min-width:880px){
.yuw-ts_pay-xfw{
justify-content:flex-end;
}
}
.yuw-ts_pay_chip-xfw{
padding:0.75rem 16px;
border-radius:14px;
background:rgba(255, 255, 255, 0.07);
border:1px solid rgba(255, 255, 255, 0.12);
font-size:14px;
color:#EEF1F8;
font-weight:700;
}
.yuw-pmt-xfw{
padding:48px 0 10px;
}
.yuw-pmt_in-xfw{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:start;
}
@media(min-width:878px){
.yuw-pmt_in-xfw{
grid-template-columns:1fr 1.1fr;
gap:3rem;
}
}
.yuw-pmt_left-xfw{
min-width:0;
}
.yuw-pmt_eyebrow-xfw{
margin-bottom:0.75rem;
}
.yuw-pmt_h2-xfw{
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.06;
font-weight:600;
margin-bottom:0.75rem;
color:#0F1420;
font-size:30px;
}
@media(min-width:770px){
.yuw-pmt_h2-xfw{
font-size:32px;
}
}
.yuw-pmt_text-xfw{
color:#7B86A0;
font-size:14.5px;
line-height:1.6;
margin-bottom:1.375rem;
}
.yuw-pmt_logos-xfw{
grid-template-columns:repeat(2,1fr);
gap:0.625rem;
display:grid;
}
@media(min-width:478px){
.yuw-pmt_logos-xfw{
grid-template-columns:repeat(4,1fr);
}
}
.yuw-pmt_logo-xfw{
border:1px solid rgba(15, 20, 32, 0.08);
background:#FFFFFF;
padding:0 8px;
overflow:hidden;
border-radius:8px;
font-weight:700;
color:#2C3348;
display:flex;
height:50px;
text-align:center;
justify-content:center;
font-size:0.781rem;
text-overflow:ellipsis;
align-items:center;
white-space:nowrap;
}
.yuw-pmt_table-xfw{
border-radius:0.875rem;
border:1px solid rgba(15, 20, 32, 0.08);
overflow:hidden;
min-width:0;
}
.yuw-pmt_thead-xfw{
background:#1A1F2E;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.yuw-pmt_th-xfw{
padding:13px 14px;
overflow:hidden;
white-space:nowrap;
text-transform:uppercase;
text-overflow:ellipsis;
color:#EEF1F8;
font-weight:700;
letter-spacing:.08em;
font-size:0.625rem;
}
.yuw-pmt_row-xfw{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(15, 20, 32, 0.08);
}
.yuw-pmt_row-xfw:nth-child(odd){
background:#FFFFFF;
}
.yuw-pmt_td-xfw{
padding:14px;
min-width:0;
color:#7B86A0;
overflow-wrap:break-word;
font-size:13.5px;
}
.yuw-pmt_row-xfw .yuw-pmt_td-xfw:first-child{
color:#0F1420;
font-weight:700;
}
.yuw-pmt_row-xfw .yuw-pmt_td-xfw:last-child{
color:#1DB877;
font-weight:700;
}
.yuw-wy-xfw{
padding:48px 0;
}
@media(min-width:771px){
.yuw-wy-xfw{
padding:3.5rem 0;
}
}
.yuw-wy_in-xfw{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:start;
}
@media(min-width:900px){
.yuw-wy_in-xfw{
gap:48px;
grid-template-columns:.8fr 1.2fr;
}
}
.yuw-wy_left-xfw{
min-width:0;
}
.yuw-wy_eyebrow-xfw{
margin-bottom:14px;
}
.yuw-wy_h2-xfw{
margin-bottom:1rem;
font-weight:600;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.05;
color:#0F1420;
font-size:32px;
}
@media(min-width:769px){
.yuw-wy_h2-xfw{
font-size:40px;
}
}
.yuw-wy_intro-xfw{
font-size:15px;
color:#7B86A0;
line-height:1.6;
}
.yuw-wy_grid-xfw{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:558px){
.yuw-wy_grid-xfw{
grid-template-columns:1fr 1fr;
}
}
.yuw-wy_card-xfw{
padding:26px;
background:#FFFFFF;
border-radius:0.875rem;
border:1px solid rgba(15, 20, 32, 0.08);
min-width:0;
}
.yuw-wy_card_ic-xfw{
color:#2E7EE8;
align-items:center;
display:inline-flex;
justify-content:center;
margin-bottom:16px;
}
.yuw-wy_card_ic-xfw svg{
width:1.625rem;
height:26px;
}
.yuw-wy_card_h-xfw{
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:0.5rem;
color:#0F1420;
line-height:1.15;
font-size:1.313rem;
}
.yuw-wy_card_p-xfw{
overflow-wrap:break-word;
line-height:1.55;
color:#7B86A0;
font-size:0.875rem;
}
.yuw-et-xfw{
padding:2.25rem 0 0.625rem;
}
.yuw-et_in-xfw{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:881px){
.yuw-et_in-xfw{
grid-template-columns:1.1fr .9fr;
gap:3rem;
}
}
.yuw-et_left-xfw{
min-width:0;
}
.yuw-et_eyebrow-xfw{
margin-bottom:0.75rem;
}
.yuw-et_h2-xfw{
line-height:1.06;
overflow-wrap:break-word;
font-size:28px;
color:#0F1420;
margin-bottom:0.875rem;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:769px){
.yuw-et_h2-xfw{
font-size:2rem;
}
}
.yuw-et_text-xfw{
color:#7B86A0;
margin-bottom:1.375rem;
font-size:15px;
line-height:1.65;
}
.yuw-et_stats-xfw{
gap:24px;
display:flex;
flex-wrap:wrap;
}
.yuw-et_stat-xfw{
min-width:0;
}
.yuw-et_stat_v-xfw{
color:#0F1420;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
font-size:26px;
line-height:1;
}
.yuw-et_stat_l-xfw{
font-size:12.5px;
margin-top:4px;
color:#5A6480;
}
.yuw-et_right-xfw{
gap:12px;
display:flex;
flex-direction:column;
}
.yuw-et_member-xfw{
border-radius:0.875rem;
border:1px solid rgba(15, 20, 32, 0.08);
gap:1rem;
background:#FFFFFF;
padding:1.125rem 20px;
min-width:0;
display:flex;
align-items:center;
}
.yuw-et_member_av-xfw{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#162035,#2E7EE8);
height:48px;
width:48px;
}
.yuw-et_member_name-xfw{
color:#0F1420;
font-weight:700;
overflow-wrap:break-word;
font-size:0.938rem;
}
.yuw-et_member_role-xfw{
color:#5A6480;
font-size:0.781rem;
overflow-wrap:break-word;
}
.yuw-et_updated-xfw{
border-radius:14px;
border:1px solid rgba(15, 20, 32, 0.08);
padding:0.875rem 1.125rem;
background:#F4F6F9;
gap:8px;
display:flex;
align-items:center;
font-size:0.781rem;
color:#7B86A0;
}
.yuw-sg-xfw{
padding:3rem 0 0.625rem;
}
.yuw-sg_eyebrow-xfw{
display:block;
margin-bottom:0.75rem;
}
.yuw-sg_h2-xfw{
overflow-wrap:break-word;
font-size:1.875rem;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:28px;
line-height:1.05;
color:#0F1420;
}
@media(min-width:766px){
.yuw-sg_h2-xfw{
font-size:2.25rem;
}
}
.yuw-sg_grid-xfw{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:719px){
.yuw-sg_grid-xfw{
grid-template-columns:repeat(3,1fr);
}
}
.yuw-sg_col-xfw{
min-width:0;
}
.yuw-sg_col_h-xfw{
color:#0F1420;
font-size:1.375rem;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
font-weight:600;
margin-bottom:10px;
overflow-wrap:break-word;
}
.yuw-sg_col_p-xfw{
line-height:1.65;
color:#7B86A0;
overflow-wrap:break-word;
font-size:14px;
}
.yuw-lh-xfw{
padding:2.5rem 0 20px;
}
.yuw-lh_in-xfw{
border-top:1px solid rgba(15, 20, 32, 0.14);
padding-top:34px;
}
.yuw-lh_eyebrow-xfw{
display:block;
margin-bottom:22px;
}
.yuw-lh_grid-xfw{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:598px){
.yuw-lh_grid-xfw{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:959px){
.yuw-lh_grid-xfw{
grid-template-columns:repeat(5,1fr);
}
}
.yuw-lh_col-xfw{
min-width:0;
}
.yuw-lh_col_h-xfw{
color:#0F1420;
font-weight:700;
font-size:0.813rem;
overflow-wrap:break-word;
margin-bottom:0.75rem;
}
.yuw-lh_links-xfw{
gap:8px;
flex-direction:column;
display:flex;
}
.yuw-lh_link-xfw{
transition:color .2s ease;
overflow-wrap:break-word;
font-size:13px;
color:#7B86A0;
}
.yuw-lh_link-xfw:hover{
color:#2E7EE8;
}
.yuw-sb-xfw{
padding:3rem 0;
background:#FFFFFF;
border-top:1px solid rgba(15, 20, 32, 0.08);
margin-top:1.5rem;
border-bottom:1px solid rgba(15, 20, 32, 0.08);
}
@media(min-width:765px){
.yuw-sb-xfw{
padding:3.5rem 0;
}
}
.yuw-sb_eyebrow-xfw{
margin-bottom:0.75rem;
display:block;
}
.yuw-sb_h2-xfw{
line-height:1.05;
overflow-wrap:break-word;
font-size:30px;
margin-bottom:26px;
color:#0F1420;
font-weight:600;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.yuw-sb_h2-xfw{
font-size:2.25rem;
}
}
.yuw-sb_grid-xfw{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:557px){
.yuw-sb_grid-xfw{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:958px){
.yuw-sb_grid-xfw{
grid-template-columns:repeat(4,1fr);
}
}
.yuw-sb_card-xfw{
padding:1.5rem;
border:1px solid rgba(15, 20, 32, 0.08);
background:#F4F6F9;
border-radius:0.875rem;
min-width:0;
}
.yuw-sb_card_h-xfw{
color:#0F1420;
line-height:1.15;
font-weight:600;
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.5rem;
font-size:19px;
}
.yuw-sb_card_p-xfw{
overflow-wrap:break-word;
line-height:1.6;
color:#7B86A0;
font-size:0.844rem;
}
.yuw-sb_rtp-xfw{
border-radius:0.875rem;
border:1px solid rgba(15, 20, 32, 0.08);
grid-template-columns:1fr;
background:#F4F6F9;
gap:24px;
padding:26px 1.75rem;
align-items:center;
margin-top:1.125rem;
display:grid;
}
@media(min-width:761px){
.yuw-sb_rtp-xfw{
grid-template-columns:1fr 1fr;
gap:40px;
}
}
.yuw-sb_rtp_h-xfw{
font-weight:600;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#0F1420;
margin-bottom:0.5rem;
font-size:20px;
line-height:1.15;
}
.yuw-sb_rtp_p-xfw{
color:#7B86A0;
overflow-wrap:break-word;
font-size:13.5px;
line-height:1.6;
}
.yuw-sb_rtp_stats-xfw{
gap:1rem;
display:flex;
}
.yuw-sb_stat-xfw{
border-radius:8px;
background:#FFFFFF;
flex:1 1 0;
padding:1.125rem;
text-align:center;
min-width:0;
}
.yuw-sb_stat_v-xfw{
font-size:1.625rem;
overflow-wrap:break-word;
color:#1DB877;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
}
.yuw-sb_stat_l-xfw{
margin-top:0.25rem;
color:#5A6480;
font-size:11.5px;
}
.yuw-faq-xfw{
background:#FFFFFF;
padding:3rem 0;
border-bottom:1px solid rgba(15, 20, 32, 0.08);
margin-top:24px;
border-top:1px solid rgba(15, 20, 32, 0.08);
}
@media(min-width:770px){
.yuw-faq-xfw{
padding:3.875rem 0;
}
}
.yuw-faq_head-xfw{
margin-bottom:34px;
text-align:center;
}
.yuw-faq_eyebrow-xfw{
margin-bottom:0.75rem;
}
.yuw-faq_h2-xfw{
line-height:1.05;
font-weight:600;
overflow-wrap:break-word;
color:#0F1420;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-size:2rem;
}
@media(min-width:766px){
.yuw-faq_h2-xfw{
font-size:38px;
}
}
.yuw-faq_list-xfw{
margin:0 auto;
gap:12px;
max-width:820px;
display:flex;
flex-direction:column;
}
.yuw-faq_item-xfw{
border-radius:0.875rem;
border:1px solid rgba(15, 20, 32, 0.08);
overflow:hidden;
background:#F4F6F9;
}
.yuw-faq_q-xfw{
list-style:none;
gap:20px;
padding:20px 1.5rem;
font-weight:700;
align-items:center;
overflow-wrap:break-word;
display:flex;
font-size:16px;
justify-content:space-between;
cursor:pointer;
color:#0F1420;
}
.yuw-faq_q-xfw::-webkit-details-marker{
display:none;
}
.yuw-faq_q_ic-xfw{
flex:0 0 auto;
transition:transform .2s ease;
align-items:center;
display:inline-flex;
color:#2E7EE8;
}
.yuw-faq_q_ic-xfw svg{
height:18px;
width:18px;
}
.yuw-faq_item-xfw[open] .yuw-faq_q_ic-xfw{
transform:rotate(180deg);
}
.yuw-faq_a-xfw{
padding:0 24px 1.25rem;
color:#7B86A0;
line-height:1.6;
overflow-wrap:break-word;
font-size:14.5px;
}
.yuw-el-xfw{
padding:48px 0;
}
@media(min-width:766px){
.yuw-el-xfw{
padding:3.5rem 0;
}
}
.yuw-el_in-xfw{
grid-template-columns:1fr;
gap:2.5rem;
display:grid;
align-items:start;
}
@media(min-width:898px){
.yuw-el_in-xfw{
grid-template-columns:1fr 1fr;
gap:3.5rem;
}
}
.yuw-el_left-xfw{
min-width:0;
}
.yuw-el_eyebrow-xfw{
margin-bottom:0.875rem;
}
.yuw-el_h2-xfw{
color:#0F1420;
margin-bottom:1.375rem;
font-weight:600;
font-size:2rem;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.08;
overflow-wrap:break-word;
}
@media(min-width:767px){
.yuw-el_h2-xfw{
font-size:38px;
}
}
.yuw-el_body-xfw p{
overflow-wrap:break-word;
line-height:1.7;
color:#2C3348;
margin-bottom:1.125rem;
font-size:16px;
}
.yuw-el_dropcap-xfw{
padding:6px 0.75rem 0 0;
color:#2E7EE8;
font-size:3.875rem;
line-height:.8;
float:left;
font-weight:700;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
}
.yuw-el_right-xfw{
min-width:0;
}
.yuw-el_quote-xfw{
background:linear-gradient(150deg,#162035,#090D16);
padding:2.25rem;
border-radius:20px;
position:relative;
margin-bottom:24px;
color:#EEF1F8;
}
.yuw-el_quote_mark-xfw{
color:#6FB3FF;
display:inline-flex;
align-items:center;
margin-bottom:0.375rem;
}
.yuw-el_quote_mark-xfw svg{
height:2.125rem;
width:2.125rem;
}
.yuw-el_quote_text-xfw{
overflow-wrap:break-word;
font-size:22px;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
color:#EEF1F8;
margin-bottom:1.375rem;
line-height:1.4;
font-weight:500;
}
.yuw-el_quote_meta-xfw{
gap:0.75rem;
align-items:center;
display:flex;
}
.yuw-el_quote_av-xfw{
border-radius:50%;
background:linear-gradient(135deg,#2E7EE8,#76BBFF);
flex:0 0 auto;
width:2.375rem;
height:2.375rem;
}
.yuw-el_quote_author-xfw{
font-size:0.875rem;
font-weight:700;
color:#EEF1F8;
}
.yuw-el_quote_meta_sub-xfw{
color:#8A97B8;
font-size:0.75rem;
}
.yuw-el_explain-xfw{
overflow:hidden;
border-radius:14px;
border:1px solid rgba(15, 20, 32, 0.08);
}
.yuw-el_explain_card-xfw{
padding:22px 1.5rem;
}
.yuw-el_explain_card-xfw+.yuw-el_explain_card-xfw{
border-top:1px solid rgba(15, 20, 32, 0.08);
}
.yuw-el_explain_h-xfw{
line-height:1.15;
font-size:1.25rem;
color:#0F1420;
font-weight:600;
margin-bottom:0.5rem;
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
}
.yuw-el_explain_p-xfw{
overflow-wrap:break-word;
font-size:14px;
line-height:1.55;
color:#7B86A0;
}
.yuw-ft-xfw{
background:#1A1F2E;
margin-top:40px;
color:#8A97B8;
}
.yuw-ft_in-xfw{
grid-template-columns:1fr;
padding:48px 0 1.75rem;
gap:2rem;
display:grid;
}
@media(min-width:601px){
.yuw-ft_in-xfw{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:901px){
.yuw-ft_in-xfw{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.yuw-ft_brand-xfw{
min-width:0;
}
.yuw-ft_logo-xfw{
font-weight:700;
overflow-wrap:break-word;
color:#EEF1F8;
font-size:1.625rem;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
}
.yuw-ft_tagline-xfw{
font-size:13.5px;
margin-top:14px;
line-height:1.6;
color:#8A97B8;
max-width:17.5rem;
}
.yuw-ft_contact-xfw{
transition:color .2s ease;
overflow-wrap:anywhere;
margin-top:12px;
color:#6FB3FF;
font-size:13px;
max-width:280px;
display:inline-block;
}
.yuw-ft_contact-xfw:hover{
color:#EEF1F8;
}
.yuw-ft_col-xfw{
min-width:0;
}
.yuw-ft_col_h-xfw{
overflow-wrap:break-word;
margin-bottom:0.875rem;
text-transform:uppercase;
color:#EEF1F8;
font-weight:700;
letter-spacing:.08em;
font-size:0.813rem;
}
.yuw-ft_col_links-xfw{
gap:10px;
display:flex;
flex-direction:column;
}
.yuw-ft_link-xfw{
transition:color .2s ease;
color:#8A97B8;
overflow-wrap:break-word;
font-size:0.844rem;
}
.yuw-ft_link-xfw:hover{
color:#EEF1F8;
}
.yuw-ft_bot-xfw{
gap:1rem;
padding:22px 0 2.5rem;
border-top:1px solid rgba(255, 255, 255, 0.12);
flex-direction:column;
display:flex;
}
@media(min-width:771px){
.yuw-ft_bot-xfw{
gap:1.25rem;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.yuw-ft_legal-xfw{
max-width:47.5rem;
color:#A4ABBE;
overflow-wrap:break-word;
font-size:11.5px;
line-height:1.6;
}
.yuw-ft_legal-xfw b{
font-weight:700;
color:#8A97B8;
}
.yuw-ft_age-xfw{
flex:0 0 auto;
border-radius:8px;
border:1.5px solid #6FB3FF;
padding:4px 0.563rem;
font-size:0.813rem;
color:#6FB3FF;
font-weight:700;
}