﻿:root {
    --sa-max-width: 1440px;
}

:root,
[data-bs-theme=light] {
    --sa-max-width: 1440px;
}
/* common style */
h1 {
    font-size: 64px;
    line-height: 72px;
}

h2 {
    font-size: 48px;
    line-height: 56px;
}

@media(max-width: 767.98px) {
    h1 {
        font-size: 48px;
        line-height: 56px;
    }

    h2 {
        font-size: 36px;
        line-height: 48px;
    }
}

.bg-green {
    background: #84ee5e;
}

.sa-text-primary {
    color: var(--sa-text-primary);
}

.sa-text-secondary {
    color: var(--sa-text-secondary);
}

.sa-text-primary-inverse {
    color: var(--sa-text-primary-inverse);
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

/* similar bs style */
.d-flex {
    display: flex;
}

.d-flex-row {
    flex-direction: row;
}

.d-flex-col {
    flex-direction: column;
}

.align-items-flex-start {
    align-items: flex-start;
}

.align-items-center {
    align-items: center;
}

.align-content-center {
    align-content: center;
}

.align-self-stretch {
    align-self: stretch;
    color: #55556A;
}

.gap-8px {
    gap: 8px;
}

.d-none {
    display: none !important
}

.padding-left2 {
    padding-left: 2px;
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: flex !important
    }
}

/* line height */
main p {
    line-height: 24px;
    letter-spacing: 0;
}



main .default-content-wrapper ul {
    line-height: 1.5;
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* overwrite filament style */
label,
main ul,
main ol {
    margin: 0;
}


img {
    max-width: 100%;
}

main a,
main a:hover,
main a:focus {
    text-decoration: none;
}

td, th {
    padding: 10px 15px;
}

@media(max-width:991.98px) {
    td, th {
        padding: 10px 5px;
    }
}
/* font size */


@media(min-width:992px) {
    .how-to,
    .desc {
        font-size: 16px;
    }

    .author {
        font-size: 3.2rem;
    }

    .default-content-wrapper ol,
    .default-content-wrapper ul {
        font-size: 16px;
    }

    .btn-link-to {
        font-size: 2.2rem;
    }
}

@media (min-width: calc(1920px/1.5)) {
    h3 {
        font-size: 2.2rem;
    }


    .desc {
        font-size: 2rem;
    }
}

@media (min-width: calc(1920px/1.25)) {
    h3 {
        font-size: 2.4rem;
    }



    .desc {
        font-size: 2rem;
    }
}

@media (min-width: calc(1920px/1.1)) {
    h3 {
        font-size: 2.4rem;
    }

    .desc {
        font-size: 2rem;
    }
}

@media (min-width:1920px) {
    h3 {
        font-size: 2.6rem;
    }


    .desc {
        font-size: 2.4rem;
    }
}


@media(max-width:991.98px) {
    .how-to {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.8rem;
    }
}

/* color */
main {
    color: var(--sa-text-secondary);
}

    main a {
        color: #007dbc;
    }

.how-to {
    color: #29abe2;
}

.next-how-to {
    color: #075484;
}

    .next-how-to a:hover,
    .next-how-to a:focus {
        color: #01374f
    }

/* font weight */
main a,
strong,
.author {
    font-weight: 700;
}

h1, h2, h3 {
    font-weight: 600;
    color: var(--sa-text-primary);
}

.default-content-wrapper ul strong,
.default-content-wrapper ul li::marker,
.default-content-wrapper ol strong { /*#Bug22575*/
    font-weight: 700;
}

/* space */
.cta-container,
.embeded-img-contaner {
    padding: 2rem 0;
}

.sa-insights-form-container > .sa-nav-demobutton-group button {
    margin-top: 30px;
    padding: 0 30px;
}

@media(max-width:991.98px) {
    h3 {
        margin-top: 32px;
        scroll-margin: 90px;
    }

    .cta-container {
        padding: 15px 0;
    }
}

/* start: hero section*/
.hero-container {
    position: relative;
}

@media (min-width: 992px) {
    .hero-container .hero-text-wrapper {
        width: 50%;
        padding: 10px 0;
    }
}

/*#Bug22529*/
.hero-container .hero-image-wrapper {
    padding-bottom: 2.6vw;
    /*text-align: end;*/
    /*padding-right: 3.79vw;*/
    position: absolute;
    right: 0;
    top: -3.5vw;
    width: 48vw;
    /*background-image: url(../../../Images/sparse_slash_bg.svg);*/
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: top 100% right 0;
}

@media (min-width: calc(1920px/1.5)) {
    .hero-image-wrapper img {
        max-width: 90%; /*#Bug22529*/
    }
}

/* end: hero section*/


.cta-container img {
    max-width: 100%;
    width: 92%; /*#Bug22575*/
}

.express-wrapper {
    display: flex;
}

    .express-wrapper span:first-child {
        font-style: italic;
        margin-right: 10px;
    }

.topic-wrapper {
    font-weight: 700;
    margin-top: 30px;
}

    .topic-wrapper a {
        text-decoration: none;
    }

.default-content-wrapper > :is(ol,ul) {
    line-height: 2;
}

.default-content-wrapper ol.step {
    list-style-type: none;
    list-style-position: inside;
    padding-left: 0;
}

    .default-content-wrapper ol.step li > span {
        display: flex;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 16px;
    }

        .default-content-wrapper ol.step li > span svg {
            margin-right: 10px;
        }


.social-content {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, auto);
    margin-right: auto;
    gap: 50px;
    align-items: center;
    justify-content: flex-start;
}

@media(min-width:992px) {

    .topic-form-content {
        margin-left: 33.5%;
        margin-bottom: 20px;
        margin-top: 0;
        width: 100%;
    }
}

.btn-link-to {
    color: #047dbb;
    font-size: 2.2rem;
    border: 0;
    background-color: transparent;
    padding: 0;
    font-weight: 700;
}


/* Added for rebrand blog proj - start */

.sa-layout-section.blog {
    max-width: unset !important;
    padding: 0;
}



/*start: breadcrumb */
.breadcrumb-section {
    display: flex;
    align-items: flex-start;
    gap: var(--sa-space-xs);
    padding: var(--sa-space-l) 0;
}

    .breadcrumb-section .section {
        display: flex;
        align-items: center;
        gap: var(--sa-space-xs);
        flex: 1 0 0;
        margin: 0 auto;
        justify-content: center;
    }

.breadcrumb-container {
    display: flex;
    padding: var(--sa-space-l) var(--sa-space-xl);
    gap: var(--sa-space-xs);
    flex: 1 0 0;
    flex-wrap: wrap;
    max-width: var(--sa-max-width, 1440)
}

.breadcrumb-path {
    color: var(--sa-text-tertiary);
    display: flex;
    align-items: center;
    gap: var(--sa-space-xs);
}

    .breadcrumb-path a {
        color: var(--sa-text-link);
        font-weight: 700;
        text-decoration: none;
    }

        .breadcrumb-path a:hover {
            color: var(--sa-text-link-hover);
        }

    .breadcrumb-path p {
        color: var(--sa-text-link-pressed);
        margin: 0;
    }

    .breadcrumb-path p,
    .breadcrumb-path a {
        line-height: 20px;
        font-size: 14px;
    }

@media (max-width: 767.98px) {
    .breadcrumb-path {
        flex-wrap: wrap;
    }

        .breadcrumb-path p {
            flex-basis: 100%;
        }
}

/*.breadcrumb-section {
    padding: var(--sa-space-2xl, 32px) var(--sa-space-l, 16px);
    margin-left: auto;
    margin-right: auto;
    overflow-x: clip;
    position: relative;
    max-width: var(--sa-max-width);
}*/

/*end: breadcrumb */


.content-post .container {
    max-width: var(--sa-max-width);
    padding: 0px 16px;
    gap: 40px 40px;
    margin: 0 auto;
    flex-wrap: wrap;
}

    .content-post .container .col-1,
    .content-post .container .col-2 {
        min-width: 353px;
        flex: 1 0 0;
    }

        .content-post .container .col-1 .row {
            max-width: 688px;
            gap: 16px;
        }

            .content-post .container .col-1 .row .content {
                gap: 32px;
            }

                .content-post .container .col-1 .row .content .text {
                    gap: 16px;
                }

                    .content-post .container .col-1 .row .content .text .value {
                        line-height: 18px;
                        letter-spacing: 0;
                        color: var(--sa-text-tertiary);
                    }

                    .content-post .container .col-1 .row .content .text h2 {
                        color: var(--sa-text-primary, #222236);
                        font-size: 48px;
                        font-style: normal;
                        line-height: 56px;
                        letter-spacing: 0;
                    }

.written-by {
    color: var(--sa-text-secondary, #3F3F54);
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
}

.written-by {
    font-weight: 400;
}

.date {
    color: var(--sa-text-secondary, #3F3F54);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

.content-post .container .col-2 .hero-img {
    /*height: 448.07px;*/
    padding: 8px;
    gap: 0;
}

.hero-img img {
    border-radius: var(--Border-Radius-S, 8px);
}

.hero-section {
    padding: var(--sa-space-3xl) 0;
}

@media(max-width: 767.98px) {
    .written-by {
        font-size: 18px;
        line-height: 26px;
    }

    .content-post .container .col-2 .hero-img {
        height: unset;
    }
}

@media(max-width: 392.98px) {
    .content-post .container {
        padding: 0;
    }
}

@media(min-width: 768px) {
    .content-post .container .col-2 .hero-img {
        aspect-ratio: 345/226;
        width: 100%;
    }
}


/* Outer wrapper just for breathing room */
.page-wrapper {
    width: 100%;
    padding: 40px 16px;
}

@media(max-width: 767.98px) {
    .page-wrapper {
        padding: 0 0 40px 0;
    }
}

/* Main layout container */
.layout {
    display: flex;
    justify-content: center; /* center the two columns */
    gap: 24px; /* small gap between columns */
    max-width: calc(768px + 360px + 24px); /* total width + gap */
    margin: 0 auto; /* center container in page */
}

/* Column 1 */
.col-main {
    width: 768px;
    border-radius: 8px;
}

/* Column 2 */
.col-side {
    width: 360px;
    padding: 24px;
    border-radius: 8px;
}

/* =========================
   Responsive behavior
   ========================= */

/* 1024px and below */
@media (max-width: 1024px) {
    .layout {
        max-width: 100%;
    }

    .col-side {
        display: none; /* hide column 2 */
    }

    .col-main {
        width: 100%; /* take full width */
    }
}


.sidebar-wrapper .button-bank {
    display: flex;
    width: 360px;
    padding: var(--sa-space-xl) var(--sa-space-l);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sa-space-xl);
    border-radius: 8px;
    border: 1px solid var(--sa-border-default);
    background: var(--sa-background-brand);
}

    .sidebar-wrapper .button-bank .section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: var(--sa-space-xs);
        align-self: stretch;
    }

        .sidebar-wrapper .button-bank .section .container {
            color: var(--sa-text-primary-inverse);
            font-size: 12px;
            font-weight: 600;
            line-height: 18px;
            letter-spacing: -0.5px;
            text-transform: uppercase;
        }

        .sidebar-wrapper .button-bank .section .btn-grp {
            display: flex;
            padding: 8px 0;
            flex-direction: column;
            align-items: flex-start;
            gap: var(--sa-space-l);
        }

.sidebar-wrapper .side-feature {
    display: flex;
    width: 360px;
    padding: var(--sa-space-xl) var(--sa-space-l);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sa-space-xl);
    border-radius: 8px;
    border: 1px solid var(--sa-border-default);
    background: var(--sa-background-primary);
    margin-top: 15px;
}

    .sidebar-wrapper .side-feature .section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: var(--sa-space-xs);
        align-self: stretch;
    }

        .sidebar-wrapper .side-feature .section .container {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: var(--sa-space-s);
            align-self: stretch;
        }

            .sidebar-wrapper .side-feature .section .container .related-title {
                color: var(--sa-text-primary);
                font-size: 12px;
                font-style: normal;
                font-weight: 600;
                line-height: 18px;
                letter-spacing: -0.5px;
                text-transform: uppercase;
            }

            .sidebar-wrapper .side-feature .section .container .link-grp {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: var(--sa-space-l);
                align-self: stretch;
            }

                .sidebar-wrapper .side-feature .section .container .link-grp .link-articles {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 4px;
                    align-self: stretch;
                }

                    .sidebar-wrapper .side-feature .section .container .link-grp .link-articles a {
                        color: var(--sa-text-link);
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 24px;
                        letter-spacing: 0;
                        text-decoration-line: underline;
                        text-decoration-style: solid;
                        text-decoration-skip-ink: auto;
                        text-decoration-thickness: auto;
                        text-underline-offset: auto;
                        text-underline-position: from-font;
                    }

                .sidebar-wrapper .side-feature .section .container .link-grp .link-see-more {
                    display: flex;
                    padding: 0;
                    justify-content: center;
                    align-items: center;
                    gap: var(--sa-space-xs);
                    border-radius: 999px;
                    border: 0 solid var(--sa-border-link);
                }

.link-see-more .btn-sal-lg {
    font-size: 14px;
    line-height: 20px;
}


/*Are you Paying Fairly and Equally?*/
.ads1 {
    background: linear-gradient(315deg, var(--sa-background-brand-secondary) 0%, var(--sa-background-brand) 100%);
}

/*Do you price jobs accurately?*/
.ads2 {
    background: linear-gradient(136deg, var(--sa-background-brand-subtle) 0%, var(--sa-background-brand-secondary-subtle) 102.02%);
}

a:has(> .content-ad) {
    pointer-events: none;
}

    a:has(> .content-ad) .container.ads1,
    a:has(> .content-ad) .container.ads2 {
        pointer-events: auto;
    }

.default-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .default-content-wrapper .content-ad {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 16px;
    }

        .default-content-wrapper .content-ad .section {
            display: flex;
            padding: 24px 36px;
            align-items: center;
            gap: 16px;
            flex: 1 0 0;
        }

            .default-content-wrapper .content-ad .section .container {
                display: flex;
                max-width: 720px;
                padding: 24px;
                align-items: center;
                align-content: center;
                gap: 24px 16px;
                flex: 1 0 0;
                flex-wrap: wrap;
                border-radius: 12px;
                width: 100%;
                box-sizing: border-box;
            }

                .default-content-wrapper .content-ad .section .container .col-1 {
                    display: flex;
                    min-width: 300px;
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 8px;
                    flex: 1 0 0;
                }

                    .default-content-wrapper .content-ad .section .container .col-1 .title {
                        font-size: 20px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 28px;
                        letter-spacing: 0;
                    }

                    .default-content-wrapper .content-ad .section .container .col-1 .text {
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 24px;
                        letter-spacing: 0;
                        width: 100%;
                        max-width: 100%;
                    }

                .default-content-wrapper .content-ad .section .container .col-2 {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: flex-end;
                    gap: var(--sa-space-l);
                }

@media(max-width: 767.98px) {
    .default-content-wrapper > :not(.content-ad):not(a:has(.content-ad)) {
        padding: 0 16px;
    }

    .default-content-wrapper > ul, .default-content-wrapper > ol {
        padding: 0 32px !important;
    }

    .default-content-wrapper .content-ad .section .container {
        align-items: flex-start;
        flex-direction: column;
    }

        .default-content-wrapper .content-ad .section .container .col-1 {
            min-width: unset;
            width: 100%;
        }

            .default-content-wrapper .content-ad .section .container .col-1 .title {
                font-size: 18px;
                line-height: 26px;
            }

    .ads1 .col-2 span.btn-sal,
    .ads2 .col-2 span.btn-sal {
        height: auto;
    }
}

/* CTA Component Styles - Based on Figma Design */

.cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    position: relative;
    width: 100%;
}

/* Split Background */
.cta-split-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 50.3%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    pointer-events: none;
    height: 100%;
}

.cta-split-top {
    height: 50%;
    width: 100%;
}

.cta-split-bottom {
    background: var(--sa-background-inverse-primary);
    height: 50%;
    width: 100%;
}

.cta-section {
    display: flex;
    flex-direction: column;
    max-width: 1300px;
    width: 100%;
    padding: 0 16px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    margin: 0 auto;
}



.cta-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
    overflow: hidden;
    padding: 80px 40px;
    border-radius: 12px;
    position: relative;
    box-sizing: border-box;
}

.cta-section > .cta-container {
    background-color: var(--sa-background-brand);
}


.image-container {
    background-color: none !important;
}

.cta-bg-ellipses {
    position: absolute;
    width: 823px;
    height: 823px;
    right: -220px;
    bottom: -560px;
    pointer-events: none;
}

    .cta-bg-ellipses img {
        display: block;
        width: 100%;
        height: 100%;
    }

.cta-content {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    position: relative;
    width: fit-content;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
}

    .cta-content .module {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        flex: 1 0 0;
    }

        .cta-content .module .section {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
            align-self: stretch;
        }

.cta-heading {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0;
    color: var(--sa-text-primary-inverse);
    white-space: pre-wrap;
}

.cta-desc {
    font-size: 16px;
    font-weight: 400;
    color: var(--sa-text-secondary-inverse);
    line-height: 24px;
    letter-spacing: 0;
}

/* Responsive Styles */
@media (min-width: 768px) {
    .cta {
        padding: 40px 0;
    }
}

@media (max-width: 767.98px) {
    .cta-bg-ellipses {
        right: -656px;
        bottom: -446px;
    }

    .cta-heading {
        font-size: 36px;
        line-height: 48px;
    }
}



.layout-insights {
    display: flex;
    padding: var(--sa-space-3xl) 0;
    flex-direction: column;
    align-items: flex-start;
    overflow: clip;
}

    .layout-insights .ellipses {
        width: 1516.258px;
        height: 1516.258px;
        position: absolute;
        left: calc(50% + 750px);
        top: calc(50% + 318px);
        transform: translate(-50%, -50%);
        opacity: 0.2;
        z-index: -1;
        pointer-events: none;
    }

    .layout-insights .section {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-self: stretch;
    }

        .layout-insights .section .container {
            display: flex;
            max-width: var(--sa-max-width);
            padding: var(--sa-space-2xl) var(--sa-space-l);
            flex-direction: column;
            align-items: flex-start;
            gap: var(--sa-space-6xl);
            flex: 1 0 0;
        }

            .layout-insights .section .container .header {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
                align-self: stretch;
            }

                .layout-insights .section .container .header .content {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    gap: var(--sa-space-l);
                    align-self: stretch;
                }

                    .layout-insights .section .container .header .content .h2-desc {
                        color: var(--sa-text-secondary);
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 24px;
                        letter-spacing: 0;
                    }

            .layout-insights .section .container .col {
                display: flex;
                min-width: 366px;
                justify-content: center;
                align-items: center;
                align-content: center;
                gap: 32px;
                align-self: stretch;
                flex-wrap: wrap;
            }

                .layout-insights .section .container .col .block {
                    display: flex;
                    width: 366px;
                    padding-bottom: 16px;
                    flex-direction: column;
                    align-items: flex-start;
                    border-radius: 8px 8px 8px 8px;
                    border: 1px solid var(--sa-border-default);
                    background: var(--sa-background-primary);
                }

                    .layout-insights .section .container .col .block .image {
                        width: 366px;
                        height: 239.38px;
                        background-color: var(--sa-system-system-subtle);
                    }

                    .layout-insights .section .container .col .block .block-cont {
                        display: flex;
                        align-items: flex-start;
                        align-self: stretch;
                    }

                        .layout-insights .section .container .col .block .block-cont .spacer {
                            width: 24px;
                            align-self: stretch;
                        }

                        .layout-insights .section .container .col .block .block-cont .content {
                            display: flex;
                            padding: 20px 0;
                            flex-direction: column;
                            align-items: flex-start;
                            gap: var(--sa-space-l);
                            flex: 1 0 0;
                            align-self: stretch;
                        }

                            .layout-insights .section .container .col .block .block-cont .content .module-content {
                                display: flex;
                                flex-direction: column;
                                align-items: flex-start;
                                gap: var(--sa-space-l);
                                align-self: stretch;
                            }

                                .layout-insights .section .container .col .block .block-cont .content .module-content .content-row {
                                    display: flex;
                                    flex-direction: column;
                                    align-items: flex-start;
                                    gap: var(--sa-space-2xl);
                                    align-self: stretch;
                                }

                                    .layout-insights .section .container .col .block .block-cont .content .module-content .content-row .row {
                                        display: flex;
                                        height: 162px;
                                        flex-direction: column;
                                        align-items: flex-start;
                                        gap: var(--sa-space-l);
                                        align-self: stretch;
                                    }

    .layout-insights .eyebrow {
        color: var(--sa-text-tertiary);
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: -0.5px;
        text-transform: uppercase;
    }

    .layout-insights .heading {
        color: var(--sa-text-primary);
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -0.5px;
    }

    .layout-insights .row .row-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: var(--sa-space-s);
        align-self: stretch;
    }

        .layout-insights .row .row-text .value {
            color: var(--sa-text-secondary);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0;
        }

        .layout-insights .row .row-text .bullets-list {
            padding-left: 20px;
            margin-left: 5px;
            color: var(--sa-text-secondary);
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            word-wrap: break-word;
        }

    .layout-insights .module-content .btn-grp {
        display: flex;
        padding-top: 10px;
        align-items: center;
        align-content: center;
        gap: 12px 12px;
        align-self: stretch;
        flex-wrap: wrap;
    }

        .layout-insights .module-content .btn-grp .button {
            display: flex;
            padding: 0;
            justify-content: center;
            align-items: center;
            gap: var(--sa-space-xs);
            border-radius: 999px;
            border: 0 solid var(--sa-border-link);
        }

            .layout-insights .module-content .btn-grp .button .label {
                color: var(--sa-text-link);
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 24px;
                letter-spacing: 0;
            }

    .layout-insights .section .container .cta {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }





/*download form*/
.errors {
    color: #c32026;
    margin-top: 5px;
}

    .errors.hidden {
        display: none;
    }

.download-form-wrapper {
    display: flex;
    width: 768px;
    padding: 24px 36px;
    flex-direction: column;
    align-items: flex-start;
}

    .download-form-wrapper .sa-blog-form-container .btn-grp {
        padding-top: 20px;
    }

.download-form-wrapper-center {
    margin: 0 auto;
}

.download-form-wrapper .section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--sa-border-default);
    background: linear-gradient(147deg, var(--sa-background-secondary) 0%, var(--sa-background-primary) 46.78%);
}

    .download-form-wrapper .section .container {
        display: flex;
        max-width: var(--sa-max-width);
        align-items: flex-start;
        align-content: center;
        gap: 40px;
        align-self: stretch;
        flex-wrap: wrap;
        padding: 24px 0;
    }

        .download-form-wrapper .section .container .col-1 {
            display: flex;
            width: 252px;
            height: 488px;
            min-width: 240px;
            flex-direction: column;
            align-items: flex-start;
        }

            .download-form-wrapper .section .container .col-1 img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: 68% center;
                display: block;
                border-top-left-radius: 12px;
                border-bottom-left-radius: 12px;
            }

        .download-form-wrapper .section .container .bg-ellipses {
            position: absolute;
            width: 354px;
            height: 354px;
            right: -140px;
            bottom: 24px;
            z-index: 0;
            pointer-events: none;
        }

            .download-form-wrapper .section .container .bg-ellipses img {
                width: 100%;
                height: 100%;
            }


        .download-form-wrapper .section .container .col-2 {
            display: flex;
            min-width: 353px;
            padding-right: 24px;
            flex-direction: column;
            align-items: flex-start;
            flex: 1 0 0;
        }

        .download-form-wrapper .section .container .col-2 {
            position: relative;
            overflow: hidden;
        }

.download-form-wrapper .col-2 .module-content {
    display: flex;
    max-width: 688px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sa-space-l);
    align-self: stretch;
    position: relative;
    z-index: 2;
}

.download-form-wrapper
.input-email .field-email,
.download-form-wrapper
.input-state .field-state {
    position: relative;
    z-index: 3;
}

.download-form-wrapper .col-2 .module-content .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sa-space-2xl);
    align-self: stretch;
}

    .download-form-wrapper .col-2 .module-content .content .content-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: var(--sa-space-l);
        align-self: stretch;
    }

.download-form-wrapper .content-text .download-text {
    color: var(--sa-text-tertiary);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.download-form-wrapper .content-text .form-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.5px;
}

.download-form-wrapper .content-text .form-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

.download-form-wrapper .content-text .input-state {
    padding-top: 30px;
}

.download-form-wrapper .content-text .input-email,
.download-form-wrapper .content-text .input-state {
    display: flex;
    width: 370px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.download-form-wrapper .input-email .label,
.download-form-wrapper .input-state .label {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
}

.download-form-wrapper .input-email .field-email,
.download-form-wrapper .input-state .field-state {
    align-self: stretch;
    background: var(--sa-background-input);
    overflow: hidden;
    border-radius: 4px;
    outline: 1px var(--sa-border-bold) solid;
    outline-offset: -1px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

    .download-form-wrapper .input-email .field-email .email-row,
    .download-form-wrapper .input-state .field-state select {
        flex: 1 1 0;
        overflow: hidden;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: inline-flex;
    }

        .download-form-wrapper .input-email .field-email .email-row .email,
        .download-form-wrapper .input-state .field-state select {
            align-self: stretch;
            color: var(--sa-text-tertiary);
            font-size: 20px;
            font-weight: 400;
            line-height: 28px;
            word-wrap: break-word;
        }

            .download-form-wrapper .input-email .field-email .email-row .email input[type="email"],
            .download-form-wrapper .input-state .field-state select[name="select_state"] {
                width: 100%;
                background-color: var(--sa-background-input);
                border: none;
                outline: none;
                box-shadow: none;
                padding: 0;
            }

            .download-form-wrapper .input-state .field-state select:has(option[value=""]:checked) {
                color: #999;
            }

.state {
    padding-block: 1px;
    padding-inline: 2px;
}

.download-form-wrapper .input-state .field-state select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../../../Images/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

@media(min-width: 1440px) {
    .download-form-wrapper .section .container .bg-ellipses {
        bottom: 0px;
    }

    .download-form-wrapper .section .container .col-2 .content {
        width: 392px;
    }
}

@media(max-width: 1279.98px) {
    .sidebar-wrapper .button-bank,
    .sidebar-wrapper .side-feature {
        width: 100%;
    }
}

@media(max-width: 1024.02px) {
    .download-form-wrapper {
        width: 100%;
    }

        .download-form-wrapper .section .container .col-1 {
            display: none;
        }

        .download-form-wrapper .section .container .col-2 {
            padding: 24px 36px;
        }

        .download-form-wrapper .sa-thankyou-note {
            font-size: 16px !important;
            font-weight: 400 !important;
            line-height: 24px !important;
        }
}

@media(max-width: 1024.02px) and (min-width: 688px) {
    .download-form-wrapper {
        width: 688px;
        margin: unset;
    }

        .download-form-wrapper .section .container {
            padding: 0;
        }

            .download-form-wrapper .section .container .bg-ellipses {
                bottom: -50px;
                right: -240px;
            }
}

@media(max-width: 767.98px) {
    .download-form-wrapper {
        max-width: 768px;
        margin: 0 auto;
    }

        .download-form-wrapper .content-text .form-title {
            font-size: 24px;
            line-height: 28px;
        }

        .download-form-wrapper,
        .download-form-wrapper .section .container .col-2 {
            padding: 12px 18px;
        }

            .download-form-wrapper .content-text .input-email,
            .download-form-wrapper .content-text .input-state {
                width: 100%;
                max-width: 370px;
            }

            .download-form-wrapper .input-email .field-email,
            .download-form-wrapper .input-state .field-state {
                width: 100%;
                height: 26px;
                max-width: 100%;
                padding: 12px 16px;
                align-self: flex-start;
                box-sizing: content-box;
            }

                .download-form-wrapper .input-email .field-email .email-row .email,
                .download-form-wrapper .input-state .field-state .state-row .state {
                    font-size: 18px;
                    line-height: 26px;
                }

            .download-form-wrapper .section .container {
                justify-content: center;
                padding: 0px;
            }

            .download-form-wrapper .col-2 .module-content {
                padding: 24px 0;
            }

            .download-form-wrapper .section .container .bg-ellipses {
                right: -190px;
                bottom: -55px;
            }

    #sal-floating-painpoints-demoform-container #sal-painpoints-popup .sal-pp-dialog {
        width: auto !important;
    }
}

@media(max-width: 392.98px) {
    .download-form-wrapper {
        width: 357px;
        margin: 0 auto;
    }

        .download-form-wrapper .content-text .form-title {
            font-size: 24px;
            line-height: 28px;
        }

        .download-form-wrapper .input-email .field-email .email-row .email,
        .download-form-wrapper .input-state .field-state .state-row .state {
            font-size: 18px;
            line-height: 26px;
        }
        .download-form-wrapper .col-2 .module-content .content .content-text {
            padding: 12px;
        }
        .download-form-wrapper .input-email .field-email, 
        .download-form-wrapper .input-state .field-state {
            width: 100%;
            max-width: 247px;
        }
}

.sa-thankyou-note {
    font-size: 1.7rem;
    font-weight: 700;
    margin-top: 40px;
    display: none;
}

    .sa-thankyou-note a {
        text-decoration: none !important;
    }

        .sa-thankyou-note a:hover {
            color: var(--sa-text-link-hover);
        }
/* Added for rebrand blog proj - end */





/* Insights Section Rebrand */
.insigths {
    padding: var(--sa-space-3xl) var(--sa-space-l);
    position: relative;
    overflow: clip;
}

.insigths-container {
    max-width: var(--sa-max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: var(--sa-space-6xl);
    padding: var(--sa-space-2xl) var(--sa-space-l);
    overflow: clip;
}

.insigths-bg-image {
    display: flex;
    width: 1516px;
    height: 1516px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 10px;
    z-index: 0;
    opacity: .2;
}

.insigths-header {
    max-width: 660px;
    display: flex;
    flex-direction: column;
    gap: var(--sa-space-l);
}

h2.insigths-title {
    color: var(--Text-Primary, #222236);
    font-size: var(--Style-H3-Size, 36px);
    font-weight: 600;
    line-height: var(--Style-H3-Line-Height, 40px); /* 111.111% */
    letter-spacing: var(--Style-H3-Letter-Spacing, -0.5px);
}

h3.insigths-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
    margin-top: 10px;
}

.insigths-desc-text-size {
    color: var(--Text-Secondary, #3F3F54);
    font-size: var(--Style-Body-M-Regular-Size, 16px);
    font-weight: 400;
    line-height: var(--Style-Body-M-Regular-Line-Height, 24px); /* 150% */
    letter-spacing: var(--Style-Body-M-Regular-Letter-Spacing, 0);
}

.insigths-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
}

.insigths-card {
    flex: 1;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 8px var(--sa-border-radius-s, 8px) 8px 8px;
    border: 1px solid var(--sa-border-default, #E0E0E6);
    background: var(--sa-background-surface);
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

    .insigths-card:hover {
        border: 1px solid var(--sa-border-bold);
        background: var(--sa-background-surface-hover);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.10);
    }

.insigths-card-image-container {
    background: var(--System-System-Subtle, #F2E8FF);
    /*padding: var(--sa-space-xl);*/
    display: flex;
    width: 100%;
    height: 239.384px;
}

    .insigths-card-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.insigths-card-content-container {
    padding: var(--sa-space-xl);
    display: flex;
    width: 100%;
    flex: 1;
}

.insigths-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .insigths-icon i {
        font-size: 48px;
        color: var(--sa-icon-brand-secondary);
        line-height: 1;
    }

.insigths-content {
    display: flex;
    flex-direction: column;
    gap: var(--sa-space-2xl);
    flex: 1;
    width: 100%;
}

    .insigths-content > a {
        margin-top: auto;
    }

    .insigths-content a:hover {
        color: var(--sa-text-link-hover) !important;
    }

    .insigths-content .btn-sal {
        justify-content: start;
        padding-right: var(--sa-space-l);
        color: #04578b;
        font-size: var(--Style-Body-M-Bold-Size, 16px);
    }

        .insigths-content .btn-sal i {
            margin-left: var(--sa-space-s);
        }

.insigths-text {
    display: flex;
    flex-direction: column;
}

.insigths-desc-text-size {
    line-height: 24px;
    color: #3f3f54;
    font-size: var(--Style-Body-M-Regular-Size, 16px);
    margin-top: 0;
    margin-bottom: 0;
}

.hero-bg p,
.insigths-text, insigths-eyebrow {
    margin: 0;
}

.insigths-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 25px;
}

.insigths-cta {
    display: flex;
    justify-content: center;
}

    .insigths-cta a {
        z-index: 1;
    }

.insigths-eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 18px;
    color: var(--Text-Tertiary, #55556A);
}

.read-more-link:hover {
    color: var(--sa-text-link-hover);
    text-decoration: none;
}

@media (max-width: 767.98px) {
    h2.insigths-title {
        font-size: 28px;
        line-height: 32px;
    }

    .insigths-container {
        padding: 0;
    }
}

@media (min-width: 767.98px) {
    h3.insigths-title {
        font-size: 28px;
        line-height: 32px;
    }

    .insigths-grid {
        flex-direction: row;
    }

    .insigths-card {
        width: min(366px, 90%);
    }
}

@media (min-width: 767.98px) and (max-width:991.98px) {
    .insigths-card-image-container {
        height: auto;
    }
}

@media (min-width: 1024px) {
    .insigths-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
/*end: Insights section*/
/*.default-content-wrapper p*/
/*.default-content-wrapper li*/ /*{
    margin-top: 16px;
}*/

.default-content-wrapper li > strong {
    margin-bottom: 16px;
}

.default-content-wrapper h2 > strong {
    margin: 16px 0;
}

.default-content-wrapper strong::first-letter {
    text-transform: uppercase;
}

.default-content-wrapper a {
    color: #04578b;
}

    .default-content-wrapper a:hover {
        color: var(--sa-text-link-hover);
    }

.sidebar-wrapper .side-feature .section .container .link-grp .link-articles a:hover {
    color: var(--sa-text-link-hover);
}

.default-content-wrapper li p,
.default-content-wrapper li > ul {
    margin: 1em 0;
}

.default-content-wrapper h3 {
    color: var(--Text-Primary, #3F3F54);
    /* Heading/H3 */
    font-family: var(--Family-Inter, Inter);
    font-size: var(--Style-H3-Size, 28px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--Style-H3-Line-Height, 32px); /* 114.286% */
    letter-spacing: var(--Style-H3-Letter-Spacing, -0.5px);
}

/*start: about author*/
.author-section {
    max-width: var(--sa-max-width);
    margin: 0 auto;
    padding: 0 16px;
    margin-top: 5em;
}

.sa-about-author {
    margin-bottom: 0 !important;
    margin-top: 100px !important;
}

    .sa-about-author .sa-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

.sa-author-img {
    top: -110px !important;
    width: 169px;
    height: 150px;
}
/*end: about author*/

/* Responsive Styles - Mobile First */
/* Tablet and up (768px) */
@media (min-width: 768px) {
    /*start: Download Form*/
    .download-form-wrapper .input-email .field-email,
    .download-form-wrapper .input-state .field-state select[name="select_state"] {
        padding: 11px 16px;
    }
    /*end: Download Form*/
}

/*start: schedule a free consult */
.schedule-form-wrapper {
    margin: 40px auto;
    max-width: 90%;
}

.schedule-form-outer {
    position: relative;
    max-width: 696px;
    background: var(--sa-background-primary);
    border-radius: 8px;
    border: 1px solid var(--Border-Default, #e0e0e6);
}

    .schedule-form-outer img {
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
    }

.schedule-form-wrapper .schedule-form-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.5px;
}

.schedule-form-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

.schedule-consult-item {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    background: var(--sa-background-primary);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sa-space-l);
    padding: 24px;
}

.schedule-consult-link {
    background-color: var(--sa-background-link);
    color: var(--sa-text-primary-inverse);
    height: 32px;
    padding: 4px 16px;
    gap: 4px;
    font-size: 14px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 0;
    border-radius: 999px;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

    .schedule-consult-link:hover {
        background-color: var(--sa-background-link-hover);
        color: var(--sa-text-primary-inverse-hover);
        border-width: 0;
        box-shadow: none;
    }

@media(max-width: 767.98px) {
    .schedule-form-outer {
        height: 310px;
        width: unset;
    }

        .schedule-form-outer img {
            display: none;
        }

    .schedule-consult-item {
        width: 100%;
        position: relative;
    }
}
/*end: schedule a free consult */
