#ni-title {
    font-size: 3rem;
    line-height: 100%;
}

#homeTitle {
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 100;
}

#homeTitle > svg {
    width: 12rem;
    max-width: 90vw;
}

#homeContent {
    display: flex;
    flex-direction: row;
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    height: 100%;
    gap: 0;
}

#ni-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: space-between;
    width: 50%;
    padding: 4rem;
    padding-top: 8rem;
}

#ni-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('/assets/index/newindex_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
    padding: 4rem;
    padding-top: 8rem;
    z-index: -10;
    gap: 2rem;
}

.ni-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background-color: white;
    padding: 1rem;
    border-radius: 0.5rem;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.ni-ctabutton {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    text-decoration: none;
    justify-content: center;
    padding: 0.5rem 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.85rem;
    font-weight: bold;
    width: 11rem;
    min-width: 11rem;
    height: max-content;
}

#ni-video {
    background-color: #32323200;
    width: 100%;
    /* height: 80px; */
}

#ni-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: white;
    padding: 1rem;
    border-radius: 0.5rem;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
}

body {
    overflow-y: auto !important;
    overflow-x: hidden;
    position: inherit;
}

@media screen and (max-width: 1024px) {

    /* :root {
        font-size: 14px;
    } */

    #homeContent {
        flex-direction: column;
    }

    .desktop-only {
        display: none !important;
    }

    #ni-left {
        width: auto;
        height: auto;
        padding: 1rem;
        padding-top: 10rem;
    }

    #ni-right {
        width: auto;
        padding: 1rem;
        padding-top: 2rem;
        padding-bottom: 1rem;
        height: auto;
    }

    .mobile-flex {
        flex-direction: column !important;
        gap: 1rem !important;
    }

    .ni-cta {
        align-items: baseline;
    }
}   

@media screen and (min-width: 1024px) {
    .mobile-only {
        display: none !important;
    }
}

@media screen and (max-width: 1280px) {
    .mobile-flex {
        flex-direction: column !important;
        gap: 1rem !important;
        align-items: baseline;
    }
}

@media screen and (max-width: 1024px) {
    .mobile-flex-2 {
        flex-direction: column !important;
        gap: 1rem !important;
        align-items: baseline;
    }
}