.blog-sidebar-offer img {
    max-width: 50%;
    height: auto;
}
.blog-sidebar-offer .sidebar-content-wrapper {
    border-radius: 10px;
    padding: 20px;
    z-index: 1;
}
.blog-sidebar-offer .sidebar-content-wrapper .sr-form {
    text-align: left;
}
.blog-sidebar-offer .sidebar-content-wrapper .sr-form img {
    margin: 0 0 15px 0!important;
}
.blog-sidebar-offer .sr-form .hs-richtext p {
    margin-bottom: 0.5rem!important;
}
.blog-sidebar-offer .submitted-message a {
    color:#50e3c2;
}

.blog-sidebar-offer label {
    font-size:12px;
    display: none;
}

.form-control, .hs-form input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]), .hs-form textarea, .hs-form select, .hs-form input[readonly]:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {
    height: 3rem;
}
.sidebar-bg {
    background: var(--primary);
    min-height: 160px;
    background-size: cover;
}

.blog-sidebar-offer .hs-form .hs_submit {
    margin: 0
}

.blog-sidebar-offer .hs-form select {
    height: 50px;
    background-image: url(https://www.lean-labs.com/hubfs/LLv2/images/icon-select-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 15px) center !important;
}
.blog-sidebar-offer fieldset.form-columns-2 .hs_firstname {
    margin-right: 8px;
    width: 47% !important;
}
.blog-sidebar-offer .actions {
    margin-top: 1rem;
}

.blog-sidebar-solve {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    position: sticky;
    top: 9rem;
    width: 100%;
    max-width: 360px;
    /* }
    .blog-sidebar-solve__heading {
    padding: 1.5rem 2rem;
    background-color: #163A54;
    border-bottom: 2px solid #e24a27;
}
    .blog-sidebar-solve__heading > h2 {
    font-size: 24px;
    line-height: 30.62px;
    color: var(--white);
    margin-bottom: 0;
}
    .blog-sidebar-solve__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1B2A38;
    padding: 0 2rem 3rem;
    position: relative;
}
    .blog-sidebar-solve__info:after {
    bottom: -1px;
    content: "";
    position: absolute;
    width: 100%;
    height: 18px;
    left: 0;
    background: white;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
    .blog-sidebar-solve__info .solve__image {
    margin: -1.5rem 0 1rem 0;
}
    .blog-sidebar-solve__info .solve__description {
    font-size: 14px;
    line-height: 25px;
} */

    @media (max-width: 768px) {
        .sidebar {
            position: static !important;
        }

        .scrollmagic-pin-spacer {
            padding: 0 !important;
        }
    }
    @media (max-width: 1024px) {
        .blog-sidebar-offer .hs-button.primary, .blog-sidebar-offer input[type="submit"], .blog-sidebar-offer input[type="button"] {
            font-size: .75rem;
        }
    }
    @media(max-width:479px) {
        .blog-nav a {
            padding:.5rem 1rem;
        }
    }
    .video-cta {
        position: relative;
        overflow: hidden;
        max-width: 360px;
    }
    .video-cta .cta_button {
        position: absolute;
        background: transparent;
        color: transparent;
        width: 100%;
        height: 100%;
        display: flex;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        opacity: 0;
    }