:root{
    --home-blue: #4BA2DA;
    --home-light-blue: #EFF4F9;
    --home-grey: #4B525B;
}

#home-content{
    margin-top: 85px;
}

#home-content section{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

#home-content section > *{
    max-width: 1100px;
}

#home-content section.hero{
    position: relative;
    display: grid;
    place-items: center;
    min-height: clamp(22rem, 58vh, 40rem);
    width: 100%;
    overflow: clip;
    isolation: isolate;
    padding: clamp(1rem, 3vw, 2rem);
}

#home-content section.hero div{
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

#home-content section.hero h1{
    font-family: OpenSansSemiBold, sans-serif;
    color: white;
    background-color: var(--home-blue);
    padding: 30px;
    border-radius: 16px 16px 0 0;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 38px;
}

#home-content section.hero h2{
    color: white;
    background-color: rgba(0,0,0, 0.6);
    padding: 20px;
    border-radius: 0 0 16px 16px;
    margin-top: 0;
    font-weight: normal;
    font-size: 23px;
}

#home-content section.hero picture{
    position: absolute;
    inset: 0;
    z-index: -1;
    max-width: unset;
}

#home-content section.hero img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

#home-content section.section-split{
    background-color: var(--home-grey);
}

#home-content section.section-split h2{
    color: white;
    font-weight: normal;
    font-size: 27px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    padding: 30px;
    line-height: 1.2;
}

#home-content section.section-icon-info{
    flex-direction: column;
}

#home-content section.section-icon-info > h2{
    margin: 0;
    font-weight: normal;
    font-size: 22px;
    text-align: center;
    width: 100%;
    line-height: 1.3;
}

#home-content section.section-icon-info > h2:first-child{
    margin-top: 80px;
}

#home-content section.section-icon-info > h2:nth-child(2){
    margin-bottom: 80px;
}

#home-content section.section-icon-info ul{
    display: flex;
    justify-content: center;
    gap: 70px;
    list-style: none;
    padding: 0;
    margin-bottom: 80px;
}

#home-content section.section-icon-info ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap:20px;
}

#home-content section.section-icon-info ul li p{
    margin: 0;
    text-align: center;
    max-height: 29px;
}

#home-content section.section-icon-info ul li p span{
    display: block;
}

#home-content section.section-icon-info > div{
    display: flex;
    justify-content: center;
    gap: 70px;
    margin-bottom: 80px;
}

#home-content section.section-icon-info > div > h2{
    position: relative;
    margin: 0;
    background-color: var(--home-grey);
    color: white;
    font-weight: normal;
    font-size: 22px;
    padding: 20px;
    border-radius: 0 0 16px 16px;
    max-width: 491px;
    height: 147px;
    text-align: center;
    line-height: 1.2;
}

#home-content section.section-icon-info > div > h2::before{
    width: 100%;
    height: 18px;
    background-color: var(--home-blue);
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    left: 0;
    border-radius: 18px 18px 0 0;
}

#home-content section.section-solutions{
    background-color: var(--home-light-blue);
    flex-direction: column;
}

#home-content section.section-solutions > h2{
    font-family: OpenSansSemiBold, sans-serif;
    font-weight: normal;
    font-size: 32px;
    text-align: center;
    margin-top: 70px;
}

#home-content section.section-solutions > ul{
    display: flex;
    justify-content: space-between;
    gap: 70px;
    list-style: none;
    padding: 0;
    margin-bottom: 80px;
    width: 100%;
}

#home-content section.section-solutions > ul li{
    display: flex;
    max-width: 258px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap:20px;
    text-align: left;
}

#home-content section.section-solutions > ul li img{
    margin: 20px;
}

#home-content section.section-solutions > ul li h3{
    font-family: OpenSansSemiBold, sans-serif;
    font-weight: normal;
    margin: 0;
    font-size: 22px;
    color: var(--home-blue);
    width: 100%;
}

#home-content section.section-solutions > ul li p{
    margin: 0;
    font-size: 14px;
}

#home-content section.section-solutions > h3{
    font-weight: normal;
    font-size: 22px;
    text-align: center;
}

#home-content .book-demo-btn{
    background-color: var(--home-blue);
    color: white;
    border: none;
    padding: 10px 30px;
    font-size: 12px;
    border-radius: 8px;
    cursor: pointer;
}

#home-content section.section-solutions > a{
    margin-bottom: 70px;
}

#home-content section.section-ai > h1{
    font-family: OpenSansSemiBold, sans-serif;
    font-weight: normal;
    font-size: 32px;
    text-align: center;
    margin-top: 70px;
}

#home-content section.section-ai > h2{
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    line-height: 1.2;
}

#home-content section.section-ai > div{
    display: flex;
    position: relative;
    margin: 70px 0 70px 0;
    background-color: var(--home-grey);
    color: white;
    border-radius: 0 0 18px 18px;
}

#home-content section.section-ai > div::before{
    width: 100%;
    height: 18px;
    background-color: var(--home-blue);
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    left: 0;
    border-radius: 18px 18px 0 0;
}

#home-content section.section-ai > div > div{
    width: 50%;
    padding: 40px;
}

#home-content section.section-ai > div > div > h3{
    color: white;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
}

#home-content section.section-ai > div > div > ul{
    line-height: 1.5;
    list-style-position: inside;
}

#home-content section.section-ai > div > picture{
    width: 50%;
    border-radius: 0 0 18px 0;
}

#home-content section.section-ai > div > picture > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 0 0 18px 0;
}

#home-content section.section-ai > h3{
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
}

#home-content section.section-ai > h3:nth-child(4){
    max-width: 625px;
}

#home-content section.section-ai > h3:nth-child(4) > span{
    color: var(--home-blue);
    font-weight: bold;
}

#home-content section.section-ai > h3:nth-child(5){
    max-width: 798px;
}

#home-content section.section-ai > h2:last-child{
    color: var(--home-blue);
    font-family: OpenSansSemiBold, sans-serif;
    margin-bottom: 70px;
}

#home-content section.section-final{
    background-color: var(--home-light-blue);
}

#home-content section.section-final > h1{
    font-family: OpenSansSemiBold, sans-serif;
    font-weight: normal;
    font-size: 32px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
    max-width: 692px;
}

#home-content section.section-final > a{
    margin-bottom: 70px;
}

@media (max-width: 1100px) {
    #home-content section > h1,#home-content section > h2, #home-content section > h3, #home-content section > p, #home-content section > ul{
        padding-left: 40px;
        padding-right: 40px;
    }

    #home-content section.hero h1{
        font-size: 24px;
    }

    #home-content section.section-split h2{
        font-size: 22px;
    }

    #home-content section.section-icon-info > h2{
        padding-left: 40px;
        padding-right: 40px;
    }

    #home-content section.section-icon-info > h2{
        font-size: 18px;
    }

    #home-content section > ul{
        flex-direction: column;
        align-items: center;
    }

    #home-content section.section-icon-info > div{
        flex-direction: column;
        align-items: center;
    }

    #home-content section.section-icon-info > div > h2{
        max-width: unset;
        border-radius: 0 0 0 0;
    }

    #home-content section.section-icon-info > div > h2::before{
        border-radius: 0 0 0 0;
    }

    #home-content section.section-solutions > h2{
        font-size: 27px;
    }

    #home-content section.section-solutions > ul{
        flex-direction: column;
        align-items: center;
        padding-left: 40px;
        padding-right: 40px;
    }

    #home-content section.section-solutions > ul li{
        max-width: unset;
        width: 100%;
    }

    #home-content section.section-ai > div{
        flex-direction: column;
    }

    #home-content section.section-ai > div::before{
        border-radius: 0 0 0 0;
    }

    #home-content section.section-ai > div > div,
    #home-content section.section-ai > div > picture{
        width: 100%;
        border-radius: 0 0 0 0;
    }

    #home-content section.section-ai > div > picture > img{
        border-radius: 0 0 0 0;
    }
}