.lpv4-container{
    padding: 0 16px;
    max-width: 1312px;
    margin: 0 auto;
    width: 100%;
}

.lpv4-btn{
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 1em;
    border-radius: 50px;
    border: none;
    display: inline-flex;
    background: #000;
    color: #fff;
    text-decoration: none;
}
.lpv4-btn--white{
    background: #fff;
    color: #000;
}

.lpv4-title--01,
.lpv4 h1{
    font-size: 60px;
    line-height: 60px;
    margin: unset;
    font-weight: 700;
    color: #000;
}

.lpv4-title--02,
.lpv4 h2{
    font-size: 48px;
    line-height: 48px;
    margin: unset;
    font-weight: 700;
    color: #000;
}

.lpv4-title--03,
.lpv4 h3{
    font-size: 20px;
    line-height: 28px;
    margin: unset;
    font-weight: 700;
    color: #000;
}

.lpv4-title--04,
.lpv4 h4{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin: unset;
    color: #000;
}

.lpv4-title--05,
.lpv4 h5{
    color: #000;
}

.lpv4-title--06,
.lpv4 h6{
    color: #000;
}

.lpv4 p{
    font-size: 20px;
    line-height: 28px;
}


/* LPV4: lpv4-partners-hero START */
.lpv4-partners-hero{
    background: #000;
    position: relative;
}
.lpv4-partners-hero__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 120px 0;
    min-height: 700px;
}
.lpv4-partners-hero__content{
    max-width: 672px;
}
.lpv4-partners-hero__content h1{
    margin-bottom: 24px;
}
.lpv4-partners-hero__content :where(h1,h2,h3,h4,h5,h6,p,li){
    color: #fff!important;
}
.lpv4-partners-hero__buttons{
    margin-top: 32px;
    display: flex;
    gap: 16px;
}
.lpv4-partners-hero__image{
    position: absolute;
    right: 0;
    bottom: 0;
}
/* LPV4: lpv4-partners-hero END */


/* LPV4: lpv4-about-platform START */
.lpv4-about-platform{
    padding: 48px 0;
    background: rgb(249, 250, 251);
}
.lpv4-about-platform__subtitle{
    margin-bottom: 32px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(75, 85, 99);
}
.lpv4-about-platform__grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.lpv4-about-platform__item{
    text-align: center;
}
.lpv4-about-platform__title{
    font-weight: 700;
    line-height: 36px;
    font-size: 30px;
}
.lpv4-about-platform__item p{
    font-size: 14px;
    line-height: 20px;
    color: rgb(75, 85, 99);
}
/* LPV4: lpv4-about-platform END */


/* LPV4: lpv4-faq START */
.lpv4-faq .lpv4-container{
    max-width: 900px;
}
.lpv4-faq__title{
    text-align: center;
    margin-bottom: 64px!important;
    color: #000;
}
.lpv4-faq__list{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.lpv4-faq__item{
    border: 1px solid rgb(229, 231, 235);
    border-radius: 12px;
}
.lpv4-faq__item-button{
    padding: 24px;
    display: flex;
    justify-content: space-between;
    background: unset;
    border: 0;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.lpv4-faq__item-button::after{
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-up w-5 h-5 text-newo-gray group-hover:text-black transition-colors flex-shrink-0"><path d="m18 15-6-6-6 6"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.lpv4-faq__item-content{
    padding: 0 24px 24px;
}
/* LPV4: lpv4-faq END */




/* LPV4: lpv4-ahead START */
.lpv4-ahead__title{
    text-align: center;
    margin-bottom: 64px!important;
}
.lpv4-ahead__list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.lpv4-ahead__item{
    padding: 32px;
    background: rgb(249, 250, 251);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.lpv4-ahead__item p,
.lpv4-ahead__item ul,
.lpv4-ahead__item ol{
    margin: 0;
}
.lpv4-ahead__item p,
.lpv4-ahead__item li{
    color: rgb(75, 85, 99);
    font-size: 16px;
    font-weight: 400;
}
/* LPV4: lpv4-ahead END */

/* LPV4: lpv4-footer-callback START */
.lpv4-footer-callback{
    padding: 80px 0;

}
.lpv4-footer-callback.lpv4-footer-callback--black{
    background: #000;
}
.lpv4-footer-callback.lpv4-footer-callback--banner .lpv4-footer-callback__inner{
    padding: 48px;
    background: #000;
    border-radius: 48px;
}
.lpv4-footer-callback :where(h1,h2,h3,h4,h5,h6,p,li){
    color: #fff!important;
}
.lpv4-footer-callback.lpv4-footer-callback--black .lpv4-container{
    max-width: 900px;
}
.lpv4-footer-callback__inner{
    text-align: center;
}
.lpv4-footer-callback :where(h1,h2,h3,h4,h5,h6){
    margin-bottom: 24px!important;
}
.lpv4-footer-callback__inner p{
    color: rgb(209, 213, 219);
}
.lpv4-footer-callback__buttons{
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}
/* LPV4: lpv4-footer-callback END */


/* LPV4: lpv4-footer-callback START */
.lpv4-reviews__list{
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.lpv4-reviews__item{
    display: flex;
    gap: 32px;
    align-items: center;
}
.lpv4-reviews__item:nth-child(2n){
    flex-direction: row-reverse;
}
.lpv4-reviews__item-image{
    max-width: 280px;
    width: 100%;
    flex-shrink: 0;
}
.lpv4-reviews__item-image img{
    width: 100%;
    border-radius: 16px;
    display: block;
}
.lpv4-reviews__item-content{
    width: 100%;
}
.lpv4-reviews__item-quote{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
    font-weight: 500;
}
.lpv4-reviews__item-person{
    color: rgb(115,115,115);
    font-style: italic;
}
/* LPV4: lpv4-footer-callback END */


/* LPV4: lpv4-about-description START */
.lpv4-about-description{

}
.lpv4-about-description__heading{
    text-align: center;
    margin-bottom: 64px;
}
.lpv4-about-description__title{
    margin-bottom: 24px;
}
.lpv4-about-description__grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px;
}
.lpv4-about-description__card{
    background: rgb(249, 250, 251);
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.lpv4-about-description__card-content{
    margin-bottom: 24px;
}
.lpv4-about-description__card-content p{
    font-size: 16px;
    line-height: 24px;
}
.lpv4-about-description__card-content li{
    font-size: 14px;
    line-height: 20px;
}
.lpv4-about-description__card-image{
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(243, 244, 246);
    border-radius: 16px;
    margin: 0 auto 16px;
}
.lpv4-about-description__card-title{
    margin-bottom: 16px;
    text-align: center;
}
.lpv4-about-description__card .lpv4-btn{
    width: 100%;
    justify-content: center;
    text-align: center;
}
/* LPV4: lpv4-about-description END */