.fp-hero {
    text-align: center;
    padding-top: 85px;
    width: 80%;
    margin: 0 auto;
}
.fp-hero h1 {
    margin: 0 auto;
    width: 86%;
    font-size: 2.79vw;
}
.fp-hero p {
    font-size: 0.89vw;
    line-height: 1.93;
    width: 80%;
    margin: 0 auto;
}
.fp-application-screens {
    display: block;
    width: 76%;
    margin: 0 auto;
    object-fit: contain;
}
.mt-56 {
    margin-top: 56px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-185 {
    margin-top: 185px;
}
.features {
    color: #666666;
    width: 89.2%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    font-size: 1.01vw;
    font-weight: 300;
    padding: 0 70px;
    position: relative;
    top: -136px;
}
.features .feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    width: 23%;
    gap: 2.66%;
    border-radius: 15px;
    -webkit-box-shadow: 0px 9px 30px 0px #0000001A;
    -moz-box-shadow: 0px 9px 30px 0px #0000001A;
    box-shadow: 0px 9px 30px 0px #0000001A;
    /* height: 16rem; */
    padding: 44px 36px;
}
.features .feature h6 {
    font-size: 1.11vw;
    line-height: 1.73vw;
    font-weight: 500;
    color: #222222;
}
.features .feature i {
    color: #222222;
    font-size: 3.89vw;
    margin-bottom: 30px;
}
.features .feature span {
    font-size: 0.78vw;
}
.fp-features-section {
    margin: 0 0 150px 0;
}
.fp-features-section .section-image {
    width: 100%;
    position: relative;
}
.fp-features-text {
    color: #ffffff;
    position: absolute;
    font-size: 4.18vw;
    line-height: 115%;
    width: 46%;
    text-align: left;
    display: flex;
    flex-direction: column;
    top: 172px;
    left: 235px;
}
.fp-feature-big {
    font-size: 4.7vw;
}
.fp-features-section .section-image img {
    width: 100%;
    object-fit: contain;
}
.win-win {
    width: 70%;
    margin: 15px auto 0 auto;
    text-align: center;
    font-size: 0.88vw
}
.win-win h3 {
    font-size: 2.22vw;
    font-weight: bold;
    width: 70%;
    margin: 0 auto 57px auto;
}
.section-small {
    width: 60%;
    margin: 128px auto 0 auto;
    line-height: 1.9;
}
.section-small h3 {
    text-align: center;
    font-size: 2.23vw;
    line-height: 1.4;
    margin-bottom: 29px;
}
.section-small p {
    font-size: 1.10vw;
    text-align: center;
    width: 93%;
    margin: auto;
}
.section-small img {
    margin: 29px auto;
    display: block;
    width: 75%;
}
.fp-product-info {
    background: url(../images/engage-blue-arrows.png) no-repeat right top 45px;
    background-size: 37.8%;
    min-height: 1207px;
    text-align: center;
}
.fp-product-info h3 {
    font-size: 2.22vw;
    font-weight: 800;
}
.pillars {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
}
.pillar {
    background: #F5F5FB;
    border-radius: 15px;
    padding: 40px 36px;
    text-align: left;
    height: 100%;
    transition: all 0.5s;
}
.pillar:hover {
    color: #ffffff;
    background-color: #333333;
}
.pillar:hover h1 {
    color: #ffffff;
}
.pillar h1 {
    font-size: 2.78vw;
    font-weight: 800;
    color: #4074FC;
}
.pillar h3 {
    font-size: 1.32vw;
    font-weight: bold;
}
.pillar p {
    font-size: 0.88vw;
}
.pillar-highlight {
    font-size: 1.67vw;
    font-weight: bold;
    text-transform: uppercase;
}
.fp365 {
    width: 70%;
    margin: 0 auto;
    margin-top: 205px;
}
.fp365 {
    font-size: 0.78vw;
    line-height: 1.93;
}
.fp365 h3 {
    width: 55%;
    text-align: center;
    margin: 0 auto 17px auto;
    font-size: 2.22vw;
    font-weight: 800;
}
.fp365 p {
    width: 85%;
    margin: auto;
    text-align: center;
}
.fp365 img {
    width: 65%;
    margin-top: 66px;
}
.demo-form-container-firstpass {
    background: url('../images/firstpass-watermark-bg.png') no-repeat;
    background-size: cover;
    background-position: left top;
    min-height: 600px;
    text-align: center;
}