.page-template-platfrom-page #main {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page-template-platfrom-page #main .fusion-row {
    max-width: 100%;
}

.pl-hero {
    padding: 232px 0 278px;
    background-image: url("../img/aa968.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
}

.pl-hero__title {
    font-size: 96px;
    line-height: 1.2;
    font-weight: 300;
   text-transform: capitalize!important;
    margin: 0;
    max-width: 1136px;
}

.pl-hero__text {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 300;
    max-width: 600px;
    margin: 24px 0 0;
}

.pl-your-sign {
    color: #00287B;
    margin-top: 111px;
}

.pl-your-sign__title {
    margin: 0;
}

.pl-your-sign__video {
    margin: 40px 0 0;
}

.pl-your-sign__video iframe {
    width: 100%;
    height: 909px;
}

.pl-your-sign__title {
    margin: 0;
    color: #00287B;
}

.pl-your-sign__video {
    margin: 40px 0 0;
    border-radius: 8px;
    overflow: hidden;
}

.pl-your-sign__video iframe {
    width: 100%;
    height: 909px;
}


.pl-feature {
    background: var(--Sapiens-Neutrals-Base, #F7F5F2);
    padding: 96px 0 80px;
    color: #00287B;
    margin-top: 96px;
}

.pl-feature__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

.pl-feature__list-item-title {
    margin: 24px 0 0;
    color: #00287B;
}

.pl-feature__list-item-icon {
    width: 152px;
    height: 152px;
}

.pl-feature__list-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pl-feature__list-item ul {
    list-style-type: disc;
    margin: 30px 0 0;
    padding: 0 0 0 18px;
}

.pl-feature__list-item {
    width: 30.8%;
}

.pl-feature__list-item ul li::marker {
    color: #00BDFF;
}

.pl-feature__list-item ul li {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
}

.pl-modernize {
    background: url("../img/bg-pl-modern.png"), linear-gradient(32deg, #00287B 12.15%, #0052A0 29.58%, #008BD3 55.73%, #00AFF3 74.62%, #00BDFF 84.78%);
    background-repeat: no-repeat;
    background-position: top right;
    color: #ffffff;
    padding: 96px 0;
}

.pl-modernize .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pl-modernize__image {
    max-width: 1015px;
    border-radius: 8px;
    overflow: hidden;
}

.pl-modernize__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.pl-modernize__text-content {
    max-width: 498px;
}

.pl-modernize__title {
    margin: 0;
    color: #ffffff;
}

.pl-modernize__text {
    margin: 40px 0 0;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
}


.pl-innovate {
    padding: 96px 0;
    background: linear-gradient(252deg, #6804BF 0%, #00BDFF 100%);
    color: #ffffff;
}

.pl-innovate .wrapper {
    display: flex;
    justify-content: space-between;
}

.pl-innovate__container {
    max-width: 810px;
}

.pl-innovate__title {
    margin: 0;
    max-width: 580px;
    color: #ffffff;
}

.pl-innovate__text {
    margin: 0;
    border-left: 1px solid #96FF00;
    padding-left: 56px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
}

.pl-innovate__buttons {
    padding-left: 56px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 24px;
}


.pl-capabilities {
    margin-top: 96px;
    color: #00287B;
    position: relative;
}

.pl-capabilities:before {
    content: '';
    position: absolute;
    width: 454px;
    height: 642px;
    background-image: url(../img/platform-capabilities-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.pl-capabilities__text-content {
    display: flex;
    justify-content: space-between;
}

.pl-capabilities__title {
    margin: 0;
    color: #00287B;
}

.pl-capabilities__text {
    margin: 0;
}

.pl-capabilities__text {
    max-width: 810px;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    border-left: 1px solid #00287B;
    padding-left: 56px;
}

.pl-capabilities {
    margin: 96px 0 0;
    padding: 0 0 96px;
}

.pl-capabilities__list {
    padding: 0;
    margin: 35px 0 0;
    list-style-type: none;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: flex-start;
    z-index: 1;
    position: relative;
}

.pl-capabilities__list-item {
    width: 32%;
    background: #00287B;
    height: 263px;
    color: #fff;
    padding: 32px 48px 30px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;

}

.pl-capabilities__list-item-title {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
	color:white;
}

.pl-capabilities__list-item-text {
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    margin: 16px 0 0;
    flex-grow: 1;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.pl-capabilities__list-item-button {
    font-size: 20px;
}

@media screen and (max-width: 1440px) {
    .pl-your-sign__video iframe {
        width: 100%;
        height: 702px;
    }

    .pl-feature__list-item {
        width: 29.2%;
    }

    .pl-modernize__text-content {
        max-width: 415px;
    }

    .pl-modernize__image {
        max-width: 774px;
    }

    .pl-innovate__text {
        max-width: 607px;
    }

    .pl-capabilities:before {
        width: 501px;
        height: 701px;
    }

    .pl-capabilities__text {
        max-width: 607px;
    }

    .pl-capabilities__title {
        max-width: 375px;
    }

    .pl-capabilities__list-item {
        height: 311px;
        width: 32%;
    }

    .pl-capabilities__list-item {
        height: 311px;
        width: 31.5%;
    }

    .pl-capabilities__list-item-text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden;
    }
}

@media screen and (max-width: 991px) {
    .pl-hero {
        padding: 150px 0 375px;
        background-image: url(../img/aa968-mobile.jpg);
    }

    .pl-hero__title {
        font-size: 54px;
    }

    .pl-hero__text {
        margin: 38px 0 0;
        font-size: 20px;
    }

    .pl-your-sign {
        margin-top: 0;
    }

    .pl-your-sign__title {
        font-size: 36px;
    }

    .pl-your-sign__video {
        margin: 32px 0 0;
    }

    .pl-your-sign__video iframe {
        height: 224px;
    }

    .pl-feature {
        margin-top: 48px;
        padding: 98px 0 35px;
    }

    .pl-feature__list {
        flex-direction: column;
        gap: 26px;
    }

    .pl-feature__list-item {
        width: 100%;
    }

    .pl-feature__list-item-icon {
        width: 96px;
        height: 96px;
    }

    .pl-feature__list-item-title {
        font-size: 36px;
    }

    .pl-feature__list-item ul {
        padding: 0 0 0 22px;
    }

    .pl-modernize {
        padding: 48px 0;
        background: linear-gradient(32deg, #00287B 12.15%, #0052A0 29.58%, #008BD3 55.73%, #00AFF3 74.62%, #00BDFF 84.78%);
    }

    .pl-modernize__image {
        margin-top: 40px;
    }

    .pl-modernize__text-content {
        max-width: 100%;
    }

    .pl-modernize__title {
        font-size: 36px;
        order: 1;
    }

    .pl-modernize .wrapper {
        flex-direction: column-reverse;
    }

    .pl-innovate .wrapper {
        flex-direction: column;
    }

    .pl-innovate__title {
        font-size: 36px;
    }

    .pl-innovate {
        padding: 48px 0;
    }

    .pl-innovate__container {
        max-width: 100%;
        margin-top: 38px;
    }

    .pl-innovate__text {
        max-width: 100%;
        padding-left: 25px;
        font-size: 20px;
    }

    .pl-innovate__buttons {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        margin-top: 33px;
    }

    .pl-innovate__button {
        width: 100%;
        justify-content: center;
    }

    .pl-innovate__link {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .pl-innovate .wrapper {
        flex-direction: column;
    }

    .pl-innovate__title {
        font-size: 36px;
    }

    .pl-innovate {
        padding: 48px 0;
    }

    .pl-innovate__container {
        max-width: 100%;
        margin-top: 38px;
    }

    .pl-innovate__text {
        max-width: 100%;
        padding-left: 25px;
        font-size: 20px;
    }

    .pl-innovate__buttons {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        margin-top: 33px;
    }

    a.pl-innovate__button {
        width: 100%;
        justify-content: center;
    }

    a.pl-innovate__link {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .pl-capabilities {
        margin: 50px 0 0;
        padding: 0 0 48px;
    }

    .pl-capabilities:before {
        width: 320px;
        height: 440px;
    }

    .pl-capabilities__title {
        max-width: 100%;
        font-size: 36px;
    }

    .pl-capabilities .wrapper {
    }

    .pl-capabilities__text-content {
        flex-direction: column;
    }

    .pl-capabilities__text {
        max-width: 100%;
        padding-left: 24px;
        margin-top: 37px;
        font-size: 20px;
    }

    .pl-capabilities__list {
        margin: 40px 0 0;
    }

    .pl-capabilities__list-item {
        width: 100%;
    }

    .pl-capabilities__list-item-button {
        font-size: 17px;
    }
}