.homepage-video-placeholder {
    padding: 25px;
}

.homepage-video-placeholder:empty {
    display: none;
}

.homepage-featured-legacy-wrapper {
    padding: 25px;
}

.homepage-featured-section {
    border-top: 1px solid #dbe6ed;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.homepage-featured-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.homepage-featured-block {
    border-bottom: 1px solid rgba(38, 63, 82, .12);
    box-shadow: 0 2px 5px rgba(38, 63, 82, .035);
    display: flex;
    min-height: 210px;
    position: relative;
}

.homepage-featured-block.theme-blue {
    background: #f1f6f9;
}

.homepage-featured-block.theme-white {
    background: #fff;
}

.homepage-featured-block.theme-red {
    background: #fdf2f3;
}

.homepage-featured-block.theme-yellow {
    background: #fff8df;
}

.homepage-featured-public-width-12 { flex: 0 0 100%; }
.homepage-featured-public-width-6 { flex: 0 0 50%; }
.homepage-featured-public-width-4 { flex: 0 0 33.333333%; }
.homepage-featured-public-width-3 { flex: 0 0 25%; }

.homepage-featured-link,
.homepage-featured-link:link,
.homepage-featured-link:visited {
    align-items: flex-start;
    color: #263f52;
    display: flex;
    min-height: 100%;
    padding: 42px 34px 38px;
    position: relative;
    text-decoration: none !important;
    transition: background .18s ease;
    width: 100%;
}

.homepage-featured-link:not(.is-static):hover,
.homepage-featured-link:not(.is-static):focus {
    background: rgba(255, 255, 255, .34);
    color: #263f52;
}

.homepage-featured-link:focus-visible {
    box-shadow: inset 0 0 0 3px rgba(8, 125, 185, .2);
    outline: none;
}

.homepage-featured-block.is-title-only .homepage-featured-link {
    align-items: center;
}

.homepage-featured-block.is-title-only .homepage-featured-public-copy h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.homepage-featured-public-icon {
    align-items: center;
    background: rgba(255, 255, 255, .72);
    border-radius: 15px;
    color: #087db9;
    display: flex;
    flex: 0 0 72px;
    font-size: 46px;
    height: 72px;
    justify-content: center;
    margin-right: 20px;
    transition: transform .18s ease;
}

.theme-red .homepage-featured-public-icon { color: #b83a48; }
.theme-yellow .homepage-featured-public-icon { color: #a96f00; }
.homepage-featured-link:not(.is-static):hover .homepage-featured-public-icon { transform: translateY(-2px); }

.homepage-featured-public-copy {
    min-width: 0;
}

.homepage-featured-public-copy h3 {
    color: #263f52;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    margin: 3px 0 9px;
}

.homepage-featured-public-copy p,
.homepage-featured-public-copy li {
    color: #000;
    font-family: Roboto, "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65;
}

.homepage-featured-public-copy p:last-child {
    margin-bottom: 0;
}

.homepage-faq-section {
    background: linear-gradient(145deg, #f7fafc, #eef5f9);
    border-bottom: 1px solid #dbe6ed;
    border-top: 1px solid #dbe6ed;
    margin: 0;
    overflow: hidden;
    padding: 44px 25px 48px;
    width: 100%;
}

.homepage-faq-inner {
    margin: 0 auto;
    max-width: 1180px;
}

.homepage-faq-header {
    align-items: center;
    display: flex;
    margin-bottom: 26px;
}

.homepage-faq-header-icon {
    align-items: center;
    background: #eaf5fb;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(8, 125, 185, .12);
    color: #087db9;
    display: flex;
    flex: 0 0 58px;
    font-size: 24px;
    height: 58px;
    justify-content: center;
    margin-right: 16px;
}

.homepage-faq-kicker {
    color: #087db9;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.homepage-faq-header h2 {
    color: #263f52;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 5px;
}

.homepage-faq-header p {
    color: #687b8c;
    font-size: 14px;
    margin: 0;
}

.homepage-faq-list {
    display: grid;
    gap: 11px;
}

.homepage-faq-item {
    background: #fff;
    border: 1px solid #dce6ed;
    border-radius: 11px;
    box-shadow: 0 2px 7px rgba(24, 61, 84, .04);
    overflow: hidden;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.homepage-faq-item[open] {
    border-color: #9fcfe7;
    box-shadow: 0 7px 20px rgba(24, 83, 118, .09);
}

.homepage-faq-item summary {
    align-items: center;
    color: #263f52;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    list-style: none;
    min-height: 70px;
    padding: 14px 17px;
}

.homepage-faq-item summary::-webkit-details-marker {
    display: none;
}

.homepage-faq-item summary:focus-visible {
    box-shadow: inset 0 0 0 3px rgba(21, 147, 210, .2);
    outline: none;
}

.homepage-faq-number {
    align-items: center;
    background: #eaf5fb;
    border-radius: 9px;
    color: #087db9;
    display: flex;
    flex: 0 0 40px;
    font-size: 12px;
    height: 40px;
    justify-content: center;
    margin-right: 14px;
}

.homepage-faq-question {
    line-height: 1.45;
    padding-right: 16px;
}

.homepage-faq-toggle {
    border: 1px solid #cfe0e9;
    border-radius: 50%;
    flex: 0 0 30px;
    height: 30px;
    margin-left: auto;
    position: relative;
}

.homepage-faq-toggle::before,
.homepage-faq-toggle::after {
    background: #1688c3;
    content: "";
    height: 2px;
    left: 8px;
    position: absolute;
    top: 13px;
    transition: transform .18s ease;
    width: 12px;
}

.homepage-faq-toggle::after {
    transform: rotate(90deg);
}

.homepage-faq-item[open] .homepage-faq-toggle {
    background: #1593d2;
    border-color: #1593d2;
}

.homepage-faq-item[open] .homepage-faq-toggle::before,
.homepage-faq-item[open] .homepage-faq-toggle::after {
    background: #fff;
}

.homepage-faq-item[open] .homepage-faq-toggle::after {
    transform: rotate(0);
}

.homepage-faq-answer {
    border-top: 1px solid #edf2f5;
    color: #536b7c;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 18px 0 71px;
    padding: 18px 0 21px;
}

.homepage-faq-answer > :last-child {
    margin-bottom: 0;
}

.homepage-faq-answer a {
    color: #087db9;
    font-weight: 500;
    text-decoration: underline !important;
}

.homepage-faq-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 22px;
}

.homepage-faq-all-link,
.homepage-faq-all-link:link,
.homepage-faq-all-link:visited {
    align-items: center;
    background: transparent;
    border: 1px solid #002b7f;
    border-radius: 8px;
    color: #002b7f;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    padding: 11px 16px;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.homepage-faq-all-link:hover,
.homepage-faq-all-link:focus {
    background: rgba(206, 17, 38, .05);
    border-color: #ce1126;
    color: #ce1126;
    transform: translateY(-1px);
}

.homepage-faq-all-link:focus-visible {
    box-shadow: 0 0 0 3px rgba(0, 43, 127, .2);
    outline: none;
}

.homepage-faq-all-link i {
    font-size: 16px;
    margin-left: 9px;
}

.faq-page-content {
    background: #fff;
    min-height: 700px;
    padding: 42px 25px 70px;
}

.faq-page-list-section {
    margin: 0 auto;
    max-width: 1180px;
}

.faq-category-section + .faq-category-section {
    border-top: 1px solid #e5edf2;
    margin-top: 38px;
    padding-top: 34px;
}

.faq-category-header {
    align-items: center;
    display: flex;
    margin-bottom: 17px;
}

.faq-category-icon {
    align-items: center;
    background: #eaf5fb;
    border-radius: 10px;
    color: #087db9;
    display: flex;
    flex: 0 0 44px;
    font-size: 18px;
    height: 44px;
    justify-content: center;
    margin-right: 13px;
}

.faq-category-copy {
    min-width: 0;
}

.faq-category-copy h2 {
    color: #263f52;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.faq-category-copy p {
    color: #687b8c;
    font-size: 13px;
    line-height: 1.5;
    margin: 4px 0 0;
}

.faq-category-count {
    background: #f4f7f9;
    border: 1px solid #e1e9ee;
    border-radius: 20px;
    color: #687b8c;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 600;
    margin-left: auto;
    padding: 6px 10px;
}

.faq-page-empty {
    color: #687b8c;
    margin: 50px auto;
    max-width: 720px;
    padding: 60px 24px;
    text-align: center;
}

.faq-page-empty > i {
    color: #002b7f;
    font-size: 44px;
}

.faq-page-empty h2 {
    color: #263f52;
    font-size: 23px;
    margin: 18px 0 7px;
}

.faq-page-empty p {
    margin: 0;
}

@media (max-width: 767px) {
    .homepage-featured-public-width-12,
    .homepage-featured-public-width-6,
    .homepage-featured-public-width-4,
    .homepage-featured-public-width-3 {
        flex-basis: 100%;
    }

    .homepage-featured-block {
        min-height: 0;
    }

    .homepage-featured-block + .homepage-featured-block {
        border-top: 1px solid rgba(38, 63, 82, .08);
    }

    .homepage-featured-link,
    .homepage-featured-link:link,
    .homepage-featured-link:visited {
        padding: 28px 18px;
    }

    .homepage-featured-public-icon {
        border-radius: 12px;
        flex-basis: 58px;
        font-size: 34px;
        height: 58px;
        margin-right: 15px;
    }

    .homepage-featured-public-copy h3 {
        font-size: 16px;
    }

    .faq-page-content {
        padding: 30px 16px 56px;
    }

    .homepage-faq-section {
        padding: 32px 16px 36px;
    }

    .faq-category-section + .faq-category-section {
        margin-top: 30px;
        padding-top: 27px;
    }

    .faq-category-header {
        align-items: flex-start;
    }

    .faq-category-count {
        display: none;
    }

    .homepage-faq-header {
        align-items: flex-start;
    }

    .homepage-faq-header-icon {
        border-radius: 10px;
        flex-basis: 46px;
        font-size: 19px;
        height: 46px;
        margin-right: 12px;
    }

    .homepage-faq-header h2 {
        font-size: 22px;
    }

    .homepage-faq-item summary {
        min-height: 64px;
        padding: 12px;
    }

    .homepage-faq-number {
        display: none;
    }

    .homepage-faq-answer {
        margin: 0 14px;
        padding: 15px 0 18px;
    }

    .homepage-faq-footer {
        justify-content: stretch;
    }

    .homepage-faq-all-link {
        justify-content: center;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .homepage-faq-item,
    .homepage-faq-toggle::before,
    .homepage-faq-toggle::after {
        transition: none;
    }
}
