/* NEW FOOTER */


#new_page_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fafdff;
    position: relative;
    padding: 64px 112px 48px;
    font-family: "Roboto", Sans-serif;
    @media(max-width: 991px) {
        width: calc(100% - 24px);
        padding: 32px 12px 24px;
    }
}
#footer_background_circle {
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(0.7);
    opacity: 0.24;
    pointer-events: none;
    height: 100%;
    @media (max-width: 768px){
        max-width: 100vw;
        height: auto;
    }
}

#footer_top_section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    @media(max-width: 768px) {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
}

#footer_logo {
    width: 68px;
}

#footer_top_right_container {
    display: flex;
    align-items: flex-start;
    @media(max-width: 550px) {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 24px;
    }
}

#footer_top_right_container > .navigation_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 640px;
    max-width: 190px;
    font-weight: 600;
    @media(max-width: 768px) {
        align-items: center;
    }
}

#footer_top_right_container > .navigation_container p {
    color: #98a2b3;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}

#footer_top_right_container > .navigation_container a {
    color: #475467;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

@media (max-width: 768px) {
    #footer_top_right_container > .navigation_container a {
        text-align: center;
    }
}

#footer_spliting_line {
    margin-top: 64px;
    margin-bottom: 32px;
    border-top: 1px solid #e1f0fd;
    width: 100%;
}

#footer_bottom_section {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    @media(max-width: 768px) {
        flex-direction: column;
        align-items: center;
    }
}

#footer_bottom_section > .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    @media(max-width: 768px) {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

#footer_bottom_section > .left > p {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 30px;
}

#footer_bottom_section > .left > span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
}
#footer_bottom_section > span {
    color: #98a2b3;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}