.service-menu-hero {
    position: relative;
    min-height: 295px;
    max-height: none !important;
    padding: 72px 0;
    background-position: center center !important;
    overflow: hidden;
}

.service-menu-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(4, 18, 38, .9), rgba(18, 84, 139, .74));
    z-index: 0;
}

.service-menu-hero > .container {
    position: relative;
    z-index: 1;
    max-width: 1080px;
}

.service-menu-hero h1,
.service-menu-hero h2 {
    margin: 0;
    text-transform: none !important;
    letter-spacing: 0;
}

.service-menu-hero h1 span,
.service-menu-hero h2 span {
    display: inline-block;
    max-width: 980px;
    padding: 0 !important;
    background: transparent !important;
    color: #fff;
    line-height: 1.15;
}

.service-menu-hero h1 span {
    font-size: 42px;
    font-weight: 800;
}

.service-menu-hero h2 span {
    margin-top: 14px;
    color: #dceeff;
    font-size: 21px;
    font-weight: 650;
}

.service-menu-shell {
    padding: 42px 0 64px !important;
    background: #f4f7fb !important;
}

.service-menu-shell > .container {
    max-width: 1120px;
}

.service-menu-shell .g-brd-primary,
.service-menu-shell .Content,
.service-menu-content {
    text-align: left !important;
}

.service-menu-content {
    max-width: 1120px;
    margin: 42px auto 34px;
    padding: 38px 42px;
    border: 1px solid #d8e3f0;
    border-top: 4px solid #2878c8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 36, 64, .08);
}

.service-menu-shell .service-menu-content {
    margin: 0 0 24px;
}

.service-menu-content h1 {
    max-width: 900px;
    margin: 0 0 10px;
    color: #061b3d;
    font-size: 34px;
    line-height: 1.18;
    font-weight: 800;
    text-align: left !important;
}

.service-menu-content h2 {
    margin: 30px 0 14px;
    color: #0b3f75;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 750;
    text-align: left !important;
}

.service-menu-content h1 + h2 {
    margin-top: 8px;
    color: #35506e;
    font-size: 18px;
    font-weight: 650;
}

.service-menu-content h3,
.service-menu-shell .Left-Navigation h3 {
    margin: 0;
    color: #0b2b55;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
}

.service-menu-content h4 {
    margin: 26px 0 10px;
    color: #092a55;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 800;
}

.service-menu-content p,
.service-menu-content li,
.service-menu-shell .Common-Questions p,
.service-menu-shell .Common-Questions li {
    color: #2f435d;
    font-size: 17px;
    line-height: 1.72;
}

.service-menu-content p {
    margin: 0 0 18px;
}

.service-menu-content ul,
.service-menu-content ol {
    margin: 0 0 24px 22px;
    padding-left: 18px;
}

.service-menu-content li {
    margin-bottom: 10px;
}

.service-menu-content li[style] {
    height: auto !important;
}

.service-menu-content a,
.service-menu-shell .Common-Questions a {
    color: #075fb5;
    font-weight: 700;
    text-decoration: none;
}

.service-menu-content a:hover,
.service-menu-content a:focus,
.service-menu-shell .Common-Questions a:hover,
.service-menu-shell .Common-Questions a:focus {
    color: #003e7b;
    text-decoration: underline;
}

.service-menu-content b,
.service-menu-content strong {
    color: #122b4b;
}

.service-menu-content iframe {
    display: block;
    width: min(100%, 720px);
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 22px auto 30px;
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(8, 30, 58, .18);
}

.service-menu-content img {
    max-width: 100%;
    height: auto;
}

.service-menu-content > p img,
.service-menu-content .img-responsive,
.service-menu-content img[width] {
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(18, 48, 78, .08);
}

.service-menu-shell .Left-Navigation {
    clear: both;
    max-width: 1120px;
    margin: 28px auto 16px;
    padding: 18px 22px;
    border-left: 4px solid #2878c8;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-radius: 8px;
    background: #eef6ff !important;
    color: #0b2b55 !important;
    text-align: left !important;
}

.service-menu-shell .Left-Navigation h3,
.service-menu-shell .Left-Navigation h3 span,
.service-menu-shell .Left-Navigation span {
    display: block;
    margin: 0;
    padding: 0 !important;
    background: transparent !important;
    color: #0b2b55 !important;
    text-align: left !important;
    line-height: 1.25;
}

.service-menu-shell .Common-Questions,
.service-menu-sample-card {
    clear: both;
    max-width: 1120px;
    margin: 18px auto;
    padding: 24px 28px;
    border: 1px solid #cfe1f5;
    border-radius: 8px;
    background: linear-gradient(135deg, #eef6ff, #fff);
    box-shadow: 0 10px 24px rgba(16, 40, 70, .05);
}

.service-menu-shell .Common-Questions h4,
.service-menu-sample-card h4 {
    margin: 0 0 10px;
    color: #092a55;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}

.service-menu-shell .Common-Questions blockquote {
    margin: 0;
    padding: 0;
    border: 0;
}

.service-menu-shell .Common-Questions p:last-child,
.service-menu-sample-card p:last-child,
.service-menu-sample-card div:last-child {
    margin-bottom: 0;
}

.service-menu-content .service-menu-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 24px 0 30px;
    padding: 0 !important;
    list-style: none;
}

.service-menu-card-grid li {
    margin: 0;
    padding: 18px 20px;
    border: 1px solid #d9e5f2;
    border-radius: 8px;
    background: #f9fbfe;
    box-shadow: 0 10px 24px rgba(16, 40, 70, .05);
}

@media (max-width: 767px) {
    .service-menu-hero {
        min-height: 235px;
        padding: 54px 0;
    }

    .service-menu-hero h1 span {
        font-size: 31px;
    }

    .service-menu-hero h2 span {
        font-size: 18px;
    }

    .service-menu-content {
        margin: 28px 16px 30px;
        padding: 26px 22px;
    }

    .service-menu-shell .service-menu-content {
        margin: 0 0 22px;
    }

    .service-menu-content h1 {
        font-size: 28px;
    }

    .service-menu-content .service-menu-card-grid {
        grid-template-columns: 1fr;
    }
}
