/* Uniqueified: d5e8be61 */
/* Prefix: dy- */
/* Prefixes-map: wn->dy */
/* Widget-prefixes: {"cb":"nnv","wb":"nsw","wt":"ewf"} */
/* Classmap: {"wn-age":"dy-qqchk","wn-auth":"dy-eshwx","wn-brand":"dy-mbyss","wn-btn":"dy-sfqmy","wn-btn--accent":"dy-qdtxt","wn-btn--soft":"dy-whetj","wn-burger":"dy-qgvhd","wn-content":"dy-mgqet","wn-copy":"dy-avrnm","wn-drawer":"dy-dqded","wn-drawer--open":"dy-fbrzw","wn-drawer-auth":"dy-xwevz","wn-drawer-close":"dy-zbhtb","wn-drawer-item":"dy-fzzep","wn-drawer-logo":"dy-ykcsg","wn-drawer-nav":"dy-xbhnx","wn-drawer-panel":"dy-rwsfr","wn-drawer-scrim":"dy-vkpxs","wn-faq":"dy-tzwwm","wn-faq-item":"dy-kxwhk","wn-footer":"dy-vtmhf","wn-footer-inner":"dy-eqbbg","wn-footer-logo":"dy-jyjht","wn-footer-nav":"dy-fnhdm","wn-header":"dy-mvdhg","wn-header-inner":"dy-pjykh","wn-logo":"dy-nwmwy","wn-logo-sub":"dy-ceyaq","wn-logo-text":"dy-ycdxz","wn-main":"dy-rtmcy","wn-nav":"dy-gdrzy","wn-nav-item":"dy-fjfzf","wn-rg":"dy-djfzb","wn-submenu":"dy-xdhna","wn-submenu--open":"dy-tsemx","wn-submenu-toggle":"dy-sabxe","wn-top":"dy-jympg","wn-top--visible":"dy-wtghf"} */

:root {
    --c-bg: #030301;
    --c-surface: #180713;
    --c-surface-alt: #2a2127;
    --c-border: #302b3b;
    --c-text: #f1f7fa;
    --c-text-muted: #898a91;
    --c-accent: #365ec7;
    --c-accent-hover: #6579dc;
    --c-on-accent: #fbf9fe;
    --c-purple: #2a59d4;
    --c-purple-hover: #617ee3;
    --c-on-purple: #f9fcfc;

        --c-white: #fafdfc;
    --c-green: #44ed8b;
    --c-shadow: rgba(1, 1, 1, .35);
    --c-overlay: rgba(1, 2, 2, .7);

        --dy-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(3, 1, 1, .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); } }

.dy-sfqmy {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 14px 21px;
    border-radius: 16px;
    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;
}

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

.dy-qdtxt { background: var(--c-accent); color: var(--c-on-accent); }
.dy-qdtxt:hover { background: var(--c-accent-hover); color: var(--c-on-accent); }

.dy-whetj { background: var(--c-purple); color: var(--c-on-purple); }
.dy-whetj:hover { background: var(--c-purple-hover); color: var(--c-on-purple); }

.dy-mvdhg {
    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);
}

.dy-pjykh {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 17px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 11px 17px;
}

.dy-mbyss {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    min-height: 48px;
}

.dy-qgvhd {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 45px;
    padding: 11px 3px;
}

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

.dy-nwmwy {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dy-nwmwy:hover { text-decoration: none; }

.dy-nwmwy img { height: 44px; width: auto; }

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

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

.dy-gdrzy { display: none; }

.dy-eshwx {
    display: flex;
    gap: 7px;
    width: 100%;
}

.dy-eshwx .dy-sfqmy { flex: 1; }

.dy-dqded {
    position: fixed;
    inset: 0;
    z-index: 52;
    visibility: hidden;
}

.dy-dqded.dy-fbrzw { visibility: visible; }

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

.dy-dqded.dy-fbrzw .dy-vkpxs { opacity: 1; }

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

.dy-dqded.dy-fbrzw .dy-rwsfr { transform: translateX(0); }

.dy-zbhtb {
    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);
}

.dy-ykcsg {
    display: flex;
    justify-content: center;
    padding-top: 13px;
}

.dy-xwevz {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 14px 11px 0;
}

.dy-xbhnx {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 18px;
    list-style: none;
}

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

.dy-fzzep {
    position: relative;
    display: flex;
    align-items: center;
}

.dy-fzzep > a {
    flex: 1;
    min-height: 45px;
    padding: 13px 48px 13px 15px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
}

.dy-fzzep > a:hover { text-decoration: none; }

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

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

.dy-xdhna {
    display: none;
    padding: 0 9px 11px;
    list-style: none;
}

.dy-xdhna.dy-tsemx { display: block; }

.dy-xdhna a {
    display: block;
    padding: 8px 4px;
    font-size: 15px;
    font-weight: 500;
    color: var(--c-text);
    border-top: 1px solid var(--c-border);
}

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

.dy-rtmcy {
    display: flex;
    flex-direction: column;
    padding: 0 22px;
}

.dy-mgqet {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 14px 0;
}

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

.dy-rtmcy > .dy-mgqet:not(:has(*)) { display: none; }

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

.breadcrumbs li { display: flex; align-items: center; gap: 5px; }
.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); }

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

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

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

.dy-mgqet h3 {
    margin-bottom: 11px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}

.dy-mgqet h4 {
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}

.dy-mgqet h5 {
    margin-bottom: 9px;
    font-size: 1.06rem;
    font-weight: 600;
    line-height: 1.4;
}

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

.dy-mgqet h2:not(:first-child),
.dy-mgqet h3:not(:first-child) { margin-top: 25px; }

.dy-mgqet p {
    margin-bottom: 18px;
    font-size: 0.96rem;
    line-height: 1.51;
}

.dy-mgqet ul,
.dy-mgqet ol {
    margin: 0 0 18px 22px;
    font-size: 0.96rem;
    line-height: 1.51;
}

.dy-mgqet li { margin-bottom: 5px; }
.dy-mgqet li::marker { color: var(--c-accent); }

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

.dy-mgqet .dy-sfqmy { text-decoration: none; }
.dy-mgqet .dy-qdtxt, .dy-mgqet .dy-qdtxt:hover { color: var(--c-on-accent); }
.dy-mgqet .dy-whetj, .dy-mgqet .dy-whetj:hover { color: var(--c-on-purple); }

.dy-mgqet strong { font-weight: 700; }
.dy-mgqet em { font-style: italic; }

.dy-mgqet img { max-width: 100%; height: auto; border-radius: 13px; }

.dy-mgqet blockquote {
    margin: 0 0 15px;
    padding: 17px 21px;
    border-left: 3px solid var(--c-accent);
    border-radius: 0 12px 15px 0;
    background: var(--c-surface);
    font-size: 0.96rem;
    font-style: italic;
    line-height: 1.51;
}

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

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

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

.nsw-banner {
    position: relative;
    margin: 0 0 21px;
}

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

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

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

.dy-mgqet .nsw-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);
}

.dy-mgqet .nsw-cta,
.nsw-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 13px 18px;
    border-radius: 13px;
    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;
}

.dy-mgqet .nsw-cta:hover,
.nsw-cta:hover { background: var(--c-accent-hover); color: var(--c-on-accent); text-decoration: none; }

.ewf-toc { padding: 16px 0; }

.ewf-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 45px;
    padding: 9px 12px;
    border-radius: 16px;
    background: var(--c-accent);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--c-on-accent);
}

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

.ewf-panel { display: none; margin-top: 10px; }
.ewf-panel.ewf-panel--open { display: block; }

.dy-mgqet .ewf-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0;
    padding: 11px;
    border-radius: 16px;
    background: var(--c-surface);
    list-style: none;
}

.dy-mgqet .ewf-list li { margin: 0; }

.dy-mgqet .ewf-list a,
.ewf-list a {
    display: block;
    padding: 3px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--c-text);
    text-decoration: none;
}

.dy-mgqet .ewf-list a:hover,
.ewf-list a:hover { color: var(--c-accent); }

.dy-tzwwm { padding-top: 17px; }

.dy-kxwhk {
    margin-bottom: 15px;
    padding: 14px 18px 28px;
    border-radius: 12px;
    background: var(--c-surface);
}

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

.dy-kxwhk p:last-child { margin-bottom: 0; }

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

.dy-eqbbg {
    max-width: 1240px;
    margin: 0 auto;
    padding: 21px 16px;
    text-align: center;
}

.dy-fnhdm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    list-style: none;
}

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

.dy-fnhdm a:hover { color: var(--c-accent); }

.dy-jyjht { display: flex; justify-content: center; margin-bottom: 16px; }
.dy-jyjht img { height: 40px; width: auto; }

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

.dy-djfzb {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    margin-top: 21px;
}

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

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

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

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

.dy-jympg.dy-wtghf { opacity: 1; visibility: visible; }

body:has(.nnv-banner:not([hidden])) .dy-jympg,
body:has(.nnv-overlay:not([hidden])) .dy-jympg {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

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

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

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

.nnv-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.nnv-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 9px 17px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

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

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

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

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

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

.nnv-categories { display: flex; flex-direction: column; gap: 16px; margin-bottom: 17px; }

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

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

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

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

.nnv-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;
}

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

.nnv-modal__actions { display: flex; flex-wrap: wrap; gap: 7px; }

@media (min-width: 768px) {
    .dy-fnhdm { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 18px 33px; }
        .dy-djfzb { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 17px 23px; }
    .nsw-media img { aspect-ratio: 16 / 6.5; }
    .nnv-banner { flex-direction: row; align-items: center; gap: 18px; }
    .nnv-actions { flex: none; }
    .nnv-btn { flex: none; }
}

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

    .dy-pjykh {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 14px;
        padding: 12px 24px;
    }

    .dy-mbyss { width: auto; justify-content: flex-start; }
    .dy-qgvhd { display: none; }
    .dy-dqded { display: none; }

    .dy-nwmwy img { height: 36px; }

    .dy-gdrzy {
        display: flex;
        flex: 1;
        justify-content: center;
        gap: 22px;
        list-style: none;
    }

    .dy-fjfzf { position: relative; display: flex; align-items: center; gap: 6px; }

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

    .dy-fjfzf > a:hover { color: var(--c-accent); }

    .dy-fjfzf > .dy-sabxe {
        position: static;
        width: 24px;
        height: 24px;
        margin: 0;
        background: none;
        color: var(--c-text);
    }

    .dy-fjfzf > .dy-sabxe svg { width: 24px; height: 24px; }

    .dy-gdrzy .dy-xdhna {
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 200px;
        margin-top: 8px;
        padding: 5px 10px 7px;
        border: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
        border-radius: 15px;
        background: var(--c-surface-alt);
        transform: translateX(-50%);
    }

    .dy-gdrzy .dy-xdhna a { white-space: nowrap; }
    .dy-gdrzy .dy-xdhna li:first-child a { border-top: 0; }

    .dy-eshwx { width: auto; }
    .dy-eshwx .dy-sfqmy { flex: none; min-width: 100px; min-height: 42px; padding: 11px 14px; }

    .dy-rtmcy { padding: 0 27px; }

    .dy-mgqet table { display: table; }

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

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

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

    .dy-jympg { right: 32px; bottom: 32px; }
}
