.panel-footer {
    --surface-foreground: var(--gray-100);
    --surface-background: var(--gray-100);
    --text: var(--gray-900);

    color: var(--text);
    background-color: var(--surface-foreground);
    position: relative;
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 var(--space-5);
    max-width: 1000px;
    text-align: center;
}

.panel-footer .content-wrapper {
    background-image: url(/includes/public/assets/shared/sky-mobile.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.panel-footer .footer-content-container {
    display: grid;
    gap: var(--space-5);
    padding-top: var(--space-6);
    padding-bottom: var(--space-6);
}

.panel-footer .attributions {
    background-image: url(/includes/public/assets/shared/water-mobile.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 20px 0 30px;
}

.panel-footer .lighthouse {
    position: absolute;
    left: -77px;
    bottom: 0;
    width: 183px;
}

@media screen and (min-width: 375px) {
    .panel-footer .lighthouse {
        position: absolute;
        left: -48px;
        bottom: 0;
        width: 183px;
    }
}

@media screen and (min-width: 40em) {
    .panel-footer .lighthouse {
        position: absolute;
        left: -35px;
        bottom: 0;
        width: 120px;
    }
}

.panel-footer .contentRender_name_plugins_core_textbox {
    margin: 0;
    padding: 0;
    max-width: none;
}

.panel-footer .client-details {
    display: grid;
    gap: var(--space-6);
    place-items: center;
    max-width: 790px;
    margin: 0 auto;
}

@media (min-width: 64em) {
    .panel-footer .client-details {
        place-items: flex-start;
    }   
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 217px;
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-footer .client-details p {
    font-size: var(--text-base);
    line-height: 1.625;
}

.panel-footer .client-details .name,
.panel-footer .client-details .phone-numbers .label {
    font-weight: 600;
}

.panel-footer .client-details .address {
    margin-bottom: 17px;
}

.panel-footer .ctas-container {
    margin-bottom: 33px;
}

.panel-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-5);
    justify-content: center;
    padding: var(--space-2) 0;
    width: 66%;
    margin: 0 var(--space-5) 0 auto;
}

.panel-footer .attribution-content-container .copyright {
    display: flex;
    flex-direction: column;
    color: var(--gray-100);
    gap: 2px;
}

.panel-footer .navigation-footer {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 66%;
    white-space: nowrap;
    margin-right: var(--space-5);
    margin-left: auto;
}

.panel-footer .navigation-footer a {
    padding: 0;
}

.panel-footer .navigation-footer li {
    font-weight: 600;
    color: var(--primary-color-700);
}


.panel-footer .attribution-content-container p {
    font-size: var(--text-sm);
    line-height: var(--leading-snug);
}

@media screen and (min-width: 500px) {
    .panel-footer .navigation-footer,
    .panel-footer .attribution-content-container {
        margin: 0 auto;
    }
}

@media (min-width: 48em) {
    .panel-footer .content-wrapper {
        background-image: url(/includes/public/assets/shared/sky.png);
    }

    .panel-footer .attributions {
        background-image: url(/includes/public/assets/shared/water.png);
        padding: 21px 20px 44px 100px;
    }

    .panel-footer .attribution-content-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    
    .panel-footer .navigation-footer {
        flex-direction: row;
        flex-wrap: wrap;
        margin-right: 0;
    }

    .panel-footer .navigation-footer .item {
        position: relative;
        gap: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .panel-footer .navigation-footer .item:not(:last-of-type)::after {
        content: '';
        pointer-events: none;
        position: relative;
        display: block;
        width: 2px;
        height: 10px;
        background: var(--primary-color-700);
        opacity: 0.5;
    }

    .panel-footer .client-details {
        grid-template-columns: 305px 1fr;
        gap: 5px;
    }

    .panel-footer .client-info {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1.4fr;
        text-align: left;
        gap: 10px;
    }

    .panel-footer .ctas-container {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
        margin-bottom: 9px;
        justify-items: end;
    }
}

@media screen and (min-width: 64em) {
    .panel-footer .attribution-content-container {
        justify-content: space-between;
    }

    .panel-footer .client-details {
        width: 100%;
        margin-bottom: 10px;
    }

    .panel-footer .navigation-footer {
        margin: 0 auto;
    }

    .panel-footer .ctas-container .newsletter {
        justify-self: end;
    }

    .panel-footer .ctas-container .v-guide {
        justify-self: start;
    }

    .contentRender_name_plugins_common_logo_footer,
    .panel-footer .logo-footer a {
        width: 305px;
    }

    .panel-footer .client-details {
        gap: 30px;
    }
    
    .panel-footer .attribution-content-container .copyright {
        flex-flow: row nowrap;
        gap: 3px;
    }
}

@media screen and (min-width: 90em) {
    .panel-footer .attribution-content-container {
        padding: 20px;
        margin-right: 97px;
    }

    .panel-footer .footer-content-container {
        margin-right: 97px;
        padding-top: 119px;
    }

    .panel-footer .lighthouse {
        width: 255px;
        left: 73px;
        bottom: 0;
    }

    .panel-footer .client-details {
        gap: 70px;
    }
    
}

.panel-footer .made-by-sv {
    display: block;
    width: 180px;
}

.panel-footer .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}