.panel-footer {
    --surface-foreground: var(--blue-dark);
    --surface-background: var(--black);
    --text: var(--gray-100);

    color: var(--gray-light-lighter);
    background-color: var(--surface-foreground);
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 var(--space-5);
    max-width: 1190px;
    text-align: center;
}

.panel-footer .footer-content-container {
    display: grid;
    gap: 70px;
    padding-top: 85px;
    padding-bottom: var(--space-6);
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        padding: 85px 60px 20px;
        max-width: 1270px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
    }

    .panel-footer .footer-nav {
        grid-column: 1 / 2;
        grid-row: 1 / -1;
        text-align: left;
    }

    .panel-footer .footer-nav .quick-links {
        align-items: flex-start;
    }

    .panel-footer .client-details {
        grid-column: 2 / 3;
        grid-row: 1 / -1;
    }

    .panel-footer .ctas {
        grid-column: 3 / 4;
        grid-row: 1 / -1;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
    }
}

.panel-footer .contentRender_name_plugins_core_textbox {
    margin: 0;
    padding: 0;
    max-width: none;
}

.panel-footer :is(.core-styles, .contentRender_name_plugins_core_textbox) p {
    color: var(--white);
    line-height: var(--leading-snug);
    margin: 0;
}

.panel-footer :is(.core-styles, .contentRender_name_plugins_core_textbox) p:last-of-type {
    margin-bottom: 48px;
}

@media (min-width: 64em) {
    .panel-footer :is(.core-styles, .contentRender_name_plugins_core_textbox) p:last-of-type {
        margin-bottom: 24px;
    }
}

.panel-footer .client-details {
    display: grid;
    grid-auto-rows: min-content;
    gap: var(--space-6);
    place-items: center;
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 279px;
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-footer .client-details p {
    color: var(--gray-light-lighter);
    font-size: 18px;
    line-height: var(--leading-snug);
    margin-bottom: 24px;
}

.panel-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-footer .social-links a {
    font-size: 30px;
    color: var(--blue-light);
}

@media (min-width: 64em) {
    .panel-footer .social-links {
        margin-bottom: 6px;
    }
}

.panel-footer .attribution-content-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: var(--space-2);
    padding-bottom: var(--space-2);
    margin-bottom: 30px;
}

.panel-footer .attribution-content-container p {
    font-size: var(--text-sm);
    line-height: var(--leading-snug);
}

.panel-footer .made-by-sv {
    display: block;
    width: 180px;
}

.panel-footer .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-footer .quick-links {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.panel-footer .quick-links a {
    font-family: var(--montserrat);
    font-size: 18px;
    font-weight: 700;
}

.panel-footer .navigation-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

@media (min-width: 64em) {
    .panel-footer .navigation-footer {
        align-items: flex-start;
        justify-content: flex-end;
        gap: 14px;
    }

    .panel-footer .quick-links {
        justify-content: center;
        align-items: flex-end;
        gap: 12px;
        padding: 0;
        margin-bottom: 14px;
    }
}

.panel-footer .navigation-footer li a {
    font-family: var(--montserrat);
    font-size: 20px;
    font-weight: 700;
}

.panel-footer .flourish {
    width: 100%;
    height: 50px;
}

.panel-footer .flourish img {
    width: 100%;
    height: 100%;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}
