.abr-blog-page {
    --blog-navy: #002b45;
    --blog-yellow: #ffcd00;
    --blog-paper: #f2f5f7;
    --blog-border: #e7e5e4;
    --blog-copy: #44403c;
    color: var(--blog-copy)
}

.abr-blog-page .container-xl {
    max-width: 1290px;
    padding-inline:0}

.abr-blog-hero {
    position: relative;
    isolation: isolate;
    min-height: 530px;
    overflow: hidden;
    padding: 56px 0;
    color: #fff
}

.abr-blog-hero:before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background: rgba(0,43,69,.78)
}

.abr-blog-hero:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 112px;
    height: 112px;
    content: "";
    background: var(--blog-yellow)
}

.abr-blog-hero__media {
    position: absolute;
    z-index: -2;
    inset: 0
}

.abr-blog-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.abr-blog-hero__inner {
    display: flex;
    min-height: 418px;
    flex-direction: column;
    gap: 20px;
    justify-content: center
}

.abr-blog-breadcrumb {
    display: flex;
    gap: 12px;
    color: rgba(255,255,255,.6);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 2.88px;
    text-transform: uppercase
}

.abr-blog-breadcrumb a {
    color: var(--blog-yellow)
}

.abr-blog-hero__grid {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 40px;
    align-items: end
}

.abr-blog-eyebrow {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 0 0 20px;
    color: var(--blog-yellow);
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 3.52px;
    text-transform: uppercase
}

.abr-blog-eyebrow:before {
    width: 40px;
    height: 2px;
    content: "";
    background: currentColor
}

.abr-blog-hero h1 {
    margin: 0 0 16px;
    font-size: 60px;
    font-weight: 900;
    line-height: 74px;
    letter-spacing: -1.5px;
    text-transform: uppercase
}

.abr-blog-hero mark {
    padding: 0 12px;
    color: var(--blog-navy);
    background: var(--blog-yellow)
}

.abr-blog-hero__grid>div:first-child>p:last-child {
    max-width: 672px;
    margin: 0;
    color: rgba(255,255,255,.85);
    font-size: 18px;
    line-height: 29.25px
}

.abr-blog-stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    height: 94px;
    border: 1px solid rgba(255,255,255,.15)
}

.abr-blog-stats div {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255,255,255,.15)
}

.abr-blog-stats div:last-child {
    border: 0
}

.abr-blog-stats strong {
    color: var(--blog-yellow);
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: -.6px
}

.abr-blog-stats span {
    color: rgba(255,255,255,.8);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .8px;
    text-transform: uppercase
}

.abr-blog-featured {
    padding: 112px 0;
    background: #fff
}

.abr-blog-heading,.abr-blog-topic-heading {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 40px;
    align-items: end;
    margin-bottom: 56px
}

.abr-blog-heading h2,.abr-blog-topic-heading h2 {
    margin: 0;
    color: var(--blog-navy);
    font-size: 60px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: -1.5px;
    text-transform: uppercase
}

.abr-blog-heading h2 span,.abr-blog-topic-heading h2 span {
    color: #a8a29e
}

.abr-blog-heading>p {
    max-width: 514px;
    margin: 0;
    font-size: 20px;
    line-height: 28px
}

.abr-blog-feature-card {
    display: grid;
    grid-template-columns: 8fr 4fr;
    min-height: 574px
}

.abr-blog-feature-card__media {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: var(--blog-navy)
}

.abr-blog-feature-card__media>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.abr-blog-feature-card__media:after {
    position: absolute;
    inset: 45% 0 0;
    content: "";
    background: linear-gradient(transparent,rgba(0,43,69,.95))
}

.abr-blog-featured-badge,.abr-blog-category-badge {
    position: absolute;
    z-index: 2;
    top: 24px;
    padding: 8px 14px;
    color: var(--blog-navy);
    background: var(--blog-yellow);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase
}

.abr-blog-featured-badge {
    left: 24px
}

.abr-blog-category-badge {
    left: 158px;
    color: #fff;
    background: var(--blog-navy)
}

.abr-blog-feature-overlay {
    position: absolute;
    z-index: 2;
    right: 40px;
    bottom: 36px;
    left: 40px
}

.abr-blog-feature-overlay p {
    font-size: 14px;
    font-weight: 600
}

.abr-blog-feature-overlay h3 {
    max-width: 760px;
    margin: 12px 0 0;
    font-size: 40px;
    font-weight: 900;
    line-height: 44px;
    letter-spacing: -.8px;
    text-transform: uppercase;
    color: #fff;
}

.abr-blog-feature-card__content {
    display: flex;
    flex-direction: column;
    padding: 48px 52px 48px 48px;
    background: var(--blog-paper);
    border-right: 4px solid var(--blog-yellow)
}

.abr-blog-feature-card__content>p {
    font-size: 18px;
    line-height: 28px
}

.abr-blog-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-bottom: 28px
}

.abr-blog-chips span {
    padding: 6px 12px;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase
}

.abr-blog-feature-card footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 21px;
    border-top: 1px solid #d6d3d1
}

.abr-blog-feature-card footer>div {
    display: flex;
    gap: 12px;
    align-items: center
}

.abr-blog-feature-card footer b {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: var(--blog-yellow);
    background: var(--blog-navy)
}

.abr-blog-feature-card footer span {
    display: flex;
    flex-direction: column
}

.abr-blog-feature-card footer strong {
    color: var(--blog-navy);
    text-transform: uppercase
}

.abr-blog-feature-card footer small {
    color: #78716c
}

.abr-blog-feature-card footer>a {
    color: var(--blog-navy);
    font-weight: 800;
    text-transform: uppercase
}

.abr-blog-topics {
    padding: 72px 0 38px;
    background: var(--blog-paper)
}

.abr-blog-topic-heading {
    margin-bottom: 28px
}

.abr-blog-search label {
    display: block;
    margin-bottom: 10px;
    color: var(--blog-navy);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase
}

.abr-blog-search>div {
    display: flex;
    height: 56px;
    background: #fff
}

.abr-blog-search span {
    display: grid;
    width: 48px;
    place-items: center;
    color: var(--blog-yellow)
}

.abr-blog-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0
}

.abr-blog-search button {
    padding: 0 22px;
    border: 0;
    color: #fff;
    background: var(--blog-navy);
    font-weight: 800;
    text-transform: uppercase
}

.abr-blog-filters {
    display: flex;
    gap: 10px;
    align-items: center;
    overflow-x: auto;
    padding-bottom: 2px
}

.abr-blog-filters>span {
    margin-right: 4px;
    color: var(--blog-navy);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase
}

.abr-blog-filters a {
    flex: 0 0 auto;
    padding: 12px 18px;
    border: 1px solid var(--blog-navy);
    color: var(--blog-navy);
    background: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase
}

.abr-blog-filters a.is-active {
    color: var(--blog-yellow);
    background: var(--blog-navy)
}

.abr-blog-results-section {
    padding: 52px 0 112px
}

.abr-blog-results-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    color: #78716c;
    font-size: 13px;
    font-weight: 600
}

.abr-blog-results-meta p {
    margin: 0
}

.abr-blog-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px
}

.abr-blog-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--blog-border)
}

.abr-blog-card__image {
    position: relative;
    height: 257px;
    overflow: hidden
}

.abr-blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.abr-blog-card__image span {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 14px;
    color: var(--blog-navy);
    background: var(--blog-yellow);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase
}

.abr-blog-card__body {
    display: flex;
    min-height: 365px;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px
}

.abr-blog-card__meta {
    color: #78716c;
    font-size: 13px
}

.abr-blog-card h3 {
    margin: 8px 0 14px;
    color: var(--blog-navy);
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    text-transform: uppercase
}

.abr-blog-card h3 a {
    color: inherit
}

.abr-blog-card__body>p:not(.abr-blog-card__meta) {
    font-size: 15px;
    line-height: 25px
}

.abr-blog-read {
    margin-top: auto;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--blog-navy);
    color: var(--blog-navy);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .65px;
    text-transform: uppercase
}

.abr-blog-empty {
    grid-column: 1/-1;
    padding: 60px;
    text-align: center;
    background: var(--blog-paper)
}

.abr-blog-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 48px
}

.abr-blog-pagination>p {
    margin: 0;
    color: #78716c;
    font-size: 13px
}

.abr-blog-pagination>div {
    display: flex;
    gap: 8px
}

.abr-blog-pagination a,.abr-blog-pagination span {
    display: grid;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    place-items: center;
    border: 1px solid var(--blog-navy);
    color: var(--blog-navy);
    background: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase
}

.abr-blog-pagination a.is-current {
    color: var(--blog-yellow);
    background: var(--blog-navy)
}

.abr-blog-pagination span[aria-disabled=true] {
    color: #a8a29e;
    border-color: #d6d3d1
}

.abr-blog-page .abr-newsletter {
    min-height: 692px;
    padding: 112px 0
}

.abr-blog-page .abr-newsletter__grid {
    grid-template-columns: 735.83px 514.17px;
    gap: 40px
}

.abr-blog-page .abr-newsletter h2 {
    margin: 20px 0 28px;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1.5px
}

.abr-blog-page .abr-newsletter aside {
    border-bottom: 8px solid var(--blog-yellow)
}

.abr-blog-page .abr-newsletter aside strong,.abr-blog-page .abr-newsletter aside small {
    display: block
}

.abr-blog-page .abr-newsletter aside small {
    margin-top: 4px;
    color: #78716c
}

.abr-blog-chat {
    position: fixed;
    z-index: 90;
    right: 40px;
    bottom: 40px;
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    background: var(--blog-yellow);
    box-shadow: 0 8px 24px rgba(0,0,0,.2)
}

.abr-blog-chat img {
    width: 24px;
    height: 24px;
    filter: none
}

.abr-blog-results-section.is-loading {
    opacity: .5;
    pointer-events: none
}

.abr-blog-newsletter {
    position: relative;
    min-height: 692px;
    overflow: hidden;
    padding: 112px 0;
    color: #fff;
    background: linear-gradient(90deg,var(--blog-navy) 0 66.67%,var(--blog-yellow) 66.67%)
}

.abr-blog-newsletter__decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 112px;
    height: 112px;
    background: var(--blog-yellow)
}

.abr-blog-newsletter__grid {
    display: grid;
    grid-template-columns: 735.83px 514.17px;
    gap: 40px;
    align-items: center
}

.abr-blog-newsletter__content {
    min-width: 0
}

.abr-blog-newsletter h2 {
    margin: 20px 0 28px;
    color: #fff;
    font-size: 72px;
    font-weight: 900;
    line-height: 72px;
    letter-spacing: -1.8px;
    text-transform: uppercase
}

.abr-blog-newsletter h2 mark {
    display: inline-block;
    padding: 0 12px;
    color: var(--blog-navy);
    background: var(--blog-yellow)
}

.abr-blog-newsletter__content>p:not(.abr-blog-eyebrow) {
    max-width: 672px;
    margin: 0;
    color: rgba(255,255,255,.85);
    font-size: 18px;
    line-height: 29px
}

.abr-blog-newsletter__form {
    max-width: 650px;
    margin-top: 36px
}

.abr-blog-newsletter__form form {
    display: grid;
    grid-template-columns: 1fr auto;
    border-bottom: 4px solid var(--blog-yellow);
    background: #fff
}

.abr-blog-newsletter__form input {
    min-width: 0;
    height: 64px;
    padding: 0 24px;
    border: 0;
    color: var(--blog-copy);
    background: #fff;
    outline: 0
}

.abr-blog-newsletter__form button {
    margin: 6px;
    padding: 0 24px;
    border: 0;
    color: #fff;
    background: var(--blog-navy);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .65px;
    text-transform: uppercase
}

.abr-blog-newsletter__status {
    grid-column: 1/-1;
    margin: 0;
    padding: 0 24px;
    color: var(--blog-navy);
    background: #fff;
    font-size: 13px;
    line-height: 24px
}

.abr-blog-newsletter__status:not(:empty) {
    padding-bottom: 12px
}

.abr-blog-newsletter__benefits {
    min-height: 380px;
    padding: 48px;
    background: #fff;
    border-bottom: 8px solid var(--blog-yellow);
    color: var(--blog-navy)
}

.abr-blog-newsletter__benefits-heading {
    display: flex;
    gap: 18px;
    align-items: center;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--blog-border)
}

.abr-blog-newsletter__icon {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    place-items: center;
    background: var(--blog-navy)
}

.abr-blog-newsletter__icon img {
    filter: brightness(0) saturate(100%) invert(83%) sepia(97%) saturate(1342%) hue-rotate(358deg) brightness(100%)
}

.abr-blog-newsletter__benefits h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .6px;
    text-transform: uppercase
}

.abr-blog-newsletter__benefits-heading p {
    margin: 5px 0 0;
    color: #78716c;
    font-size: 13px
}

.abr-blog-newsletter__benefits ul {
    display: grid;
    gap: 20px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none
}

.abr-blog-newsletter__benefits li {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 14px;
    align-items: start;
    font-size: 15px;
    line-height: 24px
}

.abr-blog-newsletter__benefits li img {
    width: 20px;
    height: 20px;
    padding: 4px;
    background: var(--blog-yellow)
}
@media(max-width: 1499.98px){
    .abr-blog-hero h1 {
    font-size: 50px;
    line-height: 64px;
}
.abr-blog-feature-overlay h3 {
    font-size: 30px;
    line-height: 40px;
}
.abr-blog-card h3 {
    margin: 2px 0 10px;
    font-size: 20px;
    line-height: 28px;
}
.abr-blog-card__body {
    min-height: max-content;
}
}
@media(max-width: 1319.98px) {
    .abr-blog-page .container-xl {
        max-width:calc(100% - 48px)
    }

    .abr-blog-page .abr-newsletter__grid,.abr-blog-newsletter__grid {
        grid-template-columns: minmax(0,1.43fr) minmax(400px,1fr)
    }

    .abr-blog-newsletter h2 {
        font-size: 60px;
        line-height: 62px
    }
}

@media(max-width: 991.98px) {
    .abr-blog-hero__grid,.abr-blog-heading,.abr-blog-topic-heading,.abr-blog-feature-card,.abr-blog-page .abr-newsletter__grid,.abr-blog-newsletter__grid {
        grid-template-columns:1fr
    }

    .abr-blog-stats {
        max-width: 520px
    }

    .abr-blog-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .abr-blog-feature-card__media {
        min-height: 520px
    }

    .abr-blog-page .abr-newsletter,.abr-blog-newsletter {
        background: var(--blog-navy)
    }

    .abr-blog-newsletter__benefits {
        max-width: 620px
    }
}

@media(max-width: 767.98px) {
    .abr-blog-page .container-xl {
        max-width:calc(100% - 36px)
    }

    .abr-blog-hero h1,.abr-blog-heading h2,.abr-blog-topic-heading h2,.abr-blog-page .abr-newsletter h2,.abr-blog-newsletter h2 {
        font-size: 44px;
        line-height: 46px
    }

    .abr-blog-pagination {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px
    }

    .abr-blog-pagination>div {
        flex-wrap: wrap
    }
}

@media(max-width: 575.98px) {
    .abr-blog-page .container-xl {
        max-width:calc(100% - 32px)
    }

    .abr-blog-hero {
        /* min-height: 620px; */
    }

    .abr-blog-hero:after {
        width: 64px;
        height: 64px
    }

    .abr-blog-hero h1,.abr-blog-heading h2,.abr-blog-topic-heading h2,.abr-blog-page .abr-newsletter h2,.abr-blog-newsletter h2 {
        font-size: 36px;
        line-height: 39px
    }

    .abr-blog-stats {
        height: auto;
        /* grid-template-columns:1fr; */
    }

    .abr-blog-stats div {
        min-height: 82px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.15)
    }

    .abr-blog-grid {
        grid-template-columns: 1fr
    }

    .abr-blog-feature-card__media {
        min-height: 420px
    }

    .abr-blog-feature-overlay {
        right: 24px;
        bottom: 24px;
        left: 24px
    }

    .abr-blog-feature-overlay h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .abr-blog-feature-card__content {
        padding: 28px
    }

    .abr-blog-search>div {
        flex-wrap: wrap;
        height: auto
    }

    .abr-blog-search input {
        height: 52px
    }

    .abr-blog-search button {
        width: 100%;
        height: 48px
    }

    .abr-blog-chat {
        right: 18px;
        bottom: 18px
    }

    .abr-blog-pagination a,.abr-blog-pagination span {
        padding: 0 10px
    }

    .abr-blog-newsletter {
        padding: 88px 0
    }

    .abr-blog-newsletter__decoration {
        width: 64px;
        height: 64px
    }

    .abr-blog-newsletter__form form {
        grid-template-columns: 1fr
    }

    .abr-blog-newsletter__form button {
        height: 52px
    }

    .abr-blog-newsletter__benefits {
        min-height: 0;
        padding: 28px
    }
.abr-blog-stats strong {
    font-size: 22px;
    line-height: 30px;
}
.abr-blog-featured {
    padding : 5rem 0;
}
    .abr-blog-results-section {
    padding: 2rem 0 5rem;
}
    .abr-blog-feature-card footer {
    display: block;
}
    .abr-blog-feature-card footer>div {
    margin-bottom: 12px;
}
}

@media(prefers-reduced-motion:reduce) {
    .abr-blog-page * {
        scroll-behavior: auto!important;
        transition: none!important
    }
}
