/* Styling for the footer */
.footer-grey-80 {
    color: #ffffff;
    background-color: #333333;
}
.footer-align-center {
    text-align: center;
}
.footer-clearfix:after,
.footer-clearfix:before {
    content: '';
    display: table;
}

.footer-clearfix:after {
    clear: both;
}
.footer-footer {
    background-image: none;
    width: 100%;
}

    .footer-footer .u-sheet-1 {
        min-height: 120px;
    }

    .footer-footer .u-text-1 {
        width: 417px;
        margin: 49px auto;
    }

@media (max-width: 1199px) {
    .footer-footer .u-sheet-1 {
        min-height: 99px;
    }
}

@media (max-width: 991px) {
    .footer-footer .u-sheet-1 {
        min-height: 76px;
    }
}

@media (max-width: 767px) {
    .footer-footer .u-sheet-1 {
        min-height: 57px;
    }
}

@media (max-width: 575px) {
    .footer-footer .u-sheet-1 {
        min-height: 36px;
    }

    .footer-footer .u-text-1 {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
}


.base-page-footer {
    left: 0px;
    width: 100%;
    bottom: 0px;
    display: flex;
    position: relative;
    max-width: var(--dl-size-size-maxwidth);
    align-items: center;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-twounits);
    justify-content: space-between;
}

/* Styling for the container within the footer */
.footer-page-container {
    display: flex;
    max-width: var(--dl-size-size-maxwidth);
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

/* Styling for the footer image */
.footer-page-image {
    fill: #FFFFFF;
    stroke: #000000;
    margin-top: var(--dl-space-space-halfunit);
    height: 4rem;
    margin-bottom: var(--dl-space-space-halfunit);
}

.footer-page-nav {
    flex: 0 0 auto;
    display: flex;
    margin-top: 0px;
    align-items: center;
    flex-direction: row;
}

.footer-page-text-link {
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff;
}

.footer-page-text1 {
    margin-left: 0px;
}

.footer-page-text2 {
    margin-left: var(--dl-space-space-unit);
}

.footer-page-text3 {
    margin-left: var(--dl-space-space-unit);
}

.footer-page-text4 {
    margin-left: var(--dl-space-space-unit);
}

.footer-page-text6 {
    margin-left: var(--dl-space-space-unit);
    color: white;
    cursor: pointer;
}

.footer-page-separator {
    flex: 0 0 auto;
    width: 100%;
    height: 0px;
    display: flex;
    margin-top: var(--dl-space-space-halfunit);
    align-items: flex-start;
    margin-left: 0px;
    border-color: var(--dl-color-gray-900);
    border-style: solid;
    border-width: 1px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-halfunit);
    flex-direction: row;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}

.footer-page-container4 {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.footer-page-icon-group {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.footer-page-icon {
    fill: white;
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
    margin-right: var(--dl-space-space-twounits);
}

.footer-page-icon2 {
    fill: white;
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
    margin-right: var(--dl-space-space-twounits);
}

.footer-page-icon4 {
    fill: white;
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
    margin-right: var(--dl-space-space-unit);
}

@media(max-width: 767px) {
    .footer-page-footer {
        padding-left: var(--dl-space-space-twounits);
        padding-right: var(--dl-space-space-twounits);
    }

    .footer-page-separator {
        margin-top: var(--dl-space-space-oneandhalfunits);
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: var(--dl-space-space-oneandhalfunits);
    }

    .footer-page-container4 {
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }

    .footer-page-text5 {
        margin-bottom: var(--dl-space-space-oneandhalfunits);
    }
}

@media(max-width: 479px) {
    .footer-page-container2 {
        width: auto;
    }

    .footer-page-footer {
        padding: var(--dl-space-space-unit);
    }

    .footer-page-separator {
        margin-top: var(--dl-space-space-oneandhalfunits);
        margin-bottom: var(--dl-space-space-oneandhalfunits);
    }

    .footer-page-container4 {
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }

    .footer-page-text5 {
        font-family: Inter;
        text-align: center;
        margin-bottom: var(--dl-space-space-oneandhalfunits);
    }
}
.gdpr-notice {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f9f9f9;
    border-top: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    z-index: 1000;
    color: #000; /* Change text color to black */
}
}

    .gdpr-notice p {
        margin: 0 0 10px;
    }

.gdpr-button {
    margin: 0 10px;
    padding: 10px 20px;
    border: none;
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
}

    .gdpr-button:hover {
        background-color: #45a049;
    }

.hidden {
    display: none;
}
