header.header-style-light {
    background: #fff!important;
    box-shadow: 0px 4px 4px rgba(119, 131, 143, 0.25)!important;
}
header.header-style-light .hsec1-body-right .hsec1-body-right-menu > ul > li > a {
    color: #000000;
}
.container-fluid {
    max-width: 1400px!important;
}
footer {
    display: none!important;
}
.column.discuss a {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #000000;
}
.demand-short__content {
    padding-bottom: 30px;
}
h2.feature-title {
    font-size: 60px;
    margin-top: 75px;
}
@media (max-width: 768px) {
    h2.feature-title {
        font-size: 40px;
        margin-top: 50px;
    }
}

.demand-short {
    padding-top: 0px!important;
}
.cta-heading {
    font-size: 28px!important;
    font-weight: 500!important;
    max-width: 70%!important;
    line-height: 37px;
    margin: 0 auto;
}
@media screen and (min-width: 1090px) {
    .cta-heading {
        font-size: 28px!important;
        font-weight: 500!important;
        line-height: 37px;
        margin: 0 auto;
    }
    .info-image_container .section-preview__title {
        font-size: 48px!important;
        margin-bottom: 15px !important;
    }
    .section-preview__note {
        font-size: 20px!important;
    }
    .header-style-light .hsec1 .hsec1-body .hsec1-body-right{
        justify-content: flex-end !important;
    }
    header.header-style-light .hsec1-body-right .hsec1-body-right-menu .menu > li > a {
        padding: 10px 30px!important;
    }
}

section.embedded-form-section {
    padding-bottom: 80px!important;
}


p.state-promo__info-desc {
    font-family: Poppins;
    font-weight: 400;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 0%;
}
header.header-style-light {
    background: #fff !important;
    box-shadow: none !important;
}


.container-fluid {
    max-width: 1390px;
}
header.header-style-light .hsec1-body-right .hsec1-body-right-menu .menu-item > a:hover {
    color: black!important;
}
header.header-style-light .hsec1-body-right .hsec1-body-right-menu .menu-item > a:hover:after {
    content: '';
    color: black;
    border-bottom: 4px solid #055DFF;
    width: 80%;
    height: 100%;
    margin-top: 41px;
    margin-left: -7%;
    position: absolute;
}
@media screen and (min-width: 1090px) {
    body header:not(.notary-page-header) .hsec1-body-right, .hsec1-body-right.sh-0.b-3 {
        display: flex;
        /*justify-content: end !important;*/
    }
    .hsec1-body-right-login a {
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 0px;
    }
    header.header-style-light .hsec1-body-right .hsec1-body-right-menu .menu > li > a {
        padding: 22px 28px !important;
    }
}
.section-hero .section-hero__wrapper {
    justify-content: flex-start!important;
}
header.header-style-light .hsec1-body-right .hsec1-body-right-menu .menu > li > a {
    padding: 10px 30px !important;
    color: #77838F;
}
.notarization-cta {
    padding: 100px 0px 90px;
}
.temp-v1 .developer-hero__btn-link:first-child {

    background: #055DFF;
    color: #fff;
    display: inline-block;
    padding: 15px 35px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    margin: 0 12px;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.temp-v1 .developer-hero__btn-link:first-child:hover {
    background-color: #fff;
    color: #055DFF;
    border: 2px solid #055DFF;
}
.temp-v1 .developer-hero__btn-link:last-child {
    border: 2px solid #055DFF;
    background: #fff;
    color: #055DFF;
}
.temp-v1 .developer-hero__btn-link:last-child:hover {
    background-color: #055DFF;
    color: #fff;
    border: 2px solid #055DFF;
}