<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.new_div{
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
}
.executive-summary-button {
    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;
    border: none;
    background: linear-gradient(#2c8dbf, #46cdcf);
    color: #fff;
    font-family: regular_bold;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

.preview-rd-page button,
.rd-heading-section button {
    font-size: 16px;
    cursor: pointer;
}

.purchase-report-section-desktop .executive-summary-button:hover {
    background: linear-gradient(rgba(44, 141, 191, 0.88), rgba(70, 205, 207, 0.84));
}

/* .new_div #download-sample-top {
    width: 300px;
} */

.new_div {
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 3px 7px -2px #726d6d;
    border-top: 0;
    padding: 7px;
    margin: 0 auto;
    font-size: 16px !important;
}
.top-sticky-bar-buy-btn &gt; a{
    display: block;
}

.add-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left-side-title{
    width: auto;
}
.sticky-btns-wrap{
    text-align: right;
    gap: 10px;
    justify-content: end;
    min-width: 530px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.hc-sticky-btns-wrap{
    text-align: right;
    gap: 10px;
    justify-content: end;
}
.hc-sticky-btns-wrap button {
    width: 100px;
}
.sticky-bar-top-btn-common{
    padding: 0 !important;
}

.scroll_wrap {
    max-width: 1200px;
    min-height: 60px;
    padding-top: 13px;
    height: auto;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.purchase-report-button {
    width: 100%;
    border-radius: 10px;
    background: rgba(44, 142, 191, 0.1);
    border: none;
    padding: 10px;
    color: #2c8ebf;
    justify-content: center;
    align-items: center;
    font-family: regular_semibold;
}

.scroll-right {
    display: flex;
}

#top-scroll-buy-now-btn {
    background-color: #000 !important;
    color: #FFF;

}
#top-scroll-buy-now-btn a{
    text-decoration: none;
    color: #fff;
}

div#top-scroll-customize-btn {
    color: #fff;
    background-color: #b30f1a;
}

.search-results-container {
    width: 90%;
    margin: 0 auto;
}

#top-scroll-dwnld-free-sample-btn {
    background-color: #578dbb;
    color: #FFF;
}

.top_on_scroll_buttons {
    width: 175px;
    margin-left: 7px;
    padding: 6px;
    text-align: center;
    font-size: 14px;
    float: left;
    height: 34px;
    font-weight: 700;
    font-family: 'regular_semibold';
    cursor: pointer;
}

#vwo-new-title {
    font-size: 16px;
    /* font-weight: 'regular_semibold' !important; */
    text-transform: uppercase;
    margin-top: 0;
    color: #212529 !important;
    font-family: BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.vwo-new-title {
    margin-right: 15px;
    margin: 0;
}
.sticky-bar-download-sample, .sticky-bar-buy-now-btn, .sticky-bar-customize-btn{
    border: 1px solid transparent;
    outline: none;
    color: #fff;
    font-family: regular_semibold;
    font-size: 14px;
}
.sticky-bar-download-sample{
    background: #578dbb;
    border-radius: 0%;
}
.sticky-bar-buy-now-btn{
    background: #000;
}
.sticky-bar-buy-now-btn a{
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 6px;
}
.sticky-bar-customize-btn{
    background: #b30f1a;
}

@media (max-width: 1051px) {
    .new_div {
        display: none;
    }
}
.left-side-wrap{
    display: flex;
    align-items: center;
  }</pre></body></html>