/* Widget-prefixes: {"cb":"arv","wb":"smz","wt":"sjf"} */
/* Uniqueified: d2f038af */
/* Prefix: fk- */
/* Prefixes-map: wn->fk */
/* Classmap: {"wn-age":"fk-xvvxt","wn-auth":"fk-nyzgs","wn-brand":"fk-wctdz","wn-btn":"fk-yhjwp","wn-btn--accent":"fk-twepn","wn-btn--soft":"fk-cngbt","wn-burger":"fk-ktadz","wn-content":"fk-pkany","wn-copy":"fk-gefyr","wn-drawer":"fk-jhqgt","wn-drawer--open":"fk-xafdt","wn-drawer-auth":"fk-xqphh","wn-drawer-close":"fk-njfdw","wn-drawer-item":"fk-dxbsn","wn-drawer-logo":"fk-thqgk","wn-drawer-nav":"fk-emhnj","wn-drawer-panel":"fk-ykxkh","wn-drawer-scrim":"fk-taeps","wn-faq":"fk-gafjx","wn-faq-item":"fk-ccmpz","wn-footer":"fk-ajsce","wn-footer-inner":"fk-qzvwt","wn-footer-logo":"fk-sqpss","wn-footer-nav":"fk-cfhmw","wn-header":"fk-vsxes","wn-header-inner":"fk-jpgap","wn-logo":"fk-kvvjh","wn-logo-sub":"fk-khhyn","wn-logo-text":"fk-cxtnb","wn-main":"fk-xfyaw","wn-nav":"fk-vgpcp","wn-nav-item":"fk-nxkgn","wn-rg":"fk-edgxj","wn-submenu":"fk-jkynq","wn-submenu--open":"fk-tfhbr","wn-submenu-toggle":"fk-ypywy","wn-top":"fk-neknx","wn-top--visible":"fk-fjskg"} */

:root {
    --c-bg: #020202;
    --c-surface: #1e0427;
    --c-surface-alt: #39054a;
    --c-border: #4d1d5f;
    --c-text: #fbfcfa;
    --c-text-muted: #bca6c7;
    --c-accent: #f9873a;
    --c-accent-hover: #fca362;
    --c-on-accent: #ffffff;
    --c-purple: #b046d1;
    --c-purple-hover: #c66ce0;
    --c-on-purple: #ffffff;

        --c-white: #fafcfc;
    --c-green: #42e494;
    --c-shadow: rgba(1,1,2,.35);
    --c-overlay: rgba(1,1,1,.7);

        --fk-header-h: 118px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    min-height: 100vh;
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.46;
    color: var(--c-text);
    background: var(--c-bg);
    -webkit-font-smoothing: antialiased;
}

[hidden] { display: none !important; }

img { max-width: 100%; height: auto; }

a { color: var(--c-accent); text-decoration: none; }
a:hover { text-decoration: underline; }

button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; -webkit-tap-highlight-color: transparent; }

svg { display: block; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.go-link { cursor: pointer; }

#go-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    background: var(--c-overlay, rgba(0, 0, 0, .7));
}

#go-overlay.go-overlay--visible { display: flex; }

.go-spinner {
    width: 3.5rem;
    height: 3.5rem;
    border: .3125rem solid color-mix(in srgb, var(--c-text) 20%, transparent);
    border-top-color: var(--c-accent);
    border-radius: 50%;
    animation: go-spin .8s linear infinite;
}

@keyframes go-spin { to { transform: rotate(360deg); } }

.fk-yhjwp {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 12px 20px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    transition: background 0.2s ease, transform 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.fk-yhjwp:hover { text-decoration: none; }
.fk-yhjwp:active { transform: translateY(1px); }

.fk-twepn { background: var(--c-accent); color: var(--c-on-accent); }
.fk-twepn:hover { background: var(--c-accent-hover); color: var(--c-on-accent); }

.fk-cngbt { background: var(--c-purple); color: var(--c-on-purple); }
.fk-cngbt:hover { background: var(--c-purple-hover); color: var(--c-on-purple); }

.fk-vsxes {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--c-surface-alt);
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 6%, transparent);
}

.fk-jpgap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 15px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 10px 16px;
}

.fk-wctdz {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    width: 100%;
    min-height: 48px;
}

.fk-ktadz {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 45px;
    padding: 12px 5px;
}

.fk-ktadz span {
    display: block;
    width: 34px;
    height: 4px;
    border-radius: 2px;
    background: var(--c-text);
}

.fk-kvvjh {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fk-kvvjh:hover { text-decoration: none; }

.fk-kvvjh img { height: 44px; width: auto; }

.fk-cxtnb {
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.01em;
    color: var(--c-text);
}

.fk-khhyn {
    display: block;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: var(--c-accent);
}

.fk-vgpcp { display: none; }

.fk-nyzgs {
    display: flex;
    gap: 8px;
    width: 100%;
}

.fk-nyzgs .fk-yhjwp { flex: 1; }

.fk-jhqgt {
    position: fixed;
    inset: 0;
    z-index: 52;
    visibility: hidden;
}

.fk-jhqgt.fk-xafdt { visibility: visible; }

.fk-taeps {
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, #000 60%, transparent);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.fk-jhqgt.fk-xafdt .fk-taeps { opacity: 1; }

.fk-ykxkh {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 88%;
    height: 100%;
    padding: 10px;
    overflow-y: auto;
    background: var(--c-surface-alt);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
}

.fk-jhqgt.fk-xafdt .fk-ykxkh { transform: translateX(0); }

.fk-njfdw {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--c-accent);
    color: var(--c-on-accent);
}

.fk-thqgk {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.fk-xqphh {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 10px 0;
}

.fk-emhnj {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 16px;
    list-style: none;
}

.fk-emhnj > li {
    border-radius: 14px;
    background: color-mix(in srgb, var(--c-accent) 20%, transparent);
}

.fk-dxbsn {
    position: relative;
    display: flex;
    align-items: center;
}

.fk-dxbsn > a {
    flex: 1;
    min-height: 45px;
    padding: 12px 46px 12px 16px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
}

.fk-dxbsn > a:hover { text-decoration: none; }

.fk-ypywy {
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    border-radius: 50%;
    background: var(--c-purple);
    color: var(--c-on-purple);
    transition: transform 0.2s ease;
}

.fk-ypywy svg { width: 18px; height: 18px; }
.fk-ypywy[aria-expanded="true"] { transform: rotate(180deg); }

.fk-jkynq {
    display: none;
    padding: 0 10px 10px;
    list-style: none;
}

.fk-jkynq.fk-tfhbr { display: block; }

.fk-jkynq a {
    display: block;
    padding: 10px 6px;
    font-size: 15px;
    font-weight: 500;
    color: var(--c-text);
    border-top: 1px solid var(--c-border);
}

.fk-jkynq a:hover { color: var(--c-accent); text-decoration: none; }

.fk-xfyaw {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.fk-pkany {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 15px 0;
}

.fk-pkany[id],
.fk-pkany :is(h2, h3, h4)[id] { scroll-margin-top: calc(var(--fk-header-h) + 12px); }

.fk-xfyaw > .fk-pkany:not(:has(*)) { display: none; }

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
    padding: 0;
    font-size: 0.875rem;
    list-style: none;
    color: var(--c-text-muted);
}

.breadcrumbs li { display: flex; align-items: center; gap: 6px; }
.breadcrumbs li a { color: var(--c-text-muted); text-decoration: none; }
.breadcrumbs li a:hover { color: var(--c-accent); }
.breadcrumbs li:last-child span { color: var(--c-text); }
.breadcrumbs li + li::before { content: "/"; color: var(--c-text-muted); }

.fk-pkany h1,
.fk-pkany h2,
.fk-pkany h3,
.fk-pkany h4,
.fk-pkany h5,
.fk-pkany h6 { color: var(--c-text); }

.fk-pkany h1 {
    margin-bottom: 18px;
    font-size: clamp(1.781rem, 1.653rem + 0.524vw, 2.125rem);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.fk-pkany h2 {
    margin-bottom: 13px;
    font-size: clamp(1.646rem, 1.560rem + 0.350vw, 1.875rem);
    font-weight: 700;
    line-height: 1.05;
}

.fk-pkany h3 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}

.fk-pkany h4 {
    margin-bottom: 8px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}

.fk-pkany h5 {
    margin-bottom: 8px;
    font-size: 1.06rem;
    font-weight: 600;
    line-height: 1.4;
}

.fk-pkany h6 {
    margin-bottom: 8px;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--c-accent);
}

.fk-pkany h2:not(:first-child),
.fk-pkany h3:not(:first-child) { margin-top: 26px; }

.fk-pkany p {
    margin-bottom: 16px;
    font-size: 0.96rem;
    line-height: 1.51;
}

.fk-pkany ul,
.fk-pkany ol {
    margin: 0 0 16px 20px;
    font-size: 0.96rem;
    line-height: 1.51;
}

.fk-pkany li { margin-bottom: 6px; }
.fk-pkany li::marker { color: var(--c-accent); }

.fk-pkany a { color: var(--c-accent); text-decoration: underline; text-underline-offset: 3px; }
.fk-pkany a:hover { color: var(--c-purple); }

.fk-pkany .fk-yhjwp { text-decoration: none; }
.fk-pkany .fk-twepn, .fk-pkany .fk-twepn:hover { color: var(--c-on-accent); }
.fk-pkany .fk-cngbt, .fk-pkany .fk-cngbt:hover { color: var(--c-on-purple); }

.fk-pkany strong { font-weight: 700; }
.fk-pkany em { font-style: italic; }

.fk-pkany img { max-width: 100%; height: auto; border-radius: 14px; }

.fk-pkany blockquote {
    margin: 0 0 16px;
    padding: 16px 20px;
    border-left: 3px solid var(--c-accent);
    border-radius: 0 14px 14px 0;
    background: var(--c-surface);
    font-size: 0.96rem;
    font-style: italic;
    line-height: 1.51;
}

.fk-pkany table {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 16px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
    font-size: 0.96rem;
}

.fk-pkany th,
.fk-pkany td {
    padding: 8px;
    border: 1px solid var(--c-border);
    text-align: left;
    vertical-align: top;
    line-height: 1.46;
}

.fk-pkany th {
    background: var(--c-surface);
    font-weight: 700;
    color: var(--c-text);
}

.smz-banner {
    position: relative;
    margin: 0 0 20px;
}

.smz-media {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 14px;
}

.smz-media img {
    width: 100%;
    aspect-ratio: 16 / 10.3;
    object-fit: cover;
    border-radius: 0;
}

.smz-box {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    border-radius: 0 0 14px 14px;
    background: color-mix(in srgb, #000 45%, transparent);
    text-align: center;
}

.fk-pkany .smz-title {
    margin: 0;
    font-size: clamp(1.187rem, 0.931rem + 1.049vw, 1.875rem);
    font-weight: 600;
    line-height: 1.2;
    color: var(--c-white);
}

.fk-pkany .smz-cta,
.smz-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 12px 20px;
    border-radius: 14px;
    background: var(--c-accent);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: var(--c-on-accent);
    transition: background 0.2s ease;
}

.fk-pkany .smz-cta:hover,
.smz-cta:hover { background: var(--c-accent-hover); color: var(--c-on-accent); text-decoration: none; }

.sjf-toc { padding: 15px 0; }

.sjf-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 45px;
    padding: 7px 14px;
    border-radius: 14px;
    background: var(--c-accent);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--c-on-accent);
}

.sjf-toggle svg { width: 20px; height: 20px; }

.sjf-panel { display: none; margin-top: 12px; }
.sjf-panel.sjf-panel--open { display: block; }

.fk-pkany .sjf-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 12px;
    border-radius: 14px;
    background: var(--c-surface);
    list-style: none;
}

.fk-pkany .sjf-list li { margin: 0; }

.fk-pkany .sjf-list a,
.sjf-list a {
    display: block;
    padding: 5px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--c-text);
    text-decoration: none;
}

.fk-pkany .sjf-list a:hover,
.sjf-list a:hover { color: var(--c-accent); }

.fk-gafjx { padding-top: 15px; }

.fk-ccmpz {
    margin-bottom: 16px;
    padding: 16px 20px 26px;
    border-radius: 14px;
    background: var(--c-surface);
}

.fk-ccmpz h3 {
    margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 18%, transparent);
}

.fk-ccmpz p:last-child { margin-bottom: 0; }

.fk-ajsce {
    padding-bottom: 10px;
    background: color-mix(in srgb, var(--c-bg) 65%, #000);
}

.fk-qzvwt {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 15px;
    text-align: center;
}

.fk-cfhmw {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    list-style: none;
}

.fk-cfhmw a {
    display: inline-block;
    min-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
    text-decoration: none;
}

.fk-cfhmw a:hover { color: var(--c-accent); }

.fk-sqpss { display: flex; justify-content: center; margin-bottom: 18px; }
.fk-sqpss img { height: 40px; width: auto; }

.fk-xvvxt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 24px auto 0;
    border: 1px solid color-mix(in srgb, var(--c-text) 30%, transparent);
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
}

.fk-edgxj {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
}

.fk-edgxj a { display: flex; align-items: center; }
.fk-edgxj img { width: 6.5rem; height: 2.2rem; object-fit: contain; }

.fk-gefyr {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--c-text-muted);
}

.fk-gefyr a { color: var(--c-text-muted); text-decoration: underline; }
.fk-gefyr a:hover { color: var(--c-accent); }

.fk-neknx {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--c-purple);
    color: var(--c-on-purple);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.fk-neknx.fk-fjskg { opacity: 1; visibility: visible; }

body:has(.arv-banner:not([hidden])) .fk-neknx,
body:has(.arv-overlay:not([hidden])) .fk-neknx {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.arv-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}

.arv-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 20px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}

.arv-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.arv-text a { color: var(--c-accent); text-decoration: underline; }

.arv-actions { display: flex; flex-wrap: wrap; gap: 8px; }

.arv-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 10px 18px;
    border-radius: 14px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

.arv-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.arv-btn--save { background: var(--c-purple); color: var(--c-on-purple); }

.arv-btn--reject,
.arv-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}

.arv-modal {
    position: fixed;
    inset: 0;
    z-index: 62;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: color-mix(in srgb, #000 70%, transparent);
}

.arv-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 20px;
    border-radius: 14px;
    background: var(--c-surface);
}

.arv-modal__title { margin-bottom: 10px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.arv-modal__desc { margin-bottom: 16px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }

.arv-categories { display: flex; flex-direction: column; gap: 14px; margin-bottom: 18px; }

.arv-cat { padding-bottom: 14px; border-bottom: 1px solid var(--c-border); }
.arv-cat:last-child { border-bottom: 0; padding-bottom: 0; }

.arv-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 6px; }
.arv-cat__name { font-weight: 600; color: var(--c-text); }
.arv-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.arv-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }

.arv-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.arv-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }

.arv-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 12px;
    background: var(--c-border);
    transition: background 0.2s ease;
}

.arv-toggle__slider::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--c-text);
    transition: transform 0.2s ease;
}

.arv-toggle input:checked + .arv-toggle__slider { background: var(--c-accent); }
.arv-toggle input:checked + .arv-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }

.arv-modal__actions { display: flex; flex-wrap: wrap; gap: 8px; }

@media (min-width: 768px) {
    .fk-cfhmw { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px 32px; }
        .fk-edgxj { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px 22px; }
    .smz-media img { aspect-ratio: 16 / 6.5; }
    .arv-banner { flex-direction: row; align-items: center; gap: 20px; }
    .arv-actions { flex: none; }
    .arv-btn { flex: none; }
}

@media (min-width: 1024px) {
    :root { --fk-header-h: 69px; }

    .fk-jpgap {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 15px;
        padding: 10px 22px;
    }

    .fk-wctdz { width: auto; justify-content: flex-start; }
    .fk-ktadz { display: none; }
    .fk-jhqgt { display: none; }

    .fk-kvvjh img { height: 36px; }

    .fk-vgpcp {
        display: flex;
        flex: 1;
        justify-content: center;
        gap: 20px;
        list-style: none;
    }

    .fk-nxkgn { position: relative; display: flex; align-items: center; gap: 5px; }

    .fk-nxkgn > a {
        font-size: 0.98rem;
        font-weight: 500;
        color: var(--c-text);
        text-decoration: none;
    }

    .fk-nxkgn > a:hover { color: var(--c-accent); }

    .fk-nxkgn > .fk-ypywy {
        position: static;
        width: 24px;
        height: 24px;
        margin: 0;
        background: none;
        color: var(--c-text);
    }

    .fk-nxkgn > .fk-ypywy svg { width: 24px; height: 24px; }

    .fk-vgpcp .fk-jkynq {
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 200px;
        margin-top: 10px;
        padding: 4px 12px 8px;
        border: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
        border-radius: 14px;
        background: var(--c-surface-alt);
        transform: translateX(-50%);
    }

    .fk-vgpcp .fk-jkynq a { white-space: nowrap; }
    .fk-vgpcp .fk-jkynq li:first-child a { border-top: 0; }

    .fk-nyzgs { width: auto; }
    .fk-nyzgs .fk-yhjwp { flex: none; min-width: 100px; min-height: 42px; padding: 12px 13px; }

    .fk-xfyaw { padding: 0 25px; }

    .fk-pkany table { display: table; }

    .smz-media img { aspect-ratio: 1190 / 400; }

    .smz-box {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        width: max-content;
        max-width: 60%;
        gap: 10px;
        padding: 18px 16px;
        border-radius: 14px;
        background: var(--c-overlay);
        transform: translate(-50%, -50%);
    }

    .smz-box .smz-cta { align-self: center; min-height: 39px; }

    .fk-neknx { right: 32px; bottom: 32px; }
}
