:root {
    --abr-navy: #002d42;
    --abr-ink: #07364b;
    --abr-yellow: #ffd000;
    --abr-paper: #f2f5f6;
    --abr-muted: #a7a5a3
}

.abr-journal,.abr-contact {
    color: var(--abr-ink)
}

.abr-editorial-hero {
    min-height: 500px;
    background: linear-gradient(90deg,rgba(0,40,59,.96),rgba(0,40,59,.48)),var(--hero) center/cover no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative
}

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

.abr-editorial-hero__inner {
    position: relative
}

.abr-editorial-hero__inner>p:last-of-type {
    max-width: 650px
}

.abr-crumb {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em
}

.abr-crumb span,.abr-kicker {
    color: var(--abr-yellow)
}

.abr-kicker {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .18em;
    margin-bottom: 16px
}

.abr-editorial-hero h1,.abr-journal h2,.abr-contact h2 {
    font-weight: 800;
    line-height: .96;
    text-transform: uppercase
}

.abr-editorial-hero h1 {
    font-size: 64px;
    max-width: 920px;
    margin: 0 0 22px
}

.abr-editorial-hero mark,.abr-newsletter mark {
    background: var(--abr-yellow);
    color: var(--abr-navy);
    padding: 0 .08em
}

.abr-hero-stats {
    position: absolute;
    right: 0;
    bottom: 8px;
    display: flex
}

.abr-hero-stats strong {
    font-size: 28px;
    color: var(--abr-yellow);
    padding: 0 28px;
    border-left: 1px solid rgba(255,255,255,.25);
    text-align: center
}

.abr-hero-stats small {
    display: block;
    color: #fff;
    font-size: 11px;
    margin-top: 8px;
    letter-spacing: .12em
}

.abr-section {
    padding: 108px 0
}

.abr-section-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 54px
}

.abr-section-heading h2 {
    font-size: 50px;
    margin: 0
}

.abr-section-heading h2 span,.abr-contact h2 span {
    color: var(--abr-muted)
}

.abr-section-heading>p {
    max-width: 480px;
}

.abr-feature-card {
    display: grid;
    grid-template-columns: 58% 42%;
    min-height: 520px
}

.abr-feature-card__image {
    position: relative;
    display: block;
    background: var(--abr-navy);
    overflow: hidden
}

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

.abr-feature-card__image h3 {
    position: absolute;
    left: 42px;
    bottom: 34px;
    max-width: 90%;
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: .98
}

.abr-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: var(--abr-yellow);
    color: var(--abr-navy);
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase
}

.abr-feature-card__body {
    border-right: 3px solid var(--abr-yellow);
    background: var(--abr-paper);
    padding: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.abr-feature-card__body h3 {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase
}

.abr-card-meta {
    font-size: 12px;
    color: #7b858a
}

.abr-inline-stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin: 20px 0
}

.abr-inline-stats span {
    background: #fff;
    padding: 14px;
    text-align: center;
    font-size: 10px;
    font-weight: 700
}

.abr-inline-stats strong {
    display: block;
    font-size: 20px;
    margin-top: 7px
}

.abr-text-link {
    color: var(--abr-navy);
    font-size: 13px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 6px
}

.abr-topic-bar {
    padding: 75px 0;
    background: var(--abr-paper)
}

.abr-topic-bar form label {
    display: block;
    font-size: 11px;
    font-weight: 800
}

.abr-topic-bar input {
    display: block;
    border: 0;
    background: #fff;
    padding: 14px;
    width: 100%;
    margin-top: 10px
}

.abr-filter-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.abr-filter-list a {
    border: 1px solid var(--abr-navy);
    padding: 12px 18px;
    font-size: 11px;
    font-weight: 800;
    color: var(--abr-navy)
}

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

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

.abr-editorial-card {
    border: 1px solid #dce1e3;
    background: #fff
}

.abr-editorial-card__image {
    height: 255px;
    display: block;
    position: relative;
    overflow: hidden
}

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

.abr-editorial-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    min-height: 310px
}

.abr-editorial-card h2 {
    font-size: 22px;
    line-height: 1.08;
    margin: 10px 0
}

.abr-editorial-card h2 a {
    color: inherit
}

.abr-editorial-card__body .abr-text-link {
    margin-top: auto
}

.abr-data-section {
    background: #fff
}

.abr-data-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 3px solid var(--abr-yellow)
}

.abr-data-grid>div {
    padding: 30px;
    border-right: 1px solid #d8dfe2;
    border-bottom: 1px solid #d8dfe2;
    background: var(--abr-paper)
}

.abr-data-grid strong {
    float: right;
    font-size: 24px
}

.abr-data-grid span {
    display: block;
    font-weight: 800;
    font-size: 12px
}

.abr-data-grid p {
    clear: both;
    font-size: 13px;
    padding-top: 16px
}

.abr-newsletter {
    background: linear-gradient(90deg,var(--abr-navy) 0 67%,var(--abr-yellow) 67%);
    color: #fff;
    padding: 100px 0;
    position: relative
}

.abr-newsletter:after {
    left: 0;
    right: auto
}

.abr-newsletter__grid {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 90px;
    align-items: center
}

.abr-newsletter h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: .96
}

.abr-newsletter form {
    display: flex;
    max-width: 600px;
}

.abr-newsletter input {
    flex: 1;
    border: 0;
    padding: 18px
}

.abr-newsletter button,.abr-button {
    border: 0;
    background: var(--abr-yellow);
    color: var(--abr-navy);
    padding: 18px 24px;
    font-weight: 800
}

.abr-newsletter form button {
    /* background: #fff; */
}

.abr-newsletter aside {
    background: #fff;
    color: var(--abr-navy);
    padding: 38px
}

.abr-editorial-hero--single {
    min-height: 636px
}

.abr-editorial-hero--single h1 {
    font-size: 56px
}

.abr-single-meta {
    font-weight: 600
}

.abr-single-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 70px;
    align-items: start
}

.abr-article-sidebar {
    position: sticky;
    top: 150px
}

.abr-article-sidebar>div {
    background: var(--abr-paper);
    padding: 28px;
    margin-bottom: 22px;
    border-top: 3px solid var(--abr-yellow)
}

.abr-article-sidebar a {
    color: var(--abr-ink);
    display: inline-block;
    padding: 7px 0
}

.abr-article-main {
    max-width: 840px
}

.abr-article-main .abr-entry-content {
    font-size: 18px;
    line-height: 1.85
}

.abr-article-main .abr-entry-content h2 {
    font-size: 36px;
    margin-top: 55px
}

.abr-article-main .abr-entry-content img {
    max-width: 100%;
    height: auto
}

.abr-article-lead {
    font-size: 23px;
    font-weight: 600;
    border-left: 4px solid var(--abr-yellow);
    padding-left: 24px;
    margin: 35px 0
}

.abr-inline-stats--wide {
    background: var(--abr-paper);
    padding: 12px
}

.abr-key-points,.abr-author-box {
    margin-top: 50px;
    padding: 35px;
    background: var(--abr-paper);
    border-top: 3px solid var(--abr-yellow)
}

.abr-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 54px
}

.abr-contact h2 {
    font-size: 45px
}

.abr-contact-methods {
    margin: 28px 0
}

.abr-contact-methods>a,.abr-contact-methods>div {
    display: grid;
    grid-template-columns: 1fr 3fr auto;
    padding: 18px;
    border-left: 3px solid var(--abr-yellow);
    background: var(--abr-paper);
    color: var(--abr-navy);
    border-bottom: 1px solid #d7dddf
}

.abr-contact-methods b {
    font-size: 11px
}

.abr-hours {
    background: var(--abr-navy);
    color: #fff;
    padding: 28px;
    border-bottom: 4px solid var(--abr-yellow)
}

.abr-hours p {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding: 12px 0;
    font-size: 13px
}

.abr-hours strong {
    color: var(--abr-yellow)
}

.abr-contact-form {
    background: var(--abr-paper);
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.abr-contact-form label {
    font-size: 11px;
    font-weight: 800
}

.abr-contact-form input,.abr-contact-form select,.abr-contact-form textarea {
    display: block;
    width: 100%;
    border: 0;
    background: #fff;
    padding: 14px;
    margin-top: 8px
}

.abr-span-2 {
    grid-column: span 2
}

.abr-honeypot {
    position: absolute!important;
    left: -9999px!important
}

.abr-contact-form button {
    background: var(--abr-yellow);
    border: 0;
    padding: 18px;
    font-weight: 800
}

.abr-social-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 3px solid var(--abr-yellow)
}

.abr-social-grid a {
    padding: 28px;
    background: #fff;
    border-right: 1px solid #dce1e3;
    display: flex;
    gap: 14px;
    flex-direction: column;
    color: var(--abr-navy)
}

.abr-social-grid img {
    background: var(--abr-navy);
    box-sizing: content-box;
    padding: 12px
}

.abr-map-card {
    display: grid;
    grid-template-columns: 2fr 1fr;
    min-height: 500px
}

.abr-map-card iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.abr-map-placeholder {
    background: #d8eee5;
    display: grid;
    place-content: center;
    text-align: center;
    font-size: 40px;
    font-weight: 900
}

.abr-map-card aside {
    background: var(--abr-navy);
    color: #fff;
    padding: 48px
}

.abr-map-card h3 {
    font-size: 28px;
    font-weight: 900
}

.abr-map-card .abr-button {
    display: inline-block;
    margin-top: 20px
}


@media(max-width: 991px) {
    .abr-editorial-hero h1 {
        font-size:46px
    }

    .abr-hero-stats {
        position: static;
        margin-top: 35px
    }

    .abr-feature-card,.abr-section-heading,.abr-newsletter__grid,.abr-single-layout,.abr-contact-grid,.abr-map-card {
        grid-template-columns: 1fr
    }

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

    .abr-article-sidebar {
        position: static
    }

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

    .abr-newsletter aside {
        max-width: 520px
    }

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

@media(max-width: 575px) {
    .abr-editorial-hero {
        min-height:570px
    }

    .abr-editorial-hero:after {
        width: 48px;
        height: 48px
    }

    .abr-editorial-hero h1,.abr-editorial-hero--single h1 {
        font-size: 37px
    }

    .abr-hero-stats strong {
        font-size: 21px;
        padding: 0 13px
    }

    .abr-section {
        padding: 70px 0
    }

    .abr-section-heading h2,.abr-newsletter h2,.abr-contact h2 {
        font-size: 35px
    }

    .abr-feature-card__image {
        min-height: 360px
    }

    .abr-feature-card__body {
        padding: 28px
    }

    .abr-article-grid,.abr-data-grid,.abr-social-grid {
        grid-template-columns: 1fr
    }

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

    .abr-span-2 {
        grid-column: auto
    }

    .abr-newsletter form {
        display: block;
        width: 100%;
    }

    .abr-newsletter input,.abr-newsletter button {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

/* Market Commentary pagination â€” Figma node 250:6028. */
.abr-market-pagination {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-top: 16px
}

.abr-market-pagination__button {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 22px;
    border: 2px solid #002b45;
    color: #002b45;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 24px;
    text-transform: uppercase;
    transition: color .2s ease,border-color .2s ease,background-color .2s ease
}

.abr-market-pagination__button img {
    width: 16px;
    height: 16px;
    flex: none
}

.abr-market-pagination__button:hover,.abr-market-pagination__button:focus-visible {
    border-color: #002b45;
    color: #ffcd00;
    background: #002b45
}

.abr-market-pagination__button:focus-visible {
    outline: 3px solid #ffcd00;
    outline-offset: 3px
}

.abr-market-pagination__button.is-disabled {
    border-color: #d6d3d1;
    color: #a8a29e;
    cursor: not-allowed
}

.abr-market-pagination__button.is-disabled img {
    opacity: .55
}

.abr-market-pagination__status {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    color: #ffcd00;
    background: #002b45;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .8px;
    line-height: 24px;
    text-transform: uppercase
}

@media(max-width: 575px) {
    .abr-market-pagination {
        flex-wrap:wrap
    }

    .abr-market-pagination__button {
        min-height: 48px;
        padding: 10px 14px;
        font-size: 13px
    }

    .abr-market-pagination__status {
        min-height: 44px;
        padding: 10px 14px;
        font-size: 13px
    }
}

/* Market insights â€” Figma node 250:6039. */
.abr-market .abr-data-section {
    min-height: 1172px;
    padding: 112px 0;
    background: #fff!important
}

.abr-market .abr-data-section .abr-section-heading {
    min-height: 164px;
    margin-bottom: 48px
}

.abr-market .abr-data-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 4px;
    padding-top: 8px;
    border: 0
}

.abr-market .abr-data-grid>div {
    display: none
}

.abr-market .abr-data-grid>article {
    min-height: 280px;
    padding: 36px 32px 58px;
    border-top: 4px solid #ffcd00;
    background: #f2f5f7;
    position: relative;
}

.abr-data-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px
}

.abr-data-card__top i {
    display: grid;
    width: 48px;
    height: 48px;
    margin: 0;
    background: #002b45;
    place-items: center
}

.abr-data-card__top i img {
    width: 24px;
    height: 24px
}

.abr-data-card__top strong {
    position: static;
    float: none;
    color: #002b45;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -.72px;
    line-height: 40px
}

.abr-data-card__top strong em {
    color: #ffcd00;
    font-size: inherit;
    font-style: normal
}

.abr-market .abr-data-grid h3 {
    padding-bottom: 12px;
    margin: 0;
    color: #002b45;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.4px;
    line-height: 28px;
    text-transform: uppercase
}

.abr-market .abr-data-grid article p {
    padding: 0;
    margin: 0;
    color: #44403c;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
}

.abr-market .abr-data-note {
    position: relative;
    display: flex;
    min-height: 90px;
    align-items: flex-start;
    gap: 16px;
    padding: 32px 32px 32px 76px;
    border: 0;
    border-left: 4px solid #ffcd00;
    margin-top: 48px;
    background: #f2f5f7;
    background-image: url("../icons/market-insights/information.svg");
    background-repeat: no-repeat;
    background-position: 36px 36px;
    background-size: 24px
}

.abr-market .abr-data-note b {
    color: #002b45
}

.abr-market .abr-data-note {
    color: #44403c;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .8px;
    line-height: 26px;
    text-transform: uppercase
}

.abr-market .abr-data-note {
    display: none
}

.abr-data-note--figma {
    display: flex;
    min-height: 116px;
    align-items: center;
    gap: 16px;
    padding: 32px 32px 32px 36px;
    border-left: 4px solid #ffcd00;
    margin-top: 48px;
    background: #f2f5f7
}

.abr-data-note--figma>img {
    width: 24px;
    height: 24px;
    flex: none
}

.abr-data-note--figma p {
    margin: 0;
    color: #44403c;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 26px
}

.abr-data-note--figma b {
    color: #002b45
}

/* Stay in the loop â€” Figma node 250:6151. */
.abr-market .abr-newsletter--market {
    /* min-height: 856px; */
    padding: 0;
    background: linear-gradient(90deg,#002b45 0 66.67%,#ffcd00 66.67%)
}

.abr-newsletter--market:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 128px;
    height: 128px;
    content: "";
    background: #ffcd00
}

.abr-market .abr-newsletter--market .abr-newsletter__grid {
    display: grid;
    /* min-height: 856px; */
    grid-template-columns: 735.833px 514.167px;
    gap: 40px;
    align-items: center;
    /* padding-top: 112px; */
    /* padding-bottom: 112px; */
}
.abr-topic-bar {
    padding: 112px 0;
}

.abr-newsletter--market .abr-newsletter__main {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
}

.abr-market .abr-newsletter--market h2 {
    margin: 0;
    color: #fff;
    font-size: 72px;
    letter-spacing: -1.8px;
    line-height: 72px
}

.abr-market .abr-newsletter--market h2 mark {
    display: inline-block;
    padding: 0 16px;
    color: #002b45;
    background: #ffcd00
}

.abr-market .abr-newsletter--market .abr-newsletter__main>p:not(.abr-kicker) {
    max-width: 672px;
    padding: 12px 0 20px;
    margin: 0;
    color: rgba(255,255,255,.85);
    font-size: 20px;
    line-height: 28px
}

.abr-market .abr-newsletter--market form {
    display: flex;
    width: 672px;
    max-width: 100%;
    height: auto;
    gap: 8px;
    padding: 12px 12px 20px;
    border: 0;
    border-bottom: 8px solid #ffcd00;
    margin: 0;
    background: #fff
}

.abr-newsletter__email {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    gap: 12px;
    padding: 0 16px
}

.abr-newsletter__email img {
    width: 20px;
    height: 20px;
    flex: none
}

.abr-market .abr-newsletter--market form input {
    min-width: 0;
    height: 56px;
    padding: 14px 0;
    border: 0
}

.abr-market .abr-newsletter--market form button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 28px;
    margin: 0;
    color: #fff;
    background: #002b45;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .8px;
    text-transform: uppercase
}

.abr-market .abr-newsletter--market form button img {
    width: 16px;
    height: 16px
}

.abr-newsletter--market .abr-news-trust {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 11.5px
}

.abr-newsletter--market .abr-news-trust span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

.abr-newsletter--market .abr-news-trust img {
    width: 20px;
    height: 20px
}

.abr-market .abr-newsletter--market .abr-newsletter__chat {
    display: flex;
    height: 614px;
    min-height: 614px;
    flex-direction: column;
    gap: 28px;
    padding: 40px 40px 48px;
    border: 0;
    border-bottom: 8px solid #ffcd00;
    margin: 0;
    background: #fff
}

.abr-newsletter__chat header {
    display: flex;
    align-items: center;
    gap: 16px
}

.abr-newsletter__chat header i {
    display: grid;
    width: 56px;
    height: 56px;
    background: #ffcd00;
    place-items: center
}

.abr-newsletter__chat header i img {
    width: 28px;
    height: 28px
}

.abr-newsletter__chat header span {
    display: flex;
    flex-direction: column
}

.abr-newsletter__chat header strong {
    color: #002b45;
    font-size: 20px;
    line-height: 28px
}

.abr-newsletter__chat header small {
    color: #57534e;
    font-size: 16px;
    line-height: 24px
}

.abr-market .abr-newsletter__chat>p {
    margin: 0;
    color: #44403c;
    font-size: 16px;
    line-height: 26px
}

.abr-newsletter__chat .abr-news-contact {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.abr-newsletter__chat .abr-news-contact a {
    display: flex;
    height: 73px;
    align-items: center;
    gap: 16px;
    padding: 12px 0 13px;
    border-bottom: 1px solid #e7e5e4;
    color: #002b45
}

.abr-newsletter__chat .abr-news-contact b {
    width: 40px;
    color: #ffcd00;
    font-size: 16px;
    font-weight: 900
}

.abr-newsletter__chat .abr-news-contact span {
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .8px;
    line-height: 24px
}

.abr-newsletter__chat .abr-news-contact small {
    color: #57534e;
    font-weight: 600;
    letter-spacing: 0
}

.abr-newsletter__chat .abr-news-contact img {
    width: 20px;
    height: 20px
}

.abr-newsletter__chat>.abr-text-link {
    display: flex;
    width: 100%;
    height: 56px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px;
    border: 0;
    margin-top: auto;
    color: #fff;
    background: #002b45;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .8px;
    line-height: 24px;
    text-decoration: none;
}

.abr-newsletter__chat>.abr-text-link img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1)
}

@media(max-width: 1599px){
.abr-newsletter--market:before {
    width: 50px;
    height: 50px;
}    
}

@media(max-width: 1199px) {
    .abr-market .abr-newsletter--market .abr-newsletter__grid {
        grid-template-columns:minmax(0,1.3fr) minmax(360px,.9fr)
    }

    .abr-market .abr-newsletter--market h2 {
        font-size: 56px;
        line-height: 58px
    }

    .abr-newsletter--market .abr-news-trust {
        flex-wrap: wrap
    }
}

@media(max-width: 991px) {
    .abr-market .abr-data-grid {
        grid-template-columns:repeat(2,1fr)
    }

    .abr-market .abr-data-section, .abr-market-notebook {
        min-height: auto;
        padding: 5rem 0;
    }

    .abr-market .abr-newsletter--market {
        background: #002b45
    }

    .abr-market .abr-newsletter--market .abr-newsletter__grid {
        grid-template-columns: 1fr
    }

    .abr-market .abr-newsletter--market .abr-newsletter__chat {
        height: auto;
        min-height: auto
    }

    .abr-newsletter--market:before {
        width: 50px;
        height: 50px;
    }
}

@media(max-width: 575px) {
    .abr-market .abr-data-grid {
        grid-template-columns:1fr
    }

    .abr-market .abr-data-grid>article {
        min-height: auto;
        padding: 30px 24px
    }

    .abr-market .abr-data-note {
        padding: 70px 24px 24px;
        background-position: 24px 28px
    }

    .abr-market .abr-newsletter--market h2 {
        font-size: 40px;
        line-height: 42px
    }

    .abr-market .abr-newsletter--market form {
        flex-direction: column;
        height: auto
    }

    .abr-newsletter__email {
        width: 100%;
        padding: 0;
    }

    .abr-market .abr-newsletter--market form button {
        width: 100%
    }

    .abr-newsletter--market .abr-news-trust {
        align-items: flex-start;
        flex-direction: column
    }

    .abr-market .abr-newsletter--market .abr-newsletter__chat {
        padding: 30px 24px
    }
}

/* Figma dimensional overrides: 1920px canvas / 1290px content rail. */
.abr-journal .container-xl,.abr-contact .container-xl {
    max-width: 1290px;
    padding-left: 0;
    padding-right: 0
}

.abr-editorial-hero {
    padding: 56px 0;
    background-image: linear-gradient(90deg,rgba(0,43,69,.96),rgba(0,43,69,.76)),var(--hero)
}

.abr-editorial-hero__inner {
    padding-top: 0;
    padding-bottom: 0
}

.abr-editorial-hero h1 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1.5px
}

.abr-editorial-hero__inner>p {
    font-size: 18px;
    line-height: 29.25px
}

.abr-crumb,.abr-kicker {
    font-size: 16px;
    line-height: 24px
}

.abr-hero-stats {
    width: 430px;
    height: 94px;
    border: 1px solid rgba(255,255,255,.15);
    bottom: 0
}

.abr-hero-stats strong {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    font-size: 30px;
    padding: 16px;
    border-left: 0;
    border-right: 1px solid rgba(255,255,255,.15)
}

.abr-hero-stats strong:last-child {
    border-right: 0
}

.abr-feature-section {
    padding: 112px 0
}

.abr-market .abr-feature-card {
    min-height: 698px
}

.abr-journal:not(.abr-market) .abr-feature-card {
    min-height: 600px
}

.abr-feature-card__body {
    padding: 48px
}

.abr-feature-card__body h3 {
    font-size: 36px;
    line-height: 40px
}

.abr-section-heading {
    grid-template-columns: 735.833px 514.167px;
    gap: 40px
}

.abr-section-heading h2 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1.5px
}


.abr-archive-section {
    padding: 112px 0
}

.abr-editorial-card__image {
    height: 257px
}

.abr-editorial-card__body {
    min-height: 365px;
    padding: 28px
}

.abr-editorial-card h2 {
    font-size: 24px !important;
    line-height: 32px !important;
}

.abr-editorial-hero--single {
    min-height: 636px
}

.abr-editorial-hero--single .abr-editorial-hero__inner {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto
}

.abr-editorial-hero--single h1 {
    font-size: 56px;
    line-height: 58px
}

.abr-article-section {
    padding: 45px 0 112px
}

.abr-single-layout {
    grid-template-columns: 392.667px 841.333px;
    gap: 56px
}

.abr-article-sidebar>div {
    padding: 28px;
    border-top: 0;
    border-left: 3px solid var(--abr-yellow)
}

.abr-article-sidebar nav {
    display: flex;
    flex-direction: column;
    margin-top: 18px
}

.abr-sidebar-agent {
    background: var(--abr-navy)!important;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.abr-sidebar-agent span {
    font-size: 12px
}

.abr-sidebar-agent a {
    color: var(--abr-yellow);
    font-size: 12px;
    font-weight: 800
}

.abr-article-cover {
    margin: 0 0 36px
}

.abr-article-cover img {
    width: 100%;
    height: 508px;
    object-fit: cover
}

.abr-article-main .abr-entry-content {
    font-size: 16px;
    line-height: 27px
}

.abr-article-main .abr-entry-content h2 {
    font-size: 30px;
    line-height: 36px
}

.abr-related {
    background: var(--abr-paper);
    padding: 96px 0
}

.abr-related .abr-editorial-card__body {
    min-height: 260px
}

.abr-related .abr-section-heading {
    margin-bottom: 38px
}

@media(max-width: 1319px) {
    .abr-journal .container-xl,.abr-contact .container-xl {
        max-width:calc(100% - 48px)
    }

    .abr-section-heading {
        gap: 24px;
    }

    .abr-single-layout {
        grid-template-columns: minmax(280px,392.667px) minmax(0,841.333px)
    }
}

@media(max-width: 991px) {
    .abr-journal .container-xl,.abr-contact .container-xl {
        max-width:calc(100% - 36px)
    }

    .abr-section-heading,.abr-single-layout {
        grid-template-columns: 1fr
    }

    .abr-editorial-hero h1 {
        font-size: 46px;
        line-height: 48px
    }

    .abr-hero-stats {
        width: auto;
        height: auto
    }

    .abr-article-cover img {
        height: auto
    }
    .abr-article-section {
    padding: 2rem 0 5rem;
}
}

.single-post .abr-article-cover {
    display: none
}

.abr-contact .abr-editorial-hero h1 {
    max-width: 780px
}

.abr-contact .abr-editorial-hero__inner>p:last-of-type {
    max-width: 650px
}

.abr-contact .abr-section {
    padding-top: 112px;
    padding-bottom: 112px
}

.abr-contact-methods>a,.abr-contact-methods>div {
    min-height: 74px;
    align-items: center
}

.abr-contact-form {
    padding: 40px
}

.abr-contact-form input,.abr-contact-form select {
    height: 52px
}

.abr-social-grid a {
    min-height: 250px
}

.abr-map-card {
    min-height: 570px
}

/* Contact â€” Figma frame 250:6977. */
.abr-contact .abr-editorial-hero {
    background-image: linear-gradient(90deg,rgba(0,43,69,.94),rgba(0,43,69,.58)),var(--hero)
}

.abr-contact .abr-editorial-hero h1 {
    text-transform: uppercase;
    margin-top: 34px
}

.abr-contact .abr-editorial-hero mark {
    display: inline-block
}

.abr-contact-main .abr-contact-grid {
    grid-template-columns: 514px minmax(0,720px);
    gap: 56px;
    align-items: start
}

.abr-contact-details>p:not(.abr-kicker),.abr-contact-message>p:not(.abr-kicker) {
    font-size: 18px;
    line-height: 29px;
    color: #657681
}

.abr-contact-methods {
    margin: 35px 0 28px;
    display: grid;
    gap: 12px
}

.abr-contact-methods>a,.abr-contact-methods>div {
    grid-template-columns: 122px minmax(0,1fr) 18px;
    min-height: 76px;
    padding: 18px 24px 18px 28px;
    border-left: 4px solid var(--abr-yellow);
    border-bottom: 0
}

.abr-contact-methods b {
    font-size: 11px;
    letter-spacing: .08em
}

.abr-contact-methods strong {
    font-size: 15px
}

.abr-contact-methods span {
    font-size: 20px;
    font-weight: 800
}

.abr-hours {
    padding: 28px 32px;
    border-bottom: 8px solid var(--abr-yellow)
}

.abr-hours h3 {
    margin: 0 0 14px;
    font-size: 13px;
    letter-spacing: .12em
}

.abr-hours p:last-child {
    border-bottom: 0
}

.abr-contact-message h2 {
    margin-bottom: 18px
}

.abr-contact-message>p:not(.abr-kicker) {
    margin-bottom: 34px
}

.abr-contact-form-shell {
    background: var(--abr-paper);
    border-top: 4px solid var(--abr-yellow);
    padding: 40px
}

.abr-contact-form-shell form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 18px
}

.abr-contact-form-shell .abr-form-row {
    display: contents
}

.abr-contact-form-shell p {
    margin: 0;
    grid-column: 1/-1
}

.abr-contact-form-shell .abr-form-row--two p {
    grid-column: auto
}

.abr-contact-form-shell label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    color: var(--abr-navy)
}

.abr-contact-form-shell input:not([type=submit]),.abr-contact-form-shell select,.abr-contact-form-shell textarea {
    display: block;
    width: 100%;
    margin-top: 8px;
    border: 1px solid transparent;
    background: #fff;
    border-radius: 0;
    padding: 14px;
    color: var(--abr-navy)
}

.abr-contact-form-shell input:not([type=submit]),.abr-contact-form-shell select {
    height: 52px
}

.abr-contact-form-shell textarea {
    height: 145px;
    resize: vertical
}

.abr-contact-form-shell input:focus,.abr-contact-form-shell select:focus,.abr-contact-form-shell textarea:focus {
    outline: 2px solid var(--abr-yellow);
    outline-offset: 0
}

.abr-contact-form-shell .abr-form-submit {
    margin-top: 2px
}

.abr-contact-form-shell input[type=submit] {
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 0;
    background: var(--abr-yellow);
    color: var(--abr-navy);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer
}

.abr-contact-form-shell .abr-form-privacy {
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    color: #71818a
}

.abr-contact-form-shell .wpcf7-spinner {
    display: none
}

.abr-contact-form-shell .wpcf7-response-output {
    grid-column: 1/-1;
    margin: 0!important
}

.abr-contact-social .abr-section-heading,.abr-contact-office .abr-section-heading {
    align-items: center
}

.abr-contact-social .abr-social-grid a {
    min-height: 174px;
    padding: 28px
}

.abr-contact-social .abr-social-grid img {
    width: 24px;
    height: 24px
}

.abr-contact-office .abr-map-card {
    min-height: 450px;
    grid-template-columns: 2fr 1fr
}

.abr-contact-office .abr-map-card aside {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.abr-contact-office .abr-map-card h3 {
    font-size: 30px;
    line-height: 35px
}

.abr-contact-appraisal {
    padding: 80px 0
}

.abr-contact-appraisal h2 {
    margin: 16px 0 20px
}

@media(max-width: 991px) {
    .abr-contact-main .abr-contact-grid {
        grid-template-columns:1fr
    }

    .abr-contact-form-shell {
        padding: 30px
    }

    .abr-contact .abr-editorial-hero h1 {
        margin-top: 24px
    }
}

@media(max-width: 575px) {
    .abr-contact-form-shell form {
        grid-template-columns:1fr
    }

    .abr-contact-form-shell .abr-form-row--two p {
        grid-column: 1
    }

    .abr-contact-form-shell {
        padding: 22px
    }

    .abr-contact-methods>a,.abr-contact-methods>div {
        grid-template-columns: 1fr auto
    }

    .abr-contact-methods b {
        grid-column: 1
    }

    .abr-contact-methods strong {
        grid-column: 1
    }

    .abr-contact-methods span {
        grid-column: 2;
        grid-row: 1/3
    }

    .abr-contact-office .abr-map-card {
        grid-template-columns: 1fr
    }

    .abr-contact-office .abr-map-placeholder {
        min-height: 330px
    }
}

/* Contact lower sections â€” exact Figma 250:7130, 250:7244 and 250:7380. */
.abr-contact-social {
    padding: 112px 0
}

.abr-contact-social .abr-section-heading {
    margin-bottom: 56px
}

.abr-contact-social .abr-section-heading h2,.abr-contact-office .abr-section-heading h2 {
    font-size: 60px;
    line-height: 60px
}

.abr-contact-social .abr-section-heading>p,.abr-contact-office .abr-section-heading>p {
    font-size: 20px;
    line-height: 28px;
    color: #44403c
}

.abr-contact-social .abr-social-grid {
    gap: 4px;
    border-top: 0
}

.abr-contact-social .abr-social-grid a {
    position: relative;
    display: block;
    min-height: 330px;
    padding: 36px 32px 32px;
    border-top: 4px solid var(--abr-yellow);
    border-right: 0
}

.abr-contact-social .abr-social-icon {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    background: var(--abr-navy)
}

.abr-contact-social .abr-social-icon img {
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    padding: 0;
    background: transparent
}

.abr-contact-social .abr-social-arrow {
    position: absolute;
    top: 36px;
    right: 32px;
    font-size: 20px
}

.abr-contact-social .abr-social-grid strong {
    display: block;
    margin-top: 40px;
    font-size: 30px;
    line-height: 36px
}

.abr-contact-social .abr-social-grid b {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px
}

.abr-contact-social .abr-social-copy {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    opacity: .8
}

.abr-contact-office {
    padding: 112px 0;
    background: #fff
}

.abr-contact-office .abr-section-heading {
    margin-bottom: 56px
}

.abr-contact-office .abr-map-card {
    grid-template-columns: 2fr 1fr;
    gap: 4px;
    min-height: 761px
}

.abr-contact-office .abr-map-card iframe,.abr-contact-office .abr-map-placeholder {
    grid-column: 1;
    grid-row: 1
}

.abr-contact-office .abr-map-card aside {
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-start;
    padding: 40px
}

.abr-office-pin {
    display: grid;
    width: 64px;
    height: 64px;
    margin-bottom: 28px;
    place-items: center;
    background: var(--abr-yellow);
    color: var(--abr-navy);
    font-size: 32px;
    font-weight: 900
}

.abr-contact-office .abr-map-card h3 {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 20px
}

.abr-contact-office .abr-map-card aside>p:not(.abr-kicker) {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255,255,255,.85)
}

.abr-office-actions {
    display: grid;
    gap: 8px;
    margin-top: 20px
}

.abr-office-actions a {
    display: block;
    padding: 16px 20px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em
}

.abr-office-actions a:last-child {
    background: rgba(255,255,255,.1);
    color: #fff
}

.abr-contact-office aside ul {
    list-style: none;
    margin: 32px 0 0;
    padding: 28px 0 0;
    border-top: 1px solid rgba(255,255,255,.15)
}

.abr-contact-office aside li {
    margin: 0 0 12px;
    color: #fff;
    font-size: 15px
}

.abr-contact-office aside li:before {
    content: 'âœ“';
    margin-right: 12px;
    color: var(--abr-yellow);
    font-weight: 900
}

.abr-contact-appraisal {
    min-height: 700px;
    padding: 0
}

.abr-contact-appraisal:after {
    width: 128px;
    height: 128px
}

.abr-contact-appraisal .abr-newsletter__grid {
    grid-template-columns: 735.83px 514.17px;
    gap: 40px;
    min-height: 700px;
    padding: 112px 0
}

.abr-contact-appraisal .abr-appraisal-copy {
    align-self: center
}

.abr-contact-appraisal h2 {
    font-size: 72px;
    line-height: 72px;
    letter-spacing: -1.8px;
    margin: 20px 0 0
}

.abr-contact-appraisal h2 mark {
    display: inline-block;
    padding: 0 16px
}

.abr-contact-appraisal .abr-appraisal-copy>p:not(.abr-kicker) {
    max-width: 672px;
    margin-top: 32px;
    color: rgba(255,255,255,.85);
    font-size: 20px;
    line-height: 28px
}

.abr-appraisal-actions {
    display: flex;
    gap: 16px;
    margin-top: 32px
}

.abr-appraisal-actions a {
    display: inline-flex;
    min-height: 64px;
    align-items: center;
    padding: 20px 32px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .05em
}

.abr-button-secondary {
    border: 2px solid #fff;
    color: #fff
}

.abr-appraisal-benefits {
    display: flex;
    gap: 24px;
    margin-top: 32px
}

.abr-appraisal-benefits span {
    font-size: 16px
}

.abr-appraisal-benefits span::first-letter {
    color: var(--abr-yellow)
}

.abr-contact-appraisal .abr-quick-connect {
    align-self: center;
    padding: 40px 40px 48px;
    border-bottom: 8px solid var(--abr-yellow)
}

.abr-quick-connect>div {
    display: grid;
    grid-template-columns: 56px 1fr;
    column-gap: 16px;
    margin-bottom: 28px
}

.abr-quick-icon {
    grid-row: 1/3;
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    background: var(--abr-yellow);
    font-size: 24px
}

.abr-quick-connect>div strong {
    font-size: 20px;
    line-height: 28px
}

.abr-quick-connect small {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

.abr-quick-connect>a {
    display: grid;
    grid-template-columns: 40px 1fr 20px;
    gap: 16px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #e7e5e4;
    color: var(--abr-navy)
}

.abr-quick-connect>a:last-child {
    border-bottom: 0
}

.abr-quick-connect>a>b {
    color: var(--abr-yellow)
}

.abr-quick-connect>a span strong {
    display: block;
    font-size: 16px;
    line-height: 24px
}

.abr-quick-connect>a i {
    font-style: normal;
    font-size: 20px
}

@media(max-width: 1319px) {
    .abr-contact-appraisal .abr-newsletter__grid {
        grid-template-columns:minmax(0,1.43fr) minmax(400px,1fr)
    }

    .abr-contact-appraisal h2 {
        font-size: 60px;
        line-height: 62px
    }
    .abr-contact-appraisal:after {
       width:50px;
        height:50px;
    }
}

@media(max-width: 991px) {
    .abr-contact-social .abr-social-grid {
        grid-template-columns:repeat(2,1fr)
    }

    .abr-contact-office .abr-map-card {
        grid-template-columns: 1fr;
        min-height: 0
    }

    .abr-contact-office .abr-map-card iframe,.abr-contact-office .abr-map-placeholder {
        grid-column: 1;
        grid-row: 1;
        min-height: 501px;
    }

    .abr-contact-office .abr-map-card aside {
        grid-column: 1;
        grid-row: 2
    }

    .abr-contact-appraisal .abr-newsletter__grid {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 100px 0
    }

    .abr-contact-appraisal .abr-quick-connect {
        max-width: none
    }

    .abr-contact-appraisal h2 {
        font-size: 54px;
        line-height: 56px
    }
}

@media(max-width: 575px) {
    .abr-contact-social,.abr-contact-office {
        padding:72px 0
    }

    .abr-contact-social .abr-section-heading h2,.abr-contact-office .abr-section-heading h2 {
        font-size: 38px;
        line-height: 40px
    }

    .abr-contact-social .abr-social-grid {
        grid-template-columns: 1fr
    }

    .abr-contact-social .abr-social-grid a {
        min-height: 290px
    }

    .abr-contact-office .abr-map-card iframe,.abr-contact-office .abr-map-placeholder {
        min-height: 360px
    }

    .abr-contact-office .abr-map-card aside {
        padding: 30px
    }

    .abr-contact-appraisal {
        background: var(--abr-navy)
    }

    .abr-contact-appraisal h2 {
        font-size: 42px;
        line-height: 44px
    }

    .abr-appraisal-actions,.abr-appraisal-benefits {
        flex-direction: column;
        align-items: flex-start
    }

    .abr-contact-appraisal .abr-quick-connect {
        padding: 30px 24px
    }

    .abr-contact-appraisal:after {
        width: 52px;
        height: 52px
    }
}

.abr-contact-appraisal h2 {
    color: #fff
}

.abr-contact .abr-contact-details__title span:first-child {
    color: var(--abr-navy)
}

.abr-contact .abr-contact-details__title span:nth-child(n+2) {
    color: #a8a29e
}

.abr-contact .abr-method-icon img {
    filter: brightness(0) invert(88%) sepia(99%) saturate(1800%) hue-rotate(358deg) brightness(102%) contrast(104%)
}

/* Figma 250:7244 — Visit the Office. */
.abr-contact-office .abr-section-heading h2{margin:0;color:var(--abr-navy);font-size:60px;font-weight:900;letter-spacing:-1.5px;line-height:60px;text-transform:uppercase}
.abr-contact-office .abr-section-heading h2 span{color:#a8a29e}
.abr-contact-office .abr-section-heading>p{align-self:end;margin:0 0 43px;}
.abr-contact-office .abr-map-card{height:761px}
.abr-contact-office .abr-map-card iframe,.abr-contact-office .abr-map-placeholder{width:100%;height:761px;border:0}
.abr-contact-office .abr-map-card aside{height:761px;justify-content:space-between}
.abr-contact-office .abr-office-pin img{width:32px;height:32px}
.abr-contact-office .abr-map-card aside>.abr-kicker{margin:0 0 12px;color:var(--abr-yellow);font-size:16px;letter-spacing:3.52px;line-height:24px}
.abr-contact-office .abr-map-card aside>p:not(.abr-kicker){margin:0}
.abr-contact-office .abr-office-actions{margin-top:0}
.abr-contact-office .abr-office-actions a{display:flex;min-height:56px;align-items:center;justify-content:space-between;padding:16px 20px;font-size:16px;letter-spacing:.8px;line-height:24px}
.abr-contact-office .abr-office-actions a span{display:flex;align-items:center;gap:12px}
.abr-contact-office .abr-office-actions a img{width:20px;height:20px;flex:none}
.abr-contact-office aside ul{display:flex;flex-direction:column;gap:11.5px;margin:0;padding:28px 0 0}
.abr-contact-office aside li{display:flex;align-items:center;gap:12px;margin:0;font-size:16px;line-height:24px}
.abr-contact-office aside li:before{display:none}
.abr-contact-office aside li img{width:20px;height:20px;flex:none}

/* Figma 250:7380 — Or Skip Straight Ahead. */
.abr-contact-appraisal .abr-kicker{display:flex;align-items:center;gap:12px;margin:0;color:var(--abr-yellow);font-size:16px;font-weight:800;letter-spacing:3.52px;line-height:24px}
.abr-contact-appraisal .abr-kicker:before{width:40px;height:2px;flex:none;content:"";background:var(--abr-yellow)}
.abr-contact-appraisal .abr-appraisal-copy>p:not(.abr-kicker){margin:32px 0 0}
.abr-contact-appraisal .abr-appraisal-actions{margin-top:20px}
.abr-contact-appraisal .abr-appraisal-actions a{gap:12px;justify-content:center;color:var(--abr-navy);font-size:16px;letter-spacing:.8px;line-height:24px}
.abr-contact-appraisal .abr-appraisal-actions a img{width:20px;height:20px;flex:none}
.abr-contact-appraisal .abr-appraisal-actions .abr-button-secondary{padding:18px 30px;color:#fff}
.abr-contact-appraisal .abr-appraisal-benefits{margin-top:19.5px}
.abr-contact-appraisal .abr-appraisal-benefits span{display:flex;align-items:center;gap:8px;color:#fff;font-size:16px;line-height:24px}
.abr-contact-appraisal .abr-appraisal-benefits span img{width:20px;height:20px;flex:none}
.abr-contact-appraisal .abr-quick-connect>div{align-items:center}
.abr-contact-appraisal .abr-quick-icon img{width:28px;height:28px}
.abr-contact-appraisal .abr-quick-connect>a>img{width:20px;height:20px}
.abr-contact-appraisal .abr-quick-connect>a span small{color:#57534e;font-weight:600}

@media(max-width:991px){
    .abr-contact-office .abr-map-card{height:auto}
    .abr-contact-office .abr-map-card aside{height:auto;gap:24px}
    .abr-contact-appraisal{background:var(--abr-navy)}
}

@media(max-width:575px){
    .abr-contact-office .abr-section-heading>p{margin-bottom:0}
    .abr-contact-office .abr-map-card iframe{height:360px}
    .abr-contact-office .abr-office-actions a{font-size:13px}
    .abr-contact-appraisal .abr-appraisal-actions a{width:100%}
    .abr-contact-appraisal .abr-appraisal-benefits{gap:12px}
}

/* Contact information â€” Figma node 250:6980. */
.abr-contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.abr-contact-details>.abr-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0
}

.abr-contact-details>.abr-kicker:before {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--abr-yellow)
}

.abr-contact .abr-contact-details__title {
    margin: 0;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: -1.3px
}

.abr-contact-details__title span {
    display: block
}

.abr-contact-details__title span:nth-child(n+2) {
    color: #a8a29e
}

.abr-contact-details>p:not(.abr-kicker) {
    margin: 0;
    padding-top: 7px;
    color: #44403c;
    font-size: 18px;
    line-height: 29.25px;
    font-weight: 500
}

.abr-contact .abr-contact-methods {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding-top: 20px
}

.abr-contact .abr-contact-methods>a,.abr-contact .abr-contact-methods>div {
    display: flex;
    min-height: 104px;
    gap: 20px;
    align-items: center;
    padding: 24px 24px 24px 28px;
    border-left: 4px solid var(--abr-yellow);
    background: #f2f5f7
}

.abr-contact .abr-contact-methods>a:first-child {
    min-height: 108px
}

.abr-method-icon {
    display: grid;
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    place-items: center;
    background: var(--abr-navy)
}

.abr-method-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain
}

.abr-method-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 4px
}

.abr-contact-methods .abr-method-copy b {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px
}

.abr-contact-methods .abr-method-copy strong {
    overflow: hidden;
    color: #1c1917;
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    letter-spacing: -.4px;
    text-overflow: ellipsis
}

.abr-contact-methods>a:first-child .abr-method-copy strong {
    font-size: 24px;
    line-height: 32px
}

.abr-method-arrow {
    flex: 0 0 20px;
    font-size: 20px;
    font-weight: 900
}

.abr-contact .abr-hours {
    display: flex;
    min-height: 317.5px;
    flex-direction: column;
    gap: 11.5px;
    margin-top: 0;
    padding: 52px 32px 40px;
    border-bottom: 8px solid var(--abr-yellow)
}

.abr-contact .abr-hours h3 {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 0 0 12px;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.48px
}

.abr-contact .abr-hours h3 span {
    font-size: 24px
}

.abr-contact .abr-hours p {
    min-height: 37px;
    margin: 0;
    padding: 0 0 13px;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600
}

.abr-contact .abr-hours .abr-hours-after {
    min-height: 24px;
    padding: 0;
    border-bottom: 0;
    color: rgba(255,255,255,.8)
}

@media(max-width: 575px) {
    .abr-contact .abr-contact-details__title {
        font-size:38px;
        line-height: 40px
    }

    .abr-contact .abr-contact-methods>a,.abr-contact .abr-contact-methods>div {
        /* display: grid; */
        /* grid-template-columns: 56px minmax(0,1fr) 20px; */
        gap: 14px;
        padding: 20px 16px
    }

    .abr-method-copy {
        grid-column: 2
    }

    .abr-method-arrow {
        grid-column: 3;
        grid-row: 1
    }

    .abr-contact-methods .abr-method-copy strong,.abr-contact-methods>a:first-child .abr-method-copy strong {
        font-size: 17px;
        line-height: 24px
    }

    .abr-contact .abr-hours {
        padding: 38px 22px 30px
    }

    .abr-contact .abr-hours p {
        gap: 15px
    }

    .abr-contact .abr-hours strong {
        text-align: right;
    }
}

/* Market Commentary archive â€” Figma sections 01â€“04. */
.abr-market-feature {
    background: #fff
}

.abr-market-feature .abr-feature-card {
    grid-template-columns: 752.5px 537.5px
}

.abr-market-feature .abr-feature-card__image img {
    height: 698px;
    object-fit: cover
}

.abr-market-feature .abr-badge--secondary {
    left: 173px;
    background: var(--abr-navy);
    color: #fff
}

.abr-market-feature .abr-feature-card__body {
    border-right: 3px solid var(--abr-yellow);
    padding: 48px;
    background: #f2f5f6;
    justify-content: flex-start
}

.abr-market-feature .abr-feature-card__body h3 {
    font-size: 36px;
    line-height: 40px;
    margin: 16px 0 20px
}

.abr-market-feature .abr-feature-card__body>p:not(.abr-card-meta) {
    font-size: 16px;
    line-height: 28px
}

.abr-market-feature .abr-inline-stats {
    margin: 24px 0 0;
    gap: 4px
}

.abr-market-feature .abr-inline-stats span {
    height: 97px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.abr-market-feature .abr-feature-card__body footer {
    border-top: 1px solid #ccd5d9;
    margin-top: auto;
    padding-top: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.abr-feature-author {
    display: flex;
    align-items: center;
    gap: 12px
}

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

.abr-feature-author span {
    display: flex;
    flex-direction: column;
    font-size: 11px
}

.abr-feature-author small {
    color: #6e7c82;
    margin-top: 4px
}

.abr-market-notebook {
    /* padding: 112px 0 116px; */
}

.abr-market-notebook .abr-section-heading {
    margin-bottom: 40px
}

.abr-market-notebook .abr-filter-list {
    align-items: center;
    margin-bottom: 36px
}

.abr-market-notebook .abr-filter-list>span {
    font-size: 12px;
    font-weight: 800;
    margin-right: 6px
}

.abr-market-notebook .abr-filter-list button {
    appearance: none;
    border: 1px solid var(--abr-navy);
    background: #fff;
    color: var(--abr-navy);
    padding: 13px 20px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer
}

.abr-market-notebook .abr-filter-list button.is-active {
    background: var(--abr-navy);
    color: var(--abr-yellow)
}

.abr-market-notebook .abr-filter-list button:focus-visible {
    outline: 3px solid var(--abr-yellow);
    outline-offset: 3px
}

.abr-filter-status {
    font-size: 12px;
    font-weight: 700;
    min-height: 18px;
    margin-bottom: 18px
}

.abr-market-grid .abr-editorial-card[hidden] {
    display: none
}

.abr-market-grid {
    gap: 28px
}

.abr-market-grid .abr-editorial-card {
    height: 100%
}

.abr-market-grid .abr-editorial-card__body>p:not(.abr-card-meta) {
    font-size: 14px;
    line-height: 23px
}

.abr-data-section {
    padding: 112px 0 96px
}

.abr-data-grid {
    border-top: 3px solid var(--abr-yellow)
}

.abr-data-grid>div {
    min-height: 225px;
    position: relative;
    padding: 30px 28px;
    background: #f2f5f6
}

.abr-data-grid>div i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    background: var(--abr-navy);
    color: var(--abr-yellow);
    font-style: normal;
    font-weight: 800;
    margin-bottom: 22px
}

.abr-data-grid strong {
    position: absolute;
    right: 28px;
    top: 16px;
    font-size: 20px;
    line-height: 38px
}

.abr-data-grid strong em {
    color: var(--abr-yellow);
    font-size: 22px;
    font-style: normal
}

.abr-data-grid span {
    font-size: 13px;
    margin-bottom: 12px
}

.abr-data-grid p {
    font-size: 13px;
    line-height: 21px;
    padding: 0;
    margin: 0;
    color: #52636b
}

.abr-data-note {
    margin-top: 36px;
    border-left: 3px solid var(--abr-yellow);
    background: #f5f7f8;
    padding: 24px 28px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .03em
}

.abr-market .abr-newsletter {
    /* min-height: 720px; */
    padding: 112px 0;
    background: linear-gradient(90deg,var(--abr-navy) 0 66.67%,var(--abr-yellow) 66.67%)
}

.abr-market .abr-newsletter__grid {
    grid-template-columns: 735.833px 514.167px;
    gap: 40px
}

.abr-market .abr-newsletter h2 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1.5px;
    margin: 18px 0 28px
}

.abr-market .abr-newsletter__grid>div>p:not(.abr-kicker) {
    max-width: 670px;
    font-size: 16px;
    line-height: 27px
}

.abr-market .abr-newsletter form {
    margin-top: 35px;
    /* height: 58px; */
    border-bottom: 4px solid var(--abr-yellow);
    padding: 0;
}

.abr-market .abr-newsletter form button {
    background: var(--abr-navy);
    color: #fff;
    margin: 5px;
    padding: 10px 22px
}

.abr-market .abr-newsletter aside {
    margin-left: 0;
    padding: 40px;
    min-height: 360px;
    border-bottom: 4px solid var(--abr-yellow);
    display: flex;
    flex-direction: column;
    justify-content: center
}

.abr-market .abr-newsletter aside strong {
    font-size: 16px
}

.abr-market .abr-newsletter aside p {
    font-size: 14px;
    line-height: 24px;
    margin: 18px 0 30px
}
@media(max-width: 1499.5px){
    .abr-contact-social .abr-social-grid strong {
    font-size: 24px;
    line-height: 30px;
}
    .abr-contact-social, .abr-contact .abr-section {
    padding: 4rem 0;
}
}
@media(max-width: 1319px) {
    .abr-market-feature .abr-feature-card {
        grid-template-columns:58.33% 41.67%
    }

    .abr-market .abr-newsletter__grid {
        grid-template-columns: minmax(0,1.43fr) minmax(0,1fr)
    }
}

@media(max-width: 991px) {
    .abr-market-feature .abr-feature-card,.abr-market .abr-newsletter__grid {
        grid-template-columns:1fr
    }

    .abr-market-feature .abr-feature-card__image img {
        height: 520px
    }

    .abr-market .abr-newsletter {
        background: var(--abr-navy)
    }

    .abr-market .abr-newsletter aside {
        max-width: none
    }
    .abr-section-heading>p {
    max-width: 100%;
    margin: 0 !important;
}
}

@media(max-width: 575px) {
    .abr-market-feature .abr-feature-card__image img {
        height:360px
    }

    .abr-market-feature .abr-feature-card__body {
        padding: 28px
    }

    .abr-market-notebook .abr-filter-list button {
        width: 100%;
        text-align: left
    }

    .abr-data-grid>div {
        min-height: auto
    }

    .abr-market .abr-newsletter h2 {
        font-size: 38px;
        line-height: 40px;
        margin: 0;
    }
}

.abr-market .abr-newsletter aside>small {
    color: #718088;
    margin-top: 4px
}

.abr-news-trust {
    display: flex;
    gap: 24px;
    margin-top: 18px;
    color: #d8e3e7;
    font-size: 12px
}

.abr-news-contact {
    border-top: 1px solid #dce2e4;
    margin: 0 0 24px
}

.abr-news-contact a {
    display: grid;
    grid-template-columns: 28px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #dce2e4;
    color: var(--abr-navy);
    font-size: 11px
}

.abr-news-contact a>b {
    color: #d1a900
}

.abr-news-contact a>span {
    display: flex;
    flex-direction: column;
    font-weight: 800
}

.abr-news-contact a small {
    font-weight: 500;
    color: #68777e;
    margin-top: 3px
}

@media(max-width: 575px) {
    .abr-news-trust {
        flex-direction:column;
        gap: 6px
    }
}

/* Full-width Market Commentary article â€” sidebar intentionally omitted. */
.abr-market-single .abr-editorial-hero--single .abr-editorial-hero__inner {
    max-width: 1290px
}

.abr-market-single .abr-editorial-hero--single h1 {
    max-width: 980px
}

.abr-market-article {
    display: block
}

.abr-market-article .abr-article-main {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto
}

.abr-market-article .abr-article-cover {
    width: 100%;
    margin: 0 0 40px
}

.abr-market-article .abr-article-cover img {
    width: 100%;
    height: 620px;
    object-fit: cover
}

.abr-market-article .abr-inline-stats {
    max-width: 720px;
    margin: 0 auto 45px
}

.abr-market-article .abr-article-lead,.abr-market-article .abr-entry-content,.abr-market-article .abr-key-points {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto
}

.abr-market-article .abr-author-box {
    max-width: 850px;
    margin: 55px auto 0
}

.abr-market-article .abr-entry-content {
    font-size: 17px;
    line-height: 30px
}

.abr-market-article .abr-entry-content h2 {
    font-size: 34px;
    line-height: 40px;
    margin-top: 58px
}

.abr-market-article .abr-entry-content h3 {
    font-size: 24px;
    line-height: 31px;
    margin-top: 38px
}

@media(max-width: 991px) {
    .abr-market-article .abr-article-cover img {
        height:auto
    }

    .abr-market-article .abr-inline-stats,.abr-market-article .abr-article-lead,.abr-market-article .abr-entry-content,.abr-market-article .abr-key-points,.abr-market-article .abr-author-box {
        max-width: 100%
    }
}

/* Market Commentary report layout from the supplied inner-page reference. */
.abr-market-single .abr-editorial-hero--single {
    min-height: 530px
}

.abr-market-single .abr-editorial-hero--single .abr-editorial-hero__inner {
    max-width: 1290px
}

.abr-market-single .abr-editorial-hero--single h1 {
    max-width: 900px;
    font-size: 54px;
    line-height: 56px
}

.abr-market-single .abr-article-section {
    padding-top: 40px
}

.abr-market-report-cover {
    width: 100%;
    height: 560px;
    margin: 0 0 40px;
    overflow: hidden
}

.abr-market-report-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.abr-market-report-layout {
    display: grid;
    grid-template-columns: 392.667px 841.333px;
    gap: 56px;
    align-items: start
}

.abr-market-report-layout .abr-article-main {
    width: 100%;
    max-width: none
}

.abr-market-report-layout .abr-article-sidebar {
    position: sticky;
    top: 145px
}

.abr-market-report-layout .abr-article-sidebar>div {
    margin-bottom: 20px;
    background: #f2f5f6;
    border-left: 0;
    border-top: 3px solid var(--abr-yellow);
    padding: 28px
}

.abr-market-report-layout .abr-article-sidebar>div>strong {
    font-size: 13px;
    letter-spacing: .1em
}

.abr-report-snapshot {
    background: var(--abr-navy)!important;
    color: #fff!important;
    border-top-color: var(--abr-yellow)!important
}

.abr-report-snapshot>strong {
    color: var(--abr-yellow)
}

.abr-report-snapshot dl {
    margin: 22px 0 0
}

.abr-report-snapshot dl>div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255,255,255,.15)
}

.abr-report-snapshot dt {
    font-size: 12px;
    font-weight: 500
}

.abr-report-snapshot dd {
    margin: 0;
    color: var(--abr-yellow);
    font-size: 13px;
    font-weight: 900
}

.abr-market-report-layout .abr-article-sidebar nav a {
    border-bottom: 1px solid #d9e0e3;
    padding: 11px 0;
    font-size: 12px
}

.abr-market-report-layout .abr-sidebar-agent {
    border-bottom: 4px solid var(--abr-yellow)
}

.abr-market-report-layout .abr-inline-stats--wide {
    max-width: none;
    margin: 0 0 38px;
    background: #f2f5f6;
    border-top: 3px solid var(--abr-yellow)
}

.abr-market-report-layout .abr-inline-stats--wide span {
    min-height: 100px
}

.abr-market-report-layout .abr-article-lead {
    margin: 0 0 34px;
    font-size: 19px;
    line-height: 31px
}

.abr-market-report-layout .abr-entry-content {
    max-width: none;
    font-size: 16px;
    line-height: 27px
}

.abr-market-report-layout .abr-entry-content h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 50px 0 20px
}

.abr-market-report-layout .abr-entry-content h3 {
    font-size: 22px;
    line-height: 29px;
    margin: 34px 0 16px
}

.abr-market-report-layout .abr-entry-content ul {
    padding-left: 20px
}

.abr-market-report-layout .abr-entry-content li {
    margin-bottom: 10px
}

.abr-market-report-layout .abr-entry-content blockquote {
    border-left: 3px solid var(--abr-yellow);
    padding: 20px 28px;
    margin: 36px 0;
    background: #f7f8f8;
    font-size: 19px
}

.abr-market-report-layout .abr-entry-content figure {
    margin: 38px 0
}

.abr-market-report-layout .abr-entry-content figure img {
    width: 100%;
    height: auto
}

.abr-market-report-layout .abr-author-box {
    max-width: none
}

.abr-market-single .abr-related {
    padding: 100px 0
}

.abr-market-single .abr-related .abr-section-heading {
    grid-template-columns: 1fr auto
}

@media(max-width: 1319px) {
    .abr-market-report-layout {
        grid-template-columns:minmax(280px,392.667px) minmax(0,841.333px)
    }
}

@media(max-width: 991px) {
    .abr-market-report-cover {
        height:auto
    }

    .abr-market-report-cover img {
        height: auto
    }

    .abr-market-report-layout {
        grid-template-columns: 1fr
    }

    .abr-market-report-layout .abr-article-sidebar {
        position: static
    }

    .abr-market-single .abr-editorial-hero--single h1 {
        font-size: 44px;
        line-height: 47px
    }
}

/* Exact Figma node 250:11218 refinements. */
.abr-market-single .abr-editorial-hero--single {
    height: 572px;
    min-height: 572px;
    padding: 102px 0 0;
    background-image: linear-gradient(rgba(0,43,69,.84),rgba(0,43,69,.84)),var(--hero);
    background-position: center 17%
}

.abr-market-single .abr-editorial-hero--single .abr-editorial-hero__inner {
    height: 470px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 64px 0
}

.abr-market-single .abr-editorial-hero--single .abr-crumb {
    margin: 0
}

.abr-report-labels {
    display: flex;
    gap: 12px
}

.abr-report-labels span {
    background: rgba(255,255,255,.1);
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    letter-spacing: .8px
}

.abr-report-labels span:first-child {
    background: var(--abr-yellow);
    color: var(--abr-navy)
}

.abr-market-single .abr-editorial-hero--single h1 {
    width: 1024px;
    max-width: 1024px;
    min-height: 136px;
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1.5px
}

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

.abr-market-single .abr-single-meta {
    width: 100%;
    min-height: 73px;
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.15);
    display: flex;
    align-items: center;
    gap: 32px;
    font-size: 14px
}

.abr-market-single .abr-single-meta>b {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    background: var(--abr-yellow);
    color: var(--abr-navy);
    font-size: 20px
}

.abr-market-single .abr-single-meta>span {
    display: flex;
    flex-direction: column
}

.abr-market-single .abr-single-meta>span strong {
    font-size: 16px;
    letter-spacing: .8px
}

.abr-market-single .abr-single-meta>span small {
    color: rgba(255,255,255,.7);
    margin-top: 3px
}

.abr-market-single .abr-single-meta>span:nth-last-child(-n+2) {
    display: block;
    padding-left: 24px;
    border-left: 1px solid rgba(255,255,255,.15)
}

.abr-market-single .abr-article-section {
    padding-top: 37px
}

.abr-market-report-cover {
    height: 590px;
    margin-bottom: 35px;
    overflow: visible
}

.abr-market-report-cover>img {
    display: block;
    width: 100%;
    height: 550px;
    object-fit: cover
}

.abr-market-report-cover figcaption {
    height: 24px;
    margin-top: 15px;
    color: #78716c;
    font-size: 16px;
    line-height: 24px;
    font-style: italic
}

.abr-market-report-layout {
    grid-template-columns: 392.667px 841.333px;
    gap: 56px
}

.abr-market-report-layout .abr-article-sidebar>div {
    margin-bottom: 32px
}

.abr-market-report-layout .abr-report-snapshot {
    height: 397px;
    padding: 32px 32px 40px;
    border-top: 0;
    border-bottom: 8px solid var(--abr-yellow)
}

.abr-report-snapshot>strong {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 3.52px
}

.abr-report-snapshot>strong:before {
    content: "";
    width: 32px;
    height: 2px;
    background: var(--abr-yellow)
}

.abr-report-snapshot dl {
    margin-top: 20px
}

.abr-report-snapshot dl>div {
    height: 46px;
    padding: 0 0 13px;
    margin-bottom: 16px;
    align-items: center
}

.abr-report-snapshot dt {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(255,255,255,.8)
}

.abr-report-snapshot dd {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: -.44px
}

.abr-market-report-layout .abr-article-sidebar>div:nth-child(2) {
    height: 447px;
    padding: 32px 28px
}

.abr-market-report-layout .abr-article-sidebar>div:nth-child(2) nav {
    margin-top: 20px
}

.abr-market-report-layout .abr-article-sidebar>div:nth-child(2) nav a {
    height: 42px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 22px
}

.abr-report-share {
    height: 209px;
    padding: 29px!important
}

.abr-report-share>strong {
    font-size: 16px!important;
    line-height: 27px
}

.abr-report-share p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 20px 0 0
}

.abr-report-share p a {
    height: 48px;
    border: 1px solid #d5dde0;
    display: flex;
    align-items: center;
    padding: 12px 16px!important;
    font-size: 13px!important;
    font-weight: 700
}

.abr-market-report-layout .abr-sidebar-agent {
    height: 290px;
    padding: 28px;
    background: var(--abr-navy)!important;
    border-bottom: 8px solid var(--abr-yellow);
    color: #fff;
    display: block
}

.abr-sidebar-agent>div {
    display: flex;
    align-items: center;
    gap: 16px
}

.abr-sidebar-agent>div>b {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    background: var(--abr-yellow);
    color: var(--abr-navy);
    font-size: 22px
}

.abr-sidebar-agent>div>span {
    display: flex;
    flex-direction: column
}

.abr-sidebar-agent>div small {
    margin-top: 4px;
    color: rgba(255,255,255,.7)
}

.abr-sidebar-agent>p {
    font-size: 14px;
    line-height: 24px;
    margin: 16px 0
}

.abr-market-report-layout .abr-article-main>.abr-inline-stats--wide {
    margin-top: 0
}

.abr-market-report-layout .abr-article-lead {
    font-size: 21px;
    line-height: 33px;
    min-height: 165px;
    border-left: 0;
    padding-left: 0
}

.abr-market-report-layout .abr-entry-content {
    font-size: 16px;
    line-height: 30.5px
}

.abr-market-report-layout .abr-entry-content h2 {
    font-size: 32px;
    line-height: 40px;
    margin-top: 35px;
    border-top: 0
}

.abr-market-report-layout .abr-inline-stats--wide {
    height: 151px;
    padding: 0;
    gap: 4px;
    background: transparent;
    border-top: 0
}

.abr-market-report-layout .abr-inline-stats--wide span {
    height: 151px;
    min-height: 151px;
    align-items: flex-start;
    padding: 28px 24px;
    border-top: 4px solid var(--abr-yellow);
    font-size: 13px
}

.abr-market-report-layout .abr-inline-stats--wide strong {
    font-size: 24px;
    line-height: 36px
}
section.abr-section.abr-contact-office h3 {
    color: #fff;
}
@media (max-width: 1499.5px) {
    .abr-editorial-hero h1 {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -1.5px;
}
    
}
@media(max-width: 1319px) {
    .abr-market-single .abr-editorial-hero--single .abr-editorial-hero__inner {
        max-width:calc(100% - 48px)
    }

    .abr-market-report-layout {
        grid-template-columns: minmax(280px,392.667px) minmax(0,841.333px)
    }

    .abr-market-single .abr-editorial-hero--single h1 {
        width: auto;
        max-width: 100%
    }
}

@media(max-width: 991px) {
        .abr-editorial-hero h1 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -1.8px;
    }
    .abr-market-single .abr-editorial-hero--single {
        height:auto;
        min-height: 620px;
        padding-top: 40px
    }

    .abr-market-single .abr-editorial-hero--single .abr-editorial-hero__inner {
        height: auto;
        padding: 50px 0
    }

    .abr-market-single .abr-editorial-hero--single h1 {
        min-height: 0;
        font-size: 44px;
        line-height: 47px
    }

    .abr-market-report-cover {
        height: auto;
        margin-bottom: 50px
    }

    .abr-market-report-cover>img {
        height: auto
    }

    .abr-market-report-layout {
        grid-template-columns: 1fr
    }

    .abr-market-report-layout .abr-article-sidebar {
        position: static
    }

    .abr-market-report-layout .abr-report-snapshot,.abr-market-report-layout .abr-article-sidebar>div:nth-child(2),.abr-report-share,.abr-market-report-layout .abr-sidebar-agent {
        height: auto
    }

    .abr-market-report-layout .abr-inline-stats--wide {
        height: auto
    }

    .abr-market-report-layout .abr-inline-stats--wide span {
        height: auto;
        min-height: 110px
    }
    .abr-contact-office .abr-map-card h3 {
    font-size: 26px;
}
.abr-contact-office .abr-office-actions a span {
    text-align: left;
}
.abr-feature-section {
    padding: 4rem 0;
}
.abr-section-heading {
    margin-bottom: 30px;
}
.abr-market-feature .abr-feature-card__body h3 {
    font-size: 26px;
    line-height: 32px;
}
.abr-data-grid strong {
    position: relative;
    right: 0;
    top: 0;
}
    .abr-market .abr-newsletter--market .abr-newsletter__grid {
    padding: 0rem 0px;
}
    .abr-market .abr-newsletter{
        padding: 5rem 0px;
    }
}

@media(max-width: 575px) {
    .abr-report-labels {
        flex-wrap:wrap
    }

    .abr-report-labels span {
        font-size: 12px
    }

    .abr-market-single .abr-editorial-hero--single h1 {
        font-size: 32px;
        line-height: 39px
    }

    .abr-market-single .abr-single-meta {
        flex-wrap: wrap
    }

    .abr-market-single .abr-single-meta>span:nth-last-child(-n+2) {
        padding-left: 0;
        border-left: 0
    }

    .abr-market-report-cover figcaption {
        font-size: 12px
    }

    .abr-report-share p {
        grid-template-columns: 1fr
    }
}
