*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0F0D0A;
overflow-wrap:break-word;
text-rendering:optimizeLegibility;
line-height:1.55;
-webkit-font-smoothing:antialiased;
font-size:15px;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#C8B98A;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
input{
font-family:inherit;
}
svg{
display:block;
}
h1,h2,h3,h4{
overflow-wrap:anywhere;
}
::-webkit-scrollbar{
width:8px;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(10, 8, 5, 0.72);
}
::-webkit-scrollbar-track{
background:transparent;
}
.omn_shell_dzl{
grid-template-columns:15.5rem 1fr;
display:grid;
min-height:100vh;
}
.omn_main_dzl{
min-width:0;
}
.omn_wrap_dzl{
margin:0 auto;
max-width:87.5rem;
width:100%;
}
.omn_container_dzl{
padding:0 16px;
margin:0 auto;
max-width:87.5rem;
width:100%;
}
@media(min-width:769px){
.omn_container_dzl{
padding:0 1.75rem;
}
}
.omn_section_dzl{
padding:1.5rem 28px;
}
.omn_section_pt_dzl{
padding-top:2.125rem;
}
.omn_band_soft_dzl{
background:#1A1610;
}
.omn_eyebrow_dzl{
letter-spacing:.14em;
overflow-wrap:break-word;
line-height:1.4;
display:inline-block;
font-size:10.5px;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#FBA814;
text-transform:uppercase;
font-weight:600;
}
.omn_drawer_cb_dzl{
display:none;
}
.omn_overlay_dzl{
display:none;
}
@media(max-width:1026px){
.omn_shell_dzl{
grid-template-columns:1fr;
}
.omn_main_dzl{
padding-bottom:78px;
}
.omn_drawer_cb_dzl:checked~.omn_overlay_dzl{
inset:0;
background:rgba(10, 8, 5, 0.72);
display:block;
position:fixed;
z-index:70;
}
}
@media(max-width:557px){
.omn_section_dzl{
padding:1.125rem 16px;
}
.omn_section_pt_dzl{
padding-top:24px;
}
}
@keyframes zm3-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
@keyframes zm3-marquee{
0%{
transform:translateX(0)}
100%{
transform:translateX(-50%)}
}
/* ---------- sidebar ---------- */
.omn_side_dzl{
background:#13100C;
gap:22px;
padding:22px 1.125rem;
top:0;
border-right:1px solid #2A2318;
align-self:start;
position:sticky;
flex-direction:column;
display:flex;
overflow-y:auto;
height:100vh;
}
.omn_brand_dzl{
gap:0.625rem;
display:flex;
align-items:center;
}
.omn_logo_dzl{
letter-spacing:-.02em;
font-weight:700;
font-size:21px;
color:#F5EDD8;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
}
.omn_side_cta_dzl{
border:1px solid #362D1E;
padding:1rem;
border-radius:0.813rem;
background:rgba(251, 168, 20, 0.11);
}
.omn_side_cta_h_dzl{
font-weight:700;
font-size:1.063rem;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
line-height:1.15;
margin-bottom:0.375rem;
color:#F5EDD8;
}
.omn_side_cta_p_dzl{
font-size:12px;
margin-bottom:0.75rem;
color:#C8B98A;
line-height:1.45;
}
.omn_nav_dzl{
gap:3px;
flex-direction:column;
display:flex;
}
.omn_nav_label_dzl{
padding:0.375rem 10px;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
letter-spacing:.14em;
color:#554A34;
font-size:9.5px;
}
.omn_nav_item_dzl{
border-radius:8px;
gap:11px;
padding:0.625rem;
display:flex;
align-items:center;
font-weight:500;
font-size:14px;
color:#C8B98A;
}
.omn_nav_item_dzl svg{
width:17px;
height:17px;
}
.omn_nav_item_dzl:hover{
background:rgba(251, 168, 20, 0.11);
color:#F5EDD8;
}
.omn_nav_item_on_dzl{
background:rgba(251, 168, 20, 0.11);
color:#FBA814;
font-weight:600;
}
.omn_side_foot_dzl{
background:#1A1610;
border:1px solid #362D1E;
border-radius:0.813rem;
padding:0.75rem;
margin-top:auto;
}
.omn_side_foot_dzl p{
font-size:12.5px;
margin-top:0.25rem;
line-height:1.4;
color:#C8B98A;
}
/* ---------- topbar ---------- */
.omn_top_dzl{
background:#13100C;
gap:1rem;
padding:14px 28px;
z-index:40;
align-items:center;
display:flex;
top:0;
position:sticky;
border-bottom:1px solid #2A2318;
}
.omn_top_brand_dzl{
gap:0.563rem;
align-items:center;
display:none;
}
.omn_search_dzl{
flex:1;
padding:11px 14px;
background:#1A1610;
border-radius:13px;
gap:0.625rem;
border:1px solid #362D1E;
font-size:0.844rem;
color:#8A7A5A;
display:flex;
max-width:27.5rem;
align-items:center;
}
.omn_search_dzl svg{
flex:none;
height:1rem;
width:1rem;
}
.omn_top_actions_dzl{
gap:12px;
display:flex;
margin-left:auto;
align-items:center;
}
.omn_lang_dzl{
color:#C8B98A;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:12px;
}
.omn_burger_dzl{
border-radius:0.5rem;
border:1px solid #362D1E;
background:#1A1610;
width:2.5rem;
align-items:center;
color:#F5EDD8;
display:none;
height:40px;
justify-content:center;
}
/* ---------- bottom-nav (mobile) ---------- */
.omn_botnav_dzl{
display:none;
}
@media(max-width:1025px){
.omn_side_dzl{
transition:transform .25s ease;
height:100vh;
width:17.5rem;
left:0;
top:0;
transform:translateX(-100%);
position:fixed;
z-index:80;
}
.omn_drawer_cb_dzl:checked~.omn_shell_dzl .omn_side_dzl{
transform:translateX(0);
}
.omn_top_dzl{
padding:0.875rem 16px;
gap:0.75rem;
flex-wrap:wrap;
position:static;
}
.omn_top_brand_dzl{
display:flex;
}
.omn_search_dzl{
display:none;
}
.omn_burger_dzl{
display:flex;
}
.omn_top_actions_dzl{
gap:10px;
align-items:stretch;
width:100%;
margin-left:0;
}
.omn_top_actions_dzl .omn_lang_dzl{
display:none;
}
.omn_top_actions_dzl .omn_btn_dzl{
padding:11px 10px;
flex:1;
text-align:center;
}
.omn_botnav_dzl{
padding:8px 6px calc(8px + env(safe-area-inset-bottom));
grid-template-columns:repeat(3,1fr);
background:#13100C;
transform:translateZ(0);
right:0;
display:grid;
bottom:0;
left:0;
z-index:65;
border-top:1px solid #362D1E;
position:fixed;
}
.omn_bn_dzl{
gap:4px;
padding:6px 2px 0;
font-size:0.625rem;
display:flex;
color:#C8B98A;
justify-content:flex-end;
font-weight:600;
flex-direction:column;
min-width:0;
align-items:center;
}
.omn_bn_dzl svg{
flex:none;
height:22px;
width:22px;
}
.omn_bn_dzl span{
overflow:hidden;
max-width:100%;
white-space:nowrap;
text-align:center;
text-overflow:ellipsis;
}
.omn_bn_on_dzl{
color:#FBA814;
}
.omn_bn_center_dzl{
position:relative;
}
.omn_bn_fab_dzl{
background:#FBA814;
border-radius:50%;
box-shadow:0 0.5rem 2rem rgba(0, 0, 0, 0.64), 0 2px 0.5rem rgba(251, 168, 20, 0.14);
transform:translateX(-50%);
position:absolute;
justify-content:center;
left:50%;
top:-20px;
width:3.125rem;
height:3.125rem;
color:#1A1000;
align-items:center;
display:flex;
}
.omn_bn_fab_dzl svg{
width:24px;
height:24px;
}
.omn_bn_center_dzl span{
color:#FBA814;
}
}
.omn_btn_dzl{
padding:0.688rem 1.375rem;
gap:0.5rem;
transition:background-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease,color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease;
border-radius:0.5rem;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
cursor:pointer;
font-weight:700;
align-items:center;
font-size:14px;
display:inline-flex;
justify-content:center;
}
.omn_btn_pri_dzl{
background:#FBA814;
color:#1A1000;
box-shadow:0 0.25rem 18px rgba(251, 168, 20, 0.38), 0 2px 0.375rem rgba(251, 168, 20, 0.22);
}
.omn_btn_pri_dzl:hover{
background:#E09500;
}
.omn_btn_ghost_dzl{
background:rgba(251, 168, 20, 0.11);
color:#F5EDD8;
font-weight:600;
}
.omn_btn_line_dzl{
background:transparent;
border:1px solid #4A3D28;
font-weight:600;
color:#F5EDD8;
}
.omn_btn_lg_dzl{
padding:1rem 1.875rem;
border-radius:0.813rem;
font-size:15px;
}
.omn_band_dzl .omn_btn_line_dzl{
border-color:rgba(255, 210, 100, 0.13);
color:#F5EDD8;
}
.omn_band_dzl .omn_btn_ghost_dzl{
background:rgba(255, 220, 140, 0.08);
color:#F5EDD8;
}
.omn_link_m_dzl{
gap:5px;
text-decoration:none;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
cursor:pointer;
display:inline-flex;
font-size:0.75rem;
align-items:center;
color:#FBA814;
}
.omn_link_m_dzl svg{
width:0.875rem;
height:14px;
}
.omn_band_dzl .omn_link_m_dzl{
color:#FBA814;
}
.omn_dot_dzl{
border-radius:50%;
flex:none;
background:#FBA814;
width:7px;
height:7px;
}
.omn_dot_live_dzl{
animation:zm3-pulse 1.4s infinite;
background:#E03A2F;
}
.omn_stars_dzl{
gap:2px;
display:inline-flex;
color:#FBA814;
}
.omn_stars_dzl svg{
width:15px;
height:15px;
}
.omn_chip_dzl{
border:1px solid #362D1E;
border-radius:0.5rem;
padding:0.438rem 0.75rem;
gap:0.375rem;
background:#1A1610;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#C8B98A;
align-items:center;
font-size:0.688rem;
display:inline-flex;
}
.omn_chip_on_dzl{
border-color:transparent;
background:rgba(251, 168, 20, 0.11);
color:#FBA814;
}
.omn_gc_dzl{
color:inherit;
cursor:pointer;
text-decoration:none;
display:block;
min-width:0;
}
.omn_gc_thumb_dzl{
overflow:hidden;
border-radius:0.813rem;
border:1px solid #362D1E;
aspect-ratio:1;
background-size:cover;
background-position:center;
display:block;
position:relative;
}
.omn_gc_thumb_portrait_dzl{
aspect-ratio:3/4;
}
.omn_gc_thumb_wide_dzl{
aspect-ratio:16/11;
}
.omn_gc_cap_dzl{
background:linear-gradient(transparent,rgba(10, 8, 5, 0.72));
padding:9px;
right:0;
bottom:0;
left:0;
position:absolute;
}
.omn_gc_name_dzl{
color:#F5EDD8;
font-size:12.5px;
display:block;
font-weight:700;
}
.omn_gc_meta_dzl{
color:#A89060;
font-size:11px;
}
.omn_gc_badge_dzl{
background:#FBA814;
padding:2px 0.375rem;
border-radius:8px;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
top:0.5rem;
color:#1A1000;
font-weight:700;
position:absolute;
font-size:8px;
right:8px;
}
.omn_gc_badge_hot_dzl{
background:#E03A2F;
color:#F5EDD8;
}
.omn_gc_badge_live_dzl{
background:#E03A2F;
left:8px;
color:#F5EDD8;
right:auto;
}
.omn_gc_mult_dzl{
inset:0;
color:#FBA814;
font-weight:700;
align-items:center;
display:flex;
position:absolute;
font-size:1.75rem;
justify-content:center;
}
.omn_pc_dzl{
border-radius:0.813rem;
border:1px solid #362D1E;
background:#1A1610;
height:4rem;
justify-content:center;
font-weight:700;
align-items:center;
font-size:14px;
display:flex;
color:#C8B98A;
}
.omn_rail_dzl{
min-width:0;
}
.omn_rail_scroll_dzl{
gap:14px;
display:grid;
}
.omn_rail_scroll_dzl>*{
min-width:0;
}
.omn_g6_dzl{
grid-template-columns:repeat(6,1fr);
}
.omn_g7_dzl{
grid-template-columns:repeat(7,1fr);
}
.omn_g4_dzl{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1021px){
.omn_g6_dzl,.omn_g7_dzl{
grid-template-columns:none;
grid-auto-flow:column;
scroll-snap-type:x mandatory;
overflow-x:auto;
padding-bottom:6px;
grid-auto-columns:120px;
}
.omn_g6_dzl>*,.omn_g7_dzl>*{
scroll-snap-align:start;
}
.omn_g4_dzl{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:557px){
.omn_g4_dzl{
grid-template-columns:none;
grid-auto-columns:9.375rem;
grid-auto-flow:column;
overflow-x:auto;
}
}
.omn_panel_dzl{
border:1px solid #362D1E;
border-radius:1.25rem;
background:#1A1610;
padding:28px 2rem;
}
.omn_split_dzl{
gap:2.25rem;
align-items:start;
display:grid;
}
.omn_split_dzl>*{
min-width:0;
}
.omn_split_a_dzl{
grid-template-columns:.85fr 1.15fr;
}
.omn_split_b_dzl{
grid-template-columns:1fr 1.1fr;
}
.omn_split_c_dzl{
grid-template-columns:1.1fr .9fr;
}
.omn_pgrid_dzl{
gap:40px;
grid-template-columns:.9fr 1.1fr;
align-items:center;
display:grid;
}
.omn_pgrid_dzl>*{
min-width:0;
}
.omn_lead_dzl{
color:#C8B98A;
line-height:1.65;
margin-bottom:14px;
font-size:0.938rem;
}
.omn_feat_dzl{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.omn_feat_dzl>*{
min-width:0;
}
.omn_feat2_dzl{
grid-template-columns:1fr 1fr;
}
.omn_feat_card_dzl{
border-radius:20px;
border:1px solid #362D1E;
padding:26px;
background:#1A1610;
}
.omn_feat_card_dzl svg{
width:1.625rem;
height:26px;
margin-bottom:1rem;
color:#FBA814;
}
.omn_feat_card_dzl h3{
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
font-size:1.125rem;
font-weight:700;
color:#F5EDD8;
margin-bottom:8px;
}
.omn_feat_card_dzl p{
font-size:13px;
color:#C8B98A;
line-height:1.6;
}
.omn_feat_card_dzl b{
color:#F5EDD8;
}
.omn_big_dzl{
gap:1.375rem;
display:flex;
flex-wrap:wrap;
}
.omn_big_n_dzl{
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
color:#FBA814;
font-size:1.625rem;
font-weight:700;
}
.omn_big_l_dzl{
color:#8A7A5A;
font-size:12px;
}
.omn_person_dzl{
border-radius:0.813rem;
border:1px solid #362D1E;
background:#1A1610;
gap:14px;
padding:16px 18px;
display:flex;
align-items:center;
}
.omn_avatar_dzl{
background:linear-gradient(135deg,#FBA814,#C97C00);
border-radius:50%;
flex:none;
height:44px;
width:2.75rem;
}
.omn_person_name_dzl{
font-weight:700;
color:#F5EDD8;
font-size:0.875rem;
}
.omn_person_role_dzl{
color:#8A7A5A;
font-size:12px;
}
.omn_kv_dzl{
border:1px solid #362D1E;
border-radius:0.813rem;
grid-template-columns:1fr 1fr;
overflow:hidden;
background:#362D1E;
gap:1px;
display:grid;
}
.omn_kv_dzl>div{
background:#0F0D0A;
padding:1rem 1.125rem;
min-width:0;
}
.omn_kv_k_dzl{
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#FBA814;
margin-bottom:0.313rem;
text-transform:uppercase;
font-size:9.5px;
}
.omn_kv_v_dzl{
font-size:13.5px;
color:#F5EDD8;
font-weight:700;
}
@media(max-width:1021px){
.omn_split_a_dzl,.omn_split_b_dzl,.omn_split_c_dzl,.omn_pgrid_dzl{
gap:1.5rem;
grid-template-columns:1fr;
}
.omn_feat_dzl,.omn_feat2_dzl{
grid-template-columns:1fr;
}
.omn_kv_dzl{
grid-template-columns:1fr;
}
}
.omn_sh_dzl{
min-width:0;
margin-bottom:16px;
}
.omn_sh_row_dzl{
gap:0.75rem;
justify-content:space-between;
flex-wrap:wrap;
align-items:flex-end;
display:flex;
}
.omn_sh_row_dzl .omn_sh_l_dzl{
gap:6px;
display:flex;
flex-direction:column;
min-width:0;
}
.omn_sh_stack_dzl{
gap:10px;
display:flex;
align-items:flex-start;
flex-direction:column;
}
.omn_sh_center_dzl{
gap:0.625rem;
flex-direction:column;
text-align:center;
align-items:center;
display:flex;
}
.omn_sh_h2_dzl{
gap:0.563rem;
line-height:1.1;
color:#F5EDD8;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
font-size:1.25rem;
display:flex;
overflow-wrap:break-word;
align-items:center;
}
@media(min-width:767px){
.omn_sh_h2_dzl{
font-size:24px;
}
}
.omn_band_dzl .omn_sh_h2_dzl{
color:#F5EDD8;
}
.omn_eb_mono_dzl{
letter-spacing:.08em;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:none;
}
.omn_eb_mono_dzl::before{
content:"// ";
}
.omn_eb_upper_dzl{
text-transform:uppercase;
letter-spacing:.14em;
}
.omn_eb_pill_dzl{
background:rgba(251, 168, 20, 0.11);
padding:5px 11px;
border-radius:999px;
letter-spacing:.12em;
text-transform:uppercase;
}
.omn_eb_line_dzl{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.omn_eb_line_dzl::before{
background:#FBA814;
content:"";
display:inline-block;
width:1.5rem;
height:1px;
}
.omn_band_dzl .omn_eb_line_dzl::before{
background:#FBA814;
}
.omn_band_dzl .omn_eb_pill_dzl{
background:rgba(255, 220, 140, 0.08);
}
.omn_sh_link_dzl{
gap:6px;
transition:color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease,border-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease;
color:#F5EDD8;
display:inline-flex;
font-size:13px;
font-weight:600;
white-space:nowrap;
border-bottom:1px solid #F5EDD8;
align-items:center;
padding-bottom:2px;
}
.omn_sh_link_dzl:hover{
border-color:#FBA814;
color:#FBA814;
}
.omn_sh_link_dzl svg{
width:14px;
height:14px;
}
.omn_sh_link_chev_dzl{
border-bottom:0;
padding-bottom:0;
font-size:0.75rem;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#FBA814;
}
.omn_sh_link_btn_dzl{
background:#FBA814;
padding:0.563rem 18px;
border-radius:62.438rem;
color:#1A1000;
border-bottom:0;
}
.omn_sh_link_btn_dzl:hover{
background:#E09500;
border-color:transparent;
}
.omn_band_dzl .omn_sh_link_dzl{
border-color:#F5EDD8;
color:#F5EDD8;
}
.omn_band_dzl .omn_sh_link_chev_dzl{
color:#FBA814;
}
.omn_sh_rule_dzl{
margin:-2px 0 16px;
background:#362D1E;
height:1px;
}
.omn_band_dzl .omn_sh_rule_dzl{
background:rgba(255, 210, 100, 0.13);
}
.omn_seo_grid3_dzl{
grid-template-columns:repeat(3,1fr);
gap:1.25rem;
display:grid;
}
.omn_seo_grid4_dzl{
gap:0.813rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.omn_seo_grid3_dzl>*,.omn_seo_grid4_dzl>*{
min-width:0;
}
.omn_seo_card_dzl{
padding:1.5rem;
border:1px solid #362D1E;
background:#1A1610;
border-radius:13px;
}
.omn_seo_card_dzl h3{
font-size:1.125rem;
color:#F5EDD8;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
margin-bottom:0.5rem;
}
.omn_seo_card_dzl p{
line-height:1.6;
font-size:0.813rem;
color:#C8B98A;
}
.omn_seo_card_sm_dzl{
padding:20px;
}
.omn_seo_card_sm_dzl h3{
font-size:16px;
}
.omn_seo_card_sm_dzl p{
font-size:0.781rem;
line-height:1.55;
}
.omn_seo_rtp_row_dzl{
gap:36px;
grid-template-columns:1fr 1fr;
align-items:center;
margin-top:1rem;
display:grid;
}
.omn_rtp_dzl{
gap:14px;
min-width:0;
display:flex;
}
.omn_rtp_dzl>div{
background:#0F0D0A;
padding:1rem;
flex:1;
border-radius:13px;
text-align:center;
min-width:0;
}
.omn_rtp_n_dzl{
white-space:nowrap;
font-weight:700;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
color:#FBA814;
font-size:1.625rem;
}
.omn_rtp_l_dzl{
font-size:11px;
color:#8A7A5A;
margin-top:0.25rem;
}
.omn_cmp_dzl{
overflow:hidden;
border-radius:0.813rem;
border:1px solid #362D1E;
max-width:47.5rem;
}
.omn_cmp_row_dzl{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
font-size:13px;
}
.omn_cmp_row_dzl>div{
padding:13px 14px;
text-align:center;
min-width:0;
}
.omn_cmp_row_dzl>div:first-child{
color:#F5EDD8;
padding-left:1.375rem;
font-weight:600;
text-align:left;
}
.omn_cmp_th_dzl{
background:#0F0D0A;
font-weight:700;
font-size:0.781rem;
}
.omn_cmp_row_dzl:not(.omn_cmp_th_dzl){
background:#1A1610;
border-top:1px solid #2A2318;
color:#C8B98A;
}
.omn_cmp_zebra_dzl{
background:#141109;
}
.omn_guide_dzl{
background:#1A1610;
border-radius:13px;
overflow:hidden;
border:1px solid #362D1E;
cursor:pointer;
}
.omn_guide_cover_dzl{
height:130px;
}
.omn_guide_body_dzl{
padding:20px;
}
.omn_guide_body_dzl h3{
margin:0.438rem 0 9px;
font-weight:700;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
color:#F5EDD8;
line-height:1.25;
font-size:16px;
}
.omn_guide_meta_dzl{
font-size:0.719rem;
color:#8A7A5A;
}
.omn_hub_dzl{
grid-template-columns:repeat(5,1fr);
gap:28px;
border-top:1px solid #2A2318;
display:grid;
padding-top:1.75rem;
}
.omn_hub_dzl>*{
min-width:0;
}
.omn_hub_dzl h4{
font-size:13px;
color:#F5EDD8;
margin-bottom:0.688rem;
font-weight:700;
}
.omn_hub_col_dzl{
gap:0.5rem;
display:flex;
flex-direction:column;
font-size:13px;
color:#C8B98A;
}
.omn_hub_col_dzl a{
cursor:pointer;
}
@media(max-width:1027px){
.omn_seo_grid3_dzl{
grid-template-columns:1fr;
}
.omn_seo_grid4_dzl{
grid-template-columns:repeat(2,1fr);
}
.omn_seo_rtp_row_dzl{
gap:1.25rem;
grid-template-columns:1fr;
}
.omn_hub_dzl{
gap:1.375rem;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:561px){
.omn_hub_dzl{
grid-template-columns:1fr;
}
}
.omn_hero_dzl{
border-radius:20px;
padding:46px 3rem;
overflow:hidden;
border:1px solid #362D1E;
background:linear-gradient(120deg,#1C1408,#0D1219);
position:relative;
color:#F5EDD8;
}
.omn_hero_glow_dzl{
background:radial-gradient(circle,rgba(251, 168, 20, 0.22),transparent 70%);
border-radius:50%;
height:340px;
right:-3.75rem;
position:absolute;
top:-3.75rem;
width:340px;
}
.omn_hero_in_dzl{
max-width:600px;
position:relative;
}
.omn_hero_dzl .omn_eyebrow_dzl{
color:#FBA814;
}
.omn_pill_row_dzl{
border-radius:999px;
gap:0.5rem;
background:rgba(255, 220, 140, 0.08);
padding:0.375rem 13px;
border:1px solid rgba(255, 210, 100, 0.13);
color:#FBA814;
text-transform:uppercase;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
margin-bottom:1.375rem;
font-size:10.5px;
align-items:center;
display:inline-flex;
letter-spacing:.1em;
}
.omn_hero_h1_dzl{
margin:1.125rem 0;
font-weight:700;
overflow-wrap:break-word;
line-height:1.02;
color:#F5EDD8;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
font-size:54px;
letter-spacing:-.02em;
}
.omn_hero_h1_dzl em{
color:#FBA814;
font-style:normal;
}
.omn_hero_sub_dzl{
max-width:30rem;
line-height:1.55;
font-size:17px;
color:#A89060;
margin-bottom:28px;
}
.omn_hero_cta_dzl{
gap:0.875rem;
display:flex;
margin-bottom:1.625rem;
align-items:center;
flex-wrap:wrap;
}
.omn_hero_trust_dzl{
gap:0.875rem;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.omn_hero_rating_txt_dzl{
font-size:13px;
color:#A89060;
}
@media(max-width:1025px){
.omn_hero_dzl{
padding:32px 24px;
}
.omn_hero_h1_dzl{
font-size:38px;
}
}
@media(max-width:559px){
.omn_hero_h1_dzl{
font-size:1.875rem;
}
}
.omn_stat_dzl{
gap:14px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.omn_stat_dzl>*{
min-width:0;
}
.omn_stat_item_dzl{
padding:1.125rem 1.25rem;
border-radius:0.813rem;
border:1px solid #362D1E;
background:#1A1610;
}
.omn_stat_k_dzl{
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
margin-bottom:7px;
font-size:9.5px;
color:#8A7A5A;
letter-spacing:.12em;
text-transform:uppercase;
}
.omn_stat_v_dzl{
gap:8px;
min-width:0;
font-weight:700;
overflow-wrap:anywhere;
color:#F5EDD8;
display:flex;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
align-items:center;
font-size:24px;
}
.omn_stat_v_accent_dzl{
color:#FBA814;
}
@media(max-width:1024px){
.omn_stat_dzl{
grid-template-columns:repeat(2,1fr);
}
}
.omn_wlc_dzl{
gap:1.5rem;
background:linear-gradient(120deg,#1C1408,#0D1219);
padding:2.25rem 40px;
grid-template-columns:1.2fr .8fr;
overflow:hidden;
border-radius:20px;
border:1px solid #362D1E;
color:#F5EDD8;
position:relative;
align-items:center;
display:grid;
}
.omn_wlc_dzl>*{
min-width:0;
}
.omn_wlc_dzl .omn_eyebrow_dzl{
color:#FBA814;
}
.omn_wlc_glow_dzl{
border-radius:50%;
background:radial-gradient(circle,rgba(251, 168, 20, 0.22),transparent 70%);
top:-2.5rem;
width:16.25rem;
height:16.25rem;
position:absolute;
right:-2.5rem;
}
.omn_wlc_in_dzl{
position:relative;
}
.omn_wlc_h2_dzl{
margin:0.625rem 0 8px;
font-weight:700;
line-height:1.03;
font-size:34px;
overflow-wrap:break-word;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
color:#F5EDD8;
}
.omn_wlc_h2_dzl em{
color:#FBA814;
font-style:normal;
}
.omn_wlc_sub_dzl{
color:#A89060;
font-size:14px;
margin-bottom:1.125rem;
line-height:1.55;
max-width:26.25rem;
}
.omn_wlc_terms_dzl{
gap:10px;
flex-direction:column;
position:relative;
display:flex;
}
.omn_term_dzl{
gap:11px;
padding:13px 15px;
background:rgba(255, 220, 140, 0.08);
border:1px solid rgba(255, 210, 100, 0.13);
border-radius:13px;
align-items:center;
display:flex;
}
.omn_term_dzl svg{
flex:none;
color:#FBA814;
width:1.25rem;
height:20px;
}
.omn_term_k_dzl{
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.1em;
font-size:9.5px;
text-transform:uppercase;
color:#A89060;
}
.omn_term_v_dzl{
color:#F5EDD8;
font-weight:700;
font-size:0.875rem;
margin-top:2px;
}
@media(max-width:1023px){
.omn_wlc_dzl{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.omn_wlc_h2_dzl{
font-size:1.625rem;
}
}
.omn_jp_dzl{
grid-template-columns:1.5fr 1fr 1fr;
gap:0.875rem;
display:grid;
}
.omn_jp_dzl>*{
min-width:0;
}
.omn_jp_hero_dzl{
overflow:hidden;
gap:14px;
border:1px solid #362D1E;
border-radius:1.25rem;
padding:26px;
background:linear-gradient(135deg,#1C1408,#0D1219);
color:#F5EDD8;
min-height:180px;
justify-content:space-between;
display:flex;
position:relative;
flex-direction:column;
}
.omn_jp_glow_dzl{
background:radial-gradient(circle,rgba(251, 168, 20, 0.22),transparent 70%);
border-radius:50%;
top:-40px;
height:11.25rem;
width:11.25rem;
position:absolute;
right:-2.5rem;
}
.omn_jp_k_row_dzl{
gap:10px;
align-items:center;
display:flex;
position:relative;
justify-content:space-between;
}
.omn_jp_k_dzl{
color:#8A7A5A;
text-transform:uppercase;
font-size:0.625rem;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.12em;
}
.omn_jp_hero_dzl .omn_jp_k_dzl{
color:#A89060;
}
.omn_jp_amt_dzl{
font-size:42px;
color:#FBA814;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
position:relative;
font-weight:700;
line-height:1;
}
.omn_jp_sub_dzl{
font-size:0.75rem;
color:#A89060;
margin-top:5px;
}
.omn_jp_cell_dzl{
border:1px solid #362D1E;
padding:1.375rem;
background:#1A1610;
border-radius:20px;
justify-content:space-between;
min-height:11.25rem;
flex-direction:column;
display:flex;
}
.omn_jp_cell_dzl .omn_jp_amt_dzl{
color:#F5EDD8;
font-size:1.875rem;
}
.omn_jp_cell_dzl .omn_jp_sub_dzl{
color:#8A7A5A;
}
@media(max-width:1022px){
.omn_jp_dzl{
grid-template-columns:1fr;
}
}
@media(max-width:557px){
.omn_jp_amt_dzl{
font-size:32px;
}
}
.omn_app_dzl{
gap:2.25rem;
align-items:center;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
}
.omn_app_copy_dzl{
max-width:520px;
}
.omn_app_h2_dzl{
margin:0.75rem 0 0.625rem;
font-size:1.75rem;
line-height:1.05;
color:#F5EDD8;
font-weight:700;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
}
.omn_app_text_dzl{
line-height:1.6;
font-size:14px;
color:#C8B98A;
margin-bottom:1.25rem;
}
.omn_app_btns_dzl{
gap:12px;
flex-wrap:wrap;
display:flex;
}
.omn_store_dzl{
border-radius:0.813rem;
border:1px solid #362D1E;
gap:9px;
background:#0F0D0A;
padding:11px 1.125rem;
align-items:center;
font-size:13px;
font-weight:700;
display:inline-flex;
cursor:pointer;
color:#F5EDD8;
}
.omn_store_dzl svg{
width:16px;
height:1rem;
}
.omn_app_qr_wrap_dzl{
gap:16px;
align-items:center;
display:flex;
}
.omn_qr_dzl{
gap:3px;
border:1px solid #362D1E;
padding:11px;
grid-template-columns:repeat(5,1fr);
grid-template-rows:repeat(5,1fr);
background:#0F0D0A;
border-radius:0.813rem;
display:grid;
width:108px;
height:6.75rem;
}
.omn_qr_dzl i{
background:transparent;
}
.omn_qr_f_dzl{
background:#FBA814;
}
.omn_app_qr_cap_dzl{
color:#8A7A5A;
font-size:12px;
line-height:1.4;
max-width:84px;
}
.omn_supp_dzl{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.omn_supp_dzl>*{
min-width:0;
}
.omn_supp_card_dzl{
padding:24px;
background:#1A1610;
border:1px solid #362D1E;
border-radius:0.813rem;
}
.omn_supp_card_dzl svg{
height:1.5rem;
width:1.5rem;
color:#FBA814;
margin-bottom:14px;
}
.omn_supp_card_dzl h3{
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
color:#F5EDD8;
font-weight:700;
font-size:16px;
margin-bottom:0.375rem;
}
.omn_supp_card_dzl p{
line-height:1.55;
font-size:0.813rem;
color:#C8B98A;
}
@media(max-width:1023px){
.omn_supp_dzl{
grid-template-columns:1fr;
}
}
.omn_gm_dzl{
grid-template-columns:1.3fr 1fr;
gap:1rem;
display:grid;
}
.omn_gm_dzl>*{
min-width:0;
}
.omn_gm_panel_dzl{
border-radius:1.25rem;
border:1px solid #362D1E;
background:#1A1610;
padding:1.75rem;
}
.omn_gm_h2_dzl{
margin:10px 0 8px;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
font-size:24px;
color:#F5EDD8;
font-weight:700;
}
.omn_gm_text_dzl{
margin-bottom:1.25rem;
line-height:1.6;
color:#C8B98A;
max-width:440px;
font-size:0.844rem;
}
.omn_gm_level_dzl{
gap:14px;
align-items:center;
display:flex;
margin-bottom:16px;
}
.omn_gm_lv_dzl{
font-size:1.5rem;
font-weight:700;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
color:#FBA814;
}
.omn_gm_bar_wrap_dzl{
flex:1;
min-width:0;
}
.omn_gm_bar_meta_dzl{
color:#8A7A5A;
margin-bottom:0.313rem;
justify-content:space-between;
display:flex;
font-size:10px;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.omn_bar_dzl{
overflow:hidden;
background:#0F0D0A;
border-radius:62.438rem;
height:8px;
}
.omn_bar_fill_dzl{
background:linear-gradient(90deg,#FBA814,#C97C00);
border-radius:999px;
display:block;
height:100%;
}
.omn_gm_missions_dzl{
gap:9px;
flex-wrap:wrap;
display:flex;
}
.omn_gm_refer_dzl{
background:linear-gradient(150deg,#1C1408,#0D1219);
padding:28px;
border-radius:1.25rem;
overflow:hidden;
border:1px solid #362D1E;
flex-direction:column;
justify-content:space-between;
color:#F5EDD8;
position:relative;
display:flex;
}
.omn_gm_refer_dzl .omn_eyebrow_dzl{
color:#FBA814;
}
.omn_gm_ref_h2_dzl{
margin:10px 0 0.5rem;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
color:#F5EDD8;
font-weight:700;
font-size:1.5rem;
line-height:1.1;
}
.omn_gm_ref_h2_dzl em{
color:#FBA814;
font-style:normal;
}
.omn_gm_ref_text_dzl{
line-height:1.55;
color:#A89060;
margin-bottom:1.125rem;
font-size:13px;
}
@media(max-width:1025px){
.omn_gm_dzl{
grid-template-columns:1fr;
}
}
.omn_promo_grid_dzl{
grid-template-columns:repeat(3,1fr);
gap:16px;
display:grid;
}
.omn_promo_grid_dzl>*{
min-width:0;
}
.omn_promo_dzl{
overflow:hidden;
background:#1A1610;
border:1px solid #362D1E;
padding:24px;
border-radius:1.25rem;
min-height:150px;
position:relative;
}
.omn_promo_h_dzl{
font-size:26px;
line-height:1.05;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
margin-top:0.375rem;
font-weight:700;
color:#F5EDD8;
}
.omn_promo_h_dzl em{
color:#FBA814;
font-style:normal;
}
.omn_promo_p_dzl{
color:#C8B98A;
margin-top:8px;
line-height:1.5;
font-size:0.781rem;
}
.omn_promo_feat_dzl{
background:linear-gradient(135deg,#1C1408,#0D1219);
border-color:#362D1E;
}
.omn_promo_feat_dzl .omn_promo_h_dzl{
color:#F5EDD8;
}
.omn_promo_feat_dzl .omn_promo_h_dzl em{
color:#FBA814;
}
.omn_promo_feat_dzl .omn_promo_p_dzl{
color:#A89060;
}
.omn_promo_feat_dzl .omn_eyebrow_dzl{
color:#FBA814;
}
@media(max-width:1026px){
.omn_promo_grid_dzl{
grid-template-columns:1fr;
}
}
.omn_steps_dzl{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.omn_steps_dzl>*{
min-width:0;
}
.omn_step_dzl{
border:1px solid #362D1E;
background:#1A1610;
border-radius:0.813rem;
padding:1.5rem;
position:relative;
}
.omn_step_num_dzl{
background:#FBA814;
border-radius:8px;
height:30px;
display:flex;
font-size:13px;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
margin-bottom:14px;
font-weight:700;
align-items:center;
color:#1A1000;
justify-content:center;
width:1.875rem;
}
.omn_step_h_dzl{
margin-bottom:7px;
font-size:1rem;
font-weight:700;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
color:#F5EDD8;
}
.omn_step_p_dzl{
line-height:1.55;
font-size:13px;
color:#C8B98A;
}
@media(max-width:1022px){
.omn_steps_dzl{
grid-template-columns:1fr;
}
}
.omn_pay_logos_dzl{
gap:0.563rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.omn_pay_logos_dzl>*{
min-width:0;
}
.omn_pay_dzl{
border-radius:0.5rem;
border:1px solid #362D1E;
font-size:12px;
color:#C8B98A;
align-items:center;
font-weight:700;
justify-content:center;
display:flex;
height:3rem;
}
.omn_table_dzl{
border:1px solid #362D1E;
overflow:hidden;
border-radius:13px;
}
.omn_trow_dzl{
grid-template-columns:1.3fr 1fr 1fr 1fr;
font-size:0.813rem;
display:grid;
}
.omn_trow_dzl>div{
padding:13px 0.875rem;
min-width:0;
}
.omn_trow_dzl>div:first-child{
color:#F5EDD8;
font-weight:700;
padding-left:1rem;
}
.omn_trow_th_dzl{
background:#0F0D0A;
color:#8A7A5A;
text-transform:uppercase;
letter-spacing:.06em;
font-size:9.5px;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.omn_trow_dzl:not(.omn_trow_th_dzl){
background:#1A1610;
color:#C8B98A;
border-top:1px solid #2A2318;
}
.omn_trow_zebra_dzl{
background:#141109;
}
.omn_pos_dzl{
color:#FBA814;
font-weight:700;
}
@media(max-width:1027px){
.omn_pay_logos_dzl{
grid-template-columns:repeat(2,1fr);
}
}
.omn_vip_head_dzl{
gap:12px;
align-items:flex-end;
flex-wrap:wrap;
display:flex;
justify-content:space-between;
margin-bottom:1.125rem;
}
.omn_vip_intro_dzl{
font-size:0.813rem;
max-width:420px;
color:#C8B98A;
}
.omn_vip_dzl{
grid-template-columns:repeat(5,1fr);
gap:12px;
display:grid;
}
.omn_vip_dzl>*{
min-width:0;
}
.omn_tier_dzl{
background:#1A1610;
padding:20px;
border-radius:13px;
border:1px solid #362D1E;
}
.omn_tier_on_dzl{
background:rgba(251, 168, 20, 0.11);
border-color:#FBA814;
}
.omn_tier_medal_dzl{
border-radius:0.5rem;
background:linear-gradient(135deg,#FBA814,#C97C00);
height:30px;
width:30px;
margin-bottom:14px;
}
.omn_tier_name_dzl{
font-weight:700;
font-size:0.938rem;
margin-bottom:0.313rem;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
color:#F5EDD8;
}
.omn_tier_tx_dzl{
line-height:1.5;
color:#8A7A5A;
font-size:0.719rem;
}
@media(max-width:1027px){
.omn_vip_dzl{
grid-template-columns:repeat(2,1fr);
}
}
.omn_dw_h2_dzl{
font-size:1.625rem;
margin-bottom:10px;
line-height:1.08;
color:#F5EDD8;
font-weight:700;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
}
.omn_steps_v_dzl{
grid-template-columns:1fr;
gap:10px;
}
.omn_steps_v_dzl .omn_step_dzl{
padding:1.125rem 20px;
}
@media(max-width:561px){
.omn_dw_h2_dzl{
font-size:23px;
}
}
.omn_et_h2_dzl{
margin:0.625rem 0 14px;
font-size:28px;
font-weight:700;
color:#F5EDD8;
line-height:1.08;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
}
.omn_et_right_dzl{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.omn_et_updated_dzl{
border-radius:13px;
background:#0F0D0A;
gap:10px;
padding:0.875rem 18px;
border:1px solid #362D1E;
align-items:center;
color:#C8B98A;
font-size:12px;
display:flex;
}
.omn_et_updated_dzl svg{
flex:none;
height:15px;
color:#FBA814;
width:0.938rem;
}
.omn_et_updated_dzl b{
color:#F5EDD8;
}
@media(max-width:561px){
.omn_et_h2_dzl{
font-size:1.5rem;
}
}
.omn_rv_head_dzl{
gap:0.75rem;
align-items:flex-end;
display:flex;
margin-bottom:18px;
justify-content:space-between;
flex-wrap:wrap;
}
.omn_rv_agg_dzl{
gap:0.625rem;
align-items:center;
display:flex;
}
.omn_rv_source_dzl{
color:#8A7A5A;
font-size:0.781rem;
}
.omn_rv_grid_dzl{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.omn_rv_grid_dzl>*{
min-width:0;
}
.omn_review_dzl{
padding:1.5rem;
border-radius:0.813rem;
border:1px solid #362D1E;
background:#1A1610;
}
.omn_review_dzl .omn_stars_dzl{
margin-bottom:0.625rem;
}
.omn_review_dzl p{
font-weight:600;
color:#F5EDD8;
margin-bottom:0.875rem;
font-size:0.906rem;
line-height:1.5;
}
.omn_review_by_dzl{
color:#8A7A5A;
font-size:12.5px;
}
@media(max-width:1024px){
.omn_rv_grid_dzl{
grid-template-columns:1fr;
}
}
.omn_dispute_dzl{
border:1px dashed #4A3D28;
border-radius:0.813rem;
gap:28px;
padding:26px 30px;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.omn_dispute_in_dzl{
max-width:660px;
}
.omn_dispute_h2_dzl{
font-weight:700;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
font-size:22px;
color:#F5EDD8;
margin-bottom:8px;
}
.omn_dispute_text_dzl{
line-height:1.6;
color:#C8B98A;
font-size:0.844rem;
}
.omn_provs_dzl{
gap:12px;
grid-template-columns:repeat(6,1fr);
display:grid;
margin-bottom:1.75rem;
}
.omn_provs_dzl>*{
min-width:0;
}
.omn_prov_dzl{
padding:12px;
background:#1A1610;
border:1px solid #362D1E;
border-radius:13px;
text-decoration:none;
align-items:center;
height:64px;
justify-content:center;
display:flex;
}
.omn_prov_img_dzl{
max-width:100%;
max-height:32px;
object-fit:contain;
}
.omn_resp_dzl{
gap:24px;
border:1px solid #362D1E;
background:#1A1610;
padding:26px;
border-radius:0.813rem;
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}
.omn_resp_in_dzl{
max-width:560px;
}
.omn_resp_h_dzl{
color:#F5EDD8;
margin-bottom:0.5rem;
font-size:19px;
font-weight:700;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
}
.omn_resp_p_dzl{
font-size:13.5px;
line-height:1.6;
color:#C8B98A;
}
.omn_resp_badges_dzl{
gap:0.875rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.omn_age18_dzl{
border-radius:8px;
padding:4px 8px;
border:1.5px solid #E03A2F;
font-size:0.813rem;
font-weight:700;
color:#E03A2F;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.omn_resp_org_dzl{
font-weight:600;
color:#8A7A5A;
font-size:0.813rem;
}
@media(max-width:1027px){
.omn_provs_dzl{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:559px){
.omn_provs_dzl{
grid-template-columns:repeat(2,1fr);
}
}
.omn_ab_h2_dzl{
margin:0.875rem 0 16px;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
color:#F5EDD8;
line-height:1.08;
font-weight:700;
font-size:32px;
}
.omn_ab_body_dzl{
font-size:15px;
color:#C8B98A;
margin-bottom:14px;
line-height:1.65;
}
.omn_ab_chips_dzl{
gap:0.625rem;
margin-top:0.5rem;
display:flex;
flex-wrap:wrap;
}
.omn_faq_dzl{
gap:10px;
display:flex;
flex-direction:column;
}
.omn_faq_item_dzl{
border-radius:0.813rem;
border:1px solid #362D1E;
padding:18px 1.375rem;
background:#1A1610;
}
.omn_faq_q_dzl{
gap:1rem;
list-style:none;
color:#F5EDD8;
align-items:center;
display:flex;
cursor:pointer;
font-weight:600;
font-size:0.969rem;
justify-content:space-between;
}
.omn_faq_q_dzl::-webkit-details-marker{
display:none;
}
.omn_faq_q_t_dzl{
gap:10px;
display:flex;
}
.omn_faq_q_i_dzl{
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-style:normal;
color:#FBA814;
}
.omn_faq_pm_dzl{
font-size:1.25rem;
color:#FBA814;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.omn_faq_item_dzl[open] .omn_faq_pm_dzl{
transform:rotate(45deg);
}
.omn_faq_a_dzl{
color:#C8B98A;
line-height:1.6;
font-size:0.844rem;
margin-top:0.75rem;
}
@media(max-width:563px){
.omn_ab_h2_dzl{
font-size:1.625rem;
}
}
.omn_op_h2_dzl{
margin:0.625rem 0 0.5rem;
line-height:1.1;
font-size:1.5rem;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
color:#F5EDD8;
font-weight:700;
}
.omn_op_text_dzl{
font-size:13.5px;
color:#C8B98A;
line-height:1.6;
}
@media(max-width:561px){
.omn_op_h2_dzl{
font-size:1.375rem;
}
}
.omn_footer_dzl{
padding:40px 1.75rem;
background:#0A0805;
border-top:1px solid #2A2318;
}
.omn_footer_grid_dzl{
gap:2rem;
grid-template-columns:1.4fr 1fr 1fr 1fr;
max-width:87.5rem;
display:grid;
margin-left:auto;
margin-right:auto;
margin-bottom:1.75rem;
}
.omn_footer_grid_dzl>*{
min-width:0;
}
.omn_footer_grid_dzl h4{
letter-spacing:.12em;
margin-bottom:0.813rem;
text-transform:uppercase;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.625rem;
color:#554A34;
}
.omn_fcol_dzl{
gap:9px;
flex-direction:column;
display:flex;
font-size:13px;
color:#C8B98A;
}
.omn_fcol_dzl a{
cursor:pointer;
}
.omn_ft_about_dzl{
max-width:260px;
margin-top:0.75rem;
font-size:0.813rem;
line-height:1.6;
color:#8A7A5A;
}
.omn_ft_contact_dzl{
color:#FBA814;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.781rem;
overflow-wrap:anywhere;
margin-top:0.75rem;
}
.omn_footer_bottom_dzl{
margin:0 auto;
gap:1rem;
border-top:1px solid #2A2318;
justify-content:space-between;
flex-wrap:wrap;
align-items:center;
display:flex;
max-width:1400px;
padding-top:1.25rem;
}
.omn_footer_bottom_dzl p{
font-size:0.688rem;
line-height:1.6;
color:#554A34;
max-width:45rem;
}
@media(max-width:1021px){
.omn_footer_grid_dzl{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:558px){
.omn_footer_grid_dzl{
grid-template-columns:1fr;
}
}