.site-header {
    z-index: 1030;
}

header .nav-top {
    background-color: #3b3b3d;
    color: white;
    font-size: .92rem;
    min-height: 38px;
}

.nav-top-mark {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border-radius: 999px;
    display: inline-flex;
    font-size: .72rem;
    font-weight: 800;
    height: 22px;
    justify-content: center;
    margin-right: .55rem;
    text-transform: uppercase;
    width: 38px;
}

.nav-top-link {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.nav-top-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

header .nav-menu {
    background: white;
    box-shadow: 0 6px 12px rgba(27, 27, 29, 0.12);
    min-height: 68px;
}

.navbar-brand {
    align-items: center;
    color: #242428;
    display: inline-flex;
    font-size: 1.35rem;
    font-weight: 800;
    gap: .5rem;
}

.navbar-brand:hover {
    color: #242428;
}

.navbar-nav {
    gap: .25rem;
}

.nav-menu .nav-link {
    color: #333642;
    font-weight: 700;
    padding-left: .8rem;
    padding-right: .8rem;
}

.nav-menu .nav-link:hover,
.nav-menu .nav-link:focus {
    color: var(--prynt-accent);
}

.nav-breadcrumb {
    background-color: #eef0f4;
    min-height: 56px;
}

.breadcrumb a {
    color: #4c4f5d;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #202126;
    font-weight: 700;
}

.navbar .dropdown-fw {
    position: static;
}

.dropdown-menu-fw {
    border: 0;
    border-radius: 0;
    box-shadow: 0 12px 24px rgba(27, 27, 29, .14);
    left: 0;
    margin-top: 0 !important;
    position: absolute !important;
    right: 0;
    top: 100%;
    width: 100%;
}

.dropdown-menu-fw h6 {
    color: #6a6d79;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-list li + li {
    margin-top: .55rem;
}

.menu-list a {
    color: #242428;
    display: inline-flex;
    font-weight: 700;
    text-decoration: none;
}

.menu-list a:hover {
    color: var(--prynt-accent);
}

.menu-video-card {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--prynt-line);
    border-radius: 8px;
    color: #242428;
    display: grid;
    gap: .8rem;
    grid-template-columns: 112px minmax(0, 1fr);
    overflow: hidden;
    padding: .55rem;
    text-decoration: none;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.menu-video-card:hover {
    border-color: rgba(115, 103, 240, .45);
    box-shadow: 0 10px 22px rgba(36, 36, 40, .08);
    color: #242428;
    transform: translateY(-1px);
}

.menu-video-thumb {
    background: #101114;
    border-radius: 6px;
    display: block;
    overflow: hidden;
    position: relative;
}

.menu-video-thumb img {
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    width: 100%;
}

.menu-video-play {
    align-items: center;
    background: rgba(115, 103, 240, .94);
    border-radius: 999px;
    color: #ffffff;
    display: flex;
    height: 2rem;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
}

.menu-video-play .lucide {
    height: 1.05rem;
    width: 1.05rem;
}

.menu-video-copy {
    display: block;
    min-width: 0;
    padding-right: .25rem;
}

.menu-video-copy strong {
    display: block;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: .25rem;
    overflow-wrap: anywhere;
}

.menu-video-copy small {
    color: var(--prynt-muted);
    display: block;
    font-size: .92rem;
    line-height: 1.35;
}

.menu-action {
    background: #f5f7fb;
    border: 1px solid var(--prynt-line);
    border-radius: 8px;
    padding: 1.25rem;
}

.menu-action p {
    font-size: .96rem;
    margin-bottom: 1rem;
}

.dropdown-toggle[aria-expanded="true"]::after {
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
}

.prynt-toggler {
    align-items: center;
    background-color: #fff;
    border: none;
    display: flex;
    height: 36px;
    position: relative;
    width: 30px;
}

.prynt-toggler:hover {
    cursor: pointer;
}

.prynt-toggler-icon,
.prynt-toggler-icon::before,
.prynt-toggler-icon::after {
    background-color: #3b3b3d;
    border-radius: 15px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transition: all .18s;
    width: 30px;
}

.prynt-toggler-icon::before {
    top: -8px;
}

.prynt-toggler-icon::after {
    top: 8px;
}

.prynt-toggler[aria-expanded=true] .prynt-toggler-icon {
    background-color: transparent;
}

.prynt-toggler[aria-expanded=true] .prynt-toggler-icon::before {
    top: 0;
    transform: rotate(45deg);
}

.prynt-toggler[aria-expanded=true] .prynt-toggler-icon::after {
    top: 0;
    transform: rotate(-45deg);
}

.navbar-toggler:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

@media (max-width: 991.98px) {
    .navbar-collapse.collapsing {
        height: auto !important;
        transition: none !important;
    }

    .navbar-collapse {
        background-color: #fff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 1020;
    }

    .navbar-nav {
        gap: 0;
        padding: 1rem;
    }

    .dropdown-menu-fw {
        box-shadow: none;
        position: static !important;
    }
}
