#brandBanner.section.content-wrapper {
    /*background-image: url('/ui/assets/GBPX_Showcase-desktop.png');*/
    background-position: 100%;
    background-size: cover;
}

#brandBanner.section.content {
    min-height: auto;
}

.h1.hero {
    margin-top: 6px;
    margin-bottom: 10px;

}

.brand.locality.title-wrapper {
    padding: 1px;
    border-radius: 999px;

    background: var(--toolbarBorder);

    backdrop-filter: blur(6px) saturate(60%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);

    transition: all 0.5s cubic-bezier(0.00, 1.13, 0.00, 0.97);
}

.brand.locality.title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    height: 100%;
    min-width: 0;
    margin: 0;
    border-radius: 999px;
    padding: 7px 16px;

    font-size: 18px;
    font-weight: 600;

    background: var(--toolbarBackground);
    color: var(--toolbarText);

    transition: all 0.5s cubic-bezier(0.00, 1.13, 0.00, 0.97);
}

.brand.seo-intro {
    width: min(100% - 32px, 680px);
    margin-top: 14px;

    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;

    color: var(--toolbarText);
}
