*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#1A1612;
line-height:1.6;
color:#D6C9B2;
font-size:15px;
font-family:"Golos Text", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
text-rendering:optimizeLegibility;
overflow-wrap:break-word;
-webkit-font-smoothing:antialiased;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
width:8px;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.52);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.vik_layout-kmm{
display:flex;
flex-direction:column;
min-height:100vh;
}
.vik_main-kmm{
flex:1 1 auto;
min-width:0;
width:100%;
}
.vik_container-kmm{
margin:0 auto;
padding:0 16px;
max-width:87.5rem;
width:100%;
}
@media(min-width:771px){
.vik_container-kmm{
padding:0 32px;
}
}
@media(min-width:1102px){
.vik_container-kmm{
padding:0 3.5rem;
}
}
.vik_eyebrow-kmm{
display:inline-block;
color:#B08248;
overflow-wrap:break-word;
letter-spacing:.2em;
font-family:"Golos Text", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
text-transform:uppercase;
line-height:1.4;
font-weight:600;
font-size:11px;
}
.vik_band-kmm{
background:#13110E;
color:#F4EBD9;
}
.vik_band-kmm .vik_eyebrow-kmm{
color:#D4A855;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.vik_tb-kmm{
background:#1A1612;
top:0;
position:sticky;
border-bottom:1px solid rgba(244,235,218,0.13);
z-index:50;
}
.vik_tb_in-kmm{
margin:0 auto;
padding:12px 1rem;
gap:1rem;
align-items:center;
width:100%;
display:flex;
justify-content:space-between;
max-width:1400px;
}
@media(min-width:768px){
.vik_tb_in-kmm{
padding:1rem 2rem;
}
}
@media(min-width:1098px){
.vik_tb_in-kmm{
padding:1.125rem 3.5rem;
}
}
.vik_tb_left-kmm{
gap:1.75rem;
min-width:0;
display:flex;
align-items:center;
}
.vik_tb_logo-kmm{
gap:11px;
display:flex;
min-width:0;
align-items:center;
}
.vik_tb_logo_mark-kmm{
border-radius:0.5rem;
flex:0 0 auto;
height:34px;
width:34px;
object-fit:cover;
}
.vik_tb_logo_txt-kmm{
display:flex;
flex-direction:column;
min-width:0;
line-height:1;
}
.vik_tb_logo_name-kmm{
overflow:hidden;
color:#F4EBD9;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:700;
white-space:nowrap;
text-overflow:ellipsis;
font-size:22px;
letter-spacing:.02em;
}
.vik_tb_logo_sub-kmm{
overflow:hidden;
letter-spacing:.32em;
white-space:nowrap;
color:#B08248;
text-overflow:ellipsis;
text-transform:uppercase;
margin-top:4px;
font-weight:600;
font-size:8.5px;
}
.vik_tb_nav-kmm{
display:none;
}
@media(min-width:962px){
.vik_tb_nav-kmm{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.vik_tb_nav_item-kmm{
transition:color .22s ease,border-color .22s ease;
white-space:nowrap;
padding-bottom:3px;
border-bottom:2px solid transparent;
color:#D6C9B2;
font-size:0.875rem;
font-weight:600;
}
.vik_tb_nav_item-kmm:hover{
color:#F4EBD9;
}
.vik_tb_nav_item-kmm.vik_state_active-kmm{
border-color:#B08248;
color:#F4EBD9;
}
.vik_tb_right-kmm{
flex:0 0 auto;
gap:0.875rem;
align-items:center;
display:flex;
}
.vik_tb_search-kmm{
transition:color .22s ease;
align-items:center;
color:#D6C9B2;
justify-content:center;
display:flex;
}
.vik_tb_search-kmm:hover{
color:#B08248;
}
.vik_tb_search-kmm svg{
height:18px;
width:18px;
}
.vik_tb_lang-kmm{
text-transform:uppercase;
font-size:0.688rem;
color:#A8967C;
letter-spacing:.1em;
font-weight:600;
}
.vik_tb_lang-kmm:hover{
color:#F4EBD9;
}
.vik_tb_login-kmm{
font-size:0.875rem;
font-weight:600;
color:#F4EBD9;
display:none;
}
@media(min-width:768px){
.vik_tb_login-kmm{
display:inline-block;
}
}
.vik_tb_register-kmm{
padding:11px 22px;
border-radius:62.438rem;
transition:background-color .22s ease;
background:#C9953E;
font-weight:700;
white-space:nowrap;
color:#1A1108;
font-size:14px;
}
.vik_tb_register-kmm:hover{
background:#DBA84A;
}
.vik_mob-kmm{
background:#1A1612;
position:fixed;
left:0;
bottom:0;
border-top:1px solid rgba(244,235,218,0.13);
padding-bottom:env(safe-area-inset-bottom);
z-index:60;
right:0;
}
@media(min-width:961px){
.vik_mob-kmm{
display:none;
}
}
.vik_mob_in-kmm{
margin:0 auto;
align-items:stretch;
justify-content:space-around;
max-width:560px;
display:flex;
}
.vik_mob_item-kmm{
padding:0.563rem 0.25rem;
gap:3px;
transition:color .22s ease;
flex:1 1 0;
align-items:center;
display:flex;
min-width:0;
color:#A8967C;
flex-direction:column;
}
.vik_mob_item-kmm.vik_state_active-kmm{
color:#B08248;
}
.vik_mob_ic-kmm{
align-items:center;
display:flex;
justify-content:center;
}
.vik_mob_ic-kmm svg{
height:20px;
width:1.25rem;
}
.vik_mob_lb-kmm{
overflow:hidden;
font-size:0.625rem;
max-width:100%;
text-overflow:ellipsis;
font-weight:600;
white-space:nowrap;
}
@media(max-width:957px){
body{
padding-bottom:3.75rem;
}
}
.vik_rail-kmm{
position:relative;
min-width:0;
}
.vik_rail_scroll-kmm{
gap:14px;
scrollbar-width:thin;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
display:flex;
padding-bottom:14px;
}
@media(min-width:766px){
.vik_rail_scroll-kmm{
gap:18px;
}
}
.vik_gc-kmm{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:769px){
.vik_gc-kmm{
width:188px;
}
}
.vik_gc_img-kmm{
background:#221E19;
overflow:hidden;
border-radius:14px;
position:relative;
padding-bottom:133.33%;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.60);
}
.vik_gc_img-kmm img{
inset:0;
object-fit:cover;
position:absolute;
width:100%;
height:100%;
}
.vik_gc_cover-kmm{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
inset:0;
pointer-events:none;
position:absolute;
}
.vik_gc_hover-kmm{
background:rgba(0,0,0,0.52);
inset:0;
transition:opacity .22s ease;
align-items:center;
position:absolute;
justify-content:center;
display:flex;
opacity:0;
}
.vik_gc-kmm:hover .vik_gc_hover-kmm{
opacity:1;
}
.vik_gc_hover_btn-kmm{
border-radius:62.438rem;
background:#C9953E;
display:flex;
align-items:center;
width:46px;
height:46px;
justify-content:center;
color:#1A1108;
}
.vik_gc_hover_btn-kmm svg{
height:18px;
width:1.125rem;
}
.vik_gc_info-kmm{
gap:2px;
display:flex;
min-width:0;
flex-direction:column;
margin-top:9px;
}
.vik_gc_name-kmm{
overflow:hidden;
font-size:0.813rem;
color:#F4EBD9;
text-overflow:ellipsis;
white-space:nowrap;
font-weight:700;
}
.vik_gc_prov-kmm{
overflow:hidden;
text-overflow:ellipsis;
color:#A8967C;
font-size:11px;
white-space:nowrap;
}
.vik_gc_meta-kmm{
font-size:0.688rem;
color:#A8967C;
}
.vik_tc-kmm{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:770px){
.vik_tc-kmm{
width:14.375rem;
}
}
.vik_tc_img-kmm{
border-radius:14px;
background:#221E19;
overflow:hidden;
padding-bottom:75%;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.60);
position:relative;
}
.vik_tc_img-kmm img{
inset:0;
height:100%;
width:100%;
object-fit:cover;
position:absolute;
}
.vik_tc_info-kmm{
gap:2px;
flex-direction:column;
min-width:0;
display:flex;
margin-top:9px;
}
.vik_tc_name-kmm{
overflow:hidden;
font-weight:700;
font-size:0.875rem;
white-space:nowrap;
color:#F4EBD9;
text-overflow:ellipsis;
}
.vik_tc_rtp-kmm{
font-size:11px;
color:#A8967C;
}
.vik_lc-kmm{
flex:0 0 auto;
width:14.375rem;
display:block;
}
@media(min-width:771px){
.vik_lc-kmm{
width:268px;
}
}
.vik_lc_img-kmm{
background:#221E19;
overflow:hidden;
border-radius:14px;
position:relative;
box-shadow:0 2px 8px rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.60);
padding-bottom:62.5%;
}
.vik_lc_img-kmm img{
inset:0;
object-fit:cover;
height:100%;
width:100%;
position:absolute;
}
.vik_lc_live-kmm{
border-radius:999px;
gap:0.438rem;
padding:4px 0.563rem;
background:rgba(0,0,0,0.52);
align-items:center;
position:absolute;
top:12px;
display:flex;
left:0.75rem;
}
.vik_lc_live_dot-kmm{
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
background:#C05A3A;
width:8px;
height:8px;
}
.vik_lc_seats-kmm{
text-transform:uppercase;
letter-spacing:.08em;
font-size:10px;
color:#F4EBD9;
font-weight:600;
}
.vik_lc_info-kmm{
gap:2px;
margin-top:9px;
flex-direction:column;
min-width:0;
display:flex;
}
.vik_lc_name-kmm{
overflow:hidden;
color:#F4EBD9;
font-size:15px;
font-weight:700;
white-space:nowrap;
text-overflow:ellipsis;
}
.vik_lc_bet-kmm{
font-size:0.688rem;
color:#A8967C;
}
.vik_pc-kmm{
border-radius:14px;
border:1px solid rgba(244,235,218,0.07);
padding:1rem 14px;
gap:0.5rem;
background:#221E19;
justify-content:center;
flex-direction:column;
min-height:4.625rem;
min-width:0;
align-items:center;
display:flex;
}
.vik_pc_logo-kmm{
flex:0 0 auto;
object-fit:contain;
height:28px;
max-width:100%;
width:auto;
}
.vik_pc_name-kmm{
overflow:hidden;
text-overflow:ellipsis;
max-width:100%;
color:#A8967C;
text-align:center;
font-size:11px;
white-space:nowrap;
}
.vik_gc_tag-kmm{
border-radius:8px;
padding:3px 0.5rem;
top:0.625rem;
font-weight:700;
display:inline-block;
letter-spacing:.06em;
font-size:10px;
left:10px;
z-index:2;
position:absolute;
text-transform:uppercase;
}
.vik_gc_tag_hot-kmm{
background:#C05A3A;
color:#F4EBD9;
}
.vik_gc_tag_new-kmm{
background:#D4A855;
color:#1A1108;
}
.vik_gc_tag_jp-kmm{
background:#C9953E;
color:#1A1108;
}
.vik_gc_tag_live-kmm{
background:#C05A3A;
color:#F4EBD9;
}
.vik_sh-kmm{
min-width:0;
margin-bottom:1.125rem;
}
.vik_sh_row-kmm{
gap:16px;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
align-items:flex-end;
}
.vik_sh_row-kmm .vik_sh_l-kmm{
gap:6px;
flex-direction:column;
min-width:0;
display:flex;
}
.vik_sh_stack-kmm{
gap:0.625rem;
align-items:flex-start;
display:flex;
flex-direction:column;
}
.vik_sh_center-kmm{
gap:0.625rem;
flex-direction:column;
text-align:center;
align-items:center;
display:flex;
}
.vik_sh_h2-kmm{
color:#F4EBD9;
font-size:24px;
line-height:1.1;
overflow-wrap:break-word;
font-weight:600;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:770px){
.vik_sh_h2-kmm{
font-size:30px;
}
}
.vik_band-kmm .vik_sh_h2-kmm{
color:#F4EBD9;
}
.vik_sh_eb_line-kmm{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.vik_sh_eb_line-kmm::before{
background:#B08248;
height:1px;
width:28px;
display:inline-block;
content:"";
}
.vik_band-kmm .vik_sh_eb_line-kmm::before{
background:#D4A855;
}
.vik_sh_eb_dot-kmm{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.vik_sh_eb_dot-kmm::before{
background:#B08248;
border-radius:50%;
width:6px;
height:0.375rem;
content:"";
display:inline-block;
}
.vik_band-kmm .vik_sh_eb_dot-kmm::before{
background:#D4A855;
}
.vik_sh_link-kmm{
gap:6px;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
color:#F4EBD9;
display:inline-flex;
padding-bottom:2px;
font-weight:600;
font-size:0.813rem;
border-bottom:1px solid #F4EBD9;
white-space:nowrap;
align-items:center;
}
.vik_sh_link-kmm:hover{
border-color:#B08248;
color:#B08248;
}
.vik_sh_link-kmm svg{
width:14px;
height:14px;
}
.vik_sh_link_chev-kmm{
border-bottom:0;
padding-bottom:0;
}
.vik_sh_link_btn-kmm{
padding:9px 1.125rem;
border-radius:999px;
background:#C9953E;
border-bottom:0;
color:#1A1108;
}
.vik_sh_link_btn-kmm:hover{
border-color:transparent;
background:#DBA84A;
color:#1A1108;
}
.vik_band-kmm .vik_sh_link-kmm{
border-color:#F4EBD9;
color:#F4EBD9;
}
.vik_band-kmm .vik_sh_link_btn-kmm{
background:#D4A855;
color:#1A1108;
}
.vik_sh_rule-kmm{
margin:-2px 0 18px;
background:rgba(244,235,218,0.13);
height:1px;
}
.vik_band-kmm .vik_sh_rule-kmm{
background:rgba(244,235,218,0.12);
}
.vik_hero-kmm{
padding:32px 0 0.5rem;
}
@media(min-width:765px){
.vik_hero-kmm{
padding:56px 0 1.5rem;
}
}
.vik_hero_in-kmm{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:902px){
.vik_hero_in-kmm{
gap:48px;
grid-template-columns:1.05fr .95fr;
}
}
.vik_hero_copy-kmm{
min-width:0;
}
.vik_hero_eyebrow-kmm{
gap:0.625rem;
align-items:center;
margin-bottom:1.375rem;
display:inline-flex;
}
.vik_hero_eyebrow_line-kmm{
background:#B08248;
flex:0 0 auto;
display:inline-block;
width:28px;
height:1px;
}
.vik_hero_h1-kmm{
font-size:2.375rem;
letter-spacing:-.01em;
overflow-wrap:break-word;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
margin-bottom:20px;
font-weight:600;
line-height:1.04;
color:#F4EBD9;
}
@media(min-width:767px){
.vik_hero_h1-kmm{
font-size:3.375rem;
}
}
@media(min-width:1103px){
.vik_hero_h1-kmm{
font-size:62px;
}
}
.vik_hero_h1-kmm em{
color:#B08248;
font-style:normal;
}
.vik_hero_sub-kmm{
font-size:16px;
color:#8C7B64;
max-width:480px;
line-height:1.6;
margin-bottom:30px;
}
@media(min-width:769px){
.vik_hero_sub-kmm{
font-size:1.125rem;
}
}
.vik_hero_actions-kmm{
gap:0.875rem;
display:flex;
align-items:center;
margin-bottom:34px;
flex-wrap:wrap;
}
.vik_hero_cta-kmm{
gap:10px;
padding:16px 1.875rem;
background:#C9953E;
transition:background-color .22s ease;
border-radius:999px;
font-size:0.938rem;
color:#1A1108;
align-items:center;
font-weight:700;
display:inline-flex;
}
.vik_hero_cta-kmm:hover{
background:#DBA84A;
}
.vik_hero_cta_ic-kmm{
align-items:center;
display:inline-flex;
}
.vik_hero_cta_ic-kmm svg{
width:1rem;
height:16px;
}
.vik_hero_cta_alt-kmm{
padding:15px 1.625rem;
transition:border-color .22s ease,color .22s ease;
border-radius:999px;
border:1px solid rgba(244,235,218,0.13);
background:transparent;
align-items:center;
font-size:15px;
color:#F4EBD9;
font-weight:600;
display:inline-flex;
}
.vik_hero_cta_alt-kmm:hover{
border-color:#B08248;
color:#B08248;
}
.vik_hero_trust-kmm{
gap:22px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.vik_hero_trust_item-kmm{
gap:0.563rem;
align-items:center;
display:flex;
color:#D6C9B2;
font-weight:600;
font-size:13px;
}
.vik_hero_trust_ic-kmm{
color:#B08248;
align-items:center;
display:inline-flex;
}
.vik_hero_trust_ic-kmm svg{
width:16px;
height:16px;
}
.vik_hero_promo-kmm{
border-radius:1.25rem;
background:#221E19;
overflow:hidden;
display:flex;
position:relative;
min-height:18.75rem;
box-shadow:0 1rem 3.5rem rgba(0,0,0,0.65), 0 4px 1rem rgba(176,130,72,0.18);
}
.vik_hero_promo_bg-kmm{
inset:0;
background-size:cover;
position:absolute;
background-position:center;
}
.vik_hero_promo_bg-kmm::after{
inset:0;
background:linear-gradient(120deg,#13110E 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
position:absolute;
content:"";
}
.vik_hero_promo_glow-kmm{
background:radial-gradient(circle,rgba(176,130,72,0.18) 0%,transparent 65%);
border-radius:50%;
top:-40px;
pointer-events:none;
right:-1.25rem;
position:absolute;
height:16.25rem;
width:16.25rem;
}
.vik_hero_promo_ct-kmm{
padding:28px;
align-self:flex-end;
position:relative;
max-width:88%;
z-index:2;
}
.vik_hero_promo_label-kmm{
margin-bottom:8px;
display:block;
font-weight:700;
letter-spacing:.25em;
font-size:0.625rem;
text-transform:uppercase;
color:#D4A855;
}
.vik_hero_promo_amount-kmm{
font-size:32px;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
font-weight:600;
color:#F4EBD9;
overflow-wrap:break-word;
}
@media(min-width:769px){
.vik_hero_promo_amount-kmm{
font-size:2.5rem;
}
}
.vik_hero_promo_amount-kmm em{
font-style:normal;
color:#D4A855;
}
.vik_hero_rating-kmm{
border-radius:0.875rem;
padding:0.625rem 14px;
border:1px solid rgba(244,235,218,0.07);
gap:10px;
background:#221E19;
max-width:min(16.25rem,62%);
align-items:center;
z-index:3;
position:absolute;
right:0.875rem;
display:flex;
top:14px;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.60);
}
.vik_hero_rating_score-kmm{
flex:0 0 auto;
font-size:24px;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:700;
color:#F4EBD9;
}
.vik_hero_rating_txt-kmm{
flex:1 1 auto;
min-width:0;
}
.vik_hero_rating_stars-kmm{
gap:2px;
color:#B08248;
display:flex;
}
.vik_hero_rating_stars-kmm svg{
width:0.75rem;
height:0.75rem;
}
.vik_hero_rating_cap-kmm{
font-size:0.688rem;
color:#A8967C;
line-height:1.35;
overflow-wrap:break-word;
margin-top:3px;
display:block;
}
.vik_stat-kmm{
border-bottom:1px solid rgba(244,235,218,0.13);
border-top:1px solid rgba(244,235,218,0.13);
margin-top:16px;
}
.vik_stat_in-kmm{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:765px){
.vik_stat_in-kmm{
grid-template-columns:repeat(4,1fr);
}
}
.vik_stat_item-kmm{
padding:22px 0.875rem;
min-width:0;
border-right:1px solid rgba(244,235,218,0.07);
border-bottom:1px solid rgba(244,235,218,0.07);
}
.vik_stat_item-kmm:nth-child(2n){
border-right:0;
}
.vik_stat_item-kmm:nth-child(n+3){
border-bottom:0;
}
@media(min-width:765px){
.vik_stat_item-kmm{
border-bottom:0;
}
.vik_stat_item-kmm:nth-child(2n){
border-right:1px solid rgba(244,235,218,0.07);
}
.vik_stat_item-kmm:nth-child(4n){
border-right:0;
}
}
.vik_stat_value-kmm{
line-height:1;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-size:30px;
color:#F4EBD9;
font-weight:700;
overflow-wrap:break-word;
}
@media(min-width:767px){
.vik_stat_value-kmm{
font-size:34px;
}
}
.vik_stat_label-kmm{
font-size:13px;
line-height:1.4;
color:#A8967C;
margin-top:0.375rem;
overflow-wrap:break-word;
}
.vik_grow-kmm{
padding:1.625rem 0 10px;
}
.vik_row_seo-kmm{
margin:0.625rem 0 0;
max-width:47.5rem;
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.65;
color:#8C7B64;
}
.vik_row_seo-kmm strong{
color:#F4EBD9;
font-weight:700;
}
.vik_gf-kmm{
padding:1.5rem 0 6px;
}
.vik_gf_in-kmm{
gap:10px;
display:flex;
flex-wrap:wrap;
}
.vik_gf_chip-kmm{
border:1px solid rgba(244,235,218,0.13);
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
background:#221E19;
border-radius:999px;
padding:0.625rem 1.125rem;
color:#D6C9B2;
white-space:nowrap;
font-weight:600;
font-size:13px;
}
.vik_gf_chip-kmm:hover{
border-color:#B08248;
color:#B08248;
}
.vik_gf_chip-kmm.vik_state_active-kmm{
background:#C9953E;
border-color:transparent;
color:#1A1108;
}
.vik_grow-kmm{
padding:26px 0 10px;
}
.vik_row_seo-kmm{
margin:0.625rem 0 0;
color:#8C7B64;
font-size:14px;
line-height:1.65;
max-width:47.5rem;
overflow-wrap:break-word;
}
.vik_row_seo-kmm strong{
font-weight:700;
color:#F4EBD9;
}
.vik_pr-kmm{
padding:1.875rem 0 6px;
}
.vik_pr_card-kmm{
border:1px solid rgba(244,235,218,0.07);
flex:0 0 auto;
padding:26px;
border-radius:20px;
overflow:hidden;
background:#221E19;
gap:0.625rem;
flex-direction:column;
min-height:200px;
display:flex;
width:17.5rem;
position:relative;
}
@media(min-width:769px){
.vik_pr_card-kmm{
width:18.75rem;
}
}
.vik_pr_card_feat-kmm{
background:linear-gradient(150deg,#1E1A14,#0E0C09);
border-color:transparent;
color:#F4EBD9;
}
.vik_pr_glow-kmm{
border-radius:50%;
background:radial-gradient(circle,rgba(176,130,72,0.18),transparent 70%);
height:130px;
pointer-events:none;
top:-1.875rem;
right:-30px;
position:absolute;
width:8.125rem;
opacity:0;
}
.vik_pr_card_feat-kmm .vik_pr_glow-kmm{
opacity:1;
}
.vik_pr_label-kmm{
font-size:0.625rem;
text-transform:uppercase;
color:#B08248;
letter-spacing:.16em;
position:relative;
font-weight:700;
}
.vik_pr_card_feat-kmm .vik_pr_label-kmm{
color:#D4A855;
}
.vik_pr_amount-kmm{
color:#F4EBD9;
position:relative;
overflow-wrap:break-word;
font-size:1.625rem;
font-weight:600;
line-height:1.08;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
}
.vik_pr_card_feat-kmm .vik_pr_amount-kmm{
color:#F4EBD9;
}
.vik_pr_amount-kmm em{
font-style:normal;
color:#B08248;
}
.vik_pr_card_feat-kmm .vik_pr_amount-kmm em{
color:#D4A855;
}
.vik_pr_terms-kmm{
color:#A8967C;
position:relative;
font-size:13px;
line-height:1.5;
}
.vik_pr_card_feat-kmm .vik_pr_terms-kmm{
color:#A8967C;
}
.vik_pr_cta-kmm{
align-self:flex-start;
position:relative;
margin-top:auto;
}
.vik_pr_card_feat-kmm .vik_pr_cta-kmm{
background:#D4A855;
transition:opacity .22s ease;
border-radius:999px;
padding:9px 1.125rem;
font-weight:700;
font-size:0.813rem;
color:#1A1108;
}
.vik_pr_card_feat-kmm .vik_pr_cta-kmm:hover{
opacity:.9;
}
.vik_pr_card-kmm:not(.vik_pr_card_feat-kmm) .vik_pr_cta-kmm{
transition:color .22s ease,border-color .22s ease;
font-size:13px;
padding-bottom:2px;
border-bottom:1px solid #F4EBD9;
color:#F4EBD9;
font-weight:700;
}
.vik_pr_card-kmm:not(.vik_pr_card_feat-kmm) .vik_pr_cta-kmm:hover{
border-color:#B08248;
color:#B08248;
}
.vik_jp-kmm{
padding:30px 0 10px;
}
.vik_jp_grid-kmm{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:765px){
.vik_jp_grid-kmm{
grid-template-columns:1fr 1fr;
}
.vik_jp_card_mega-kmm{
grid-column:1/-1;
}
}
@media(min-width:1002px){
.vik_jp_grid-kmm{
grid-template-columns:1.4fr 1fr 1fr;
}
.vik_jp_card_mega-kmm{
grid-column:auto;
}
}
.vik_jp_card-kmm{
overflow:hidden;
background:#221E19;
padding:1.625rem;
gap:12px;
border:1px solid rgba(244,235,218,0.07);
border-radius:20px;
min-width:0;
min-height:200px;
display:flex;
position:relative;
justify-content:space-between;
flex-direction:column;
}
.vik_jp_card_mega-kmm{
border-color:transparent;
background:linear-gradient(135deg,#1E1A14,#0E0C09);
min-height:13.125rem;
color:#F4EBD9;
}
.vik_jp_glow-kmm{
border-radius:50%;
background:radial-gradient(circle,rgba(176,130,72,0.18),transparent 70%);
height:12.5rem;
top:-2.5rem;
position:absolute;
width:12.5rem;
pointer-events:none;
right:-40px;
}
.vik_jp_label-kmm{
gap:10px;
display:flex;
font-size:0.625rem;
letter-spacing:.16em;
flex-wrap:wrap;
text-transform:uppercase;
color:#B08248;
font-weight:700;
position:relative;
align-items:center;
justify-content:space-between;
}
.vik_jp_card_mega-kmm .vik_jp_label-kmm{
color:#D4A855;
}
.vik_jp_drop-kmm{
letter-spacing:.04em;
color:#A8967C;
font-weight:600;
text-transform:none;
}
.vik_jp_card_mega-kmm .vik_jp_drop-kmm{
color:#A8967C;
}
.vik_jp_amount-kmm{
font-weight:700;
position:relative;
overflow-wrap:break-word;
font-size:38px;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
color:#F4EBD9;
line-height:1;
}
.vik_jp_card_mega-kmm .vik_jp_amount-kmm{
animation:zm2-pulse 2.4s infinite;
color:#D4A855;
font-size:48px;
}
@media(min-width:765px){
.vik_jp_card_mega-kmm .vik_jp_amount-kmm{
font-size:3.375rem;
}
}
.vik_jp_game-kmm{
position:relative;
color:#A8967C;
font-size:13px;
}
.vik_jp_card_mega-kmm .vik_jp_game-kmm{
color:#A8967C;
}
.vik_jp_cta-kmm{
align-self:flex-start;
position:relative;
}
.vik_jp_card_mega-kmm .vik_jp_cta-kmm{
border-radius:62.438rem;
padding:10px 20px;
background:#D4A855;
transition:opacity .22s ease;
font-weight:700;
color:#1A1108;
font-size:13px;
}
.vik_jp_card_mega-kmm .vik_jp_cta-kmm:hover{
opacity:.9;
}
.vik_jp_card-kmm:not(.vik_jp_card_mega-kmm) .vik_jp_cta-kmm{
transition:color .22s ease,border-color .22s ease;
font-size:0.813rem;
padding-bottom:2px;
color:#F4EBD9;
font-weight:700;
border-bottom:1px solid #F4EBD9;
}
.vik_jp_card-kmm:not(.vik_jp_card_mega-kmm) .vik_jp_cta-kmm:hover{
border-color:#B08248;
color:#B08248;
}
.vik_jp_seo-kmm{
margin:14px 0 0;
max-width:760px;
color:#8C7B64;
overflow-wrap:break-word;
line-height:1.65;
font-size:0.875rem;
}
.vik_jp_seo-kmm strong{
color:#F4EBD9;
font-weight:700;
}
.vik_nl-kmm{
padding:24px 0 0.625rem;
}
.vik_nl_in-kmm{
padding:1.875rem 32px;
background:#181410;
gap:1.375rem;
border-radius:20px;
color:#F4EBD9;
display:flex;
flex-direction:column;
}
@media(min-width:768px){
.vik_nl_in-kmm{
gap:1.75rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.vik_nl_text_wrap-kmm{
min-width:0;
}
.vik_nl_h3-kmm{
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
color:#F4EBD9;
font-size:1.375rem;
font-weight:600;
line-height:1.1;
overflow-wrap:break-word;
margin-bottom:0.313rem;
}
@media(min-width:767px){
.vik_nl_h3-kmm{
font-size:1.5rem;
}
}
.vik_nl_text-kmm{
color:#A8967C;
line-height:1.5;
font-size:0.844rem;
}
.vik_nl_form-kmm{
flex:1 1 auto;
gap:10px;
display:flex;
max-width:460px;
min-width:0;
}
.vik_nl_input-kmm{
padding:0.813rem 1rem;
border:1px solid rgba(244,235,218,0.12);
border-radius:0.875rem;
overflow:hidden;
background:rgba(244,235,218,0.07);
flex:1 1 auto;
min-width:0;
text-overflow:ellipsis;
display:flex;
white-space:nowrap;
align-items:center;
font-size:0.875rem;
color:#A8967C;
}
.vik_nl_btn-kmm{
padding:0.813rem 1.5rem;
border-radius:0.875rem;
transition:opacity .22s ease;
flex:0 0 auto;
background:#D4A855;
font-weight:700;
white-space:nowrap;
color:#1A1108;
font-size:14px;
}
.vik_nl_btn-kmm:hover{
opacity:.9;
}
.vik_vip-kmm{
padding:3rem 0;
}
@media(min-width:768px){
.vik_vip-kmm{
padding:64px 0;
}
}
.vik_vip_head-kmm{
gap:14px;
flex-direction:column;
display:flex;
margin-bottom:1.875rem;
}
@media(min-width:881px){
.vik_vip_head-kmm{
gap:1.5rem;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.vik_vip_eyebrow-kmm{
margin-bottom:0.75rem;
}
.vik_vip_h2-kmm{
font-size:32px;
line-height:1.05;
overflow-wrap:break-word;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:600;
color:#F4EBD9;
}
@media(min-width:770px){
.vik_vip_h2-kmm{
font-size:2.5rem;
}
}
.vik_vip_intro-kmm{
max-width:26.25rem;
color:#A8967C;
font-size:14px;
line-height:1.6;
}
.vik_vip_grid-kmm{
gap:14px;
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
display:grid;
}
.vik_vip_card-kmm{
padding:22px 1.125rem;
border:1px solid rgba(244,235,218,0.12);
border-radius:14px;
min-width:0;
}
.vik_vip_card_feat-kmm{
background:rgba(244,235,218,0.07);
border-color:#D4A855;
}
.vik_vip_card_ic-kmm{
background:linear-gradient(135deg,#B08248,#E0B96A);
border-radius:8px;
margin-bottom:1rem;
width:2.125rem;
display:block;
height:34px;
}
.vik_vip_name-kmm{
font-size:1.25rem;
margin-bottom:0.375rem;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
color:#F4EBD9;
}
.vik_vip_perk-kmm{
color:#A8967C;
font-size:12.5px;
line-height:1.5;
overflow-wrap:break-word;
}
.vik_gm-kmm{
padding:30px 0 0.625rem;
}
.vik_gm_in-kmm{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:883px){
.vik_gm_in-kmm{
grid-template-columns:1.25fr 1fr;
}
}
.vik_gm_left-kmm{
background:#221E19;
border-radius:1.25rem;
padding:32px;
border:1px solid rgba(244,235,218,0.07);
min-width:0;
}
.vik_gm_eyebrow-kmm{
margin-bottom:10px;
}
.vik_gm_h2-kmm{
font-size:26px;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:600;
margin-bottom:8px;
overflow-wrap:break-word;
line-height:1.06;
color:#F4EBD9;
}
@media(min-width:769px){
.vik_gm_h2-kmm{
font-size:28px;
}
}
.vik_gm_text-kmm{
line-height:1.6;
font-size:0.875rem;
max-width:480px;
margin-bottom:22px;
color:#8C7B64;
}
.vik_gm_level-kmm{
color:#B08248;
font-weight:700;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
margin-bottom:8px;
font-size:1.375rem;
}
.vik_gm_bar-kmm{
background:rgba(244,235,218,0.13);
overflow:hidden;
border-radius:999px;
height:0.5rem;
margin-bottom:6px;
}
.vik_gm_bar_fill-kmm{
background:linear-gradient(90deg,#B08248,#E0B96A);
border-radius:999px;
height:100%;
}
.vik_gm_bar_meta-kmm{
gap:0.625rem;
margin-bottom:1.125rem;
font-size:11px;
display:flex;
color:#A8967C;
justify-content:space-between;
}
.vik_gm_missions-kmm{
gap:10px;
display:flex;
flex-wrap:wrap;
}
.vik_gm_mission-kmm{
border-radius:62.438rem;
border:1px solid rgba(244,235,218,0.13);
background:#1A1612;
gap:0.438rem;
padding:0.563rem 15px;
display:inline-flex;
font-size:0.781rem;
color:#D6C9B2;
font-weight:600;
align-items:center;
}
.vik_gm_mission_ic-kmm{
color:#B08248;
display:inline-flex;
align-items:center;
}
.vik_gm_mission_ic-kmm svg{
width:0.813rem;
height:0.813rem;
}
.vik_gm_right-kmm{
padding:2rem;
overflow:hidden;
border-radius:20px;
background:linear-gradient(150deg,#1E1A14,#0E0C09);
flex-direction:column;
position:relative;
display:flex;
color:#F4EBD9;
}
.vik_gm_glow-kmm{
border-radius:50%;
background:radial-gradient(circle,rgba(176,130,72,0.18),transparent 70%);
position:absolute;
top:-1.875rem;
right:-30px;
height:150px;
pointer-events:none;
width:9.375rem;
}
.vik_gm_ref_eyebrow-kmm{
position:relative;
margin-bottom:10px;
}
.vik_gm_ref_h2-kmm{
line-height:1.1;
font-size:1.625rem;
font-weight:600;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.5rem;
color:#F4EBD9;
position:relative;
overflow-wrap:break-word;
}
.vik_gm_ref_text-kmm{
color:#A8967C;
font-size:13.5px;
margin-bottom:20px;
position:relative;
line-height:1.55;
}
.vik_gm_ref_cta-kmm{
background:#D4A855;
border-radius:999px;
padding:11px 1.375rem;
transition:opacity .22s ease;
color:#1A1108;
font-size:0.844rem;
font-weight:700;
margin-top:auto;
position:relative;
align-self:flex-start;
}
.vik_gm_ref_cta-kmm:hover{
opacity:.9;
}
.vik_app-kmm{
padding:1.875rem 0 10px;
}
.vik_app_in-kmm{
background:#221E19;
border:1px solid rgba(244,235,218,0.07);
padding:2rem;
gap:1.75rem;
border-radius:1.25rem;
display:flex;
flex-direction:column;
}
@media(min-width:771px){
.vik_app_in-kmm{
padding:2.5rem 44px;
gap:40px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.vik_app_copy-kmm{
max-width:560px;
min-width:0;
}
.vik_app_eyebrow-kmm{
margin-bottom:12px;
}
.vik_app_h2-kmm{
color:#F4EBD9;
font-size:1.75rem;
margin-bottom:0.75rem;
font-weight:600;
overflow-wrap:break-word;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
}
@media(min-width:770px){
.vik_app_h2-kmm{
font-size:2.125rem;
}
}
.vik_app_text-kmm{
font-size:14px;
line-height:1.6;
color:#8C7B64;
margin-bottom:22px;
}
.vik_app_btns-kmm{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.vik_app_btn-kmm{
transition:background-color .22s ease;
border-radius:0.875rem;
background:#C9953E;
gap:10px;
padding:11px 1.25rem;
color:#1A1108;
align-items:center;
display:inline-flex;
}
.vik_app_btn-kmm:hover{
background:#DBA84A;
}
.vik_app_btn_ic-kmm{
align-items:center;
display:inline-flex;
}
.vik_app_btn_ic-kmm svg{
width:1.125rem;
height:18px;
}
.vik_app_btn_lb-kmm{
font-size:0.844rem;
font-weight:700;
}
.vik_app_qr_wrap-kmm{
flex:0 0 auto;
gap:1.125rem;
align-items:center;
display:flex;
}
.vik_app_qr-kmm{
border-radius:0.875rem;
flex:0 0 auto;
background-color:#C9953E;
background-image:repeating-linear-gradient(0deg,#221E19 0 5px,transparent 0.313rem 11px),repeating-linear-gradient(90deg,#221E19 0 5px,transparent 5px 0.688rem);
height:108px;
width:108px;
}
.vik_app_qr_cap-kmm{
color:#A8967C;
max-width:5.75rem;
line-height:1.4;
font-size:0.781rem;
}
.vik_trn-kmm{
padding:30px 0 0.625rem;
}
.vik_trn_in-kmm{
border-radius:1.25rem;
border:1px solid rgba(244,235,218,0.07);
overflow:hidden;
background:#221E19;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:879px){
.vik_trn_in-kmm{
grid-template-columns:1.05fr 1fr;
}
}
.vik_trn_banner-kmm{
padding:34px;
background:linear-gradient(150deg,#1E1A14,#0E0C09);
overflow:hidden;
color:#F4EBD9;
position:relative;
}
.vik_trn_glow-kmm{
background:radial-gradient(circle,rgba(176,130,72,0.18),transparent 70%);
border-radius:50%;
height:200px;
right:-2.5rem;
bottom:-40px;
pointer-events:none;
width:200px;
position:absolute;
}
.vik_trn_eyebrow-kmm{
position:relative;
margin-bottom:14px;
}
.vik_trn_h2-kmm{
color:#F4EBD9;
line-height:1.06;
position:relative;
margin-bottom:0.75rem;
font-size:1.875rem;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:767px){
.vik_trn_h2-kmm{
font-size:2.25rem;
}
}
.vik_trn_text-kmm{
line-height:1.6;
color:#A8967C;
margin-bottom:22px;
font-size:0.875rem;
max-width:420px;
position:relative;
}
.vik_trn_timer-kmm{
gap:0.5rem;
align-items:center;
margin-bottom:1.5rem;
display:flex;
flex-wrap:wrap;
position:relative;
}
.vik_trn_timer_cap-kmm{
font-size:11px;
color:#A8967C;
}
.vik_trn_timer_box-kmm{
padding:4px 0.75rem;
background:rgba(244,235,218,0.07);
border-radius:0.5rem;
font-weight:700;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-size:1.5rem;
color:#F4EBD9;
}
.vik_trn_cta-kmm{
border-radius:62.438rem;
transition:opacity .22s ease;
padding:13px 26px;
background:#D4A855;
position:relative;
color:#1A1108;
font-size:0.875rem;
display:inline-block;
font-weight:700;
}
.vik_trn_cta-kmm:hover{
opacity:.9;
}
.vik_trn_lb-kmm{
padding:1.625rem 1.75rem;
}
.vik_trn_lb_head-kmm{
gap:10px;
justify-content:space-between;
display:flex;
align-items:center;
margin-bottom:12px;
}
.vik_trn_lb_title-kmm{
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
color:#F4EBD9;
font-size:1.25rem;
font-weight:600;
}
.vik_trn_lb_upd-kmm{
color:#A8967C;
letter-spacing:.08em;
font-size:11px;
text-transform:uppercase;
}
.vik_trn_lb_row-kmm{
gap:14px;
border-radius:0.5rem;
padding:0.688rem 0.75rem;
display:flex;
align-items:center;
}
.vik_trn_lb_row-kmm:nth-child(2){
background:rgba(176,130,72,0.14);
}
.vik_trn_lb_rank-kmm{
flex:0 0 auto;
font-size:1rem;
font-weight:700;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
width:1.375rem;
color:#B08248;
}
.vik_trn_lb_av-kmm{
flex:0 0 auto;
background:linear-gradient(135deg,#B08248,#E0B96A);
border-radius:50%;
width:1.875rem;
height:1.875rem;
}
.vik_trn_lb_name-kmm{
overflow:hidden;
flex:1 1 auto;
font-weight:600;
white-space:nowrap;
font-size:14px;
min-width:0;
color:#F4EBD9;
text-overflow:ellipsis;
}
.vik_trn_lb_amount-kmm{
flex:0 0 auto;
font-size:0.813rem;
font-weight:700;
color:#F4EBD9;
}
.vik_prov-kmm{
padding:2.5rem 0 20px;
}
.vik_prov_eyebrow-kmm{
margin-bottom:1.125rem;
display:block;
}
.vik_prov_grid-kmm{
grid-template-columns:repeat(2,1fr);
gap:12px;
display:grid;
}
@media(min-width:562px){
.vik_prov_grid-kmm{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:901px){
.vik_prov_grid-kmm{
grid-template-columns:repeat(6,1fr);
}
}
.vik_tt-kmm{
padding:48px 0 10px;
}
@media(min-width:766px){
.vik_tt-kmm{
padding:60px 0 10px;
}
}
.vik_tt_head-kmm{
text-align:center;
margin-bottom:34px;
}
.vik_tt_eyebrow-kmm{
margin-bottom:0.75rem;
}
.vik_tt_h2-kmm{
font-size:32px;
line-height:1.05;
color:#F4EBD9;
overflow-wrap:break-word;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
@media(min-width:769px){
.vik_tt_h2-kmm{
font-size:42px;
}
}
.vik_tt_grid-kmm{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:762px){
.vik_tt_grid-kmm{
grid-template-columns:repeat(3,1fr);
}
}
.vik_tt_card-kmm{
padding:1.875rem;
border:1px solid rgba(244,235,218,0.07);
background:#221E19;
border-radius:0.875rem;
display:flex;
flex-direction:column;
min-width:0;
}
.vik_tt_card_ic-kmm{
align-items:center;
display:inline-flex;
margin-bottom:18px;
color:#B08248;
}
.vik_tt_card_ic-kmm svg{
height:28px;
width:28px;
}
.vik_tt_card_h-kmm{
line-height:1.15;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:600;
margin-bottom:8px;
color:#F4EBD9;
font-size:1.375rem;
overflow-wrap:break-word;
}
.vik_tt_card_p-kmm{
margin-bottom:0.875rem;
line-height:1.6;
color:#8C7B64;
font-size:0.875rem;
overflow-wrap:break-word;
}
.vik_tt_card_p-kmm b{
color:#F4EBD9;
font-weight:700;
}
.vik_tt_card_link-kmm{
transition:color .22s ease;
margin-top:auto;
align-self:flex-start;
color:#F4EBD9;
font-size:13px;
border-bottom:1px solid #B08248;
font-weight:700;
padding-bottom:2px;
}
.vik_tt_card_link-kmm:hover{
color:#B08248;
}
.vik_hts-kmm{
padding:48px 0;
}
@media(min-width:765px){
.vik_hts-kmm{
padding:62px 0;
}
}
.vik_hts_head-kmm{
gap:18px;
display:flex;
margin-bottom:34px;
flex-direction:column;
}
@media(min-width:768px){
.vik_hts_head-kmm{
gap:1.5rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.vik_hts_eyebrow-kmm{
margin-bottom:12px;
}
.vik_hts_h2-kmm{
color:#F4EBD9;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
font-size:1.875rem;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:770px){
.vik_hts_h2-kmm{
font-size:38px;
}
}
.vik_hts_cta-kmm{
flex:0 0 auto;
transition:opacity .22s ease;
border-radius:999px;
background:#D4A855;
padding:0.938rem 1.875rem;
color:#1A1108;
font-weight:700;
font-size:0.938rem;
}
.vik_hts_cta-kmm:hover{
opacity:.9;
}
.vik_hts_grid-kmm{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:761px){
.vik_hts_grid-kmm{
grid-template-columns:repeat(3,1fr);
}
}
.vik_hts_step-kmm{
border-top:1px solid rgba(244,235,218,0.12);
min-width:0;
padding-top:1.375rem;
}
.vik_hts_step_num-kmm{
color:#D4A855;
margin-bottom:14px;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:1;
font-size:44px;
font-weight:700;
}
.vik_hts_step_h-kmm{
overflow-wrap:break-word;
font-size:19px;
font-weight:700;
line-height:1.2;
color:#F4EBD9;
margin-bottom:8px;
}
.vik_hts_step_p-kmm{
color:#A8967C;
font-size:0.875rem;
overflow-wrap:break-word;
line-height:1.55;
}
.vik_wy-kmm{
padding:3rem 0;
}
@media(min-width:769px){
.vik_wy-kmm{
padding:3.5rem 0;
}
}
.vik_wy_in-kmm{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:902px){
.vik_wy_in-kmm{
gap:48px;
grid-template-columns:.8fr 1.2fr;
}
}
.vik_wy_left-kmm{
min-width:0;
}
.vik_wy_eyebrow-kmm{
margin-bottom:0.875rem;
}
.vik_wy_h2-kmm{
font-size:2rem;
line-height:1.05;
margin-bottom:1rem;
color:#F4EBD9;
font-weight:600;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
@media(min-width:768px){
.vik_wy_h2-kmm{
font-size:40px;
}
}
.vik_wy_intro-kmm{
line-height:1.6;
font-size:15px;
color:#8C7B64;
}
.vik_wy_grid-kmm{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:560px){
.vik_wy_grid-kmm{
grid-template-columns:1fr 1fr;
}
}
.vik_wy_card-kmm{
border-radius:14px;
padding:26px;
border:1px solid rgba(244,235,218,0.07);
background:#221E19;
min-width:0;
}
.vik_wy_card_ic-kmm{
justify-content:center;
display:inline-flex;
align-items:center;
color:#B08248;
margin-bottom:16px;
}
.vik_wy_card_ic-kmm svg{
height:26px;
width:26px;
}
.vik_wy_card_h-kmm{
margin-bottom:0.5rem;
line-height:1.15;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:600;
color:#F4EBD9;
overflow-wrap:break-word;
font-size:1.313rem;
}
.vik_wy_card_p-kmm{
overflow-wrap:break-word;
line-height:1.55;
color:#8C7B64;
font-size:14px;
}
.vik_rv-kmm{
background:#221E19;
padding:48px 0;
border-bottom:1px solid rgba(244,235,218,0.07);
border-top:1px solid rgba(244,235,218,0.07);
margin-top:24px;
}
@media(min-width:771px){
.vik_rv-kmm{
padding:56px 0;
}
}
.vik_rv_head-kmm{
gap:16px;
flex-direction:column;
margin-bottom:30px;
display:flex;
}
@media(min-width:766px){
.vik_rv_head-kmm{
gap:1.25rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.vik_rv_eyebrow-kmm{
margin-bottom:10px;
}
.vik_rv_h2-kmm{
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:600;
color:#F4EBD9;
font-size:1.875rem;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:768px){
.vik_rv_h2-kmm{
font-size:2.375rem;
}
}
.vik_rv_agg-kmm{
gap:0.75rem;
align-items:center;
display:flex;
}
.vik_rv_agg_stars-kmm{
gap:3px;
color:#B08248;
display:flex;
}
.vik_rv_agg_stars-kmm svg{
height:18px;
width:18px;
}
.vik_rv_source-kmm{
color:#8C7B64;
font-size:0.813rem;
}
.vik_rv_grid-kmm{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:758px){
.vik_rv_grid-kmm{
grid-template-columns:repeat(3,1fr);
}
}
.vik_rv_card-kmm{
border:1px solid rgba(244,235,218,0.07);
background:#1A1612;
border-radius:14px;
padding:1.625rem;
min-width:0;
}
.vik_rv_card_stars-kmm{
gap:2px;
margin-bottom:0.75rem;
color:#B08248;
display:flex;
}
.vik_rv_card_stars-kmm svg{
height:0.875rem;
width:0.875rem;
}
.vik_rv_card_body-kmm{
color:#F4EBD9;
font-weight:500;
font-size:18px;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
line-height:1.45;
margin-bottom:16px;
}
.vik_rv_card_meta-kmm{
gap:10px;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.vik_rv_card_av-kmm{
background:linear-gradient(135deg,#B08248,#E0B96A);
flex:0 0 auto;
border-radius:50%;
width:2rem;
height:32px;
}
.vik_rv_card_author-kmm{
color:#F4EBD9;
font-weight:700;
font-size:13px;
}
.vik_rv_card_loc-kmm{
font-size:12px;
color:#A8967C;
}
.vik_dr-kmm{
padding:2.25rem 0 0.625rem;
}
.vik_dr_in-kmm{
border:1px dashed rgba(244,235,218,0.13);
gap:20px;
padding:28px 2rem;
border-radius:14px;
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.vik_dr_in-kmm{
gap:2rem;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.vik_dr_h2-kmm{
color:#F4EBD9;
margin-bottom:0.5rem;
overflow-wrap:break-word;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:1.1;
font-weight:600;
font-size:1.5rem;
}
@media(min-width:770px){
.vik_dr_h2-kmm{
font-size:1.625rem;
}
}
.vik_dr_text-kmm{
max-width:680px;
line-height:1.6;
overflow-wrap:break-word;
font-size:0.875rem;
color:#8C7B64;
}
.vik_dr_text-kmm b{
font-weight:700;
color:#F4EBD9;
}
.vik_dr_cta-kmm{
flex:0 0 auto;
transition:color .22s ease;
border-bottom:1px solid #B08248;
color:#F4EBD9;
white-space:nowrap;
font-weight:700;
padding-bottom:2px;
font-size:13.5px;
}
.vik_dr_cta-kmm:hover{
color:#B08248;
}
.vik_et-kmm{
padding:36px 0 0.625rem;
}
.vik_et_in-kmm{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:start;
}
@media(min-width:883px){
.vik_et_in-kmm{
gap:3rem;
grid-template-columns:1.1fr .9fr;
}
}
.vik_et_left-kmm{
min-width:0;
}
.vik_et_eyebrow-kmm{
margin-bottom:0.75rem;
}
.vik_et_h2-kmm{
font-size:1.75rem;
color:#F4EBD9;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:1.06;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:0.875rem;
}
@media(min-width:770px){
.vik_et_h2-kmm{
font-size:2rem;
}
}
.vik_et_text-kmm{
color:#8C7B64;
font-size:15px;
line-height:1.65;
margin-bottom:1.375rem;
}
.vik_et_stats-kmm{
gap:1.5rem;
flex-wrap:wrap;
display:flex;
}
.vik_et_stat-kmm{
min-width:0;
}
.vik_et_stat_v-kmm{
font-weight:700;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
color:#F4EBD9;
line-height:1;
font-size:1.625rem;
}
.vik_et_stat_l-kmm{
font-size:0.781rem;
margin-top:4px;
color:#A8967C;
}
.vik_et_right-kmm{
gap:0.75rem;
flex-direction:column;
display:flex;
}
.vik_et_member-kmm{
border-radius:14px;
background:#221E19;
border:1px solid rgba(244,235,218,0.07);
padding:1.125rem 20px;
gap:16px;
align-items:center;
min-width:0;
display:flex;
}
.vik_et_member_av-kmm{
background:linear-gradient(135deg,#1E1A14,#B08248);
flex:0 0 auto;
border-radius:50%;
height:48px;
width:48px;
}
.vik_et_member_name-kmm{
overflow-wrap:break-word;
font-size:15px;
font-weight:700;
color:#F4EBD9;
}
.vik_et_member_role-kmm{
color:#A8967C;
font-size:12.5px;
overflow-wrap:break-word;
}
.vik_et_updated-kmm{
border-radius:14px;
background:#1A1612;
padding:14px 1.125rem;
border:1px solid rgba(244,235,218,0.07);
gap:0.5rem;
display:flex;
color:#8C7B64;
align-items:center;
font-size:12.5px;
}
.vik_ts-kmm{
padding:2.75rem 0;
}
.vik_ts_in-kmm{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:883px){
.vik_ts_in-kmm{
gap:48px;
grid-template-columns:1.4fr 1fr;
}
}
.vik_ts_left-kmm{
min-width:0;
}
.vik_ts_h2-kmm{
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:1.1;
color:#F4EBD9;
margin-bottom:12px;
font-weight:600;
overflow-wrap:break-word;
font-size:1.625rem;
}
@media(min-width:770px){
.vik_ts_h2-kmm{
font-size:1.75rem;
}
}
.vik_ts_text-kmm{
font-size:0.906rem;
margin-bottom:1.375rem;
max-width:520px;
color:#A8967C;
line-height:1.6;
}
.vik_ts_badges-kmm{
gap:1.125rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.vik_ts_badge-kmm{
font-weight:600;
font-size:0.813rem;
color:#A8967C;
}
.vik_ts_pay-kmm{
gap:12px;
display:flex;
flex-wrap:wrap;
}
@media(min-width:881px){
.vik_ts_pay-kmm{
justify-content:flex-end;
}
}
.vik_ts_pay_chip-kmm{
padding:12px 1rem;
border-radius:0.875rem;
border:1px solid rgba(244,235,218,0.12);
background:rgba(244,235,218,0.07);
font-size:14px;
color:#F4EBD9;
font-weight:700;
}
.vik_sb-kmm{
padding:48px 0;
background:#221E19;
margin-top:1.5rem;
border-bottom:1px solid rgba(244,235,218,0.07);
border-top:1px solid rgba(244,235,218,0.07);
}
@media(min-width:769px){
.vik_sb-kmm{
padding:3.5rem 0;
}
}
.vik_sb_eyebrow-kmm{
margin-bottom:0.75rem;
display:block;
}
.vik_sb_h2-kmm{
color:#F4EBD9;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.05;
font-size:30px;
margin-bottom:26px;
overflow-wrap:break-word;
}
@media(min-width:767px){
.vik_sb_h2-kmm{
font-size:36px;
}
}
.vik_sb_grid-kmm{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:561px){
.vik_sb_grid-kmm{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:962px){
.vik_sb_grid-kmm{
grid-template-columns:repeat(4,1fr);
}
}
.vik_sb_card-kmm{
border-radius:14px;
border:1px solid rgba(244,235,218,0.07);
padding:24px;
background:#1A1612;
min-width:0;
}
.vik_sb_card_h-kmm{
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
margin-bottom:8px;
font-size:19px;
line-height:1.15;
overflow-wrap:break-word;
color:#F4EBD9;
font-weight:600;
}
.vik_sb_card_p-kmm{
overflow-wrap:break-word;
color:#8C7B64;
font-size:13.5px;
line-height:1.6;
}
.vik_sb_rtp-kmm{
border:1px solid rgba(244,235,218,0.07);
background:#1A1612;
gap:24px;
grid-template-columns:1fr;
padding:26px 28px;
border-radius:0.875rem;
display:grid;
align-items:center;
margin-top:1.125rem;
}
@media(min-width:760px){
.vik_sb_rtp-kmm{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.vik_sb_rtp_h-kmm{
line-height:1.15;
margin-bottom:0.5rem;
font-size:1.25rem;
color:#F4EBD9;
font-weight:600;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
.vik_sb_rtp_p-kmm{
font-size:0.844rem;
overflow-wrap:break-word;
line-height:1.6;
color:#8C7B64;
}
.vik_sb_rtp_stats-kmm{
gap:1rem;
display:flex;
}
.vik_sb_stat-kmm{
flex:1 1 0;
border-radius:0.5rem;
background:#221E19;
padding:1.125rem;
min-width:0;
text-align:center;
}
.vik_sb_stat_v-kmm{
font-weight:700;
font-size:1.625rem;
overflow-wrap:break-word;
color:#6B9E6E;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
}
.vik_sb_stat_l-kmm{
color:#A8967C;
margin-top:4px;
font-size:0.719rem;
}
.vik_faq-kmm{
padding:3rem 0;
background:#221E19;
border-top:1px solid rgba(244,235,218,0.07);
border-bottom:1px solid rgba(244,235,218,0.07);
margin-top:24px;
}
@media(min-width:767px){
.vik_faq-kmm{
padding:62px 0;
}
}
.vik_faq_head-kmm{
margin-bottom:2.125rem;
text-align:center;
}
.vik_faq_eyebrow-kmm{
margin-bottom:0.75rem;
}
.vik_faq_h2-kmm{
overflow-wrap:break-word;
font-size:2rem;
color:#F4EBD9;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
font-weight:600;
}
@media(min-width:769px){
.vik_faq_h2-kmm{
font-size:38px;
}
}
.vik_faq_list-kmm{
margin:0 auto;
gap:12px;
flex-direction:column;
max-width:820px;
display:flex;
}
.vik_faq_item-kmm{
overflow:hidden;
border-radius:0.875rem;
border:1px solid rgba(244,235,218,0.07);
background:#1A1612;
}
.vik_faq_q-kmm{
padding:20px 1.5rem;
gap:20px;
list-style:none;
color:#F4EBD9;
align-items:center;
justify-content:space-between;
font-size:16px;
overflow-wrap:break-word;
display:flex;
font-weight:700;
cursor:pointer;
}
.vik_faq_q-kmm::-webkit-details-marker{
display:none;
}
.vik_faq_q_ic-kmm{
flex:0 0 auto;
transition:transform .22s ease;
display:inline-flex;
align-items:center;
color:#B08248;
}
.vik_faq_q_ic-kmm svg{
width:18px;
height:1.125rem;
}
.vik_faq_item-kmm[open] .vik_faq_q_ic-kmm{
transform:rotate(180deg);
}
.vik_faq_a-kmm{
padding:0 1.5rem 1.25rem;
line-height:1.6;
overflow-wrap:break-word;
color:#8C7B64;
font-size:14.5px;
}
.vik_lh-kmm{
padding:2.5rem 0 1.25rem;
}
.vik_lh_in-kmm{
border-top:1px solid rgba(244,235,218,0.13);
padding-top:34px;
}
.vik_lh_eyebrow-kmm{
display:block;
margin-bottom:22px;
}
.vik_lh_grid-kmm{
grid-template-columns:1fr 1fr;
gap:1.75rem;
display:grid;
}
@media(min-width:602px){
.vik_lh_grid-kmm{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:958px){
.vik_lh_grid-kmm{
grid-template-columns:repeat(5,1fr);
}
}
.vik_lh_col-kmm{
min-width:0;
}
.vik_lh_col_h-kmm{
overflow-wrap:break-word;
font-size:13px;
margin-bottom:0.75rem;
font-weight:700;
color:#F4EBD9;
}
.vik_lh_links-kmm{
gap:8px;
display:flex;
flex-direction:column;
}
.vik_lh_link-kmm{
transition:color .22s ease;
font-size:0.813rem;
color:#8C7B64;
overflow-wrap:break-word;
}
.vik_lh_link-kmm:hover{
color:#B08248;
}
.vik_el-kmm{
padding:3rem 0;
}
@media(min-width:767px){
.vik_el-kmm{
padding:3.5rem 0;
}
}
.vik_el_in-kmm{
grid-template-columns:1fr;
gap:2.5rem;
display:grid;
align-items:start;
}
@media(min-width:899px){
.vik_el_in-kmm{
grid-template-columns:1fr 1fr;
gap:3.5rem;
}
}
.vik_el_left-kmm{
min-width:0;
}
.vik_el_eyebrow-kmm{
margin-bottom:14px;
}
.vik_el_h2-kmm{
color:#F4EBD9;
margin-bottom:1.375rem;
overflow-wrap:break-word;
line-height:1.08;
font-size:32px;
font-weight:600;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:767px){
.vik_el_h2-kmm{
font-size:2.375rem;
}
}
.vik_el_body-kmm p{
margin-bottom:1.125rem;
color:#D6C9B2;
overflow-wrap:break-word;
font-size:16px;
line-height:1.7;
}
.vik_el_dropcap-kmm{
padding:0.375rem 12px 0 0;
font-weight:700;
font-size:62px;
float:left;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:.8;
color:#B08248;
}
.vik_el_right-kmm{
min-width:0;
}
.vik_el_quote-kmm{
padding:2.25rem;
border-radius:20px;
background:linear-gradient(150deg,#1E1A14,#0E0C09);
color:#F4EBD9;
position:relative;
margin-bottom:24px;
}
.vik_el_quote_mark-kmm{
align-items:center;
color:#D4A855;
display:inline-flex;
margin-bottom:6px;
}
.vik_el_quote_mark-kmm svg{
width:34px;
height:2.125rem;
}
.vik_el_quote_text-kmm{
line-height:1.4;
color:#F4EBD9;
margin-bottom:22px;
font-size:1.375rem;
overflow-wrap:break-word;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:500;
}
.vik_el_quote_meta-kmm{
gap:12px;
align-items:center;
display:flex;
}
.vik_el_quote_av-kmm{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#B08248,#E0B96A);
height:2.375rem;
width:38px;
}
.vik_el_quote_author-kmm{
color:#F4EBD9;
font-size:14px;
font-weight:700;
}
.vik_el_quote_meta_sub-kmm{
color:#A8967C;
font-size:0.75rem;
}
.vik_el_explain-kmm{
border:1px solid rgba(244,235,218,0.07);
overflow:hidden;
border-radius:0.875rem;
}
.vik_el_explain_card-kmm{
padding:22px 24px;
}
.vik_el_explain_card-kmm+.vik_el_explain_card-kmm{
border-top:1px solid rgba(244,235,218,0.07);
}
.vik_el_explain_h-kmm{
color:#F4EBD9;
margin-bottom:0.5rem;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
overflow-wrap:break-word;
font-weight:600;
font-size:20px;
}
.vik_el_explain_p-kmm{
color:#8C7B64;
overflow-wrap:break-word;
line-height:1.55;
font-size:0.875rem;
}
.vik_sg-kmm{
padding:3rem 0 0.625rem;
}
.vik_sg_eyebrow-kmm{
display:block;
margin-bottom:12px;
}
.vik_sg_h2-kmm{
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
margin-bottom:28px;
color:#F4EBD9;
font-size:1.875rem;
line-height:1.05;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:766px){
.vik_sg_h2-kmm{
font-size:2.25rem;
}
}
.vik_sg_grid-kmm{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:721px){
.vik_sg_grid-kmm{
grid-template-columns:repeat(3,1fr);
}
}
.vik_sg_col-kmm{
min-width:0;
}
.vik_sg_col_h-kmm{
overflow-wrap:break-word;
margin-bottom:0.625rem;
color:#F4EBD9;
line-height:1.15;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:1.375rem;
}
.vik_sg_col_p-kmm{
overflow-wrap:break-word;
font-size:14px;
color:#8C7B64;
line-height:1.65;
}
.vik_gd-kmm{
padding:48px 0 10px;
}
.vik_gd_head-kmm{
gap:0.875rem;
display:flex;
margin-bottom:1.5rem;
flex-direction:column;
}
@media(min-width:681px){
.vik_gd_head-kmm{
gap:20px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.vik_gd_eyebrow-kmm{
margin-bottom:0.625rem;
}
.vik_gd_h2-kmm{
font-size:1.75rem;
font-weight:600;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
overflow-wrap:break-word;
color:#F4EBD9;
}
@media(min-width:768px){
.vik_gd_h2-kmm{
font-size:2.125rem;
}
}
.vik_gd_more-kmm{
flex:0 0 auto;
transition:color .22s ease,border-color .22s ease;
color:#F4EBD9;
font-size:0.844rem;
font-weight:600;
border-bottom:1px solid #F4EBD9;
padding-bottom:2px;
}
.vik_gd_more-kmm:hover{
border-color:#B08248;
color:#B08248;
}
.vik_gd_grid-kmm{
gap:1.25rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:719px){
.vik_gd_grid-kmm{
grid-template-columns:repeat(3,1fr);
}
}
.vik_gd_card-kmm{
border:1px solid rgba(244,235,218,0.07);
background:#221E19;
overflow:hidden;
border-radius:14px;
min-width:0;
display:block;
}
.vik_gd_card_img-kmm{
background:linear-gradient(140deg,#1E1A14,#B08248);
height:9.375rem;
}
.vik_gd_card_body-kmm{
padding:22px;
}
.vik_gd_card_cat-kmm{
font-weight:600;
font-size:0.625rem;
letter-spacing:.1em;
color:#B08248;
text-transform:uppercase;
}
.vik_gd_card_h-kmm{
margin:8px 0 0.625rem;
font-size:19px;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
color:#F4EBD9;
line-height:1.2;
overflow-wrap:break-word;
font-weight:600;
}
.vik_gd_card_meta-kmm{
color:#A8967C;
font-size:0.75rem;
overflow-wrap:break-word;
}
.vik_ft-kmm{
background:#110E0B;
margin-top:2.5rem;
color:#A8967C;
}
.vik_ft_in-kmm{
padding:48px 0 28px;
grid-template-columns:1fr;
gap:2rem;
display:grid;
}
@media(min-width:601px){
.vik_ft_in-kmm{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:903px){
.vik_ft_in-kmm{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.vik_ft_brand-kmm{
min-width:0;
}
.vik_ft_logo-kmm{
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:700;
overflow-wrap:break-word;
font-size:1.625rem;
color:#F4EBD9;
}
.vik_ft_tagline-kmm{
margin-top:14px;
color:#A8967C;
max-width:17.5rem;
line-height:1.6;
font-size:0.844rem;
}
.vik_ft_contact-kmm{
transition:color .22s ease;
display:inline-block;
margin-top:0.75rem;
max-width:17.5rem;
font-size:0.813rem;
overflow-wrap:anywhere;
color:#D4A855;
}
.vik_ft_contact-kmm:hover{
color:#F4EBD9;
}
.vik_ft_col-kmm{
min-width:0;
}
.vik_ft_col_h-kmm{
font-weight:700;
letter-spacing:.08em;
overflow-wrap:break-word;
font-size:0.813rem;
color:#F4EBD9;
margin-bottom:0.875rem;
text-transform:uppercase;
}
.vik_ft_col_links-kmm{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.vik_ft_link-kmm{
transition:color .22s ease;
font-size:0.844rem;
overflow-wrap:break-word;
color:#A8967C;
}
.vik_ft_link-kmm:hover{
color:#F4EBD9;
}
.vik_ft_bot-kmm{
padding:1.375rem 0 40px;
gap:1rem;
border-top:1px solid rgba(244,235,218,0.12);
display:flex;
flex-direction:column;
}
@media(min-width:765px){
.vik_ft_bot-kmm{
gap:1.25rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.vik_ft_legal-kmm{
line-height:1.6;
max-width:760px;
color:#5E5244;
font-size:11.5px;
overflow-wrap:break-word;
}
.vik_ft_legal-kmm b{
font-weight:700;
color:#A8967C;
}
.vik_ft_age-kmm{
border-radius:0.5rem;
flex:0 0 auto;
padding:0.25rem 9px;
border:1.5px solid #D4A855;
font-size:13px;
color:#D4A855;
font-weight:700;
}