.homepage-layout-banner {
    padding: 164px 0;
    background-color: var(--navy-900, #02215A);
    color: #fff;
    position: relative;
    overflow: hidden;
    display: grid;
    align-items: center;
    min-height: calc(100svh - 108px);
}
.admin-bar .homepage-layout-banner {
    min-height: calc(100svh - 140px);
}
.homepage-layout-banner .banner-content {
    text-wrap: balance;
    z-index: 1;
    margin: auto;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; 
}
.homepage-layout-banner .banner-video-button {
    padding: 0;
    border: unset;
    background-color: unset;
    margin: 0 0 64px;
    display: inline-grid;
    filter: drop-shadow(0 4px 20px 0 rgba(3, 46, 140, 0.20));
}
.homepage-layout-banner .banner-footer {
    z-index: 1;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 48px;
    margin-top: 58px;
    color: #fff;
    align-items: center;
}
.homepage-layout-banner .banner-footer a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.homepage-layout-banner .banner-footer .banner-footer-logo:not(:last-child) {
    margin-right: -24px;
    padding-right: 24px;
    border-right: 1px solid var(--navy-500, #2856FA);
}
.homepage-layout-banner .banner-footer .banner-footer-logo {
    margin-left: auto;
    display: inline-grid;
}
.homepage-layout-banner .banner-content :is(h1, h2, h3, h4) {
    color: #fff;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 66px; 
}
.homepage-layout-banner .banner-background-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.homepage-layout-banner .banner-background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.video-modal-popup .modal-container {
    max-width: 768px;
    max-height: 80vh;
    padding: 0;
    width: 100%;
}
.video-modal-popup .modal-container .modal-content {
    padding: 0;
    display: grid;
}
.video-modal-popup .modal-container .modal-content iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}
.homepage-layout-banner .banner-buttons .secondary-colour:hover {
    background-color: #e5ecfe;
}
@media (max-width: 768px) {
    .homepage-layout-banner .banner-content {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }
    .homepage-layout-banner .banner-content :is(h1, h2, h3, h4) {
        font-size: 38px;
        font-style: normal;
        font-weight: 600;
        line-height: 48px;
    }
}
@media (max-width: 575px) {
    .homepage-layout-banner {
        padding: 98px 0;
    }
    .homepage-layout-banner .banner-buttons {
        display: grid;
        margin: -8px;
    }
    .homepage-layout-banner .banner-footer {
        margin-top: 40px;
        grid-template-columns: 1fr;
        grid-gap: 16px;
        text-align: center;
    }
    .homepage-layout-banner .banner-footer .banner-footer-logo:not(:last-child) {
        padding: unset;
        border-right: unset;
        margin: auto;
    }
}