*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0d1117;
text-rendering:optimizeLegibility;
overflow-wrap:break-word;
font-family:"Mulish", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
-webkit-font-smoothing:antialiased;
font-size:15px;
line-height:1.6;
color:#c8d3e8;
}
img{
max-width:100%;
display:block;
}
a{
color:inherit;
text-decoration:none;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
height:0.5rem;
width:8px;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(0,0,0,0.54);
}
::-webkit-scrollbar-track{
background:transparent;
}
.utf_layout3wf{
flex-direction:column;
min-height:100vh;
display:flex;
}
.utf_main3wf{
flex:1 1 auto;
min-width:0;
width:100%;
}
.utf_container3wf{
margin:0 auto;
padding:0 16px;
max-width:1400px;
width:100%;
}
@media(min-width:769px){
.utf_container3wf{
padding:0 2rem;
}
}
@media(min-width:1099px){
.utf_container3wf{
padding:0 3.5rem;
}
}
.utf_eyebrow3wf{
font-weight:600;
text-transform:uppercase;
display:inline-block;
letter-spacing:.2em;
color:#4d8fef;
overflow-wrap:break-word;
font-family:"Mulish", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.4;
font-size:11px;
}
.utf_band3wf{
background:#0a1020;
color:#eef2fa;
}
.utf_band3wf .utf_eyebrow3wf{
color:#7eb8ff;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.utf_tb3wf{
background:#0d1117;
z-index:50;
top:0;
position:sticky;
border-bottom:1px solid rgba(180,205,255,0.13);
}
.utf_tb_in3wf{
padding:0.75rem 16px;
margin:0 auto;
gap:1rem;
max-width:1400px;
width:100%;
justify-content:space-between;
align-items:center;
display:flex;
}
@media(min-width:771px){
.utf_tb_in3wf{
padding:1rem 32px;
}
}
@media(min-width:1097px){
.utf_tb_in3wf{
padding:1.125rem 56px;
}
}
.utf_tb_left3wf{
gap:1.75rem;
display:flex;
align-items:center;
min-width:0;
}
.utf_tb_logo3wf{
gap:11px;
align-items:center;
display:flex;
min-width:0;
}
.utf_tb_logo_mark3wf{
flex:0 0 auto;
border-radius:8px;
object-fit:cover;
height:34px;
width:34px;
}
.utf_tb_logo_txt3wf{
line-height:1;
min-width:0;
flex-direction:column;
display:flex;
}
.utf_tb_logo_name3wf{
overflow:hidden;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-size:22px;
color:#eef2fa;
letter-spacing:.02em;
text-overflow:ellipsis;
font-weight:700;
white-space:nowrap;
}
.utf_tb_logo_sub3wf{
overflow:hidden;
letter-spacing:.32em;
text-transform:uppercase;
font-size:0.531rem;
white-space:nowrap;
color:#4d8fef;
text-overflow:ellipsis;
font-weight:600;
margin-top:0.25rem;
}
.utf_tb_nav3wf{
display:none;
}
@media(min-width:961px){
.utf_tb_nav3wf{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.utf_tb_nav_item3wf{
transition:color .2s ease,border-color .2s ease;
white-space:nowrap;
border-bottom:2px solid transparent;
color:#c8d3e8;
padding-bottom:3px;
font-size:14px;
font-weight:600;
}
.utf_tb_nav_item3wf:hover{
color:#eef2fa;
}
.utf_tb_nav_item3wf.utf_state_active3wf{
border-color:#4d8fef;
color:#eef2fa;
}
.utf_tb_right3wf{
gap:14px;
flex:0 0 auto;
display:flex;
align-items:center;
}
.utf_tb_search3wf{
transition:color .2s ease;
justify-content:center;
color:#c8d3e8;
align-items:center;
display:flex;
}
.utf_tb_search3wf:hover{
color:#4d8fef;
}
.utf_tb_search3wf svg{
width:1.125rem;
height:1.125rem;
}
.utf_tb_lang3wf{
text-transform:uppercase;
letter-spacing:.1em;
color:#8a9ab8;
font-weight:600;
font-size:0.688rem;
}
.utf_tb_lang3wf:hover{
color:#eef2fa;
}
.utf_tb_login3wf{
font-size:0.875rem;
color:#eef2fa;
display:none;
font-weight:600;
}
@media(min-width:765px){
.utf_tb_login3wf{
display:inline-block;
}
}
.utf_tb_register3wf{
border-radius:62.438rem;
transition:background-color .2s ease;
padding:11px 1.375rem;
background:#4d8fef;
font-weight:700;
font-size:0.875rem;
white-space:nowrap;
color:#060a10;
}
.utf_tb_register3wf:hover{
background:#6aaaf5;
}
.utf_mob3wf{
background:#0d1117;
z-index:60;
border-top:1px solid rgba(180,205,255,0.13);
padding-bottom:env(safe-area-inset-bottom);
position:fixed;
bottom:0;
left:0;
right:0;
}
@media(min-width:957px){
.utf_mob3wf{
display:none;
}
}
.utf_mob_in3wf{
margin:0 auto;
max-width:35rem;
display:flex;
align-items:stretch;
justify-content:space-around;
}
.utf_mob_item3wf{
transition:color .2s ease;
flex:1 1 0;
gap:3px;
padding:9px 0.25rem;
color:#8a9ab8;
display:flex;
align-items:center;
flex-direction:column;
min-width:0;
}
.utf_mob_item3wf.utf_state_active3wf{
color:#4d8fef;
}
.utf_mob_ic3wf{
align-items:center;
justify-content:center;
display:flex;
}
.utf_mob_ic3wf svg{
height:20px;
width:20px;
}
.utf_mob_lb3wf{
overflow:hidden;
max-width:100%;
text-overflow:ellipsis;
font-size:10px;
white-space:nowrap;
font-weight:600;
}
@media(max-width:962px){
body{
padding-bottom:60px;
}
}
.utf_rail3wf{
position:relative;
min-width:0;
}
.utf_rail_scroll3wf{
gap:14px;
scrollbar-width:thin;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
padding-bottom:0.875rem;
display:flex;
}
@media(min-width:765px){
.utf_rail_scroll3wf{
gap:1.125rem;
}
}
.utf_gc3wf{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:770px){
.utf_gc3wf{
width:188px;
}
}
.utf_gc_img3wf{
border-radius:0.875rem;
background:#141b24;
overflow:hidden;
padding-bottom:133.33%;
box-shadow:0 2px 6px rgba(0,0,0,0.45), 0 8px 1.5rem rgba(0,0,0,0.35);
position:relative;
}
.utf_gc_img3wf img{
inset:0;
position:absolute;
width:100%;
object-fit:cover;
height:100%;
}
.utf_gc_cover3wf{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.54));
inset:0;
position:absolute;
pointer-events:none;
}
.utf_gc_hover3wf{
inset:0;
background:rgba(0,0,0,0.54);
transition:opacity .2s ease;
justify-content:center;
align-items:center;
opacity:0;
position:absolute;
display:flex;
}
.utf_gc3wf:hover .utf_gc_hover3wf{
opacity:1;
}
.utf_gc_hover_btn3wf{
border-radius:999px;
background:#4d8fef;
align-items:center;
color:#060a10;
display:flex;
width:46px;
justify-content:center;
height:46px;
}
.utf_gc_hover_btn3wf svg{
height:18px;
width:1.125rem;
}
.utf_gc_info3wf{
gap:2px;
min-width:0;
margin-top:9px;
flex-direction:column;
display:flex;
}
.utf_gc_name3wf{
overflow:hidden;
font-weight:700;
color:#eef2fa;
text-overflow:ellipsis;
font-size:13px;
white-space:nowrap;
}
.utf_gc_prov3wf{
overflow:hidden;
white-space:nowrap;
color:#8a9ab8;
font-size:11px;
text-overflow:ellipsis;
}
.utf_gc_meta3wf{
font-size:0.688rem;
color:#8a9ab8;
}
.utf_tc3wf{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:770px){
.utf_tc3wf{
width:14.375rem;
}
}
.utf_tc_img3wf{
border-radius:0.875rem;
overflow:hidden;
background:#141b24;
box-shadow:0 2px 6px rgba(0,0,0,0.45), 0 8px 24px rgba(0,0,0,0.35);
padding-bottom:75%;
position:relative;
}
.utf_tc_img3wf img{
inset:0;
object-fit:cover;
position:absolute;
height:100%;
width:100%;
}
.utf_tc_info3wf{
gap:2px;
min-width:0;
margin-top:0.563rem;
display:flex;
flex-direction:column;
}
.utf_tc_name3wf{
overflow:hidden;
font-size:14px;
font-weight:700;
color:#eef2fa;
text-overflow:ellipsis;
white-space:nowrap;
}
.utf_tc_rtp3wf{
color:#8a9ab8;
font-size:11px;
}
.utf_lc3wf{
flex:0 0 auto;
width:14.375rem;
display:block;
}
@media(min-width:768px){
.utf_lc3wf{
width:268px;
}
}
.utf_lc_img3wf{
background:#141b24;
overflow:hidden;
border-radius:14px;
padding-bottom:62.5%;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.45), 0 0.5rem 1.5rem rgba(0,0,0,0.35);
position:relative;
}
.utf_lc_img3wf img{
inset:0;
height:100%;
position:absolute;
width:100%;
object-fit:cover;
}
.utf_lc_live3wf{
background:rgba(0,0,0,0.54);
padding:0.25rem 0.563rem;
gap:0.438rem;
border-radius:999px;
top:0.75rem;
position:absolute;
display:flex;
left:0.75rem;
align-items:center;
}
.utf_lc_live_dot3wf{
background:#f04f5e;
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
width:0.5rem;
height:0.5rem;
}
.utf_lc_seats3wf{
letter-spacing:.08em;
font-size:10px;
font-weight:600;
color:#eef2fa;
text-transform:uppercase;
}
.utf_lc_info3wf{
gap:2px;
min-width:0;
display:flex;
margin-top:9px;
flex-direction:column;
}
.utf_lc_name3wf{
overflow:hidden;
text-overflow:ellipsis;
font-size:15px;
white-space:nowrap;
font-weight:700;
color:#eef2fa;
}
.utf_lc_bet3wf{
color:#8a9ab8;
font-size:0.688rem;
}
.utf_pc3wf{
background:#141b24;
gap:0.5rem;
border-radius:14px;
border:1px solid rgba(180,205,255,0.07);
padding:16px 14px;
min-height:4.625rem;
min-width:0;
justify-content:center;
display:flex;
flex-direction:column;
align-items:center;
}
.utf_pc_logo3wf{
flex:0 0 auto;
width:auto;
object-fit:contain;
height:28px;
max-width:100%;
}
.utf_pc_name3wf{
overflow:hidden;
max-width:100%;
text-align:center;
color:#8a9ab8;
white-space:nowrap;
text-overflow:ellipsis;
font-size:0.688rem;
}
.utf_gc_tag3wf{
border-radius:8px;
padding:3px 8px;
left:0.625rem;
z-index:2;
display:inline-block;
letter-spacing:.06em;
position:absolute;
top:0.625rem;
text-transform:uppercase;
font-weight:700;
font-size:0.625rem;
}
.utf_gc_tag_hot3wf{
background:#f04f5e;
color:#eef2fa;
}
.utf_gc_tag_new3wf{
background:#7eb8ff;
color:#090d14;
}
.utf_gc_tag_jp3wf{
background:#f5c842;
color:#090d14;
}
.utf_gc_tag_live3wf{
background:#f04f5e;
color:#eef2fa;
}
.utf_sh3wf{
min-width:0;
margin-bottom:18px;
}
.utf_sh_row3wf{
gap:16px;
flex-wrap:wrap;
align-items:flex-end;
display:flex;
justify-content:space-between;
}
.utf_sh_row3wf .utf_sh_l3wf{
gap:0.375rem;
flex-direction:column;
min-width:0;
display:flex;
}
.utf_sh_stack3wf{
gap:10px;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.utf_sh_center3wf{
gap:0.625rem;
flex-direction:column;
text-align:center;
display:flex;
align-items:center;
}
.utf_sh_h23wf{
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:1.5rem;
color:#eef2fa;
line-height:1.1;
overflow-wrap:break-word;
}
@media(min-width:767px){
.utf_sh_h23wf{
font-size:1.875rem;
}
}
.utf_band3wf .utf_sh_h23wf{
color:#eef2fa;
}
.utf_sh_eb_line3wf{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.utf_sh_eb_line3wf::before{
background:#4d8fef;
display:inline-block;
height:1px;
width:1.75rem;
content:"";
}
.utf_band3wf .utf_sh_eb_line3wf::before{
background:#7eb8ff;
}
.utf_sh_eb_dot3wf{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.utf_sh_eb_dot3wf::before{
border-radius:50%;
background:#4d8fef;
height:0.375rem;
display:inline-block;
width:0.375rem;
content:"";
}
.utf_band3wf .utf_sh_eb_dot3wf::before{
background:#7eb8ff;
}
.utf_sh_link3wf{
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
gap:6px;
align-items:center;
color:#eef2fa;
border-bottom:1px solid #eef2fa;
white-space:nowrap;
font-size:0.813rem;
display:inline-flex;
padding-bottom:2px;
font-weight:600;
}
.utf_sh_link3wf:hover{
border-color:#4d8fef;
color:#4d8fef;
}
.utf_sh_link3wf svg{
width:14px;
height:14px;
}
.utf_sh_link_chev3wf{
border-bottom:0;
padding-bottom:0;
}
.utf_sh_link_btn3wf{
background:#4d8fef;
border-radius:62.438rem;
padding:9px 18px;
border-bottom:0;
color:#060a10;
}
.utf_sh_link_btn3wf:hover{
background:#6aaaf5;
border-color:transparent;
color:#060a10;
}
.utf_band3wf .utf_sh_link3wf{
border-color:#eef2fa;
color:#eef2fa;
}
.utf_band3wf .utf_sh_link_btn3wf{
background:#7eb8ff;
color:#090d14;
}
.utf_sh_rule3wf{
background:rgba(180,205,255,0.13);
margin:-2px 0 1.125rem;
height:1px;
}
.utf_band3wf .utf_sh_rule3wf{
background:rgba(200,220,255,0.13);
}
.utf_hero3wf{
padding:32px 0 8px;
}
@media(min-width:770px){
.utf_hero3wf{
padding:3.5rem 0 24px;
}
}
.utf_hero_in3wf{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:903px){
.utf_hero_in3wf{
gap:48px;
grid-template-columns:1.05fr .95fr;
}
}
.utf_hero_copy3wf{
min-width:0;
}
.utf_hero_eyebrow3wf{
gap:0.625rem;
display:inline-flex;
align-items:center;
margin-bottom:22px;
}
.utf_hero_eyebrow_line3wf{
background:#4d8fef;
flex:0 0 auto;
width:28px;
display:inline-block;
height:1px;
}
.utf_hero_h13wf{
margin-bottom:1.25rem;
line-height:1.04;
font-size:2.375rem;
letter-spacing:-.01em;
color:#eef2fa;
font-weight:600;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
@media(min-width:771px){
.utf_hero_h13wf{
font-size:54px;
}
}
@media(min-width:1101px){
.utf_hero_h13wf{
font-size:3.875rem;
}
}
.utf_hero_h13wf em{
font-style:normal;
color:#4d8fef;
}
.utf_hero_sub3wf{
margin-bottom:1.875rem;
max-width:480px;
font-size:1rem;
color:#6b7a96;
line-height:1.6;
}
@media(min-width:769px){
.utf_hero_sub3wf{
font-size:18px;
}
}
.utf_hero_actions3wf{
gap:0.875rem;
display:flex;
flex-wrap:wrap;
margin-bottom:2.125rem;
align-items:center;
}
.utf_hero_cta3wf{
background:#4d8fef;
gap:10px;
padding:16px 1.875rem;
border-radius:999px;
transition:background-color .2s ease;
font-size:15px;
color:#060a10;
font-weight:700;
align-items:center;
display:inline-flex;
}
.utf_hero_cta3wf:hover{
background:#6aaaf5;
}
.utf_hero_cta_ic3wf{
display:inline-flex;
align-items:center;
}
.utf_hero_cta_ic3wf svg{
width:1rem;
height:16px;
}
.utf_hero_cta_alt3wf{
border:1px solid rgba(180,205,255,0.13);
border-radius:999px;
padding:0.938rem 1.625rem;
background:transparent;
transition:border-color .2s ease,color .2s ease;
display:inline-flex;
font-size:15px;
align-items:center;
color:#eef2fa;
font-weight:600;
}
.utf_hero_cta_alt3wf:hover{
border-color:#4d8fef;
color:#4d8fef;
}
.utf_hero_trust3wf{
gap:1.375rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.utf_hero_trust_item3wf{
gap:0.563rem;
display:flex;
align-items:center;
color:#c8d3e8;
font-size:13px;
font-weight:600;
}
.utf_hero_trust_ic3wf{
display:inline-flex;
color:#4d8fef;
align-items:center;
}
.utf_hero_trust_ic3wf svg{
width:16px;
height:1rem;
}
.utf_hero_promo3wf{
overflow:hidden;
background:#141b24;
border-radius:1.25rem;
display:flex;
box-shadow:0 0.5rem 16px rgba(0,0,0,0.50), 0 24px 4rem rgba(0,10,30,0.60), 0 0 5rem rgba(77,143,239,0.08);
min-height:300px;
position:relative;
}
.utf_hero_promo_bg3wf{
inset:0;
background-position:center;
background-size:cover;
position:absolute;
}
.utf_hero_promo_bg3wf::after{
background:linear-gradient(120deg,#0a1020 0%,rgba(0,0,0,0.54) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.utf_hero_promo_glow3wf{
border-radius:50%;
background:radial-gradient(circle,rgba(82,140,255,0.12) 0%,transparent 65%);
position:absolute;
top:-2.5rem;
right:-20px;
height:260px;
pointer-events:none;
width:16.25rem;
}
.utf_hero_promo_ct3wf{
padding:28px;
z-index:2;
align-self:flex-end;
max-width:88%;
position:relative;
}
.utf_hero_promo_label3wf{
display:block;
font-size:0.625rem;
color:#7eb8ff;
text-transform:uppercase;
margin-bottom:0.5rem;
font-weight:700;
letter-spacing:.25em;
}
.utf_hero_promo_amount3wf{
line-height:1.05;
font-weight:600;
color:#eef2fa;
font-size:32px;
overflow-wrap:break-word;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:768px){
.utf_hero_promo_amount3wf{
font-size:40px;
}
}
.utf_hero_promo_amount3wf em{
font-style:normal;
color:#7eb8ff;
}
.utf_hero_rating3wf{
border:1px solid rgba(180,205,255,0.07);
border-radius:14px;
gap:0.625rem;
background:#141b24;
padding:0.625rem 14px;
position:absolute;
z-index:3;
right:14px;
align-items:center;
display:flex;
top:0.875rem;
box-shadow:0 2px 6px rgba(0,0,0,0.45), 0 8px 1.5rem rgba(0,0,0,0.35);
max-width:min(260px,62%);
}
.utf_hero_rating_score3wf{
flex:0 0 auto;
font-weight:700;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-size:1.5rem;
color:#eef2fa;
}
.utf_hero_rating_txt3wf{
flex:1 1 auto;
min-width:0;
}
.utf_hero_rating_stars3wf{
gap:2px;
display:flex;
color:#4d8fef;
}
.utf_hero_rating_stars3wf svg{
width:12px;
height:0.75rem;
}
.utf_hero_rating_cap3wf{
font-size:11px;
color:#8a9ab8;
display:block;
margin-top:3px;
line-height:1.35;
overflow-wrap:break-word;
}
.utf_stat3wf{
border-top:1px solid rgba(180,205,255,0.13);
border-bottom:1px solid rgba(180,205,255,0.13);
margin-top:16px;
}
.utf_stat_in3wf{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:769px){
.utf_stat_in3wf{
grid-template-columns:repeat(4,1fr);
}
}
.utf_stat_item3wf{
padding:22px 14px;
border-bottom:1px solid rgba(180,205,255,0.07);
border-right:1px solid rgba(180,205,255,0.07);
min-width:0;
}
.utf_stat_item3wf:nth-child(2n){
border-right:0;
}
.utf_stat_item3wf:nth-child(n+3){
border-bottom:0;
}
@media(min-width:769px){
.utf_stat_item3wf{
border-bottom:0;
}
.utf_stat_item3wf:nth-child(2n){
border-right:1px solid rgba(180,205,255,0.07);
}
.utf_stat_item3wf:nth-child(4n){
border-right:0;
}
}
.utf_stat_value3wf{
color:#eef2fa;
font-weight:700;
overflow-wrap:break-word;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-size:1.875rem;
line-height:1;
}
@media(min-width:769px){
.utf_stat_value3wf{
font-size:34px;
}
}
.utf_stat_label3wf{
margin-top:6px;
line-height:1.4;
overflow-wrap:break-word;
color:#8a9ab8;
font-size:13px;
}
.utf_grow3wf{
padding:26px 0 10px;
}
.utf_row_seo3wf{
margin:10px 0 0;
line-height:1.65;
color:#6b7a96;
font-size:14px;
overflow-wrap:break-word;
max-width:47.5rem;
}
.utf_row_seo3wf strong{
font-weight:700;
color:#eef2fa;
}
.utf_jp3wf{
padding:1.875rem 0 0.625rem;
}
.utf_jp_grid3wf{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:769px){
.utf_jp_grid3wf{
grid-template-columns:1fr 1fr;
}
.utf_jp_card_mega3wf{
grid-column:1/-1;
}
}
@media(min-width:998px){
.utf_jp_grid3wf{
grid-template-columns:1.4fr 1fr 1fr;
}
.utf_jp_card_mega3wf{
grid-column:auto;
}
}
.utf_jp_card3wf{
background:#141b24;
border:1px solid rgba(180,205,255,0.07);
padding:26px;
gap:12px;
overflow:hidden;
border-radius:1.25rem;
min-width:0;
flex-direction:column;
display:flex;
justify-content:space-between;
min-height:200px;
position:relative;
}
.utf_jp_card_mega3wf{
border-color:transparent;
background:linear-gradient(135deg,#0c1630,#080c14);
min-height:210px;
color:#eef2fa;
}
.utf_jp_glow3wf{
border-radius:50%;
background:radial-gradient(circle,rgba(82,140,255,0.12),transparent 70%);
top:-40px;
pointer-events:none;
right:-40px;
width:12.5rem;
position:absolute;
height:200px;
}
.utf_jp_label3wf{
gap:0.625rem;
color:#4d8fef;
position:relative;
font-size:0.625rem;
justify-content:space-between;
flex-wrap:wrap;
align-items:center;
font-weight:700;
display:flex;
text-transform:uppercase;
letter-spacing:.16em;
}
.utf_jp_card_mega3wf .utf_jp_label3wf{
color:#7eb8ff;
}
.utf_jp_drop3wf{
text-transform:none;
color:#8a9ab8;
letter-spacing:.04em;
font-weight:600;
}
.utf_jp_card_mega3wf .utf_jp_drop3wf{
color:#8fa8d4;
}
.utf_jp_amount3wf{
color:#eef2fa;
font-size:38px;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
position:relative;
overflow-wrap:break-word;
line-height:1;
font-weight:700;
}
.utf_jp_card_mega3wf .utf_jp_amount3wf{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#7eb8ff;
}
@media(min-width:769px){
.utf_jp_card_mega3wf .utf_jp_amount3wf{
font-size:3.375rem;
}
}
.utf_jp_game3wf{
color:#8a9ab8;
position:relative;
font-size:0.813rem;
}
.utf_jp_card_mega3wf .utf_jp_game3wf{
color:#8fa8d4;
}
.utf_jp_cta3wf{
position:relative;
align-self:flex-start;
}
.utf_jp_card_mega3wf .utf_jp_cta3wf{
transition:opacity .2s ease;
border-radius:62.438rem;
padding:10px 1.25rem;
background:#7eb8ff;
font-weight:700;
font-size:0.813rem;
color:#090d14;
}
.utf_jp_card_mega3wf .utf_jp_cta3wf:hover{
opacity:.9;
}
.utf_jp_card3wf:not(.utf_jp_card_mega3wf) .utf_jp_cta3wf{
transition:color .2s ease,border-color .2s ease;
font-size:13px;
padding-bottom:2px;
font-weight:700;
border-bottom:1px solid #eef2fa;
color:#eef2fa;
}
.utf_jp_card3wf:not(.utf_jp_card_mega3wf) .utf_jp_cta3wf:hover{
border-color:#4d8fef;
color:#4d8fef;
}
.utf_jp_seo3wf{
margin:0.875rem 0 0;
max-width:47.5rem;
overflow-wrap:break-word;
font-size:0.875rem;
color:#6b7a96;
line-height:1.65;
}
.utf_jp_seo3wf strong{
color:#eef2fa;
font-weight:700;
}
.utf_grow3wf{
padding:26px 0 0.625rem;
}
.utf_row_seo3wf{
margin:10px 0 0;
font-size:0.875rem;
color:#6b7a96;
line-height:1.65;
max-width:760px;
overflow-wrap:break-word;
}
.utf_row_seo3wf strong{
color:#eef2fa;
font-weight:700;
}
.utf_gm3wf{
padding:1.875rem 0 0.625rem;
}
.utf_gm_in3wf{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:882px){
.utf_gm_in3wf{
grid-template-columns:1.25fr 1fr;
}
}
.utf_gm_left3wf{
background:#141b24;
border:1px solid rgba(180,205,255,0.07);
border-radius:1.25rem;
padding:32px;
min-width:0;
}
.utf_gm_eyebrow3wf{
margin-bottom:0.625rem;
}
.utf_gm_h23wf{
line-height:1.06;
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-weight:600;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
color:#eef2fa;
font-size:1.625rem;
}
@media(min-width:770px){
.utf_gm_h23wf{
font-size:28px;
}
}
.utf_gm_text3wf{
margin-bottom:22px;
max-width:480px;
font-size:14px;
color:#6b7a96;
line-height:1.6;
}
.utf_gm_level3wf{
font-weight:700;
font-size:1.375rem;
margin-bottom:8px;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
color:#4d8fef;
}
.utf_gm_bar3wf{
overflow:hidden;
border-radius:999px;
background:rgba(180,205,255,0.13);
margin-bottom:6px;
height:8px;
}
.utf_gm_bar_fill3wf{
background:linear-gradient(90deg,#4d8fef,#a0ccff);
border-radius:62.438rem;
height:100%;
}
.utf_gm_bar_meta3wf{
gap:0.625rem;
margin-bottom:18px;
color:#8a9ab8;
justify-content:space-between;
display:flex;
font-size:0.688rem;
}
.utf_gm_missions3wf{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.utf_gm_mission3wf{
background:#0d1117;
border:1px solid rgba(180,205,255,0.13);
padding:0.563rem 15px;
gap:7px;
border-radius:62.438rem;
display:inline-flex;
font-weight:600;
color:#c8d3e8;
align-items:center;
font-size:12.5px;
}
.utf_gm_mission_ic3wf{
align-items:center;
display:inline-flex;
color:#4d8fef;
}
.utf_gm_mission_ic3wf svg{
height:13px;
width:0.813rem;
}
.utf_gm_right3wf{
overflow:hidden;
background:linear-gradient(150deg,#0c1630,#080c14);
border-radius:1.25rem;
padding:2rem;
flex-direction:column;
position:relative;
color:#eef2fa;
display:flex;
}
.utf_gm_glow3wf{
border-radius:50%;
background:radial-gradient(circle,rgba(82,140,255,0.12),transparent 70%);
top:-1.875rem;
width:9.375rem;
position:absolute;
right:-30px;
pointer-events:none;
height:9.375rem;
}
.utf_gm_ref_eyebrow3wf{
margin-bottom:0.625rem;
position:relative;
}
.utf_gm_ref_h23wf{
line-height:1.1;
margin-bottom:0.5rem;
font-size:26px;
overflow-wrap:break-word;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-weight:600;
color:#eef2fa;
position:relative;
}
.utf_gm_ref_text3wf{
line-height:1.55;
margin-bottom:20px;
color:#8fa8d4;
position:relative;
font-size:0.844rem;
}
.utf_gm_ref_cta3wf{
border-radius:999px;
transition:opacity .2s ease;
background:#7eb8ff;
padding:11px 22px;
position:relative;
align-self:flex-start;
color:#090d14;
margin-top:auto;
font-size:0.844rem;
font-weight:700;
}
.utf_gm_ref_cta3wf:hover{
opacity:.9;
}
.utf_app3wf{
padding:30px 0 10px;
}
.utf_app_in3wf{
gap:1.75rem;
border-radius:20px;
border:1px solid rgba(180,205,255,0.07);
background:#141b24;
padding:32px;
flex-direction:column;
display:flex;
}
@media(min-width:767px){
.utf_app_in3wf{
gap:40px;
padding:40px 2.75rem;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.utf_app_copy3wf{
max-width:35rem;
min-width:0;
}
.utf_app_eyebrow3wf{
margin-bottom:0.75rem;
}
.utf_app_h23wf{
color:#eef2fa;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
font-size:28px;
margin-bottom:12px;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:766px){
.utf_app_h23wf{
font-size:34px;
}
}
.utf_app_text3wf{
color:#6b7a96;
line-height:1.6;
font-size:0.875rem;
margin-bottom:1.375rem;
}
.utf_app_btns3wf{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
.utf_app_btn3wf{
gap:0.625rem;
padding:11px 20px;
transition:background-color .2s ease;
border-radius:14px;
background:#4d8fef;
display:inline-flex;
color:#060a10;
align-items:center;
}
.utf_app_btn3wf:hover{
background:#6aaaf5;
}
.utf_app_btn_ic3wf{
align-items:center;
display:inline-flex;
}
.utf_app_btn_ic3wf svg{
width:18px;
height:18px;
}
.utf_app_btn_lb3wf{
font-weight:700;
font-size:0.844rem;
}
.utf_app_qr_wrap3wf{
flex:0 0 auto;
gap:18px;
align-items:center;
display:flex;
}
.utf_app_qr3wf{
flex:0 0 auto;
border-radius:0.875rem;
width:108px;
height:6.75rem;
background-color:#4d8fef;
background-image:repeating-linear-gradient(0deg,#141b24 0 0.313rem,transparent 5px 11px),repeating-linear-gradient(90deg,#141b24 0 5px,transparent 5px 0.688rem);
}
.utf_app_qr_cap3wf{
max-width:92px;
font-size:12.5px;
color:#8a9ab8;
line-height:1.4;
}
.utf_vip3wf{
padding:3rem 0;
}
@media(min-width:770px){
.utf_vip3wf{
padding:64px 0;
}
}
.utf_vip_head3wf{
gap:14px;
flex-direction:column;
display:flex;
margin-bottom:1.875rem;
}
@media(min-width:882px){
.utf_vip_head3wf{
gap:24px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.utf_vip_eyebrow3wf{
margin-bottom:0.75rem;
}
.utf_vip_h23wf{
overflow-wrap:break-word;
line-height:1.05;
font-size:2rem;
color:#eef2fa;
font-weight:600;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:766px){
.utf_vip_h23wf{
font-size:2.5rem;
}
}
.utf_vip_intro3wf{
color:#8fa8d4;
font-size:14px;
line-height:1.6;
max-width:26.25rem;
}
.utf_vip_grid3wf{
gap:14px;
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
display:grid;
}
.utf_vip_card3wf{
border-radius:0.875rem;
border:1px solid rgba(200,220,255,0.13);
padding:1.375rem 1.125rem;
min-width:0;
}
.utf_vip_card_feat3wf{
border-color:#7eb8ff;
background:rgba(200,220,255,0.07);
}
.utf_vip_card_ic3wf{
background:linear-gradient(135deg,#4d8fef,#a0ccff);
border-radius:0.5rem;
height:34px;
display:block;
width:34px;
margin-bottom:1rem;
}
.utf_vip_name3wf{
color:#eef2fa;
font-weight:600;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-size:1.25rem;
margin-bottom:0.375rem;
overflow-wrap:break-word;
}
.utf_vip_perk3wf{
line-height:1.5;
color:#8fa8d4;
font-size:12.5px;
overflow-wrap:break-word;
}
.utf_trn3wf{
padding:1.875rem 0 0.625rem;
}
.utf_trn_in3wf{
border-radius:1.25rem;
overflow:hidden;
border:1px solid rgba(180,205,255,0.07);
grid-template-columns:1fr;
background:#141b24;
display:grid;
}
@media(min-width:877px){
.utf_trn_in3wf{
grid-template-columns:1.05fr 1fr;
}
}
.utf_trn_banner3wf{
background:linear-gradient(150deg,#0c1630,#080c14);
padding:2.125rem;
overflow:hidden;
position:relative;
color:#eef2fa;
}
.utf_trn_glow3wf{
background:radial-gradient(circle,rgba(82,140,255,0.12),transparent 70%);
border-radius:50%;
bottom:-2.5rem;
height:12.5rem;
position:absolute;
width:12.5rem;
right:-40px;
pointer-events:none;
}
.utf_trn_eyebrow3wf{
position:relative;
margin-bottom:14px;
}
.utf_trn_h23wf{
color:#eef2fa;
font-weight:600;
position:relative;
overflow-wrap:break-word;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
line-height:1.06;
margin-bottom:0.75rem;
font-size:30px;
}
@media(min-width:768px){
.utf_trn_h23wf{
font-size:2.25rem;
}
}
.utf_trn_text3wf{
font-size:14px;
color:#8fa8d4;
max-width:26.25rem;
margin-bottom:1.375rem;
position:relative;
line-height:1.6;
}
.utf_trn_timer3wf{
gap:0.5rem;
position:relative;
margin-bottom:1.5rem;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.utf_trn_timer_cap3wf{
font-size:0.688rem;
color:#8fa8d4;
}
.utf_trn_timer_box3wf{
background:rgba(200,220,255,0.07);
padding:0.25rem 0.75rem;
border-radius:0.5rem;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-size:1.5rem;
color:#eef2fa;
font-weight:700;
}
.utf_trn_cta3wf{
transition:opacity .2s ease;
background:#7eb8ff;
border-radius:999px;
padding:13px 1.625rem;
display:inline-block;
color:#090d14;
font-size:0.875rem;
font-weight:700;
position:relative;
}
.utf_trn_cta3wf:hover{
opacity:.9;
}
.utf_trn_lb3wf{
padding:26px 1.75rem;
}
.utf_trn_lb_head3wf{
gap:10px;
display:flex;
margin-bottom:0.75rem;
align-items:center;
justify-content:space-between;
}
.utf_trn_lb_title3wf{
font-size:20px;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-weight:600;
color:#eef2fa;
}
.utf_trn_lb_upd3wf{
letter-spacing:.08em;
font-size:0.688rem;
color:#8a9ab8;
text-transform:uppercase;
}
.utf_trn_lb_row3wf{
padding:0.688rem 12px;
border-radius:8px;
gap:14px;
display:flex;
align-items:center;
}
.utf_trn_lb_row3wf:nth-child(2){
background:rgba(77,143,239,0.12);
}
.utf_trn_lb_rank3wf{
flex:0 0 auto;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
color:#4d8fef;
font-size:16px;
width:1.375rem;
font-weight:700;
}
.utf_trn_lb_av3wf{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#4d8fef,#a0ccff);
height:1.875rem;
width:1.875rem;
}
.utf_trn_lb_name3wf{
overflow:hidden;
flex:1 1 auto;
text-overflow:ellipsis;
font-size:14px;
font-weight:600;
min-width:0;
white-space:nowrap;
color:#eef2fa;
}
.utf_trn_lb_amount3wf{
flex:0 0 auto;
color:#eef2fa;
font-size:13px;
font-weight:700;
}
.utf_wy3wf{
padding:48px 0;
}
@media(min-width:771px){
.utf_wy3wf{
padding:56px 0;
}
}
.utf_wy_in3wf{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:902px){
.utf_wy_in3wf{
gap:48px;
grid-template-columns:.8fr 1.2fr;
}
}
.utf_wy_left3wf{
min-width:0;
}
.utf_wy_eyebrow3wf{
margin-bottom:0.875rem;
}
.utf_wy_h23wf{
font-weight:600;
color:#eef2fa;
line-height:1.05;
overflow-wrap:break-word;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-size:32px;
margin-bottom:16px;
}
@media(min-width:769px){
.utf_wy_h23wf{
font-size:2.5rem;
}
}
.utf_wy_intro3wf{
font-size:0.938rem;
color:#6b7a96;
line-height:1.6;
}
.utf_wy_grid3wf{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:561px){
.utf_wy_grid3wf{
grid-template-columns:1fr 1fr;
}
}
.utf_wy_card3wf{
border-radius:14px;
background:#141b24;
padding:1.625rem;
border:1px solid rgba(180,205,255,0.07);
min-width:0;
}
.utf_wy_card_ic3wf{
justify-content:center;
align-items:center;
display:inline-flex;
margin-bottom:1rem;
color:#4d8fef;
}
.utf_wy_card_ic3wf svg{
width:26px;
height:1.625rem;
}
.utf_wy_card_h3wf{
overflow-wrap:break-word;
font-size:21px;
font-weight:600;
color:#eef2fa;
margin-bottom:0.5rem;
line-height:1.15;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
}
.utf_wy_card_p3wf{
overflow-wrap:break-word;
color:#6b7a96;
font-size:0.875rem;
line-height:1.55;
}
.utf_prov3wf{
padding:2.5rem 0 20px;
}
.utf_prov_eyebrow3wf{
margin-bottom:1.125rem;
display:block;
}
.utf_prov_grid3wf{
gap:12px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:558px){
.utf_prov_grid3wf{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:897px){
.utf_prov_grid3wf{
grid-template-columns:repeat(6,1fr);
}
}
.utf_rv3wf{
padding:3rem 0;
background:#141b24;
margin-top:1.5rem;
border-bottom:1px solid rgba(180,205,255,0.07);
border-top:1px solid rgba(180,205,255,0.07);
}
@media(min-width:768px){
.utf_rv3wf{
padding:3.5rem 0;
}
}
.utf_rv_head3wf{
gap:1rem;
margin-bottom:30px;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.utf_rv_head3wf{
gap:1.25rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.utf_rv_eyebrow3wf{
margin-bottom:0.625rem;
}
.utf_rv_h23wf{
overflow-wrap:break-word;
color:#eef2fa;
font-size:30px;
line-height:1.05;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
@media(min-width:766px){
.utf_rv_h23wf{
font-size:2.375rem;
}
}
.utf_rv_agg3wf{
gap:12px;
align-items:center;
display:flex;
}
.utf_rv_agg_stars3wf{
gap:3px;
display:flex;
color:#4d8fef;
}
.utf_rv_agg_stars3wf svg{
width:1.125rem;
height:1.125rem;
}
.utf_rv_source3wf{
color:#6b7a96;
font-size:0.813rem;
}
.utf_rv_grid3wf{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:762px){
.utf_rv_grid3wf{
grid-template-columns:repeat(3,1fr);
}
}
.utf_rv_card3wf{
padding:26px;
border-radius:0.875rem;
background:#0d1117;
border:1px solid rgba(180,205,255,0.07);
min-width:0;
}
.utf_rv_card_stars3wf{
gap:2px;
display:flex;
margin-bottom:0.75rem;
color:#4d8fef;
}
.utf_rv_card_stars3wf svg{
width:14px;
height:0.875rem;
}
.utf_rv_card_body3wf{
color:#eef2fa;
margin-bottom:16px;
font-weight:500;
overflow-wrap:break-word;
font-size:18px;
line-height:1.45;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
}
.utf_rv_card_meta3wf{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.utf_rv_card_av3wf{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#4d8fef,#a0ccff);
width:2rem;
height:32px;
}
.utf_rv_card_author3wf{
font-size:0.813rem;
color:#eef2fa;
font-weight:700;
}
.utf_rv_card_loc3wf{
color:#8a9ab8;
font-size:0.75rem;
}
.utf_hts3wf{
padding:3rem 0;
}
@media(min-width:771px){
.utf_hts3wf{
padding:3.875rem 0;
}
}
.utf_hts_head3wf{
gap:1.125rem;
display:flex;
flex-direction:column;
margin-bottom:2.125rem;
}
@media(min-width:769px){
.utf_hts_head3wf{
gap:1.5rem;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.utf_hts_eyebrow3wf{
margin-bottom:0.75rem;
}
.utf_hts_h23wf{
line-height:1.05;
color:#eef2fa;
overflow-wrap:break-word;
font-size:30px;
font-weight:600;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:770px){
.utf_hts_h23wf{
font-size:38px;
}
}
.utf_hts_cta3wf{
transition:opacity .2s ease;
flex:0 0 auto;
border-radius:999px;
padding:0.938rem 1.875rem;
background:#7eb8ff;
font-weight:700;
color:#090d14;
font-size:0.938rem;
}
.utf_hts_cta3wf:hover{
opacity:.9;
}
.utf_hts_grid3wf{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.utf_hts_grid3wf{
grid-template-columns:repeat(3,1fr);
}
}
.utf_hts_step3wf{
border-top:1px solid rgba(200,220,255,0.13);
min-width:0;
padding-top:22px;
}
.utf_hts_step_num3wf{
font-weight:700;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
line-height:1;
margin-bottom:14px;
font-size:2.75rem;
color:#7eb8ff;
}
.utf_hts_step_h3wf{
font-weight:700;
overflow-wrap:break-word;
line-height:1.2;
margin-bottom:0.5rem;
color:#eef2fa;
font-size:19px;
}
.utf_hts_step_p3wf{
line-height:1.55;
font-size:0.875rem;
color:#8fa8d4;
overflow-wrap:break-word;
}
.utf_ts3wf{
padding:44px 0;
}
.utf_ts_in3wf{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:881px){
.utf_ts_in3wf{
grid-template-columns:1.4fr 1fr;
gap:3rem;
}
}
.utf_ts_left3wf{
min-width:0;
}
.utf_ts_h23wf{
margin-bottom:12px;
line-height:1.1;
font-size:26px;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#eef2fa;
font-weight:600;
}
@media(min-width:765px){
.utf_ts_h23wf{
font-size:28px;
}
}
.utf_ts_text3wf{
color:#8fa8d4;
font-size:14.5px;
margin-bottom:22px;
line-height:1.6;
max-width:520px;
}
.utf_ts_badges3wf{
gap:18px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.utf_ts_badge3wf{
font-weight:600;
font-size:13px;
color:#8fa8d4;
}
.utf_ts_pay3wf{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
@media(min-width:882px){
.utf_ts_pay3wf{
justify-content:flex-end;
}
}
.utf_ts_pay_chip3wf{
border:1px solid rgba(200,220,255,0.13);
padding:12px 1rem;
background:rgba(200,220,255,0.07);
border-radius:0.875rem;
font-weight:700;
color:#eef2fa;
font-size:0.875rem;
}
.utf_rc3wf{
padding:48px 0 10px;
}
.utf_rc_in3wf{
grid-template-columns:1fr;
gap:32px;
display:grid;
}
@media(min-width:761px){
.utf_rc_in3wf{
grid-template-columns:repeat(3,1fr);
gap:2.5rem;
}
}
.utf_rc_col3wf{
min-width:0;
}
.utf_rc_label3wf{
font-size:11px;
margin-bottom:1rem;
letter-spacing:.2em;
color:#4d8fef;
font-weight:600;
text-transform:uppercase;
}
.utf_rc_awards3wf{
gap:12px;
flex-direction:column;
display:flex;
}
.utf_rc_award3wf{
gap:0.75rem;
align-items:center;
display:flex;
min-width:0;
}
.utf_rc_award_ic3wf{
flex:0 0 auto;
color:#7eb8ff;
align-items:center;
display:inline-flex;
}
.utf_rc_award_ic3wf svg{
width:1.125rem;
height:1.125rem;
}
.utf_rc_award_t3wf{
color:#eef2fa;
font-weight:700;
font-size:0.875rem;
overflow-wrap:break-word;
}
.utf_rc_award_s3wf{
color:#8a9ab8;
overflow-wrap:break-word;
font-size:0.75rem;
}
.utf_rc_press3wf{
gap:10px;
grid-template-columns:1fr 1fr;
display:grid;
}
.utf_rc_press_logo3wf{
border-radius:0.5rem;
padding:0 8px;
border:1px solid rgba(180,205,255,0.07);
overflow:hidden;
color:#6b7a96;
text-align:center;
display:flex;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-size:0.875rem;
text-overflow:ellipsis;
height:52px;
align-items:center;
white-space:nowrap;
font-weight:700;
justify-content:center;
}
.utf_rc_partner3wf{
border-radius:0.875rem;
padding:1.375rem;
background:#141b24;
border:1px solid rgba(180,205,255,0.07);
}
.utf_rc_partner_name3wf{
overflow-wrap:break-word;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-size:1.25rem;
font-weight:600;
margin-bottom:0.375rem;
color:#eef2fa;
}
.utf_rc_partner_text3wf{
color:#6b7a96;
overflow-wrap:break-word;
font-size:13px;
line-height:1.55;
}
.utf_pmt3wf{
padding:48px 0 10px;
}
.utf_pmt_in3wf{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:start;
}
@media(min-width:877px){
.utf_pmt_in3wf{
gap:3rem;
grid-template-columns:1fr 1.1fr;
}
}
.utf_pmt_left3wf{
min-width:0;
}
.utf_pmt_eyebrow3wf{
margin-bottom:0.75rem;
}
.utf_pmt_h23wf{
line-height:1.06;
font-weight:600;
overflow-wrap:break-word;
color:#eef2fa;
font-size:1.875rem;
margin-bottom:12px;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:771px){
.utf_pmt_h23wf{
font-size:32px;
}
}
.utf_pmt_text3wf{
color:#6b7a96;
margin-bottom:22px;
font-size:0.906rem;
line-height:1.6;
}
.utf_pmt_logos3wf{
grid-template-columns:repeat(2,1fr);
gap:0.625rem;
display:grid;
}
@media(min-width:481px){
.utf_pmt_logos3wf{
grid-template-columns:repeat(4,1fr);
}
}
.utf_pmt_logo3wf{
overflow:hidden;
border-radius:8px;
border:1px solid rgba(180,205,255,0.07);
padding:0 8px;
background:#141b24;
font-weight:700;
display:flex;
text-align:center;
justify-content:center;
height:50px;
text-overflow:ellipsis;
align-items:center;
font-size:0.781rem;
white-space:nowrap;
color:#c8d3e8;
}
.utf_pmt_table3wf{
border-radius:14px;
overflow:hidden;
border:1px solid rgba(180,205,255,0.07);
min-width:0;
}
.utf_pmt_thead3wf{
background:#080c11;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.utf_pmt_th3wf{
overflow:hidden;
padding:13px 14px;
color:#eef2fa;
letter-spacing:.08em;
font-size:0.625rem;
text-transform:uppercase;
font-weight:700;
text-overflow:ellipsis;
white-space:nowrap;
}
.utf_pmt_row3wf{
grid-template-columns:1.4fr 1fr 1fr 1fr;
border-top:1px solid rgba(180,205,255,0.07);
display:grid;
}
.utf_pmt_row3wf:nth-child(odd){
background:#141b24;
}
.utf_pmt_td3wf{
padding:0.875rem;
color:#6b7a96;
overflow-wrap:break-word;
min-width:0;
font-size:0.844rem;
}
.utf_pmt_row3wf .utf_pmt_td3wf:first-child{
font-weight:700;
color:#eef2fa;
}
.utf_pmt_row3wf .utf_pmt_td3wf:last-child{
color:#3ec98a;
font-weight:700;
}
.utf_tt3wf{
padding:3rem 0 0.625rem;
}
@media(min-width:770px){
.utf_tt3wf{
padding:60px 0 10px;
}
}
.utf_tt_head3wf{
margin-bottom:34px;
text-align:center;
}
.utf_tt_eyebrow3wf{
margin-bottom:12px;
}
.utf_tt_h23wf{
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#eef2fa;
line-height:1.05;
font-size:2rem;
font-weight:600;
}
@media(min-width:767px){
.utf_tt_h23wf{
font-size:2.625rem;
}
}
.utf_tt_grid3wf{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.utf_tt_grid3wf{
grid-template-columns:repeat(3,1fr);
}
}
.utf_tt_card3wf{
padding:1.875rem;
border:1px solid rgba(180,205,255,0.07);
background:#141b24;
border-radius:14px;
min-width:0;
flex-direction:column;
display:flex;
}
.utf_tt_card_ic3wf{
align-items:center;
display:inline-flex;
color:#4d8fef;
margin-bottom:18px;
}
.utf_tt_card_ic3wf svg{
width:28px;
height:28px;
}
.utf_tt_card_h3wf{
color:#eef2fa;
font-weight:600;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.5rem;
overflow-wrap:break-word;
font-size:1.375rem;
line-height:1.15;
}
.utf_tt_card_p3wf{
margin-bottom:14px;
font-size:0.875rem;
color:#6b7a96;
line-height:1.6;
overflow-wrap:break-word;
}
.utf_tt_card_p3wf b{
color:#eef2fa;
font-weight:700;
}
.utf_tt_card_link3wf{
transition:color .2s ease;
font-weight:700;
padding-bottom:2px;
font-size:0.813rem;
border-bottom:1px solid #4d8fef;
align-self:flex-start;
color:#eef2fa;
margin-top:auto;
}
.utf_tt_card_link3wf:hover{
color:#4d8fef;
}
.utf_et3wf{
padding:2.25rem 0 10px;
}
.utf_et_in3wf{
grid-template-columns:1fr;
gap:32px;
align-items:start;
display:grid;
}
@media(min-width:879px){
.utf_et_in3wf{
gap:3rem;
grid-template-columns:1.1fr .9fr;
}
}
.utf_et_left3wf{
min-width:0;
}
.utf_et_eyebrow3wf{
margin-bottom:0.75rem;
}
.utf_et_h23wf{
margin-bottom:14px;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
line-height:1.06;
color:#eef2fa;
font-weight:600;
font-size:28px;
}
@media(min-width:769px){
.utf_et_h23wf{
font-size:32px;
}
}
.utf_et_text3wf{
margin-bottom:1.375rem;
font-size:15px;
line-height:1.65;
color:#6b7a96;
}
.utf_et_stats3wf{
gap:1.5rem;
display:flex;
flex-wrap:wrap;
}
.utf_et_stat3wf{
min-width:0;
}
.utf_et_stat_v3wf{
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-weight:700;
line-height:1;
color:#eef2fa;
font-size:26px;
}
.utf_et_stat_l3wf{
font-size:0.781rem;
margin-top:0.25rem;
color:#8a9ab8;
}
.utf_et_right3wf{
gap:12px;
flex-direction:column;
display:flex;
}
.utf_et_member3wf{
gap:16px;
padding:1.125rem 20px;
background:#141b24;
border:1px solid rgba(180,205,255,0.07);
border-radius:14px;
min-width:0;
align-items:center;
display:flex;
}
.utf_et_member_av3wf{
background:linear-gradient(135deg,#0c1630,#4d8fef);
flex:0 0 auto;
border-radius:50%;
height:48px;
width:3rem;
}
.utf_et_member_name3wf{
font-size:15px;
font-weight:700;
color:#eef2fa;
overflow-wrap:break-word;
}
.utf_et_member_role3wf{
font-size:12.5px;
overflow-wrap:break-word;
color:#8a9ab8;
}
.utf_et_updated3wf{
border:1px solid rgba(180,205,255,0.07);
border-radius:14px;
gap:8px;
padding:0.875rem 18px;
background:#0d1117;
align-items:center;
font-size:0.781rem;
display:flex;
color:#6b7a96;
}
.utf_sb3wf{
background:#141b24;
padding:48px 0;
border-bottom:1px solid rgba(180,205,255,0.07);
margin-top:24px;
border-top:1px solid rgba(180,205,255,0.07);
}
@media(min-width:769px){
.utf_sb3wf{
padding:3.5rem 0;
}
}
.utf_sb_eyebrow3wf{
display:block;
margin-bottom:0.75rem;
}
.utf_sb_h23wf{
overflow-wrap:break-word;
color:#eef2fa;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-weight:600;
margin-bottom:1.625rem;
line-height:1.05;
font-size:30px;
}
@media(min-width:769px){
.utf_sb_h23wf{
font-size:2.25rem;
}
}
.utf_sb_grid3wf{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:561px){
.utf_sb_grid3wf{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:963px){
.utf_sb_grid3wf{
grid-template-columns:repeat(4,1fr);
}
}
.utf_sb_card3wf{
background:#0d1117;
padding:1.5rem;
border:1px solid rgba(180,205,255,0.07);
border-radius:0.875rem;
min-width:0;
}
.utf_sb_card_h3wf{
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
margin-bottom:8px;
font-weight:600;
line-height:1.15;
color:#eef2fa;
font-size:1.188rem;
overflow-wrap:break-word;
}
.utf_sb_card_p3wf{
color:#6b7a96;
line-height:1.6;
overflow-wrap:break-word;
font-size:0.844rem;
}
.utf_sb_rtp3wf{
grid-template-columns:1fr;
background:#0d1117;
padding:26px 1.75rem;
border:1px solid rgba(180,205,255,0.07);
gap:1.5rem;
border-radius:14px;
align-items:center;
margin-top:18px;
display:grid;
}
@media(min-width:761px){
.utf_sb_rtp3wf{
grid-template-columns:1fr 1fr;
gap:40px;
}
}
.utf_sb_rtp_h3wf{
line-height:1.15;
overflow-wrap:break-word;
font-size:1.25rem;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-weight:600;
margin-bottom:8px;
color:#eef2fa;
}
.utf_sb_rtp_p3wf{
color:#6b7a96;
font-size:0.844rem;
overflow-wrap:break-word;
line-height:1.6;
}
.utf_sb_rtp_stats3wf{
gap:1rem;
display:flex;
}
.utf_sb_stat3wf{
flex:1 1 0;
border-radius:0.5rem;
background:#141b24;
padding:18px;
min-width:0;
text-align:center;
}
.utf_sb_stat_v3wf{
overflow-wrap:break-word;
color:#3ec98a;
font-weight:700;
font-size:1.625rem;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
}
.utf_sb_stat_l3wf{
font-size:0.719rem;
margin-top:4px;
color:#8a9ab8;
}
.utf_sg3wf{
padding:48px 0 0.625rem;
}
.utf_sg_eyebrow3wf{
display:block;
margin-bottom:0.75rem;
}
.utf_sg_h23wf{
font-size:30px;
line-height:1.05;
overflow-wrap:break-word;
margin-bottom:1.75rem;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
color:#eef2fa;
font-weight:600;
}
@media(min-width:765px){
.utf_sg_h23wf{
font-size:36px;
}
}
.utf_sg_grid3wf{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:719px){
.utf_sg_grid3wf{
grid-template-columns:repeat(3,1fr);
}
}
.utf_sg_col3wf{
min-width:0;
}
.utf_sg_col_h3wf{
line-height:1.15;
overflow-wrap:break-word;
color:#eef2fa;
font-size:1.375rem;
margin-bottom:0.625rem;
font-weight:600;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
}
.utf_sg_col_p3wf{
line-height:1.65;
color:#6b7a96;
overflow-wrap:break-word;
font-size:0.875rem;
}
.utf_lh3wf{
padding:40px 0 1.25rem;
}
.utf_lh_in3wf{
padding-top:2.125rem;
border-top:1px solid rgba(180,205,255,0.13);
}
.utf_lh_eyebrow3wf{
display:block;
margin-bottom:1.375rem;
}
.utf_lh_grid3wf{
grid-template-columns:1fr 1fr;
gap:1.75rem;
display:grid;
}
@media(min-width:602px){
.utf_lh_grid3wf{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:957px){
.utf_lh_grid3wf{
grid-template-columns:repeat(5,1fr);
}
}
.utf_lh_col3wf{
min-width:0;
}
.utf_lh_col_h3wf{
margin-bottom:0.75rem;
font-size:13px;
font-weight:700;
color:#eef2fa;
overflow-wrap:break-word;
}
.utf_lh_links3wf{
gap:0.5rem;
display:flex;
flex-direction:column;
}
.utf_lh_link3wf{
transition:color .2s ease;
color:#6b7a96;
font-size:0.813rem;
overflow-wrap:break-word;
}
.utf_lh_link3wf:hover{
color:#4d8fef;
}
.utf_gd3wf{
padding:3rem 0 10px;
}
.utf_gd_head3wf{
gap:0.875rem;
flex-direction:column;
margin-bottom:1.5rem;
display:flex;
}
@media(min-width:680px){
.utf_gd_head3wf{
gap:20px;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.utf_gd_eyebrow3wf{
margin-bottom:0.625rem;
}
.utf_gd_h23wf{
line-height:1.05;
font-size:1.75rem;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#eef2fa;
font-weight:600;
}
@media(min-width:770px){
.utf_gd_h23wf{
font-size:34px;
}
}
.utf_gd_more3wf{
transition:color .2s ease,border-color .2s ease;
flex:0 0 auto;
font-size:0.844rem;
border-bottom:1px solid #eef2fa;
color:#eef2fa;
font-weight:600;
padding-bottom:2px;
}
.utf_gd_more3wf:hover{
border-color:#4d8fef;
color:#4d8fef;
}
.utf_gd_grid3wf{
gap:20px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:719px){
.utf_gd_grid3wf{
grid-template-columns:repeat(3,1fr);
}
}
.utf_gd_card3wf{
border:1px solid rgba(180,205,255,0.07);
background:#141b24;
border-radius:14px;
overflow:hidden;
min-width:0;
display:block;
}
.utf_gd_card_img3wf{
background:linear-gradient(140deg,#0c1630,#4d8fef);
height:9.375rem;
}
.utf_gd_card_body3wf{
padding:1.375rem;
}
.utf_gd_card_cat3wf{
font-weight:600;
letter-spacing:.1em;
color:#4d8fef;
font-size:0.625rem;
text-transform:uppercase;
}
.utf_gd_card_h3wf{
margin:0.5rem 0 10px;
line-height:1.2;
overflow-wrap:break-word;
font-weight:600;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
color:#eef2fa;
font-size:19px;
}
.utf_gd_card_meta3wf{
color:#8a9ab8;
font-size:12px;
overflow-wrap:break-word;
}
.utf_el3wf{
padding:48px 0;
}
@media(min-width:771px){
.utf_el3wf{
padding:3.5rem 0;
}
}
.utf_el_in3wf{
gap:2.5rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:902px){
.utf_el_in3wf{
grid-template-columns:1fr 1fr;
gap:3.5rem;
}
}
.utf_el_left3wf{
min-width:0;
}
.utf_el_eyebrow3wf{
margin-bottom:0.875rem;
}
.utf_el_h23wf{
font-size:32px;
overflow-wrap:break-word;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
margin-bottom:22px;
color:#eef2fa;
line-height:1.08;
font-weight:600;
}
@media(min-width:765px){
.utf_el_h23wf{
font-size:2.375rem;
}
}
.utf_el_body3wf p{
color:#c8d3e8;
font-size:16px;
overflow-wrap:break-word;
line-height:1.7;
margin-bottom:1.125rem;
}
.utf_el_dropcap3wf{
padding:6px 0.75rem 0 0;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
line-height:.8;
float:left;
color:#4d8fef;
font-size:62px;
font-weight:700;
}
.utf_el_right3wf{
min-width:0;
}
.utf_el_quote3wf{
background:linear-gradient(150deg,#0c1630,#080c14);
padding:36px;
border-radius:20px;
color:#eef2fa;
margin-bottom:24px;
position:relative;
}
.utf_el_quote_mark3wf{
color:#7eb8ff;
align-items:center;
display:inline-flex;
margin-bottom:0.375rem;
}
.utf_el_quote_mark3wf svg{
width:2.125rem;
height:34px;
}
.utf_el_quote_text3wf{
margin-bottom:22px;
color:#eef2fa;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:500;
line-height:1.4;
font-size:22px;
}
.utf_el_quote_meta3wf{
gap:12px;
display:flex;
align-items:center;
}
.utf_el_quote_av3wf{
background:linear-gradient(135deg,#4d8fef,#a0ccff);
border-radius:50%;
flex:0 0 auto;
width:2.375rem;
height:2.375rem;
}
.utf_el_quote_author3wf{
font-size:14px;
color:#eef2fa;
font-weight:700;
}
.utf_el_quote_meta_sub3wf{
color:#8fa8d4;
font-size:0.75rem;
}
.utf_el_explain3wf{
border-radius:14px;
overflow:hidden;
border:1px solid rgba(180,205,255,0.07);
}
.utf_el_explain_card3wf{
padding:22px 24px;
}
.utf_el_explain_card3wf+.utf_el_explain_card3wf{
border-top:1px solid rgba(180,205,255,0.07);
}
.utf_el_explain_h3wf{
margin-bottom:8px;
font-weight:600;
font-size:1.25rem;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
color:#eef2fa;
overflow-wrap:break-word;
line-height:1.15;
}
.utf_el_explain_p3wf{
line-height:1.55;
overflow-wrap:break-word;
font-size:0.875rem;
color:#6b7a96;
}
.utf_faq3wf{
padding:48px 0;
background:#141b24;
margin-top:1.5rem;
border-bottom:1px solid rgba(180,205,255,0.07);
border-top:1px solid rgba(180,205,255,0.07);
}
@media(min-width:766px){
.utf_faq3wf{
padding:62px 0;
}
}
.utf_faq_head3wf{
text-align:center;
margin-bottom:2.125rem;
}
.utf_faq_eyebrow3wf{
margin-bottom:12px;
}
.utf_faq_h23wf{
line-height:1.05;
font-size:32px;
font-weight:600;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
color:#eef2fa;
overflow-wrap:break-word;
}
@media(min-width:770px){
.utf_faq_h23wf{
font-size:38px;
}
}
.utf_faq_list3wf{
gap:12px;
margin:0 auto;
flex-direction:column;
display:flex;
max-width:51.25rem;
}
.utf_faq_item3wf{
overflow:hidden;
border-radius:14px;
background:#0d1117;
border:1px solid rgba(180,205,255,0.07);
}
.utf_faq_q3wf{
padding:1.25rem 1.5rem;
gap:1.25rem;
list-style:none;
justify-content:space-between;
overflow-wrap:break-word;
align-items:center;
font-size:1rem;
display:flex;
cursor:pointer;
font-weight:700;
color:#eef2fa;
}
.utf_faq_q3wf::-webkit-details-marker{
display:none;
}
.utf_faq_q_ic3wf{
flex:0 0 auto;
transition:transform .2s ease;
align-items:center;
display:inline-flex;
color:#4d8fef;
}
.utf_faq_q_ic3wf svg{
width:18px;
height:1.125rem;
}
.utf_faq_item3wf[open] .utf_faq_q_ic3wf{
transform:rotate(180deg);
}
.utf_faq_a3wf{
padding:0 1.5rem 20px;
overflow-wrap:break-word;
line-height:1.6;
color:#6b7a96;
font-size:0.906rem;
}
.utf_ft3wf{
background:#080c11;
color:#8fa8d4;
margin-top:2.5rem;
}
.utf_ft_in3wf{
grid-template-columns:1fr;
padding:3rem 0 28px;
gap:2rem;
display:grid;
}
@media(min-width:600px){
.utf_ft_in3wf{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:897px){
.utf_ft_in3wf{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.utf_ft_brand3wf{
min-width:0;
}
.utf_ft_logo3wf{
color:#eef2fa;
font-size:1.625rem;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:700;
}
.utf_ft_tagline3wf{
max-width:17.5rem;
margin-top:0.875rem;
color:#8fa8d4;
font-size:13.5px;
line-height:1.6;
}
.utf_ft_contact3wf{
transition:color .2s ease;
overflow-wrap:anywhere;
display:inline-block;
margin-top:12px;
max-width:280px;
color:#7eb8ff;
font-size:13px;
}
.utf_ft_contact3wf:hover{
color:#eef2fa;
}
.utf_ft_col3wf{
min-width:0;
}
.utf_ft_col_h3wf{
margin-bottom:0.875rem;
font-weight:700;
color:#eef2fa;
font-size:0.813rem;
letter-spacing:.08em;
text-transform:uppercase;
overflow-wrap:break-word;
}
.utf_ft_col_links3wf{
gap:10px;
display:flex;
flex-direction:column;
}
.utf_ft_link3wf{
transition:color .2s ease;
font-size:13.5px;
overflow-wrap:break-word;
color:#8fa8d4;
}
.utf_ft_link3wf:hover{
color:#eef2fa;
}
.utf_ft_bot3wf{
gap:1rem;
padding:1.375rem 0 2.5rem;
flex-direction:column;
display:flex;
border-top:1px solid rgba(200,220,255,0.13);
}
@media(min-width:770px){
.utf_ft_bot3wf{
gap:20px;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.utf_ft_legal3wf{
color:#404f66;
max-width:47.5rem;
overflow-wrap:break-word;
line-height:1.6;
font-size:0.719rem;
}
.utf_ft_legal3wf b{
font-weight:700;
color:#8fa8d4;
}
.utf_ft_age3wf{
padding:0.25rem 0.563rem;
border:1.5px solid #7eb8ff;
border-radius:0.5rem;
flex:0 0 auto;
color:#7eb8ff;
font-weight:700;
font-size:13px;
}