.video.video-page {
    position: relative;
    overflow: hidden;
    color: #173453;
    background: #f5f9fd;
}

.video-page *,
.video-page *:before,
.video-page *:after {
    box-sizing: border-box;
}

.video-page a {
    text-decoration: none;
}

.video-page-hero {
    position: relative;
    overflow: hidden;
    padding: 108px 0 92px;
    background: linear-gradient(135deg, #062a50 0%, #0b4779 54%, #086fa5 100%);
    isolation: isolate;
}

    .video-page-hero:before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
        background-size: 48px 48px;
        opacity: 0.34;
        pointer-events: none;
    }

    .video-page-hero:after {
        content: "";
        position: absolute;
        right: -10%;
        bottom: -36%;
        z-index: 0;
        width: 72%;
        height: 58%;
        background: linear-gradient(90deg, rgba(246, 191, 66, 0.24), rgba(255, 255, 255, 0.06));
        transform: skewY(-7deg);
        pointer-events: none;
    }

.video-page-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.54fr);
    gap: 34px;
    align-items: center;
}

.video-page-hero__content,
.video-page-hero__panel,
.video-page-container,
.video-page-card,
.video-page-card__body {
    min-width: 0;
}

.video-page-eyebrow,
.video-page-section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f6bf42;
    font-family: 'monSB';
    font-size: 13px;
    line-height: 1.4;
    text-transform: uppercase;
}

    .video-page-eyebrow:before,
    .video-page-section-label:before {
        content: "";
        width: 30px;
        height: 2px;
        border-radius: 8px;
        background: currentColor;
    }

.video-page-hero h1 {
    margin: 12px 0 0;
    color: #fff;
    font-family: 'MonEB';
    font-size: 46px;
    font-weight: normal;
    line-height: 1.1;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.video-page-hero h2 {
    max-width: 760px;
    margin: 10px 0 0;
    color: #f6bf42;
    font-family: 'monSB';
    font-size: 22px;
    font-weight: normal;
    line-height: 1.4;
    overflow-wrap: anywhere;
    display: none;
}

.video-page-hero p {
    max-width: 720px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-family: 'monM';
    font-size: 16px;
    line-height: 1.75;
}

.video-page-hero__panel {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, 0.11);
    box-shadow: 0 24px 60px rgba(1, 18, 36, 0.24);
    backdrop-filter: blur(10px);
}

    .video-page-hero__panel:before {
        content: "\f04b";
        position: absolute;
        right: 20px;
        top: 18px;
        color: rgba(246, 191, 66, 0.18);
        font-family: "Font Awesome 6 Free";
        font-size: 82px;
        font-weight: 900;
        line-height: 1;
    }

    .video-page-hero__panel span {
        position: relative;
        display: block;
        color: rgba(255, 255, 255, 0.76);
        font-family: 'monM';
        font-size: 14px;
    }

    .video-page-hero__panel strong {
        position: relative;
        display: block;
        margin-top: 8px;
        color: #f6bf42;
        font-family: 'MonEB';
        font-size: 32px;
        font-weight: normal;
        line-height: 1.15;
    }

    .video-page-hero__panel p {
        position: relative;
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.65;
    }

.video-page-container {
    position: relative;
    z-index: 1;
    padding: 64px 0 78px;
}

    .video-page-container:before {
        content: "";
        position: absolute;
        inset: 0 10px auto;
        z-index: -1;
        height: 220px;
        border-radius: 8px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0));
        pointer-events: none;
    }

.video-page .video-top {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 10px 30px;
    text-align: center;
}

    .video-page .video-top .video-page-section-label {
        justify-content: center;
    }

.video-page .p-title {
    margin: 12px 0 0;
    color: #07305d;
    font-family: 'MonEB';
    font-size: 36px;
    font-weight: normal;
    line-height: 1.18;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.video-page .p-descript {
    max-width: 760px;
    margin: 12px auto 0;
    color: #566b7f;
    font-family: 'monM';
    font-size: 15px;
    line-height: 1.72;
    overflow-wrap: anywhere;
}

.video-page .video-page-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 20px;
}

.video-page-card {
    list-style: none;
}

.video-page-card__link {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(8, 111, 165, 0.12);
    border-radius: 8px;
    color: inherit;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 48px rgba(13, 60, 109, 0.09);
    transition: transform 0.34s ease, border-color 0.34s ease, box-shadow 0.34s ease;
}

.video-page-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9.6;
    background: #e9f3fb;
}

    .video-page-card__media:before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(180deg, rgba(3, 30, 61, 0.02), rgba(3, 30, 61, 0.48));
        opacity: 0.72;
        transition: opacity 0.34s ease;
    }

    .video-page-card__media img {
        display: block;
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        transition: transform 0.58s ease, filter 0.58s ease;
    }

.video-page-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    color: #10243d;
    background: #f6bf42;
    box-shadow: 0 16px 36px rgba(1, 18, 36, 0.2);
    transform: translate(-50%, -50%);
    transition: transform 0.34s ease, color 0.34s ease, background 0.34s ease, border-color 0.34s ease;
}

    .video-page-play i {
        margin-left: 3px;
    }

.video-page-badge {
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 6px;
    color: #fff;
    background: rgba(3, 48, 92, 0.9);
    font-family: 'monSB';
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    display: none;
}

.video-page-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.video-page .p-video-title {
    margin: 0;
    color: #07305d;
    font-family: 'MonEB';
    font-size: 17px;
    font-weight: normal;
    line-height: 1.42;
    overflow-wrap: anywhere;
    transition: color 0.32s ease;
}

    .video-page .p-video-title span {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.video-page-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    min-height: 36px;
    margin-top: 18px;
    padding: 0 14px;
    border: 1px solid rgba(4, 92, 169, 0.2);
    border-radius: 6px;
    color: #045ca9;
    background: #fff;
    font-family: 'monSB';
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    transition: transform 0.32s ease, color 0.32s ease, background 0.32s ease, border-color 0.32s ease;
}

.video-page-card__link:hover {
    border-color: rgba(246, 191, 66, 0.5);
    box-shadow: 0 28px 60px rgba(13, 60, 109, 0.16);
    transform: translateY(-7px);
}

    .video-page-card__link:hover .video-page-card__media:before {
        opacity: 0.9;
    }

    .video-page-card__link:hover .video-page-card__media img {
        filter: saturate(1.08) contrast(1.05);
        transform: scale(1.08);
    }

    .video-page-card__link:hover .video-page-play {
        color: #fff;
        border-color: #fff;
        background: #045ca9;
        transform: translate(-50%, -50%) scale(1.08);
    }

    .video-page-card__link:hover .p-video-title {
        color: #045ca9;
    }

    .video-page-card__link:hover .video-page-more {
        color: #10243d;
        border-color: #f6bf42;
        background: #f6bf42;
        transform: translateY(-2px);
    }

@media(max-width: 1023px) {
    .video-page-hero {
        padding: 88px 0 86px;
    }

    .video-page-hero__inner {
        grid-template-columns: 1fr;
    }

    .video-page-hero h1 {
        font-size: 38px;
    }

    .video-page-hero h2 {
        font-size: 19px;
    }

    .video-page-container {
        padding: 52px 0 64px;
    }

    .video-page .p-title {
        font-size: 30px;
    }

    .video-page .video-page-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

@media(max-width: 739px) {
    .video-page-hero {
        padding: 66px 0 72px;
    }

    .video-page-hero__inner {
        gap: 22px;
        padding: 0 12px;
    }

    .video-page-eyebrow,
    .video-page-section-label {
        font-size: 12px;
    }

        .video-page-eyebrow:before,
        .video-page-section-label:before {
            width: 22px;
        }

    .video-page-hero h1 {
        font-size: 30px;
    }

    .video-page-hero h2 {
        font-size: 17px;
    }

    .video-page-hero p {
        font-size: 14px;
        line-height: 1.65;
    }

    .video-page-hero__panel {
        padding: 20px;
    }

        .video-page-hero__panel strong {
            font-size: 26px;
        }

    .video-page-container {
        padding: 38px 12px 50px;
    }

    .video-page .video-top {
        padding: 0 0 22px;
    }

    .video-page .p-title {
        font-size: 24px;
    }

    .video-page .p-descript {
        font-size: 13px;
        line-height: 1.62;
    }

    .video-page .video-page-list {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .video-page-card__body {
        padding: 16px;
    }

    .video-page .p-video-title {
        font-size: 13px;
    }

    .video-page-play {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }

    .video-page-more {
        width: 100%;
        min-height: 34px;
        margin-top: 14px;
    }
}

@media(max-width: 400px) {
    .video-page-hero h1 {
        font-size: 27px;
    }

    .video-page-card__media {
        aspect-ratio: 16 / 10.5;
    }
}

@media(prefers-reduced-motion: reduce) {
    .video-page-card__link,
    .video-page-card__media:before,
    .video-page-card__media img,
    .video-page-play,
    .video-page .p-video-title,
    .video-page-more {
        transition: none;
    }
}