.panel-footer {
    --surface-foreground: var(--blue);
    --surface-background: var(--primary-color-900);
    --text: var(--white);

    color: var(--text);
}

.panel-footer.green {
    --surface-foreground: var(--green);
}

.panel-footer.red {
    --surface-foreground: var(--red);
}

.panel-footer.purple {
    --surface-foreground: var(--purple);
}

.panel-footer .footer-inner {
    background-color: var(--surface-foreground);
    padding: 23px 10px;
}

.panel-footer .attributions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 22px;
}

.panel-footer .attributions p {
    font-family: var(--roboto);
    font-size: 12px;
    line-height: 19px;
    font-weight: 100;
}

.panel-footer .contentRender_name_plugins_core_textbox {
    margin: 0;
    padding: 0;
    max-width: none;
}

.panel-footer .client-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 36px;
    padding-top: var(--space-6);
    padding-bottom: var(--space-6);
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 178px;
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-footer .client-details p {
    font-family: var(--roboto);
    font-size: 14px;
    line-height: 22px;
    color: var(--white);
    margin: 8px auto 0;
    text-align: left;
    max-width: 190px;
    padding-left: 16px;
}

.panel-footer .social-links .social-network a {
    width: 37px;
    height: 37px;
    background-color: var(--white);
    border-radius: var(--rounded-full);
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel-footer .social-links .social-network i {
    font-size: 16px;
    color: var(--blue);
}

.panel-footer .extra-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px 30px;
    margin-bottom: 49px;
    padding-top: 12px;
}

.panel-footer .extra-logos > * {
    width: auto;
}

.panel-footer .extra-logos img,
.panel-footer .extra-logos p {
    margin: 0;
    max-width: 100%;
}

.panel-footer .made-by-sv {
    display: block;
    width: 179px;
}

.panel-footer .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-footer .nav-container .dropdown-menu,
.panel-footer .nav-container .dropdown-toggle {
    display: none;
}

.panel-footer .nav-container {
    padding-top: 12px;
    margin-bottom: 32px;
}

.panel-footer .nav-container .navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    justify-content: center;
    width: min-content;
    grid-column-gap: 32px;
    margin: 0 auto;
    text-align: center;
}

.panel-footer .nav-container .nav-item {
    width: max-content;
    justify-self: center;
}

.panel-footer .nav-container .nav-item a {
    color: var(--white);
    font-family: var(--brandon);
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase;
    justify-content: center;
    padding: 0 8px;
}

.panel-footer .nav-container .nav-item-control {
    padding: 0;
}

.panel-footer .nav-container .navigation .nav-item .dropdown-helper {
    display: none;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

@media (min-width: 40em) {
    .panel-footer .ctas {
        display: flex;
        flex-direction: row;
    }

    .panel-footer .ctas > * {
        flex: 1 1 100%;
        transition: flex 0.6s ease-in-out;
    }

    @media(hover: hover) {
        .panel-footer .ctas > *:hover {
            flex: 1 1 165%;
        }
    }

    .panel-footer .footer-inner {
        display: flex;
        padding: 24px 30px;
        min-height: 342px;
        gap: 4px;
    }

    .panel-footer .client-details {
        flex: 1 1 50%;
    }

    .panel-footer .footer-right-side {
        flex: 1 1 50%;
    }

    .panel-footer .client-details {
        align-items: start;
        justify-content: space-between;
        text-align: left;
        padding: 0;
    }

    .panel-footer .client-details p {
        margin: 0;
        padding: 0;
    }

    .panel-footer .social-links .social-network {
        padding: 0;
    }

    .panel-footer .social-links .social-network a {
        transition: transform 0.6s ease, background-color 0.6s ease;
        text-decoration: none;
    }

    .panel-footer .social-links .social-network a i {
        transition: color 0.6s ease;
    }

    @media (hover: hover) {
        .panel-footer .social-links .social-network:hover a {
            transform: scale(1.45);
            background-color: transparent;
            text-decoration: none;
        }
        .panel-footer .social-links .social-network:hover a i {
            color: var(--white);
        }
    }

    .panel-footer .footer-right-side {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: end;
    }

    .panel-footer .social-links {
        gap: 0 10px;
    }

    .panel-footer .contentRender_name_plugins_common_logo_footer a,
    .panel-footer .contentRender_name_plugins_common_logo_footer {
        justify-self: start;
    }

    .panel-footer .attributions {
        align-items: end;
        text-align: right;
        gap: 15px 0;
    }

    .panel-footer .extra-logos {
        justify-content: end;
    }

    .panel-footer .nav-container .navigation {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
        grid-column-gap: 8px;
    }

    .panel-footer .nav-container {
        justify-content: center;
        padding-top: 17px;
        margin-bottom: 0;
    }

    .panel-footer .nav-container .nav-item a {
        color: var(--white);
        font-family: var(--brandon);
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
    }
}

@media (min-width: 64em) {
    .panel-footer .footer-inner {
        padding: 38px 60px 37px 78px;
    }

    .panel-footer .footer-right-side {
        flex: 1 1 1000%;
    }

    .contentRender_name_plugins_common_logo_footer,
    .panel-footer .logo-footer a {
        width: 259px;
    }

    .panel-footer .client-details {
        margin-top: 11px;
        gap: 0;
    }

    .panel-footer .client-details p {
        font-size: 16px;
        line-height: 24px;
        margin-left: 12px;
    }

    .panel-footer .social-links {
        margin-bottom: 4px;
        margin-left: 6px;
        gap: 18px;
    }

    .panel-footer .extra-logos {
        margin-bottom: 40px;
        padding-top: 38px;
        margin-right: 18px;
    }

    .panel-footer .attributions {
        margin-right: 22px;
    }

    .panel-footer .nav-container .dropdown-toggle {
        display: inline-block;
    }

    .panel-footer .nav-container .navigation {
        display: flex;
        flex-wrap: wrap;
    }

    .panel-footer .nav-container .navigation .dropdown-toggle {
        font-size: 8px;
    }

    .panel-footer .nav-container .navigation a {
        padding-right: 0;
    }

    .panel-footer .nav-container .navigation .nav-item.level-1 .dropdown-toggle {
        vertical-align: baseline;
    }

    .panel-footer .nav-container .navigation .nav-item.level-1 .dropdown-toggle i {
        background-color: transparent;
        width: auto;
        height: auto;
        border: none;
        color: var(--white);
        font-size: 16px;
        line-height: 1;
        font-family: var(--brandon);
        font-weight: 700;
        vertical-align: baseline;
    }

    .panel-footer .nav-container .navigation .nav-item.level-1 .dropdown-toggle i:before {
        content: "+";
    }
    
    .panel-footer .nav-container .navigation .nav-item.level-1.open .dropdown-toggle i:before {
        content: "-";
    }
    
    .panel-footer .nav-container .navigation .nav-item.level-1.open .nav-item-control:not(.level-1) .dropdown-toggle i::before {
        font-family: "Font Awesome 5 Free";
        content: "\f107";
        color: var(--blue);
        padding-right: 10px;
    }

    .panel-footer .navigation .nav-item.level-1 > .dropdown-helper {
        position: absolute;
        height: 30px !important;
        width: 100%;
        display: block;
        top: unset;
        bottom: 0;
        transform: translateY(-25px);
    }

    .panel-footer .nav-container .navigation .nav-item.level-1 > .nav-item-control > a,
    .panel-footer .nav-container .navigation .nav-item.level-1 > .nav-item-control > a:hover {
        border-bottom: none;
        text-decoration: none;
    }

    .panel-footer .nav-container .navigation .nav-item {
        position: relative;
    }

    .panel-footer .navigation .dropdown-menu {
        height: 100% !important;
        position: absolute;
        min-width: unset;
        max-width: unset;
        width: auto;
        height: auto !important;
        padding: 8px 0;
        bottom: 53px;
        left: 50%;
        transform: translateX(-50%);
        overflow: visible;
        background-color: var(--light-gray);
    }

    .panel-footer .navigation .dropdown-menu:not(.level-1).open {
        position: static;
        transform: translateX(0%);
        padding-top: 0;
        padding-bottom: 0;
    }

    .panel-footer .navigation .dropdown-menu:not(.level-1).open .nav-link {
        padding-left: 30px;
    }

    .panel-footer .nav-container .dropdown-menu.open {
        display: block !important;
    }

    .panel-footer .navigation .dropdown-menu:after {
        content: '';
        position: absolute;
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 8.5px 0 8.5px;
        border-color: var(--light-gray) transparent transparent transparent;
    }

    .panel-footer .navigation.primary .dropdown-menu .nav-item {
        max-width: unset;
        position: relative;
    }

    .panel-footer .navigation .dropdown-menu .nav-item.level-2 {
        width: max-content;
        min-width: 100%;
        text-align: left;
    }

    @media (hover: hover) {
        .panel-footer .navigation .dropdown-menu .nav-item .nav-item-control.level-2:hover {
            background-color: var(--light-gray-alt);
        }
    }

    .panel-footer .nav-container .navigation .dropdown-menu a {
        text-transform: none;
        color: var(--blue);
        padding-right: 20px;
        font-family: var(--roboto);
        font-size: 13px;
        line-height: 28px;
        font-weight: 400;
        padding: 0.5px 30px 0 15px;
    }
}
