.panel-footer {
    --surface-foreground: var(--blue-0c);
    --surface-background: var(--blue-0c);
    --text: var(--gray-100);

    color: var(--text);
    background-color: var(--surface-foreground);
    position: relative;
}

.panel-footer .attributions {
    background-color: var(--surface-background);
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 var(--space-5);
    max-width: 1340px;
    text-align: center;
}

.panel-footer .usa-logo {
    margin: 10px auto;
    aspect-ratio: 87/47;
}

.panel-footer .footer-content-container {
    display: grid;
    gap: var(--space-6);
    padding-top: var(--space-6);
    padding-bottom: var(--space-6);
}

.panel-footer .footer-content-container.desktop {
    display: none;
}

@media screen and (min-width: 40em) {
    .panel-footer .footer-content-container.desktop .main-footer-links-cont {
        grid-column: 1/ 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .panel-footer .usa-logo {
        position: absolute;
        top: 40px;
        right: 60px;
    }
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        grid-template-columns: 33% 1fr 1fr;
        text-align: left;
        padding-top: 86px;
    }

    .panel-footer .footer-content-container.desktop .main-footer-links-cont {
        grid-column: 2 / 3;
    }

    .panel-footer .usa-logo {
        top: unset;
        bottom: 90px;
    }
}

@media screen and (min-width: 90em) {
    .panel-footer .usa-logo {
        bottom: 114px;
        right: 71px;
    }
}

.panel-footer .contentRender_name_plugins_core_textbox {
    margin: 0;
    padding: 0;
    max-width: none;
}

.panel-footer .client-details {
    display: grid;
    grid-auto-rows: min-content;
    gap: var(--space-6);
    place-items: center;
}

.panel-footer .logo-footer a {
    display: block;
    width: 200px;
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-footer .client-details p {
    font-size: var(--text-sm);
    line-height: var(--leading-snug);
}

.panel-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: var(--space-3);
}

.panel-footer .social-media .hashtag {
    color: var(--red-cc);
    font-family: var(--font-display);
    font-size: var(--text-2xl);
    font-weight: 600;
    line-height: 1.1em;
}

.panel-footer .social-media .title {
    font-size: 1.2rem;
    font-family: var(--font-body);
    text-transform: uppercase;
    font-weight: 600;
    color: var(--yellow-fe);
}

.panel-footer .social-links .social-network {
    height: 40px;
    width: 40px;
    border-radius: var(--rounded-circle);
    background-color: var(--red-cc);
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-footer .social-links .social-network .social-link {
    font-size: 20px;
}

.panel-footer .social-links {
    gap: 12px;
}

.panel-footer .footer-links-cont {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	column-gap: 35px;
	row-gap: 13px;
}

.panel-footer .footer-links-container {
	display: flex;
	flex-direction: column;
    align-items: flex-start;
    text-align: left;
	gap: 6px;
}

.panel-footer .footer-links-container .parent-link {
	font-family: var(--font-body);
	font-size: var(--text-sm);
	color: var(--yellow-fe);
	text-transform: uppercase;
	font-weight: 600;
}

.panel-footer .footer-links-container .footer-link {
	font-size: var(--text-sm);
	color: var(--white);
	font-weight: 400;
	line-height: 1.4;
	display: block;
}

.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: var(--space-2);
    padding-bottom: var(--space-5);
    gap: var(--space-2);
}

.panel-footer .attribution-content-container .navigation-footer li a,
.panel-footer .attribution-content-container p {
    color: var(--blue-70);
}

.panel-footer .attribution-content-container .navigation-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.panel-footer .attribution-content-container .navigation-footer li {
    padding: 0 12px;
    position: relative;
font-size: 14px;}

.panel-footer .attribution-content-container .navigation-footer li:not(:last-of-type)::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: calc(100% - 12px);
    background-color: var(--blue-70);
}

@media (min-width: 40em) {   
    .panel-footer .footer-content-container.mobile {
        display: none;
    }

    .panel-footer .footer-content-container.desktop {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .panel-footer .logo-footer a {
        width: 250px;
    }

    .panel-footer .logo-footer img {
        width: 250px;
    }
}
@media (min-width: 64em) {
    .panel-footer .logo-footer a {
        width: 300px;
    }

    .panel-footer .logo-footer img {
        width: 300px;
    }
}

 @media screen and (min-width: 64em) {
    .panel-footer .attribution-content-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 25px;
    } 

    .panel-footer .footer-content-container.desktop {
        padding-bottom: 44px;
        grid-template-columns: 33% 1fr 1fr;
    }

    .panel-footer .footer-links-container {
        gap: 10.25px;
    }

    
    .panel-footer .social-media .hashtag {
        font-size: 1.9rem;
    }

    .panel-footer .social-media .title {
        font-size: 1.2rem;
    }

    .panel-footer .social-links .social-network {
        height: 52px;
        width: 52px;
    }

    .panel-footer .social-links .social-network .social-link {
        font-size: 30px;
        line-height: 0;
    }

    .panel-footer .attribution-content-container {
        padding-bottom: 46px;
    }

    .panel-footer .client-details .address {
        text-align: center;
        margin-top: var(--space-6);
    }

}

@media screen and (min-width: 90em) {
    .panel-footer .footer-links-container .parent-link,
    .panel-footer .footer-links-container .footer-link {
        font-size: 0.95rem
    }

    .panel-footer .social-media {
        align-items: flex-start;
        margin-left: var(--space-4);
        gap: 18px;
    }

    .panel-footer .social-media .social-links {
        margin-bottom: 28px;
    }

    .panel-footer .logo-footer img,
    .panel-footer .logo-footer a {
        width: 383px;
    }
}

.panel-footer .attribution-content-container p {
    font-size: var(--text-sm);
    line-height: var(--leading-snug);
    font-weight: 900;
    text-transform: uppercase;
font-family: var(--font-body-bold);}

.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: 11;
}
