﻿/* Footer*/
.footer {
    /* footer */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    height: 89px;
    background: #006963;
    justify-content: space-between;
}

.footer-img-container {
}

.footer-right-bin {
    display: flex;
    flex-direction: column;
    padding-right: 33px;
}

.footer-text-bin {
    display: flex;
    flex-direction: row;
}

    .footer-text-bin > * {
        /* Cookie Policy */
        text-decoration: none !important;
        padding: 0px 10px;
        gap: 18px;
        font-family: Roboto;
        font-size: 17px;
        font-weight: 700;
        line-height: 19.92px;
        text-align: left;
        color: var(--IP-Brand-Neutral-white, #FFFFFF) !important;
    }

.footer-rights-bin {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: right;
    color: var(--IP-Brand-Primary-200, #A0E4CB);
}
