/* Consistent breathing room between homepage sections. */
.home{--section-air:clamp(88px,8vw,132px)}
.home .home-ai-platforms{padding-top:48px;padding-bottom:48px}
.home .home-about{padding-top:var(--section-air);padding-bottom:80px}
.home .nl-services,.home .home-partners,.home .home-blog,.home .home-experience{padding-top:var(--section-air);padding-bottom:var(--section-air)}
.home .home-process{padding-top:var(--section-air);padding-bottom:calc(var(--section-air) + 40px)}
.home .nl-services-heading{margin-bottom:64px}
.home .home-partners-heading{margin-bottom:36px}
.home .news-header{margin-bottom:48px}
.home .process-steps{margin-top:64px;margin-bottom:56px}
.home .nl-services-more{margin-top:40px}
@media(max-width:767px){
.home{--section-air:72px}
.home .home-ai-platforms{padding-top:32px;padding-bottom:32px}
.home .home-about{padding-bottom:56px}
.home .nl-services-heading{margin-bottom:36px}
.home .home-partners-heading{margin-bottom:26px}
.home .news-header{margin-bottom:32px}
.home .process-steps{margin-top:40px;margin-bottom:36px}
.home .nl-services-more{margin-top:30px}
}

/* Clean transition below the bulb section. */
.home .home-about::before,
.home .home-about::after{content:none;display:none}

.home .home-about{padding-bottom:0}
.home .home-blb-image img{display:block;margin-left:auto}
